diff --git a/__e2e__/flows/curate-lists.yml b/__e2e__/flows/curate-lists.yml index a37bc07778..3947204c2b 100644 --- a/__e2e__/flows/curate-lists.yml +++ b/__e2e__/flows/curate-lists.yml @@ -74,8 +74,7 @@ appId: xyz.blueskyweb.app - tapOn: "Delete List" - tapOn: id: "confirmBtn" -- assertVisible: - id: "listsEmpty" +- assertVisible: "This list is empty!" - tapOn: label: "Create a new curatelist" @@ -161,17 +160,6 @@ appId: xyz.blueskyweb.app - assertNotVisible: id: "userAddRemoveListsModal" -- tapOn: - label: "Shows the curatelist on my profile" - id: "bottomBarProfileBtn" -- swipe: - from: - id: "profilePager-selector" - direction: LEFT -- tapOn: - id: "profilePager-selector-6" -- tapOn: "Good Ppl" - - tapOn: label: "Adds and removes users on curatelists from the profile" id: "bottomBarSearchBtn" diff --git a/__e2e__/flows/feed-reorder.yml b/__e2e__/flows/feed-reorder.yml index 449df065d7..2b892b533e 100644 --- a/__e2e__/flows/feed-reorder.yml +++ b/__e2e__/flows/feed-reorder.yml @@ -10,8 +10,13 @@ appId: xyz.blueskyweb.app id: "e2eSignInAlice" # Pin alice's feed +- extendedWaitUntil: + visible: + id: "viewHeaderDrawerBtn" - tapOn: - id: "bottomBarProfileBtn" + id: "viewHeaderDrawerBtn" +- tapOn: + id: "profileCardButton" - swipe: from: id: "profilePager-selector" diff --git a/__e2e__/flows/home-screen.yml b/__e2e__/flows/home-screen.yml index c8d83fb1fa..799a20214c 100644 --- a/__e2e__/flows/home-screen.yml +++ b/__e2e__/flows/home-screen.yml @@ -9,6 +9,9 @@ appId: xyz.blueskyweb.app - tapOn: id: "e2eSignInAlice" +- extendedWaitUntil: + visible: + text: "Feeds ✨" - tapOn: label: "Can go to feeds page using feeds button in tab bar" text: "Feeds ✨" @@ -34,26 +37,16 @@ appId: xyz.blueskyweb.app - tapOn: label: "Can like posts" id: "likeBtn" -- assertVisible: - id: "likeCount" - text: "1" - tapOn: id: "likeBtn" -- assertNotVisible: - id: "likeCount" - tapOn: label: "Can repost posts" id: "repostBtn" - tapOn: "Repost" -- assertVisible: - id: "repostCount" - text: "1" - tapOn: id: "repostBtn" - tapOn: "Remove repost" -- assertNotVisible: - id: "repostCount" - tapOn: label: "Can delete posts" diff --git a/__e2e__/flows/profile-screen-edit.yml b/__e2e__/flows/profile-screen-edit.yml index 288a5d4f6d..251eca3581 100644 --- a/__e2e__/flows/profile-screen-edit.yml +++ b/__e2e__/flows/profile-screen-edit.yml @@ -11,6 +11,9 @@ appId: xyz.blueskyweb.app # Navigate to my profile +- extendedWaitUntil: + visible: + id: "bottomBarSearchBtn" - tapOn: id: "bottomBarProfileBtn" diff --git a/__e2e__/flows/profile-screen.yml b/__e2e__/flows/profile-screen.yml index 7d2d43deea..b9f95aca26 100644 --- a/__e2e__/flows/profile-screen.yml +++ b/__e2e__/flows/profile-screen.yml @@ -10,6 +10,9 @@ appId: xyz.blueskyweb.app id: "e2eSignInAlice" # Navigate to another user profile +- extendedWaitUntil: + visible: + id: "bottomBarSearchBtn" - tapOn: id: "bottomBarSearchBtn" - tapOn: diff --git a/__e2e__/flows/thread-screen.yml b/__e2e__/flows/thread-screen.yml index fdc732596b..f3671ebcb1 100644 --- a/__e2e__/flows/thread-screen.yml +++ b/__e2e__/flows/thread-screen.yml @@ -11,6 +11,8 @@ appId: xyz.blueskyweb.app # Navigate to thread +- extendedWaitUntil: + visible: "Thread root" - tapOn: "Thread root" - assertVisible: "Thread reply" @@ -19,32 +21,22 @@ appId: xyz.blueskyweb.app id: "likeBtn" childOf: id: "postThreadItem-by-bob.test" -- assertVisible: - id: "likeCount-expanded" +- assertVisible: "1 like" - tapOn: id: "likeBtn" childOf: id: "postThreadItem-by-bob.test" -- assertNotVisible: - id: "likeCount-expanded" +- assertNotVisible: "1 like" # Can like a reply post - tapOn: id: "likeBtn" childOf: id: "postThreadItem-by-carla.test" -- assertVisible: - id: "likeCount" - childOf: - id: "postThreadItem-by-carla.test" - tapOn: id: "likeBtn" childOf: id: "postThreadItem-by-carla.test" -- assertNotVisible: - id: "likeCount" - childOf: - id: "postThreadItem-by-carla.test" # Can repost the root post - tapOn: diff --git a/app.config.js b/app.config.js index 25014ee8f1..ddd72f75f0 100644 --- a/app.config.js +++ b/app.config.js @@ -211,7 +211,6 @@ module.exports = function (config) { sounds: PLATFORM === 'ios' ? ['assets/dm.aiff'] : ['assets/dm.mp3'], }, ], - 'expo-video', 'react-native-compressor', './plugins/starterPackAppClipExtension/withStarterPackAppClip.js', './plugins/withAndroidManifestPlugin.js', diff --git a/assets/icons/download_stroke2_corner0_rounded.svg b/assets/icons/download_stroke2_corner0_rounded.svg new file mode 100644 index 0000000000..899fef3e5e --- /dev/null +++ b/assets/icons/download_stroke2_corner0_rounded.svg @@ -0,0 +1 @@ + diff --git a/bskyembed/src/components/embed.tsx b/bskyembed/src/components/embed.tsx index 3b4f5e77d1..1ed107b592 100644 --- a/bskyembed/src/components/embed.tsx +++ b/bskyembed/src/components/embed.tsx @@ -372,7 +372,7 @@ function VideoEmbed({content}: {content: AppBskyEmbedVideo.View}) { return (
+ + input[type=range][orient=vertical] { + writing-mode: vertical-lr; + direction: rtl; + appearance: slider-vertical; + width: 16px; + vertical-align: bottom; + -webkit-appearance: none; + appearance: none; + background: transparent; + cursor: pointer; + } + + input[type="range"][orient=vertical]::-webkit-slider-runnable-track { + background: white; + height: 100%; + width: 4px; + border-radius: 4px; + } + + input[type="range"][orient=vertical]::-moz-range-track { + background: white; + height: 100%; + width: 4px; + border-radius: 4px; + } + + input[type="range"]::-webkit-slider-thumb { + -webkit-appearance: none; + appearance: none; + border-radius: 50%; + background-color: white; + height: 16px; + width: 16px; + margin-left: -6px; + } + + input[type="range"][orient=vertical]::-moz-range-thumb { + border: none; + border-radius: 50%; + background-color: white; + height: 16px; + width: 16px; + margin-left: -6px; + } {% include "scripts.html" %} diff --git a/lingui.config.js b/lingui.config.js index 14a94b5ded..796969ab54 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -14,6 +14,7 @@ module.exports = { 'ja', 'ko', 'pt-BR', + 'ru', 'tr', 'uk', 'zh-CN', diff --git a/package.json b/package.json index eff665a649..0d0f0c0564 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bsky.app", - "version": "1.91.0", + "version": "1.91.2", "private": true, "engines": { "node": ">=18" @@ -52,7 +52,7 @@ "open-analyzer": "EXPO_PUBLIC_OPEN_ANALYZER=1 yarn build-web" }, "dependencies": { - "@atproto/api": "0.13.5", + "@atproto/api": "^0.13.7", "@bam.tech/react-native-image-resizer": "^3.0.4", "@braintree/sanitize-url": "^6.0.2", "@discord/bottom-sheet": "bluesky-social/react-native-bottom-sheet", @@ -68,6 +68,7 @@ "@fortawesome/free-regular-svg-icons": "^6.1.1", "@fortawesome/free-solid-svg-icons": "^6.1.1", "@fortawesome/react-native-fontawesome": "^0.3.2", + "@haileyok/bluesky-video": "0.1.10", "@lingui/react": "^4.5.0", "@mattermost/react-native-paste-input": "^0.7.1", "@miblanchard/react-native-slider": "^2.3.1", @@ -139,7 +140,6 @@ "expo-system-ui": "~3.0.4", "expo-task-manager": "~11.8.1", "expo-updates": "~0.25.14", - "expo-video": "https://github.com/bluesky-social/expo/raw/expo-video-1.2.4-patch/packages/expo-video/expo-video-v1.2.4-2.tgz", "expo-web-browser": "~13.0.3", "fast-text-encoding": "^1.0.6", "history": "^5.3.0", @@ -190,7 +190,7 @@ "react-native-safe-area-context": "4.10.1", "react-native-screens": "~3.31.1", "react-native-svg": "^15.3.0", - "react-native-uitextview": "^1.1.7", + "react-native-uitextview": "^1.3.0", "react-native-url-polyfill": "^1.3.0", "react-native-uuid": "^2.0.2", "react-native-view-shot": "^3.8.0", diff --git a/src/App.native.tsx b/src/App.native.tsx index 2f17c56e6f..e2fcd6d2ec 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -57,16 +57,17 @@ import {Provider as SelectedFeedProvider} from '#/state/shell/selected-feed' import {Provider as StarterPackProvider} from '#/state/shell/starter-pack' import {Provider as HiddenRepliesProvider} from '#/state/threadgate-hidden-replies' import {TestCtrls} from '#/view/com/testing/TestCtrls' -import {Provider as ActiveVideoProvider} from '#/view/com/util/post-embeds/ActiveVideoNativeContext' +import {Provider as VideoVolumeProvider} from '#/view/com/util/post-embeds/VideoVolumeContext' import * as Toast from '#/view/com/util/Toast' import {Shell} from '#/view/shell' import {ThemeProvider as Alf} from '#/alf' import {useColorModeTheme} from '#/alf/util/useColorModeTheme' +import {NuxDialogs} from '#/components/dialogs/nuxs' import {useStarterPackEntry} from '#/components/hooks/useStarterPackEntry' +import {Provider as IntentDialogProvider} from '#/components/intents/IntentDialogs' import {Provider as PortalProvider} from '#/components/Portal' import {Splash} from '#/Splash' import {BackgroundNotificationPreferencesProvider} from '../modules/expo-background-notification-handler/src/BackgroundNotificationHandlerProvider' -import {AudioCategory, PlatformInfo} from '../modules/expo-bluesky-swiss-army' SplashScreen.preventAutoHideAsync() @@ -115,52 +116,51 @@ function InnerApp() { }, [_]) return ( - - - - - - - - - - - {/* LabelDefsProvider MUST come before ModerationOptsProvider */} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + {/* LabelDefsProvider MUST come before ModerationOptsProvider */} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ) } @@ -168,8 +168,6 @@ function App() { const [isReady, setReady] = useState(false) React.useEffect(() => { - PlatformInfo.setAudioCategory(AudioCategory.Ambient) - PlatformInfo.setAudioActive(false) Promise.all([initPersistedState(), ensureGeolocationResolved()]).then(() => setReady(true), ) @@ -197,7 +195,12 @@ function App() { - + + + + + diff --git a/src/App.web.tsx b/src/App.web.tsx index 954450eef3..cfd1a0da29 100644 --- a/src/App.web.tsx +++ b/src/App.web.tsx @@ -40,18 +40,22 @@ import { } from '#/state/session' import {readLastActiveAccount} from '#/state/session/util' import {Provider as ShellStateProvider} from '#/state/shell' +import {useComposerKeyboardShortcut} from '#/state/shell/composer/useComposerKeyboardShortcut' import {Provider as LoggedOutViewProvider} from '#/state/shell/logged-out' import {Provider as ProgressGuideProvider} from '#/state/shell/progress-guide' import {Provider as SelectedFeedProvider} from '#/state/shell/selected-feed' import {Provider as StarterPackProvider} from '#/state/shell/starter-pack' import {Provider as HiddenRepliesProvider} from '#/state/threadgate-hidden-replies' import {Provider as ActiveVideoProvider} from '#/view/com/util/post-embeds/ActiveVideoWebContext' +import {Provider as VideoVolumeProvider} from '#/view/com/util/post-embeds/VideoVolumeContext' import * as Toast from '#/view/com/util/Toast' import {ToastContainer} from '#/view/com/util/Toast.web' import {Shell} from '#/view/shell/index' import {ThemeProvider as Alf} from '#/alf' import {useColorModeTheme} from '#/alf/util/useColorModeTheme' +import {NuxDialogs} from '#/components/dialogs/nuxs' import {useStarterPackEntry} from '#/components/hooks/useStarterPackEntry' +import {Provider as IntentDialogProvider} from '#/components/intents/IntentDialogs' import {Provider as PortalProvider} from '#/components/Portal' import {BackgroundNotificationPreferencesProvider} from '../modules/expo-background-notification-handler/src/BackgroundNotificationHandlerProvider' @@ -69,6 +73,8 @@ function InnerApp() { useIntentHandler() const hasCheckedReferrer = useStarterPackEntry() + useComposerKeyboardShortcut() + // init useEffect(() => { async function onLaunch(account?: SessionAccount) { @@ -103,41 +109,44 @@ function InnerApp() { - - - - - - {/* LabelDefsProvider MUST come before ModerationOptsProvider */} - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + {/* LabelDefsProvider MUST come before ModerationOptsProvider */} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -175,7 +184,9 @@ function App() { - + + + diff --git a/src/alf/index.tsx b/src/alf/index.tsx index 5fa7d3b1a1..d699de6a5b 100644 --- a/src/alf/index.tsx +++ b/src/alf/index.tsx @@ -18,9 +18,17 @@ export * from '#/alf/util/themeSelector' export const Context = React.createContext<{ themeName: ThemeName theme: Theme + themes: ReturnType }>({ themeName: 'light', theme: defaultTheme, + themes: createThemes({ + hues: { + primary: BLUE_HUE, + negative: RED_HUE, + positive: GREEN_HUE, + }, + }), }) export function ThemeProvider({ @@ -42,18 +50,22 @@ export function ThemeProvider({ ({ + themes, themeName: themeName, theme: theme, }), - [theme, themeName], + [theme, themeName, themes], )}> {children} ) } -export function useTheme() { - return React.useContext(Context).theme +export function useTheme(theme?: ThemeName) { + const ctx = React.useContext(Context) + return React.useMemo(() => { + return theme ? ctx.themes[theme] : ctx.theme + }, [theme, ctx]) } export function useBreakpoints() { diff --git a/src/components/Dialog/index.tsx b/src/components/Dialog/index.tsx index 158244c8e9..cdce3765f0 100644 --- a/src/components/Dialog/index.tsx +++ b/src/components/Dialog/index.tsx @@ -256,7 +256,7 @@ export const ScrollableInner = React.forwardRef< borderTopLeftRadius: 40, borderTopRightRadius: 40, }, - flatten(style), + style, ]} contentContainerStyle={a.pb_4xl} ref={ref}> diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index 5031f584e5..286ded13e2 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -60,16 +60,13 @@ function CardOuter({ export function SuggestedFollowPlaceholder() { const t = useTheme() return ( - + + - - - - - + ) } @@ -176,9 +173,14 @@ function useExperimentalSuggestedUsersQuery() { } export function SuggestedFollows({feed}: {feed: FeedDescriptor}) { - const [feedType, feedUri] = feed.split('|') + const {currentAccount} = useSession() + const [feedType, feedUriOrDid] = feed.split('|') if (feedType === 'author') { - return + if (currentAccount?.did === feedUriOrDid) { + return null + } else { + return + } } else { return } @@ -197,6 +199,7 @@ export function SuggestedFollowsProfile({did}: {did: string}) { isSuggestionsLoading={isSuggestionsLoading} profiles={data?.suggestions ?? []} error={error} + viewContext="profile" /> ) } @@ -212,6 +215,7 @@ export function SuggestedFollowsHome() { isSuggestionsLoading={isSuggestionsLoading} profiles={profiles} error={error} + viewContext="feed" /> ) } @@ -220,10 +224,12 @@ export function ProfileGrid({ isSuggestionsLoading, error, profiles, + viewContext = 'feed', }: { isSuggestionsLoading: boolean profiles: AppBskyActorDefs.ProfileViewDetailed[] error: Error | null + viewContext: 'profile' | 'feed' }) { const t = useTheme() const {_} = useLingui() @@ -280,7 +286,7 @@ export function ProfileGrid({ shape="round" /> - + )} @@ -297,33 +303,31 @@ export function ProfileGrid({ return ( - - - Suggested for you + + + {viewContext === 'profile' ? ( + Similar accounts + ) : ( + Suggested for you + )} - + {gtMobile ? ( - - + + {content} - + - + {content} + + {show && !fallback && ( + setShow(false)} + onFallback={onHandleFallback} + /> + )} + + + + + Bluesky is celebrating 10 million users! + + + + + Together, we're rebuilding the social internet. We're glad you're + here. + + + + + To learn more,{' '} + { + control.close() + }} + style={[a.text_md, a.leading_snug]}> + check out our post. + + + + + + + ) +} + +export function Icon({width, style}: {width: number} & ViewStyleProp) { + return ( + + + + + + + + + + + + + + + + + + ) +} diff --git a/src/components/dialogs/nuxs/TenMillion/icons/OnePercent.tsx b/src/components/dialogs/nuxs/TenMillion/icons/OnePercent.tsx new file mode 100644 index 0000000000..9c8d47afd0 --- /dev/null +++ b/src/components/dialogs/nuxs/TenMillion/icons/OnePercent.tsx @@ -0,0 +1,15 @@ +import React from 'react' +import Svg, {Path} from 'react-native-svg' + +export function OnePercent({fill}: {fill?: string}) { + return ( + + + + ) +} diff --git a/src/components/dialogs/nuxs/TenMillion/icons/PointOnePercent.tsx b/src/components/dialogs/nuxs/TenMillion/icons/PointOnePercent.tsx new file mode 100644 index 0000000000..1f9467e442 --- /dev/null +++ b/src/components/dialogs/nuxs/TenMillion/icons/PointOnePercent.tsx @@ -0,0 +1,15 @@ +import React from 'react' +import Svg, {Path} from 'react-native-svg' + +export function PointOnePercent({fill}: {fill?: string}) { + return ( + + + + ) +} diff --git a/src/components/dialogs/nuxs/TenMillion/icons/TenPercent.tsx b/src/components/dialogs/nuxs/TenMillion/icons/TenPercent.tsx new file mode 100644 index 0000000000..4197be8357 --- /dev/null +++ b/src/components/dialogs/nuxs/TenMillion/icons/TenPercent.tsx @@ -0,0 +1,15 @@ +import React from 'react' +import Svg, {Path} from 'react-native-svg' + +export function TenPercent({fill}: {fill?: string}) { + return ( + + + + ) +} diff --git a/src/components/dialogs/nuxs/TenMillion/icons/TwentyFivePercent.tsx b/src/components/dialogs/nuxs/TenMillion/icons/TwentyFivePercent.tsx new file mode 100644 index 0000000000..0d37971410 --- /dev/null +++ b/src/components/dialogs/nuxs/TenMillion/icons/TwentyFivePercent.tsx @@ -0,0 +1,15 @@ +import React from 'react' +import Svg, {Path} from 'react-native-svg' + +export function TwentyFivePercent({fill}: {fill?: string}) { + return ( + + + + ) +} diff --git a/src/components/dialogs/nuxs/TenMillion/index.tsx b/src/components/dialogs/nuxs/TenMillion/index.tsx new file mode 100644 index 0000000000..4e7a171aad --- /dev/null +++ b/src/components/dialogs/nuxs/TenMillion/index.tsx @@ -0,0 +1,694 @@ +import React from 'react' +import {View} from 'react-native' +import Animated, {FadeIn} from 'react-native-reanimated' +import ViewShot from 'react-native-view-shot' +import {Image} from 'expo-image' +import {requestMediaLibraryPermissionsAsync} from 'expo-image-picker' +import * as MediaLibrary from 'expo-media-library' +import {moderateProfile} from '@atproto/api' +import {msg, Trans} from '@lingui/macro' +import {useLingui} from '@lingui/react' + +import {networkRetry} from '#/lib/async/retry' +import {getCanvas} from '#/lib/canvas' +import {shareUrl} from '#/lib/sharing' +import {logEvent} from '#/lib/statsig/statsig' +import {sanitizeDisplayName} from '#/lib/strings/display-names' +import {sanitizeHandle} from '#/lib/strings/handles' +import {isIOS, isNative} from '#/platform/detection' +import {useModerationOpts} from '#/state/preferences/moderation-opts' +import {useProfileQuery} from '#/state/queries/profile' +import {useAgent, useSession} from '#/state/session' +import {useComposerControls} from 'state/shell' +import {formatCount} from '#/view/com/util/numeric/format' +import {Logomark} from '#/view/icons/Logomark' +import * as Toast from 'view/com/util/Toast' +import { + atoms as a, + ThemeProvider, + tokens, + useBreakpoints, + useTheme, +} from '#/alf' +import {Button, ButtonIcon, ButtonText} from '#/components/Button' +import * as Dialog from '#/components/Dialog' +import {useNuxDialogContext} from '#/components/dialogs/nuxs' +import {OnePercent} from '#/components/dialogs/nuxs/TenMillion/icons/OnePercent' +import {PointOnePercent} from '#/components/dialogs/nuxs/TenMillion/icons/PointOnePercent' +import {TenPercent} from '#/components/dialogs/nuxs/TenMillion/icons/TenPercent' +import {Divider} from '#/components/Divider' +import {GradientFill} from '#/components/GradientFill' +import {ArrowOutOfBox_Stroke2_Corner0_Rounded as Share} from '#/components/icons/ArrowOutOfBox' +import {Download_Stroke2_Corner0_Rounded as Download} from '#/components/icons/Download' +import {Image_Stroke2_Corner0_Rounded as ImageIcon} from '#/components/icons/Image' +import {Loader} from '#/components/Loader' +import {Text} from '#/components/Typography' + +const DEBUG = false +const RATIO = 8 / 10 +const WIDTH = 2000 +const HEIGHT = WIDTH * RATIO + +function getFontSize(count: number) { + const length = count.toString().length + if (length < 7) { + return 80 + } else if (length < 5) { + return 100 + } else { + return 70 + } +} + +function getPercentBadge(percent: number) { + if (percent <= 0.001) { + return PointOnePercent + } else if (percent <= 0.01) { + return OnePercent + } else if (percent <= 0.1) { + return TenPercent + } + return null +} + +function Frame({children}: {children: React.ReactNode}) { + return ( + + {children} + + ) +} + +export function TenMillion({ + showTimeout, + onClose, + onFallback, +}: { + showTimeout?: number + onClose?: () => void + onFallback?: () => void +}) { + const agent = useAgent() + const nuxDialogs = useNuxDialogContext() + const [userNumber, setUserNumber] = React.useState(0) + const fetching = React.useRef(false) + + React.useEffect(() => { + async function fetchUserNumber() { + const isBlueskyHosted = agent.sessionManager.pdsUrl + ?.toString() + .includes('bsky.network') + + if (isBlueskyHosted && agent.session?.accessJwt) { + const res = await fetch( + `https://bsky.social/xrpc/com.atproto.temp.getSignupNumber`, + { + headers: { + Authorization: `Bearer ${agent.session.accessJwt}`, + }, + }, + ) + + if (!res.ok) { + throw new Error('Network request failed') + } + + const data = await res.json() + + if (data.number && data.number <= 10_000_000) { + setUserNumber(data.number) + } else { + // should be rare + nuxDialogs.dismissActiveNux() + onFallback?.() + } + } else { + nuxDialogs.dismissActiveNux() + onFallback?.() + } + } + + if (!fetching.current) { + fetching.current = true + networkRetry(3, fetchUserNumber).catch(() => { + nuxDialogs.dismissActiveNux() + onFallback?.() + }) + } + }, [ + agent.sessionManager.pdsUrl, + agent.session?.accessJwt, + setUserNumber, + nuxDialogs.dismissActiveNux, + nuxDialogs, + onFallback, + ]) + + return userNumber ? ( + + ) : null +} + +export function TenMillionInner({ + userNumber, + showTimeout, + onClose: onCloseOuter, +}: { + userNumber: number + showTimeout: number + onClose?: () => void +}) { + const t = useTheme() + const lightTheme = useTheme('light') + const {_, i18n} = useLingui() + const control = Dialog.useDialogControl() + const {gtMobile} = useBreakpoints() + const {openComposer} = useComposerControls() + const {currentAccount} = useSession() + const { + isLoading: isProfileLoading, + data: profile, + error: profileError, + } = useProfileQuery({ + did: currentAccount!.did, + }) + const moderationOpts = useModerationOpts() + const nuxDialogs = useNuxDialogContext() + const moderation = React.useMemo(() => { + return profile && moderationOpts + ? moderateProfile(profile, moderationOpts) + : undefined + }, [profile, moderationOpts]) + const [uri, setUri] = React.useState(null) + const percent = userNumber / 10_000_000 + const Badge = getPercentBadge(percent) + const isLoadingData = isProfileLoading || !moderation || !profile + const isLoadingImage = !uri + + const error: string = React.useMemo(() => { + if (profileError) { + return _( + msg`Oh no! We weren't able to generate an image for you to share. Rest assured, we're glad you're here 🦋`, + ) + } + return '' + }, [_, profileError]) + + /* + * Opening and closing + */ + React.useEffect(() => { + const timeout = setTimeout(() => { + control.open() + }, showTimeout) + return () => { + clearTimeout(timeout) + } + }, [control, showTimeout]) + const onClose = React.useCallback(() => { + nuxDialogs.dismissActiveNux() + onCloseOuter?.() + }, [nuxDialogs, onCloseOuter]) + + /* + * Actions + */ + const sharePost = React.useCallback(() => { + if (uri) { + control.close(() => { + setTimeout(() => { + logEvent('tmd:post', {}) + openComposer({ + text: _( + msg`Bluesky now has over 10 million users, and I was #${i18n.number( + userNumber, + )}!`, + ), // TODO + imageUris: [ + { + uri, + width: WIDTH, + height: HEIGHT, + }, + ], + }) + }, 1e3) + }) + } + }, [_, i18n, control, openComposer, uri, userNumber]) + const onNativeShare = React.useCallback(() => { + if (uri) { + control.close(() => { + logEvent('tmd:share', {}) + shareUrl(uri) + }) + } + }, [uri, control]) + const onNativeDownload = React.useCallback(async () => { + if (uri) { + const res = await requestMediaLibraryPermissionsAsync() + + if (!res) { + Toast.show( + _( + msg`You must grant access to your photo library to save the image.`, + ), + 'xmark', + ) + return + } + + try { + await MediaLibrary.createAssetAsync(uri) + logEvent('tmd:download', {}) + Toast.show(_(msg`Image saved to your camera roll!`)) + } catch (e: unknown) { + console.log(e) + Toast.show(_(msg`An error occurred while saving the image!`), 'xmark') + return + } + } + }, [_, uri]) + const onWebDownload = React.useCallback(async () => { + if (uri) { + const canvas = await getCanvas(uri) + const imgHref = canvas + .toDataURL('image/png') + .replace('image/png', 'image/octet-stream') + const link = document.createElement('a') + link.setAttribute('download', `Bluesky 10M Users.png`) + link.setAttribute('href', imgHref) + link.click() + logEvent('tmd:download', {}) + } + }, [uri]) + + /* + * Canvas stuff + */ + const imageRef = React.useRef(null) + const captureInProgress = React.useRef(false) + const onCanvasReady = React.useCallback(async () => { + if ( + imageRef.current && + imageRef.current.capture && + !captureInProgress.current + ) { + captureInProgress.current = true + const uri = await imageRef.current.capture() + setUri(uri) + } + }, [setUri]) + const canvas = isLoadingData ? null : ( + + + + + + + + + + + + + + {/* Centered content */} + + + + Celebrating {formatCount(i18n, 10000000)} users + {' '} + 🎉 + + + + # + + + {i18n.number(userNumber)} + + + + {Badge && ( + + + + )} + + {/* End centered content */} + + + + {/* + + */} + + + {sanitizeDisplayName( + profile.displayName || + sanitizeHandle(profile.handle), + moderation.ui('displayName'), + )} + + + + {sanitizeHandle(profile.handle, '@')} + + + {profile.createdAt && ( + + + Joined{' '} + {i18n.date(profile.createdAt, { + month: 'short', + day: 'numeric', + year: 'numeric', + })} + + + )} + + + + + + + + + + + + ) + + return ( + + + + + + + {error ? ( + + + (╯°□°)╯︵ ┻━┻ + + + {error} + + + ) : isLoadingData || isLoadingImage ? ( + + ) : ( + + + + )} + + + + {canvas} + + + + Thanks for being one of our first 10 million users. + + + + + Together, we're rebuilding the social internet. We're glad + you're here. + + + + + + + {gtMobile && ( + + Brag a little! + + )} + + + + + + + + + + + ) +} diff --git a/src/components/dialogs/nuxs/index.tsx b/src/components/dialogs/nuxs/index.tsx new file mode 100644 index 0000000000..a38c87b68e --- /dev/null +++ b/src/components/dialogs/nuxs/index.tsx @@ -0,0 +1,121 @@ +import React from 'react' + +import {useGate} from '#/lib/statsig/statsig' +import {logger} from '#/logger' +import { + Nux, + useNuxs, + useRemoveNuxsMutation, + useUpsertNuxMutation, +} from '#/state/queries/nuxs' +import {useSession} from '#/state/session' +import {useOnboardingState} from '#/state/shell' +import {isSnoozed, snooze, unsnooze} from '#/components/dialogs/nuxs/snoozing' +import {TenMillion} from '#/components/dialogs/nuxs/TenMillion' +import {IS_DEV} from '#/env' + +type Context = { + activeNux: Nux | undefined + dismissActiveNux: () => void +} + +const queuedNuxs: { + id: Nux + enabled?: (props: {gate: ReturnType}) => boolean +}[] = [ + { + id: Nux.TenMillionDialog, + }, +] + +const Context = React.createContext({ + activeNux: undefined, + dismissActiveNux: () => {}, +}) + +export function useNuxDialogContext() { + return React.useContext(Context) +} + +export function NuxDialogs() { + const {hasSession} = useSession() + const onboardingState = useOnboardingState() + return hasSession && !onboardingState.isActive ? : null +} + +function Inner() { + const gate = useGate() + const {nuxs} = useNuxs() + const [snoozed, setSnoozed] = React.useState(() => { + return isSnoozed() + }) + const [activeNux, setActiveNux] = React.useState() + const {mutateAsync: upsertNux} = useUpsertNuxMutation() + const {mutate: removeNuxs} = useRemoveNuxsMutation() + + const snoozeNuxDialog = React.useCallback(() => { + snooze() + setSnoozed(true) + }, [setSnoozed]) + + const dismissActiveNux = React.useCallback(() => { + if (!activeNux) return + setActiveNux(undefined) + }, [activeNux, setActiveNux]) + + if (IS_DEV && typeof window !== 'undefined') { + // @ts-ignore + window.clearNuxDialog = (id: Nux) => { + if (!IS_DEV || !id) return + removeNuxs([id]) + unsnooze() + } + } + + React.useEffect(() => { + if (snoozed) return + if (!nuxs) return + + for (const {id, enabled} of queuedNuxs) { + const nux = nuxs.find(nux => nux.id === id) + + // check if completed first + if (nux && nux.completed) continue + + // then check gate (track exposure) + if (enabled && !enabled({gate})) continue + + // we have a winner + setActiveNux(id) + + // immediately snooze for a day + snoozeNuxDialog() + + // immediately update remote data (affects next reload) + upsertNux({ + id, + completed: true, + data: undefined, + }).catch(e => { + logger.error(`NUX dialogs: failed to upsert '${id}' NUX`, { + safeMessage: e.message, + }) + }) + + break + } + }, [nuxs, snoozed, snoozeNuxDialog, upsertNux, gate]) + + const ctx = React.useMemo(() => { + return { + activeNux, + dismissActiveNux, + } + }, [activeNux, dismissActiveNux]) + + return ( + + {activeNux === Nux.TenMillionDialog && } + + ) +} diff --git a/src/components/dialogs/nuxs/snoozing.ts b/src/components/dialogs/nuxs/snoozing.ts new file mode 100644 index 0000000000..91effd0501 --- /dev/null +++ b/src/components/dialogs/nuxs/snoozing.ts @@ -0,0 +1,22 @@ +import {simpleAreDatesEqual} from '#/lib/strings/time' +import {device} from '#/storage' + +export function snooze() { + device.set(['lastNuxDialog'], new Date().toISOString()) +} + +export function unsnooze() { + device.set(['lastNuxDialog'], undefined) +} + +export function isSnoozed() { + const lastNuxDialog = device.get(['lastNuxDialog']) + if (!lastNuxDialog) return false + const last = new Date(lastNuxDialog) + const now = new Date() + // already snoozed today + if (simpleAreDatesEqual(last, now)) { + return true + } + return false +} diff --git a/src/components/dms/MessageContext.tsx b/src/components/dms/MessageContext.tsx new file mode 100644 index 0000000000..84056fb306 --- /dev/null +++ b/src/components/dms/MessageContext.tsx @@ -0,0 +1,17 @@ +import React from 'react' + +const MessageContext = React.createContext(false) + +export function MessageContextProvider({ + children, +}: { + children: React.ReactNode +}) { + return ( + {children} + ) +} + +export function useIsWithinMessage() { + return React.useContext(MessageContext) +} diff --git a/src/components/dms/MessageItemEmbed.tsx b/src/components/dms/MessageItemEmbed.tsx index 3db00aece6..f9eb4d3af7 100644 --- a/src/components/dms/MessageItemEmbed.tsx +++ b/src/components/dms/MessageItemEmbed.tsx @@ -4,6 +4,7 @@ import {AppBskyEmbedRecord} from '@atproto/api' import {PostEmbeds, PostEmbedViewContext} from '#/view/com/util/post-embeds' import {atoms as a, native, useTheme} from '#/alf' +import {MessageContextProvider} from './MessageContext' let MessageItemEmbed = ({ embed, @@ -13,13 +14,15 @@ let MessageItemEmbed = ({ const t = useTheme() return ( - - - + + + + + ) } MessageItemEmbed = React.memo(MessageItemEmbed) diff --git a/src/components/hooks/dates.ts b/src/components/hooks/dates.ts index b0f94133b7..00b70f762e 100644 --- a/src/components/hooks/dates.ts +++ b/src/components/hooks/dates.ts @@ -21,6 +21,7 @@ import { ja, ko, ptBR, + ru, tr, uk, zhCN, @@ -47,6 +48,7 @@ const locales: Record = { ja, ko, ['pt-BR']: ptBR, + ru, tr, uk, ['zh-CN']: zhCN, diff --git a/src/components/hooks/useFullscreen.ts b/src/components/hooks/useFullscreen.ts new file mode 100644 index 0000000000..498f22223c --- /dev/null +++ b/src/components/hooks/useFullscreen.ts @@ -0,0 +1,53 @@ +import { + useCallback, + useEffect, + useRef, + useState, + useSyncExternalStore, +} from 'react' + +import {isFirefox, isSafari} from '#/lib/browser' +import {isWeb} from '#/platform/detection' + +function fullscreenSubscribe(onChange: () => void) { + document.addEventListener('fullscreenchange', onChange) + return () => document.removeEventListener('fullscreenchange', onChange) +} + +export function useFullscreen(ref?: React.RefObject) { + if (!isWeb) throw new Error("'useFullscreen' is a web-only hook") + const isFullscreen = useSyncExternalStore(fullscreenSubscribe, () => + Boolean(document.fullscreenElement), + ) + const scrollYRef = useRef(null) + const [prevIsFullscreen, setPrevIsFullscreen] = useState(isFullscreen) + + const toggleFullscreen = useCallback(() => { + if (isFullscreen) { + document.exitFullscreen() + } else { + if (!ref) throw new Error('No ref provided') + if (!ref.current) return + scrollYRef.current = window.scrollY + ref.current.requestFullscreen() + } + }, [isFullscreen, ref]) + + useEffect(() => { + if (prevIsFullscreen === isFullscreen) return + setPrevIsFullscreen(isFullscreen) + + // Chrome has an issue where it doesn't scroll back to the top after exiting fullscreen + // Let's play it safe and do it if not FF or Safari, since anything else will probably be chromium + if (prevIsFullscreen && !isFirefox && !isSafari) { + setTimeout(() => { + if (scrollYRef.current !== null) { + window.scrollTo(0, scrollYRef.current) + scrollYRef.current = null + } + }, 100) + } + }, [isFullscreen, prevIsFullscreen]) + + return [isFullscreen, toggleFullscreen] as const +} diff --git a/src/components/icons/Download.tsx b/src/components/icons/Download.tsx new file mode 100644 index 0000000000..86b4942864 --- /dev/null +++ b/src/components/icons/Download.tsx @@ -0,0 +1,5 @@ +import {createSinglePathSVG} from './TEMPLATE' + +export const Download_Stroke2_Corner0_Rounded = createSinglePathSVG({ + path: 'M12 3a1 1 0 0 1 1 1v8.086l1.793-1.793a1 1 0 1 1 1.414 1.414l-3.5 3.5a1 1 0 0 1-1.414 0l-3.5-3.5a1 1 0 1 1 1.414-1.414L11 12.086V4a1 1 0 0 1 1-1ZM4 14a1 1 0 0 1 1 1v4h14v-4a1 1 0 1 1 2 0v5a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1Z', +}) diff --git a/src/components/intents/IntentDialogs.tsx b/src/components/intents/IntentDialogs.tsx new file mode 100644 index 0000000000..244850370d --- /dev/null +++ b/src/components/intents/IntentDialogs.tsx @@ -0,0 +1,37 @@ +import React from 'react' + +import * as Dialog from '#/components/Dialog' +import {DialogControlProps} from '#/components/Dialog' +import {VerifyEmailIntentDialog} from '#/components/intents/VerifyEmailIntentDialog' + +interface Context { + verifyEmailDialogControl: DialogControlProps + verifyEmailState: {code: string} | undefined + setVerifyEmailState: (state: {code: string} | undefined) => void +} + +const Context = React.createContext({} as Context) +export const useIntentDialogs = () => React.useContext(Context) + +export function Provider({children}: {children: React.ReactNode}) { + const verifyEmailDialogControl = Dialog.useDialogControl() + const [verifyEmailState, setVerifyEmailState] = React.useState< + {code: string} | undefined + >() + + const value = React.useMemo( + () => ({ + verifyEmailDialogControl, + verifyEmailState, + setVerifyEmailState, + }), + [verifyEmailDialogControl, verifyEmailState, setVerifyEmailState], + ) + + return ( + + {children} + + + ) +} diff --git a/src/components/intents/VerifyEmailIntentDialog.tsx b/src/components/intents/VerifyEmailIntentDialog.tsx new file mode 100644 index 0000000000..4dca8bd904 --- /dev/null +++ b/src/components/intents/VerifyEmailIntentDialog.tsx @@ -0,0 +1,140 @@ +import React from 'react' +import {View} from 'react-native' +import {msg, Trans} from '@lingui/macro' +import {useLingui} from '@lingui/react' + +import {useAgent, useSession} from 'state/session' +import {atoms as a} from '#/alf' +import {Button, ButtonText} from '#/components/Button' +import * as Dialog from '#/components/Dialog' +import {DialogControlProps} from '#/components/Dialog' +import {useIntentDialogs} from '#/components/intents/IntentDialogs' +import {Loader} from '#/components/Loader' +import {Text} from '#/components/Typography' + +export function VerifyEmailIntentDialog() { + const {verifyEmailDialogControl: control} = useIntentDialogs() + + return ( + + + + + ) +} + +function Inner({control}: {control: DialogControlProps}) { + const {_} = useLingui() + const {verifyEmailState: state} = useIntentDialogs() + const [status, setStatus] = React.useState< + 'loading' | 'success' | 'failure' | 'resent' + >('loading') + const [sending, setSending] = React.useState(false) + const agent = useAgent() + const {currentAccount} = useSession() + + React.useEffect(() => { + ;(async () => { + if (!state?.code) { + return + } + try { + await agent.com.atproto.server.confirmEmail({ + email: (currentAccount?.email || '').trim(), + token: state.code.trim(), + }) + setStatus('success') + } catch (e) { + setStatus('failure') + } + })() + }, [agent.com.atproto.server, currentAccount?.email, state?.code]) + + const onPressResendEmail = async () => { + setSending(true) + await agent.com.atproto.server.requestEmailConfirmation() + setSending(false) + setStatus('resent') + } + + return ( + + + + {status === 'loading' ? ( + + + + ) : status === 'success' ? ( + <> + + Email Verified + + + + Thanks, you have successfully verified your email address. + + + + ) : status === 'failure' ? ( + <> + + Invalid Verification Code + + + + The verification code you have provided is invalid. Please make + sure that you have used the correct verification link or request + a new one. + + + + ) : ( + <> + + Email Resent + + + + We have sent another verification email to{' '} + + {currentAccount?.email} + + . + + + + )} + {status !== 'loading' ? ( + + + {status === 'failure' ? ( + + ) : null} + + ) : null} + + + ) +} diff --git a/src/components/video/PlayButtonIcon.tsx b/src/components/video/PlayButtonIcon.tsx index 90e93f744b..8e0a6bb7a0 100644 --- a/src/components/video/PlayButtonIcon.tsx +++ b/src/components/video/PlayButtonIcon.tsx @@ -4,7 +4,7 @@ import {View} from 'react-native' import {atoms as a, useTheme} from '#/alf' import {Play_Filled_Corner0_Rounded as PlayIcon} from '#/components/icons/Play' -export function PlayButtonIcon({size = 36}: {size?: number}) { +export function PlayButtonIcon({size = 32}: {size?: number}) { const t = useTheme() const bg = t.name === 'light' ? t.palette.contrast_25 : t.palette.contrast_975 const fg = t.name === 'light' ? t.palette.contrast_975 : t.palette.contrast_25 diff --git a/src/lib/api/feed-manip.ts b/src/lib/api/feed-manip.ts index eaa760b4be..0eca8b1655 100644 --- a/src/lib/api/feed-manip.ts +++ b/src/lib/api/feed-manip.ts @@ -379,7 +379,11 @@ export class FeedTuner { ): FeedViewPostsSlice[] => { for (let i = 0; i < slices.length; i++) { const slice = slices[i] - if (slice.isReply && !shouldDisplayReplyInFollowing(slice, userDid)) { + if ( + slice.isReply && + !slice.isRepost && + !shouldDisplayReplyInFollowing(slice.getAuthors(), userDid) + ) { slices.splice(i, 1) i-- } @@ -443,13 +447,9 @@ function areSameAuthor(authors: AuthorContext): boolean { } function shouldDisplayReplyInFollowing( - slice: FeedViewPostsSlice, + authors: AuthorContext, userDid: string, ): boolean { - if (slice.isRepost) { - return true - } - const authors = slice.getAuthors() const {author, parentAuthor, grandparentAuthor, rootAuthor} = authors if (!isSelfOrFollowing(author, userDid)) { // Only show replies from self or people you follow. @@ -463,21 +463,6 @@ function shouldDisplayReplyInFollowing( // Always show self-threads. return true } - if ( - parentAuthor && - parentAuthor.did !== author.did && - rootAuthor && - rootAuthor.did === author.did && - slice.items.length > 2 - ) { - // If you follow A, show A -> someone[>0 likes] -> A chains too. - // This is different from cases below because you only know one person. - const parentPost = slice.items[1].post - const parentLikeCount = parentPost.likeCount ?? 0 - if (parentLikeCount > 0) { - return true - } - } // From this point on we need at least one more reason to show it. if ( parentAuthor && diff --git a/src/lib/api/feed/custom.ts b/src/lib/api/feed/custom.ts index 6db96a8d63..f3ac45b6e3 100644 --- a/src/lib/api/feed/custom.ts +++ b/src/lib/api/feed/custom.ts @@ -2,6 +2,7 @@ import { AppBskyFeedDefs, AppBskyFeedGetFeed as GetCustomFeed, BskyAgent, + jsonStringToLex, } from '@atproto/api' import {getContentLanguages} from '#/state/preferences/languages' @@ -111,7 +112,7 @@ async function loggedOutFetch({ }&limit=${limit}&lang=${contentLangs}`, {method: 'GET', headers: {'Accept-Language': contentLangs}}, ) - let data = res.ok ? await res.json() : null + let data = res.ok ? jsonStringToLex(await res.text()) : null if (data?.feed?.length) { return { success: true, @@ -126,7 +127,7 @@ async function loggedOutFetch({ }&limit=${limit}`, {method: 'GET', headers: {'Accept-Language': ''}}, ) - data = res.ok ? await res.json() : null + data = res.ok ? jsonStringToLex(await res.text()) : null if (data?.feed?.length) { return { success: true, diff --git a/src/lib/canvas.ts b/src/lib/canvas.ts new file mode 100644 index 0000000000..760c0e67f3 --- /dev/null +++ b/src/lib/canvas.ts @@ -0,0 +1,15 @@ +export const getCanvas = (base64: string): Promise => { + return new Promise(resolve => { + const image = new Image() + image.onload = () => { + const canvas = document.createElement('canvas') + canvas.width = image.width + canvas.height = image.height + + const ctx = canvas.getContext('2d') + ctx?.drawImage(image, 0, 0) + resolve(canvas) + } + image.src = base64 + }) +} diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 5be099d0ee..9bf1fb35ea 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -137,6 +137,9 @@ export const GIF_FEATURED = (params: string) => export const MAX_LABELERS = 20 +export const VIDEO_SERVICE = 'https://video.bsky.app' +export const VIDEO_SERVICE_DID = 'did:web:video.bsky.app' + export const SUPPORTED_MIME_TYPES = [ 'video/mp4', 'video/mpeg', diff --git a/src/lib/hooks/useIntentHandler.ts b/src/lib/hooks/useIntentHandler.ts index 460df3753d..fd16387034 100644 --- a/src/lib/hooks/useIntentHandler.ts +++ b/src/lib/hooks/useIntentHandler.ts @@ -6,15 +6,17 @@ import {isNative} from 'platform/detection' import {useSession} from 'state/session' import {useComposerControls} from 'state/shell' import {useCloseAllActiveElements} from 'state/util' +import {useIntentDialogs} from '#/components/intents/IntentDialogs' import {Referrer} from '../../../modules/expo-bluesky-swiss-army' -type IntentType = 'compose' +type IntentType = 'compose' | 'verify-email' const VALID_IMAGE_REGEX = /^[\w.:\-_/]+\|\d+(\.\d+)?\|\d+(\.\d+)?$/ export function useIntentHandler() { const incomingUrl = Linking.useURL() const composeIntent = useComposeIntent() + const verifyEmailIntent = useVerifyEmailIntent() React.useEffect(() => { const handleIncomingURL = (url: string) => { @@ -51,15 +53,25 @@ export function useIntentHandler() { text: params.get('text'), imageUrisStr: params.get('imageUris'), }) + return + } + case 'verify-email': { + const code = params.get('code') + if (!code) return + verifyEmailIntent(code) + return + } + default: { + return } } } if (incomingUrl) handleIncomingURL(incomingUrl) - }, [incomingUrl, composeIntent]) + }, [incomingUrl, composeIntent, verifyEmailIntent]) } -function useComposeIntent() { +export function useComposeIntent() { const closeAllActiveElements = useCloseAllActiveElements() const {openComposer} = useComposerControls() const {hasSession} = useSession() @@ -103,3 +115,21 @@ function useComposeIntent() { [hasSession, closeAllActiveElements, openComposer], ) } + +function useVerifyEmailIntent() { + const closeAllActiveElements = useCloseAllActiveElements() + const {verifyEmailDialogControl: control, setVerifyEmailState: setState} = + useIntentDialogs() + return React.useCallback( + (code: string) => { + closeAllActiveElements() + setState({ + code, + }) + setTimeout(() => { + control.open() + }, 1000) + }, + [closeAllActiveElements, control, setState], + ) +} diff --git a/src/lib/media/video/compress.ts b/src/lib/media/video/compress.ts index e783a84386..dec9032a34 100644 --- a/src/lib/media/video/compress.ts +++ b/src/lib/media/video/compress.ts @@ -1,9 +1,14 @@ import {getVideoMetaData, Video} from 'react-native-compressor' +import {ImagePickerAsset} from 'expo-image-picker' +import {SUPPORTED_MIME_TYPES, SupportedMimeTypes} from '#/lib/constants' +import {extToMime} from '#/state/queries/video/util' import {CompressedVideo} from './types' +const MIN_SIZE_FOR_COMPRESSION = 25 // 25mb + export async function compressVideo( - file: string, + file: ImagePickerAsset, opts?: { signal?: AbortSignal onProgress?: (progress: number) => void @@ -11,12 +16,22 @@ export async function compressVideo( ): Promise { const {onProgress, signal} = opts || {} + const isAcceptableFormat = SUPPORTED_MIME_TYPES.includes( + file.mimeType as SupportedMimeTypes, + ) + + const minimumFileSizeForCompress = isAcceptableFormat + ? MIN_SIZE_FOR_COMPRESSION + : 0 + const compressed = await Video.compress( - file, + file.uri, { compressionMethod: 'manual', bitrate: 3_000_000, // 3mbps maxSize: 1920, + // WARNING: this ONE SPECIFIC ARG is in MB -sfn + minimumFileSizeForCompress, getCancellationId: id => { if (signal) { signal.addEventListener('abort', () => { @@ -30,5 +45,5 @@ export async function compressVideo( const info = await getVideoMetaData(compressed) - return {uri: compressed, size: info.size, mimeType: `video/mp4`} + return {uri: compressed, size: info.size, mimeType: extToMime(info.extension)} } diff --git a/src/lib/media/video/compress.web.ts b/src/lib/media/video/compress.web.ts index c071b33aef..7f057d2ea5 100644 --- a/src/lib/media/video/compress.web.ts +++ b/src/lib/media/video/compress.web.ts @@ -1,17 +1,19 @@ +import {ImagePickerAsset} from 'expo-image-picker' + import {VideoTooLargeError} from 'lib/media/video/errors' import {CompressedVideo} from './types' -const MAX_VIDEO_SIZE = 1024 * 1024 * 100 // 100MB +const MAX_VIDEO_SIZE = 1024 * 1024 * 50 // 50mb -// doesn't actually compress, but throws if >100MB +// doesn't actually compress, converts to ArrayBuffer export async function compressVideo( - file: string, + asset: ImagePickerAsset, _opts?: { signal?: AbortSignal onProgress?: (progress: number) => void }, ): Promise { - const {mimeType, base64} = parseDataUrl(file) + const {mimeType, base64} = parseDataUrl(asset.uri) const blob = base64ToBlob(base64, mimeType) const uri = URL.createObjectURL(blob) diff --git a/src/lib/media/video/errors.ts b/src/lib/media/video/errors.ts index a06a239e17..5d91758c71 100644 --- a/src/lib/media/video/errors.ts +++ b/src/lib/media/video/errors.ts @@ -1,6 +1,6 @@ export class VideoTooLargeError extends Error { constructor() { - super('Videos cannot be larger than 100MB') + super('Videos cannot be larger than 50mb') this.name = 'VideoTooLargeError' } } @@ -11,3 +11,10 @@ export class ServerError extends Error { this.name = 'ServerError' } } + +export class UploadLimitError extends Error { + constructor(message: string) { + super(message) + this.name = 'UploadLimitError' + } +} diff --git a/src/lib/statsig/events.ts b/src/lib/statsig/events.ts index 1871894902..c9bc8fefb2 100644 --- a/src/lib/statsig/events.ts +++ b/src/lib/statsig/events.ts @@ -225,4 +225,8 @@ export type LogEvents = { 'test:gate1:sometimes': {} 'test:gate2:always': {} 'test:gate2:sometimes': {} + + 'tmd:share': {} + 'tmd:download': {} + 'tmd:post': {} } diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts index 61a48e441a..7966767d1b 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -1,8 +1,3 @@ export type Gate = // Keep this alphabetic please. - | 'debug_show_feedcontext' - | 'onboarding_minimum_interests' - | 'suggested_feeds_interstitial' - | 'video_debug' // not recommended - | 'video_upload' // upload videos - | 'video_view_on_posts' // see posted videos + 'debug_show_feedcontext' | 'suggested_feeds_interstitial' diff --git a/src/locale/helpers.ts b/src/locale/helpers.ts index cbaaf445a8..3bae45214d 100644 --- a/src/locale/helpers.ts +++ b/src/locale/helpers.ts @@ -143,6 +143,8 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage { return AppLanguage.ko case 'pt-BR': return AppLanguage.pt_BR + case 'ru': + return AppLanguage.ru case 'tr': return AppLanguage.tr case 'uk': diff --git a/src/locale/i18n.ts b/src/locale/i18n.ts index 2a6cfae913..dce9193a73 100644 --- a/src/locale/i18n.ts +++ b/src/locale/i18n.ts @@ -24,6 +24,7 @@ import {messages as messagesIt} from '#/locale/locales/it/messages' import {messages as messagesJa} from '#/locale/locales/ja/messages' import {messages as messagesKo} from '#/locale/locales/ko/messages' import {messages as messagesPt_BR} from '#/locale/locales/pt-BR/messages' +import {messages as messagesRu} from '#/locale/locales/ru/messages' import {messages as messagesTr} from '#/locale/locales/tr/messages' import {messages as messagesUk} from '#/locale/locales/uk/messages' import {messages as messagesZh_CN} from '#/locale/locales/zh-CN/messages' @@ -131,6 +132,14 @@ export async function dynamicActivate(locale: AppLanguage) { ]) break } + case AppLanguage.ru: { + i18n.loadAndActivate({locale, messages: messagesRu}) + await Promise.all([ + import('@formatjs/intl-pluralrules/locale-data/ru'), + import('@formatjs/intl-numberformat/locale-data/ru'), + ]) + break + } case AppLanguage.tr: { i18n.loadAndActivate({locale, messages: messagesTr}) await Promise.all([ diff --git a/src/locale/i18n.web.ts b/src/locale/i18n.web.ts index 87c3c590e9..5f5f8592eb 100644 --- a/src/locale/i18n.web.ts +++ b/src/locale/i18n.web.ts @@ -60,6 +60,10 @@ export async function dynamicActivate(locale: AppLanguage) { mod = await import(`./locales/pt-BR/messages`) break } + case AppLanguage.ru: { + mod = await import(`./locales/ru/messages`) + break + } case AppLanguage.tr: { mod = await import(`./locales/tr/messages`) break diff --git a/src/locale/languages.ts b/src/locale/languages.ts index d2b38e6851..71a77986ff 100644 --- a/src/locale/languages.ts +++ b/src/locale/languages.ts @@ -18,6 +18,7 @@ export enum AppLanguage { ja = 'ja', ko = 'ko', pt_BR = 'pt-BR', + ru = 'ru', tr = 'tr', uk = 'uk', zh_CN = 'zh-CN', @@ -43,6 +44,7 @@ export const APP_LANGUAGES: AppLanguageConfig[] = [ {code2: AppLanguage.ja, name: '日本語 – Japanese'}, {code2: AppLanguage.ko, name: '한국어 – Korean'}, {code2: AppLanguage.pt_BR, name: 'Português (BR) – Portuguese (BR)'}, + {code2: AppLanguage.ru, name: 'Русский – Russian'}, {code2: AppLanguage.tr, name: 'Türkçe – Turkish'}, {code2: AppLanguage.uk, name: 'Українська – Ukrainian'}, {code2: AppLanguage.zh_CN, name: '简体中文(中国)– Chinese (Simplified)'}, diff --git a/src/locale/locales/ca/messages.po b/src/locale/locales/ca/messages.po index c869ab1154..180089fd1d 100644 --- a/src/locale/locales/ca/messages.po +++ b/src/locale/locales/ca/messages.po @@ -24,11 +24,19 @@ msgstr "(té contingut incrustat)" msgid "(no email)" msgstr "(sense correu)" -#: src/view/com/notifications/FeedItem.tsx:236 -#: src/view/com/notifications/FeedItem.tsx:327 +#: src/view/com/notifications/FeedItem.tsx:232 +#: src/view/com/notifications/FeedItem.tsx:323 msgid "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}" msgstr "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}" +#: src/lib/hooks/useTimeAgo.ts:156 +msgid "{0, plural, one {# day} other {# days}}" +msgstr "{0, plural, one {# dia} other {# dies}}" + +#: src/lib/hooks/useTimeAgo.ts:146 +msgid "{0, plural, one {# hour} other {# hours}}" +msgstr "{0, plural, one {# hora} other {# hores}}" + #: src/view/shell/desktop/RightNav.tsx:168 #~ msgid "{0, plural, one {# invite code available} other {# invite codes available}}" #~ msgstr "{0, plural, one {# codi d'invitació disponible} other {# codis d'invitació disponibles}}" @@ -37,7 +45,7 @@ msgstr "{0, plural, one {{formattedCount} other} other {{formattedCount} others} #~ msgid "{0, plural, one {# label has been placed on this account} other {# labels has been placed on this account}}" #~ msgstr "{0, plural, one {# etiqueta s'ha aplicat a aquest compte} other {# etiquetes s'han aplicat a aquest compte}}" -#: src/components/moderation/LabelsOnMe.tsx:55 +#: src/components/moderation/LabelsOnMe.tsx:54 msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" msgstr "{0, plural, one {# etiqueta s'ha aplicat a aquest compte} other {# etiquetes s'han aplicat a aquest compte}}" @@ -45,17 +53,29 @@ msgstr "{0, plural, one {# etiqueta s'ha aplicat a aquest compte} other {# etiqu #~ msgid "{0, plural, one {# label has been placed on this content} other {# labels has been placed on this content}}" #~ msgstr "{0, plural, one {# etiqueta s'ha aplicat a aquest contingut} other {# etiquetes s'han aplicat a aquest contingut}}" -#: src/components/moderation/LabelsOnMe.tsx:61 +#: src/components/moderation/LabelsOnMe.tsx:60 msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "{0, plural, one {# etiqueta s'ha aplicat a aquest contingut} other {# etiquetes s'han aplicat a aquest contingut}}" -#: src/view/com/util/post-ctrls/RepostButton.tsx:68 +#: src/lib/hooks/useTimeAgo.ts:136 +msgid "{0, plural, one {# minute} other {# minutes}}" +msgstr "{0, plural, one {# minut} other {# minuts}}" + +#: src/lib/hooks/useTimeAgo.ts:167 +msgid "{0, plural, one {# month} other {# months}}" +msgstr "{0, plural, one {# mes} other {# mesos}}" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:71 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "{0, plural, one {# republicació} other {# republicacions}}" +#: src/lib/hooks/useTimeAgo.ts:126 +msgid "{0, plural, one {# second} other {# seconds}}" +msgstr "{0, plural, one {# segon} other {# segons}}" + #: src/components/KnownFollowers.tsx:179 #~ msgid "{0, plural, one {and # other} other {and # others}}" -#~ msgstr "" +#~ msgstr "{0, plural, one {i # altre} other {i # altres}" #: src/components/ProfileHoverCard/index.web.tsx:398 #: src/screens/Profile/Header/Metrics.tsx:23 @@ -67,11 +87,11 @@ msgstr "{0, plural, one {seguidor} other {seguidors}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {seguint} other {seguint}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:276 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:312 msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "{0, plural, one {Like (# m'agrada)} other {Like (# m'agrades)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {m'agrada} other {m'agrades}}" @@ -84,19 +104,19 @@ msgstr "{0, plural, one {Li ha agradat a # user} other {Li ha agradat a # users} msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {publicació} other {publicacions}}" -#: src/view/com/post-thread/PostThreadItem.tsx:413 +#: src/view/com/post-thread/PostThreadItem.tsx:419 msgid "{0, plural, one {quote} other {quotes}}" -msgstr "" +msgstr "{0, plural, one {citació} other {citacions}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:233 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:269 msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "{0, plural, one {Resposta per (# reply)} other {Resposta per (# replies)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {republicació} other {republicacions}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:272 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "{0, plural, one {Unlike (# like)} other {Unlike (# likes)}}" msgstr "{0, plural, one {Desmarca m'agrada (# like)} other {Desmarca m'agrada (# likes)}}" @@ -111,17 +131,21 @@ msgstr "{0, plural, one {Desmarca m'agrada (# like)} other {Desmarca m'agrada (# #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:475 msgid "{0} <0>in <1>tags" -msgstr "" +msgstr "{0} <0>en <1>etiquetes" #. Pattern: {wordValue} in text, tags #: src/components/dialogs/MutedWords.tsx:465 msgid "{0} <0>in <1>text & tags" -msgstr "" +msgstr "{0} <0>en <1>text i etiquetes" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:228 msgid "{0} joined this week" msgstr "{0} s'han unit aquesta setmana" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:637 +msgid "{0} of {1}" +msgstr "{0} de {1}" + #: src/screens/StarterPack/StarterPackScreen.tsx:467 msgid "{0} people have used this starter pack!" msgstr "{0} persones han utilitzat aquest starter pack" @@ -130,7 +154,7 @@ msgstr "{0} persones han utilitzat aquest starter pack" #~ msgid "{0} your feeds" #~ msgstr "{0} els teus canals" -#: src/view/com/util/UserAvatar.tsx:419 +#: src/view/com/util/UserAvatar.tsx:425 msgid "{0}'s avatar" msgstr "Avatar de {0}" @@ -142,30 +166,56 @@ msgstr "Els canals i les persones preferits de {0}: uneix-te a mi!" msgid "{0}'s starter pack" msgstr "Starter pack de {0}" +#. How many days have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:158 +msgid "{0}d" +msgstr "{0}d" + +#. How many hours have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:148 +msgid "{0}h" +msgstr "{0}h" + +#. How many minutes have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:138 +msgid "{0}m" +msgstr "{0}m" + +#. How many months have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:169 +msgid "{0}mo" +msgstr "{0}me" + +#. How many seconds have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:128 +msgid "{0}s" +msgstr "{0}s" + #: src/components/LabelingServiceCard/index.tsx:71 msgid "{count, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{count, plural, one {Li ha agradat a # user} other {Li ha agradat a # users}}" #: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "{diff, plural, one {dia} other {dies}}" +#~ msgid "{diff, plural, one {day} other {days}}" +#~ msgstr "{diff, plural, one {dia} other {dies}}" #: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "{diff, plural, one {hora} other {hores}}" +#~ msgid "{diff, plural, one {hour} other {hours}}" +#~ msgstr "{diff, plural, one {hora} other {hores}}" #: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "{diff, plural, one {minut} other {minuts}}" +#~ msgid "{diff, plural, one {minute} other {minutes}}" +#~ msgstr "{diff, plural, one {minut} other {minuts}}" #: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "{diff, plural, one {mes} other {mesos}}" +#~ msgid "{diff, plural, one {month} other {months}}" +#~ msgstr "{diff, plural, one {mes} other {mesos}}" #: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "{diffSeconds, plural, one {segon} other {segons}}" +#~ msgid "{diffSeconds, plural, one {second} other {seconds}}" +#~ msgstr "{diffSeconds, plural, one {segon} other {segons}}" +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" msgstr "Starter Pack de {displayName}" @@ -271,7 +321,7 @@ msgstr "<0>{0} està inclòs al teu starter pack" #: src/components/WhoCanReply.tsx:274 msgid "<0>{0} members" -msgstr "" +msgstr "<0>{0} membres" #: src/components/ProfileHoverCard/index.web.tsx:437 #~ msgid "<0>{followers} <1>{pluralizedFollowers}" @@ -308,27 +358,27 @@ msgstr "⚠Identificador invàlid" #: src/components/dialogs/MutedWords.tsx:193 msgid "24 hours" -msgstr "" +msgstr "24 hores" -#: src/screens/Login/LoginForm.tsx:266 +#: src/screens/Login/LoginForm.tsx:253 msgid "2FA Confirmation" msgstr "Confirmació 2FA" #: src/components/dialogs/MutedWords.tsx:232 msgid "30 days" -msgstr "" +msgstr "30 dies" #: src/components/dialogs/MutedWords.tsx:217 msgid "7 days" -msgstr "" +msgstr "7 dies" #: src/view/com/util/moderation/LabelInfo.tsx:45 #~ msgid "A content warning has been applied to this {0}." #~ msgstr "S'ha aplicat una advertència de contingut a {0}." #: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "Una informació d'ajuda" +#~ msgid "A help tooltip" +#~ msgstr "Una informació d'ajuda" #: src/lib/hooks/useOTAUpdate.ts:16 #~ msgid "A new version of the app is available. Please update to continue using the app." @@ -361,7 +411,7 @@ msgstr "Configuració d'accessibilitat" #~ msgid "account" #~ msgstr "compte" -#: src/screens/Login/LoginForm.tsx:190 +#: src/screens/Login/LoginForm.tsx:179 #: src/view/screens/Settings/index.tsx:315 #: src/view/screens/Settings/index.tsx:718 msgid "Account" @@ -396,7 +446,7 @@ msgstr "Opcions del compte" msgid "Account removed from quick access" msgstr "Compte eliminat de l'accés ràpid" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "Compte desbloquejat" @@ -452,9 +502,13 @@ msgstr "Afegeix text alternatiu" #~ msgid "Add ALT text" #~ msgstr "Afegeix text alternatiu" -#: src/view/screens/AppPasswords.tsx:106 -#: src/view/screens/AppPasswords.tsx:148 -#: src/view/screens/AppPasswords.tsx:161 +#: src/view/com/composer/videos/SubtitleDialog.tsx:109 +msgid "Add alt text (optional)" +msgstr "Afegeix text alternatiu (opcional)" + +#: src/view/screens/AppPasswords.tsx:105 +#: src/view/screens/AppPasswords.tsx:147 +#: src/view/screens/AppPasswords.tsx:160 msgid "Add App Password" msgstr "Afegeix una contrasenya d'aplicació" @@ -585,13 +639,13 @@ msgstr "Permet missatges nou de" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:359 msgid "Allow replies from:" -msgstr "" +msgstr "Permet respostes de:" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" -msgstr "" +msgstr "Permet l'accés als missatges directes" -#: src/screens/Login/ForgotPasswordForm.tsx:178 +#: src/screens/Login/ForgotPasswordForm.tsx:177 #: src/view/com/modals/ChangePassword.tsx:171 msgid "Already have a code?" msgstr "Ja tens un codi?" @@ -602,17 +656,20 @@ msgstr "Ja estàs registrat com a @{0}" #: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/util/post-embeds/GifEmbed.tsx:183 +#: src/view/com/util/post-embeds/GifEmbed.tsx:177 msgid "ALT" msgstr "ALT" #: src/view/com/composer/GifAltText.tsx:144 +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +#: src/view/com/composer/videos/SubtitleDialog.tsx:104 +#: src/view/com/composer/videos/SubtitleDialog.tsx:108 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:87 msgid "Alt text" msgstr "Text alternatiu" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:182 msgid "Alt Text" msgstr "Text alternatiu" @@ -631,23 +688,34 @@ msgstr "S'ha enviat un correu a la teva adreça prèvia, {0}. Inclou un codi de #: src/components/dialogs/GifSelect.tsx:254 msgid "An error has occurred" -msgstr "" +msgstr "Hi ha hagut un error" #: src/components/dialogs/GifSelect.tsx:252 #~ msgid "An error occured" #~ msgstr "Hi ha hagut un error" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:314 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:413 msgid "An error occurred" -msgstr "" +msgstr "Hi ha hagut un error" + +#: src/state/queries/video/video.ts:232 +msgid "An error occurred while compressing the video." +msgstr "Hi ha hagut un error mentre es comprimia el vídeo." #: src/components/StarterPack/ProfileStarterPacks.tsx:315 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/view/com/util/post-embeds/VideoEmbed.tsx:69 -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:135 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/view/com/util/post-embeds/VideoEmbed.web.tsx:174 +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/nuxs/TenMillion/index.tsx:250 +msgid "An error occurred while saving the image!" msgstr "" #: src/components/StarterPack/ShareDialog.tsx:79 @@ -659,6 +727,10 @@ msgstr "" msgid "An error occurred while saving the QR code!" msgstr "S'ha produït un error en desar el codi QR!" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:75 +msgid "An error occurred while selecting the video" +msgstr "Hi ha hagut un error mentre es seleccionava el vídeo" + #: src/components/dms/MessageMenu.tsx:134 #~ msgid "An error occurred while trying to delete the message. Please try again." #~ msgstr "Hi ha hagut un error intentant esborrar el missatge. Torna-ho a provar." @@ -668,9 +740,9 @@ msgstr "S'ha produït un error en desar el codi QR!" msgid "An error occurred while trying to follow all" msgstr "S'ha produït un error en intentar seguir-ho tot" -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:199 msgid "An error occurred while uploading the video." -msgstr "" +msgstr "Hi ha hagut un error mentre es pujava el vídeo." #: src/lib/moderation/useReportOptions.ts:28 msgid "An issue not included in these options" @@ -686,25 +758,25 @@ 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:319 -#: src/components/ProfileCard.tsx:339 +#: src/components/ProfileCard.tsx:324 +#: src/components/ProfileCard.tsx:344 #: src/view/com/profile/FollowButton.tsx:36 #: src/view/com/profile/FollowButton.tsx:46 msgid "An issue occurred, please try again." msgstr "Hi ha hagut un problema, prova-ho de nou." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "hi ha hagut un problema desconegut" #: src/components/moderation/ModerationDetailsDialog.tsx:151 #: src/components/moderation/ModerationDetailsDialog.tsx:147 msgid "an unknown labeler" -msgstr "" +msgstr "un etiquetador desconegut" #: src/components/WhoCanReply.tsx:295 -#: src/view/com/notifications/FeedItem.tsx:235 -#: src/view/com/notifications/FeedItem.tsx:324 +#: src/view/com/notifications/FeedItem.tsx:231 +#: src/view/com/notifications/FeedItem.tsx:320 msgid "and" msgstr "i" @@ -713,7 +785,7 @@ msgstr "i" msgid "Animals" msgstr "Animals" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:139 msgid "Animated GIF" msgstr "GIF animat" @@ -723,13 +795,13 @@ msgstr "Comportament antisocial" #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:54 msgid "Anybody can interact" -msgstr "" +msgstr "Qualsevol pot interactuar" #: src/view/screens/LanguageSettings.tsx:96 msgid "App Language" msgstr "Idioma de l'aplicació" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "Contrasenya de l'aplicació esborrada" @@ -750,17 +822,17 @@ msgstr "Configuració de la contrasenya d'aplicació" #~ msgstr "Contrasenyes de l'aplicació" #: src/Navigation.tsx:286 -#: src/view/screens/AppPasswords.tsx:192 +#: src/view/screens/AppPasswords.tsx:191 #: src/view/screens/Settings/index.tsx:672 msgid "App Passwords" msgstr "Contrasenyes de l'aplicació" -#: src/components/moderation/LabelsOnMeDialog.tsx:154 -#: src/components/moderation/LabelsOnMeDialog.tsx:157 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 +#: src/components/moderation/LabelsOnMeDialog.tsx:149 msgid "Appeal" msgstr "Apel·la" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "Apel·la \"{0}\" etiqueta" @@ -776,7 +848,7 @@ msgstr "Apel·la \"{0}\" etiqueta" #~ msgid "Appeal Decision" #~ msgstr "Decisión de apelación" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "Apel·lació enviada" @@ -803,11 +875,11 @@ msgstr "Aparença" #: src/view/screens/Settings/index.tsx:475 msgid "Appearance settings" -msgstr "" +msgstr "Preferències de l'aparença" #: src/Navigation.tsx:326 msgid "Appearance Settings" -msgstr "" +msgstr "Preferències de l'aparença" #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 #: src/screens/Home/NoFeedsPinned.tsx:93 @@ -818,7 +890,7 @@ msgstr "Aplica els canals recomanats per defecte" #~ msgid "Are you sure you want delete this starter pack?" #~ msgstr "Segur que vols suprimir aquest starter pack?" -#: src/view/screens/AppPasswords.tsx:282 +#: src/view/screens/AppPasswords.tsx:277 msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "Confirmes que vols eliminar la contrasenya de l'aplicació \"{name}\"?" @@ -850,7 +922,7 @@ msgstr "Confirmes que vols eliminar {0} dels teus canals?" msgid "Are you sure you want to remove this from your feeds?" msgstr "Segur que vols eliminar-ho dels teus canals?" -#: src/view/com/composer/Composer.tsx:772 +#: src/view/com/composer/Composer.tsx:838 msgid "Are you sure you'd like to discard this draft?" msgstr "Confirmes que vols descartar aquest esborrany?" @@ -875,19 +947,19 @@ msgstr "Art" msgid "Artistic or non-erotic nudity." msgstr "Nuesa artística o no eròtica." -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "Almenys 3 caràcters" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 -#: src/components/moderation/LabelsOnMeDialog.tsx:294 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:285 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:298 -#: src/screens/Login/LoginForm.tsx:304 +#: src/screens/Login/LoginForm.tsx:285 +#: src/screens/Login/LoginForm.tsx:291 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Messages/Conversation/ChatDisabled.tsx:133 @@ -920,7 +992,7 @@ msgstr "Aniversari" msgid "Birthday:" msgstr "Aniversari:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "Bloqueja" @@ -955,7 +1027,7 @@ msgstr "Vols bloquejar aquests comptes?" #~ msgid "Block this List" #~ msgstr "Bloqueja la llista" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:83 msgid "Blocked" msgstr "Bloquejada" @@ -1024,6 +1096,10 @@ msgstr "Bluesky és millor amb col·legues!" #~ msgid "Bluesky is public." #~ msgstr "Bluesky és públic." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:206 +msgid "Bluesky now has over 10 million users, and I was #{0}!" +msgstr "" + #: src/view/com/modals/Waitlist.tsx:70 #~ msgid "Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon." #~ msgstr "Bluesky utilitza les invitacions per construir una comunitat saludable. Si no coneixes ningú amb invitacions, pots apuntar-te a la llista d'espera i te n'enviarem una aviat." @@ -1053,23 +1129,27 @@ msgstr "Difumina les imatges i filtra-ho dels canals" msgid "Books" msgstr "Llibres" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:614 +msgid "Brag a little!" +msgstr "" + +#: src/components/FeedInterstitials.tsx:350 msgid "Browse more accounts on the Explore page" msgstr "Explora més comptes a la pàgina Explora" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:483 msgid "Browse more feeds on the Explore page" msgstr "Explora més canals a la pàgina Explora" -#: src/components/FeedInterstitials.tsx:282 -#: src/components/FeedInterstitials.tsx:285 -#: src/components/FeedInterstitials.tsx:415 -#: src/components/FeedInterstitials.tsx:418 +#: src/components/FeedInterstitials.tsx:332 +#: src/components/FeedInterstitials.tsx:335 +#: src/components/FeedInterstitials.tsx:465 +#: src/components/FeedInterstitials.tsx:468 msgid "Browse more suggestions" msgstr "Explora més recomanacions" -#: src/components/FeedInterstitials.tsx:308 -#: src/components/FeedInterstitials.tsx:442 +#: src/components/FeedInterstitials.tsx:358 +#: src/components/FeedInterstitials.tsx:492 msgid "Browse more suggestions on the Explore page" msgstr "Explora més recomancaions a la pàgina Explora" @@ -1127,12 +1207,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "Només pot tenir lletres, números, espais, guions i guions baixos. Ha de tenir almenys 4 caràcters i no més de 32." #: src/components/Menu/index.tsx:235 -#: src/components/Prompt.tsx:119 -#: src/components/Prompt.tsx:121 +#: src/components/Prompt.tsx:122 +#: src/components/Prompt.tsx:124 #: src/components/TagMenu/index.tsx:282 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:512 -#: src/view/com/composer/Composer.tsx:527 +#: src/view/com/composer/Composer.tsx:594 +#: src/view/com/composer/Composer.tsx:609 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -1148,7 +1228,7 @@ msgstr "Només pot tenir lletres, números, espais, guions i guions baixos. Ha d #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "Cancel·la" @@ -1181,7 +1261,7 @@ msgstr "Cancel·la la retallada de la imatge" msgid "Cancel profile editing" msgstr "Cancel·la l'edició del perfil" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "Cancel·la la citació de la publicació" @@ -1201,6 +1281,25 @@ msgstr "Cancel·la la cerca" msgid "Cancels opening the linked website" msgstr "Cancel·la obrir la web enllaçada" +#: src/state/shell/composer/index.tsx:70 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:114 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:155 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:191 +msgid "Cannot interact with a blocked user" +msgstr "No pots interactuar amb un usuari bloquejat" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:135 +msgid "Captions (.vtt)" +msgstr "Subtítols (.vtt)" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +msgid "Captions & alt text" +msgstr "Subtítols i text alternatiu" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:368 +msgid "Celebrating {0} users" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "Canvia" @@ -1245,8 +1344,8 @@ msgid "Change Your Email" msgstr "Canvia el teu correu" #: src/Navigation.tsx:338 -#: src/view/shell/bottom-bar/BottomBar.tsx:204 -#: src/view/shell/desktop/LeftNav.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:201 +#: src/view/shell/desktop/LeftNav.tsx:301 msgid "Chat" msgstr "Xat" @@ -1288,7 +1387,7 @@ msgstr "Comprova el meu estat" #~ msgid "Check out some recommended users. Follow them to see similar users." #~ msgstr "Mira alguns usuaris recomanats. Segueix-los per a veure altres usuaris similars." -#: src/screens/Login/LoginForm.tsx:291 +#: src/screens/Login/LoginForm.tsx:278 msgid "Check your email for a login 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í." @@ -1301,16 +1400,16 @@ msgstr "Comprova el teu correu per a rebre el codi de confirmació i entra'l aqu #~ msgstr "Tria \"Tothom\" or \"Ningú\"" #: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "Tria'n 3 o més:" +#~ msgid "Choose 3 or more:" +#~ msgstr "Tria'n 3 o més:" #: src/view/screens/Settings/index.tsx:697 #~ msgid "Choose a new Bluesky username or create" #~ msgstr "Tria un nou nom d'usuari de Bluesky o crea'l" #: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "Tria'n almenys {0} més" +#~ msgid "Choose at least {0} more" +#~ msgstr "Tria'n almenys {0} més" #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" @@ -1328,7 +1427,7 @@ msgstr "Tria les persones" msgid "Choose Service" msgstr "Tria un servei" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "Tria els algoritmes que alimentaran els teus canals personalitzats." @@ -1409,13 +1508,13 @@ msgstr "Clica aquí per a obrir el menú d'etiquetes per {tag}" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:303 msgid "Click to disable quote posts of this post." -msgstr "" +msgstr "Clica per a deshabilitar les citacions d'aquesta publicació." #: src/components/dialogs/PostInteractionSettingsDialog.tsx:304 msgid "Click to enable quote posts of this post." -msgstr "" +msgstr "Clica per a habilitar les citacions d'aquesta publicació." -#: src/components/dms/MessageItem.tsx:231 +#: src/components/dms/MessageItem.tsx:232 msgid "Click to retry failed message" msgstr "Clica aquí per provar d'enviar el missatge de nou" @@ -1430,13 +1529,15 @@ msgstr "Clip 🐴 clop 🐴" #: src/components/dialogs/GifSelect.ios.tsx:250 #: src/components/dialogs/GifSelect.tsx:270 #: src/components/dms/dialogs/SearchablePeopleList.tsx:261 +#: src/components/intents/VerifyEmailIntentDialog.tsx:111 +#: src/components/intents/VerifyEmailIntentDialog.tsx:118 #: src/components/NewskieDialog.tsx:146 #: src/components/NewskieDialog.tsx:153 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:131 #: src/view/com/modals/ChangePassword.tsx:268 #: src/view/com/modals/ChangePassword.tsx:271 -#: src/view/com/util/post-embeds/GifEmbed.tsx:195 +#: src/view/com/util/post-embeds/GifEmbed.tsx:188 msgid "Close" msgstr "Tanca" @@ -1491,7 +1592,7 @@ msgstr "Tanca la barra de navegació inferior" msgid "Closes password update alert" msgstr "Tanca l'alerta d'actualització de contrasenya" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:606 msgid "Closes post composer and discards post draft" msgstr "Tanca l'editor de la publicació i descarta l'esborrany" @@ -1499,11 +1600,11 @@ msgstr "Tanca l'editor de la publicació i descarta l'esborrany" msgid "Closes viewer for header image" msgstr "Tanca la visualització de la imatge de la capçalera" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "Plega la llista d'usuaris" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "Plega la llista d'usuaris per una notificació concreta" @@ -1522,7 +1623,7 @@ msgstr "Còmics" msgid "Community Guidelines" msgstr "Directrius de la comunitat" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "Finalitza el registre i comença a utilitzar el teu compte" @@ -1530,7 +1631,7 @@ msgstr "Finalitza el registre i comença a utilitzar el teu compte" msgid "Complete the challenge" msgstr "Completa la prova" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:714 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Crea publicacions de fins a {MAX_GRAPHEME_LENGTH} caràcters" @@ -1539,8 +1640,8 @@ msgid "Compose reply" msgstr "Redacta una resposta" #: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 -msgid "Compressing..." -msgstr "" +#~ msgid "Compressing..." +#~ msgstr "Comprimint..." #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 #~ msgid "Configure content filtering setting for category: {0}" @@ -1554,8 +1655,8 @@ msgstr "Configura els filtres de continguts per la categoria: {name}" msgid "Configured in <0>moderation settings." msgstr "Configurat a <0>configuració de moderació." -#: src/components/Prompt.tsx:162 #: src/components/Prompt.tsx:165 +#: src/components/Prompt.tsx:168 #: src/view/com/modals/SelfLabel.tsx:155 #: src/view/com/modals/VerifyEmail.tsx:239 #: src/view/com/modals/VerifyEmail.tsx:241 @@ -1595,7 +1696,7 @@ msgstr "Confirma la teva edat:" msgid "Confirm your birthdate" msgstr "Confirma la teva data de naixement" -#: src/screens/Login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:259 #: src/view/com/modals/ChangeEmail.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:238 #: src/view/com/modals/DeleteAccount.tsx:244 @@ -1609,7 +1710,7 @@ msgstr "Codi de confirmació" #~ msgid "Confirms signing up {email} to the waitlist" #~ msgstr "Confirma afegir {email} a la llista d'espera" -#: src/screens/Login/LoginForm.tsx:325 +#: src/screens/Login/LoginForm.tsx:312 msgid "Connecting..." msgstr "Connectant…" @@ -1663,7 +1764,7 @@ msgstr "Advertències del contingut" msgid "Context menu backdrop, click to close the menu." msgstr "Teló de fons del menú contextual, fes clic per a tancar-lo." -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Continua" @@ -1676,7 +1777,7 @@ msgstr "Continua com a {0} (sessió actual)" msgid "Continue thread..." msgstr "Continua el fil..." -#: src/screens/Onboarding/StepInterests/index.tsx:275 +#: src/screens/Onboarding/StepInterests/index.tsx:255 #: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/BackNextButtons.tsx:59 msgid "Continue to next step" @@ -1712,7 +1813,7 @@ msgstr "Número de versió copiat en memòria" #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:234 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:368 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:392 msgid "Copied to clipboard" msgstr "Copiat en memòria" @@ -1802,6 +1903,10 @@ msgstr "No s'ha pogut carregar la llista" msgid "Could not mute chat" msgstr "No s'ha pogut silenciar el xat" +#: src/view/com/composer/videos/VideoPreview.web.tsx:56 +msgid "Could not process your video" +msgstr "No s'ha pogut processar el teu vídeo" + #: src/components/dms/ConvoMenu.tsx:68 #~ msgid "Could not unmute chat" #~ msgstr "No s'ha pogut deixar de silenciar el xat" @@ -1871,7 +1976,7 @@ msgstr "Crea un nou compte" msgid "Create report for {0}" msgstr "Crea un informe per a {0}" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "Creat {0}" @@ -1912,7 +2017,7 @@ msgstr "Personalitza el contingut dels llocs externs." #: src/components/dialogs/PostInteractionSettingsDialog.tsx:288 msgid "Customize who can interact with this post." -msgstr "" +msgstr "Personalitza qui pot interactuar amb aquesta publicació." #: src/view/screens/Settings.tsx:687 #~ msgid "Danger Zone" @@ -1933,13 +2038,13 @@ msgstr "Mode fosc" #: src/screens/Settings/AppearanceSettings.tsx:109 #: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark theme" -msgstr "" +msgstr "Tema fosc" #: src/view/screens/Settings/index.tsx:473 #~ msgid "Dark Theme" #~ msgstr "Tema fosc" -#: src/screens/Signup/StepInfo/index.tsx:191 +#: src/screens/Signup/StepInfo/index.tsx:192 msgid "Date of birth" msgstr "Data de naixement" @@ -1965,7 +2070,7 @@ msgstr "Panell de depuració" #: src/screens/StarterPack/StarterPackScreen.tsx:652 #: src/screens/StarterPack/StarterPackScreen.tsx:732 #: src/view/com/util/forms/PostDropdownBtn.tsx:629 -#: src/view/screens/AppPasswords.tsx:285 +#: src/view/screens/AppPasswords.tsx:280 #: src/view/screens/ProfileList.tsx:723 msgid "Delete" msgstr "Elimina" @@ -1982,11 +2087,11 @@ msgstr "Elimina el compte" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "Elimina el compte <0>\"<1>{0}<2>\"" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "Elimina la contrasenya d'aplicació" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "Vols eliminar la contrasenya d'aplicació?" @@ -2045,7 +2150,7 @@ msgstr "Vols eliminar aquesta llista?" msgid "Delete this post?" msgstr "Vols eliminar aquesta publicació?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:93 msgid "Deleted" msgstr "Eliminat" @@ -2071,11 +2176,11 @@ msgstr "Text alternatiu descriptiu" #: src/view/com/util/forms/PostDropdownBtn.tsx:544 #: src/view/com/util/forms/PostDropdownBtn.tsx:554 msgid "Detach quote" -msgstr "" +msgstr "Desenganxa la citació" #: src/view/com/util/forms/PostDropdownBtn.tsx:687 msgid "Detach quote post?" -msgstr "" +msgstr "Vols desenganxar la citació?" #: src/view/com/auth/create/Step1.tsx:96 #~ msgid "Dev Server" @@ -2087,9 +2192,9 @@ msgstr "" #: src/components/WhoCanReply.tsx:175 msgid "Dialog: adjust who can interact with this post" -msgstr "" +msgstr "Diàleg: ajusta qui pot interactuar amb aquesta publicació" -#: src/view/com/composer/Composer.tsx:327 +#: src/view/com/composer/Composer.tsx:355 msgid "Did you want to say anything?" msgstr "Vols dir alguna cosa?" @@ -2103,8 +2208,12 @@ msgid "Direct messages are here!" msgstr "Els missatges directes són aquí!" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" -msgstr "Desactiva la reproducció automàtica dels GIF" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "Desactiva la reproducció automàtica dels GIF" + +#: src/view/screens/AccessibilitySettings.tsx:111 +msgid "Disable autoplay for videos and GIFs" +msgstr "Desactiva la reproducció automàtica per GIFs i vídeos" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 msgid "Disable Email 2FA" @@ -2118,9 +2227,9 @@ msgstr "Desactiva la retroalimentació hàptica" #~ msgid "Disable haptics" #~ msgstr "Deshabilita l'hàptic" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:379 msgid "Disable subtitles" -msgstr "" +msgstr "Deshabilita els subtítols" #: src/view/screens/Settings/index.tsx:697 #~ msgid "Disable vibrations" @@ -2135,7 +2244,7 @@ msgstr "" msgid "Disabled" msgstr "Deshabilitat" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:840 msgid "Discard" msgstr "Descarta" @@ -2143,7 +2252,7 @@ msgstr "Descarta" #~ msgid "Discard draft" #~ msgstr "Descarta l'esborrany" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:837 msgid "Discard draft?" msgstr "Vols descartar l'esborrany?" @@ -2153,8 +2262,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "Evita que les aplicacions mostrin el meu compte als usuaris no connectats" #: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "Discover apren quines publicacions t'agraden mentre navegues." +#~ msgid "Discover learns which posts you like as you browse." +#~ msgstr "Discover apren quines publicacions t'agraden mentre navegues." #: src/view/com/posts/FollowingEmptyState.tsx:70 #: src/view/com/posts/FollowingEndOfFeed.tsx:71 @@ -2170,12 +2279,12 @@ msgid "Discover New Feeds" msgstr "Descobreix nous canals" #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 -msgid "Dismiss" -msgstr "" +#~ msgid "Dismiss" +#~ msgstr "Descarta" -#: src/view/com/composer/Composer.tsx:612 +#: src/view/com/composer/Composer.tsx:1107 msgid "Dismiss error" -msgstr "" +msgstr "Descarta l'error" #: src/components/ProgressGuide/List.tsx:40 msgid "Dismiss getting started guide" @@ -2199,13 +2308,13 @@ msgstr "Panell de DNS" #: src/components/dialogs/MutedWords.tsx:302 msgid "Do not apply this mute word to users you follow" -msgstr "" +msgstr "No silenciïs aquesta paraula als usuaris que segueixo" #: src/lib/moderation/useGlobalLabelStrings.ts:39 msgid "Does not include nudity." msgstr "No inclou nuesa." -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "No comença ni acaba amb un guionet" @@ -2229,6 +2338,8 @@ msgstr "Domini verificat!" #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/composer/videos/SubtitleDialog.tsx:171 +#: src/view/com/composer/videos/SubtitleDialog.tsx:181 #: src/view/com/modals/AddAppPasswords.tsx:243 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 @@ -2255,7 +2366,7 @@ msgstr "Fet{extraText}" #~ msgid "Double tap to sign in" #~ msgstr "Fes doble toc per a iniciar la sessió" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "Descarrega Bluesky" @@ -2268,7 +2379,11 @@ msgstr "Descarrega Bluesky" msgid "Download CAR file" msgstr "Descarrega el fitxer CAR" -#: src/view/com/composer/text-input/TextInput.web.tsx:271 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:622 +msgid "Download image" +msgstr "" + +#: src/view/com/composer/text-input/TextInput.web.tsx:269 msgid "Drop to add images" msgstr "Deixa anar a afegir imatges" @@ -2278,7 +2393,7 @@ msgstr "Deixa anar a afegir imatges" #: src/components/dialogs/MutedWords.tsx:153 msgid "Duration:" -msgstr "" +msgstr "Durada:" #: src/view/com/modals/ChangeHandle.tsx:252 msgid "e.g. alice" @@ -2333,7 +2448,7 @@ msgctxt "action" msgid "Edit" msgstr "Edita" -#: src/view/com/util/UserAvatar.tsx:328 +#: src/view/com/util/UserAvatar.tsx:334 #: src/view/com/util/UserBanner.tsx:92 msgid "Edit avatar" msgstr "Edita l'avatar" @@ -2350,7 +2465,7 @@ msgstr "Edita la imatge" #: src/view/com/util/forms/PostDropdownBtn.tsx:590 #: src/view/com/util/forms/PostDropdownBtn.tsx:603 msgid "Edit interaction settings" -msgstr "" +msgstr "Edita les preferències de les interaccions" #: src/view/screens/ProfileList.tsx:515 msgid "Edit list details" @@ -2378,15 +2493,15 @@ msgstr "Edita les persones" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:66 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:204 msgid "Edit post interaction settings" -msgstr "" +msgstr "Edita les preferències de les interaccions a la publicació" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "Edita el perfil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:187 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "Edita el perfil" @@ -2441,6 +2556,10 @@ msgstr "Correu 2FA desactivat" msgid "Email address" msgstr "Adreça de correu" +#: src/components/intents/VerifyEmailIntentDialog.tsx:95 +msgid "Email Resent" +msgstr "S'ha tornat a enviar el correu" + #: src/view/com/modals/ChangeEmail.tsx:54 #: src/view/com/modals/ChangeEmail.tsx:83 msgid "Email updated" @@ -2454,6 +2573,10 @@ msgstr "Correu actualitzat" msgid "Email verified" msgstr "Correu verificat" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "Correu verificat" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "Correu:" @@ -2507,9 +2630,9 @@ msgstr "Habilita reproductors de contingut per" msgid "Enable priority notifications" msgstr "Activa les notificacions prioritàries" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:380 msgid "Enable subtitles" -msgstr "" +msgstr "Habilita els subtítols" #: src/view/screens/PreferencesFollowingFeed.tsx:145 #~ msgid "Enable this setting to only see replies between people you follow." @@ -2525,7 +2648,7 @@ msgstr "Habilita només per aquesta font" msgid "Enabled" msgstr "Habilitat" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "Fi del canal" @@ -2534,8 +2657,12 @@ msgstr "Fi del canal" #~ msgstr "Fi de la llista" #: src/tours/Tooltip.tsx:159 -msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." -msgstr "Fi de la gira de benvinguda. No avancis. En comptes d'això, ves enrere per obtenir més opcions o prem per saltar." +#~ msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgstr "Fi de la gira de benvinguda. No avancis. En comptes d'això, ves enrere per obtenir més opcions o prem per saltar." + +#: src/view/com/composer/videos/SubtitleDialog.tsx:161 +msgid "Ensure you have selected a language for each subtitle file." +msgstr "Assegura't que has seleccionat un idioma per a cada fitxer de subtítols." #: src/view/com/modals/AddAppPasswords.tsx:161 msgid "Enter a name for this App Password" @@ -2603,11 +2730,11 @@ msgstr "Introdueix el teu usuari i contrasenya" msgid "Error occurred while saving file" msgstr "Ha ocorregut un error en desar el fitxer" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "Error en rebre la resposta al captcha." -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Error:" @@ -2622,7 +2749,7 @@ msgstr "Tothom pot respondre" #: src/components/WhoCanReply.tsx:213 msgid "Everybody can reply to this post." -msgstr "" +msgstr "Tothom pot respondre a aquesta publicació." #: src/components/dms/MessagesNUX.tsx:131 #: src/components/dms/MessagesNUX.tsx:134 @@ -2631,21 +2758,25 @@ msgstr "" msgid "Everyone" msgstr "Tothom" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "Mencions o respostes excessives" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "Missatges excessius o no desitjats" #: src/components/dialogs/MutedWords.tsx:311 msgid "Exclude users you follow" -msgstr "" +msgstr "Exclou els usuaris que segueixes" #: src/components/dialogs/MutedWords.tsx:514 msgid "Excludes users you follow" -msgstr "" +msgstr "Exclou els usuaris que segueixes" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:397 +msgid "Exit fullscreen" +msgstr "Surt de la pantalla completa" #: src/view/com/modals/DeleteAccount.tsx:293 msgid "Exits account deletion process" @@ -2675,7 +2806,7 @@ msgstr "Surt de la cerca" msgid "Expand alt text" msgstr "Expandeix el text alternatiu" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "Expandeix la llista d'usuaris" @@ -2690,11 +2821,11 @@ msgstr "Experimental: quan aquesta preferència està activada, només rebràs n #: src/components/dialogs/MutedWords.tsx:500 msgid "Expired" -msgstr "" +msgstr "Caducada" #: src/components/dialogs/MutedWords.tsx:502 msgid "Expires {0}" -msgstr "" +msgstr "Caduca {0}" #: src/lib/moderation/useGlobalLabelStrings.ts:47 msgid "Explicit or potentially disturbing media." @@ -2799,7 +2930,7 @@ msgstr "Error en desar la imatge: {0}" msgid "Failed to save notification preferences, please try again" msgstr "Error en desar les preferències de les notificacions, torna-ho a provar" -#: src/components/dms/MessageItem.tsx:224 +#: src/components/dms/MessageItem.tsx:225 msgid "Failed to send" msgstr "No s'ha pogut enviar" @@ -2807,7 +2938,7 @@ msgstr "No s'ha pogut enviar" #~ msgid "Failed to send message(s)." #~ msgstr "Error en enviar missatge(s)." -#: src/components/moderation/LabelsOnMeDialog.tsx:234 +#: src/components/moderation/LabelsOnMeDialog.tsx:225 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "No s'ha pogut enviar l'apel·lació, torna-ho a provar." @@ -2825,6 +2956,13 @@ msgstr "No s'han pogut actualitzar els canals" msgid "Failed to update settings" msgstr "No s'ha pogut actualitzar la configuració" +#: src/state/queries/video/video-upload.ts:67 +#: src/state/queries/video/video-upload.web.ts:64 +#: src/state/queries/video/video-upload.web.ts:68 +#: src/state/queries/video/video-upload.web.ts:78 +msgid "Failed to upload video" +msgstr "No s'ha pogut pujar el vídeo" + #: src/Navigation.tsx:226 msgid "Feed" msgstr "Canal" @@ -2855,9 +2993,9 @@ msgstr "Comentaris" #: src/screens/StarterPack/StarterPackScreen.tsx:172 #: src/view/screens/Feeds.tsx:445 #: src/view/screens/Feeds.tsx:550 -#: src/view/screens/Profile.tsx:213 +#: src/view/screens/Profile.tsx:224 #: src/view/screens/Search/Search.tsx:375 -#: src/view/shell/desktop/LeftNav.tsx:379 +#: src/view/shell/desktop/LeftNav.tsx:373 #: src/view/shell/Drawer.tsx:497 #: src/view/shell/Drawer.tsx:498 msgid "Feeds" @@ -2891,7 +3029,7 @@ msgstr "Fitxer desat amb èxit" msgid "Filter from feeds" msgstr "Filtra-ho dels canals" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "Finalitzant" @@ -2902,8 +3040,8 @@ msgid "Find accounts to follow" msgstr "Troba comptes per a seguir" #: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "Troba més canals i comptes per seguir a la pàgina Explora." +#~ msgid "Find more feeds and accounts to follow in the Explore page." +#~ msgstr "Troba més canals i comptes per seguir a la pàgina Explora." #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" @@ -2938,14 +3076,14 @@ msgid "Finish" msgstr "Finalitza" #: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "Acaba la visita guiada i comença a utilitzar l'aplicació" +#~ msgid "Finish tour and begin using the application" +#~ msgstr "Acaba la visita guiada i comença a utilitzar l'aplicació" #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "Exercici" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "Flexible" @@ -2959,11 +3097,11 @@ msgid "Flip vertically" msgstr "Gira verticalment" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:351 +#: src/components/ProfileCard.tsx:356 #: src/components/ProfileHoverCard/index.web.tsx:446 #: src/components/ProfileHoverCard/index.web.tsx:457 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:252 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:225 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 msgid "Follow" msgstr "Segueix" @@ -2972,8 +3110,8 @@ msgctxt "action" msgid "Follow" msgstr "Segueix" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:238 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:209 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:126 msgid "Follow {0}" msgstr "Segueix {0}" @@ -2999,7 +3137,13 @@ msgstr "Segueix-los a tots" #~ msgid "Follow All" #~ msgstr "Segueix-los a tots" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/view/com/profile/FollowButton.tsx:79 +msgctxt "action" +msgid "Follow Back" +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:223 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 msgid "Follow Back" msgstr "Segueix" @@ -3047,16 +3191,16 @@ msgstr "Usuaris seguits" #~ msgid "Followed users only" #~ msgstr "Només els usuaris seguits" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "et segueix" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" msgstr "també et segueix" -#: src/view/com/profile/ProfileFollowers.tsx:104 -#: src/view/screens/ProfileFollowers.tsx:25 +#: src/view/screens/ProfileFollowers.tsx:29 +#: src/view/screens/ProfileFollowers.tsx:30 msgid "Followers" msgstr "Seguidors" @@ -3074,20 +3218,20 @@ msgstr "Seguidors que coneixes" #~ msgstr "seguint" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:345 +#: src/components/ProfileCard.tsx:350 #: src/components/ProfileHoverCard/index.web.tsx:445 #: src/components/ProfileHoverCard/index.web.tsx:456 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 -#: src/view/com/profile/ProfileFollows.tsx:104 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:147 #: src/view/screens/Feeds.tsx:630 -#: src/view/screens/ProfileFollows.tsx:25 +#: src/view/screens/ProfileFollows.tsx:29 +#: src/view/screens/ProfileFollows.tsx:30 #: src/view/screens/SavedFeeds.tsx:416 msgid "Following" msgstr "Seguint" -#: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/components/ProfileCard.tsx:316 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Seguint {0}" @@ -3106,8 +3250,8 @@ msgid "Following Feed Preferences" msgstr "Preferències del canal Seguint" #: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "Seguint mostra les últimes publicacions de la gent que segueixes." +#~ msgid "Following shows the latest posts from people you follow." +#~ msgstr "Seguint mostra les últimes publicacions de la gent que segueixes." #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" @@ -3132,7 +3276,7 @@ msgstr "Per motius de seguretat no podràs tornar-la a veure. Si perds aquesta c #: src/components/dialogs/MutedWords.tsx:178 msgid "Forever" -msgstr "" +msgstr "Per sempre" #: src/view/com/auth/login/LoginForm.tsx:244 #~ msgid "Forgot" @@ -3147,11 +3291,11 @@ msgstr "" msgid "Forgot Password" msgstr "He oblidat la contrasenya" -#: src/screens/Login/LoginForm.tsx:246 +#: src/screens/Login/LoginForm.tsx:233 msgid "Forgot password?" msgstr "Has oblidat la contrasenya?" -#: src/screens/Login/LoginForm.tsx:257 +#: src/screens/Login/LoginForm.tsx:244 msgid "Forgot?" msgstr "Oblidada?" @@ -3159,15 +3303,19 @@ msgstr "Oblidada?" msgid "Frequently Posts Unwanted Content" msgstr "Publica contingut no desitjat freqüentment" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "De @{sanitizedAuthor}" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "De <0/>" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:398 +msgid "Fullscreen" +msgstr "Pantalla completa" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galeria" @@ -3193,7 +3341,7 @@ msgstr "Comença" msgid "Getting started" msgstr "Començant" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:122 msgid "GIF" msgstr "GIF" @@ -3212,7 +3360,7 @@ msgstr "Infraccions flagrants de la llei o les condicions del servei" #: src/view/screens/NotFound.tsx:55 #: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:1026 -#: src/view/shell/desktop/LeftNav.tsx:134 +#: src/view/shell/desktop/LeftNav.tsx:133 msgid "Go back" msgstr "Ves enrere" @@ -3261,7 +3409,7 @@ msgstr "Ves a l'inici" msgid "Go to conversation with {0}" msgstr "Ves a la conversa amb {0}" -#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:171 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Go to next" msgstr "Ves al següent" @@ -3271,8 +3419,8 @@ msgid "Go to profile" msgstr "Ves al perfil" #: src/tours/Tooltip.tsx:138 -msgid "Go to the next step of the tour" -msgstr "ves al següent pas de la visita guiada" +#~ msgid "Go to the next step of the tour" +#~ msgstr "ves al següent pas de la visita guiada" #: src/components/dms/ConvoMenu.tsx:164 msgid "Go to user's profile" @@ -3341,7 +3489,7 @@ msgstr "Aquí tens la teva contrasenya d'aplicació." #: src/components/ListCard.tsx:128 msgid "Hidden list" -msgstr "" +msgstr "Llista oculta" #: src/components/moderation/ContentHider.tsx:116 #: src/components/moderation/LabelPreference.tsx:134 @@ -3354,7 +3502,7 @@ msgstr "" msgid "Hide" msgstr "Amaga" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "Amaga" @@ -3367,17 +3515,17 @@ msgstr "Amaga" #: src/view/com/util/forms/PostDropdownBtn.tsx:501 #: src/view/com/util/forms/PostDropdownBtn.tsx:507 msgid "Hide post for me" -msgstr "" +msgstr "Amaga'm aquesta publicació" #: src/view/com/util/forms/PostDropdownBtn.tsx:518 #: src/view/com/util/forms/PostDropdownBtn.tsx:528 msgid "Hide reply for everyone" -msgstr "" +msgstr "Amaga la resposta per a tothom" #: src/view/com/util/forms/PostDropdownBtn.tsx:500 #: src/view/com/util/forms/PostDropdownBtn.tsx:506 msgid "Hide reply for me" -msgstr "" +msgstr "Amaga'm la resposta" #: src/components/moderation/ContentHider.tsx:68 #: src/components/moderation/PostHider.tsx:79 @@ -3391,9 +3539,9 @@ msgstr "Vols amagar aquesta entrada?" #: src/view/com/util/forms/PostDropdownBtn.tsx:635 #: src/view/com/util/forms/PostDropdownBtn.tsx:697 msgid "Hide this reply?" -msgstr "" +msgstr "Vols amagar aquesta resposta?" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "Amaga la llista d'usuaris" @@ -3429,10 +3577,14 @@ msgstr "Tenim problemes per a carregar aquestes dades. Mira a continuació per a msgid "Hmmmm, we couldn't load that moderation service." msgstr "No podem carregar el servei de moderació." -#: src/Navigation.tsx:549 -#: src/Navigation.tsx:569 -#: src/view/shell/bottom-bar/BottomBar.tsx:160 -#: src/view/shell/desktop/LeftNav.tsx:342 +#: src/state/queries/video/video.ts:165 +msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" +msgstr "Espera! A poc a poc estem donant accés al vídeo i encara estàs a la cua. Torna més tard!" + +#: src/Navigation.tsx:550 +#: src/Navigation.tsx:570 +#: src/view/shell/bottom-bar/BottomBar.tsx:159 +#: src/view/shell/desktop/LeftNav.tsx:341 #: src/view/shell/Drawer.tsx:429 #: src/view/shell/Drawer.tsx:430 msgid "Home" @@ -3450,7 +3602,7 @@ msgid "Host:" msgstr "Allotjament:" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:180 +#: src/screens/Login/LoginForm.tsx:169 #: src/screens/Signup/StepInfo/index.tsx:106 #: src/view/com/modals/ChangeHandle.tsx:275 msgid "Hosting provider" @@ -3516,7 +3668,7 @@ msgstr "Si vols canviar el teu identificador o el correu fes-ho abans de desacti msgid "Illegal and Urgent" msgstr "Il·legal i urgent" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:56 msgid "Image" msgstr "Imatge" @@ -3529,6 +3681,7 @@ msgstr "Text alternatiu de la imatge" #~ msgid "Image options" #~ msgstr "Opcions de la imatge" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:247 #: src/components/StarterPack/ShareDialog.tsx:76 msgid "Image saved to your camera roll!" msgstr "La imatge s'ha desat a la teva galeria!" @@ -3537,7 +3690,11 @@ msgstr "La imatge s'ha desat a la teva galeria!" msgid "Impersonation or false claims about identity or affiliation" msgstr "Suplantació d'identitat o afirmacions falses sobre identitat o afiliació" -#: src/lib/moderation/useReportOptions.ts:86 +#: src/lib/moderation/useReportOptions.ts:68 +msgid "Impersonation, misinformation, or false claims" +msgstr "Suplantació d'identitat, desinformació o afirmacions falses" + +#: src/lib/moderation/useReportOptions.ts:91 msgid "Inappropriate messages or explicit links" msgstr "Missatges inapropiats o enllaços explícits" @@ -3573,7 +3730,7 @@ msgstr "Introdueix la contrasenya per a eliminar el compte" #~ msgid "Input phone number for SMS verification" #~ msgstr "Introdueix el telèfon per la verificació per SMS" -#: src/screens/Login/LoginForm.tsx:286 +#: src/screens/Login/LoginForm.tsx:273 msgid "Input the code which has been emailed to you" msgstr "Introdueix el codi que has rebut per correu" @@ -3581,7 +3738,7 @@ msgstr "Introdueix el codi que has rebut per correu" #~ msgid "Input the password tied to {identifier}" #~ msgstr "Introdueix la contrasenya lligada a {identifier}" -#: src/screens/Login/LoginForm.tsx:215 +#: src/screens/Login/LoginForm.tsx:203 msgid "Input the username or email address you used at signup" msgstr "Introdueix el nom d'usuari o correu que vas utilitzar per a registrar-te" @@ -3593,7 +3750,7 @@ msgstr "Introdueix el nom d'usuari o correu que vas utilitzar per a registrar-te #~ msgid "Input your email to get on the Bluesky waitlist" #~ msgstr "Introdueix el teu correu per a afegir-te a la llista d'espera de Bluesky" -#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Login/LoginForm.tsx:228 msgid "Input your password" msgstr "Introdueix la teva contrasenya" @@ -3601,19 +3758,19 @@ msgstr "Introdueix la teva contrasenya" msgid "Input your preferred hosting provider" msgstr "Introdueix el teu proveïdor d'allotjament preferit" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "Introdueix el teu identificador d'usuari" #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:55 msgid "Interaction limited" -msgstr "" +msgstr "Interacció limitada" #: src/components/dms/MessagesNUX.tsx:82 msgid "Introducing Direct Messages" msgstr "Presentació dels missatges directes" -#: src/screens/Login/LoginForm.tsx:140 +#: src/screens/Login/LoginForm.tsx:145 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "El codi de confirmació 2FA no és vàlid." @@ -3622,10 +3779,15 @@ msgstr "El codi de confirmació 2FA no és vàlid." msgid "Invalid or unsupported post record" msgstr "Registre de publicació no vàlid o no admès" -#: src/screens/Login/LoginForm.tsx:145 +#: src/screens/Login/LoginForm.tsx:91 +#: src/screens/Login/LoginForm.tsx:150 msgid "Invalid username or password" msgstr "Nom d'usuari o contrasenya incorrectes" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "Codi de verificació invàlid" + #: src/view/screens/Settings.tsx:411 #~ msgid "Invite" #~ msgstr "Convida" @@ -3638,7 +3800,7 @@ msgstr "Convida un amic" msgid "Invite code" msgstr "Codi d'invitació" -#: src/screens/Signup/state.ts:263 +#: src/screens/Signup/state.ts:258 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Codi d'invitació rebutjat. Comprova que l'has entrat correctament i torna-ho a provar." @@ -3674,9 +3836,13 @@ msgstr "Convida a Bluesky de manera més personalitzada" msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Ara només ets tu! Afegeix més persones al teu starter pack cercant a dalt." +#: src/view/com/composer/Composer.tsx:1126 +msgid "Job ID: {0}" +msgstr "Identificador de la tasca: {0}" + #: src/view/com/auth/SplashScreen.web.tsx:164 msgid "Jobs" -msgstr "Feines" +msgstr "Tasques" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:206 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:212 @@ -3702,6 +3868,10 @@ msgstr "Uneix-te a la conversa" #~ msgid "Join Waitlist" #~ msgstr "Uneix-te a la llista d'espera" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:492 +msgid "Joined {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:21 #: src/screens/Onboarding/state.ts:89 msgid "Journalism" @@ -3719,7 +3889,7 @@ msgstr "Etiquetat per {0}." msgid "Labeled by the author." msgstr "Etiquetat per l'autor." -#: src/view/screens/Profile.tsx:207 +#: src/view/screens/Profile.tsx:218 msgid "Labels" msgstr "Etiquetes" @@ -3731,11 +3901,11 @@ msgstr "Les etiquetes són anotacions sobre els usuaris i el contingut. Poden se #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "S'han posat etiquetes a aquest {labelTarget}" -#: src/components/moderation/LabelsOnMeDialog.tsx:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "Etiquetes al teu compte" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "Etiquetes al teu contingut" @@ -3760,7 +3930,7 @@ msgstr "Idiomes" #~ msgid "Last step!" #~ msgstr "Últim pas" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "El més recent" @@ -3775,7 +3945,7 @@ msgstr "Més informació" #: src/view/com/auth/SplashScreen.web.tsx:152 msgid "Learn more about Bluesky" -msgstr "" +msgstr "Més informació sobre Bluesky" #: src/components/moderation/ContentHider.tsx:66 #: src/components/moderation/ContentHider.tsx:131 @@ -3838,8 +4008,7 @@ msgstr "Deixa'm triar" msgid "Let's get your password reset!" msgstr "Restablirem la teva contrasenya!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "Som-hi!" @@ -3877,9 +4046,9 @@ msgstr "Fes m'agrada a aquest canal" msgid "Liked by" msgstr "Li ha agradat a" -#: src/screens/Post/PostLikedBy.tsx:29 +#: src/screens/Post/PostLikedBy.tsx:31 +#: src/screens/Post/PostLikedBy.tsx:32 #: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 -#: src/view/com/post-thread/PostLikedBy.tsx:94 #: src/view/screens/ProfileFeedLikedBy.tsx:28 msgid "Liked By" msgstr "Li ha agradat a" @@ -3898,7 +4067,7 @@ msgstr "Li ha agradat a" #~ msgid "Liked by {likeCount} {0}" #~ msgstr "Li ha agradat a {likeCount} {0}" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "els ha agradat el teu canal personalitzat" @@ -3906,11 +4075,11 @@ msgstr "els ha agradat el teu canal personalitzat" #~ msgid "liked your custom feed{0}" #~ msgstr "i ha agradat el teu canal personalitzat{0}" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "li ha agradat la teva publicació" -#: src/view/screens/Profile.tsx:212 +#: src/view/screens/Profile.tsx:223 msgid "Likes" msgstr "M'agrades" @@ -3941,11 +4110,11 @@ msgstr "Llista eliminada" #: src/screens/List/ListHiddenScreen.tsx:126 msgid "List has been hidden" -msgstr "" +msgstr "S'ha amagat la llista" #: src/view/screens/ProfileList.tsx:159 msgid "List Hidden" -msgstr "" +msgstr "Llista amagada" #: src/view/screens/ProfileList.tsx:386 msgid "List muted" @@ -3964,9 +4133,9 @@ msgid "List unmuted" msgstr "Llista no silenciada" #: src/Navigation.tsx:130 -#: src/view/screens/Profile.tsx:208 -#: src/view/screens/Profile.tsx:215 -#: src/view/shell/desktop/LeftNav.tsx:385 +#: src/view/screens/Profile.tsx:219 +#: src/view/screens/Profile.tsx:226 +#: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:513 #: src/view/shell/Drawer.tsx:514 msgid "Lists" @@ -3997,7 +4166,7 @@ msgstr "Carrega més suggerencies d'usuaris per seguir" msgid "Load new notifications" msgstr "Carrega noves notificacions" -#: src/screens/Profile/Sections/Feed.tsx:87 +#: src/screens/Profile/Sections/Feed.tsx:94 #: src/view/com/feeds/FeedPage.tsx:136 #: src/view/screens/ProfileFeed.tsx:495 #: src/view/screens/ProfileList.tsx:805 @@ -4089,7 +4258,7 @@ msgstr "Marca com a llegit" #~ msgstr "Només pot tenir lletres i números" #: src/view/screens/AccessibilitySettings.tsx:106 -#: src/view/screens/Profile.tsx:211 +#: src/view/screens/Profile.tsx:222 msgid "Media" msgstr "Contingut" @@ -4123,12 +4292,12 @@ msgstr "Missatge esborrat" msgid "Message from server: {0}" msgstr "Missatge del servidor: {0}" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" msgstr "Camp d'entrada del missatge" -#: src/screens/Messages/Conversation/MessageInput.tsx:70 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:49 +#: src/screens/Messages/Conversation/MessageInput.tsx:72 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:59 msgid "Message is too long" msgstr "El missatge és massa llarg" @@ -4136,7 +4305,7 @@ msgstr "El missatge és massa llarg" msgid "Message settings" msgstr "Configuració dels missatges" -#: src/Navigation.tsx:564 +#: src/Navigation.tsx:565 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -4151,9 +4320,13 @@ msgstr "Missatges" msgid "Misleading Account" msgstr "Compte enganyós" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "Publicació enganyosa" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" -msgstr "" +msgstr "Mode" #: src/Navigation.tsx:135 #: src/screens/Moderation/index.tsx:105 @@ -4198,7 +4371,7 @@ msgstr "Llistes de moderació" #: src/components/moderation/LabelPreference.tsx:247 msgid "moderation settings" -msgstr "" +msgstr "preferències de moderació" #: src/view/screens/Settings/index.tsx:521 msgid "Moderation settings" @@ -4217,7 +4390,7 @@ msgstr "Eines de moderació" msgid "Moderator has chosen to set a general warning on the content." msgstr "El moderador ha decidit establir un advertiment general sobre el contingut." -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "Més" @@ -4249,9 +4422,13 @@ msgstr "Música" #~ msgid "Must be at least 3 characters" #~ msgstr "Ha de tenir almenys 3 caràcters" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:389 +msgctxt "video" +msgid "Mute" +msgstr "" + #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 msgid "Mute" msgstr "Silencia" @@ -4291,7 +4468,7 @@ msgstr "Silencia la conversa" #: src/components/dialogs/MutedWords.tsx:253 msgid "Mute in:" -msgstr "" +msgstr "Silencia a:" #: src/view/screens/ProfileList.tsx:734 msgid "Mute list" @@ -4312,15 +4489,15 @@ msgstr "Vols silenciar aquests comptes?" #: src/components/dialogs/MutedWords.tsx:185 msgid "Mute this word for 24 hours" -msgstr "" +msgstr "Silencia aquesta paraula durant 24 hores" #: src/components/dialogs/MutedWords.tsx:224 msgid "Mute this word for 30 days" -msgstr "" +msgstr "Silencia aquesta paraula durant 30 dies" #: src/components/dialogs/MutedWords.tsx:209 msgid "Mute this word for 7 days" -msgstr "" +msgstr "Silencia aquesta paraula durant 7 dies" #: src/components/dialogs/MutedWords.tsx:258 msgid "Mute this word in post text and tags" @@ -4332,7 +4509,7 @@ msgstr "Silencia aquesta paraula només a les etiquetes" #: src/components/dialogs/MutedWords.tsx:170 msgid "Mute this word until you unmute it" -msgstr "" +msgstr "Silencia aquesta paraula fins que digui prou" #: src/view/com/util/forms/PostDropdownBtn.tsx:465 #: src/view/com/util/forms/PostDropdownBtn.tsx:471 @@ -4344,9 +4521,9 @@ msgstr "Silencia el fil de debat" msgid "Mute words & tags" msgstr "Silencia paraules i etiquetes" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Muted" -msgstr "Silenciada" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Muted" +#~ msgstr "Silenciada" #: src/screens/Moderation/index.tsx:264 msgid "Muted accounts" @@ -4382,7 +4559,7 @@ msgstr "El meu aniversari" msgid "My Feeds" msgstr "Els meus canals" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "El meu perfil" @@ -4408,9 +4585,9 @@ msgid "Name is required" msgstr "Es requereix un nom" #: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:93 -#: src/lib/moderation/useReportOptions.ts:101 -#: src/lib/moderation/useReportOptions.ts:109 +#: 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" @@ -4423,12 +4600,12 @@ msgstr "Natura" msgid "Navigate to {0}" msgstr "ves a {0}" -#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:73 +#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:76 msgid "Navigate to starter pack" msgstr "ves a l'starter pack" -#: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:332 +#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/LoginForm.tsx:319 #: src/view/com/modals/ChangePassword.tsx:169 msgid "Navigates to the next screen" msgstr "Navega a la pantalla següent" @@ -4451,7 +4628,7 @@ msgstr "Necessites informar d'una infracció dels drets d'autor?" #~ msgid "Never lose access to your followers and data." #~ msgstr "No perdis mai accés als teus seguidors ni a les teves dades." -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "No perdis mai accés als teus seguidors i les teves dades." @@ -4501,15 +4678,15 @@ msgstr "Nova publicació" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:228 -#: src/view/screens/Profile.tsx:478 +#: src/view/screens/Profile.tsx:489 #: src/view/screens/ProfileFeed.tsx:429 #: src/view/screens/ProfileList.tsx:237 #: src/view/screens/ProfileList.tsx:276 -#: src/view/shell/desktop/LeftNav.tsx:278 +#: src/view/shell/desktop/LeftNav.tsx:277 msgid "New post" msgstr "Nova publicació" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "Nova publicació" @@ -4536,9 +4713,9 @@ msgid "News" msgstr "Notícies" #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:331 -#: src/screens/Login/LoginForm.tsx:338 +#: src/screens/Login/ForgotPasswordForm.tsx:149 +#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:325 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/BackNextButtons.tsx:66 @@ -4546,7 +4723,6 @@ msgstr "Notícies" #: src/screens/StarterPack/Wizard/index.tsx:187 #: src/screens/StarterPack/Wizard/index.tsx:358 #: src/screens/StarterPack/Wizard/index.tsx:365 -#: src/tours/Tooltip.tsx:139 #: src/view/com/modals/ChangePassword.tsx:254 #: src/view/com/modals/ChangePassword.tsx:256 msgid "Next" @@ -4588,12 +4764,12 @@ msgstr "No s'han trobat GIF destacats. Pot haver-hi un problema amb Tenor." msgid "No feeds found. Try searching for something else." msgstr "No s'han trobat canals. Intenta cercar una altra cosa." -#: src/components/ProfileCard.tsx:331 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 +#: src/components/ProfileCard.tsx:336 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Ja no segueixes a {0}" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "No pot tenir més de 253 caràcters" @@ -4618,9 +4794,9 @@ msgstr "Ningú" #: src/components/WhoCanReply.tsx:237 msgid "No one but the author can quote this post." -msgstr "" +msgstr "Ningú més que l'autor pot citar aquesta publicació." -#: src/screens/Profile/Sections/Feed.tsx:59 +#: src/screens/Profile/Sections/Feed.tsx:64 msgid "No posts yet." msgstr "Encara no hi ha publicacions." @@ -4688,7 +4864,7 @@ msgstr "Nuesa no sexual" #~ msgstr "No aplicable." #: src/Navigation.tsx:125 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Not Found" msgstr "No s'ha trobat" @@ -4699,7 +4875,7 @@ msgstr "Ara mateix no" #: src/view/com/profile/ProfileMenu.tsx:372 #: src/view/com/util/forms/PostDropdownBtn.tsx:654 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:332 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:356 msgid "Note about sharing" msgstr "Nota sobre compartir" @@ -4732,22 +4908,22 @@ msgstr "Sons de les notificacions" msgid "Notification Sounds" msgstr "Sons de les notificacions" -#: src/Navigation.tsx:559 +#: src/Navigation.tsx:560 #: src/view/screens/Notifications.tsx:145 #: src/view/screens/Notifications.tsx:155 #: src/view/screens/Notifications.tsx:203 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 -#: src/view/shell/desktop/LeftNav.tsx:362 +#: src/view/shell/bottom-bar/BottomBar.tsx:227 +#: src/view/shell/desktop/LeftNav.tsx:356 #: src/view/shell/Drawer.tsx:461 #: src/view/shell/Drawer.tsx:462 msgid "Notifications" msgstr "Notificacions" -#: src/lib/hooks/useTimeAgo.ts:51 +#: src/lib/hooks/useTimeAgo.ts:122 msgid "now" msgstr "ara" -#: src/components/dms/MessageItem.tsx:169 +#: src/components/dms/MessageItem.tsx:170 msgid "Now" msgstr "Ara" @@ -4755,7 +4931,7 @@ msgstr "Ara" msgid "Nudity" msgstr "Nuesa" -#: src/lib/moderation/useReportOptions.ts:73 +#: 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" @@ -4777,10 +4953,14 @@ msgstr "Apagat" msgid "Oh no!" msgstr "Ostres!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "Ostres! Alguna cosa ha fallat." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:175 +msgid "Oh no! We weren't able to generate an image for you to share. Rest assured, we're glad you're here 🦋" +msgstr "" + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:339 msgid "OK" msgstr "D'acord" @@ -4794,22 +4974,26 @@ msgid "Oldest replies first" msgstr "Respostes més antigues primer" #: src/components/StarterPack/QrCode.tsx:69 -msgid "on" -msgstr "en" +#~ msgid "on" +#~ msgstr "en" #: src/lib/hooks/useTimeAgo.ts:81 -msgid "on {str}" -msgstr "en {str}" +#~ msgid "on {str}" +#~ msgstr "en {str}" + +#: src/components/StarterPack/QrCode.tsx:70 +msgid "on<0><1/><2><3/>" +msgstr "en<0><1/><2><3/>" #: src/view/screens/Settings/index.tsx:226 msgid "Onboarding reset" msgstr "Restableix la incorporació" #: src/tours/Tooltip.tsx:118 -msgid "Onboarding tour step {0}: {1}" -msgstr "Visita guiada, pas {0}: {1}" +#~ msgid "Onboarding tour step {0}: {1}" +#~ msgstr "Visita guiada, pas {0}: {1}" -#: src/view/com/composer/Composer.tsx:589 +#: src/view/com/composer/Composer.tsx:671 msgid "One or more images is missing alt text." msgstr "Falta el text alternatiu a una o més imatges." @@ -4825,10 +5009,14 @@ msgstr "Només s'accepten fitxers .jpg i .png" msgid "Only {0} can reply." msgstr "Només {0} poden respondre." -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "Només pot tenir lletres, nombres i guionets" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:39 +msgid "Only WebVTT (.vtt) files are supported" +msgstr "Només s'admeten arxius WebVTT (.vtt)" + #: src/components/Lists.tsx:88 msgid "Oops, something went wrong!" msgstr "Ostres, alguna cosa ha anat malament!" @@ -4836,13 +5024,13 @@ msgstr "Ostres, alguna cosa ha anat malament!" #: src/components/Lists.tsx:199 #: src/components/StarterPack/ProfileStarterPacks.tsx:304 #: src/components/StarterPack/ProfileStarterPacks.tsx:313 -#: src/view/screens/AppPasswords.tsx:69 +#: src/view/screens/AppPasswords.tsx:68 #: src/view/screens/NotificationsSettings.tsx:45 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Oops!" msgstr "Ostres!" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "Obre" @@ -4863,8 +5051,9 @@ msgstr "Obre el creador d'avatars" msgid "Open conversation options" msgstr "Obre les opcions de les converses" -#: src/view/com/composer/Composer.tsx:754 -#: src/view/com/composer/Composer.tsx:755 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:165 +#: src/view/com/composer/Composer.tsx:820 +#: src/view/com/composer/Composer.tsx:821 msgid "Open emoji picker" msgstr "Obre el selector d'emojis" @@ -4931,7 +5120,7 @@ msgstr "Obre detalls addicionals per una entrada de depuració" #: src/view/screens/Settings/index.tsx:476 msgid "Opens appearance settings" -msgstr "" +msgstr "Obre les preferències de l'aparença" #: src/view/com/composer/photos/OpenCameraBtn.tsx:74 msgid "Opens camera on device" @@ -5027,7 +5216,7 @@ msgstr "Obre el modal per a utilitzar un domini personalitzat" msgid "Opens moderation settings" msgstr "Obre la configuració de la moderació" -#: src/screens/Login/LoginForm.tsx:247 +#: src/screens/Login/LoginForm.tsx:234 msgid "Opens password reset form" msgstr "Obre el formulari de restabliment de la contrasenya" @@ -5077,12 +5266,12 @@ msgstr "Obre la pàgina de registres del sistema" msgid "Opens the threads preferences" msgstr "Obre les preferències dels fils de debat" -#: src/view/com/notifications/FeedItem.tsx:555 -#: src/view/com/util/UserAvatar.tsx:420 +#: src/view/com/notifications/FeedItem.tsx:551 +#: src/view/com/util/UserAvatar.tsx:426 msgid "Opens this profile" msgstr "Obre aquest perfil" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:95 msgid "Opens video picker" msgstr "Obre el selector de vídeos" @@ -5097,7 +5286,7 @@ msgstr "Opcionalment, proporciona informació addicional a continuació:" #: src/components/dialogs/MutedWords.tsx:299 msgid "Options:" -msgstr "" +msgstr "Opcions:" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:388 msgid "Or combine these options:" @@ -5121,7 +5310,7 @@ msgstr "Un altre compte" #: src/view/screens/Settings/index.tsx:379 msgid "Other accounts" -msgstr "" +msgstr "Altres comptes" #: src/view/com/modals/ServerInput.tsx:88 #~ msgid "Other service" @@ -5144,7 +5333,7 @@ msgstr "Pàgina no trobada" msgid "Page Not Found" msgstr "Pàgina no trobada" -#: src/screens/Login/LoginForm.tsx:225 +#: src/screens/Login/LoginForm.tsx:213 #: src/screens/Signup/StepInfo/index.tsx:162 #: src/view/com/modals/DeleteAccount.tsx:257 #: src/view/com/modals/DeleteAccount.tsx:264 @@ -5163,14 +5352,15 @@ msgstr "Contrasenya actualitzada" msgid "Password updated!" msgstr "Contrasenya actualitzada!" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:366 msgid "Pause" msgstr "Posa en pausa" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:319 msgid "Pause video" -msgstr "" +msgstr "Posa en pausa el vídeo" #: src/screens/StarterPack/StarterPackScreen.tsx:171 #: src/view/screens/Search/Search.tsx:369 @@ -5231,12 +5421,13 @@ msgstr "Canals de notícies fixats" msgid "Pinned to your feeds" msgstr "Fixat als teus canals" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:367 msgid "Play" msgstr "Reprodueix" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:131 msgid "Play {0}" msgstr "Reprodueix {0}" @@ -5245,34 +5436,34 @@ msgstr "Reprodueix {0}" #~ msgid "Play notification sounds" #~ msgstr "Reprodueix els sons de notificació" -#: src/view/com/util/post-embeds/GifEmbed.tsx:43 +#: src/view/com/util/post-embeds/GifEmbed.tsx:45 msgid "Play or pause the GIF" msgstr "Reprodueix o posa en pausa el GIF" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:52 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:204 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:110 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:320 msgid "Play video" -msgstr "" +msgstr "Reprodueix el vídeo" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:59 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:60 msgid "Play Video" msgstr "Reprodueix el vídeo" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:130 msgid "Plays the GIF" msgstr "Reprodueix el GIF" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "Tria el teu identificador." -#: src/screens/Signup/state.ts:215 +#: src/screens/Signup/state.ts:210 #: src/screens/Signup/StepInfo/index.tsx:81 msgid "Please choose your password." msgstr "Tria la teva contrasenya." -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "Completa el captcha de verificació." @@ -5304,7 +5495,7 @@ msgstr "Introdueix una paraula, una etiqueta o una frase vàlida per a silenciar #~ msgid "Please enter the verification code sent to {phoneNumberFormatted}." #~ msgstr "Introdueix el codi de verificació enviat a {phoneNumberFormatted}" -#: src/screens/Signup/state.ts:201 +#: src/screens/Signup/state.ts:196 #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Please enter your email." msgstr "Introdueix el teu correu." @@ -5317,7 +5508,7 @@ msgstr "Entra el teu codi d'invitació." msgid "Please enter your password as well:" msgstr "Introdueix la teva contrasenya també:" -#: src/components/moderation/LabelsOnMeDialog.tsx:268 +#: src/components/moderation/LabelsOnMeDialog.tsx:259 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}" @@ -5342,7 +5533,7 @@ msgstr "Inicia sessió com a @{0}" msgid "Please Verify Your Email" msgstr "Verifica el teu correu" -#: src/view/com/composer/Composer.tsx:331 +#: src/view/com/composer/Composer.tsx:359 msgid "Please wait for your link card to finish loading" msgstr "Espera que es generi la targeta de l'enllaç" @@ -5359,13 +5550,13 @@ msgstr "Pornografia" #~ msgid "Pornography" #~ msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:564 -#: src/view/com/composer/Composer.tsx:571 +#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:653 msgctxt "action" msgid "Post" msgstr "Publica" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "Publicació" @@ -5407,7 +5598,7 @@ msgstr "Publicació amagada per tu" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:283 msgid "Post interaction settings" -msgstr "" +msgstr "Configuració de les interaccions de la publicació" #: src/view/com/composer/select-language/SelectLangBtn.tsx:88 msgid "Post language" @@ -5427,7 +5618,7 @@ msgid "posts" msgstr "publicacions" #: src/screens/StarterPack/StarterPackScreen.tsx:173 -#: src/view/screens/Profile.tsx:209 +#: src/view/screens/Profile.tsx:220 msgid "Posts" msgstr "Publicacions" @@ -5437,7 +5628,7 @@ msgstr "Publicacions" #: src/components/dialogs/MutedWords.tsx:115 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." -msgstr "" +msgstr "Les publicacions es poden silenciar segons el seu text, les seves etiquetes o ambdues coses. Recomanem evitar les paraules habituals que apareixen en moltes publicacions, ja que pot provocar que no es mostri cap publicació." #: src/view/com/posts/FeedErrorMessage.tsx:68 msgid "Posts hidden" @@ -5508,17 +5699,17 @@ msgstr "Política de privacitat" msgid "Privately chat with other users." msgstr "Xateja en privat amb altres usuaris." -#: src/screens/Login/ForgotPasswordForm.tsx:156 +#: src/screens/Login/ForgotPasswordForm.tsx:155 msgid "Processing..." msgstr "Processant…" -#: src/view/screens/DebugMod.tsx:895 -#: src/view/screens/Profile.tsx:346 +#: src/view/screens/DebugMod.tsx:896 +#: src/view/screens/Profile.tsx:357 msgid "profile" msgstr "perfil" -#: src/view/shell/bottom-bar/BottomBar.tsx:275 -#: src/view/shell/desktop/LeftNav.tsx:393 +#: src/view/shell/bottom-bar/BottomBar.tsx:272 +#: src/view/shell/desktop/LeftNav.tsx:387 #: src/view/shell/Drawer.tsx:78 #: src/view/shell/Drawer.tsx:546 #: src/view/shell/Drawer.tsx:547 @@ -5533,7 +5724,7 @@ msgstr "Perfil actualitzat" msgid "Protect your account by verifying your email." msgstr "Protegeix el teu compte verificant el teu correu." -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "Públic" @@ -5545,11 +5736,11 @@ msgstr "Llistes d'usuaris per a silenciar o bloquejar en massa, públiques i per msgid "Public, shareable lists which can drive feeds." msgstr "Llistes que poden nodrir canals, públiques i per a compartir." -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish post" msgstr "Publica" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish reply" msgstr "Publica la resposta" @@ -5566,11 +5757,11 @@ msgid "QR code saved to your camera roll!" msgstr "Codi QR desat a la teva galeria" #: src/tours/Tooltip.tsx:111 -msgid "Quick tip" -msgstr "Consell ràpid" +#~ msgid "Quick tip" +#~ msgstr "Consell ràpid" -#: src/view/com/util/post-ctrls/RepostButton.tsx:122 -#: src/view/com/util/post-ctrls/RepostButton.tsx:149 +#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:152 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Quote post" @@ -5592,36 +5783,36 @@ msgstr "Cita la publicació" #: src/view/com/util/forms/PostDropdownBtn.tsx:302 msgid "Quote post was re-attached" -msgstr "" +msgstr "La publicació citada s'ha tornat a enganxar" #: src/view/com/util/forms/PostDropdownBtn.tsx:301 msgid "Quote post was successfully detached" -msgstr "" +msgstr "La publicació citada s'ha desenganxat amb èxit" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:313 -#: src/view/com/util/post-ctrls/RepostButton.tsx:121 -#: src/view/com/util/post-ctrls/RepostButton.tsx:148 +#: src/view/com/util/post-ctrls/RepostButton.tsx:124 +#: src/view/com/util/post-ctrls/RepostButton.tsx:151 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:84 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:91 msgid "Quote posts disabled" -msgstr "" +msgstr "S'han deshabilitat les citacions" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:311 msgid "Quote posts enabled" -msgstr "" +msgstr "S'han habilitat les citacions" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:295 msgid "Quote settings" -msgstr "" +msgstr "Configuració de les citacions" -#: src/screens/Post/PostQuotes.tsx:29 -#: src/view/com/post-thread/PostQuotes.tsx:122 +#: src/screens/Post/PostQuotes.tsx:31 +#: src/screens/Post/PostQuotes.tsx:32 msgid "Quotes" -msgstr "" +msgstr "Citacions" #: src/view/com/post-thread/PostThreadItem.tsx:230 msgid "Quotes of this post" -msgstr "" +msgstr "Citacions d'aquesta publicació" #: src/view/screens/PreferencesThreads.tsx:80 msgid "Random (aka \"Poster's Roulette\")" @@ -5634,7 +5825,7 @@ msgstr "Proporcions" #: src/view/com/util/forms/PostDropdownBtn.tsx:543 #: src/view/com/util/forms/PostDropdownBtn.tsx:553 msgid "Re-attach quote" -msgstr "" +msgstr "Torna a enganxar la citació" #: src/screens/Deactivated.tsx:144 msgid "Reactivate your account" @@ -5642,15 +5833,15 @@ msgstr "Torna a activar el teu compte" #: src/view/com/auth/SplashScreen.web.tsx:157 msgid "Read the Bluesky blog" -msgstr "" +msgstr "Llegeix el blog de Bluesky" #: src/screens/Signup/StepInfo/Policies.tsx:59 msgid "Read the Bluesky Privacy Policy" -msgstr "" +msgstr "Llegeix la política de privacitat de Bluesky" #: src/screens/Signup/StepInfo/Policies.tsx:49 msgid "Read the Bluesky Terms of Service" -msgstr "" +msgstr "Llegeix els termes de servei de Bluesky" #: src/components/dms/ReportDialog.tsx:174 msgid "Reason:" @@ -5709,7 +5900,11 @@ msgstr "Elimina a {displayName} de l'starter pack" msgid "Remove account" msgstr "Elimina el compte" -#: src/view/com/util/UserAvatar.tsx:387 +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "Elimina l'adjunt" + +#: src/view/com/util/UserAvatar.tsx:393 msgid "Remove Avatar" msgstr "Elimina l'avatar" @@ -5717,7 +5912,7 @@ msgstr "Elimina l'avatar" msgid "Remove Banner" msgstr "Elimina el bàner" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "Elimina l'incrustat" @@ -5746,19 +5941,19 @@ msgstr "Vols eliminar-lo dels teus canals?" #: src/view/com/util/AccountDropdownBtn.tsx:53 msgid "Remove from quick access?" -msgstr "" +msgstr "Vols eliminar-lo de l'accés ràpid?" #: src/screens/List/ListHiddenScreen.tsx:156 msgid "Remove from saved feeds" -msgstr "" +msgstr "Elimina'l dels canals desats" #: src/view/com/composer/photos/Gallery.tsx:174 msgid "Remove image" msgstr "Elimina la imatge" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "Elimina la visualització prèvia de la imatge" +#~ msgid "Remove image preview" +#~ msgstr "Elimina la visualització prèvia de la imatge" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -5772,15 +5967,19 @@ msgstr "Elimina el perfil" msgid "Remove profile from search history" msgstr "Elimina el perfil de l'historial de cerca" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:274 msgid "Remove quote" msgstr "Elimina la citació" -#: src/view/com/util/post-ctrls/RepostButton.tsx:95 -#: src/view/com/util/post-ctrls/RepostButton.tsx:111 +#: src/view/com/util/post-ctrls/RepostButton.tsx:98 +#: src/view/com/util/post-ctrls/RepostButton.tsx:114 msgid "Remove repost" msgstr "Elimina la republicació" +#: src/view/com/composer/videos/SubtitleDialog.tsx:264 +msgid "Remove subtitle file" +msgstr "Eliminar arxiu de subtítols" + #: src/view/com/feeds/FeedSourceCard.tsx:175 #~ msgid "Remove this feed from my feeds?" #~ msgstr "Vols eliminar aquest canal dels teus canals?" @@ -5793,13 +5992,13 @@ msgstr "Elimina aquest canal dels meus canals" #~ msgid "Remove this feed from your saved feeds?" #~ msgstr "Vols eliminar aquest canal dels teus canals desats?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:100 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:109 msgid "Removed by author" -msgstr "" +msgstr "Eliminat per l'autor" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:98 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:107 msgid "Removed by you" -msgstr "" +msgstr "Tu l'has eliminat" #: src/view/com/modals/ListAddRemoveUsers.tsx:200 #: src/view/com/modals/UserAddRemoveLists.tsx:164 @@ -5813,7 +6012,7 @@ msgstr "Eliminat dels meus canals" #: src/screens/List/ListHiddenScreen.tsx:94 #: src/screens/List/ListHiddenScreen.tsx:160 msgid "Removed from saved feeds" -msgstr "" +msgstr "Eliminat dels canals desats" #: src/view/com/posts/FeedShutdownMsg.tsx:44 #: src/view/screens/ProfileFeed.tsx:192 @@ -5825,20 +6024,24 @@ msgstr "Eliminat dels teus canals" #~ msgid "Removes default thumbnail from {0}" #~ msgstr "Elimina la miniatura per defecte de {0}" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:275 msgid "Removes quoted post" msgstr "Elimina la publicació amb la citació" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 -msgid "Removes the image preview" -msgstr "Elimina la previsualització de la imatge" +msgid "Removes the attachment" +msgstr "Elimina l'adjunt" + +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 +#~ msgid "Removes the image preview" +#~ msgstr "Elimina la previsualització de la imatge" #: src/view/com/posts/FeedShutdownMsg.tsx:129 #: src/view/com/posts/FeedShutdownMsg.tsx:133 msgid "Replace with Discover" msgstr "Canvia amb Discover" -#: src/view/screens/Profile.tsx:210 +#: src/view/screens/Profile.tsx:221 msgid "Replies" msgstr "Respostes" @@ -5852,13 +6055,13 @@ msgstr "Respostes deshabilitades" #: src/components/WhoCanReply.tsx:215 msgid "Replies to this post are disabled." -msgstr "" +msgstr "Les respostes a aquesta publicació estan deshabilitades." #: src/components/WhoCanReply.tsx:243 #~ msgid "Replies to this thread are disabled" #~ msgstr "Les respostes a aquest fil de debat estan deshabilitades" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:644 msgctxt "action" msgid "Reply" msgstr "Respon" @@ -5870,20 +6073,20 @@ msgstr "Respon" #: src/components/moderation/ModerationDetailsDialog.tsx:115 #: src/lib/moderation/useModerationCauseDescription.ts:123 msgid "Reply Hidden by Thread Author" -msgstr "" +msgstr "Aquesta resposta ha estat amagada per l'autor del fil de debat" #: src/components/moderation/ModerationDetailsDialog.tsx:114 #: src/lib/moderation/useModerationCauseDescription.ts:122 msgid "Reply Hidden by You" -msgstr "" +msgstr "Has amagat aquesta resposta" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 msgid "Reply settings" -msgstr "" +msgstr "Configuració de les respostes" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 msgid "Reply settings are chosen by the author of the thread" -msgstr "" +msgstr "La configuració de les respostes la tria l'autor del fil de debat" #: src/view/com/post/Post.tsx:177 #: src/view/com/posts/FeedItem.tsx:285 @@ -5892,34 +6095,34 @@ msgstr "" #~ msgstr "Resposta a <0/>" #: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:522 +#: src/view/com/posts/FeedItem.tsx:520 msgctxt "description" msgid "Reply to <0><1/>" msgstr "Resposta a <0><1/>" -#: src/view/com/posts/FeedItem.tsx:513 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" -msgstr "Respon a una publicació bloquejada" +msgstr "Resposta a una publicació bloquejada" -#: src/view/com/posts/FeedItem.tsx:515 +#: src/view/com/posts/FeedItem.tsx:513 msgctxt "description" msgid "Reply to a post" -msgstr "" +msgstr "Resposta a una publicació" #: src/view/com/post/Post.tsx:194 -#: src/view/com/posts/FeedItem.tsx:519 +#: src/view/com/posts/FeedItem.tsx:517 msgctxt "description" msgid "Reply to you" msgstr "Resposta a tu mateix" #: src/view/com/util/forms/PostDropdownBtn.tsx:332 msgid "Reply visibility updated" -msgstr "" +msgstr "S'ha actualitzat la visibilitat de la resposta" #: src/view/com/util/forms/PostDropdownBtn.tsx:331 msgid "Reply was successfully hidden" -msgstr "" +msgstr "La resposta s'ha amagat amb èxit" #: src/components/dms/MessageMenu.tsx:132 #: src/components/dms/MessagesListBlockedFooter.tsx:77 @@ -6004,9 +6207,9 @@ msgstr "Informa sobre aquest starter pack" msgid "Report this user" msgstr "Informa d'aquest usuari" -#: src/view/com/util/post-ctrls/RepostButton.tsx:67 -#: src/view/com/util/post-ctrls/RepostButton.tsx:96 -#: src/view/com/util/post-ctrls/RepostButton.tsx:112 +#: src/view/com/util/post-ctrls/RepostButton.tsx:70 +#: src/view/com/util/post-ctrls/RepostButton.tsx:99 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 msgctxt "action" msgid "Repost" msgstr "Republica" @@ -6017,7 +6220,7 @@ msgid "Repost" msgstr "Republica" #: src/screens/StarterPack/StarterPackScreen.tsx:535 -#: src/view/com/util/post-ctrls/RepostButton.tsx:88 +#: src/view/com/util/post-ctrls/RepostButton.tsx:91 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:49 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:104 msgid "Repost or quote post" @@ -6027,12 +6230,12 @@ msgstr "Republica o cita la publicació" #~ msgid "Reposted by" #~ msgstr "Republicada per" -#: src/screens/Post/PostRepostedBy.tsx:29 -#: src/view/com/post-thread/PostRepostedBy.tsx:96 +#: src/screens/Post/PostRepostedBy.tsx:31 +#: src/screens/Post/PostRepostedBy.tsx:32 msgid "Reposted By" msgstr "Republicat per" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "Republicat per {0}" @@ -6044,16 +6247,16 @@ msgstr "Republicat per {0}" #~ msgid "Reposted by <0/>" #~ msgstr "Republicada per <0/>" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "Republicat per <0><1/>" -#: src/view/com/posts/FeedItem.tsx:292 -#: src/view/com/posts/FeedItem.tsx:311 +#: src/view/com/posts/FeedItem.tsx:290 +#: src/view/com/posts/FeedItem.tsx:309 msgid "Reposted by you" msgstr "Republicat per tu" -#: src/view/com/notifications/FeedItem.tsx:184 +#: src/view/com/notifications/FeedItem.tsx:180 msgid "reposted your post" msgstr "ha republicat la teva publicació" @@ -6092,6 +6295,14 @@ msgstr "Requerit per aquest proveïdor" msgid "Resend email" msgstr "Torna a enviar el correu" +#: src/components/intents/VerifyEmailIntentDialog.tsx:130 +msgid "Resend Email" +msgstr "Torna a enviar el correu" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:123 +msgid "Resend Verification Email" +msgstr "Torna a enviar el correu de verificació" + #: src/view/com/modals/ChangePassword.tsx:186 msgid "Reset code" msgstr "Codi de restabliment" @@ -6130,7 +6341,7 @@ msgstr "Restableix l'estat de la incorporació" msgid "Resets the preferences state" msgstr "Restableix l'estat de les preferències" -#: src/screens/Login/LoginForm.tsx:312 +#: src/screens/Login/LoginForm.tsx:299 msgid "Retries login" msgstr "Torna a intentar iniciar sessió" @@ -6139,15 +6350,15 @@ msgstr "Torna a intentar iniciar sessió" msgid "Retries the last action, which errored out" msgstr "Torna a intentar l'última acció, que ha donat error" -#: src/components/dms/MessageItem.tsx:235 +#: src/components/dms/MessageItem.tsx:236 #: src/components/Error.tsx:66 #: src/components/Lists.tsx:104 #: src/components/StarterPack/ProfileStarterPacks.tsx:318 -#: src/screens/Login/LoginForm.tsx:311 -#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:298 +#: src/screens/Login/LoginForm.tsx:305 #: src/screens/Messages/Conversation/MessageListError.tsx:25 -#: src/screens/Onboarding/StepInterests/index.tsx:251 -#: src/screens/Onboarding/StepInterests/index.tsx:254 +#: src/screens/Onboarding/StepInterests/index.tsx:231 +#: src/screens/Onboarding/StepInterests/index.tsx:234 #: src/screens/Signup/BackNextButtons.tsx:52 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 @@ -6263,8 +6474,8 @@ msgstr "Desa la configuració de retall d'imatges" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:105 -#: src/view/com/notifications/FeedItem.tsx:416 -#: src/view/com/notifications/FeedItem.tsx:441 +#: src/view/com/notifications/FeedItem.tsx:412 +#: src/view/com/notifications/FeedItem.tsx:437 msgid "Say hello!" msgstr "Digues hola!" @@ -6278,15 +6489,15 @@ msgid "Scroll to top" msgstr "Desplaça't cap a dalt" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:554 +#: src/Navigation.tsx:555 #: src/view/com/modals/ListAddRemoveUsers.tsx:76 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 #: src/view/screens/Search/Search.tsx:421 #: src/view/screens/Search/Search.tsx:791 #: src/view/screens/Search/Search.tsx:813 -#: src/view/shell/bottom-bar/BottomBar.tsx:182 -#: src/view/shell/desktop/LeftNav.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:179 +#: src/view/shell/desktop/LeftNav.tsx:349 #: src/view/shell/Drawer.tsx:398 #: src/view/shell/Drawer.tsx:399 msgid "Search" @@ -6373,7 +6584,7 @@ msgstr "Mostra les publicacions amb <0>{displayTag} d'aquest usuari" #: src/view/com/auth/SplashScreen.web.tsx:162 msgid "See jobs at Bluesky" -msgstr "" +msgstr "Veure les feines a Bluesky" #: src/view/com/notifications/FeedItem.tsx:411 #: src/view/com/util/UserAvatar.tsx:402 @@ -6388,6 +6599,10 @@ msgstr "Consulta aquesta guia" #~ msgid "See what's next" #~ msgstr "Què més hi ha" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:631 +msgid "Seek slider" +msgstr "Cerca el control lliscant" + #: src/view/com/util/Selector.tsx:106 msgid "Select {item}" msgstr "Selecciona {item}" @@ -6426,7 +6641,11 @@ msgstr "Selecciona GIF \"{0}\"" #: src/components/dialogs/MutedWords.tsx:142 msgid "Select how long to mute this word for." -msgstr "" +msgstr "Tria per quant temps s'ha de silenciar aquesta paraula." + +#: src/view/com/composer/videos/SubtitleDialog.tsx:249 +msgid "Select language..." +msgstr "Selecciona l'idioma..." #: src/view/screens/LanguageSettings.tsx:303 msgid "Select languages" @@ -6449,6 +6668,10 @@ msgstr "Selecciona l'opció {i} de {numItems}" #~ msgid "Select some accounts below to follow" #~ msgstr "Selecciona alguns d'aquests comptes per a seguir-los" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:65 +msgid "Select subtitle file (.vtt)" +msgstr "Tria el arxiu de subtítols (.vtt)" + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83 msgid "Select the {emojiName} emoji as your avatar" msgstr "Selecciona el {emojiName} emoji com al teu avatar" @@ -6465,13 +6688,13 @@ msgstr "Selecciona el servei que allotja les teves dades." #~ msgid "Select topical feeds to follow from the list below" #~ msgstr "Selecciona els canals d'actualitat per a seguir d'aquesta llista" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:94 msgid "Select video" msgstr "Selecciona el vídeo" #: src/components/dialogs/MutedWords.tsx:242 msgid "Select what content this mute word should apply to." -msgstr "" +msgstr "Tria a quin contingut s'ha d'aplicar aquesta paraula silenciada." #: src/screens/Onboarding/StepModeration/index.tsx:63 #~ msgid "Select what you want to see (or not see), and we’ll handle the rest." @@ -6489,11 +6712,11 @@ msgstr "Selecciona quins idiomes vols que incloguin els canals a què estàs sub msgid "Select your app language for the default text to display in the app." msgstr "Selecciona l'idioma de l'aplicació perquè el text predeterminat es mostri a l'aplicació." -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:193 msgid "Select your date of birth" msgstr "Selecciona la teva data de naixement" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "Selecciona els teus interessos d'entre aquestes opcions" @@ -6539,8 +6762,8 @@ msgstr "Envia correu" msgid "Send feedback" msgstr "Envia comentari" -#: src/screens/Messages/Conversation/MessageInput.tsx:163 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:155 +#: src/screens/Messages/Conversation/MessageInput.tsx:165 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:219 msgid "Send message" msgstr "Envia el missatge" @@ -6702,7 +6925,7 @@ msgstr "Estableix la relació d'aspecte de la imatge com a ampla" #: src/Navigation.tsx:155 #: src/view/screens/Settings/index.tsx:302 -#: src/view/shell/desktop/LeftNav.tsx:401 +#: src/view/shell/desktop/LeftNav.tsx:395 #: src/view/shell/Drawer.tsx:563 #: src/view/shell/Drawer.tsx:564 msgid "Settings" @@ -6716,6 +6939,7 @@ msgstr "Activitat sexual o nu eròtic." msgid "Sexually Suggestive" msgstr "Suggerent sexualment" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:644 #: src/components/StarterPack/QrCodeDialog.tsx:177 #: src/screens/StarterPack/StarterPackScreen.tsx:411 #: src/screens/StarterPack/StarterPackScreen.tsx:582 @@ -6723,7 +6947,7 @@ msgstr "Suggerent sexualment" #: src/view/com/profile/ProfileMenu.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:410 #: src/view/com/util/forms/PostDropdownBtn.tsx:419 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:321 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:345 #: src/view/screens/ProfileList.tsx:484 msgid "Share" msgstr "Comparteix" @@ -6743,7 +6967,7 @@ msgstr "Comparteix una dada divertida!" #: src/view/com/profile/ProfileMenu.tsx:377 #: src/view/com/util/forms/PostDropdownBtn.tsx:659 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:337 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:361 msgid "Share anyway" msgstr "Comparteix de totes maneres" @@ -6752,6 +6976,14 @@ msgstr "Comparteix de totes maneres" msgid "Share feed" msgstr "Comparteix el canal" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:621 +msgid "Share image externally" +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:639 +msgid "Share image in post" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:124 #: src/components/StarterPack/ShareDialog.tsx:131 #: src/screens/StarterPack/StarterPackScreen.tsx:586 @@ -6803,7 +7035,7 @@ msgstr "Mostra" #~ msgid "Show all replies" #~ msgstr "Mostra totes les respostes" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:169 msgid "Show alt text" msgstr "Mostra el text alternatiu" @@ -6827,8 +7059,8 @@ msgstr "Mostra la insígnia i filtra-ho dels canals" #~ msgstr "Mostra els incrustats de {0}" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "Mostra seguidors semblants a {0}" +#~ msgid "Show follows similar to {0}" +#~ msgstr "Mostra seguidors semblants a {0}" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -6841,11 +7073,11 @@ msgstr "Mostra'n menys com aquest" #: src/screens/List/ListHiddenScreen.tsx:172 msgid "Show list anyway" -msgstr "" +msgstr "Mostra la llista de totes maneres" -#: src/view/com/post-thread/PostThreadItem.tsx:584 +#: src/view/com/post-thread/PostThreadItem.tsx:590 #: src/view/com/post/Post.tsx:234 -#: src/view/com/posts/FeedItem.tsx:479 +#: src/view/com/posts/FeedItem.tsx:476 msgid "Show More" msgstr "Mostra més" @@ -6901,7 +7133,7 @@ msgstr "Mostra les respostes dels comptes que segueixes abans que les altres." #: src/view/com/util/forms/PostDropdownBtn.tsx:517 #: src/view/com/util/forms/PostDropdownBtn.tsx:527 msgid "Show reply for everyone" -msgstr "" +msgstr "Mostra la resposta a tothom" #: src/view/screens/PreferencesFollowingFeed.tsx:84 msgid "Show Reposts" @@ -6932,7 +7164,7 @@ msgstr "Mostra l'advertiment i filtra-ho dels canals" #~ msgid "Shows a list of users similar to this user." #~ msgstr "Mostra una llista d'usuaris semblants a aquest" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Shows posts from {0} in your feed" msgstr "Mostra les publicacions de {0} al teu canal" @@ -6940,17 +7172,17 @@ msgstr "Mostra les publicacions de {0} al teu canal" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:177 +#: src/screens/Login/LoginForm.tsx:166 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:112 #: src/view/com/auth/SplashScreen.web.tsx:121 +#: src/view/shell/bottom-bar/BottomBar.tsx:312 +#: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBar.tsx:316 -#: src/view/shell/bottom-bar/BottomBar.tsx:318 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:208 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:210 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -6990,14 +7222,14 @@ msgstr "Tanca sessió" #: src/view/screens/Settings/index.tsx:420 #: src/view/screens/Settings/index.tsx:430 msgid "Sign out of all accounts" -msgstr "" +msgstr "Tanca la sessió de tots els comptes" +#: src/view/shell/bottom-bar/BottomBar.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBar.tsx:306 -#: src/view/shell/bottom-bar/BottomBar.tsx:308 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:198 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:200 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -7022,7 +7254,7 @@ msgstr "S'ha iniciat sessió com a" msgid "Signed in as @{0}" msgstr "S'ha iniciat sessió com a @{0}" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "s'ha registrat amb el vostre starter pack" @@ -7030,21 +7262,21 @@ msgstr "s'ha registrat amb el vostre starter pack" #~ msgid "Signs {0} out of Bluesky" #~ msgstr "Tanca la sessió de Bluesky de {0}" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:306 -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:313 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:308 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:315 msgid "Signup without a starter pack" msgstr "S'ha registrat sense cap starter pack" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:102 +#: src/components/FeedInterstitials.tsx:316 msgid "Similar accounts" -msgstr "" +msgstr "Comptes semblants" -#: src/screens/Onboarding/StepInterests/index.tsx:265 +#: src/screens/Onboarding/StepInterests/index.tsx:245 #: src/screens/StarterPack/Wizard/index.tsx:191 msgid "Skip" msgstr "Salta aquest pas" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "Salta aquest flux" @@ -7057,7 +7289,7 @@ msgstr "Salta aquest flux" msgid "Software Dev" msgstr "Desenvolupament de programari" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:447 msgid "Some other feeds you might like" msgstr "Alguns altres canals que potser t'agradaran" @@ -7098,7 +7330,7 @@ msgstr "Alguna cosa ha fallat." #~ msgstr "Alguna cosa ha fallat. Comprova el teu correu i torna-ho a provar." #: src/App.native.tsx:102 -#: src/App.web.tsx:83 +#: src/App.web.tsx:88 msgid "Sorry! Your session expired. Please log in again." msgstr "La teva sessió ha caducat. Torna a iniciar-la." @@ -7118,12 +7350,12 @@ msgstr "Ordena les respostes a la mateixa publicació per:" #~ msgid "Source: <0>{0}" #~ msgstr "Font: <0>{0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" -msgstr "" +msgstr "Font: <0>{sourceName}" -#: src/lib/moderation/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:80 +#: src/lib/moderation/useReportOptions.ts:72 +#: src/lib/moderation/useReportOptions.ts:85 msgid "Spam" msgstr "Brossa" @@ -7157,10 +7389,9 @@ msgid "Start chatting" msgstr "Comença a xatejar" #: src/tours/Tooltip.tsx:99 -msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." -msgstr "Inici de la visita guiada inicial. No vagis enrere. En comptes d'això, seguiex endavant per obtenir més opcions o prem per saltar-lo." +#~ msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." +#~ msgstr "Inici de la visita guiada inicial. No vagis enrere. En comptes d'això, seguiex endavant per obtenir més opcions o prem per saltar-lo." -#: src/lib/generate-starterpack.ts:68 #: src/Navigation.tsx:358 #: src/Navigation.tsx:363 #: src/screens/StarterPack/Wizard/index.tsx:182 @@ -7175,7 +7406,7 @@ msgstr "Starter pack de {0}" msgid "Starter pack is invalid" msgstr "Aquest starter pack és invàlid" -#: src/view/screens/Profile.tsx:214 +#: src/view/screens/Profile.tsx:225 msgid "Starter Packs" msgstr "Starter packs" @@ -7212,8 +7443,8 @@ msgstr "L'emmagatzematge s'ha esborrat, cal que reinicieu l'aplicació ara." msgid "Storybook" msgstr "Historial" -#: src/components/moderation/LabelsOnMeDialog.tsx:302 -#: src/components/moderation/LabelsOnMeDialog.tsx:303 +#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:294 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -7252,7 +7483,7 @@ msgstr "Comptes suggerits" #~ msgid "Suggested Follows" #~ msgstr "Usuaris suggerits per a seguir" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:318 msgid "Suggested for you" msgstr "Suggeriments per tu" @@ -7276,8 +7507,8 @@ msgid "Switch Account" msgstr "Canvia el compte" #: src/tours/HomeTour.tsx:48 -msgid "Switch between feeds to control your experience." -msgstr "Canvia entre canals per controlar la teva experiència." +#~ msgid "Switch between feeds to control your experience." +#~ msgstr "Canvia entre canals per controlar la teva experiència." #: src/view/screens/Settings/index.tsx:126 msgid "Switch to {0}" @@ -7310,7 +7541,7 @@ msgstr "Menú d'etiquetes: {displayTag}" #: src/components/dialogs/MutedWords.tsx:282 msgid "Tags only" -msgstr "" +msgstr "Només etiquetes" #: src/view/com/modals/crop-image/CropImage.web.tsx:135 msgid "Tall" @@ -7320,17 +7551,26 @@ msgstr "Alt" msgid "Tap to dismiss" msgstr "Toca per a ignorar" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:181 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:145 msgid "Tap to enter full screen" +msgstr "Toca per entrar a pantalla completa" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:151 +msgid "Tap to play or pause" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:202 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:164 msgid "Tap to toggle sound" -msgstr "" +msgstr "Toca per canviar el so" + +#: src/view/com/util/images/AutoSizedImage.tsx:219 +#: src/view/com/util/images/AutoSizedImage.tsx:239 +msgid "Tap to view full image" +msgstr "Toca per a veure la imatge completa" #: src/view/com/util/images/AutoSizedImage.tsx:70 -msgid "Tap to view fully" -msgstr "Toca per a veure-ho completament" +#~ msgid "Tap to view fully" +#~ msgstr "Toca per a veure-ho completament" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" @@ -7353,6 +7593,10 @@ msgstr "Explica un acudit!" msgid "Tell us a little more" msgstr "Explica'ns una mica més" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:518 +msgid "Ten Million" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:90 msgid "Terms" msgstr "Condicions" @@ -7366,9 +7610,9 @@ msgid "Terms of Service" msgstr "Condicions del servei" #: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:94 -#: src/lib/moderation/useReportOptions.ts:102 -#: src/lib/moderation/useReportOptions.ts:110 +#: 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" @@ -7378,9 +7622,9 @@ msgstr "Els termes utilitzats infringeixen els estàndards de la comunitat" #: src/components/dialogs/MutedWords.tsx:266 msgid "Text & tags" -msgstr "" +msgstr "Text i etiquetes" -#: src/components/moderation/LabelsOnMeDialog.tsx:266 +#: src/components/moderation/LabelsOnMeDialog.tsx:257 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Camp d'introducció de text" @@ -7390,6 +7634,14 @@ msgstr "Camp d'introducció de text" msgid "Thank you. Your report has been sent." msgstr "Gràcies. El teu informe s'ha enviat." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:593 +msgid "Thanks for being one of our first 10 million users." +msgstr "" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:74 +msgid "Thanks, you have successfully verified your email address." +msgstr "Gràcies, has verificat correctament el teu correu." + #: src/view/com/modals/ChangeHandle.tsx:459 msgid "That contains the following:" msgstr "Això conté els següents:" @@ -7407,11 +7659,11 @@ msgstr "Aquest identificador ja està agafat." msgid "That starter pack could not be found." msgstr "No s'ha pogut trobar aquest starter pack." -#: src/view/com/post-thread/PostQuotes.tsx:129 +#: src/view/com/post-thread/PostQuotes.tsx:127 msgid "That's all, folks!" -msgstr "" +msgstr "Això és tot, amics!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:310 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:270 #: src/view/com/profile/ProfileMenu.tsx:353 msgid "The account will be able to interact with you after unblocking." msgstr "El compte podrà interactuar amb tu després del desbloqueig." @@ -7423,11 +7675,11 @@ msgstr "El compte podrà interactuar amb tu després del desbloqueig." #: src/components/moderation/ModerationDetailsDialog.tsx:118 #: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "The author of this thread has hidden this reply." -msgstr "" +msgstr "L'autor d'aquest fil de debat ha amagat aquesta resposta." #: src/screens/Moderation/index.tsx:368 msgid "The Bluesky web application" -msgstr "" +msgstr "L'aplicació web de Bluesky" #: src/view/screens/CommunityGuidelines.tsx:36 msgid "The Community Guidelines have been moved to <0/>" @@ -7439,14 +7691,14 @@ msgstr "La política de drets d'autoria ha estat traslladada a <0/>" #: src/view/com/posts/FeedShutdownMsg.tsx:102 msgid "The Discover feed" -msgstr "" +msgstr "El canal Discover" #: src/state/shell/progress-guide.tsx:167 #: src/state/shell/progress-guide.tsx:172 msgid "The Discover feed now knows what you like" msgstr "El canal Discover ara sap el que t'agrada" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:327 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off." msgstr "L'experiència és millor a l'aplicació. Baixa Bluesky ara i tornarem a començar on ho vas deixar." @@ -7454,11 +7706,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:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 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:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "Les següents etiquetes s'han aplicat als teus continguts." @@ -7475,9 +7727,9 @@ msgstr "És possible que la publicació s'hagi esborrat." msgid "The Privacy Policy has been moved to <0/>" msgstr "La política de privacitat ha estat traslladada a <0/>" -#: src/state/queries/video/video.ts:129 -msgid "The selected video is larger than 100MB." -msgstr "" +#: src/state/queries/video/video.ts:227 +msgid "The selected video is larger than 50MB." +msgstr "El vídeo triat és més gran de 50MB." #: src/screens/StarterPack/StarterPackScreen.tsx:713 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." @@ -7495,6 +7747,10 @@ msgstr "El formulari de suport ha estat traslladat. Si necessites ajuda, <0/> o msgid "The Terms of Service have been moved to" msgstr "Les condicions del servei han estat traslladades a" +#: src/components/intents/VerifyEmailIntentDialog.tsx:85 +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/Onboarding/StepAlgoFeeds/index.tsx:141 #~ msgid "There are many feeds to try:" #~ msgstr "Hi ha molts canals per a provar:" @@ -7545,7 +7801,7 @@ msgstr "Hi ha hagut un problema per a contactar amb el teu servidor" 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/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 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." @@ -7567,15 +7823,15 @@ msgstr "S'ha produït un problema en enviar el teu informe. Comprova la teva con #~ msgid "There was an issue syncing your preferences with the server" #~ msgstr "Hi ha hagut un problema en sincronitzar les teves preferències amb el servidor" -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "Hi ha hagut un problema en obtenir les teves contrasenyes d'aplicació" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:107 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:143 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:97 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:109 #: src/view/com/profile/ProfileMenu.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:122 #: src/view/com/profile/ProfileMenu.tsx:137 @@ -7633,9 +7889,9 @@ msgstr "Aquest compte està bloquejat per una o més de les teves llistes de mod #~ msgid "This appeal will be sent to <0>{0}." #~ msgstr "Aquesta apel·lació s'enviarà a <0>{0}." -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." -msgstr "" +msgstr "Aquesta apel·lació s'enviarà a <0>{sourceName}." #: src/screens/Messages/Conversation/ChatDisabled.tsx:104 msgid "This appeal will be sent to Bluesky's moderation service." @@ -7734,7 +7990,7 @@ msgstr "Aquesta etiqueta ha estat aplicada per l'autor." #~ msgid "This label was applied by you" #~ msgstr "Aquesta etiqueta ha estat aplicada per tu" -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "Aquesta etiqueta ha estat aplicada per tu." @@ -7748,7 +8004,7 @@ msgstr "Aquest enllaç et porta a la web:" #: src/screens/List/ListHiddenScreen.tsx:136 msgid "This list - created by <0>{0} - contains possible violations of Bluesky's community guidelines in its name or description." -msgstr "" +msgstr "Aquesta llista - creada per <0>{0} - conté possibles infraccions de les directrius de la comunitat de Bluesky al seu nom o descripció." #: src/view/screens/ProfileList.tsx:963 msgid "This list is empty!" @@ -7767,13 +8023,13 @@ msgid "This post has been deleted." msgstr "Aquesta publicació ha estat esborrada." #: src/view/com/util/forms/PostDropdownBtn.tsx:656 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:334 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:358 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "Aquesta publicació només és visible per als usuaris que han iniciat sessió. No serà visible per a les persones que no hagin iniciat sessió." #: src/view/com/util/forms/PostDropdownBtn.tsx:637 msgid "This post will be hidden from feeds and threads. This cannot be undone." -msgstr "" +msgstr "Aquesta publicació s'amagarà dels canals i fils. Això no es pot desfer." #: src/view/com/util/forms/PostDropdownBtn.tsx:443 #~ msgid "This post will be hidden from feeds." @@ -7781,7 +8037,7 @@ msgstr "" #: src/view/com/composer/useExternalLinkFetch.ts:67 msgid "This post's author has disabled quote posts." -msgstr "" +msgstr "L'autor d'aquesta publicació ha deshabilitat les citacions." #: src/view/com/profile/ProfileMenu.tsx:374 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't logged in." @@ -7789,7 +8045,7 @@ msgstr "Aquest perfil només és visible per als usuaris que han iniciat sessió #: src/view/com/util/forms/PostDropdownBtn.tsx:699 msgid "This reply will be sorted into a hidden section at the bottom of your thread and will mute notifications for subsequent replies - both for yourself and others." -msgstr "" +msgstr "Aquesta resposta s'ordenarà en una secció oculta a la part inferior del fil i silenciarà les notificacions de les respostes posteriors, tant per a tu com per als altres." #: src/screens/Signup/StepInfo/Policies.tsx:37 msgid "This service has not provided terms of service or a privacy policy." @@ -7799,7 +8055,7 @@ msgstr "Aquest servei no ha proporcionat termes de servei ni una política de pr msgid "This should create a domain record at:" msgstr "Això hauria de crear un registre de domini a:" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "Aquest usuari no té cap seguidor." @@ -7840,7 +8096,7 @@ msgstr "Aquest usuari està inclòs a la llista <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:87 +#: src/view/com/profile/ProfileFollows.tsx:96 msgid "This user isn't following anyone." msgstr "Aquest usuari no segueix a ningú." @@ -7850,7 +8106,7 @@ msgstr "Aquest usuari no segueix a ningú." #: src/components/dialogs/MutedWords.tsx:435 msgid "This will delete \"{0}\" from your muted words. You can always add it back later." -msgstr "" +msgstr "Això suprimirà \"{0}\" de les teves paraules silenciades. Sempre el pots tornar a afegir més tard." #: src/components/dialogs/MutedWords.tsx:283 #~ msgid "This will delete {0} from your muted words. You can always add it back later." @@ -7862,11 +8118,11 @@ msgstr "" #: src/view/com/util/AccountDropdownBtn.tsx:55 msgid "This will remove @{0} from the quick access list." -msgstr "" +msgstr "Això eliminarà @{0} de la llista d'accés ràpid." #: src/view/com/util/forms/PostDropdownBtn.tsx:689 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." -msgstr "" +msgstr "Això eliminarà la teva publicació d'aquesta cita per a tots els usuaris i la substituirà per un marcador de posició." #: src/view/screens/Settings/index.tsx:560 msgid "Thread preferences" @@ -7897,10 +8153,18 @@ msgstr "per a desactivar el mètode 2FA de correu, verifica el teu accés a l'ad 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/view/com/composer/videos/SelectVideoBtn.tsx:120 +msgid "To upload videos to Bluesky, you must first verify your email." +msgstr "Primer has de verificar el teu correu per poder pujar vídeos a Bluesky." + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "A qui vols enviar aquest informe?" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:597 +msgid "Together, we're rebuilding the social internet. We're glad you're here." +msgstr "" + #: src/components/dialogs/MutedWords.tsx:112 #~ msgid "Toggle between muted word options." #~ msgstr "Commuta entre les opcions de paraules silenciades." @@ -7913,7 +8177,7 @@ msgstr "Commuta el menú desplegable" msgid "Toggle to enable or disable adult content" msgstr "Commuta per a habilitar o deshabilitar el contingut per a adults" -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "Superior" @@ -7924,8 +8188,8 @@ msgstr "Transformacions" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:734 -#: src/view/com/post-thread/PostThreadItem.tsx:736 +#: src/view/com/post-thread/PostThreadItem.tsx:746 +#: src/view/com/post-thread/PostThreadItem.tsx:748 #: src/view/com/util/forms/PostDropdownBtn.tsx:380 #: src/view/com/util/forms/PostDropdownBtn.tsx:382 msgid "Translate" @@ -7948,7 +8212,7 @@ msgstr "TV" msgid "Two-factor authentication" msgstr "Autenticació de dos factors" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "Escriu aquí el teu missatge" @@ -7966,7 +8230,7 @@ msgstr "Deixa de silenciar la llista" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:155 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:77 #: src/view/com/modals/ChangePassword.tsx:71 @@ -7981,14 +8245,14 @@ msgstr "No s'ha pogut eliminar" #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:192 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 #: src/view/screens/ProfileList.tsx:682 msgid "Unblock" msgstr "Desbloqueja" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Desbloqueja" @@ -8003,12 +8267,12 @@ msgstr "Desbloqueja el compte" msgid "Unblock Account" msgstr "Desbloqueja el compte" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:308 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:268 #: src/view/com/profile/ProfileMenu.tsx:347 msgid "Unblock Account?" msgstr "Vols desbloquejar el compte?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:66 +#: src/view/com/util/post-ctrls/RepostButton.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:76 msgid "Undo repost" @@ -8023,7 +8287,7 @@ msgstr "Deixa de seguir" #~ msgid "Unfollow" #~ msgstr "Deixa de seguir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "Deixa de seguir a {0}" @@ -8044,9 +8308,13 @@ msgstr "Deixa de seguir el compte" msgid "Unlike this feed" msgstr "Desfés el m'agrada a aquest canal" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:388 +msgctxt "video" +msgid "Unmute" +msgstr "" + #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 #: src/view/screens/ProfileList.tsx:689 msgid "Unmute" msgstr "Deixa de silenciar" @@ -8081,13 +8349,13 @@ msgstr "Deixa de silenciar la conversa" msgid "Unmute thread" msgstr "Deixa de silenciar el fil de debat" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:317 msgid "Unmute video" -msgstr "" +msgstr "Deixa de silencia el vídeo" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Unmuted" -msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Unmuted" +#~ msgstr "Sense silenciar" #: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:673 @@ -8117,7 +8385,7 @@ msgstr "Dona't de baixa" #: src/screens/List/ListHiddenScreen.tsx:184 #: src/screens/List/ListHiddenScreen.tsx:194 msgid "Unsubscribe from list" -msgstr "" +msgstr "Dona't de baixa d'aquesta llista" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196 msgid "Unsubscribe from this labeler" @@ -8125,14 +8393,18 @@ msgstr "Dona't de baixa d'aquest etiquetador" #: src/screens/List/ListHiddenScreen.tsx:86 msgid "Unsubscribed from list" -msgstr "" +msgstr "T'has dona't de baixa de la llista" + +#: src/state/queries/video/video.ts:245 +msgid "Unsupported video type: {mimeType}" +msgstr "Tipus de vídeo no compatible: {mimeType}" #: src/lib/moderation/useReportOptions.ts:85 #~ msgid "Unwanted sexual content" #~ msgstr "Contingut sexual no desitjat" -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/lib/moderation/useReportOptions.ts:77 +#: src/lib/moderation/useReportOptions.ts:90 msgid "Unwanted Sexual Content" msgstr "Contingut sexual no desitjat" @@ -8150,11 +8422,11 @@ msgstr "Actualitza a {handle}" #: src/view/com/util/forms/PostDropdownBtn.tsx:305 msgid "Updating quote attachment failed" -msgstr "" +msgstr "No s'ha pogut actualitzar el fitxer adjunt de la citació" #: src/view/com/util/forms/PostDropdownBtn.tsx:335 msgid "Updating reply visibility failed" -msgstr "" +msgstr "No s'ha pogut actualitzar la visibilitat de la resposta" #: src/screens/Login/SetNewPasswordForm.tsx:186 msgid "Updating..." @@ -8168,20 +8440,20 @@ msgstr "Enlloc d'això, penja una foto" msgid "Upload a text file to:" msgstr "Puja un fitxer de text a:" -#: src/view/com/util/UserAvatar.tsx:355 -#: src/view/com/util/UserAvatar.tsx:358 +#: src/view/com/util/UserAvatar.tsx:361 +#: src/view/com/util/UserAvatar.tsx:364 #: src/view/com/util/UserBanner.tsx:123 #: src/view/com/util/UserBanner.tsx:126 msgid "Upload from Camera" msgstr "Puja de la càmera" -#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:378 #: src/view/com/util/UserBanner.tsx:140 msgid "Upload from Files" msgstr "Puja dels Arxius" -#: src/view/com/util/UserAvatar.tsx:366 -#: src/view/com/util/UserAvatar.tsx:370 +#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:376 #: src/view/com/util/UserBanner.tsx:134 #: src/view/com/util/UserBanner.tsx:138 msgid "Upload from Library" @@ -8191,7 +8463,7 @@ msgstr "Puja de la biblioteca" msgid "Use a file on your server" msgstr "Utilitza un fitxer del teu servidor" -#: src/view/screens/AppPasswords.tsx:200 +#: src/view/screens/AppPasswords.tsx:199 msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "Utilitza les contrasenyes d'aplicació per a iniciar sessió en altres clients de Bluesky, sense haver de donar accés total al teu compte o contrasenya." @@ -8287,7 +8559,7 @@ msgstr "Llista d'usuaris actualitzada" msgid "User Lists" msgstr "Llistes d'usuaris" -#: src/screens/Login/LoginForm.tsx:197 +#: src/screens/Login/LoginForm.tsx:186 msgid "Username or email address" msgstr "Nom d'usuari o correu" @@ -8301,7 +8573,7 @@ msgstr "Usuaris" #: src/components/WhoCanReply.tsx:258 msgid "users followed by <0>@{0}" -msgstr "" +msgstr "usuaris seguits per <0>@{0}" #: src/components/dms/MessagesNUX.tsx:140 #: src/components/dms/MessagesNUX.tsx:143 @@ -8326,6 +8598,10 @@ msgstr "Valor:" #~ msgid "Verification code" #~ msgstr "Codi de verificació" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:118 +msgid "Verified email required" +msgstr "Es requereix un correu verificat" + #: src/view/com/modals/ChangeHandle.tsx:510 #~ msgid "Verify {0}" #~ msgstr "Verifica {0}" @@ -8338,6 +8614,10 @@ msgstr "Verifica els registres de DNS" msgid "Verify email" msgstr "Verifica el correu" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "Diàleg de verificació del correu" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "Verifica el meu correu" @@ -8351,6 +8631,10 @@ msgstr "Verifica el meu correu" msgid "Verify New Email" msgstr "Verifica el correu nou" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:122 +msgid "Verify now" +msgstr "Verifica-ho ara" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "Verifica el fitxer de text" @@ -8367,31 +8651,53 @@ msgstr "Verifica el teu correu" msgid "Version {appVersion} {bundleInfo}" msgstr "Versió {appVersion} {bundleInfo}" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:180 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:144 msgid "Video" -msgstr "" +msgstr "Vídeo" + +#: src/state/queries/video/video.ts:138 +msgid "Video failed to process" +msgstr "El vídeo no s'ha pogut processar" #: src/screens/Onboarding/index.tsx:39 #: src/screens/Onboarding/state.ts:88 msgid "Video Games" msgstr "Videojocs" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:167 +msgid "Video not found." +msgstr "No s'ha trobat el vídeo." + +#: src/view/com/composer/videos/SubtitleDialog.tsx:101 +msgid "Video settings" +msgstr "Configuració de vídeo" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +msgid "Video: {0}" +msgstr "Vídeo: {0}" + #: src/view/com/composer/videos/state.ts:27 -#~ msgid "Videos cannot be larger than 100MB" -#~ msgstr "Els vídeos no poder ser de més de 100MB" +#~ msgid "Videos cannot be larger than 50MB" +#~ msgstr "Els vídeos no poder ser de més de 50MB" + +#: src/view/com/composer/videos/SelectVideoBtn.tsx:65 +#: src/view/com/composer/videos/VideoPreview.web.tsx:44 +msgid "Videos must be less than 60 seconds long" +msgstr "" #: src/screens/Profile/Header/Shell.tsx:113 msgid "View {0}'s avatar" msgstr "Veure l'avatar de {0}" #: src/components/ProfileCard.tsx:110 -#: src/view/com/notifications/FeedItem.tsx:277 +#: src/view/com/notifications/FeedItem.tsx:273 msgid "View {0}'s profile" msgstr "Veure el perfil de {0}" #: src/components/dms/MessagesListHeader.tsx:160 msgid "View {displayName}'s profile" -msgstr "" +msgstr "Mostra el perfil de {displayName}" #: src/components/ProfileHoverCard/index.web.tsx:430 msgid "View blocked user's profile" @@ -8399,7 +8705,7 @@ msgstr "Veure el perfil de l'usuari bloquejat" #: src/view/screens/Settings/ExportCarDialog.tsx:97 msgid "View blogpost for more details" -msgstr "" +msgstr "Veure l'entrada al blog per a més detalls" #: src/view/screens/Log.tsx:56 msgid "View debug entry" @@ -8417,7 +8723,7 @@ msgstr "Veure els detalls per a informar d'una infracció dels drets d'autor" msgid "View full thread" msgstr "Veure el fil de debat complet" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "Mostra informació sobre aquestes etiquetes" @@ -8443,7 +8749,7 @@ msgstr "Veure els usuaris a qui els agrada aquest canal" #: src/screens/Moderation/index.tsx:274 msgid "View your blocked accounts" -msgstr "" +msgstr "Veure els teus comptes bloquejats" #: src/view/com/home/HomeHeaderLayout.web.tsx:79 #: src/view/com/home/HomeHeaderLayoutMobile.tsx:86 @@ -8452,11 +8758,11 @@ msgstr "Veure el teus canals i descobreix-ne més" #: src/screens/Moderation/index.tsx:244 msgid "View your moderation lists" -msgstr "" +msgstr "Veure els teves llistes de moderació" #: src/screens/Moderation/index.tsx:259 msgid "View your muted accounts" -msgstr "" +msgstr "Veure els teus comptes silenciats" #: src/view/com/modals/LinkWarning.tsx:89 #: src/view/com/modals/LinkWarning.tsx:95 @@ -8481,7 +8787,7 @@ msgstr "Adverteix del contingut i filtra-ho dels canals" #~ msgid "We also think you'll like \"For You\" by Skygaze:" #~ msgstr "També creiem que t'agradarà el canal \"For You\" d'Skygaze:" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "No hem trobat cap resultat per a aquest hashtag." @@ -8493,7 +8799,11 @@ msgstr "No hem pogut carregar aquesta conversa" msgid "We estimate {estimatedTime} until your account is ready." msgstr "Calculem {estimatedTime} fins que el teu compte estigui llest." -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "Hem enviat un altre correu de verificació a <0>{0}." + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Esperem que t'ho passis pipa. Recorda que Bluesky és:" @@ -8509,6 +8819,10 @@ msgstr "Ja no hi ha més publicacions dels usuaris que segueixes. Aquí n'hi ha #~ msgid "We recommend our \"Discover\" feed:" #~ msgstr "Et recomanem el nostre canal \"Discover\":" +#: src/state/queries/video/video.ts:170 +msgid "We were unable to determine if you are allowed to upload videos. Please try again." +msgstr "No hem pogut determinar si tens permís per pujar vídeos. Torna-ho a provar." + #: src/components/dialogs/BirthDateSettings.tsx:52 msgid "We were unable to load your birth date preferences. Please try again." msgstr "No hem pogut carregar les teves preferències de data de naixement. Torna-ho a provar." @@ -8517,7 +8831,7 @@ msgstr "No hem pogut carregar les teves preferències de data de naixement. Torn msgid "We were unable to load your configured labelers at this time." msgstr "En aquest moment no hem pogut carregar els teus etiquetadors configurats." -#: src/screens/Onboarding/StepInterests/index.tsx:158 +#: src/screens/Onboarding/StepInterests/index.tsx:143 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "No ens hem pogut connectar. Torna-ho a provar per a continuar configurant el teu compte. Si continua fallant, pots ometre aquest flux." @@ -8529,7 +8843,7 @@ msgstr "T'informarem quan el teu compte estigui llest." #~ msgid "We'll look into your appeal promptly." #~ msgstr "Analitzarem la teva apel·lació ràpidament." -#: src/screens/Onboarding/StepInterests/index.tsx:163 +#: src/screens/Onboarding/StepInterests/index.tsx:148 msgid "We'll use this to help customize your experience." msgstr "Ho farem servir per a personalitzar la teva experiència." @@ -8553,7 +8867,7 @@ msgstr "Ho sentim, però no hem pogut carregar les teves paraules silenciades en msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Ens sap greu, però la teva cerca no s'ha pogut fer. Prova-ho d'aquí una estona." -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:421 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Ho sentim! La publicació a la qual estàs responent s'ha suprimit." @@ -8582,7 +8896,7 @@ msgstr "Bentornat!" msgid "Welcome, friend!" msgstr "Benvingut, col·lega!" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "Quins són els teus interessos?" @@ -8599,7 +8913,7 @@ msgstr "Com vols anomenar al teu starter pack?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:516 msgid "What's up?" msgstr "Què hi ha de nou" @@ -8613,7 +8927,7 @@ msgstr "Quins idiomes t'agradaria veure en els teus canals algorítmics?" #: src/components/WhoCanReply.tsx:179 msgid "Who can interact with this post?" -msgstr "" +msgstr "Qui pot interactuar amb aquesta publicació?" #: src/components/dms/MessagesNUX.tsx:110 #: src/components/dms/MessagesNUX.tsx:124 @@ -8669,16 +8983,16 @@ msgstr "Per què s'hauria de revisar aquest usuari?" msgid "Wide" msgstr "Amplada" -#: src/screens/Messages/Conversation/MessageInput.tsx:140 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:134 +#: src/screens/Messages/Conversation/MessageInput.tsx:142 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:198 msgid "Write a message" msgstr "Escriu un missatge" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:712 msgid "Write post" msgstr "Escriu una publicació" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:515 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:42 msgid "Write your reply" msgstr "Escriu la teva resposta" @@ -8713,17 +9027,17 @@ msgstr "Sí, elimina aquest starter pack" #: src/view/com/util/forms/PostDropdownBtn.tsx:692 msgid "Yes, detach" -msgstr "" +msgstr "Sí, desenganxa'l" #: src/view/com/util/forms/PostDropdownBtn.tsx:702 msgid "Yes, hide" -msgstr "" +msgstr "Sí, amaga'l" #: src/screens/Deactivated.tsx:150 msgid "Yes, reactivate my account" msgstr "Sí, torna a activar el meu compte" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "Ahir, {time}" @@ -8740,7 +9054,11 @@ msgstr "Tu" msgid "You are in line." msgstr "Estàs a la cua." -#: src/view/com/profile/ProfileFollows.tsx:86 +#: src/state/queries/video/video.ts:161 +msgid "You are not allowed to upload videos." +msgstr "No t'és permés pujar vídeos." + +#: src/view/com/profile/ProfileFollows.tsx:95 msgid "You are not following anyone." msgstr "No segueixes a ningú." @@ -8778,7 +9096,7 @@ msgstr "Ara pots iniciar sessió amb la nova contrasenya." msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Pots reactivar el teu compte per continuar iniciant la sessió. El teu perfil i les publicacions seran visibles per a altres usuaris." -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "No tens cap seguidor." @@ -8869,7 +9187,7 @@ msgstr "Encara no has bloquejat cap compte. Per a bloquejar un compte, ves al se #~ msgid "You have not blocked any accounts yet. To block an account, go to their profile and selected \"Block account\" from the menu on their account." #~ msgstr "Encara no has bloquejat cap compte. Per a fer-ho, ves al seu perfil i selecciona \"Bloqueja el compte\" en el menú del seu compte." -#: src/view/screens/AppPasswords.tsx:91 +#: src/view/screens/AppPasswords.tsx:90 msgid "You have not created any app passwords yet. You can create one by pressing the button below." msgstr "Encara no has creat cap contrasenya d'aplicació. Pots fer-ho amb el botó d'aquí sota." @@ -8885,6 +9203,10 @@ msgstr "Encara no has silenciat cap compte. per a silenciar un compte, ves al se msgid "You have reached the end" msgstr "Has arribat al final" +#: src/state/queries/video/video-upload.shared.ts:67 +msgid "You have temporarily reached the limit for video uploads. Please try again later." +msgstr "Has arribat temporalment al límit de pujades de vídeos. Torna-ho a provar més tard." + #: src/components/StarterPack/ProfileStarterPacks.tsx:235 msgid "You haven't created a starter pack yet!" msgstr "Encara no has creat cap starter pack!" @@ -8896,23 +9218,23 @@ msgstr "Encara no has silenciat cap paraula ni etiqueta" #: src/components/moderation/ModerationDetailsDialog.tsx:117 #: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "You hid this reply." -msgstr "" +msgstr "Has amagat aquesta resposta." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 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:91 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 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." #: src/screens/StarterPack/Wizard/State.tsx:79 msgid "You may only add up to {STARTER_PACK_MAX_SIZE} profiles" -msgstr "" +msgstr "Només pots afegir fins a {STARTER_PACK_MAX_SIZE} perfils" #: src/screens/StarterPack/Wizard/State.tsx:97 msgid "You may only add up to 3 feeds" -msgstr "" +msgstr "Només pots afegir 3 canals" #: src/screens/StarterPack/Wizard/State.tsx:95 #~ msgid "You may only add up to 50 feeds" @@ -8942,6 +9264,7 @@ msgstr "Has de seguir almenys set persones més per generar un starter pack." msgid "You must grant access to your photo library to save a QR code" msgstr "Has de concedir accés a la teva galeria per desar un codi QR" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:237 #: src/components/StarterPack/ShareDialog.tsx:68 msgid "You must grant access to your photo library to save the image." msgstr "Has de concedir accés a la teva galeria per desar la imatge." @@ -8986,15 +9309,15 @@ msgstr "Seguiràs els usuaris i els canals suggerits un cop hagis acabat de crea msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Seguiràs els usuaris suggerits un cop hagis acabat de crear el teu compte!" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 msgid "You'll follow these people and {0} others" msgstr "Seguiràs aquestes persones i {0} altres" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:237 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 msgid "You'll follow these people right away" msgstr "Seguiràs a aquesta gent de seguida" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:277 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 msgid "You'll stay updated with these feeds" msgstr "Estaràs al dia amb aquests canals" @@ -9013,7 +9336,7 @@ msgstr "Estàs a la cua" msgid "You're logged in with an App Password. Please log 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/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "Ja està tot llest!" @@ -9026,6 +9349,14 @@ msgstr "Has triat amagar una paraula o una etiqueta d'aquesta publicació." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Has arribat al final del vostre cabal! Cerca alguns comptes més per a seguir." +#: src/state/queries/video/video.ts:175 +msgid "You've reached your daily limit for video uploads (too many bytes)" +msgstr "Has assolit el teu límit diari de pujades de vídeos (massa bytes)" + +#: src/state/queries/video/video.ts:180 +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/Signup/index.tsx:146 msgid "Your account" msgstr "El teu compte" @@ -9034,17 +9365,21 @@ msgstr "El teu compte" msgid "Your account has been deleted" msgstr "El teu compte s'ha eliminat" +#: src/state/queries/video/video.ts:185 +msgid "Your account is not yet old enough to upload videos. Please try again later." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:65 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "El repositori del teu compte, que conté tots els registres de dades públiques, es pot baixar com a fitxer \"CAR\". Aquest fitxer no inclou incrustacions multimèdia, com ara imatges, ni les teves dades privades, que s'han d'obtenir per separat." -#: src/screens/Signup/StepInfo/index.tsx:180 +#: src/screens/Signup/StepInfo/index.tsx:181 msgid "Your birth date" msgstr "La teva data de naixement" -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:145 +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:171 msgid "Your browser does not support the video format. Please try a different browser." -msgstr "" +msgstr "El teu navegador no admet el format de vídeo. Prova amb un altre navegador." #: src/screens/Messages/Conversation/ChatDisabled.tsx:25 msgid "Your chats have been disabled" @@ -9059,7 +9394,7 @@ msgstr "La teva elecció es desarà, però es pot canviar més endavant a la con #~ msgstr "El teu canal per defecte és \"Seguint\"" #: src/screens/Login/ForgotPasswordForm.tsx:57 -#: src/screens/Signup/state.ts:208 +#: src/screens/Signup/state.ts:203 #: src/screens/Signup/StepInfo/index.tsx:75 #: src/view/com/modals/ChangePassword.tsx:55 msgid "Your email appears to be invalid." @@ -9085,7 +9420,7 @@ msgstr "El teu primer m'agrada!" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "El teu canal de seguint està buit! Segueix a més usuaris per a saber què està passant." -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "El teu identificador complet serà" @@ -9111,11 +9446,11 @@ msgstr "Les teves paraules silenciades" msgid "Your password has been changed successfully!" msgstr "S'ha canviat la teva contrasenya!" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:467 msgid "Your post has been published" msgstr "S'ha publicat" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Les teves publicacions, m'agrades i bloquejos són públics. Els comptes silenciats són privats." @@ -9127,7 +9462,7 @@ msgstr "El teu perfil" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "El teu perfil, publicacions, fonts i llistes ja no seran visibles per a altres usuaris de Bluesky. Pots reactivar el teu compte en qualsevol moment iniciant sessió." -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:466 msgid "Your reply has been published" msgstr "S'ha publicat la teva resposta" diff --git a/src/locale/locales/de/messages.po b/src/locale/locales/de/messages.po index 8c34db3e1a..efe3b69e39 100644 --- a/src/locale/locales/de/messages.po +++ b/src/locale/locales/de/messages.po @@ -21,23 +21,43 @@ msgstr "(enthält eingebettete Inhalte)" msgid "(no email)" msgstr "(keine E-Mail)" -#: src/view/com/notifications/FeedItem.tsx:236 -#: src/view/com/notifications/FeedItem.tsx:327 +#: src/view/com/notifications/FeedItem.tsx:232 +#: src/view/com/notifications/FeedItem.tsx:323 msgid "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}" msgstr "{0, plural, one {{formattedCount} anderer} other {{formattedCount} andere}}" -#: src/components/moderation/LabelsOnMe.tsx:55 +#: src/lib/hooks/useTimeAgo.ts:156 +msgid "{0, plural, one {# day} other {# days}}" +msgstr "" + +#: src/lib/hooks/useTimeAgo.ts:146 +msgid "{0, plural, one {# hour} other {# hours}}" +msgstr "" + +#: src/components/moderation/LabelsOnMe.tsx:54 msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" msgstr "{0, plural, one {# Label wurde auf dieses Konto platziert} other {# Labels wurden auf dieses Konto platziert}}" -#: src/components/moderation/LabelsOnMe.tsx:61 +#: src/components/moderation/LabelsOnMe.tsx:60 msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "{0, plural, one {# Label wurde auf diesen Inhalt gesetzt} other {# Labels wurden auf diesen Inhalt gesetzt}}" -#: src/view/com/util/post-ctrls/RepostButton.tsx:68 +#: src/lib/hooks/useTimeAgo.ts:136 +msgid "{0, plural, one {# minute} other {# minutes}}" +msgstr "" + +#: src/lib/hooks/useTimeAgo.ts:167 +msgid "{0, plural, one {# month} other {# months}}" +msgstr "" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:71 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "{0, plural, one {# Repost} other {# Reposts}}" +#: src/lib/hooks/useTimeAgo.ts:126 +msgid "{0, plural, one {# second} other {# seconds}}" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:398 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" @@ -48,11 +68,11 @@ msgstr "{0, plural, one {Follower} other {Follower}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {Folge ich} other {Folge ich}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:276 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:312 msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "{0, plural, one {Liken (# Like)} other {Liken (# Likes)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {Like} other {Likes}}" @@ -65,19 +85,19 @@ msgstr "{0, plural, one {Von # Konto geliked} other {Von # Konten geliked}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {Beitrag} other {Beiträge}}" -#: src/view/com/post-thread/PostThreadItem.tsx:413 +#: src/view/com/post-thread/PostThreadItem.tsx:419 msgid "{0, plural, one {quote} other {quotes}}" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:233 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:269 msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "{0, plural, one {Antworten (# Antwort)} other {Antworten (# Antworten)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {Repost} other {Reposts}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:272 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "{0, plural, one {Unlike (# like)} other {Unlike (# likes)}}" msgstr "{0, plural, one {Like aufheben (# Like)} other {Like aufheben (# Likes)}}" @@ -95,11 +115,15 @@ msgstr "" msgid "{0} joined this week" msgstr "{0} sind diese Woche beigetreten" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:637 +msgid "{0} of {1}" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:467 msgid "{0} people have used this starter pack!" msgstr "{0} Personen haben dieses Startpaket bereits verwendet!" -#: src/view/com/util/UserAvatar.tsx:419 +#: src/view/com/util/UserAvatar.tsx:425 msgid "{0}'s avatar" msgstr "Der Avatar von {0}" @@ -111,30 +135,56 @@ msgstr "Die Lieblings-Feeds und -Leute von {0} – mach mit!" msgid "{0}'s starter pack" msgstr "Startpaket von {0}" +#. How many days have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:158 +msgid "{0}d" +msgstr "" + +#. How many hours have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:148 +msgid "{0}h" +msgstr "" + +#. How many minutes have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:138 +msgid "{0}m" +msgstr "" + +#. How many months have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:169 +msgid "{0}mo" +msgstr "" + +#. How many seconds have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:128 +msgid "{0}s" +msgstr "" + #: src/components/LabelingServiceCard/index.tsx:71 msgid "{count, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{count, plural, one {Geliked von # Konto} other {Geliked von # Konten}}" #: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "{diff, plural, one {Tag} other {Tage}}" +#~ msgid "{diff, plural, one {day} other {days}}" +#~ msgstr "{diff, plural, one {Tag} other {Tage}}" #: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "{diff, plural, one {Stunde} other {Stunden}}" +#~ msgid "{diff, plural, one {hour} other {hours}}" +#~ msgstr "{diff, plural, one {Stunde} other {Stunden}}" #: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "{diff, plural, one {Minute} other {Minuten}}" +#~ msgid "{diff, plural, one {minute} other {minutes}}" +#~ msgstr "{diff, plural, one {Minute} other {Minuten}}" #: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "{diff, plural, one {Monat} other {Monate}}" +#~ msgid "{diff, plural, one {month} other {months}}" +#~ msgstr "{diff, plural, one {Monat} other {Monate}}" #: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "{diffSeconds, plural, one {Sekunde} other {Sekunden}}" +#~ msgid "{diffSeconds, plural, one {second} other {seconds}}" +#~ msgstr "{diffSeconds, plural, one {Sekunde} other {Sekunden}}" +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" msgstr "Startpaket von {displayName}" @@ -228,7 +278,7 @@ msgstr "⚠Ungültiger Handle" msgid "24 hours" msgstr "" -#: src/screens/Login/LoginForm.tsx:266 +#: src/screens/Login/LoginForm.tsx:253 msgid "2FA Confirmation" msgstr "2FA Bestätigung" @@ -241,8 +291,8 @@ msgid "7 days" msgstr "" #: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "Ein Hilfe-Tooltip" +#~ msgid "A help tooltip" +#~ msgstr "Ein Hilfe-Tooltip" #: src/view/com/util/ViewHeader.tsx:92 #: src/view/screens/Search/Search.tsx:684 @@ -267,7 +317,7 @@ msgstr "Einstellungen für Barrierefreiheit" msgid "Accessibility Settings" msgstr "Einstellungen für Barrierefreiheit" -#: src/screens/Login/LoginForm.tsx:190 +#: src/screens/Login/LoginForm.tsx:179 #: src/view/screens/Settings/index.tsx:315 #: src/view/screens/Settings/index.tsx:718 msgid "Account" @@ -302,7 +352,7 @@ msgstr "Kontoeinstellungen" msgid "Account removed from quick access" msgstr "Konto aus dem Schnellzugriff entfernt" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "Konto entblockiert" @@ -354,9 +404,13 @@ msgstr "Konto hinzufügen" msgid "Add alt text" msgstr "Alt-Text hinzufügen" -#: src/view/screens/AppPasswords.tsx:106 -#: src/view/screens/AppPasswords.tsx:148 -#: src/view/screens/AppPasswords.tsx:161 +#: src/view/com/composer/videos/SubtitleDialog.tsx:109 +msgid "Add alt text (optional)" +msgstr "" + +#: src/view/screens/AppPasswords.tsx:105 +#: src/view/screens/AppPasswords.tsx:147 +#: src/view/screens/AppPasswords.tsx:160 msgid "Add App Password" msgstr "App-Passwort hinzufügen" @@ -455,11 +509,11 @@ msgstr "Erlaube neue Nachrichten von" msgid "Allow replies from:" msgstr "" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:178 +#: src/screens/Login/ForgotPasswordForm.tsx:177 #: src/view/com/modals/ChangePassword.tsx:171 msgid "Already have a code?" msgstr "Hast du bereits einen Code?" @@ -470,17 +524,20 @@ msgstr "Bereits angemeldet als @{0}" #: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/util/post-embeds/GifEmbed.tsx:183 +#: src/view/com/util/post-embeds/GifEmbed.tsx:177 msgid "ALT" msgstr "ALT" #: src/view/com/composer/GifAltText.tsx:144 +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +#: src/view/com/composer/videos/SubtitleDialog.tsx:104 +#: src/view/com/composer/videos/SubtitleDialog.tsx:108 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:87 msgid "Alt text" msgstr "Alt-Text" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:182 msgid "Alt Text" msgstr "Alt-Text" @@ -505,30 +562,45 @@ msgstr "" #~ msgid "An error occured" #~ msgstr "Ein Fehler ist aufgetreten" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:314 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:413 msgid "An error occurred" msgstr "" +#: src/state/queries/video/video.ts:232 +msgid "An error occurred while compressing the video." +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:315 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/view/com/util/post-embeds/VideoEmbed.tsx:69 -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:135 msgid "An error occurred while loading the video. Please try again later." msgstr "" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:174 +msgid "An error occurred while loading the video. Please try again." +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:250 +msgid "An error occurred while saving the image!" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:71 #: src/components/StarterPack/ShareDialog.tsx:79 msgid "An error occurred while saving the QR code!" msgstr "Beim Speichern des QR-Codes ist ein Fehler aufgetreten!" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:75 +msgid "An error occurred while selecting the video" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:336 #: src/screens/StarterPack/StarterPackScreen.tsx:358 msgid "An error occurred while trying to follow all" msgstr "Beim Versuch, allen zu folgen, ist ein Fehler aufgetreten." -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:199 msgid "An error occurred while uploading the video." msgstr "" @@ -546,14 +618,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:319 -#: src/components/ProfileCard.tsx:339 +#: src/components/ProfileCard.tsx:324 +#: src/components/ProfileCard.tsx:344 #: src/view/com/profile/FollowButton.tsx:36 #: src/view/com/profile/FollowButton.tsx:46 msgid "An issue occurred, please try again." msgstr "Ein Problem ist aufgetreten, bitte versuche es erneut." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "Ein unbekannter Fehler ist aufgetreten" @@ -563,8 +635,8 @@ msgid "an unknown labeler" msgstr "" #: src/components/WhoCanReply.tsx:295 -#: src/view/com/notifications/FeedItem.tsx:235 -#: src/view/com/notifications/FeedItem.tsx:324 +#: src/view/com/notifications/FeedItem.tsx:231 +#: src/view/com/notifications/FeedItem.tsx:320 msgid "and" msgstr "und" @@ -573,7 +645,7 @@ msgstr "und" msgid "Animals" msgstr "Tiere" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:139 msgid "Animated GIF" msgstr "Animiertes GIF" @@ -589,7 +661,7 @@ msgstr "" msgid "App Language" msgstr "App-Sprache" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "App-Passwort gelöscht" @@ -606,21 +678,21 @@ msgid "App password settings" msgstr "App-Passwort-Einstellungen" #: src/Navigation.tsx:286 -#: src/view/screens/AppPasswords.tsx:192 +#: src/view/screens/AppPasswords.tsx:191 #: src/view/screens/Settings/index.tsx:672 msgid "App Passwords" msgstr "App-Passwörter" -#: src/components/moderation/LabelsOnMeDialog.tsx:154 -#: src/components/moderation/LabelsOnMeDialog.tsx:157 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 +#: src/components/moderation/LabelsOnMeDialog.tsx:149 msgid "Appeal" msgstr "Anfechten" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "Kennzeichnung „{0}” anfechten" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "Anfechtung gesendet" @@ -650,7 +722,7 @@ msgstr "" msgid "Apply default recommended feeds" msgstr "Standardmäßig empfohlene Feeds anwenden" -#: src/view/screens/AppPasswords.tsx:282 +#: src/view/screens/AppPasswords.tsx:277 msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "Bist du sicher, dass du das App-Passwort „{name}” löschen möchtest?" @@ -674,7 +746,7 @@ msgstr "Bist du sicher, dass du {0} von deinen Feeds entfernen möchtest?" msgid "Are you sure you want to remove this from your feeds?" msgstr "Bist du sicher, dass du dies von deinen Feeds entfernen möchtest?" -#: src/view/com/composer/Composer.tsx:772 +#: src/view/com/composer/Composer.tsx:838 msgid "Are you sure you'd like to discard this draft?" msgstr "Bist du sicher, dass du diesen Entwurf verwerfen möchtest?" @@ -695,19 +767,19 @@ msgstr "Kunst" msgid "Artistic or non-erotic nudity." msgstr "Künstlerische oder nicht-erotische Nacktheit." -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "Mindestens 3 Zeichen" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 -#: src/components/moderation/LabelsOnMeDialog.tsx:294 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:285 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:298 -#: src/screens/Login/LoginForm.tsx:304 +#: src/screens/Login/LoginForm.tsx:285 +#: src/screens/Login/LoginForm.tsx:291 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Messages/Conversation/ChatDisabled.tsx:133 @@ -731,7 +803,7 @@ msgstr "Geburtstag" msgid "Birthday:" msgstr "Geburtstag:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "Blockieren" @@ -762,7 +834,7 @@ msgstr "Blockliste" msgid "Block these accounts?" msgstr "Diese Konten blockieren?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:83 msgid "Blocked" msgstr "Blockiert" @@ -816,6 +888,10 @@ msgstr "Bluesky ist ein offenes Netzwerk, in dem du deinen Hosting-Anbieter wäh msgid "Bluesky is better with friends!" msgstr "Mit Freunden ist Bluesky besser!" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:206 +msgid "Bluesky now has over 10 million users, and I was #{0}!" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:282 msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky wählt eine Reihe von empfohlenen Konten von Personen in deinem Netzwerk aus." @@ -837,23 +913,27 @@ msgstr "Bilder verwischen und aus Feeds herausfiltern" msgid "Books" msgstr "Bücher" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:614 +msgid "Brag a little!" +msgstr "" + +#: src/components/FeedInterstitials.tsx:350 msgid "Browse more accounts on the Explore page" msgstr "Stöbere auf der Seite „Explore” nach weiteren Konten" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:483 msgid "Browse more feeds on the Explore page" msgstr "Stöbere auf der Seite „Explore” in weiteren Feeds" -#: src/components/FeedInterstitials.tsx:282 -#: src/components/FeedInterstitials.tsx:285 -#: src/components/FeedInterstitials.tsx:415 -#: src/components/FeedInterstitials.tsx:418 +#: src/components/FeedInterstitials.tsx:332 +#: src/components/FeedInterstitials.tsx:335 +#: src/components/FeedInterstitials.tsx:465 +#: src/components/FeedInterstitials.tsx:468 msgid "Browse more suggestions" msgstr "Weitere Vorschläge anzeigen" -#: src/components/FeedInterstitials.tsx:308 -#: src/components/FeedInterstitials.tsx:442 +#: src/components/FeedInterstitials.tsx:358 +#: src/components/FeedInterstitials.tsx:492 msgid "Browse more suggestions on the Explore page" msgstr "Stöbere auf der Seite „Explore” nach weiteren Vorschlägen" @@ -895,12 +975,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "Darf nur Buchstaben, Zahlen, Leerzeichen, Bindestriche und Unterstriche enthalten. Muss mindestens 4 Zeichen lang sein, darf aber nicht länger als 32 Zeichen sein." #: src/components/Menu/index.tsx:235 -#: src/components/Prompt.tsx:119 -#: src/components/Prompt.tsx:121 +#: src/components/Prompt.tsx:122 +#: src/components/Prompt.tsx:124 #: src/components/TagMenu/index.tsx:282 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:512 -#: src/view/com/composer/Composer.tsx:527 +#: src/view/com/composer/Composer.tsx:594 +#: src/view/com/composer/Composer.tsx:609 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -916,7 +996,7 @@ msgstr "Darf nur Buchstaben, Zahlen, Leerzeichen, Bindestriche und Unterstriche #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "Abbrechen" @@ -945,7 +1025,7 @@ msgstr "Bildbeschneidung abbrechen" msgid "Cancel profile editing" msgstr "Profilbearbeitung abbrechen" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "Beitrag zitieren abbrechen" @@ -961,6 +1041,25 @@ msgstr "Suche abbrechen" msgid "Cancels opening the linked website" msgstr "Bricht das Öffnen der verlinkten Website ab" +#: src/state/shell/composer/index.tsx:70 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:114 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:155 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:191 +msgid "Cannot interact with a blocked user" +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:135 +msgid "Captions (.vtt)" +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +msgid "Captions & alt text" +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:368 +msgid "Celebrating {0} users" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "Ändern" @@ -1001,8 +1100,8 @@ msgid "Change Your Email" msgstr "Deine E-Mail ändern" #: src/Navigation.tsx:338 -#: src/view/shell/bottom-bar/BottomBar.tsx:204 -#: src/view/shell/desktop/LeftNav.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:201 +#: src/view/shell/desktop/LeftNav.tsx:301 msgid "Chat" msgstr "Chat" @@ -1032,7 +1131,7 @@ msgstr "Chatstummschaltung aufgehoben" msgid "Check my status" msgstr "Meinen Status prüfen" -#: src/screens/Login/LoginForm.tsx:291 +#: src/screens/Login/LoginForm.tsx:278 msgid "Check your email for a login code and enter it here." msgstr "Schau in deinem E-Mail-Postfach nach einem Anmeldecode und gib ihn hier ein." @@ -1041,12 +1140,12 @@ 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/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "Wähle 3 oder mehr aus:" +#~ msgid "Choose 3 or more:" +#~ msgstr "Wähle 3 oder mehr aus:" #: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "Wähle mindestens {0} weitere aus" +#~ msgid "Choose at least {0} more" +#~ msgstr "Wähle mindestens {0} weitere aus" #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" @@ -1064,7 +1163,7 @@ msgstr "Menschen auswählen" msgid "Choose Service" msgstr "Service wählen" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "Wähle die Algorithmen aus, welche deine benutzerdefinierten Feeds generieren." @@ -1134,7 +1233,7 @@ msgstr "" msgid "Click to enable quote posts of this post." msgstr "" -#: src/components/dms/MessageItem.tsx:231 +#: src/components/dms/MessageItem.tsx:232 msgid "Click to retry failed message" msgstr "Klicke hier, um die fehlgeschlagene Nachricht erneut zu senden" @@ -1149,13 +1248,15 @@ msgstr "Klipp 🐴 klapp 🐴" #: src/components/dialogs/GifSelect.ios.tsx:250 #: src/components/dialogs/GifSelect.tsx:270 #: src/components/dms/dialogs/SearchablePeopleList.tsx:261 +#: src/components/intents/VerifyEmailIntentDialog.tsx:111 +#: src/components/intents/VerifyEmailIntentDialog.tsx:118 #: src/components/NewskieDialog.tsx:146 #: src/components/NewskieDialog.tsx:153 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:131 #: src/view/com/modals/ChangePassword.tsx:268 #: src/view/com/modals/ChangePassword.tsx:271 -#: src/view/com/util/post-embeds/GifEmbed.tsx:195 +#: src/view/com/util/post-embeds/GifEmbed.tsx:188 msgid "Close" msgstr "Schließen" @@ -1210,7 +1311,7 @@ msgstr "Schließt die untere Navigationsleiste" msgid "Closes password update alert" msgstr "Schließt die Kennwortaktualisierungsmeldung" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:606 msgid "Closes post composer and discards post draft" msgstr "Schließt den Beitragsverfasser und verwirft den Beitragsentwurf" @@ -1218,11 +1319,11 @@ msgstr "Schließt den Beitragsverfasser und verwirft den Beitragsentwurf" msgid "Closes viewer for header image" msgstr "Schließt den Betrachter für das Banner" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "Liste der Benutzer einklappen" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "Klappt die Liste der Benutzer für eine bestimmte Meldung zusammen" @@ -1241,7 +1342,7 @@ msgstr "Comics" msgid "Community Guidelines" msgstr "Community-Richtlinien" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "Schließe das Onboarding ab und nutze dein Konto" @@ -1249,7 +1350,7 @@ msgstr "Schließe das Onboarding ab und nutze dein Konto" msgid "Complete the challenge" msgstr "Schließe die Herausforderung ab" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:714 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Verfasse Beiträge mit einer Länge von bis zu {MAX_GRAPHEME_LENGTH} Zeichen" @@ -1258,8 +1359,8 @@ msgid "Compose reply" msgstr "Antwort verfassen" #: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 -msgid "Compressing..." -msgstr "" +#~ msgid "Compressing..." +#~ msgstr "" #: src/components/moderation/LabelPreference.tsx:81 msgid "Configure content filtering setting for category: {name}" @@ -1269,8 +1370,8 @@ msgstr "Konfiguriere die Inhaltsfilterung für die Kategorie: {name}" msgid "Configured in <0>moderation settings." msgstr "Konfiguriert in <0>Moderationseinstellungen" -#: src/components/Prompt.tsx:162 #: src/components/Prompt.tsx:165 +#: src/components/Prompt.tsx:168 #: src/view/com/modals/SelfLabel.tsx:155 #: src/view/com/modals/VerifyEmail.tsx:239 #: src/view/com/modals/VerifyEmail.tsx:241 @@ -1300,7 +1401,7 @@ msgstr "Bestätige dein Alter:" msgid "Confirm your birthdate" msgstr "Bestätige dein Geburtsdatum" -#: src/screens/Login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:259 #: src/view/com/modals/ChangeEmail.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:238 #: src/view/com/modals/DeleteAccount.tsx:244 @@ -1310,7 +1411,7 @@ msgstr "Bestätige dein Geburtsdatum" msgid "Confirmation code" msgstr "Bestätigungscode" -#: src/screens/Login/LoginForm.tsx:325 +#: src/screens/Login/LoginForm.tsx:312 msgid "Connecting..." msgstr "Verbinden…" @@ -1352,7 +1453,7 @@ msgstr "Inhaltswarnungen" msgid "Context menu backdrop, click to close the menu." msgstr "Hintergrund des Kontextmenüs; klicken, um das Menü zu schließen" -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Fortfahren" @@ -1365,7 +1466,7 @@ msgstr "Fortfahren als {0} (noch angemeldet)" msgid "Continue thread..." msgstr "Thread fortsetzen…" -#: src/screens/Onboarding/StepInterests/index.tsx:275 +#: src/screens/Onboarding/StepInterests/index.tsx:255 #: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/BackNextButtons.tsx:59 msgid "Continue to next step" @@ -1393,7 +1494,7 @@ msgstr "Die Build-Version wurde in die Zwischenablage kopiert" #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:234 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:368 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:392 msgid "Copied to clipboard" msgstr "In die Zwischenablage kopiert" @@ -1475,6 +1576,10 @@ msgstr "Liste konnte nicht geladen werden" msgid "Could not mute chat" msgstr "Chat konnte nicht stummgeschaltet werden" +#: src/view/com/composer/videos/VideoPreview.web.tsx:56 +msgid "Could not process your video" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:272 msgid "Create" msgstr "Erstellen" @@ -1532,7 +1637,7 @@ msgstr "Neues Konto erstellen" msgid "Create report for {0}" msgstr "Meldung für {0} erstellen" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "Erstellt {0}" @@ -1584,7 +1689,7 @@ msgstr "" #~ msgid "Dark Theme" #~ msgstr "Dunkelmodus" -#: src/screens/Signup/StepInfo/index.tsx:191 +#: src/screens/Signup/StepInfo/index.tsx:192 msgid "Date of birth" msgstr "Geburtsdatum" @@ -1610,7 +1715,7 @@ msgstr "Debug-Panel" #: src/screens/StarterPack/StarterPackScreen.tsx:652 #: src/screens/StarterPack/StarterPackScreen.tsx:732 #: src/view/com/util/forms/PostDropdownBtn.tsx:629 -#: src/view/screens/AppPasswords.tsx:285 +#: src/view/screens/AppPasswords.tsx:280 #: src/view/screens/ProfileList.tsx:723 msgid "Delete" msgstr "Löschen" @@ -1623,11 +1728,11 @@ msgstr "Konto löschen" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "Konto <0>„<1>{0}<2>” löschen" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "App-Passwort löschen" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "App-Passwort löschen?" @@ -1682,7 +1787,7 @@ msgstr "Diese Liste löschen?" msgid "Delete this post?" msgstr "Diesen Beitrag löschen?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:93 msgid "Deleted" msgstr "Gelöscht" @@ -1718,7 +1823,7 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "" -#: src/view/com/composer/Composer.tsx:327 +#: src/view/com/composer/Composer.tsx:355 msgid "Did you want to say anything?" msgstr "Wolltest du etwas sagen?" @@ -1732,8 +1837,12 @@ msgid "Direct messages are here!" msgstr "Direktnachrichten sind da!" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" -msgstr "Automatische Wiedergabe für GIFs deaktivieren" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "Automatische Wiedergabe für GIFs deaktivieren" + +#: src/view/screens/AccessibilitySettings.tsx:111 +msgid "Disable autoplay for videos and GIFs" +msgstr "" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 msgid "Disable Email 2FA" @@ -1743,7 +1852,7 @@ msgstr "Zwei-Faktor-Authentifizierung per E-Mail deaktivieren" msgid "Disable haptic feedback" msgstr "Haptische Rückmeldung deaktivieren" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:379 msgid "Disable subtitles" msgstr "" @@ -1756,11 +1865,11 @@ msgstr "" msgid "Disabled" msgstr "Deaktiviert" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:840 msgid "Discard" msgstr "Verwerfen" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:837 msgid "Discard draft?" msgstr "Entwurf verwerfen?" @@ -1770,8 +1879,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "Apps daran hindern, abgemeldeten Nutzern mein Konto zu zeigen" #: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "„Discover” lernt beim Browsen, welche Beiträge dir gefallen." +#~ msgid "Discover learns which posts you like as you browse." +#~ msgstr "„Discover” lernt beim Browsen, welche Beiträge dir gefallen." #: src/view/com/posts/FollowingEmptyState.tsx:70 #: src/view/com/posts/FollowingEndOfFeed.tsx:71 @@ -1787,10 +1896,10 @@ msgid "Discover New Feeds" msgstr "Entdecke neue Feeds" #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 -msgid "Dismiss" -msgstr "" +#~ msgid "Dismiss" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:612 +#: src/view/com/composer/Composer.tsx:1107 msgid "Dismiss error" msgstr "" @@ -1822,7 +1931,7 @@ msgstr "" msgid "Does not include nudity." msgstr "Beinhaltet keine Nacktheit." -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "Beginnt oder endet nicht mit einem Bindestrich" @@ -1842,6 +1951,8 @@ msgstr "Domain verifiziert!" #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/composer/videos/SubtitleDialog.tsx:171 +#: src/view/com/composer/videos/SubtitleDialog.tsx:181 #: src/view/com/modals/AddAppPasswords.tsx:243 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 @@ -1864,7 +1975,7 @@ msgstr "Fertig" msgid "Done{extraText}" msgstr "Fertig{extraText}" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "Bluesky herunterladen" @@ -1877,7 +1988,11 @@ msgstr "Bluesky herunterladen" msgid "Download CAR file" msgstr "CAR-Datei herunterladen" -#: src/view/com/composer/text-input/TextInput.web.tsx:271 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:622 +msgid "Download image" +msgstr "" + +#: src/view/com/composer/text-input/TextInput.web.tsx:269 msgid "Drop to add images" msgstr "Zum Hinzufügen Bilder ablegen" @@ -1938,7 +2053,7 @@ msgctxt "action" msgid "Edit" msgstr "Bearbeiten" -#: src/view/com/util/UserAvatar.tsx:328 +#: src/view/com/util/UserAvatar.tsx:334 #: src/view/com/util/UserBanner.tsx:92 msgid "Edit avatar" msgstr "Avatar bearbeiten" @@ -1986,12 +2101,12 @@ msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "Profil bearbeiten" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:187 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "Profil bearbeiten" @@ -2041,6 +2156,10 @@ msgstr "2FA per E-Mail wurde deaktiviert" msgid "Email address" msgstr "E-Mail-Adresse" +#: src/components/intents/VerifyEmailIntentDialog.tsx:95 +msgid "Email Resent" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:54 #: src/view/com/modals/ChangeEmail.tsx:83 msgid "Email updated" @@ -2054,6 +2173,10 @@ msgstr "E-Mail aktualisiert" msgid "Email verified" msgstr "E-Mail verifiziert" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "E-Mail:" @@ -2094,7 +2217,7 @@ msgstr "Medienplayer aktivieren für" msgid "Enable priority notifications" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:380 msgid "Enable subtitles" msgstr "" @@ -2112,13 +2235,17 @@ msgstr "Nur von dieser Seite erlauben" msgid "Enabled" msgstr "Aktiviert" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "Ende des Feeds" #: src/tours/Tooltip.tsx:159 -msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." -msgstr "Ende des Onboarding-Tour-Fensters. Nicht weitergehen. Gehe stattdessen zurück, um weitere Optionen zu sehen, oder drücke, um zu überspringen." +#~ msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgstr "Ende des Onboarding-Tour-Fensters. Nicht weitergehen. Gehe stattdessen zurück, um weitere Optionen zu sehen, oder drücke, um zu überspringen." + +#: src/view/com/composer/videos/SubtitleDialog.tsx:161 +msgid "Ensure you have selected a language for each subtitle file." +msgstr "" #: src/view/com/modals/AddAppPasswords.tsx:161 msgid "Enter a name for this App Password" @@ -2174,11 +2301,11 @@ msgstr "Gib deinen Benutzernamen und dein Passwort ein" msgid "Error occurred while saving file" msgstr "Beim Speichern der Datei ist ein Fehler aufgetreten" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "Fehler beim Empfang der Captcha-Antwort." -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Fehler:" @@ -2202,11 +2329,11 @@ msgstr "" msgid "Everyone" msgstr "Alle" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "Übermäßig viele Erwähnungen oder Antworten" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "Übermäßige oder unerwünschte Nachrichten" @@ -2218,6 +2345,10 @@ msgstr "" msgid "Excludes users you follow" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:397 +msgid "Exit fullscreen" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:293 msgid "Exits account deletion process" msgstr "Verlässt den Vorgang der Accountlöschung" @@ -2242,7 +2373,7 @@ msgstr "Verlässt die Eingabe der Suchanfrage" msgid "Expand alt text" msgstr "Alt-Text erweitern" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "Liste der Benutzer erweitern" @@ -2357,11 +2488,11 @@ msgstr "Das Speichern des Bildes ist fehlgeschlagen: {0}" msgid "Failed to save notification preferences, please try again" msgstr "" -#: src/components/dms/MessageItem.tsx:224 +#: src/components/dms/MessageItem.tsx:225 msgid "Failed to send" msgstr "Konnte nicht gesendet werden" -#: src/components/moderation/LabelsOnMeDialog.tsx:234 +#: src/components/moderation/LabelsOnMeDialog.tsx:225 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "Anfechtung nicht eingereicht. Bitte versuche es erneut." @@ -2379,6 +2510,13 @@ msgstr "Aktualisierung der Feeds fehlgeschlagen" msgid "Failed to update settings" msgstr "Einstellungen konnten nicht aktualisiert werden" +#: src/state/queries/video/video-upload.ts:67 +#: src/state/queries/video/video-upload.web.ts:64 +#: src/state/queries/video/video-upload.web.ts:68 +#: src/state/queries/video/video-upload.web.ts:78 +msgid "Failed to upload video" +msgstr "" + #: src/Navigation.tsx:226 msgid "Feed" msgstr "Feed" @@ -2401,9 +2539,9 @@ msgstr "Feedback" #: src/screens/StarterPack/StarterPackScreen.tsx:172 #: src/view/screens/Feeds.tsx:445 #: src/view/screens/Feeds.tsx:550 -#: src/view/screens/Profile.tsx:213 +#: src/view/screens/Profile.tsx:224 #: src/view/screens/Search/Search.tsx:375 -#: src/view/shell/desktop/LeftNav.tsx:379 +#: src/view/shell/desktop/LeftNav.tsx:373 #: src/view/shell/Drawer.tsx:497 #: src/view/shell/Drawer.tsx:498 msgid "Feeds" @@ -2429,7 +2567,7 @@ msgstr "Datei erfolgreich gespeichert!" msgid "Filter from feeds" msgstr "Aus Feeds filtern" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "Abschließen" @@ -2440,8 +2578,8 @@ msgid "Find accounts to follow" msgstr "Konten zum Folgen finden" #: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "Finde weitere Feeds und Konten, denen du folgen kannst, auf der „Explore” Seite." +#~ msgid "Find more feeds and accounts to follow in the Explore page." +#~ msgstr "Finde weitere Feeds und Konten, denen du folgen kannst, auf der „Explore” Seite." #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" @@ -2460,14 +2598,14 @@ msgid "Finish" msgstr "Beenden" #: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "Tour beenden und mit der Nutzung der Anwendung beginnen" +#~ msgid "Finish tour and begin using the application" +#~ msgstr "Tour beenden und mit der Nutzung der Anwendung beginnen" #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "Fitness" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "Flexibel" @@ -2481,11 +2619,11 @@ msgid "Flip vertically" msgstr "Vertikal drehen" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:351 +#: src/components/ProfileCard.tsx:356 #: src/components/ProfileHoverCard/index.web.tsx:446 #: src/components/ProfileHoverCard/index.web.tsx:457 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:252 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:225 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 msgid "Follow" msgstr "Folgen" @@ -2494,8 +2632,8 @@ msgctxt "action" msgid "Follow" msgstr "Folgen" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:238 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:209 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:126 msgid "Follow {0}" msgstr "{0} folgen" @@ -2517,7 +2655,13 @@ msgstr "Konto folgen" msgid "Follow all" msgstr "Allen folgen" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/view/com/profile/FollowButton.tsx:79 +msgctxt "action" +msgid "Follow Back" +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:223 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 msgid "Follow Back" msgstr "Zurückfolgen" @@ -2553,16 +2697,16 @@ msgstr "Benutzer, denen ich folge" #~ msgid "Followed users only" #~ msgstr "Nur Benutzer, denen ich folge" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "folgte dir" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" msgstr "ist dir gefolgt" -#: src/view/com/profile/ProfileFollowers.tsx:104 -#: src/view/screens/ProfileFollowers.tsx:25 +#: src/view/screens/ProfileFollowers.tsx:29 +#: src/view/screens/ProfileFollowers.tsx:30 msgid "Followers" msgstr "Follower" @@ -2576,20 +2720,20 @@ msgid "Followers you know" msgstr "Follower, die du kennst" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:345 +#: src/components/ProfileCard.tsx:350 #: src/components/ProfileHoverCard/index.web.tsx:445 #: src/components/ProfileHoverCard/index.web.tsx:456 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 -#: src/view/com/profile/ProfileFollows.tsx:104 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:147 #: src/view/screens/Feeds.tsx:630 -#: src/view/screens/ProfileFollows.tsx:25 +#: src/view/screens/ProfileFollows.tsx:29 +#: src/view/screens/ProfileFollows.tsx:30 #: src/view/screens/SavedFeeds.tsx:416 msgid "Following" msgstr "Folge ich" -#: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/components/ProfileCard.tsx:316 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Ich folge {0}" @@ -2608,8 +2752,8 @@ msgid "Following Feed Preferences" msgstr "Following-Feed-Einstellungen" #: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "„Following” zeigt die neuesten Beiträge von Personen, denen du folgst." +#~ msgid "Following shows the latest posts from people you follow." +#~ msgstr "„Following” zeigt die neuesten Beiträge von Personen, denen du folgst." #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" @@ -2641,11 +2785,11 @@ msgstr "" msgid "Forgot Password" msgstr "Passwort vergessen" -#: src/screens/Login/LoginForm.tsx:246 +#: src/screens/Login/LoginForm.tsx:233 msgid "Forgot password?" msgstr "Passwort vergessen?" -#: src/screens/Login/LoginForm.tsx:257 +#: src/screens/Login/LoginForm.tsx:244 msgid "Forgot?" msgstr "Vergessen?" @@ -2653,15 +2797,19 @@ msgstr "Vergessen?" msgid "Frequently Posts Unwanted Content" msgstr "Postet oft unerwünschte Inhalte" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "Von @{sanitizedAuthor}" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "Von <0/>" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:398 +msgid "Fullscreen" +msgstr "" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galerie" @@ -2687,7 +2835,7 @@ msgstr "Los geht's" msgid "Getting started" msgstr "" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:122 msgid "GIF" msgstr "" @@ -2706,7 +2854,7 @@ msgstr "Eklatante Verstöße gegen Gesetze oder Nutzungsbedingungen" #: src/view/screens/NotFound.tsx:55 #: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:1026 -#: src/view/shell/desktop/LeftNav.tsx:134 +#: src/view/shell/desktop/LeftNav.tsx:133 msgid "Go back" msgstr "Zurückgehen" @@ -2755,7 +2903,7 @@ msgstr "" msgid "Go to conversation with {0}" msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:171 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Go to next" msgstr "Zum nächsten gehen" @@ -2765,8 +2913,8 @@ msgid "Go to profile" msgstr "" #: src/tours/Tooltip.tsx:138 -msgid "Go to the next step of the tour" -msgstr "" +#~ msgid "Go to the next step of the tour" +#~ msgstr "" #: src/components/dms/ConvoMenu.tsx:164 msgid "Go to user's profile" @@ -2844,7 +2992,7 @@ msgstr "" msgid "Hide" msgstr "Ausblenden" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "Ausblenden" @@ -2883,7 +3031,7 @@ msgstr "Diesen Beitrag ausblenden?" msgid "Hide this reply?" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "Benutzerliste ausblenden" @@ -2919,10 +3067,14 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/Navigation.tsx:549 -#: src/Navigation.tsx:569 -#: src/view/shell/bottom-bar/BottomBar.tsx:160 -#: src/view/shell/desktop/LeftNav.tsx:342 +#: src/state/queries/video/video.ts:165 +msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" +msgstr "" + +#: src/Navigation.tsx:550 +#: src/Navigation.tsx:570 +#: src/view/shell/bottom-bar/BottomBar.tsx:159 +#: src/view/shell/desktop/LeftNav.tsx:341 #: src/view/shell/Drawer.tsx:429 #: src/view/shell/Drawer.tsx:430 msgid "Home" @@ -2933,7 +3085,7 @@ msgid "Host:" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:180 +#: src/screens/Login/LoginForm.tsx:169 #: src/screens/Signup/StepInfo/index.tsx:106 #: src/view/com/modals/ChangeHandle.tsx:275 msgid "Hosting provider" @@ -2994,7 +3146,7 @@ msgstr "" msgid "Illegal and Urgent" msgstr "Illegal und dringend" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:56 msgid "Image" msgstr "Bild" @@ -3007,6 +3159,7 @@ msgstr "Bild-Alt-Text" #~ msgid "Image options" #~ msgstr "Bild-Optionen" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:247 #: src/components/StarterPack/ShareDialog.tsx:76 msgid "Image saved to your camera roll!" msgstr "" @@ -3015,7 +3168,11 @@ msgstr "" msgid "Impersonation or false claims about identity or affiliation" msgstr "" -#: src/lib/moderation/useReportOptions.ts:86 +#: src/lib/moderation/useReportOptions.ts:68 +msgid "Impersonation, misinformation, or false claims" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:91 msgid "Inappropriate messages or explicit links" msgstr "" @@ -3047,7 +3204,7 @@ msgstr "Neues Passwort eingeben" msgid "Input password for account deletion" msgstr "Passwort für die Kontolöschung eingeben" -#: src/screens/Login/LoginForm.tsx:286 +#: src/screens/Login/LoginForm.tsx:273 msgid "Input the code which has been emailed to you" msgstr "" @@ -3055,11 +3212,11 @@ msgstr "" #~ msgid "Input the password tied to {identifier}" #~ msgstr "Passwort, das an {identifier} gebunden ist, eingeben" -#: src/screens/Login/LoginForm.tsx:215 +#: src/screens/Login/LoginForm.tsx:203 msgid "Input the username or email address you used at signup" msgstr "Benutzernamen oder E-Mail-Adresse eingeben, die du bei der Anmeldung verwendet hast" -#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Login/LoginForm.tsx:228 msgid "Input your password" msgstr "Gib dein Passwort ein" @@ -3067,7 +3224,7 @@ msgstr "Gib dein Passwort ein" msgid "Input your preferred hosting provider" msgstr "" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "Gib deinen Handle ein" @@ -3079,7 +3236,7 @@ msgstr "" msgid "Introducing Direct Messages" msgstr "" -#: src/screens/Login/LoginForm.tsx:140 +#: src/screens/Login/LoginForm.tsx:145 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "" @@ -3088,10 +3245,15 @@ msgstr "" msgid "Invalid or unsupported post record" msgstr "Ungültiger oder nicht unterstützter Beitragrekord" -#: src/screens/Login/LoginForm.tsx:145 +#: src/screens/Login/LoginForm.tsx:91 +#: src/screens/Login/LoginForm.tsx:150 msgid "Invalid username or password" msgstr "Ungültiger Benutzername oder Passwort" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Einen Freund einladen" @@ -3100,7 +3262,7 @@ msgstr "Einen Freund einladen" msgid "Invite code" msgstr "Einladungscode" -#: src/screens/Signup/state.ts:263 +#: src/screens/Signup/state.ts:258 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Einladungscode nicht akzeptiert. Überprüfe, ob du ihn richtig eingegeben hast und versuche es erneut." @@ -3132,6 +3294,10 @@ msgstr "" msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "" +#: src/view/com/composer/Composer.tsx:1126 +msgid "Job ID: {0}" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:164 msgid "Jobs" msgstr "Jobs" @@ -3147,6 +3313,10 @@ msgstr "" msgid "Join the conversation" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:492 +msgid "Joined {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:21 #: src/screens/Onboarding/state.ts:89 msgid "Journalism" @@ -3164,7 +3334,7 @@ msgstr "" msgid "Labeled by the author." msgstr "" -#: src/view/screens/Profile.tsx:207 +#: src/view/screens/Profile.tsx:218 msgid "Labels" msgstr "" @@ -3176,11 +3346,11 @@ msgstr "" #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "" @@ -3205,7 +3375,7 @@ msgstr "Sprachen" #~ msgid "Last step!" #~ msgstr "Letzter Schritt!" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "" @@ -3283,8 +3453,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "Lass uns dein Passwort zurücksetzen!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "Los geht's!" @@ -3322,9 +3491,9 @@ msgstr "Diesen Feed liken" msgid "Liked by" msgstr "Geliked von" -#: src/screens/Post/PostLikedBy.tsx:29 +#: src/screens/Post/PostLikedBy.tsx:31 +#: src/screens/Post/PostLikedBy.tsx:32 #: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 -#: src/view/com/post-thread/PostLikedBy.tsx:94 #: src/view/screens/ProfileFeedLikedBy.tsx:28 msgid "Liked By" msgstr "Geliked von" @@ -3343,15 +3512,15 @@ msgstr "Geliked von" #~ msgid "Liked by {likeCount} {0}" #~ msgstr "Von {likeCount} {0} geliked" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "hat deinen benutzerdefinierten Feed geliked" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "hat deinen Beitrag geliked" -#: src/view/screens/Profile.tsx:212 +#: src/view/screens/Profile.tsx:223 msgid "Likes" msgstr "Likes" @@ -3405,9 +3574,9 @@ msgid "List unmuted" msgstr "Listenstummschaltung aufgehoben" #: src/Navigation.tsx:130 -#: src/view/screens/Profile.tsx:208 -#: src/view/screens/Profile.tsx:215 -#: src/view/shell/desktop/LeftNav.tsx:385 +#: src/view/screens/Profile.tsx:219 +#: src/view/screens/Profile.tsx:226 +#: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:513 #: src/view/shell/Drawer.tsx:514 msgid "Lists" @@ -3438,7 +3607,7 @@ msgstr "" msgid "Load new notifications" msgstr "Neue Mitteilungen laden" -#: src/screens/Profile/Sections/Feed.tsx:87 +#: src/screens/Profile/Sections/Feed.tsx:94 #: src/view/com/feeds/FeedPage.tsx:136 #: src/view/screens/ProfileFeed.tsx:495 #: src/view/screens/ProfileList.tsx:805 @@ -3523,7 +3692,7 @@ msgstr "" #~ msgstr "Darf nur Buchstaben und Zahlen enthalten" #: src/view/screens/AccessibilitySettings.tsx:106 -#: src/view/screens/Profile.tsx:211 +#: src/view/screens/Profile.tsx:222 msgid "Media" msgstr "Medien" @@ -3553,12 +3722,12 @@ msgstr "" msgid "Message from server: {0}" msgstr "Nachricht vom Server: {0}" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" msgstr "" -#: src/screens/Messages/Conversation/MessageInput.tsx:70 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:49 +#: src/screens/Messages/Conversation/MessageInput.tsx:72 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:59 msgid "Message is too long" msgstr "" @@ -3566,7 +3735,7 @@ msgstr "" msgid "Message settings" msgstr "" -#: src/Navigation.tsx:564 +#: src/Navigation.tsx:565 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -3581,6 +3750,10 @@ msgstr "" msgid "Misleading Account" msgstr "Irreführender Account" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" msgstr "" @@ -3647,7 +3820,7 @@ msgstr "Moderationswerkzeuge" msgid "Moderator has chosen to set a general warning on the content." msgstr "Der Moderator hat beschlossen, eine allgemeine Warnung vor dem Inhalt auszusprechen." -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "Mehr" @@ -3675,9 +3848,13 @@ msgstr "" #~ msgid "Must be at least 3 characters" #~ msgstr "Muss mindestens 3 Zeichen lang sein" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:389 +msgctxt "video" +msgid "Mute" +msgstr "" + #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 msgid "Mute" msgstr "Stummschalten" @@ -3766,9 +3943,9 @@ msgstr "Thread stummschalten" msgid "Mute words & tags" msgstr "Wörter und Tags stummschalten" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Muted" -msgstr "Stummgeschaltet" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Muted" +#~ msgstr "Stummgeschaltet" #: src/screens/Moderation/index.tsx:264 msgid "Muted accounts" @@ -3804,7 +3981,7 @@ msgstr "Mein Geburtstag" msgid "My Feeds" msgstr "Meine Feeds" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "Mein Profil" @@ -3830,9 +4007,9 @@ msgid "Name is required" msgstr "Name ist erforderlich" #: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:93 -#: src/lib/moderation/useReportOptions.ts:101 -#: src/lib/moderation/useReportOptions.ts:109 +#: 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 "" @@ -3845,12 +4022,12 @@ msgstr "Natur" msgid "Navigate to {0}" msgstr "" -#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:73 +#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:76 msgid "Navigate to starter pack" msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:332 +#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/LoginForm.tsx:319 #: src/view/com/modals/ChangePassword.tsx:169 msgid "Navigates to the next screen" msgstr "Navigiert zum nächsten Bildschirm" @@ -3873,7 +4050,7 @@ msgstr "" #~ msgid "Never lose access to your followers and data." #~ msgstr "Verliere nie den Zugriff auf deine Follower und Daten." -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "Verliere nie den Zugriff auf deine Follower oder Daten." @@ -3923,15 +4100,15 @@ msgstr "Neuer Beitrag" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:228 -#: src/view/screens/Profile.tsx:478 +#: src/view/screens/Profile.tsx:489 #: src/view/screens/ProfileFeed.tsx:429 #: src/view/screens/ProfileList.tsx:237 #: src/view/screens/ProfileList.tsx:276 -#: src/view/shell/desktop/LeftNav.tsx:278 +#: src/view/shell/desktop/LeftNav.tsx:277 msgid "New post" msgstr "Neuer Beitrag" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "Neuer Beitrag" @@ -3954,9 +4131,9 @@ msgid "News" msgstr "Aktuelles" #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:331 -#: src/screens/Login/LoginForm.tsx:338 +#: src/screens/Login/ForgotPasswordForm.tsx:149 +#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:325 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/BackNextButtons.tsx:66 @@ -3964,7 +4141,6 @@ msgstr "Aktuelles" #: src/screens/StarterPack/Wizard/index.tsx:187 #: src/screens/StarterPack/Wizard/index.tsx:358 #: src/screens/StarterPack/Wizard/index.tsx:365 -#: src/tours/Tooltip.tsx:139 #: src/view/com/modals/ChangePassword.tsx:254 #: src/view/com/modals/ChangePassword.tsx:256 msgid "Next" @@ -4006,12 +4182,12 @@ msgstr "" msgid "No feeds found. Try searching for something else." msgstr "" -#: src/components/ProfileCard.tsx:331 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 +#: src/components/ProfileCard.tsx:336 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "{0} wird nicht mehr gefolgt" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "Nicht länger als 253 Zeichen" @@ -4038,7 +4214,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "" -#: src/screens/Profile/Sections/Feed.tsx:59 +#: src/screens/Profile/Sections/Feed.tsx:64 msgid "No posts yet." msgstr "" @@ -4106,7 +4282,7 @@ msgstr "Nicht-sexuelle Nacktheit" #~ msgstr "Unzutreffend." #: src/Navigation.tsx:125 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Not Found" msgstr "Nicht gefunden" @@ -4117,7 +4293,7 @@ msgstr "Nicht jetzt" #: src/view/com/profile/ProfileMenu.tsx:372 #: src/view/com/util/forms/PostDropdownBtn.tsx:654 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:332 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:356 msgid "Note about sharing" msgstr "" @@ -4150,22 +4326,22 @@ msgstr "" msgid "Notification Sounds" msgstr "" -#: src/Navigation.tsx:559 +#: src/Navigation.tsx:560 #: src/view/screens/Notifications.tsx:145 #: src/view/screens/Notifications.tsx:155 #: src/view/screens/Notifications.tsx:203 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 -#: src/view/shell/desktop/LeftNav.tsx:362 +#: src/view/shell/bottom-bar/BottomBar.tsx:227 +#: src/view/shell/desktop/LeftNav.tsx:356 #: src/view/shell/Drawer.tsx:461 #: src/view/shell/Drawer.tsx:462 msgid "Notifications" msgstr "Mitteilungen" -#: src/lib/hooks/useTimeAgo.ts:51 +#: src/lib/hooks/useTimeAgo.ts:122 msgid "now" msgstr "" -#: src/components/dms/MessageItem.tsx:169 +#: src/components/dms/MessageItem.tsx:170 msgid "Now" msgstr "" @@ -4173,7 +4349,7 @@ msgstr "" msgid "Nudity" msgstr "Nacktheit" -#: src/lib/moderation/useReportOptions.ts:73 +#: src/lib/moderation/useReportOptions.ts:78 msgid "Nudity or adult content not labeled as such" msgstr "" @@ -4195,10 +4371,14 @@ msgstr "Aus" msgid "Oh no!" msgstr "Oh nein!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "Oh nein, da ist etwas schief gelaufen." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:175 +msgid "Oh no! We weren't able to generate an image for you to share. Rest assured, we're glad you're here 🦋" +msgstr "" + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:339 msgid "OK" msgstr "OK" @@ -4212,11 +4392,15 @@ msgid "Oldest replies first" msgstr "Älteste Antworten zuerst" #: src/components/StarterPack/QrCode.tsx:69 -msgid "on" -msgstr "" +#~ msgid "on" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:81 -msgid "on {str}" +#~ msgid "on {str}" +#~ msgstr "" + +#: src/components/StarterPack/QrCode.tsx:70 +msgid "on<0><1/><2><3/>" msgstr "" #: src/view/screens/Settings/index.tsx:226 @@ -4224,10 +4408,10 @@ msgid "Onboarding reset" msgstr "Onboarding zurücksetzen" #: src/tours/Tooltip.tsx:118 -msgid "Onboarding tour step {0}: {1}" -msgstr "" +#~ msgid "Onboarding tour step {0}: {1}" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:589 +#: src/view/com/composer/Composer.tsx:671 msgid "One or more images is missing alt text." msgstr "Bei einem oder mehreren Bildern fehlt der Alt-Text." @@ -4243,10 +4427,14 @@ msgstr "" msgid "Only {0} can reply." msgstr "Nur {0} kann antworten." -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "Enthält nur Buchstaben, Nummern und Bindestriche" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:39 +msgid "Only WebVTT (.vtt) files are supported" +msgstr "" + #: src/components/Lists.tsx:88 msgid "Oops, something went wrong!" msgstr "Huch, da ist etwas schief gelaufen!" @@ -4254,13 +4442,13 @@ msgstr "Huch, da ist etwas schief gelaufen!" #: src/components/Lists.tsx:199 #: src/components/StarterPack/ProfileStarterPacks.tsx:304 #: src/components/StarterPack/ProfileStarterPacks.tsx:313 -#: src/view/screens/AppPasswords.tsx:69 +#: src/view/screens/AppPasswords.tsx:68 #: src/view/screens/NotificationsSettings.tsx:45 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Oops!" msgstr "Huch!" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "Öffnen" @@ -4281,8 +4469,9 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/view/com/composer/Composer.tsx:754 -#: src/view/com/composer/Composer.tsx:755 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:165 +#: src/view/com/composer/Composer.tsx:820 +#: src/view/com/composer/Composer.tsx:821 msgid "Open emoji picker" msgstr "Emoji-Picker öffnen" @@ -4441,7 +4630,7 @@ msgstr "Öffnet das Modal für die Verwendung einer benutzerdefinierten Domain" msgid "Opens moderation settings" msgstr "Öffnet die Moderationseinstellungen" -#: src/screens/Login/LoginForm.tsx:247 +#: src/screens/Login/LoginForm.tsx:234 msgid "Opens password reset form" msgstr "Öffnet das Formular zum Zurücksetzen des Passworts" @@ -4491,12 +4680,12 @@ msgstr "Öffnet die Systemprotokollseite" msgid "Opens the threads preferences" msgstr "Öffnet die Thread-Einstellungen" -#: src/view/com/notifications/FeedItem.tsx:555 -#: src/view/com/util/UserAvatar.tsx:420 +#: src/view/com/notifications/FeedItem.tsx:551 +#: src/view/com/util/UserAvatar.tsx:426 msgid "Opens this profile" msgstr "" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:95 msgid "Opens video picker" msgstr "" @@ -4554,7 +4743,7 @@ msgstr "Seite nicht gefunden" msgid "Page Not Found" msgstr "Seite nicht gefunden" -#: src/screens/Login/LoginForm.tsx:225 +#: src/screens/Login/LoginForm.tsx:213 #: src/screens/Signup/StepInfo/index.tsx:162 #: src/view/com/modals/DeleteAccount.tsx:257 #: src/view/com/modals/DeleteAccount.tsx:264 @@ -4573,12 +4762,13 @@ msgstr "Passwort aktualisiert" msgid "Password updated!" msgstr "Passwort aktualisiert!" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:366 msgid "Pause" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:319 msgid "Pause video" msgstr "" @@ -4637,12 +4827,13 @@ msgstr "Angeheftete Feeds" msgid "Pinned to your feeds" msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:367 msgid "Play" msgstr "" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:131 msgid "Play {0}" msgstr "{0} abspielen" @@ -4651,34 +4842,34 @@ msgstr "{0} abspielen" #~ msgid "Play notification sounds" #~ msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:43 +#: src/view/com/util/post-embeds/GifEmbed.tsx:45 msgid "Play or pause the GIF" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:52 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:204 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:110 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:320 msgid "Play video" msgstr "" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:59 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:60 msgid "Play Video" msgstr "Video abspielen" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:130 msgid "Plays the GIF" msgstr "Spielt das GIF ab" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "Bitte wähle deinen Handle." -#: src/screens/Signup/state.ts:215 +#: src/screens/Signup/state.ts:210 #: src/screens/Signup/StepInfo/index.tsx:81 msgid "Please choose your password." msgstr "Bitte wähle dein Passwort." -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "Bitte fülle das Verifizierungs-Captcha aus." @@ -4698,7 +4889,7 @@ msgstr "Bitte gib einen eindeutigen Namen für dieses App-Passwort ein oder verw msgid "Please enter a valid word, tag, or phrase to mute" msgstr "Bitte gib ein gültiges Wort, einen Tag oder eine Phrase zum Stummschalten ein" -#: src/screens/Signup/state.ts:201 +#: src/screens/Signup/state.ts:196 #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Please enter your email." msgstr "Bitte gib deine E-Mail ein." @@ -4711,7 +4902,7 @@ msgstr "" msgid "Please enter your password as well:" msgstr "Bitte gib auch dein Passwort ein:" -#: src/components/moderation/LabelsOnMeDialog.tsx:268 +#: src/components/moderation/LabelsOnMeDialog.tsx:259 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -4733,7 +4924,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "Bitte verifiziere deine E-Mail" -#: src/view/com/composer/Composer.tsx:331 +#: src/view/com/composer/Composer.tsx:359 msgid "Please wait for your link card to finish loading" msgstr "Bitte warte, bis deine Link-karte vollständig geladen ist" @@ -4750,13 +4941,13 @@ msgstr "Porno" #~ msgid "Pornography" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:564 -#: src/view/com/composer/Composer.tsx:571 +#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:653 msgctxt "action" msgid "Post" msgstr "Beitrag" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "Beitrag" @@ -4812,7 +5003,7 @@ msgid "posts" msgstr "Beiträge" #: src/screens/StarterPack/StarterPackScreen.tsx:173 -#: src/view/screens/Profile.tsx:209 +#: src/view/screens/Profile.tsx:220 msgid "Posts" msgstr "Beiträge" @@ -4893,17 +5084,17 @@ msgstr "Datenschutzerklärung" msgid "Privately chat with other users." msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:156 +#: src/screens/Login/ForgotPasswordForm.tsx:155 msgid "Processing..." msgstr "Wird bearbeitet..." -#: src/view/screens/DebugMod.tsx:895 -#: src/view/screens/Profile.tsx:346 +#: src/view/screens/DebugMod.tsx:896 +#: src/view/screens/Profile.tsx:357 msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:275 -#: src/view/shell/desktop/LeftNav.tsx:393 +#: src/view/shell/bottom-bar/BottomBar.tsx:272 +#: src/view/shell/desktop/LeftNav.tsx:387 #: src/view/shell/Drawer.tsx:78 #: src/view/shell/Drawer.tsx:546 #: src/view/shell/Drawer.tsx:547 @@ -4918,7 +5109,7 @@ msgstr "Profil aktualisiert" msgid "Protect your account by verifying your email." msgstr "Schütze dein Konto, indem du deine E-Mail bestätigst." -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "Öffentlich" @@ -4930,11 +5121,11 @@ msgstr "Öffentliche, gemeinsam nutzbare Listen von Nutzern, die du sta­pel­we msgid "Public, shareable lists which can drive feeds." msgstr "Öffentliche, gemeinsam nutzbare Listen, die Feeds steuern können." -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish post" msgstr "Beitrag veröffentlichen" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish reply" msgstr "Antwort veröffentlichen" @@ -4951,11 +5142,11 @@ msgid "QR code saved to your camera roll!" msgstr "" #: src/tours/Tooltip.tsx:111 -msgid "Quick tip" -msgstr "" +#~ msgid "Quick tip" +#~ msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:122 -#: src/view/com/util/post-ctrls/RepostButton.tsx:149 +#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:152 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Quote post" @@ -4980,8 +5171,8 @@ msgid "Quote post was successfully detached" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:313 -#: src/view/com/util/post-ctrls/RepostButton.tsx:121 -#: src/view/com/util/post-ctrls/RepostButton.tsx:148 +#: src/view/com/util/post-ctrls/RepostButton.tsx:124 +#: src/view/com/util/post-ctrls/RepostButton.tsx:151 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:84 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:91 msgid "Quote posts disabled" @@ -4995,8 +5186,8 @@ msgstr "" msgid "Quote settings" msgstr "" -#: src/screens/Post/PostQuotes.tsx:29 -#: src/view/com/post-thread/PostQuotes.tsx:122 +#: src/screens/Post/PostQuotes.tsx:31 +#: src/screens/Post/PostQuotes.tsx:32 msgid "Quotes" msgstr "" @@ -5090,7 +5281,11 @@ msgstr "" msgid "Remove account" msgstr "Konto entfernen" -#: src/view/com/util/UserAvatar.tsx:387 +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "" + +#: src/view/com/util/UserAvatar.tsx:393 msgid "Remove Avatar" msgstr "" @@ -5098,7 +5293,7 @@ msgstr "" msgid "Remove Banner" msgstr "" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "" @@ -5138,8 +5333,8 @@ msgid "Remove image" msgstr "Bild entfernen" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "Bildvorschau entfernen" +#~ msgid "Remove image preview" +#~ msgstr "Bildvorschau entfernen" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -5153,15 +5348,19 @@ msgstr "" msgid "Remove profile from search history" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:274 msgid "Remove quote" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:95 -#: src/view/com/util/post-ctrls/RepostButton.tsx:111 +#: src/view/com/util/post-ctrls/RepostButton.tsx:98 +#: src/view/com/util/post-ctrls/RepostButton.tsx:114 msgid "Remove repost" msgstr "Repost entfernen" +#: src/view/com/composer/videos/SubtitleDialog.tsx:264 +msgid "Remove subtitle file" +msgstr "" + #: src/view/com/feeds/FeedSourceCard.tsx:175 #~ msgid "Remove this feed from my feeds?" #~ msgstr "Diesen Feed aus meinen Feeds entfernen?" @@ -5174,11 +5373,11 @@ msgstr "" #~ msgid "Remove this feed from your saved feeds?" #~ msgstr "Diesen Feed aus deinen gespeicherten Feeds entfernen?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:100 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:109 msgid "Removed by author" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:98 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:107 msgid "Removed by you" msgstr "" @@ -5206,20 +5405,24 @@ msgstr "" #~ msgid "Removes default thumbnail from {0}" #~ msgstr "Entfernt Standard-Miniaturansicht von {0}" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:275 msgid "Removes quoted post" msgstr "" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 -msgid "Removes the image preview" +msgid "Removes the attachment" msgstr "" +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 +#~ msgid "Removes the image preview" +#~ msgstr "" + #: src/view/com/posts/FeedShutdownMsg.tsx:129 #: src/view/com/posts/FeedShutdownMsg.tsx:133 msgid "Replace with Discover" msgstr "" -#: src/view/screens/Profile.tsx:210 +#: src/view/screens/Profile.tsx:221 msgid "Replies" msgstr "Antworten" @@ -5239,7 +5442,7 @@ msgstr "" #~ msgid "Replies to this thread are disabled" #~ msgstr "Antworten auf diesen Thread sind deaktiviert" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:644 msgctxt "action" msgid "Reply" msgstr "Antworten" @@ -5273,23 +5476,23 @@ msgstr "" #~ msgstr "Antwort an <0/>" #: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:522 +#: src/view/com/posts/FeedItem.tsx:520 msgctxt "description" msgid "Reply to <0><1/>" msgstr "" -#: src/view/com/posts/FeedItem.tsx:513 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" msgstr "" -#: src/view/com/posts/FeedItem.tsx:515 +#: src/view/com/posts/FeedItem.tsx:513 msgctxt "description" msgid "Reply to a post" msgstr "" #: src/view/com/post/Post.tsx:194 -#: src/view/com/posts/FeedItem.tsx:519 +#: src/view/com/posts/FeedItem.tsx:517 msgctxt "description" msgid "Reply to you" msgstr "" @@ -5385,9 +5588,9 @@ msgstr "" msgid "Report this user" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:67 -#: src/view/com/util/post-ctrls/RepostButton.tsx:96 -#: src/view/com/util/post-ctrls/RepostButton.tsx:112 +#: src/view/com/util/post-ctrls/RepostButton.tsx:70 +#: src/view/com/util/post-ctrls/RepostButton.tsx:99 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 msgctxt "action" msgid "Repost" msgstr "Repost" @@ -5398,18 +5601,18 @@ msgid "Repost" msgstr "Erneut veröffentlichen" #: src/screens/StarterPack/StarterPackScreen.tsx:535 -#: src/view/com/util/post-ctrls/RepostButton.tsx:88 +#: src/view/com/util/post-ctrls/RepostButton.tsx:91 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:49 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:104 msgid "Repost or quote post" msgstr "Reposten oder Beitrag zitieren" -#: src/screens/Post/PostRepostedBy.tsx:29 -#: src/view/com/post-thread/PostRepostedBy.tsx:96 +#: src/screens/Post/PostRepostedBy.tsx:31 +#: src/screens/Post/PostRepostedBy.tsx:32 msgid "Reposted By" msgstr "Repostet von" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "Repostet von {0}" @@ -5417,16 +5620,16 @@ msgstr "Repostet von {0}" #~ msgid "Reposted by <0/>" #~ msgstr "Repostet von <0/>" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "" -#: src/view/com/posts/FeedItem.tsx:292 -#: src/view/com/posts/FeedItem.tsx:311 +#: src/view/com/posts/FeedItem.tsx:290 +#: src/view/com/posts/FeedItem.tsx:309 msgid "Reposted by you" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:184 +#: src/view/com/notifications/FeedItem.tsx:180 msgid "reposted your post" msgstr "hat deinen Beitrag repostet" @@ -5461,6 +5664,14 @@ msgstr "Für diesen Anbieter erforderlich" msgid "Resend email" msgstr "" +#: src/components/intents/VerifyEmailIntentDialog.tsx:130 +msgid "Resend Email" +msgstr "" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:123 +msgid "Resend Verification Email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:186 msgid "Reset code" msgstr "Code zurücksetzen" @@ -5499,7 +5710,7 @@ msgstr "Setzt den Onboardingstatus zurück" msgid "Resets the preferences state" msgstr "Einstellungen zurücksetzen" -#: src/screens/Login/LoginForm.tsx:312 +#: src/screens/Login/LoginForm.tsx:299 msgid "Retries login" msgstr "Versucht die Anmeldung erneut" @@ -5508,15 +5719,15 @@ msgstr "Versucht die Anmeldung erneut" msgid "Retries the last action, which errored out" msgstr "Wiederholung der letzten Aktion, bei der ein Fehler aufgetreten ist" -#: src/components/dms/MessageItem.tsx:235 +#: src/components/dms/MessageItem.tsx:236 #: src/components/Error.tsx:66 #: src/components/Lists.tsx:104 #: src/components/StarterPack/ProfileStarterPacks.tsx:318 -#: src/screens/Login/LoginForm.tsx:311 -#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:298 +#: src/screens/Login/LoginForm.tsx:305 #: src/screens/Messages/Conversation/MessageListError.tsx:25 -#: src/screens/Onboarding/StepInterests/index.tsx:251 -#: src/screens/Onboarding/StepInterests/index.tsx:254 +#: src/screens/Onboarding/StepInterests/index.tsx:231 +#: src/screens/Onboarding/StepInterests/index.tsx:234 #: src/screens/Signup/BackNextButtons.tsx:52 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 @@ -5628,8 +5839,8 @@ msgstr "" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:105 -#: src/view/com/notifications/FeedItem.tsx:416 -#: src/view/com/notifications/FeedItem.tsx:441 +#: src/view/com/notifications/FeedItem.tsx:412 +#: src/view/com/notifications/FeedItem.tsx:437 msgid "Say hello!" msgstr "" @@ -5643,15 +5854,15 @@ msgid "Scroll to top" msgstr "Zum Anfang blättern" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:554 +#: src/Navigation.tsx:555 #: src/view/com/modals/ListAddRemoveUsers.tsx:76 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 #: src/view/screens/Search/Search.tsx:421 #: src/view/screens/Search/Search.tsx:791 #: src/view/screens/Search/Search.tsx:813 -#: src/view/shell/bottom-bar/BottomBar.tsx:182 -#: src/view/shell/desktop/LeftNav.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:179 +#: src/view/shell/desktop/LeftNav.tsx:349 #: src/view/shell/Drawer.tsx:398 #: src/view/shell/Drawer.tsx:399 msgid "Search" @@ -5737,6 +5948,10 @@ msgstr "Siehe diesen Leitfaden" #~ msgid "See what's next" #~ msgstr "Schau, was als nächstes kommt" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:631 +msgid "Seek slider" +msgstr "" + #: src/view/com/util/Selector.tsx:106 msgid "Select {item}" msgstr "Wähle {item}" @@ -5773,6 +5988,10 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "" +#: src/view/com/composer/videos/SubtitleDialog.tsx:249 +msgid "Select language..." +msgstr "" + #: src/view/screens/LanguageSettings.tsx:303 msgid "Select languages" msgstr "" @@ -5794,6 +6013,10 @@ msgstr "Wähle Option {i} von {numItems}" #~ msgid "Select some accounts below to follow" #~ msgstr "Wähle unten einige Konten aus, denen du folgen möchtest" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:65 +msgid "Select subtitle file (.vtt)" +msgstr "" + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83 msgid "Select the {emojiName} emoji as your avatar" msgstr "" @@ -5810,7 +6033,7 @@ msgstr "Wähle den Dienst aus, der deine Daten hostet." #~ msgid "Select topical feeds to follow from the list below" #~ msgstr "Wähle aus der folgenden Liste die themenbezogenen Feeds aus, die du verfolgen möchtest" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:94 msgid "Select video" msgstr "" @@ -5834,11 +6057,11 @@ msgstr "Wähle aus, welche Sprachen deine abonnierten Feeds enthalten sollen. We msgid "Select your app language for the default text to display in the app." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:193 msgid "Select your date of birth" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "Wähle aus den folgenden Optionen deine Interessen aus" @@ -5876,8 +6099,8 @@ msgstr "E-Mail senden" msgid "Send feedback" msgstr "Feedback senden" -#: src/screens/Messages/Conversation/MessageInput.tsx:163 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:155 +#: src/screens/Messages/Conversation/MessageInput.tsx:165 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:219 msgid "Send message" msgstr "" @@ -6035,7 +6258,7 @@ msgstr "" #: src/Navigation.tsx:155 #: src/view/screens/Settings/index.tsx:302 -#: src/view/shell/desktop/LeftNav.tsx:401 +#: src/view/shell/desktop/LeftNav.tsx:395 #: src/view/shell/Drawer.tsx:563 #: src/view/shell/Drawer.tsx:564 msgid "Settings" @@ -6049,6 +6272,7 @@ msgstr "Sexuelle Aktivitäten oder erotische Nacktheit." msgid "Sexually Suggestive" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:644 #: src/components/StarterPack/QrCodeDialog.tsx:177 #: src/screens/StarterPack/StarterPackScreen.tsx:411 #: src/screens/StarterPack/StarterPackScreen.tsx:582 @@ -6056,7 +6280,7 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:410 #: src/view/com/util/forms/PostDropdownBtn.tsx:419 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:321 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:345 #: src/view/screens/ProfileList.tsx:484 msgid "Share" msgstr "Teilen" @@ -6076,7 +6300,7 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:377 #: src/view/com/util/forms/PostDropdownBtn.tsx:659 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:337 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:361 msgid "Share anyway" msgstr "" @@ -6085,6 +6309,14 @@ msgstr "" msgid "Share feed" msgstr "Feed teilen" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:621 +msgid "Share image externally" +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:639 +msgid "Share image in post" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:124 #: src/components/StarterPack/ShareDialog.tsx:131 #: src/screens/StarterPack/StarterPackScreen.tsx:586 @@ -6132,7 +6364,7 @@ msgstr "" msgid "Show" msgstr "Anzeigen" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:169 msgid "Show alt text" msgstr "" @@ -6156,8 +6388,8 @@ msgstr "" #~ msgstr "Eingebettete Medien von {0} anzeigen" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "Zeige ähnliche Konten wie {0}" +#~ msgid "Show follows similar to {0}" +#~ msgstr "Zeige ähnliche Konten wie {0}" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -6172,9 +6404,9 @@ msgstr "" msgid "Show list anyway" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:584 +#: src/view/com/post-thread/PostThreadItem.tsx:590 #: src/view/com/post/Post.tsx:234 -#: src/view/com/posts/FeedItem.tsx:479 +#: src/view/com/posts/FeedItem.tsx:476 msgid "Show More" msgstr "Mehr anzeigen" @@ -6257,7 +6489,7 @@ msgstr "" #~ msgid "Shows a list of users similar to this user." #~ msgstr "Zeigt eine Liste von Benutzern, die diesem Benutzer ähnlich sind." -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Shows posts from {0} in your feed" msgstr "Zeigt Beiträge von {0} in deinem Feed" @@ -6265,17 +6497,17 @@ msgstr "Zeigt Beiträge von {0} in deinem Feed" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:177 +#: src/screens/Login/LoginForm.tsx:166 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:112 #: src/view/com/auth/SplashScreen.web.tsx:121 +#: src/view/shell/bottom-bar/BottomBar.tsx:312 +#: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBar.tsx:316 -#: src/view/shell/bottom-bar/BottomBar.tsx:318 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:208 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:210 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -6317,12 +6549,12 @@ msgstr "Abmelden" msgid "Sign out of all accounts" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBar.tsx:306 -#: src/view/shell/bottom-bar/BottomBar.tsx:308 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:198 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:200 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -6347,7 +6579,7 @@ msgstr "Angemeldet als" msgid "Signed in as @{0}" msgstr "Angemeldet als @{0}" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "" @@ -6355,21 +6587,21 @@ msgstr "" #~ msgid "Signs {0} out of Bluesky" #~ msgstr "Meldet {0} von Bluesky ab" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:306 -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:313 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:308 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:315 msgid "Signup without a starter pack" msgstr "" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:102 +#: src/components/FeedInterstitials.tsx:316 msgid "Similar accounts" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:265 +#: src/screens/Onboarding/StepInterests/index.tsx:245 #: src/screens/StarterPack/Wizard/index.tsx:191 msgid "Skip" msgstr "Überspringen" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "Diesen Schritt überspringen" @@ -6378,7 +6610,7 @@ msgstr "Diesen Schritt überspringen" msgid "Software Dev" msgstr "Software-Entwicklung" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:447 msgid "Some other feeds you might like" msgstr "" @@ -6411,7 +6643,7 @@ msgid "Something went wrong!" msgstr "Es ist ein Fehler aufgetreten." #: src/App.native.tsx:102 -#: src/App.web.tsx:83 +#: src/App.web.tsx:88 msgid "Sorry! Your session expired. Please log in again." msgstr "Entschuldigung! Deine Sitzung ist abgelaufen. Bitte logge dich erneut ein." @@ -6431,12 +6663,12 @@ msgstr "Antworten auf denselben Beitrag sortieren nach:" #~ msgid "Source: <0>{0}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" msgstr "" -#: src/lib/moderation/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:80 +#: src/lib/moderation/useReportOptions.ts:72 +#: src/lib/moderation/useReportOptions.ts:85 msgid "Spam" msgstr "" @@ -6466,10 +6698,9 @@ msgid "Start chatting" msgstr "" #: src/tours/Tooltip.tsx:99 -msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." -msgstr "" +#~ msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." +#~ msgstr "" -#: src/lib/generate-starterpack.ts:68 #: src/Navigation.tsx:358 #: src/Navigation.tsx:363 #: src/screens/StarterPack/Wizard/index.tsx:182 @@ -6484,7 +6715,7 @@ msgstr "" msgid "Starter pack is invalid" msgstr "" -#: src/view/screens/Profile.tsx:214 +#: src/view/screens/Profile.tsx:225 msgid "Starter Packs" msgstr "" @@ -6521,8 +6752,8 @@ msgstr "Der Speicher wurde gelöscht, du musst die App jetzt neu starten." msgid "Storybook" msgstr "Storybook" -#: src/components/moderation/LabelsOnMeDialog.tsx:302 -#: src/components/moderation/LabelsOnMeDialog.tsx:303 +#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:294 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -6561,7 +6792,7 @@ msgstr "" #~ msgid "Suggested Follows" #~ msgstr "Vorgeschlagene Follower" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:318 msgid "Suggested for you" msgstr "Vorgeschlagen für dich" @@ -6581,8 +6812,8 @@ msgid "Switch Account" msgstr "Konto wechseln" #: src/tours/HomeTour.tsx:48 -msgid "Switch between feeds to control your experience." -msgstr "" +#~ msgid "Switch between feeds to control your experience." +#~ msgstr "" #: src/view/screens/Settings/index.tsx:126 msgid "Switch to {0}" @@ -6621,17 +6852,26 @@ msgstr "Groß" msgid "Tap to dismiss" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:181 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:145 msgid "Tap to enter full screen" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:202 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:151 +msgid "Tap to play or pause" +msgstr "" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:164 msgid "Tap to toggle sound" msgstr "" +#: src/view/com/util/images/AutoSizedImage.tsx:219 +#: src/view/com/util/images/AutoSizedImage.tsx:239 +msgid "Tap to view full image" +msgstr "" + #: src/view/com/util/images/AutoSizedImage.tsx:70 -msgid "Tap to view fully" -msgstr "Tippe, um die vollständige Ansicht anzuzeigen" +#~ msgid "Tap to view fully" +#~ msgstr "Tippe, um die vollständige Ansicht anzuzeigen" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" @@ -6654,6 +6894,10 @@ msgstr "" msgid "Tell us a little more" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:518 +msgid "Ten Million" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:90 msgid "Terms" msgstr "Bedingungen" @@ -6667,9 +6911,9 @@ msgid "Terms of Service" msgstr "Nutzungsbedingungen" #: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:94 -#: src/lib/moderation/useReportOptions.ts:102 -#: src/lib/moderation/useReportOptions.ts:110 +#: 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 "" @@ -6681,7 +6925,7 @@ msgstr "" msgid "Text & tags" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:266 +#: src/components/moderation/LabelsOnMeDialog.tsx:257 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Text-Eingabefeld" @@ -6691,6 +6935,14 @@ msgstr "Text-Eingabefeld" msgid "Thank you. Your report has been sent." msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:593 +msgid "Thanks for being one of our first 10 million users." +msgstr "" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:74 +msgid "Thanks, you have successfully verified your email address." +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:459 msgid "That contains the following:" msgstr "" @@ -6708,11 +6960,11 @@ msgstr "Dieser Handle ist bereits besetzt." msgid "That starter pack could not be found." msgstr "" -#: src/view/com/post-thread/PostQuotes.tsx:129 +#: src/view/com/post-thread/PostQuotes.tsx:127 msgid "That's all, folks!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:310 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:270 #: src/view/com/profile/ProfileMenu.tsx:353 msgid "The account will be able to interact with you after unblocking." msgstr "Das Konto kann nach der Entblockiert mit dir interagieren." @@ -6747,7 +6999,7 @@ msgstr "" msgid "The Discover feed now knows what you like" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:327 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off." msgstr "" @@ -6755,11 +7007,11 @@ msgstr "" msgid "The feed has been replaced with Discover." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "" @@ -6776,8 +7028,8 @@ msgstr "Möglicherweise wurde der Post gelöscht." msgid "The Privacy Policy has been moved to <0/>" msgstr "Die Datenschutzerklärung wurde nach <0/> verschoben" -#: src/state/queries/video/video.ts:129 -msgid "The selected video is larger than 100MB." +#: src/state/queries/video/video.ts:227 +msgid "The selected video is larger than 50MB." msgstr "" #: src/screens/StarterPack/StarterPackScreen.tsx:713 @@ -6792,6 +7044,10 @@ msgstr "Das Support-Formular wurde verschoben. Wenn du Hilfe benötigst, wende d msgid "The Terms of Service have been moved to" msgstr "Die Allgemeinen Geschäftsbedingungen wurden verschoben nach" +#: src/components/intents/VerifyEmailIntentDialog.tsx:85 +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/Onboarding/StepAlgoFeeds/index.tsx:141 #~ msgid "There are many feeds to try:" #~ msgstr "Es gibt viele Feeds zum Ausprobieren:" @@ -6842,7 +7098,7 @@ msgstr "Es gab ein Problem bei der Kontaktaufnahme mit deinem Server" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Es gab ein Problem beim Abrufen von Mitteilungen. Tippe hier, um es erneut zu versuchen." -#: src/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Es gab ein Problem beim Abrufen der Beiträge. Tippe hier, um es erneut zu versuchen." @@ -6864,15 +7120,15 @@ msgstr "" #~ msgid "There was an issue syncing your preferences with the server" #~ msgstr "Es gab ein Problem bei der Synchronisierung deiner Einstellungen mit dem Server" -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "Es gab ein Problem beim Abrufen deiner App-Passwörter" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:107 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:143 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:97 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:109 #: src/view/com/profile/ProfileMenu.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:122 #: src/view/com/profile/ProfileMenu.tsx:137 @@ -6923,7 +7179,7 @@ msgstr "" #~ msgid "This appeal will be sent to <0>{0}." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "" @@ -7020,7 +7276,7 @@ msgstr "" #~ msgid "This label was applied by you" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "" @@ -7053,7 +7309,7 @@ msgid "This post has been deleted." msgstr "Dieser Beitrag wurde gelöscht." #: src/view/com/util/forms/PostDropdownBtn.tsx:656 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:334 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:358 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "" @@ -7085,7 +7341,7 @@ msgstr "" msgid "This should create a domain record at:" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "" @@ -7122,7 +7378,7 @@ msgstr "" msgid "This user is new here. Press for more info about when they joined." msgstr "" -#: src/view/com/profile/ProfileFollows.tsx:87 +#: src/view/com/profile/ProfileFollows.tsx:96 msgid "This user isn't following anyone." msgstr "" @@ -7179,10 +7435,18 @@ 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/view/com/composer/videos/SelectVideoBtn.tsx:120 +msgid "To upload videos to Bluesky, you must first verify your email." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:597 +msgid "Together, we're rebuilding the social internet. We're glad you're here." +msgstr "" + #: src/components/dialogs/MutedWords.tsx:112 #~ msgid "Toggle between muted word options." #~ msgstr "Zwischen den Optionen für stummgeschaltete Wörter wechseln." @@ -7195,7 +7459,7 @@ msgstr "Dieses Dropdown umschalten" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "" @@ -7206,8 +7470,8 @@ msgstr "Verwandlungen" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:734 -#: src/view/com/post-thread/PostThreadItem.tsx:736 +#: src/view/com/post-thread/PostThreadItem.tsx:746 +#: src/view/com/post-thread/PostThreadItem.tsx:748 #: src/view/com/util/forms/PostDropdownBtn.tsx:380 #: src/view/com/util/forms/PostDropdownBtn.tsx:382 msgid "Translate" @@ -7226,7 +7490,7 @@ msgstr "" msgid "Two-factor authentication" msgstr "" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "" @@ -7244,7 +7508,7 @@ msgstr "Stummschaltung von Liste aufheben" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:155 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:77 #: src/view/com/modals/ChangePassword.tsx:71 @@ -7259,14 +7523,14 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:192 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 #: src/view/screens/ProfileList.tsx:682 msgid "Unblock" msgstr "Entblocken" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Entblocken" @@ -7281,12 +7545,12 @@ msgstr "" msgid "Unblock Account" msgstr "Konto entblocken" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:308 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:268 #: src/view/com/profile/ProfileMenu.tsx:347 msgid "Unblock Account?" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:66 +#: src/view/com/util/post-ctrls/RepostButton.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:76 msgid "Undo repost" @@ -7301,7 +7565,7 @@ msgstr "Nicht mehr folgen" #~ msgid "Unfollow" #~ msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "{0} nicht mehr folgen" @@ -7322,9 +7586,13 @@ msgstr "" msgid "Unlike this feed" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:388 +msgctxt "video" +msgid "Unmute" +msgstr "" + #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 #: src/view/screens/ProfileList.tsx:689 msgid "Unmute" msgstr "Stummschaltung aufheben" @@ -7355,13 +7623,13 @@ msgstr "" msgid "Unmute thread" msgstr "Stummschaltung von Thread aufheben" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:317 msgid "Unmute video" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Unmuted" -msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Unmuted" +#~ msgstr "" #: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:673 @@ -7401,12 +7669,16 @@ msgstr "" msgid "Unsubscribed from list" msgstr "" +#: src/state/queries/video/video.ts:245 +msgid "Unsupported video type: {mimeType}" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:85 #~ msgid "Unwanted sexual content" #~ msgstr "" -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/lib/moderation/useReportOptions.ts:77 +#: src/lib/moderation/useReportOptions.ts:90 msgid "Unwanted Sexual Content" msgstr "" @@ -7442,20 +7714,20 @@ msgstr "" msgid "Upload a text file to:" msgstr "Hochladen einer Textdatei auf:" -#: src/view/com/util/UserAvatar.tsx:355 -#: src/view/com/util/UserAvatar.tsx:358 +#: src/view/com/util/UserAvatar.tsx:361 +#: src/view/com/util/UserAvatar.tsx:364 #: src/view/com/util/UserBanner.tsx:123 #: src/view/com/util/UserBanner.tsx:126 msgid "Upload from Camera" msgstr "" -#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:378 #: src/view/com/util/UserBanner.tsx:140 msgid "Upload from Files" msgstr "" -#: src/view/com/util/UserAvatar.tsx:366 -#: src/view/com/util/UserAvatar.tsx:370 +#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:376 #: src/view/com/util/UserBanner.tsx:134 #: src/view/com/util/UserBanner.tsx:138 msgid "Upload from Library" @@ -7465,7 +7737,7 @@ msgstr "" msgid "Use a file on your server" msgstr "" -#: src/view/screens/AppPasswords.tsx:200 +#: src/view/screens/AppPasswords.tsx:199 msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "Verwende App-Passwörter, um dich bei anderen Bluesky-Clients anzumelden, ohne vollen Zugriff auf deinen Account oder dein Passwort zu geben." @@ -7557,7 +7829,7 @@ msgstr "Benutzerliste aktualisiert" msgid "User Lists" msgstr "Benutzerlisten" -#: src/screens/Login/LoginForm.tsx:197 +#: src/screens/Login/LoginForm.tsx:186 msgid "Username or email address" msgstr "Benutzername oder E-Mail-Adresse" @@ -7592,6 +7864,10 @@ msgstr "" msgid "Value:" msgstr "" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:118 +msgid "Verified email required" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:510 #~ msgid "Verify {0}" #~ msgstr "" @@ -7604,6 +7880,10 @@ msgstr "" msgid "Verify email" msgstr "E-Mail bestätigen" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "Meine E-Mail bestätigen" @@ -7617,6 +7897,10 @@ msgstr "Meine E-Mail bestätigen" msgid "Verify New Email" msgstr "Neue E-Mail bestätigen" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:122 +msgid "Verify now" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "" @@ -7633,25 +7917,47 @@ msgstr "Überprüfe deine E-Mail" msgid "Version {appVersion} {bundleInfo}" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:180 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:144 msgid "Video" msgstr "" +#: src/state/queries/video/video.ts:138 +msgid "Video failed to process" +msgstr "" + #: src/screens/Onboarding/index.tsx:39 #: src/screens/Onboarding/state.ts:88 msgid "Video Games" msgstr "Videospiele" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:167 +msgid "Video not found." +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:101 +msgid "Video settings" +msgstr "" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +msgid "Video: {0}" +msgstr "" + #: src/view/com/composer/videos/state.ts:27 -#~ msgid "Videos cannot be larger than 100MB" +#~ msgid "Videos cannot be larger than 50MB" #~ msgstr "" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:65 +#: src/view/com/composer/videos/VideoPreview.web.tsx:44 +msgid "Videos must be less than 60 seconds long" +msgstr "" + #: src/screens/Profile/Header/Shell.tsx:113 msgid "View {0}'s avatar" msgstr "Avatar von {0} ansehen" #: src/components/ProfileCard.tsx:110 -#: src/view/com/notifications/FeedItem.tsx:277 +#: src/view/com/notifications/FeedItem.tsx:273 msgid "View {0}'s profile" msgstr "" @@ -7683,7 +7989,7 @@ msgstr "" msgid "View full thread" msgstr "Vollständigen Thread ansehen" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "" @@ -7747,7 +8053,7 @@ msgstr "" #~ msgid "We also think you'll like \"For You\" by Skygaze:" #~ msgstr "Wir glauben auch, dass dir \"For You\" von Skygaze gefallen wird:" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "Wir konnten keine Ergebnisse für diesen Hashtag finden." @@ -7759,7 +8065,11 @@ msgstr "" msgid "We estimate {estimatedTime} until your account is ready." msgstr "Wir schätzen {estimatedTime} bis dein Konto bereit ist." -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Wir hoffen, dass du eine schöne Zeit hast. Denke daran, Bluesky ist:" @@ -7775,6 +8085,10 @@ msgstr "Wir haben keine Beiträge mehr von den Konten, denen du folgst. Hier ist #~ msgid "We recommend our \"Discover\" feed:" #~ msgstr "Wir empfehlen unser \"Discover\" Feed:" +#: src/state/queries/video/video.ts:170 +msgid "We were unable to determine if you are allowed to upload videos. Please try again." +msgstr "" + #: src/components/dialogs/BirthDateSettings.tsx:52 msgid "We were unable to load your birth date preferences. Please try again." msgstr "" @@ -7783,7 +8097,7 @@ msgstr "" msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:158 +#: src/screens/Onboarding/StepInterests/index.tsx:143 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "Die Verbindung konnte nicht hergestellt werden. Bitte versuche es erneut, um mit der Einrichtung deines Kontos fortzufahren. Wenn der Versuch weiterhin fehlschlägt, kannst du diesen Schritt überspringen." @@ -7795,7 +8109,7 @@ msgstr "Wir werden dich benachrichtigen, wenn dein Konto bereit ist." #~ msgid "We'll look into your appeal promptly." #~ msgstr "Wir werden deinen Widerspruch unverzüglich prüfen." -#: src/screens/Onboarding/StepInterests/index.tsx:163 +#: src/screens/Onboarding/StepInterests/index.tsx:148 msgid "We'll use this to help customize your experience." msgstr "Wir verwenden diese Informationen, um dein Erlebnis individuell zu gestalten." @@ -7819,7 +8133,7 @@ msgstr "Es tut uns leid, aber wir konnten deine stummgeschalteten Wörter nicht msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Es tut uns leid, aber deine Suche konnte nicht abgeschlossen werden. Bitte versuche es in ein paar Minuten erneut." -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:421 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -7848,7 +8162,7 @@ msgstr "" msgid "Welcome, friend!" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "Was sind deine Interessen?" @@ -7862,7 +8176,7 @@ msgstr "" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:516 msgid "What's up?" msgstr "Was gibt's?" @@ -7932,16 +8246,16 @@ msgstr "" msgid "Wide" msgstr "Breit" -#: src/screens/Messages/Conversation/MessageInput.tsx:140 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:134 +#: src/screens/Messages/Conversation/MessageInput.tsx:142 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:198 msgid "Write a message" msgstr "" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:712 msgid "Write post" msgstr "Beitrag verfassen" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:515 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:42 msgid "Write your reply" msgstr "Schreibe deine Antwort" @@ -7982,7 +8296,7 @@ msgstr "" msgid "Yes, reactivate my account" msgstr "" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "" @@ -7999,7 +8313,11 @@ msgstr "" msgid "You are in line." msgstr "Du befindest dich in der Warteschlange." -#: src/view/com/profile/ProfileFollows.tsx:86 +#: src/state/queries/video/video.ts:161 +msgid "You are not allowed to upload videos." +msgstr "" + +#: src/view/com/profile/ProfileFollows.tsx:95 msgid "You are not following anyone." msgstr "" @@ -8033,7 +8351,7 @@ msgstr "Du kannst dich jetzt mit deinem neuen Passwort anmelden." msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "" @@ -8124,7 +8442,7 @@ msgstr "" #~ msgid "You have not blocked any accounts yet. To block an account, go to their profile and selected \"Block account\" from the menu on their account." #~ msgstr "Du hast noch keine Konten blockiert. Um ein Konto zu blockieren, gehe auf dessen Profil und wähle \"Konto blockieren\" aus dem Menü des Kontos aus." -#: src/view/screens/AppPasswords.tsx:91 +#: src/view/screens/AppPasswords.tsx:90 msgid "You have not created any app passwords yet. You can create one by pressing the button below." msgstr "Du hast noch keine App-Passwörter erstellt. Du kannst eines erstellen, indem du auf die Schaltfläche unten klickst." @@ -8140,6 +8458,10 @@ msgstr "" msgid "You have reached the end" msgstr "" +#: src/state/queries/video/video-upload.shared.ts:67 +msgid "You have temporarily reached the limit for video uploads. Please try again later." +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:235 msgid "You haven't created a starter pack yet!" msgstr "" @@ -8153,11 +8475,11 @@ msgstr "Du hast noch keine Wörter oder Tags stummgeschaltet" msgid "You hid this reply." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:91 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" @@ -8197,6 +8519,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:237 #: src/components/StarterPack/ShareDialog.tsx:68 msgid "You must grant access to your photo library to save the image." msgstr "" @@ -8241,15 +8564,15 @@ msgstr "" msgid "You'll follow the suggested users once you finish creating your account!" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 msgid "You'll follow these people and {0} others" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:237 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 msgid "You'll follow these people right away" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:277 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 msgid "You'll stay updated with these feeds" msgstr "" @@ -8268,7 +8591,7 @@ msgstr "Du bist in der Warteschlange" msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "Du kannst loslegen!" @@ -8281,6 +8604,14 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Du hast das Ende deines Feeds erreicht! Finde weitere Konten, denen du folgen kannst." +#: src/state/queries/video/video.ts:175 +msgid "You've reached your daily limit for video uploads (too many bytes)" +msgstr "" + +#: src/state/queries/video/video.ts:180 +msgid "You've reached your daily limit for video uploads (too many videos)" +msgstr "" + #: src/screens/Signup/index.tsx:146 msgid "Your account" msgstr "Dein Konto" @@ -8289,15 +8620,19 @@ msgstr "Dein Konto" msgid "Your account has been deleted" msgstr "Dein Konto wurde gelöscht" +#: src/state/queries/video/video.ts:185 +msgid "Your account is not yet old enough to upload videos. Please try again later." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:65 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Dein Kontodepot, das alle öffentlichen Datensätze enthält, kann als \"CAR\"-Datei heruntergeladen werden. Diese Datei enthält keine Medieneinbettungen, wie z. B. Bilder, oder deine privaten Daten, welche separat abgerufen werden müssen." -#: src/screens/Signup/StepInfo/index.tsx:180 +#: src/screens/Signup/StepInfo/index.tsx:181 msgid "Your birth date" msgstr "Dein Geburtsdatum" -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:145 +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:171 msgid "Your browser does not support the video format. Please try a different browser." msgstr "" @@ -8314,7 +8649,7 @@ msgstr "Deine Wahl wird gespeichert, kann aber später in den Einstellungen geä #~ msgstr "Dein Standard-Feed ist \"Following\"" #: src/screens/Login/ForgotPasswordForm.tsx:57 -#: src/screens/Signup/state.ts:208 +#: src/screens/Signup/state.ts:203 #: src/screens/Signup/StepInfo/index.tsx:75 #: src/view/com/modals/ChangePassword.tsx:55 msgid "Your email appears to be invalid." @@ -8336,7 +8671,7 @@ msgstr "" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Dein Following-Feed ist leer! Folge mehr Benutzern, um auf dem Laufenden zu bleiben." -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "Dein vollständiger Handle lautet" @@ -8352,11 +8687,11 @@ msgstr "Deine stummgeschalteten Wörter" msgid "Your password has been changed successfully!" msgstr "Dein Passwort wurde erfolgreich geändert!" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:467 msgid "Your post has been published" msgstr "Dein Beitrag wurde veröffentlicht" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Deine Beiträge, Likes und Blockierungen sind öffentlich. Stummschaltungen sind privat." @@ -8368,7 +8703,7 @@ msgstr "Dein Profil" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:466 msgid "Your reply has been published" msgstr "Deine Antwort wurde veröffentlicht" diff --git a/src/locale/locales/en/messages.po b/src/locale/locales/en/messages.po index 709c47e42c..31960e3dde 100644 --- a/src/locale/locales/en/messages.po +++ b/src/locale/locales/en/messages.po @@ -21,16 +21,24 @@ msgstr "" msgid "(no email)" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:236 -#: src/view/com/notifications/FeedItem.tsx:327 +#: src/view/com/notifications/FeedItem.tsx:232 +#: src/view/com/notifications/FeedItem.tsx:323 msgid "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}" msgstr "" +#: src/lib/hooks/useTimeAgo.ts:156 +msgid "{0, plural, one {# day} other {# days}}" +msgstr "" + +#: src/lib/hooks/useTimeAgo.ts:146 +msgid "{0, plural, one {# hour} other {# hours}}" +msgstr "" + #: src/components/moderation/LabelsOnMe.tsx:55 #~ msgid "{0, plural, one {# label has been placed on this account} other {# labels has been placed on this account}}" #~ msgstr "" -#: src/components/moderation/LabelsOnMe.tsx:55 +#: src/components/moderation/LabelsOnMe.tsx:54 msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" msgstr "" @@ -38,14 +46,26 @@ msgstr "" #~ msgid "{0, plural, one {# label has been placed on this content} other {# labels has been placed on this content}}" #~ msgstr "" -#: src/components/moderation/LabelsOnMe.tsx:61 +#: src/components/moderation/LabelsOnMe.tsx:60 msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:68 +#: src/lib/hooks/useTimeAgo.ts:136 +msgid "{0, plural, one {# minute} other {# minutes}}" +msgstr "" + +#: src/lib/hooks/useTimeAgo.ts:167 +msgid "{0, plural, one {# month} other {# months}}" +msgstr "" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:71 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "" +#: src/lib/hooks/useTimeAgo.ts:126 +msgid "{0, plural, one {# second} other {# seconds}}" +msgstr "" + #: src/components/KnownFollowers.tsx:179 #~ msgid "{0, plural, one {and # other} other {and # others}}" #~ msgstr "" @@ -60,11 +80,11 @@ msgstr "" msgid "{0, plural, one {following} other {following}}" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:276 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:312 msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "" @@ -77,19 +97,19 @@ msgstr "" msgid "{0, plural, one {post} other {posts}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:413 +#: src/view/com/post-thread/PostThreadItem.tsx:419 msgid "{0, plural, one {quote} other {quotes}}" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:233 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:269 msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:272 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "{0, plural, one {Unlike (# like)} other {Unlike (# likes)}}" msgstr "" @@ -107,6 +127,10 @@ msgstr "" msgid "{0} joined this week" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:637 +msgid "{0} of {1}" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:467 msgid "{0} people have used this starter pack!" msgstr "" @@ -115,7 +139,7 @@ msgstr "" #~ msgid "{0} your feeds" #~ msgstr "" -#: src/view/com/util/UserAvatar.tsx:419 +#: src/view/com/util/UserAvatar.tsx:425 msgid "{0}'s avatar" msgstr "" @@ -127,30 +151,56 @@ msgstr "" msgid "{0}'s starter pack" msgstr "" +#. How many days have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:158 +msgid "{0}d" +msgstr "" + +#. How many hours have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:148 +msgid "{0}h" +msgstr "" + +#. How many minutes have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:138 +msgid "{0}m" +msgstr "" + +#. How many months have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:169 +msgid "{0}mo" +msgstr "" + +#. How many seconds have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:128 +msgid "{0}s" +msgstr "" + #: src/components/LabelingServiceCard/index.tsx:71 msgid "{count, plural, one {Liked by # user} other {Liked by # users}}" msgstr "" #: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "" +#~ msgid "{diff, plural, one {day} other {days}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "" +#~ msgid "{diff, plural, one {hour} other {hours}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "" +#~ msgid "{diff, plural, one {minute} other {minutes}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "" +#~ msgid "{diff, plural, one {month} other {months}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "" +#~ msgid "{diffSeconds, plural, one {second} other {seconds}}" +#~ msgstr "" +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" msgstr "" @@ -277,7 +327,7 @@ msgstr "" msgid "24 hours" msgstr "" -#: src/screens/Login/LoginForm.tsx:266 +#: src/screens/Login/LoginForm.tsx:253 msgid "2FA Confirmation" msgstr "" @@ -290,8 +340,8 @@ msgid "7 days" msgstr "" #: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "" +#~ msgid "A help tooltip" +#~ msgstr "" #: src/view/com/util/ViewHeader.tsx:92 #: src/view/screens/Search/Search.tsx:684 @@ -320,7 +370,7 @@ msgstr "" #~ msgid "account" #~ msgstr "" -#: src/screens/Login/LoginForm.tsx:190 +#: src/screens/Login/LoginForm.tsx:179 #: src/view/screens/Settings/index.tsx:315 #: src/view/screens/Settings/index.tsx:718 msgid "Account" @@ -355,7 +405,7 @@ msgstr "" msgid "Account removed from quick access" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "" @@ -411,9 +461,13 @@ msgstr "" #~ msgid "Add ALT text" #~ msgstr "" -#: src/view/screens/AppPasswords.tsx:106 -#: src/view/screens/AppPasswords.tsx:148 -#: src/view/screens/AppPasswords.tsx:161 +#: src/view/com/composer/videos/SubtitleDialog.tsx:109 +msgid "Add alt text (optional)" +msgstr "" + +#: src/view/screens/AppPasswords.tsx:105 +#: src/view/screens/AppPasswords.tsx:147 +#: src/view/screens/AppPasswords.tsx:160 msgid "Add App Password" msgstr "" @@ -533,11 +587,11 @@ msgstr "" msgid "Allow replies from:" msgstr "" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:178 +#: src/screens/Login/ForgotPasswordForm.tsx:177 #: src/view/com/modals/ChangePassword.tsx:171 msgid "Already have a code?" msgstr "" @@ -548,17 +602,20 @@ msgstr "" #: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/util/post-embeds/GifEmbed.tsx:183 +#: src/view/com/util/post-embeds/GifEmbed.tsx:177 msgid "ALT" msgstr "" #: src/view/com/composer/GifAltText.tsx:144 +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +#: src/view/com/composer/videos/SubtitleDialog.tsx:104 +#: src/view/com/composer/videos/SubtitleDialog.tsx:108 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:87 msgid "Alt text" msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:182 msgid "Alt Text" msgstr "" @@ -583,19 +640,30 @@ msgstr "" #~ msgid "An error occured" #~ msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:314 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:413 msgid "An error occurred" msgstr "" +#: src/state/queries/video/video.ts:232 +msgid "An error occurred while compressing the video." +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:315 msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:69 -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:135 msgid "An error occurred while loading the video. Please try again later." msgstr "" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:174 +msgid "An error occurred while loading the video. Please try again." +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:250 +msgid "An error occurred while saving the image!" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:79 #~ msgid "An error occurred while saving the image." #~ msgstr "" @@ -605,6 +673,10 @@ msgstr "" msgid "An error occurred while saving the QR code!" msgstr "" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:75 +msgid "An error occurred while selecting the video" +msgstr "" + #: src/components/dms/MessageMenu.tsx:134 #~ msgid "An error occurred while trying to delete the message. Please try again." #~ msgstr "" @@ -614,7 +686,7 @@ msgstr "" msgid "An error occurred while trying to follow all" msgstr "" -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:199 msgid "An error occurred while uploading the video." msgstr "" @@ -632,14 +704,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:319 -#: src/components/ProfileCard.tsx:339 +#: src/components/ProfileCard.tsx:324 +#: src/components/ProfileCard.tsx:344 #: src/view/com/profile/FollowButton.tsx:36 #: src/view/com/profile/FollowButton.tsx:46 msgid "An issue occurred, please try again." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "" @@ -649,8 +721,8 @@ msgid "an unknown labeler" msgstr "" #: src/components/WhoCanReply.tsx:295 -#: src/view/com/notifications/FeedItem.tsx:235 -#: src/view/com/notifications/FeedItem.tsx:324 +#: src/view/com/notifications/FeedItem.tsx:231 +#: src/view/com/notifications/FeedItem.tsx:320 msgid "and" msgstr "" @@ -659,7 +731,7 @@ msgstr "" msgid "Animals" msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:139 msgid "Animated GIF" msgstr "" @@ -675,7 +747,7 @@ msgstr "" msgid "App Language" msgstr "" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "" @@ -692,21 +764,21 @@ msgid "App password settings" msgstr "" #: src/Navigation.tsx:286 -#: src/view/screens/AppPasswords.tsx:192 +#: src/view/screens/AppPasswords.tsx:191 #: src/view/screens/Settings/index.tsx:672 msgid "App Passwords" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:154 -#: src/components/moderation/LabelsOnMeDialog.tsx:157 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 +#: src/components/moderation/LabelsOnMeDialog.tsx:149 msgid "Appeal" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "" @@ -744,7 +816,7 @@ msgstr "" #~ msgid "Are you sure you want delete this starter pack?" #~ msgstr "" -#: src/view/screens/AppPasswords.tsx:282 +#: src/view/screens/AppPasswords.tsx:277 msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "" @@ -776,7 +848,7 @@ msgstr "" msgid "Are you sure you want to remove this from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:772 +#: src/view/com/composer/Composer.tsx:838 msgid "Are you sure you'd like to discard this draft?" msgstr "" @@ -797,19 +869,19 @@ msgstr "" msgid "Artistic or non-erotic nudity." msgstr "" -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 -#: src/components/moderation/LabelsOnMeDialog.tsx:294 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:285 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:298 -#: src/screens/Login/LoginForm.tsx:304 +#: src/screens/Login/LoginForm.tsx:285 +#: src/screens/Login/LoginForm.tsx:291 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Messages/Conversation/ChatDisabled.tsx:133 @@ -837,7 +909,7 @@ msgstr "" msgid "Birthday:" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "" @@ -868,7 +940,7 @@ msgstr "" msgid "Block these accounts?" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:83 msgid "Blocked" msgstr "" @@ -937,6 +1009,10 @@ msgstr "" #~ msgid "Bluesky is public." #~ msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:206 +msgid "Bluesky now has over 10 million users, and I was #{0}!" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:282 msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "" @@ -958,23 +1034,27 @@ msgstr "" msgid "Books" msgstr "" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:614 +msgid "Brag a little!" +msgstr "" + +#: src/components/FeedInterstitials.tsx:350 msgid "Browse more accounts on the Explore page" msgstr "" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:483 msgid "Browse more feeds on the Explore page" msgstr "" -#: src/components/FeedInterstitials.tsx:282 -#: src/components/FeedInterstitials.tsx:285 -#: src/components/FeedInterstitials.tsx:415 -#: src/components/FeedInterstitials.tsx:418 +#: src/components/FeedInterstitials.tsx:332 +#: src/components/FeedInterstitials.tsx:335 +#: src/components/FeedInterstitials.tsx:465 +#: src/components/FeedInterstitials.tsx:468 msgid "Browse more suggestions" msgstr "" -#: src/components/FeedInterstitials.tsx:308 -#: src/components/FeedInterstitials.tsx:442 +#: src/components/FeedInterstitials.tsx:358 +#: src/components/FeedInterstitials.tsx:492 msgid "Browse more suggestions on the Explore page" msgstr "" @@ -1024,12 +1104,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "" #: src/components/Menu/index.tsx:235 -#: src/components/Prompt.tsx:119 -#: src/components/Prompt.tsx:121 +#: src/components/Prompt.tsx:122 +#: src/components/Prompt.tsx:124 #: src/components/TagMenu/index.tsx:282 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:512 -#: src/view/com/composer/Composer.tsx:527 +#: src/view/com/composer/Composer.tsx:594 +#: src/view/com/composer/Composer.tsx:609 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -1045,7 +1125,7 @@ msgstr "" #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "" @@ -1074,7 +1154,7 @@ msgstr "" msgid "Cancel profile editing" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "" @@ -1090,6 +1170,25 @@ msgstr "" msgid "Cancels opening the linked website" msgstr "" +#: src/state/shell/composer/index.tsx:70 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:114 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:155 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:191 +msgid "Cannot interact with a blocked user" +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:135 +msgid "Captions (.vtt)" +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +msgid "Captions & alt text" +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:368 +msgid "Celebrating {0} users" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "" @@ -1130,8 +1229,8 @@ msgid "Change Your Email" msgstr "" #: src/Navigation.tsx:338 -#: src/view/shell/bottom-bar/BottomBar.tsx:204 -#: src/view/shell/desktop/LeftNav.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:201 +#: src/view/shell/desktop/LeftNav.tsx:301 msgid "Chat" msgstr "" @@ -1173,7 +1272,7 @@ msgstr "" #~ msgid "Check out some recommended users. Follow them to see similar users." #~ msgstr "" -#: src/screens/Login/LoginForm.tsx:291 +#: src/screens/Login/LoginForm.tsx:278 msgid "Check your email for a login code and enter it here." msgstr "" @@ -1186,12 +1285,12 @@ msgstr "" #~ msgstr "" #: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "" +#~ msgid "Choose 3 or more:" +#~ msgstr "" #: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "" +#~ msgid "Choose at least {0} more" +#~ msgstr "" #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" @@ -1209,7 +1308,7 @@ msgstr "" msgid "Choose Service" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "" @@ -1296,7 +1395,7 @@ msgstr "" msgid "Click to enable quote posts of this post." msgstr "" -#: src/components/dms/MessageItem.tsx:231 +#: src/components/dms/MessageItem.tsx:232 msgid "Click to retry failed message" msgstr "" @@ -1311,13 +1410,15 @@ msgstr "" #: src/components/dialogs/GifSelect.ios.tsx:250 #: src/components/dialogs/GifSelect.tsx:270 #: src/components/dms/dialogs/SearchablePeopleList.tsx:261 +#: src/components/intents/VerifyEmailIntentDialog.tsx:111 +#: src/components/intents/VerifyEmailIntentDialog.tsx:118 #: src/components/NewskieDialog.tsx:146 #: src/components/NewskieDialog.tsx:153 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:131 #: src/view/com/modals/ChangePassword.tsx:268 #: src/view/com/modals/ChangePassword.tsx:271 -#: src/view/com/util/post-embeds/GifEmbed.tsx:195 +#: src/view/com/util/post-embeds/GifEmbed.tsx:188 msgid "Close" msgstr "" @@ -1372,7 +1473,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:606 msgid "Closes post composer and discards post draft" msgstr "" @@ -1380,11 +1481,11 @@ msgstr "" msgid "Closes viewer for header image" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "" @@ -1403,7 +1504,7 @@ msgstr "" msgid "Community Guidelines" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "" @@ -1411,7 +1512,7 @@ msgstr "" msgid "Complete the challenge" msgstr "" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:714 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "" @@ -1420,8 +1521,8 @@ msgid "Compose reply" msgstr "" #: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 -msgid "Compressing..." -msgstr "" +#~ msgid "Compressing..." +#~ msgstr "" #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 #~ msgid "Configure content filtering setting for category: {0}" @@ -1435,8 +1536,8 @@ msgstr "" msgid "Configured in <0>moderation settings." msgstr "" -#: src/components/Prompt.tsx:162 #: src/components/Prompt.tsx:165 +#: src/components/Prompt.tsx:168 #: src/view/com/modals/SelfLabel.tsx:155 #: src/view/com/modals/VerifyEmail.tsx:239 #: src/view/com/modals/VerifyEmail.tsx:241 @@ -1466,7 +1567,7 @@ msgstr "" msgid "Confirm your birthdate" msgstr "" -#: src/screens/Login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:259 #: src/view/com/modals/ChangeEmail.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:238 #: src/view/com/modals/DeleteAccount.tsx:244 @@ -1476,7 +1577,7 @@ msgstr "" msgid "Confirmation code" msgstr "" -#: src/screens/Login/LoginForm.tsx:325 +#: src/screens/Login/LoginForm.tsx:312 msgid "Connecting..." msgstr "" @@ -1522,7 +1623,7 @@ msgstr "" msgid "Context menu backdrop, click to close the menu." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "" @@ -1535,7 +1636,7 @@ msgstr "" msgid "Continue thread..." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:275 +#: src/screens/Onboarding/StepInterests/index.tsx:255 #: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/BackNextButtons.tsx:59 msgid "Continue to next step" @@ -1571,7 +1672,7 @@ msgstr "" #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:234 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:368 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:392 msgid "Copied to clipboard" msgstr "" @@ -1657,6 +1758,10 @@ msgstr "" msgid "Could not mute chat" msgstr "" +#: src/view/com/composer/videos/VideoPreview.web.tsx:56 +msgid "Could not process your video" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:68 #~ msgid "Could not unmute chat" #~ msgstr "" @@ -1722,7 +1827,7 @@ msgstr "" msgid "Create report for {0}" msgstr "" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "" @@ -1778,7 +1883,7 @@ msgstr "" #~ msgid "Dark Theme" #~ msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:191 +#: src/screens/Signup/StepInfo/index.tsx:192 msgid "Date of birth" msgstr "" @@ -1804,7 +1909,7 @@ msgstr "" #: src/screens/StarterPack/StarterPackScreen.tsx:652 #: src/screens/StarterPack/StarterPackScreen.tsx:732 #: src/view/com/util/forms/PostDropdownBtn.tsx:629 -#: src/view/screens/AppPasswords.tsx:285 +#: src/view/screens/AppPasswords.tsx:280 #: src/view/screens/ProfileList.tsx:723 msgid "Delete" msgstr "" @@ -1821,11 +1926,11 @@ msgstr "" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "" @@ -1880,7 +1985,7 @@ msgstr "" msgid "Delete this post?" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:93 msgid "Deleted" msgstr "" @@ -1916,7 +2021,7 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "" -#: src/view/com/composer/Composer.tsx:327 +#: src/view/com/composer/Composer.tsx:355 msgid "Did you want to say anything?" msgstr "" @@ -1930,7 +2035,11 @@ msgid "Direct messages are here!" msgstr "" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "" + +#: src/view/screens/AccessibilitySettings.tsx:111 +msgid "Disable autoplay for videos and GIFs" msgstr "" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 @@ -1945,7 +2054,7 @@ msgstr "" #~ msgid "Disable haptics" #~ msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:379 msgid "Disable subtitles" msgstr "" @@ -1962,11 +2071,11 @@ msgstr "" msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:840 msgid "Discard" msgstr "" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:837 msgid "Discard draft?" msgstr "" @@ -1976,8 +2085,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "" #: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "" +#~ msgid "Discover learns which posts you like as you browse." +#~ msgstr "" #: src/view/com/posts/FollowingEmptyState.tsx:70 #: src/view/com/posts/FollowingEndOfFeed.tsx:71 @@ -1993,10 +2102,10 @@ msgid "Discover New Feeds" msgstr "" #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 -msgid "Dismiss" -msgstr "" +#~ msgid "Dismiss" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:612 +#: src/view/com/composer/Composer.tsx:1107 msgid "Dismiss error" msgstr "" @@ -2028,7 +2137,7 @@ msgstr "" msgid "Does not include nudity." msgstr "" -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "" @@ -2048,6 +2157,8 @@ msgstr "" #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/composer/videos/SubtitleDialog.tsx:171 +#: src/view/com/composer/videos/SubtitleDialog.tsx:181 #: src/view/com/modals/AddAppPasswords.tsx:243 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 @@ -2070,7 +2181,7 @@ msgstr "" msgid "Done{extraText}" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "" @@ -2079,7 +2190,11 @@ msgstr "" msgid "Download CAR file" msgstr "" -#: src/view/com/composer/text-input/TextInput.web.tsx:271 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:622 +msgid "Download image" +msgstr "" + +#: src/view/com/composer/text-input/TextInput.web.tsx:269 msgid "Drop to add images" msgstr "" @@ -2144,7 +2259,7 @@ msgctxt "action" msgid "Edit" msgstr "" -#: src/view/com/util/UserAvatar.tsx:328 +#: src/view/com/util/UserAvatar.tsx:334 #: src/view/com/util/UserBanner.tsx:92 msgid "Edit avatar" msgstr "" @@ -2192,12 +2307,12 @@ msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:187 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "" @@ -2252,6 +2367,10 @@ msgstr "" msgid "Email address" msgstr "" +#: src/components/intents/VerifyEmailIntentDialog.tsx:95 +msgid "Email Resent" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:54 #: src/view/com/modals/ChangeEmail.tsx:83 msgid "Email updated" @@ -2265,6 +2384,10 @@ msgstr "" msgid "Email verified" msgstr "" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "" @@ -2314,7 +2437,7 @@ msgstr "" msgid "Enable priority notifications" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:380 msgid "Enable subtitles" msgstr "" @@ -2332,7 +2455,7 @@ msgstr "" msgid "Enabled" msgstr "" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "" @@ -2341,7 +2464,11 @@ msgstr "" #~ msgstr "" #: src/tours/Tooltip.tsx:159 -msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:161 +msgid "Ensure you have selected a language for each subtitle file." msgstr "" #: src/view/com/modals/AddAppPasswords.tsx:161 @@ -2398,11 +2525,11 @@ msgstr "" msgid "Error occurred while saving file" msgstr "" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "" @@ -2426,11 +2553,11 @@ msgstr "" msgid "Everyone" msgstr "" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "" @@ -2442,6 +2569,10 @@ msgstr "" msgid "Excludes users you follow" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:397 +msgid "Exit fullscreen" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:293 msgid "Exits account deletion process" msgstr "" @@ -2466,7 +2597,7 @@ msgstr "" msgid "Expand alt text" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "" @@ -2590,7 +2721,7 @@ msgstr "" msgid "Failed to save notification preferences, please try again" msgstr "" -#: src/components/dms/MessageItem.tsx:224 +#: src/components/dms/MessageItem.tsx:225 msgid "Failed to send" msgstr "" @@ -2598,7 +2729,7 @@ msgstr "" #~ msgid "Failed to send message(s)." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:234 +#: src/components/moderation/LabelsOnMeDialog.tsx:225 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "" @@ -2616,6 +2747,13 @@ msgstr "" msgid "Failed to update settings" msgstr "" +#: src/state/queries/video/video-upload.ts:67 +#: src/state/queries/video/video-upload.web.ts:64 +#: src/state/queries/video/video-upload.web.ts:68 +#: src/state/queries/video/video-upload.web.ts:78 +msgid "Failed to upload video" +msgstr "" + #: src/Navigation.tsx:226 msgid "Feed" msgstr "" @@ -2642,9 +2780,9 @@ msgstr "" #: src/screens/StarterPack/StarterPackScreen.tsx:172 #: src/view/screens/Feeds.tsx:445 #: src/view/screens/Feeds.tsx:550 -#: src/view/screens/Profile.tsx:213 +#: src/view/screens/Profile.tsx:224 #: src/view/screens/Search/Search.tsx:375 -#: src/view/shell/desktop/LeftNav.tsx:379 +#: src/view/shell/desktop/LeftNav.tsx:373 #: src/view/shell/Drawer.tsx:497 #: src/view/shell/Drawer.tsx:498 msgid "Feeds" @@ -2678,7 +2816,7 @@ msgstr "" msgid "Filter from feeds" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "" @@ -2689,8 +2827,8 @@ msgid "Find accounts to follow" msgstr "" #: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "" +#~ msgid "Find more feeds and accounts to follow in the Explore page." +#~ msgstr "" #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" @@ -2721,14 +2859,14 @@ msgid "Finish" msgstr "" #: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "" +#~ msgid "Finish tour and begin using the application" +#~ msgstr "" #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "" @@ -2742,11 +2880,11 @@ msgid "Flip vertically" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:351 +#: src/components/ProfileCard.tsx:356 #: src/components/ProfileHoverCard/index.web.tsx:446 #: src/components/ProfileHoverCard/index.web.tsx:457 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:252 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:225 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 msgid "Follow" msgstr "" @@ -2755,8 +2893,8 @@ msgctxt "action" msgid "Follow" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:238 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:209 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:126 msgid "Follow {0}" msgstr "" @@ -2782,7 +2920,13 @@ msgstr "" #~ msgid "Follow All" #~ msgstr "" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/view/com/profile/FollowButton.tsx:79 +msgctxt "action" +msgid "Follow Back" +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:223 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 msgid "Follow Back" msgstr "" @@ -2830,16 +2974,16 @@ msgstr "" #~ msgid "Followed users only" #~ msgstr "" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:104 -#: src/view/screens/ProfileFollowers.tsx:25 +#: src/view/screens/ProfileFollowers.tsx:29 +#: src/view/screens/ProfileFollowers.tsx:30 msgid "Followers" msgstr "" @@ -2853,20 +2997,20 @@ msgid "Followers you know" msgstr "" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:345 +#: src/components/ProfileCard.tsx:350 #: src/components/ProfileHoverCard/index.web.tsx:445 #: src/components/ProfileHoverCard/index.web.tsx:456 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 -#: src/view/com/profile/ProfileFollows.tsx:104 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:147 #: src/view/screens/Feeds.tsx:630 -#: src/view/screens/ProfileFollows.tsx:25 +#: src/view/screens/ProfileFollows.tsx:29 +#: src/view/screens/ProfileFollows.tsx:30 #: src/view/screens/SavedFeeds.tsx:416 msgid "Following" msgstr "" -#: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/components/ProfileCard.tsx:316 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "" @@ -2885,8 +3029,8 @@ msgid "Following Feed Preferences" msgstr "" #: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "" +#~ msgid "Following shows the latest posts from people you follow." +#~ msgstr "" #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" @@ -2918,11 +3062,11 @@ msgstr "" msgid "Forgot Password" msgstr "" -#: src/screens/Login/LoginForm.tsx:246 +#: src/screens/Login/LoginForm.tsx:233 msgid "Forgot password?" msgstr "" -#: src/screens/Login/LoginForm.tsx:257 +#: src/screens/Login/LoginForm.tsx:244 msgid "Forgot?" msgstr "" @@ -2930,15 +3074,19 @@ msgstr "" msgid "Frequently Posts Unwanted Content" msgstr "" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:398 +msgid "Fullscreen" +msgstr "" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "" @@ -2964,7 +3112,7 @@ msgstr "" msgid "Getting started" msgstr "" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:122 msgid "GIF" msgstr "" @@ -2983,7 +3131,7 @@ msgstr "" #: src/view/screens/NotFound.tsx:55 #: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:1026 -#: src/view/shell/desktop/LeftNav.tsx:134 +#: src/view/shell/desktop/LeftNav.tsx:133 msgid "Go back" msgstr "" @@ -3032,7 +3180,7 @@ msgstr "" msgid "Go to conversation with {0}" msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:171 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Go to next" msgstr "" @@ -3042,8 +3190,8 @@ msgid "Go to profile" msgstr "" #: src/tours/Tooltip.tsx:138 -msgid "Go to the next step of the tour" -msgstr "" +#~ msgid "Go to the next step of the tour" +#~ msgstr "" #: src/components/dms/ConvoMenu.tsx:164 msgid "Go to user's profile" @@ -3121,7 +3269,7 @@ msgstr "" msgid "Hide" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "" @@ -3160,7 +3308,7 @@ msgstr "" msgid "Hide this reply?" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "" @@ -3192,10 +3340,14 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/Navigation.tsx:549 -#: src/Navigation.tsx:569 -#: src/view/shell/bottom-bar/BottomBar.tsx:160 -#: src/view/shell/desktop/LeftNav.tsx:342 +#: src/state/queries/video/video.ts:165 +msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" +msgstr "" + +#: src/Navigation.tsx:550 +#: src/Navigation.tsx:570 +#: src/view/shell/bottom-bar/BottomBar.tsx:159 +#: src/view/shell/desktop/LeftNav.tsx:341 #: src/view/shell/Drawer.tsx:429 #: src/view/shell/Drawer.tsx:430 msgid "Home" @@ -3206,7 +3358,7 @@ msgid "Host:" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:180 +#: src/screens/Login/LoginForm.tsx:169 #: src/screens/Signup/StepInfo/index.tsx:106 #: src/view/com/modals/ChangeHandle.tsx:275 msgid "Hosting provider" @@ -3267,7 +3419,7 @@ msgstr "" msgid "Illegal and Urgent" msgstr "" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:56 msgid "Image" msgstr "" @@ -3275,6 +3427,7 @@ msgstr "" msgid "Image alt text" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:247 #: src/components/StarterPack/ShareDialog.tsx:76 msgid "Image saved to your camera roll!" msgstr "" @@ -3283,7 +3436,11 @@ msgstr "" msgid "Impersonation or false claims about identity or affiliation" msgstr "" -#: src/lib/moderation/useReportOptions.ts:86 +#: src/lib/moderation/useReportOptions.ts:68 +msgid "Impersonation, misinformation, or false claims" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:91 msgid "Inappropriate messages or explicit links" msgstr "" @@ -3307,7 +3464,7 @@ msgstr "" msgid "Input password for account deletion" msgstr "" -#: src/screens/Login/LoginForm.tsx:286 +#: src/screens/Login/LoginForm.tsx:273 msgid "Input the code which has been emailed to you" msgstr "" @@ -3315,11 +3472,11 @@ msgstr "" #~ msgid "Input the password tied to {identifier}" #~ msgstr "" -#: src/screens/Login/LoginForm.tsx:215 +#: src/screens/Login/LoginForm.tsx:203 msgid "Input the username or email address you used at signup" msgstr "" -#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Login/LoginForm.tsx:228 msgid "Input your password" msgstr "" @@ -3327,7 +3484,7 @@ msgstr "" msgid "Input your preferred hosting provider" msgstr "" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "" @@ -3339,7 +3496,7 @@ msgstr "" msgid "Introducing Direct Messages" msgstr "" -#: src/screens/Login/LoginForm.tsx:140 +#: src/screens/Login/LoginForm.tsx:145 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "" @@ -3348,10 +3505,15 @@ msgstr "" msgid "Invalid or unsupported post record" msgstr "" -#: src/screens/Login/LoginForm.tsx:145 +#: src/screens/Login/LoginForm.tsx:91 +#: src/screens/Login/LoginForm.tsx:150 msgid "Invalid username or password" msgstr "" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "" @@ -3360,7 +3522,7 @@ msgstr "" msgid "Invite code" msgstr "" -#: src/screens/Signup/state.ts:263 +#: src/screens/Signup/state.ts:258 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" @@ -3392,6 +3554,10 @@ msgstr "" msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "" +#: src/view/com/composer/Composer.tsx:1126 +msgid "Job ID: {0}" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:164 msgid "Jobs" msgstr "" @@ -3407,6 +3573,10 @@ msgstr "" msgid "Join the conversation" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:492 +msgid "Joined {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:21 #: src/screens/Onboarding/state.ts:89 msgid "Journalism" @@ -3424,7 +3594,7 @@ msgstr "" msgid "Labeled by the author." msgstr "" -#: src/view/screens/Profile.tsx:207 +#: src/view/screens/Profile.tsx:218 msgid "Labels" msgstr "" @@ -3436,11 +3606,11 @@ msgstr "" #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "" @@ -3461,7 +3631,7 @@ msgstr "" msgid "Languages" msgstr "" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "" @@ -3535,8 +3705,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "" @@ -3569,9 +3738,9 @@ msgstr "" msgid "Liked by" msgstr "" -#: src/screens/Post/PostLikedBy.tsx:29 +#: src/screens/Post/PostLikedBy.tsx:31 +#: src/screens/Post/PostLikedBy.tsx:32 #: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 -#: src/view/com/post-thread/PostLikedBy.tsx:94 #: src/view/screens/ProfileFeedLikedBy.tsx:28 msgid "Liked By" msgstr "" @@ -3590,15 +3759,15 @@ msgstr "" #~ msgid "Liked by {likeCount} {0}" #~ msgstr "" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "" -#: src/view/screens/Profile.tsx:212 +#: src/view/screens/Profile.tsx:223 msgid "Likes" msgstr "" @@ -3652,9 +3821,9 @@ msgid "List unmuted" msgstr "" #: src/Navigation.tsx:130 -#: src/view/screens/Profile.tsx:208 -#: src/view/screens/Profile.tsx:215 -#: src/view/shell/desktop/LeftNav.tsx:385 +#: src/view/screens/Profile.tsx:219 +#: src/view/screens/Profile.tsx:226 +#: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:513 #: src/view/shell/Drawer.tsx:514 msgid "Lists" @@ -3680,7 +3849,7 @@ msgstr "" msgid "Load new notifications" msgstr "" -#: src/screens/Profile/Sections/Feed.tsx:87 +#: src/screens/Profile/Sections/Feed.tsx:94 #: src/view/com/feeds/FeedPage.tsx:136 #: src/view/screens/ProfileFeed.tsx:495 #: src/view/screens/ProfileList.tsx:805 @@ -3757,7 +3926,7 @@ msgid "Mark as read" msgstr "" #: src/view/screens/AccessibilitySettings.tsx:106 -#: src/view/screens/Profile.tsx:211 +#: src/view/screens/Profile.tsx:222 msgid "Media" msgstr "" @@ -3787,12 +3956,12 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" msgstr "" -#: src/screens/Messages/Conversation/MessageInput.tsx:70 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:49 +#: src/screens/Messages/Conversation/MessageInput.tsx:72 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:59 msgid "Message is too long" msgstr "" @@ -3800,7 +3969,7 @@ msgstr "" msgid "Message settings" msgstr "" -#: src/Navigation.tsx:564 +#: src/Navigation.tsx:565 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -3815,6 +3984,10 @@ msgstr "" msgid "Misleading Account" msgstr "" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" msgstr "" @@ -3881,7 +4054,7 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "" @@ -3906,8 +4079,12 @@ msgid "Music" msgstr "" #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 +msgid "Mute" +msgstr "" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:389 +msgctxt "video" msgid "Mute" msgstr "" @@ -3992,9 +4169,9 @@ msgstr "" msgid "Mute words & tags" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Muted" -msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Muted" +#~ msgstr "" #: src/screens/Moderation/index.tsx:264 msgid "Muted accounts" @@ -4030,7 +4207,7 @@ msgstr "" msgid "My Feeds" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "" @@ -4052,9 +4229,9 @@ msgid "Name is required" msgstr "" #: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:93 -#: src/lib/moderation/useReportOptions.ts:101 -#: src/lib/moderation/useReportOptions.ts:109 +#: 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 "" @@ -4067,12 +4244,12 @@ msgstr "" msgid "Navigate to {0}" msgstr "" -#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:73 +#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:76 msgid "Navigate to starter pack" msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:332 +#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/LoginForm.tsx:319 #: src/view/com/modals/ChangePassword.tsx:169 msgid "Navigates to the next screen" msgstr "" @@ -4090,7 +4267,7 @@ msgstr "" #~ msgid "Never lose access to your followers and data." #~ msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "" @@ -4136,15 +4313,15 @@ msgstr "" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:228 -#: src/view/screens/Profile.tsx:478 +#: src/view/screens/Profile.tsx:489 #: src/view/screens/ProfileFeed.tsx:429 #: src/view/screens/ProfileList.tsx:237 #: src/view/screens/ProfileList.tsx:276 -#: src/view/shell/desktop/LeftNav.tsx:278 +#: src/view/shell/desktop/LeftNav.tsx:277 msgid "New post" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "" @@ -4167,9 +4344,9 @@ msgid "News" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:331 -#: src/screens/Login/LoginForm.tsx:338 +#: src/screens/Login/ForgotPasswordForm.tsx:149 +#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:325 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/BackNextButtons.tsx:66 @@ -4177,7 +4354,6 @@ msgstr "" #: src/screens/StarterPack/Wizard/index.tsx:187 #: src/screens/StarterPack/Wizard/index.tsx:358 #: src/screens/StarterPack/Wizard/index.tsx:365 -#: src/tours/Tooltip.tsx:139 #: src/view/com/modals/ChangePassword.tsx:254 #: src/view/com/modals/ChangePassword.tsx:256 msgid "Next" @@ -4219,12 +4395,12 @@ msgstr "" msgid "No feeds found. Try searching for something else." msgstr "" -#: src/components/ProfileCard.tsx:331 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 +#: src/components/ProfileCard.tsx:336 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "" @@ -4251,7 +4427,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "" -#: src/screens/Profile/Sections/Feed.tsx:59 +#: src/screens/Profile/Sections/Feed.tsx:64 msgid "No posts yet." msgstr "" @@ -4319,7 +4495,7 @@ msgstr "" #~ msgstr "" #: src/Navigation.tsx:125 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Not Found" msgstr "" @@ -4330,7 +4506,7 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:372 #: src/view/com/util/forms/PostDropdownBtn.tsx:654 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:332 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:356 msgid "Note about sharing" msgstr "" @@ -4363,22 +4539,22 @@ msgstr "" msgid "Notification Sounds" msgstr "" -#: src/Navigation.tsx:559 +#: src/Navigation.tsx:560 #: src/view/screens/Notifications.tsx:145 #: src/view/screens/Notifications.tsx:155 #: src/view/screens/Notifications.tsx:203 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 -#: src/view/shell/desktop/LeftNav.tsx:362 +#: src/view/shell/bottom-bar/BottomBar.tsx:227 +#: src/view/shell/desktop/LeftNav.tsx:356 #: src/view/shell/Drawer.tsx:461 #: src/view/shell/Drawer.tsx:462 msgid "Notifications" msgstr "" -#: src/lib/hooks/useTimeAgo.ts:51 +#: src/lib/hooks/useTimeAgo.ts:122 msgid "now" msgstr "" -#: src/components/dms/MessageItem.tsx:169 +#: src/components/dms/MessageItem.tsx:170 msgid "Now" msgstr "" @@ -4386,7 +4562,7 @@ msgstr "" msgid "Nudity" msgstr "" -#: src/lib/moderation/useReportOptions.ts:73 +#: src/lib/moderation/useReportOptions.ts:78 msgid "Nudity or adult content not labeled as such" msgstr "" @@ -4404,10 +4580,14 @@ msgstr "" msgid "Oh no!" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:175 +msgid "Oh no! We weren't able to generate an image for you to share. Rest assured, we're glad you're here 🦋" +msgstr "" + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:339 msgid "OK" msgstr "" @@ -4421,11 +4601,15 @@ msgid "Oldest replies first" msgstr "" #: src/components/StarterPack/QrCode.tsx:69 -msgid "on" -msgstr "" +#~ msgid "on" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:81 -msgid "on {str}" +#~ msgid "on {str}" +#~ msgstr "" + +#: src/components/StarterPack/QrCode.tsx:70 +msgid "on<0><1/><2><3/>" msgstr "" #: src/view/screens/Settings/index.tsx:226 @@ -4433,10 +4617,10 @@ msgid "Onboarding reset" msgstr "" #: src/tours/Tooltip.tsx:118 -msgid "Onboarding tour step {0}: {1}" -msgstr "" +#~ msgid "Onboarding tour step {0}: {1}" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:589 +#: src/view/com/composer/Composer.tsx:671 msgid "One or more images is missing alt text." msgstr "" @@ -4452,10 +4636,14 @@ msgstr "" msgid "Only {0} can reply." msgstr "" -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:39 +msgid "Only WebVTT (.vtt) files are supported" +msgstr "" + #: src/components/Lists.tsx:88 msgid "Oops, something went wrong!" msgstr "" @@ -4463,13 +4651,13 @@ msgstr "" #: src/components/Lists.tsx:199 #: src/components/StarterPack/ProfileStarterPacks.tsx:304 #: src/components/StarterPack/ProfileStarterPacks.tsx:313 -#: src/view/screens/AppPasswords.tsx:69 +#: src/view/screens/AppPasswords.tsx:68 #: src/view/screens/NotificationsSettings.tsx:45 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Oops!" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "" @@ -4486,8 +4674,9 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/view/com/composer/Composer.tsx:754 -#: src/view/com/composer/Composer.tsx:755 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:165 +#: src/view/com/composer/Composer.tsx:820 +#: src/view/com/composer/Composer.tsx:821 msgid "Open emoji picker" msgstr "" @@ -4626,7 +4815,7 @@ msgstr "" msgid "Opens moderation settings" msgstr "" -#: src/screens/Login/LoginForm.tsx:247 +#: src/screens/Login/LoginForm.tsx:234 msgid "Opens password reset form" msgstr "" @@ -4668,12 +4857,12 @@ msgstr "" msgid "Opens the threads preferences" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:555 -#: src/view/com/util/UserAvatar.tsx:420 +#: src/view/com/notifications/FeedItem.tsx:551 +#: src/view/com/util/UserAvatar.tsx:426 msgid "Opens this profile" msgstr "" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:95 msgid "Opens video picker" msgstr "" @@ -4731,7 +4920,7 @@ msgstr "" msgid "Page Not Found" msgstr "" -#: src/screens/Login/LoginForm.tsx:225 +#: src/screens/Login/LoginForm.tsx:213 #: src/screens/Signup/StepInfo/index.tsx:162 #: src/view/com/modals/DeleteAccount.tsx:257 #: src/view/com/modals/DeleteAccount.tsx:264 @@ -4750,12 +4939,13 @@ msgstr "" msgid "Password updated!" msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:366 msgid "Pause" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:319 msgid "Pause video" msgstr "" @@ -4814,12 +5004,13 @@ msgstr "" msgid "Pinned to your feeds" msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:367 msgid "Play" msgstr "" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:131 msgid "Play {0}" msgstr "" @@ -4828,34 +5019,34 @@ msgstr "" #~ msgid "Play notification sounds" #~ msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:43 +#: src/view/com/util/post-embeds/GifEmbed.tsx:45 msgid "Play or pause the GIF" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:52 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:204 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:110 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:320 msgid "Play video" msgstr "" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:59 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:60 msgid "Play Video" msgstr "" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:130 msgid "Plays the GIF" msgstr "" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "" -#: src/screens/Signup/state.ts:215 +#: src/screens/Signup/state.ts:210 #: src/screens/Signup/StepInfo/index.tsx:81 msgid "Please choose your password." msgstr "" -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "" @@ -4875,7 +5066,7 @@ msgstr "" msgid "Please enter a valid word, tag, or phrase to mute" msgstr "" -#: src/screens/Signup/state.ts:201 +#: src/screens/Signup/state.ts:196 #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Please enter your email." msgstr "" @@ -4888,7 +5079,7 @@ msgstr "" msgid "Please enter your password as well:" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:268 +#: src/components/moderation/LabelsOnMeDialog.tsx:259 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -4905,7 +5096,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "" -#: src/view/com/composer/Composer.tsx:331 +#: src/view/com/composer/Composer.tsx:359 msgid "Please wait for your link card to finish loading" msgstr "" @@ -4918,13 +5109,13 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:564 -#: src/view/com/composer/Composer.tsx:571 +#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:653 msgctxt "action" msgid "Post" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "" @@ -4980,7 +5171,7 @@ msgid "posts" msgstr "" #: src/screens/StarterPack/StarterPackScreen.tsx:173 -#: src/view/screens/Profile.tsx:209 +#: src/view/screens/Profile.tsx:220 msgid "Posts" msgstr "" @@ -5061,17 +5252,17 @@ msgstr "" msgid "Privately chat with other users." msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:156 +#: src/screens/Login/ForgotPasswordForm.tsx:155 msgid "Processing..." msgstr "" -#: src/view/screens/DebugMod.tsx:895 -#: src/view/screens/Profile.tsx:346 +#: src/view/screens/DebugMod.tsx:896 +#: src/view/screens/Profile.tsx:357 msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:275 -#: src/view/shell/desktop/LeftNav.tsx:393 +#: src/view/shell/bottom-bar/BottomBar.tsx:272 +#: src/view/shell/desktop/LeftNav.tsx:387 #: src/view/shell/Drawer.tsx:78 #: src/view/shell/Drawer.tsx:546 #: src/view/shell/Drawer.tsx:547 @@ -5086,7 +5277,7 @@ msgstr "" msgid "Protect your account by verifying your email." msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "" @@ -5098,11 +5289,11 @@ msgstr "" msgid "Public, shareable lists which can drive feeds." msgstr "" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish post" msgstr "" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish reply" msgstr "" @@ -5119,11 +5310,11 @@ msgid "QR code saved to your camera roll!" msgstr "" #: src/tours/Tooltip.tsx:111 -msgid "Quick tip" -msgstr "" +#~ msgid "Quick tip" +#~ msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:122 -#: src/view/com/util/post-ctrls/RepostButton.tsx:149 +#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:152 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Quote post" @@ -5148,8 +5339,8 @@ msgid "Quote post was successfully detached" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:313 -#: src/view/com/util/post-ctrls/RepostButton.tsx:121 -#: src/view/com/util/post-ctrls/RepostButton.tsx:148 +#: src/view/com/util/post-ctrls/RepostButton.tsx:124 +#: src/view/com/util/post-ctrls/RepostButton.tsx:151 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:84 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:91 msgid "Quote posts disabled" @@ -5163,8 +5354,8 @@ msgstr "" msgid "Quote settings" msgstr "" -#: src/screens/Post/PostQuotes.tsx:29 -#: src/view/com/post-thread/PostQuotes.tsx:122 +#: src/screens/Post/PostQuotes.tsx:31 +#: src/screens/Post/PostQuotes.tsx:32 msgid "Quotes" msgstr "" @@ -5254,7 +5445,11 @@ msgstr "" msgid "Remove account" msgstr "" -#: src/view/com/util/UserAvatar.tsx:387 +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "" + +#: src/view/com/util/UserAvatar.tsx:393 msgid "Remove Avatar" msgstr "" @@ -5262,7 +5457,7 @@ msgstr "" msgid "Remove Banner" msgstr "" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "" @@ -5302,8 +5497,8 @@ msgid "Remove image" msgstr "" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "" +#~ msgid "Remove image preview" +#~ msgstr "" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -5317,24 +5512,28 @@ msgstr "" msgid "Remove profile from search history" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:274 msgid "Remove quote" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:95 -#: src/view/com/util/post-ctrls/RepostButton.tsx:111 +#: src/view/com/util/post-ctrls/RepostButton.tsx:98 +#: src/view/com/util/post-ctrls/RepostButton.tsx:114 msgid "Remove repost" msgstr "" +#: src/view/com/composer/videos/SubtitleDialog.tsx:264 +msgid "Remove subtitle file" +msgstr "" + #: src/view/com/posts/FeedErrorMessage.tsx:211 msgid "Remove this feed from your saved feeds" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:100 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:109 msgid "Removed by author" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:98 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:107 msgid "Removed by you" msgstr "" @@ -5362,20 +5561,24 @@ msgstr "" #~ msgid "Removes default thumbnail from {0}" #~ msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:275 msgid "Removes quoted post" msgstr "" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 -msgid "Removes the image preview" +msgid "Removes the attachment" msgstr "" +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 +#~ msgid "Removes the image preview" +#~ msgstr "" + #: src/view/com/posts/FeedShutdownMsg.tsx:129 #: src/view/com/posts/FeedShutdownMsg.tsx:133 msgid "Replace with Discover" msgstr "" -#: src/view/screens/Profile.tsx:210 +#: src/view/screens/Profile.tsx:221 msgid "Replies" msgstr "" @@ -5395,7 +5598,7 @@ msgstr "" #~ msgid "Replies to this thread are disabled" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:644 msgctxt "action" msgid "Reply" msgstr "" @@ -5429,23 +5632,23 @@ msgstr "" #~ msgstr "" #: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:522 +#: src/view/com/posts/FeedItem.tsx:520 msgctxt "description" msgid "Reply to <0><1/>" msgstr "" -#: src/view/com/posts/FeedItem.tsx:513 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" msgstr "" -#: src/view/com/posts/FeedItem.tsx:515 +#: src/view/com/posts/FeedItem.tsx:513 msgctxt "description" msgid "Reply to a post" msgstr "" #: src/view/com/post/Post.tsx:194 -#: src/view/com/posts/FeedItem.tsx:519 +#: src/view/com/posts/FeedItem.tsx:517 msgctxt "description" msgid "Reply to you" msgstr "" @@ -5537,9 +5740,9 @@ msgstr "" msgid "Report this user" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:67 -#: src/view/com/util/post-ctrls/RepostButton.tsx:96 -#: src/view/com/util/post-ctrls/RepostButton.tsx:112 +#: src/view/com/util/post-ctrls/RepostButton.tsx:70 +#: src/view/com/util/post-ctrls/RepostButton.tsx:99 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 msgctxt "action" msgid "Repost" msgstr "" @@ -5550,18 +5753,18 @@ msgid "Repost" msgstr "" #: src/screens/StarterPack/StarterPackScreen.tsx:535 -#: src/view/com/util/post-ctrls/RepostButton.tsx:88 +#: src/view/com/util/post-ctrls/RepostButton.tsx:91 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:49 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:104 msgid "Repost or quote post" msgstr "" -#: src/screens/Post/PostRepostedBy.tsx:29 -#: src/view/com/post-thread/PostRepostedBy.tsx:96 +#: src/screens/Post/PostRepostedBy.tsx:31 +#: src/screens/Post/PostRepostedBy.tsx:32 msgid "Reposted By" msgstr "" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "" @@ -5569,16 +5772,16 @@ msgstr "" #~ msgid "Reposted by <0/>" #~ msgstr "" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "" -#: src/view/com/posts/FeedItem.tsx:292 -#: src/view/com/posts/FeedItem.tsx:311 +#: src/view/com/posts/FeedItem.tsx:290 +#: src/view/com/posts/FeedItem.tsx:309 msgid "Reposted by you" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:184 +#: src/view/com/notifications/FeedItem.tsx:180 msgid "reposted your post" msgstr "" @@ -5613,6 +5816,14 @@ msgstr "" msgid "Resend email" msgstr "" +#: src/components/intents/VerifyEmailIntentDialog.tsx:130 +msgid "Resend Email" +msgstr "" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:123 +msgid "Resend Verification Email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:186 msgid "Reset code" msgstr "" @@ -5643,7 +5854,7 @@ msgstr "" msgid "Resets the preferences state" msgstr "" -#: src/screens/Login/LoginForm.tsx:312 +#: src/screens/Login/LoginForm.tsx:299 msgid "Retries login" msgstr "" @@ -5652,15 +5863,15 @@ msgstr "" msgid "Retries the last action, which errored out" msgstr "" -#: src/components/dms/MessageItem.tsx:235 +#: src/components/dms/MessageItem.tsx:236 #: src/components/Error.tsx:66 #: src/components/Lists.tsx:104 #: src/components/StarterPack/ProfileStarterPacks.tsx:318 -#: src/screens/Login/LoginForm.tsx:311 -#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:298 +#: src/screens/Login/LoginForm.tsx:305 #: src/screens/Messages/Conversation/MessageListError.tsx:25 -#: src/screens/Onboarding/StepInterests/index.tsx:251 -#: src/screens/Onboarding/StepInterests/index.tsx:254 +#: src/screens/Onboarding/StepInterests/index.tsx:231 +#: src/screens/Onboarding/StepInterests/index.tsx:234 #: src/screens/Signup/BackNextButtons.tsx:52 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 @@ -5772,8 +5983,8 @@ msgstr "" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:105 -#: src/view/com/notifications/FeedItem.tsx:416 -#: src/view/com/notifications/FeedItem.tsx:441 +#: src/view/com/notifications/FeedItem.tsx:412 +#: src/view/com/notifications/FeedItem.tsx:437 msgid "Say hello!" msgstr "" @@ -5787,15 +5998,15 @@ msgid "Scroll to top" msgstr "" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:554 +#: src/Navigation.tsx:555 #: src/view/com/modals/ListAddRemoveUsers.tsx:76 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 #: src/view/screens/Search/Search.tsx:421 #: src/view/screens/Search/Search.tsx:791 #: src/view/screens/Search/Search.tsx:813 -#: src/view/shell/bottom-bar/BottomBar.tsx:182 -#: src/view/shell/desktop/LeftNav.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:179 +#: src/view/shell/desktop/LeftNav.tsx:349 #: src/view/shell/Drawer.tsx:398 #: src/view/shell/Drawer.tsx:399 msgid "Search" @@ -5881,6 +6092,10 @@ msgstr "" #~ msgid "See what's next" #~ msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:631 +msgid "Seek slider" +msgstr "" + #: src/view/com/util/Selector.tsx:106 msgid "Select {item}" msgstr "" @@ -5917,6 +6132,10 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "" +#: src/view/com/composer/videos/SubtitleDialog.tsx:249 +msgid "Select language..." +msgstr "" + #: src/view/screens/LanguageSettings.tsx:303 msgid "Select languages" msgstr "" @@ -5933,6 +6152,10 @@ msgstr "" #~ msgid "Select some accounts below to follow" #~ msgstr "" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:65 +msgid "Select subtitle file (.vtt)" +msgstr "" + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83 msgid "Select the {emojiName} emoji as your avatar" msgstr "" @@ -5949,7 +6172,7 @@ msgstr "" #~ msgid "Select topical feeds to follow from the list below" #~ msgstr "" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:94 msgid "Select video" msgstr "" @@ -5969,11 +6192,11 @@ msgstr "" msgid "Select your app language for the default text to display in the app." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:193 msgid "Select your date of birth" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "" @@ -6011,8 +6234,8 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/Conversation/MessageInput.tsx:163 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:155 +#: src/screens/Messages/Conversation/MessageInput.tsx:165 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:219 msgid "Send message" msgstr "" @@ -6123,7 +6346,7 @@ msgstr "" #: src/Navigation.tsx:155 #: src/view/screens/Settings/index.tsx:302 -#: src/view/shell/desktop/LeftNav.tsx:401 +#: src/view/shell/desktop/LeftNav.tsx:395 #: src/view/shell/Drawer.tsx:563 #: src/view/shell/Drawer.tsx:564 msgid "Settings" @@ -6137,6 +6360,7 @@ msgstr "" msgid "Sexually Suggestive" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:644 #: src/components/StarterPack/QrCodeDialog.tsx:177 #: src/screens/StarterPack/StarterPackScreen.tsx:411 #: src/screens/StarterPack/StarterPackScreen.tsx:582 @@ -6144,7 +6368,7 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:410 #: src/view/com/util/forms/PostDropdownBtn.tsx:419 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:321 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:345 #: src/view/screens/ProfileList.tsx:484 msgid "Share" msgstr "" @@ -6164,7 +6388,7 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:377 #: src/view/com/util/forms/PostDropdownBtn.tsx:659 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:337 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:361 msgid "Share anyway" msgstr "" @@ -6173,6 +6397,14 @@ msgstr "" msgid "Share feed" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:621 +msgid "Share image externally" +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:639 +msgid "Share image in post" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:124 #: src/components/StarterPack/ShareDialog.tsx:131 #: src/screens/StarterPack/StarterPackScreen.tsx:586 @@ -6224,7 +6456,7 @@ msgstr "" #~ msgid "Show all replies" #~ msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:169 msgid "Show alt text" msgstr "" @@ -6244,8 +6476,8 @@ msgid "Show badge and filter from feeds" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "" +#~ msgid "Show follows similar to {0}" +#~ msgstr "" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -6260,9 +6492,9 @@ msgstr "" msgid "Show list anyway" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:584 +#: src/view/com/post-thread/PostThreadItem.tsx:590 #: src/view/com/post/Post.tsx:234 -#: src/view/com/posts/FeedItem.tsx:479 +#: src/view/com/posts/FeedItem.tsx:476 msgid "Show More" msgstr "" @@ -6345,7 +6577,7 @@ msgstr "" msgid "Show warning and filter from feeds" msgstr "" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Shows posts from {0} in your feed" msgstr "" @@ -6353,17 +6585,17 @@ msgstr "" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:177 +#: src/screens/Login/LoginForm.tsx:166 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:112 #: src/view/com/auth/SplashScreen.web.tsx:121 +#: src/view/shell/bottom-bar/BottomBar.tsx:312 +#: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBar.tsx:316 -#: src/view/shell/bottom-bar/BottomBar.tsx:318 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:208 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:210 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -6395,12 +6627,12 @@ msgstr "" msgid "Sign out of all accounts" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBar.tsx:306 -#: src/view/shell/bottom-bar/BottomBar.tsx:308 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:198 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:200 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -6425,25 +6657,25 @@ msgstr "" msgid "Signed in as @{0}" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:306 -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:313 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:308 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:315 msgid "Signup without a starter pack" msgstr "" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:102 +#: src/components/FeedInterstitials.tsx:316 msgid "Similar accounts" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:265 +#: src/screens/Onboarding/StepInterests/index.tsx:245 #: src/screens/StarterPack/Wizard/index.tsx:191 msgid "Skip" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "" @@ -6452,7 +6684,7 @@ msgstr "" msgid "Software Dev" msgstr "" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:447 msgid "Some other feeds you might like" msgstr "" @@ -6485,7 +6717,7 @@ msgid "Something went wrong!" msgstr "" #: src/App.native.tsx:102 -#: src/App.web.tsx:83 +#: src/App.web.tsx:88 msgid "Sorry! Your session expired. Please log in again." msgstr "" @@ -6505,12 +6737,12 @@ msgstr "" #~ msgid "Source: <0>{0}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" msgstr "" -#: src/lib/moderation/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:80 +#: src/lib/moderation/useReportOptions.ts:72 +#: src/lib/moderation/useReportOptions.ts:85 msgid "Spam" msgstr "" @@ -6540,10 +6772,9 @@ msgid "Start chatting" msgstr "" #: src/tours/Tooltip.tsx:99 -msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." -msgstr "" +#~ msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." +#~ msgstr "" -#: src/lib/generate-starterpack.ts:68 #: src/Navigation.tsx:358 #: src/Navigation.tsx:363 #: src/screens/StarterPack/Wizard/index.tsx:182 @@ -6558,7 +6789,7 @@ msgstr "" msgid "Starter pack is invalid" msgstr "" -#: src/view/screens/Profile.tsx:214 +#: src/view/screens/Profile.tsx:225 msgid "Starter Packs" msgstr "" @@ -6591,8 +6822,8 @@ msgstr "" msgid "Storybook" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:302 -#: src/components/moderation/LabelsOnMeDialog.tsx:303 +#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:294 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -6631,7 +6862,7 @@ msgstr "" #~ msgid "Suggested Follows" #~ msgstr "" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:318 msgid "Suggested for you" msgstr "" @@ -6651,8 +6882,8 @@ msgid "Switch Account" msgstr "" #: src/tours/HomeTour.tsx:48 -msgid "Switch between feeds to control your experience." -msgstr "" +#~ msgid "Switch between feeds to control your experience." +#~ msgstr "" #: src/view/screens/Settings/index.tsx:126 msgid "Switch to {0}" @@ -6691,18 +6922,27 @@ msgstr "" msgid "Tap to dismiss" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:181 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:145 msgid "Tap to enter full screen" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:202 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:151 +msgid "Tap to play or pause" +msgstr "" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:164 msgid "Tap to toggle sound" msgstr "" -#: src/view/com/util/images/AutoSizedImage.tsx:70 -msgid "Tap to view fully" +#: src/view/com/util/images/AutoSizedImage.tsx:219 +#: src/view/com/util/images/AutoSizedImage.tsx:239 +msgid "Tap to view full image" msgstr "" +#: src/view/com/util/images/AutoSizedImage.tsx:70 +#~ msgid "Tap to view fully" +#~ msgstr "" + #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" msgstr "" @@ -6724,6 +6964,10 @@ msgstr "" msgid "Tell us a little more" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:518 +msgid "Ten Million" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:90 msgid "Terms" msgstr "" @@ -6737,9 +6981,9 @@ msgid "Terms of Service" msgstr "" #: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:94 -#: src/lib/moderation/useReportOptions.ts:102 -#: src/lib/moderation/useReportOptions.ts:110 +#: 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 "" @@ -6751,7 +6995,7 @@ msgstr "" msgid "Text & tags" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:266 +#: src/components/moderation/LabelsOnMeDialog.tsx:257 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "" @@ -6761,6 +7005,14 @@ msgstr "" msgid "Thank you. Your report has been sent." msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:593 +msgid "Thanks for being one of our first 10 million users." +msgstr "" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:74 +msgid "Thanks, you have successfully verified your email address." +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:459 msgid "That contains the following:" msgstr "" @@ -6778,11 +7030,11 @@ msgstr "" msgid "That starter pack could not be found." msgstr "" -#: src/view/com/post-thread/PostQuotes.tsx:129 +#: src/view/com/post-thread/PostQuotes.tsx:127 msgid "That's all, folks!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:310 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:270 #: src/view/com/profile/ProfileMenu.tsx:353 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -6817,7 +7069,7 @@ msgstr "" msgid "The Discover feed now knows what you like" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:327 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off." msgstr "" @@ -6825,11 +7077,11 @@ msgstr "" msgid "The feed has been replaced with Discover." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "" @@ -6846,8 +7098,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "" -#: src/state/queries/video/video.ts:129 -msgid "The selected video is larger than 100MB." +#: src/state/queries/video/video.ts:227 +msgid "The selected video is larger than 50MB." msgstr "" #: src/screens/StarterPack/StarterPackScreen.tsx:713 @@ -6862,6 +7114,10 @@ msgstr "" msgid "The Terms of Service have been moved to" msgstr "" +#: src/components/intents/VerifyEmailIntentDialog.tsx:85 +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/Onboarding/StepAlgoFeeds/index.tsx:141 #~ msgid "There are many feeds to try:" #~ msgstr "" @@ -6912,7 +7168,7 @@ msgstr "" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" -#: src/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 msgid "There was an issue fetching posts. Tap here to try again." msgstr "" @@ -6934,15 +7190,15 @@ msgstr "" #~ msgid "There was an issue syncing your preferences with the server" #~ msgstr "" -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:107 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:143 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:97 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:109 #: src/view/com/profile/ProfileMenu.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:122 #: src/view/com/profile/ProfileMenu.tsx:137 @@ -6993,7 +7249,7 @@ msgstr "" #~ msgid "This appeal will be sent to <0>{0}." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "" @@ -7086,7 +7342,7 @@ msgstr "" #~ msgid "This label was applied by you" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "" @@ -7119,7 +7375,7 @@ msgid "This post has been deleted." msgstr "" #: src/view/com/util/forms/PostDropdownBtn.tsx:656 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:334 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:358 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "" @@ -7151,7 +7407,7 @@ msgstr "" msgid "This should create a domain record at:" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "" @@ -7180,7 +7436,7 @@ msgstr "" msgid "This user is new here. Press for more info about when they joined." msgstr "" -#: src/view/com/profile/ProfileFollows.tsx:87 +#: src/view/com/profile/ProfileFollows.tsx:96 msgid "This user isn't following anyone." msgstr "" @@ -7233,10 +7489,18 @@ 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/view/com/composer/videos/SelectVideoBtn.tsx:120 +msgid "To upload videos to Bluesky, you must first verify your email." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:597 +msgid "Together, we're rebuilding the social internet. We're glad you're here." +msgstr "" + #: src/components/dialogs/MutedWords.tsx:112 #~ msgid "Toggle between muted word options." #~ msgstr "" @@ -7249,7 +7513,7 @@ msgstr "" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "" @@ -7260,8 +7524,8 @@ msgstr "" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:734 -#: src/view/com/post-thread/PostThreadItem.tsx:736 +#: src/view/com/post-thread/PostThreadItem.tsx:746 +#: src/view/com/post-thread/PostThreadItem.tsx:748 #: src/view/com/util/forms/PostDropdownBtn.tsx:380 #: src/view/com/util/forms/PostDropdownBtn.tsx:382 msgid "Translate" @@ -7280,7 +7544,7 @@ msgstr "" msgid "Two-factor authentication" msgstr "" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "" @@ -7298,7 +7562,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:155 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:77 #: src/view/com/modals/ChangePassword.tsx:71 @@ -7313,14 +7577,14 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:192 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 #: src/view/screens/ProfileList.tsx:682 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "" @@ -7335,12 +7599,12 @@ msgstr "" msgid "Unblock Account" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:308 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:268 #: src/view/com/profile/ProfileMenu.tsx:347 msgid "Unblock Account?" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:66 +#: src/view/com/util/post-ctrls/RepostButton.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:76 msgid "Undo repost" @@ -7355,7 +7619,7 @@ msgstr "" #~ msgid "Unfollow" #~ msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "" @@ -7373,12 +7637,16 @@ msgid "Unlike this feed" msgstr "" #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 #: src/view/screens/ProfileList.tsx:689 msgid "Unmute" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:388 +msgctxt "video" +msgid "Unmute" +msgstr "" + #: src/components/TagMenu/index.web.tsx:115 msgid "Unmute {truncatedTag}" msgstr "" @@ -7405,13 +7673,13 @@ msgstr "" msgid "Unmute thread" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:317 msgid "Unmute video" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Unmuted" -msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Unmuted" +#~ msgstr "" #: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:673 @@ -7447,12 +7715,16 @@ msgstr "" msgid "Unsubscribed from list" msgstr "" +#: src/state/queries/video/video.ts:245 +msgid "Unsupported video type: {mimeType}" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:85 #~ msgid "Unwanted sexual content" #~ msgstr "" -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/lib/moderation/useReportOptions.ts:77 +#: src/lib/moderation/useReportOptions.ts:90 msgid "Unwanted Sexual Content" msgstr "" @@ -7484,20 +7756,20 @@ msgstr "" msgid "Upload a text file to:" msgstr "" -#: src/view/com/util/UserAvatar.tsx:355 -#: src/view/com/util/UserAvatar.tsx:358 +#: src/view/com/util/UserAvatar.tsx:361 +#: src/view/com/util/UserAvatar.tsx:364 #: src/view/com/util/UserBanner.tsx:123 #: src/view/com/util/UserBanner.tsx:126 msgid "Upload from Camera" msgstr "" -#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:378 #: src/view/com/util/UserBanner.tsx:140 msgid "Upload from Files" msgstr "" -#: src/view/com/util/UserAvatar.tsx:366 -#: src/view/com/util/UserAvatar.tsx:370 +#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:376 #: src/view/com/util/UserBanner.tsx:134 #: src/view/com/util/UserBanner.tsx:138 msgid "Upload from Library" @@ -7507,7 +7779,7 @@ msgstr "" msgid "Use a file on your server" msgstr "" -#: src/view/screens/AppPasswords.tsx:200 +#: src/view/screens/AppPasswords.tsx:199 msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "" @@ -7595,7 +7867,7 @@ msgstr "" msgid "User Lists" msgstr "" -#: src/screens/Login/LoginForm.tsx:197 +#: src/screens/Login/LoginForm.tsx:186 msgid "Username or email address" msgstr "" @@ -7630,6 +7902,10 @@ msgstr "" msgid "Value:" msgstr "" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:118 +msgid "Verified email required" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:510 #~ msgid "Verify {0}" #~ msgstr "" @@ -7642,6 +7918,10 @@ msgstr "" msgid "Verify email" msgstr "" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "" @@ -7655,6 +7935,10 @@ msgstr "" msgid "Verify New Email" msgstr "" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:122 +msgid "Verify now" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "" @@ -7671,25 +7955,47 @@ msgstr "" msgid "Version {appVersion} {bundleInfo}" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:180 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:144 msgid "Video" msgstr "" +#: src/state/queries/video/video.ts:138 +msgid "Video failed to process" +msgstr "" + #: src/screens/Onboarding/index.tsx:39 #: src/screens/Onboarding/state.ts:88 msgid "Video Games" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:167 +msgid "Video not found." +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:101 +msgid "Video settings" +msgstr "" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +msgid "Video: {0}" +msgstr "" + #: src/view/com/composer/videos/state.ts:27 -#~ msgid "Videos cannot be larger than 100MB" +#~ msgid "Videos cannot be larger than 50MB" #~ msgstr "" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:65 +#: src/view/com/composer/videos/VideoPreview.web.tsx:44 +msgid "Videos must be less than 60 seconds long" +msgstr "" + #: src/screens/Profile/Header/Shell.tsx:113 msgid "View {0}'s avatar" msgstr "" #: src/components/ProfileCard.tsx:110 -#: src/view/com/notifications/FeedItem.tsx:277 +#: src/view/com/notifications/FeedItem.tsx:273 msgid "View {0}'s profile" msgstr "" @@ -7721,7 +8027,7 @@ msgstr "" msgid "View full thread" msgstr "" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "" @@ -7781,7 +8087,7 @@ msgstr "" msgid "Warn content and filter from feeds" msgstr "" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "" @@ -7793,7 +8099,11 @@ msgstr "" msgid "We estimate {estimatedTime} until your account is ready." msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "" @@ -7809,6 +8119,10 @@ msgstr "" #~ msgid "We recommend our \"Discover\" feed:" #~ msgstr "" +#: src/state/queries/video/video.ts:170 +msgid "We were unable to determine if you are allowed to upload videos. Please try again." +msgstr "" + #: src/components/dialogs/BirthDateSettings.tsx:52 msgid "We were unable to load your birth date preferences. Please try again." msgstr "" @@ -7817,7 +8131,7 @@ msgstr "" msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:158 +#: src/screens/Onboarding/StepInterests/index.tsx:143 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "" @@ -7825,7 +8139,7 @@ msgstr "" msgid "We will let you know when your account is ready." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:163 +#: src/screens/Onboarding/StepInterests/index.tsx:148 msgid "We'll use this to help customize your experience." msgstr "" @@ -7849,7 +8163,7 @@ msgstr "" msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:421 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -7878,7 +8192,7 @@ msgstr "" msgid "Welcome, friend!" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "" @@ -7888,7 +8202,7 @@ msgstr "" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:516 msgid "What's up?" msgstr "" @@ -7958,16 +8272,16 @@ msgstr "" msgid "Wide" msgstr "" -#: src/screens/Messages/Conversation/MessageInput.tsx:140 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:134 +#: src/screens/Messages/Conversation/MessageInput.tsx:142 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:198 msgid "Write a message" msgstr "" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:712 msgid "Write post" msgstr "" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:515 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:42 msgid "Write your reply" msgstr "" @@ -8008,7 +8322,7 @@ msgstr "" msgid "Yes, reactivate my account" msgstr "" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "" @@ -8025,7 +8339,11 @@ msgstr "" msgid "You are in line." msgstr "" -#: src/view/com/profile/ProfileFollows.tsx:86 +#: src/state/queries/video/video.ts:161 +msgid "You are not allowed to upload videos." +msgstr "" + +#: src/view/com/profile/ProfileFollows.tsx:95 msgid "You are not following anyone." msgstr "" @@ -8059,7 +8377,7 @@ msgstr "" msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "" @@ -8142,7 +8460,7 @@ msgstr "" 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 "" -#: src/view/screens/AppPasswords.tsx:91 +#: src/view/screens/AppPasswords.tsx:90 msgid "You have not created any app passwords yet. You can create one by pressing the button below." msgstr "" @@ -8154,6 +8472,10 @@ msgstr "" msgid "You have reached the end" msgstr "" +#: src/state/queries/video/video-upload.shared.ts:67 +msgid "You have temporarily reached the limit for video uploads. Please try again later." +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:235 msgid "You haven't created a starter pack yet!" msgstr "" @@ -8167,11 +8489,11 @@ msgstr "" msgid "You hid this reply." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:91 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" @@ -8207,6 +8529,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:237 #: src/components/StarterPack/ShareDialog.tsx:68 msgid "You must grant access to your photo library to save the image." msgstr "" @@ -8251,15 +8574,15 @@ msgstr "" msgid "You'll follow the suggested users once you finish creating your account!" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 msgid "You'll follow these people and {0} others" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:237 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 msgid "You'll follow these people right away" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:277 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 msgid "You'll stay updated with these feeds" msgstr "" @@ -8278,7 +8601,7 @@ msgstr "" msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "" @@ -8291,6 +8614,14 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" +#: src/state/queries/video/video.ts:175 +msgid "You've reached your daily limit for video uploads (too many bytes)" +msgstr "" + +#: src/state/queries/video/video.ts:180 +msgid "You've reached your daily limit for video uploads (too many videos)" +msgstr "" + #: src/screens/Signup/index.tsx:146 msgid "Your account" msgstr "" @@ -8299,15 +8630,19 @@ msgstr "" msgid "Your account has been deleted" msgstr "" +#: src/state/queries/video/video.ts:185 +msgid "Your account is not yet old enough to upload videos. Please try again later." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:65 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 "" -#: src/screens/Signup/StepInfo/index.tsx:180 +#: src/screens/Signup/StepInfo/index.tsx:181 msgid "Your birth date" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:145 +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:171 msgid "Your browser does not support the video format. Please try a different browser." msgstr "" @@ -8324,7 +8659,7 @@ msgstr "" #~ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:57 -#: src/screens/Signup/state.ts:208 +#: src/screens/Signup/state.ts:203 #: src/screens/Signup/StepInfo/index.tsx:75 #: src/view/com/modals/ChangePassword.tsx:55 msgid "Your email appears to be invalid." @@ -8346,7 +8681,7 @@ msgstr "" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "" -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "" @@ -8362,11 +8697,11 @@ msgstr "" msgid "Your password has been changed successfully!" msgstr "" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:467 msgid "Your post has been published" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "" @@ -8378,7 +8713,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:466 msgid "Your reply has been published" msgstr "" diff --git a/src/locale/locales/es/messages.po b/src/locale/locales/es/messages.po index 86b8097fcb..b1aff1aadd 100644 --- a/src/locale/locales/es/messages.po +++ b/src/locale/locales/es/messages.po @@ -21,16 +21,24 @@ msgstr "" msgid "(no email)" msgstr "(sin correo)" -#: src/view/com/notifications/FeedItem.tsx:236 -#: src/view/com/notifications/FeedItem.tsx:327 +#: src/view/com/notifications/FeedItem.tsx:232 +#: src/view/com/notifications/FeedItem.tsx:323 msgid "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}" msgstr "" +#: src/lib/hooks/useTimeAgo.ts:156 +msgid "{0, plural, one {# day} other {# days}}" +msgstr "" + +#: src/lib/hooks/useTimeAgo.ts:146 +msgid "{0, plural, one {# hour} other {# hours}}" +msgstr "" + #: src/components/moderation/LabelsOnMe.tsx:55 #~ msgid "{0, plural, one {# label has been placed on this account} other {# labels has been placed on this account}}" #~ msgstr "" -#: src/components/moderation/LabelsOnMe.tsx:55 +#: src/components/moderation/LabelsOnMe.tsx:54 msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" msgstr "" @@ -38,14 +46,26 @@ msgstr "" #~ msgid "{0, plural, one {# label has been placed on this content} other {# labels has been placed on this content}}" #~ msgstr "" -#: src/components/moderation/LabelsOnMe.tsx:61 +#: src/components/moderation/LabelsOnMe.tsx:60 msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:68 +#: src/lib/hooks/useTimeAgo.ts:136 +msgid "{0, plural, one {# minute} other {# minutes}}" +msgstr "" + +#: src/lib/hooks/useTimeAgo.ts:167 +msgid "{0, plural, one {# month} other {# months}}" +msgstr "" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:71 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "" +#: src/lib/hooks/useTimeAgo.ts:126 +msgid "{0, plural, one {# second} other {# seconds}}" +msgstr "" + #: src/components/KnownFollowers.tsx:179 #~ msgid "{0, plural, one {and # other} other {and # others}}" #~ msgstr "" @@ -60,11 +80,11 @@ msgstr "" msgid "{0, plural, one {following} other {following}}" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:276 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:312 msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "" @@ -77,19 +97,19 @@ msgstr "" msgid "{0, plural, one {post} other {posts}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:413 +#: src/view/com/post-thread/PostThreadItem.tsx:419 msgid "{0, plural, one {quote} other {quotes}}" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:233 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:269 msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:272 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "{0, plural, one {Unlike (# like)} other {Unlike (# likes)}}" msgstr "" @@ -107,6 +127,10 @@ msgstr "" msgid "{0} joined this week" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:637 +msgid "{0} of {1}" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:467 msgid "{0} people have used this starter pack!" msgstr "" @@ -115,7 +139,7 @@ msgstr "" #~ msgid "{0} your feeds" #~ msgstr "" -#: src/view/com/util/UserAvatar.tsx:419 +#: src/view/com/util/UserAvatar.tsx:425 msgid "{0}'s avatar" msgstr "" @@ -127,30 +151,56 @@ msgstr "" msgid "{0}'s starter pack" msgstr "" +#. How many days have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:158 +msgid "{0}d" +msgstr "" + +#. How many hours have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:148 +msgid "{0}h" +msgstr "" + +#. How many minutes have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:138 +msgid "{0}m" +msgstr "" + +#. How many months have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:169 +msgid "{0}mo" +msgstr "" + +#. How many seconds have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:128 +msgid "{0}s" +msgstr "" + #: src/components/LabelingServiceCard/index.tsx:71 msgid "{count, plural, one {Liked by # user} other {Liked by # users}}" msgstr "" #: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "" +#~ msgid "{diff, plural, one {day} other {days}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "" +#~ msgid "{diff, plural, one {hour} other {hours}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "" +#~ msgid "{diff, plural, one {minute} other {minutes}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "" +#~ msgid "{diff, plural, one {month} other {months}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "" +#~ msgid "{diffSeconds, plural, one {second} other {seconds}}" +#~ msgstr "" +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" msgstr "" @@ -265,7 +315,7 @@ msgstr "⚠Nombre de usuario inválido" msgid "24 hours" msgstr "" -#: src/screens/Login/LoginForm.tsx:266 +#: src/screens/Login/LoginForm.tsx:253 msgid "2FA Confirmation" msgstr "Confirmación 2FA" @@ -278,8 +328,8 @@ msgid "7 days" msgstr "" #: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "" +#~ msgid "A help tooltip" +#~ msgstr "" #: src/view/com/util/ViewHeader.tsx:92 #: src/view/screens/Search/Search.tsx:684 @@ -308,7 +358,7 @@ msgstr "Ajustes de accesibilidad" #~ msgid "account" #~ msgstr "cuenta" -#: src/screens/Login/LoginForm.tsx:190 +#: src/screens/Login/LoginForm.tsx:179 #: src/view/screens/Settings/index.tsx:315 #: src/view/screens/Settings/index.tsx:718 msgid "Account" @@ -343,7 +393,7 @@ msgstr "Opciones de cuenta" msgid "Account removed from quick access" msgstr "Cuenta elimada de acceso rápido" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "Cuenta desbloqueada" @@ -399,9 +449,13 @@ msgstr "Añadir texto alternativo" #~ msgid "Add ALT text" #~ msgstr "Añadir texto alternativo" -#: src/view/screens/AppPasswords.tsx:106 -#: src/view/screens/AppPasswords.tsx:148 -#: src/view/screens/AppPasswords.tsx:161 +#: src/view/com/composer/videos/SubtitleDialog.tsx:109 +msgid "Add alt text (optional)" +msgstr "" + +#: src/view/screens/AppPasswords.tsx:105 +#: src/view/screens/AppPasswords.tsx:147 +#: src/view/screens/AppPasswords.tsx:160 msgid "Add App Password" msgstr "Añadir contraseña de app" @@ -509,11 +563,11 @@ msgstr "" msgid "Allow replies from:" msgstr "" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:178 +#: src/screens/Login/ForgotPasswordForm.tsx:177 #: src/view/com/modals/ChangePassword.tsx:171 msgid "Already have a code?" msgstr "¿Ya tienes un código?" @@ -524,17 +578,20 @@ msgstr "Sesión ya iniciada como @{0}" #: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/util/post-embeds/GifEmbed.tsx:183 +#: src/view/com/util/post-embeds/GifEmbed.tsx:177 msgid "ALT" msgstr "ALT" #: src/view/com/composer/GifAltText.tsx:144 +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +#: src/view/com/composer/videos/SubtitleDialog.tsx:104 +#: src/view/com/composer/videos/SubtitleDialog.tsx:108 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:87 msgid "Alt text" msgstr "Texto alternativo" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:182 msgid "Alt Text" msgstr "Texto alternativo" @@ -559,19 +616,30 @@ msgstr "" #~ msgid "An error occured" #~ msgstr "Ocurrió un error" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:314 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:413 msgid "An error occurred" msgstr "" +#: src/state/queries/video/video.ts:232 +msgid "An error occurred while compressing the video." +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:315 msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:69 -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:135 msgid "An error occurred while loading the video. Please try again later." msgstr "" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:174 +msgid "An error occurred while loading the video. Please try again." +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:250 +msgid "An error occurred while saving the image!" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:79 #~ msgid "An error occurred while saving the image." #~ msgstr "" @@ -581,6 +649,10 @@ msgstr "" msgid "An error occurred while saving the QR code!" msgstr "" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:75 +msgid "An error occurred while selecting the video" +msgstr "" + #: src/components/dms/MessageMenu.tsx:134 #~ msgid "An error occurred while trying to delete the message. Please try again." #~ msgstr "Ocurrió un error al intentar eliminar el mensaje. Intenta de nuevo." @@ -590,7 +662,7 @@ msgstr "" msgid "An error occurred while trying to follow all" msgstr "" -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:199 msgid "An error occurred while uploading the video." msgstr "" @@ -608,14 +680,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:319 -#: src/components/ProfileCard.tsx:339 +#: src/components/ProfileCard.tsx:324 +#: src/components/ProfileCard.tsx:344 #: src/view/com/profile/FollowButton.tsx:36 #: src/view/com/profile/FollowButton.tsx:46 msgid "An issue occurred, please try again." msgstr "Ocurrió un problema. Intenta de nuevo." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "Ocurrió un error desconocido" @@ -625,8 +697,8 @@ msgid "an unknown labeler" msgstr "" #: src/components/WhoCanReply.tsx:295 -#: src/view/com/notifications/FeedItem.tsx:235 -#: src/view/com/notifications/FeedItem.tsx:324 +#: src/view/com/notifications/FeedItem.tsx:231 +#: src/view/com/notifications/FeedItem.tsx:320 msgid "and" msgstr "y" @@ -635,7 +707,7 @@ msgstr "y" msgid "Animals" msgstr "Animales" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:139 msgid "Animated GIF" msgstr "GIF animado" @@ -651,7 +723,7 @@ msgstr "" msgid "App Language" msgstr "Idioma de interfaz" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "Contraseña de app eliminada" @@ -668,21 +740,21 @@ msgid "App password settings" msgstr "Ajustes de contraseñas de app" #: src/Navigation.tsx:286 -#: src/view/screens/AppPasswords.tsx:192 +#: src/view/screens/AppPasswords.tsx:191 #: src/view/screens/Settings/index.tsx:672 msgid "App Passwords" msgstr "Contraseñas de la app" -#: src/components/moderation/LabelsOnMeDialog.tsx:154 -#: src/components/moderation/LabelsOnMeDialog.tsx:157 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 +#: src/components/moderation/LabelsOnMeDialog.tsx:149 msgid "Appeal" msgstr "Apelar" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "Apelar la etiqueta de \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "Apelación enviada" @@ -720,7 +792,7 @@ msgstr "" #~ msgid "Are you sure you want delete this starter pack?" #~ msgstr "" -#: src/view/screens/AppPasswords.tsx:282 +#: src/view/screens/AppPasswords.tsx:277 msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "¿Seguro que quieres eliminar la contraseña de app \"{name}\"?" @@ -752,7 +824,7 @@ msgstr "¿Seguro que quieres eliminar {0} de tus feeds?" msgid "Are you sure you want to remove this from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:772 +#: src/view/com/composer/Composer.tsx:838 msgid "Are you sure you'd like to discard this draft?" msgstr "¿Seguro que quieres descartar este borrador?" @@ -773,19 +845,19 @@ msgstr "Arte" msgid "Artistic or non-erotic nudity." msgstr "Desnudez artística o no erótica." -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "Al menos 3 caracteres" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 -#: src/components/moderation/LabelsOnMeDialog.tsx:294 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:285 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:298 -#: src/screens/Login/LoginForm.tsx:304 +#: src/screens/Login/LoginForm.tsx:285 +#: src/screens/Login/LoginForm.tsx:291 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Messages/Conversation/ChatDisabled.tsx:133 @@ -813,7 +885,7 @@ msgstr "Cumpleaños" msgid "Birthday:" msgstr "Cumpleaños:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "Bloquear" @@ -844,7 +916,7 @@ msgstr "Bloquear lista" msgid "Block these accounts?" msgstr "¿Bloquear estas cuentas?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:83 msgid "Blocked" msgstr "Bloqueado" @@ -898,6 +970,10 @@ msgstr "Bluesky es una red abierta donde puedes elegir un proveedor de servicio. msgid "Bluesky is better with friends!" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:206 +msgid "Bluesky now has over 10 million users, and I was #{0}!" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:282 msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "" @@ -919,23 +995,27 @@ msgstr "" msgid "Books" msgstr "Libros" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:614 +msgid "Brag a little!" +msgstr "" + +#: src/components/FeedInterstitials.tsx:350 msgid "Browse more accounts on the Explore page" msgstr "" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:483 msgid "Browse more feeds on the Explore page" msgstr "" -#: src/components/FeedInterstitials.tsx:282 -#: src/components/FeedInterstitials.tsx:285 -#: src/components/FeedInterstitials.tsx:415 -#: src/components/FeedInterstitials.tsx:418 +#: src/components/FeedInterstitials.tsx:332 +#: src/components/FeedInterstitials.tsx:335 +#: src/components/FeedInterstitials.tsx:465 +#: src/components/FeedInterstitials.tsx:468 msgid "Browse more suggestions" msgstr "" -#: src/components/FeedInterstitials.tsx:308 -#: src/components/FeedInterstitials.tsx:442 +#: src/components/FeedInterstitials.tsx:358 +#: src/components/FeedInterstitials.tsx:492 msgid "Browse more suggestions on the Explore page" msgstr "" @@ -981,12 +1061,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "Sólo puede contener letras, números, espacios, guiones y guiones bajos. Debe tener al menos 4 caracteres, pero no más de 32." #: src/components/Menu/index.tsx:235 -#: src/components/Prompt.tsx:119 -#: src/components/Prompt.tsx:121 +#: src/components/Prompt.tsx:122 +#: src/components/Prompt.tsx:124 #: src/components/TagMenu/index.tsx:282 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:512 -#: src/view/com/composer/Composer.tsx:527 +#: src/view/com/composer/Composer.tsx:594 +#: src/view/com/composer/Composer.tsx:609 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -1002,7 +1082,7 @@ msgstr "Sólo puede contener letras, números, espacios, guiones y guiones bajos #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "Cancelar" @@ -1031,7 +1111,7 @@ msgstr "Cancelar recorte de imagen" msgid "Cancel profile editing" msgstr "Cancelar edición de perfil" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "Cancelar citación" @@ -1047,6 +1127,25 @@ msgstr "Cancelar búsqueda" msgid "Cancels opening the linked website" msgstr "" +#: src/state/shell/composer/index.tsx:70 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:114 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:155 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:191 +msgid "Cannot interact with a blocked user" +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:135 +msgid "Captions (.vtt)" +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +msgid "Captions & alt text" +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:368 +msgid "Celebrating {0} users" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "Cambiar" @@ -1087,8 +1186,8 @@ msgid "Change Your Email" msgstr "Cambiar correo electrónico" #: src/Navigation.tsx:338 -#: src/view/shell/bottom-bar/BottomBar.tsx:204 -#: src/view/shell/desktop/LeftNav.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:201 +#: src/view/shell/desktop/LeftNav.tsx:301 msgid "Chat" msgstr "Chat" @@ -1118,7 +1217,7 @@ msgstr "Chat demuteado" msgid "Check my status" msgstr "" -#: src/screens/Login/LoginForm.tsx:291 +#: src/screens/Login/LoginForm.tsx:278 msgid "Check your email for a login code and enter it here." msgstr "Te enviamos un código de inicio de sesión a tu correo. Introducelo aquí." @@ -1131,12 +1230,12 @@ msgstr "Te enviamos un código de verificación a tu correo. Introducelo aquí:" #~ msgstr "Elige \"Todos\" o \"Nadie\"" #: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "" +#~ msgid "Choose 3 or more:" +#~ msgstr "" #: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "" +#~ msgid "Choose at least {0} more" +#~ msgstr "" #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" @@ -1154,7 +1253,7 @@ msgstr "" msgid "Choose Service" msgstr "Elige proveedor" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "Tu eliges los algoritmos que usar en tus feed." @@ -1232,7 +1331,7 @@ msgstr "" msgid "Click to enable quote posts of this post." msgstr "" -#: src/components/dms/MessageItem.tsx:231 +#: src/components/dms/MessageItem.tsx:232 msgid "Click to retry failed message" msgstr "" @@ -1247,13 +1346,15 @@ msgstr "" #: src/components/dialogs/GifSelect.ios.tsx:250 #: src/components/dialogs/GifSelect.tsx:270 #: src/components/dms/dialogs/SearchablePeopleList.tsx:261 +#: src/components/intents/VerifyEmailIntentDialog.tsx:111 +#: src/components/intents/VerifyEmailIntentDialog.tsx:118 #: src/components/NewskieDialog.tsx:146 #: src/components/NewskieDialog.tsx:153 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:131 #: src/view/com/modals/ChangePassword.tsx:268 #: src/view/com/modals/ChangePassword.tsx:271 -#: src/view/com/util/post-embeds/GifEmbed.tsx:195 +#: src/view/com/util/post-embeds/GifEmbed.tsx:188 msgid "Close" msgstr "Cerrar" @@ -1308,7 +1409,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:606 msgid "Closes post composer and discards post draft" msgstr "" @@ -1316,11 +1417,11 @@ msgstr "" msgid "Closes viewer for header image" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "" @@ -1339,7 +1440,7 @@ msgstr "" msgid "Community Guidelines" msgstr "Directrices de la comunidad" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "" @@ -1347,7 +1448,7 @@ msgstr "" msgid "Complete the challenge" msgstr "" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:714 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "" @@ -1356,8 +1457,8 @@ msgid "Compose reply" msgstr "Redactar la respuesta" #: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 -msgid "Compressing..." -msgstr "" +#~ msgid "Compressing..." +#~ msgstr "" #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 #~ msgid "Configure content filtering setting for category: {0}" @@ -1371,8 +1472,8 @@ msgstr "" msgid "Configured in <0>moderation settings." msgstr "" -#: src/components/Prompt.tsx:162 #: src/components/Prompt.tsx:165 +#: src/components/Prompt.tsx:168 #: src/view/com/modals/SelfLabel.tsx:155 #: src/view/com/modals/VerifyEmail.tsx:239 #: src/view/com/modals/VerifyEmail.tsx:241 @@ -1402,7 +1503,7 @@ msgstr "" msgid "Confirm your birthdate" msgstr "" -#: src/screens/Login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:259 #: src/view/com/modals/ChangeEmail.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:238 #: src/view/com/modals/DeleteAccount.tsx:244 @@ -1412,7 +1513,7 @@ msgstr "" msgid "Confirmation code" msgstr "Código de confirmación" -#: src/screens/Login/LoginForm.tsx:325 +#: src/screens/Login/LoginForm.tsx:312 msgid "Connecting..." msgstr "Conectando..." @@ -1458,7 +1559,7 @@ msgstr "Advertencias de contenido" msgid "Context menu backdrop, click to close the menu." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Continuar" @@ -1471,7 +1572,7 @@ msgstr "" msgid "Continue thread..." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:275 +#: src/screens/Onboarding/StepInterests/index.tsx:255 #: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/BackNextButtons.tsx:59 msgid "Continue to next step" @@ -1507,7 +1608,7 @@ msgstr "" #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:234 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:368 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:392 msgid "Copied to clipboard" msgstr "" @@ -1593,6 +1694,10 @@ msgstr "No se pudo cargar esta lista" msgid "Could not mute chat" msgstr "No se pudo mutear al chat" +#: src/view/com/composer/videos/VideoPreview.web.tsx:56 +msgid "Could not process your video" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:68 #~ msgid "Could not unmute chat" #~ msgstr "" @@ -1658,7 +1763,7 @@ msgstr "Crear una cuenta nueva" msgid "Create report for {0}" msgstr "" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "Creado {0}" @@ -1710,7 +1815,7 @@ msgstr "" #~ msgid "Dark Theme" #~ msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:191 +#: src/screens/Signup/StepInfo/index.tsx:192 msgid "Date of birth" msgstr "" @@ -1736,7 +1841,7 @@ msgstr "" #: src/screens/StarterPack/StarterPackScreen.tsx:652 #: src/screens/StarterPack/StarterPackScreen.tsx:732 #: src/view/com/util/forms/PostDropdownBtn.tsx:629 -#: src/view/screens/AppPasswords.tsx:285 +#: src/view/screens/AppPasswords.tsx:280 #: src/view/screens/ProfileList.tsx:723 msgid "Delete" msgstr "" @@ -1753,11 +1858,11 @@ msgstr "Borrar la cuenta" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "Borrar la contraseña de la app" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "" @@ -1812,7 +1917,7 @@ msgstr "" msgid "Delete this post?" msgstr "¿Borrar esta post?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:93 msgid "Deleted" msgstr "" @@ -1848,7 +1953,7 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "" -#: src/view/com/composer/Composer.tsx:327 +#: src/view/com/composer/Composer.tsx:355 msgid "Did you want to say anything?" msgstr "¿Quieres decir algo?" @@ -1862,8 +1967,12 @@ msgid "Direct messages are here!" msgstr "" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" -msgstr "No reproducir GIFs automáticamente" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "No reproducir GIFs automáticamente" + +#: src/view/screens/AccessibilitySettings.tsx:111 +msgid "Disable autoplay for videos and GIFs" +msgstr "" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 msgid "Disable Email 2FA" @@ -1873,7 +1982,7 @@ msgstr "" msgid "Disable haptic feedback" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:379 msgid "Disable subtitles" msgstr "" @@ -1886,11 +1995,11 @@ msgstr "" msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:840 msgid "Discard" msgstr "Descartar" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:837 msgid "Discard draft?" msgstr "" @@ -1900,8 +2009,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "Evitar que las aplicaciones muestren mi cuenta a los usuarios desconectados" #: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "" +#~ msgid "Discover learns which posts you like as you browse." +#~ msgstr "" #: src/view/com/posts/FollowingEmptyState.tsx:70 #: src/view/com/posts/FollowingEndOfFeed.tsx:71 @@ -1917,10 +2026,10 @@ msgid "Discover New Feeds" msgstr "" #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 -msgid "Dismiss" -msgstr "" +#~ msgid "Dismiss" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:612 +#: src/view/com/composer/Composer.tsx:1107 msgid "Dismiss error" msgstr "" @@ -1952,7 +2061,7 @@ msgstr "" msgid "Does not include nudity." msgstr "" -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "" @@ -1972,6 +2081,8 @@ msgstr "¡Dominio verificado!" #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/composer/videos/SubtitleDialog.tsx:171 +#: src/view/com/composer/videos/SubtitleDialog.tsx:181 #: src/view/com/modals/AddAppPasswords.tsx:243 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 @@ -1994,7 +2105,7 @@ msgstr "" msgid "Done{extraText}" msgstr "Listo{extraText}" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "" @@ -2003,7 +2114,11 @@ msgstr "" msgid "Download CAR file" msgstr "" -#: src/view/com/composer/text-input/TextInput.web.tsx:271 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:622 +msgid "Download image" +msgstr "" + +#: src/view/com/composer/text-input/TextInput.web.tsx:269 msgid "Drop to add images" msgstr "" @@ -2068,7 +2183,7 @@ msgctxt "action" msgid "Edit" msgstr "" -#: src/view/com/util/UserAvatar.tsx:328 +#: src/view/com/util/UserAvatar.tsx:334 #: src/view/com/util/UserBanner.tsx:92 msgid "Edit avatar" msgstr "" @@ -2116,12 +2231,12 @@ msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "Editar el perfil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:187 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "Editar el perfil" @@ -2176,6 +2291,10 @@ msgstr "" msgid "Email address" msgstr "Dirección de correo electrónico" +#: src/components/intents/VerifyEmailIntentDialog.tsx:95 +msgid "Email Resent" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:54 #: src/view/com/modals/ChangeEmail.tsx:83 msgid "Email updated" @@ -2189,6 +2308,10 @@ msgstr "Correo electrónico actualizado" msgid "Email verified" msgstr "" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "Correo electrónico:" @@ -2238,7 +2361,7 @@ msgstr "Reproducir multimedia de" msgid "Enable priority notifications" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:380 msgid "Enable subtitles" msgstr "" @@ -2256,7 +2379,7 @@ msgstr "" msgid "Enabled" msgstr "" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "Fin de noticias" @@ -2265,7 +2388,11 @@ msgstr "Fin de noticias" #~ msgstr "" #: src/tours/Tooltip.tsx:159 -msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:161 +msgid "Ensure you have selected a language for each subtitle file." msgstr "" #: src/view/com/modals/AddAppPasswords.tsx:161 @@ -2322,11 +2449,11 @@ msgstr "Introduce tu nombre de usuario y contraseña" msgid "Error occurred while saving file" msgstr "" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Error:" @@ -2350,11 +2477,11 @@ msgstr "" msgid "Everyone" msgstr "" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "" @@ -2366,6 +2493,10 @@ msgstr "" msgid "Excludes users you follow" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:397 +msgid "Exit fullscreen" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:293 msgid "Exits account deletion process" msgstr "" @@ -2390,7 +2521,7 @@ msgstr "" msgid "Expand alt text" msgstr "Expandir el texto alt" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "" @@ -2509,7 +2640,7 @@ msgstr "" msgid "Failed to save notification preferences, please try again" msgstr "" -#: src/components/dms/MessageItem.tsx:224 +#: src/components/dms/MessageItem.tsx:225 msgid "Failed to send" msgstr "" @@ -2517,7 +2648,7 @@ msgstr "" #~ msgid "Failed to send message(s)." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:234 +#: src/components/moderation/LabelsOnMeDialog.tsx:225 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "" @@ -2535,6 +2666,13 @@ msgstr "" msgid "Failed to update settings" msgstr "" +#: src/state/queries/video/video-upload.ts:67 +#: src/state/queries/video/video-upload.web.ts:64 +#: src/state/queries/video/video-upload.web.ts:68 +#: src/state/queries/video/video-upload.web.ts:78 +msgid "Failed to upload video" +msgstr "" + #: src/Navigation.tsx:226 msgid "Feed" msgstr "" @@ -2561,9 +2699,9 @@ msgstr "Comentarios" #: src/screens/StarterPack/StarterPackScreen.tsx:172 #: src/view/screens/Feeds.tsx:445 #: src/view/screens/Feeds.tsx:550 -#: src/view/screens/Profile.tsx:213 +#: src/view/screens/Profile.tsx:224 #: src/view/screens/Search/Search.tsx:375 -#: src/view/shell/desktop/LeftNav.tsx:379 +#: src/view/shell/desktop/LeftNav.tsx:373 #: src/view/shell/Drawer.tsx:497 #: src/view/shell/Drawer.tsx:498 msgid "Feeds" @@ -2593,7 +2731,7 @@ msgstr "" msgid "Filter from feeds" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "" @@ -2604,8 +2742,8 @@ msgid "Find accounts to follow" msgstr "" #: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "" +#~ msgid "Find more feeds and accounts to follow in the Explore page." +#~ msgstr "" #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" @@ -2624,14 +2762,14 @@ msgid "Finish" msgstr "" #: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "" +#~ msgid "Finish tour and begin using the application" +#~ msgstr "" #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "" @@ -2645,11 +2783,11 @@ msgid "Flip vertically" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:351 +#: src/components/ProfileCard.tsx:356 #: src/components/ProfileHoverCard/index.web.tsx:446 #: src/components/ProfileHoverCard/index.web.tsx:457 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:252 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:225 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 msgid "Follow" msgstr "Seguir" @@ -2658,8 +2796,8 @@ msgctxt "action" msgid "Follow" msgstr "Seguir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:238 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:209 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:126 msgid "Follow {0}" msgstr "Seguir {0}" @@ -2685,7 +2823,13 @@ msgstr "" #~ msgid "Follow All" #~ msgstr "" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/view/com/profile/FollowButton.tsx:79 +msgctxt "action" +msgid "Follow Back" +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:223 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 msgid "Follow Back" msgstr "" @@ -2729,16 +2873,16 @@ msgstr "Usuarios seguidos" #~ msgid "Followed users only" #~ msgstr "Solo usuarios seguidos" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "ha comenzado a seguirte" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:104 -#: src/view/screens/ProfileFollowers.tsx:25 +#: src/view/screens/ProfileFollowers.tsx:29 +#: src/view/screens/ProfileFollowers.tsx:30 msgid "Followers" msgstr "Seguidores" @@ -2752,20 +2896,20 @@ msgid "Followers you know" msgstr "" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:345 +#: src/components/ProfileCard.tsx:350 #: src/components/ProfileHoverCard/index.web.tsx:445 #: src/components/ProfileHoverCard/index.web.tsx:456 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 -#: src/view/com/profile/ProfileFollows.tsx:104 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:147 #: src/view/screens/Feeds.tsx:630 -#: src/view/screens/ProfileFollows.tsx:25 +#: src/view/screens/ProfileFollows.tsx:29 +#: src/view/screens/ProfileFollows.tsx:30 #: src/view/screens/SavedFeeds.tsx:416 msgid "Following" msgstr "Siguiendo" -#: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/components/ProfileCard.tsx:316 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Siguiendo {0}" @@ -2784,8 +2928,8 @@ msgid "Following Feed Preferences" msgstr "Feed de Siguiendo" #: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "" +#~ msgid "Following shows the latest posts from people you follow." +#~ msgstr "" #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" @@ -2817,11 +2961,11 @@ msgstr "" msgid "Forgot Password" msgstr "Olvidé mi contraseña" -#: src/screens/Login/LoginForm.tsx:246 +#: src/screens/Login/LoginForm.tsx:233 msgid "Forgot password?" msgstr "¿Has olvidado tu contraseña?" -#: src/screens/Login/LoginForm.tsx:257 +#: src/screens/Login/LoginForm.tsx:244 msgid "Forgot?" msgstr "" @@ -2829,15 +2973,19 @@ msgstr "" msgid "Frequently Posts Unwanted Content" msgstr "" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:398 +msgid "Fullscreen" +msgstr "" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galería" @@ -2863,7 +3011,7 @@ msgstr "Comenzar" msgid "Getting started" msgstr "" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:122 msgid "GIF" msgstr "" @@ -2882,7 +3030,7 @@ msgstr "Violaciones flagrantes de la Ley o de los Términos de servicio" #: src/view/screens/NotFound.tsx:55 #: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:1026 -#: src/view/shell/desktop/LeftNav.tsx:134 +#: src/view/shell/desktop/LeftNav.tsx:133 msgid "Go back" msgstr "Volver" @@ -2926,7 +3074,7 @@ msgstr "" msgid "Go to conversation with {0}" msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:171 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Go to next" msgstr "Ir al siguiente" @@ -2936,8 +3084,8 @@ msgid "Go to profile" msgstr "" #: src/tours/Tooltip.tsx:138 -msgid "Go to the next step of the tour" -msgstr "" +#~ msgid "Go to the next step of the tour" +#~ msgstr "" #: src/components/dms/ConvoMenu.tsx:164 msgid "Go to user's profile" @@ -3015,7 +3163,7 @@ msgstr "" msgid "Hide" msgstr "Ocultar" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "Ocultar" @@ -3054,7 +3202,7 @@ msgstr "¿Ocultar este post?" msgid "Hide this reply?" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "Ocultar lista de usuarios" @@ -3086,10 +3234,14 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/Navigation.tsx:549 -#: src/Navigation.tsx:569 -#: src/view/shell/bottom-bar/BottomBar.tsx:160 -#: src/view/shell/desktop/LeftNav.tsx:342 +#: src/state/queries/video/video.ts:165 +msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" +msgstr "" + +#: src/Navigation.tsx:550 +#: src/Navigation.tsx:570 +#: src/view/shell/bottom-bar/BottomBar.tsx:159 +#: src/view/shell/desktop/LeftNav.tsx:341 #: src/view/shell/Drawer.tsx:429 #: src/view/shell/Drawer.tsx:430 msgid "Home" @@ -3100,7 +3252,7 @@ msgid "Host:" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:180 +#: src/screens/Login/LoginForm.tsx:169 #: src/screens/Signup/StepInfo/index.tsx:106 #: src/view/com/modals/ChangeHandle.tsx:275 msgid "Hosting provider" @@ -3161,7 +3313,7 @@ msgstr "" msgid "Illegal and Urgent" msgstr "" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:56 msgid "Image" msgstr "" @@ -3169,6 +3321,7 @@ msgstr "" msgid "Image alt text" msgstr "Texto alt de la imagen" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:247 #: src/components/StarterPack/ShareDialog.tsx:76 msgid "Image saved to your camera roll!" msgstr "" @@ -3177,7 +3330,11 @@ msgstr "" msgid "Impersonation or false claims about identity or affiliation" msgstr "" -#: src/lib/moderation/useReportOptions.ts:86 +#: src/lib/moderation/useReportOptions.ts:68 +msgid "Impersonation, misinformation, or false claims" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:91 msgid "Inappropriate messages or explicit links" msgstr "" @@ -3201,7 +3358,7 @@ msgstr "" msgid "Input password for account deletion" msgstr "" -#: src/screens/Login/LoginForm.tsx:286 +#: src/screens/Login/LoginForm.tsx:273 msgid "Input the code which has been emailed to you" msgstr "" @@ -3209,11 +3366,11 @@ msgstr "" #~ msgid "Input the password tied to {identifier}" #~ msgstr "" -#: src/screens/Login/LoginForm.tsx:215 +#: src/screens/Login/LoginForm.tsx:203 msgid "Input the username or email address you used at signup" msgstr "" -#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Login/LoginForm.tsx:228 msgid "Input your password" msgstr "" @@ -3221,7 +3378,7 @@ msgstr "" msgid "Input your preferred hosting provider" msgstr "" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "" @@ -3233,7 +3390,7 @@ msgstr "" msgid "Introducing Direct Messages" msgstr "" -#: src/screens/Login/LoginForm.tsx:140 +#: src/screens/Login/LoginForm.tsx:145 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "" @@ -3242,10 +3399,15 @@ msgstr "" msgid "Invalid or unsupported post record" msgstr "" -#: src/screens/Login/LoginForm.tsx:145 +#: src/screens/Login/LoginForm.tsx:91 +#: src/screens/Login/LoginForm.tsx:150 msgid "Invalid username or password" msgstr "Nombre de usuario o contraseña no válidos" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Invita a un amigo" @@ -3254,7 +3416,7 @@ msgstr "Invita a un amigo" msgid "Invite code" msgstr "Código de invitación" -#: src/screens/Signup/state.ts:263 +#: src/screens/Signup/state.ts:258 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "No se acepta el código de invitación. Comprueba que lo has introducido correctamente e inténtalo de nuevo." @@ -3286,6 +3448,10 @@ msgstr "" msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "" +#: src/view/com/composer/Composer.tsx:1126 +msgid "Job ID: {0}" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:164 msgid "Jobs" msgstr "Tareas" @@ -3301,6 +3467,10 @@ msgstr "" msgid "Join the conversation" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:492 +msgid "Joined {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:21 #: src/screens/Onboarding/state.ts:89 msgid "Journalism" @@ -3318,7 +3488,7 @@ msgstr "" msgid "Labeled by the author." msgstr "" -#: src/view/screens/Profile.tsx:207 +#: src/view/screens/Profile.tsx:218 msgid "Labels" msgstr "" @@ -3330,11 +3500,11 @@ msgstr "" #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "" @@ -3355,7 +3525,7 @@ msgstr "Ajustes de Idiomas" msgid "Languages" msgstr "Idiomas" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "" @@ -3429,8 +3599,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "¡Vamos a restablecer tu contraseña!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "" @@ -3463,9 +3632,9 @@ msgstr "Dar «me gusta» a esta noticia" msgid "Liked by" msgstr "Le ha gustado a" -#: src/screens/Post/PostLikedBy.tsx:29 +#: src/screens/Post/PostLikedBy.tsx:31 +#: src/screens/Post/PostLikedBy.tsx:32 #: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 -#: src/view/com/post-thread/PostLikedBy.tsx:94 #: src/view/screens/ProfileFeedLikedBy.tsx:28 msgid "Liked By" msgstr "" @@ -3484,15 +3653,15 @@ msgstr "" #~ msgid "Liked by {likeCount} {0}" #~ msgstr "" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "" -#: src/view/screens/Profile.tsx:212 +#: src/view/screens/Profile.tsx:223 msgid "Likes" msgstr "Cantidad de «Me gusta»" @@ -3546,9 +3715,9 @@ msgid "List unmuted" msgstr "" #: src/Navigation.tsx:130 -#: src/view/screens/Profile.tsx:208 -#: src/view/screens/Profile.tsx:215 -#: src/view/shell/desktop/LeftNav.tsx:385 +#: src/view/screens/Profile.tsx:219 +#: src/view/screens/Profile.tsx:226 +#: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:513 #: src/view/shell/Drawer.tsx:514 msgid "Lists" @@ -3574,7 +3743,7 @@ msgstr "" msgid "Load new notifications" msgstr "Cargar notificaciones nuevas" -#: src/screens/Profile/Sections/Feed.tsx:87 +#: src/screens/Profile/Sections/Feed.tsx:94 #: src/view/com/feeds/FeedPage.tsx:136 #: src/view/screens/ProfileFeed.tsx:495 #: src/view/screens/ProfileList.tsx:805 @@ -3651,7 +3820,7 @@ msgid "Mark as read" msgstr "" #: src/view/screens/AccessibilitySettings.tsx:106 -#: src/view/screens/Profile.tsx:211 +#: src/view/screens/Profile.tsx:222 msgid "Media" msgstr "Multimedia" @@ -3681,12 +3850,12 @@ msgstr "" msgid "Message from server: {0}" msgstr "Mensaje del servidor: {0}" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" msgstr "" -#: src/screens/Messages/Conversation/MessageInput.tsx:70 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:49 +#: src/screens/Messages/Conversation/MessageInput.tsx:72 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:59 msgid "Message is too long" msgstr "" @@ -3694,7 +3863,7 @@ msgstr "" msgid "Message settings" msgstr "" -#: src/Navigation.tsx:564 +#: src/Navigation.tsx:565 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -3709,6 +3878,10 @@ msgstr "" msgid "Misleading Account" msgstr "" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" msgstr "" @@ -3775,7 +3948,7 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "" @@ -3799,9 +3972,13 @@ msgstr "" msgid "Music" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:389 +msgctxt "video" +msgid "Mute" +msgstr "" + #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 msgid "Mute" msgstr "" @@ -3886,9 +4063,9 @@ msgstr "Mutear hilo" msgid "Mute words & tags" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Muted" -msgstr "Muteado" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Muted" +#~ msgstr "Muteado" #: src/screens/Moderation/index.tsx:264 msgid "Muted accounts" @@ -3924,7 +4101,7 @@ msgstr "Mi cumpleaños" msgid "My Feeds" msgstr "Mis feeds" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "Mi perfil" @@ -3946,9 +4123,9 @@ msgid "Name is required" msgstr "" #: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:93 -#: src/lib/moderation/useReportOptions.ts:101 -#: src/lib/moderation/useReportOptions.ts:109 +#: 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 "" @@ -3961,12 +4138,12 @@ msgstr "" msgid "Navigate to {0}" msgstr "" -#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:73 +#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:76 msgid "Navigate to starter pack" msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:332 +#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/LoginForm.tsx:319 #: src/view/com/modals/ChangePassword.tsx:169 msgid "Navigates to the next screen" msgstr "" @@ -3979,7 +4156,7 @@ msgstr "" msgid "Need to report a copyright violation?" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "" @@ -4025,15 +4202,15 @@ msgstr "" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:228 -#: src/view/screens/Profile.tsx:478 +#: src/view/screens/Profile.tsx:489 #: src/view/screens/ProfileFeed.tsx:429 #: src/view/screens/ProfileList.tsx:237 #: src/view/screens/ProfileList.tsx:276 -#: src/view/shell/desktop/LeftNav.tsx:278 +#: src/view/shell/desktop/LeftNav.tsx:277 msgid "New post" msgstr "Nuevo post" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "Nuevo post" @@ -4056,9 +4233,9 @@ msgid "News" msgstr "Noticias" #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:331 -#: src/screens/Login/LoginForm.tsx:338 +#: src/screens/Login/ForgotPasswordForm.tsx:149 +#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:325 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/BackNextButtons.tsx:66 @@ -4066,7 +4243,6 @@ msgstr "Noticias" #: src/screens/StarterPack/Wizard/index.tsx:187 #: src/screens/StarterPack/Wizard/index.tsx:358 #: src/screens/StarterPack/Wizard/index.tsx:365 -#: src/tours/Tooltip.tsx:139 #: src/view/com/modals/ChangePassword.tsx:254 #: src/view/com/modals/ChangePassword.tsx:256 msgid "Next" @@ -4103,12 +4279,12 @@ msgstr "" msgid "No feeds found. Try searching for something else." msgstr "" -#: src/components/ProfileCard.tsx:331 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 +#: src/components/ProfileCard.tsx:336 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "" @@ -4135,7 +4311,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "" -#: src/screens/Profile/Sections/Feed.tsx:59 +#: src/screens/Profile/Sections/Feed.tsx:64 msgid "No posts yet." msgstr "" @@ -4203,7 +4379,7 @@ msgstr "" #~ msgstr "No aplicable." #: src/Navigation.tsx:125 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Not Found" msgstr "" @@ -4214,7 +4390,7 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:372 #: src/view/com/util/forms/PostDropdownBtn.tsx:654 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:332 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:356 msgid "Note about sharing" msgstr "" @@ -4247,22 +4423,22 @@ msgstr "" msgid "Notification Sounds" msgstr "" -#: src/Navigation.tsx:559 +#: src/Navigation.tsx:560 #: src/view/screens/Notifications.tsx:145 #: src/view/screens/Notifications.tsx:155 #: src/view/screens/Notifications.tsx:203 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 -#: src/view/shell/desktop/LeftNav.tsx:362 +#: src/view/shell/bottom-bar/BottomBar.tsx:227 +#: src/view/shell/desktop/LeftNav.tsx:356 #: src/view/shell/Drawer.tsx:461 #: src/view/shell/Drawer.tsx:462 msgid "Notifications" msgstr "Notificaciones" -#: src/lib/hooks/useTimeAgo.ts:51 +#: src/lib/hooks/useTimeAgo.ts:122 msgid "now" msgstr "" -#: src/components/dms/MessageItem.tsx:169 +#: src/components/dms/MessageItem.tsx:170 msgid "Now" msgstr "" @@ -4270,7 +4446,7 @@ msgstr "" msgid "Nudity" msgstr "" -#: src/lib/moderation/useReportOptions.ts:73 +#: src/lib/moderation/useReportOptions.ts:78 msgid "Nudity or adult content not labeled as such" msgstr "" @@ -4288,10 +4464,14 @@ msgstr "" msgid "Oh no!" msgstr "¡Qué problema!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:175 +msgid "Oh no! We weren't able to generate an image for you to share. Rest assured, we're glad you're here 🦋" +msgstr "" + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:339 msgid "OK" msgstr "" @@ -4305,11 +4485,15 @@ msgid "Oldest replies first" msgstr "" #: src/components/StarterPack/QrCode.tsx:69 -msgid "on" -msgstr "" +#~ msgid "on" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:81 -msgid "on {str}" +#~ msgid "on {str}" +#~ msgstr "" + +#: src/components/StarterPack/QrCode.tsx:70 +msgid "on<0><1/><2><3/>" msgstr "" #: src/view/screens/Settings/index.tsx:226 @@ -4317,10 +4501,10 @@ msgid "Onboarding reset" msgstr "" #: src/tours/Tooltip.tsx:118 -msgid "Onboarding tour step {0}: {1}" -msgstr "" +#~ msgid "Onboarding tour step {0}: {1}" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:589 +#: src/view/com/composer/Composer.tsx:671 msgid "One or more images is missing alt text." msgstr "Falta el texto alternativo en una o varias imágenes." @@ -4336,10 +4520,14 @@ msgstr "" msgid "Only {0} can reply." msgstr "Solo {0} puede responder." -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:39 +msgid "Only WebVTT (.vtt) files are supported" +msgstr "" + #: src/components/Lists.tsx:88 msgid "Oops, something went wrong!" msgstr "" @@ -4347,13 +4535,13 @@ msgstr "" #: src/components/Lists.tsx:199 #: src/components/StarterPack/ProfileStarterPacks.tsx:304 #: src/components/StarterPack/ProfileStarterPacks.tsx:313 -#: src/view/screens/AppPasswords.tsx:69 +#: src/view/screens/AppPasswords.tsx:68 #: src/view/screens/NotificationsSettings.tsx:45 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Oops!" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "" @@ -4370,8 +4558,9 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/view/com/composer/Composer.tsx:754 -#: src/view/com/composer/Composer.tsx:755 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:165 +#: src/view/com/composer/Composer.tsx:820 +#: src/view/com/composer/Composer.tsx:821 msgid "Open emoji picker" msgstr "" @@ -4510,7 +4699,7 @@ msgstr "Abre el modal para usar el dominio personalizado" msgid "Opens moderation settings" msgstr "Abre la configuración de moderación" -#: src/screens/Login/LoginForm.tsx:247 +#: src/screens/Login/LoginForm.tsx:234 msgid "Opens password reset form" msgstr "" @@ -4552,12 +4741,12 @@ msgstr "Abre la página de la bitácora del sistema" msgid "Opens the threads preferences" msgstr "Abre las preferencias de hilos" -#: src/view/com/notifications/FeedItem.tsx:555 -#: src/view/com/util/UserAvatar.tsx:420 +#: src/view/com/notifications/FeedItem.tsx:551 +#: src/view/com/util/UserAvatar.tsx:426 msgid "Opens this profile" msgstr "" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:95 msgid "Opens video picker" msgstr "" @@ -4615,7 +4804,7 @@ msgstr "Página no encontrada" msgid "Page Not Found" msgstr "" -#: src/screens/Login/LoginForm.tsx:225 +#: src/screens/Login/LoginForm.tsx:213 #: src/screens/Signup/StepInfo/index.tsx:162 #: src/view/com/modals/DeleteAccount.tsx:257 #: src/view/com/modals/DeleteAccount.tsx:264 @@ -4634,12 +4823,13 @@ msgstr "Contraseña actualizada" msgid "Password updated!" msgstr "¡Contraseña actualizada!" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:366 msgid "Pause" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:319 msgid "Pause video" msgstr "" @@ -4698,12 +4888,13 @@ msgstr "Canales de noticias anclados" msgid "Pinned to your feeds" msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:367 msgid "Play" msgstr "" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:131 msgid "Play {0}" msgstr "" @@ -4712,34 +4903,34 @@ msgstr "" #~ msgid "Play notification sounds" #~ msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:43 +#: src/view/com/util/post-embeds/GifEmbed.tsx:45 msgid "Play or pause the GIF" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:52 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:204 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:110 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:320 msgid "Play video" msgstr "" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:59 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:60 msgid "Play Video" msgstr "" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:130 msgid "Plays the GIF" msgstr "" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "Por favor, elige tu identificador." -#: src/screens/Signup/state.ts:215 +#: src/screens/Signup/state.ts:210 #: src/screens/Signup/StepInfo/index.tsx:81 msgid "Please choose your password." msgstr "Por favor, elige tu contraseña." -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "" @@ -4759,7 +4950,7 @@ msgstr "Introduce un nombre único para la contraseña de esta app o utiliza una msgid "Please enter a valid word, tag, or phrase to mute" msgstr "" -#: src/screens/Signup/state.ts:201 +#: src/screens/Signup/state.ts:196 #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Please enter your email." msgstr "Introduce tu correo electrónico." @@ -4772,7 +4963,7 @@ msgstr "" msgid "Please enter your password as well:" msgstr "Introduce tu contraseña, también:" -#: src/components/moderation/LabelsOnMeDialog.tsx:268 +#: src/components/moderation/LabelsOnMeDialog.tsx:259 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -4789,7 +4980,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "" -#: src/view/com/composer/Composer.tsx:331 +#: src/view/com/composer/Composer.tsx:359 msgid "Please wait for your link card to finish loading" msgstr "Por favor, espera a que tu tarjeta de enlace termine de cargarse" @@ -4802,13 +4993,13 @@ msgstr "Política" msgid "Porn" msgstr "Pornografía" -#: src/view/com/composer/Composer.tsx:564 -#: src/view/com/composer/Composer.tsx:571 +#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:653 msgctxt "action" msgid "Post" msgstr "Publicar" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "Post" @@ -4864,7 +5055,7 @@ msgid "posts" msgstr "" #: src/screens/StarterPack/StarterPackScreen.tsx:173 -#: src/view/screens/Profile.tsx:209 +#: src/view/screens/Profile.tsx:220 msgid "Posts" msgstr "Publicaciones" @@ -4945,17 +5136,17 @@ msgstr "Política de privacidad" msgid "Privately chat with other users." msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:156 +#: src/screens/Login/ForgotPasswordForm.tsx:155 msgid "Processing..." msgstr "Procesando..." -#: src/view/screens/DebugMod.tsx:895 -#: src/view/screens/Profile.tsx:346 +#: src/view/screens/DebugMod.tsx:896 +#: src/view/screens/Profile.tsx:357 msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:275 -#: src/view/shell/desktop/LeftNav.tsx:393 +#: src/view/shell/bottom-bar/BottomBar.tsx:272 +#: src/view/shell/desktop/LeftNav.tsx:387 #: src/view/shell/Drawer.tsx:78 #: src/view/shell/Drawer.tsx:546 #: src/view/shell/Drawer.tsx:547 @@ -4970,7 +5161,7 @@ msgstr "" msgid "Protect your account by verifying your email." msgstr "Protege tu cuenta verificando tu correo electrónico." -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "" @@ -4982,11 +5173,11 @@ msgstr "Listas públicas y compartibles de usuarios para mutear o bloquear en ca msgid "Public, shareable lists which can drive feeds." msgstr "Listas públicas y compartibles que pueden impulsar feeds." -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish post" msgstr "" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish reply" msgstr "" @@ -5003,11 +5194,11 @@ msgid "QR code saved to your camera roll!" msgstr "" #: src/tours/Tooltip.tsx:111 -msgid "Quick tip" -msgstr "" +#~ msgid "Quick tip" +#~ msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:122 -#: src/view/com/util/post-ctrls/RepostButton.tsx:149 +#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:152 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Quote post" @@ -5032,8 +5223,8 @@ msgid "Quote post was successfully detached" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:313 -#: src/view/com/util/post-ctrls/RepostButton.tsx:121 -#: src/view/com/util/post-ctrls/RepostButton.tsx:148 +#: src/view/com/util/post-ctrls/RepostButton.tsx:124 +#: src/view/com/util/post-ctrls/RepostButton.tsx:151 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:84 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:91 msgid "Quote posts disabled" @@ -5047,8 +5238,8 @@ msgstr "" msgid "Quote settings" msgstr "" -#: src/screens/Post/PostQuotes.tsx:29 -#: src/view/com/post-thread/PostQuotes.tsx:122 +#: src/screens/Post/PostQuotes.tsx:31 +#: src/screens/Post/PostQuotes.tsx:32 msgid "Quotes" msgstr "" @@ -5130,7 +5321,11 @@ msgstr "" msgid "Remove account" msgstr "Eliminar la cuenta" -#: src/view/com/util/UserAvatar.tsx:387 +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "" + +#: src/view/com/util/UserAvatar.tsx:393 msgid "Remove Avatar" msgstr "" @@ -5138,7 +5333,7 @@ msgstr "" msgid "Remove Banner" msgstr "" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "" @@ -5178,8 +5373,8 @@ msgid "Remove image" msgstr "Eliminar la imagen" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "Eliminar la vista previa de la imagen" +#~ msgid "Remove image preview" +#~ msgstr "Eliminar la vista previa de la imagen" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -5193,24 +5388,28 @@ msgstr "" msgid "Remove profile from search history" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:274 msgid "Remove quote" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:95 -#: src/view/com/util/post-ctrls/RepostButton.tsx:111 +#: src/view/com/util/post-ctrls/RepostButton.tsx:98 +#: src/view/com/util/post-ctrls/RepostButton.tsx:114 msgid "Remove repost" msgstr "" +#: src/view/com/composer/videos/SubtitleDialog.tsx:264 +msgid "Remove subtitle file" +msgstr "" + #: src/view/com/posts/FeedErrorMessage.tsx:211 msgid "Remove this feed from your saved feeds" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:100 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:109 msgid "Removed by author" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:98 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:107 msgid "Removed by you" msgstr "" @@ -5238,20 +5437,24 @@ msgstr "" #~ msgid "Removes default thumbnail from {0}" #~ msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:275 msgid "Removes quoted post" msgstr "" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 -msgid "Removes the image preview" +msgid "Removes the attachment" msgstr "" +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 +#~ msgid "Removes the image preview" +#~ msgstr "" + #: src/view/com/posts/FeedShutdownMsg.tsx:129 #: src/view/com/posts/FeedShutdownMsg.tsx:133 msgid "Replace with Discover" msgstr "" -#: src/view/screens/Profile.tsx:210 +#: src/view/screens/Profile.tsx:221 msgid "Replies" msgstr "Respuestas" @@ -5271,7 +5474,7 @@ msgstr "" #~ msgid "Replies to this thread are disabled" #~ msgstr "Las respuestas a este hilo están desactivadas" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:644 msgctxt "action" msgid "Reply" msgstr "" @@ -5299,23 +5502,23 @@ msgid "Reply settings are chosen by the author of the thread" msgstr "" #: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:522 +#: src/view/com/posts/FeedItem.tsx:520 msgctxt "description" msgid "Reply to <0><1/>" msgstr "" -#: src/view/com/posts/FeedItem.tsx:513 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" msgstr "" -#: src/view/com/posts/FeedItem.tsx:515 +#: src/view/com/posts/FeedItem.tsx:513 msgctxt "description" msgid "Reply to a post" msgstr "" #: src/view/com/post/Post.tsx:194 -#: src/view/com/posts/FeedItem.tsx:519 +#: src/view/com/posts/FeedItem.tsx:517 msgctxt "description" msgid "Reply to you" msgstr "" @@ -5407,9 +5610,9 @@ msgstr "" msgid "Report this user" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:67 -#: src/view/com/util/post-ctrls/RepostButton.tsx:96 -#: src/view/com/util/post-ctrls/RepostButton.tsx:112 +#: src/view/com/util/post-ctrls/RepostButton.tsx:70 +#: src/view/com/util/post-ctrls/RepostButton.tsx:99 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 msgctxt "action" msgid "Repost" msgstr "" @@ -5420,31 +5623,31 @@ msgid "Repost" msgstr "Volver a publicar" #: src/screens/StarterPack/StarterPackScreen.tsx:535 -#: src/view/com/util/post-ctrls/RepostButton.tsx:88 +#: src/view/com/util/post-ctrls/RepostButton.tsx:91 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:49 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:104 msgid "Repost or quote post" msgstr "Volver a publicar o citar post" -#: src/screens/Post/PostRepostedBy.tsx:29 -#: src/view/com/post-thread/PostRepostedBy.tsx:96 +#: src/screens/Post/PostRepostedBy.tsx:31 +#: src/screens/Post/PostRepostedBy.tsx:32 msgid "Reposted By" msgstr "Vuelto a publicar por" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "Vuelto a publicar por {0}" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "" -#: src/view/com/posts/FeedItem.tsx:292 -#: src/view/com/posts/FeedItem.tsx:311 +#: src/view/com/posts/FeedItem.tsx:290 +#: src/view/com/posts/FeedItem.tsx:309 msgid "Reposted by you" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:184 +#: src/view/com/notifications/FeedItem.tsx:180 msgid "reposted your post" msgstr "" @@ -5479,6 +5682,14 @@ msgstr "Requerido para este proveedor" msgid "Resend email" msgstr "Volver a enviar correo" +#: src/components/intents/VerifyEmailIntentDialog.tsx:130 +msgid "Resend Email" +msgstr "" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:123 +msgid "Resend Verification Email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:186 msgid "Reset code" msgstr "Código de reseteo" @@ -5509,7 +5720,7 @@ msgstr "Restablece el estado de incorporación" msgid "Resets the preferences state" msgstr "Restablecer el estado de preferencias" -#: src/screens/Login/LoginForm.tsx:312 +#: src/screens/Login/LoginForm.tsx:299 msgid "Retries login" msgstr "" @@ -5518,15 +5729,15 @@ msgstr "" msgid "Retries the last action, which errored out" msgstr "" -#: src/components/dms/MessageItem.tsx:235 +#: src/components/dms/MessageItem.tsx:236 #: src/components/Error.tsx:66 #: src/components/Lists.tsx:104 #: src/components/StarterPack/ProfileStarterPacks.tsx:318 -#: src/screens/Login/LoginForm.tsx:311 -#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:298 +#: src/screens/Login/LoginForm.tsx:305 #: src/screens/Messages/Conversation/MessageListError.tsx:25 -#: src/screens/Onboarding/StepInterests/index.tsx:251 -#: src/screens/Onboarding/StepInterests/index.tsx:254 +#: src/screens/Onboarding/StepInterests/index.tsx:231 +#: src/screens/Onboarding/StepInterests/index.tsx:234 #: src/screens/Signup/BackNextButtons.tsx:52 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 @@ -5638,8 +5849,8 @@ msgstr "" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:105 -#: src/view/com/notifications/FeedItem.tsx:416 -#: src/view/com/notifications/FeedItem.tsx:441 +#: src/view/com/notifications/FeedItem.tsx:412 +#: src/view/com/notifications/FeedItem.tsx:437 msgid "Say hello!" msgstr "" @@ -5653,15 +5864,15 @@ msgid "Scroll to top" msgstr "" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:554 +#: src/Navigation.tsx:555 #: src/view/com/modals/ListAddRemoveUsers.tsx:76 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 #: src/view/screens/Search/Search.tsx:421 #: src/view/screens/Search/Search.tsx:791 #: src/view/screens/Search/Search.tsx:813 -#: src/view/shell/bottom-bar/BottomBar.tsx:182 -#: src/view/shell/desktop/LeftNav.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:179 +#: src/view/shell/desktop/LeftNav.tsx:349 #: src/view/shell/Drawer.tsx:398 #: src/view/shell/Drawer.tsx:399 msgid "Search" @@ -5743,6 +5954,10 @@ msgstr "" msgid "See this guide" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:631 +msgid "Seek slider" +msgstr "" + #: src/view/com/util/Selector.tsx:106 msgid "Select {item}" msgstr "" @@ -5779,6 +5994,10 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "" +#: src/view/com/composer/videos/SubtitleDialog.tsx:249 +msgid "Select language..." +msgstr "" + #: src/view/screens/LanguageSettings.tsx:303 msgid "Select languages" msgstr "" @@ -5795,6 +6014,10 @@ msgstr "" #~ msgid "Select some accounts below to follow" #~ msgstr "" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:65 +msgid "Select subtitle file (.vtt)" +msgstr "" + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83 msgid "Select the {emojiName} emoji as your avatar" msgstr "" @@ -5811,7 +6034,7 @@ msgstr "Elige que proveedor de servicio quieres usar." #~ msgid "Select topical feeds to follow from the list below" #~ msgstr "" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:94 msgid "Select video" msgstr "" @@ -5831,11 +6054,11 @@ msgstr "Elige en que idioma deseas que estén los posts de tus feeds. Si ninguno msgid "Select your app language for the default text to display in the app." msgstr "Elige en que idioma deseas que esté la interfaz de Bluesky." -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:193 msgid "Select your date of birth" msgstr "Elige tu fecha de nacimiento" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "" @@ -5873,8 +6096,8 @@ msgstr "Enviar correo" msgid "Send feedback" msgstr "Enviar comentarios" -#: src/screens/Messages/Conversation/MessageInput.tsx:163 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:155 +#: src/screens/Messages/Conversation/MessageInput.tsx:165 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:219 msgid "Send message" msgstr "Enviar mensaje" @@ -5985,7 +6208,7 @@ msgstr "" #: src/Navigation.tsx:155 #: src/view/screens/Settings/index.tsx:302 -#: src/view/shell/desktop/LeftNav.tsx:401 +#: src/view/shell/desktop/LeftNav.tsx:395 #: src/view/shell/Drawer.tsx:563 #: src/view/shell/Drawer.tsx:564 msgid "Settings" @@ -5999,6 +6222,7 @@ msgstr "Actividad sexual o desnudez erótica." msgid "Sexually Suggestive" msgstr "Sexualmente sugestivo" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:644 #: src/components/StarterPack/QrCodeDialog.tsx:177 #: src/screens/StarterPack/StarterPackScreen.tsx:411 #: src/screens/StarterPack/StarterPackScreen.tsx:582 @@ -6006,7 +6230,7 @@ msgstr "Sexualmente sugestivo" #: src/view/com/profile/ProfileMenu.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:410 #: src/view/com/util/forms/PostDropdownBtn.tsx:419 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:321 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:345 #: src/view/screens/ProfileList.tsx:484 msgid "Share" msgstr "Compartir" @@ -6026,7 +6250,7 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:377 #: src/view/com/util/forms/PostDropdownBtn.tsx:659 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:337 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:361 msgid "Share anyway" msgstr "" @@ -6035,6 +6259,14 @@ msgstr "" msgid "Share feed" msgstr "Compartir feed" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:621 +msgid "Share image externally" +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:639 +msgid "Share image in post" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:124 #: src/components/StarterPack/ShareDialog.tsx:131 #: src/screens/StarterPack/StarterPackScreen.tsx:586 @@ -6086,7 +6318,7 @@ msgstr "Ver" #~ msgid "Show all replies" #~ msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:169 msgid "Show alt text" msgstr "Ver texto alternativo" @@ -6106,8 +6338,8 @@ msgid "Show badge and filter from feeds" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "" +#~ msgid "Show follows similar to {0}" +#~ msgstr "" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -6122,9 +6354,9 @@ msgstr "" msgid "Show list anyway" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:584 +#: src/view/com/post-thread/PostThreadItem.tsx:590 #: src/view/com/post/Post.tsx:234 -#: src/view/com/posts/FeedItem.tsx:479 +#: src/view/com/posts/FeedItem.tsx:476 msgid "Show More" msgstr "Ver más" @@ -6207,7 +6439,7 @@ msgstr "" msgid "Show warning and filter from feeds" msgstr "" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Shows posts from {0} in your feed" msgstr "" @@ -6215,17 +6447,17 @@ msgstr "" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:177 +#: src/screens/Login/LoginForm.tsx:166 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:112 #: src/view/com/auth/SplashScreen.web.tsx:121 +#: src/view/shell/bottom-bar/BottomBar.tsx:312 +#: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBar.tsx:316 -#: src/view/shell/bottom-bar/BottomBar.tsx:318 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:208 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:210 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -6257,12 +6489,12 @@ msgstr "Cerrar sesión" msgid "Sign out of all accounts" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBar.tsx:306 -#: src/view/shell/bottom-bar/BottomBar.tsx:308 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:198 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:200 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -6287,25 +6519,25 @@ msgstr "Sesión iniciada como" msgid "Signed in as @{0}" msgstr "Sesión iniciada como @{0}" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:306 -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:313 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:308 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:315 msgid "Signup without a starter pack" msgstr "" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:102 +#: src/components/FeedInterstitials.tsx:316 msgid "Similar accounts" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:265 +#: src/screens/Onboarding/StepInterests/index.tsx:245 #: src/screens/StarterPack/Wizard/index.tsx:191 msgid "Skip" msgstr "Saltar" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "Saltar" @@ -6314,7 +6546,7 @@ msgstr "Saltar" msgid "Software Dev" msgstr "Programación" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:447 msgid "Some other feeds you might like" msgstr "" @@ -6347,7 +6579,7 @@ msgid "Something went wrong!" msgstr "" #: src/App.native.tsx:102 -#: src/App.web.tsx:83 +#: src/App.web.tsx:88 msgid "Sorry! Your session expired. Please log in again." msgstr "Lo sentimos, tu sesión ha expirado. Inicia sesión de nuevo." @@ -6367,12 +6599,12 @@ msgstr "Ordenar respuestas al mismo post por:" #~ msgid "Source: <0>{0}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" msgstr "" -#: src/lib/moderation/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:80 +#: src/lib/moderation/useReportOptions.ts:72 +#: src/lib/moderation/useReportOptions.ts:85 msgid "Spam" msgstr "Spam" @@ -6402,10 +6634,9 @@ msgid "Start chatting" msgstr "" #: src/tours/Tooltip.tsx:99 -msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." -msgstr "" +#~ msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." +#~ msgstr "" -#: src/lib/generate-starterpack.ts:68 #: src/Navigation.tsx:358 #: src/Navigation.tsx:363 #: src/screens/StarterPack/Wizard/index.tsx:182 @@ -6420,7 +6651,7 @@ msgstr "" msgid "Starter pack is invalid" msgstr "" -#: src/view/screens/Profile.tsx:214 +#: src/view/screens/Profile.tsx:225 msgid "Starter Packs" msgstr "" @@ -6449,8 +6680,8 @@ msgstr "" msgid "Storybook" msgstr "Libro de cuentos" -#: src/components/moderation/LabelsOnMeDialog.tsx:302 -#: src/components/moderation/LabelsOnMeDialog.tsx:303 +#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:294 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -6489,7 +6720,7 @@ msgstr "" #~ msgid "Suggested Follows" #~ msgstr "Usuarios sugeridos a seguir" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:318 msgid "Suggested for you" msgstr "" @@ -6509,8 +6740,8 @@ msgid "Switch Account" msgstr "Cambiar a otra cuenta" #: src/tours/HomeTour.tsx:48 -msgid "Switch between feeds to control your experience." -msgstr "" +#~ msgid "Switch between feeds to control your experience." +#~ msgstr "" #: src/view/screens/Settings/index.tsx:126 msgid "Switch to {0}" @@ -6549,18 +6780,27 @@ msgstr "Alto" msgid "Tap to dismiss" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:181 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:145 msgid "Tap to enter full screen" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:202 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:151 +msgid "Tap to play or pause" +msgstr "" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:164 msgid "Tap to toggle sound" msgstr "" -#: src/view/com/util/images/AutoSizedImage.tsx:70 -msgid "Tap to view fully" +#: src/view/com/util/images/AutoSizedImage.tsx:219 +#: src/view/com/util/images/AutoSizedImage.tsx:239 +msgid "Tap to view full image" msgstr "" +#: src/view/com/util/images/AutoSizedImage.tsx:70 +#~ msgid "Tap to view fully" +#~ msgstr "" + #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" msgstr "" @@ -6582,6 +6822,10 @@ msgstr "" msgid "Tell us a little more" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:518 +msgid "Ten Million" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:90 msgid "Terms" msgstr "Condiciones" @@ -6595,9 +6839,9 @@ msgid "Terms of Service" msgstr "Condiciones de servicio" #: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:94 -#: src/lib/moderation/useReportOptions.ts:102 -#: src/lib/moderation/useReportOptions.ts:110 +#: 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 "" @@ -6609,7 +6853,7 @@ msgstr "" msgid "Text & tags" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:266 +#: src/components/moderation/LabelsOnMeDialog.tsx:257 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Campo de introducción de texto" @@ -6619,6 +6863,14 @@ msgstr "Campo de introducción de texto" msgid "Thank you. Your report has been sent." msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:593 +msgid "Thanks for being one of our first 10 million users." +msgstr "" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:74 +msgid "Thanks, you have successfully verified your email address." +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:459 msgid "That contains the following:" msgstr "" @@ -6636,11 +6888,11 @@ msgstr "Este nombre de usuario ya está en uso." msgid "That starter pack could not be found." msgstr "" -#: src/view/com/post-thread/PostQuotes.tsx:129 +#: src/view/com/post-thread/PostQuotes.tsx:127 msgid "That's all, folks!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:310 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:270 #: src/view/com/profile/ProfileMenu.tsx:353 msgid "The account will be able to interact with you after unblocking." msgstr "La cuenta podrá interactuar contigo tras desbloquearla." @@ -6675,7 +6927,7 @@ msgstr "" msgid "The Discover feed now knows what you like" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:327 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off." msgstr "" @@ -6683,11 +6935,11 @@ msgstr "" msgid "The feed has been replaced with Discover." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "" @@ -6704,8 +6956,8 @@ msgstr "Es posible que se haya borrado el post." msgid "The Privacy Policy has been moved to <0/>" msgstr "La Política de privacidad se ha trasladado a <0/>" -#: src/state/queries/video/video.ts:129 -msgid "The selected video is larger than 100MB." +#: src/state/queries/video/video.ts:227 +msgid "The selected video is larger than 50MB." msgstr "" #: src/screens/StarterPack/StarterPackScreen.tsx:713 @@ -6720,6 +6972,10 @@ msgstr "Se ha movido el formulario de soporte. Si necesitas ayuda, por favor <0/ msgid "The Terms of Service have been moved to" msgstr "Las condiciones de servicio se han trasladado a" +#: src/components/intents/VerifyEmailIntentDialog.tsx:85 +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/Onboarding/StepAlgoFeeds/index.tsx:141 #~ msgid "There are many feeds to try:" #~ msgstr "Hay muchos más feeds que probar:" @@ -6770,7 +7026,7 @@ msgstr "" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" -#: src/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 msgid "There was an issue fetching posts. Tap here to try again." msgstr "" @@ -6792,15 +7048,15 @@ msgstr "" #~ msgid "There was an issue syncing your preferences with the server" #~ msgstr "" -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:107 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:143 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:97 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:109 #: src/view/com/profile/ProfileMenu.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:122 #: src/view/com/profile/ProfileMenu.tsx:137 @@ -6851,7 +7107,7 @@ msgstr "" #~ msgid "This appeal will be sent to <0>{0}." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "" @@ -6944,7 +7200,7 @@ msgstr "" #~ msgid "This label was applied by you" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "" @@ -6977,7 +7233,7 @@ msgid "This post has been deleted." msgstr "Esta post ha sido eliminado." #: src/view/com/util/forms/PostDropdownBtn.tsx:656 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:334 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:358 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "" @@ -7009,7 +7265,7 @@ msgstr "" msgid "This should create a domain record at:" msgstr "Esto deberia de crear un registro de dominio a:" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "" @@ -7038,7 +7294,7 @@ msgstr "" msgid "This user is new here. Press for more info about when they joined." msgstr "" -#: src/view/com/profile/ProfileFollows.tsx:87 +#: src/view/com/profile/ProfileFollows.tsx:96 msgid "This user isn't following anyone." msgstr "" @@ -7091,10 +7347,18 @@ 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/view/com/composer/videos/SelectVideoBtn.tsx:120 +msgid "To upload videos to Bluesky, you must first verify your email." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:597 +msgid "Together, we're rebuilding the social internet. We're glad you're here." +msgstr "" + #: src/components/dialogs/MutedWords.tsx:112 #~ msgid "Toggle between muted word options." #~ msgstr "" @@ -7107,7 +7371,7 @@ msgstr "Conmutar el menú desplegable" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "Top" @@ -7118,8 +7382,8 @@ msgstr "Transformaciones" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:734 -#: src/view/com/post-thread/PostThreadItem.tsx:736 +#: src/view/com/post-thread/PostThreadItem.tsx:746 +#: src/view/com/post-thread/PostThreadItem.tsx:748 #: src/view/com/util/forms/PostDropdownBtn.tsx:380 #: src/view/com/util/forms/PostDropdownBtn.tsx:382 msgid "Translate" @@ -7138,7 +7402,7 @@ msgstr "" msgid "Two-factor authentication" msgstr "" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "Escribe tu mensaje aquí" @@ -7156,7 +7420,7 @@ msgstr "Demutear lista" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:155 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:77 #: src/view/com/modals/ChangePassword.tsx:71 @@ -7171,14 +7435,14 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:192 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 #: src/view/screens/ProfileList.tsx:682 msgid "Unblock" msgstr "Desbloquear" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Desbloquear" @@ -7193,12 +7457,12 @@ msgstr "" msgid "Unblock Account" msgstr "Desbloquear Cuenta" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:308 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:268 #: src/view/com/profile/ProfileMenu.tsx:347 msgid "Unblock Account?" msgstr "¿Desbloquear Cuenta?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:66 +#: src/view/com/util/post-ctrls/RepostButton.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:76 msgid "Undo repost" @@ -7213,7 +7477,7 @@ msgstr "Dejar de seguir" #~ msgid "Unfollow" #~ msgstr "Dejar de seguir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "Dejar de seguir a {0}" @@ -7230,9 +7494,13 @@ msgstr "Dejar de seguir a esta cuenta" msgid "Unlike this feed" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:388 +msgctxt "video" +msgid "Unmute" +msgstr "" + #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 #: src/view/screens/ProfileList.tsx:689 msgid "Unmute" msgstr "Demutear" @@ -7263,13 +7531,13 @@ msgstr "" msgid "Unmute thread" msgstr "Demutear hilo" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:317 msgid "Unmute video" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Unmuted" -msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Unmuted" +#~ msgstr "" #: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:673 @@ -7305,12 +7573,16 @@ msgstr "" msgid "Unsubscribed from list" msgstr "" +#: src/state/queries/video/video.ts:245 +msgid "Unsupported video type: {mimeType}" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:85 #~ msgid "Unwanted sexual content" #~ msgstr "" -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/lib/moderation/useReportOptions.ts:77 +#: src/lib/moderation/useReportOptions.ts:90 msgid "Unwanted Sexual Content" msgstr "Contenido sexual no deseado" @@ -7342,20 +7614,20 @@ msgstr "" msgid "Upload a text file to:" msgstr "Carga un archivo de texto en:" -#: src/view/com/util/UserAvatar.tsx:355 -#: src/view/com/util/UserAvatar.tsx:358 +#: src/view/com/util/UserAvatar.tsx:361 +#: src/view/com/util/UserAvatar.tsx:364 #: src/view/com/util/UserBanner.tsx:123 #: src/view/com/util/UserBanner.tsx:126 msgid "Upload from Camera" msgstr "" -#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:378 #: src/view/com/util/UserBanner.tsx:140 msgid "Upload from Files" msgstr "" -#: src/view/com/util/UserAvatar.tsx:366 -#: src/view/com/util/UserAvatar.tsx:370 +#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:376 #: src/view/com/util/UserBanner.tsx:134 #: src/view/com/util/UserBanner.tsx:138 msgid "Upload from Library" @@ -7365,7 +7637,7 @@ msgstr "" msgid "Use a file on your server" msgstr "" -#: src/view/screens/AppPasswords.tsx:200 +#: src/view/screens/AppPasswords.tsx:199 msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "Utiliza las contraseñas de app para iniciar sesión en otros clientes de Bluesky sin dar acceso completo a tu cuenta o contraseña." @@ -7453,7 +7725,7 @@ msgstr "" msgid "User Lists" msgstr "Listas de usuarios" -#: src/screens/Login/LoginForm.tsx:197 +#: src/screens/Login/LoginForm.tsx:186 msgid "Username or email address" msgstr "Nombre de usuario o dirección de correo electrónico" @@ -7488,6 +7760,10 @@ msgstr "" msgid "Value:" msgstr "" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:118 +msgid "Verified email required" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:510 #~ msgid "Verify {0}" #~ msgstr "" @@ -7500,6 +7776,10 @@ msgstr "" msgid "Verify email" msgstr "Verificar el correo electrónico" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "Verificar mi correo electrónico" @@ -7513,6 +7793,10 @@ msgstr "Verificar mi correo electrónico" msgid "Verify New Email" msgstr "Verificar el correo electrónico nuevo" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:122 +msgid "Verify now" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "" @@ -7525,25 +7809,47 @@ msgstr "" msgid "Version {appVersion} {bundleInfo}" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:180 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:144 msgid "Video" msgstr "" +#: src/state/queries/video/video.ts:138 +msgid "Video failed to process" +msgstr "" + #: src/screens/Onboarding/index.tsx:39 #: src/screens/Onboarding/state.ts:88 msgid "Video Games" msgstr "Videojuegos" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:167 +msgid "Video not found." +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:101 +msgid "Video settings" +msgstr "" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +msgid "Video: {0}" +msgstr "" + #: src/view/com/composer/videos/state.ts:27 -#~ msgid "Videos cannot be larger than 100MB" +#~ msgid "Videos cannot be larger than 50MB" #~ msgstr "" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:65 +#: src/view/com/composer/videos/VideoPreview.web.tsx:44 +msgid "Videos must be less than 60 seconds long" +msgstr "" + #: src/screens/Profile/Header/Shell.tsx:113 msgid "View {0}'s avatar" msgstr "" #: src/components/ProfileCard.tsx:110 -#: src/view/com/notifications/FeedItem.tsx:277 +#: src/view/com/notifications/FeedItem.tsx:273 msgid "View {0}'s profile" msgstr "" @@ -7575,7 +7881,7 @@ msgstr "Ver más detalles sobre cómo reportar una violación de Derechos de Aut msgid "View full thread" msgstr "" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "" @@ -7635,7 +7941,7 @@ msgstr "" msgid "Warn content and filter from feeds" msgstr "" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "" @@ -7647,7 +7953,11 @@ msgstr "" msgid "We estimate {estimatedTime} until your account is ready." msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Esperemos que la pases bien. Recuerda, Bluesky es:" @@ -7663,6 +7973,10 @@ msgstr "" #~ msgid "We recommend our \"Discover\" feed:" #~ msgstr "Recomendamos nuesto feed \"Discover\":" +#: src/state/queries/video/video.ts:170 +msgid "We were unable to determine if you are allowed to upload videos. Please try again." +msgstr "" + #: src/components/dialogs/BirthDateSettings.tsx:52 msgid "We were unable to load your birth date preferences. Please try again." msgstr "" @@ -7671,7 +7985,7 @@ msgstr "" msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:158 +#: src/screens/Onboarding/StepInterests/index.tsx:143 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "" @@ -7679,7 +7993,7 @@ msgstr "" msgid "We will let you know when your account is ready." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:163 +#: src/screens/Onboarding/StepInterests/index.tsx:148 msgid "We'll use this to help customize your experience." msgstr "" @@ -7703,7 +8017,7 @@ msgstr "" msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Lo sentimos, pero no se ha podido completar tu búsqueda. Intenta de nuevo en unos minutos." -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:421 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -7728,7 +8042,7 @@ msgstr "" msgid "Welcome, friend!" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "¿Cuáles son tus intereses?" @@ -7738,7 +8052,7 @@ msgstr "" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:516 msgid "What's up?" msgstr "¿Qué hay de nuevo?" @@ -7808,16 +8122,16 @@ msgstr "¿Por qué crees que este usuario debe ser revisado?" msgid "Wide" msgstr "Ancho" -#: src/screens/Messages/Conversation/MessageInput.tsx:140 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:134 +#: src/screens/Messages/Conversation/MessageInput.tsx:142 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:198 msgid "Write a message" msgstr "Escribe un mensaje" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:712 msgid "Write post" msgstr "Redacta un post" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:515 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:42 msgid "Write your reply" msgstr "Redacta una respuesta" @@ -7858,7 +8172,7 @@ msgstr "" msgid "Yes, reactivate my account" msgstr "" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "" @@ -7875,7 +8189,11 @@ msgstr "" msgid "You are in line." msgstr "Estás en cola." -#: src/view/com/profile/ProfileFollows.tsx:86 +#: src/state/queries/video/video.ts:161 +msgid "You are not allowed to upload videos." +msgstr "" + +#: src/view/com/profile/ProfileFollows.tsx:95 msgid "You are not following anyone." msgstr "No estás siguiendo a nadie." @@ -7909,7 +8227,7 @@ msgstr "Ahora puedes iniciar sesión con tu nueva contraseña." msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "No tienes ningún seguidor." @@ -7992,7 +8310,7 @@ msgstr "No tienes listas." 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 "" -#: src/view/screens/AppPasswords.tsx:91 +#: src/view/screens/AppPasswords.tsx:90 msgid "You have not created any app passwords yet. You can create one by pressing the button below." msgstr "Aún no has creado una contraseña de app. Puedes crear una al presionar el botón abajo." @@ -8004,6 +8322,10 @@ msgstr "" msgid "You have reached the end" msgstr "" +#: src/state/queries/video/video-upload.shared.ts:67 +msgid "You have temporarily reached the limit for video uploads. Please try again later." +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:235 msgid "You haven't created a starter pack yet!" msgstr "" @@ -8017,11 +8339,11 @@ msgstr "" msgid "You hid this reply." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:91 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" @@ -8057,6 +8379,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:237 #: src/components/StarterPack/ShareDialog.tsx:68 msgid "You must grant access to your photo library to save the image." msgstr "" @@ -8101,15 +8424,15 @@ msgstr "" msgid "You'll follow the suggested users once you finish creating your account!" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 msgid "You'll follow these people and {0} others" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:237 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 msgid "You'll follow these people right away" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:277 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 msgid "You'll stay updated with these feeds" msgstr "" @@ -8128,7 +8451,7 @@ msgstr "Ya estás en cola" msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "¡Eso es todo!" @@ -8141,6 +8464,14 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "¡Haz llegado al fin de tu feed! Encuentra más cuentas para seguir." +#: src/state/queries/video/video.ts:175 +msgid "You've reached your daily limit for video uploads (too many bytes)" +msgstr "" + +#: src/state/queries/video/video.ts:180 +msgid "You've reached your daily limit for video uploads (too many videos)" +msgstr "" + #: src/screens/Signup/index.tsx:146 msgid "Your account" msgstr "Tu cuenta" @@ -8149,15 +8480,19 @@ msgstr "Tu cuenta" msgid "Your account has been deleted" msgstr "Tu cuenta ha sido eliminada" +#: src/state/queries/video/video.ts:185 +msgid "Your account is not yet old enough to upload videos. Please try again later." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:65 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 "" -#: src/screens/Signup/StepInfo/index.tsx:180 +#: src/screens/Signup/StepInfo/index.tsx:181 msgid "Your birth date" msgstr "Tu fecha de nacimiento" -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:145 +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:171 msgid "Your browser does not support the video format. Please try a different browser." msgstr "" @@ -8174,7 +8509,7 @@ msgstr "Tu elección será guardada. Puedes cambiar esto en los ajustes luego." #~ msgstr "Tu feed principal es \"Siguiendo\"" #: src/screens/Login/ForgotPasswordForm.tsx:57 -#: src/screens/Signup/state.ts:208 +#: src/screens/Signup/state.ts:203 #: src/screens/Signup/StepInfo/index.tsx:75 #: src/view/com/modals/ChangePassword.tsx:55 msgid "Your email appears to be invalid." @@ -8196,7 +8531,7 @@ msgstr "" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "¡Tu feed de Siguiendo esta vacío! Sigue a más usuarios para ver sus posts aquí." -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "Tu nombre de usuario completo será" @@ -8212,11 +8547,11 @@ msgstr "Tus palabras muteadas" msgid "Your password has been changed successfully!" msgstr "Tu contraseña ha sido cambiada exitosamente." -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:467 msgid "Your post has been published" msgstr "Post publicado" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Tus posts, a qué le das me gusta y a quién bloqueas son públicos. Nadie puede ver a quien muteas." @@ -8228,7 +8563,7 @@ msgstr "Tu perfil" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:466 msgid "Your reply has been published" msgstr "Respuesta publicada" diff --git a/src/locale/locales/fi/messages.po b/src/locale/locales/fi/messages.po index 72febd6ce4..d1a3632904 100644 --- a/src/locale/locales/fi/messages.po +++ b/src/locale/locales/fi/messages.po @@ -21,16 +21,24 @@ msgstr "" msgid "(no email)" msgstr "(ei sähköpostiosoitetta)" -#: src/view/com/notifications/FeedItem.tsx:236 -#: src/view/com/notifications/FeedItem.tsx:327 +#: src/view/com/notifications/FeedItem.tsx:232 +#: src/view/com/notifications/FeedItem.tsx:323 msgid "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}" msgstr "" +#: src/lib/hooks/useTimeAgo.ts:156 +msgid "{0, plural, one {# day} other {# days}}" +msgstr "" + +#: src/lib/hooks/useTimeAgo.ts:146 +msgid "{0, plural, one {# hour} other {# hours}}" +msgstr "" + #: src/components/moderation/LabelsOnMe.tsx:55 #~ msgid "{0, plural, one {# label has been placed on this account} other {# labels has been placed on this account}}" #~ msgstr "" -#: src/components/moderation/LabelsOnMe.tsx:55 +#: src/components/moderation/LabelsOnMe.tsx:54 msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" msgstr "" @@ -38,14 +46,26 @@ msgstr "" #~ msgid "{0, plural, one {# label has been placed on this content} other {# labels has been placed on this content}}" #~ msgstr "" -#: src/components/moderation/LabelsOnMe.tsx:61 +#: src/components/moderation/LabelsOnMe.tsx:60 msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:68 +#: src/lib/hooks/useTimeAgo.ts:136 +msgid "{0, plural, one {# minute} other {# minutes}}" +msgstr "" + +#: src/lib/hooks/useTimeAgo.ts:167 +msgid "{0, plural, one {# month} other {# months}}" +msgstr "" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:71 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "" +#: src/lib/hooks/useTimeAgo.ts:126 +msgid "{0, plural, one {# second} other {# seconds}}" +msgstr "" + #: src/components/KnownFollowers.tsx:179 #~ msgid "{0, plural, one {and # other} other {and # others}}" #~ msgstr "" @@ -60,11 +80,11 @@ msgstr "" msgid "{0, plural, one {following} other {following}}" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:276 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:312 msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "" @@ -77,19 +97,19 @@ msgstr "" msgid "{0, plural, one {post} other {posts}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:413 +#: src/view/com/post-thread/PostThreadItem.tsx:419 msgid "{0, plural, one {quote} other {quotes}}" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:233 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:269 msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:272 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "{0, plural, one {Unlike (# like)} other {Unlike (# likes)}}" msgstr "" @@ -107,6 +127,10 @@ msgstr "" msgid "{0} joined this week" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:637 +msgid "{0} of {1}" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:467 msgid "{0} people have used this starter pack!" msgstr "" @@ -115,7 +139,7 @@ msgstr "" #~ msgid "{0} your feeds" #~ msgstr "" -#: src/view/com/util/UserAvatar.tsx:419 +#: src/view/com/util/UserAvatar.tsx:425 msgid "{0}'s avatar" msgstr "" @@ -127,30 +151,56 @@ msgstr "" msgid "{0}'s starter pack" msgstr "" +#. How many days have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:158 +msgid "{0}d" +msgstr "" + +#. How many hours have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:148 +msgid "{0}h" +msgstr "" + +#. How many minutes have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:138 +msgid "{0}m" +msgstr "" + +#. How many months have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:169 +msgid "{0}mo" +msgstr "" + +#. How many seconds have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:128 +msgid "{0}s" +msgstr "" + #: src/components/LabelingServiceCard/index.tsx:71 msgid "{count, plural, one {Liked by # user} other {Liked by # users}}" msgstr "" #: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "" +#~ msgid "{diff, plural, one {day} other {days}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "" +#~ msgid "{diff, plural, one {hour} other {hours}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "" +#~ msgid "{diff, plural, one {minute} other {minutes}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "" +#~ msgid "{diff, plural, one {month} other {months}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "" +#~ msgid "{diffSeconds, plural, one {second} other {seconds}}" +#~ msgstr "" +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" msgstr "" @@ -277,7 +327,7 @@ msgstr "⚠Virheellinen käyttäjätunnus" msgid "24 hours" msgstr "" -#: src/screens/Login/LoginForm.tsx:266 +#: src/screens/Login/LoginForm.tsx:253 msgid "2FA Confirmation" msgstr "Kaksivaiheisen tunnistautumisen vahvistus" @@ -290,8 +340,8 @@ msgid "7 days" msgstr "" #: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "" +#~ msgid "A help tooltip" +#~ msgstr "" #: src/view/com/util/ViewHeader.tsx:92 #: src/view/screens/Search/Search.tsx:684 @@ -320,7 +370,7 @@ msgstr "Esteettömyysasetukset\"" #~ msgid "account" #~ msgstr "käyttäjätili" -#: src/screens/Login/LoginForm.tsx:190 +#: src/screens/Login/LoginForm.tsx:179 #: src/view/screens/Settings/index.tsx:315 #: src/view/screens/Settings/index.tsx:718 msgid "Account" @@ -355,7 +405,7 @@ msgstr "Käyttäjätilin asetukset" msgid "Account removed from quick access" msgstr "Käyttäjätili poistettu pikalinkeistä" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "Käyttäjätilin esto poistettu" @@ -411,9 +461,13 @@ msgstr "Lisää ALT-teksti" #~ msgid "Add ALT text" #~ msgstr "" -#: src/view/screens/AppPasswords.tsx:106 -#: src/view/screens/AppPasswords.tsx:148 -#: src/view/screens/AppPasswords.tsx:161 +#: src/view/com/composer/videos/SubtitleDialog.tsx:109 +msgid "Add alt text (optional)" +msgstr "" + +#: src/view/screens/AppPasswords.tsx:105 +#: src/view/screens/AppPasswords.tsx:147 +#: src/view/screens/AppPasswords.tsx:160 msgid "Add App Password" msgstr "Lisää sovelluksen salasana" @@ -525,11 +579,11 @@ msgstr "" msgid "Allow replies from:" msgstr "" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:178 +#: src/screens/Login/ForgotPasswordForm.tsx:177 #: src/view/com/modals/ChangePassword.tsx:171 msgid "Already have a code?" msgstr "Onko sinulla jo koodi?" @@ -540,17 +594,20 @@ msgstr "Kirjautuneena sisään nimellä @{0}" #: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/util/post-embeds/GifEmbed.tsx:183 +#: src/view/com/util/post-embeds/GifEmbed.tsx:177 msgid "ALT" msgstr "ALT" #: src/view/com/composer/GifAltText.tsx:144 +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +#: src/view/com/composer/videos/SubtitleDialog.tsx:104 +#: src/view/com/composer/videos/SubtitleDialog.tsx:108 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:87 msgid "Alt text" msgstr "ALT-teksti" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:182 msgid "Alt Text" msgstr "" @@ -575,19 +632,30 @@ msgstr "" #~ msgid "An error occured" #~ msgstr "Tapahtui virhe" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:314 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:413 msgid "An error occurred" msgstr "" +#: src/state/queries/video/video.ts:232 +msgid "An error occurred while compressing the video." +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:315 msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:69 -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:135 msgid "An error occurred while loading the video. Please try again later." msgstr "" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:174 +msgid "An error occurred while loading the video. Please try again." +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:250 +msgid "An error occurred while saving the image!" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:79 #~ msgid "An error occurred while saving the image." #~ msgstr "" @@ -597,6 +665,10 @@ msgstr "" msgid "An error occurred while saving the QR code!" msgstr "" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:75 +msgid "An error occurred while selecting the video" +msgstr "" + #: src/components/dms/MessageMenu.tsx:134 #~ msgid "An error occurred while trying to delete the message. Please try again." #~ msgstr "" @@ -606,7 +678,7 @@ msgstr "" msgid "An error occurred while trying to follow all" msgstr "" -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:199 msgid "An error occurred while uploading the video." msgstr "" @@ -624,14 +696,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:319 -#: src/components/ProfileCard.tsx:339 +#: src/components/ProfileCard.tsx:324 +#: src/components/ProfileCard.tsx:344 #: src/view/com/profile/FollowButton.tsx:36 #: src/view/com/profile/FollowButton.tsx:46 msgid "An issue occurred, please try again." msgstr "Tapahtui virhe, yritä uudelleen." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "" @@ -641,8 +713,8 @@ msgid "an unknown labeler" msgstr "" #: src/components/WhoCanReply.tsx:295 -#: src/view/com/notifications/FeedItem.tsx:235 -#: src/view/com/notifications/FeedItem.tsx:324 +#: src/view/com/notifications/FeedItem.tsx:231 +#: src/view/com/notifications/FeedItem.tsx:320 msgid "and" msgstr "ja" @@ -651,7 +723,7 @@ msgstr "ja" msgid "Animals" msgstr "Eläimet" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:139 msgid "Animated GIF" msgstr "Animoitu GIF" @@ -667,7 +739,7 @@ msgstr "" msgid "App Language" msgstr "Sovelluksen kieli" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "Sovelluksen salasana poistettu" @@ -684,21 +756,21 @@ msgid "App password settings" msgstr "Sovelluksen salasanan asetukset" #: src/Navigation.tsx:286 -#: src/view/screens/AppPasswords.tsx:192 +#: src/view/screens/AppPasswords.tsx:191 #: src/view/screens/Settings/index.tsx:672 msgid "App Passwords" msgstr "Sovellussalasanat" -#: src/components/moderation/LabelsOnMeDialog.tsx:154 -#: src/components/moderation/LabelsOnMeDialog.tsx:157 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 +#: src/components/moderation/LabelsOnMeDialog.tsx:149 msgid "Appeal" msgstr "Valita" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "Valita \"{0}\" -merkinnästä" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "" @@ -736,7 +808,7 @@ msgstr "" #~ msgid "Are you sure you want delete this starter pack?" #~ msgstr "" -#: src/view/screens/AppPasswords.tsx:282 +#: src/view/screens/AppPasswords.tsx:277 msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "Haluatko varmasti poistaa sovellussalasanan \"{name}\"?" @@ -768,7 +840,7 @@ msgstr "Haluatko varmasti poistaa {0} syötteistäsi?" msgid "Are you sure you want to remove this from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:772 +#: src/view/com/composer/Composer.tsx:838 msgid "Are you sure you'd like to discard this draft?" msgstr "Haluatko varmasti hylätä tämän luonnoksen?" @@ -789,19 +861,19 @@ msgstr "Taide" msgid "Artistic or non-erotic nudity." msgstr "Taiteellinen tai ei-eroottinen alastomuus." -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "Vähintään kolme merkkiä" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 -#: src/components/moderation/LabelsOnMeDialog.tsx:294 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:285 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:298 -#: src/screens/Login/LoginForm.tsx:304 +#: src/screens/Login/LoginForm.tsx:285 +#: src/screens/Login/LoginForm.tsx:291 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Messages/Conversation/ChatDisabled.tsx:133 @@ -829,7 +901,7 @@ msgstr "Syntymäpäivä" msgid "Birthday:" msgstr "Syntymäpäivä:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "Estä" @@ -860,7 +932,7 @@ msgstr "Estä lista" msgid "Block these accounts?" msgstr "Estetäänkö nämä käyttäjät?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:83 msgid "Blocked" msgstr "Estetty" @@ -929,6 +1001,10 @@ msgstr "" #~ msgid "Bluesky is public." #~ msgstr "Bluesky on julkinen." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:206 +msgid "Bluesky now has over 10 million users, and I was #{0}!" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:282 msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "" @@ -950,23 +1026,27 @@ msgstr "Sumenna kuvat ja suodata syötteistä" msgid "Books" msgstr "Kirjat" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:614 +msgid "Brag a little!" +msgstr "" + +#: src/components/FeedInterstitials.tsx:350 msgid "Browse more accounts on the Explore page" msgstr "" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:483 msgid "Browse more feeds on the Explore page" msgstr "" -#: src/components/FeedInterstitials.tsx:282 -#: src/components/FeedInterstitials.tsx:285 -#: src/components/FeedInterstitials.tsx:415 -#: src/components/FeedInterstitials.tsx:418 +#: src/components/FeedInterstitials.tsx:332 +#: src/components/FeedInterstitials.tsx:335 +#: src/components/FeedInterstitials.tsx:465 +#: src/components/FeedInterstitials.tsx:468 msgid "Browse more suggestions" msgstr "" -#: src/components/FeedInterstitials.tsx:308 -#: src/components/FeedInterstitials.tsx:442 +#: src/components/FeedInterstitials.tsx:358 +#: src/components/FeedInterstitials.tsx:492 msgid "Browse more suggestions on the Explore page" msgstr "" @@ -1016,12 +1096,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "Voi sisältää vain kirjaimia, numeroita, välilyöntejä, viivoja ja alaviivoja. Täytyy olla vähintään 4 merkkiä pitkä, mutta enintään 32 merkkiä pitkä." #: src/components/Menu/index.tsx:235 -#: src/components/Prompt.tsx:119 -#: src/components/Prompt.tsx:121 +#: src/components/Prompt.tsx:122 +#: src/components/Prompt.tsx:124 #: src/components/TagMenu/index.tsx:282 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:512 -#: src/view/com/composer/Composer.tsx:527 +#: src/view/com/composer/Composer.tsx:594 +#: src/view/com/composer/Composer.tsx:609 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -1037,7 +1117,7 @@ msgstr "Voi sisältää vain kirjaimia, numeroita, välilyöntejä, viivoja ja a #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "Peruuta" @@ -1066,7 +1146,7 @@ msgstr "Peruuta kuvan rajaus" msgid "Cancel profile editing" msgstr "Peruuta profiilin muokkaus" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "Peruuta uudelleenpostaus" @@ -1082,6 +1162,25 @@ msgstr "Peruuta haku" msgid "Cancels opening the linked website" msgstr "Peruuttaa linkitetyn verkkosivuston avaamisen" +#: src/state/shell/composer/index.tsx:70 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:114 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:155 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:191 +msgid "Cannot interact with a blocked user" +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:135 +msgid "Captions (.vtt)" +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +msgid "Captions & alt text" +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:368 +msgid "Celebrating {0} users" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "Vaihda" @@ -1122,8 +1221,8 @@ msgid "Change Your Email" msgstr "Vaihda sähköpostiosoitteesi" #: src/Navigation.tsx:338 -#: src/view/shell/bottom-bar/BottomBar.tsx:204 -#: src/view/shell/desktop/LeftNav.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:201 +#: src/view/shell/desktop/LeftNav.tsx:301 msgid "Chat" msgstr "" @@ -1165,7 +1264,7 @@ msgstr "Tarkista tilani" #~ msgid "Check out some recommended users. Follow them to see similar users." #~ msgstr "Tutustu suositeltuihin käyttäjiin. Seuraa heitä löytääksesi samankaltaisia käyttäjiä." -#: src/screens/Login/LoginForm.tsx:291 +#: src/screens/Login/LoginForm.tsx:278 msgid "Check your email for a login code and enter it here." msgstr "Tarkista sähköpostistasi kirjautumiskoodi ja syötä se tähän." @@ -1178,12 +1277,12 @@ msgstr "Tarkista sähköpostisi ja syötä saamasi vahvistuskoodi alle:" #~ msgstr "Valitse \"Kaikki\" tai \"Ei kukaan\"" #: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "" +#~ msgid "Choose 3 or more:" +#~ msgstr "" #: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "" +#~ msgid "Choose at least {0} more" +#~ msgstr "" #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" @@ -1201,7 +1300,7 @@ msgstr "" msgid "Choose Service" msgstr "Valitse palvelu" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "Valitse algoritmit, jotka ohjaavat mukautettuja syötteitäsi." @@ -1284,7 +1383,7 @@ msgstr "" msgid "Click to enable quote posts of this post." msgstr "" -#: src/components/dms/MessageItem.tsx:231 +#: src/components/dms/MessageItem.tsx:232 msgid "Click to retry failed message" msgstr "" @@ -1299,13 +1398,15 @@ msgstr "" #: src/components/dialogs/GifSelect.ios.tsx:250 #: src/components/dialogs/GifSelect.tsx:270 #: src/components/dms/dialogs/SearchablePeopleList.tsx:261 +#: src/components/intents/VerifyEmailIntentDialog.tsx:111 +#: src/components/intents/VerifyEmailIntentDialog.tsx:118 #: src/components/NewskieDialog.tsx:146 #: src/components/NewskieDialog.tsx:153 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:131 #: src/view/com/modals/ChangePassword.tsx:268 #: src/view/com/modals/ChangePassword.tsx:271 -#: src/view/com/util/post-embeds/GifEmbed.tsx:195 +#: src/view/com/util/post-embeds/GifEmbed.tsx:188 msgid "Close" msgstr "Sulje" @@ -1360,7 +1461,7 @@ msgstr "Sulkee alanavigaation" msgid "Closes password update alert" msgstr "Sulkee salasanan päivitysilmoituksen" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:606 msgid "Closes post composer and discards post draft" msgstr "Sulkee editorin ja hylkää luonnoksen" @@ -1368,11 +1469,11 @@ msgstr "Sulkee editorin ja hylkää luonnoksen" msgid "Closes viewer for header image" msgstr "Sulkee kuvan katseluohjelman" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "Pienentää käyttäjäluettelon annetulle ilmoitukselle" @@ -1391,7 +1492,7 @@ msgstr "Sarjakuvat" msgid "Community Guidelines" msgstr "Yhteisöohjeet" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "Suorita käyttöönotto loppuun ja aloita käyttäjätilisi käyttö" @@ -1399,7 +1500,7 @@ msgstr "Suorita käyttöönotto loppuun ja aloita käyttäjätilisi käyttö" msgid "Complete the challenge" msgstr "Tee haaste loppuun" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:714 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Laadi viestejä, joiden pituus on enintään {MAX_GRAPHEME_LENGTH} merkkiä" @@ -1408,8 +1509,8 @@ msgid "Compose reply" msgstr "Kirjoita vastaus" #: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 -msgid "Compressing..." -msgstr "" +#~ msgid "Compressing..." +#~ msgstr "" #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 #~ msgid "Configure content filtering setting for category: {0}" @@ -1423,8 +1524,8 @@ msgstr "Määritä sisällönsuodatusasetukset kategorialle: {name}" msgid "Configured in <0>moderation settings." msgstr "" -#: src/components/Prompt.tsx:162 #: src/components/Prompt.tsx:165 +#: src/components/Prompt.tsx:168 #: src/view/com/modals/SelfLabel.tsx:155 #: src/view/com/modals/VerifyEmail.tsx:239 #: src/view/com/modals/VerifyEmail.tsx:241 @@ -1454,7 +1555,7 @@ msgstr "Vahvista ikäsi:" msgid "Confirm your birthdate" msgstr "Vahvista syntymäaikasi" -#: src/screens/Login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:259 #: src/view/com/modals/ChangeEmail.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:238 #: src/view/com/modals/DeleteAccount.tsx:244 @@ -1464,7 +1565,7 @@ msgstr "Vahvista syntymäaikasi" msgid "Confirmation code" msgstr "Vahvistuskoodi" -#: src/screens/Login/LoginForm.tsx:325 +#: src/screens/Login/LoginForm.tsx:312 msgid "Connecting..." msgstr "Yhdistetään..." @@ -1510,7 +1611,7 @@ msgstr "Sisältövaroitukset" msgid "Context menu backdrop, click to close the menu." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Jatka" @@ -1523,7 +1624,7 @@ msgstr "Jatka käyttäjänä {0} (kirjautunut)" msgid "Continue thread..." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:275 +#: src/screens/Onboarding/StepInterests/index.tsx:255 #: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/BackNextButtons.tsx:59 msgid "Continue to next step" @@ -1559,7 +1660,7 @@ msgstr "Ohjelmiston versio kopioitu leikepöydälle" #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:234 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:368 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:392 msgid "Copied to clipboard" msgstr "Kopioitu leikepöydälle" @@ -1645,6 +1746,10 @@ msgstr "Listaa ei voitu ladata" msgid "Could not mute chat" msgstr "" +#: src/view/com/composer/videos/VideoPreview.web.tsx:56 +msgid "Could not process your video" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:68 #~ msgid "Could not unmute chat" #~ msgstr "" @@ -1710,7 +1815,7 @@ msgstr "Luo uusi käyttäjätili" msgid "Create report for {0}" msgstr "Luo raportti: {0}" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "{0} luotu" @@ -1762,7 +1867,7 @@ msgstr "" #~ msgid "Dark Theme" #~ msgstr "Tumma teema" -#: src/screens/Signup/StepInfo/index.tsx:191 +#: src/screens/Signup/StepInfo/index.tsx:192 msgid "Date of birth" msgstr "Syntymäaika" @@ -1788,7 +1893,7 @@ msgstr "Vianetsintäpaneeli" #: src/screens/StarterPack/StarterPackScreen.tsx:652 #: src/screens/StarterPack/StarterPackScreen.tsx:732 #: src/view/com/util/forms/PostDropdownBtn.tsx:629 -#: src/view/screens/AppPasswords.tsx:285 +#: src/view/screens/AppPasswords.tsx:280 #: src/view/screens/ProfileList.tsx:723 msgid "Delete" msgstr "Poista" @@ -1805,11 +1910,11 @@ msgstr "Poista käyttäjätili" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "Poista sovellussalasana" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "Poista sovellussalasana" @@ -1864,7 +1969,7 @@ msgstr "Poista tämä lista?" msgid "Delete this post?" msgstr "Poista tämä viesti?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:93 msgid "Deleted" msgstr "Poistettu" @@ -1900,7 +2005,7 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "" -#: src/view/com/composer/Composer.tsx:327 +#: src/view/com/composer/Composer.tsx:355 msgid "Did you want to say anything?" msgstr "Haluatko sanoa jotain?" @@ -1914,8 +2019,12 @@ msgid "Direct messages are here!" msgstr "" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" -msgstr "Älä käynnistä giffejä automaattisesti" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "Älä käynnistä giffejä automaattisesti" + +#: src/view/screens/AccessibilitySettings.tsx:111 +msgid "Disable autoplay for videos and GIFs" +msgstr "" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 msgid "Disable Email 2FA" @@ -1925,7 +2034,7 @@ msgstr "Poista sähköpostiin perustuva kaksivaiheinen tunnistautuminen käytös msgid "Disable haptic feedback" msgstr "Poista haptiset palautteet käytöstä" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:379 msgid "Disable subtitles" msgstr "" @@ -1938,11 +2047,11 @@ msgstr "" msgid "Disabled" msgstr "Poistettu käytöstä" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:840 msgid "Discard" msgstr "Hylkää" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:837 msgid "Discard draft?" msgstr "Hylkää luonnos?" @@ -1952,8 +2061,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "Estä sovelluksia näyttämästä tiliäni kirjautumattomille käyttäjille" #: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "" +#~ msgid "Discover learns which posts you like as you browse." +#~ msgstr "" #: src/view/com/posts/FollowingEmptyState.tsx:70 #: src/view/com/posts/FollowingEndOfFeed.tsx:71 @@ -1969,10 +2078,10 @@ msgid "Discover New Feeds" msgstr "Löydä uusia syötteitä" #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 -msgid "Dismiss" -msgstr "" +#~ msgid "Dismiss" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:612 +#: src/view/com/composer/Composer.tsx:1107 msgid "Dismiss error" msgstr "" @@ -2004,7 +2113,7 @@ msgstr "" msgid "Does not include nudity." msgstr "Ei sisällä alastomuutta." -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "Ei ala eikä lopu väliviivaan" @@ -2024,6 +2133,8 @@ msgstr "Verkkotunnus vahvistettu!" #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/composer/videos/SubtitleDialog.tsx:171 +#: src/view/com/composer/videos/SubtitleDialog.tsx:181 #: src/view/com/modals/AddAppPasswords.tsx:243 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 @@ -2046,7 +2157,7 @@ msgstr "Valmis" msgid "Done{extraText}" msgstr "Valmis{extraText}" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "" @@ -2055,7 +2166,11 @@ msgstr "" msgid "Download CAR file" msgstr "Lataa CAR tiedosto" -#: src/view/com/composer/text-input/TextInput.web.tsx:271 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:622 +msgid "Download image" +msgstr "" + +#: src/view/com/composer/text-input/TextInput.web.tsx:269 msgid "Drop to add images" msgstr "Raahaa tähän lisätäksesi kuvia" @@ -2120,7 +2235,7 @@ msgctxt "action" msgid "Edit" msgstr "Muokkaa" -#: src/view/com/util/UserAvatar.tsx:328 +#: src/view/com/util/UserAvatar.tsx:334 #: src/view/com/util/UserBanner.tsx:92 msgid "Edit avatar" msgstr "Muokkaa profiilikuvaa" @@ -2168,12 +2283,12 @@ msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "Muokkaa profiilia" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:187 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "Muokkaa profiilia" @@ -2228,6 +2343,10 @@ msgstr "Sähköpostiin perustuva kaksivaiheinen tunnistautuminen poistettu käyt msgid "Email address" msgstr "Sähköpostiosoite" +#: src/components/intents/VerifyEmailIntentDialog.tsx:95 +msgid "Email Resent" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:54 #: src/view/com/modals/ChangeEmail.tsx:83 msgid "Email updated" @@ -2241,6 +2360,10 @@ msgstr "Sähköpostiosoite päivitetty" msgid "Email verified" msgstr "Sähköpostiosoite vahvistettu" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "Sähköpostiosoite:" @@ -2290,7 +2413,7 @@ msgstr "Ota mediatoistimet käyttöön kohteille" msgid "Enable priority notifications" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:380 msgid "Enable subtitles" msgstr "" @@ -2308,7 +2431,7 @@ msgstr "Ota käyttöön vain tämä lähde" msgid "Enabled" msgstr "Käytössä" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "Syötteen loppu" @@ -2317,7 +2440,11 @@ msgstr "Syötteen loppu" #~ msgstr "" #: src/tours/Tooltip.tsx:159 -msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:161 +msgid "Ensure you have selected a language for each subtitle file." msgstr "" #: src/view/com/modals/AddAppPasswords.tsx:161 @@ -2374,11 +2501,11 @@ msgstr "Syötä käyttäjätunnuksesi ja salasanasi" msgid "Error occurred while saving file" msgstr "" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "Virhe captcha-vastauksen vastaanottamisessa." -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Virhe:" @@ -2402,11 +2529,11 @@ msgstr "" msgid "Everyone" msgstr "" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "Liialliset maininnat tai vastaukset" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "" @@ -2418,6 +2545,10 @@ msgstr "" msgid "Excludes users you follow" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:397 +msgid "Exit fullscreen" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:293 msgid "Exits account deletion process" msgstr "Keskeyttää tilin poistoprosessin" @@ -2442,7 +2573,7 @@ msgstr "Poistuu hakukyselyn kirjoittamisesta" msgid "Expand alt text" msgstr "Laajenna ALT-teksti" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "" @@ -2566,7 +2697,7 @@ msgstr "Kuvan {0} tallennus epäonnistui" msgid "Failed to save notification preferences, please try again" msgstr "" -#: src/components/dms/MessageItem.tsx:224 +#: src/components/dms/MessageItem.tsx:225 msgid "Failed to send" msgstr "" @@ -2574,7 +2705,7 @@ msgstr "" #~ msgid "Failed to send message(s)." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:234 +#: src/components/moderation/LabelsOnMeDialog.tsx:225 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "" @@ -2592,6 +2723,13 @@ msgstr "" msgid "Failed to update settings" msgstr "" +#: src/state/queries/video/video-upload.ts:67 +#: src/state/queries/video/video-upload.web.ts:64 +#: src/state/queries/video/video-upload.web.ts:68 +#: src/state/queries/video/video-upload.web.ts:78 +msgid "Failed to upload video" +msgstr "" + #: src/Navigation.tsx:226 msgid "Feed" msgstr "Syöte" @@ -2618,9 +2756,9 @@ msgstr "Palaute" #: src/screens/StarterPack/StarterPackScreen.tsx:172 #: src/view/screens/Feeds.tsx:445 #: src/view/screens/Feeds.tsx:550 -#: src/view/screens/Profile.tsx:213 +#: src/view/screens/Profile.tsx:224 #: src/view/screens/Search/Search.tsx:375 -#: src/view/shell/desktop/LeftNav.tsx:379 +#: src/view/shell/desktop/LeftNav.tsx:373 #: src/view/shell/Drawer.tsx:497 #: src/view/shell/Drawer.tsx:498 msgid "Feeds" @@ -2654,7 +2792,7 @@ msgstr "" msgid "Filter from feeds" msgstr "Suodata syötteistä" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "Viimeistely" @@ -2665,8 +2803,8 @@ msgid "Find accounts to follow" msgstr "Etsi seurattavia tilejä" #: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "" +#~ msgid "Find more feeds and accounts to follow in the Explore page." +#~ msgstr "" #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" @@ -2689,14 +2827,14 @@ msgid "Finish" msgstr "" #: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "" +#~ msgid "Finish tour and begin using the application" +#~ msgstr "" #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "Kuntoilu" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "Joustava" @@ -2710,11 +2848,11 @@ msgid "Flip vertically" msgstr "Käännä pystysuunnassa" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:351 +#: src/components/ProfileCard.tsx:356 #: src/components/ProfileHoverCard/index.web.tsx:446 #: src/components/ProfileHoverCard/index.web.tsx:457 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:252 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:225 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 msgid "Follow" msgstr "Seuraa" @@ -2723,8 +2861,8 @@ msgctxt "action" msgid "Follow" msgstr "Seuraa" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:238 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:209 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:126 msgid "Follow {0}" msgstr "Seuraa {0}" @@ -2750,7 +2888,13 @@ msgstr "" #~ msgid "Follow All" #~ msgstr "Seuraa kaikkia" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/view/com/profile/FollowButton.tsx:79 +msgctxt "action" +msgid "Follow Back" +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:223 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 msgid "Follow Back" msgstr "Seuraa takaisin" @@ -2798,16 +2942,16 @@ msgstr "Seuratut käyttäjät" #~ msgid "Followed users only" #~ msgstr "Vain seuratut käyttäjät" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "seurasi sinua" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:104 -#: src/view/screens/ProfileFollowers.tsx:25 +#: src/view/screens/ProfileFollowers.tsx:29 +#: src/view/screens/ProfileFollowers.tsx:30 msgid "Followers" msgstr "Seuraajat" @@ -2821,20 +2965,20 @@ msgid "Followers you know" msgstr "" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:345 +#: src/components/ProfileCard.tsx:350 #: src/components/ProfileHoverCard/index.web.tsx:445 #: src/components/ProfileHoverCard/index.web.tsx:456 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 -#: src/view/com/profile/ProfileFollows.tsx:104 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:147 #: src/view/screens/Feeds.tsx:630 -#: src/view/screens/ProfileFollows.tsx:25 +#: src/view/screens/ProfileFollows.tsx:29 +#: src/view/screens/ProfileFollows.tsx:30 #: src/view/screens/SavedFeeds.tsx:416 msgid "Following" msgstr "Seurataan" -#: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/components/ProfileCard.tsx:316 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Seurataan {0}" @@ -2853,8 +2997,8 @@ msgid "Following Feed Preferences" msgstr "Seuratut -syötteen asetukset" #: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "" +#~ msgid "Following shows the latest posts from people you follow." +#~ msgstr "" #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" @@ -2886,11 +3030,11 @@ msgstr "" msgid "Forgot Password" msgstr "Unohtunut salasana" -#: src/screens/Login/LoginForm.tsx:246 +#: src/screens/Login/LoginForm.tsx:233 msgid "Forgot password?" msgstr "Unohtuiko salasana?" -#: src/screens/Login/LoginForm.tsx:257 +#: src/screens/Login/LoginForm.tsx:244 msgid "Forgot?" msgstr "Unohditko?" @@ -2898,15 +3042,19 @@ msgstr "Unohditko?" msgid "Frequently Posts Unwanted Content" msgstr "Julkaisee usein ei-toivottua sisältöä" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "Käyttäjältä @{sanitizedAuthor}" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "Lähde: <0/>" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:398 +msgid "Fullscreen" +msgstr "" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galleria" @@ -2932,7 +3080,7 @@ msgstr "Aloita tästä" msgid "Getting started" msgstr "" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:122 msgid "GIF" msgstr "" @@ -2951,7 +3099,7 @@ msgstr "Ilmeisiä lain tai käyttöehtojen rikkomuksia" #: src/view/screens/NotFound.tsx:55 #: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:1026 -#: src/view/shell/desktop/LeftNav.tsx:134 +#: src/view/shell/desktop/LeftNav.tsx:133 msgid "Go back" msgstr "Palaa takaisin" @@ -3000,7 +3148,7 @@ msgstr "Palaa alkuun" msgid "Go to conversation with {0}" msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:171 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Go to next" msgstr "Siirry seuraavaan" @@ -3010,8 +3158,8 @@ msgid "Go to profile" msgstr "" #: src/tours/Tooltip.tsx:138 -msgid "Go to the next step of the tour" -msgstr "" +#~ msgid "Go to the next step of the tour" +#~ msgstr "" #: src/components/dms/ConvoMenu.tsx:164 msgid "Go to user's profile" @@ -3089,7 +3237,7 @@ msgstr "" msgid "Hide" msgstr "Piilota" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "Piilota" @@ -3128,7 +3276,7 @@ msgstr "Piilota tämä viesti?" msgid "Hide this reply?" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "Piilota käyttäjäluettelo" @@ -3160,10 +3308,14 @@ msgstr "Hmm, vaikuttaa siltä, että tämän datan lataamisessa on ongelmia. Kat msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmm, emme pystyneet avaamaan kyseistä moderaatiopalvelua." -#: src/Navigation.tsx:549 -#: src/Navigation.tsx:569 -#: src/view/shell/bottom-bar/BottomBar.tsx:160 -#: src/view/shell/desktop/LeftNav.tsx:342 +#: src/state/queries/video/video.ts:165 +msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" +msgstr "" + +#: src/Navigation.tsx:550 +#: src/Navigation.tsx:570 +#: src/view/shell/bottom-bar/BottomBar.tsx:159 +#: src/view/shell/desktop/LeftNav.tsx:341 #: src/view/shell/Drawer.tsx:429 #: src/view/shell/Drawer.tsx:430 msgid "Home" @@ -3174,7 +3326,7 @@ msgid "Host:" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:180 +#: src/screens/Login/LoginForm.tsx:169 #: src/screens/Signup/StepInfo/index.tsx:106 #: src/view/com/modals/ChangeHandle.tsx:275 msgid "Hosting provider" @@ -3235,7 +3387,7 @@ msgstr "" msgid "Illegal and Urgent" msgstr "Laiton ja kiireellinen" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:56 msgid "Image" msgstr "Kuva" @@ -3243,6 +3395,7 @@ msgstr "Kuva" msgid "Image alt text" msgstr "Kuvan ALT-teksti" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:247 #: src/components/StarterPack/ShareDialog.tsx:76 msgid "Image saved to your camera roll!" msgstr "" @@ -3251,7 +3404,11 @@ msgstr "" msgid "Impersonation or false claims about identity or affiliation" msgstr "Henkilöllisyyden tai yhteyksien vääristely tai vääriä väitteitä niistä" -#: src/lib/moderation/useReportOptions.ts:86 +#: src/lib/moderation/useReportOptions.ts:68 +msgid "Impersonation, misinformation, or false claims" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:91 msgid "Inappropriate messages or explicit links" msgstr "" @@ -3275,7 +3432,7 @@ msgstr "Syötä uusi salasana" msgid "Input password for account deletion" msgstr "Syötä salasana käyttäjätilin poistoa varten" -#: src/screens/Login/LoginForm.tsx:286 +#: src/screens/Login/LoginForm.tsx:273 msgid "Input the code which has been emailed to you" msgstr "Syötä sinulle sähköpostitse lähetetty koodi" @@ -3283,11 +3440,11 @@ msgstr "Syötä sinulle sähköpostitse lähetetty koodi" #~ msgid "Input the password tied to {identifier}" #~ msgstr "Syötä salasana, joka liittyy kohteeseen {identifier}" -#: src/screens/Login/LoginForm.tsx:215 +#: src/screens/Login/LoginForm.tsx:203 msgid "Input the username or email address you used at signup" msgstr "Syötä käyttäjätunnus tai sähköpostiosoite, jonka käytit rekisteröityessäsi" -#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Login/LoginForm.tsx:228 msgid "Input your password" msgstr "Syötä salasanasi" @@ -3295,7 +3452,7 @@ msgstr "Syötä salasanasi" msgid "Input your preferred hosting provider" msgstr "Syötä haluamasi palveluntarjoaja" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "Syötä käyttäjätunnuksesi" @@ -3307,7 +3464,7 @@ msgstr "" msgid "Introducing Direct Messages" msgstr "" -#: src/screens/Login/LoginForm.tsx:140 +#: src/screens/Login/LoginForm.tsx:145 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Virheellinen kaksivaiheisen tunnistautumisen vahvistuskoodi." @@ -3316,10 +3473,15 @@ msgstr "Virheellinen kaksivaiheisen tunnistautumisen vahvistuskoodi." msgid "Invalid or unsupported post record" msgstr "Virheellinen tai ei tuettu tietue" -#: src/screens/Login/LoginForm.tsx:145 +#: src/screens/Login/LoginForm.tsx:91 +#: src/screens/Login/LoginForm.tsx:150 msgid "Invalid username or password" msgstr "Virheellinen käyttäjätunnus tai salasana" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Kutsu ystävä" @@ -3328,7 +3490,7 @@ msgstr "Kutsu ystävä" msgid "Invite code" msgstr "Kutsukoodi" -#: src/screens/Signup/state.ts:263 +#: src/screens/Signup/state.ts:258 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Kutsukoodia ei hyväksytty. Tarkista, että syötit sen oikein ja yritä uudelleen." @@ -3360,6 +3522,10 @@ msgstr "" msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "" +#: src/view/com/composer/Composer.tsx:1126 +msgid "Job ID: {0}" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:164 msgid "Jobs" msgstr "Työpaikat" @@ -3375,6 +3541,10 @@ msgstr "" msgid "Join the conversation" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:492 +msgid "Joined {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:21 #: src/screens/Onboarding/state.ts:89 msgid "Journalism" @@ -3392,7 +3562,7 @@ msgstr "Merkinnnyt {0}." msgid "Labeled by the author." msgstr "" -#: src/view/screens/Profile.tsx:207 +#: src/view/screens/Profile.tsx:218 msgid "Labels" msgstr "Merkinnät" @@ -3404,11 +3574,11 @@ msgstr "" #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "" @@ -3429,7 +3599,7 @@ msgstr "Kielen asetukset" msgid "Languages" msgstr "Kielet" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "Uusimmat" @@ -3503,8 +3673,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "Aloitetaan salasanasi nollaus!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "Aloitetaan!" @@ -3537,9 +3706,9 @@ msgstr "Tykkää tästä syötteestä" msgid "Liked by" msgstr "Tykänneet" -#: src/screens/Post/PostLikedBy.tsx:29 +#: src/screens/Post/PostLikedBy.tsx:31 +#: src/screens/Post/PostLikedBy.tsx:32 #: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 -#: src/view/com/post-thread/PostLikedBy.tsx:94 #: src/view/screens/ProfileFeedLikedBy.tsx:28 msgid "Liked By" msgstr "Tykänneet" @@ -3558,15 +3727,15 @@ msgstr "Tykänneet" #~ msgid "Liked by {likeCount} {0}" #~ msgstr "Tykännyt {likeCount} {0}" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "tykkäsi mukautetusta syötteestäsi" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "tykkäsi viestistäsi" -#: src/view/screens/Profile.tsx:212 +#: src/view/screens/Profile.tsx:223 msgid "Likes" msgstr "Tykkäykset" @@ -3620,9 +3789,9 @@ msgid "List unmuted" msgstr "Listaa hiljennyksestä poistetut" #: src/Navigation.tsx:130 -#: src/view/screens/Profile.tsx:208 -#: src/view/screens/Profile.tsx:215 -#: src/view/shell/desktop/LeftNav.tsx:385 +#: src/view/screens/Profile.tsx:219 +#: src/view/screens/Profile.tsx:226 +#: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:513 #: src/view/shell/Drawer.tsx:514 msgid "Lists" @@ -3648,7 +3817,7 @@ msgstr "" msgid "Load new notifications" msgstr "Lataa uusia ilmoituksia" -#: src/screens/Profile/Sections/Feed.tsx:87 +#: src/screens/Profile/Sections/Feed.tsx:94 #: src/view/com/feeds/FeedPage.tsx:136 #: src/view/screens/ProfileFeed.tsx:495 #: src/view/screens/ProfileList.tsx:805 @@ -3725,7 +3894,7 @@ msgid "Mark as read" msgstr "" #: src/view/screens/AccessibilitySettings.tsx:106 -#: src/view/screens/Profile.tsx:211 +#: src/view/screens/Profile.tsx:222 msgid "Media" msgstr "Media" @@ -3755,12 +3924,12 @@ msgstr "" msgid "Message from server: {0}" msgstr "Viesti palvelimelta: {0}" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" msgstr "" -#: src/screens/Messages/Conversation/MessageInput.tsx:70 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:49 +#: src/screens/Messages/Conversation/MessageInput.tsx:72 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:59 msgid "Message is too long" msgstr "" @@ -3768,7 +3937,7 @@ msgstr "" msgid "Message settings" msgstr "" -#: src/Navigation.tsx:564 +#: src/Navigation.tsx:565 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -3783,6 +3952,10 @@ msgstr "" msgid "Misleading Account" msgstr "Harhaanjohtava käyttäjätili" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" msgstr "" @@ -3849,7 +4022,7 @@ msgstr "Moderointityökalut" msgid "Moderator has chosen to set a general warning on the content." msgstr "Ylläpitäjä on asettanut yleisen varoituksen sisällölle." -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "Lisää" @@ -3873,9 +4046,13 @@ msgstr "" msgid "Music" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:389 +msgctxt "video" +msgid "Mute" +msgstr "" + #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 msgid "Mute" msgstr "Hiljennä" @@ -3960,9 +4137,9 @@ msgstr "Hiljennä keskustelu" msgid "Mute words & tags" msgstr "Hiljennä sanat ja aihetunnisteet" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Muted" -msgstr "Hiljennetty" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Muted" +#~ msgstr "Hiljennetty" #: src/screens/Moderation/index.tsx:264 msgid "Muted accounts" @@ -3998,7 +4175,7 @@ msgstr "Syntymäpäiväni" msgid "My Feeds" msgstr "Omat syötteet" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "Profiilini" @@ -4020,9 +4197,9 @@ msgid "Name is required" msgstr "Nimi vaaditaan" #: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:93 -#: src/lib/moderation/useReportOptions.ts:101 -#: src/lib/moderation/useReportOptions.ts:109 +#: 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ä" @@ -4035,12 +4212,12 @@ msgstr "Luonto" msgid "Navigate to {0}" msgstr "" -#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:73 +#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:76 msgid "Navigate to starter pack" msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:332 +#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/LoginForm.tsx:319 #: src/view/com/modals/ChangePassword.tsx:169 msgid "Navigates to the next screen" msgstr "Siirtyy seuraavalle näytölle" @@ -4058,7 +4235,7 @@ msgstr "Tarvitseeko ilmoittaa tekijänoikeusrikkomuksesta?" #~ msgid "Never lose access to your followers and data." #~ msgstr "Älä koskaan menetä pääsyä seuraajiisi ja tietoihisi." -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "Älä koskaan menetä pääsyä seuraajiisi tai tietoihisi." @@ -4104,15 +4281,15 @@ msgstr "Uusi viesti" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:228 -#: src/view/screens/Profile.tsx:478 +#: src/view/screens/Profile.tsx:489 #: src/view/screens/ProfileFeed.tsx:429 #: src/view/screens/ProfileList.tsx:237 #: src/view/screens/ProfileList.tsx:276 -#: src/view/shell/desktop/LeftNav.tsx:278 +#: src/view/shell/desktop/LeftNav.tsx:277 msgid "New post" msgstr "Uusi viesti" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "Uusi viesti" @@ -4135,9 +4312,9 @@ msgid "News" msgstr "Uutiset" #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:331 -#: src/screens/Login/LoginForm.tsx:338 +#: src/screens/Login/ForgotPasswordForm.tsx:149 +#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:325 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/BackNextButtons.tsx:66 @@ -4145,7 +4322,6 @@ msgstr "Uutiset" #: src/screens/StarterPack/Wizard/index.tsx:187 #: src/screens/StarterPack/Wizard/index.tsx:358 #: src/screens/StarterPack/Wizard/index.tsx:365 -#: src/tours/Tooltip.tsx:139 #: src/view/com/modals/ChangePassword.tsx:254 #: src/view/com/modals/ChangePassword.tsx:256 msgid "Next" @@ -4187,12 +4363,12 @@ msgstr "Ei löydetty esillä olevia GIF-kuvia. Tenor-palvelussa saattaa olla ong msgid "No feeds found. Try searching for something else." msgstr "" -#: src/components/ProfileCard.tsx:331 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 +#: src/components/ProfileCard.tsx:336 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Et enää seuraa käyttäjää {0}" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "Ei pidempi kuin 253 merkkiä." @@ -4219,7 +4395,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "" -#: src/screens/Profile/Sections/Feed.tsx:59 +#: src/screens/Profile/Sections/Feed.tsx:64 msgid "No posts yet." msgstr "" @@ -4287,7 +4463,7 @@ msgstr "Ei-seksuaalinen alastomuus" #~ msgstr "Ei sovellettavissa." #: src/Navigation.tsx:125 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Not Found" msgstr "Ei löytynyt" @@ -4298,7 +4474,7 @@ msgstr "Ei juuri nyt" #: src/view/com/profile/ProfileMenu.tsx:372 #: src/view/com/util/forms/PostDropdownBtn.tsx:654 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:332 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:356 msgid "Note about sharing" msgstr "" @@ -4331,22 +4507,22 @@ msgstr "" msgid "Notification Sounds" msgstr "" -#: src/Navigation.tsx:559 +#: src/Navigation.tsx:560 #: src/view/screens/Notifications.tsx:145 #: src/view/screens/Notifications.tsx:155 #: src/view/screens/Notifications.tsx:203 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 -#: src/view/shell/desktop/LeftNav.tsx:362 +#: src/view/shell/bottom-bar/BottomBar.tsx:227 +#: src/view/shell/desktop/LeftNav.tsx:356 #: src/view/shell/Drawer.tsx:461 #: src/view/shell/Drawer.tsx:462 msgid "Notifications" msgstr "Ilmoitukset" -#: src/lib/hooks/useTimeAgo.ts:51 +#: src/lib/hooks/useTimeAgo.ts:122 msgid "now" msgstr "" -#: src/components/dms/MessageItem.tsx:169 +#: src/components/dms/MessageItem.tsx:170 msgid "Now" msgstr "" @@ -4354,7 +4530,7 @@ msgstr "" msgid "Nudity" msgstr "Alastomuus" -#: src/lib/moderation/useReportOptions.ts:73 +#: src/lib/moderation/useReportOptions.ts:78 msgid "Nudity or adult content not labeled as such" msgstr "" @@ -4372,10 +4548,14 @@ msgstr "Pois" msgid "Oh no!" msgstr "Voi ei!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "Voi ei! Jokin meni pieleen." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:175 +msgid "Oh no! We weren't able to generate an image for you to share. Rest assured, we're glad you're here 🦋" +msgstr "" + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:339 msgid "OK" msgstr "OK" @@ -4389,11 +4569,15 @@ msgid "Oldest replies first" msgstr "Vanhimmat vastaukset ensin" #: src/components/StarterPack/QrCode.tsx:69 -msgid "on" -msgstr "" +#~ msgid "on" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:81 -msgid "on {str}" +#~ msgid "on {str}" +#~ msgstr "" + +#: src/components/StarterPack/QrCode.tsx:70 +msgid "on<0><1/><2><3/>" msgstr "" #: src/view/screens/Settings/index.tsx:226 @@ -4401,10 +4585,10 @@ msgid "Onboarding reset" msgstr "Käyttöönoton nollaus" #: src/tours/Tooltip.tsx:118 -msgid "Onboarding tour step {0}: {1}" -msgstr "" +#~ msgid "Onboarding tour step {0}: {1}" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:589 +#: src/view/com/composer/Composer.tsx:671 msgid "One or more images is missing alt text." msgstr "Yksi tai useampi kuva on ilman vaihtoehtoista Alt-tekstiä." @@ -4420,10 +4604,14 @@ msgstr "" msgid "Only {0} can reply." msgstr "Vain {0} voi vastata." -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "Sisältää vain kirjaimia, numeroita ja väliviivoja" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:39 +msgid "Only WebVTT (.vtt) files are supported" +msgstr "" + #: src/components/Lists.tsx:88 msgid "Oops, something went wrong!" msgstr "Hups, nyt meni jotain väärin!" @@ -4431,13 +4619,13 @@ msgstr "Hups, nyt meni jotain väärin!" #: src/components/Lists.tsx:199 #: src/components/StarterPack/ProfileStarterPacks.tsx:304 #: src/components/StarterPack/ProfileStarterPacks.tsx:313 -#: src/view/screens/AppPasswords.tsx:69 +#: src/view/screens/AppPasswords.tsx:68 #: src/view/screens/NotificationsSettings.tsx:45 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Oops!" msgstr "Hups!" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "Avaa" @@ -4454,8 +4642,9 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/view/com/composer/Composer.tsx:754 -#: src/view/com/composer/Composer.tsx:755 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:165 +#: src/view/com/composer/Composer.tsx:820 +#: src/view/com/composer/Composer.tsx:821 msgid "Open emoji picker" msgstr "Avaa emoji-valitsin" @@ -4594,7 +4783,7 @@ msgstr "Avaa asetukset oman verkkotunnuksen käyttöönottoon" msgid "Opens moderation settings" msgstr "Avaa moderointiasetukset" -#: src/screens/Login/LoginForm.tsx:247 +#: src/screens/Login/LoginForm.tsx:234 msgid "Opens password reset form" msgstr "Avaa salasanan palautuslomakkeen" @@ -4636,12 +4825,12 @@ msgstr "Avaa järjestelmän lokisivun" msgid "Opens the threads preferences" msgstr "Avaa keskusteluasetukset" -#: src/view/com/notifications/FeedItem.tsx:555 -#: src/view/com/util/UserAvatar.tsx:420 +#: src/view/com/notifications/FeedItem.tsx:551 +#: src/view/com/util/UserAvatar.tsx:426 msgid "Opens this profile" msgstr "" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:95 msgid "Opens video picker" msgstr "" @@ -4699,7 +4888,7 @@ msgstr "Sivua ei löytynyt" msgid "Page Not Found" msgstr "Sivua ei löytynyt" -#: src/screens/Login/LoginForm.tsx:225 +#: src/screens/Login/LoginForm.tsx:213 #: src/screens/Signup/StepInfo/index.tsx:162 #: src/view/com/modals/DeleteAccount.tsx:257 #: src/view/com/modals/DeleteAccount.tsx:264 @@ -4718,12 +4907,13 @@ msgstr "Salasana päivitetty" msgid "Password updated!" msgstr "Salasana päivitetty!" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:366 msgid "Pause" msgstr "Pysäytä" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:319 msgid "Pause video" msgstr "" @@ -4782,12 +4972,13 @@ msgstr "Kiinnitetyt syötteet" msgid "Pinned to your feeds" msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:367 msgid "Play" msgstr "Käynnistä" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:131 msgid "Play {0}" msgstr "Toista {0}" @@ -4796,34 +4987,34 @@ msgstr "Toista {0}" #~ msgid "Play notification sounds" #~ msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:43 +#: src/view/com/util/post-embeds/GifEmbed.tsx:45 msgid "Play or pause the GIF" msgstr "Toista tai pysäytä GIF" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:52 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:204 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:110 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:320 msgid "Play video" msgstr "" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:59 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:60 msgid "Play Video" msgstr "Toista video" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:130 msgid "Plays the GIF" msgstr "Toistaa GIFin" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "Valitse käyttäjätunnuksesi." -#: src/screens/Signup/state.ts:215 +#: src/screens/Signup/state.ts:210 #: src/screens/Signup/StepInfo/index.tsx:81 msgid "Please choose your password." msgstr "Valitse salasanasi." -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "Täydennä varmennus-captcha, ole hyvä." @@ -4843,7 +5034,7 @@ msgstr "Anna uniikki nimi tälle sovellussalasanalle tai käytä satunnaisesti l msgid "Please enter a valid word, tag, or phrase to mute" msgstr "Ole hyvä ja syötä oikea sana, aihetunniste tai lause hiljennettäväksi." -#: src/screens/Signup/state.ts:201 +#: src/screens/Signup/state.ts:196 #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Please enter your email." msgstr "Anna sähköpostiosoitteesi." @@ -4856,7 +5047,7 @@ msgstr "" msgid "Please enter your password as well:" msgstr "Anna myös salasanasi:" -#: src/components/moderation/LabelsOnMeDialog.tsx:268 +#: src/components/moderation/LabelsOnMeDialog.tsx:259 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -4873,7 +5064,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "Vahvista sähköpostiosoitteesi" -#: src/view/com/composer/Composer.tsx:331 +#: src/view/com/composer/Composer.tsx:359 msgid "Please wait for your link card to finish loading" msgstr "Odota, että linkkikortti latautuu kokonaan" @@ -4886,13 +5077,13 @@ msgstr "Politiikka" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:564 -#: src/view/com/composer/Composer.tsx:571 +#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:653 msgctxt "action" msgid "Post" msgstr "Lähetä" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "Viesti" @@ -4948,7 +5139,7 @@ msgid "posts" msgstr "viestit" #: src/screens/StarterPack/StarterPackScreen.tsx:173 -#: src/view/screens/Profile.tsx:209 +#: src/view/screens/Profile.tsx:220 msgid "Posts" msgstr "Viestit" @@ -5029,17 +5220,17 @@ msgstr "Yksityisyydensuojakäytäntö" msgid "Privately chat with other users." msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:156 +#: src/screens/Login/ForgotPasswordForm.tsx:155 msgid "Processing..." msgstr "Käsitellään..." -#: src/view/screens/DebugMod.tsx:895 -#: src/view/screens/Profile.tsx:346 +#: src/view/screens/DebugMod.tsx:896 +#: src/view/screens/Profile.tsx:357 msgid "profile" msgstr "profiili" -#: src/view/shell/bottom-bar/BottomBar.tsx:275 -#: src/view/shell/desktop/LeftNav.tsx:393 +#: src/view/shell/bottom-bar/BottomBar.tsx:272 +#: src/view/shell/desktop/LeftNav.tsx:387 #: src/view/shell/Drawer.tsx:78 #: src/view/shell/Drawer.tsx:546 #: src/view/shell/Drawer.tsx:547 @@ -5054,7 +5245,7 @@ msgstr "Profiili päivitetty" msgid "Protect your account by verifying your email." msgstr "Suojaa käyttäjätilisi vahvistamalla sähköpostiosoitteesi." -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "Julkinen" @@ -5066,11 +5257,11 @@ msgstr "Julkinen, jaettava käyttäjäluettelo hiljennettyjen tai estettyjen kä msgid "Public, shareable lists which can drive feeds." msgstr "Julkinen, jaettava lista, joka voi ohjata syötteitä." -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish post" msgstr "Julkaise viesti" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish reply" msgstr "Julkaise vastaus" @@ -5087,11 +5278,11 @@ msgid "QR code saved to your camera roll!" msgstr "" #: src/tours/Tooltip.tsx:111 -msgid "Quick tip" -msgstr "" +#~ msgid "Quick tip" +#~ msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:122 -#: src/view/com/util/post-ctrls/RepostButton.tsx:149 +#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:152 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Quote post" @@ -5116,8 +5307,8 @@ msgid "Quote post was successfully detached" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:313 -#: src/view/com/util/post-ctrls/RepostButton.tsx:121 -#: src/view/com/util/post-ctrls/RepostButton.tsx:148 +#: src/view/com/util/post-ctrls/RepostButton.tsx:124 +#: src/view/com/util/post-ctrls/RepostButton.tsx:151 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:84 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:91 msgid "Quote posts disabled" @@ -5131,8 +5322,8 @@ msgstr "" msgid "Quote settings" msgstr "" -#: src/screens/Post/PostQuotes.tsx:29 -#: src/view/com/post-thread/PostQuotes.tsx:122 +#: src/screens/Post/PostQuotes.tsx:31 +#: src/screens/Post/PostQuotes.tsx:32 msgid "Quotes" msgstr "" @@ -5222,7 +5413,11 @@ msgstr "" msgid "Remove account" msgstr "Poista käyttäjätili" -#: src/view/com/util/UserAvatar.tsx:387 +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "" + +#: src/view/com/util/UserAvatar.tsx:393 msgid "Remove Avatar" msgstr "Poista avatar" @@ -5230,7 +5425,7 @@ msgstr "Poista avatar" msgid "Remove Banner" msgstr "Poista banneri" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "" @@ -5270,8 +5465,8 @@ msgid "Remove image" msgstr "Poista kuva" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "Poista kuvan esikatselu" +#~ msgid "Remove image preview" +#~ msgstr "Poista kuvan esikatselu" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -5285,24 +5480,28 @@ msgstr "" msgid "Remove profile from search history" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:274 msgid "Remove quote" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:95 -#: src/view/com/util/post-ctrls/RepostButton.tsx:111 +#: src/view/com/util/post-ctrls/RepostButton.tsx:98 +#: src/view/com/util/post-ctrls/RepostButton.tsx:114 msgid "Remove repost" msgstr "Poista uudelleenjulkaisu" +#: src/view/com/composer/videos/SubtitleDialog.tsx:264 +msgid "Remove subtitle file" +msgstr "" + #: src/view/com/posts/FeedErrorMessage.tsx:211 msgid "Remove this feed from your saved feeds" msgstr "Poista tämä syöte seurannasta" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:100 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:109 msgid "Removed by author" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:98 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:107 msgid "Removed by you" msgstr "" @@ -5330,20 +5529,24 @@ msgstr "Poistettu syötteistäsi" #~ msgid "Removes default thumbnail from {0}" #~ msgstr "Poistaa {0} oletuskuvakkeen" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:275 msgid "Removes quoted post" msgstr "" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 -msgid "Removes the image preview" +msgid "Removes the attachment" msgstr "" +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 +#~ msgid "Removes the image preview" +#~ msgstr "" + #: src/view/com/posts/FeedShutdownMsg.tsx:129 #: src/view/com/posts/FeedShutdownMsg.tsx:133 msgid "Replace with Discover" msgstr "" -#: src/view/screens/Profile.tsx:210 +#: src/view/screens/Profile.tsx:221 msgid "Replies" msgstr "Vastaukset" @@ -5363,7 +5566,7 @@ msgstr "" #~ msgid "Replies to this thread are disabled" #~ msgstr "Tähän keskusteluun vastaaminen on estetty" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:644 msgctxt "action" msgid "Reply" msgstr "Vastaa" @@ -5391,23 +5594,23 @@ msgid "Reply settings are chosen by the author of the thread" msgstr "" #: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:522 +#: src/view/com/posts/FeedItem.tsx:520 msgctxt "description" msgid "Reply to <0><1/>" msgstr "Vastaa käyttäjälle <0><1/>" -#: src/view/com/posts/FeedItem.tsx:513 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" msgstr "" -#: src/view/com/posts/FeedItem.tsx:515 +#: src/view/com/posts/FeedItem.tsx:513 msgctxt "description" msgid "Reply to a post" msgstr "" #: src/view/com/post/Post.tsx:194 -#: src/view/com/posts/FeedItem.tsx:519 +#: src/view/com/posts/FeedItem.tsx:517 msgctxt "description" msgid "Reply to you" msgstr "" @@ -5499,9 +5702,9 @@ msgstr "" msgid "Report this user" msgstr "Ilmianna tämä käyttäjä" -#: src/view/com/util/post-ctrls/RepostButton.tsx:67 -#: src/view/com/util/post-ctrls/RepostButton.tsx:96 -#: src/view/com/util/post-ctrls/RepostButton.tsx:112 +#: src/view/com/util/post-ctrls/RepostButton.tsx:70 +#: src/view/com/util/post-ctrls/RepostButton.tsx:99 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 msgctxt "action" msgid "Repost" msgstr "Uudelleenjulkaise" @@ -5512,31 +5715,31 @@ msgid "Repost" msgstr "Uudelleenjulkaise" #: src/screens/StarterPack/StarterPackScreen.tsx:535 -#: src/view/com/util/post-ctrls/RepostButton.tsx:88 +#: src/view/com/util/post-ctrls/RepostButton.tsx:91 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:49 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:104 msgid "Repost or quote post" msgstr "Uudelleenjulkaise tai lainaa viestiä" -#: src/screens/Post/PostRepostedBy.tsx:29 -#: src/view/com/post-thread/PostRepostedBy.tsx:96 +#: src/screens/Post/PostRepostedBy.tsx:31 +#: src/screens/Post/PostRepostedBy.tsx:32 msgid "Reposted By" msgstr "Uudelleenjulkaissut" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "{0} uudelleenjulkaisi" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "Uudelleenjulkaissut <0><1/>" -#: src/view/com/posts/FeedItem.tsx:292 -#: src/view/com/posts/FeedItem.tsx:311 +#: src/view/com/posts/FeedItem.tsx:290 +#: src/view/com/posts/FeedItem.tsx:309 msgid "Reposted by you" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:184 +#: src/view/com/notifications/FeedItem.tsx:180 msgid "reposted your post" msgstr "uudelleenjulkaisi viestisi" @@ -5571,6 +5774,14 @@ msgstr "Vaaditaan tälle instanssille" msgid "Resend email" msgstr "Lähetä sähköposti uudelleen" +#: src/components/intents/VerifyEmailIntentDialog.tsx:130 +msgid "Resend Email" +msgstr "" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:123 +msgid "Resend Verification Email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:186 msgid "Reset code" msgstr "Nollauskoodi" @@ -5601,7 +5812,7 @@ msgstr "Nollaa käyttöönoton tilan" msgid "Resets the preferences state" msgstr "Nollaa asetusten tilan" -#: src/screens/Login/LoginForm.tsx:312 +#: src/screens/Login/LoginForm.tsx:299 msgid "Retries login" msgstr "Yrittää uudelleen kirjautumista" @@ -5610,15 +5821,15 @@ msgstr "Yrittää uudelleen kirjautumista" msgid "Retries the last action, which errored out" msgstr "Yrittää uudelleen viimeisintä toimintoa, joka epäonnistui" -#: src/components/dms/MessageItem.tsx:235 +#: src/components/dms/MessageItem.tsx:236 #: src/components/Error.tsx:66 #: src/components/Lists.tsx:104 #: src/components/StarterPack/ProfileStarterPacks.tsx:318 -#: src/screens/Login/LoginForm.tsx:311 -#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:298 +#: src/screens/Login/LoginForm.tsx:305 #: src/screens/Messages/Conversation/MessageListError.tsx:25 -#: src/screens/Onboarding/StepInterests/index.tsx:251 -#: src/screens/Onboarding/StepInterests/index.tsx:254 +#: src/screens/Onboarding/StepInterests/index.tsx:231 +#: src/screens/Onboarding/StepInterests/index.tsx:234 #: src/screens/Signup/BackNextButtons.tsx:52 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 @@ -5730,8 +5941,8 @@ msgstr "Tallentaa kuvan rajausasetukset" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:105 -#: src/view/com/notifications/FeedItem.tsx:416 -#: src/view/com/notifications/FeedItem.tsx:441 +#: src/view/com/notifications/FeedItem.tsx:412 +#: src/view/com/notifications/FeedItem.tsx:437 msgid "Say hello!" msgstr "" @@ -5745,15 +5956,15 @@ msgid "Scroll to top" msgstr "Vieritä alkuun" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:554 +#: src/Navigation.tsx:555 #: src/view/com/modals/ListAddRemoveUsers.tsx:76 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 #: src/view/screens/Search/Search.tsx:421 #: src/view/screens/Search/Search.tsx:791 #: src/view/screens/Search/Search.tsx:813 -#: src/view/shell/bottom-bar/BottomBar.tsx:182 -#: src/view/shell/desktop/LeftNav.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:179 +#: src/view/shell/desktop/LeftNav.tsx:349 #: src/view/shell/Drawer.tsx:398 #: src/view/shell/Drawer.tsx:399 msgid "Search" @@ -5835,6 +6046,10 @@ msgstr "" msgid "See this guide" msgstr "Katso tämä opas" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:631 +msgid "Seek slider" +msgstr "" + #: src/view/com/util/Selector.tsx:106 msgid "Select {item}" msgstr "Valitse {item}" @@ -5871,6 +6086,10 @@ msgstr "Valitse GIF \"{0}\"" msgid "Select how long to mute this word for." msgstr "" +#: src/view/com/composer/videos/SubtitleDialog.tsx:249 +msgid "Select language..." +msgstr "" + #: src/view/screens/LanguageSettings.tsx:303 msgid "Select languages" msgstr "Valitse kielet" @@ -5887,6 +6106,10 @@ msgstr "Valitse vaihtoehto {i} / {numItems}" #~ msgid "Select some accounts below to follow" #~ msgstr "Valitse alla olevista tileistä jotain seurattavaksi" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:65 +msgid "Select subtitle file (.vtt)" +msgstr "" + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83 msgid "Select the {emojiName} emoji as your avatar" msgstr "" @@ -5903,7 +6126,7 @@ msgstr "Valitse palvelu, joka hostaa tietojasi." #~ msgid "Select topical feeds to follow from the list below" #~ msgstr "Valitse ajankohtaisia syötteitä alla olevasta listasta" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:94 msgid "Select video" msgstr "" @@ -5923,11 +6146,11 @@ msgstr "Valitse, mitä kieliä haluat tilattujen syötteidesi sisältävän. Jos msgid "Select your app language for the default text to display in the app." msgstr "Valitse sovelluksen käyttöliittymän kieli." -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:193 msgid "Select your date of birth" msgstr "Aseta syntymäaikasi" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "Valitse kiinnostuksen kohteesi alla olevista vaihtoehdoista" @@ -5965,8 +6188,8 @@ msgstr "Lähetä sähköposti" msgid "Send feedback" msgstr "Lähetä palautetta" -#: src/screens/Messages/Conversation/MessageInput.tsx:163 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:155 +#: src/screens/Messages/Conversation/MessageInput.tsx:165 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:219 msgid "Send message" msgstr "" @@ -6077,7 +6300,7 @@ msgstr "Asettaa kuvan kuvasuhteen leveäksi" #: src/Navigation.tsx:155 #: src/view/screens/Settings/index.tsx:302 -#: src/view/shell/desktop/LeftNav.tsx:401 +#: src/view/shell/desktop/LeftNav.tsx:395 #: src/view/shell/Drawer.tsx:563 #: src/view/shell/Drawer.tsx:564 msgid "Settings" @@ -6091,6 +6314,7 @@ msgstr "Erotiikka tai muu aikuisviihde." msgid "Sexually Suggestive" msgstr "Seksuaalisesti vihjaileva" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:644 #: src/components/StarterPack/QrCodeDialog.tsx:177 #: src/screens/StarterPack/StarterPackScreen.tsx:411 #: src/screens/StarterPack/StarterPackScreen.tsx:582 @@ -6098,7 +6322,7 @@ msgstr "Seksuaalisesti vihjaileva" #: src/view/com/profile/ProfileMenu.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:410 #: src/view/com/util/forms/PostDropdownBtn.tsx:419 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:321 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:345 #: src/view/screens/ProfileList.tsx:484 msgid "Share" msgstr "Jaa" @@ -6118,7 +6342,7 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:377 #: src/view/com/util/forms/PostDropdownBtn.tsx:659 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:337 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:361 msgid "Share anyway" msgstr "Jaa kuitenkin" @@ -6127,6 +6351,14 @@ msgstr "Jaa kuitenkin" msgid "Share feed" msgstr "Jaa syöte" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:621 +msgid "Share image externally" +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:639 +msgid "Share image in post" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:124 #: src/components/StarterPack/ShareDialog.tsx:131 #: src/screens/StarterPack/StarterPackScreen.tsx:586 @@ -6178,7 +6410,7 @@ msgstr "Näytä" #~ msgid "Show all replies" #~ msgstr "Näytä kaikki vastaukset" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:169 msgid "Show alt text" msgstr "" @@ -6198,8 +6430,8 @@ msgid "Show badge and filter from feeds" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "Näytä seurannat samankaltaisilta käyttäjiltä kuin {0}" +#~ msgid "Show follows similar to {0}" +#~ msgstr "Näytä seurannat samankaltaisilta käyttäjiltä kuin {0}" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -6214,9 +6446,9 @@ msgstr "" msgid "Show list anyway" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:584 +#: src/view/com/post-thread/PostThreadItem.tsx:590 #: src/view/com/post/Post.tsx:234 -#: src/view/com/posts/FeedItem.tsx:479 +#: src/view/com/posts/FeedItem.tsx:476 msgid "Show More" msgstr "Näytä lisää" @@ -6299,7 +6531,7 @@ msgstr "Näytä varoitus" msgid "Show warning and filter from feeds" msgstr "Näytä varoitus ja suodata syötteistä" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Shows posts from {0} in your feed" msgstr "Näyttää viestit käyttäjältä {0} syötteessäsi" @@ -6307,17 +6539,17 @@ msgstr "Näyttää viestit käyttäjältä {0} syötteessäsi" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:177 +#: src/screens/Login/LoginForm.tsx:166 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:112 #: src/view/com/auth/SplashScreen.web.tsx:121 +#: src/view/shell/bottom-bar/BottomBar.tsx:312 +#: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBar.tsx:316 -#: src/view/shell/bottom-bar/BottomBar.tsx:318 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:208 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:210 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -6349,12 +6581,12 @@ msgstr "Kirjaudu ulos" msgid "Sign out of all accounts" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBar.tsx:306 -#: src/view/shell/bottom-bar/BottomBar.tsx:308 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:198 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:200 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -6379,25 +6611,25 @@ msgstr "Kirjautunut sisään nimellä" msgid "Signed in as @{0}" msgstr "Kirjautunut sisään käyttäjätunnuksella @{0}" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:306 -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:313 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:308 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:315 msgid "Signup without a starter pack" msgstr "" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:102 +#: src/components/FeedInterstitials.tsx:316 msgid "Similar accounts" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:265 +#: src/screens/Onboarding/StepInterests/index.tsx:245 #: src/screens/StarterPack/Wizard/index.tsx:191 msgid "Skip" msgstr "Ohita" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "Ohita tämä vaihe" @@ -6406,7 +6638,7 @@ msgstr "Ohita tämä vaihe" msgid "Software Dev" msgstr "Ohjelmistokehitys" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:447 msgid "Some other feeds you might like" msgstr "" @@ -6439,7 +6671,7 @@ msgid "Something went wrong!" msgstr "" #: src/App.native.tsx:102 -#: src/App.web.tsx:83 +#: src/App.web.tsx:88 msgid "Sorry! Your session expired. Please log in again." msgstr "Pahoittelut! Istuntosi on vanhentunut. Kirjaudu sisään uudelleen." @@ -6459,12 +6691,12 @@ msgstr "Lajittele saman viestin vastaukset seuraavasti:" #~ msgid "Source: <0>{0}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" msgstr "" -#: src/lib/moderation/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:80 +#: src/lib/moderation/useReportOptions.ts:72 +#: src/lib/moderation/useReportOptions.ts:85 msgid "Spam" msgstr "Roskapostia" @@ -6494,10 +6726,9 @@ msgid "Start chatting" msgstr "" #: src/tours/Tooltip.tsx:99 -msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." -msgstr "" +#~ msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." +#~ msgstr "" -#: src/lib/generate-starterpack.ts:68 #: src/Navigation.tsx:358 #: src/Navigation.tsx:363 #: src/screens/StarterPack/Wizard/index.tsx:182 @@ -6512,7 +6743,7 @@ msgstr "" msgid "Starter pack is invalid" msgstr "" -#: src/view/screens/Profile.tsx:214 +#: src/view/screens/Profile.tsx:225 msgid "Starter Packs" msgstr "" @@ -6545,8 +6776,8 @@ msgstr "Tallennustila tyhjennetty, sinun on käynnistettävä sovellus uudelleen msgid "Storybook" msgstr "Storybook" -#: src/components/moderation/LabelsOnMeDialog.tsx:302 -#: src/components/moderation/LabelsOnMeDialog.tsx:303 +#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:294 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -6585,7 +6816,7 @@ msgstr "" #~ msgid "Suggested Follows" #~ msgstr "Mahdollisia seurattavia" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:318 msgid "Suggested for you" msgstr "Suositeltua sinulle" @@ -6605,8 +6836,8 @@ msgid "Switch Account" msgstr "Vaihda käyttäjätiliä" #: src/tours/HomeTour.tsx:48 -msgid "Switch between feeds to control your experience." -msgstr "" +#~ msgid "Switch between feeds to control your experience." +#~ msgstr "" #: src/view/screens/Settings/index.tsx:126 msgid "Switch to {0}" @@ -6645,17 +6876,26 @@ msgstr "Pitkä" msgid "Tap to dismiss" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:181 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:145 msgid "Tap to enter full screen" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:202 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:151 +msgid "Tap to play or pause" +msgstr "" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:164 msgid "Tap to toggle sound" msgstr "" +#: src/view/com/util/images/AutoSizedImage.tsx:219 +#: src/view/com/util/images/AutoSizedImage.tsx:239 +msgid "Tap to view full image" +msgstr "" + #: src/view/com/util/images/AutoSizedImage.tsx:70 -msgid "Tap to view fully" -msgstr "Napauta nähdäksesi kokonaan" +#~ msgid "Tap to view fully" +#~ msgstr "Napauta nähdäksesi kokonaan" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" @@ -6678,6 +6918,10 @@ msgstr "" msgid "Tell us a little more" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:518 +msgid "Ten Million" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:90 msgid "Terms" msgstr "Ehdot" @@ -6691,9 +6935,9 @@ msgid "Terms of Service" msgstr "Käyttöehdot" #: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:94 -#: src/lib/moderation/useReportOptions.ts:102 -#: src/lib/moderation/useReportOptions.ts:110 +#: 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 "" @@ -6705,7 +6949,7 @@ msgstr "" msgid "Text & tags" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:266 +#: src/components/moderation/LabelsOnMeDialog.tsx:257 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Tekstikenttä" @@ -6715,6 +6959,14 @@ msgstr "Tekstikenttä" msgid "Thank you. Your report has been sent." msgstr "Kiitos. Raporttisi on lähetetty." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:593 +msgid "Thanks for being one of our first 10 million users." +msgstr "" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:74 +msgid "Thanks, you have successfully verified your email address." +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:459 msgid "That contains the following:" msgstr "Se sisältää seuraavaa:" @@ -6732,11 +6984,11 @@ msgstr "Tuo käyttätunnus on jo käytössä." msgid "That starter pack could not be found." msgstr "" -#: src/view/com/post-thread/PostQuotes.tsx:129 +#: src/view/com/post-thread/PostQuotes.tsx:127 msgid "That's all, folks!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:310 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:270 #: src/view/com/profile/ProfileMenu.tsx:353 msgid "The account will be able to interact with you after unblocking." msgstr "Käyttäjä voi olla vuorovaikutuksessa kanssasi, kun poistat eston." @@ -6771,7 +7023,7 @@ msgstr "" msgid "The Discover feed now knows what you like" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:327 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off." msgstr "" @@ -6779,11 +7031,11 @@ msgstr "" msgid "The feed has been replaced with Discover." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "" @@ -6800,8 +7052,8 @@ msgstr "Viesti saattaa olla poistettu." msgid "The Privacy Policy has been moved to <0/>" msgstr "Tietosuojakäytäntö on siirretty kohtaan <0/>" -#: src/state/queries/video/video.ts:129 -msgid "The selected video is larger than 100MB." +#: src/state/queries/video/video.ts:227 +msgid "The selected video is larger than 50MB." msgstr "" #: src/screens/StarterPack/StarterPackScreen.tsx:713 @@ -6816,6 +7068,10 @@ msgstr "Tukilomake on siirretty. Jos tarvitset apua, käy osoitteessa <0/> tai v msgid "The Terms of Service have been moved to" msgstr "Käyttöehdot on siirretty kohtaan" +#: src/components/intents/VerifyEmailIntentDialog.tsx:85 +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/Onboarding/StepAlgoFeeds/index.tsx:141 #~ msgid "There are many feeds to try:" #~ msgstr "On monia syötteitä kokeiltavaksi:" @@ -6866,7 +7122,7 @@ msgstr "Yhteydenotto palvelimeen epäonnistui" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Ongelma ilmoitusten hakemisessa. Napauta tästä yrittääksesi uudelleen." -#: src/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Ongelma viestien hakemisessa. Napauta tästä yrittääksesi uudelleen." @@ -6888,15 +7144,15 @@ msgstr "Raportin lähettämisessä ilmeni ongelma. Tarkista internet-yhteytesi." #~ msgid "There was an issue syncing your preferences with the server" #~ msgstr "Ongelma asetuksiesi synkronoinnissa palvelimelle" -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "Sovellussalasanojen hakemisessa tapahtui virhe" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:107 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:143 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:97 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:109 #: src/view/com/profile/ProfileMenu.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:122 #: src/view/com/profile/ProfileMenu.tsx:137 @@ -6947,7 +7203,7 @@ msgstr "" #~ msgid "This appeal will be sent to <0>{0}." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "" @@ -7040,7 +7296,7 @@ msgstr "" #~ msgid "This label was applied by you" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "" @@ -7073,7 +7329,7 @@ msgid "This post has been deleted." msgstr "Tämä viesti on poistettu." #: src/view/com/util/forms/PostDropdownBtn.tsx:656 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:334 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:358 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "Tämä julkaisu on näkyvissä vain kirjautuneille käyttäjille. Sitä ei näytetä kirjautumattomille henkilöille." @@ -7105,7 +7361,7 @@ msgstr "Tämä palvelu ei ole toimittanut käyttöehtoja tai tietosuojakäytänt msgid "This should create a domain record at:" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "Tällä käyttäjällä ei ole yhtään seuraajaa" @@ -7134,7 +7390,7 @@ msgstr "Tämä käyttäjä on <0>{0}-listassa, jonka olet hiljentänyt." msgid "This user is new here. Press for more info about when they joined." msgstr "" -#: src/view/com/profile/ProfileFollows.tsx:87 +#: src/view/com/profile/ProfileFollows.tsx:96 msgid "This user isn't following anyone." msgstr "Tämä käyttäjä ei seuraa ketään." @@ -7187,10 +7443,18 @@ msgstr "Jos haluat poistaa sähköpostiin perustuvan kaksivaiheisen tunnistautum 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/view/com/composer/videos/SelectVideoBtn.tsx:120 +msgid "To upload videos to Bluesky, you must first verify your email." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "Kenelle haluaisit lähettää tämän raportin?" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:597 +msgid "Together, we're rebuilding the social internet. We're glad you're here." +msgstr "" + #: src/components/dialogs/MutedWords.tsx:112 #~ msgid "Toggle between muted word options." #~ msgstr "Vaihda hiljennysvaihtoehtojen välillä." @@ -7203,7 +7467,7 @@ msgstr "Vaihda pudotusvalikko" msgid "Toggle to enable or disable adult content" msgstr "Vaihda ottaaksesi käyttöön tai poistaaksesi käytöstä aikuisille tarkoitettu sisältö." -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "" @@ -7214,8 +7478,8 @@ msgstr "Muutokset" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:734 -#: src/view/com/post-thread/PostThreadItem.tsx:736 +#: src/view/com/post-thread/PostThreadItem.tsx:746 +#: src/view/com/post-thread/PostThreadItem.tsx:748 #: src/view/com/util/forms/PostDropdownBtn.tsx:380 #: src/view/com/util/forms/PostDropdownBtn.tsx:382 msgid "Translate" @@ -7234,7 +7498,7 @@ msgstr "" msgid "Two-factor authentication" msgstr "Kaksivaiheinen tunnistautuminen" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "" @@ -7252,7 +7516,7 @@ msgstr "Poista listan hiljennys" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:155 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:77 #: src/view/com/modals/ChangePassword.tsx:71 @@ -7267,14 +7531,14 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:192 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 #: src/view/screens/ProfileList.tsx:682 msgid "Unblock" msgstr "Poista esto" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Poista esto" @@ -7289,12 +7553,12 @@ msgstr "" msgid "Unblock Account" msgstr "Poista käyttäjätilin esto" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:308 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:268 #: src/view/com/profile/ProfileMenu.tsx:347 msgid "Unblock Account?" msgstr "Poista esto?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:66 +#: src/view/com/util/post-ctrls/RepostButton.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:76 msgid "Undo repost" @@ -7309,7 +7573,7 @@ msgstr "Lopeta seuraaminen" #~ msgid "Unfollow" #~ msgstr "Älä seuraa" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "Lopeta seuraaminen {0}" @@ -7326,9 +7590,13 @@ msgstr "Lopeta käyttäjätilin seuraaminen" msgid "Unlike this feed" msgstr "Poista tykkäys tästä syötteestä" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:388 +msgctxt "video" +msgid "Unmute" +msgstr "" + #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 #: src/view/screens/ProfileList.tsx:689 msgid "Unmute" msgstr "Poista hiljennys" @@ -7359,13 +7627,13 @@ msgstr "" msgid "Unmute thread" msgstr "Poista keskusteluketjun hiljennys" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:317 msgid "Unmute video" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Unmuted" -msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Unmuted" +#~ msgstr "" #: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:673 @@ -7401,12 +7669,16 @@ msgstr "" msgid "Unsubscribed from list" msgstr "" +#: src/state/queries/video/video.ts:245 +msgid "Unsupported video type: {mimeType}" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:85 #~ msgid "Unwanted sexual content" #~ msgstr "" -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/lib/moderation/useReportOptions.ts:77 +#: src/lib/moderation/useReportOptions.ts:90 msgid "Unwanted Sexual Content" msgstr "Ei-toivottu seksuaalinen sisältö" @@ -7438,20 +7710,20 @@ msgstr "" msgid "Upload a text file to:" msgstr "Lataa tekstitiedosto kohteeseen:" -#: src/view/com/util/UserAvatar.tsx:355 -#: src/view/com/util/UserAvatar.tsx:358 +#: src/view/com/util/UserAvatar.tsx:361 +#: src/view/com/util/UserAvatar.tsx:364 #: src/view/com/util/UserBanner.tsx:123 #: src/view/com/util/UserBanner.tsx:126 msgid "Upload from Camera" msgstr "Lataa kamerasta" -#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:378 #: src/view/com/util/UserBanner.tsx:140 msgid "Upload from Files" msgstr "Lataa tiedostoista" -#: src/view/com/util/UserAvatar.tsx:366 -#: src/view/com/util/UserAvatar.tsx:370 +#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:376 #: src/view/com/util/UserBanner.tsx:134 #: src/view/com/util/UserBanner.tsx:138 msgid "Upload from Library" @@ -7461,7 +7733,7 @@ msgstr "Lataa kirjastosta" msgid "Use a file on your server" msgstr "Käytä palvelimellasi olevaa tiedostoa" -#: src/view/screens/AppPasswords.tsx:200 +#: src/view/screens/AppPasswords.tsx:199 msgid "Use app passwords to login 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ä hallintaa tilillesi tai salasanallesi." @@ -7549,7 +7821,7 @@ msgstr "Käyttäjälista päivitetty" msgid "User Lists" msgstr "Käyttäjälistat" -#: src/screens/Login/LoginForm.tsx:197 +#: src/screens/Login/LoginForm.tsx:186 msgid "Username or email address" msgstr "Käyttäjätunnus tai sähköpostiosoite" @@ -7584,6 +7856,10 @@ msgstr "Käyttäjät, jotka ovat pitäneet tästä sisällöstä tai profiilista msgid "Value:" msgstr "Arvo:" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:118 +msgid "Verified email required" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:510 #~ msgid "Verify {0}" #~ msgstr "Vahvista {0}" @@ -7596,6 +7872,10 @@ msgstr "" msgid "Verify email" msgstr "Varmista sähköposti" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "Vahvista sähköpostini" @@ -7609,6 +7889,10 @@ msgstr "Vahvista sähköpostini" msgid "Verify New Email" msgstr "Vahvista uusi sähköposti" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:122 +msgid "Verify now" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "" @@ -7625,25 +7909,47 @@ msgstr "Vahvista sähköpostisi" msgid "Version {appVersion} {bundleInfo}" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:180 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:144 msgid "Video" msgstr "" +#: src/state/queries/video/video.ts:138 +msgid "Video failed to process" +msgstr "" + #: src/screens/Onboarding/index.tsx:39 #: src/screens/Onboarding/state.ts:88 msgid "Video Games" msgstr "Videopelit" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:167 +msgid "Video not found." +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:101 +msgid "Video settings" +msgstr "" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +msgid "Video: {0}" +msgstr "" + #: src/view/com/composer/videos/state.ts:27 -#~ msgid "Videos cannot be larger than 100MB" +#~ msgid "Videos cannot be larger than 50MB" #~ msgstr "" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:65 +#: src/view/com/composer/videos/VideoPreview.web.tsx:44 +msgid "Videos must be less than 60 seconds long" +msgstr "" + #: src/screens/Profile/Header/Shell.tsx:113 msgid "View {0}'s avatar" msgstr "Katso {0}:n avatar" #: src/components/ProfileCard.tsx:110 -#: src/view/com/notifications/FeedItem.tsx:277 +#: src/view/com/notifications/FeedItem.tsx:273 msgid "View {0}'s profile" msgstr "" @@ -7675,7 +7981,7 @@ msgstr "Näytä tiedot tekijänoikeusrikkomuksen ilmoittamisesta" msgid "View full thread" msgstr "Katso koko keskusteluketju" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "" @@ -7735,7 +8041,7 @@ msgstr "" msgid "Warn content and filter from feeds" msgstr "" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "Emme löytäneet tuloksia tuolla aihetunnisteella." @@ -7747,7 +8053,11 @@ msgstr "" msgid "We estimate {estimatedTime} until your account is ready." msgstr "Arvioimme, että tilisi valmistumiseen on {estimatedTime} aikaa." -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Toivomme sinulle ihania hetkiä. Muista, että Bluesky on:" @@ -7763,6 +8073,10 @@ msgstr "Emme enää löytäneet viestejä seurattavilta. Tässä on uusin tekij #~ msgid "We recommend our \"Discover\" feed:" #~ msgstr "Suosittelemme \"Tutustu\"-syötettämme:" +#: src/state/queries/video/video.ts:170 +msgid "We were unable to determine if you are allowed to upload videos. Please try again." +msgstr "" + #: src/components/dialogs/BirthDateSettings.tsx:52 msgid "We were unable to load your birth date preferences. Please try again." msgstr "" @@ -7771,7 +8085,7 @@ msgstr "" msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:158 +#: src/screens/Onboarding/StepInterests/index.tsx:143 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "Yhteyden muodostaminen ei onnistunut. Yritä uudelleen jatkaaksesi tilisi määritystä. Jos ongelma jatkuu, voit ohittaa tämän vaiheen." @@ -7779,7 +8093,7 @@ msgstr "Yhteyden muodostaminen ei onnistunut. Yritä uudelleen jatkaaksesi tilis msgid "We will let you know when your account is ready." msgstr "Ilmoitamme sinulle, kun käyttäjätilisi on valmis." -#: src/screens/Onboarding/StepInterests/index.tsx:163 +#: src/screens/Onboarding/StepInterests/index.tsx:148 msgid "We'll use this to help customize your experience." msgstr "Käytämme tätä mukauttaaksemme kokemustasi." @@ -7803,7 +8117,7 @@ msgstr "Pahoittelemme, emme pystyneet lataamaan hiljennettyjä sanojasi tällä msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Pahoittelemme, hakuasi ei voitu suorittaa loppuun. Yritä uudelleen muutaman minuutin kuluttua." -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:421 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -7832,7 +8146,7 @@ msgstr "" msgid "Welcome, friend!" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "Mitkä ovat kiinnostuksenkohteesi?" @@ -7842,7 +8156,7 @@ msgstr "" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:516 msgid "What's up?" msgstr "Mitä kuuluu?" @@ -7912,16 +8226,16 @@ msgstr "Miksi tämä käyttäjä tulisi arvioida?" msgid "Wide" msgstr "Leveä" -#: src/screens/Messages/Conversation/MessageInput.tsx:140 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:134 +#: src/screens/Messages/Conversation/MessageInput.tsx:142 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:198 msgid "Write a message" msgstr "" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:712 msgid "Write post" msgstr "Kirjoita viesti" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:515 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:42 msgid "Write your reply" msgstr "Kirjoita vastauksesi" @@ -7962,7 +8276,7 @@ msgstr "" msgid "Yes, reactivate my account" msgstr "" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "" @@ -7979,7 +8293,11 @@ msgstr "" msgid "You are in line." msgstr "Olet jonossa." -#: src/view/com/profile/ProfileFollows.tsx:86 +#: src/state/queries/video/video.ts:161 +msgid "You are not allowed to upload videos." +msgstr "" + +#: src/view/com/profile/ProfileFollows.tsx:95 msgid "You are not following anyone." msgstr "Et seuraa ketään." @@ -8013,7 +8331,7 @@ msgstr "Voit nyt kirjautua sisään uudella salasanallasi." msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "Sinulla ei ole kyhtään seuraajaa." @@ -8096,7 +8414,7 @@ msgstr "Sinulla ei ole listoja." 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 "Et ole vielä estänyt yhtään käyttäjää. Estääksesi käyttäjän, siirry heidän profiiliinsa ja valitse \"Estä käyttäjä\"-vaihtoehto valikosta." -#: src/view/screens/AppPasswords.tsx:91 +#: src/view/screens/AppPasswords.tsx:90 msgid "You have not created any app passwords yet. You can create one by pressing the button below." msgstr "Et ole vielä luonut yhtään sovelluksen salasanaa. Voit luoda sellaisen painamalla alla olevaa painiketta." @@ -8108,6 +8426,10 @@ msgstr "Et ole hiljentänyt vielä yhtään käyttäjää. Hiljentääksesi käy msgid "You have reached the end" msgstr "" +#: src/state/queries/video/video-upload.shared.ts:67 +msgid "You have temporarily reached the limit for video uploads. Please try again later." +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:235 msgid "You haven't created a starter pack yet!" msgstr "" @@ -8121,11 +8443,11 @@ msgstr "Et ole vielä hiljentänyt yhtään sanaa tai aihetunnistetta" msgid "You hid this reply." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:91 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 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ä." @@ -8161,6 +8483,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:237 #: src/components/StarterPack/ShareDialog.tsx:68 msgid "You must grant access to your photo library to save the image." msgstr "" @@ -8205,15 +8528,15 @@ msgstr "" msgid "You'll follow the suggested users once you finish creating your account!" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 msgid "You'll follow these people and {0} others" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:237 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 msgid "You'll follow these people right away" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:277 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 msgid "You'll stay updated with these feeds" msgstr "" @@ -8232,7 +8555,7 @@ msgstr "Olet jonossa" msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "Olet valmis aloittamaan!" @@ -8245,6 +8568,14 @@ msgstr "Olet halunnut piilottaa sanan tai aihetunnisteen tässä viestissä" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Olet saavuttanut syötteesi lopun! Etsi lisää käyttäjiä seurattavaksi." +#: src/state/queries/video/video.ts:175 +msgid "You've reached your daily limit for video uploads (too many bytes)" +msgstr "" + +#: src/state/queries/video/video.ts:180 +msgid "You've reached your daily limit for video uploads (too many videos)" +msgstr "" + #: src/screens/Signup/index.tsx:146 msgid "Your account" msgstr "Käyttäjätilisi" @@ -8253,15 +8584,19 @@ msgstr "Käyttäjätilisi" msgid "Your account has been deleted" msgstr "Käyttäjätilisi on poistettu" +#: src/state/queries/video/video.ts:185 +msgid "Your account is not yet old enough to upload videos. Please try again later." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:65 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 "Käyttäjätilisi arkisto, joka sisältää kaikki julkiset tietueet, voidaan ladata \"CAR\"-tiedostona. Tämä tiedosto ei sisällä upotettuja mediaelementtejä, kuten kuvia, tai yksityisiä tietojasi, jotka on haettava erikseen." -#: src/screens/Signup/StepInfo/index.tsx:180 +#: src/screens/Signup/StepInfo/index.tsx:181 msgid "Your birth date" msgstr "Syntymäaikasi" -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:145 +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:171 msgid "Your browser does not support the video format. Please try a different browser." msgstr "" @@ -8278,7 +8613,7 @@ msgstr "Valintasi tallennetaan, mutta sitä voit muuttaa myöhemmin asetuksissa. #~ msgstr "Oletussyötteesi on \"Following\"" #: src/screens/Login/ForgotPasswordForm.tsx:57 -#: src/screens/Signup/state.ts:208 +#: src/screens/Signup/state.ts:203 #: src/screens/Signup/StepInfo/index.tsx:75 #: src/view/com/modals/ChangePassword.tsx:55 msgid "Your email appears to be invalid." @@ -8300,7 +8635,7 @@ msgstr "" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Seuraamiesi syöte on tyhjä! Seuraa lisää käyttäjiä nähdäksesi, mitä tapahtuu." -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "Käyttäjätunnuksesi tulee olemaan" @@ -8316,11 +8651,11 @@ msgstr "Hiljentämäsi sanat" msgid "Your password has been changed successfully!" msgstr "Salasanasi on vaihdettu onnistuneesti!" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:467 msgid "Your post has been published" msgstr "Viestisi on julkaistu" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Julkaisusi, tykkäyksesi ja estosi ovat julkisia. Hiljennykset ovat yksityisiä." @@ -8332,7 +8667,7 @@ msgstr "Profiilisi" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:466 msgid "Your reply has been published" msgstr "Vastauksesi on julkaistu" diff --git a/src/locale/locales/fr/messages.po b/src/locale/locales/fr/messages.po index 4ebcaf89cc..cc7bff75d4 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: \n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-07-25 00:10+0100\n" +"PO-Revision-Date: 2024-09-16 16:30+0100\n" "Last-Translator: surfdude29\n" "Language-Team: Stanislas Signoud (@signez.fr), surfdude29\n" "Plural-Forms: \n" @@ -21,23 +21,43 @@ msgstr "(contient du contenu intégré)" msgid "(no email)" msgstr "(pas d’e-mail)" -#: src/view/com/notifications/FeedItem.tsx:236 -#: src/view/com/notifications/FeedItem.tsx:327 +#: src/view/com/notifications/FeedItem.tsx:232 +#: src/view/com/notifications/FeedItem.tsx:323 msgid "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}" msgstr "{0, plural, one {{formattedCount} autre} other {{formattedCount} autres}}" -#: src/components/moderation/LabelsOnMe.tsx:55 +#: src/lib/hooks/useTimeAgo.ts:156 +msgid "{0, plural, one {# day} other {# days}}" +msgstr "{0, plural, one {# jour} other {# jours}}" + +#: src/lib/hooks/useTimeAgo.ts:146 +msgid "{0, plural, one {# hour} other {# hours}}" +msgstr "{0, plural, one {# heure} other {# heures}}" + +#: src/components/moderation/LabelsOnMe.tsx:54 msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" msgstr "{0, plural, one {# étiquette a été placée sur ce compte} other {# étiquettes ont été placées sur ce compte}}" -#: src/components/moderation/LabelsOnMe.tsx:61 +#: src/components/moderation/LabelsOnMe.tsx:60 msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "{0, plural, one {# étiquette a été placée sur ce contenu} other {# étiquettes ont été placées sur ce contenu}}" -#: src/view/com/util/post-ctrls/RepostButton.tsx:68 +#: src/lib/hooks/useTimeAgo.ts:136 +msgid "{0, plural, one {# minute} other {# minutes}}" +msgstr "{0, plural, one {# minute} other {# minutes}}" + +#: src/lib/hooks/useTimeAgo.ts:167 +msgid "{0, plural, one {# month} other {# months}}" +msgstr "{0, plural, one {# mois} other {# mois}}" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:71 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "{0, plural, one {# repost} other {# reposts}}" +#: src/lib/hooks/useTimeAgo.ts:126 +msgid "{0, plural, one {# second} other {# seconds}}" +msgstr "{0, plural, one {# seconde} other {# secondes}}" + #: src/components/ProfileHoverCard/index.web.tsx:398 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" @@ -48,11 +68,11 @@ 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/view/com/util/post-ctrls/PostCtrls.tsx:276 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:312 msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "{0, plural, one {Liker (# like)} other {Liker (# likes)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {like} other {likes}}" @@ -65,41 +85,45 @@ msgstr "{0, plural, one {Liké par # compte} other {Liké par # comptes}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {post} other {posts}}" -#: src/view/com/post-thread/PostThreadItem.tsx:413 +#: src/view/com/post-thread/PostThreadItem.tsx:419 msgid "{0, plural, one {quote} other {quotes}}" -msgstr "" +msgstr "{0, plural, one {citation} other {citations}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:233 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:269 msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "{0, plural, one {Répondre (# réponse)} other {Répondre (# réponses)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {repost} other {reposts}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:272 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "{0, plural, one {Unlike (# like)} other {Unlike (# likes)}}" msgstr "{0, plural, one {Déliker (# like)} other {Déliker (# likes)}}" #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:475 msgid "{0} <0>in <1>tags" -msgstr "" +msgstr "{0} <0>dans <1>les mots-clés" #. Pattern: {wordValue} in text, tags #: src/components/dialogs/MutedWords.tsx:465 msgid "{0} <0>in <1>text & tags" -msgstr "" +msgstr "{0} <0>dans <1>le texte et les mots-clés" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:228 msgid "{0} joined this week" msgstr "{0} personnes se sont inscrites cette semaine" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:637 +msgid "{0} of {1}" +msgstr "{0} sur {1}" + #: src/screens/StarterPack/StarterPackScreen.tsx:467 msgid "{0} people have used this starter pack!" msgstr "{0} personnes ont utilisé ce kit de démarrage !" -#: src/view/com/util/UserAvatar.tsx:419 +#: src/view/com/util/UserAvatar.tsx:425 msgid "{0}'s avatar" msgstr "Avatar de {0}" @@ -111,30 +135,36 @@ msgstr "Les fils d’actu et les personnes préférées de {0} – faites comme msgid "{0}'s starter pack" msgstr "Kit de démarrage de {0}" +#. How many days have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:158 +msgid "{0}d" +msgstr "{0}j" + +#. How many hours have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:148 +msgid "{0}h" +msgstr "{0}h" + +#. How many minutes have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:138 +msgid "{0}m" +msgstr "{0}m" + +#. How many months have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:169 +msgid "{0}mo" +msgstr "{0}mo" + +#. How many seconds have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:128 +msgid "{0}s" +msgstr "{0}s" + #: src/components/LabelingServiceCard/index.tsx:71 msgid "{count, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{count, plural, one {Liké par # compte} other {Liké par # comptes}}" -#: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "{diff, plural, one {jour} other {jours}}" - -#: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "{diff, plural, one {heure} other {heures}}" - -#: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "{diff, plural, one {minute} other {minutes}}" - -#: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "{diff, plural, one {mois} other {mois}}" - -#: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "{diffSeconds, plural, one {seconde} other {secondes}}" - +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" msgstr "Kit de démarrage de {displayName}" @@ -174,14 +204,6 @@ msgstr "{profileName} a rejoint Bluesky il y a {0}" msgid "{profileName} joined Bluesky using a starter pack {0} ago" msgstr "{profileName} a rejoint Bluesky en utilisant un kit de démarrage il y a {0}" -#: src/view/screens/PreferencesFollowingFeed.tsx:67 -#~ msgid "{value, plural, =0 {Show all replies} one {Show replies with at least # like} other {Show replies with at least # likes}}" -#~ msgstr "{value, plural, =0 {Voir toutes les réponses} one {Voir les réponses avec au moins # like} other {Voir les réponses avec au moins # likes}}" - -#: src/components/WhoCanReply.tsx:296 -#~ msgid "<0/> members" -#~ msgstr "<0/> membres" - #: src/screens/StarterPack/Wizard/index.tsx:466 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" @@ -210,7 +232,7 @@ msgstr "<0>{0} fait partie de votre kit de démarrage" #: src/components/WhoCanReply.tsx:274 msgid "<0>{0} members" -msgstr "" +msgstr "<0>{0} membres" #: src/view/com/modals/SelfLabel.tsx:135 msgid "<0>Not Applicable. This warning is only available for posts with media attached." @@ -226,23 +248,19 @@ msgstr "⚠Pseudo invalide" #: src/components/dialogs/MutedWords.tsx:193 msgid "24 hours" -msgstr "" +msgstr "24 heures" -#: src/screens/Login/LoginForm.tsx:266 +#: src/screens/Login/LoginForm.tsx:253 msgid "2FA Confirmation" msgstr "Confirmation 2FA" #: src/components/dialogs/MutedWords.tsx:232 msgid "30 days" -msgstr "" +msgstr "30 jours" #: src/components/dialogs/MutedWords.tsx:217 msgid "7 days" -msgstr "" - -#: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "Une infobulle d’aide" +msgstr "7 jours" #: src/view/com/util/ViewHeader.tsx:92 #: src/view/screens/Search/Search.tsx:684 @@ -267,7 +285,7 @@ msgstr "Paramètres d’accessibilité" msgid "Accessibility Settings" msgstr "Paramètres d’accessibilité" -#: src/screens/Login/LoginForm.tsx:190 +#: src/screens/Login/LoginForm.tsx:179 #: src/view/screens/Settings/index.tsx:315 #: src/view/screens/Settings/index.tsx:718 msgid "Account" @@ -302,7 +320,7 @@ msgstr "Options de compte" msgid "Account removed from quick access" msgstr "Compte supprimé de l’accès rapide" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "Compte débloqué" @@ -313,7 +331,7 @@ msgstr "Compte désabonné" #: src/view/com/profile/ProfileMenu.tsx:107 msgid "Account unmuted" -msgstr "Compte démasqué" +msgstr "Compte réaffiché" #: src/components/dialogs/MutedWords.tsx:328 #: src/view/com/modals/ListAddRemoveUsers.tsx:269 @@ -354,9 +372,13 @@ msgstr "Ajouter un compte" msgid "Add alt text" msgstr "Ajouter un texte alt" -#: src/view/screens/AppPasswords.tsx:106 -#: src/view/screens/AppPasswords.tsx:148 -#: src/view/screens/AppPasswords.tsx:161 +#: src/view/com/composer/videos/SubtitleDialog.tsx:109 +msgid "Add alt text (optional)" +msgstr "Ajouter un texte alt (facultatif)" + +#: src/view/screens/AppPasswords.tsx:105 +#: src/view/screens/AppPasswords.tsx:147 +#: src/view/screens/AppPasswords.tsx:160 msgid "Add App Password" msgstr "Ajouter un mot de passe d’application" @@ -406,10 +428,6 @@ msgstr "Ajouté à la liste" msgid "Added to my feeds" msgstr "Ajouté à mes fils d’actu" -#: src/view/screens/PreferencesFollowingFeed.tsx:171 -#~ msgid "Adjust the number of likes a reply must have to be shown in your feed." -#~ msgstr "Définissez le nombre de likes qu’une réponse doit avoir pour être affichée dans votre fil d’actu." - #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:144 #: src/view/com/modals/SelfLabel.tsx:76 @@ -453,13 +471,13 @@ msgstr "Autoriser les nouveaux messages de" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:359 msgid "Allow replies from:" -msgstr "" +msgstr "Autoriser les réponses de :" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" -msgstr "" +msgstr "Permet d’accéder à vos messages privés" -#: src/screens/Login/ForgotPasswordForm.tsx:178 +#: src/screens/Login/ForgotPasswordForm.tsx:177 #: src/view/com/modals/ChangePassword.tsx:171 msgid "Already have a code?" msgstr "Avez-vous déjà un code ?" @@ -470,17 +488,20 @@ msgstr "Déjà connecté·e en tant que @{0}" #: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/util/post-embeds/GifEmbed.tsx:183 +#: src/view/com/util/post-embeds/GifEmbed.tsx:177 msgid "ALT" msgstr "ALT" #: src/view/com/composer/GifAltText.tsx:144 +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +#: src/view/com/composer/videos/SubtitleDialog.tsx:104 +#: src/view/com/composer/videos/SubtitleDialog.tsx:108 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:87 msgid "Alt text" msgstr "Texte alt" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:182 msgid "Alt Text" msgstr "Texte alt" @@ -499,38 +520,49 @@ msgstr "Un e-mail a été envoyé à votre ancienne adresse, {0}. Il comprend un #: src/components/dialogs/GifSelect.tsx:254 msgid "An error has occurred" -msgstr "" +msgstr "Une erreur s’est produite" -#: src/components/dialogs/GifSelect.tsx:252 -#~ msgid "An error occured" -#~ msgstr "Une erreur s’est produite" - -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:314 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:413 msgid "An error occurred" -msgstr "" +msgstr "Une erreur s’est produite" + +#: src/state/queries/video/video.ts:232 +msgid "An error occurred while compressing the video." +msgstr "Une erreur s’est produite lors de la compression de la vidéo." #: src/components/StarterPack/ProfileStarterPacks.tsx:315 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/view/com/util/post-embeds/VideoEmbed.tsx:69 -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:135 msgid "An error occurred while loading the video. Please try again later." -msgstr "" +msgstr "Une erreur s’est produite lors du chargement de la vidéo. Veuillez réessayer plus tard." + +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:174 +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/nuxs/TenMillion/index.tsx:250 +msgid "An error occurred while saving the image!" +msgstr "Une erreur s’est produite lors de l’enregistrement de l’image !" #: src/components/StarterPack/QrCodeDialog.tsx:71 #: src/components/StarterPack/ShareDialog.tsx:79 msgid "An error occurred while saving the QR code!" msgstr "Une erreur s’est produite lors de l’enregistrement du code QR !" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:75 +msgid "An error occurred while selecting the video" +msgstr "Une erreur s’est produite lors de la sélection de la vidéo" + #: src/screens/StarterPack/StarterPackScreen.tsx:336 #: src/screens/StarterPack/StarterPackScreen.tsx:358 msgid "An error occurred while trying to follow all" msgstr "Une erreur s’est produite en essayant de suivre tous les comptes" -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:199 msgid "An error occurred while uploading the video." -msgstr "" +msgstr "Une erreur s’est produite lors de l’envoi de la vidéo." #: src/lib/moderation/useReportOptions.ts:28 msgid "An issue not included in these options" @@ -546,25 +578,25 @@ 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:319 -#: src/components/ProfileCard.tsx:339 +#: src/components/ProfileCard.tsx:324 +#: src/components/ProfileCard.tsx:344 #: src/view/com/profile/FollowButton.tsx:36 #: src/view/com/profile/FollowButton.tsx:46 msgid "An issue occurred, please try again." msgstr "Un problème est survenu, veuillez réessayer." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "une erreur inconnue s’est produite" #: src/components/moderation/ModerationDetailsDialog.tsx:151 #: src/components/moderation/ModerationDetailsDialog.tsx:147 msgid "an unknown labeler" -msgstr "" +msgstr "un étiqueteur inconnu" #: src/components/WhoCanReply.tsx:295 -#: src/view/com/notifications/FeedItem.tsx:235 -#: src/view/com/notifications/FeedItem.tsx:324 +#: src/view/com/notifications/FeedItem.tsx:231 +#: src/view/com/notifications/FeedItem.tsx:320 msgid "and" msgstr "et" @@ -573,7 +605,7 @@ msgstr "et" msgid "Animals" msgstr "Animaux" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:139 msgid "Animated GIF" msgstr "GIF animé" @@ -583,13 +615,13 @@ msgstr "Comportement antisocial" #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:54 msgid "Anybody can interact" -msgstr "" +msgstr "Tout le monde peut interagir" #: src/view/screens/LanguageSettings.tsx:96 msgid "App Language" msgstr "Langue de l’application" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "Mot de passe d’application supprimé" @@ -606,21 +638,21 @@ msgid "App password settings" msgstr "Paramètres de mot de passe d’application" #: src/Navigation.tsx:286 -#: src/view/screens/AppPasswords.tsx:192 +#: src/view/screens/AppPasswords.tsx:191 #: src/view/screens/Settings/index.tsx:672 msgid "App Passwords" msgstr "Mots de passe d’application" -#: src/components/moderation/LabelsOnMeDialog.tsx:154 -#: src/components/moderation/LabelsOnMeDialog.tsx:157 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 +#: src/components/moderation/LabelsOnMeDialog.tsx:149 msgid "Appeal" msgstr "Faire appel" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "Faire appel de l’étiquette « {0} »" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "Appel soumis" @@ -639,18 +671,18 @@ msgstr "Affichage" #: src/view/screens/Settings/index.tsx:475 msgid "Appearance settings" -msgstr "" +msgstr "Paramètres d’affichage" #: src/Navigation.tsx:326 msgid "Appearance Settings" -msgstr "" +msgstr "Paramètres d’affichage" #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 #: src/screens/Home/NoFeedsPinned.tsx:93 msgid "Apply default recommended feeds" msgstr "Utiliser les fils d’actu recommandés par défaut" -#: src/view/screens/AppPasswords.tsx:282 +#: src/view/screens/AppPasswords.tsx:277 msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "Êtes-vous sûr de vouloir supprimer le mot de passe de l’application « {name} » ?" @@ -674,7 +706,7 @@ msgstr "Êtes-vous sûr de vouloir supprimer {0} de vos fils d’actu ?" msgid "Are you sure you want to remove this from your feeds?" msgstr "Êtes-vous sûr de vouloir supprimer cela de vos fils d’actu ?" -#: src/view/com/composer/Composer.tsx:772 +#: src/view/com/composer/Composer.tsx:838 msgid "Are you sure you'd like to discard this draft?" msgstr "Êtes-vous sûr de vouloir rejeter ce brouillon ?" @@ -695,19 +727,19 @@ msgstr "Art" msgid "Artistic or non-erotic nudity." msgstr "Nudité artistique ou non érotique." -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "Au moins 3 caractères" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 -#: src/components/moderation/LabelsOnMeDialog.tsx:294 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:285 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:298 -#: src/screens/Login/LoginForm.tsx:304 +#: src/screens/Login/LoginForm.tsx:285 +#: src/screens/Login/LoginForm.tsx:291 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Messages/Conversation/ChatDisabled.tsx:133 @@ -731,7 +763,7 @@ msgstr "Date de naissance" msgid "Birthday:" msgstr "Date de naissance :" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "Bloquer" @@ -762,7 +794,7 @@ msgstr "Liste de blocage" msgid "Block these accounts?" msgstr "Bloquer ces comptes ?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:83 msgid "Blocked" msgstr "Bloqué" @@ -816,6 +848,10 @@ msgstr "Bluesky est un réseau ouvert où vous pouvez choisir votre hébergeur. msgid "Bluesky is better with friends!" msgstr "Bluesky est meilleur entre ami·e·s !" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:206 +msgid "Bluesky now has over 10 million users, and I was #{0}!" +msgstr "Nous sommes désormais plus de 10 millions sur Bluesky, et j’étais n°{0} !" + #: src/components/StarterPack/ProfileStarterPacks.tsx:282 msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky choisira un ensemble de comptes recommandés parmi les personnes de votre réseau." @@ -837,23 +873,27 @@ msgstr "Flouter les images et les filtrer des fils d’actu" msgid "Books" msgstr "Livres" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:614 +msgid "Brag a little!" +msgstr "Soyez-en fier !" + +#: src/components/FeedInterstitials.tsx:350 msgid "Browse more accounts on the Explore page" msgstr "Parcourir d’autres comptes sur la page « Explore »" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:483 msgid "Browse more feeds on the Explore page" msgstr "Parcourir d’autres fils d’actu sur la page « Explore »" -#: src/components/FeedInterstitials.tsx:282 -#: src/components/FeedInterstitials.tsx:285 -#: src/components/FeedInterstitials.tsx:415 -#: src/components/FeedInterstitials.tsx:418 +#: src/components/FeedInterstitials.tsx:332 +#: src/components/FeedInterstitials.tsx:335 +#: src/components/FeedInterstitials.tsx:465 +#: src/components/FeedInterstitials.tsx:468 msgid "Browse more suggestions" msgstr "Parcourir d’autres suggestions" -#: src/components/FeedInterstitials.tsx:308 -#: src/components/FeedInterstitials.tsx:442 +#: src/components/FeedInterstitials.tsx:358 +#: src/components/FeedInterstitials.tsx:492 msgid "Browse more suggestions on the Explore page" msgstr "Parcourir d’autres suggestions sur la page « Explore »" @@ -895,12 +935,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "Ne peut contenir que des lettres, des chiffres, des espaces, des tirets et des tirets bas. La longueur doit être d’au moins 4 caractères, mais pas plus de 32." #: src/components/Menu/index.tsx:235 -#: src/components/Prompt.tsx:119 -#: src/components/Prompt.tsx:121 +#: src/components/Prompt.tsx:122 +#: src/components/Prompt.tsx:124 #: src/components/TagMenu/index.tsx:282 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:512 -#: src/view/com/composer/Composer.tsx:527 +#: src/view/com/composer/Composer.tsx:594 +#: src/view/com/composer/Composer.tsx:609 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -916,7 +956,7 @@ msgstr "Ne peut contenir que des lettres, des chiffres, des espaces, des tirets #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "Annuler" @@ -945,7 +985,7 @@ msgstr "Annuler le recadrage de l’image" msgid "Cancel profile editing" msgstr "Annuler la modification du profil" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "Annuler la citation" @@ -961,6 +1001,25 @@ msgstr "Annuler la recherche" msgid "Cancels opening the linked website" msgstr "Annule l’ouverture du site web lié" +#: src/state/shell/composer/index.tsx:70 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:114 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:155 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:191 +msgid "Cannot interact with a blocked user" +msgstr "Impossible d’interagir avec un compte bloqué" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:135 +msgid "Captions (.vtt)" +msgstr "Sous-titres (.vtt)" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +msgid "Captions & alt text" +msgstr "Sous-titres et texte alt" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:368 +msgid "Celebrating {0} users" +msgstr "Célébrons les {0} comptes" + #: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "Modifier" @@ -1001,8 +1060,8 @@ msgid "Change Your Email" msgstr "Modifier votre e-mail" #: src/Navigation.tsx:338 -#: src/view/shell/bottom-bar/BottomBar.tsx:204 -#: src/view/shell/desktop/LeftNav.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:201 +#: src/view/shell/desktop/LeftNav.tsx:301 msgid "Chat" msgstr "Discussions" @@ -1032,7 +1091,7 @@ msgstr "Discussion réaffichée" msgid "Check my status" msgstr "Vérifier mon statut" -#: src/screens/Login/LoginForm.tsx:291 +#: src/screens/Login/LoginForm.tsx:278 msgid "Check your email for a login code and enter it here." msgstr "Vérifiez votre boîte e-mail pour un code de connexion et saisissez-le ici." @@ -1040,14 +1099,6 @@ 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/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "Choisissez 3 ou plus :" - -#: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "Choisissez au moins {0} de plus" - #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" msgstr "Choisissez des fils d’actu" @@ -1064,7 +1115,7 @@ msgstr "Choisissez des personnes" msgid "Choose Service" msgstr "Choisir un service" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "Choisissez les algorithmes qui alimentent vos fils d’actu personnalisés." @@ -1072,23 +1123,10 @@ 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/components/dialogs/ThreadgateEditor.tsx:91 -#: src/components/dialogs/ThreadgateEditor.tsx:95 -#~ msgid "Choose who can reply" -#~ msgstr "Choisissez qui peut répondre" - #: src/screens/Signup/StepInfo/index.tsx:171 msgid "Choose your password" msgstr "Choisissez votre mot de passe" -#: src/view/screens/Settings/index.tsx:912 -#~ msgid "Clear all legacy storage data" -#~ msgstr "Effacer toutes les données de stockage existantes" - -#: src/view/screens/Settings/index.tsx:915 -#~ msgid "Clear all legacy storage data (restart after this)" -#~ msgstr "Effacer toutes les données de stockage existantes (redémarrer ensuite)" - #: src/view/screens/Settings/index.tsx:876 msgid "Clear all storage data" msgstr "Effacer toutes les données de stockage" @@ -1102,10 +1140,6 @@ msgstr "Effacer toutes les données de stockage (redémarrer ensuite)" msgid "Clear search query" msgstr "Effacer la recherche" -#: src/view/screens/Settings/index.tsx:913 -#~ msgid "Clears all legacy storage data" -#~ msgstr "Efface toutes les données de stockage existantes" - #: src/view/screens/Settings/index.tsx:877 msgid "Clears all storage data" msgstr "Efface toutes les données de stockage" @@ -1128,13 +1162,13 @@ msgstr "Cliquez ici pour ouvrir le menu de mot-clé pour {tag}" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:303 msgid "Click to disable quote posts of this post." -msgstr "" +msgstr "Cliquez pour désactiver les citations de ce post." #: src/components/dialogs/PostInteractionSettingsDialog.tsx:304 msgid "Click to enable quote posts of this post." -msgstr "" +msgstr "Cliquez pour activer les citations de ce post." -#: src/components/dms/MessageItem.tsx:231 +#: src/components/dms/MessageItem.tsx:232 msgid "Click to retry failed message" msgstr "Cliquer pour réessayer l’envoi échoué du message" @@ -1149,13 +1183,15 @@ msgstr "Cataclop 🐴 cataclop 🐴" #: src/components/dialogs/GifSelect.ios.tsx:250 #: src/components/dialogs/GifSelect.tsx:270 #: src/components/dms/dialogs/SearchablePeopleList.tsx:261 +#: src/components/intents/VerifyEmailIntentDialog.tsx:111 +#: src/components/intents/VerifyEmailIntentDialog.tsx:118 #: src/components/NewskieDialog.tsx:146 #: src/components/NewskieDialog.tsx:153 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:131 #: src/view/com/modals/ChangePassword.tsx:268 #: src/view/com/modals/ChangePassword.tsx:271 -#: src/view/com/util/post-embeds/GifEmbed.tsx:195 +#: src/view/com/util/post-embeds/GifEmbed.tsx:188 msgid "Close" msgstr "Fermer" @@ -1210,7 +1246,7 @@ msgstr "Ferme la barre de navigation du bas" msgid "Closes password update alert" msgstr "Ferme la notification de mise à jour du mot de passe" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:606 msgid "Closes post composer and discards post draft" msgstr "Ferme la fenêtre de rédaction et supprime le brouillon" @@ -1218,11 +1254,11 @@ msgstr "Ferme la fenêtre de rédaction et supprime le brouillon" msgid "Closes viewer for header image" msgstr "Ferme la visionneuse pour l’image d’en-tête" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "Fermer la liste des comptes" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "Réduit la liste des comptes pour une notification donnée" @@ -1241,7 +1277,7 @@ msgstr "Bandes dessinées" msgid "Community Guidelines" msgstr "Directives communautaires" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "Terminez le didacticiel et commencez à utiliser votre compte" @@ -1249,7 +1285,7 @@ msgstr "Terminez le didacticiel et commencez à utiliser votre compte" msgid "Complete the challenge" msgstr "Compléter le défi" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:714 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Permet d’écrire des posts de {MAX_GRAPHEME_LENGTH} caractères maximum" @@ -1257,10 +1293,6 @@ msgstr "Permet d’écrire des posts de {MAX_GRAPHEME_LENGTH} caractères maximu msgid "Compose reply" msgstr "Rédiger une réponse" -#: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 -msgid "Compressing..." -msgstr "" - #: src/components/moderation/LabelPreference.tsx:81 msgid "Configure content filtering setting for category: {name}" msgstr "Configure les paramètres de filtrage de contenu pour la catégorie : {name}" @@ -1269,8 +1301,8 @@ msgstr "Configure les paramètres de filtrage de contenu pour la catégorie : { msgid "Configured in <0>moderation settings." msgstr "Configuré dans <0>les paramètres de modération." -#: src/components/Prompt.tsx:162 #: src/components/Prompt.tsx:165 +#: src/components/Prompt.tsx:168 #: src/view/com/modals/SelfLabel.tsx:155 #: src/view/com/modals/VerifyEmail.tsx:239 #: src/view/com/modals/VerifyEmail.tsx:241 @@ -1300,7 +1332,7 @@ msgstr "Confirmez votre âge :" msgid "Confirm your birthdate" msgstr "Confirme votre date de naissance" -#: src/screens/Login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:259 #: src/view/com/modals/ChangeEmail.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:238 #: src/view/com/modals/DeleteAccount.tsx:244 @@ -1310,7 +1342,7 @@ msgstr "Confirme votre date de naissance" msgid "Confirmation code" msgstr "Code de confirmation" -#: src/screens/Login/LoginForm.tsx:325 +#: src/screens/Login/LoginForm.tsx:312 msgid "Connecting..." msgstr "Connexion…" @@ -1352,7 +1384,7 @@ msgstr "Avertissements sur le contenu" msgid "Context menu backdrop, click to close the menu." msgstr "Menu contextuel en arrière-plan, cliquez pour fermer le menu." -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Continuer" @@ -1365,7 +1397,7 @@ msgstr "Continuer comme {0} (actuellement connecté)" msgid "Continue thread..." msgstr "Poursuivre le fil de discussion…" -#: src/screens/Onboarding/StepInterests/index.tsx:275 +#: src/screens/Onboarding/StepInterests/index.tsx:255 #: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/BackNextButtons.tsx:59 msgid "Continue to next step" @@ -1393,7 +1425,7 @@ msgstr "Version de build copiée dans le presse-papier" #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:234 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:368 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:392 msgid "Copied to clipboard" msgstr "Copié dans le presse-papier" @@ -1455,10 +1487,6 @@ msgstr "Copier le code QR" msgid "Copyright Policy" msgstr "Politique sur les droits d’auteur" -#: src/view/com/composer/videos/state.ts:31 -#~ msgid "Could not compress video" -#~ msgstr "Impossible de compresser la vidéo" - #: src/components/dms/LeaveConvoPrompt.tsx:39 msgid "Could not leave chat" msgstr "Impossible de partir de la discussion" @@ -1475,6 +1503,10 @@ msgstr "Impossible de charger la liste" msgid "Could not mute chat" msgstr "Impossible de masquer la discussion" +#: src/view/com/composer/videos/VideoPreview.web.tsx:56 +msgid "Could not process your video" +msgstr "Impossible de traiter votre vidéo" + #: src/components/StarterPack/ProfileStarterPacks.tsx:272 msgid "Create" msgstr "Créer" @@ -1532,7 +1564,7 @@ msgstr "Créer un nouveau compte" msgid "Create report for {0}" msgstr "Créer un rapport pour {0}" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "{0} créé" @@ -1561,7 +1593,7 @@ msgstr "Personnaliser les médias provenant de sites externes." #: src/components/dialogs/PostInteractionSettingsDialog.tsx:288 msgid "Customize who can interact with this post." -msgstr "" +msgstr "Personnalisez les comptes qui peuvent interagir avec ce post." #: src/screens/Settings/AppearanceSettings.tsx:95 #: src/screens/Settings/AppearanceSettings.tsx:97 @@ -1578,13 +1610,9 @@ msgstr "Mode sombre" #: src/screens/Settings/AppearanceSettings.tsx:109 #: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark theme" -msgstr "" +msgstr "Thème sombre" -#: src/view/screens/Settings/index.tsx:473 -#~ msgid "Dark Theme" -#~ msgstr "Thème sombre" - -#: src/screens/Signup/StepInfo/index.tsx:191 +#: src/screens/Signup/StepInfo/index.tsx:192 msgid "Date of birth" msgstr "Date de naissance" @@ -1610,7 +1638,7 @@ msgstr "Panneau de débug" #: src/screens/StarterPack/StarterPackScreen.tsx:652 #: src/screens/StarterPack/StarterPackScreen.tsx:732 #: src/view/com/util/forms/PostDropdownBtn.tsx:629 -#: src/view/screens/AppPasswords.tsx:285 +#: src/view/screens/AppPasswords.tsx:280 #: src/view/screens/ProfileList.tsx:723 msgid "Delete" msgstr "Supprimer" @@ -1623,11 +1651,11 @@ msgstr "Supprimer le compte" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "Suppression du compte <0>« <1>{0}<2> »" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "Supprimer le mot de passe de l’appli" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "Supprimer le mot de passe de l’appli ?" @@ -1682,7 +1710,7 @@ msgstr "Supprimer cette liste ?" msgid "Delete this post?" msgstr "Supprimer ce post ?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:93 msgid "Deleted" msgstr "Supprimé" @@ -1708,17 +1736,17 @@ msgstr "Texte alt descriptif" #: src/view/com/util/forms/PostDropdownBtn.tsx:544 #: src/view/com/util/forms/PostDropdownBtn.tsx:554 msgid "Detach quote" -msgstr "" +msgstr "Détacher la citation" #: src/view/com/util/forms/PostDropdownBtn.tsx:687 msgid "Detach quote post?" -msgstr "" +msgstr "Détacher la citation ?" #: src/components/WhoCanReply.tsx:175 msgid "Dialog: adjust who can interact with this post" -msgstr "" +msgstr "Une boîte de dialogue : réglez qui peut interagir avec ce post" -#: src/view/com/composer/Composer.tsx:327 +#: src/view/com/composer/Composer.tsx:355 msgid "Did you want to say anything?" msgstr "Vous vouliez dire quelque chose ?" @@ -1732,8 +1760,8 @@ msgid "Direct messages are here!" msgstr "Les messages privés sont arrivés !" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" -msgstr "Désactiver la lecture automatique des GIFs" +msgid "Disable autoplay for videos and GIFs" +msgstr "Désactiver la lecture automatique des vidéos et des GIFs" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 msgid "Disable Email 2FA" @@ -1743,9 +1771,9 @@ msgstr "Désactiver le 2FA par e-mail" msgid "Disable haptic feedback" msgstr "Désactiver le retour haptique" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:379 msgid "Disable subtitles" -msgstr "" +msgstr "Désactiver les sous-titres" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 @@ -1756,11 +1784,11 @@ msgstr "" msgid "Disabled" msgstr "Désactivé" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:840 msgid "Discard" msgstr "Abandonner" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:837 msgid "Discard draft?" msgstr "Abandonner le brouillon ?" @@ -1769,10 +1797,6 @@ msgstr "Abandonner le brouillon ?" msgid "Discourage apps from showing my account to logged-out users" msgstr "Empêcher les applis de montrer mon compte aux personnes non connectées" -#: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "« Discover » apprend quels sont les posts que vous aimez au fur et à mesure que vous naviguez." - #: src/view/com/posts/FollowingEmptyState.tsx:70 #: src/view/com/posts/FollowingEndOfFeed.tsx:71 msgid "Discover new custom feeds" @@ -1786,13 +1810,9 @@ msgstr "Découvrir de nouveaux fils d’actu" msgid "Discover New Feeds" msgstr "Découvrir de nouveaux fils d’actu" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 -msgid "Dismiss" -msgstr "" - -#: src/view/com/composer/Composer.tsx:612 +#: src/view/com/composer/Composer.tsx:1107 msgid "Dismiss error" -msgstr "" +msgstr "Ignorer l’erreur" #: src/components/ProgressGuide/List.tsx:40 msgid "Dismiss getting started guide" @@ -1816,13 +1836,13 @@ msgstr "Panneau DNS" #: src/components/dialogs/MutedWords.tsx:302 msgid "Do not apply this mute word to users you follow" -msgstr "" +msgstr "Ne pas appliquer ce mot masqué aux comptes que vous suivez" #: src/lib/moderation/useGlobalLabelStrings.ts:39 msgid "Does not include nudity." msgstr "Ne comprend pas de nudité." -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "Ne commence pas ou ne se termine pas par un trait d’union" @@ -1842,6 +1862,8 @@ msgstr "Domaine vérifié !" #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/composer/videos/SubtitleDialog.tsx:171 +#: src/view/com/composer/videos/SubtitleDialog.tsx:181 #: src/view/com/modals/AddAppPasswords.tsx:243 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 @@ -1864,7 +1886,7 @@ msgstr "Terminer" msgid "Done{extraText}" msgstr "Terminé{extraText}" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "Télécharger Bluesky" @@ -1873,13 +1895,17 @@ msgstr "Télécharger Bluesky" msgid "Download CAR file" msgstr "Télécharger le fichier CAR" -#: src/view/com/composer/text-input/TextInput.web.tsx:271 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:622 +msgid "Download image" +msgstr "Télécharger l’image" + +#: src/view/com/composer/text-input/TextInput.web.tsx:269 msgid "Drop to add images" msgstr "Déposer pour ajouter des images" #: src/components/dialogs/MutedWords.tsx:153 msgid "Duration:" -msgstr "" +msgstr "Durée :" #: src/view/com/modals/ChangeHandle.tsx:252 msgid "e.g. alice" @@ -1934,7 +1960,7 @@ msgctxt "action" msgid "Edit" msgstr "Modifier" -#: src/view/com/util/UserAvatar.tsx:328 +#: src/view/com/util/UserAvatar.tsx:334 #: src/view/com/util/UserBanner.tsx:92 msgid "Edit avatar" msgstr "Modifier l’avatar" @@ -1951,7 +1977,7 @@ msgstr "Modifier l’image" #: src/view/com/util/forms/PostDropdownBtn.tsx:590 #: src/view/com/util/forms/PostDropdownBtn.tsx:603 msgid "Edit interaction settings" -msgstr "" +msgstr "Modifier les paramètres d’interaction" #: src/view/screens/ProfileList.tsx:515 msgid "Edit list details" @@ -1979,15 +2005,15 @@ msgstr "Modifier les personnes" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:66 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:204 msgid "Edit post interaction settings" -msgstr "" +msgstr "Modifier les paramètres d’interaction du post" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "Modifier le profil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:187 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "Modifier le profil" @@ -2020,10 +2046,6 @@ msgstr "Modifier votre kit de démarrage" msgid "Education" msgstr "Éducation" -#: src/components/dialogs/ThreadgateEditor.tsx:98 -#~ msgid "Either choose \"Everybody\" or \"Nobody\"" -#~ msgstr "Choisissez soit « Tout le monde », soit « Personne »" - #: src/screens/Signup/StepInfo/index.tsx:143 #: src/view/com/modals/ChangeEmail.tsx:136 msgid "Email" @@ -2037,6 +2059,10 @@ msgstr "2FA par e-mail désactivé" msgid "Email address" msgstr "Adresse e-mail" +#: src/components/intents/VerifyEmailIntentDialog.tsx:95 +msgid "Email Resent" +msgstr "E-mail renvoyé" + #: src/view/com/modals/ChangeEmail.tsx:54 #: src/view/com/modals/ChangeEmail.tsx:83 msgid "Email updated" @@ -2044,12 +2070,16 @@ msgstr "Adresse e-mail mise à jour" #: src/view/com/modals/ChangeEmail.tsx:106 msgid "Email Updated" -msgstr "E-mail mis à jour" +msgstr "Adresse e-mail mise à jour" #: src/view/com/modals/VerifyEmail.tsx:85 msgid "Email verified" msgstr "Adresse e-mail vérifiée" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "Adresse e-mail vérifiée" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "E-mail :" @@ -2090,13 +2120,9 @@ msgstr "Activer les lecteurs médias pour" msgid "Enable priority notifications" msgstr "Activer les notifications prioritaires" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:380 msgid "Enable subtitles" -msgstr "" - -#: src/view/screens/PreferencesFollowingFeed.tsx:145 -#~ msgid "Enable this setting to only see replies between people you follow." -#~ msgstr "Activez ce paramètre pour ne voir que les réponses des personnes que vous suivez." +msgstr "Activer les sous-titres" #: src/components/dialogs/EmbedConsent.tsx:94 msgid "Enable this source only" @@ -2108,13 +2134,13 @@ msgstr "Active cette source uniquement" msgid "Enabled" msgstr "Activé" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "Fin du fil d’actu" -#: src/tours/Tooltip.tsx:159 -msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." -msgstr "Fin de la fenêtre de la visite d’accueil. N’avancez pas. Au lieu de cela, revenez en arrière pour plus d’options, ou appuyez pour passer." +#: src/view/com/composer/videos/SubtitleDialog.tsx:161 +msgid "Ensure you have selected a language for each subtitle file." +msgstr "Assurez-vous d’avoir sélectionné une langue pour chaque fichier de sous-titres." #: src/view/com/modals/AddAppPasswords.tsx:161 msgid "Enter a name for this App Password" @@ -2170,11 +2196,11 @@ msgstr "Entrez votre pseudo et votre mot de passe" msgid "Error occurred while saving file" msgstr "Échec lors de la sauvegarde du fichier" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "Erreur de réception de la réponse captcha." -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Erreur :" @@ -2189,7 +2215,7 @@ msgstr "Tout le monde peut répondre" #: src/components/WhoCanReply.tsx:213 msgid "Everybody can reply to this post." -msgstr "" +msgstr "Tout le monde peut répondre à ce post." #: src/components/dms/MessagesNUX.tsx:131 #: src/components/dms/MessagesNUX.tsx:134 @@ -2198,21 +2224,25 @@ msgstr "" msgid "Everyone" msgstr "Tout le monde" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "Mentions ou réponses excessives" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "Messages excessifs ou non-sollicités" #: src/components/dialogs/MutedWords.tsx:311 msgid "Exclude users you follow" -msgstr "" +msgstr "Exclure les comptes que vous suivez" #: src/components/dialogs/MutedWords.tsx:514 msgid "Excludes users you follow" -msgstr "" +msgstr "Exclut les comptes que vous suivez" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:397 +msgid "Exit fullscreen" +msgstr "Quitter le plein écran" #: src/view/com/modals/DeleteAccount.tsx:293 msgid "Exits account deletion process" @@ -2238,7 +2268,7 @@ msgstr "Sort de la saisie de la recherche" msgid "Expand alt text" msgstr "Développer le texte alt" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "Développer la liste des comptes" @@ -2253,11 +2283,11 @@ msgstr "Expérimental : lorsque cette préférence est activée, vous ne recevr #: src/components/dialogs/MutedWords.tsx:500 msgid "Expired" -msgstr "" +msgstr "Expiré" #: src/components/dialogs/MutedWords.tsx:502 msgid "Expires {0}" -msgstr "" +msgstr "Expire {0}" #: src/lib/moderation/useGlobalLabelStrings.ts:47 msgid "Explicit or potentially disturbing media." @@ -2353,11 +2383,11 @@ msgstr "Échec de l’enregistrement de l’image : {0}" msgid "Failed to save notification preferences, please try again" msgstr "Échec de l’enregistrement des préférences de notification, veuillez réessayer" -#: src/components/dms/MessageItem.tsx:224 +#: src/components/dms/MessageItem.tsx:225 msgid "Failed to send" msgstr "Échec de l’envoi" -#: src/components/moderation/LabelsOnMeDialog.tsx:234 +#: src/components/moderation/LabelsOnMeDialog.tsx:225 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "Échec de l’envoi de l’appel, veuillez réessayer." @@ -2375,6 +2405,13 @@ msgstr "Échec de la mise à jour des fils d’actu" msgid "Failed to update settings" msgstr "Échec de la mise à jour des paramètres" +#: src/state/queries/video/video-upload.ts:67 +#: src/state/queries/video/video-upload.web.ts:64 +#: src/state/queries/video/video-upload.web.ts:68 +#: src/state/queries/video/video-upload.web.ts:78 +msgid "Failed to upload video" +msgstr "Échec de l’envoi de la vidéo" + #: src/Navigation.tsx:226 msgid "Feed" msgstr "Fil d’actu" @@ -2397,9 +2434,9 @@ msgstr "Feedback" #: src/screens/StarterPack/StarterPackScreen.tsx:172 #: src/view/screens/Feeds.tsx:445 #: src/view/screens/Feeds.tsx:550 -#: src/view/screens/Profile.tsx:213 +#: src/view/screens/Profile.tsx:224 #: src/view/screens/Search/Search.tsx:375 -#: src/view/shell/desktop/LeftNav.tsx:379 +#: src/view/shell/desktop/LeftNav.tsx:373 #: src/view/shell/Drawer.tsx:497 #: src/view/shell/Drawer.tsx:498 msgid "Feeds" @@ -2425,7 +2462,7 @@ msgstr "Fichier sauvegardé avec succès !" msgid "Filter from feeds" msgstr "Filtrer des fils d’actu" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "Finalisation" @@ -2435,10 +2472,6 @@ msgstr "Finalisation" msgid "Find accounts to follow" msgstr "Trouver des comptes à suivre" -#: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "Trouvez d’autres fils d’actu et comptes à suivre dans la page « Explore »." - #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" msgstr "Trouver des posts et comptes sur Bluesky" @@ -2455,15 +2488,11 @@ msgstr "Affine les fils de discussion." msgid "Finish" msgstr "Terminer" -#: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "Terminer la visite et commencer à utiliser l’application" - #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "Fitness" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "Flexible" @@ -2477,11 +2506,11 @@ msgid "Flip vertically" msgstr "Miroir vertical" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:351 +#: src/components/ProfileCard.tsx:356 #: src/components/ProfileHoverCard/index.web.tsx:446 #: src/components/ProfileHoverCard/index.web.tsx:457 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:252 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:225 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 msgid "Follow" msgstr "Suivre" @@ -2490,8 +2519,8 @@ msgctxt "action" msgid "Follow" msgstr "Suivre" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:238 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:209 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:126 msgid "Follow {0}" msgstr "Suivre {0}" @@ -2513,7 +2542,13 @@ msgstr "Suivre le compte" msgid "Follow all" msgstr "Suivre tous" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/view/com/profile/FollowButton.tsx:79 +msgctxt "action" +msgid "Follow Back" +msgstr "Suivre en retour" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:223 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 msgid "Follow Back" msgstr "Suivre en retour" @@ -2541,20 +2576,16 @@ msgstr "Suivi par <0>{0}, <1>{1} et {2, plural, one {# autre} other {# a msgid "Followed users" msgstr "Comptes suivis" -#: src/view/screens/PreferencesFollowingFeed.tsx:152 -#~ msgid "Followed users only" -#~ msgstr "Comptes suivis uniquement" - -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "vous suit" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" msgstr "vous a suivi" -#: src/view/com/profile/ProfileFollowers.tsx:104 -#: src/view/screens/ProfileFollowers.tsx:25 +#: src/view/screens/ProfileFollowers.tsx:29 +#: src/view/screens/ProfileFollowers.tsx:30 msgid "Followers" msgstr "Abonné·e·s" @@ -2568,20 +2599,20 @@ msgid "Followers you know" msgstr "Abonné·e·s que vous connaissez" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:345 +#: src/components/ProfileCard.tsx:350 #: src/components/ProfileHoverCard/index.web.tsx:445 #: src/components/ProfileHoverCard/index.web.tsx:456 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 -#: src/view/com/profile/ProfileFollows.tsx:104 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:147 #: src/view/screens/Feeds.tsx:630 -#: src/view/screens/ProfileFollows.tsx:25 +#: src/view/screens/ProfileFollows.tsx:29 +#: src/view/screens/ProfileFollows.tsx:30 #: src/view/screens/SavedFeeds.tsx:416 msgid "Following" msgstr "Suivi" -#: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/components/ProfileCard.tsx:316 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Suit {0}" @@ -2599,10 +2630,6 @@ msgstr "Préférences du fil d’actu « Following »" msgid "Following Feed Preferences" msgstr "Préférences du fil d’actu « Following »" -#: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "« Following » affiche les derniers posts des personnes que vous suivez." - #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" msgstr "Vous suit" @@ -2626,18 +2653,18 @@ msgstr "Pour des raisons de sécurité, vous ne pourrez plus afficher ceci. Si v #: src/components/dialogs/MutedWords.tsx:178 msgid "Forever" -msgstr "" +msgstr "Pour toujours" #: src/screens/Login/index.tsx:129 #: src/screens/Login/index.tsx:144 msgid "Forgot Password" msgstr "Mot de passe oublié" -#: src/screens/Login/LoginForm.tsx:246 +#: src/screens/Login/LoginForm.tsx:233 msgid "Forgot password?" msgstr "Mot de passe oublié ?" -#: src/screens/Login/LoginForm.tsx:257 +#: src/screens/Login/LoginForm.tsx:244 msgid "Forgot?" msgstr "Oublié ?" @@ -2645,15 +2672,19 @@ msgstr "Oublié ?" msgid "Frequently Posts Unwanted Content" msgstr "Publication fréquente de contenu indésirable" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "De @{sanitizedAuthor}" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "Tiré de <0/>" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:398 +msgid "Fullscreen" +msgstr "Plein écran" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galerie" @@ -2679,7 +2710,7 @@ msgstr "C’est parti" msgid "Getting started" msgstr "Pour commencer" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:122 msgid "GIF" msgstr "GIF" @@ -2698,7 +2729,7 @@ msgstr "Violations flagrantes de la loi ou des conditions d’utilisation" #: src/view/screens/NotFound.tsx:55 #: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:1026 -#: src/view/shell/desktop/LeftNav.tsx:134 +#: src/view/shell/desktop/LeftNav.tsx:133 msgid "Go back" msgstr "Retour" @@ -2738,7 +2769,7 @@ msgstr "Accéder à l’accueil" msgid "Go to conversation with {0}" msgstr "Aller à la conversation avec {0}" -#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:171 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Go to next" msgstr "Aller à la suite" @@ -2747,10 +2778,6 @@ msgstr "Aller à la suite" msgid "Go to profile" msgstr "Voir le profil" -#: src/tours/Tooltip.tsx:138 -msgid "Go to the next step of the tour" -msgstr "Passer à l’étape suivante de la visite" - #: src/components/dms/ConvoMenu.tsx:164 msgid "Go to user's profile" msgstr "Voir le profil du compte" @@ -2802,7 +2829,7 @@ msgstr "Voici le mot de passe de votre appli." #: src/components/ListCard.tsx:128 msgid "Hidden list" -msgstr "" +msgstr "Liste cachée" #: src/components/moderation/ContentHider.tsx:116 #: src/components/moderation/LabelPreference.tsx:134 @@ -2815,30 +2842,25 @@ msgstr "" msgid "Hide" msgstr "Cacher" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "Cacher" -#: src/view/com/util/forms/PostDropdownBtn.tsx:390 -#: src/view/com/util/forms/PostDropdownBtn.tsx:392 -#~ msgid "Hide post" -#~ msgstr "Cacher ce post" - #: src/view/com/util/forms/PostDropdownBtn.tsx:501 #: src/view/com/util/forms/PostDropdownBtn.tsx:507 msgid "Hide post for me" -msgstr "" +msgstr "Cacher ce post pour moi" #: src/view/com/util/forms/PostDropdownBtn.tsx:518 #: src/view/com/util/forms/PostDropdownBtn.tsx:528 msgid "Hide reply for everyone" -msgstr "" +msgstr "Cacher cette réponse pour tout le monde" #: src/view/com/util/forms/PostDropdownBtn.tsx:500 #: src/view/com/util/forms/PostDropdownBtn.tsx:506 msgid "Hide reply for me" -msgstr "" +msgstr "Cacher cette réponse pour moi" #: src/components/moderation/ContentHider.tsx:68 #: src/components/moderation/PostHider.tsx:79 @@ -2852,9 +2874,9 @@ msgstr "Cacher ce post ?" #: src/view/com/util/forms/PostDropdownBtn.tsx:635 #: src/view/com/util/forms/PostDropdownBtn.tsx:697 msgid "Hide this reply?" -msgstr "" +msgstr "Cacher cette réponse ?" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "Cacher la liste des comptes" @@ -2886,10 +2908,14 @@ msgstr "Hmm, il semble que nous ayons des difficultés à charger ces données. msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmm, nous n’avons pas pu charger ce service de modération." -#: src/Navigation.tsx:549 -#: src/Navigation.tsx:569 -#: src/view/shell/bottom-bar/BottomBar.tsx:160 -#: src/view/shell/desktop/LeftNav.tsx:342 +#: src/state/queries/video/video.ts:165 +msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" +msgstr "Attendez ! Nous donnons progressivement accès à la vidéo et vous faites toujours la queue. Revenez bientôt !" + +#: src/Navigation.tsx:550 +#: src/Navigation.tsx:570 +#: src/view/shell/bottom-bar/BottomBar.tsx:159 +#: src/view/shell/desktop/LeftNav.tsx:341 #: src/view/shell/Drawer.tsx:429 #: src/view/shell/Drawer.tsx:430 msgid "Home" @@ -2900,7 +2926,7 @@ msgid "Host:" msgstr "Hébergeur :" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:180 +#: src/screens/Login/LoginForm.tsx:169 #: src/screens/Signup/StepInfo/index.tsx:106 #: src/view/com/modals/ChangeHandle.tsx:275 msgid "Hosting provider" @@ -2961,7 +2987,7 @@ msgstr "Si vous essayez de changer de pseudo ou d’adresse e-mail, faites-le av msgid "Illegal and Urgent" msgstr "Illégal et urgent" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:56 msgid "Image" msgstr "Image" @@ -2969,6 +2995,7 @@ msgstr "Image" msgid "Image alt text" msgstr "Texte alt de l’image" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:247 #: src/components/StarterPack/ShareDialog.tsx:76 msgid "Image saved to your camera roll!" msgstr "Image enregistrée dans votre photothèque !" @@ -2977,7 +3004,11 @@ msgstr "Image enregistrée dans votre photothèque !" msgid "Impersonation or false claims about identity or affiliation" msgstr "Usurpation d’identité ou fausses déclarations concernant l’identité ou l’affiliation" -#: src/lib/moderation/useReportOptions.ts:86 +#: src/lib/moderation/useReportOptions.ts:68 +msgid "Impersonation, misinformation, or false claims" +msgstr "Usurpation d’identité, désinformation ou fausses déclarations" + +#: src/lib/moderation/useReportOptions.ts:91 msgid "Inappropriate messages or explicit links" msgstr "Messages inappropriés ou liens explicites" @@ -3001,15 +3032,15 @@ 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:286 +#: src/screens/Login/LoginForm.tsx:273 msgid "Input the code which has been emailed to you" msgstr "Entrez le code qui vous a été envoyé par e-mail" -#: src/screens/Login/LoginForm.tsx:215 +#: src/screens/Login/LoginForm.tsx:203 msgid "Input the username or email address you used at signup" msgstr "Entrez le pseudo ou l’adresse e-mail que vous avez utilisé lors de l’inscription" -#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Login/LoginForm.tsx:228 msgid "Input your password" msgstr "Entrez votre mot de passe" @@ -3017,19 +3048,19 @@ msgstr "Entrez votre mot de passe" msgid "Input your preferred hosting provider" msgstr "Entrez votre hébergeur préféré" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "Entrez votre pseudo" #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:55 msgid "Interaction limited" -msgstr "" +msgstr "Interaction limitée" #: src/components/dms/MessagesNUX.tsx:82 msgid "Introducing Direct Messages" msgstr "Et voici les Messages Privés" -#: src/screens/Login/LoginForm.tsx:140 +#: src/screens/Login/LoginForm.tsx:145 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Code de confirmation 2FA invalide." @@ -3038,10 +3069,15 @@ msgstr "Code de confirmation 2FA invalide." msgid "Invalid or unsupported post record" msgstr "Enregistrement de post invalide ou non pris en charge" -#: src/screens/Login/LoginForm.tsx:145 +#: src/screens/Login/LoginForm.tsx:91 +#: src/screens/Login/LoginForm.tsx:150 msgid "Invalid username or password" msgstr "Pseudo ou mot de passe incorrect" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "Code de vérification invalide" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Inviter un ami" @@ -3050,7 +3086,7 @@ msgstr "Inviter un ami" msgid "Invite code" msgstr "Code d’invitation" -#: src/screens/Signup/state.ts:263 +#: src/screens/Signup/state.ts:258 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Code d’invitation refusé. Vérifiez que vous l’avez saisi correctement et réessayez." @@ -3078,6 +3114,10 @@ msgstr "Invitations, mais personnelles" msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Il n’y a que vous pour l’instant ! Ajoutez d’autres personnes à votre kit de démarrage en effectuant une recherche ci-dessus." +#: src/view/com/composer/Composer.tsx:1126 +msgid "Job ID: {0}" +msgstr "ID de job : {0}" + #: src/view/com/auth/SplashScreen.web.tsx:164 msgid "Jobs" msgstr "Emplois" @@ -3093,6 +3133,10 @@ msgstr "Rejoignez Bluesky" msgid "Join the conversation" msgstr "Participez à la conversation" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:492 +msgid "Joined {0}" +msgstr "Inscrit·e le {0}" + #: src/screens/Onboarding/index.tsx:21 #: src/screens/Onboarding/state.ts:89 msgid "Journalism" @@ -3104,9 +3148,9 @@ msgstr "Étiqueté par {0}." #: src/components/moderation/ContentHider.tsx:145 msgid "Labeled by the author." -msgstr "Étiqueté par l’auteur." +msgstr "Étiqueté par l’auteur·ice." -#: src/view/screens/Profile.tsx:207 +#: src/view/screens/Profile.tsx:218 msgid "Labels" msgstr "Étiquettes" @@ -3114,11 +3158,11 @@ msgstr "Étiquettes" 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:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "Étiquettes sur votre compte" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "Étiquettes sur votre contenu" @@ -3139,7 +3183,7 @@ msgstr "Paramètres linguistiques" msgid "Languages" msgstr "Langues" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "Dernier" @@ -3150,7 +3194,7 @@ msgstr "En savoir plus" #: src/view/com/auth/SplashScreen.web.tsx:152 msgid "Learn more about Bluesky" -msgstr "" +msgstr "En savoir plus sur Bluesky" #: src/components/moderation/ContentHider.tsx:66 #: src/components/moderation/ContentHider.tsx:131 @@ -3200,10 +3244,6 @@ msgstr "Quitter Bluesky" msgid "left to go." msgstr "devant vous dans la file." -#: src/view/screens/Settings/index.tsx:310 -#~ msgid "Legacy storage cleared, you need to restart the app now." -#~ msgstr "Stockage ancien effacé, vous devez redémarrer l’application maintenant." - #: src/components/StarterPack/ProfileStarterPacks.tsx:295 msgid "Let me choose" msgstr "Laissez-moi choisir" @@ -3213,8 +3253,7 @@ msgstr "Laissez-moi choisir" msgid "Let's get your password reset!" msgstr "Réinitialisez votre mot de passe !" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "Allons-y !" @@ -3243,22 +3282,22 @@ msgstr "Liker ce fil d’actu" msgid "Liked by" msgstr "Liké par" -#: src/screens/Post/PostLikedBy.tsx:29 +#: src/screens/Post/PostLikedBy.tsx:31 +#: src/screens/Post/PostLikedBy.tsx:32 #: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 -#: src/view/com/post-thread/PostLikedBy.tsx:94 #: src/view/screens/ProfileFeedLikedBy.tsx:28 msgid "Liked By" msgstr "Liké par" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "liké votre fil d’actu personnalisé" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "liké votre post" -#: src/view/screens/Profile.tsx:212 +#: src/view/screens/Profile.tsx:223 msgid "Likes" msgstr "Likes" @@ -3289,11 +3328,11 @@ msgstr "Liste supprimée" #: src/screens/List/ListHiddenScreen.tsx:126 msgid "List has been hidden" -msgstr "" +msgstr "La liste a été cachée" #: src/view/screens/ProfileList.tsx:159 msgid "List Hidden" -msgstr "" +msgstr "Liste cachée" #: src/view/screens/ProfileList.tsx:386 msgid "List muted" @@ -3309,12 +3348,12 @@ msgstr "Liste débloquée" #: src/view/screens/ProfileList.tsx:400 msgid "List unmuted" -msgstr "Liste démasquée" +msgstr "Liste réaffichée" #: src/Navigation.tsx:130 -#: src/view/screens/Profile.tsx:208 -#: src/view/screens/Profile.tsx:215 -#: src/view/shell/desktop/LeftNav.tsx:385 +#: src/view/screens/Profile.tsx:219 +#: src/view/screens/Profile.tsx:226 +#: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:513 #: src/view/shell/Drawer.tsx:514 msgid "Lists" @@ -3340,7 +3379,7 @@ msgstr "Charger d’autres suggestions de suivis" msgid "Load new notifications" msgstr "Charger les nouvelles notifications" -#: src/screens/Profile/Sections/Feed.tsx:87 +#: src/screens/Profile/Sections/Feed.tsx:94 #: src/view/com/feeds/FeedPage.tsx:136 #: src/view/screens/ProfileFeed.tsx:495 #: src/view/screens/ProfileList.tsx:805 @@ -3413,7 +3452,7 @@ msgid "Mark as read" msgstr "Marqué comme lu" #: src/view/screens/AccessibilitySettings.tsx:106 -#: src/view/screens/Profile.tsx:211 +#: src/view/screens/Profile.tsx:222 msgid "Media" msgstr "Média" @@ -3443,12 +3482,12 @@ msgstr "Message supprimé" msgid "Message from server: {0}" msgstr "Message du serveur : {0}" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" msgstr "Champ d’écriture du message" -#: src/screens/Messages/Conversation/MessageInput.tsx:70 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:49 +#: src/screens/Messages/Conversation/MessageInput.tsx:72 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:59 msgid "Message is too long" msgstr "Le message est trop long" @@ -3456,7 +3495,7 @@ msgstr "Le message est trop long" msgid "Message settings" msgstr "Paramètres des messages" -#: src/Navigation.tsx:564 +#: src/Navigation.tsx:565 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -3467,9 +3506,13 @@ msgstr "Messages" msgid "Misleading Account" msgstr "Compte trompeur" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "Post trompeur" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" -msgstr "" +msgstr "Mode" #: src/Navigation.tsx:135 #: src/screens/Moderation/index.tsx:105 @@ -3514,7 +3557,7 @@ msgstr "Listes de modération" #: src/components/moderation/LabelPreference.tsx:247 msgid "moderation settings" -msgstr "" +msgstr "paramètres de modération" #: src/view/screens/Settings/index.tsx:521 msgid "Moderation settings" @@ -3533,7 +3576,7 @@ msgstr "Outils de modération" msgid "Moderator has chosen to set a general warning on the content." msgstr "La modération a choisi d’ajouter un avertissement général sur le contenu." -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "Plus" @@ -3557,9 +3600,13 @@ msgstr "Cinéma" msgid "Music" msgstr "Musique" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:166 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:389 +msgctxt "video" +msgid "Mute" +msgstr "Désactiver le son" + #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 msgid "Mute" msgstr "Masquer" @@ -3585,17 +3632,9 @@ msgstr "Masquer tous les posts {displayTag}" msgid "Mute conversation" msgstr "Masquer la conversation" -#: src/components/dialogs/MutedWords.tsx:148 -#~ msgid "Mute in tags only" -#~ msgstr "Masquer dans les mots-clés uniquement" - -#: src/components/dialogs/MutedWords.tsx:133 -#~ msgid "Mute in text & tags" -#~ msgstr "Masquer dans le texte et les mots-clés" - #: src/components/dialogs/MutedWords.tsx:253 msgid "Mute in:" -msgstr "" +msgstr "Masquer dans :" #: src/view/screens/ProfileList.tsx:734 msgid "Mute list" @@ -3607,15 +3646,15 @@ msgstr "Masquer ces comptes ?" #: src/components/dialogs/MutedWords.tsx:185 msgid "Mute this word for 24 hours" -msgstr "" +msgstr "Masquer ce mot pour 24 hours" #: src/components/dialogs/MutedWords.tsx:224 msgid "Mute this word for 30 days" -msgstr "" +msgstr "Masquer ce mot pour 30 jours" #: src/components/dialogs/MutedWords.tsx:209 msgid "Mute this word for 7 days" -msgstr "" +msgstr "Masquer ce mot pour 7 jours" #: src/components/dialogs/MutedWords.tsx:258 msgid "Mute this word in post text and tags" @@ -3627,7 +3666,7 @@ msgstr "Masquer ce mot dans les mots-clés uniquement" #: src/components/dialogs/MutedWords.tsx:170 msgid "Mute this word until you unmute it" -msgstr "" +msgstr "Masquer ce mot jusqu’à ce que vous le réaffichiez" #: src/view/com/util/forms/PostDropdownBtn.tsx:465 #: src/view/com/util/forms/PostDropdownBtn.tsx:471 @@ -3639,9 +3678,9 @@ msgstr "Masquer ce fil de discussion" msgid "Mute words & tags" msgstr "Masquer les mots et les mots-clés" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 msgid "Muted" -msgstr "Masqué" +msgstr "Son désactivé" #: src/screens/Moderation/index.tsx:264 msgid "Muted accounts" @@ -3677,7 +3716,7 @@ msgstr "Ma date de naissance" msgid "My Feeds" msgstr "Mes fils d’actu" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "Mon profil" @@ -3699,9 +3738,9 @@ msgid "Name is required" msgstr "Le nom est requis" #: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:93 -#: src/lib/moderation/useReportOptions.ts:101 -#: src/lib/moderation/useReportOptions.ts:109 +#: 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" @@ -3714,12 +3753,12 @@ msgstr "Nature" msgid "Navigate to {0}" msgstr "Navigue vers {0}" -#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:73 +#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:76 msgid "Navigate to starter pack" msgstr "Navigue vers le kit de démarrage" -#: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:332 +#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/LoginForm.tsx:319 #: src/view/com/modals/ChangePassword.tsx:169 msgid "Navigates to the next screen" msgstr "Navigue vers le prochain écran" @@ -3732,7 +3771,7 @@ msgstr "Navigue vers votre profil" msgid "Need to report a copyright violation?" msgstr "Besoin de signaler une violation des droits d’auteur ?" -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "Ne perdez jamais l’accès à vos abonné·e·s ou à vos données." @@ -3778,15 +3817,15 @@ msgstr "Nouveau post" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:228 -#: src/view/screens/Profile.tsx:478 +#: src/view/screens/Profile.tsx:489 #: src/view/screens/ProfileFeed.tsx:429 #: src/view/screens/ProfileList.tsx:237 #: src/view/screens/ProfileList.tsx:276 -#: src/view/shell/desktop/LeftNav.tsx:278 +#: src/view/shell/desktop/LeftNav.tsx:277 msgid "New post" msgstr "Nouveau post" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "Nouveau post" @@ -3809,9 +3848,9 @@ msgid "News" msgstr "Actualités" #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:331 -#: src/screens/Login/LoginForm.tsx:338 +#: src/screens/Login/ForgotPasswordForm.tsx:149 +#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:325 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/BackNextButtons.tsx:66 @@ -3819,7 +3858,6 @@ msgstr "Actualités" #: src/screens/StarterPack/Wizard/index.tsx:187 #: src/screens/StarterPack/Wizard/index.tsx:358 #: src/screens/StarterPack/Wizard/index.tsx:365 -#: src/tours/Tooltip.tsx:139 #: src/view/com/modals/ChangePassword.tsx:254 #: src/view/com/modals/ChangePassword.tsx:256 msgid "Next" @@ -3856,12 +3894,17 @@ msgstr "Aucun GIFs vedettes à afficher. Il y a peut-être un souci chez Tenor." msgid "No feeds found. Try searching for something else." msgstr "Aucun fil d’actu n’a été trouvé. Essayez de chercher autre chose." -#: src/components/ProfileCard.tsx:331 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 +#: src/components/LikedByList.tsx:78 +#: src/view/com/post-thread/PostLikedBy.tsx:85 +msgid "No likes yet" +msgstr "Pas encore de likes" + +#: src/components/ProfileCard.tsx:336 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Ne suit plus {0}" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "Pas plus de 253 caractères" @@ -3886,12 +3929,20 @@ msgstr "Personne" #: src/components/WhoCanReply.tsx:237 msgid "No one but the author can quote this post." -msgstr "" +msgstr "Personne d’autre que l’auteur·ice ne peut citer ce post." -#: src/screens/Profile/Sections/Feed.tsx:59 +#: src/screens/Profile/Sections/Feed.tsx:64 msgid "No posts yet." msgstr "Pas encore de posts." +#: src/view/com/post-thread/PostQuotes.tsx:106 +msgid "No quotes yet" +msgstr "Pas encore de citations" + +#: src/view/com/post-thread/PostRepostedBy.tsx:78 +msgid "No reposts yet" +msgstr "Pas encore de reposts" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 #: src/view/com/composer/text-input/web/Autocomplete.tsx:195 msgid "No result" @@ -3930,15 +3981,20 @@ msgstr "Non merci" msgid "Nobody" msgstr "Personne" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:46 -#~ msgid "Nobody can reply" -#~ msgstr "Personne ne peut répondre" - -#: src/components/LikedByList.tsx:79 +#: src/components/LikedByList.tsx:80 #: src/components/LikesDialog.tsx:99 +#: src/view/com/post-thread/PostLikedBy.tsx:87 msgid "Nobody has liked this yet. Maybe you should be the first!" msgstr "Personne n’a encore liké. Peut-être devriez-vous ouvrir la voie !" +#: src/view/com/post-thread/PostQuotes.tsx:108 +msgid "Nobody has quoted this yet. Maybe you should be the first!" +msgstr "Personne n’a encore cité. Peut-être devriez-vous ouvrir la voie !" + +#: src/view/com/post-thread/PostRepostedBy.tsx:80 +msgid "Nobody has reposted this yet. Maybe you should be the first!" +msgstr "Personne n’a encore republié. Peut-être devriez-vous ouvrir la voie !" + #: src/screens/StarterPack/Wizard/StepProfiles.tsx:103 msgid "Nobody was found. Try searching for someone else." msgstr "Personne n’a été trouvé. Essayez de chercher quelqu’un d’autre." @@ -3948,7 +4004,7 @@ msgid "Non-sexual Nudity" msgstr "Nudité non sexuelle" #: src/Navigation.tsx:125 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Not Found" msgstr "Introuvable" @@ -3959,7 +4015,7 @@ msgstr "Pas maintenant" #: src/view/com/profile/ProfileMenu.tsx:372 #: src/view/com/util/forms/PostDropdownBtn.tsx:654 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:332 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:356 msgid "Note about sharing" msgstr "Note sur le partage" @@ -3992,22 +4048,22 @@ msgstr "Sons de notification" msgid "Notification Sounds" msgstr "Sons de notification" -#: src/Navigation.tsx:559 +#: src/Navigation.tsx:560 #: src/view/screens/Notifications.tsx:145 #: src/view/screens/Notifications.tsx:155 #: src/view/screens/Notifications.tsx:203 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 -#: src/view/shell/desktop/LeftNav.tsx:362 +#: src/view/shell/bottom-bar/BottomBar.tsx:227 +#: src/view/shell/desktop/LeftNav.tsx:356 #: src/view/shell/Drawer.tsx:461 #: src/view/shell/Drawer.tsx:462 msgid "Notifications" msgstr "Notifications" -#: src/lib/hooks/useTimeAgo.ts:51 +#: src/lib/hooks/useTimeAgo.ts:122 msgid "now" msgstr "maintenant" -#: src/components/dms/MessageItem.tsx:169 +#: src/components/dms/MessageItem.tsx:170 msgid "Now" msgstr "Maintenant" @@ -4015,7 +4071,7 @@ msgstr "Maintenant" msgid "Nudity" msgstr "Nudité" -#: src/lib/moderation/useReportOptions.ts:73 +#: src/lib/moderation/useReportOptions.ts:78 msgid "Nudity or adult content not labeled as such" msgstr "Nudité ou contenu adulte non identifié comme tel" @@ -4029,39 +4085,35 @@ msgstr "Éteint" msgid "Oh no!" msgstr "Oh non !" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "Oh non ! Il y a eu un problème." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:175 +msgid "Oh no! We weren't able to generate an image for you to share. Rest assured, we're glad you're here 🦋" +msgstr "Oh non ! Nous n’avons pas réussi à générer une image à partager. Rassurez-vous, nous sommes heureux que vous soyez là 🦋" + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:339 msgid "OK" msgstr "OK" #: src/screens/Login/PasswordUpdatedForm.tsx:44 msgid "Okay" -msgstr "D’accord" +msgstr "OK" #: src/view/screens/PreferencesThreads.tsx:72 msgid "Oldest replies first" msgstr "Plus anciennes réponses en premier" -#: src/components/StarterPack/QrCode.tsx:69 -msgid "on" -msgstr "sur" - -#: src/lib/hooks/useTimeAgo.ts:81 -msgid "on {str}" -msgstr "le {str}" +#: src/components/StarterPack/QrCode.tsx:70 +msgid "on<0><1/><2><3/>" +msgstr "sur<0><1/><2><3/>" #: src/view/screens/Settings/index.tsx:226 msgid "Onboarding reset" msgstr "Réinitialiser le didacticiel" -#: src/tours/Tooltip.tsx:118 -msgid "Onboarding tour step {0}: {1}" -msgstr "Étape de la visite d’accueil {0} : {1}" - -#: src/view/com/composer/Composer.tsx:589 +#: src/view/com/composer/Composer.tsx:671 msgid "One or more images is missing alt text." msgstr "Une ou plusieurs images n’ont pas de texte alt." @@ -4069,18 +4121,18 @@ msgstr "Une ou plusieurs images 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:245 -#~ msgid "Only {0} can reply" -#~ msgstr "Seul {0} peut répondre" - #: src/components/WhoCanReply.tsx:217 msgid "Only {0} can reply." -msgstr "" +msgstr "Seul {0} peut répondre." -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "Ne contient que des lettres, des chiffres et des traits d’union" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:39 +msgid "Only WebVTT (.vtt) files are supported" +msgstr "Seuls les fichiers WebVTT (.vtt) sont pris en charge" + #: src/components/Lists.tsx:88 msgid "Oops, something went wrong!" msgstr "Oups, quelque chose n’a pas marché !" @@ -4088,13 +4140,13 @@ msgstr "Oups, quelque chose n’a pas marché !" #: src/components/Lists.tsx:199 #: src/components/StarterPack/ProfileStarterPacks.tsx:304 #: src/components/StarterPack/ProfileStarterPacks.tsx:313 -#: src/view/screens/AppPasswords.tsx:69 +#: src/view/screens/AppPasswords.tsx:68 #: src/view/screens/NotificationsSettings.tsx:45 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Oops!" msgstr "Oups !" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "Ouvert" @@ -4111,8 +4163,9 @@ msgstr "Ouvre le créateur d’avatar" msgid "Open conversation options" msgstr "Ouvrir les options de conversation" -#: src/view/com/composer/Composer.tsx:754 -#: src/view/com/composer/Composer.tsx:755 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:165 +#: src/view/com/composer/Composer.tsx:820 +#: src/view/com/composer/Composer.tsx:821 msgid "Open emoji picker" msgstr "Ouvrir le sélecteur d’emoji" @@ -4171,7 +4224,7 @@ msgstr "Ouvre des détails supplémentaires pour une entrée de débug" #: src/view/screens/Settings/index.tsx:476 msgid "Opens appearance settings" -msgstr "" +msgstr "Ouvre les paramètres d’affichage" #: src/view/com/composer/photos/OpenCameraBtn.tsx:74 msgid "Opens camera on device" @@ -4247,7 +4300,7 @@ msgstr "Ouvre une fenêtre modale pour utiliser un domaine personnalisé" msgid "Opens moderation settings" msgstr "Ouvre les paramètres de modération" -#: src/screens/Login/LoginForm.tsx:247 +#: src/screens/Login/LoginForm.tsx:234 msgid "Opens password reset form" msgstr "Ouvre le formulaire de réinitialisation du mot de passe" @@ -4280,12 +4333,12 @@ msgstr "Ouvre la page du journal système" msgid "Opens the threads preferences" msgstr "Ouvre les préférences relatives aux fils de discussion" -#: src/view/com/notifications/FeedItem.tsx:555 -#: src/view/com/util/UserAvatar.tsx:420 +#: src/view/com/notifications/FeedItem.tsx:551 +#: src/view/com/util/UserAvatar.tsx:426 msgid "Opens this profile" msgstr "Ouvre ce profil" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:95 msgid "Opens video picker" msgstr "Ouvre le sélecteur de vidéos" @@ -4300,7 +4353,7 @@ msgstr "Ajoutez des informations supplémentaires ci-dessous (optionnel) :" #: src/components/dialogs/MutedWords.tsx:299 msgid "Options:" -msgstr "" +msgstr "Options :" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:388 msgid "Or combine these options:" @@ -4324,7 +4377,7 @@ msgstr "Autre compte" #: src/view/screens/Settings/index.tsx:379 msgid "Other accounts" -msgstr "" +msgstr "Autres comptes" #: src/view/com/composer/select-language/SelectLangBtn.tsx:92 msgid "Other..." @@ -4343,7 +4396,7 @@ msgstr "Page introuvable" msgid "Page Not Found" msgstr "Page introuvable" -#: src/screens/Login/LoginForm.tsx:225 +#: src/screens/Login/LoginForm.tsx:213 #: src/screens/Signup/StepInfo/index.tsx:162 #: src/view/com/modals/DeleteAccount.tsx:257 #: src/view/com/modals/DeleteAccount.tsx:264 @@ -4362,14 +4415,15 @@ msgstr "Mise à jour du mot de passe" msgid "Password updated!" msgstr "Mot de passe mis à jour !" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:366 msgid "Pause" msgstr "Mettre en pause" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:319 msgid "Pause video" -msgstr "" +msgstr "Mettre en pause la vidéo" #: src/screens/StarterPack/StarterPackScreen.tsx:171 #: src/view/screens/Search/Search.tsx:369 @@ -4426,43 +4480,44 @@ msgstr "Fils épinglés" msgid "Pinned to your feeds" msgstr "Épinglé à vos fils d’actu" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:367 msgid "Play" msgstr "Lire" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:131 msgid "Play {0}" msgstr "Lire {0}" -#: src/view/com/util/post-embeds/GifEmbed.tsx:43 +#: src/view/com/util/post-embeds/GifEmbed.tsx:45 msgid "Play or pause the GIF" msgstr "Lire ou mettre en pause le GIF" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:52 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:204 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:110 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:320 msgid "Play video" -msgstr "" +msgstr "Lire la vidéo" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:59 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:60 msgid "Play Video" msgstr "Lire la vidéo" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:130 msgid "Plays the GIF" msgstr "Lit le GIF" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "Veuillez choisir votre pseudo." -#: src/screens/Signup/state.ts:215 +#: src/screens/Signup/state.ts:210 #: src/screens/Signup/StepInfo/index.tsx:81 msgid "Please choose your password." msgstr "Veuillez choisir votre mot de passe." -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "Veuillez compléter le captcha de vérification." @@ -4482,7 +4537,7 @@ msgstr "Veuillez saisir un nom unique pour le mot de passe de l’application ou msgid "Please enter a valid word, tag, or phrase to mute" msgstr "Veuillez entrer un mot, un mot-clé ou une phrase valide à masquer" -#: src/screens/Signup/state.ts:201 +#: src/screens/Signup/state.ts:196 #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Please enter your email." msgstr "Veuillez entrer votre e-mail." @@ -4495,7 +4550,7 @@ msgstr "Veuillez saisir votre code d’invitation." msgid "Please enter your password as well:" msgstr "Veuillez également entrer votre mot de passe :" -#: src/components/moderation/LabelsOnMeDialog.tsx:268 +#: src/components/moderation/LabelsOnMeDialog.tsx:259 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Veuillez expliquer pourquoi vous pensez que cette étiquette a été appliquée à tort par {0}" @@ -4512,7 +4567,7 @@ msgstr "Veuillez vous identifier comme @{0}" msgid "Please Verify Your Email" msgstr "Veuillez vérifier votre e-mail" -#: src/view/com/composer/Composer.tsx:331 +#: src/view/com/composer/Composer.tsx:359 msgid "Please wait for your link card to finish loading" msgstr "Veuillez patienter le temps que votre carte de lien soit chargée" @@ -4525,13 +4580,13 @@ msgstr "Politique" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:564 -#: src/view/com/composer/Composer.tsx:571 +#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:653 msgctxt "action" msgid "Post" msgstr "Poster" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "Post" @@ -4567,7 +4622,7 @@ msgstr "Post caché par vous" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:283 msgid "Post interaction settings" -msgstr "" +msgstr "Paramètres d’interaction du post" #: src/view/com/composer/select-language/SelectLangBtn.tsx:88 msgid "Post language" @@ -4587,17 +4642,13 @@ msgid "posts" msgstr "posts" #: src/screens/StarterPack/StarterPackScreen.tsx:173 -#: src/view/screens/Profile.tsx:209 +#: src/view/screens/Profile.tsx:220 msgid "Posts" msgstr "Posts" -#: src/components/dialogs/MutedWords.tsx:89 -#~ msgid "Posts can be muted based on their text, their tags, or both." -#~ msgstr "Les posts peuvent être masqués en fonction de leur texte, de leurs mots-clés ou des deux." - #: src/components/dialogs/MutedWords.tsx:115 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." -msgstr "" +msgstr "Les posts peuvent être masqués en fonction de leur texte, de leurs mots-clés ou des deux. Nous vous recommandons d’éviter les mots communs qui apparaissent dans de nombreux posts, car cela peut avoir pour conséquence qu’aucun post ne s’affiche." #: src/view/com/posts/FeedErrorMessage.tsx:68 msgid "Posts hidden" @@ -4663,17 +4714,17 @@ msgstr "Charte de confidentialité" msgid "Privately chat with other users." msgstr "Discuter en privé avec d’autres comptes." -#: src/screens/Login/ForgotPasswordForm.tsx:156 +#: src/screens/Login/ForgotPasswordForm.tsx:155 msgid "Processing..." msgstr "Traitement…" -#: src/view/screens/DebugMod.tsx:895 -#: src/view/screens/Profile.tsx:346 +#: src/view/screens/DebugMod.tsx:896 +#: src/view/screens/Profile.tsx:357 msgid "profile" msgstr "profil" -#: src/view/shell/bottom-bar/BottomBar.tsx:275 -#: src/view/shell/desktop/LeftNav.tsx:393 +#: src/view/shell/bottom-bar/BottomBar.tsx:272 +#: src/view/shell/desktop/LeftNav.tsx:387 #: src/view/shell/Drawer.tsx:78 #: src/view/shell/Drawer.tsx:546 #: src/view/shell/Drawer.tsx:547 @@ -4688,7 +4739,7 @@ msgstr "Profil mis à jour" msgid "Protect your account by verifying your email." msgstr "Protégez votre compte en vérifiant votre e-mail." -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "Public" @@ -4700,11 +4751,11 @@ msgstr "Listes publiques et partageables de comptes à masquer ou à bloquer." msgid "Public, shareable lists which can drive feeds." msgstr "Les listes publiques et partageables qui peuvent alimenter les fils d’actu." -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish post" msgstr "Publier le post" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish reply" msgstr "Publier la réponse" @@ -4720,12 +4771,8 @@ msgstr "Code QR a été téléchargé !" msgid "QR code saved to your camera roll!" msgstr "Code QR enregistré dans votre photothèque !" -#: src/tours/Tooltip.tsx:111 -msgid "Quick tip" -msgstr "Petite astuce" - -#: src/view/com/util/post-ctrls/RepostButton.tsx:122 -#: src/view/com/util/post-ctrls/RepostButton.tsx:149 +#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:152 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Quote post" @@ -4733,36 +4780,36 @@ msgstr "Citer le post" #: src/view/com/util/forms/PostDropdownBtn.tsx:302 msgid "Quote post was re-attached" -msgstr "" +msgstr "La citation a été ré-attachée" #: src/view/com/util/forms/PostDropdownBtn.tsx:301 msgid "Quote post was successfully detached" -msgstr "" +msgstr "La citation a été détachée avec succès" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:313 -#: src/view/com/util/post-ctrls/RepostButton.tsx:121 -#: src/view/com/util/post-ctrls/RepostButton.tsx:148 +#: src/view/com/util/post-ctrls/RepostButton.tsx:124 +#: src/view/com/util/post-ctrls/RepostButton.tsx:151 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:84 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:91 msgid "Quote posts disabled" -msgstr "" +msgstr "Citations désactivées" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:311 msgid "Quote posts enabled" -msgstr "" +msgstr "Citations activées" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:295 msgid "Quote settings" -msgstr "" +msgstr "Paramètres des citations" -#: src/screens/Post/PostQuotes.tsx:29 -#: src/view/com/post-thread/PostQuotes.tsx:122 +#: src/screens/Post/PostQuotes.tsx:31 +#: src/screens/Post/PostQuotes.tsx:32 msgid "Quotes" -msgstr "" +msgstr "Citations" #: src/view/com/post-thread/PostThreadItem.tsx:230 msgid "Quotes of this post" -msgstr "" +msgstr "Citations de ce post" #: src/view/screens/PreferencesThreads.tsx:80 msgid "Random (aka \"Poster's Roulette\")" @@ -4775,7 +4822,7 @@ msgstr "Ratios" #: src/view/com/util/forms/PostDropdownBtn.tsx:543 #: src/view/com/util/forms/PostDropdownBtn.tsx:553 msgid "Re-attach quote" -msgstr "" +msgstr "Réattacher la citation" #: src/screens/Deactivated.tsx:144 msgid "Reactivate your account" @@ -4783,15 +4830,15 @@ msgstr "Réactiver votre compte" #: src/view/com/auth/SplashScreen.web.tsx:157 msgid "Read the Bluesky blog" -msgstr "" +msgstr "Lire le blog de Bluesky" #: src/screens/Signup/StepInfo/Policies.tsx:59 msgid "Read the Bluesky Privacy Policy" -msgstr "" +msgstr "Lire la politique de confidentialité de Bluesky" #: src/screens/Signup/StepInfo/Policies.tsx:49 msgid "Read the Bluesky Terms of Service" -msgstr "" +msgstr "Lire les conditions d’utilisation de Bluesky" #: src/components/dms/ReportDialog.tsx:174 msgid "Reason:" @@ -4834,7 +4881,11 @@ msgstr "Supprimer {displayName} du kit de démarrage" msgid "Remove account" msgstr "Supprimer compte" -#: src/view/com/util/UserAvatar.tsx:387 +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "Supprimer la pièce jointe" + +#: src/view/com/util/UserAvatar.tsx:393 msgid "Remove Avatar" msgstr "Supprimer l’avatar" @@ -4842,7 +4893,7 @@ msgstr "Supprimer l’avatar" msgid "Remove Banner" msgstr "Supprimer l’image d’en-tête" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "Supprimer l’intégration" @@ -4871,20 +4922,16 @@ msgstr "Supprimer de mes fils d’actu ?" #: src/view/com/util/AccountDropdownBtn.tsx:53 msgid "Remove from quick access?" -msgstr "" +msgstr "Supprimer de l’accès rapide ?" #: src/screens/List/ListHiddenScreen.tsx:156 msgid "Remove from saved feeds" -msgstr "" +msgstr "Supprimer des fils d’actu enregistrés" #: src/view/com/composer/photos/Gallery.tsx:174 msgid "Remove image" msgstr "Supprimer l’image" -#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "Supprimer l’aperçu d’image" - #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" msgstr "Supprimer le mot masqué de votre liste" @@ -4897,26 +4944,30 @@ msgstr "Supprimer le profil" msgid "Remove profile from search history" msgstr "Supprimer le profil de l’historique de recherche" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:274 msgid "Remove quote" msgstr "Supprimer la citation" -#: src/view/com/util/post-ctrls/RepostButton.tsx:95 -#: src/view/com/util/post-ctrls/RepostButton.tsx:111 +#: src/view/com/util/post-ctrls/RepostButton.tsx:98 +#: src/view/com/util/post-ctrls/RepostButton.tsx:114 msgid "Remove repost" msgstr "Supprimer le repost" +#: src/view/com/composer/videos/SubtitleDialog.tsx:264 +msgid "Remove subtitle file" +msgstr "Supprimer le fichier de sous-titres" + #: src/view/com/posts/FeedErrorMessage.tsx:211 msgid "Remove this feed from your saved feeds" msgstr "Supprimer ce fil d’actu de vos fils d’actu enregistrés" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:100 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:109 msgid "Removed by author" -msgstr "" +msgstr "Supprimé par l’auteur·ice" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:98 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:107 msgid "Removed by you" -msgstr "" +msgstr "Supprimé par vous" #: src/view/com/modals/ListAddRemoveUsers.tsx:200 #: src/view/com/modals/UserAddRemoveLists.tsx:164 @@ -4930,7 +4981,7 @@ msgstr "Supprimé de mes fils d’actu" #: src/screens/List/ListHiddenScreen.tsx:94 #: src/screens/List/ListHiddenScreen.tsx:160 msgid "Removed from saved feeds" -msgstr "" +msgstr "Supprimé de vos fils d’actu enregistrés" #: src/view/com/posts/FeedShutdownMsg.tsx:44 #: src/view/screens/ProfileFeed.tsx:192 @@ -4938,20 +4989,20 @@ msgstr "" msgid "Removed from your feeds" msgstr "Supprimé de vos fils d’actu" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:275 msgid "Removes quoted post" msgstr "Supprime le post cité" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 -msgid "Removes the image preview" -msgstr "Supprime l’aperçu de l’image" +msgid "Removes the attachment" +msgstr "Supprime la pièce jointe" #: src/view/com/posts/FeedShutdownMsg.tsx:129 #: src/view/com/posts/FeedShutdownMsg.tsx:133 msgid "Replace with Discover" msgstr "Remplacer par Discover" -#: src/view/screens/Profile.tsx:210 +#: src/view/screens/Profile.tsx:221 msgid "Replies" msgstr "Réponses" @@ -4961,68 +5012,60 @@ msgstr "Les réponses sont désactivées" #: src/components/WhoCanReply.tsx:215 msgid "Replies to this post are disabled." -msgstr "" +msgstr "Les réponses à ce post sont désactivées." -#: src/components/WhoCanReply.tsx:243 -#~ msgid "Replies to this thread are disabled" -#~ msgstr "Les réponses à ce fil de discussion sont désactivées" - -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:644 msgctxt "action" msgid "Reply" msgstr "Répondre" -#: src/view/screens/PreferencesFollowingFeed.tsx:142 -#~ msgid "Reply Filters" -#~ msgstr "Filtres de réponse" - #: src/components/moderation/ModerationDetailsDialog.tsx:115 #: src/lib/moderation/useModerationCauseDescription.ts:123 msgid "Reply Hidden by Thread Author" -msgstr "" +msgstr "Réponse cachée par l’auteur·ice du fil de discussion" #: src/components/moderation/ModerationDetailsDialog.tsx:114 #: src/lib/moderation/useModerationCauseDescription.ts:122 msgid "Reply Hidden by You" -msgstr "" +msgstr "Réponse cachée par vous" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 msgid "Reply settings" -msgstr "" +msgstr "Paramètres de réponse" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 msgid "Reply settings are chosen by the author of the thread" -msgstr "" +msgstr "Les paramètres de réponse sont choisis par l’auteur·ice du fil de discussion" #: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:522 +#: src/view/com/posts/FeedItem.tsx:520 msgctxt "description" msgid "Reply to <0><1/>" msgstr "Réponse à <0><1/>" -#: src/view/com/posts/FeedItem.tsx:513 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" msgstr "Réponse à un post bloqué" -#: src/view/com/posts/FeedItem.tsx:515 +#: src/view/com/posts/FeedItem.tsx:513 msgctxt "description" msgid "Reply to a post" -msgstr "" +msgstr "Réponse à un post" #: src/view/com/post/Post.tsx:194 -#: src/view/com/posts/FeedItem.tsx:519 +#: src/view/com/posts/FeedItem.tsx:517 msgctxt "description" msgid "Reply to you" msgstr "Réponse à vous" #: src/view/com/util/forms/PostDropdownBtn.tsx:332 msgid "Reply visibility updated" -msgstr "" +msgstr "Visibilité de la réponse mise à jour" #: src/view/com/util/forms/PostDropdownBtn.tsx:331 msgid "Reply was successfully hidden" -msgstr "" +msgstr "La réponse a été cachée avec succès" #: src/components/dms/MessageMenu.tsx:132 #: src/components/dms/MessagesListBlockedFooter.tsx:77 @@ -5098,9 +5141,9 @@ msgstr "Signaler ce kit de démarrage" msgid "Report this user" msgstr "Signaler ce compte" -#: src/view/com/util/post-ctrls/RepostButton.tsx:67 -#: src/view/com/util/post-ctrls/RepostButton.tsx:96 -#: src/view/com/util/post-ctrls/RepostButton.tsx:112 +#: src/view/com/util/post-ctrls/RepostButton.tsx:70 +#: src/view/com/util/post-ctrls/RepostButton.tsx:99 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 msgctxt "action" msgid "Repost" msgstr "Republier" @@ -5111,31 +5154,31 @@ msgid "Repost" msgstr "Republier" #: src/screens/StarterPack/StarterPackScreen.tsx:535 -#: src/view/com/util/post-ctrls/RepostButton.tsx:88 +#: src/view/com/util/post-ctrls/RepostButton.tsx:91 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:49 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:104 msgid "Repost or quote post" msgstr "Republier ou citer" -#: src/screens/Post/PostRepostedBy.tsx:29 -#: src/view/com/post-thread/PostRepostedBy.tsx:96 +#: src/screens/Post/PostRepostedBy.tsx:31 +#: src/screens/Post/PostRepostedBy.tsx:32 msgid "Reposted By" msgstr "Republié par" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "Republié par {0}" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "Republié par <0><1/>" -#: src/view/com/posts/FeedItem.tsx:292 -#: src/view/com/posts/FeedItem.tsx:311 +#: src/view/com/posts/FeedItem.tsx:290 +#: src/view/com/posts/FeedItem.tsx:309 msgid "Reposted by you" msgstr "Republié par vous" -#: src/view/com/notifications/FeedItem.tsx:184 +#: src/view/com/notifications/FeedItem.tsx:180 msgid "reposted your post" msgstr "a republié votre post" @@ -5170,6 +5213,14 @@ msgstr "Obligatoire pour cet hébergeur" msgid "Resend email" msgstr "Renvoyer l’e-mail" +#: src/components/intents/VerifyEmailIntentDialog.tsx:130 +msgid "Resend Email" +msgstr "Renvoyer l’e-mail" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:123 +msgid "Resend Verification Email" +msgstr "Renvoyer l’e-mail de vérification" + #: src/view/com/modals/ChangePassword.tsx:186 msgid "Reset code" msgstr "Réinitialiser le code" @@ -5200,7 +5251,7 @@ msgstr "Réinitialise l’état d’accueil" msgid "Resets the preferences state" msgstr "Réinitialise l’état des préférences" -#: src/screens/Login/LoginForm.tsx:312 +#: src/screens/Login/LoginForm.tsx:299 msgid "Retries login" msgstr "Réessaye la connection" @@ -5209,15 +5260,15 @@ msgstr "Réessaye la connection" msgid "Retries the last action, which errored out" msgstr "Réessaye la dernière action, qui a échoué" -#: src/components/dms/MessageItem.tsx:235 +#: src/components/dms/MessageItem.tsx:236 #: src/components/Error.tsx:66 #: src/components/Lists.tsx:104 #: src/components/StarterPack/ProfileStarterPacks.tsx:318 -#: src/screens/Login/LoginForm.tsx:311 -#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:298 +#: src/screens/Login/LoginForm.tsx:305 #: src/screens/Messages/Conversation/MessageListError.tsx:25 -#: src/screens/Onboarding/StepInterests/index.tsx:251 -#: src/screens/Onboarding/StepInterests/index.tsx:254 +#: src/screens/Onboarding/StepInterests/index.tsx:231 +#: src/screens/Onboarding/StepInterests/index.tsx:234 #: src/screens/Signup/BackNextButtons.tsx:52 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 @@ -5321,8 +5372,8 @@ msgstr "Enregistre les paramètres de recadrage de l’image" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:105 -#: src/view/com/notifications/FeedItem.tsx:416 -#: src/view/com/notifications/FeedItem.tsx:441 +#: src/view/com/notifications/FeedItem.tsx:412 +#: src/view/com/notifications/FeedItem.tsx:437 msgid "Say hello!" msgstr "Dites bonjour !" @@ -5336,15 +5387,15 @@ msgid "Scroll to top" msgstr "Remonter en haut" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:554 +#: src/Navigation.tsx:555 #: src/view/com/modals/ListAddRemoveUsers.tsx:76 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 #: src/view/screens/Search/Search.tsx:421 #: src/view/screens/Search/Search.tsx:791 #: src/view/screens/Search/Search.tsx:813 -#: src/view/shell/bottom-bar/BottomBar.tsx:182 -#: src/view/shell/desktop/LeftNav.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:179 +#: src/view/shell/desktop/LeftNav.tsx:349 #: src/view/shell/Drawer.tsx:398 #: src/view/shell/Drawer.tsx:399 msgid "Search" @@ -5411,12 +5462,16 @@ msgstr "Voir les posts <0>{displayTag} de ce compte" #: src/view/com/auth/SplashScreen.web.tsx:162 msgid "See jobs at Bluesky" -msgstr "" +msgstr "Voir les offres d’emploi chez Bluesky" #: src/view/screens/SavedFeeds.tsx:188 msgid "See this guide" msgstr "Voir ce guide" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:631 +msgid "Seek slider" +msgstr "Curseur de recherche" + #: src/view/com/util/Selector.tsx:106 msgid "Select {item}" msgstr "Sélectionner {item}" @@ -5451,7 +5506,11 @@ msgstr "Sélectionner le GIF « {0} »" #: src/components/dialogs/MutedWords.tsx:142 msgid "Select how long to mute this word for." -msgstr "" +msgstr "Sélectionnez la durée pendant laquelle vous souhaitez masquer ce mot." + +#: src/view/com/composer/videos/SubtitleDialog.tsx:249 +msgid "Select language..." +msgstr "Sélectionner la langue…" #: src/view/screens/LanguageSettings.tsx:303 msgid "Select languages" @@ -5465,6 +5524,10 @@ msgstr "Sélectionner une modération" msgid "Select option {i} of {numItems}" msgstr "Sélectionne l’option {i} sur {numItems}" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:65 +msgid "Select subtitle file (.vtt)" +msgstr "Sélectionnez le fichier de sous-titres (.vtt)" + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83 msgid "Select the {emojiName} emoji as your avatar" msgstr "Sélectionner l’emoji {emojiName} comme avatar" @@ -5477,13 +5540,13 @@ msgstr "Sélectionnez le(s) service(s) de modération destinataires du signaleme msgid "Select the service that hosts your data." msgstr "Sélectionnez le service qui héberge vos données." -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:94 msgid "Select video" msgstr "Sélectionner une vidéo" #: src/components/dialogs/MutedWords.tsx:242 msgid "Select what content this mute word should apply to." -msgstr "" +msgstr "Sélectionnez le contenu pour lequel ce mot masqué doit s’appliquer." #: src/view/screens/LanguageSettings.tsx:285 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." @@ -5493,11 +5556,11 @@ msgstr "Sélectionnez les langues que vous souhaitez voir figurer dans les fils msgid "Select your app language for the default text to display in the app." msgstr "Sélectionnez votre langue par défaut pour les textes de l’application." -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:193 msgid "Select your date of birth" msgstr "Sélectionnez votre date de naissance" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "Sélectionnez vos centres d’intérêt parmi les options ci-dessous" @@ -5527,8 +5590,8 @@ msgstr "Envoyer l’e-mail" msgid "Send feedback" msgstr "Envoyer des commentaires" -#: src/screens/Messages/Conversation/MessageInput.tsx:163 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:155 +#: src/screens/Messages/Conversation/MessageInput.tsx:165 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:219 msgid "Send message" msgstr "Envoyer le message" @@ -5601,26 +5664,6 @@ msgstr "Créez votre compte" msgid "Sets Bluesky username" msgstr "Définit le pseudo Bluesky" -#: src/view/screens/Settings/index.tsx:463 -#~ msgid "Sets color theme to dark" -#~ msgstr "Change le thème de couleur en sombre" - -#: src/view/screens/Settings/index.tsx:456 -#~ msgid "Sets color theme to light" -#~ msgstr "Change le thème de couleur en clair" - -#: src/view/screens/Settings/index.tsx:450 -#~ msgid "Sets color theme to system setting" -#~ msgstr "Change le thème de couleur en fonction du paramètre système" - -#: src/view/screens/Settings/index.tsx:489 -#~ msgid "Sets dark theme to the dark theme" -#~ msgstr "Change le thème sombre comme étant le plus sombre" - -#: src/view/screens/Settings/index.tsx:482 -#~ msgid "Sets dark theme to the dim theme" -#~ msgstr "Change le thème sombre comme étant le thème atténué" - #: src/screens/Login/ForgotPasswordForm.tsx:113 msgid "Sets email for password reset" msgstr "Définit l’e-mail pour la réinitialisation du mot de passe" @@ -5639,7 +5682,7 @@ msgstr "Définit le rapport d’aspect de l’image comme paysage" #: src/Navigation.tsx:155 #: src/view/screens/Settings/index.tsx:302 -#: src/view/shell/desktop/LeftNav.tsx:401 +#: src/view/shell/desktop/LeftNav.tsx:395 #: src/view/shell/Drawer.tsx:563 #: src/view/shell/Drawer.tsx:564 msgid "Settings" @@ -5653,6 +5696,7 @@ msgstr "Activité sexuelle ou nudité érotique." msgid "Sexually Suggestive" msgstr "Sexuellement suggestif" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:644 #: src/components/StarterPack/QrCodeDialog.tsx:177 #: src/screens/StarterPack/StarterPackScreen.tsx:411 #: src/screens/StarterPack/StarterPackScreen.tsx:582 @@ -5660,7 +5704,7 @@ msgstr "Sexuellement suggestif" #: src/view/com/profile/ProfileMenu.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:410 #: src/view/com/util/forms/PostDropdownBtn.tsx:419 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:321 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:345 #: src/view/screens/ProfileList.tsx:484 msgid "Share" msgstr "Partager" @@ -5680,7 +5724,7 @@ msgstr "Partagez une anecdote insolite !" #: src/view/com/profile/ProfileMenu.tsx:377 #: src/view/com/util/forms/PostDropdownBtn.tsx:659 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:337 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:361 msgid "Share anyway" msgstr "Partager quand même" @@ -5689,6 +5733,14 @@ msgstr "Partager quand même" msgid "Share feed" msgstr "Partager le fil d’actu" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:621 +msgid "Share image externally" +msgstr "Partager l’image ailleurs" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:639 +msgid "Share image in post" +msgstr "Partager l’image dans un post" + #: src/components/StarterPack/ShareDialog.tsx:124 #: src/components/StarterPack/ShareDialog.tsx:131 #: src/screens/StarterPack/StarterPackScreen.tsx:586 @@ -5736,7 +5788,7 @@ msgstr "Partage le site web lié" msgid "Show" msgstr "Afficher" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:169 msgid "Show alt text" msgstr "Voir le texte alt" @@ -5755,10 +5807,6 @@ msgstr "Afficher le badge" msgid "Show badge and filter from feeds" msgstr "Afficher les badges et filtrer des fils d’actu" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "Afficher les suivis similaires à {0}" - #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" msgstr "Afficher les réponses cachées" @@ -5770,11 +5818,11 @@ msgstr "En montrer moins comme ça" #: src/screens/List/ListHiddenScreen.tsx:172 msgid "Show list anyway" -msgstr "" +msgstr "Afficher quand même la liste" -#: src/view/com/post-thread/PostThreadItem.tsx:584 +#: src/view/com/post-thread/PostThreadItem.tsx:590 #: src/view/com/post/Post.tsx:234 -#: src/view/com/posts/FeedItem.tsx:479 +#: src/view/com/posts/FeedItem.tsx:476 msgid "Show More" msgstr "Voir plus" @@ -5806,7 +5854,7 @@ msgstr "Afficher les réponses des personnes que vous suivez avant toutes les au #: src/view/com/util/forms/PostDropdownBtn.tsx:517 #: src/view/com/util/forms/PostDropdownBtn.tsx:527 msgid "Show reply for everyone" -msgstr "" +msgstr "Afficher la réponse pour tout le monde" #: src/view/screens/PreferencesFollowingFeed.tsx:84 msgid "Show Reposts" @@ -5825,7 +5873,7 @@ msgstr "Afficher l’avertissement" msgid "Show warning and filter from feeds" msgstr "Afficher l’avertissement et filtrer des fils d’actu" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Shows posts from {0} in your feed" msgstr "Affiche les posts de {0} dans votre fil d’actu" @@ -5833,17 +5881,17 @@ msgstr "Affiche les posts de {0} dans votre fil d’actu" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:177 +#: src/screens/Login/LoginForm.tsx:166 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:112 #: src/view/com/auth/SplashScreen.web.tsx:121 +#: src/view/shell/bottom-bar/BottomBar.tsx:312 +#: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBar.tsx:316 -#: src/view/shell/bottom-bar/BottomBar.tsx:318 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:208 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:210 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -5873,14 +5921,14 @@ msgstr "Déconnexion" #: src/view/screens/Settings/index.tsx:420 #: src/view/screens/Settings/index.tsx:430 msgid "Sign out of all accounts" -msgstr "" +msgstr "Se déconnecter de tous les comptes" +#: src/view/shell/bottom-bar/BottomBar.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBar.tsx:306 -#: src/view/shell/bottom-bar/BottomBar.tsx:308 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:198 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:200 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -5905,25 +5953,25 @@ msgstr "Connecté en tant que" msgid "Signed in as @{0}" msgstr "Connecté en tant que @{0}" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "s’est inscrit·e avec votre kit de démarrage" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:306 -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:313 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:308 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:315 msgid "Signup without a starter pack" msgstr "S’inscrire sans kit de démarrage" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:102 +#: src/components/FeedInterstitials.tsx:316 msgid "Similar accounts" -msgstr "" +msgstr "Comptes similaires" -#: src/screens/Onboarding/StepInterests/index.tsx:265 +#: src/screens/Onboarding/StepInterests/index.tsx:245 #: src/screens/StarterPack/Wizard/index.tsx:191 msgid "Skip" msgstr "Ignorer" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "Passer cette étape" @@ -5932,7 +5980,7 @@ msgstr "Passer cette étape" msgid "Software Dev" msgstr "Développement de logiciels" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:447 msgid "Some other feeds you might like" msgstr "Quelques autres fils d’actu qui pourraient vous intéresser" @@ -5961,7 +6009,7 @@ msgid "Something went wrong!" msgstr "Quelque chose n’a pas marché !" #: src/App.native.tsx:102 -#: src/App.web.tsx:83 +#: src/App.web.tsx:88 msgid "Sorry! Your session expired. Please log in again." msgstr "Désolé ! Votre session a expiré. Essayez de vous reconnecter." @@ -5973,16 +6021,12 @@ msgstr "Trier les réponses" msgid "Sort replies to the same post by:" msgstr "Trier les réponses au même post par :" -#: src/components/moderation/LabelsOnMeDialog.tsx:169 -#~ msgid "Source: <0>{0}" -#~ msgstr "Source : <0>{0}" - -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" -msgstr "" +msgstr "Source : <0>{sourceName}" -#: src/lib/moderation/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:80 +#: src/lib/moderation/useReportOptions.ts:72 +#: src/lib/moderation/useReportOptions.ts:85 msgid "Spam" msgstr "Spam" @@ -6011,11 +6055,6 @@ msgstr "Démarrer une discussion avec {displayName}" msgid "Start chatting" msgstr "Démarrer les discussions" -#: src/tours/Tooltip.tsx:99 -msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." -msgstr "Début de la fenêtre de la visite d’accueil. Ne revenez pas en arrière. Allez plutôt vers l’avant pour plus d’options, ou appuyez pour passer." - -#: src/lib/generate-starterpack.ts:68 #: src/Navigation.tsx:358 #: src/Navigation.tsx:363 #: src/screens/StarterPack/Wizard/index.tsx:182 @@ -6030,7 +6069,7 @@ msgstr "Kit de démarrage par {0}" msgid "Starter pack is invalid" msgstr "Le kit de démarrage n’est pas valide" -#: src/view/screens/Profile.tsx:214 +#: src/view/screens/Profile.tsx:225 msgid "Starter Packs" msgstr "Kits de démarrage" @@ -6055,8 +6094,8 @@ msgstr "Stockage effacé, vous devez redémarrer l’application maintenant." msgid "Storybook" msgstr "Historique" -#: src/components/moderation/LabelsOnMeDialog.tsx:302 -#: src/components/moderation/LabelsOnMeDialog.tsx:303 +#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:294 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -6086,7 +6125,7 @@ msgstr "S’abonner à cette liste" msgid "Suggested accounts" msgstr "Comptes suggérés" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:318 msgid "Suggested for you" msgstr "Suggérés pour vous" @@ -6105,10 +6144,6 @@ msgstr "Soutien" msgid "Switch Account" msgstr "Changer de compte" -#: src/tours/HomeTour.tsx:48 -msgid "Switch between feeds to control your experience." -msgstr "Basculez d’un fil d’actu à l’autre pour contrôler votre expérience." - #: src/view/screens/Settings/index.tsx:126 msgid "Switch to {0}" msgstr "Basculer sur {0}" @@ -6126,17 +6161,13 @@ msgstr "Système" msgid "System log" msgstr "Journal système" -#: src/components/dialogs/MutedWords.tsx:323 -#~ msgid "tag" -#~ msgstr "mot-clé" - #: src/components/TagMenu/index.tsx:89 msgid "Tag menu: {displayTag}" msgstr "Menu de mot-clé : {displayTag}" #: src/components/dialogs/MutedWords.tsx:282 msgid "Tags only" -msgstr "" +msgstr "Mots-clés seulement" #: src/view/com/modals/crop-image/CropImage.web.tsx:135 msgid "Tall" @@ -6146,17 +6177,22 @@ msgstr "Grand" msgid "Tap to dismiss" msgstr "Tapper pour annuler" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:181 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:145 msgid "Tap to enter full screen" -msgstr "" +msgstr "Taper pour accéder au plein écran" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:202 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:151 +msgid "Tap to play or pause" +msgstr "Taper pour lire ou mettre en pause" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:164 msgid "Tap to toggle sound" -msgstr "" +msgstr "Taper pour désactiver ou rétablir le son" -#: src/view/com/util/images/AutoSizedImage.tsx:70 -msgid "Tap to view fully" -msgstr "Tapper pour voir en entier" +#: src/view/com/util/images/AutoSizedImage.tsx:219 +#: src/view/com/util/images/AutoSizedImage.tsx:239 +msgid "Tap to view full image" +msgstr "Taper pour voir l’image complète" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" @@ -6179,6 +6215,10 @@ msgstr "Racontez une blague !" msgid "Tell us a little more" msgstr "Dites-nous en un peu plus" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:518 +msgid "Ten Million" +msgstr "Dix millions" + #: src/view/shell/desktop/RightNav.tsx:90 msgid "Terms" msgstr "Conditions générales" @@ -6192,21 +6232,17 @@ msgid "Terms of Service" msgstr "Conditions d’utilisation" #: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:94 -#: src/lib/moderation/useReportOptions.ts:102 -#: src/lib/moderation/useReportOptions.ts:110 +#: 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:323 -#~ msgid "text" -#~ msgstr "texte" - #: src/components/dialogs/MutedWords.tsx:266 msgid "Text & tags" -msgstr "" +msgstr "Texte et mots-clés" -#: src/components/moderation/LabelsOnMeDialog.tsx:266 +#: src/components/moderation/LabelsOnMeDialog.tsx:257 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Champ de saisie de texte" @@ -6216,6 +6252,14 @@ msgstr "Champ de saisie de texte" msgid "Thank you. Your report has been sent." msgstr "Nous vous remercions. Votre rapport a été envoyé." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:593 +msgid "Thanks for being one of our first 10 million users." +msgstr "Merci d’avoir été l’une des 10 premières millions de personnes à s’inscrire à Bluesky." + +#: src/components/intents/VerifyEmailIntentDialog.tsx:74 +msgid "Thanks, you have successfully verified your email address." +msgstr "Merci, vous avez vérifié avec succès votre adresse e-mail." + #: src/view/com/modals/ChangeHandle.tsx:459 msgid "That contains the following:" msgstr "Qui contient les éléments suivants :" @@ -6233,11 +6277,11 @@ msgstr "Ce pseudo est déjà occupé." msgid "That starter pack could not be found." msgstr "Ce kit de démarrage n’a pas pu être trouvé." -#: src/view/com/post-thread/PostQuotes.tsx:129 +#: src/view/com/post-thread/PostQuotes.tsx:127 msgid "That's all, folks!" -msgstr "" +msgstr "Et voilà, c’est tout !" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:310 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:270 #: src/view/com/profile/ProfileMenu.tsx:353 msgid "The account will be able to interact with you after unblocking." msgstr "Ce compte pourra interagir avec vous après le déblocage." @@ -6245,11 +6289,11 @@ msgstr "Ce compte pourra interagir avec vous après le déblocage." #: src/components/moderation/ModerationDetailsDialog.tsx:118 #: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "The author of this thread has hidden this reply." -msgstr "" +msgstr "L’auteur·ice de ce fil de discussion a masqué cette réponse." #: src/screens/Moderation/index.tsx:368 msgid "The Bluesky web application" -msgstr "" +msgstr "L’application web Bluesky" #: src/view/screens/CommunityGuidelines.tsx:36 msgid "The Community Guidelines have been moved to <0/>" @@ -6261,14 +6305,14 @@ msgstr "Notre politique de droits d’auteur a été déplacée vers <0/>" #: src/view/com/posts/FeedShutdownMsg.tsx:102 msgid "The Discover feed" -msgstr "" +msgstr "Le fil d’actu « Discover »" #: src/state/shell/progress-guide.tsx:167 #: src/state/shell/progress-guide.tsx:172 msgid "The Discover feed now knows what you like" msgstr "Le fil d’actu « Discover » sait désormais ce que vous aimez" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:327 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off." msgstr "L’expérience est meilleure dans l’application. Téléchargez Bluesky maintenant et nous reprendrons là où vous en étiez." @@ -6276,11 +6320,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:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 msgid "The following labels were applied to your account." msgstr "Les étiquettes suivantes ont été appliquées à votre compte." -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "Les étiquettes suivantes ont été appliquées à votre contenu." @@ -6297,9 +6341,9 @@ msgstr "Ce post a peut-être été supprimé." msgid "The Privacy Policy has been moved to <0/>" msgstr "Notre politique de confidentialité a été déplacée vers <0/>" -#: src/state/queries/video/video.ts:129 -msgid "The selected video is larger than 100MB." -msgstr "" +#: src/state/queries/video/video.ts:227 +msgid "The selected video is larger than 50MB." +msgstr "La vidéo sélectionnée a une taille supérieure à 50 Mo." #: src/screens/StarterPack/StarterPackScreen.tsx:713 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." @@ -6313,6 +6357,10 @@ msgstr "Le formulaire d’assistance a été déplacé. Si vous avez besoin d’ msgid "The Terms of Service have been moved to" msgstr "Nos conditions d’utilisation ont été déplacées vers" +#: src/components/intents/VerifyEmailIntentDialog.tsx:85 +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. Veuillez vous assurer que vous avez utilisé le bon lien de vérification ou demandez-en un nouveau." + #: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Il n’y a pas de limite de temps pour la désactivation du compte, revenez quand vous voulez." @@ -6355,7 +6403,7 @@ msgstr "Il y a eu un problème de connexion à votre serveur" 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/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 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." @@ -6373,15 +6421,15 @@ msgstr "Il y a eu un problème lors de la récupération de vos listes. Appuyez 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 rapport. Veuillez vérifier votre connexion internet." -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with 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" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:107 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:143 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:97 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:109 #: src/view/com/profile/ProfileMenu.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:122 #: src/view/com/profile/ProfileMenu.tsx:137 @@ -6424,13 +6472,9 @@ msgstr "Ce compte a demandé aux personnes de se connecter pour voir son profil. msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "Ce compte est bloqué par un ou plusieurs de vos listes de modération. Pour le débloquer, veuillez visiter les listes directement et en retirer ce compte." -#: src/components/moderation/LabelsOnMeDialog.tsx:260 -#~ msgid "This appeal will be sent to <0>{0}." -#~ msgstr "Cet appel sera envoyé à <0>{0}." - -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." -msgstr "" +msgstr "Cet appel sera envoyé à <0>{sourceName}." #: src/screens/Messages/Conversation/ChatDisabled.tsx:104 msgid "This appeal will be sent to Bluesky's moderation service." @@ -6503,7 +6547,7 @@ msgstr "Cette étiquette a été apposée par <0>{0}." msgid "This label was applied by the author." msgstr "Cette étiquette a été apposée par l’auteur·ice." -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "Cette étiquette a été apposée par vous." @@ -6517,7 +6561,7 @@ msgstr "Ce lien vous conduit au site Web suivant :" #: src/screens/List/ListHiddenScreen.tsx:136 msgid "This list - created by <0>{0} - contains possible violations of Bluesky's community guidelines in its name or description." -msgstr "" +msgstr "Cette liste – créée par <0>{0} – contient des violations possibles des directives communautaires de Bluesky dans son nom ou sa description." #: src/view/screens/ProfileList.tsx:963 msgid "This list is empty!" @@ -6536,21 +6580,17 @@ msgid "This post has been deleted." msgstr "Ce post a été supprimé." #: src/view/com/util/forms/PostDropdownBtn.tsx:656 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:334 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:358 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "Ce post n’est visible que pour les personnes connectées. Il ne sera pas visible pour les personnes qui ne sont pas connectées." #: src/view/com/util/forms/PostDropdownBtn.tsx:637 msgid "This post will be hidden from feeds and threads. This cannot be undone." -msgstr "" - -#: src/view/com/util/forms/PostDropdownBtn.tsx:443 -#~ msgid "This post will be hidden from feeds." -#~ msgstr "Ce post sera masqué des fils d’actu." +msgstr "Ce post sera masqué des fils d’actu et des fils de discussion. C’est irréversible." #: src/view/com/composer/useExternalLinkFetch.ts:67 msgid "This post's author has disabled quote posts." -msgstr "" +msgstr "L’auteur·ice de ce post a désactivé les citations." #: src/view/com/profile/ProfileMenu.tsx:374 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't logged in." @@ -6558,7 +6598,7 @@ msgstr "Ce profil n’est visible que pour les personnes connectées. Il ne sera #: src/view/com/util/forms/PostDropdownBtn.tsx:699 msgid "This reply will be sorted into a hidden section at the bottom of your thread and will mute notifications for subsequent replies - both for yourself and others." -msgstr "" +msgstr "Cette réponse sera classée dans une section cachée au bas de votre fil de discussion et masquera les notifications pour les réponses suivantes – à la fois pour vous-même et pour les autres." #: src/screens/Signup/StepInfo/Policies.tsx:37 msgid "This service has not provided terms of service or a privacy policy." @@ -6568,7 +6608,7 @@ msgstr "Ce service n’a pas fourni de conditions d’utilisation ni de politiqu msgid "This should create a domain record at:" msgstr "Cela devrait créer un enregistrement de domaine à :" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "Ce compte n’a pas d’abonné·e·s." @@ -6597,25 +6637,21 @@ msgstr "Ce compte est inclus dans la liste <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:87 +#: src/view/com/profile/ProfileFollows.tsx:96 msgid "This user isn't following anyone." msgstr "Ce compte ne suit personne." #: src/components/dialogs/MutedWords.tsx:435 msgid "This will delete \"{0}\" from your muted words. You can always add it back later." -msgstr "" - -#: src/components/dialogs/MutedWords.tsx:283 -#~ msgid "This will delete {0} from your muted words. You can always add it back later." -#~ msgstr "Cela supprimera {0} de vos mots masqués. Vous pourrez toujours le réintégrer plus tard." +msgstr "Cela supprimera « {0} » de vos mots masqués. Vous pourrez toujours le réintégrer plus tard." #: src/view/com/util/AccountDropdownBtn.tsx:55 msgid "This will remove @{0} from the quick access list." -msgstr "" +msgstr "Cela supprimera @{0} de la liste d’accès rapide." #: src/view/com/util/forms/PostDropdownBtn.tsx:689 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." -msgstr "" +msgstr "Cela retirera votre post de cette citation pour tout le monde, et le remplacera par un espace vide." #: src/view/screens/Settings/index.tsx:560 msgid "Thread preferences" @@ -6626,10 +6662,6 @@ msgstr "Préférences des fils de discussion" msgid "Thread Preferences" msgstr "Préférences des fils de discussion" -#: src/components/WhoCanReply.tsx:109 -#~ msgid "Thread settings updated" -#~ msgstr "Paramètres du fil de discussion mis à jour" - #: src/view/screens/PreferencesThreads.tsx:113 msgid "Threaded Mode" msgstr "Mode arborescent" @@ -6646,13 +6678,17 @@ msgstr "Pour désactiver le 2FA par e-mail, veuillez vérifier votre accès à l 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, veuillez signaler un de ses messages via l’écran de conversation. Cela permettra à la modération de comprendre le contexte du problème." +#: src/view/com/composer/videos/SelectVideoBtn.tsx:120 +msgid "To upload videos to Bluesky, you must first verify your email." +msgstr "Pour envoyer des vidéos sur Bluesky, vous devez d’abord vérifier votre e-mail." + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "À qui souhaitez-vous envoyer ce rapport ?" -#: src/components/dialogs/MutedWords.tsx:112 -#~ msgid "Toggle between muted word options." -#~ msgstr "Basculer entre les options pour les mots masqués." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:597 +msgid "Together, we're rebuilding the social internet. We're glad you're here." +msgstr "Ensemble, nous reconstruisons le web social. Nous sommes ravis que vous soyez parmi nous." #: src/view/com/util/forms/DropdownButton.tsx:255 msgid "Toggle dropdown" @@ -6662,7 +6698,7 @@ msgstr "Activer le menu déroulant" msgid "Toggle to enable or disable adult content" msgstr "Activer ou désactiver le contenu pour adultes" -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "Meilleur" @@ -6673,8 +6709,8 @@ msgstr "Transformations" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:734 -#: src/view/com/post-thread/PostThreadItem.tsx:736 +#: src/view/com/post-thread/PostThreadItem.tsx:746 +#: src/view/com/post-thread/PostThreadItem.tsx:748 #: src/view/com/util/forms/PostDropdownBtn.tsx:380 #: src/view/com/util/forms/PostDropdownBtn.tsx:382 msgid "Translate" @@ -6693,7 +6729,7 @@ msgstr "TV" msgid "Two-factor authentication" msgstr "Authentification à deux facteurs" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "Écrivez votre message ici" @@ -6711,7 +6747,7 @@ msgstr "Réafficher cette liste" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:155 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:77 #: src/view/com/modals/ChangePassword.tsx:71 @@ -6726,14 +6762,14 @@ msgstr "Impossible de supprimer" #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:192 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 #: src/view/screens/ProfileList.tsx:682 msgid "Unblock" msgstr "Débloquer" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Débloquer" @@ -6748,12 +6784,12 @@ msgstr "Débloquer le compte" msgid "Unblock Account" msgstr "Débloquer le compte" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:308 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:268 #: src/view/com/profile/ProfileMenu.tsx:347 msgid "Unblock Account?" msgstr "Débloquer le compte ?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:66 +#: src/view/com/util/post-ctrls/RepostButton.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:76 msgid "Undo repost" @@ -6764,11 +6800,7 @@ msgctxt "action" msgid "Unfollow" msgstr "Se désabonner" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:247 -#~ msgid "Unfollow" -#~ msgstr "Se désabonner" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "Se désabonner de {0}" @@ -6781,9 +6813,13 @@ msgstr "Se désabonner du compte" msgid "Unlike this feed" msgstr "Déliker ce fil d’actu" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:165 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:388 +msgctxt "video" +msgid "Unmute" +msgstr "Rétablir le son" + #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 #: src/view/screens/ProfileList.tsx:689 msgid "Unmute" msgstr "Réafficher" @@ -6810,13 +6846,13 @@ msgstr "Réafficher la conversation" msgid "Unmute thread" msgstr "Réafficher ce fil de discussion" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:317 msgid "Unmute video" -msgstr "" +msgstr "Rétablir le son de la vidéo" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 msgid "Unmuted" -msgstr "" +msgstr "Son rétabli" #: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:673 @@ -6842,7 +6878,7 @@ msgstr "Se désabonner" #: src/screens/List/ListHiddenScreen.tsx:184 #: src/screens/List/ListHiddenScreen.tsx:194 msgid "Unsubscribe from list" -msgstr "" +msgstr "Se désabonner de la liste" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196 msgid "Unsubscribe from this labeler" @@ -6850,10 +6886,14 @@ msgstr "Se désabonner de cet étiqueteur" #: src/screens/List/ListHiddenScreen.tsx:86 msgid "Unsubscribed from list" -msgstr "" +msgstr "Désabonné de la liste" -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/state/queries/video/video.ts:245 +msgid "Unsupported video type: {mimeType}" +msgstr "Type de vidéo non pris en charge : {mimeType}" + +#: src/lib/moderation/useReportOptions.ts:77 +#: src/lib/moderation/useReportOptions.ts:90 msgid "Unwanted Sexual Content" msgstr "Contenu sexuel non désiré" @@ -6867,11 +6907,11 @@ msgstr "Mettre à jour pour {handle}" #: src/view/com/util/forms/PostDropdownBtn.tsx:305 msgid "Updating quote attachment failed" -msgstr "" +msgstr "La mise à jour de l’attachement de la citation a échoué" #: src/view/com/util/forms/PostDropdownBtn.tsx:335 msgid "Updating reply visibility failed" -msgstr "" +msgstr "La mise à jour de la visibilité de la réponse a échoué" #: src/screens/Login/SetNewPasswordForm.tsx:186 msgid "Updating..." @@ -6885,20 +6925,20 @@ msgstr "Envoyer plutôt une photo" msgid "Upload a text file to:" msgstr "Envoyer un fichier texte vers :" -#: src/view/com/util/UserAvatar.tsx:355 -#: src/view/com/util/UserAvatar.tsx:358 +#: src/view/com/util/UserAvatar.tsx:361 +#: src/view/com/util/UserAvatar.tsx:364 #: src/view/com/util/UserBanner.tsx:123 #: src/view/com/util/UserBanner.tsx:126 msgid "Upload from Camera" msgstr "Envoyer à partir de l’appareil photo" -#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:378 #: src/view/com/util/UserBanner.tsx:140 msgid "Upload from Files" msgstr "Envoyer à partir de fichiers" -#: src/view/com/util/UserAvatar.tsx:366 -#: src/view/com/util/UserAvatar.tsx:370 +#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:376 #: src/view/com/util/UserBanner.tsx:134 #: src/view/com/util/UserBanner.tsx:138 msgid "Upload from Library" @@ -6908,7 +6948,7 @@ msgstr "Envoyer à partir de la photothèque" msgid "Use a file on your server" msgstr "Utiliser un fichier sur votre serveur" -#: src/view/screens/AppPasswords.tsx:200 +#: src/view/screens/AppPasswords.tsx:199 msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "Utilisez les mots de passe de l’appli pour se connecter à d’autres clients Bluesky sans donner un accès complet à votre compte ou à votre mot de passe." @@ -6996,7 +7036,7 @@ msgstr "Liste de compte mise à jour" msgid "User Lists" msgstr "Listes de comptes" -#: src/screens/Login/LoginForm.tsx:197 +#: src/screens/Login/LoginForm.tsx:186 msgid "Username or email address" msgstr "Pseudo ou e-mail" @@ -7004,13 +7044,9 @@ msgstr "Pseudo ou e-mail" msgid "Users" msgstr "Comptes" -#: src/components/WhoCanReply.tsx:280 -#~ msgid "users followed by <0/>" -#~ msgstr "comptes suivis par <0/>" - #: src/components/WhoCanReply.tsx:258 msgid "users followed by <0>@{0}" -msgstr "" +msgstr "comptes suivis par <0>@{0}" #: src/components/dms/MessagesNUX.tsx:140 #: src/components/dms/MessagesNUX.tsx:143 @@ -7031,6 +7067,10 @@ msgstr "Comptes qui ont liké ce contenu ou ce profil" msgid "Value:" msgstr "Valeur :" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:118 +msgid "Verified email required" +msgstr "Vérification de l’adresse e-mail requise" + #: src/view/com/modals/ChangeHandle.tsx:504 msgid "Verify DNS Record" msgstr "Vérifier l’enregistrement DNS" @@ -7039,6 +7079,10 @@ msgstr "Vérifier l’enregistrement DNS" msgid "Verify email" msgstr "Confirmer l’e-mail" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "Boîte de dialogue de vérification de l’adresse e-mail" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "Confirmer mon e-mail" @@ -7052,6 +7096,10 @@ msgstr "Confirmer mon e-mail" msgid "Verify New Email" msgstr "Confirmer le nouvel e-mail" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:122 +msgid "Verify now" +msgstr "Vérifier maintenant" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "Vérifier le fichier texte" @@ -7064,31 +7112,49 @@ msgstr "Vérifiez votre e-mail" msgid "Version {appVersion} {bundleInfo}" msgstr "Version {appVersion} {bundleInfo}" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:180 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:144 msgid "Video" -msgstr "" +msgstr "Vidéo" + +#: src/state/queries/video/video.ts:138 +msgid "Video failed to process" +msgstr "Le traitement de la vidéo a échoué" #: src/screens/Onboarding/index.tsx:39 #: src/screens/Onboarding/state.ts:88 msgid "Video Games" msgstr "Jeux vidéo" -#: src/view/com/composer/videos/state.ts:27 -#~ msgid "Videos cannot be larger than 100MB" -#~ msgstr "Les vidéos ne peuvent pas dépasser 100 Mo" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:167 +msgid "Video not found." +msgstr "Vidéo non trouvée." + +#: src/view/com/composer/videos/SubtitleDialog.tsx:101 +msgid "Video settings" +msgstr "Paramètres vidéo" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +msgid "Video: {0}" +msgstr "Vidéo : {0}" + +#: src/view/com/composer/videos/SelectVideoBtn.tsx:65 +#: src/view/com/composer/videos/VideoPreview.web.tsx:44 +msgid "Videos must be less than 60 seconds long" +msgstr "Les vidéos doivent durer moins de 60 secondes" #: src/screens/Profile/Header/Shell.tsx:113 msgid "View {0}'s avatar" msgstr "Voir l’avatar de {0}" #: src/components/ProfileCard.tsx:110 -#: src/view/com/notifications/FeedItem.tsx:277 +#: src/view/com/notifications/FeedItem.tsx:273 msgid "View {0}'s profile" msgstr "Voir le profil de {0}" #: src/components/dms/MessagesListHeader.tsx:160 msgid "View {displayName}'s profile" -msgstr "" +msgstr "Voir le profil de {displayName}" #: src/components/ProfileHoverCard/index.web.tsx:430 msgid "View blocked user's profile" @@ -7096,7 +7162,7 @@ msgstr "Voir le profil du compte bloqué" #: src/view/screens/Settings/ExportCarDialog.tsx:97 msgid "View blogpost for more details" -msgstr "" +msgstr "Voir l’article de blog pour plus de détails" #: src/view/screens/Log.tsx:56 msgid "View debug entry" @@ -7114,7 +7180,7 @@ msgstr "Voir les détails pour signaler une violation du droit d’auteur" msgid "View full thread" msgstr "Voir le fil de discussion entier" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "Voir les informations sur ces étiquettes" @@ -7140,7 +7206,7 @@ msgstr "Voir les comptes qui a liké ce fil d’actu" #: src/screens/Moderation/index.tsx:274 msgid "View your blocked accounts" -msgstr "" +msgstr "Consulter vos comptes bloqués" #: src/view/com/home/HomeHeaderLayout.web.tsx:79 #: src/view/com/home/HomeHeaderLayoutMobile.tsx:86 @@ -7149,11 +7215,11 @@ msgstr "Consultez vos fils d’actu et explorez-en plus" #: src/screens/Moderation/index.tsx:244 msgid "View your moderation lists" -msgstr "" +msgstr "Consulter vos listes de modération" #: src/screens/Moderation/index.tsx:259 msgid "View your muted accounts" -msgstr "" +msgstr "Consulter vos comptes masqués" #: src/view/com/modals/LinkWarning.tsx:89 #: src/view/com/modals/LinkWarning.tsx:95 @@ -7174,7 +7240,7 @@ msgstr "Avertir du contenu" msgid "Warn content and filter from feeds" msgstr "Avertir du contenu et filtrer des fils d’actu" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "Nous n’avons trouvé aucun résultat pour ce mot-clé." @@ -7186,7 +7252,11 @@ msgstr "Nous ne pouvons pas charger cette conversation" msgid "We estimate {estimatedTime} until your account is ready." msgstr "Nous estimons que votre compte sera prêt dans {estimatedTime}." -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "Nous avons envoyé un autre e-mail de vérification à <0>{0}." + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Nous espérons que vous passerez un excellent moment. N’oubliez pas que Bluesky est :" @@ -7194,9 +7264,9 @@ msgstr "Nous espérons que vous passerez un excellent moment. N’oubliez pas qu msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "Nous n’avons plus de posts provenant des comptes que vous suivez. Voici le dernier de <0/>." -#: src/components/dialogs/MutedWords.tsx:203 -#~ msgid "We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." -#~ msgstr "Nous vous recommandons d’éviter les mots communs qui apparaissent dans de nombreux posts, car cela peut avoir pour conséquence qu’aucun post ne s’affiche." +#: src/state/queries/video/video.ts:170 +msgid "We were unable to determine if you are allowed to upload videos. Please try again." +msgstr "Nous n’avons pas pu déterminer si vous étiez autorisé à envoyer des vidéos. Veuillez réessayer." #: src/components/dialogs/BirthDateSettings.tsx:52 msgid "We were unable to load your birth date preferences. Please try again." @@ -7206,7 +7276,7 @@ msgstr "Nous n’avons pas pu charger vos préférences en matière de date de n msgid "We were unable to load your configured labelers at this time." msgstr "Nous n’avons pas pu charger vos étiqueteurs configurés pour le moment." -#: src/screens/Onboarding/StepInterests/index.tsx:158 +#: src/screens/Onboarding/StepInterests/index.tsx:143 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "Nous n’avons pas pu nous connecter. Veuillez réessayer pour continuer à configurer votre compte. Si l’échec persiste, vous pouvez sauter cette étape." @@ -7214,7 +7284,7 @@ msgstr "Nous n’avons pas pu nous connecter. Veuillez réessayer pour continuer msgid "We will let you know when your account is ready." msgstr "Nous vous informerons lorsque votre compte sera prêt." -#: src/screens/Onboarding/StepInterests/index.tsx:163 +#: src/screens/Onboarding/StepInterests/index.tsx:148 msgid "We'll use this to help customize your experience." msgstr "Nous utiliserons ces informations pour personnaliser votre expérience." @@ -7238,7 +7308,7 @@ msgstr "Nous sommes désolés, mais nous n’avons pas pu charger vos mots masqu msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Nous sommes désolés, mais votre recherche a été annulée. Veuillez réessayer dans quelques minutes." -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:421 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Nous sommes désolés ! Le post auquel vous répondez a été supprimé." @@ -7259,7 +7329,7 @@ msgstr "Bienvenue !" msgid "Welcome, friend!" msgstr "Bienvenue et enchanté !" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "Quels sont vos centres d’intérêt ?" @@ -7269,7 +7339,7 @@ msgstr "Quel est le nom de votre kit de démarrage ?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:516 msgid "What's up?" msgstr "Quoi de neuf ?" @@ -7283,7 +7353,7 @@ msgstr "Quelles langues aimeriez-vous voir apparaître dans vos fils d’actu al #: src/components/WhoCanReply.tsx:179 msgid "Who can interact with this post?" -msgstr "" +msgstr "Qui peut interagir avec ce post ?" #: src/components/dms/MessagesNUX.tsx:110 #: src/components/dms/MessagesNUX.tsx:124 @@ -7294,14 +7364,6 @@ msgstr "Qui peut discuter avec vous ?" msgid "Who can reply" msgstr "Qui peut répondre ?" -#: src/components/WhoCanReply.tsx:212 -#~ msgid "Who can reply dialog" -#~ msgstr "Dialogue qui permet de changer qui peut répondre" - -#: src/components/WhoCanReply.tsx:216 -#~ msgid "Who can reply?" -#~ msgstr "Qui peut répondre ?" - #: src/screens/Home/NoFeedsPinned.tsx:79 #: src/screens/Messages/List/index.tsx:185 msgid "Whoops!" @@ -7339,16 +7401,16 @@ msgstr "Pourquoi ce compte doit-il être examiné ?" msgid "Wide" msgstr "Large" -#: src/screens/Messages/Conversation/MessageInput.tsx:140 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:134 +#: src/screens/Messages/Conversation/MessageInput.tsx:142 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:198 msgid "Write a message" msgstr "Écrire un message" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:712 msgid "Write post" msgstr "Rédiger un post" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:515 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:42 msgid "Write your reply" msgstr "Rédigez votre réponse" @@ -7379,17 +7441,17 @@ msgstr "Oui, supprimer ce kit de démarrage" #: src/view/com/util/forms/PostDropdownBtn.tsx:692 msgid "Yes, detach" -msgstr "" +msgstr "Oui, détacher" #: src/view/com/util/forms/PostDropdownBtn.tsx:702 msgid "Yes, hide" -msgstr "" +msgstr "Oui, cacher" #: src/screens/Deactivated.tsx:150 msgid "Yes, reactivate my account" msgstr "Oui, réactiver mon compte" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "Hier, {time}" @@ -7406,7 +7468,11 @@ msgstr "Vous" msgid "You are in line." msgstr "Vous êtes dans la file d’attente." -#: src/view/com/profile/ProfileFollows.tsx:86 +#: src/state/queries/video/video.ts:161 +msgid "You are not allowed to upload videos." +msgstr "Vous n’êtes pas autorisé à envoyer des vidéos." + +#: src/view/com/profile/ProfileFollows.tsx:95 msgid "You are not following anyone." msgstr "Vous ne suivez personne." @@ -7436,7 +7502,7 @@ msgstr "Vous pouvez maintenant vous connecter avec votre nouveau mot de passe." msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Vous pouvez réactiver votre compte pour continuer à vous connecter. Votre profil et vos posts seront visibles par les autres personnes." -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "Vous n’avez pas d’abonné·e·s." @@ -7458,7 +7524,7 @@ msgstr "Vous n’avez encore aucun fil d’actu enregistré." #: src/view/com/post-thread/PostThread.tsx:214 msgid "You have blocked the author or you have been blocked by the author." -msgstr "Vous avez bloqué cet auteur ou vous avez été bloqué par celui-ci." +msgstr "Vous avez bloqué cet·te auteur·ice ou vous avez été bloqué par celui-ci." #: src/components/dms/MessagesListBlockedFooter.tsx:58 msgid "You have blocked this user" @@ -7511,7 +7577,7 @@ msgstr "Vous n’avez aucune liste." 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 "Vous n’avez pas encore bloqué de comptes. Pour bloquer un compte, allez sur son profil et sélectionnez « Bloquer le compte » dans le menu de son compte." -#: src/view/screens/AppPasswords.tsx:91 +#: src/view/screens/AppPasswords.tsx:90 msgid "You have not created any app passwords yet. You can create one by pressing the button below." msgstr "Vous n’avez encore créé aucun mot de passe pour l’appli. Vous pouvez en créer un en cliquant sur le bouton suivant." @@ -7523,6 +7589,10 @@ msgstr "Vous n’avez encore masqué aucun compte. Pour masquer un compte, allez msgid "You have reached the end" msgstr "Vous avez atteint la fin" +#: src/state/queries/video/video-upload.shared.ts:67 +msgid "You have temporarily reached the limit for video uploads. Please try again later." +msgstr "Vous avez temporairement atteint la limite d’envoi de vidéos. Veuillez réessayer plus tard." + #: src/components/StarterPack/ProfileStarterPacks.tsx:235 msgid "You haven't created a starter pack yet!" msgstr "Vous n’avez pas encore créé de kit de démarrage !" @@ -7534,31 +7604,23 @@ msgstr "Vous n’avez pas encore masqué de mot ou de mot-clé" #: src/components/moderation/ModerationDetailsDialog.tsx:117 #: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "You hid this reply." -msgstr "" +msgstr "Vous avez caché cette réponse." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 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:91 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 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." #: src/screens/StarterPack/Wizard/State.tsx:79 msgid "You may only add up to {STARTER_PACK_MAX_SIZE} profiles" -msgstr "" +msgstr "Vous ne pouvez ajouter que {STARTER_PACK_MAX_SIZE} profils au maximum" #: src/screens/StarterPack/Wizard/State.tsx:97 msgid "You may only add up to 3 feeds" -msgstr "" - -#: src/screens/StarterPack/Wizard/State.tsx:95 -#~ msgid "You may only add up to 50 feeds" -#~ msgstr "Vous ne pouvez ajouter que 50 fils d’actu au maximum" - -#: src/screens/StarterPack/Wizard/State.tsx:78 -#~ msgid "You may only add up to 50 profiles" -#~ msgstr "Vous ne pouvez ajouter que 50 profils au maximum" +msgstr "Vous ne pouvez ajouter que 3 fils d’actu au maximum" #: src/screens/Signup/StepInfo/Policies.tsx:85 msgid "You must be 13 years of age or older to sign up." @@ -7572,6 +7634,7 @@ msgstr "Vous devez suivre au moins sept autres personnes pour générer un kit d 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/dialogs/nuxs/TenMillion/index.tsx:237 #: src/components/StarterPack/ShareDialog.tsx:68 msgid "You must grant access to your photo library to save the image." msgstr "Vous devez autoriser l’accès à votre photothèque pour enregistrer l’image." @@ -7616,15 +7679,15 @@ msgstr "Vous suivrez les comptes et fils d’actu suggérés une fois que vous a msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Vous suivrez les comptes suggérés une fois que vous aurez créé votre compte !" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 msgid "You'll follow these people and {0} others" msgstr "Vous suivrez ces personnes et {0} autres" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:237 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 msgid "You'll follow these people right away" msgstr "Vous suivrez ces personnes immédiatement" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:277 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 msgid "You'll stay updated with these feeds" msgstr "Vous resterez informé grâce à ces fils d’actu" @@ -7639,7 +7702,7 @@ msgstr "Vous êtes dans la file d’attente" msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." msgstr "Vous êtes connecté·e avec un mot de passe d’application. Veuillez vous connecter avec votre mot de passe principal pour continuer à désactiver votre compte." -#: src/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "Vous êtes prêt à partir !" @@ -7652,6 +7715,14 @@ msgstr "Vous avez choisi de masquer un mot ou un mot-clé dans ce post." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Vous avez atteint la fin de votre fil d’actu ! Trouvez d’autres comptes à suivre." +#: src/state/queries/video/video.ts:175 +msgid "You've reached your daily limit for video uploads (too many bytes)" +msgstr "Vous avez atteint votre limite quotidienne d’envoi de vidéos (trop d’octets)" + +#: src/state/queries/video/video.ts:180 +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/Signup/index.tsx:146 msgid "Your account" msgstr "Votre compte" @@ -7660,17 +7731,21 @@ msgstr "Votre compte" msgid "Your account has been deleted" msgstr "Votre compte a été supprimé" +#: src/state/queries/video/video.ts:185 +msgid "Your account is not yet old enough to upload videos. Please try again later." +msgstr "Votre compte n’est pas encore assez ancien pour envoyer des vidéos. Veuillez réessayer plus tard." + #: src/view/screens/Settings/ExportCarDialog.tsx:65 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Le dépôt de votre compte, qui contient toutes les données publiques, peut être téléchargé sous la forme d’un fichier « CAR ». Ce fichier n’inclut pas les éléments multimédias, tels que les images, ni vos données privées, qui doivent être récupérées séparément." -#: src/screens/Signup/StepInfo/index.tsx:180 +#: src/screens/Signup/StepInfo/index.tsx:181 msgid "Your birth date" msgstr "Votre date de naissance" -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:145 +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:171 msgid "Your browser does not support the video format. Please try a different browser." -msgstr "" +msgstr "Votre navigateur ne prend pas en charge le format vidéo. Veuillez essayer un autre navigateur." #: src/screens/Messages/Conversation/ChatDisabled.tsx:25 msgid "Your chats have been disabled" @@ -7681,7 +7756,7 @@ msgid "Your choice will be saved, but can be changed later in settings." msgstr "Votre choix sera enregistré, mais vous pourrez le modifier ultérieurement dans les paramètres." #: src/screens/Login/ForgotPasswordForm.tsx:57 -#: src/screens/Signup/state.ts:208 +#: src/screens/Signup/state.ts:203 #: src/screens/Signup/StepInfo/index.tsx:75 #: src/view/com/modals/ChangePassword.tsx:55 msgid "Your email appears to be invalid." @@ -7703,7 +7778,7 @@ msgstr "Votre premier « like » !" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Votre fil d’actu des comptes suivis est vide ! Suivez plus de comptes pour voir ce qui se passe." -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "Votre nom complet sera" @@ -7719,11 +7794,11 @@ msgstr "Vos mots masqués" msgid "Your password has been changed successfully!" msgstr "Votre mot de passe a été modifié avec succès !" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:467 msgid "Your post has been published" msgstr "Votre post a été publié" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Vos posts, les likes et les blocages sont publics. Les silences (comptes masqués) sont privés." @@ -7735,7 +7810,7 @@ msgstr "Votre profil" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Votre profil, vos posts, vos fils d’actu et vos listes ne seront plus visibles par d’autres personnes sur Bluesky. Vous pouvez réactiver votre compte à tout moment en vous connectant." -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:466 msgid "Your reply has been published" msgstr "Votre réponse a été publiée" diff --git a/src/locale/locales/ga/messages.po b/src/locale/locales/ga/messages.po index c96693d8c6..994ddfeacc 100644 --- a/src/locale/locales/ga/messages.po +++ b/src/locale/locales/ga/messages.po @@ -20,57 +20,59 @@ msgstr "(tá ábhar leabaithe ann)" msgid "(no email)" msgstr "(gan ríomhphost)" -#: src/view/com/notifications/FeedItem.tsx:236 -#: src/view/com/notifications/FeedItem.tsx:327 +#: src/view/com/notifications/FeedItem.tsx:232 src/view/com/notifications/FeedItem.tsx:323 msgid "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}" msgstr "{0, plural, one {duine amháin eile} two {beirt eile} few {{formattedCount} dhuine eile} many {{formattedCount} nduine eile} other {{formattedCount} duine eile}}" -#: src/components/moderation/LabelsOnMe.tsx:55 -#, fuzzy -#~ msgid "{0, plural, one {# label has been placed on this account} other {# labels has been placed on this account}}" -#~ msgstr "{0, plural, one {Cuireadh # lipéad amháin ar an gcuntas seo} two {Cuireadh # lipéad ar an gcuntas seo} few {Cuireadh # lipéad ar an gcuntas seo} many {Cuireadh # lipéad ar an gcuntas seo} other {Cuireadh # lipéad ar an gcuntas seo}}" +#: src/lib/hooks/useTimeAgo.ts:156 +msgid "{0, plural, one {# day} other {# days}}" +msgstr "{0, plural, one {lá amháin} two {# lá} few {# lá} many {# lá} other {# lá}}" -#: src/components/moderation/LabelsOnMe.tsx:55 +#: src/lib/hooks/useTimeAgo.ts:146 +msgid "{0, plural, one {# hour} other {# hours}}" +msgstr "{0, plural, one {# uair an chloig} two {# uair an chloig} few {# uair an chloig} many {# n-uair an chloig} other {# uair an chloig}}" + +#: src/components/moderation/LabelsOnMe.tsx:54 msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" msgstr "{0, plural, one {Cuireadh lipéad amháin ar an gcuntas seo} two {Cuireadh # lipéad ar an gcuntas seo} few {Cuireadh # lipéad ar an gcuntas seo} many {Cuireadh # lipéad ar an gcuntas seo} other {Cuireadh # lipéad ar an gcuntas seo}}" -#: src/components/moderation/LabelsOnMe.tsx:61 -#, fuzzy -#~ msgid "{0, plural, one {# label has been placed on this content} other {# labels has been placed on this content}}" -#~ msgstr "{0, plural, one {Cuireadh # lipéad amháin ar an ábhar seo} two {Cuireadh # lipéad ar an ábhar seo} few {Cuireadh # lipéad ar an ábhar seo} many {Cuireadh # lipéad ar an ábhar seo} other {Cuireadh # lipéad ar an ábhar seo}}" - -#: src/components/moderation/LabelsOnMe.tsx:61 +#: src/components/moderation/LabelsOnMe.tsx:60 msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "{0, plural, one {Cuireadh lipéad amháin ar an ábhar seo} two {Cuireadh # lipéad ar an ábhar seo} few {Cuireadh # lipéad ar an ábhar seo} many {Cuireadh # lipéad ar an ábhar seo} other {Cuireadh # lipéad ar an ábhar seo}}" -#: src/view/com/util/post-ctrls/RepostButton.tsx:68 +#: src/lib/hooks/useTimeAgo.ts:136 +msgid "{0, plural, one {# minute} other {# minutes}}" +msgstr "{0, plural, one {# nóiméad} two {# nóiméad} few {# nóiméad} many {# nóiméad} other {# nóiméad}}" + +#: src/lib/hooks/useTimeAgo.ts:167 +msgid "{0, plural, one {# month} other {# months}}" +msgstr "{0, plural, one {mí amháin} two {# mhí} few {# mhí} many {# mí} other {# mí}}" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:71 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "{0, plural, one {# athphostáil} two {# athphostáil} few {# athphostáil} many {# n-athphostáil} other {# athphostáil}}" -#: src/components/KnownFollowers.tsx:179 -#~ msgid "{0, plural, one {and # other} other {and # others}}" -#~ msgstr "" +#: src/lib/hooks/useTimeAgo.ts:126 +msgid "{0, plural, one {# second} other {# seconds}}" +msgstr "{0, plural, one {soicind amháin} two {# shoicind} few {# shoicind} many {# soicind} other {# soicind}}" -#: src/components/ProfileHoverCard/index.web.tsx:398 -#: src/screens/Profile/Header/Metrics.tsx:23 +#: src/components/ProfileHoverCard/index.web.tsx:398 src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {leantóir} two {leantóir} few {leantóir} many {leantóir} other {leantóir}}" -#: src/components/ProfileHoverCard/index.web.tsx:402 -#: src/screens/Profile/Header/Metrics.tsx:27 +#: src/components/ProfileHoverCard/index.web.tsx:402 src/screens/Profile/Header/Metrics.tsx:27 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/view/com/util/post-ctrls/PostCtrls.tsx:276 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:312 msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "{0, plural, one {Mol (# mholadh)} two {Mol (# mholadh)} few {Mol (# mholadh)} many {Mol (# moladh)} other {Mol (# moladh)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {moladh} two {mholadh} few {mholadh} many {moladh} other {moladh}}" -#: src/components/FeedCard.tsx:210 -#: src/view/com/feeds/FeedSourceCard.tsx:300 +#: src/components/FeedCard.tsx:210 src/view/com/feeds/FeedSourceCard.tsx:300 msgid "{0, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{0, plural, one {Molta ag úsáideoir amháin} two {Molta ag beirt úsáideoirí} few {Molta ag # úsáideoir} many {Molta ag # n-úsáideoir} other {Molta ag # úsáideoir}}" @@ -78,84 +80,88 @@ msgstr "{0, plural, one {Molta ag úsáideoir amháin} two {Molta ag beirt úsá 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/view/com/post-thread/PostThreadItem.tsx:413 +#: src/view/com/post-thread/PostThreadItem.tsx:419 msgid "{0, plural, one {quote} other {quotes}}" -msgstr "" +msgstr "{0, plural, one {athfhriotal} two {athfhriotal} few {athfhriotal} many {athfhriotal} other {athfhriotal}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:233 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:269 msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "{0, plural, one {Freagair (# fhreagra)} two {Freagair (# fhreagra)} few {Freagair (# fhreagra)} many {Freagair (# bhfreagra)} other {Freagair (# freagra)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 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/view/com/util/post-ctrls/PostCtrls.tsx:272 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "{0, plural, one {Unlike (# like)} other {Unlike (# likes)}}" msgstr "{0, plural, one {Dímhol (# mholadh)} two {Dímhol (# mholadh)} few {Dímhol (# mholadh)} many {Dímhol (# moladh)} other {Dímhol (# moladh)}}" #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:475 msgid "{0} <0>in <1>tags" -msgstr "" +msgstr "{0} <0>i <1>gclibeanna" #. Pattern: {wordValue} in text, tags #: src/components/dialogs/MutedWords.tsx:465 msgid "{0} <0>in <1>text & tags" -msgstr "" +msgstr "{0} <0>i <1>dtéacs agus i gclibeanna" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:228 msgid "{0} joined this week" -msgstr "" +msgstr "Chláraigh {0} an tseachtain seo" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:637 +msgid "{0} of {1}" +msgstr "{0} as {1}" #: src/screens/StarterPack/StarterPackScreen.tsx:467 msgid "{0} people have used this starter pack!" -msgstr "" +msgstr "D'úsáid {0} duine an pacáiste fáilte seo!" -#: src/view/screens/ProfileList.tsx:286 -#, fuzzy -#~ msgid "{0} your feeds" -#~ msgstr "Sábháilte le mo chuid fothaí" - -#: src/view/com/util/UserAvatar.tsx:419 +#: src/view/com/util/UserAvatar.tsx:425 msgid "{0}'s avatar" msgstr "abhatár {0}" #: src/screens/StarterPack/Wizard/StepDetails.tsx:68 msgid "{0}'s favorite feeds and people - join me!" -msgstr "" +msgstr "Na fothaí agus na daoine is ansa le {0} — an mbeidh tú liom?" #: src/screens/StarterPack/Wizard/StepDetails.tsx:47 msgid "{0}'s starter pack" -msgstr "" +msgstr "Pacáiste fáilte {0}" + +#. How many days have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:158 +msgid "{0}d" +msgstr "{0}l" + +#. How many hours have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:148 +msgid "{0}h" +msgstr "{0}u" + +#. How many minutes have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:138 +msgid "{0}m" +msgstr "{0}n" + +#. How many months have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:169 +msgid "{0}mo" +msgstr "{0}mí" + +#. How many seconds have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:128 +msgid "{0}s" +msgstr "{0}s" #: src/components/LabelingServiceCard/index.tsx:71 msgid "{count, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{count, plural, one {Molta ag úsáideoir amháin} two {Molta ag beirt úsáideoirí} few {Molta ag # úsáideoir} many {Molta ag # n-úsáideoir} other {Molta ag # úsáideoir}}" -#: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "" - -#: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "" - -#: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "" - -#: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "" - -#: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "" - -#: src/screens/StarterPack/Wizard/index.tsx:174 +#: src/lib/generate-starterpack.ts:108 src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" -msgstr "" +msgstr "Pacáiste Fáilte {displayName}" #: src/screens/SignupQueued.tsx:207 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" @@ -165,8 +171,7 @@ 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/components/ProfileHoverCard/index.web.tsx:505 -#: src/screens/Profile/Header/Metrics.tsx:50 +#: src/components/ProfileHoverCard/index.web.tsx:505 src/screens/Profile/Header/Metrics.tsx:50 msgid "{following} following" msgstr "{following} á leanúint" @@ -174,9 +179,7 @@ msgstr "{following} á leanúint" msgid "{handle} can't be messaged" msgstr "Ní féidir TD a chur chuig {handle}" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:286 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 -#: src/view/screens/ProfileFeed.tsx:590 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:286 src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 src/view/screens/ProfileFeed.tsx:590 msgid "{likeCount, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{likeCount, plural, one {Molta ag úsáideoir amháin} two {Molta ag beirt úsáideoirí} few {Molta ag # úsáideoir} many {Molta ag # n-úsáideoir} other {Molta ag # úsáideoir}}" @@ -186,37 +189,21 @@ msgstr "{numUnreadNotifications} gan léamh" #: src/components/NewskieDialog.tsx:116 msgid "{profileName} joined Bluesky {0} ago" -msgstr "" +msgstr "Chláraigh {profileName} le Bluesky {0} ó shin" #: src/components/NewskieDialog.tsx:111 msgid "{profileName} joined Bluesky using a starter pack {0} ago" -msgstr "" - -#: src/view/screens/PreferencesFollowingFeed.tsx:67 -#~ msgid "{value, plural, =0 {Show all replies} one {Show replies with at least # like} other {Show replies with at least # likes}}" -#~ msgstr "{value, plural, =0 {Taispeáin gach freagra} one {Taispeáin freagraí a bhfuil ar a laghad moladh amháin acu} two {Taispeáin freagraí a bhfuil ar a laghad # mholadh acu} few {Taispeáin freagraí a bhfuil ar a laghad # mholadh acu} many {Taispeáin freagraí a bhfuil ar a laghad # moladh acu} other {Taispeáin freagraí a bhfuil ar a laghad # moladh acu}}" - -#: src/components/WhoCanReply.tsx:296 -#~ msgid "<0/> members" -#~ msgstr "<0/> ball" - -#: src/screens/StarterPack/Wizard/index.tsx:485 -#~ msgid "<0>{0} and<1> <2>{1} are included in your starter pack" -#~ msgstr "" +msgstr "Chláraigh {profileName} le Bluesky le pacáiste fáilte {0} ó shin" #: src/screens/StarterPack/Wizard/index.tsx:466 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" -msgstr "" +msgstr "Cuireadh <0>{0}, <1>{1}, agus {2, plural, one {duine amháin eile} two {beirt eile} few {# dhuine eile} many {# nduine eile} other {# duine eile}} i do phacáiste fáilte" #: src/screens/StarterPack/Wizard/index.tsx:519 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" -msgstr "" - -#: src/screens/StarterPack/Wizard/index.tsx:497 -#~ msgid "<0>{0}, <1>{1}, and {2} {3, plural, one {other} other {others}} are included in your starter pack" -#~ msgstr "" +msgstr "Cuireadh <0>{0}, <1>{1}, agus {2, plural, one {fotha amháin eile} two {# fhotha eile} few {# fhotha eile} many {# bhfotha eile} other {# fotha eile}} i do phacáiste fáilte" #: src/view/shell/Drawer.tsx:109 msgid "<0>{0} {1, plural, one {follower} other {followers}}" @@ -228,47 +215,23 @@ msgstr "<0>{0} {1, plural, one {á leanúint} two {á leanúint} few {á lea #: src/screens/StarterPack/Wizard/index.tsx:507 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" -msgstr "" - -#: src/view/shell/Drawer.tsx:96 -#~ msgid "<0>{0} following" -#~ msgstr "<0>{0} á leanúint" +msgstr "Cuireadh <0>{0} agus<1> <2>{1} i do phacáiste fáilte" #: src/screens/StarterPack/Wizard/index.tsx:500 msgid "<0>{0} is included in your starter pack" -msgstr "" +msgstr "Cuireadh <0>{0} i do phacáiste fáilte" #: src/components/WhoCanReply.tsx:274 msgid "<0>{0} members" -msgstr "" - -#: src/components/ProfileHoverCard/index.web.tsx:437 -#~ msgid "<0>{followers} <1>{pluralizedFollowers}" -#~ msgstr "<0>{following} <1>{pluralizedFollowers}" - -#: src/components/ProfileHoverCard/index.web.tsx:NaN -#~ msgid "<0>{following} <1>following" -#~ msgstr "<0>{following} <1>á leanúint" - -#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:31 -#~ msgid "<0>Choose your<1>Recommended<2>Feeds" -#~ msgstr "<0>Roghnaigh do chuid<1>Fothaí<2>Molta" - -#: src/view/com/auth/onboarding/RecommendedFollows.tsx:38 -#~ msgid "<0>Follow some<1>Recommended<2>Users" -#~ msgstr "<0>Lean cúpla<1>Úsáideoirí<2>Molta" +msgstr "<0>{0} ball" #: src/view/com/modals/SelfLabel.tsx:135 msgid "<0>Not Applicable. This warning is only available for posts with media attached." msgstr "<0>Neamhbhainteach. Níl an rabhadh seo ar fáil ach le haghaidh postálacha a bhfuil meáin ceangailte leo." -#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:21 -#~ msgid "<0>Welcome to<1>Bluesky" -#~ msgstr "<0>Fáilte go<1>Bluesky" - #: src/screens/StarterPack/Wizard/index.tsx:457 msgid "<0>You and<1> <2>{0} are included in your starter pack" -msgstr "" +msgstr "Cuireadh <0>tusa agus<1> <2>{0} i do phacáiste fáilte" #: src/screens/Profile/Header/Handle.tsx:50 msgid "⚠Invalid Handle" @@ -276,26 +239,21 @@ msgstr "⚠Leasainm Neamhbhailí" #: src/components/dialogs/MutedWords.tsx:193 msgid "24 hours" -msgstr "" +msgstr "24 uair an chloig" -#: src/screens/Login/LoginForm.tsx:266 +#: src/screens/Login/LoginForm.tsx:253 msgid "2FA Confirmation" msgstr "Dearbhú 2FA" #: src/components/dialogs/MutedWords.tsx:232 msgid "30 days" -msgstr "" +msgstr "30 lá" #: src/components/dialogs/MutedWords.tsx:217 msgid "7 days" -msgstr "" +msgstr "7 lá" -#: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "" - -#: src/view/com/util/ViewHeader.tsx:92 -#: src/view/screens/Search/Search.tsx:684 +#: src/view/com/util/ViewHeader.tsx:92 src/view/screens/Search/Search.tsx:684 msgid "Access navigation links and settings" msgstr "Oscail nascanna agus socruithe" @@ -303,8 +261,7 @@ msgstr "Oscail nascanna agus socruithe" msgid "Access profile and other navigation links" msgstr "Oscail próifíl agus nascanna eile" -#: src/view/com/modals/EditImage.tsx:300 -#: src/view/screens/Settings/index.tsx:463 +#: src/view/com/modals/EditImage.tsx:300 src/view/screens/Settings/index.tsx:463 msgid "Accessibility" msgstr "Inrochtaineacht" @@ -312,18 +269,11 @@ msgstr "Inrochtaineacht" msgid "Accessibility settings" msgstr "Socruithe inrochtaineachta" -#: src/Navigation.tsx:318 -#: src/view/screens/AccessibilitySettings.tsx:73 +#: src/Navigation.tsx:318 src/view/screens/AccessibilitySettings.tsx:73 msgid "Accessibility Settings" msgstr "Socruithe Inrochtaineachta" -#: src/components/moderation/LabelsOnMe.tsx:42 -#~ msgid "account" -#~ msgstr "cuntas" - -#: src/screens/Login/LoginForm.tsx:190 -#: src/view/screens/Settings/index.tsx:315 -#: src/view/screens/Settings/index.tsx:718 +#: src/screens/Login/LoginForm.tsx:179 src/view/screens/Settings/index.tsx:315 src/view/screens/Settings/index.tsx:718 msgid "Account" msgstr "Cuntas" @@ -337,16 +287,15 @@ msgstr "Cuntas leanaithe" #: src/view/com/profile/ProfileMenu.tsx:118 msgid "Account muted" -msgstr "Cuireadh an cuntas i bhfolach" +msgstr "Balbhaíodh an cuntas" -#: src/components/moderation/ModerationDetailsDialog.tsx:102 -#: src/lib/moderation/useModerationCauseDescription.ts:96 +#: src/components/moderation/ModerationDetailsDialog.tsx:102 src/lib/moderation/useModerationCauseDescription.ts:96 msgid "Account Muted" -msgstr "Cuireadh an cuntas i bhfolach" +msgstr "Balbhaíodh an Cuntas" #: src/components/moderation/ModerationDetailsDialog.tsx:88 msgid "Account Muted by List" -msgstr "Cuireadh an cuntas i bhfolach trí liosta" +msgstr "Balbhaíodh an Cuntas trí Liosta" #: src/view/com/util/AccountDropdownBtn.tsx:43 msgid "Account options" @@ -356,8 +305,7 @@ msgstr "Roghanna cuntais" msgid "Account removed from quick access" msgstr "Baineadh an cuntas ón mearliosta" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 -#: src/view/com/profile/ProfileMenu.tsx:133 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "Cuntas díbhlocáilte" @@ -367,22 +315,19 @@ msgstr "Cuntas díleanaithe" #: src/view/com/profile/ProfileMenu.tsx:107 msgid "Account unmuted" -msgstr "Níl an cuntas i bhfolach a thuilleadh" +msgstr "Níl an cuntas balbhaithe a thuilleadh" -#: src/components/dialogs/MutedWords.tsx:328 -#: src/view/com/modals/ListAddRemoveUsers.tsx:269 -#: src/view/com/modals/UserAddRemoveLists.tsx:229 -#: src/view/screens/ProfileList.tsx:937 +#: src/components/dialogs/MutedWords.tsx:328 src/view/com/modals/ListAddRemoveUsers.tsx:269 src/view/com/modals/UserAddRemoveLists.tsx:229 src/view/screens/ProfileList.tsx:937 msgid "Add" msgstr "Cuir leis" #: src/screens/StarterPack/Wizard/index.tsx:568 msgid "Add {0} more to continue" -msgstr "" +msgstr "Cuir {0} eile leis chun dul ar aghaidh" #: src/components/StarterPack/Wizard/WizardListCard.tsx:59 msgid "Add {displayName} to starter pack" -msgstr "" +msgstr "Cuir {displayName} leis an bpacáiste fáilte" #: src/view/com/modals/SelfLabel.tsx:57 msgid "Add a content warning" @@ -392,52 +337,33 @@ msgstr "Cuir rabhadh faoin ábhar leis" msgid "Add a user to this list" msgstr "Cuir cuntas leis an liosta seo" -#: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:199 -#: src/view/screens/Settings/index.tsx:401 -#: src/view/screens/Settings/index.tsx:410 +#: src/components/dialogs/SwitchAccount.tsx:56 src/screens/Deactivated.tsx:199 src/view/screens/Settings/index.tsx:401 src/view/screens/Settings/index.tsx:410 msgid "Add account" msgstr "Cuir cuntas leis seo" -#: src/view/com/composer/GifAltText.tsx:69 -#: src/view/com/composer/GifAltText.tsx:135 -#: src/view/com/composer/GifAltText.tsx:175 -#: src/view/com/composer/photos/Gallery.tsx:120 -#: src/view/com/composer/photos/Gallery.tsx:187 -#: src/view/com/modals/AltImage.tsx:118 +#: src/view/com/composer/GifAltText.tsx:69 src/view/com/composer/GifAltText.tsx:135 src/view/com/composer/GifAltText.tsx:175 src/view/com/composer/photos/Gallery.tsx:120 src/view/com/composer/photos/Gallery.tsx:187 src/view/com/modals/AltImage.tsx:118 msgid "Add alt text" msgstr "Cuir téacs malartach leis seo" -#: src/view/com/composer/GifAltText.tsx:175 -#, fuzzy -#~ msgid "Add ALT text" -#~ msgstr "Cuir téacs malartach leis seo" +#: src/view/com/composer/videos/SubtitleDialog.tsx:109 +msgid "Add alt text (optional)" +msgstr "Cuir téacs malartach leis seo (roghnach)" -#: src/view/screens/AppPasswords.tsx:106 -#: src/view/screens/AppPasswords.tsx:148 -#: src/view/screens/AppPasswords.tsx:161 +#: src/view/screens/AppPasswords.tsx:105 src/view/screens/AppPasswords.tsx:147 src/view/screens/AppPasswords.tsx:160 msgid "Add App Password" msgstr "Cuir pasfhocal aipe leis seo" -#: src/view/com/composer/Composer.tsx:467 -#~ msgid "Add link card" -#~ msgstr "Cuir cárta leanúna leis seo" - -#: src/view/com/composer/Composer.tsx:472 -#~ msgid "Add link card:" -#~ msgstr "Cuir cárta leanúna leis seo:" - #: src/components/dialogs/MutedWords.tsx:321 msgid "Add mute word for configured settings" -msgstr "Cuir focal atá le cur i bhfolach anseo le haghaidh socruithe a rinne tú" +msgstr "Cuir focal atá le balbhú anseo le haghaidh socruithe a rinne tú" #: src/components/dialogs/MutedWords.tsx:112 msgid "Add muted words and tags" -msgstr "Cuir focail agus clibeanna a cuireadh i bhfolach leis seo" +msgstr "Cuir focail agus clibeanna a balbhaíodh leis seo" #: src/screens/StarterPack/Wizard/index.tsx:197 -#~ msgid "Add people to your starter pack that you think others will enjoy following" -#~ msgstr "" +msgid "Add people to your starter pack that you think others will enjoy following" +msgstr "Cuir cuntais a thaitneodh le daoine eile le do phacáiste fáilte" #: src/screens/Home/NoFeedsPinned.tsx:99 msgid "Add recommended feeds" @@ -445,7 +371,7 @@ msgstr "Cuir fothaí molta leis seo" #: src/screens/StarterPack/Wizard/index.tsx:488 msgid "Add some feeds to your starter pack!" -msgstr "" +msgstr "Cuir roinnt fothaí le do phacáiste fáilte!" #: src/screens/Feeds/NoFollowingFeed.tsx:41 msgid "Add the default feed of only people you follow" @@ -457,10 +383,9 @@ msgstr "Cuir an taifead DNS seo a leanas le d'fhearann:" #: src/components/FeedCard.tsx:293 msgid "Add this feed to your feeds" -msgstr "" +msgstr "Cuir an fotha seo le do chuid fothaí" -#: src/view/com/profile/ProfileMenu.tsx:267 -#: src/view/com/profile/ProfileMenu.tsx:270 +#: src/view/com/profile/ProfileMenu.tsx:267 src/view/com/profile/ProfileMenu.tsx:270 msgid "Add to Lists" msgstr "Cuir le liostaí" @@ -468,12 +393,7 @@ msgstr "Cuir le liostaí" msgid "Add to my feeds" msgstr "Cuir le mo chuid fothaí" -#: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:139 -#~ msgid "Added" -#~ msgstr "Curtha leis" - -#: src/view/com/modals/ListAddRemoveUsers.tsx:192 -#: src/view/com/modals/UserAddRemoveLists.tsx:156 +#: src/view/com/modals/ListAddRemoveUsers.tsx:192 src/view/com/modals/UserAddRemoveLists.tsx:156 msgid "Added to list" msgstr "Curtha leis an liosta" @@ -481,66 +401,51 @@ msgstr "Curtha leis an liosta" msgid "Added to my feeds" msgstr "Curtha le mo chuid fothaí" -#: src/view/screens/PreferencesFollowingFeed.tsx:171 -#~ msgid "Adjust the number of likes a reply must have to be shown in your feed." -#~ msgstr "Sonraigh an méid moltaí ar fhreagra atá de dhíth le bheith le feiceáil i d'fhotha." - -#: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:144 -#: src/view/com/modals/SelfLabel.tsx:76 +#: src/lib/moderation/useGlobalLabelStrings.ts:34 src/lib/moderation/useModerationCauseDescription.ts:144 src/view/com/modals/SelfLabel.tsx:76 msgid "Adult Content" msgstr "Ábhar do dhaoine fásta" #: src/screens/Moderation/index.tsx:365 msgid "Adult content can only be enabled via the Web at <0>bsky.app." -msgstr "" +msgstr "Ní féidir ábhar do dhaoine fásta a chur ar fáil ach tríd an nGréasán ag <0>bsky.app." #: src/components/moderation/LabelPreference.tsx:242 msgid "Adult content is disabled." msgstr "Tá ábhar do dhaoine fásta curtha ar ceal." -#: src/screens/Moderation/index.tsx:409 -#: src/view/screens/Settings/index.tsx:652 +#: src/screens/Moderation/index.tsx:409 src/view/screens/Settings/index.tsx:652 msgid "Advanced" msgstr "Ardleibhéal" #: src/state/shell/progress-guide.tsx:171 msgid "Algorithm training complete!" -msgstr "" +msgstr "Tá an t-algartam traenáilte!" #: src/screens/StarterPack/StarterPackScreen.tsx:370 msgid "All accounts have been followed!" -msgstr "" +msgstr "Leanadh na cuntais go léir!" #: src/view/screens/Feeds.tsx:733 msgid "All the feeds you've saved, right in one place." msgstr "Na fothaí go léir a shábháil tú, in áit amháin." -#: src/view/com/modals/AddAppPasswords.tsx:188 -#: src/view/com/modals/AddAppPasswords.tsx:195 +#: src/view/com/modals/AddAppPasswords.tsx:188 src/view/com/modals/AddAppPasswords.tsx:195 msgid "Allow access to your direct messages" msgstr "Ceadaigh fáil ar do chuid TDanna" -#: src/screens/Messages/Settings.tsx:NaN -#, fuzzy -#~ msgid "Allow messages from" -#~ msgstr "Ceadaigh teachtaireachtaí nua ó" - -#: src/screens/Messages/Settings.tsx:62 -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:62 src/screens/Messages/Settings.tsx:65 msgid "Allow new messages from" msgstr "Ceadaigh teachtaireachtaí nua ó" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:359 msgid "Allow replies from:" -msgstr "" +msgstr "Ceadaigh freagraí ó:" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" -msgstr "" +msgstr "Ceadaíonn sé seo fáil ar do chuid teachtaireachtaí díreacha" -#: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/view/com/modals/ChangePassword.tsx:171 +#: src/screens/Login/ForgotPasswordForm.tsx:177 src/view/com/modals/ChangePassword.tsx:171 msgid "Already have a code?" msgstr "An bhfuil cód agat cheana?" @@ -548,19 +453,15 @@ msgstr "An bhfuil cód agat cheana?" msgid "Already signed in as @{0}" msgstr "Logáilte isteach cheana mar @{0}" -#: src/view/com/composer/GifAltText.tsx:93 -#: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/util/post-embeds/GifEmbed.tsx:183 +#: src/view/com/composer/GifAltText.tsx:93 src/view/com/composer/photos/Gallery.tsx:144 src/view/com/util/post-embeds/GifEmbed.tsx:177 msgid "ALT" msgstr "ALT" -#: src/view/com/composer/GifAltText.tsx:144 -#: src/view/com/modals/EditImage.tsx:316 -#: src/view/screens/AccessibilitySettings.tsx:87 +#: src/view/com/composer/GifAltText.tsx:144 src/view/com/composer/videos/SubtitleDialog.tsx:56 src/view/com/composer/videos/SubtitleDialog.tsx:104 src/view/com/composer/videos/SubtitleDialog.tsx:108 src/view/com/modals/EditImage.tsx:316 src/view/screens/AccessibilitySettings.tsx:87 msgid "Alt text" msgstr "Téacs malartach" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:182 msgid "Alt Text" msgstr "Téacs Malartach" @@ -568,8 +469,7 @@ msgstr "Téacs Malartach" msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone." msgstr "Cuireann an téacs malartach síos ar na híomhánna do dhaoine atá dall nó a bhfuil lagú radhairc orthu agus cuireann sé an comhthéacs ar fáil do chuile dhuine." -#: src/view/com/modals/VerifyEmail.tsx:132 -#: src/view/screens/Settings/DisableEmail2FADialog.tsx:96 +#: src/view/com/modals/VerifyEmail.tsx:132 src/view/screens/Settings/DisableEmail2FADialog.tsx:96 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Cuireadh teachtaireacht ríomhphoist chuig {0}. Tá cód dearbhaithe faoi iamh. Is féidir leat an cód a chur isteach thíos anseo." @@ -579,46 +479,47 @@ msgstr "Cuireadh teachtaireacht ríomhphoist chuig do sheanseoladh. {0}. Tá có #: src/components/dialogs/GifSelect.tsx:254 msgid "An error has occurred" -msgstr "" +msgstr "Tharla earráid" -#: src/components/dialogs/GifSelect.tsx:252 -#~ msgid "An error occured" -#~ msgstr "Tharla earráid" - -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:314 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:413 msgid "An error occurred" -msgstr "" +msgstr "Tharla earráid" + +#: src/state/queries/video/video.ts:232 +msgid "An error occurred while compressing the video." +msgstr "Tharla earráid agus an físeán á chomhbhrú." #: src/components/StarterPack/ProfileStarterPacks.tsx:315 msgid "An error occurred while generating your starter pack. Want to try again?" -msgstr "" +msgstr "Tharla earráid agus do phacáiste fáilte á chruthú. An bhfuil fonn ort triail eile a bhaint as?" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:69 -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:135 msgid "An error occurred while loading the video. Please try again later." -msgstr "" +msgstr "Tharla earráid agus an físeán á lódáil. Bain triail eile as ar ball." -#: src/components/StarterPack/ShareDialog.tsx:79 -#~ msgid "An error occurred while saving the image." -#~ msgstr "" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:174 +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/StarterPack/QrCodeDialog.tsx:71 -#: src/components/StarterPack/ShareDialog.tsx:79 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:250 +msgid "An error occurred while saving the image!" +msgstr "Tharla earráid agus an íomhá á sábháil!" + +#: src/components/StarterPack/QrCodeDialog.tsx:71 src/components/StarterPack/ShareDialog.tsx:79 msgid "An error occurred while saving the QR code!" -msgstr "" +msgstr "Tharla earráid agus an cód QR á shábháil!" -#: src/components/dms/MessageMenu.tsx:134 -#~ msgid "An error occurred while trying to delete the message. Please try again." -#~ msgstr "Tharla earráid agus an teachtaireacht á scriosadh. Bain triail eile as." +#: src/view/com/composer/videos/SelectVideoBtn.tsx:75 +msgid "An error occurred while selecting the video" +msgstr "Tharla earráid agus an físeán á roghnú" -#: src/screens/StarterPack/StarterPackScreen.tsx:336 -#: src/screens/StarterPack/StarterPackScreen.tsx:358 +#: src/screens/StarterPack/StarterPackScreen.tsx:336 src/screens/StarterPack/StarterPackScreen.tsx:358 msgid "An error occurred while trying to follow all" -msgstr "" +msgstr "Tharla earráid agus na cuntais go léir á leanúint" -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:199 msgid "An error occurred while uploading the video." -msgstr "" +msgstr "Tharla earráid agus an físeán á uaslódáil." #: src/lib/moderation/useReportOptions.ts:28 msgid "An issue not included in these options" @@ -626,42 +527,33 @@ msgstr "Rud nach bhfuil ar fáil sna roghanna seo" #: src/components/dms/dialogs/NewChatDialog.tsx:36 msgid "An issue occurred starting the chat" -msgstr "" +msgstr "Tharla fadhb agus an comhrá á thosú" #: src/components/dms/dialogs/ShareViaChatDialog.tsx:49 msgid "An issue occurred while trying to open the chat" -msgstr "" +msgstr "Tharla fadhb agus an comhrá á oscailt" -#: src/components/hooks/useFollowMethods.ts:35 -#: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:319 -#: src/components/ProfileCard.tsx:339 -#: src/view/com/profile/FollowButton.tsx:36 -#: src/view/com/profile/FollowButton.tsx:46 +#: src/components/hooks/useFollowMethods.ts:35 src/components/hooks/useFollowMethods.ts:50 src/components/ProfileCard.tsx:324 src/components/ProfileCard.tsx:344 src/view/com/profile/FollowButton.tsx:36 src/view/com/profile/FollowButton.tsx:46 msgid "An issue occurred, please try again." msgstr "Tharla fadhb. Déan iarracht eile, le do thoil." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "tharla earráid nach eol dúinn" -#: src/components/moderation/ModerationDetailsDialog.tsx:151 -#: src/components/moderation/ModerationDetailsDialog.tsx:147 +#: src/components/moderation/ModerationDetailsDialog.tsx:151 src/components/moderation/ModerationDetailsDialog.tsx:147 msgid "an unknown labeler" -msgstr "" +msgstr "lipéadóir anaithnid" -#: src/components/WhoCanReply.tsx:295 -#: src/view/com/notifications/FeedItem.tsx:235 -#: src/view/com/notifications/FeedItem.tsx:324 +#: src/components/WhoCanReply.tsx:295 src/view/com/notifications/FeedItem.tsx:231 src/view/com/notifications/FeedItem.tsx:320 msgid "and" msgstr "agus" -#: src/screens/Onboarding/index.tsx:29 -#: src/screens/Onboarding/state.ts:79 +#: src/screens/Onboarding/index.tsx:29 src/screens/Onboarding/state.ts:79 msgid "Animals" msgstr "Ainmhithe" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:139 msgid "Animated GIF" msgstr "GIF beo" @@ -671,13 +563,13 @@ msgstr "Iompar Frithshóisialta" #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:54 msgid "Anybody can interact" -msgstr "" +msgstr "Tá gach duine in ann idirghníomhú leis" #: src/view/screens/LanguageSettings.tsx:96 msgid "App Language" msgstr "Teanga na haipe" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "Pasfhocal na haipe scriosta" @@ -693,80 +585,53 @@ msgstr "Caithfear 4 charachtar ar a laghad a bheith in ainmneacha phasfhocal na msgid "App password settings" msgstr "Socruithe phasfhocal na haipe" -#: src/Navigation.tsx:286 -#: src/view/screens/AppPasswords.tsx:192 -#: src/view/screens/Settings/index.tsx:672 +#: src/Navigation.tsx:286 src/view/screens/AppPasswords.tsx:191 src/view/screens/Settings/index.tsx:672 msgid "App Passwords" msgstr "Pasfhocal na haipe" -#: src/components/moderation/LabelsOnMeDialog.tsx:154 -#: src/components/moderation/LabelsOnMeDialog.tsx:157 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 src/components/moderation/LabelsOnMeDialog.tsx:149 msgid "Appeal" msgstr "Achomharc" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "Achomharc in aghaidh lipéid \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 -#: src/screens/Messages/Conversation/ChatDisabled.tsx:91 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "Achomharc déanta" -#: src/components/moderation/LabelsOnMeDialog.tsx:193 -#~ msgid "Appeal submitted." -#~ msgstr "Achomharc déanta" - -#: src/screens/Messages/Conversation/ChatDisabled.tsx:51 -#: src/screens/Messages/Conversation/ChatDisabled.tsx:53 -#: src/screens/Messages/Conversation/ChatDisabled.tsx:99 -#: src/screens/Messages/Conversation/ChatDisabled.tsx:101 +#: src/screens/Messages/Conversation/ChatDisabled.tsx:51 src/screens/Messages/Conversation/ChatDisabled.tsx:53 src/screens/Messages/Conversation/ChatDisabled.tsx:99 src/screens/Messages/Conversation/ChatDisabled.tsx:101 msgid "Appeal this decision" msgstr "Déan achomharc i gcoinne an chinnidh seo" -#: src/screens/Settings/AppearanceSettings.tsx:69 -#: src/view/screens/Settings/index.tsx:484 +#: src/screens/Settings/AppearanceSettings.tsx:69 src/view/screens/Settings/index.tsx:484 msgid "Appearance" msgstr "Cuma" #: src/view/screens/Settings/index.tsx:475 msgid "Appearance settings" -msgstr "" +msgstr "Socruithe cuma" #: src/Navigation.tsx:326 msgid "Appearance Settings" -msgstr "" +msgstr "Socruithe Cuma" -#: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 -#: src/screens/Home/NoFeedsPinned.tsx:93 +#: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 src/screens/Home/NoFeedsPinned.tsx:93 msgid "Apply default recommended feeds" msgstr "Bain úsáid as fothaí réamhshocraithe a moladh" -#: src/screens/StarterPack/StarterPackScreen.tsx:610 -#~ msgid "Are you sure you want delete this starter pack?" -#~ msgstr "" - -#: src/view/screens/AppPasswords.tsx:282 +#: src/view/screens/AppPasswords.tsx:277 msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "An bhfuil tú cinnte gur mhaith leat pasfhocal na haipe “{name}” a scriosadh?" -#: src/components/dms/MessageMenu.tsx:123 -#, fuzzy -#~ msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for other participants." -#~ msgstr "An bhfuil tú cinnte gur mhaith leat an teachtaireacht seo a scrios? Scriosfar duitse í ach ní don duine eile atá páirteach." - #: src/components/dms/MessageMenu.tsx:149 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:621 msgid "Are you sure you want to delete this starter pack?" -msgstr "" - -#: src/components/dms/ConvoMenu.tsx:189 -#, fuzzy -#~ msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for other participants." -#~ msgstr "An bhfuil tú cinnte gur mhaith leat imeacht ón gcomhrá seo? Scriosfar duitse é ach ní don duine eile atá páirteach." +msgstr "An bhfuil tú cinnte gur mhaith leat an pacáiste fáilte seo a scriosadh?" #: src/components/dms/LeaveConvoPrompt.tsx:48 msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant." @@ -778,9 +643,9 @@ msgstr "An bhfuil tú cinnte gur mhaith leat {0} a bhaint de do chuid fothaí?" #: src/components/FeedCard.tsx:310 msgid "Are you sure you want to remove this from your feeds?" -msgstr "" +msgstr "An bhfuil tú cinnte gur mhaith leat é seo a bhaint de do chuid fothaí?" -#: src/view/com/composer/Composer.tsx:772 +#: src/view/com/composer/Composer.tsx:838 msgid "Are you sure you'd like to discard this draft?" msgstr "An bhfuil tú cinnte gur mhaith leat an dréacht seo a scriosadh?" @@ -792,8 +657,7 @@ msgstr "Lánchinnte?" msgid "Are you writing in <0>{0}?" msgstr "An bhfuil tú ag scríobh sa teanga <0>{0}?" -#: src/screens/Onboarding/index.tsx:23 -#: src/screens/Onboarding/state.ts:80 +#: src/screens/Onboarding/index.tsx:23 src/screens/Onboarding/state.ts:80 msgid "Art" msgstr "Ealaín" @@ -801,34 +665,14 @@ msgstr "Ealaín" msgid "Artistic or non-erotic nudity." msgstr "Lomnochtacht ealaíonta nó gan a bheith gáirsiúil." -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "3 charachtar ar a laghad" -#: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 -#: src/components/moderation/LabelsOnMeDialog.tsx:294 -#: src/screens/Login/ChooseAccountForm.tsx:98 -#: src/screens/Login/ChooseAccountForm.tsx:103 -#: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:298 -#: src/screens/Login/LoginForm.tsx:304 -#: src/screens/Login/SetNewPasswordForm.tsx:160 -#: src/screens/Login/SetNewPasswordForm.tsx:166 -#: src/screens/Messages/Conversation/ChatDisabled.tsx:133 -#: src/screens/Messages/Conversation/ChatDisabled.tsx:134 -#: src/screens/Profile/Header/Shell.tsx:102 -#: src/screens/Signup/BackNextButtons.tsx:40 -#: src/screens/StarterPack/Wizard/index.tsx:298 -#: src/view/com/util/ViewHeader.tsx:90 +#: src/components/dms/MessagesListHeader.tsx:75 src/components/moderation/LabelsOnMeDialog.tsx:284 src/components/moderation/LabelsOnMeDialog.tsx:285 src/screens/Login/ChooseAccountForm.tsx:98 src/screens/Login/ChooseAccountForm.tsx:103 src/screens/Login/ForgotPasswordForm.tsx:129 src/screens/Login/ForgotPasswordForm.tsx:135 src/screens/Login/LoginForm.tsx:285 src/screens/Login/LoginForm.tsx:291 src/screens/Login/SetNewPasswordForm.tsx:160 src/screens/Login/SetNewPasswordForm.tsx:166 src/screens/Messages/Conversation/ChatDisabled.tsx:133 src/screens/Messages/Conversation/ChatDisabled.tsx:134 src/screens/Profile/Header/Shell.tsx:102 src/screens/Signup/BackNextButtons.tsx:40 src/screens/StarterPack/Wizard/index.tsx:298 src/view/com/util/ViewHeader.tsx:90 msgid "Back" msgstr "Ar ais" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:144 -#~ msgid "Based on your interest in {interestsText}" -#~ msgstr "Toisc go bhfuil suim agat in {interestsText}" - #: src/view/screens/Settings/index.tsx:441 msgid "Basics" msgstr "Bunrudaí" @@ -841,18 +685,15 @@ msgstr "Breithlá" msgid "Birthday:" msgstr "Breithlá:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 -#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "Blocáil" -#: src/components/dms/ConvoMenu.tsx:188 -#: src/components/dms/ConvoMenu.tsx:192 +#: src/components/dms/ConvoMenu.tsx:188 src/components/dms/ConvoMenu.tsx:192 msgid "Block account" msgstr "Blocáil an cuntas seo" -#: src/view/com/profile/ProfileMenu.tsx:304 -#: src/view/com/profile/ProfileMenu.tsx:311 +#: src/view/com/profile/ProfileMenu.tsx:304 src/view/com/profile/ProfileMenu.tsx:311 msgid "Block Account" msgstr "Blocáil an cuntas seo" @@ -872,7 +713,7 @@ msgstr "Liosta blocála" msgid "Block these accounts?" msgstr "An bhfuil fonn ort na cuntais seo a bhlocáil?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:83 msgid "Blocked" msgstr "Blocáilte" @@ -880,8 +721,7 @@ msgstr "Blocáilte" msgid "Blocked accounts" msgstr "Cuntais bhlocáilte" -#: src/Navigation.tsx:150 -#: src/view/screens/ModerationBlockedAccounts.tsx:109 +#: src/Navigation.tsx:150 src/view/screens/ModerationBlockedAccounts.tsx:109 msgid "Blocked Accounts" msgstr "Cuntais bhlocáilte" @@ -913,8 +753,7 @@ 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:89 -#: src/view/com/auth/server-input/index.tsx:91 +#: src/view/com/auth/server-input/index.tsx:89 src/view/com/auth/server-input/index.tsx:91 msgid "Bluesky" msgstr "Bluesky" @@ -924,23 +763,15 @@ msgstr "Is líonra oscailte é Bluesky, lenar féidir leat do sholáthraí óst #: src/components/ProgressGuide/List.tsx:55 msgid "Bluesky is better with friends!" -msgstr "" +msgstr "Déanann mathshlua meidhréis ar Bluesky!" -#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:NaN -#~ msgid "Bluesky is flexible." -#~ msgstr "Tá Bluesky solúbtha." - -#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:NaN -#~ msgid "Bluesky is open." -#~ msgstr "Tá Bluesky oscailte." - -#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:NaN -#~ msgid "Bluesky is public." -#~ msgstr "Tá Bluesky poiblí." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:206 +msgid "Bluesky now has over 10 million users, and I was #{0}!" +msgstr "Tá níos mó ná 10 milliún úsáideoir ar Bluesky anois, agus ba #{0} mé!" #: src/components/StarterPack/ProfileStarterPacks.tsx:282 msgid "Bluesky will choose a set of recommended accounts from people in your network." -msgstr "" +msgstr "Roghnóidh Bluesky roinnt cuntas molta ó dhaoine i do líonra." #: src/screens/Moderation/index.tsx:567 msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private." @@ -954,33 +785,31 @@ msgstr "Déan íomhánna doiléir" msgid "Blur images and filter from feeds" msgstr "Déan íomhánna doiléir agus scag ó fhothaí iad" -#: src/screens/Onboarding/index.tsx:30 -#: src/screens/Onboarding/state.ts:81 +#: src/screens/Onboarding/index.tsx:30 src/screens/Onboarding/state.ts:81 msgid "Books" msgstr "Leabhair" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:614 +msgid "Brag a little!" +msgstr "Déan beagáinín mórtais!" + +#: src/components/FeedInterstitials.tsx:350 msgid "Browse more accounts on the Explore page" -msgstr "" +msgstr "Tabhair súil ar thuilleadh cuntas ar an leathanach Taiscéalaíocht" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:483 msgid "Browse more feeds on the Explore page" -msgstr "" +msgstr "Tabhair súil ar thuilleadh fothaí ar an leathanach Taiscéalaíocht" -#: src/components/FeedInterstitials.tsx:282 -#: src/components/FeedInterstitials.tsx:285 -#: src/components/FeedInterstitials.tsx:415 -#: src/components/FeedInterstitials.tsx:418 +#: src/components/FeedInterstitials.tsx:332 src/components/FeedInterstitials.tsx:335 src/components/FeedInterstitials.tsx:465 src/components/FeedInterstitials.tsx:468 msgid "Browse more suggestions" -msgstr "" +msgstr "Tabhair súil ar thuilleadh moltaí" -#: src/components/FeedInterstitials.tsx:308 -#: src/components/FeedInterstitials.tsx:442 +#: src/components/FeedInterstitials.tsx:358 src/components/FeedInterstitials.tsx:492 msgid "Browse more suggestions on the Explore page" -msgstr "" +msgstr "Tabhair súil ar thuilleadh moltaí ar an leathanach Taiscéalaíocht" -#: src/screens/Home/NoFeedsPinned.tsx:103 -#: src/screens/Home/NoFeedsPinned.tsx:109 +#: src/screens/Home/NoFeedsPinned.tsx:103 src/screens/Home/NoFeedsPinned.tsx:109 msgid "Browse other feeds" msgstr "Tabhair súil ar fhothaí eile" @@ -992,18 +821,10 @@ msgstr "Gnó" msgid "by —" msgstr "le —" -#: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:100 -#~ msgid "by {0}" -#~ msgstr "le {0}" - #: src/components/LabelingServiceCard/index.tsx:56 msgid "By {0}" msgstr "Le {0}" -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:112 -#~ msgid "by @{0}" -#~ msgstr "ag @{0}" - #: src/view/com/profile/ProfileSubpageHeader.tsx:164 msgid "by <0/>" msgstr "le <0/>" @@ -1024,42 +845,16 @@ msgstr "Ceamara" msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long." msgstr "Ní féidir ach litreacha, uimhreacha, spásanna, daiseanna agus fostríocanna a bheith ann. Caithfear 4 charachtar ar a laghad a bheith ann agus gan níos mó ná 32 charachtar." -#: src/components/Menu/index.tsx:235 -#: src/components/Prompt.tsx:119 -#: src/components/Prompt.tsx:121 -#: src/components/TagMenu/index.tsx:282 -#: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:512 -#: src/view/com/composer/Composer.tsx:527 -#: src/view/com/modals/ChangeEmail.tsx:213 -#: src/view/com/modals/ChangeEmail.tsx:215 -#: src/view/com/modals/ChangeHandle.tsx:148 -#: src/view/com/modals/ChangePassword.tsx:268 -#: src/view/com/modals/ChangePassword.tsx:271 -#: src/view/com/modals/CreateOrEditList.tsx:344 -#: src/view/com/modals/crop-image/CropImage.web.tsx:162 -#: src/view/com/modals/EditImage.tsx:324 -#: src/view/com/modals/EditProfile.tsx:250 -#: src/view/com/modals/InAppBrowserConsent.tsx:78 -#: src/view/com/modals/InAppBrowserConsent.tsx:80 -#: src/view/com/modals/LinkWarning.tsx:105 -#: src/view/com/modals/LinkWarning.tsx:107 -#: src/view/com/modals/VerifyEmail.tsx:255 -#: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 -#: src/view/screens/Search/Search.tsx:704 +#: src/components/Menu/index.tsx:235 src/components/Prompt.tsx:122 src/components/Prompt.tsx:124 src/components/TagMenu/index.tsx:282 src/screens/Deactivated.tsx:161 src/view/com/composer/Composer.tsx:594 src/view/com/composer/Composer.tsx:609 src/view/com/modals/ChangeEmail.tsx:213 src/view/com/modals/ChangeEmail.tsx:215 src/view/com/modals/ChangeHandle.tsx:148 src/view/com/modals/ChangePassword.tsx:268 src/view/com/modals/ChangePassword.tsx:271 src/view/com/modals/CreateOrEditList.tsx:344 src/view/com/modals/crop-image/CropImage.web.tsx:162 src/view/com/modals/EditImage.tsx:324 src/view/com/modals/EditProfile.tsx:250 src/view/com/modals/InAppBrowserConsent.tsx:78 src/view/com/modals/InAppBrowserConsent.tsx:80 src/view/com/modals/LinkWarning.tsx:105 src/view/com/modals/LinkWarning.tsx:107 src/view/com/modals/VerifyEmail.tsx:255 src/view/com/modals/VerifyEmail.tsx:261 src/view/com/util/post-ctrls/RepostButton.tsx:163 src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "Cealaigh" -#: src/view/com/modals/CreateOrEditList.tsx:349 -#: src/view/com/modals/DeleteAccount.tsx:174 -#: src/view/com/modals/DeleteAccount.tsx:296 +#: src/view/com/modals/CreateOrEditList.tsx:349 src/view/com/modals/DeleteAccount.tsx:174 src/view/com/modals/DeleteAccount.tsx:296 msgctxt "action" msgid "Cancel" msgstr "Cealaigh" -#: src/view/com/modals/DeleteAccount.tsx:170 -#: src/view/com/modals/DeleteAccount.tsx:292 +#: src/view/com/modals/DeleteAccount.tsx:170 src/view/com/modals/DeleteAccount.tsx:292 msgid "Cancel account deletion" msgstr "Ná scrios an chuntas" @@ -1075,7 +870,7 @@ msgstr "Cealaigh bearradh na híomhá" msgid "Cancel profile editing" msgstr "Cealaigh eagarthóireacht na próifíle" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "Ná déan athlua na postála" @@ -1091,6 +886,22 @@ msgstr "Cealaigh an cuardach" msgid "Cancels opening the linked website" msgstr "Cuireann sé seo oscailt an tsuímh gréasáin atá nasctha ar ceal" +#: src/state/shell/composer/index.tsx:70 src/view/com/util/post-ctrls/PostCtrls.tsx:114 src/view/com/util/post-ctrls/PostCtrls.tsx:155 src/view/com/util/post-ctrls/PostCtrls.tsx:191 +msgid "Cannot interact with a blocked user" +msgstr "Ní féidir plé le húsáideoir blocáilte" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:135 +msgid "Captions (.vtt)" +msgstr "Fotheidil (.vtt)" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +msgid "Captions & alt text" +msgstr "Fotheidil agus téacs malartach" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:368 +msgid "Celebrating {0} users" +msgstr "{0} úsáideoir á gceiliúradh" + #: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "Athraigh" @@ -1104,8 +915,7 @@ msgstr "Athraigh" msgid "Change handle" msgstr "Athraigh mo leasainm" -#: src/view/com/modals/ChangeHandle.tsx:156 -#: src/view/screens/Settings/index.tsx:695 +#: src/view/com/modals/ChangeHandle.tsx:156 src/view/screens/Settings/index.tsx:695 msgid "Change Handle" msgstr "Athraigh mo leasainm" @@ -1117,8 +927,7 @@ msgstr "Athraigh mo ríomhphost" msgid "Change password" msgstr "Athraigh mo phasfhocal" -#: src/view/com/modals/ChangePassword.tsx:142 -#: src/view/screens/Settings/index.tsx:740 +#: src/view/com/modals/ChangePassword.tsx:142 src/view/screens/Settings/index.tsx:740 msgid "Change Password" msgstr "Athraigh mo phasfhocal" @@ -1130,9 +939,7 @@ msgstr "Athraigh an teanga phostála go {0}" msgid "Change Your Email" msgstr "Athraigh do ríomhphost" -#: src/Navigation.tsx:338 -#: src/view/shell/bottom-bar/BottomBar.tsx:204 -#: src/view/shell/desktop/LeftNav.tsx:302 +#: src/Navigation.tsx:338 src/view/shell/bottom-bar/BottomBar.tsx:201 src/view/shell/desktop/LeftNav.tsx:301 msgid "Chat" msgstr "Comhrá" @@ -1140,16 +947,11 @@ msgstr "Comhrá" msgid "Chat muted" msgstr "Balbhaíodh an comhrá" -#: src/components/dms/ConvoMenu.tsx:112 -#: src/components/dms/MessageMenu.tsx:81 -#: src/Navigation.tsx:343 -#: src/screens/Messages/List/index.tsx:88 -#: src/view/screens/Settings/index.tsx:604 +#: src/components/dms/ConvoMenu.tsx:112 src/components/dms/MessageMenu.tsx:81 src/Navigation.tsx:343 src/screens/Messages/List/index.tsx:88 src/view/screens/Settings/index.tsx:604 msgid "Chat settings" msgstr "Socruithe comhrá" -#: src/screens/Messages/Settings.tsx:59 -#: src/view/screens/Settings/index.tsx:613 +#: src/screens/Messages/Settings.tsx:59 src/view/screens/Settings/index.tsx:613 msgid "Chat Settings" msgstr "Socruithe Comhrá" @@ -1157,24 +959,11 @@ msgstr "Socruithe Comhrá" msgid "Chat unmuted" msgstr "Díbhalbhaíodh an comhrá" -#: src/screens/Messages/Conversation/index.tsx:26 -#~ msgid "Chat with {chatId}" -#~ msgstr "Comhrá le {chatId}" - -#: src/screens/SignupQueued.tsx:78 -#: src/screens/SignupQueued.tsx:82 +#: src/screens/SignupQueued.tsx:78 src/screens/SignupQueued.tsx:82 msgid "Check my status" msgstr "Seiceáil mo stádas" -#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:122 -#~ msgid "Check out some recommended feeds. Tap + to add them to your list of pinned feeds." -#~ msgstr "Cuir súil ar na fothaí seo. Brúigh + len iad a chur le liosta na bhfothaí atá greamaithe agat." - -#: src/view/com/auth/onboarding/RecommendedFollows.tsx:186 -#~ msgid "Check out some recommended users. Follow them to see similar users." -#~ msgstr "Cuir súil ar na húsáideoirí seo. Lean iad le húsáideoirí atá cosúil leo a fheiceáil." - -#: src/screens/Login/LoginForm.tsx:291 +#: src/screens/Login/LoginForm.tsx:278 msgid "Check your email for a login code and enter it here." msgstr "Féach ar do bhosca ríomhphoist le haghaidh cód dearbhaithe agus cuir isteach anseo é." @@ -1182,67 +971,34 @@ msgstr "Féach ar do bhosca ríomhphoist le haghaidh cód dearbhaithe agus cuir 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/view/com/modals/Threadgate.tsx:75 -#~ msgid "Choose \"Everybody\" or \"Nobody\"" -#~ msgstr "Roghnaigh “Chuile Dhuine” nó “Duine Ar Bith”" - -#: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "" - -#: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "" - #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" -msgstr "" +msgstr "Roghnaigh Fothaí" #: src/components/StarterPack/ProfileStarterPacks.tsx:290 msgid "Choose for me" -msgstr "" +msgstr "Roghnaigh ar mo shon" #: src/screens/StarterPack/Wizard/index.tsx:186 msgid "Choose People" -msgstr "" +msgstr "Roghnaigh Daoine" #: src/view/com/auth/server-input/index.tsx:79 msgid "Choose Service" msgstr "Roghnaigh Seirbhís" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "Roghnaigh na halgartaim le haghaidh do chuid sainfhothaí." -#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:NaN -#~ msgid "Choose the algorithms that power your experience with custom feeds." -#~ msgstr "Roghnaigh na halgartaim a shainíonn an dóigh a n-oibríonn do chuid sainfhothaí." - #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:107 msgid "Choose this color as your avatar" msgstr "Roghnaigh an dath seo mar abhatár duit" -#: src/components/dialogs/ThreadgateEditor.tsx:91 -#: src/components/dialogs/ThreadgateEditor.tsx:95 -#~ msgid "Choose who can reply" -#~ msgstr "" - -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:104 -#~ msgid "Choose your main feeds" -#~ msgstr "Roghnaigh do phríomhfhothaí" - #: src/screens/Signup/StepInfo/index.tsx:171 msgid "Choose your password" msgstr "Roghnaigh do phasfhocal" -#: src/view/screens/Settings/index.tsx:912 -#~ msgid "Clear all legacy storage data" -#~ msgstr "Glan na sonraí oidhreachta ar fad atá i dtaisce." - -#: src/view/screens/Settings/index.tsx:915 -#~ msgid "Clear all legacy storage data (restart after this)" -#~ msgstr "Glan na sonraí oidhreachta ar fad atá i dtaisce. Ansin atosaigh." - #: src/view/screens/Settings/index.tsx:876 msgid "Clear all storage data" msgstr "Glan na sonraí ar fad atá i dtaisce." @@ -1251,15 +1007,10 @@ msgstr "Glan na sonraí ar fad atá i dtaisce." msgid "Clear all storage data (restart after this)" msgstr "Glan na sonraí ar fad atá i dtaisce. Ansin atosaigh." -#: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:824 +#: src/view/com/util/forms/SearchInput.tsx:88 src/view/screens/Search/Search.tsx:824 msgid "Clear search query" msgstr "Glan an cuardach" -#: src/view/screens/Settings/index.tsx:913 -#~ msgid "Clears all legacy storage data" -#~ msgstr "Glanann seo na sonraí oidhreachta ar fad atá i dtaisce" - #: src/view/screens/Settings/index.tsx:877 msgid "Clears all storage data" msgstr "Glanann seo na sonraí ar fad atá i dtaisce" @@ -1276,28 +1027,19 @@ msgstr "Cliceáil anseo le tuilleadh a fhoghlaim faoi dhíghníomhú do chuntais msgid "Click here for more information." msgstr "Cliceáil anseo do bhreis eolais." -#: src/screens/Feeds/NoFollowingFeed.tsx:46 -#, fuzzy -#~ msgid "Click here to add one." -#~ msgstr "Cliceáil anseo do bhreis eolais." - #: src/components/TagMenu/index.web.tsx:152 msgid "Click here to open tag menu for {tag}" msgstr "Cliceáil anseo le clár na clibe le haghaidh {tag} a oscailt" -#: src/components/RichText.tsx:198 -#~ msgid "Click here to open tag menu for #{tag}" -#~ msgstr "Cliceáil anseo le clár na clibe le haghaidh #{tag} a oscailt" - #: src/components/dialogs/PostInteractionSettingsDialog.tsx:303 msgid "Click to disable quote posts of this post." -msgstr "" +msgstr "Cliceáil chun cosc a chur ar phostálacha athluaite den phostáil seo." #: src/components/dialogs/PostInteractionSettingsDialog.tsx:304 msgid "Click to enable quote posts of this post." -msgstr "" +msgstr "Cliceáil chun postálacha athluaite den phostáil seo a cheadú." -#: src/components/dms/MessageItem.tsx:231 +#: src/components/dms/MessageItem.tsx:232 msgid "Click to retry failed message" msgstr "Cliceáil le triail eile a bhaint as teachtaireacht ar theip uirthi" @@ -1309,21 +1051,11 @@ msgstr "Aeráid" msgid "Clip 🐴 clop 🐴" msgstr "Trup, Trup a Chapaillín 🐴" -#: src/components/dialogs/GifSelect.ios.tsx:250 -#: src/components/dialogs/GifSelect.tsx:270 -#: src/components/dms/dialogs/SearchablePeopleList.tsx:261 -#: src/components/NewskieDialog.tsx:146 -#: src/components/NewskieDialog.tsx:153 -#: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:131 -#: src/view/com/modals/ChangePassword.tsx:268 -#: src/view/com/modals/ChangePassword.tsx:271 -#: src/view/com/util/post-embeds/GifEmbed.tsx:195 +#: src/components/dialogs/GifSelect.ios.tsx:250 src/components/dialogs/GifSelect.tsx:270 src/components/dms/dialogs/SearchablePeopleList.tsx:261 src/components/intents/VerifyEmailIntentDialog.tsx:111 src/components/intents/VerifyEmailIntentDialog.tsx:118 src/components/NewskieDialog.tsx:146 src/components/NewskieDialog.tsx:153 src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 src/components/StarterPack/Wizard/WizardEditListDialog.tsx:131 src/view/com/modals/ChangePassword.tsx:268 src/view/com/modals/ChangePassword.tsx:271 src/view/com/util/post-embeds/GifEmbed.tsx:188 msgid "Close" msgstr "Dún" -#: src/components/Dialog/index.web.tsx:116 -#: src/components/Dialog/index.web.tsx:254 +#: src/components/Dialog/index.web.tsx:116 src/components/Dialog/index.web.tsx:254 msgid "Close active dialog" msgstr "Dún an dialóg oscailte" @@ -1335,8 +1067,7 @@ msgstr "Dún an rabhadh" msgid "Close bottom drawer" msgstr "Dún an tarraiceán íochtair" -#: src/components/dialogs/GifSelect.ios.tsx:244 -#: src/components/dialogs/GifSelect.tsx:264 +#: src/components/dialogs/GifSelect.ios.tsx:244 src/components/dialogs/GifSelect.tsx:264 msgid "Close dialog" msgstr "Dún an dialóg" @@ -1360,8 +1091,7 @@ msgstr "Dún an fhuinneog" msgid "Close navigation footer" msgstr "Dún an buntásc" -#: src/components/Menu/index.tsx:229 -#: src/components/TagMenu/index.tsx:276 +#: src/components/Menu/index.tsx:229 src/components/TagMenu/index.tsx:276 msgid "Close this dialog" msgstr "Dún an dialóg seo" @@ -1373,7 +1103,7 @@ msgstr "Dúnann sé seo an barra nascleanúna ag an mbun" msgid "Closes password update alert" msgstr "Dúnann sé seo an rabhadh faoi uasdátú an phasfhocail" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:606 msgid "Closes post composer and discards post draft" msgstr "Dúnann sé seo cumadóir na postálacha agus ní shábhálann sé an dréacht" @@ -1381,30 +1111,27 @@ msgstr "Dúnann sé seo cumadóir na postálacha agus ní shábhálann sé an dr 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/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "Laghdaigh an liosta úsáideoirí" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 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/screens/Onboarding/index.tsx:38 -#: src/screens/Onboarding/state.ts:82 +#: src/screens/Onboarding/index.tsx:38 src/screens/Onboarding/state.ts:82 msgid "Comedy" msgstr "Greann" -#: src/screens/Onboarding/index.tsx:24 -#: src/screens/Onboarding/state.ts:83 +#: src/screens/Onboarding/index.tsx:24 src/screens/Onboarding/state.ts:83 msgid "Comics" msgstr "Greannáin" -#: src/Navigation.tsx:276 -#: src/view/screens/CommunityGuidelines.tsx:32 +#: src/Navigation.tsx:276 src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Treoirlínte an phobail" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "Críochnaigh agus tosaigh ag baint úsáide as do chuntas." @@ -1412,7 +1139,7 @@ msgstr "Críochnaigh agus tosaigh ag baint úsáide as do chuntas." msgid "Complete the challenge" msgstr "Freagair an dúshlán" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:714 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Scríobh postálacha chomh fada le {MAX_GRAPHEME_LENGTH} litir agus carachtair eile" @@ -1420,14 +1147,6 @@ msgstr "Scríobh postálacha chomh fada le {MAX_GRAPHEME_LENGTH} litir agus cara msgid "Compose reply" msgstr "Scríobh freagra" -#: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 -msgid "Compressing..." -msgstr "" - -#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 -#~ msgid "Configure content filtering setting for category: {0}" -#~ msgstr "Socraigh scagadh an ábhair le haghaidh catagóir: {0}" - #: src/components/moderation/LabelPreference.tsx:81 msgid "Configure content filtering setting for category: {name}" msgstr "Socraigh scagadh an ábhair le haghaidh catagóir: {name}" @@ -1436,18 +1155,11 @@ msgstr "Socraigh scagadh an ábhair le haghaidh catagóir: {name}" msgid "Configured in <0>moderation settings." msgstr "Le socrú i <0>socruithe na modhnóireachta." -#: src/components/Prompt.tsx:162 -#: src/components/Prompt.tsx:165 -#: src/view/com/modals/SelfLabel.tsx:155 -#: src/view/com/modals/VerifyEmail.tsx:239 -#: src/view/com/modals/VerifyEmail.tsx:241 -#: src/view/screens/Settings/DisableEmail2FADialog.tsx:180 -#: src/view/screens/Settings/DisableEmail2FADialog.tsx:183 +#: src/components/Prompt.tsx:165 src/components/Prompt.tsx:168 src/view/com/modals/SelfLabel.tsx:155 src/view/com/modals/VerifyEmail.tsx:239 src/view/com/modals/VerifyEmail.tsx:241 src/view/screens/Settings/DisableEmail2FADialog.tsx:180 src/view/screens/Settings/DisableEmail2FADialog.tsx:183 msgid "Confirm" msgstr "Dearbhaigh" -#: src/view/com/modals/ChangeEmail.tsx:188 -#: src/view/com/modals/ChangeEmail.tsx:190 +#: src/view/com/modals/ChangeEmail.tsx:188 src/view/com/modals/ChangeEmail.tsx:190 msgid "Confirm Change" msgstr "Dearbhaigh an t-athrú" @@ -1467,29 +1179,18 @@ msgstr "Dearbhaigh d'aois:" msgid "Confirm your birthdate" msgstr "Dearbhaigh do bhreithlá" -#: src/screens/Login/LoginForm.tsx:272 -#: src/view/com/modals/ChangeEmail.tsx:152 -#: src/view/com/modals/DeleteAccount.tsx:238 -#: src/view/com/modals/DeleteAccount.tsx:244 -#: src/view/com/modals/VerifyEmail.tsx:173 -#: src/view/screens/Settings/DisableEmail2FADialog.tsx:143 -#: src/view/screens/Settings/DisableEmail2FADialog.tsx:149 +#: src/screens/Login/LoginForm.tsx:259 src/view/com/modals/ChangeEmail.tsx:152 src/view/com/modals/DeleteAccount.tsx:238 src/view/com/modals/DeleteAccount.tsx:244 src/view/com/modals/VerifyEmail.tsx:173 src/view/screens/Settings/DisableEmail2FADialog.tsx:143 src/view/screens/Settings/DisableEmail2FADialog.tsx:149 msgid "Confirmation code" msgstr "Cód dearbhaithe" -#: src/screens/Login/LoginForm.tsx:325 +#: src/screens/Login/LoginForm.tsx:312 msgid "Connecting..." msgstr "Ag nascadh…" -#: src/screens/Signup/index.tsx:180 -#: src/screens/Signup/index.tsx:183 +#: src/screens/Signup/index.tsx:180 src/screens/Signup/index.tsx:183 msgid "Contact support" msgstr "Teagmháil le Support" -#: src/components/moderation/LabelsOnMe.tsx:42 -#~ msgid "content" -#~ msgstr "ábhar" - #: src/lib/moderation/useGlobalLabelStrings.ts:18 msgid "Content Blocked" msgstr "Ábhar Blocáilte" @@ -1498,20 +1199,15 @@ msgstr "Ábhar Blocáilte" msgid "Content filters" msgstr "Scagthaí ábhair" -#: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:74 -#: src/view/screens/LanguageSettings.tsx:282 +#: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:74 src/view/screens/LanguageSettings.tsx:282 msgid "Content Languages" msgstr "Teangacha ábhair" -#: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:80 +#: src/components/moderation/ModerationDetailsDialog.tsx:81 src/lib/moderation/useModerationCauseDescription.ts:80 msgid "Content Not Available" msgstr "Ábhar nach bhfuil ar fáil" -#: src/components/moderation/ModerationDetailsDialog.tsx:49 -#: src/components/moderation/ScreenHider.tsx:99 -#: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:43 +#: src/components/moderation/ModerationDetailsDialog.tsx:49 src/components/moderation/ScreenHider.tsx:99 src/lib/moderation/useGlobalLabelStrings.ts:22 src/lib/moderation/useModerationCauseDescription.ts:43 msgid "Content Warning" msgstr "Rabhadh ábhair" @@ -1523,8 +1219,7 @@ msgstr "Rabhadh ábhair" msgid "Context menu backdrop, click to close the menu." msgstr "Cúlra an roghchláir comhthéacs, cliceáil chun an roghchlár a dhúnadh." -#: src/screens/Onboarding/StepInterests/index.tsx:278 -#: src/screens/Onboarding/StepProfile/index.tsx:269 +#: src/screens/Onboarding/StepInterests/index.tsx:258 src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Lean ar aghaidh" @@ -1534,22 +1229,12 @@ msgstr "Lean ort mar {0} (atá logáilte isteach faoi láthair)" #: src/view/com/post-thread/PostThreadLoadMore.tsx:52 msgid "Continue thread..." -msgstr "" +msgstr "Lean leis an snáithe..." -#: src/screens/Onboarding/StepInterests/index.tsx:275 -#: src/screens/Onboarding/StepProfile/index.tsx:266 -#: src/screens/Signup/BackNextButtons.tsx:59 +#: src/screens/Onboarding/StepInterests/index.tsx:255 src/screens/Onboarding/StepProfile/index.tsx:266 src/screens/Signup/BackNextButtons.tsx:59 msgid "Continue to next step" msgstr "Lean ar aghaidh go dtí an chéad chéim eile" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:158 -#~ msgid "Continue to the next step" -#~ msgstr "Lean ar aghaidh go dtí an chéad chéim eile" - -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:199 -#~ msgid "Continue to the next step without following any accounts" -#~ msgstr "Lean ar aghaidh go dtí an chéad chéim eile gan aon chuntas a leanúint" - #: src/screens/Messages/List/ChatListItem.tsx:154 msgid "Conversation deleted" msgstr "Scriosadh an comhrá" @@ -1558,8 +1243,7 @@ msgstr "Scriosadh an comhrá" msgid "Cooking" msgstr "Cócaireacht" -#: src/view/com/modals/AddAppPasswords.tsx:221 -#: src/view/com/modals/InviteCodes.tsx:183 +#: src/view/com/modals/AddAppPasswords.tsx:221 src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "Cóipeáilte" @@ -1567,12 +1251,7 @@ msgstr "Cóipeáilte" msgid "Copied build version to clipboard" msgstr "Leagan cóipeáilte sa ghearrthaisce" -#: src/components/dms/MessageMenu.tsx:57 -#: src/view/com/modals/AddAppPasswords.tsx:80 -#: src/view/com/modals/ChangeHandle.tsx:320 -#: src/view/com/modals/InviteCodes.tsx:153 -#: src/view/com/util/forms/PostDropdownBtn.tsx:234 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:368 +#: src/components/dms/MessageMenu.tsx:57 src/view/com/modals/AddAppPasswords.tsx:80 src/view/com/modals/ChangeHandle.tsx:320 src/view/com/modals/InviteCodes.tsx:153 src/view/com/util/forms/PostDropdownBtn.tsx:234 src/view/com/util/post-ctrls/PostCtrls.tsx:392 msgid "Copied to clipboard" msgstr "Cóipeáilte sa ghearrthaisce" @@ -1584,8 +1263,7 @@ msgstr "Cóipeáilte!" msgid "Copies app password" msgstr "Cóipeálann sé seo pasfhocal na haipe" -#: src/components/StarterPack/QrCodeDialog.tsx:177 -#: src/view/com/modals/AddAppPasswords.tsx:214 +#: src/components/StarterPack/QrCodeDialog.tsx:177 src/view/com/modals/AddAppPasswords.tsx:214 msgid "Copy" msgstr "Cóipeáil" @@ -1593,54 +1271,45 @@ msgstr "Cóipeáil" msgid "Copy {0}" msgstr "Cóipeáil {0}" -#: src/components/dialogs/Embed.tsx:120 -#: src/components/dialogs/Embed.tsx:139 +#: src/components/dialogs/Embed.tsx:120 src/components/dialogs/Embed.tsx:139 msgid "Copy code" msgstr "Cóipeáil an cód" #: src/components/StarterPack/ShareDialog.tsx:124 msgid "Copy link" -msgstr "" +msgstr "Cóipeáil an nasc" #: src/components/StarterPack/ShareDialog.tsx:131 msgid "Copy Link" -msgstr "" +msgstr "Cóipeáil an Nasc" #: src/view/screens/ProfileList.tsx:484 msgid "Copy link to list" msgstr "Cóipeáil an nasc leis an liosta" -#: src/view/com/util/forms/PostDropdownBtn.tsx:410 -#: src/view/com/util/forms/PostDropdownBtn.tsx:419 +#: src/view/com/util/forms/PostDropdownBtn.tsx:410 src/view/com/util/forms/PostDropdownBtn.tsx:419 msgid "Copy link to post" msgstr "Cóipeáil an nasc leis an bpostáil" -#: src/components/dms/MessageMenu.tsx:110 -#: src/components/dms/MessageMenu.tsx:112 +#: src/components/dms/MessageMenu.tsx:110 src/components/dms/MessageMenu.tsx:112 msgid "Copy message text" msgstr "Cóipeáil téacs na teachtaireachta" -#: src/view/com/util/forms/PostDropdownBtn.tsx:388 -#: src/view/com/util/forms/PostDropdownBtn.tsx:390 +#: src/view/com/util/forms/PostDropdownBtn.tsx:388 src/view/com/util/forms/PostDropdownBtn.tsx:390 msgid "Copy post text" msgstr "Cóipeáil téacs na postála" #: src/components/StarterPack/QrCodeDialog.tsx:171 msgid "Copy QR code" -msgstr "" +msgstr "Cóipeáil an cód QR" -#: src/Navigation.tsx:281 -#: src/view/screens/CopyrightPolicy.tsx:29 +#: src/Navigation.tsx:281 src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "An polasaí maidir le cóipcheart" -#: src/view/com/composer/videos/state.ts:31 -#~ msgid "Could not compress video" -#~ msgstr "" - #: src/components/dms/LeaveConvoPrompt.tsx:39 msgid "Could not leave chat" -msgstr "Níor éiríodh ar an gcomhrá a fhágail" +msgstr "Níor éiríodh ar an gcomhrá a fhágáil" #: src/view/screens/ProfileFeed.tsx:103 msgid "Could not load feed" @@ -1650,25 +1319,19 @@ 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/NewChat.tsx:241 -#~ msgid "Could not load profiles. Please try again later." -#~ msgstr "Níorbh fhéidir próifílí a lódáil. Bain triail eile as ar ball." - #: src/components/dms/ConvoMenu.tsx:88 msgid "Could not mute chat" msgstr "Níor éiríodh ar an gcomhrá a bhalbhú" -#: src/components/dms/ConvoMenu.tsx:68 -#, fuzzy -#~ msgid "Could not unmute chat" -#~ msgstr "Níor éiríodh ar an gcomhrá a bhalbhú" +#: src/view/com/composer/videos/VideoPreview.web.tsx:56 +msgid "Could not process your video" +msgstr "Níorbh fhéidir d'fhíseán a phróiseáil" #: src/components/StarterPack/ProfileStarterPacks.tsx:272 msgid "Create" -msgstr "" +msgstr "Cruthaigh" -#: src/view/com/auth/SplashScreen.tsx:57 -#: src/view/com/auth/SplashScreen.web.tsx:106 +#: src/view/com/auth/SplashScreen.tsx:57 src/view/com/auth/SplashScreen.web.tsx:106 msgid "Create a new account" msgstr "Cruthaigh cuntas nua" @@ -1678,24 +1341,21 @@ msgstr "Cruthaigh cuntas nua Bluesky" #: src/components/StarterPack/QrCodeDialog.tsx:154 msgid "Create a QR code for a starter pack" -msgstr "" +msgstr "Cruthaigh cód QR le haghaidh pacáiste fáilte" -#: src/components/StarterPack/ProfileStarterPacks.tsx:165 -#: src/components/StarterPack/ProfileStarterPacks.tsx:259 -#: src/Navigation.tsx:368 +#: src/components/StarterPack/ProfileStarterPacks.tsx:165 src/components/StarterPack/ProfileStarterPacks.tsx:259 src/Navigation.tsx:368 msgid "Create a starter pack" -msgstr "" +msgstr "Cruthaigh pacáiste fáilte" #: src/components/StarterPack/ProfileStarterPacks.tsx:246 msgid "Create a starter pack for me" -msgstr "" +msgstr "Cruthaigh pacáiste fáilte ar mo shon" #: src/screens/Signup/index.tsx:99 msgid "Create Account" msgstr "Cruthaigh cuntas" -#: src/components/dialogs/Signin.tsx:86 -#: src/components/dialogs/Signin.tsx:88 +#: src/components/dialogs/Signin.tsx:86 src/components/dialogs/Signin.tsx:88 msgid "Create an account" msgstr "Cruthaigh cuntas" @@ -1705,40 +1365,29 @@ msgstr "Cruthaigh abhatár nua ina ionad sin" #: src/components/StarterPack/ProfileStarterPacks.tsx:172 msgid "Create another" -msgstr "" +msgstr "Cruthaigh ceann eile" #: src/view/com/modals/AddAppPasswords.tsx:243 msgid "Create App Password" msgstr "Cruthaigh pasfhocal aipe" -#: src/view/com/auth/SplashScreen.tsx:48 -#: src/view/com/auth/SplashScreen.web.tsx:97 +#: src/view/com/auth/SplashScreen.tsx:48 src/view/com/auth/SplashScreen.web.tsx:97 msgid "Create new account" msgstr "Cruthaigh cuntas nua" -#: src/components/StarterPack/ShareDialog.tsx:158 -#~ msgid "Create QR code" -#~ msgstr "" - #: src/components/ReportDialog/SelectReportOptionView.tsx:101 msgid "Create report for {0}" msgstr "Cruthaigh tuairisc do {0}" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "Cruthaíodh {0}" -#: src/view/com/composer/Composer.tsx:469 -#~ msgid "Creates a card with a thumbnail. The card links to {url}" -#~ msgstr "Cruthaíonn sé seo cárta le mionsamhail. Nascann an cárta le {url}." - -#: src/screens/Onboarding/index.tsx:26 -#: src/screens/Onboarding/state.ts:84 +#: src/screens/Onboarding/index.tsx:26 src/screens/Onboarding/state.ts:84 msgid "Culture" msgstr "Cultúr" -#: src/view/com/auth/server-input/index.tsx:97 -#: src/view/com/auth/server-input/index.tsx:99 +#: src/view/com/auth/server-input/index.tsx:97 src/view/com/auth/server-input/index.tsx:99 msgid "Custom" msgstr "Saincheaptha" @@ -1746,8 +1395,7 @@ msgstr "Saincheaptha" msgid "Custom domain" msgstr "Sainfhearann" -#: src/view/screens/Feeds.tsx:759 -#: src/view/screens/Search/Explore.tsx:391 +#: src/view/screens/Feeds.tsx:759 src/view/screens/Search/Explore.tsx:391 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "Cruthaíonn an pobal fothaí chun eispéiris nua a chur ar fáil duit, agus chun cabhrú leat teacht ar an ábhar a thaitníonn leat" @@ -1757,35 +1405,25 @@ msgstr "Oiriúnaigh na meáin ó shuíomhanna seachtracha" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:288 msgid "Customize who can interact with this post." -msgstr "" +msgstr "Cé atá in ann idirghníomhú leis an bpostáil seo?" -#: src/screens/Settings/AppearanceSettings.tsx:95 -#: src/screens/Settings/AppearanceSettings.tsx:97 -#: src/screens/Settings/AppearanceSettings.tsx:122 -#: src/screens/Settings/AppearanceSettings.tsx:124 +#: src/screens/Settings/AppearanceSettings.tsx:95 src/screens/Settings/AppearanceSettings.tsx:97 src/screens/Settings/AppearanceSettings.tsx:122 src/screens/Settings/AppearanceSettings.tsx:124 msgid "Dark" msgstr "Dorcha" -#: src/screens/Settings/AppearanceSettings.tsx:82 -#: src/view/screens/Debug.tsx:63 +#: src/screens/Settings/AppearanceSettings.tsx:82 src/view/screens/Debug.tsx:63 msgid "Dark mode" msgstr "Modh dorcha" -#: src/screens/Settings/AppearanceSettings.tsx:109 -#: src/screens/Settings/AppearanceSettings.tsx:114 +#: src/screens/Settings/AppearanceSettings.tsx:109 src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark theme" -msgstr "" +msgstr "Téama dorcha" -#: src/view/screens/Settings/index.tsx:473 -#~ msgid "Dark Theme" -#~ msgstr "Téama Dorcha" - -#: src/screens/Signup/StepInfo/index.tsx:191 +#: src/screens/Signup/StepInfo/index.tsx:192 msgid "Date of birth" msgstr "Dáta breithe" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 -#: src/view/screens/Settings/index.tsx:772 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 src/view/screens/Settings/index.tsx:772 msgid "Deactivate account" msgstr "Díghníomhaigh mo chuntas" @@ -1801,13 +1439,7 @@ msgstr "Dífhabhtaigh Modhnóireacht" msgid "Debug panel" msgstr "Painéal dífhabhtaithe" -#: src/components/dms/MessageMenu.tsx:151 -#: src/screens/StarterPack/StarterPackScreen.tsx:573 -#: src/screens/StarterPack/StarterPackScreen.tsx:652 -#: src/screens/StarterPack/StarterPackScreen.tsx:732 -#: src/view/com/util/forms/PostDropdownBtn.tsx:629 -#: src/view/screens/AppPasswords.tsx:285 -#: src/view/screens/ProfileList.tsx:723 +#: src/components/dms/MessageMenu.tsx:151 src/screens/StarterPack/StarterPackScreen.tsx:573 src/screens/StarterPack/StarterPackScreen.tsx:652 src/screens/StarterPack/StarterPackScreen.tsx:732 src/view/com/util/forms/PostDropdownBtn.tsx:629 src/view/screens/AppPasswords.tsx:280 src/view/screens/ProfileList.tsx:723 msgid "Delete" msgstr "Scrios" @@ -1815,24 +1447,19 @@ msgstr "Scrios" msgid "Delete account" msgstr "Scrios an cuntas" -#: src/view/com/modals/DeleteAccount.tsx:87 -#~ msgid "Delete Account" -#~ msgstr "Scrios an Cuntas" - #: src/view/com/modals/DeleteAccount.tsx:105 msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "Scrios Cuntas <0>\"<1>{0}<2>\"" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "Scrios pasfhocal na haipe" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "Scrios pasfhocal na haipe?" -#: src/view/screens/Settings/index.tsx:856 -#: src/view/screens/Settings/index.tsx:859 +#: src/view/screens/Settings/index.tsx:856 src/view/screens/Settings/index.tsx:859 msgid "Delete chat declaration record" msgstr "Scrios taifead dearbhaithe comhrá" @@ -1860,19 +1487,17 @@ msgstr "Scrios mo chuntas" msgid "Delete My Account…" msgstr "Scrios mo chuntas…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:609 -#: src/view/com/util/forms/PostDropdownBtn.tsx:611 +#: src/view/com/util/forms/PostDropdownBtn.tsx:609 src/view/com/util/forms/PostDropdownBtn.tsx:611 msgid "Delete post" msgstr "Scrios an phostáil" -#: src/screens/StarterPack/StarterPackScreen.tsx:567 -#: src/screens/StarterPack/StarterPackScreen.tsx:723 +#: src/screens/StarterPack/StarterPackScreen.tsx:567 src/screens/StarterPack/StarterPackScreen.tsx:723 msgid "Delete starter pack" -msgstr "" +msgstr "Scrios an pacáiste fáilte" #: src/screens/StarterPack/StarterPackScreen.tsx:618 msgid "Delete starter pack?" -msgstr "" +msgstr "An bhfuil fonn ort an pacáiste fáilte seo a scriosadh?" #: src/view/screens/ProfileList.tsx:718 msgid "Delete this list?" @@ -1882,7 +1507,7 @@ msgstr "An bhfuil fonn ort an liosta seo a scriosadh?" msgid "Delete this post?" msgstr "An bhfuil fonn ort an phostáil seo a scriosadh?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:93 msgid "Deleted" msgstr "Scriosta" @@ -1894,10 +1519,7 @@ msgstr "Scriosadh an phostáil." msgid "Deletes the chat declaration record" msgstr "Scriosann sé seo an taifead dearbhaithe comhrá" -#: src/view/com/modals/CreateOrEditList.tsx:289 -#: src/view/com/modals/CreateOrEditList.tsx:310 -#: src/view/com/modals/EditProfile.tsx:199 -#: src/view/com/modals/EditProfile.tsx:211 +#: src/view/com/modals/CreateOrEditList.tsx:289 src/view/com/modals/CreateOrEditList.tsx:310 src/view/com/modals/EditProfile.tsx:199 src/view/com/modals/EditProfile.tsx:211 msgid "Description" msgstr "Cur síos" @@ -1905,25 +1527,23 @@ msgstr "Cur síos" msgid "Descriptive alt text" msgstr "Téacs malartach tuairisciúil" -#: src/view/com/util/forms/PostDropdownBtn.tsx:544 -#: src/view/com/util/forms/PostDropdownBtn.tsx:554 +#: src/view/com/util/forms/PostDropdownBtn.tsx:544 src/view/com/util/forms/PostDropdownBtn.tsx:554 msgid "Detach quote" -msgstr "" +msgstr "Dícheangail an phostáil athluaite" #: src/view/com/util/forms/PostDropdownBtn.tsx:687 msgid "Detach quote post?" -msgstr "" +msgstr "An bhfuil fonn ort an phostáil athluaite a dhícheangal?" #: src/components/WhoCanReply.tsx:175 msgid "Dialog: adjust who can interact with this post" -msgstr "" +msgstr "Dialóg: cé atá in ann idirghníomhú leis an bpostáil seo" -#: src/view/com/composer/Composer.tsx:327 +#: src/view/com/composer/Composer.tsx:355 msgid "Did you want to say anything?" msgstr "Ar mhaith leat rud éigin a rá?" -#: src/screens/Settings/AppearanceSettings.tsx:117 -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:117 src/screens/Settings/AppearanceSettings.tsx:119 msgid "Dim" msgstr "Breacdhorcha" @@ -1932,8 +1552,8 @@ msgid "Direct messages are here!" msgstr "Tá teachtaireachtaí díreacha ar fáil anois!" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" -msgstr "Ná seinn GIFanna go huathoibríoch" +msgid "Disable autoplay for videos and GIFs" +msgstr "Ná seinn físeáin agus GIFanna go huathoibríoch" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 msgid "Disable Email 2FA" @@ -1943,52 +1563,33 @@ msgstr "Ná húsáid 2FA trí ríomhphost" msgid "Disable haptic feedback" msgstr "Ná húsáid aiseolas haptach" -#: src/view/screens/Settings/index.tsx:697 -#~ msgid "Disable haptics" -#~ msgstr "Ná húsáid aiseolas haptach" - -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:379 msgid "Disable subtitles" -msgstr "" +msgstr "Ná húsáid fotheidil" -#: src/view/screens/Settings/index.tsx:697 -#~ msgid "Disable vibrations" -#~ msgstr "Ná húsáid creathadh" - -#: src/lib/moderation/useLabelBehaviorDescription.ts:32 -#: src/lib/moderation/useLabelBehaviorDescription.ts:42 -#: src/lib/moderation/useLabelBehaviorDescription.ts:68 -#: src/screens/Messages/Settings.tsx:140 -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Moderation/index.tsx:355 +#: src/lib/moderation/useLabelBehaviorDescription.ts:32 src/lib/moderation/useLabelBehaviorDescription.ts:42 src/lib/moderation/useLabelBehaviorDescription.ts:68 src/screens/Messages/Settings.tsx:140 src/screens/Messages/Settings.tsx:143 src/screens/Moderation/index.tsx:355 msgid "Disabled" msgstr "Díchumasaithe" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:840 msgid "Discard" msgstr "Ná sábháil" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:837 msgid "Discard draft?" msgstr "Faigh réidh leis an dréacht?" -#: src/screens/Moderation/index.tsx:552 -#: src/screens/Moderation/index.tsx:556 +#: src/screens/Moderation/index.tsx:552 src/screens/Moderation/index.tsx:556 msgid "Discourage apps from showing my account to logged-out users" msgstr "Cuir ina luí ar aipeanna gan mo chuntas a thaispeáint d'úsáideoirí atá logáilte amach" -#: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "" - -#: src/view/com/posts/FollowingEmptyState.tsx:70 -#: src/view/com/posts/FollowingEndOfFeed.tsx:71 +#: src/view/com/posts/FollowingEmptyState.tsx:70 src/view/com/posts/FollowingEndOfFeed.tsx:71 msgid "Discover new custom feeds" msgstr "Aimsigh sainfhothaí nua" #: src/view/screens/Search/Explore.tsx:389 msgid "Discover new feeds" -msgstr "" +msgstr "Aimsigh fothaí nua" #: src/view/screens/Feeds.tsx:756 msgid "Discover New Feeds" @@ -1996,19 +1597,19 @@ msgstr "Aimsigh Fothaí Nua" #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 msgid "Dismiss" -msgstr "" +msgstr "Ruaig" -#: src/view/com/composer/Composer.tsx:612 +#: src/view/com/composer/Composer.tsx:1107 msgid "Dismiss error" -msgstr "" +msgstr "Ruaig an earráid" #: src/components/ProgressGuide/List.tsx:40 msgid "Dismiss getting started guide" -msgstr "" +msgstr "Scoir an treoir tosaithe" #: src/view/screens/AccessibilitySettings.tsx:99 msgid "Display larger alt text badges" -msgstr "" +msgstr "Déan suaitheantais théacs malartaigh níos mó" #: src/view/com/modals/EditProfile.tsx:193 msgid "Display name" @@ -2024,13 +1625,13 @@ msgstr "Painéal DNS" #: src/components/dialogs/MutedWords.tsx:302 msgid "Do not apply this mute word to users you follow" -msgstr "" +msgstr "Ná cuir an focal balbhaithe i bhfeidhm ar úsáideoirí a leanann tú" #: src/lib/moderation/useGlobalLabelStrings.ts:39 msgid "Does not include nudity." msgstr "Níl lomnochtacht ann." -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "Ní thosaíonn ná chríochnaíonn sé le fleiscín" @@ -2042,28 +1643,11 @@ msgstr "Luach an Fhearainn" msgid "Domain verified!" msgstr "Fearann dearbhaithe!" -#: src/components/dialogs/BirthDateSettings.tsx:119 -#: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/components/forms/DateField/index.tsx:77 -#: src/components/forms/DateField/index.tsx:83 -#: src/screens/Onboarding/StepProfile/index.tsx:322 -#: src/screens/Onboarding/StepProfile/index.tsx:325 -#: src/view/com/auth/server-input/index.tsx:169 -#: src/view/com/auth/server-input/index.tsx:170 -#: src/view/com/modals/AddAppPasswords.tsx:243 -#: src/view/com/modals/AltImage.tsx:141 -#: src/view/com/modals/crop-image/CropImage.web.tsx:177 -#: src/view/com/modals/InviteCodes.tsx:81 -#: src/view/com/modals/InviteCodes.tsx:124 -#: src/view/com/modals/ListAddRemoveUsers.tsx:143 +#: src/components/dialogs/BirthDateSettings.tsx:119 src/components/dialogs/BirthDateSettings.tsx:125 src/components/forms/DateField/index.tsx:77 src/components/forms/DateField/index.tsx:83 src/screens/Onboarding/StepProfile/index.tsx:322 src/screens/Onboarding/StepProfile/index.tsx:325 src/view/com/auth/server-input/index.tsx:169 src/view/com/auth/server-input/index.tsx:170 src/view/com/composer/videos/SubtitleDialog.tsx:171 src/view/com/composer/videos/SubtitleDialog.tsx:181 src/view/com/modals/AddAppPasswords.tsx:243 src/view/com/modals/AltImage.tsx:141 src/view/com/modals/crop-image/CropImage.web.tsx:177 src/view/com/modals/InviteCodes.tsx:81 src/view/com/modals/InviteCodes.tsx:124 src/view/com/modals/ListAddRemoveUsers.tsx:143 msgid "Done" msgstr "Déanta" -#: src/view/com/modals/EditImage.tsx:334 -#: src/view/com/modals/ListAddRemoveUsers.tsx:145 -#: src/view/com/modals/SelfLabel.tsx:158 -#: src/view/com/modals/UserAddRemoveLists.tsx:107 -#: src/view/com/modals/UserAddRemoveLists.tsx:110 +#: src/view/com/modals/EditImage.tsx:334 src/view/com/modals/ListAddRemoveUsers.tsx:145 src/view/com/modals/SelfLabel.tsx:158 src/view/com/modals/UserAddRemoveLists.tsx:107 src/view/com/modals/UserAddRemoveLists.tsx:110 msgctxt "action" msgid "Done" msgstr "Déanta" @@ -2072,26 +1656,25 @@ msgstr "Déanta" msgid "Done{extraText}" msgstr "Déanta{extraText}" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" -msgstr "" +msgstr "Íoslódáil Bluesky" -#: src/view/screens/Settings/ExportCarDialog.tsx:77 -#: src/view/screens/Settings/ExportCarDialog.tsx:81 +#: src/view/screens/Settings/ExportCarDialog.tsx:77 src/view/screens/Settings/ExportCarDialog.tsx:81 msgid "Download CAR file" msgstr "Íoslódáil comhad CAR" -#: src/view/com/composer/text-input/TextInput.web.tsx:271 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:622 +msgid "Download image" +msgstr "Íoslódáil an íomhá" + +#: src/view/com/composer/text-input/TextInput.web.tsx:269 msgid "Drop to add images" msgstr "Scaoil anseo chun íomhánna a chur leis" -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:120 -#~ msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." -#~ msgstr "De bharr pholasaí Apple, ní féidir ábhar do dhaoine fásta ar an nGréasán a fháil roimh an logáil isteach a chríochnú." - #: src/components/dialogs/MutedWords.tsx:153 msgid "Duration:" -msgstr "" +msgstr "Fad:" #: src/view/com/modals/ChangeHandle.tsx:252 msgid "e.g. alice" @@ -2133,37 +1716,30 @@ msgstr "m.sh. Úsáideoirí a fhreagraíonn le fógraí" msgid "Each code works once. You'll receive more invite codes periodically." msgstr "Oibríonn gach cód uair amháin. Gheobhaidh tú tuilleadh cód go tráthrialta." -#: src/screens/StarterPack/StarterPackScreen.tsx:562 -#: src/screens/StarterPack/Wizard/index.tsx:551 -#: src/screens/StarterPack/Wizard/index.tsx:558 -#: src/view/screens/Feeds.tsx:385 -#: src/view/screens/Feeds.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 src/screens/StarterPack/Wizard/index.tsx:551 src/screens/StarterPack/Wizard/index.tsx:558 src/view/screens/Feeds.tsx:385 src/view/screens/Feeds.tsx:453 msgid "Edit" -msgstr "" +msgstr "Eagar" #: src/view/com/lists/ListMembers.tsx:149 msgctxt "action" msgid "Edit" msgstr "Eagar" -#: src/view/com/util/UserAvatar.tsx:328 -#: src/view/com/util/UserBanner.tsx:92 +#: src/view/com/util/UserAvatar.tsx:334 src/view/com/util/UserBanner.tsx:92 msgid "Edit avatar" msgstr "Cuir an t-abhatár in eagar" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 msgid "Edit Feeds" -msgstr "" +msgstr "Cuir Fothaí in Eagar" -#: src/view/com/composer/photos/Gallery.tsx:151 -#: src/view/com/modals/EditImage.tsx:208 +#: src/view/com/composer/photos/Gallery.tsx:151 src/view/com/modals/EditImage.tsx:208 msgid "Edit image" msgstr "Cuir an íomhá seo in eagar" -#: src/view/com/util/forms/PostDropdownBtn.tsx:590 -#: src/view/com/util/forms/PostDropdownBtn.tsx:603 +#: src/view/com/util/forms/PostDropdownBtn.tsx:590 src/view/com/util/forms/PostDropdownBtn.tsx:603 msgid "Edit interaction settings" -msgstr "" +msgstr "Cuir na socruithe idirghníomhaíochta in eagar" #: src/view/screens/ProfileList.tsx:515 msgid "Edit list details" @@ -2173,10 +1749,7 @@ msgstr "Athraigh mionsonraí an liosta" msgid "Edit Moderation List" msgstr "Athraigh liosta na modhnóireachta" -#: src/Navigation.tsx:291 -#: src/view/screens/Feeds.tsx:383 -#: src/view/screens/Feeds.tsx:451 -#: src/view/screens/SavedFeeds.tsx:92 +#: src/Navigation.tsx:291 src/view/screens/Feeds.tsx:383 src/view/screens/Feeds.tsx:451 src/view/screens/SavedFeeds.tsx:92 msgid "Edit My Feeds" msgstr "Athraigh mo chuid fothaí" @@ -2186,30 +1759,23 @@ msgstr "Athraigh mo phróifíl" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117 msgid "Edit People" -msgstr "" +msgstr "Cuir Daoine in Eagar" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:66 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:204 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:66 src/components/dialogs/PostInteractionSettingsDialog.tsx:204 msgid "Edit post interaction settings" -msgstr "" +msgstr "Cuir socruithe idirghníomhaíochta na postála in eagar" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "Athraigh an phróifíl" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:187 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:187 src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "Athraigh an Phróifíl" -#: src/view/com/home/HomeHeaderLayout.web.tsx:NaN -#~ msgid "Edit Saved Feeds" -#~ msgstr "Athraigh na fothaí sábháilte" - #: src/screens/StarterPack/StarterPackScreen.tsx:554 msgid "Edit starter pack" -msgstr "" +msgstr "Cuir an pacáiste fáilte in eagar" #: src/view/com/modals/CreateOrEditList.tsx:234 msgid "Edit User List" @@ -2217,7 +1783,7 @@ msgstr "Athraigh an liosta d’úsáideoirí" #: src/components/WhoCanReply.tsx:87 msgid "Edit who can reply" -msgstr "" +msgstr "Cé atá in ann freagra a thabhairt" #: src/view/com/modals/EditProfile.tsx:194 msgid "Edit your display name" @@ -2229,19 +1795,13 @@ msgstr "Athraigh an cur síos ort sa phróifíl" #: src/Navigation.tsx:373 msgid "Edit your starter pack" -msgstr "" +msgstr "Cuir do phacáiste fáilte in eagar" -#: src/screens/Onboarding/index.tsx:31 -#: src/screens/Onboarding/state.ts:86 +#: src/screens/Onboarding/index.tsx:31 src/screens/Onboarding/state.ts:86 msgid "Education" msgstr "Oideachas" -#: src/components/dialogs/ThreadgateEditor.tsx:98 -#~ msgid "Either choose \"Everybody\" or \"Nobody\"" -#~ msgstr "" - -#: src/screens/Signup/StepInfo/index.tsx:143 -#: src/view/com/modals/ChangeEmail.tsx:136 +#: src/screens/Signup/StepInfo/index.tsx:143 src/view/com/modals/ChangeEmail.tsx:136 msgid "Email" msgstr "Ríomhphost" @@ -2253,8 +1813,11 @@ msgstr "Níl 2FA trí ríomhphost ar fáil a thuilleadh" msgid "Email address" msgstr "Seoladh ríomhphoist" -#: src/view/com/modals/ChangeEmail.tsx:54 -#: src/view/com/modals/ChangeEmail.tsx:83 +#: src/components/intents/VerifyEmailIntentDialog.tsx:95 +msgid "Email Resent" +msgstr "Athsheoladh an ríomhphost" + +#: src/view/com/modals/ChangeEmail.tsx:54 src/view/com/modals/ChangeEmail.tsx:83 msgid "Email updated" msgstr "Seoladh ríomhphoist uasdátaithe" @@ -2266,6 +1829,10 @@ msgstr "Seoladh ríomhphoist uasdátaithe" msgid "Email verified" msgstr "Ríomhphost dearbhaithe" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "Ríomhphost dearbhaithe" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "Ríomhphost:" @@ -2274,9 +1841,7 @@ msgstr "Ríomhphost:" msgid "Embed HTML code" msgstr "Leabaigh an cód HTML" -#: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:427 -#: src/view/com/util/forms/PostDropdownBtn.tsx:429 +#: src/components/dialogs/Embed.tsx:97 src/view/com/util/forms/PostDropdownBtn.tsx:427 src/view/com/util/forms/PostDropdownBtn.tsx:429 msgid "Embed post" msgstr "Leabaigh an phostáil" @@ -2292,16 +1857,7 @@ msgstr "Cuir {0} amháin ar fáil" msgid "Enable adult content" msgstr "Cuir ábhar do dhaoine fásta ar fáil" -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:94 -#~ msgid "Enable Adult Content" -#~ msgstr "Cuir ábhar do dhaoine fásta ar fáil" - -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:NaN -#~ msgid "Enable adult content in your feeds" -#~ msgstr "Cuir ábhar do dhaoine fásta ar fáil i do chuid fothaí" - -#: src/components/dialogs/EmbedConsent.tsx:82 -#: src/components/dialogs/EmbedConsent.tsx:89 +#: src/components/dialogs/EmbedConsent.tsx:82 src/components/dialogs/EmbedConsent.tsx:89 msgid "Enable external media" msgstr "Cuir meáin sheachtracha ar fáil" @@ -2309,41 +1865,29 @@ msgstr "Cuir meáin sheachtracha ar fáil" msgid "Enable media players for" msgstr "Cuir seinnteoirí na meán ar fáil le haghaidh" -#: src/view/screens/NotificationsSettings.tsx:65 -#: src/view/screens/NotificationsSettings.tsx:68 +#: src/view/screens/NotificationsSettings.tsx:65 src/view/screens/NotificationsSettings.tsx:68 msgid "Enable priority notifications" -msgstr "" +msgstr "Cuir fógraí tábhachtacha ar siúl" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:380 msgid "Enable subtitles" -msgstr "" - -#: src/view/screens/PreferencesFollowingFeed.tsx:145 -#~ msgid "Enable this setting to only see replies between people you follow." -#~ msgstr "Cuir an socrú seo ar siúl le gan ach freagraí i measc na ndaoine a leanann tú a fheiceáil." +msgstr "Cuir fotheidil ar siúl" #: src/components/dialogs/EmbedConsent.tsx:94 msgid "Enable this source only" msgstr "Cuir an foinse seo amháin ar fáil" -#: src/screens/Messages/Settings.tsx:131 -#: src/screens/Messages/Settings.tsx:134 -#: src/screens/Moderation/index.tsx:353 +#: src/screens/Messages/Settings.tsx:131 src/screens/Messages/Settings.tsx:134 src/screens/Moderation/index.tsx:353 msgid "Enabled" msgstr "Cumasaithe" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "Deireadh an fhotha" -#: src/components/Lists.tsx:52 -#, fuzzy -#~ msgid "End of list" -#~ msgstr "Curtha leis an liosta" - -#: src/tours/Tooltip.tsx:159 -msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." -msgstr "" +#: src/view/com/composer/videos/SubtitleDialog.tsx:161 +msgid "Ensure you have selected a language for each subtitle file." +msgstr "Deimhnigh gur roghnaigh tú teanga do gach comhad fotheideal." #: src/view/com/modals/AddAppPasswords.tsx:161 msgid "Enter a name for this App Password" @@ -2353,8 +1897,7 @@ msgstr "Cuir isteach ainm don phasfhocal aipe seo" msgid "Enter a password" msgstr "Cuir pasfhocal isteach" -#: src/components/dialogs/MutedWords.tsx:127 -#: src/components/dialogs/MutedWords.tsx:128 +#: src/components/dialogs/MutedWords.tsx:127 src/components/dialogs/MutedWords.tsx:128 msgid "Enter a word or tag" msgstr "Cuir focal na clib isteach" @@ -2378,8 +1921,7 @@ msgstr "Cuir isteach an seoladh ríomhphoist a d’úsáid tú le do chuntas a c msgid "Enter your birth date" msgstr "Cuir isteach do bhreithlá" -#: src/screens/Login/ForgotPasswordForm.tsx:105 -#: src/screens/Signup/StepInfo/index.tsx:152 +#: src/screens/Login/ForgotPasswordForm.tsx:105 src/screens/Signup/StepInfo/index.tsx:152 msgid "Enter your email address" msgstr "Cuir isteach do sheoladh ríomhphoist" @@ -2399,12 +1941,11 @@ msgstr "Cuir isteach do leasainm agus do phasfhocal" msgid "Error occurred while saving file" msgstr "Tharla earráid le linn comhad a shábháil" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "Earráid agus an freagra ar an captcha á phróiseáil." -#: src/screens/Onboarding/StepInterests/index.tsx:217 -#: src/view/screens/Search/Search.tsx:116 +#: src/screens/Onboarding/StepInterests/index.tsx:197 src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Earráid:" @@ -2418,30 +1959,31 @@ msgstr "Tig le chuile dhuine freagra a thabhairt" #: src/components/WhoCanReply.tsx:213 msgid "Everybody can reply to this post." -msgstr "" +msgstr "Tig le chuile dhuine freagra a thabhairt ar an bpostáil." -#: src/components/dms/MessagesNUX.tsx:131 -#: src/components/dms/MessagesNUX.tsx:134 -#: src/screens/Messages/Settings.tsx:75 -#: src/screens/Messages/Settings.tsx:78 +#: src/components/dms/MessagesNUX.tsx:131 src/components/dms/MessagesNUX.tsx:134 src/screens/Messages/Settings.tsx:75 src/screens/Messages/Settings.tsx:78 msgid "Everyone" msgstr "Chuile dhuine" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "An iomarca tagairtí nó freagraí" -#: src/lib/moderation/useReportOptions.ts:81 +#: 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:311 msgid "Exclude users you follow" -msgstr "" +msgstr "Ná cuir i bhfeidhm ar úsáideoirí a leanaim" #: src/components/dialogs/MutedWords.tsx:514 msgid "Excludes users you follow" -msgstr "" +msgstr "Leis seo, ní chuirtear an balbhú i bhfeidhm ar úsáideoirí a leanann tú" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:397 +msgid "Exit fullscreen" +msgstr "Fág an mód lánscáileáin" #: src/view/com/modals/DeleteAccount.tsx:293 msgid "Exits account deletion process" @@ -2467,26 +2009,25 @@ msgstr "Fágann sé seo an cuardach" msgid "Expand alt text" msgstr "Taispeáin an téacs malartach ina iomláine" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "Leathnaigh an liosta úsáideoirí" -#: src/view/com/composer/ComposerReplyTo.tsx:82 -#: src/view/com/composer/ComposerReplyTo.tsx:85 +#: src/view/com/composer/ComposerReplyTo.tsx:82 src/view/com/composer/ComposerReplyTo.tsx:85 msgid "Expand or collapse the full post you are replying to" msgstr "Leathnaigh nó laghdaigh an téacs iomlán a bhfuil tú ag freagairt" #: src/view/screens/NotificationsSettings.tsx:83 msgid "Experimental: When this preference is enabled, you'll only receive reply and quote notifications from users you follow. We'll continue to add more controls here over time." -msgstr "" +msgstr "Turgnamhach: Leis an rogha seo, ní bhfaighidh tú fógraí maidir le freagraí agus postálacha athluaite ach ó na húsáideoirí a bhfuil tú á leanúint. Cuirfimid tuilleadh roghanna anseo de réir a chéile." #: src/components/dialogs/MutedWords.tsx:500 msgid "Expired" -msgstr "" +msgstr "As feidhm" #: src/components/dialogs/MutedWords.tsx:502 msgid "Expires {0}" -msgstr "" +msgstr "Téann sé seo as feidhm {0}" #: src/lib/moderation/useGlobalLabelStrings.ts:47 msgid "Explicit or potentially disturbing media." @@ -2500,24 +2041,19 @@ msgstr "Íomhánna gnéasacha." msgid "Export my data" msgstr "Easpórtáil mo chuid sonraí" -#: src/view/screens/Settings/ExportCarDialog.tsx:62 -#: src/view/screens/Settings/index.tsx:763 +#: src/view/screens/Settings/ExportCarDialog.tsx:62 src/view/screens/Settings/index.tsx:763 msgid "Export My Data" msgstr "Easpórtáil mo chuid sonraí" -#: src/components/dialogs/EmbedConsent.tsx:55 -#: src/components/dialogs/EmbedConsent.tsx:59 +#: src/components/dialogs/EmbedConsent.tsx:55 src/components/dialogs/EmbedConsent.tsx:59 msgid "External Media" msgstr "Meáin sheachtracha" -#: src/components/dialogs/EmbedConsent.tsx:71 -#: src/view/screens/PreferencesExternalEmbeds.tsx:65 +#: src/components/dialogs/EmbedConsent.tsx:71 src/view/screens/PreferencesExternalEmbeds.tsx:65 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Is féidir le meáin sheachtracha cumas a thabhairt do shuíomhanna ar an nGréasán eolas fútsa agus faoi do ghléas a chnuasach. Ní sheoltar ná iarrtar aon eolas go dtí go mbrúnn tú an cnaipe “play”." -#: src/Navigation.tsx:310 -#: src/view/screens/PreferencesExternalEmbeds.tsx:54 -#: src/view/screens/Settings/index.tsx:645 +#: src/Navigation.tsx:310 src/view/screens/PreferencesExternalEmbeds.tsx:54 src/view/screens/Settings/index.tsx:645 msgid "External Media Preferences" msgstr "Roghanna maidir le meáin sheachtracha" @@ -2525,15 +2061,13 @@ msgstr "Roghanna maidir le meáin sheachtracha" msgid "External media settings" msgstr "Socruithe maidir le meáin sheachtracha" -#: src/view/com/modals/AddAppPasswords.tsx:119 -#: src/view/com/modals/AddAppPasswords.tsx:123 +#: src/view/com/modals/AddAppPasswords.tsx:119 src/view/com/modals/AddAppPasswords.tsx:123 msgid "Failed to create app password." msgstr "Teip ar phasfhocal aipe a chruthú." -#: src/screens/StarterPack/Wizard/index.tsx:229 -#: src/screens/StarterPack/Wizard/index.tsx:237 +#: src/screens/StarterPack/Wizard/index.tsx:229 src/screens/StarterPack/Wizard/index.tsx:237 msgid "Failed to create starter pack" -msgstr "" +msgstr "Theip ar chruthú an phacáiste fáilte" #: src/view/com/modals/CreateOrEditList.tsx:194 msgid "Failed to create the list. Check your internet connection and try again." @@ -2549,15 +2083,13 @@ msgstr "Teip ar scriosadh na postála. Déan iarracht eile." #: src/screens/StarterPack/StarterPackScreen.tsx:686 msgid "Failed to delete starter pack" -msgstr "" +msgstr "Theip ar scriosadh an phacáiste fáilte" -#: src/view/screens/Search/Explore.tsx:427 -#: src/view/screens/Search/Explore.tsx:455 +#: src/view/screens/Search/Explore.tsx:427 src/view/screens/Search/Explore.tsx:455 msgid "Failed to load feeds preferences" -msgstr "" +msgstr "Teip ar lódáil roghanna na bhfothaí" -#: src/components/dialogs/GifSelect.ios.tsx:196 -#: src/components/dialogs/GifSelect.tsx:212 +#: src/components/dialogs/GifSelect.ios.tsx:196 src/components/dialogs/GifSelect.tsx:212 msgid "Failed to load GIFs" msgstr "Theip ar lódáil na GIFanna" @@ -2565,23 +2097,13 @@ msgstr "Theip ar lódáil na GIFanna" msgid "Failed to load past messages" msgstr "Teip ar theachtaireachtaí roimhe seo a lódáil" -#: src/screens/Messages/Conversation/MessageListError.tsx:28 -#, fuzzy -#~ msgid "Failed to load past messages." -#~ msgstr "Teip ar theachtaireachtaí roimhe seo a lódáil" - -#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:NaN -#~ msgid "Failed to load recommended feeds" -#~ msgstr "Teip ar lódáil na bhfothaí molta" - -#: src/view/screens/Search/Explore.tsx:420 -#: src/view/screens/Search/Explore.tsx:448 +#: src/view/screens/Search/Explore.tsx:420 src/view/screens/Search/Explore.tsx:448 msgid "Failed to load suggested feeds" -msgstr "" +msgstr "Teip ar lódáil na bhfothaí molta" #: src/view/screens/Search/Explore.tsx:378 msgid "Failed to load suggested follows" -msgstr "" +msgstr "Teip ar lódáil na gcuntas molta" #: src/view/com/lightbox/Lightbox.tsx:90 msgid "Failed to save image: {0}" @@ -2589,84 +2111,59 @@ msgstr "Níor sábháladh an íomhá: {0}" #: src/state/queries/notifications/settings.ts:39 msgid "Failed to save notification preferences, please try again" -msgstr "" +msgstr "Teip ar na socruithe a shábháil. Déan iarracht eile." -#: src/components/dms/MessageItem.tsx:224 +#: src/components/dms/MessageItem.tsx:225 msgid "Failed to send" msgstr "Teip ar sheoladh" -#: src/screens/Messages/Conversation/MessageListError.tsx:29 -#, fuzzy -#~ msgid "Failed to send message(s)." -#~ msgstr "Teip ar theachtaireacht a scriosadh" - -#: src/components/moderation/LabelsOnMeDialog.tsx:234 -#: src/screens/Messages/Conversation/ChatDisabled.tsx:87 +#: src/components/moderation/LabelsOnMeDialog.tsx:225 src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "Teip ar achomharc a dhéanamh, bain triail eile as, le do thoil." #: src/view/com/util/forms/PostDropdownBtn.tsx:223 msgid "Failed to toggle thread mute, please try again" -msgstr "" +msgstr "Teip ar bhalbhú an tsnáithe a athrú; bain triail eile as" #: src/components/FeedCard.tsx:273 msgid "Failed to update feeds" -msgstr "" +msgstr "Theip ar uasdátú na bhfothaí" -#: src/components/dms/MessagesNUX.tsx:60 -#: src/screens/Messages/Settings.tsx:35 +#: src/components/dms/MessagesNUX.tsx:60 src/screens/Messages/Settings.tsx:35 msgid "Failed to update settings" msgstr "Teip ar shocruithe a uasdátú" +#: src/state/queries/video/video-upload.ts:67 src/state/queries/video/video-upload.web.ts:64 src/state/queries/video/video-upload.web.ts:68 src/state/queries/video/video-upload.web.ts:78 +msgid "Failed to upload video" +msgstr "Theip ar uaslódáil an fhíseáin" + #: src/Navigation.tsx:226 msgid "Feed" msgstr "Fotha" -#: src/components/FeedCard.tsx:131 -#: src/view/com/feeds/FeedSourceCard.tsx:250 +#: src/components/FeedCard.tsx:131 src/view/com/feeds/FeedSourceCard.tsx:250 msgid "Feed by {0}" msgstr "Fotha le {0}" -#: src/view/screens/Feeds.tsx:709 -#~ msgid "Feed offline" -#~ msgstr "Fotha as líne" - #: src/components/StarterPack/Wizard/WizardListCard.tsx:55 msgid "Feed toggle" -msgstr "" +msgstr "Scoránú an fhotha" -#: src/view/shell/desktop/RightNav.tsx:70 -#: src/view/shell/Drawer.tsx:346 +#: src/view/shell/desktop/RightNav.tsx:70 src/view/shell/Drawer.tsx:346 msgid "Feedback" msgstr "Aiseolas" -#: src/Navigation.tsx:353 -#: src/screens/StarterPack/StarterPackScreen.tsx:172 -#: src/view/screens/Feeds.tsx:445 -#: src/view/screens/Feeds.tsx:550 -#: src/view/screens/Profile.tsx:213 -#: src/view/screens/Search/Search.tsx:375 -#: src/view/shell/desktop/LeftNav.tsx:379 -#: src/view/shell/Drawer.tsx:497 -#: src/view/shell/Drawer.tsx:498 +#: src/Navigation.tsx:353 src/screens/StarterPack/StarterPackScreen.tsx:172 src/view/screens/Feeds.tsx:445 src/view/screens/Feeds.tsx:550 src/view/screens/Profile.tsx:224 src/view/screens/Search/Search.tsx:375 src/view/shell/desktop/LeftNav.tsx:373 src/view/shell/Drawer.tsx:497 src/view/shell/Drawer.tsx:498 msgid "Feeds" msgstr "Fothaí" -#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:58 -#~ msgid "Feeds are created by users to curate content. Choose some feeds that you find interesting." -#~ msgstr "Is iad na húsáideoirí a chruthaíonn na fothaí le hábhar is spéis leo a chur ar fáil. Roghnaigh cúpla fotha a bhfuil suim agat iontu." - #: src/view/screens/SavedFeeds.tsx:181 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information." msgstr "Is sainalgartaim iad na fothaí. Cruthaíonn úsáideoirí a bhfuil beagán taithí acu ar chódáil iad. <0/> le tuilleadh eolais a fháil." -#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 -#~ msgid "Feeds can be topical as well!" -#~ msgstr "Is féidir le fothaí a bheith bunaithe ar chúrsaí reatha freisin!" - #: src/components/FeedCard.tsx:270 msgid "Feeds updated!" -msgstr "" +msgstr "Uasdátaíodh na fothaí!" #: src/view/com/modals/ChangeHandle.tsx:475 msgid "File Contents" @@ -2680,36 +2177,18 @@ msgstr "Sábháladh an comhad!" msgid "Filter from feeds" msgstr "Scag ó mo chuid fothaí" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "Ag cur crích air" -#: src/view/com/posts/CustomFeedEmptyState.tsx:47 -#: src/view/com/posts/FollowingEmptyState.tsx:53 -#: src/view/com/posts/FollowingEndOfFeed.tsx:54 +#: src/view/com/posts/CustomFeedEmptyState.tsx:47 src/view/com/posts/FollowingEmptyState.tsx:53 src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" msgstr "Aimsigh fothaí le leanúint" -#: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "" - #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" msgstr "Aimsigh postálacha agus úsáideoirí ar Bluesky" -#: src/view/screens/Search/Search.tsx:589 -#~ msgid "Find users on Bluesky" -#~ msgstr "Aimsigh úsáideoirí ar Bluesky" - -#: src/view/screens/Search/Search.tsx:587 -#~ msgid "Find users with the search tool on the right" -#~ msgstr "Aimsigh úsáideoirí leis an uirlis chuardaigh ar dheis" - -#: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:155 -#~ msgid "Finding similar accounts..." -#~ msgstr "Cuntais eile atá cosúil leis seo á n-aimsiú..." - #: src/view/screens/PreferencesFollowingFeed.tsx:51 msgid "Fine-tune the content you see on your Following feed." msgstr "Mionathraigh an t-ábhar a fheiceann tú ar an bhfotha Following." @@ -2720,17 +2199,13 @@ msgstr "Mionathraigh na snáitheanna chomhrá" #: src/screens/StarterPack/Wizard/index.tsx:191 msgid "Finish" -msgstr "" - -#: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "" +msgstr "Críochnaigh" #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "Folláine" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "Solúbtha" @@ -2738,17 +2213,12 @@ msgstr "Solúbtha" msgid "Flip horizontal" msgstr "Iompaigh go cothrománach é" -#: src/view/com/modals/EditImage.tsx:121 -#: src/view/com/modals/EditImage.tsx:288 +#: src/view/com/modals/EditImage.tsx:121 src/view/com/modals/EditImage.tsx:288 msgid "Flip vertically" msgstr "Iompaigh go hingearach é" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:351 -#: src/components/ProfileHoverCard/index.web.tsx:446 -#: src/components/ProfileHoverCard/index.web.tsx:457 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:252 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 +#: src/components/ProfileCard.tsx:356 src/components/ProfileHoverCard/index.web.tsx:446 src/components/ProfileHoverCard/index.web.tsx:457 src/screens/Profile/Header/ProfileHeaderStandard.tsx:225 src/view/com/post-thread/PostThreadFollowBtn.tsx:144 msgid "Follow" msgstr "Lean" @@ -2757,8 +2227,7 @@ msgctxt "action" msgid "Follow" msgstr "Lean" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:238 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:209 src/view/com/post-thread/PostThreadFollowBtn.tsx:126 msgid "Follow {0}" msgstr "Lean {0}" @@ -2768,107 +2237,75 @@ msgstr "Lean {name}" #: src/components/ProgressGuide/List.tsx:54 msgid "Follow 7 accounts" -msgstr "" +msgstr "Lean 7 gcuntas" -#: src/view/com/profile/ProfileMenu.tsx:246 -#: src/view/com/profile/ProfileMenu.tsx:257 +#: src/view/com/profile/ProfileMenu.tsx:246 src/view/com/profile/ProfileMenu.tsx:257 msgid "Follow Account" msgstr "Lean an cuntas seo" -#: src/screens/StarterPack/StarterPackScreen.tsx:416 -#: src/screens/StarterPack/StarterPackScreen.tsx:423 +#: src/screens/StarterPack/StarterPackScreen.tsx:416 src/screens/StarterPack/StarterPackScreen.tsx:423 msgid "Follow all" -msgstr "" +msgstr "Lean iad uile" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 -#~ msgid "Follow All" -#~ msgstr "Lean iad uile" +#: src/view/com/profile/FollowButton.tsx:79 +msgctxt "action" +msgid "Follow Back" +msgstr "Lean Ar Ais" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:223 src/view/com/post-thread/PostThreadFollowBtn.tsx:142 msgid "Follow Back" msgstr "Lean Ar Ais" #: src/view/screens/Search/Explore.tsx:334 msgid "Follow more accounts to get connected to your interests and build your network." -msgstr "" - -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 -#~ msgid "Follow selected accounts and continue to the next step" -#~ msgstr "Lean na cuntais roghnaithe agus téigh ar aghaidh go dtí an chéad chéim eile" - -#: src/view/com/auth/onboarding/RecommendedFollows.tsx:65 -#~ msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." -#~ msgstr "Lean cúpla cuntas mar thosú. Tig linn níos mó úsáideoirí a mholadh duit a mbeadh suim agat iontu." - -#: src/components/KnownFollowers.tsx:169 -#~ msgid "Followed by" -#~ msgstr "" - -#: src/view/com/profile/ProfileCard.tsx:190 -#~ msgid "Followed by {0}" -#~ msgstr "Leanta ag {0}" +msgstr "Lean níos mó cuntas le ceangal a dhéanamh le do chuid suimeanna agus le do líonra a thógáil." #: src/components/KnownFollowers.tsx:231 msgid "Followed by <0>{0}" -msgstr "" +msgstr "Leanta ag <0>{0}" #: src/components/KnownFollowers.tsx:217 msgid "Followed by <0>{0} and {1, plural, one {# other} other {# others}}" -msgstr "" +msgstr "Leanta ag <0>{0} agus {1, plural, one {duine amháin eile} two {beirt eile} few {# dhuine eile} many {# nduine eile} other {# duine eile}}" #: src/components/KnownFollowers.tsx:204 msgid "Followed by <0>{0} and <1>{1}" -msgstr "" +msgstr "Leanta ag <0>{0} agus <1>{1}" #: src/components/KnownFollowers.tsx:186 msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" -msgstr "" +msgstr "Leanta ag <0>{0}, <1>{1}, agus {2, plural, one {duine amháin eile} two {beirt eile} few {# dhuine eile} many {# nduine eile} other {# duine eile}}" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:403 msgid "Followed users" msgstr "Cuntais a leanann tú" -#: src/view/screens/PreferencesFollowingFeed.tsx:152 -#~ msgid "Followed users only" -#~ msgstr "Cuntais a leanann tú amháin" - -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "— lean sé/sí thú" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" -msgstr "" +msgstr "— lean sé/sí thú" -#: src/view/com/profile/ProfileFollowers.tsx:104 -#: src/view/screens/ProfileFollowers.tsx:25 +#: src/view/screens/ProfileFollowers.tsx:29 src/view/screens/ProfileFollowers.tsx:30 msgid "Followers" msgstr "Leantóirí" #: src/Navigation.tsx:187 msgid "Followers of @{0} that you know" -msgstr "" +msgstr "Leantóirí de chuid @{0} a bhfuil aithne agat orthu" -#: src/screens/Profile/KnownFollowers.tsx:108 -#: src/screens/Profile/KnownFollowers.tsx:118 +#: src/screens/Profile/KnownFollowers.tsx:108 src/screens/Profile/KnownFollowers.tsx:118 msgid "Followers you know" -msgstr "" +msgstr "Leantóirí a bhfuil aithne agat orthu" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:345 -#: src/components/ProfileHoverCard/index.web.tsx:445 -#: src/components/ProfileHoverCard/index.web.tsx:456 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 -#: src/view/com/profile/ProfileFollows.tsx:104 -#: src/view/screens/Feeds.tsx:630 -#: src/view/screens/ProfileFollows.tsx:25 -#: src/view/screens/SavedFeeds.tsx:416 +#: src/components/ProfileCard.tsx:350 src/components/ProfileHoverCard/index.web.tsx:445 src/components/ProfileHoverCard/index.web.tsx:456 src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 src/view/com/post-thread/PostThreadFollowBtn.tsx:147 src/view/screens/Feeds.tsx:630 src/view/screens/ProfileFollows.tsx:29 src/view/screens/ProfileFollows.tsx:30 src/view/screens/SavedFeeds.tsx:416 msgid "Following" msgstr "Á leanúint" -#: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/components/ProfileCard.tsx:316 src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Ag leanúint {0}" @@ -2880,16 +2317,10 @@ msgstr "Ag leanacht {name}" msgid "Following feed preferences" msgstr "Roghanna le haghaidh an fhotha Following" -#: src/Navigation.tsx:297 -#: src/view/screens/PreferencesFollowingFeed.tsx:48 -#: src/view/screens/Settings/index.tsx:548 +#: src/Navigation.tsx:297 src/view/screens/PreferencesFollowingFeed.tsx:48 src/view/screens/Settings/index.tsx:548 msgid "Following Feed Preferences" msgstr "Roghanna don Fhotha Following" -#: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "" - #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" msgstr "Leanann sé/sí thú" @@ -2898,8 +2329,7 @@ msgstr "Leanann sé/sí thú" msgid "Follows You" msgstr "Leanann sé/sí thú" -#: src/screens/Onboarding/index.tsx:40 -#: src/screens/Onboarding/state.ts:87 +#: src/screens/Onboarding/index.tsx:40 src/screens/Onboarding/state.ts:87 msgid "Food" msgstr "Bia" @@ -2913,18 +2343,17 @@ msgstr "Ar chúiseanna slándála, ní bheidh tú in ann é seo a fheiceáil ar #: src/components/dialogs/MutedWords.tsx:178 msgid "Forever" -msgstr "" +msgstr "Go brách" -#: src/screens/Login/index.tsx:129 -#: src/screens/Login/index.tsx:144 +#: src/screens/Login/index.tsx:129 src/screens/Login/index.tsx:144 msgid "Forgot Password" msgstr "Pasfhocal dearmadta" -#: src/screens/Login/LoginForm.tsx:246 +#: src/screens/Login/LoginForm.tsx:233 msgid "Forgot password?" msgstr "Pasfhocal dearmadta?" -#: src/screens/Login/LoginForm.tsx:257 +#: src/screens/Login/LoginForm.tsx:244 msgid "Forgot?" msgstr "Dearmadta?" @@ -2932,43 +2361,46 @@ msgstr "Dearmadta?" msgid "Frequently Posts Unwanted Content" msgstr "Is minic a phostálann siad ábhar nach bhfuil de dhíth" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "Ó @{sanitizedAuthor}" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "Ó <0/>" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:398 +msgid "Fullscreen" +msgstr "Lánscáileán" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Gailearaí" #: src/components/StarterPack/ProfileStarterPacks.tsx:279 msgid "Generate a starter pack" -msgstr "" +msgstr "Cruthaigh pacáiste fáilte" #: src/view/shell/Drawer.tsx:350 msgid "Get help" -msgstr "" +msgstr "Faigh cabhair" #: src/components/dms/MessagesNUX.tsx:168 msgid "Get started" msgstr "Tús maith" -#: src/view/com/modals/VerifyEmail.tsx:197 -#: src/view/com/modals/VerifyEmail.tsx:199 +#: src/view/com/modals/VerifyEmail.tsx:197 src/view/com/modals/VerifyEmail.tsx:199 msgid "Get Started" msgstr "Ar aghaidh leat anois!" #: src/components/ProgressGuide/List.tsx:33 msgid "Getting started" -msgstr "" +msgstr "Tús maith" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:122 msgid "GIF" -msgstr "" +msgstr "GIF" #: src/screens/Onboarding/StepProfile/index.tsx:225 msgid "Give your profile a face" @@ -2978,44 +2410,21 @@ msgstr "Tabhair gnúis do do phróifíl" msgid "Glaring violations of law or terms of service" msgstr "Deargshárú an dlí nó na dtéarmaí seirbhíse" -#: src/components/moderation/ScreenHider.tsx:160 -#: src/components/moderation/ScreenHider.tsx:169 -#: src/view/com/auth/LoggedOut.tsx:67 -#: src/view/com/auth/LoggedOut.tsx:68 -#: src/view/screens/NotFound.tsx:55 -#: src/view/screens/ProfileFeed.tsx:112 -#: src/view/screens/ProfileList.tsx:1026 -#: src/view/shell/desktop/LeftNav.tsx:134 +#: src/components/moderation/ScreenHider.tsx:160 src/components/moderation/ScreenHider.tsx:169 src/view/com/auth/LoggedOut.tsx:67 src/view/com/auth/LoggedOut.tsx:68 src/view/screens/NotFound.tsx:55 src/view/screens/ProfileFeed.tsx:112 src/view/screens/ProfileList.tsx:1026 src/view/shell/desktop/LeftNav.tsx:133 msgid "Go back" msgstr "Ar ais" -#: src/components/Error.tsx:79 -#: src/screens/List/ListHiddenScreen.tsx:210 -#: src/screens/Profile/ErrorState.tsx:62 -#: src/screens/Profile/ErrorState.tsx:66 -#: src/screens/StarterPack/StarterPackScreen.tsx:745 -#: src/view/screens/NotFound.tsx:54 -#: src/view/screens/ProfileFeed.tsx:117 -#: src/view/screens/ProfileList.tsx:1031 +#: src/components/Error.tsx:79 src/screens/List/ListHiddenScreen.tsx:210 src/screens/Profile/ErrorState.tsx:62 src/screens/Profile/ErrorState.tsx:66 src/screens/StarterPack/StarterPackScreen.tsx:745 src/view/screens/NotFound.tsx:54 src/view/screens/ProfileFeed.tsx:117 src/view/screens/ProfileList.tsx:1031 msgid "Go Back" msgstr "Ar ais" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:189 -#~ msgid "Go back to previous screen" -#~ msgstr "" - -#: src/components/dms/ReportDialog.tsx:154 -#: src/components/ReportDialog/SelectReportOptionView.tsx:80 -#: src/components/ReportDialog/SubmitView.tsx:108 -#: src/screens/Onboarding/Layout.tsx:102 -#: src/screens/Onboarding/Layout.tsx:191 -#: src/screens/Signup/BackNextButtons.tsx:34 +#: src/components/dms/ReportDialog.tsx:154 src/components/ReportDialog/SelectReportOptionView.tsx:80 src/components/ReportDialog/SubmitView.tsx:108 src/screens/Onboarding/Layout.tsx:102 src/screens/Onboarding/Layout.tsx:191 src/screens/Signup/BackNextButtons.tsx:34 msgid "Go back to previous step" msgstr "Fill ar an gcéim roimhe seo" #: src/screens/StarterPack/Wizard/index.tsx:299 msgid "Go back to the previous step" -msgstr "" +msgstr "Fill ar an gcéim roimhe seo" #: src/view/screens/NotFound.tsx:55 msgid "Go home" @@ -3025,16 +2434,11 @@ msgstr "Abhaile" msgid "Go Home" msgstr "Abhaile" -#: src/view/screens/Search/Search.tsx:NaN -#~ msgid "Go to @{queryMaybeHandle}" -#~ msgstr "Téigh go dtí @{queryMaybeHandle}" - #: src/screens/Messages/List/ChatListItem.tsx:211 msgid "Go to conversation with {0}" msgstr "Téigh go comhrá le {0}" -#: src/screens/Login/ForgotPasswordForm.tsx:172 -#: src/view/com/modals/ChangePassword.tsx:168 +#: src/screens/Login/ForgotPasswordForm.tsx:171 src/view/com/modals/ChangePassword.tsx:168 msgid "Go to next" msgstr "Téigh go dtí an chéad rud eile" @@ -3042,10 +2446,6 @@ msgstr "Téigh go dtí an chéad rud eile" msgid "Go to profile" msgstr "Téigh go próifíl" -#: src/tours/Tooltip.tsx:138 -msgid "Go to the next step of the tour" -msgstr "" - #: src/components/dms/ConvoMenu.tsx:164 msgid "Go to user's profile" msgstr "Téigh go próifíl an úsáideora" @@ -3056,7 +2456,7 @@ msgstr "Meáin Ghrafacha" #: src/state/shell/progress-guide.tsx:161 msgid "Half way there!" -msgstr "" +msgstr "Leath bealaigh ann!" #: src/view/com/modals/ChangeHandle.tsx:260 msgid "Handle" @@ -3082,8 +2482,7 @@ msgstr "Haischlib: #{tag}" msgid "Having trouble?" msgstr "Fadhb ort?" -#: src/view/shell/desktop/RightNav.tsx:99 -#: src/view/shell/Drawer.tsx:359 +#: src/view/shell/desktop/RightNav.tsx:99 src/view/shell/Drawer.tsx:359 msgid "Help" msgstr "Cúnamh" @@ -3091,64 +2490,36 @@ msgstr "Cúnamh" msgid "Help people know you're not a bot by uploading a picture or creating an avatar." msgstr "Tabhair le fios dúinn nach bot thú trí pictiúr a uaslódáil nó abhatár a chruthú." -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:140 -#~ msgid "Here are some accounts for you to follow" -#~ msgstr "Seo cúpla cuntas le leanúint duit" - -#: src/screens/Onboarding/StepTopicalFeeds.tsx:89 -#~ msgid "Here are some popular topical feeds. You can choose to follow as many as you like." -#~ msgstr "Seo cúpla fotha a bhfuil ráchairt orthu. Is féidir leat an méid acu is mian leat a leanúint." - -#: src/screens/Onboarding/StepTopicalFeeds.tsx:84 -#~ msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." -#~ msgstr "Seo cúpla fotha a phléann le rudaí a bhfuil suim agat iontu: {interestsText}. Is féidir leat an méid acu is mian leat a leanúint." - #: src/view/com/modals/AddAppPasswords.tsx:204 msgid "Here is your app password." msgstr "Seo é do phasfhocal aipe." #: src/components/ListCard.tsx:128 msgid "Hidden list" -msgstr "" +msgstr "Liosta i bhfolach" -#: src/components/moderation/ContentHider.tsx:116 -#: src/components/moderation/LabelPreference.tsx:134 -#: src/components/moderation/PostHider.tsx:122 -#: src/lib/moderation/useLabelBehaviorDescription.ts:15 -#: src/lib/moderation/useLabelBehaviorDescription.ts:20 -#: src/lib/moderation/useLabelBehaviorDescription.ts:25 -#: src/lib/moderation/useLabelBehaviorDescription.ts:30 -#: src/view/com/util/forms/PostDropdownBtn.tsx:640 +#: src/components/moderation/ContentHider.tsx:116 src/components/moderation/LabelPreference.tsx:134 src/components/moderation/PostHider.tsx:122 src/lib/moderation/useLabelBehaviorDescription.ts:15 src/lib/moderation/useLabelBehaviorDescription.ts:20 src/lib/moderation/useLabelBehaviorDescription.ts:25 src/lib/moderation/useLabelBehaviorDescription.ts:30 src/view/com/util/forms/PostDropdownBtn.tsx:640 msgid "Hide" msgstr "Cuir i bhfolach" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "Cuir i bhfolach" -#: src/view/com/util/forms/PostDropdownBtn.tsx:390 -#: src/view/com/util/forms/PostDropdownBtn.tsx:392 -#~ msgid "Hide post" -#~ msgstr "Cuir an phostáil seo i bhfolach" - -#: src/view/com/util/forms/PostDropdownBtn.tsx:501 -#: src/view/com/util/forms/PostDropdownBtn.tsx:507 +#: src/view/com/util/forms/PostDropdownBtn.tsx:501 src/view/com/util/forms/PostDropdownBtn.tsx:507 msgid "Hide post for me" -msgstr "" +msgstr "Cuir an phostáil seo i bhfolach domsa" -#: src/view/com/util/forms/PostDropdownBtn.tsx:518 -#: src/view/com/util/forms/PostDropdownBtn.tsx:528 +#: src/view/com/util/forms/PostDropdownBtn.tsx:518 src/view/com/util/forms/PostDropdownBtn.tsx:528 msgid "Hide reply for everyone" -msgstr "" +msgstr "Cuir an freagra i bhfolach do chách" -#: src/view/com/util/forms/PostDropdownBtn.tsx:500 -#: src/view/com/util/forms/PostDropdownBtn.tsx:506 +#: src/view/com/util/forms/PostDropdownBtn.tsx:500 src/view/com/util/forms/PostDropdownBtn.tsx:506 msgid "Hide reply for me" -msgstr "" +msgstr "Cuir an freagra i bhfolach domsa" -#: src/components/moderation/ContentHider.tsx:68 -#: src/components/moderation/PostHider.tsx:79 +#: src/components/moderation/ContentHider.tsx:68 src/components/moderation/PostHider.tsx:79 msgid "Hide the content" msgstr "Cuir an t-ábhar seo i bhfolach" @@ -3156,12 +2527,11 @@ msgstr "Cuir an t-ábhar seo i bhfolach" msgid "Hide this post?" msgstr "An bhfuil fonn ort an phostáil seo a chur i bhfolach?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:635 -#: src/view/com/util/forms/PostDropdownBtn.tsx:697 +#: src/view/com/util/forms/PostDropdownBtn.tsx:635 src/view/com/util/forms/PostDropdownBtn.tsx:697 msgid "Hide this reply?" -msgstr "" +msgstr "An bhfuil fonn ort an freagra seo a chur i bhfolach?" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "Cuir liosta na gcuntas i bhfolach" @@ -3193,12 +2563,11 @@ msgstr "Hmmm, is cosúil go bhfuil fadhb againn le lódáil na sonraí seo. Féa msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmm, ní raibh muid in ann an tseirbhís modhnóireachta sin a lódáil." -#: src/Navigation.tsx:549 -#: src/Navigation.tsx:569 -#: src/view/shell/bottom-bar/BottomBar.tsx:160 -#: src/view/shell/desktop/LeftNav.tsx:342 -#: src/view/shell/Drawer.tsx:429 -#: src/view/shell/Drawer.tsx:430 +#: src/state/queries/video/video.ts:165 +msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" +msgstr "Foighne ort! Tá físeáin á seoladh de réir a chéile, agus tá tú fós ag fanacht ar d'uain. Déan iarracht go luath!" + +#: src/Navigation.tsx:550 src/Navigation.tsx:570 src/view/shell/bottom-bar/BottomBar.tsx:159 src/view/shell/desktop/LeftNav.tsx:341 src/view/shell/Drawer.tsx:429 src/view/shell/Drawer.tsx:430 msgid "Home" msgstr "Baile" @@ -3206,10 +2575,7 @@ msgstr "Baile" msgid "Host:" msgstr "Óstach:" -#: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:180 -#: src/screens/Signup/StepInfo/index.tsx:106 -#: src/view/com/modals/ChangeHandle.tsx:275 +#: src/screens/Login/ForgotPasswordForm.tsx:89 src/screens/Login/LoginForm.tsx:169 src/screens/Signup/StepInfo/index.tsx:106 src/view/com/modals/ChangeHandle.tsx:275 msgid "Hosting provider" msgstr "Soláthraí óstála" @@ -3217,9 +2583,7 @@ msgstr "Soláthraí óstála" msgid "How should we open this link?" msgstr "Conas ar cheart dúinn an nasc seo a oscailt?" -#: src/view/com/modals/VerifyEmail.tsx:222 -#: src/view/screens/Settings/DisableEmail2FADialog.tsx:132 -#: src/view/screens/Settings/DisableEmail2FADialog.tsx:135 +#: src/view/com/modals/VerifyEmail.tsx:222 src/view/screens/Settings/DisableEmail2FADialog.tsx:132 src/view/screens/Settings/DisableEmail2FADialog.tsx:135 msgid "I have a code" msgstr "Tá cód agam" @@ -3231,8 +2595,7 @@ msgstr "Tá cód dearbhaithe agam" msgid "I have my own domain" msgstr "Tá fearann de mo chuid féin agam" -#: src/components/dms/BlockedByListDialog.tsx:57 -#: src/components/dms/ReportConversationPrompt.tsx:22 +#: src/components/dms/BlockedByListDialog.tsx:57 src/components/dms/ReportConversationPrompt.tsx:22 msgid "I understand" msgstr "Tuigim" @@ -3268,7 +2631,7 @@ msgstr "Má tá sé i gceist agat do hanla nó ríomhphost a athrú, déan sin s msgid "Illegal and Urgent" msgstr "Mídhleathach agus Práinneach" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:56 msgid "Image" msgstr "Íomhá" @@ -3276,15 +2639,19 @@ msgstr "Íomhá" msgid "Image alt text" msgstr "Téacs malartach le híomhá" -#: src/components/StarterPack/ShareDialog.tsx:76 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:247 src/components/StarterPack/ShareDialog.tsx:76 msgid "Image saved to your camera roll!" -msgstr "" +msgstr "Sábháladh an íomhá ar do rolla ceamara!" #: 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/lib/moderation/useReportOptions.ts:86 +#: src/lib/moderation/useReportOptions.ts:68 +msgid "Impersonation, misinformation, or false claims" +msgstr "Pearsanú, mífhaisnéis, nó ráitis bhréagacha" + +#: src/lib/moderation/useReportOptions.ts:91 msgid "Inappropriate messages or explicit links" msgstr "Teachtaireachtaí míchuí nó nascanna graosta" @@ -3308,19 +2675,15 @@ 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:286 +#: src/screens/Login/LoginForm.tsx:273 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/screens/Login/LoginForm.tsx:221 -#~ msgid "Input the password tied to {identifier}" -#~ msgstr "Cuir isteach an pasfhocal ceangailte le {identifier}" - -#: src/screens/Login/LoginForm.tsx:215 +#: src/screens/Login/LoginForm.tsx:203 msgid "Input the username or email address you used at signup" msgstr "Cuir isteach an leasainm nó an seoladh ríomhphoist a d’úsáid tú nuair a chláraigh tú" -#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Login/LoginForm.tsx:228 msgid "Input your password" msgstr "Cuir isteach do phasfhocal" @@ -3328,20 +2691,19 @@ msgstr "Cuir isteach do phasfhocal" msgid "Input your preferred hosting provider" msgstr "Cuir isteach an soláthraí óstála is fearr leat" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "Cuir isteach do leasainm" #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:55 msgid "Interaction limited" -msgstr "" +msgstr "Idirghníomhaíocht teoranta" #: src/components/dms/MessagesNUX.tsx:82 msgid "Introducing Direct Messages" msgstr "Ag cur Teachtaireachtaí Díreacha in aithne duit" -#: src/screens/Login/LoginForm.tsx:140 -#: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 +#: src/screens/Login/LoginForm.tsx:145 src/view/screens/Settings/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Tá an cód 2FA seo neamhbhailí." @@ -3349,10 +2711,14 @@ msgstr "Tá an cód 2FA seo neamhbhailí." msgid "Invalid or unsupported post record" msgstr "Taifead postála atá neamhbhailí nó gan bhunús" -#: src/screens/Login/LoginForm.tsx:145 +#: src/screens/Login/LoginForm.tsx:91 src/screens/Login/LoginForm.tsx:150 msgid "Invalid username or password" msgstr "Leasainm nó pasfhocal míchruinn" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "Cód Deimhnithe Neamhbhailí" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Tabhair cuireadh chuig cara leat" @@ -3361,7 +2727,7 @@ msgstr "Tabhair cuireadh chuig cara leat" msgid "Invite code" msgstr "Cód cuiridh" -#: src/screens/Signup/state.ts:263 +#: src/screens/Signup/state.ts:258 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Níor glacadh leis an gcód cuiridh. Bí cinnte gur scríobh tú i gceart é agus bain triail eile as." @@ -3375,48 +2741,44 @@ msgstr "Cóid chuiridh: 1 ar fáil" #: src/components/StarterPack/ShareDialog.tsx:97 msgid "Invite people to this starter pack!" -msgstr "" +msgstr "Tabhair cuireadh do dhaoine chuig an pacáiste fáilte!" #: src/screens/StarterPack/Wizard/StepDetails.tsx:35 msgid "Invite your friends to follow your favorite feeds and people" -msgstr "" +msgstr "Tabhair cuireadh do do chuid cairde na fothaí agus na daoine is fearr leat a leanúint" #: src/screens/StarterPack/Wizard/StepDetails.tsx:32 msgid "Invites, but personal" -msgstr "" - -#: src/screens/Onboarding/StepFollowingFeed.tsx:65 -#~ msgid "It shows posts from the people you follow as they happen." -#~ msgstr "Taispeánann sé postálacha ó na daoine a leanann tú nuair a fhoilsítear iad." +msgstr "Cuirí, ach pearsanta" #: src/screens/StarterPack/Wizard/index.tsx:452 msgid "It's just you right now! Add more people to your starter pack by searching above." -msgstr "" +msgstr "Níl ann ach tusa anois! Cuardaigh thuas le tuilleadh daoine a chur le do phacáiste fáilte." + +#: src/view/com/composer/Composer.tsx:1126 +msgid "Job ID: {0}" +msgstr "ID an Jab: {0}" #: src/view/com/auth/SplashScreen.web.tsx:164 msgid "Jobs" msgstr "Jabanna" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:206 -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:443 -#: src/screens/StarterPack/StarterPackScreen.tsx:454 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:206 src/screens/StarterPack/StarterPackLandingScreen.tsx:212 src/screens/StarterPack/StarterPackScreen.tsx:443 src/screens/StarterPack/StarterPackScreen.tsx:454 msgid "Join Bluesky" -msgstr "" +msgstr "Cláraigh le Bluesky" #: src/components/StarterPack/QrCode.tsx:56 msgid "Join the conversation" -msgstr "" +msgstr "Glac páirt sa chomhrá" -#: src/screens/Onboarding/index.tsx:21 -#: src/screens/Onboarding/state.ts:89 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:492 +msgid "Joined {0}" +msgstr "Cláraithe {0}" + +#: src/screens/Onboarding/index.tsx:21 src/screens/Onboarding/state.ts:89 msgid "Journalism" msgstr "Iriseoireacht" -#: src/components/moderation/LabelsOnMe.tsx:59 -#~ msgid "label has been placed on this {labelTarget}" -#~ msgstr "cuireadh lipéad ar an {labelTarget} seo" - #: src/components/moderation/ContentHider.tsx:147 msgid "Labeled by {0}." msgstr "Lipéad curtha ag {0}." @@ -3425,7 +2787,7 @@ msgstr "Lipéad curtha ag {0}." msgid "Labeled by the author." msgstr "Lipéadaithe ag an údar." -#: src/view/screens/Profile.tsx:207 +#: src/view/screens/Profile.tsx:218 msgid "Labels" msgstr "Lipéid" @@ -3433,15 +2795,11 @@ msgstr "Lipéid" 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/LabelsOnMe.tsx:61 -#~ msgid "labels have been placed on this {labelTarget}" -#~ msgstr "cuireadh lipéid ar an {labelTarget}" - -#: src/components/moderation/LabelsOnMeDialog.tsx:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "Lipéid ar do chuntas" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "Lipéid ar do chuid ábhair" @@ -3453,8 +2811,7 @@ msgstr "Rogha teanga" msgid "Language settings" msgstr "Socruithe teanga" -#: src/Navigation.tsx:160 -#: src/view/screens/LanguageSettings.tsx:90 +#: src/Navigation.tsx:160 src/view/screens/LanguageSettings.tsx:90 msgid "Language Settings" msgstr "Socruithe teanga" @@ -3462,8 +2819,7 @@ msgstr "Socruithe teanga" msgid "Languages" msgstr "Teangacha" -#: src/screens/Hashtag.tsx:99 -#: src/view/screens/Search/Search.tsx:359 +#: src/screens/Hashtag.tsx:97 src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "Is Déanaí" @@ -3473,20 +2829,17 @@ msgstr "Le tuilleadh a fhoghlaim" #: src/view/com/auth/SplashScreen.web.tsx:152 msgid "Learn more about Bluesky" -msgstr "" +msgstr "Tuilleadh eolais maidir le Bluesky" -#: src/components/moderation/ContentHider.tsx:66 -#: src/components/moderation/ContentHider.tsx:131 +#: src/components/moderation/ContentHider.tsx:66 src/components/moderation/ContentHider.tsx:131 msgid "Learn more about the moderation applied to this content." msgstr "Foghlaim níos mó faoin modhnóireacht a dhéantar ar an ábhar seo." -#: src/components/moderation/PostHider.tsx:100 -#: src/components/moderation/ScreenHider.tsx:133 +#: src/components/moderation/PostHider.tsx:100 src/components/moderation/ScreenHider.tsx:133 msgid "Learn more about this warning" msgstr "Le tuilleadh a fhoghlaim faoin rabhadh seo" -#: src/screens/Moderation/index.tsx:583 -#: src/screens/Moderation/index.tsx:585 +#: src/screens/Moderation/index.tsx:583 src/screens/Moderation/index.tsx:585 msgid "Learn more about what is public on Bluesky." msgstr "Le tuilleadh a fhoghlaim faoi céard atá poiblí ar Bluesky" @@ -3498,16 +2851,11 @@ msgstr "Tuilleadh eolais." msgid "Leave" msgstr "Éirigh as" -#: src/components/dms/MessagesListBlockedFooter.tsx:66 -#: src/components/dms/MessagesListBlockedFooter.tsx:73 +#: src/components/dms/MessagesListBlockedFooter.tsx:66 src/components/dms/MessagesListBlockedFooter.tsx:73 msgid "Leave chat" msgstr "Éirigh as an gcomhrá" -#: src/components/dms/ConvoMenu.tsx:138 -#: src/components/dms/ConvoMenu.tsx:141 -#: src/components/dms/ConvoMenu.tsx:208 -#: src/components/dms/ConvoMenu.tsx:211 -#: src/components/dms/LeaveConvoPrompt.tsx:46 +#: src/components/dms/ConvoMenu.tsx:138 src/components/dms/ConvoMenu.tsx:141 src/components/dms/ConvoMenu.tsx:208 src/components/dms/ConvoMenu.tsx:211 src/components/dms/LeaveConvoPrompt.tsx:46 msgid "Leave conversation" msgstr "Éirigh as an gcomhrá" @@ -3523,81 +2871,51 @@ msgstr "Ag fágáil slán ag Bluesky" msgid "left to go." msgstr "le déanamh fós." -#: src/view/screens/Settings/index.tsx:310 -#~ msgid "Legacy storage cleared, you need to restart the app now." -#~ msgstr "Stóráil oidhreachta scriosta, tá ort an aip a atosú anois." - #: src/components/StarterPack/ProfileStarterPacks.tsx:295 msgid "Let me choose" -msgstr "" +msgstr "Lig dom roghnú" -#: src/screens/Login/index.tsx:130 -#: src/screens/Login/index.tsx:145 +#: src/screens/Login/index.tsx:130 src/screens/Login/index.tsx:145 msgid "Let's get your password reset!" msgstr "Socraímis do phasfhocal arís!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "Ar aghaidh linn!" -#: src/screens/Settings/AppearanceSettings.tsx:90 -#: src/screens/Settings/AppearanceSettings.tsx:92 +#: src/screens/Settings/AppearanceSettings.tsx:90 src/screens/Settings/AppearanceSettings.tsx:92 msgid "Light" msgstr "Sorcha" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:197 -#~ msgid "Like" -#~ msgstr "Mol" - #: src/components/ProgressGuide/List.tsx:48 msgid "Like 10 posts" -msgstr "" +msgstr "Mol 10 bpostáil." -#: src/state/shell/progress-guide.tsx:157 -#: src/state/shell/progress-guide.tsx:162 +#: src/state/shell/progress-guide.tsx:157 src/state/shell/progress-guide.tsx:162 msgid "Like 10 posts to train the Discover feed" -msgstr "" +msgstr "Mol 10 bpostáil leis an bhfotha Discover a thraenáil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:267 -#: src/view/screens/ProfileFeed.tsx:575 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:267 src/view/screens/ProfileFeed.tsx:575 msgid "Like this feed" msgstr "Mol an fotha seo" -#: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:231 -#: src/Navigation.tsx:236 +#: src/components/LikesDialog.tsx:87 src/Navigation.tsx:231 src/Navigation.tsx:236 msgid "Liked by" msgstr "Molta ag" -#: src/screens/Post/PostLikedBy.tsx:29 -#: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 -#: src/view/com/post-thread/PostLikedBy.tsx:94 -#: src/view/screens/ProfileFeedLikedBy.tsx:28 +#: src/screens/Post/PostLikedBy.tsx:31 src/screens/Post/PostLikedBy.tsx:32 src/screens/Profile/ProfileLabelerLikedBy.tsx:29 src/view/screens/ProfileFeedLikedBy.tsx:28 msgid "Liked By" msgstr "Molta ag" -#: src/view/com/feeds/FeedSourceCard.tsx:268 -#~ msgid "Liked by {0} {1}" -#~ msgstr "Molta ag {0} {1}" - -#: src/components/LabelingServiceCard/index.tsx:72 -#~ msgid "Liked by {count} {0}" -#~ msgstr "Molta ag {count} {0}" - -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:NaN -#~ msgid "Liked by {likeCount} {0}" -#~ msgstr "Molta ag {likeCount} {0}" - -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "a mhol do shainfhotha" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "a mhol do phostáil" -#: src/view/screens/Profile.tsx:212 +#: src/view/screens/Profile.tsx:223 msgid "Likes" msgstr "Moltaí" @@ -3617,8 +2935,7 @@ msgstr "Abhatár an Liosta" msgid "List blocked" msgstr "Liosta blocáilte" -#: src/components/ListCard.tsx:149 -#: src/view/com/feeds/FeedSourceCard.tsx:252 +#: src/components/ListCard.tsx:149 src/view/com/feeds/FeedSourceCard.tsx:252 msgid "List by {0}" msgstr "Liosta le {0}" @@ -3628,11 +2945,11 @@ msgstr "Scriosadh an liosta" #: src/screens/List/ListHiddenScreen.tsx:126 msgid "List has been hidden" -msgstr "" +msgstr "Cuireadh an liosta i bhfolach" #: src/view/screens/ProfileList.tsx:159 msgid "List Hidden" -msgstr "" +msgstr "Cuireadh an liosta i bhfolach" #: src/view/screens/ProfileList.tsx:386 msgid "List muted" @@ -3650,12 +2967,7 @@ msgstr "Liosta díbhlocáilte" msgid "List unmuted" msgstr "Liosta nach bhfuil balbhaithe níos mó" -#: src/Navigation.tsx:130 -#: src/view/screens/Profile.tsx:208 -#: src/view/screens/Profile.tsx:215 -#: src/view/shell/desktop/LeftNav.tsx:385 -#: src/view/shell/Drawer.tsx:513 -#: src/view/shell/Drawer.tsx:514 +#: src/Navigation.tsx:130 src/view/screens/Profile.tsx:219 src/view/screens/Profile.tsx:226 src/view/shell/desktop/LeftNav.tsx:379 src/view/shell/Drawer.tsx:513 src/view/shell/Drawer.tsx:514 msgid "Lists" msgstr "Liostaí" @@ -3665,24 +2977,21 @@ msgstr "Liostaí a bhlocálann an t-úsáideoir seo:" #: src/view/screens/Search/Explore.tsx:131 msgid "Load more" -msgstr "" +msgstr "Lódáil tuilleadh" #: src/view/screens/Search/Explore.tsx:219 msgid "Load more suggested feeds" -msgstr "" +msgstr "Lódáil tuilleadh fothaí molta" #: src/view/screens/Search/Explore.tsx:217 msgid "Load more suggested follows" -msgstr "" +msgstr "Lódáil tuilleadh cuntas le leanúint" #: src/view/screens/Notifications.tsx:219 msgid "Load new notifications" msgstr "Lódáil fógraí nua" -#: src/screens/Profile/Sections/Feed.tsx:87 -#: src/view/com/feeds/FeedPage.tsx:136 -#: src/view/screens/ProfileFeed.tsx:495 -#: src/view/screens/ProfileList.tsx:805 +#: src/screens/Profile/Sections/Feed.tsx:94 src/view/com/feeds/FeedPage.tsx:136 src/view/screens/ProfileFeed.tsx:495 src/view/screens/ProfileList.tsx:805 msgid "Load new posts" msgstr "Lódáil postálacha nua" @@ -3694,15 +3003,11 @@ msgstr "Ag lódáil …" msgid "Log" msgstr "Logleabhar" -#: src/screens/Deactivated.tsx:214 -#: src/screens/Deactivated.tsx:220 +#: src/screens/Deactivated.tsx:214 src/screens/Deactivated.tsx:220 msgid "Log in or sign up" msgstr "Logáil isteach nó cláraigh le Bluesky" -#: src/screens/SignupQueued.tsx:155 -#: src/screens/SignupQueued.tsx:158 -#: src/screens/SignupQueued.tsx:184 -#: src/screens/SignupQueued.tsx:187 +#: src/screens/SignupQueued.tsx:155 src/screens/SignupQueued.tsx:158 src/screens/SignupQueued.tsx:184 src/screens/SignupQueued.tsx:187 msgid "Log out" msgstr "Logáil amach" @@ -3730,18 +3035,13 @@ msgstr "Is cosúil nár sábháil tú fotha ar bith! Lean na moltaí a rinne mui msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄" msgstr "Is cosúil gur éirigh tú as na fothaí uilig a bhí agat. Ná bíodh imní ort. Tig leat fothaí eile a roghnú thíos 😄" -#: src/screens/Feeds/NoFollowingFeed.tsx:38 -#, fuzzy -#~ msgid "Looks like you're missing a following feed." -#~ msgstr "Is cosúil go bhfuil fotha leanúna ar iarraidh ort. <0>Cliceáil anseo le ceann a fháil." - #: src/screens/Feeds/NoFollowingFeed.tsx:37 msgid "Looks like you're missing a following feed. <0>Click here to add one." msgstr "Is cosúil go bhfuil fotha leanúna ar iarraidh ort. <0>Cliceáil anseo le ceann a fháil." #: src/components/StarterPack/ProfileStarterPacks.tsx:254 msgid "Make one for me" -msgstr "" +msgstr "Déan ceann domsa" #: src/view/com/modals/LinkWarning.tsx:79 msgid "Make sure this is where you intend to go!" @@ -3749,15 +3049,13 @@ msgstr "Bí cinnte go bhfuil tú ag iarraidh cuairt a thabhairt ar an áit sin!" #: src/components/dialogs/MutedWords.tsx:108 msgid "Manage your muted words and tags" -msgstr "Bainistigh do chuid clibeanna agus na focail a chuir tú i bhfolach" +msgstr "Bainistigh do chuid clibeanna agus na focail a bhalbhaigh tú" -#: src/components/dms/ConvoMenu.tsx:151 -#: src/components/dms/ConvoMenu.tsx:158 +#: src/components/dms/ConvoMenu.tsx:151 src/components/dms/ConvoMenu.tsx:158 msgid "Mark as read" msgstr "Marcáil léite" -#: src/view/screens/AccessibilitySettings.tsx:106 -#: src/view/screens/Profile.tsx:211 +#: src/view/screens/AccessibilitySettings.tsx:106 src/view/screens/Profile.tsx:222 msgid "Media" msgstr "Meáin" @@ -3769,8 +3067,7 @@ msgstr "úsáideoirí luaite" msgid "Mentioned users" msgstr "Úsáideoirí luaite" -#: src/view/com/util/ViewHeader.tsx:90 -#: src/view/screens/Search/Search.tsx:683 +#: src/view/com/util/ViewHeader.tsx:90 src/view/screens/Search/Search.tsx:683 msgid "Menu" msgstr "Clár" @@ -3778,8 +3075,7 @@ msgstr "Clár" msgid "Message {0}" msgstr "Teachtaireacht {0}" -#: src/components/dms/MessageMenu.tsx:72 -#: src/screens/Messages/List/ChatListItem.tsx:155 +#: src/components/dms/MessageMenu.tsx:72 src/screens/Messages/List/ChatListItem.tsx:155 msgid "Message deleted" msgstr "Scriosadh an teachtaireacht" @@ -3787,12 +3083,11 @@ msgstr "Scriosadh an teachtaireacht" msgid "Message from server: {0}" msgstr "Teachtaireacht ón bhfreastalaí: {0}" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" msgstr "Réimse ionchur teachtaireachtaí" -#: src/screens/Messages/Conversation/MessageInput.tsx:70 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:49 +#: src/screens/Messages/Conversation/MessageInput.tsx:72 src/screens/Messages/Conversation/MessageInput.web.tsx:59 msgid "Message is too long" msgstr "Tá an teachtaireacht rófhada" @@ -3800,29 +3095,23 @@ msgstr "Tá an teachtaireacht rófhada" msgid "Message settings" msgstr "Socruithe teachtaireachta" -#: src/Navigation.tsx:564 -#: src/screens/Messages/List/index.tsx:164 -#: src/screens/Messages/List/index.tsx:246 -#: src/screens/Messages/List/index.tsx:317 +#: src/Navigation.tsx:565 src/screens/Messages/List/index.tsx:164 src/screens/Messages/List/index.tsx:246 src/screens/Messages/List/index.tsx:317 msgid "Messages" msgstr "Teachtaireachtaí" -#: src/Navigation.tsx:307 -#, fuzzy -#~ msgid "Messaging settings" -#~ msgstr "Socruithe teachtaireachta" - #: src/lib/moderation/useReportOptions.ts:47 msgid "Misleading Account" msgstr "Cuntas atá Míthreorach" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "Postáil atá Míthreorach" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" -msgstr "" +msgstr "Mód" -#: src/Navigation.tsx:135 -#: src/screens/Moderation/index.tsx:105 -#: src/view/screens/Settings/index.tsx:527 +#: src/Navigation.tsx:135 src/screens/Moderation/index.tsx:105 src/view/screens/Settings/index.tsx:527 msgid "Moderation" msgstr "Modhnóireacht" @@ -3830,8 +3119,7 @@ msgstr "Modhnóireacht" msgid "Moderation details" msgstr "Mionsonraí modhnóireachta" -#: src/components/ListCard.tsx:145 -#: src/view/com/modals/UserAddRemoveLists.tsx:216 +#: src/components/ListCard.tsx:145 src/view/com/modals/UserAddRemoveLists.tsx:216 msgid "Moderation list by {0}" msgstr "Liosta modhnóireachta le {0}" @@ -3839,8 +3127,7 @@ msgstr "Liosta modhnóireachta le {0}" msgid "Moderation list by <0/>" msgstr "Liosta modhnóireachta le <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:214 -#: src/view/screens/ProfileList.tsx:897 +#: src/view/com/modals/UserAddRemoveLists.tsx:214 src/view/screens/ProfileList.tsx:897 msgid "Moderation list by you" msgstr "Liosta modhnóireachta leat" @@ -3856,14 +3143,13 @@ msgstr "Liosta modhnóireachta uasdátaithe" msgid "Moderation lists" msgstr "Liostaí modhnóireachta" -#: src/Navigation.tsx:140 -#: src/view/screens/ModerationModlists.tsx:58 +#: src/Navigation.tsx:140 src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Liostaí modhnóireachta" #: src/components/moderation/LabelPreference.tsx:247 msgid "moderation settings" -msgstr "" +msgstr "socruithe modhnóireachta" #: src/view/screens/Settings/index.tsx:521 msgid "Moderation settings" @@ -3877,12 +3163,11 @@ msgstr "Stádais modhnóireachta" msgid "Moderation tools" msgstr "Uirlisí modhnóireachta" -#: src/components/moderation/ModerationDetailsDialog.tsx:51 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/components/moderation/ModerationDetailsDialog.tsx:51 src/lib/moderation/useModerationCauseDescription.ts:45 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/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "Tuilleadh" @@ -3900,111 +3185,92 @@ msgstr "Freagraí a fuair an méid is mó moltaí ar dtús" #: src/screens/Onboarding/state.ts:90 msgid "Movies" -msgstr "" +msgstr "Scannáin" #: src/screens/Onboarding/state.ts:91 msgid "Music" -msgstr "" +msgstr "Ceol" -#: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/components/TagMenu/index.tsx:263 src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 msgid "Mute" -msgstr "Cuir i bhfolach" +msgstr "Balbhaigh" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:389 +msgctxt "video" +msgid "Mute" +msgstr "Balbhaigh" #: src/components/TagMenu/index.web.tsx:116 msgid "Mute {truncatedTag}" -msgstr "Cuir {truncatedTag} i bhfolach" +msgstr "Balbhaigh {truncatedTag}" -#: src/view/com/profile/ProfileMenu.tsx:283 -#: src/view/com/profile/ProfileMenu.tsx:290 +#: src/view/com/profile/ProfileMenu.tsx:283 src/view/com/profile/ProfileMenu.tsx:290 msgid "Mute Account" -msgstr "Cuir an cuntas i bhfolach" +msgstr "Balbhaigh an Cuntas" #: src/view/screens/ProfileList.tsx:628 msgid "Mute accounts" -msgstr "Cuir na cuntais i bhfolach" +msgstr "Balbhaigh cuntais" #: src/components/TagMenu/index.tsx:220 msgid "Mute all {displayTag} posts" -msgstr "Cuir gach postáil {displayTag} i bhfolach" +msgstr "Balbhaigh gach postáil {displayTag}" -#: src/components/dms/ConvoMenu.tsx:172 -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:172 src/components/dms/ConvoMenu.tsx:178 msgid "Mute conversation" msgstr "Balbhaigh an comhrá" -#: src/components/dialogs/MutedWords.tsx:148 -#~ msgid "Mute in tags only" -#~ msgstr "Ná cuir i bhfolach ach i gclibeanna" - -#: src/components/dialogs/MutedWords.tsx:133 -#~ msgid "Mute in text & tags" -#~ msgstr "Cuir i bhfolach i dtéacs agus i gclibeanna" - #: src/components/dialogs/MutedWords.tsx:253 msgid "Mute in:" -msgstr "" +msgstr "Balbhaigh i:" #: src/view/screens/ProfileList.tsx:734 msgid "Mute list" -msgstr "Cuir an liosta i bhfolach" - -#: src/components/dms/ConvoMenu.tsx:NaN -#, fuzzy -#~ msgid "Mute notifications" -#~ msgstr "Fógraí" +msgstr "Balbhaigh an liosta" #: src/view/screens/ProfileList.tsx:729 msgid "Mute these accounts?" -msgstr "An bhfuil fonn ort na cuntais seo a chur i bhfolach" +msgstr "An bhfuil fonn ort na cuntais seo a bhalbhú?" #: src/components/dialogs/MutedWords.tsx:185 msgid "Mute this word for 24 hours" -msgstr "" +msgstr "Balbhaigh an focal seo ar feadh 24 uair an chloig" #: src/components/dialogs/MutedWords.tsx:224 msgid "Mute this word for 30 days" -msgstr "" +msgstr "Balbhaigh an focal seo ar feadh 30 lá" #: src/components/dialogs/MutedWords.tsx:209 msgid "Mute this word for 7 days" -msgstr "" +msgstr "Balbhaigh an focal seo ar feadh 7 lá" #: src/components/dialogs/MutedWords.tsx:258 msgid "Mute this word in post text and tags" -msgstr "Cuir an focal seo i bhfolach i dtéacs postálacha agus i gclibeanna" +msgstr "Balbhaigh an focal seo i dtéacs postálacha agus i gclibeanna" #: src/components/dialogs/MutedWords.tsx:274 msgid "Mute this word in tags only" -msgstr "Ná cuir an focal seo i bhfolach ach i gclibeanna" +msgstr "Balbhaigh an focal seo i gclibeanna amháin" #: src/components/dialogs/MutedWords.tsx:170 msgid "Mute this word until you unmute it" -msgstr "" +msgstr "Balbhaigh an focal seo go ndíbhalbhóidh mé é" -#: src/view/com/util/forms/PostDropdownBtn.tsx:465 -#: src/view/com/util/forms/PostDropdownBtn.tsx:471 +#: src/view/com/util/forms/PostDropdownBtn.tsx:465 src/view/com/util/forms/PostDropdownBtn.tsx:471 msgid "Mute thread" -msgstr "Cuir an snáithe seo i bhfolach" +msgstr "Balbhaigh an snáithe seo" -#: src/view/com/util/forms/PostDropdownBtn.tsx:481 -#: src/view/com/util/forms/PostDropdownBtn.tsx:483 +#: src/view/com/util/forms/PostDropdownBtn.tsx:481 src/view/com/util/forms/PostDropdownBtn.tsx:483 msgid "Mute words & tags" -msgstr "Cuir focail ⁊ clibeanna i bhfolach" - -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Muted" -msgstr "Curtha i bhfolach" +msgstr "Balbhaigh focail ⁊ clibeanna" #: src/screens/Moderation/index.tsx:264 msgid "Muted accounts" -msgstr "Cuntais a cuireadh i bhfolach" +msgstr "Cuntais a balbhaíodh" -#: src/Navigation.tsx:145 -#: src/view/screens/ModerationMutedAccounts.tsx:109 +#: src/Navigation.tsx:145 src/view/screens/ModerationMutedAccounts.tsx:109 msgid "Muted Accounts" -msgstr "Cuntais a Cuireadh i bhFolach" +msgstr "Cuntais a balbhaíodh" #: src/view/screens/ModerationMutedAccounts.tsx:117 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." @@ -4020,10 +3286,9 @@ msgstr "Focail ⁊ clibeanna a cuireadh i bhfolach" #: src/view/screens/ProfileList.tsx:731 msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them." -msgstr "Tá an cur i bhfolach príobháideach. Is féidir leis na cuntais a chuir tú i bhfolach do chuid postálacha a fheiceáil agus is féidir leo scríobh chugat ach ní fheicfidh tú a gcuid postálacha eile ná aon fhógraí uathu." +msgstr "Tá an balbhú príobháideach. Is féidir leis na cuntais a bhalbhaigh tú do chuid postálacha a fheiceáil agus is féidir leo scríobh chugat ach ní fheicfidh tú a gcuid postálacha eile ná aon fhógraí uathu." -#: src/components/dialogs/BirthDateSettings.tsx:35 -#: src/components/dialogs/BirthDateSettings.tsx:38 +#: src/components/dialogs/BirthDateSettings.tsx:35 src/components/dialogs/BirthDateSettings.tsx:38 msgid "My Birthday" msgstr "Mo Bhreithlá" @@ -4031,7 +3296,7 @@ msgstr "Mo Bhreithlá" msgid "My Feeds" msgstr "Mo Chuid Fothaí" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "Mo Phróifíl" @@ -4043,8 +3308,7 @@ msgstr "Na fothaí a shábháil mé" msgid "My Saved Feeds" msgstr "Na Fothaí a Shábháil Mé" -#: src/view/com/modals/AddAppPasswords.tsx:174 -#: src/view/com/modals/CreateOrEditList.tsx:279 +#: src/view/com/modals/AddAppPasswords.tsx:174 src/view/com/modals/CreateOrEditList.tsx:279 msgid "Name" msgstr "Ainm" @@ -4052,29 +3316,23 @@ msgstr "Ainm" msgid "Name is required" msgstr "Tá an t-ainm riachtanach" -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:93 -#: src/lib/moderation/useReportOptions.ts:101 -#: src/lib/moderation/useReportOptions.ts:109 +#: 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/screens/Onboarding/index.tsx:22 -#: src/screens/Onboarding/state.ts:92 +#: src/screens/Onboarding/index.tsx:22 src/screens/Onboarding/state.ts:92 msgid "Nature" msgstr "Nádúr" #: src/components/StarterPack/StarterPackCard.tsx:121 msgid "Navigate to {0}" -msgstr "" +msgstr "Téigh go {0}" -#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:73 +#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:76 msgid "Navigate to starter pack" -msgstr "" +msgstr "Téigh go dtí an pacáiste fáilte" -#: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:332 -#: src/view/com/modals/ChangePassword.tsx:169 +#: src/screens/Login/ForgotPasswordForm.tsx:172 src/screens/Login/LoginForm.tsx:319 src/view/com/modals/ChangePassword.tsx:169 msgid "Navigates to the next screen" msgstr "Téann sé seo chuig an gcéad scáileán eile" @@ -4086,11 +3344,7 @@ msgstr "Téann sé seo chuig do phróifíl" msgid "Need to report a copyright violation?" msgstr "An bhfuil tú ag iarraidh sárú cóipchirt a thuairisciú?" -#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:NaN -#~ msgid "Never lose access to your followers and data." -#~ msgstr "Ná bíodh gan fáil ar do chuid leantóirí ná ar do chuid dáta go deo." - -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 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." @@ -4107,9 +3361,7 @@ msgstr "Nua" msgid "New" msgstr "Nua" -#: src/components/dms/dialogs/NewChatDialog.tsx:54 -#: src/screens/Messages/List/index.tsx:331 -#: src/screens/Messages/List/index.tsx:338 +#: src/components/dms/dialogs/NewChatDialog.tsx:54 src/screens/Messages/List/index.tsx:331 src/screens/Messages/List/index.tsx:338 msgid "New chat" msgstr "Comhrá nua" @@ -4134,24 +3386,18 @@ msgctxt "action" msgid "New post" msgstr "Postáil nua" -#: src/view/screens/Feeds.tsx:580 -#: src/view/screens/Notifications.tsx:228 -#: src/view/screens/Profile.tsx:478 -#: src/view/screens/ProfileFeed.tsx:429 -#: src/view/screens/ProfileList.tsx:237 -#: src/view/screens/ProfileList.tsx:276 -#: src/view/shell/desktop/LeftNav.tsx:278 +#: src/view/screens/Feeds.tsx:580 src/view/screens/Notifications.tsx:228 src/view/screens/Profile.tsx:489 src/view/screens/ProfileFeed.tsx:429 src/view/screens/ProfileList.tsx:237 src/view/screens/ProfileList.tsx:276 src/view/shell/desktop/LeftNav.tsx:277 msgid "New post" msgstr "Postáil nua" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "Postáil nua" #: src/components/NewskieDialog.tsx:83 msgid "New user info dialog" -msgstr "" +msgstr "Dialóg: eolas faoi úsáideoir nua" #: src/view/com/modals/CreateOrEditList.tsx:236 msgid "New User List" @@ -4161,48 +3407,23 @@ msgstr "Liosta Nua d’Úsáideoirí" msgid "Newest replies first" msgstr "Na freagraí is déanaí ar dtús" -#: src/screens/Onboarding/index.tsx:20 -#: src/screens/Onboarding/state.ts:93 +#: src/screens/Onboarding/index.tsx:20 src/screens/Onboarding/state.ts:93 msgid "News" msgstr "Nuacht" -#: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:331 -#: src/screens/Login/LoginForm.tsx:338 -#: src/screens/Login/SetNewPasswordForm.tsx:174 -#: src/screens/Login/SetNewPasswordForm.tsx:180 -#: src/screens/Signup/BackNextButtons.tsx:66 -#: src/screens/StarterPack/Wizard/index.tsx:183 -#: src/screens/StarterPack/Wizard/index.tsx:187 -#: src/screens/StarterPack/Wizard/index.tsx:358 -#: src/screens/StarterPack/Wizard/index.tsx:365 -#: src/tours/Tooltip.tsx:139 -#: src/view/com/modals/ChangePassword.tsx:254 -#: src/view/com/modals/ChangePassword.tsx:256 +#: src/screens/Login/ForgotPasswordForm.tsx:143 src/screens/Login/ForgotPasswordForm.tsx:149 src/screens/Login/LoginForm.tsx:318 src/screens/Login/LoginForm.tsx:325 src/screens/Login/SetNewPasswordForm.tsx:174 src/screens/Login/SetNewPasswordForm.tsx:180 src/screens/Signup/BackNextButtons.tsx:66 src/screens/StarterPack/Wizard/index.tsx:183 src/screens/StarterPack/Wizard/index.tsx:187 src/screens/StarterPack/Wizard/index.tsx:358 src/screens/StarterPack/Wizard/index.tsx:365 src/view/com/modals/ChangePassword.tsx:254 src/view/com/modals/ChangePassword.tsx:256 msgid "Next" msgstr "Ar aghaidh" -#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:103 -#~ msgctxt "action" -#~ msgid "Next" -#~ msgstr "Ar aghaidh" - #: src/view/com/lightbox/Lightbox.web.tsx:169 msgid "Next image" msgstr "An chéad íomhá eile" -#: src/view/screens/PreferencesFollowingFeed.tsx:70 -#: src/view/screens/PreferencesFollowingFeed.tsx:96 -#: src/view/screens/PreferencesFollowingFeed.tsx:131 -#: src/view/screens/PreferencesFollowingFeed.tsx:168 -#: src/view/screens/PreferencesThreads.tsx:100 -#: src/view/screens/PreferencesThreads.tsx:123 +#: src/view/screens/PreferencesFollowingFeed.tsx:70 src/view/screens/PreferencesFollowingFeed.tsx:96 src/view/screens/PreferencesFollowingFeed.tsx:131 src/view/screens/PreferencesFollowingFeed.tsx:168 src/view/screens/PreferencesThreads.tsx:100 src/view/screens/PreferencesThreads.tsx:123 msgid "No" msgstr "Níl" -#: src/view/screens/ProfileFeed.tsx:564 -#: src/view/screens/ProfileList.tsx:879 +#: src/view/screens/ProfileFeed.tsx:564 src/view/screens/ProfileList.tsx:879 msgid "No description" msgstr "Gan chur síos" @@ -4210,21 +3431,19 @@ msgstr "Gan chur síos" msgid "No DNS Panel" msgstr "Gan Phainéal DNS" -#: src/components/dialogs/GifSelect.ios.tsx:202 -#: src/components/dialogs/GifSelect.tsx:218 +#: src/components/dialogs/GifSelect.ios.tsx:202 src/components/dialogs/GifSelect.tsx:218 msgid "No featured GIFs found. There may be an issue with Tenor." msgstr "Níor aimsíodh GIFanna speisialta. D'fhéadfadh sé gur tharla fadhb le Tenor." #: src/screens/StarterPack/Wizard/StepFeeds.tsx:120 msgid "No feeds found. Try searching for something else." -msgstr "" +msgstr "Ní fuarthas aon fhothaí. Bain triail as rud éigin eile a chuardach." -#: src/components/ProfileCard.tsx:331 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 +#: src/components/ProfileCard.tsx:336 src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Ní leantar {0} níos mó" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "Gan a bheith níos faide na 253 charachtar" @@ -4240,23 +3459,19 @@ msgstr "Níl aon chomhráite eile le taispeáint" msgid "No notifications yet!" msgstr "Níl aon fhógra ann fós!" -#: src/components/dms/MessagesNUX.tsx:149 -#: src/components/dms/MessagesNUX.tsx:152 -#: src/screens/Messages/Settings.tsx:93 -#: src/screens/Messages/Settings.tsx:96 +#: src/components/dms/MessagesNUX.tsx:149 src/components/dms/MessagesNUX.tsx:152 src/screens/Messages/Settings.tsx:93 src/screens/Messages/Settings.tsx:96 msgid "No one" msgstr "Duine ar bith" #: src/components/WhoCanReply.tsx:237 msgid "No one but the author can quote this post." -msgstr "" +msgstr "Is é an t-údar amháin atá in ann an phostáil seo a athlua." -#: src/screens/Profile/Sections/Feed.tsx:59 +#: src/screens/Profile/Sections/Feed.tsx:64 msgid "No posts yet." -msgstr "" +msgstr "Gan phostáil fós." -#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 -#: src/view/com/composer/text-input/web/Autocomplete.tsx:195 +#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 src/view/com/composer/text-input/web/Autocomplete.tsx:195 msgid "No result" msgstr "Gan torthaí" @@ -4272,25 +3487,15 @@ msgstr "Gan torthaí" msgid "No results found for \"{query}\"" msgstr "Gan torthaí ar “{query}”" -#: src/view/com/modals/ListAddRemoveUsers.tsx:128 -#: src/view/screens/Search/Search.tsx:233 -#: src/view/screens/Search/Search.tsx:272 -#: src/view/screens/Search/Search.tsx:318 +#: src/view/com/modals/ListAddRemoveUsers.tsx:128 src/view/screens/Search/Search.tsx:233 src/view/screens/Search/Search.tsx:272 src/view/screens/Search/Search.tsx:318 msgid "No results found for {query}" msgstr "Gan torthaí ar {query}" -#: src/components/dialogs/GifSelect.ios.tsx:200 -#: src/components/dialogs/GifSelect.tsx:216 +#: src/components/dialogs/GifSelect.ios.tsx:200 src/components/dialogs/GifSelect.tsx:216 msgid "No search results found for \"{search}\"." msgstr "Gan torthaí ar \"{search}\"." -#: src/components/dms/NewChat.tsx:240 -#, fuzzy -#~ msgid "No search results found for \"{searchText}\"." -#~ msgstr "Gan torthaí ar \"{search}\"." - -#: src/components/dialogs/EmbedConsent.tsx:105 -#: src/components/dialogs/EmbedConsent.tsx:112 +#: src/components/dialogs/EmbedConsent.tsx:105 src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" msgstr "Níor mhaith liom é sin." @@ -4298,46 +3503,33 @@ msgstr "Níor mhaith liom é sin." msgid "Nobody" msgstr "Duine ar bith" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:46 -#~ msgid "Nobody can reply" -#~ msgstr "Níl cead ag éinne freagra a thabhairt" - -#: src/components/LikedByList.tsx:79 -#: src/components/LikesDialog.tsx:99 +#: src/components/LikedByList.tsx:79 src/components/LikesDialog.tsx:99 msgid "Nobody has liked this yet. Maybe you should be the first!" msgstr "Níor mhol éinne fós é. Ar cheart duit tosú?" #: src/screens/StarterPack/Wizard/StepProfiles.tsx:103 msgid "Nobody was found. Try searching for someone else." -msgstr "" +msgstr "Ní fuarthas éinne. Bain triail as duine éigin eile a chuardach." #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Lomnochtacht Neamhghnéasach" -#: src/view/com/modals/SelfLabel.tsx:135 -#~ msgid "Not Applicable." -#~ msgstr "Ní bhaineann sé sin le hábhar." - -#: src/Navigation.tsx:125 -#: src/view/screens/Profile.tsx:108 +#: src/Navigation.tsx:125 src/view/screens/Profile.tsx:119 msgid "Not Found" msgstr "Ní bhfuarthas é sin" -#: src/view/com/modals/VerifyEmail.tsx:254 -#: src/view/com/modals/VerifyEmail.tsx:260 +#: src/view/com/modals/VerifyEmail.tsx:254 src/view/com/modals/VerifyEmail.tsx:260 msgid "Not right now" msgstr "Ní anois" -#: src/view/com/profile/ProfileMenu.tsx:372 -#: src/view/com/util/forms/PostDropdownBtn.tsx:654 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:332 +#: src/view/com/profile/ProfileMenu.tsx:372 src/view/com/util/forms/PostDropdownBtn.tsx:654 src/view/com/util/post-ctrls/PostCtrls.tsx:356 msgid "Note about sharing" msgstr "Nóta faoi roinnt" #: src/screens/Moderation/index.tsx:574 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites." -msgstr "Nod leat: is gréasán oscailte poiblí Bluesky. Ní chuireann an socrú seo srian ar fheiceálacht do chuid ábhair ach amháin ar aip agus suíomh Bluesky. Is féidir nach gcloífidh aipeanna eile leis an socrú seo. Is féidir go dtaispeánfar do chuid ábhair d’úsáideoirí atá lógáilte amach ar aipeanna agus suíomhanna eile." +msgstr "Nod leat: is gréasán oscailte poiblí Bluesky. Ní chuireann an socrú seo srian ar fheiceálacht do chuid ábhair ach amháin ar aip agus suíomh Bluesky. Is féidir nach gcloífidh aipeanna eile leis an socrú seo. Is féidir go dtaispeánfar do chuid ábhair d’úsáideoirí atá logáilte amach ar aipeanna agus suíomhanna eile." #: src/screens/Messages/List/index.tsx:215 msgid "Nothing here" @@ -4345,16 +3537,15 @@ msgstr "Tada anseo" #: src/view/screens/NotificationsSettings.tsx:54 msgid "Notification filters" -msgstr "" +msgstr "Scagairí fógra" -#: src/Navigation.tsx:348 -#: src/view/screens/Notifications.tsx:119 +#: src/Navigation.tsx:348 src/view/screens/Notifications.tsx:119 msgid "Notification settings" -msgstr "" +msgstr "Socruithe fógra" #: src/view/screens/NotificationsSettings.tsx:39 msgid "Notification Settings" -msgstr "" +msgstr "Socruithe Fógra" #: src/screens/Messages/Settings.tsx:124 msgid "Notification sounds" @@ -4364,22 +3555,15 @@ msgstr "Fuaimeanna fógra" msgid "Notification Sounds" msgstr "Fuaimeanna Fógra" -#: src/Navigation.tsx:559 -#: src/view/screens/Notifications.tsx:145 -#: src/view/screens/Notifications.tsx:155 -#: src/view/screens/Notifications.tsx:203 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 -#: src/view/shell/desktop/LeftNav.tsx:362 -#: src/view/shell/Drawer.tsx:461 -#: src/view/shell/Drawer.tsx:462 +#: src/Navigation.tsx:560 src/view/screens/Notifications.tsx:145 src/view/screens/Notifications.tsx:155 src/view/screens/Notifications.tsx:203 src/view/shell/bottom-bar/BottomBar.tsx:227 src/view/shell/desktop/LeftNav.tsx:356 src/view/shell/Drawer.tsx:461 src/view/shell/Drawer.tsx:462 msgid "Notifications" msgstr "Fógraí" -#: src/lib/hooks/useTimeAgo.ts:51 +#: src/lib/hooks/useTimeAgo.ts:122 msgid "now" -msgstr "" +msgstr "anois" -#: src/components/dms/MessageItem.tsx:169 +#: src/components/dms/MessageItem.tsx:170 msgid "Now" msgstr "Anois" @@ -4387,28 +3571,26 @@ msgstr "Anois" msgid "Nudity" msgstr "Lomnochtacht" -#: src/lib/moderation/useReportOptions.ts:73 +#: 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/screens/Signup/index.tsx:145 -#~ msgid "of" -#~ msgstr "de" - #: src/lib/moderation/useLabelBehaviorDescription.ts:11 msgid "Off" msgstr "As" -#: src/components/dialogs/GifSelect.ios.tsx:237 -#: src/components/dialogs/GifSelect.tsx:257 -#: src/view/com/util/ErrorBoundary.tsx:55 +#: src/components/dialogs/GifSelect.ios.tsx:237 src/components/dialogs/GifSelect.tsx:257 src/view/com/util/ErrorBoundary.tsx:55 msgid "Oh no!" msgstr "Úps!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "Úps! Theip ar rud éigin." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:175 +msgid "Oh no! We weren't able to generate an image for you to share. Rest assured, we're glad you're here 🦋" +msgstr "Ochón! Ní raibh muid in ann íomhá a chruthú lena comhroinnt. Ach tá áthas orainn go bhfuil tú anseo mar sin féin 🦋" + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:339 msgid "OK" msgstr "OK" @@ -4421,23 +3603,15 @@ msgstr "Maith go leor" msgid "Oldest replies first" msgstr "Na freagraí is sine ar dtús" -#: src/components/StarterPack/QrCode.tsx:69 -msgid "on" -msgstr "" - -#: src/lib/hooks/useTimeAgo.ts:81 -msgid "on {str}" -msgstr "" +#: src/components/StarterPack/QrCode.tsx:70 +msgid "on<0><1/><2><3/>" +msgstr "ar<0><1/><2><3/>" #: src/view/screens/Settings/index.tsx:226 msgid "Onboarding reset" msgstr "Atosú an chláraithe" -#: src/tours/Tooltip.tsx:118 -msgid "Onboarding tour step {0}: {1}" -msgstr "" - -#: src/view/com/composer/Composer.tsx:589 +#: src/view/com/composer/Composer.tsx:671 msgid "One or more images is missing alt text." msgstr "Tá téacs malartach de dhíth ar íomhá amháin nó níos mó acu." @@ -4445,32 +3619,27 @@ msgstr "Tá téacs malartach de dhíth ar íomhá amháin nó níos mó acu." msgid "Only .jpg and .png files are supported" msgstr "Ní oibríonn ach comhaid .jpg agus .png" -#: src/components/WhoCanReply.tsx:245 -#~ msgid "Only {0} can reply" -#~ msgstr "" - #: src/components/WhoCanReply.tsx:217 msgid "Only {0} can reply." msgstr "Ní féidir ach le {0} freagra a thabhairt." -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "Níl ann ach litreacha, uimhreacha, agus fleiscíní" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:39 +msgid "Only WebVTT (.vtt) files are supported" +msgstr "Ní oibríonn ach comhaid WebVTT (.vtt)" + #: src/components/Lists.tsx:88 msgid "Oops, something went wrong!" msgstr "Úps! Theip ar rud éigin!" -#: src/components/Lists.tsx:199 -#: src/components/StarterPack/ProfileStarterPacks.tsx:304 -#: src/components/StarterPack/ProfileStarterPacks.tsx:313 -#: src/view/screens/AppPasswords.tsx:69 -#: src/view/screens/NotificationsSettings.tsx:45 -#: src/view/screens/Profile.tsx:108 +#: src/components/Lists.tsx:199 src/components/StarterPack/ProfileStarterPacks.tsx:304 src/components/StarterPack/ProfileStarterPacks.tsx:313 src/view/screens/AppPasswords.tsx:68 src/view/screens/NotificationsSettings.tsx:45 src/view/screens/Profile.tsx:119 msgid "Oops!" msgstr "Úps!" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "Oscail" @@ -4482,13 +3651,11 @@ msgstr "Oscail roghchlár giorrúcháin phróifíl {name}" msgid "Open avatar creator" msgstr "Oscail an cruthaitheoir abhatáir" -#: src/screens/Messages/List/ChatListItem.tsx:219 -#: src/screens/Messages/List/ChatListItem.tsx:220 +#: src/screens/Messages/List/ChatListItem.tsx:219 src/screens/Messages/List/ChatListItem.tsx:220 msgid "Open conversation options" msgstr "Oscail na roghanna comhrá" -#: src/view/com/composer/Composer.tsx:754 -#: src/view/com/composer/Composer.tsx:755 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:165 src/view/com/composer/Composer.tsx:820 src/view/com/composer/Composer.tsx:821 msgid "Open emoji picker" msgstr "Oscail roghnóir na n-emoji" @@ -4506,7 +3673,7 @@ msgstr "Oscail na roghanna teachtaireachta" #: src/screens/Moderation/index.tsx:230 msgid "Open muted words and tags settings" -msgstr "Oscail suíomhanna na gclibeanna agus na bhfocal a cuireadh i bhfolach" +msgstr "Oscail socruithe na gclibeanna agus na bhfocal a bhalbhaigh tú" #: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 msgid "Open navigation" @@ -4518,10 +3685,9 @@ msgstr "Oscail roghchlár na bpostálacha" #: src/screens/StarterPack/StarterPackScreen.tsx:540 msgid "Open starter pack menu" -msgstr "" +msgstr "Oscail clár an phacáiste fáilte" -#: src/view/screens/Settings/index.tsx:826 -#: src/view/screens/Settings/index.tsx:836 +#: src/view/screens/Settings/index.tsx:826 src/view/screens/Settings/index.tsx:836 msgid "Open storybook page" msgstr "Oscail leathanach an Storybook" @@ -4535,7 +3701,7 @@ msgstr "Osclaíonn sé seo {numItems} rogha" #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:68 msgid "Opens a dialog to choose who can reply to this thread" -msgstr "" +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/screens/Settings/index.tsx:455 msgid "Opens accessibility settings" @@ -4545,13 +3711,9 @@ msgstr "Osclaíonn sé seo na socruithe inrochtaineachta" msgid "Opens additional details for a debug entry" msgstr "Osclaíonn sé seo tuilleadh sonraí le haghaidh iontráil dífhabhtaithe" -#: src/view/com/notifications/FeedItem.tsx:349 -#~ msgid "Opens an expanded list of users in this notification" -#~ msgstr "Osclaíonn sé seo liosta méadaithe d’úsáideoirí san fhógra seo" - #: src/view/screens/Settings/index.tsx:476 msgid "Opens appearance settings" -msgstr "" +msgstr "Osclaíonn sé seo socruithe na cuma" #: src/view/com/composer/photos/OpenCameraBtn.tsx:74 msgid "Opens camera on device" @@ -4577,13 +3739,11 @@ msgstr "Osclaíonn sé seo gailearaí na ngrianghraf ar an ngléas" msgid "Opens external embeds settings" msgstr "Osclaíonn sé seo na socruithe le haghaidh leabuithe seachtracha" -#: src/view/com/auth/SplashScreen.tsx:50 -#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/auth/SplashScreen.tsx:50 src/view/com/auth/SplashScreen.web.tsx:99 msgid "Opens flow to create a new Bluesky account" msgstr "Osclaíonn sé seo an próiseas le cuntas nua Bluesky a chruthú" -#: src/view/com/auth/SplashScreen.tsx:65 -#: src/view/com/auth/SplashScreen.web.tsx:114 +#: src/view/com/auth/SplashScreen.tsx:65 src/view/com/auth/SplashScreen.web.tsx:114 msgid "Opens flow to sign into your existing Bluesky account" msgstr "Osclaíonn sé seo an síniú isteach ar an gcuntas Bluesky atá agat cheana féin" @@ -4627,14 +3787,10 @@ msgstr "Osclaíonn sé seo an fhuinneog le sainfhearann a úsáid" msgid "Opens moderation settings" msgstr "Osclaíonn sé seo socruithe na modhnóireachta" -#: src/screens/Login/LoginForm.tsx:247 +#: src/screens/Login/LoginForm.tsx:234 msgid "Opens password reset form" msgstr "Osclaíonn sé seo an fhoirm leis an bpasfhocal a athrú" -#: src/view/com/home/HomeHeaderLayout.web.tsx:NaN -#~ msgid "Opens screen to edit Saved Feeds" -#~ msgstr "Osclaíonn sé seo an scáileán leis na fothaí sábháilte a athrú" - #: src/view/screens/Settings/index.tsx:583 msgid "Opens screen with all saved feeds" msgstr "Osclaíonn sé seo an scáileán leis na fothaí sábháilte go léir" @@ -4651,13 +3807,7 @@ msgstr "Osclaíonn sé seo roghanna don fhotha Following" msgid "Opens the linked website" msgstr "Osclaíonn sé seo an suíomh gréasáin atá nasctha" -#: src/screens/Messages/List/index.tsx:86 -#, fuzzy -#~ msgid "Opens the message settings page" -#~ msgstr "Osclaíonn sé seo logleabhar an chórais" - -#: src/view/screens/Settings/index.tsx:827 -#: src/view/screens/Settings/index.tsx:837 +#: src/view/screens/Settings/index.tsx:827 src/view/screens/Settings/index.tsx:837 msgid "Opens the storybook page" msgstr "Osclaíonn sé seo leathanach an Storybook" @@ -4669,27 +3819,25 @@ msgstr "Osclaíonn sé seo logleabhar an chórais" msgid "Opens the threads preferences" msgstr "Osclaíonn sé seo roghanna na snáitheanna" -#: src/view/com/notifications/FeedItem.tsx:555 -#: src/view/com/util/UserAvatar.tsx:420 +#: src/view/com/notifications/FeedItem.tsx:551 src/view/com/util/UserAvatar.tsx:426 msgid "Opens this profile" msgstr "Osclaíonn sé an phróifíl seo" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:95 msgid "Opens video picker" -msgstr "" +msgstr "Osclaíonn sé seo an roghnóir físeán" #: src/view/com/util/forms/DropdownButton.tsx:293 msgid "Option {0} of {numItems}" msgstr "Rogha {0} as {numItems}" -#: src/components/dms/ReportDialog.tsx:183 -#: src/components/ReportDialog/SubmitView.tsx:166 +#: src/components/dms/ReportDialog.tsx:183 src/components/ReportDialog/SubmitView.tsx:166 msgid "Optionally provide additional information below:" msgstr "Is féidir tuilleadh eolais a chur ar fáil thíos:" #: src/components/dialogs/MutedWords.tsx:299 msgid "Options:" -msgstr "" +msgstr "Roghanna:" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:388 msgid "Or combine these options:" @@ -4713,7 +3861,7 @@ msgstr "Cuntas eile" #: src/view/screens/Settings/index.tsx:379 msgid "Other accounts" -msgstr "" +msgstr "Cuntais eile" #: src/view/com/composer/select-language/SelectLangBtn.tsx:92 msgid "Other..." @@ -4721,10 +3869,9 @@ msgstr "Eile…" #: src/screens/Messages/Conversation/ChatDisabled.tsx:28 msgid "Our moderators have reviewed reports and decided to disable your access to chats on Bluesky." -msgstr "Ta ár modhnóirí tar éis athbhreithniú a dhéanamh ar thuairiscí. Chinn siad gan ligean duit comhráite a úsáid ar Bluesky." +msgstr "Tá ár modhnóirí tar éis athbhreithniú a dhéanamh ar thuairiscí. Chinn siad gan ligean duit comhráite a úsáid ar Bluesky." -#: src/components/Lists.tsx:216 -#: src/view/screens/NotFound.tsx:45 +#: src/components/Lists.tsx:216 src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Leathanach gan aimsiú" @@ -4732,10 +3879,7 @@ msgstr "Leathanach gan aimsiú" msgid "Page Not Found" msgstr "Leathanach gan aimsiú" -#: src/screens/Login/LoginForm.tsx:225 -#: src/screens/Signup/StepInfo/index.tsx:162 -#: src/view/com/modals/DeleteAccount.tsx:257 -#: src/view/com/modals/DeleteAccount.tsx:264 +#: src/screens/Login/LoginForm.tsx:213 src/screens/Signup/StepInfo/index.tsx:162 src/view/com/modals/DeleteAccount.tsx:257 src/view/com/modals/DeleteAccount.tsx:264 msgid "Password" msgstr "Pasfhocal" @@ -4751,17 +3895,15 @@ msgstr "Pasfhocal uasdátaithe" msgid "Password updated!" msgstr "Pasfhocal uasdátaithe!" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:366 msgid "Pause" msgstr "Sos" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:319 msgid "Pause video" -msgstr "" +msgstr "Cuir an físeán ar shos" -#: src/screens/StarterPack/StarterPackScreen.tsx:171 -#: src/view/screens/Search/Search.tsx:369 +#: src/screens/StarterPack/StarterPackScreen.tsx:171 src/view/screens/Search/Search.tsx:369 msgid "People" msgstr "Daoine" @@ -4783,23 +3925,21 @@ msgstr "Ní bhfuarthas cead le rolla an cheamara a oscailt. Athraigh socruithe a #: src/components/StarterPack/Wizard/WizardListCard.tsx:55 msgid "Person toggle" -msgstr "" +msgstr "Scoránú duine" -#: src/screens/Onboarding/index.tsx:28 -#: src/screens/Onboarding/state.ts:94 +#: src/screens/Onboarding/index.tsx:28 src/screens/Onboarding/state.ts:94 msgid "Pets" msgstr "Peataí" #: src/screens/Onboarding/state.ts:95 msgid "Photography" -msgstr "" +msgstr "Grianghrafadóireacht" #: src/view/com/modals/SelfLabel.tsx:122 msgid "Pictures meant for adults." msgstr "Pictiúir le haghaidh daoine fásta." -#: src/view/screens/ProfileFeed.tsx:289 -#: src/view/screens/ProfileList.tsx:673 +#: src/view/screens/ProfileFeed.tsx:289 src/view/screens/ProfileList.tsx:673 msgid "Pin to home" msgstr "Greamaigh le baile" @@ -4815,48 +3955,39 @@ msgstr "Fothaí greamaithe" msgid "Pinned to your feeds" msgstr "Greamaithe le do chuid fothaí" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:367 msgid "Play" msgstr "Seinn" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:131 msgid "Play {0}" msgstr "Seinn {0}" -#: src/screens/Messages/Settings.tsx:NaN -#, fuzzy -#~ msgid "Play notification sounds" -#~ msgstr "Fuaimeanna fógra" - -#: src/view/com/util/post-embeds/GifEmbed.tsx:43 +#: src/view/com/util/post-embeds/GifEmbed.tsx:45 msgid "Play or pause the GIF" msgstr "Seinn nó stop an GIF" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:52 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:204 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:110 src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:320 msgid "Play video" -msgstr "" +msgstr "Seinn an físeán" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:59 src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:60 msgid "Play Video" msgstr "Seinn an físeán" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:130 msgid "Plays the GIF" msgstr "Seinneann sé seo an GIF" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "Roghnaigh do leasainm, le do thoil." -#: src/screens/Signup/state.ts:215 -#: src/screens/Signup/StepInfo/index.tsx:81 +#: src/screens/Signup/state.ts:210 src/screens/Signup/StepInfo/index.tsx:81 msgid "Please choose your password." msgstr "Roghnaigh do phasfhocal, le do thoil." -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "Déan an captcha, le do thoil." @@ -4874,22 +4005,21 @@ msgstr "Cuir isteach ainm nach bhfuil in úsáid cheana féin le haghaidh Phasfh #: src/components/dialogs/MutedWords.tsx:86 msgid "Please enter a valid word, tag, or phrase to mute" -msgstr "Cuir focal, clib, nó frása inghlactha isteach le cur i bhfolach" +msgstr "Cuir focal, clib, nó frása inghlactha isteach le balbhú" -#: src/screens/Signup/state.ts:201 -#: src/screens/Signup/StepInfo/index.tsx:69 +#: src/screens/Signup/state.ts:196 src/screens/Signup/StepInfo/index.tsx:69 msgid "Please enter your email." msgstr "Cuir isteach do sheoladh ríomhphoist, le do thoil." #: src/screens/Signup/StepInfo/index.tsx:63 msgid "Please enter your invite code." -msgstr "" +msgstr "Cuir isteach do chód cuiridh." #: src/view/com/modals/DeleteAccount.tsx:253 msgid "Please enter your password as well:" msgstr "Cuir isteach do phasfhocal freisin, le do thoil." -#: src/components/moderation/LabelsOnMeDialog.tsx:268 +#: src/components/moderation/LabelsOnMeDialog.tsx:259 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" @@ -4897,8 +4027,7 @@ msgstr "Abair linn, le do thoil, cén fáth a gcreideann tú gur chuir {0} an li msgid "Please explain why you think your chats were incorrectly disabled" msgstr "Mínigh, le do thoil, an fáth a gcreideann tú go bhfuil sé mícheart nach ligtear duit comhráite a úsáid" -#: src/lib/hooks/useAccountSwitcher.ts:48 -#: src/lib/hooks/useAccountSwitcher.ts:58 +#: src/lib/hooks/useAccountSwitcher.ts:48 src/lib/hooks/useAccountSwitcher.ts:58 msgid "Please sign in as @{0}" msgstr "Logáil isteach mar @{0}" @@ -4906,12 +4035,11 @@ msgstr "Logáil isteach mar @{0}" msgid "Please Verify Your Email" msgstr "Dearbhaigh do ríomhphost, le do thoil." -#: src/view/com/composer/Composer.tsx:331 +#: src/view/com/composer/Composer.tsx:359 msgid "Please wait for your link card to finish loading" msgstr "Fan le lódáil ar fad do chárta naisc, le do thoil." -#: src/screens/Onboarding/index.tsx:34 -#: src/screens/Onboarding/state.ts:96 +#: src/screens/Onboarding/index.tsx:34 src/screens/Onboarding/state.ts:96 msgid "Politics" msgstr "Polaitíocht" @@ -4919,13 +4047,12 @@ msgstr "Polaitíocht" msgid "Porn" msgstr "Pornagrafaíocht" -#: src/view/com/composer/Composer.tsx:564 -#: src/view/com/composer/Composer.tsx:571 +#: src/view/com/composer/Composer.tsx:646 src/view/com/composer/Composer.tsx:653 msgctxt "action" msgid "Post" msgstr "Postáil" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "Postáil" @@ -4934,10 +4061,7 @@ msgstr "Postáil" msgid "Post by {0}" msgstr "Postáil ó {0}" -#: src/Navigation.tsx:199 -#: src/Navigation.tsx:206 -#: src/Navigation.tsx:213 -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:199 src/Navigation.tsx:206 src/Navigation.tsx:213 src/Navigation.tsx:220 msgid "Post by @{0}" msgstr "Postáil ó @{0}" @@ -4949,19 +4073,17 @@ msgstr "Scriosadh an phostáil" msgid "Post hidden" msgstr "Cuireadh an phostáil i bhfolach" -#: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:104 +#: src/components/moderation/ModerationDetailsDialog.tsx:106 src/lib/moderation/useModerationCauseDescription.ts:104 msgid "Post Hidden by Muted Word" -msgstr "Postáil nach bhfuil le feiceáil de bharr focail a cuireadh i bhfolach" +msgstr "Postáil nach bhfuil le feiceáil de bharr focail a bhalbhaigh tú" -#: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:113 +#: src/components/moderation/ModerationDetailsDialog.tsx:109 src/lib/moderation/useModerationCauseDescription.ts:113 msgid "Post Hidden by You" msgstr "Postáil a chuir tú i bhfolach" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:283 msgid "Post interaction settings" -msgstr "" +msgstr "Socruithe idirghníomhaíochta na postála" #: src/view/com/composer/select-language/SelectLangBtn.tsx:88 msgid "Post language" @@ -4971,8 +4093,7 @@ msgstr "Teanga postála" msgid "Post Languages" msgstr "Teangacha postála" -#: src/view/com/post-thread/PostThread.tsx:207 -#: src/view/com/post-thread/PostThread.tsx:219 +#: src/view/com/post-thread/PostThread.tsx:207 src/view/com/post-thread/PostThread.tsx:219 msgid "Post not found" msgstr "Ní bhfuarthas an phostáil" @@ -4980,18 +4101,13 @@ msgstr "Ní bhfuarthas an phostáil" msgid "posts" msgstr "postálacha" -#: src/screens/StarterPack/StarterPackScreen.tsx:173 -#: src/view/screens/Profile.tsx:209 +#: src/screens/StarterPack/StarterPackScreen.tsx:173 src/view/screens/Profile.tsx:220 msgid "Posts" msgstr "Postálacha" -#: src/components/dialogs/MutedWords.tsx:89 -#~ msgid "Posts can be muted based on their text, their tags, or both." -#~ msgstr "Is féidir postálacha a chuir i bhfolach de bharr a gcuid téacs, a gcuid clibeanna, nó an dá rud." - #: src/components/dialogs/MutedWords.tsx:115 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." -msgstr "" +msgstr "Is féidir leat postálacha a bhalbhú bunaithe ar an téacs, clibeanna, nó an dá rud. Molaimid focail choitianta a bhíonn i go leor postálacha a sheachaint, toisc gur féidir nach dtaispeánfaí aon phostáil dá bharr." #: src/view/com/posts/FeedErrorMessage.tsx:68 msgid "Posts hidden" @@ -5003,7 +4119,7 @@ msgstr "Is féidir go bhfuil an nasc seo míthreorach." #: src/state/queries/notifications/settings.ts:44 msgid "Preference saved" -msgstr "" +msgstr "Sábháladh an rogha" #: src/screens/Messages/Conversation/MessageListError.tsx:19 msgid "Press to attempt reconnection" @@ -5013,21 +4129,13 @@ msgstr "Brúigh le iarracht a thabhairt ar nascadh arís" msgid "Press to change hosting provider" msgstr "Brúigh leis an soláthraí óstála a athrú" -#: src/components/Error.tsx:61 -#: src/components/Lists.tsx:93 -#: src/screens/Messages/Conversation/MessageListError.tsx:24 -#: src/screens/Signup/BackNextButtons.tsx:46 +#: src/components/Error.tsx:61 src/components/Lists.tsx:93 src/screens/Messages/Conversation/MessageListError.tsx:24 src/screens/Signup/BackNextButtons.tsx:46 msgid "Press to retry" msgstr "Brúigh le iarracht eile a dhéanamh" -#: src/screens/Messages/Conversation/MessagesList.tsx:NaN -#, fuzzy -#~ msgid "Press to Retry" -#~ msgstr "Brúigh le iarracht eile a dhéanamh" - #: src/components/KnownFollowers.tsx:124 msgid "Press to view followers of this account that you also follow" -msgstr "" +msgstr "Brúigh leis na daoine a leanann an cuntas seo a leanann tú féin a fheiceáil" #: src/view/com/lightbox/Lightbox.web.tsx:150 msgid "Previous image" @@ -5043,18 +4151,13 @@ msgstr "Tabhair Tosaíocht do Do Chuid Leantóirí" #: src/view/screens/NotificationsSettings.tsx:57 msgid "Priority notifications" -msgstr "" +msgstr "Fógraí tábhachtacha" -#: src/view/screens/Settings/index.tsx:620 -#: src/view/shell/desktop/RightNav.tsx:81 +#: src/view/screens/Settings/index.tsx:620 src/view/shell/desktop/RightNav.tsx:81 msgid "Privacy" msgstr "Príobháideacht" -#: src/Navigation.tsx:266 -#: src/screens/Signup/StepInfo/Policies.tsx:62 -#: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:911 -#: src/view/shell/Drawer.tsx:298 +#: src/Navigation.tsx:266 src/screens/Signup/StepInfo/Policies.tsx:62 src/view/screens/PrivacyPolicy.tsx:29 src/view/screens/Settings/index.tsx:911 src/view/shell/Drawer.tsx:298 msgid "Privacy Policy" msgstr "Polasaí príobháideachta" @@ -5062,20 +4165,15 @@ msgstr "Polasaí príobháideachta" msgid "Privately chat with other users." msgstr "Roinn TDanna príobháideacha le úsáideoirí eile." -#: src/screens/Login/ForgotPasswordForm.tsx:156 +#: src/screens/Login/ForgotPasswordForm.tsx:155 msgid "Processing..." msgstr "Á phróiseáil..." -#: src/view/screens/DebugMod.tsx:895 -#: src/view/screens/Profile.tsx:346 +#: src/view/screens/DebugMod.tsx:896 src/view/screens/Profile.tsx:357 msgid "profile" msgstr "próifíl" -#: src/view/shell/bottom-bar/BottomBar.tsx:275 -#: src/view/shell/desktop/LeftNav.tsx:393 -#: src/view/shell/Drawer.tsx:78 -#: src/view/shell/Drawer.tsx:546 -#: src/view/shell/Drawer.tsx:547 +#: src/view/shell/bottom-bar/BottomBar.tsx:272 src/view/shell/desktop/LeftNav.tsx:387 src/view/shell/Drawer.tsx:78 src/view/shell/Drawer.tsx:546 src/view/shell/Drawer.tsx:547 msgid "Profile" msgstr "Próifíl" @@ -5087,91 +4185,69 @@ msgstr "Próifíl uasdátaithe" msgid "Protect your account by verifying your email." msgstr "Dearbhaigh do ríomhphost le do chuntas a chosaint." -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "Poiblí" #: src/view/screens/ModerationModlists.tsx:61 msgid "Public, shareable lists of users to mute or block in bulk." -msgstr "Liostaí poiblí agus inroinnte d’úsáideoirí le cur i bhfolach nó le blocáil ar an mórchóir" +msgstr "Liostaí poiblí agus inroinnte d’úsáideoirí le balbhú nó le blocáil ar an mórchóir" #: src/view/screens/Lists.tsx:68 msgid "Public, shareable lists which can drive feeds." msgstr "Liostaí poiblí agus inroinnte atá in ann fothaí a bheathú" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish post" msgstr "Foilsigh an phostáil" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish reply" msgstr "Foilsigh an freagra" #: src/components/StarterPack/QrCodeDialog.tsx:128 msgid "QR code copied to your clipboard!" -msgstr "" +msgstr "Cóipeáladh an cód QR sa ghearrthaisce" #: src/components/StarterPack/QrCodeDialog.tsx:106 msgid "QR code has been downloaded!" -msgstr "" +msgstr "Íoslódáladh an cód QR!" #: src/components/StarterPack/QrCodeDialog.tsx:107 msgid "QR code saved to your camera roll!" -msgstr "" +msgstr "Sábháladh an cód QR i do rolla cheamara!" -#: src/tours/Tooltip.tsx:111 -msgid "Quick tip" -msgstr "" - -#: src/view/com/util/post-ctrls/RepostButton.tsx:122 -#: src/view/com/util/post-ctrls/RepostButton.tsx:149 -#: src/view/com/util/post-ctrls/RepostButton.web.tsx:85 -#: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 +#: src/view/com/util/post-ctrls/RepostButton.tsx:125 src/view/com/util/post-ctrls/RepostButton.tsx:152 src/view/com/util/post-ctrls/RepostButton.web.tsx:85 src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Quote post" msgstr "Postáil athluaite" -#: src/view/com/modals/Repost.tsx:66 -#~ msgctxt "action" -#~ msgid "Quote post" -#~ msgstr "Luaigh an phostáil seo" - -#: src/view/com/modals/Repost.tsx:71 -#~ msgctxt "action" -#~ msgid "Quote Post" -#~ msgstr "Luaigh an phostáil seo" - #: src/view/com/util/forms/PostDropdownBtn.tsx:302 msgid "Quote post was re-attached" -msgstr "" +msgstr "Athcheanglaíodh an phostáil athluaite" #: src/view/com/util/forms/PostDropdownBtn.tsx:301 msgid "Quote post was successfully detached" -msgstr "" +msgstr "Dícheanglaíodh an phostáil athluaite" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:313 -#: src/view/com/util/post-ctrls/RepostButton.tsx:121 -#: src/view/com/util/post-ctrls/RepostButton.tsx:148 -#: src/view/com/util/post-ctrls/RepostButton.web.tsx:84 -#: src/view/com/util/post-ctrls/RepostButton.web.tsx:91 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:313 src/view/com/util/post-ctrls/RepostButton.tsx:124 src/view/com/util/post-ctrls/RepostButton.tsx:151 src/view/com/util/post-ctrls/RepostButton.web.tsx:84 src/view/com/util/post-ctrls/RepostButton.web.tsx:91 msgid "Quote posts disabled" -msgstr "" +msgstr "Ní féidir postálacha a athlua" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:311 msgid "Quote posts enabled" -msgstr "" +msgstr "Is féidir postálacha a athlua" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:295 msgid "Quote settings" -msgstr "" +msgstr "Socruithe maidir le postálacha athluaite" -#: src/screens/Post/PostQuotes.tsx:29 -#: src/view/com/post-thread/PostQuotes.tsx:122 +#: src/screens/Post/PostQuotes.tsx:31 src/screens/Post/PostQuotes.tsx:32 msgid "Quotes" -msgstr "" +msgstr "Postálacha athluaite" #: src/view/com/post-thread/PostThreadItem.tsx:230 msgid "Quotes of this post" -msgstr "" +msgstr "Postálacha athluaite den phostáil seo" #: src/view/screens/PreferencesThreads.tsx:80 msgid "Random (aka \"Poster's Roulette\")" @@ -5181,10 +4257,9 @@ msgstr "Randamach" msgid "Ratios" msgstr "Cóimheasa" -#: src/view/com/util/forms/PostDropdownBtn.tsx:543 -#: src/view/com/util/forms/PostDropdownBtn.tsx:553 +#: src/view/com/util/forms/PostDropdownBtn.tsx:543 src/view/com/util/forms/PostDropdownBtn.tsx:553 msgid "Re-attach quote" -msgstr "" +msgstr "Athcheangail an phostáil athluaite" #: src/screens/Deactivated.tsx:144 msgid "Reactivate your account" @@ -5192,71 +4267,53 @@ msgstr "Athghníomhaigh do chuntas" #: src/view/com/auth/SplashScreen.web.tsx:157 msgid "Read the Bluesky blog" -msgstr "" +msgstr "Léigh blag Bluesky" #: src/screens/Signup/StepInfo/Policies.tsx:59 msgid "Read the Bluesky Privacy Policy" -msgstr "" +msgstr "Léigh Polasaí Príobháideachta Bluesky" #: src/screens/Signup/StepInfo/Policies.tsx:49 msgid "Read the Bluesky Terms of Service" -msgstr "" +msgstr "Léigh Téarmaí Seirbhíse Bluesky" #: src/components/dms/ReportDialog.tsx:174 msgid "Reason:" msgstr "Fáth:" -#: src/components/dms/MessageReportDialog.tsx:149 -#, fuzzy -#~ msgid "Reason: {0}" -#~ msgstr "Fáth:" - #: src/view/screens/Search/Search.tsx:926 msgid "Recent Searches" msgstr "Cuardaigh a Rinneadh le Déanaí" -#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:117 -#~ msgid "Recommended Feeds" -#~ msgstr "Fothaí molta" - -#: src/view/com/auth/onboarding/RecommendedFollows.tsx:181 -#~ msgid "Recommended Users" -#~ msgstr "Cuntais mholta" - #: src/screens/Messages/Conversation/MessageListError.tsx:20 msgid "Reconnect" msgstr "Athnasc" #: src/view/screens/Notifications.tsx:146 msgid "Refresh notifications" -msgstr "" +msgstr "Athnuaigh fógraí" #: src/screens/Messages/List/index.tsx:200 msgid "Reload conversations" msgstr "Athlódáil comhráite" -#: src/components/dialogs/MutedWords.tsx:438 -#: src/components/FeedCard.tsx:313 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:101 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:108 -#: src/view/com/feeds/FeedSourceCard.tsx:316 -#: src/view/com/modals/ListAddRemoveUsers.tsx:269 -#: src/view/com/modals/SelfLabel.tsx:84 -#: src/view/com/modals/UserAddRemoveLists.tsx:229 -#: src/view/com/posts/FeedErrorMessage.tsx:213 -#: src/view/com/util/AccountDropdownBtn.tsx:61 +#: src/components/dialogs/MutedWords.tsx:438 src/components/FeedCard.tsx:313 src/components/StarterPack/Wizard/WizardListCard.tsx:101 src/components/StarterPack/Wizard/WizardListCard.tsx:108 src/view/com/feeds/FeedSourceCard.tsx:316 src/view/com/modals/ListAddRemoveUsers.tsx:269 src/view/com/modals/SelfLabel.tsx:84 src/view/com/modals/UserAddRemoveLists.tsx:229 src/view/com/posts/FeedErrorMessage.tsx:213 src/view/com/util/AccountDropdownBtn.tsx:61 msgid "Remove" msgstr "Scrios" #: src/components/StarterPack/Wizard/WizardListCard.tsx:58 msgid "Remove {displayName} from starter pack" -msgstr "" +msgstr "Bain {displayName} den phacáiste fáilte" #: src/view/com/util/AccountDropdownBtn.tsx:26 msgid "Remove account" msgstr "Bain an cuntas de" -#: src/view/com/util/UserAvatar.tsx:387 +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "Bain an ceangaltán de" + +#: src/view/com/util/UserAvatar.tsx:393 msgid "Remove Avatar" msgstr "Bain an tAbhatár Amach" @@ -5264,13 +4321,11 @@ msgstr "Bain an tAbhatár Amach" msgid "Remove Banner" msgstr "Bain an Fógra Meirge Amach" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "Bain an leabú" -#: src/view/com/posts/FeedErrorMessage.tsx:169 -#: src/view/com/posts/FeedShutdownMsg.tsx:116 -#: src/view/com/posts/FeedShutdownMsg.tsx:120 +#: src/view/com/posts/FeedErrorMessage.tsx:169 src/view/com/posts/FeedShutdownMsg.tsx:116 src/view/com/posts/FeedShutdownMsg.tsx:120 msgid "Remove feed" msgstr "Bain an fotha de" @@ -5278,38 +4333,29 @@ msgstr "Bain an fotha de" msgid "Remove feed?" msgstr "An bhfuil fonn ort an fotha a bhaint?" -#: src/view/com/feeds/FeedSourceCard.tsx:187 -#: src/view/com/feeds/FeedSourceCard.tsx:265 -#: src/view/screens/ProfileFeed.tsx:333 -#: src/view/screens/ProfileFeed.tsx:339 -#: src/view/screens/ProfileList.tsx:499 +#: src/view/com/feeds/FeedSourceCard.tsx:187 src/view/com/feeds/FeedSourceCard.tsx:265 src/view/screens/ProfileFeed.tsx:333 src/view/screens/ProfileFeed.tsx:339 src/view/screens/ProfileList.tsx:499 msgid "Remove from my feeds" msgstr "Bain de mo chuid fothaí" -#: src/components/FeedCard.tsx:308 -#: src/view/com/feeds/FeedSourceCard.tsx:311 +#: src/components/FeedCard.tsx:308 src/view/com/feeds/FeedSourceCard.tsx:311 msgid "Remove from my feeds?" msgstr "É sin a bhaint de mo chuid fothaí?" #: src/view/com/util/AccountDropdownBtn.tsx:53 msgid "Remove from quick access?" -msgstr "" +msgstr "An bhfuil fonn ort é a bhaint den mhearliosta?" #: src/screens/List/ListHiddenScreen.tsx:156 msgid "Remove from saved feeds" -msgstr "" +msgstr "Bain de mo chuid fothaí sábháilte" #: src/view/com/composer/photos/Gallery.tsx:174 msgid "Remove image" msgstr "Bain an íomhá de" -#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "Bain réamhléiriú den íomhá" - #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" -msgstr "Bain focal folaigh de do liosta" +msgstr "Bain focal balbhaithe de do liosta" #: src/view/screens/Search/Search.tsx:969 msgid "Remove profile" @@ -5319,29 +4365,31 @@ msgstr "Bain an phróifíl" msgid "Remove profile from search history" msgstr "Bain an phróifíl seo as an stair cuardaigh" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:274 msgid "Remove quote" msgstr "Bain an t-athfhriotal de" -#: src/view/com/util/post-ctrls/RepostButton.tsx:95 -#: src/view/com/util/post-ctrls/RepostButton.tsx:111 +#: src/view/com/util/post-ctrls/RepostButton.tsx:98 src/view/com/util/post-ctrls/RepostButton.tsx:114 msgid "Remove repost" msgstr "Scrios an athphostáil" +#: src/view/com/composer/videos/SubtitleDialog.tsx:264 +msgid "Remove subtitle file" +msgstr "Bain an comhad fotheideal" + #: src/view/com/posts/FeedErrorMessage.tsx:211 msgid "Remove this feed from your saved feeds" msgstr "Bain an fotha seo de do chuid fothaí sábháilte" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:100 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:109 msgid "Removed by author" -msgstr "" +msgstr "Bainte ag an údar" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:98 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:107 msgid "Removed by you" -msgstr "" +msgstr "Bainte agat" -#: src/view/com/modals/ListAddRemoveUsers.tsx:200 -#: src/view/com/modals/UserAddRemoveLists.tsx:164 +#: src/view/com/modals/ListAddRemoveUsers.tsx:200 src/view/com/modals/UserAddRemoveLists.tsx:164 msgid "Removed from list" msgstr "Baineadh den liosta é" @@ -5349,135 +4397,96 @@ msgstr "Baineadh den liosta é" msgid "Removed from my feeds" msgstr "Baineadh de do chuid fothaí é" -#: src/screens/List/ListHiddenScreen.tsx:94 -#: src/screens/List/ListHiddenScreen.tsx:160 +#: src/screens/List/ListHiddenScreen.tsx:94 src/screens/List/ListHiddenScreen.tsx:160 msgid "Removed from saved feeds" -msgstr "" +msgstr "Baineadh de do chuid fothaí sábháilte é" -#: src/view/com/posts/FeedShutdownMsg.tsx:44 -#: src/view/screens/ProfileFeed.tsx:192 -#: src/view/screens/ProfileList.tsx:376 +#: src/view/com/posts/FeedShutdownMsg.tsx:44 src/view/screens/ProfileFeed.tsx:192 src/view/screens/ProfileList.tsx:376 msgid "Removed from your feeds" msgstr "Baineadh de do chuid fothaí é" -#: src/view/com/composer/ExternalEmbed.tsx:88 -#~ msgid "Removes default thumbnail from {0}" -#~ msgstr "Baineann sé seo an mhionsamhail réamhshocraithe de {0}" - -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:275 msgid "Removes quoted post" msgstr "Baineann sé seo an t-athfhriotal" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 -msgid "Removes the image preview" -msgstr "" +msgid "Removes the attachment" +msgstr "Baineann sé seo an ceangaltán de" -#: src/view/com/posts/FeedShutdownMsg.tsx:129 -#: src/view/com/posts/FeedShutdownMsg.tsx:133 +#: src/view/com/posts/FeedShutdownMsg.tsx:129 src/view/com/posts/FeedShutdownMsg.tsx:133 msgid "Replace with Discover" msgstr "Cuir an fotha Discover ina áit" -#: src/view/screens/Profile.tsx:210 +#: src/view/screens/Profile.tsx:221 msgid "Replies" msgstr "Freagraí" #: src/components/WhoCanReply.tsx:69 msgid "Replies disabled" -msgstr "" - -#: src/view/com/threadgate/WhoCanReply.tsx:123 -#~ msgid "Replies on this thread are disabled" -#~ msgstr "" +msgstr "Cuireadh bac ar fhreagraí" #: src/components/WhoCanReply.tsx:215 msgid "Replies to this post are disabled." -msgstr "" +msgstr "Ní féidir freagraí a thabhairt ar an bpostáil seo." -#: src/components/WhoCanReply.tsx:243 -#~ msgid "Replies to this thread are disabled" -#~ msgstr "Ní féidir freagraí a thabhairt ar an gcomhrá seo" - -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:644 msgctxt "action" msgid "Reply" msgstr "Freagair" -#: src/view/screens/PreferencesFollowingFeed.tsx:142 -#~ msgid "Reply Filters" -#~ msgstr "Scagairí freagra" - -#: src/components/moderation/ModerationDetailsDialog.tsx:115 -#: src/lib/moderation/useModerationCauseDescription.ts:123 +#: src/components/moderation/ModerationDetailsDialog.tsx:115 src/lib/moderation/useModerationCauseDescription.ts:123 msgid "Reply Hidden by Thread Author" -msgstr "" +msgstr "Freagra a chuir údar an tsnáithe i bhfolach" -#: src/components/moderation/ModerationDetailsDialog.tsx:114 -#: src/lib/moderation/useModerationCauseDescription.ts:122 +#: src/components/moderation/ModerationDetailsDialog.tsx:114 src/lib/moderation/useModerationCauseDescription.ts:122 msgid "Reply Hidden by You" -msgstr "" +msgstr "Freagra a chuir tusa i bhfolach" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 msgid "Reply settings" -msgstr "" +msgstr "Socruithe freagraí" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 msgid "Reply settings are chosen by the author of the thread" -msgstr "" +msgstr "Is é údar an tsnáithe a roghnaíonn socruithe a bhaineann le freagraí" -#: src/view/com/post/Post.tsx:NaN -#~ msgctxt "description" -#~ msgid "Reply to <0/>" -#~ msgstr "Freagra ar <0/>" - -#: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:522 +#: src/view/com/post/Post.tsx:196 src/view/com/posts/FeedItem.tsx:520 msgctxt "description" msgid "Reply to <0><1/>" msgstr "Freagra ar <0><1/>" -#: src/view/com/posts/FeedItem.tsx:513 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" -msgstr "" +msgstr "Freagra ar phostáil bhlocáilte" -#: src/view/com/posts/FeedItem.tsx:515 +#: src/view/com/posts/FeedItem.tsx:513 msgctxt "description" msgid "Reply to a post" -msgstr "" +msgstr "Freagra ar phostáil" -#: src/view/com/post/Post.tsx:194 -#: src/view/com/posts/FeedItem.tsx:519 +#: src/view/com/post/Post.tsx:194 src/view/com/posts/FeedItem.tsx:517 msgctxt "description" msgid "Reply to you" -msgstr "" +msgstr "Freagra ort" #: src/view/com/util/forms/PostDropdownBtn.tsx:332 msgid "Reply visibility updated" -msgstr "" +msgstr "Nuashonraíodh infheictheacht na bhfreagraí" #: src/view/com/util/forms/PostDropdownBtn.tsx:331 msgid "Reply was successfully hidden" -msgstr "" +msgstr "Cuireadh an freagra i bhfolach" -#: src/components/dms/MessageMenu.tsx:132 -#: src/components/dms/MessagesListBlockedFooter.tsx:77 -#: src/components/dms/MessagesListBlockedFooter.tsx:84 +#: src/components/dms/MessageMenu.tsx:132 src/components/dms/MessagesListBlockedFooter.tsx:77 src/components/dms/MessagesListBlockedFooter.tsx:84 msgid "Report" msgstr "Tuairiscigh" -#: src/components/dms/ConvoMenu.tsx:NaN -#, fuzzy -#~ msgid "Report account" -#~ msgstr "Déan gearán faoi chuntas" - -#: src/view/com/profile/ProfileMenu.tsx:323 -#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:323 src/view/com/profile/ProfileMenu.tsx:326 msgid "Report Account" msgstr "Déan gearán faoi chuntas" -#: src/components/dms/ConvoMenu.tsx:197 -#: src/components/dms/ConvoMenu.tsx:200 -#: src/components/dms/ReportConversationPrompt.tsx:18 +#: src/components/dms/ConvoMenu.tsx:197 src/components/dms/ConvoMenu.tsx:200 src/components/dms/ReportConversationPrompt.tsx:18 msgid "Report conversation" msgstr "Tuairiscigh an comhrá seo" @@ -5485,8 +4494,7 @@ msgstr "Tuairiscigh an comhrá seo" msgid "Report dialog" msgstr "Tuairiscigh comhrá" -#: src/view/screens/ProfileFeed.tsx:350 -#: src/view/screens/ProfileFeed.tsx:352 +#: src/view/screens/ProfileFeed.tsx:350 src/view/screens/ProfileFeed.tsx:352 msgid "Report feed" msgstr "Déan gearán faoi fhotha" @@ -5498,15 +4506,13 @@ msgstr "Déan gearán faoi liosta" msgid "Report message" msgstr "Tuairiscigh an teachtaireacht seo" -#: src/view/com/util/forms/PostDropdownBtn.tsx:579 -#: src/view/com/util/forms/PostDropdownBtn.tsx:581 +#: src/view/com/util/forms/PostDropdownBtn.tsx:579 src/view/com/util/forms/PostDropdownBtn.tsx:581 msgid "Report post" msgstr "Déan gearán faoi phostáil" -#: src/screens/StarterPack/StarterPackScreen.tsx:593 -#: src/screens/StarterPack/StarterPackScreen.tsx:596 +#: src/screens/StarterPack/StarterPackScreen.tsx:593 src/screens/StarterPack/StarterPackScreen.tsx:596 msgid "Report starter pack" -msgstr "" +msgstr "Déan gearán faoi phacáiste fáilte" #: src/components/ReportDialog/SelectReportOptionView.tsx:43 msgid "Report this content" @@ -5520,9 +4526,7 @@ msgstr "Déan gearán faoin fhotha seo" msgid "Report this list" msgstr "Déan gearán faoin liosta seo" -#: src/components/dms/ReportDialog.tsx:48 -#: src/components/dms/ReportDialog.tsx:142 -#: src/components/ReportDialog/SelectReportOptionView.tsx:62 +#: src/components/dms/ReportDialog.tsx:48 src/components/dms/ReportDialog.tsx:142 src/components/ReportDialog/SelectReportOptionView.tsx:62 msgid "Report this message" msgstr "Tuairiscigh an teachtaireacht seo" @@ -5532,54 +4536,42 @@ msgstr "Déan gearán faoin phostáil seo" #: src/components/ReportDialog/SelectReportOptionView.tsx:59 msgid "Report this starter pack" -msgstr "" +msgstr "Tuairiscigh an pacáiste fáilte seo" #: src/components/ReportDialog/SelectReportOptionView.tsx:47 msgid "Report this user" msgstr "Déan gearán faoin úsáideoir seo" -#: src/view/com/util/post-ctrls/RepostButton.tsx:67 -#: src/view/com/util/post-ctrls/RepostButton.tsx:96 -#: src/view/com/util/post-ctrls/RepostButton.tsx:112 +#: src/view/com/util/post-ctrls/RepostButton.tsx:70 src/view/com/util/post-ctrls/RepostButton.tsx:99 src/view/com/util/post-ctrls/RepostButton.tsx:115 msgctxt "action" msgid "Repost" msgstr "Athphostáil" -#: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 -#: src/view/com/util/post-ctrls/RepostButton.web.tsx:76 +#: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 src/view/com/util/post-ctrls/RepostButton.web.tsx:76 msgid "Repost" msgstr "Athphostáil" -#: src/screens/StarterPack/StarterPackScreen.tsx:535 -#: src/view/com/util/post-ctrls/RepostButton.tsx:88 -#: src/view/com/util/post-ctrls/RepostButton.web.tsx:49 -#: src/view/com/util/post-ctrls/RepostButton.web.tsx:104 +#: src/screens/StarterPack/StarterPackScreen.tsx:535 src/view/com/util/post-ctrls/RepostButton.tsx:91 src/view/com/util/post-ctrls/RepostButton.web.tsx:49 src/view/com/util/post-ctrls/RepostButton.web.tsx:104 msgid "Repost or quote post" msgstr "Athphostáil nó luaigh postáil" -#: src/screens/Post/PostRepostedBy.tsx:29 -#: src/view/com/post-thread/PostRepostedBy.tsx:96 +#: src/screens/Post/PostRepostedBy.tsx:31 src/screens/Post/PostRepostedBy.tsx:32 msgid "Reposted By" msgstr "Athphostáilte ag" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "Athphostáilte ag {0}" -#: src/view/com/posts/FeedItem.tsx:214 -#~ msgid "Reposted by <0/>" -#~ msgstr "Athphostáilte ag <0/>" - -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "Athphostáilte ag <0><1/>" -#: src/view/com/posts/FeedItem.tsx:292 -#: src/view/com/posts/FeedItem.tsx:311 +#: src/view/com/posts/FeedItem.tsx:290 src/view/com/posts/FeedItem.tsx:309 msgid "Reposted by you" -msgstr "" +msgstr "Athphostáilte agat" -#: src/view/com/notifications/FeedItem.tsx:184 +#: src/view/com/notifications/FeedItem.tsx:180 msgid "reposted your post" msgstr "— d'athphostáil sé/sí do phostáil" @@ -5587,13 +4579,11 @@ msgstr "— d'athphostáil sé/sí do phostáil" msgid "Reposts of this post" msgstr "Athphostálacha den phostáil seo" -#: src/view/com/modals/ChangeEmail.tsx:176 -#: src/view/com/modals/ChangeEmail.tsx:178 +#: src/view/com/modals/ChangeEmail.tsx:176 src/view/com/modals/ChangeEmail.tsx:178 msgid "Request Change" msgstr "Iarr Athrú" -#: src/view/com/modals/ChangePassword.tsx:242 -#: src/view/com/modals/ChangePassword.tsx:244 +#: src/view/com/modals/ChangePassword.tsx:242 src/view/com/modals/ChangePassword.tsx:244 msgid "Request Code" msgstr "Iarr Cód" @@ -5609,11 +4599,18 @@ msgstr "Bíodh cód ríomhphoist ag teastáil chun logáil isteach" msgid "Required for this provider" msgstr "Riachtanach don soláthraí seo" -#: src/view/screens/Settings/DisableEmail2FADialog.tsx:168 -#: src/view/screens/Settings/DisableEmail2FADialog.tsx:171 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:168 src/view/screens/Settings/DisableEmail2FADialog.tsx:171 msgid "Resend email" msgstr "Athsheol an ríomhphost" +#: src/components/intents/VerifyEmailIntentDialog.tsx:130 +msgid "Resend Email" +msgstr "Athsheol an ríomhphost" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:123 +msgid "Resend Verification Email" +msgstr "Athsheol an ríomhphost dearbhaithe" + #: src/view/com/modals/ChangePassword.tsx:186 msgid "Reset code" msgstr "Cód athshocraithe" @@ -5622,8 +4619,7 @@ msgstr "Cód athshocraithe" msgid "Reset Code" msgstr "Cód Athshocraithe" -#: src/view/screens/Settings/index.tsx:866 -#: src/view/screens/Settings/index.tsx:869 +#: src/view/screens/Settings/index.tsx:866 src/view/screens/Settings/index.tsx:869 msgid "Reset onboarding state" msgstr "Athshocraigh an próiseas cláraithe" @@ -5631,8 +4627,7 @@ msgstr "Athshocraigh an próiseas cláraithe" msgid "Reset password" msgstr "Athshocraigh an pasfhocal" -#: src/view/screens/Settings/index.tsx:846 -#: src/view/screens/Settings/index.tsx:849 +#: src/view/screens/Settings/index.tsx:846 src/view/screens/Settings/index.tsx:849 msgid "Reset preferences state" msgstr "Athshocraigh na roghanna" @@ -5644,41 +4639,19 @@ msgstr "Athshocraíonn sé seo an clárú" msgid "Resets the preferences state" msgstr "Athshocraíonn sé seo na roghanna" -#: src/screens/Login/LoginForm.tsx:312 +#: src/screens/Login/LoginForm.tsx:299 msgid "Retries login" msgstr "Baineann sé seo triail eile as an logáil isteach" -#: src/view/com/util/error/ErrorMessage.tsx:57 -#: src/view/com/util/error/ErrorScreen.tsx:74 +#: src/view/com/util/error/ErrorMessage.tsx:57 src/view/com/util/error/ErrorScreen.tsx:74 msgid "Retries the last action, which errored out" msgstr "Baineann sé seo triail eile as an ngníomh is déanaí, ar theip air" -#: src/components/dms/MessageItem.tsx:235 -#: src/components/Error.tsx:66 -#: src/components/Lists.tsx:104 -#: src/components/StarterPack/ProfileStarterPacks.tsx:318 -#: src/screens/Login/LoginForm.tsx:311 -#: src/screens/Login/LoginForm.tsx:318 -#: src/screens/Messages/Conversation/MessageListError.tsx:25 -#: src/screens/Onboarding/StepInterests/index.tsx:251 -#: src/screens/Onboarding/StepInterests/index.tsx:254 -#: src/screens/Signup/BackNextButtons.tsx:52 -#: src/view/com/util/error/ErrorMessage.tsx:55 -#: src/view/com/util/error/ErrorScreen.tsx:72 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoFallback.tsx:55 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoFallback.tsx:57 +#: src/components/dms/MessageItem.tsx:236 src/components/Error.tsx:66 src/components/Lists.tsx:104 src/components/StarterPack/ProfileStarterPacks.tsx:318 src/screens/Login/LoginForm.tsx:298 src/screens/Login/LoginForm.tsx:305 src/screens/Messages/Conversation/MessageListError.tsx:25 src/screens/Onboarding/StepInterests/index.tsx:231 src/screens/Onboarding/StepInterests/index.tsx:234 src/screens/Signup/BackNextButtons.tsx:52 src/view/com/util/error/ErrorMessage.tsx:55 src/view/com/util/error/ErrorScreen.tsx:72 src/view/com/util/post-embeds/VideoEmbedInner/VideoFallback.tsx:55 src/view/com/util/post-embeds/VideoEmbedInner/VideoFallback.tsx:57 msgid "Retry" msgstr "Bain triail eile as" -#: src/screens/Messages/Conversation/MessageListError.tsx:54 -#, fuzzy -#~ msgid "Retry." -#~ msgstr "Bain triail eile as" - -#: src/components/Error.tsx:74 -#: src/screens/List/ListHiddenScreen.tsx:205 -#: src/screens/StarterPack/StarterPackScreen.tsx:739 -#: src/view/screens/ProfileList.tsx:1027 +#: src/components/Error.tsx:74 src/screens/List/ListHiddenScreen.tsx:205 src/screens/StarterPack/StarterPackScreen.tsx:739 src/view/screens/ProfileList.tsx:1027 msgid "Return to previous page" msgstr "Fill ar an leathanach roimhe seo" @@ -5686,25 +4659,15 @@ msgstr "Fill ar an leathanach roimhe seo" msgid "Returns to home page" msgstr "Filleann sé seo abhaile" -#: src/view/screens/NotFound.tsx:58 -#: src/view/screens/ProfileFeed.tsx:113 +#: src/view/screens/NotFound.tsx:58 src/view/screens/ProfileFeed.tsx:113 msgid "Returns to previous page" msgstr "Filleann sé seo ar an leathanach roimhe seo" -#: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:438 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:445 -#: src/components/StarterPack/QrCodeDialog.tsx:187 -#: src/view/com/composer/GifAltText.tsx:162 -#: src/view/com/composer/GifAltText.tsx:168 -#: src/view/com/modals/ChangeHandle.tsx:168 -#: src/view/com/modals/CreateOrEditList.tsx:326 -#: src/view/com/modals/EditProfile.tsx:225 +#: src/components/dialogs/BirthDateSettings.tsx:125 src/components/dialogs/PostInteractionSettingsDialog.tsx:438 src/components/dialogs/PostInteractionSettingsDialog.tsx:445 src/components/StarterPack/QrCodeDialog.tsx:187 src/view/com/composer/GifAltText.tsx:162 src/view/com/composer/GifAltText.tsx:168 src/view/com/modals/ChangeHandle.tsx:168 src/view/com/modals/CreateOrEditList.tsx:326 src/view/com/modals/EditProfile.tsx:225 msgid "Save" msgstr "Sábháil" -#: src/view/com/lightbox/Lightbox.tsx:139 -#: src/view/com/modals/CreateOrEditList.tsx:334 +#: src/view/com/lightbox/Lightbox.tsx:139 src/view/com/modals/CreateOrEditList.tsx:334 msgctxt "action" msgid "Save" msgstr "Sábháil" @@ -5725,10 +4688,9 @@ msgstr "Sábháil na hathruithe" msgid "Save handle change" msgstr "Sábháil an leasainm nua" -#: src/components/StarterPack/ShareDialog.tsx:151 -#: src/components/StarterPack/ShareDialog.tsx:158 +#: src/components/StarterPack/ShareDialog.tsx:151 src/components/StarterPack/ShareDialog.tsx:158 msgid "Save image" -msgstr "" +msgstr "Sábháil an íomhá" #: src/view/com/modals/crop-image/CropImage.web.tsx:169 msgid "Save image crop" @@ -5736,10 +4698,9 @@ msgstr "Sábháil an pictiúr bearrtha" #: src/components/StarterPack/QrCodeDialog.tsx:181 msgid "Save QR code" -msgstr "" +msgstr "Sábháil an cód QR" -#: src/view/screens/ProfileFeed.tsx:334 -#: src/view/screens/ProfileFeed.tsx:340 +#: src/view/screens/ProfileFeed.tsx:334 src/view/screens/ProfileFeed.tsx:340 msgid "Save to my feeds" msgstr "Sábháil i mo chuid fothaí" @@ -5751,12 +4712,7 @@ msgstr "Fothaí Sábháilte" msgid "Saved to your camera roll" msgstr "Sábháladh i do rolla ceamara é" -#: src/view/com/lightbox/Lightbox.tsx:81 -#~ msgid "Saved to your camera roll." -#~ msgstr "Sábháilte i do rolla ceamara." - -#: src/view/screens/ProfileFeed.tsx:201 -#: src/view/screens/ProfileList.tsx:356 +#: src/view/screens/ProfileFeed.tsx:201 src/view/screens/ProfileList.tsx:356 msgid "Saved to your feeds" msgstr "Sábháilte le mo chuid fothaí" @@ -5772,15 +4728,11 @@ msgstr "Sábhálann sé seo athrú an leasainm go {handle}" msgid "Saves image crop settings" msgstr "Sábhálann sé seo na socruithe le haghaidh íomhánna a laghdú" -#: src/components/dms/ChatEmptyPill.tsx:33 -#: src/components/NewskieDialog.tsx:105 -#: src/view/com/notifications/FeedItem.tsx:416 -#: src/view/com/notifications/FeedItem.tsx:441 +#: src/components/dms/ChatEmptyPill.tsx:33 src/components/NewskieDialog.tsx:105 src/view/com/notifications/FeedItem.tsx:412 src/view/com/notifications/FeedItem.tsx:437 msgid "Say hello!" msgstr "Abair heileo!" -#: src/screens/Onboarding/index.tsx:33 -#: src/screens/Onboarding/state.ts:97 +#: src/screens/Onboarding/index.tsx:33 src/screens/Onboarding/state.ts:97 msgid "Science" msgstr "Eolaíocht" @@ -5788,18 +4740,7 @@ msgstr "Eolaíocht" msgid "Scroll to top" msgstr "Fill ar an mbarr" -#: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:554 -#: src/view/com/modals/ListAddRemoveUsers.tsx:76 -#: src/view/com/util/forms/SearchInput.tsx:67 -#: src/view/com/util/forms/SearchInput.tsx:79 -#: src/view/screens/Search/Search.tsx:421 -#: src/view/screens/Search/Search.tsx:791 -#: src/view/screens/Search/Search.tsx:813 -#: src/view/shell/bottom-bar/BottomBar.tsx:182 -#: src/view/shell/desktop/LeftNav.tsx:354 -#: src/view/shell/Drawer.tsx:398 -#: src/view/shell/Drawer.tsx:399 +#: src/components/dms/dialogs/SearchablePeopleList.tsx:504 src/Navigation.tsx:555 src/view/com/modals/ListAddRemoveUsers.tsx:76 src/view/com/util/forms/SearchInput.tsx:67 src/view/com/util/forms/SearchInput.tsx:79 src/view/screens/Search/Search.tsx:421 src/view/screens/Search/Search.tsx:791 src/view/screens/Search/Search.tsx:813 src/view/shell/bottom-bar/BottomBar.tsx:179 src/view/shell/desktop/LeftNav.tsx:349 src/view/shell/Drawer.tsx:398 src/view/shell/Drawer.tsx:399 msgid "Search" msgstr "Cuardaigh" @@ -5821,28 +4762,21 @@ msgstr "Lorg na postálacha uile leis an gclib {displayTag}" #: src/screens/StarterPack/Wizard/index.tsx:491 msgid "Search for feeds that you want to suggest to others." -msgstr "" - -#: src/components/dms/NewChat.tsx:226 -#~ msgid "Search for someone to start a conversation with." -#~ msgstr "Lorg duine éigin le comhrá a dhéanamh leo." +msgstr "Cuardaigh fothaí ar mhaith leat moladh do dhaoine eile." #: src/view/com/modals/ListAddRemoveUsers.tsx:71 msgid "Search for users" msgstr "Cuardaigh úsáideoirí" -#: src/components/dialogs/GifSelect.ios.tsx:159 -#: src/components/dialogs/GifSelect.tsx:169 +#: src/components/dialogs/GifSelect.ios.tsx:159 src/components/dialogs/GifSelect.tsx:169 msgid "Search GIFs" msgstr "Cuardaigh GIFanna" -#: src/components/dms/dialogs/SearchablePeopleList.tsx:524 -#: src/components/dms/dialogs/SearchablePeopleList.tsx:525 +#: src/components/dms/dialogs/SearchablePeopleList.tsx:524 src/components/dms/dialogs/SearchablePeopleList.tsx:525 msgid "Search profiles" msgstr "Cuardaigh próifílí" -#: src/components/dialogs/GifSelect.ios.tsx:160 -#: src/components/dialogs/GifSelect.tsx:170 +#: src/components/dialogs/GifSelect.ios.tsx:160 src/components/dialogs/GifSelect.tsx:170 msgid "Search Tenor" msgstr "Cuardaigh Tenor" @@ -5868,19 +4802,15 @@ msgstr "Féach na postálacha <0>{displayTag} leis an úsáideoir seo" #: src/view/com/auth/SplashScreen.web.tsx:162 msgid "See jobs at Bluesky" -msgstr "" - -#: src/view/com/notifications/FeedItem.tsx:NaN -#~ msgid "See profile" -#~ msgstr "Féach ar an bpróifíl" +msgstr "Féach ar phostanna le Bluesky" #: src/view/screens/SavedFeeds.tsx:188 msgid "See this guide" msgstr "Féach ar an treoirleabhar seo" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:40 -#~ msgid "See what's next" -#~ msgstr "Féach an chéad rud eile" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:631 +msgid "Seek slider" +msgstr "Barra sleamhnáin" #: src/view/com/util/Selector.tsx:106 msgid "Select {item}" @@ -5916,7 +4846,11 @@ msgstr "Roghnaigh GIF \"{0}\"" #: src/components/dialogs/MutedWords.tsx:142 msgid "Select how long to mute this word for." -msgstr "" +msgstr "Cá fhad a bheidh an focal seo balbhaithe?" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:249 +msgid "Select language..." +msgstr "Roghnaigh teanga..." #: src/view/screens/LanguageSettings.tsx:303 msgid "Select languages" @@ -5930,9 +4864,9 @@ msgstr "Roghnaigh modhnóir" msgid "Select option {i} of {numItems}" msgstr "Roghnaigh rogha {i} as {numItems}" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 -#~ msgid "Select some accounts below to follow" -#~ msgstr "Roghnaigh cúpla cuntas le leanúint" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:65 +msgid "Select subtitle file (.vtt)" +msgstr "Roghnaigh comhad fotheideal (.vtt)" #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83 msgid "Select the {emojiName} emoji as your avatar" @@ -5946,21 +4880,13 @@ msgstr "Roghnaigh na seirbhísí modhnóireachta le tuairisciú chuige" msgid "Select the service that hosts your data." msgstr "Roghnaigh an tseirbhís a óstálann do chuid sonraí." -#: src/screens/Onboarding/StepTopicalFeeds.tsx:100 -#~ msgid "Select topical feeds to follow from the list below" -#~ msgstr "Roghnaigh fothaí le leanúint ón liosta thíos" - -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:94 msgid "Select video" -msgstr "" +msgstr "Roghnaigh físeán" #: src/components/dialogs/MutedWords.tsx:242 msgid "Select what content this mute word should apply to." -msgstr "" - -#: src/screens/Onboarding/StepModeration/index.tsx:63 -#~ msgid "Select what you want to see (or not see), and we’ll handle the rest." -#~ msgstr "Roghnaigh na rudaí ba mhaith leat a fheiceáil (nó gan a fheiceáil), agus leanfaimid ar aghaidh as sin" +msgstr "Roghnaigh an t-ábhar a gcuirfear an focal balbhaithe seo i bhfeidhm air." #: src/view/screens/LanguageSettings.tsx:285 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." @@ -5970,11 +4896,11 @@ msgstr "Roghnaigh na teangacha ba mhaith leat a fheiceáil i do chuid fothaí. M msgid "Select your app language for the default text to display in the app." msgstr "Roghnaigh teanga an téacs a thaispeánfar san aip." -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:193 msgid "Select your date of birth" msgstr "Roghnaigh do dháta breithe" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "Roghnaigh na rudaí a bhfuil suim agat iontu as na roghanna thíos" @@ -5982,20 +4908,11 @@ 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/Onboarding/StepAlgoFeeds/index.tsx:117 -#~ msgid "Select your primary algorithmic feeds" -#~ msgstr "Roghnaigh do phríomhfhothaí algartamacha" - -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:133 -#~ msgid "Select your secondary algorithmic feeds" -#~ msgstr "Roghnaigh do chuid fothaí algartamacha tánaisteacha" - #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Seol suíomh gréasáin spéisiúil!" -#: src/view/com/modals/VerifyEmail.tsx:210 -#: src/view/com/modals/VerifyEmail.tsx:212 +#: src/view/com/modals/VerifyEmail.tsx:210 src/view/com/modals/VerifyEmail.tsx:212 msgid "Send Confirmation Email" msgstr "Seol ríomhphost dearbhaithe" @@ -6012,8 +4929,7 @@ msgstr "Seol ríomhphost" msgid "Send feedback" msgstr "Seol aiseolas" -#: src/screens/Messages/Conversation/MessageInput.tsx:163 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:155 +#: src/screens/Messages/Conversation/MessageInput.tsx:165 src/screens/Messages/Conversation/MessageInput.web.tsx:219 msgid "Send message" msgstr "Seol teachtaireacht" @@ -6021,10 +4937,7 @@ msgstr "Seol teachtaireacht" msgid "Send post to..." msgstr "Seol an phostáil seo chuig..." -#: src/components/dms/ReportDialog.tsx:234 -#: src/components/dms/ReportDialog.tsx:237 -#: src/components/ReportDialog/SubmitView.tsx:219 -#: src/components/ReportDialog/SubmitView.tsx:223 +#: src/components/dms/ReportDialog.tsx:234 src/components/dms/ReportDialog.tsx:237 src/components/ReportDialog/SubmitView.tsx:219 src/components/ReportDialog/SubmitView.tsx:223 msgid "Send report" msgstr "Seol an tuairisc" @@ -6032,13 +4945,11 @@ msgstr "Seol an tuairisc" msgid "Send report to {0}" msgstr "Seol an tuairisc chuig {0}" -#: src/view/screens/Settings/DisableEmail2FADialog.tsx:119 -#: src/view/screens/Settings/DisableEmail2FADialog.tsx:122 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:119 src/view/screens/Settings/DisableEmail2FADialog.tsx:122 msgid "Send verification email" msgstr "Seol ríomhphost dearbhaithe" -#: src/view/com/util/forms/PostDropdownBtn.tsx:399 -#: src/view/com/util/forms/PostDropdownBtn.tsx:402 +#: src/view/com/util/forms/PostDropdownBtn.tsx:399 src/view/com/util/forms/PostDropdownBtn.tsx:402 msgid "Send via direct message" msgstr "Seol mar theachtaireacht dhíreach" @@ -6086,26 +4997,6 @@ msgstr "Socraigh do chuntas" msgid "Sets Bluesky username" msgstr "Socraíonn sé seo d'ainm úsáideora ar Bluesky" -#: src/view/screens/Settings/index.tsx:463 -#~ msgid "Sets color theme to dark" -#~ msgstr "Roghnaíonn sé seo an modh dorcha" - -#: src/view/screens/Settings/index.tsx:456 -#~ msgid "Sets color theme to light" -#~ msgstr "Roghnaíonn sé seo an modh sorcha" - -#: src/view/screens/Settings/index.tsx:450 -#~ msgid "Sets color theme to system setting" -#~ msgstr "Roghnaíonn sé seo scéim dathanna an chórais" - -#: src/view/screens/Settings/index.tsx:489 -#~ msgid "Sets dark theme to the dark theme" -#~ msgstr "Úsáideann sé seo an téama dorcha mar théama dorcha" - -#: src/view/screens/Settings/index.tsx:482 -#~ msgid "Sets dark theme to the dim theme" -#~ msgstr "Úsáideann sé seo an téama breacdhorcha mar théama dorcha" - #: src/screens/Login/ForgotPasswordForm.tsx:113 msgid "Sets email for password reset" msgstr "Socraíonn sé seo an seoladh ríomhphoist le haghaidh athshocrú an phasfhocail" @@ -6122,11 +5013,7 @@ msgstr "Socraíonn sé seo cóimheas treoíochta na híomhá go hard" msgid "Sets image aspect ratio to wide" msgstr "Socraíonn sé seo cóimheas treoíochta na híomhá go leathan" -#: src/Navigation.tsx:155 -#: src/view/screens/Settings/index.tsx:302 -#: src/view/shell/desktop/LeftNav.tsx:401 -#: src/view/shell/Drawer.tsx:563 -#: src/view/shell/Drawer.tsx:564 +#: src/Navigation.tsx:155 src/view/screens/Settings/index.tsx:302 src/view/shell/desktop/LeftNav.tsx:395 src/view/shell/Drawer.tsx:563 src/view/shell/Drawer.tsx:564 msgid "Settings" msgstr "Socruithe" @@ -6138,15 +5025,7 @@ msgstr "Gníomhaíocht ghnéasach nó lomnochtacht gháirsiúil." msgid "Sexually Suggestive" msgstr "Graosta" -#: src/components/StarterPack/QrCodeDialog.tsx:177 -#: src/screens/StarterPack/StarterPackScreen.tsx:411 -#: src/screens/StarterPack/StarterPackScreen.tsx:582 -#: src/view/com/profile/ProfileMenu.tsx:219 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/util/forms/PostDropdownBtn.tsx:410 -#: src/view/com/util/forms/PostDropdownBtn.tsx:419 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:321 -#: src/view/screens/ProfileList.tsx:484 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:644 src/components/StarterPack/QrCodeDialog.tsx:177 src/screens/StarterPack/StarterPackScreen.tsx:411 src/screens/StarterPack/StarterPackScreen.tsx:582 src/view/com/profile/ProfileMenu.tsx:219 src/view/com/profile/ProfileMenu.tsx:228 src/view/com/util/forms/PostDropdownBtn.tsx:410 src/view/com/util/forms/PostDropdownBtn.tsx:419 src/view/com/util/post-ctrls/PostCtrls.tsx:345 src/view/screens/ProfileList.tsx:484 msgid "Share" msgstr "Comhroinn" @@ -6163,44 +5042,45 @@ msgstr "Inis scéal suimiúil!" msgid "Share a fun fact!" msgstr "Roinn rud éigin fútsa féin!" -#: src/view/com/profile/ProfileMenu.tsx:377 -#: src/view/com/util/forms/PostDropdownBtn.tsx:659 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:337 +#: src/view/com/profile/ProfileMenu.tsx:377 src/view/com/util/forms/PostDropdownBtn.tsx:659 src/view/com/util/post-ctrls/PostCtrls.tsx:361 msgid "Share anyway" msgstr "Comhroinn mar sin féin" -#: src/view/screens/ProfileFeed.tsx:360 -#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileFeed.tsx:360 src/view/screens/ProfileFeed.tsx:362 msgid "Share feed" msgstr "Comhroinn an fotha" -#: src/components/StarterPack/ShareDialog.tsx:124 -#: src/components/StarterPack/ShareDialog.tsx:131 -#: src/screens/StarterPack/StarterPackScreen.tsx:586 -msgid "Share link" -msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:621 +msgid "Share image externally" +msgstr "Comhroinn an íomhá go seachtrach" -#: src/view/com/modals/LinkWarning.tsx:89 -#: src/view/com/modals/LinkWarning.tsx:95 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:639 +msgid "Share image in post" +msgstr "Comhroinn an íomhá i bpostáil" + +#: src/components/StarterPack/ShareDialog.tsx:124 src/components/StarterPack/ShareDialog.tsx:131 src/screens/StarterPack/StarterPackScreen.tsx:586 +msgid "Share link" +msgstr "Comhroinn an nasc" + +#: src/view/com/modals/LinkWarning.tsx:89 src/view/com/modals/LinkWarning.tsx:95 msgid "Share Link" msgstr "Comhroinn Nasc" #: src/components/StarterPack/ShareDialog.tsx:88 msgid "Share link dialog" -msgstr "" +msgstr "Dialóg le nasc a roinnt" -#: src/components/StarterPack/ShareDialog.tsx:135 -#: src/components/StarterPack/ShareDialog.tsx:146 +#: src/components/StarterPack/ShareDialog.tsx:135 src/components/StarterPack/ShareDialog.tsx:146 msgid "Share QR code" -msgstr "" +msgstr "Comhroinn an cód QR" #: src/screens/StarterPack/StarterPackScreen.tsx:404 msgid "Share this starter pack" -msgstr "" +msgstr "Roinn an pacáiste fáilte seo" #: src/components/StarterPack/ShareDialog.tsx:100 msgid "Share this starter pack and help people join your community on Bluesky." -msgstr "" +msgstr "Roinn an pacáiste fáilte seo agus cuidigh le daoine páirt a ghlacadh i do phobal ar Bluesky." #: src/components/dms/ChatEmptyPill.tsx:34 msgid "Share your favorite feed!" @@ -6208,35 +5088,25 @@ msgstr "Roinn an fotha is fearr leat!" #: src/Navigation.tsx:251 msgid "Shared Preferences Tester" -msgstr "" +msgstr "Tástáil Roghanna Comhroinnte" #: src/view/com/modals/LinkWarning.tsx:92 msgid "Shares the linked website" msgstr "Roinneann sé seo na suíomh gréasáin atá nasctha" -#: src/components/moderation/ContentHider.tsx:116 -#: src/components/moderation/LabelPreference.tsx:136 -#: src/components/moderation/PostHider.tsx:122 -#: src/view/screens/Settings/index.tsx:351 +#: src/components/moderation/ContentHider.tsx:116 src/components/moderation/LabelPreference.tsx:136 src/components/moderation/PostHider.tsx:122 src/view/screens/Settings/index.tsx:351 msgid "Show" msgstr "Taispeáin" -#: src/view/screens/PreferencesFollowingFeed.tsx:68 -#~ msgid "Show all replies" -#~ msgstr "Taispeáin gach freagra" - -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:169 msgid "Show alt text" msgstr "Taispeáin an téacs malartach" -#: src/components/moderation/ScreenHider.tsx:178 -#: src/components/moderation/ScreenHider.tsx:181 -#: src/screens/List/ListHiddenScreen.tsx:176 +#: src/components/moderation/ScreenHider.tsx:178 src/components/moderation/ScreenHider.tsx:181 src/screens/List/ListHiddenScreen.tsx:176 msgid "Show anyway" msgstr "Taispeáin mar sin féin" -#: src/lib/moderation/useLabelBehaviorDescription.ts:27 -#: src/lib/moderation/useLabelBehaviorDescription.ts:63 +#: src/lib/moderation/useLabelBehaviorDescription.ts:27 src/lib/moderation/useLabelBehaviorDescription.ts:63 msgid "Show badge" msgstr "Taispeáin suaitheantas" @@ -6244,31 +5114,23 @@ msgstr "Taispeáin suaitheantas" msgid "Show badge and filter from feeds" msgstr "Taispeáin suaitheantas agus scag ó na fothaí é" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "Taispeáin cuntais cosúil le {0}" - #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" msgstr "Taispeáin freagraí i bhfolach" -#: src/view/com/util/forms/PostDropdownBtn.tsx:449 -#: src/view/com/util/forms/PostDropdownBtn.tsx:451 +#: src/view/com/util/forms/PostDropdownBtn.tsx:449 src/view/com/util/forms/PostDropdownBtn.tsx:451 msgid "Show less like this" msgstr "Níos lú den sórt seo" #: src/screens/List/ListHiddenScreen.tsx:172 msgid "Show list anyway" -msgstr "" +msgstr "Taispeáin an liosta mar sin féin" -#: src/view/com/post-thread/PostThreadItem.tsx:584 -#: src/view/com/post/Post.tsx:234 -#: src/view/com/posts/FeedItem.tsx:479 +#: src/view/com/post-thread/PostThreadItem.tsx:590 src/view/com/post/Post.tsx:234 src/view/com/posts/FeedItem.tsx:476 msgid "Show More" msgstr "Tuilleadh" -#: src/view/com/util/forms/PostDropdownBtn.tsx:441 -#: src/view/com/util/forms/PostDropdownBtn.tsx:443 +#: src/view/com/util/forms/PostDropdownBtn.tsx:441 src/view/com/util/forms/PostDropdownBtn.tsx:443 msgid "Show more like this" msgstr "Níos mó den sórt seo" @@ -6284,18 +5146,6 @@ msgstr "Taispeáin postálacha ó mo chuid fothaí" msgid "Show Quote Posts" msgstr "Taispeáin postálacha athluaite" -#: src/screens/Onboarding/StepFollowingFeed.tsx:119 -#~ msgid "Show quote-posts in Following feed" -#~ msgstr "Taispeáin postálacha athluaite san fhotha “Á Leanúint”" - -#: src/screens/Onboarding/StepFollowingFeed.tsx:135 -#~ msgid "Show quotes in Following" -#~ msgstr "Taispeáin postálacha athluaite san fhotha “Á Leanúint”" - -#: src/screens/Onboarding/StepFollowingFeed.tsx:95 -#~ msgid "Show re-posts in Following feed" -#~ msgstr "Taispeáin athphostálacha san fhotha “Á Leanúint”" - #: src/view/screens/PreferencesFollowingFeed.tsx:60 msgid "Show Replies" msgstr "Taispeáin freagraí" @@ -6304,40 +5154,18 @@ msgstr "Taispeáin freagraí" msgid "Show replies by people you follow before all other replies." msgstr "Taispeáin freagraí ó na daoine a leanann tú roimh aon fhreagra eile." -#: src/screens/Onboarding/StepFollowingFeed.tsx:87 -#~ msgid "Show replies in Following" -#~ msgstr "Taispeáin freagraí san fhotha “Á Leanúint”" - -#: src/screens/Onboarding/StepFollowingFeed.tsx:71 -#~ msgid "Show replies in Following feed" -#~ msgstr "Taispeáin freagraí san fhotha “Á Leanúint”" - -#: src/view/screens/PreferencesFollowingFeed.tsx:70 -#~ msgid "Show replies with at least {value} {0}" -#~ msgstr "Taispeáin freagraí a bhfuil ar a laghad {value} {0} acu" - -#: src/view/com/util/forms/PostDropdownBtn.tsx:517 -#: src/view/com/util/forms/PostDropdownBtn.tsx:527 +#: src/view/com/util/forms/PostDropdownBtn.tsx:517 src/view/com/util/forms/PostDropdownBtn.tsx:527 msgid "Show reply for everyone" -msgstr "" +msgstr "Taispeáin freagra do chách" #: src/view/screens/PreferencesFollowingFeed.tsx:84 msgid "Show Reposts" msgstr "Taispeáin athphostálacha" -#: src/screens/Onboarding/StepFollowingFeed.tsx:111 -#~ msgid "Show reposts in Following" -#~ msgstr "Taispeáin athphostálacha san fhotha “Á Leanúint”" - -#: src/components/moderation/ContentHider.tsx:69 -#: src/components/moderation/PostHider.tsx:79 +#: src/components/moderation/ContentHider.tsx:69 src/components/moderation/PostHider.tsx:79 msgid "Show the content" msgstr "Taispeáin an t-ábhar" -#: src/view/com/notifications/FeedItem.tsx:347 -#~ msgid "Show users" -#~ msgstr "Taispeáin úsáideoirí" - #: src/lib/moderation/useLabelBehaviorDescription.ts:58 msgid "Show warning" msgstr "Taispeáin rabhadh" @@ -6346,28 +5174,11 @@ msgstr "Taispeáin rabhadh" msgid "Show warning and filter from feeds" msgstr "Taispeáin rabhadh agus scag ó na fothaí é" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Shows posts from {0} in your feed" msgstr "Taispeánann sé seo postálacha ó {0} i d'fhotha" -#: src/components/dialogs/Signin.tsx:97 -#: src/components/dialogs/Signin.tsx:99 -#: src/screens/Login/index.tsx:100 -#: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:177 -#: src/view/com/auth/SplashScreen.tsx:63 -#: src/view/com/auth/SplashScreen.tsx:72 -#: src/view/com/auth/SplashScreen.web.tsx:112 -#: src/view/com/auth/SplashScreen.web.tsx:121 -#: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBar.tsx:316 -#: src/view/shell/bottom-bar/BottomBar.tsx:318 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:208 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:210 -#: src/view/shell/NavSignupCard.tsx:69 -#: src/view/shell/NavSignupCard.tsx:70 -#: src/view/shell/NavSignupCard.tsx:72 +#: src/components/dialogs/Signin.tsx:97 src/components/dialogs/Signin.tsx:99 src/screens/Login/index.tsx:100 src/screens/Login/index.tsx:119 src/screens/Login/LoginForm.tsx:166 src/view/com/auth/SplashScreen.tsx:63 src/view/com/auth/SplashScreen.tsx:72 src/view/com/auth/SplashScreen.web.tsx:112 src/view/com/auth/SplashScreen.web.tsx:121 src/view/shell/bottom-bar/BottomBar.tsx:312 src/view/shell/bottom-bar/BottomBar.tsx:313 src/view/shell/bottom-bar/BottomBar.tsx:315 src/view/shell/bottom-bar/BottomBarWeb.tsx:204 src/view/shell/bottom-bar/BottomBarWeb.tsx:205 src/view/shell/bottom-bar/BottomBarWeb.tsx:207 src/view/shell/NavSignupCard.tsx:69 src/view/shell/NavSignupCard.tsx:70 src/view/shell/NavSignupCard.tsx:72 msgid "Sign in" msgstr "Logáil isteach" @@ -6391,20 +5202,11 @@ msgstr "Logáil isteach i Bluesky nó cruthaigh cuntas nua" msgid "Sign out" msgstr "Logáil amach" -#: src/view/screens/Settings/index.tsx:420 -#: src/view/screens/Settings/index.tsx:430 +#: src/view/screens/Settings/index.tsx:420 src/view/screens/Settings/index.tsx:430 msgid "Sign out of all accounts" -msgstr "" +msgstr "Logáil amach as gach cuntas" -#: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBar.tsx:306 -#: src/view/shell/bottom-bar/BottomBar.tsx:308 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:198 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:200 -#: src/view/shell/NavSignupCard.tsx:60 -#: src/view/shell/NavSignupCard.tsx:61 -#: src/view/shell/NavSignupCard.tsx:63 +#: src/view/shell/bottom-bar/BottomBar.tsx:302 src/view/shell/bottom-bar/BottomBar.tsx:303 src/view/shell/bottom-bar/BottomBar.tsx:305 src/view/shell/bottom-bar/BottomBarWeb.tsx:194 src/view/shell/bottom-bar/BottomBarWeb.tsx:195 src/view/shell/bottom-bar/BottomBarWeb.tsx:197 src/view/shell/NavSignupCard.tsx:60 src/view/shell/NavSignupCard.tsx:61 src/view/shell/NavSignupCard.tsx:63 msgid "Sign up" msgstr "Cláraigh" @@ -6412,8 +5214,7 @@ msgstr "Cláraigh" msgid "Sign up or sign in to join the conversation" msgstr "Cláraigh nó logáil isteach chun páirt a ghlacadh sa chomhrá" -#: src/components/moderation/ScreenHider.tsx:97 -#: src/lib/moderation/useGlobalLabelStrings.ts:28 +#: src/components/moderation/ScreenHider.tsx:97 src/lib/moderation/useGlobalLabelStrings.ts:28 msgid "Sign-in Required" msgstr "Caithfidh tú logáil isteach" @@ -6421,72 +5222,63 @@ msgstr "Caithfidh tú logáil isteach" msgid "Signed in as" msgstr "Logáilte isteach mar" -#: src/lib/hooks/useAccountSwitcher.ts:44 -#: src/screens/Login/ChooseAccountForm.tsx:60 +#: src/lib/hooks/useAccountSwitcher.ts:44 src/screens/Login/ChooseAccountForm.tsx:60 msgid "Signed in as @{0}" msgstr "Logáilte isteach mar @{0}" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" -msgstr "" +msgstr "— chláraigh sé/sí le do phacáiste fáilte" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:306 -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:313 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:308 src/screens/StarterPack/StarterPackLandingScreen.tsx:315 msgid "Signup without a starter pack" -msgstr "" +msgstr "Cláraigh gan phacáiste fáilte" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:102 +#: src/components/FeedInterstitials.tsx:316 msgid "Similar accounts" -msgstr "" +msgstr "Cuntais eile atá cosúil leis seo" -#: src/screens/Onboarding/StepInterests/index.tsx:265 -#: src/screens/StarterPack/Wizard/index.tsx:191 +#: src/screens/Onboarding/StepInterests/index.tsx:245 src/screens/StarterPack/Wizard/index.tsx:191 msgid "Skip" msgstr "Ná bac leis" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "Ná bac leis an bpróiseas seo" -#: src/screens/Onboarding/index.tsx:37 -#: src/screens/Onboarding/state.ts:85 +#: src/screens/Onboarding/index.tsx:37 src/screens/Onboarding/state.ts:85 msgid "Software Dev" msgstr "Forbairt Bogearraí" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:447 msgid "Some other feeds you might like" -msgstr "" +msgstr "Fothaí eile a mbeadh suim agat iontu" #: src/components/WhoCanReply.tsx:70 msgid "Some people can reply" msgstr "Tá daoine áirithe in ann freagra a thabhairt" #: src/screens/StarterPack/Wizard/index.tsx:203 -#~ msgid "Some subtitle" -#~ msgstr "" +msgid "Some subtitle" +msgstr "Fotheideal éigin" #: src/screens/Messages/Conversation/index.tsx:106 msgid "Something went wrong" msgstr "Theip ar rud éigin" -#: src/screens/Deactivated.tsx:94 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 +#: src/screens/Deactivated.tsx:94 src/screens/Settings/components/DeactivateAccountDialog.tsx:59 msgid "Something went wrong, please try again" msgstr "Chuaigh rud éigin amú, bain triail eile as" -#: src/components/ReportDialog/index.tsx:59 -#: src/screens/Moderation/index.tsx:115 -#: src/screens/Profile/Sections/Labels.tsx:87 +#: src/components/ReportDialog/index.tsx:59 src/screens/Moderation/index.tsx:115 src/screens/Profile/Sections/Labels.tsx:87 msgid "Something went wrong, please try again." msgstr "Chuaigh rud éigin ó rath. Bain triail eile as." -#: src/components/Lists.tsx:200 -#: src/view/screens/NotificationsSettings.tsx:46 +#: src/components/Lists.tsx:200 src/view/screens/NotificationsSettings.tsx:46 msgid "Something went wrong!" -msgstr "" +msgstr "Theip ar rud éigin!" -#: src/App.native.tsx:102 -#: src/App.web.tsx:83 +#: src/App.native.tsx:102 src/App.web.tsx:88 msgid "Sorry! Your session expired. Please log in again." msgstr "Ár leithscéal. Chuaigh do sheisiún i léig. Ní mór duit logáil isteach arís." @@ -6498,20 +5290,11 @@ msgstr "Sórtáil freagraí" 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:168 -#~ msgid "Source:" -#~ msgstr "Foinse:" - -#: src/components/moderation/LabelsOnMeDialog.tsx:169 -#~ msgid "Source: <0>{0}" -#~ msgstr "Foinse: <0>{0}" - -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" -msgstr "" +msgstr "Foinse: <0>{sourceName}" -#: src/lib/moderation/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:80 +#: src/lib/moderation/useReportOptions.ts:72 src/lib/moderation/useReportOptions.ts:85 msgid "Spam" msgstr "Turscar" @@ -6519,8 +5302,7 @@ msgstr "Turscar" msgid "Spam; excessive mentions or replies" msgstr "Turscar; an iomarca tagairtí nó freagraí" -#: src/screens/Onboarding/index.tsx:27 -#: src/screens/Onboarding/state.ts:98 +#: src/screens/Onboarding/index.tsx:27 src/screens/Onboarding/state.ts:98 msgid "Sports" msgstr "Spórt" @@ -6540,45 +5322,30 @@ msgstr "Tosaigh comhrá le {displayName}" msgid "Start chatting" msgstr "Tosaigh ag comhrá" -#: src/tours/Tooltip.tsx:99 -msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." -msgstr "" - -#: src/lib/generate-starterpack.ts:68 -#: src/Navigation.tsx:358 -#: src/Navigation.tsx:363 -#: src/screens/StarterPack/Wizard/index.tsx:182 +#: src/Navigation.tsx:358 src/Navigation.tsx:363 src/screens/StarterPack/Wizard/index.tsx:182 msgid "Starter Pack" -msgstr "" +msgstr "Pacáiste Fáilte" #: src/components/StarterPack/StarterPackCard.tsx:73 msgid "Starter pack by {0}" -msgstr "" +msgstr "Pacáiste fáilte le {0}" #: src/screens/StarterPack/StarterPackScreen.tsx:703 msgid "Starter pack is invalid" -msgstr "" +msgstr "Tá an pacáiste fáilte neamhbhailí" -#: src/view/screens/Profile.tsx:214 +#: src/view/screens/Profile.tsx:225 msgid "Starter Packs" -msgstr "" +msgstr "Pacáistí Fáilte" #: src/components/StarterPack/ProfileStarterPacks.tsx:238 msgid "Starter packs let you easily share your favorite feeds and people with your friends." -msgstr "" - -#: src/view/screens/Settings/index.tsx:862 -#~ msgid "Status page" -#~ msgstr "Leathanach stádais" +msgstr "Tig leat na fothaí agus na daoine is fearr leat a roinnt le do chuid cairde le pacáiste fáilte." #: src/view/screens/Settings/index.tsx:917 msgid "Status Page" msgstr "Leathanach Stádais" -#: src/screens/Signup/index.tsx:145 -#~ msgid "Step" -#~ msgstr "Céim" - #: src/screens/Signup/index.tsx:136 msgid "Step {0} of {1}" msgstr "Céim {0} as {1}" @@ -6587,15 +5354,11 @@ msgstr "Céim {0} as {1}" msgid "Storage cleared, you need to restart the app now." msgstr "Stóráil scriosta, tá ort an aip a atosú anois." -#: src/Navigation.tsx:241 -#: src/view/screens/Settings/index.tsx:829 +#: src/Navigation.tsx:241 src/view/screens/Settings/index.tsx:829 msgid "Storybook" msgstr "Storybook" -#: src/components/moderation/LabelsOnMeDialog.tsx:302 -#: src/components/moderation/LabelsOnMeDialog.tsx:303 -#: src/screens/Messages/Conversation/ChatDisabled.tsx:142 -#: src/screens/Messages/Conversation/ChatDisabled.tsx:143 +#: src/components/moderation/LabelsOnMeDialog.tsx:293 src/components/moderation/LabelsOnMeDialog.tsx:294 src/screens/Messages/Conversation/ChatDisabled.tsx:142 src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" msgstr "Seol" @@ -6611,10 +5374,6 @@ msgstr "Glac síntiús le @{0} leis na lipéid seo a úsáid:" msgid "Subscribe to Labeler" msgstr "Glac síntiús le lipéadóir" -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:NaN -#~ msgid "Subscribe to the {0} feed" -#~ msgstr "Liostáil leis an bhfotha {0}" - #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:197 msgid "Subscribe to this labeler" msgstr "Glac síntiús leis an lipéadóir seo" @@ -6625,13 +5384,9 @@ msgstr "Liostáil leis an liosta seo" #: src/view/screens/Search/Explore.tsx:332 msgid "Suggested accounts" -msgstr "" +msgstr "Cuntais mholta" -#: src/view/screens/Search/Search.tsx:425 -#~ msgid "Suggested Follows" -#~ msgstr "Cuntais le leanúint" - -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:318 msgid "Suggested for you" msgstr "Molta duit" @@ -6639,21 +5394,14 @@ msgstr "Molta duit" msgid "Suggestive" msgstr "Gáirsiúil" -#: src/Navigation.tsx:261 -#: src/view/screens/Support.tsx:30 -#: src/view/screens/Support.tsx:33 +#: src/Navigation.tsx:261 src/view/screens/Support.tsx:30 src/view/screens/Support.tsx:33 msgid "Support" msgstr "Tacaíocht" -#: src/components/dialogs/SwitchAccount.tsx:47 -#: src/components/dialogs/SwitchAccount.tsx:50 +#: src/components/dialogs/SwitchAccount.tsx:47 src/components/dialogs/SwitchAccount.tsx:50 msgid "Switch Account" msgstr "Athraigh an cuntas" -#: src/tours/HomeTour.tsx:48 -msgid "Switch between feeds to control your experience." -msgstr "" - #: src/view/screens/Settings/index.tsx:126 msgid "Switch to {0}" msgstr "Athraigh go {0}" @@ -6662,8 +5410,7 @@ msgstr "Athraigh go {0}" msgid "Switches the account you are logged in to" msgstr "Athraíonn sé seo an cuntas beo" -#: src/screens/Settings/AppearanceSettings.tsx:85 -#: src/screens/Settings/AppearanceSettings.tsx:87 +#: src/screens/Settings/AppearanceSettings.tsx:85 src/screens/Settings/AppearanceSettings.tsx:87 msgid "System" msgstr "Córas" @@ -6671,17 +5418,13 @@ msgstr "Córas" msgid "System log" msgstr "Logleabhar an chórais" -#: src/components/dialogs/MutedWords.tsx:323 -#~ msgid "tag" -#~ msgstr "clib" - #: src/components/TagMenu/index.tsx:89 msgid "Tag menu: {displayTag}" msgstr "Roghchlár na gclibeanna: {displayTag}" #: src/components/dialogs/MutedWords.tsx:282 msgid "Tags only" -msgstr "" +msgstr "Clibeanna amháin" #: src/view/com/modals/crop-image/CropImage.web.tsx:135 msgid "Tall" @@ -6689,30 +5432,33 @@ msgstr "Ard" #: src/components/ProgressGuide/Toast.tsx:150 msgid "Tap to dismiss" -msgstr "" +msgstr "Tapáil le dúnadh" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:181 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:145 msgid "Tap to enter full screen" -msgstr "" +msgstr "Tapáil leis an mód lánscáileáin a oscailt" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:202 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:151 +msgid "Tap to play or pause" +msgstr "Tapáil le seinm nó le cur ar shos" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:164 msgid "Tap to toggle sound" -msgstr "" +msgstr "Tapáil le balbhú nó díbhalbhú" -#: src/view/com/util/images/AutoSizedImage.tsx:70 -msgid "Tap to view fully" -msgstr "Tapáil leis an rud iomlán a fheiceáil" +#: src/view/com/util/images/AutoSizedImage.tsx:219 src/view/com/util/images/AutoSizedImage.tsx:239 +msgid "Tap to view full image" +msgstr "Tapáil leis an íomhá iomlán a fheiceáil" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" -msgstr "" +msgstr "Obair curtha i gcrích - 10 moladh!" #: src/components/ProgressGuide/List.tsx:49 msgid "Teach our algorithm what you like" -msgstr "" +msgstr "Abair linn na rudaí a thaitníonn leat" -#: src/screens/Onboarding/index.tsx:36 -#: src/screens/Onboarding/state.ts:99 +#: src/screens/Onboarding/index.tsx:36 src/screens/Onboarding/state.ts:99 msgid "Tech" msgstr "Teic" @@ -6722,45 +5468,44 @@ msgstr "Inis scéal grinn!" #: src/screens/StarterPack/Wizard/StepDetails.tsx:63 msgid "Tell us a little more" -msgstr "" +msgstr "Abair beagán níos mó" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:518 +msgid "Ten Million" +msgstr "Deich Milliún" #: src/view/shell/desktop/RightNav.tsx:90 msgid "Terms" msgstr "Téarmaí" -#: src/Navigation.tsx:271 -#: src/screens/Signup/StepInfo/Policies.tsx:52 -#: src/view/screens/Settings/index.tsx:905 -#: src/view/screens/TermsOfService.tsx:29 -#: src/view/shell/Drawer.tsx:292 +#: src/Navigation.tsx:271 src/screens/Signup/StepInfo/Policies.tsx:52 src/view/screens/Settings/index.tsx:905 src/view/screens/TermsOfService.tsx:29 src/view/shell/Drawer.tsx:292 msgid "Terms of Service" msgstr "Téarmaí Seirbhíse" -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:94 -#: src/lib/moderation/useReportOptions.ts:102 -#: src/lib/moderation/useReportOptions.ts:110 +#: 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:323 -#~ msgid "text" -#~ msgstr "téacs" - #: src/components/dialogs/MutedWords.tsx:266 msgid "Text & tags" -msgstr "" +msgstr "Téacs agus clibeanna" -#: src/components/moderation/LabelsOnMeDialog.tsx:266 -#: src/screens/Messages/Conversation/ChatDisabled.tsx:108 +#: src/components/moderation/LabelsOnMeDialog.tsx:257 src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Réimse téacs" -#: src/components/dms/ReportDialog.tsx:134 -#: src/components/ReportDialog/SubmitView.tsx:81 +#: src/components/dms/ReportDialog.tsx:134 src/components/ReportDialog/SubmitView.tsx:81 msgid "Thank you. Your report has been sent." msgstr "Go raibh maith agat. Seoladh do thuairisc." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:593 +msgid "Thanks for being one of our first 10 million users." +msgstr "Tá tú ar cheann de na céad 10 milliún úsáideoir — go raibh maith agat." + +#: src/components/intents/VerifyEmailIntentDialog.tsx:74 +msgid "Thanks, you have successfully verified your email address." +msgstr "D'éirigh leat do sheoladh ríomhphoist a dhearbhú." + #: src/view/com/modals/ChangeHandle.tsx:459 msgid "That contains the following:" msgstr "Ina bhfuil an méid seo a leanas:" @@ -6769,36 +5514,25 @@ msgstr "Ina bhfuil an méid seo a leanas:" msgid "That handle is already taken." msgstr "Tá an leasainm sin in úsáid cheana féin." -#: src/screens/StarterPack/StarterPackScreen.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:137 -#: src/screens/StarterPack/StarterPackScreen.tsx:138 -#: src/screens/StarterPack/Wizard/index.tsx:105 -#: src/screens/StarterPack/Wizard/index.tsx:113 +#: src/screens/StarterPack/StarterPackScreen.tsx:97 src/screens/StarterPack/StarterPackScreen.tsx:98 src/screens/StarterPack/StarterPackScreen.tsx:137 src/screens/StarterPack/StarterPackScreen.tsx:138 src/screens/StarterPack/Wizard/index.tsx:105 src/screens/StarterPack/Wizard/index.tsx:113 msgid "That starter pack could not be found." -msgstr "" +msgstr "Níorbh fhéidir an pacáiste fáilte sin a aimsiú." -#: src/view/com/post-thread/PostQuotes.tsx:129 +#: src/view/com/post-thread/PostQuotes.tsx:127 msgid "That's all, folks!" -msgstr "" +msgstr "Sin é é!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:310 -#: src/view/com/profile/ProfileMenu.tsx:353 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:270 src/view/com/profile/ProfileMenu.tsx:353 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" -#: src/components/moderation/ModerationDetailsDialog.tsx:127 -#~ msgid "the author" -#~ msgstr "an t-údar" - -#: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:126 +#: src/components/moderation/ModerationDetailsDialog.tsx:118 src/lib/moderation/useModerationCauseDescription.ts:126 msgid "The author of this thread has hidden this reply." -msgstr "" +msgstr "Chuir údar an tsnáithe seo an freagra seo i bhfolach." #: src/screens/Moderation/index.tsx:368 msgid "The Bluesky web application" -msgstr "" +msgstr "Feidhmchlár gréasáin Bluesky" #: src/view/screens/CommunityGuidelines.tsx:36 msgid "The Community Guidelines have been moved to <0/>" @@ -6810,26 +5544,25 @@ msgstr "Bogadh an Polasaí Cóipchirt go dtí <0/>" #: src/view/com/posts/FeedShutdownMsg.tsx:102 msgid "The Discover feed" -msgstr "" +msgstr "An fotha Discover" -#: src/state/shell/progress-guide.tsx:167 -#: src/state/shell/progress-guide.tsx:172 +#: src/state/shell/progress-guide.tsx:167 src/state/shell/progress-guide.tsx:172 msgid "The Discover feed now knows what you like" -msgstr "" +msgstr "Tá an fotha Discover eolach ar a bhfuil ag taitneamh leat anois" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:327 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off." -msgstr "" +msgstr "Tá an t-eispéireas níos fearr san aip. Íoslódáil Bluesky anois agus tosóidh muid arís san áit ar stop tú." #: src/view/com/posts/FeedShutdownMsg.tsx:67 msgid "The feed has been replaced with Discover." msgstr "Tá Discover curtha in áit an fhotha seo." -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 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:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "Cuireadh na lipéid seo a leanas le do chuid ábhair." @@ -6837,8 +5570,7 @@ msgstr "Cuireadh na lipéid seo a leanas le do chuid ábhair." msgid "The following steps will help customize your Bluesky experience." msgstr "Cuideoidh na céimeanna seo a leanas leat Bluesky a chur in oiriúint duit féin." -#: src/view/com/post-thread/PostThread.tsx:208 -#: src/view/com/post-thread/PostThread.tsx:220 +#: src/view/com/post-thread/PostThread.tsx:208 src/view/com/post-thread/PostThread.tsx:220 msgid "The post may have been deleted." msgstr "Is féidir gur scriosadh an phostáil seo." @@ -6846,13 +5578,13 @@ msgstr "Is féidir gur scriosadh an phostáil seo." msgid "The Privacy Policy has been moved to <0/>" msgstr "Bogadh Polasaí na Príobháideachta go dtí <0/>" -#: src/state/queries/video/video.ts:129 -msgid "The selected video is larger than 100MB." -msgstr "" +#: src/state/queries/video/video.ts:227 +msgid "The selected video is larger than 50MB." +msgstr "Tá an físeán seo níos mó ná 50MB." #: src/screens/StarterPack/StarterPackScreen.tsx:713 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." -msgstr "" +msgstr "Tá an pacáiste fáilte sin neamhbhailí. Tig leat é a scriosadh." #: src/view/screens/Support.tsx:36 msgid "The support form has been moved. If you need help, please <0/> or visit {HELP_DESK_URL} to get in touch with us." @@ -6862,16 +5594,15 @@ msgstr "Bogadh an fhoirm tacaíochta go dtí <0/>. Má tá cuidiú ag teastáil msgid "The Terms of Service have been moved to" msgstr "Bogadh ár dTéarmaí Seirbhíse go dtí" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:141 -#~ msgid "There are many feeds to try:" -#~ msgstr "Tá a lán fothaí ann le blaiseadh:" +#: src/components/intents/VerifyEmailIntentDialog.tsx:85 +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/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Níl srian ama le díghníomhú cuntais, fill uair ar bith." -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:117 -#: src/view/screens/ProfileFeed.tsx:545 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:117 src/view/screens/ProfileFeed.tsx:545 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "Bhí fadhb ann maidir le dul i dteagmháil leis an bhfreastalaí. Seiceáil do cheangal leis an idirlíon agus bain triail eile as, le do thoil." @@ -6879,41 +5610,27 @@ msgstr "Bhí fadhb ann maidir le dul i dteagmháil leis an bhfreastalaí. Seice msgid "There was an 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, le do thoil." -#: src/view/com/posts/FeedShutdownMsg.tsx:52 -#: src/view/com/posts/FeedShutdownMsg.tsx:71 -#: src/view/screens/ProfileFeed.tsx:206 +#: src/view/com/posts/FeedShutdownMsg.tsx:52 src/view/com/posts/FeedShutdownMsg.tsx:71 src/view/screens/ProfileFeed.tsx:206 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "Bhí fadhb ann maidir le huasdátú do chuid fothaí. Seiceáil do cheangal leis an idirlíon agus bain triail eile as, le do thoil." -#: src/components/dialogs/GifSelect.ios.tsx:197 -#: src/components/dialogs/GifSelect.tsx:213 +#: src/components/dialogs/GifSelect.ios.tsx:197 src/components/dialogs/GifSelect.tsx:213 msgid "There was an issue connecting to Tenor." msgstr "Bhí fadhb ann maidir le teagmháil a dhéanamh le Tenor." -#: src/screens/Messages/Conversation/MessageListError.tsx:23 -#, fuzzy -#~ msgid "There was an issue connecting to the chat." -#~ msgstr "Bhí fadhb ann maidir le teagmháil a dhéanamh le Tenor." - -#: src/view/screens/ProfileFeed.tsx:235 -#: src/view/screens/ProfileList.tsx:359 -#: src/view/screens/ProfileList.tsx:378 -#: src/view/screens/SavedFeeds.tsx:238 -#: src/view/screens/SavedFeeds.tsx:264 -#: src/view/screens/SavedFeeds.tsx:290 +#: src/view/screens/ProfileFeed.tsx:235 src/view/screens/ProfileList.tsx:359 src/view/screens/ProfileList.tsx:378 src/view/screens/SavedFeeds.tsx:238 src/view/screens/SavedFeeds.tsx:264 src/view/screens/SavedFeeds.tsx:290 msgid "There was an issue contacting the server" msgstr "Bhí fadhb ann maidir le teagmháil a dhéanamh leis an bhfreastalaí" -#: src/view/com/feeds/FeedSourceCard.tsx:127 -#: src/view/com/feeds/FeedSourceCard.tsx:140 +#: src/view/com/feeds/FeedSourceCard.tsx:127 src/view/com/feeds/FeedSourceCard.tsx:140 msgid "There was an issue contacting your server" -msgstr "Bhí fadhb ann maidir le teagmháil a dhéanamh le do fhreastálaí" +msgstr "Bhí fadhb ann maidir le teagmháil a dhéanamh le do fhreastalaí" #: src/view/com/notifications/Feed.tsx:129 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/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 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." @@ -6921,52 +5638,27 @@ 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/view/com/feeds/ProfileFeedgens.tsx:150 -#: src/view/com/lists/ProfileLists.tsx:154 +#: src/view/com/feeds/ProfileFeedgens.tsx:150 src/view/com/lists/ProfileLists.tsx:154 msgid "There was an issue fetching your lists. Tap here to try again." msgstr "Bhí fadhb ann maidir le do chuid liostaí a fháil. Tapáil anseo le triail eile a bhaint as." -#: src/components/dms/ReportDialog.tsx:222 -#: src/components/ReportDialog/SubmitView.tsx:86 +#: src/components/dms/ReportDialog.tsx:222 src/components/ReportDialog/SubmitView.tsx:86 msgid "There was an issue sending your report. Please check your internet connection." msgstr "Níor seoladh do thuairisc. Seiceáil do nasc leis an idirlíon, le do thoil." -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:65 -#~ msgid "There was an issue syncing your preferences with the server" -#~ msgstr "Bhí fadhb ann maidir le do chuid roghanna a shioncronú leis an bhfreastalaí" - -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "Bhí fadhb ann maidir le do chuid pasfhocal don aip a fháil" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:107 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:143 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 -#: src/view/com/profile/ProfileMenu.tsx:111 -#: src/view/com/profile/ProfileMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:137 -#: src/view/com/profile/ProfileMenu.tsx:148 -#: src/view/com/profile/ProfileMenu.tsx:162 -#: src/view/com/profile/ProfileMenu.tsx:175 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 src/view/com/post-thread/PostThreadFollowBtn.tsx:97 src/view/com/post-thread/PostThreadFollowBtn.tsx:109 src/view/com/profile/ProfileMenu.tsx:111 src/view/com/profile/ProfileMenu.tsx:122 src/view/com/profile/ProfileMenu.tsx:137 src/view/com/profile/ProfileMenu.tsx:148 src/view/com/profile/ProfileMenu.tsx:162 src/view/com/profile/ProfileMenu.tsx:175 msgid "There was an issue! {0}" msgstr "Bhí fadhb ann! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:182 -#: src/screens/List/ListHiddenScreen.tsx:63 -#: src/screens/List/ListHiddenScreen.tsx:77 -#: src/screens/List/ListHiddenScreen.tsx:99 -#: src/view/screens/ProfileList.tsx:391 -#: src/view/screens/ProfileList.tsx:405 -#: src/view/screens/ProfileList.tsx:419 -#: src/view/screens/ProfileList.tsx:433 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:182 src/screens/List/ListHiddenScreen.tsx:63 src/screens/List/ListHiddenScreen.tsx:77 src/screens/List/ListHiddenScreen.tsx:99 src/view/screens/ProfileList.tsx:391 src/view/screens/ProfileList.tsx:405 src/view/screens/ProfileList.tsx:419 src/view/screens/ProfileList.tsx:433 msgid "There was an issue. Please check your internet connection and try again." msgstr "Bhí fadhb ann. Seiceáil do cheangal leis an idirlíon, le do thoil, agus bain triail eile as." -#: src/components/dialogs/GifSelect.ios.tsx:239 -#: src/components/dialogs/GifSelect.tsx:259 -#: src/view/com/util/ErrorBoundary.tsx:57 +#: src/components/dialogs/GifSelect.ios.tsx:239 src/components/dialogs/GifSelect.tsx:259 src/view/com/util/ErrorBoundary.tsx:57 msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "D’éirigh fadhb gan choinne leis an aip. Abair linn, le do thoil, má tharla sé sin duit!" @@ -6974,10 +5666,6 @@ 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/screens/Onboarding/StepSuggestedAccounts/index.tsx:146 -#~ msgid "These are popular accounts you might like:" -#~ msgstr "Is cuntais iad seo a bhfuil a lán leantóirí acu. Is féidir go dtaitneoidh siad leat." - #: src/components/moderation/ScreenHider.tsx:117 msgid "This {screenDescription} has been flagged:" msgstr "Cuireadh bratach leis an {screenDescription} seo:" @@ -6990,13 +5678,9 @@ msgstr "Ní mór duit logáil isteach le próifíl an chuntais seo a fheiceáil. msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "Tá an cuntas seo blocáilte i liosta modhnóireachta amháin ar a laghad de do chuid. Chun é a díbhlocáil bain an t-úsáideoir de na liostaí sin." -#: src/components/moderation/LabelsOnMeDialog.tsx:260 -#~ msgid "This appeal will be sent to <0>{0}." -#~ msgstr "Cuirfear an t-achomharc seo chuig <0>{0}." - -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." -msgstr "" +msgstr "Cuirfear an t-achomharc seo chuig <0>{sourceName}." #: src/screens/Messages/Conversation/ChatDisabled.tsx:104 msgid "This appeal will be sent to Bluesky's moderation service." @@ -7006,11 +5690,6 @@ msgstr "Seolfar an t-achomharc seo go dtí seirbhís modhnóireachta Bluesky." msgid "This chat was disconnected" msgstr "Dínascadh an comhrá seo" -#: src/screens/Messages/Conversation/MessageListError.tsx:26 -#, fuzzy -#~ msgid "This chat was disconnected due to a network error." -#~ msgstr "Dínascadh an comhrá seo" - #: src/lib/moderation/useGlobalLabelStrings.ts:19 msgid "This content has been hidden by the moderators." msgstr "Chuir na modhnóirí an t-ábhar seo i bhfolach." @@ -7023,8 +5702,7 @@ msgstr "Chuir na modhnóirí foláireamh ginearálta leis an ábhar seo." 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:83 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/components/moderation/ModerationDetailsDialog.tsx:83 src/lib/moderation/useModerationCauseDescription.ts:82 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." @@ -7034,7 +5712,7 @@ msgstr "Níl an t-ábhar seo le feiceáil gan chuntas Bluesky." #: src/screens/Messages/List/ChatListItem.tsx:213 msgid "This conversation is with a deleted or a deactivated account. Press for options." -msgstr "" +msgstr "Is comhrá le cuntas a scriosadh nó nach bhfuil i bhfeidhm é seo. Brúigh le haghaidh roghanna eile." #: src/view/screens/Settings/ExportCarDialog.tsx:93 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." @@ -7044,19 +5722,13 @@ msgstr "Tá an ghné seo á tástáil fós. Tig leat níos mó faoi chartlanna e 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/screens/Profile/Sections/Feed.tsx:NaN -#~ msgid "This feed is empty!" -#~ msgstr "Tá an fotha seo folamh!" - #: src/view/com/posts/CustomFeedEmptyState.tsx:37 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ú." -#: src/components/StarterPack/Main/PostsList.tsx:36 -#: src/view/screens/ProfileFeed.tsx:474 -#: src/view/screens/ProfileList.tsx:785 +#: src/components/StarterPack/Main/PostsList.tsx:36 src/view/screens/ProfileFeed.tsx:474 src/view/screens/ProfileList.tsx:785 msgid "This feed is empty." -msgstr "" +msgstr "Tá an fotha seo folamh." #: src/view/com/posts/FeedShutdownMsg.tsx:99 msgid "This feed is no longer online. We are showing <0>Discover instead." @@ -7070,10 +5742,6 @@ msgstr "Ní roinntear an t-eolas seo le húsáideoirí eile." msgid "This is important in case you ever need to change your email or reset your password." msgstr "Tá sé seo tábhachtach má bhíonn ort do ríomhphost nó do phasfhocal a athrú." -#: src/components/moderation/ModerationDetailsDialog.tsx:124 -#~ msgid "This label was applied by {0}." -#~ msgstr "Cuireadh an lipéad seo ag {0}." - #: src/components/moderation/ModerationDetailsDialog.tsx:144 msgid "This label was applied by <0>{0}." msgstr "Chuir <0>{0} an lipéad seo leis." @@ -7082,12 +5750,7 @@ msgstr "Chuir <0>{0} an lipéad seo leis." msgid "This label was applied by the author." msgstr "Chuir an t-údar an lipéad seo leis." -#: src/components/moderation/LabelsOnMeDialog.tsx:165 -#, fuzzy -#~ msgid "This label was applied by you" -#~ msgstr "Chuir tusa an lipéad seo leis." - -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "Chuir tusa an lipéad seo leis." @@ -7101,7 +5764,7 @@ msgstr "Téann an nasc seo go dtí an suíomh idirlín seo:" #: src/screens/List/ListHiddenScreen.tsx:136 msgid "This list - created by <0>{0} - contains possible violations of Bluesky's community guidelines in its name or description." -msgstr "" +msgstr "Seans go sáraíonn ainm nó cur síos an liosta seo (liosta a chruthaigh <0>{0}) treoirlínte an phobail Bluesky." #: src/view/screens/ProfileList.tsx:963 msgid "This list is empty!" @@ -7119,22 +5782,17 @@ msgstr "Tá an t-ainm seo in úsáid cheana féin" msgid "This post has been deleted." msgstr "Scriosadh an phostáil seo." -#: src/view/com/util/forms/PostDropdownBtn.tsx:656 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:334 +#: src/view/com/util/forms/PostDropdownBtn.tsx:656 src/view/com/util/post-ctrls/PostCtrls.tsx:358 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "Níl an phostáil seo le feiceáil ach ag úsáideoirí atá logáilte isteach. Ní bheidh daoine nach bhfuil logáilte isteach in ann í a fheiceáil." #: src/view/com/util/forms/PostDropdownBtn.tsx:637 msgid "This post will be hidden from feeds and threads. This cannot be undone." -msgstr "" - -#: src/view/com/util/forms/PostDropdownBtn.tsx:443 -#~ msgid "This post will be hidden from feeds." -#~ msgstr "Ní bheidh an phostáil seo le feiceáil ar do chuid fothaí." +msgstr "Ní bheidh an phostáil seo le feiceáil ar do chuid fothaí ná snáitheanna. Ní féidir dul ar ais air seo." #: src/view/com/composer/useExternalLinkFetch.ts:67 msgid "This post's author has disabled quote posts." -msgstr "" +msgstr "Chuir údar na postála seo cosc ar phostálacha athluaite." #: src/view/com/profile/ProfileMenu.tsx:374 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't logged in." @@ -7142,7 +5800,7 @@ msgstr "Níl an phróifíl seo le feiceáil ach ag úsáideoirí atá logáilte #: src/view/com/util/forms/PostDropdownBtn.tsx:699 msgid "This reply will be sorted into a hidden section at the bottom of your thread and will mute notifications for subsequent replies - both for yourself and others." -msgstr "" +msgstr "Cuirfear an freagra seo i rannán speisialta a bheidh i bhfolach ag bun an tsnáithe seo, agus ní bhfaighidh tusa nó éinne eile fógraí maidir le freagraí eile." #: src/screens/Signup/StepInfo/Policies.tsx:37 msgid "This service has not provided terms of service or a privacy policy." @@ -7152,7 +5810,7 @@ msgstr "Níor chuir an tseirbhís seo téarmaí seirbhíse ná polasaí príobh msgid "This should create a domain record at:" msgstr "Ba cheart dó seo taifead fearainn a chruthú ag:" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "Níl aon leantóirí ag an úsáideoir seo." @@ -7160,8 +5818,7 @@ msgstr "Níl aon leantóirí ag an úsáideoir seo." msgid "This user has blocked you" msgstr "Tá tú blocáilte ag an úsáideoir seo." -#: src/components/moderation/ModerationDetailsDialog.tsx:78 -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/components/moderation/ModerationDetailsDialog.tsx:78 src/lib/moderation/useModerationCauseDescription.ts:73 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." @@ -7175,49 +5832,36 @@ msgstr "Tá an t-úsáideoir seo ar an liosta <0>{0} a bhlocáil tú." #: src/components/moderation/ModerationDetailsDialog.tsx:90 msgid "This user is included in the <0>{0} list which you have muted." -msgstr "Tá an t-úsáideoir seo ar an liosta <0>{0} a chuir tú i bhfolach." +msgstr "Tá an t-úsáideoir seo ar an liosta <0>{0} a bhalbhaigh tú." #: src/components/NewskieDialog.tsx:65 msgid "This user is new here. Press for more info about when they joined." -msgstr "" +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:87 +#: src/view/com/profile/ProfileFollows.tsx:96 msgid "This user isn't following anyone." msgstr "Níl éinne á leanúint ag an úsáideoir seo." -#: src/view/com/modals/SelfLabel.tsx:137 -#~ msgid "This warning is only available for posts with media attached." -#~ msgstr "Níl an rabhadh seo ar fáil ach le haghaidh postálacha a bhfuil meáin ceangailte leo." - #: src/components/dialogs/MutedWords.tsx:435 msgid "This will delete \"{0}\" from your muted words. You can always add it back later." -msgstr "" - -#: src/components/dialogs/MutedWords.tsx:283 -#~ msgid "This will delete {0} from your muted words. You can always add it back later." -#~ msgstr "Bainfidh sé seo {0} de do chuid focal i bhfolach. Tig leat é a chur ar ais níos déanaí." +msgstr "Bainfidh sé seo \"{0}\" de do chuid focal balbhaithe. Tig leat é a chur ar ais níos déanaí." #: src/view/com/util/AccountDropdownBtn.tsx:55 msgid "This will remove @{0} from the quick access list." -msgstr "" +msgstr "Leis seo, bainfear @{0} den mhearliosta." #: src/view/com/util/forms/PostDropdownBtn.tsx:689 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." -msgstr "" +msgstr "Leis seo, bainfear do phostáil seo den phostáil athluaite seo do gach úsáideoir, agus cuirfear ionadchoinneálaí ina háit." #: src/view/screens/Settings/index.tsx:560 msgid "Thread preferences" msgstr "Roghanna snáitheanna" -#: src/view/screens/PreferencesThreads.tsx:51 -#: src/view/screens/Settings/index.tsx:570 +#: src/view/screens/PreferencesThreads.tsx:51 src/view/screens/Settings/index.tsx:570 msgid "Thread Preferences" msgstr "Roghanna Snáitheanna" -#: src/components/WhoCanReply.tsx:109 -#~ msgid "Thread settings updated" -#~ msgstr "" - #: src/view/screens/PreferencesThreads.tsx:113 msgid "Threaded Mode" msgstr "Modh Snáithithe" @@ -7234,13 +5878,17 @@ msgstr "Chun 2FA trí ríomhphoist a dhíchumasú, dearbhaigh gur leatsa an seol 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/view/com/composer/videos/SelectVideoBtn.tsx:120 +msgid "To upload videos to Bluesky, you must first verify your email." +msgstr "Ní mór duit do sheoladh ríomhphoist a dhearbhú sular féidir leat físeáin a uaslódáil go Bluesky." + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "Cé chuige ar mhaith leat an tuairisc seo a sheoladh?" -#: src/components/dialogs/MutedWords.tsx:112 -#~ msgid "Toggle between muted word options." -#~ msgstr "Scoránaigh idir na roghanna maidir le focail atá le cur i bhfolach." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:597 +msgid "Together, we're rebuilding the social internet. We're glad you're here." +msgstr "Is le chéile a thógtar an tIdirlíon Sóisialta. Tá áthas orainn go bhfuil tú anseo." #: src/view/com/util/forms/DropdownButton.tsx:255 msgid "Toggle dropdown" @@ -7250,8 +5898,7 @@ msgstr "Scoránaigh an bosca anuas" msgid "Toggle to enable or disable adult content" msgstr "Scoránaigh le ábhar do dhaoine fásta a cheadú nó gan a cheadú" -#: src/screens/Hashtag.tsx:88 -#: src/view/screens/Search/Search.tsx:349 +#: src/screens/Hashtag.tsx:86 src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "Barr" @@ -7259,12 +5906,7 @@ msgstr "Barr" msgid "Transformations" msgstr "Trasfhoirmithe" -#: src/components/dms/MessageMenu.tsx:103 -#: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:734 -#: src/view/com/post-thread/PostThreadItem.tsx:736 -#: src/view/com/util/forms/PostDropdownBtn.tsx:380 -#: src/view/com/util/forms/PostDropdownBtn.tsx:382 +#: src/components/dms/MessageMenu.tsx:103 src/components/dms/MessageMenu.tsx:105 src/view/com/post-thread/PostThreadItem.tsx:746 src/view/com/post-thread/PostThreadItem.tsx:748 src/view/com/util/forms/PostDropdownBtn.tsx:380 src/view/com/util/forms/PostDropdownBtn.tsx:382 msgid "Translate" msgstr "Aistrigh" @@ -7275,13 +5917,13 @@ msgstr "Bain triail eile as" #: src/screens/Onboarding/state.ts:100 msgid "TV" -msgstr "" +msgstr "Teilifís" #: src/view/screens/Settings/index.tsx:711 msgid "Two-factor authentication" msgstr "Fíordheimhniú déshraithe (2FA)" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "Scríobh do theachtaireacht anseo" @@ -7295,55 +5937,38 @@ msgstr "Díbhlocáil an liosta" #: src/view/screens/ProfileList.tsx:576 msgid "Un-mute list" -msgstr "Ná coinnigh an liosta sin i bhfolach níos mó" +msgstr "Díbhalbhaigh an liosta" -#: src/screens/Login/ForgotPasswordForm.tsx:74 -#: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:150 -#: src/screens/Login/SetNewPasswordForm.tsx:77 -#: src/screens/Signup/index.tsx:77 -#: src/view/com/modals/ChangePassword.tsx:71 +#: src/screens/Login/ForgotPasswordForm.tsx:74 src/screens/Login/index.tsx:78 src/screens/Login/LoginForm.tsx:155 src/screens/Login/SetNewPasswordForm.tsx:77 src/screens/Signup/index.tsx:77 src/view/com/modals/ChangePassword.tsx:71 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:637 msgid "Unable to delete" -msgstr "" +msgstr "Ní féidir é a scriosadh" -#: src/components/dms/MessagesListBlockedFooter.tsx:89 -#: src/components/dms/MessagesListBlockedFooter.tsx:96 -#: src/components/dms/MessagesListBlockedFooter.tsx:104 -#: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:192 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 -#: src/view/com/profile/ProfileMenu.tsx:365 -#: src/view/screens/ProfileList.tsx:682 +#: src/components/dms/MessagesListBlockedFooter.tsx:89 src/components/dms/MessagesListBlockedFooter.tsx:96 src/components/dms/MessagesListBlockedFooter.tsx:104 src/components/dms/MessagesListBlockedFooter.tsx:111 src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 src/view/com/profile/ProfileMenu.tsx:365 src/view/screens/ProfileList.tsx:682 msgid "Unblock" msgstr "Díbhlocáil" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Díbhlocáil" -#: src/components/dms/ConvoMenu.tsx:188 -#: src/components/dms/ConvoMenu.tsx:192 +#: src/components/dms/ConvoMenu.tsx:188 src/components/dms/ConvoMenu.tsx:192 msgid "Unblock account" msgstr "Díbhlocáil an cuntas" -#: src/view/com/profile/ProfileMenu.tsx:303 -#: src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:303 src/view/com/profile/ProfileMenu.tsx:309 msgid "Unblock Account" msgstr "Díbhlocáil an cuntas" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:308 -#: src/view/com/profile/ProfileMenu.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:268 src/view/com/profile/ProfileMenu.tsx:347 msgid "Unblock Account?" msgstr "An bhfuil fonn ort an cuntas seo a dhíbhlocáil?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:66 -#: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 -#: src/view/com/util/post-ctrls/RepostButton.web.tsx:76 +#: src/view/com/util/post-ctrls/RepostButton.tsx:69 src/view/com/util/post-ctrls/RepostButton.web.tsx:72 src/view/com/util/post-ctrls/RepostButton.web.tsx:76 msgid "Undo repost" msgstr "Cuir stop leis an athphostáil" @@ -7352,71 +5977,52 @@ msgctxt "action" msgid "Unfollow" msgstr "Dílean" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:247 -#~ msgid "Unfollow" -#~ msgstr "Dílean" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "Dílean {0}" -#: src/view/com/profile/ProfileMenu.tsx:245 -#: src/view/com/profile/ProfileMenu.tsx:255 +#: src/view/com/profile/ProfileMenu.tsx:245 src/view/com/profile/ProfileMenu.tsx:255 msgid "Unfollow Account" msgstr "Dílean an cuntas seo" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:197 -#~ msgid "Unlike" -#~ msgstr "Dímhol" - #: src/view/screens/ProfileFeed.tsx:575 msgid "Unlike this feed" msgstr "Dímhol an fotha seo" -#: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 -#: src/view/screens/ProfileList.tsx:689 +#: src/components/TagMenu/index.tsx:263 src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 src/view/screens/ProfileList.tsx:689 msgid "Unmute" -msgstr "Ná coinnigh i bhfolach" +msgstr "Díbhalbhaigh" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:388 +msgctxt "video" +msgid "Unmute" +msgstr "Díbhalbhaigh" #: src/components/TagMenu/index.web.tsx:115 msgid "Unmute {truncatedTag}" -msgstr "Ná coinnigh {truncatedTag} i bhfolach" +msgstr "Ná balbhaigh {truncatedTag} níos mó" -#: src/view/com/profile/ProfileMenu.tsx:282 -#: src/view/com/profile/ProfileMenu.tsx:288 +#: src/view/com/profile/ProfileMenu.tsx:282 src/view/com/profile/ProfileMenu.tsx:288 msgid "Unmute Account" -msgstr "Ná coinnigh an cuntas seo i bhfolach níos mó" +msgstr "Ná balbhaigh an cuntas seo níos mó" #: src/components/TagMenu/index.tsx:219 msgid "Unmute all {displayTag} posts" -msgstr "Ná coinnigh aon phostáil {displayTag} i bhfolach" +msgstr "Ná balbhaigh aon phostáil {displayTag} níos mó" #: src/components/dms/ConvoMenu.tsx:176 msgid "Unmute conversation" -msgstr "Díbhalbhaigh an comhrá seo" +msgstr "Ná balbhaigh an comhrá seo níos mó" -#: src/components/dms/ConvoMenu.tsx:140 -#, fuzzy -#~ msgid "Unmute notifications" -#~ msgstr "Lódáil fógraí nua" - -#: src/view/com/util/forms/PostDropdownBtn.tsx:465 -#: src/view/com/util/forms/PostDropdownBtn.tsx:470 +#: src/view/com/util/forms/PostDropdownBtn.tsx:465 src/view/com/util/forms/PostDropdownBtn.tsx:470 msgid "Unmute thread" -msgstr "Ná coinnigh an snáithe seo i bhfolach níos mó" +msgstr "Ná balbhaigh an snáithe seo níos mó" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:317 msgid "Unmute video" -msgstr "" +msgstr "Ná balbhaigh an físeán seo níos mó" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Unmuted" -msgstr "" - -#: src/view/screens/ProfileFeed.tsx:292 -#: src/view/screens/ProfileList.tsx:673 +#: src/view/screens/ProfileFeed.tsx:292 src/view/screens/ProfileList.tsx:673 msgid "Unpin" msgstr "Díghreamaigh" @@ -7436,10 +6042,9 @@ msgstr "Díghreamaithe ó do chuid fothaí" msgid "Unsubscribe" msgstr "Díliostáil" -#: src/screens/List/ListHiddenScreen.tsx:184 -#: src/screens/List/ListHiddenScreen.tsx:194 +#: src/screens/List/ListHiddenScreen.tsx:184 src/screens/List/ListHiddenScreen.tsx:194 msgid "Unsubscribe from list" -msgstr "" +msgstr "Díliostáil ón liosta seo" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196 msgid "Unsubscribe from this labeler" @@ -7447,15 +6052,13 @@ msgstr "Díliostáil ón lipéadóir seo" #: src/screens/List/ListHiddenScreen.tsx:86 msgid "Unsubscribed from list" -msgstr "" +msgstr "Dhíliostáil tú ón liosta seo" -#: src/lib/moderation/useReportOptions.ts:85 -#, fuzzy -#~ msgid "Unwanted sexual content" -#~ msgstr "Ábhar graosta nach mian liom" +#: src/state/queries/video/video.ts:245 +msgid "Unsupported video type: {mimeType}" +msgstr "Cineál físeáin nach dtacaítear leis: {mimeType}" -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/lib/moderation/useReportOptions.ts:77 src/lib/moderation/useReportOptions.ts:90 msgid "Unwanted Sexual Content" msgstr "Ábhar graosta nach mian liom" @@ -7469,11 +6072,11 @@ msgstr "Déan uasdátú go {handle}" #: src/view/com/util/forms/PostDropdownBtn.tsx:305 msgid "Updating quote attachment failed" -msgstr "" +msgstr "Theip ar uasdátú an cheangaltáin athluaite" #: src/view/com/util/forms/PostDropdownBtn.tsx:335 msgid "Updating reply visibility failed" -msgstr "" +msgstr "Theip ar infheictheacht an fhreagra a uasdátú" #: src/screens/Login/SetNewPasswordForm.tsx:186 msgid "Updating..." @@ -7487,22 +6090,15 @@ msgstr "Uaslódáil grianghraf in ionad" msgid "Upload a text file to:" msgstr "Uaslódáil comhad téacs chuig:" -#: src/view/com/util/UserAvatar.tsx:355 -#: src/view/com/util/UserAvatar.tsx:358 -#: src/view/com/util/UserBanner.tsx:123 -#: src/view/com/util/UserBanner.tsx:126 +#: src/view/com/util/UserAvatar.tsx:361 src/view/com/util/UserAvatar.tsx:364 src/view/com/util/UserBanner.tsx:123 src/view/com/util/UserBanner.tsx:126 msgid "Upload from Camera" msgstr "Uaslódáil ó Cheamara" -#: src/view/com/util/UserAvatar.tsx:372 -#: src/view/com/util/UserBanner.tsx:140 +#: src/view/com/util/UserAvatar.tsx:378 src/view/com/util/UserBanner.tsx:140 msgid "Upload from Files" msgstr "Uaslódáil ó Chomhaid" -#: src/view/com/util/UserAvatar.tsx:366 -#: src/view/com/util/UserAvatar.tsx:370 -#: src/view/com/util/UserBanner.tsx:134 -#: src/view/com/util/UserBanner.tsx:138 +#: src/view/com/util/UserAvatar.tsx:372 src/view/com/util/UserAvatar.tsx:376 src/view/com/util/UserBanner.tsx:134 src/view/com/util/UserBanner.tsx:138 msgid "Upload from Library" msgstr "Uaslódáil ó Leabharlann" @@ -7510,7 +6106,7 @@ msgstr "Uaslódáil ó Leabharlann" msgid "Use a file on your server" msgstr "Bain úsáid as comhad ar do fhreastalaí" -#: src/view/screens/AppPasswords.tsx:200 +#: src/view/screens/AppPasswords.tsx:199 msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "Bain úsáid as pasfhocail na haipe le logáil isteach ar chliaint eile de chuid Bluesky gan fáil iomlán ar do chuntas ná do phasfhocal a thabhairt dóibh." @@ -7522,13 +6118,11 @@ msgstr "Bain feidhm as bsky.social mar sholáthraí óstála" msgid "Use default provider" msgstr "Úsáid an soláthraí réamhshocraithe" -#: src/view/com/modals/InAppBrowserConsent.tsx:56 -#: src/view/com/modals/InAppBrowserConsent.tsx:58 +#: src/view/com/modals/InAppBrowserConsent.tsx:56 src/view/com/modals/InAppBrowserConsent.tsx:58 msgid "Use in-app browser" msgstr "Úsáid an brabhsálaí san aip seo" -#: src/view/com/modals/InAppBrowserConsent.tsx:66 -#: src/view/com/modals/InAppBrowserConsent.tsx:68 +#: src/view/com/modals/InAppBrowserConsent.tsx:66 src/view/com/modals/InAppBrowserConsent.tsx:68 msgid "Use my default browser" msgstr "Úsáid an brabhsálaí réamhshocraithe atá agam" @@ -7548,8 +6142,7 @@ msgstr "Úsáid é seo le logáil isteach ar an aip eile in éindí le do leasai msgid "Used by:" msgstr "In úsáid ag:" -#: src/components/moderation/ModerationDetailsDialog.tsx:70 -#: src/lib/moderation/useModerationCauseDescription.ts:61 +#: src/components/moderation/ModerationDetailsDialog.tsx:70 src/lib/moderation/useModerationCauseDescription.ts:61 msgid "User Blocked" msgstr "Úsáideoir blocáilte" @@ -7581,8 +6174,7 @@ msgstr "Liosta úsáideoirí le {0}" msgid "User list by <0/>" msgstr "Liosta úsáideoirí le <0/>" -#: src/view/com/modals/UserAddRemoveLists.tsx:206 -#: src/view/screens/ProfileList.tsx:885 +#: src/view/com/modals/UserAddRemoveLists.tsx:206 src/view/screens/ProfileList.tsx:885 msgid "User list by you" msgstr "Liosta úsáideoirí leat" @@ -7598,7 +6190,7 @@ msgstr "Liosta úsáideoirí uasdátaithe" msgid "User Lists" msgstr "Liostaí Úsáideoirí" -#: src/screens/Login/LoginForm.tsx:197 +#: src/screens/Login/LoginForm.tsx:186 msgid "Username or email address" msgstr "Ainm úsáideora nó ríomhphost" @@ -7606,18 +6198,11 @@ msgstr "Ainm úsáideora nó ríomhphost" msgid "Users" msgstr "Úsáideoirí" -#: src/components/WhoCanReply.tsx:280 -#~ msgid "users followed by <0/>" -#~ msgstr "Úsáideoirí a bhfuil <0/> á leanúint" - #: src/components/WhoCanReply.tsx:258 msgid "users followed by <0>@{0}" -msgstr "" +msgstr "úsáideoirí a bhfuil <0>@{0} á leanúint" -#: src/components/dms/MessagesNUX.tsx:140 -#: src/components/dms/MessagesNUX.tsx:143 -#: src/screens/Messages/Settings.tsx:84 -#: src/screens/Messages/Settings.tsx:87 +#: src/components/dms/MessagesNUX.tsx:140 src/components/dms/MessagesNUX.tsx:143 src/screens/Messages/Settings.tsx:84 src/screens/Messages/Settings.tsx:87 msgid "Users I follow" msgstr "Úsáideoirí a leanaim" @@ -7633,9 +6218,9 @@ msgstr "Úsáideoirí ar thaitin an t-ábhar nó an próifíl seo leo" msgid "Value:" msgstr "Luach:" -#: src/view/com/modals/ChangeHandle.tsx:510 -#~ msgid "Verify {0}" -#~ msgstr "Dearbhaigh {0}" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:118 +msgid "Verified email required" +msgstr "Ríomhphost dearbhaithe ag teastáil" #: src/view/com/modals/ChangeHandle.tsx:504 msgid "Verify DNS Record" @@ -7645,6 +6230,10 @@ msgstr "Dearbhaigh taifead DNS" msgid "Verify email" msgstr "Dearbhaigh ríomhphost" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "Dialóg: dearbhú ríomhphoist" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "Dearbhaigh mo ríomhphost" @@ -7653,11 +6242,14 @@ msgstr "Dearbhaigh mo ríomhphost" msgid "Verify My Email" msgstr "Dearbhaigh Mo Ríomhphost" -#: src/view/com/modals/ChangeEmail.tsx:200 -#: src/view/com/modals/ChangeEmail.tsx:202 +#: src/view/com/modals/ChangeEmail.tsx:200 src/view/com/modals/ChangeEmail.tsx:202 msgid "Verify New Email" msgstr "Dearbhaigh an Ríomhphost Nua" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:122 +msgid "Verify now" +msgstr "Dearbhaigh anois" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "Dearbhaigh comhad téacs" @@ -7666,47 +6258,61 @@ msgstr "Dearbhaigh comhad téacs" msgid "Verify Your Email" msgstr "Dearbhaigh Do Ríomhphost" -#: src/view/screens/Settings/index.tsx:852 -#~ msgid "Version {0}" -#~ msgstr "Leagan {0}" - #: src/view/screens/Settings/index.tsx:889 msgid "Version {appVersion} {bundleInfo}" msgstr "Leagan {appVersion} {bundleInfo}" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:180 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:144 msgid "Video" -msgstr "" +msgstr "Físeán" -#: src/screens/Onboarding/index.tsx:39 -#: src/screens/Onboarding/state.ts:88 +#: src/state/queries/video/video.ts:138 +msgid "Video failed to process" +msgstr "Theip ar phróiseáil an fhíseáin" + +#: src/screens/Onboarding/index.tsx:39 src/screens/Onboarding/state.ts:88 msgid "Video Games" msgstr "Físchluichí" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:167 +msgid "Video not found." +msgstr "Físeán gan aimsiú." + +#: src/view/com/composer/videos/SubtitleDialog.tsx:101 +msgid "Video settings" +msgstr "Socruithe físe" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +msgid "Video: {0}" +msgstr "Físeán: {0}" + #: src/view/com/composer/videos/state.ts:27 -#~ msgid "Videos cannot be larger than 100MB" -#~ msgstr "" +msgid "Videos cannot be larger than 50MB" +msgstr "Ní cheadaítear físeáin atá níos mó ná 50MB" + +#: src/view/com/composer/videos/SelectVideoBtn.tsx:65 src/view/com/composer/videos/VideoPreview.web.tsx:44 +msgid "Videos must be less than 60 seconds long" +msgstr "Ní cheadaítear físeáin atá níos faide ná 60 soicind" #: src/screens/Profile/Header/Shell.tsx:113 msgid "View {0}'s avatar" msgstr "Féach ar an abhatár atá ag {0}" -#: src/components/ProfileCard.tsx:110 -#: src/view/com/notifications/FeedItem.tsx:277 +#: src/components/ProfileCard.tsx:110 src/view/com/notifications/FeedItem.tsx:273 msgid "View {0}'s profile" msgstr "Amharc ar phróifíl {0}" #: src/components/dms/MessagesListHeader.tsx:160 msgid "View {displayName}'s profile" -msgstr "" +msgstr "Amharc ar phróifíl {displayName}" #: src/components/ProfileHoverCard/index.web.tsx:430 msgid "View blocked user's profile" -msgstr "" +msgstr "Féach ar phróifíl an úsáideora bhlocáilte" #: src/view/screens/Settings/ExportCarDialog.tsx:97 msgid "View blogpost for more details" -msgstr "" +msgstr "Féach ar an mblagphost chun tuilleadh eolais a fháil" #: src/view/screens/Log.tsx:56 msgid "View debug entry" @@ -7724,15 +6330,11 @@ msgstr "Féach ar shonraí maidir le sárú cóipchirt a thuairisciú" msgid "View full thread" msgstr "Féach ar an snáithe iomlán" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "Féach ar eolas faoi na lipéid seo" -#: src/components/ProfileHoverCard/index.web.tsx:418 -#: src/components/ProfileHoverCard/index.web.tsx:436 -#: src/components/ProfileHoverCard/index.web.tsx:463 -#: src/view/com/posts/AviFollowButton.tsx:56 -#: src/view/com/posts/FeedErrorMessage.tsx:175 +#: src/components/ProfileHoverCard/index.web.tsx:418 src/components/ProfileHoverCard/index.web.tsx:436 src/components/ProfileHoverCard/index.web.tsx:463 src/view/com/posts/AviFollowButton.tsx:56 src/view/com/posts/FeedErrorMessage.tsx:175 msgid "View profile" msgstr "Féach ar an bpróifíl" @@ -7750,29 +6352,25 @@ msgstr "Féach ar úsáideoirí ar thaitin an fotha seo leo" #: src/screens/Moderation/index.tsx:274 msgid "View your blocked accounts" -msgstr "" +msgstr "Cuntais bhlocáilte" -#: src/view/com/home/HomeHeaderLayout.web.tsx:79 -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:86 +#: src/view/com/home/HomeHeaderLayout.web.tsx:79 src/view/com/home/HomeHeaderLayoutMobile.tsx:86 msgid "View your feeds and explore more" -msgstr "" +msgstr "Tabhair súil ar do chuid fothaí agus déan tuilleadh taiscéalaíochta" #: src/screens/Moderation/index.tsx:244 msgid "View your moderation lists" -msgstr "" +msgstr "Féach ar do chuid liostaí modhnóireachta" #: src/screens/Moderation/index.tsx:259 msgid "View your muted accounts" -msgstr "" +msgstr "Féach ar na cuntais a bhalbhaigh tú" -#: src/view/com/modals/LinkWarning.tsx:89 -#: src/view/com/modals/LinkWarning.tsx:95 +#: src/view/com/modals/LinkWarning.tsx:89 src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" msgstr "Tabhair cuairt ar an suíomh" -#: src/components/moderation/LabelPreference.tsx:135 -#: src/lib/moderation/useLabelBehaviorDescription.ts:17 -#: src/lib/moderation/useLabelBehaviorDescription.ts:22 +#: src/components/moderation/LabelPreference.tsx:135 src/lib/moderation/useLabelBehaviorDescription.ts:17 src/lib/moderation/useLabelBehaviorDescription.ts:22 msgid "Warn" msgstr "Rabhadh" @@ -7784,7 +6382,7 @@ msgstr "Tabhair foláireamh faoi ábhar" msgid "Warn content and filter from feeds" msgstr "Tabhair foláireamh faoi ábhar agus scag as fothaí" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "Níor aimsigh muid toradh ar bith don haischlib sin." @@ -7796,7 +6394,11 @@ msgstr "Theip orainn an comhrá seo a lódáil" msgid "We estimate {estimatedTime} until your account is ready." msgstr "Measaimid go mbeidh do chuntas réidh i gceann {estimatedTime}" -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "Sheolamar ríomhphost dearbhaithe eile chuig <0>{0}." + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Tá súil againn go mbeidh an-chraic agat anseo. Ná déan dearmad go bhfuil Bluesky:" @@ -7804,13 +6406,9 @@ msgstr "Tá súil againn go mbeidh an-chraic agat anseo. Ná déan dearmad go bh msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "Níl aon ábhar nua le taispeáint ó na cuntais a leanann tú. Seo duit an t-ábhar is déanaí ó <0/>." -#: src/components/dialogs/MutedWords.tsx:203 -#~ msgid "We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." -#~ msgstr "Molaimid focail choitianta a bhíonn i go leor póstálacha a sheachaint, toisc gur féidir nach dtaispeánfaí aon phostáil dá bharr." - -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:125 -#~ msgid "We recommend our \"Discover\" feed:" -#~ msgstr "Molaimid an fotha “Discover”." +#: src/state/queries/video/video.ts:170 +msgid "We were unable to determine if you are allowed to upload videos. Please try again." +msgstr "Nílimid cinnte an bhfuil cead agat físeáin a uaslódáil. Bain triail eile as." #: src/components/dialogs/BirthDateSettings.tsx:52 msgid "We were unable to load your birth date preferences. Please try again." @@ -7820,7 +6418,7 @@ msgstr "Theip orainn do rogha maidir le dáta breithe a lódáil. Bain triail as msgid "We were unable to load your configured labelers at this time." msgstr "Theip orainn na lipéadóirí a roghnaigh tú a lódáil faoi láthair." -#: src/screens/Onboarding/StepInterests/index.tsx:158 +#: src/screens/Onboarding/StepInterests/index.tsx:143 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "Níorbh fhéidir linn ceangal a bhunú. Bain triail eile as do chuntas a shocrú. Má mhaireann an fhadhb, ní gá duit an próiseas seo a chur i gcrích." @@ -7828,7 +6426,7 @@ msgstr "Níorbh fhéidir linn ceangal a bhunú. Bain triail eile as do chuntas a msgid "We will let you know when your account is ready." msgstr "Déarfaidh muid leat nuair a bheidh do chuntas réidh." -#: src/screens/Onboarding/StepInterests/index.tsx:163 +#: src/screens/Onboarding/StepInterests/index.tsx:148 msgid "We'll use this to help customize your experience." msgstr "Bainfimid úsáid as seo chun an suíomh a chur in oiriúint duit." @@ -7846,52 +6444,41 @@ msgstr "Ár leithscéal, ach ní féidir linn an liosta seo a thaispeáint. Má #: src/components/dialogs/MutedWords.tsx:378 msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." -msgstr "Tá brón orainn, ach theip orainn na focail a chuir tú i bhfolach a lódáil an uair seo. Bain triail as arís." +msgstr "Tá brón orainn, ach theip orainn na focail a bhalbhaigh tú a lódáil an uair seo. Bain triail as arís." #: src/view/screens/Search/Search.tsx:206 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Ár leithscéal, ach níorbh fhéidir linn do chuardach a chur i gcrích. Bain triail eile as i gceann cúpla nóiméad." -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:421 msgid "We're sorry! The post you are replying to has been deleted." -msgstr "" +msgstr "Ár leithscéal, ach scriosadh an phostáil atá tú ag freagairt." -#: src/components/Lists.tsx:220 -#: src/view/screens/NotFound.tsx:48 +#: src/components/Lists.tsx:220 src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "Ár leithscéal, ach ní féidir linn an leathanach atá tú ag lorg a aimsiú." -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:330 -#~ msgid "We're sorry! You can only subscribe to ten labelers, and you've reached your limit of ten." -#~ msgstr "Tá brón orainn! Ní féidir síntiúis a ghlacadh ach le deich lipéadóir, tá an teorainn sin sroichte agat." - #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:333 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty." -msgstr "" +msgstr "Ár leithscéal! Ní féidir leat ach fiche lipéadóirí a leanúint agus tá fiche ceann agat cheana féin." #: src/screens/Deactivated.tsx:128 msgid "Welcome back!" msgstr "Fáilte ar ais!" -#: src/view/com/auth/onboarding/WelcomeMobile.tsx:48 -#~ msgid "Welcome to <0>Bluesky" -#~ msgstr "Fáilte go <0>Bluesky" - #: src/components/NewskieDialog.tsx:103 msgid "Welcome, friend!" -msgstr "" +msgstr "Fáilte romhat a chara!" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "Cad iad na rudaí a bhfuil suim agat iontu?" #: src/screens/StarterPack/Wizard/StepDetails.tsx:42 msgid "What do you want to call your starter pack?" -msgstr "" +msgstr "Cén t-ainm ar mhaith leat a thabhairt ar do phacáiste fáilte?" -#: src/view/com/auth/SplashScreen.tsx:40 -#: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/auth/SplashScreen.tsx:40 src/view/com/auth/SplashScreen.web.tsx:86 src/view/com/composer/Composer.tsx:516 msgid "What's up?" msgstr "Aon scéal?" @@ -7905,10 +6492,9 @@ msgstr "Cad iad na teangacha ba mhaith leat a fheiceáil i do chuid fothaí alga #: src/components/WhoCanReply.tsx:179 msgid "Who can interact with this post?" -msgstr "" +msgstr "Cé atá in ann idirghníomhú leis an bpostáil seo?" -#: src/components/dms/MessagesNUX.tsx:110 -#: src/components/dms/MessagesNUX.tsx:124 +#: src/components/dms/MessagesNUX.tsx:110 src/components/dms/MessagesNUX.tsx:124 msgid "Who can message you?" msgstr "Cé ar féidir leo teachtaireacht a sheoladh chugat?" @@ -7916,16 +6502,7 @@ msgstr "Cé ar féidir leo teachtaireacht a sheoladh chugat?" msgid "Who can reply" msgstr "Cé atá in ann freagra a thabhairt" -#: src/components/WhoCanReply.tsx:212 -#~ msgid "Who can reply dialog" -#~ msgstr "" - -#: src/components/WhoCanReply.tsx:216 -#~ msgid "Who can reply?" -#~ msgstr "" - -#: src/screens/Home/NoFeedsPinned.tsx:79 -#: src/screens/Messages/List/index.tsx:185 +#: src/screens/Home/NoFeedsPinned.tsx:79 src/screens/Messages/List/index.tsx:185 msgid "Whoops!" msgstr "Úps!" @@ -7943,7 +6520,7 @@ msgstr "Cén fáth gur cheart athbhreithniú a dhéanamh ar an liosta seo?" #: src/components/ReportDialog/SelectReportOptionView.tsx:63 msgid "Why should this message be reviewed?" -msgstr "Cén fáth gur cheart athbreithniú a dhéanamh ar an teachtaireacht seo?" +msgstr "Cén fáth gur cheart athbhreithniú a dhéanamh ar an teachtaireacht seo?" #: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Why should this post be reviewed?" @@ -7951,7 +6528,7 @@ msgstr "Cén fáth gur cheart athbhreithniú a dhéanamh ar an bpostáil seo?" #: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Why should this starter pack be reviewed?" -msgstr "" +msgstr "Cén fáth ar cheart athbhreithniú a dhéanamh ar an bpacáiste fáilte seo?" #: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Why should this user be reviewed?" @@ -7961,79 +6538,71 @@ msgstr "Cén fáth gur cheart athbhreithniú a dhéanamh ar an úsáideoir seo?" msgid "Wide" msgstr "Leathan" -#: src/screens/Messages/Conversation/MessageInput.tsx:140 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:134 +#: src/screens/Messages/Conversation/MessageInput.tsx:142 src/screens/Messages/Conversation/MessageInput.web.tsx:198 msgid "Write a message" msgstr "Scríobh teachtaireacht" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:712 msgid "Write post" msgstr "Scríobh postáil" -#: src/view/com/composer/Composer.tsx:435 -#: src/view/com/post-thread/PostThreadComposePrompt.tsx:42 +#: src/view/com/composer/Composer.tsx:515 src/view/com/post-thread/PostThreadComposePrompt.tsx:42 msgid "Write your reply" msgstr "Scríobh freagra" -#: src/screens/Onboarding/index.tsx:25 -#: src/screens/Onboarding/state.ts:101 +#: src/screens/Onboarding/index.tsx:25 src/screens/Onboarding/state.ts:101 msgid "Writers" msgstr "Scríbhneoirí" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:77 -#: src/view/screens/PreferencesFollowingFeed.tsx:70 -#: src/view/screens/PreferencesFollowingFeed.tsx:97 -#: src/view/screens/PreferencesFollowingFeed.tsx:132 -#: src/view/screens/PreferencesFollowingFeed.tsx:167 -#: src/view/screens/PreferencesThreads.tsx:100 -#: src/view/screens/PreferencesThreads.tsx:123 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:77 src/view/screens/PreferencesFollowingFeed.tsx:70 src/view/screens/PreferencesFollowingFeed.tsx:97 src/view/screens/PreferencesFollowingFeed.tsx:132 src/view/screens/PreferencesFollowingFeed.tsx:167 src/view/screens/PreferencesThreads.tsx:100 src/view/screens/PreferencesThreads.tsx:123 msgid "Yes" msgstr "Tá" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 src/screens/Settings/components/DeactivateAccountDialog.tsx:108 msgid "Yes, deactivate" msgstr "Tá, díghníomhaigh" #: src/screens/StarterPack/StarterPackScreen.tsx:649 msgid "Yes, delete this starter pack" -msgstr "" +msgstr "Scrios an pacáiste fáilte seo" #: src/view/com/util/forms/PostDropdownBtn.tsx:692 msgid "Yes, detach" -msgstr "" +msgstr "Tá, dícheangail" #: src/view/com/util/forms/PostDropdownBtn.tsx:702 msgid "Yes, hide" -msgstr "" +msgstr "Tá, cuir i bhfolach é" #: src/screens/Deactivated.tsx:150 msgid "Yes, reactivate my account" msgstr "Tá, athghníomhaigh mo chuntas" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "Inné, {time}" -#: src/components/StarterPack/StarterPackCard.tsx:76 -#: src/screens/List/ListHiddenScreen.tsx:140 +#: src/components/StarterPack/StarterPackCard.tsx:76 src/screens/List/ListHiddenScreen.tsx:140 msgid "you" -msgstr "" +msgstr "tusa" #: src/components/NewskieDialog.tsx:43 msgid "You" -msgstr "" +msgstr "Tusa" #: src/screens/SignupQueued.tsx:136 msgid "You are in line." msgstr "Tá tú sa scuaine." -#: src/view/com/profile/ProfileFollows.tsx:86 +#: src/state/queries/video/video.ts:161 +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:95 msgid "You are not following anyone." msgstr "Níl éinne á leanúint agat." -#: src/view/com/posts/FollowingEmptyState.tsx:63 -#: src/view/com/posts/FollowingEndOfFeed.tsx:64 +#: src/view/com/posts/FollowingEmptyState.tsx:63 src/view/com/posts/FollowingEndOfFeed.tsx:64 msgid "You can also discover new Custom Feeds to follow." msgstr "Is féidir leat sainfhothaí nua a aimsiú le leanúint." @@ -8041,10 +6610,6 @@ msgstr "Is féidir leat sainfhothaí nua a aimsiú le leanúint." msgid "You can also temporarily deactivate your account instead, and reactivate it at any time." msgstr "Is féidir leat do chuntas a dhíghníomhú go sealadach, agus é a athghníomhú uair ar bith." -#: src/screens/Onboarding/StepFollowingFeed.tsx:143 -#~ msgid "You can change these settings later." -#~ msgstr "Is féidir leat na socruithe seo a athrú níos déanaí." - #: src/components/dms/MessagesNUX.tsx:119 msgid "You can change this at any time." msgstr "Is féidir leat é seo a athrú uair ar bith." @@ -8053,8 +6618,7 @@ msgstr "Is féidir leat é seo a athrú uair ar bith." msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Is féidir leat leanacht le comhráite beag beann ar cén socrú a roghnaíonn tú." -#: src/screens/Login/index.tsx:158 -#: src/screens/Login/PasswordUpdatedForm.tsx:33 +#: src/screens/Login/index.tsx:158 src/screens/Login/PasswordUpdatedForm.tsx:33 msgid "You can now sign in with your new password." msgstr "Is féidir leat logáil isteach le do phasfhocal nua anois." @@ -8062,13 +6626,13 @@ msgstr "Is féidir leat logáil isteach le do phasfhocal nua anois." msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Is féidir leat do chuntas a athghníomhú chun leanacht ort ag logáil isteach. Beidh úsáideoirí eile in ann do phróifíl agus do chuid postálacha a fheiceáil." -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "Níl aon leantóir agat." #: src/screens/Profile/KnownFollowers.tsx:99 msgid "You don't follow any users who follow @{name}." -msgstr "" +msgstr "Ní leanann tú aon leantóirí de chuid @{name}." #: src/view/com/modals/InviteCodes.tsx:67 msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer." @@ -8078,10 +6642,6 @@ msgstr "Níl aon chóid chuiridh agat fós! Cuirfidh muid cúpla cód chugat tar msgid "You don't have any pinned feeds." msgstr "Níl aon fhothaí greamaithe agat." -#: src/view/screens/Feeds.tsx:477 -#~ msgid "You don't have any saved feeds!" -#~ msgstr "Níl aon fhothaí sábháilte agat!" - #: src/view/screens/SavedFeeds.tsx:159 msgid "You don't have any saved feeds." msgstr "Níl aon fhothaí sábháilte agat." @@ -8094,16 +6654,11 @@ msgstr "Bhlocáil tú an t-údar nó tá tú blocáilte ag an údar." msgid "You have blocked this user" msgstr "Bhlocáil tú an t-úsáideoir seo" -#: src/components/moderation/ModerationDetailsDialog.tsx:72 -#: src/lib/moderation/useModerationCauseDescription.ts:55 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/components/moderation/ModerationDetailsDialog.tsx:72 src/lib/moderation/useModerationCauseDescription.ts:55 src/lib/moderation/useModerationCauseDescription.ts:63 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." -#: src/screens/Login/SetNewPasswordForm.tsx:54 -#: src/screens/Login/SetNewPasswordForm.tsx:91 -#: src/view/com/modals/ChangePassword.tsx:88 -#: src/view/com/modals/ChangePassword.tsx:122 +#: src/screens/Login/SetNewPasswordForm.tsx:54 src/screens/Login/SetNewPasswordForm.tsx:91 src/view/com/modals/ChangePassword.tsx:88 src/view/com/modals/ChangePassword.tsx:122 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." @@ -8115,14 +6670,13 @@ msgstr "Chuir tú an phostáil seo i bhfolach" msgid "You have hidden this post." msgstr "Chuir tú an phostáil seo i bhfolach." -#: src/components/moderation/ModerationDetailsDialog.tsx:103 -#: src/lib/moderation/useModerationCauseDescription.ts:97 +#: src/components/moderation/ModerationDetailsDialog.tsx:103 src/lib/moderation/useModerationCauseDescription.ts:97 msgid "You have muted this account." -msgstr "Chuir tú an cuntas seo i bhfolach." +msgstr "Bhalbhaigh tú an cuntas seo." #: src/lib/moderation/useModerationCauseDescription.ts:91 msgid "You have muted this user" -msgstr "Chuir tú an t-úsáideoir seo i bhfolach" +msgstr "Bhalbhaigh tú an t-úsáideoir seo" #: src/screens/Messages/List/index.tsx:225 msgid "You have no conversations yet. Start one!" @@ -8132,88 +6686,73 @@ msgstr "Níl comhrá ar bith agat fós. Tosaigh ceann!" msgid "You have no feeds." msgstr "Níl aon fhothaí agat." -#: src/view/com/lists/MyLists.tsx:93 -#: src/view/com/lists/ProfileLists.tsx:139 +#: src/view/com/lists/MyLists.tsx:93 src/view/com/lists/ProfileLists.tsx:139 msgid "You have no lists." msgstr "Níl aon liostaí agat." -#: src/screens/Messages/List/index.tsx:200 -#, fuzzy -#~ msgid "You have no messages yet. Start a conversation with someone!" -#~ msgstr "Níl comhrá ar bith agat fós. Tosaigh ceann!" - #: src/view/screens/ModerationBlockedAccounts.tsx:134 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 "Níor bhlocáil tú aon chuntas fós. Le cuntas a bhlocáil, téigh go dtí a bpróifíl agus roghnaigh “Blocáil an cuntas seo” ar an gclár ansin." -#: src/view/screens/AppPasswords.tsx:91 +#: src/view/screens/AppPasswords.tsx:90 msgid "You have not created any app passwords yet. You can create one by pressing the button below." msgstr "Níor chruthaigh tú aon phasfhocal aipe fós. Is féidir leat ceann a chruthú ach brú ar an gcnaipe thíos." #: src/view/screens/ModerationMutedAccounts.tsx:133 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 "Níor chuir tú aon chuntas i bhfolach fós. Le cuntas a chur i bhfolach, téigh go dtí a bpróifíl agus roghnaigh “Cuir an cuntas seo i bhfolach” ar an gclár ansin." +msgstr "Níor bhalbhaigh tú aon chuntas fós. Le cuntas a bhalbhú, téigh go dtí a bpróifíl agus roghnaigh “Balbhaigh an cuntas seo” ar an gclár ansin." #: src/components/Lists.tsx:52 msgid "You have reached the end" msgstr "Tá deireadh sroichte agat" +#: src/state/queries/video/video-upload.shared.ts:67 +msgid "You have temporarily reached the limit for video uploads. Please try again later." +msgstr "Tá tú tar éis uasteorainn uaslódálacha físeáin a bhaint amach. Bain triail eile as ar ball." + #: src/components/StarterPack/ProfileStarterPacks.tsx:235 msgid "You haven't created a starter pack yet!" -msgstr "" +msgstr "Níl pacáiste fáilte cruthaithe agat fós!" #: src/components/dialogs/MutedWords.tsx:398 msgid "You haven't muted any words or tags yet" -msgstr "Níor chuir tú aon fhocal ná clib i bhfolach fós" +msgstr "Níor bhalbhaigh tú aon fhocal ná clib fós" -#: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/components/moderation/ModerationDetailsDialog.tsx:117 src/lib/moderation/useModerationCauseDescription.ts:125 msgid "You hid this reply." -msgstr "" +msgstr "Chuir tú an freagra seo i bhfolach." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 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:91 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 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." #: src/screens/StarterPack/Wizard/State.tsx:79 msgid "You may only add up to {STARTER_PACK_MAX_SIZE} profiles" -msgstr "" +msgstr "Ní féidir leat ach suas le {STARTER_PACK_MAX_SIZE} próifíl a chur leis seo" #: src/screens/StarterPack/Wizard/State.tsx:97 msgid "You may only add up to 3 feeds" -msgstr "" - -#: src/screens/StarterPack/Wizard/State.tsx:95 -#~ msgid "You may only add up to 50 feeds" -#~ msgstr "" - -#: src/screens/StarterPack/Wizard/State.tsx:78 -#~ msgid "You may only add up to 50 profiles" -#~ msgstr "" +msgstr "Ní féidir leat ach suas le 3 fhotha a chur leis seo" #: src/screens/Signup/StepInfo/Policies.tsx:85 msgid "You must be 13 years of age or older to sign up." msgstr "Caithfidh tú a bheith 13 bliana d’aois nó níos sine le clárú." -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:110 -#~ msgid "You must be 18 years or older to enable adult content" -#~ msgstr "Caithfidh tú a bheith 18 mbliana d’aois nó níos sine le hábhar do dhaoine fásta a fháil." - #: src/components/StarterPack/ProfileStarterPacks.tsx:306 msgid "You must be following at least seven other people to generate a starter pack." -msgstr "" +msgstr "Ní mór duit seachtar ar a laghad a leanúint le pacáiste fáilte a chruthú." #: src/components/StarterPack/QrCodeDialog.tsx:60 msgid "You must grant access to your photo library to save a QR code" -msgstr "" +msgstr "Ní mór duit fáil ar do leabharlann grianghraf a cheadú le cód QR a shábháil" -#: src/components/StarterPack/ShareDialog.tsx:68 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:237 src/components/StarterPack/ShareDialog.tsx:68 msgid "You must grant access to your photo library to save the image." -msgstr "" +msgstr "Ní mór duit fáil ar do leabharlann grianghraf a cheadú le íomhá a shábháil." #: src/components/ReportDialog/SubmitView.tsx:209 msgid "You must select at least one labeler for a report" @@ -8249,45 +6788,37 @@ msgstr "Tusa: {short}" #: src/screens/Signup/index.tsx:113 msgid "You'll follow the suggested users and feeds once you finish creating your account!" -msgstr "" +msgstr "Leanfaidh tú na húsáideoirí agus na fothaí a moladh tar éis duit do chuntas a chruthú!" #: src/screens/Signup/index.tsx:118 msgid "You'll follow the suggested users once you finish creating your account!" -msgstr "" +msgstr "Leanfaidh tú na húsáideoirí a moladh tar éis duit do chuntas a chruthú!" + +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 +msgid "You'll follow these people and {0} others" +msgstr "Leanfaidh tú na daoine seo agus {0} duine eile" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 -msgid "You'll follow these people and {0} others" -msgstr "" - -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:237 msgid "You'll follow these people right away" -msgstr "" +msgstr "Leanfaidh tú na daoine seo láithreach" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:277 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 msgid "You'll stay updated with these feeds" -msgstr "" +msgstr "Beidh tú bord ar bord leis na fothaí seo" -#: src/screens/Onboarding/StepModeration/index.tsx:60 -#~ msgid "You're in control" -#~ msgstr "Tá sé faoi do stiúir" - -#: src/screens/SignupQueued.tsx:93 -#: src/screens/SignupQueued.tsx:94 -#: src/screens/SignupQueued.tsx:109 +#: src/screens/SignupQueued.tsx:93 src/screens/SignupQueued.tsx:94 src/screens/SignupQueued.tsx:109 msgid "You're in line" msgstr "Tá tú sa scuaine" -#: src/screens/Deactivated.tsx:89 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:54 +#: src/screens/Deactivated.tsx:89 src/screens/Settings/components/DeactivateAccountDialog.tsx:54 msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." msgstr "Tá tú logáilte isteach le pasfhocal aipe. Logáil isteach le do phríomh-phasfhocal chun dul ar aghaidh le díghníomhú do chuntais." -#: src/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "Tá tú réidh!" -#: src/components/moderation/ModerationDetailsDialog.tsx:107 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/components/moderation/ModerationDetailsDialog.tsx:107 src/lib/moderation/useModerationCauseDescription.ts:106 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." @@ -8295,6 +6826,14 @@ msgstr "Roghnaigh tú focal nó clib atá sa phostáil seo a chur i bhfolach." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Tháinig tú go deireadh d’fhotha! Aimsigh cuntais eile le leanúint." +#: src/state/queries/video/video.ts:175 +msgid "You've reached your daily limit for video uploads (too many bytes)" +msgstr "Tá tú tar éis an uasteorainn laethúil ar uaslódálacha físeáin a bhaint amach (an iomarca beart)" + +#: src/state/queries/video/video.ts:180 +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/Signup/index.tsx:146 msgid "Your account" msgstr "Do chuntas" @@ -8303,17 +6842,21 @@ msgstr "Do chuntas" msgid "Your account has been deleted" msgstr "Scriosadh do chuntas" +#: src/state/queries/video/video.ts:185 +msgid "Your account is not yet old enough to upload videos. Please try again later." +msgstr "Níl tú anseo fada go leor chun físeáin a uaslódáil. Bain triail eile as ar ball." + #: src/view/screens/Settings/ExportCarDialog.tsx:65 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Is féidir cartlann do chuntais, a bhfuil na taifid phoiblí uile inti, a íoslódáil mar chomhad “CAR”. Ní bheidh aon mheáin leabaithe (íomhánna, mar shampla) ná do shonraí príobháideacha inti. Ní mór iad a fháil ar dhóigh eile." -#: src/screens/Signup/StepInfo/index.tsx:180 +#: src/screens/Signup/StepInfo/index.tsx:181 msgid "Your birth date" msgstr "Do bhreithlá" -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:145 +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:171 msgid "Your browser does not support the video format. Please try a different browser." -msgstr "" +msgstr "Ní thacaíonn do bhrabhsálaí leis an bhformáid físe. Bain triail as brabhsálaí eile." #: src/screens/Messages/Conversation/ChatDisabled.tsx:25 msgid "Your chats have been disabled" @@ -8323,14 +6866,7 @@ msgstr "Cuireadh do chuid comhráite ar ceal" msgid "Your choice will be saved, but can be changed later in settings." msgstr "Sábhálfar do rogha, ach is féidir é athrú níos déanaí sna socruithe." -#: src/screens/Onboarding/StepFollowingFeed.tsx:62 -#~ msgid "Your default feed is \"Following\"" -#~ msgstr "Is é “Following” d’fhotha réamhshocraithe" - -#: src/screens/Login/ForgotPasswordForm.tsx:57 -#: src/screens/Signup/state.ts:208 -#: src/screens/Signup/StepInfo/index.tsx:75 -#: src/view/com/modals/ChangePassword.tsx:55 +#: src/screens/Login/ForgotPasswordForm.tsx:57 src/screens/Signup/state.ts:203 src/screens/Signup/StepInfo/index.tsx:75 src/view/com/modals/ChangePassword.tsx:55 msgid "Your email appears to be invalid." msgstr "Is cosúil go bhfuil do ríomhphost neamhbhailí." @@ -8344,13 +6880,13 @@ msgstr "Níor dearbhaíodh do sheoladh ríomhphoist fós. Is tábhachtach an ch #: src/state/shell/progress-guide.tsx:156 msgid "Your first like!" -msgstr "" +msgstr "Do chéad mholadh!" #: src/view/com/posts/FollowingEmptyState.tsx:43 msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Tá an fotha de na daoine a leanann tú folamh! Lean tuilleadh úsáideoirí le feiceáil céard atá ar siúl." -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "Do leasainm iomlán anseo:" @@ -8360,19 +6896,19 @@ msgstr "Do leasainm iomlán anseo: <0>@{0}" #: src/components/dialogs/MutedWords.tsx:369 msgid "Your muted words" -msgstr "Na focail a chuir tú i bhfolach" +msgstr "Na focail a bhalbhaigh tú" #: src/view/com/modals/ChangePassword.tsx:158 msgid "Your password has been changed successfully!" msgstr "Athraíodh do phasfhocal!" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:467 msgid "Your post has been published" msgstr "Foilsíodh do phostáil" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." -msgstr "Tá do chuid postálacha, moltaí, agus blocálacha poiblí. Is príobháideach iad na cuntais a chuireann tú i bhfolach." +msgstr "Tá do chuid postálacha, moltaí, agus blocálacha poiblí. Is príobháideach iad na cuntais a bhalbhaíonn tú." #: src/view/screens/Settings/index.tsx:114 msgid "Your profile" @@ -8382,7 +6918,7 @@ msgstr "Do phróifíl" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Ní bheidh do phróifíl, postálacha, fothaí ná liostaí infheicthe ag úsáideoirí eile Bluesky. Is féidir leat do chuntas a athghníomhú uair ar bith trí logáil isteach." -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:466 msgid "Your reply has been published" msgstr "Foilsíodh do fhreagra" @@ -8393,3 +6929,933 @@ msgstr "Seolfar do thuairisc go dtí Seirbhís Modhnóireachta Bluesky" #: src/screens/Signup/index.tsx:148 msgid "Your user handle" msgstr "Do leasainm" + +#: src/components/moderation/LabelsOnMe.tsx:55 +#, fuzzy +#~ msgid "{0, plural, one {# label has been placed on this account} other {# labels has been placed on this account}}" +#~ msgstr "{0, plural, one {Cuireadh # lipéad amháin ar an gcuntas seo} two {Cuireadh # lipéad ar an gcuntas seo} few {Cuireadh # lipéad ar an gcuntas seo} many {Cuireadh # lipéad ar an gcuntas seo} other {Cuireadh # lipéad ar an gcuntas seo}}" + +#: src/components/moderation/LabelsOnMe.tsx:61 +#, fuzzy +#~ msgid "{0, plural, one {# label has been placed on this content} other {# labels has been placed on this content}}" +#~ msgstr "{0, plural, one {Cuireadh # lipéad amháin ar an ábhar seo} two {Cuireadh # lipéad ar an ábhar seo} few {Cuireadh # lipéad ar an ábhar seo} many {Cuireadh # lipéad ar an ábhar seo} other {Cuireadh # lipéad ar an ábhar seo}}" + +#: src/components/KnownFollowers.tsx:179 +#, fuzzy +#~ msgid "{0, plural, one {and # other} other {and # others}}" +#~ msgstr "{0, plural, one {# athphostáil} two {# athphostáil} few {# athphostáil} many {# n-athphostáil} other {# athphostáil}}" + +#: src/view/screens/ProfileList.tsx:286 +#, fuzzy +#~ msgid "{0} your feeds" +#~ msgstr "Sábháilte le mo chuid fothaí" + +#: src/lib/hooks/useTimeAgo.ts:69 +#~ msgid "{diff, plural, one {day} other {days}}" +#~ msgstr "{diff, plural, one {lá} two {lá} few {lá} many {lá} other {lá}}" + +#: src/lib/hooks/useTimeAgo.ts:64 +#~ msgid "{diff, plural, one {hour} other {hours}}" +#~ msgstr "{diff, plural, one {uair} two {uair} few {uair} many {n-uair} other {uair}}" + +#: src/lib/hooks/useTimeAgo.ts:59 +#~ msgid "{diff, plural, one {minute} other {minutes}}" +#~ msgstr "{diff, plural, one {nóiméad} two {nóiméad} few {nóiméad} many {nóiméad} other {nóiméad}}" + +#: src/lib/hooks/useTimeAgo.ts:75 +#~ msgid "{diff, plural, one {month} other {months}}" +#~ msgstr "{diff, plural, one {mhí} two {mhí} few {mhí} many {mí} other {mí}}" + +#: src/lib/hooks/useTimeAgo.ts:54 +#~ msgid "{diffSeconds, plural, one {second} other {seconds}}" +#~ msgstr "{diffSeconds, plural, one {soicind} two {shoicind} few {shoicind} many {soicind} other {soicind}}" + +#: src/view/screens/PreferencesFollowingFeed.tsx:67 +#~ msgid "{value, plural, =0 {Show all replies} one {Show replies with at least # like} other {Show replies with at least # likes}}" +#~ msgstr "{value, plural, =0 {Taispeáin gach freagra} one {Taispeáin freagraí a bhfuil ar a laghad moladh amháin acu} two {Taispeáin freagraí a bhfuil ar a laghad # mholadh acu} few {Taispeáin freagraí a bhfuil ar a laghad # mholadh acu} many {Taispeáin freagraí a bhfuil ar a laghad # moladh acu} other {Taispeáin freagraí a bhfuil ar a laghad # moladh acu}}" + +#: src/components/WhoCanReply.tsx:296 +#~ msgid "<0/> members" +#~ msgstr "<0/> ball" + +#: src/screens/StarterPack/Wizard/index.tsx:485 +#, fuzzy +#~ msgid "<0>{0} and<1> <2>{1} are included in your starter pack" +#~ msgstr "Cuireadh <0>{0} agus<1> <2>{1} i do phacáiste fáilte" + +#: src/screens/StarterPack/Wizard/index.tsx:497 +#, fuzzy +#~ msgid "<0>{0}, <1>{1}, and {2} {3, plural, one {other} other {others}} are included in your starter pack" +#~ msgstr "Cuireadh <0>{0}, <1>{1}, agus {2, plural, one {duine amháin eile} two {beirt eile} few {# dhuine eile} many {# nduine eile} other {# duine eile}} i do phacáiste fáilte" + +#: src/view/shell/Drawer.tsx:96 +#~ msgid "<0>{0} following" +#~ msgstr "<0>{0} á leanúint" + +#: src/components/ProfileHoverCard/index.web.tsx:437 +#~ msgid "<0>{followers} <1>{pluralizedFollowers}" +#~ msgstr "<0>{following} <1>{pluralizedFollowers}" + +#: src/components/ProfileHoverCard/index.web.tsx:449 src/screens/Profile/Header/Metrics.tsx:45 +#~ msgid "<0>{following} <1>following" +#~ msgstr "<0>{following} <1>á leanúint" + +#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:31 +#~ msgid "<0>Choose your<1>Recommended<2>Feeds" +#~ msgstr "<0>Roghnaigh do chuid<1>Fothaí<2>Molta" + +#: src/view/com/auth/onboarding/RecommendedFollows.tsx:38 +#~ msgid "<0>Follow some<1>Recommended<2>Users" +#~ msgstr "<0>Lean cúpla<1>Úsáideoirí<2>Molta" + +#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:21 +#~ msgid "<0>Welcome to<1>Bluesky" +#~ msgstr "<0>Fáilte go<1>Bluesky" + +#: src/tours/Tooltip.tsx:70 +#~ msgid "A help tooltip" +#~ msgstr "Leid uirlise" + +#: src/components/moderation/LabelsOnMe.tsx:42 +#~ msgid "account" +#~ msgstr "cuntas" + +#: src/view/com/composer/GifAltText.tsx:175 +#, fuzzy +#~ msgid "Add ALT text" +#~ msgstr "Cuir téacs malartach leis seo" + +#: src/view/com/composer/Composer.tsx:467 +#~ msgid "Add link card" +#~ msgstr "Cuir cárta leanúna leis seo" + +#: src/view/com/composer/Composer.tsx:472 +#~ msgid "Add link card:" +#~ msgstr "Cuir cárta leanúna leis seo:" + +#: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:139 +#~ msgid "Added" +#~ msgstr "Curtha leis" + +#: src/view/screens/PreferencesFollowingFeed.tsx:171 +#~ msgid "Adjust the number of likes a reply must have to be shown in your feed." +#~ msgstr "Sonraigh an méid moltaí ar fhreagra atá de dhíth le bheith le feiceáil i d'fhotha." + +#: src/screens/Messages/Settings.tsx:61 src/screens/Messages/Settings.tsx:64 +#, fuzzy +#~ msgid "Allow messages from" +#~ msgstr "Ceadaigh teachtaireachtaí nua ó" + +#: src/components/dialogs/GifSelect.tsx:252 +#~ msgid "An error occured" +#~ msgstr "Tharla earráid" + +#: src/components/StarterPack/ShareDialog.tsx:79 +#, fuzzy +#~ msgid "An error occurred while saving the image." +#~ msgstr "Tharla earráid agus an cód QR á shábháil!" + +#: src/components/dms/MessageMenu.tsx:134 +#~ msgid "An error occurred while trying to delete the message. Please try again." +#~ msgstr "Tharla earráid agus an teachtaireacht á scriosadh. Bain triail eile as." + +#: src/components/moderation/LabelsOnMeDialog.tsx:193 +#~ msgid "Appeal submitted." +#~ msgstr "Achomharc déanta" + +#: src/screens/StarterPack/StarterPackScreen.tsx:610 +#~ msgid "Are you sure you want delete this starter pack?" +#~ msgstr "An bhfuil tú cinnte gur mhaith leat an pacáiste fáilte seo a scriosadh?" + +#: src/components/dms/MessageMenu.tsx:123 +#, fuzzy +#~ msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for other participants." +#~ msgstr "An bhfuil tú cinnte gur mhaith leat an teachtaireacht seo a scrios? Scriosfar duitse í ach ní don duine eile atá páirteach." + +#: src/components/dms/ConvoMenu.tsx:189 +#, fuzzy +#~ msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for other participants." +#~ msgstr "An bhfuil tú cinnte gur mhaith leat imeacht ón gcomhrá seo? Scriosfar duitse é ach ní don duine eile atá páirteach." + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:144 +#~ msgid "Based on your interest in {interestsText}" +#~ msgstr "Toisc go bhfuil suim agat in {interestsText}" + +#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:80 src/view/com/auth/onboarding/WelcomeMobile.tsx:82 +#~ msgid "Bluesky is flexible." +#~ msgstr "Tá Bluesky solúbtha." + +#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:69 src/view/com/auth/onboarding/WelcomeMobile.tsx:71 +#~ msgid "Bluesky is open." +#~ msgstr "Tá Bluesky oscailte." + +#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:56 src/view/com/auth/onboarding/WelcomeMobile.tsx:58 +#~ msgid "Bluesky is public." +#~ msgstr "Tá Bluesky poiblí." + +#: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:100 +#~ msgid "by {0}" +#~ msgstr "le {0}" + +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:112 +#~ msgid "by @{0}" +#~ msgstr "ag @{0}" + +#: src/screens/Messages/Conversation/index.tsx:26 +#~ msgid "Chat with {chatId}" +#~ msgstr "Comhrá le {chatId}" + +#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:122 +#~ msgid "Check out some recommended feeds. Tap + to add them to your list of pinned feeds." +#~ msgstr "Cuir súil ar na fothaí seo. Brúigh + len iad a chur le liosta na bhfothaí atá greamaithe agat." + +#: src/view/com/auth/onboarding/RecommendedFollows.tsx:186 +#~ msgid "Check out some recommended users. Follow them to see similar users." +#~ msgstr "Cuir súil ar na húsáideoirí seo. Lean iad le húsáideoirí atá cosúil leo a fheiceáil." + +#: src/view/com/modals/Threadgate.tsx:75 +#~ msgid "Choose \"Everybody\" or \"Nobody\"" +#~ msgstr "Roghnaigh “Chuile Dhuine” nó “Duine Ar Bith”" + +#: src/screens/Onboarding/StepInterests/index.tsx:191 +#~ msgid "Choose 3 or more:" +#~ msgstr "Roghnaigh trí cinn nó níos mó:" + +#: src/screens/Onboarding/StepInterests/index.tsx:326 +#~ msgid "Choose at least {0} more" +#~ msgstr "Roghnaigh {0} eile ar a laghad" + +#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:83 src/view/com/auth/onboarding/WelcomeMobile.tsx:85 +#~ msgid "Choose the algorithms that power your experience with custom feeds." +#~ msgstr "Roghnaigh na halgartaim a shainíonn an dóigh a n-oibríonn do chuid sainfhothaí." + +#: src/components/dialogs/ThreadgateEditor.tsx:91 src/components/dialogs/ThreadgateEditor.tsx:95 +#~ msgid "Choose who can reply" +#~ msgstr "Cé atá in ann freagra a thabhairt" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:104 +#~ msgid "Choose your main feeds" +#~ msgstr "Roghnaigh do phríomhfhothaí" + +#: src/view/screens/Settings/index.tsx:912 +#~ msgid "Clear all legacy storage data" +#~ msgstr "Glan na sonraí oidhreachta ar fad atá i dtaisce." + +#: src/view/screens/Settings/index.tsx:915 +#~ msgid "Clear all legacy storage data (restart after this)" +#~ msgstr "Glan na sonraí oidhreachta ar fad atá i dtaisce. Ansin atosaigh." + +#: src/view/screens/Settings/index.tsx:913 +#~ msgid "Clears all legacy storage data" +#~ msgstr "Glanann seo na sonraí oidhreachta ar fad atá i dtaisce" + +#: src/screens/Feeds/NoFollowingFeed.tsx:46 +#, fuzzy +#~ msgid "Click here to add one." +#~ msgstr "Cliceáil anseo do bhreis eolais." + +#: src/components/RichText.tsx:198 +#~ msgid "Click here to open tag menu for #{tag}" +#~ msgstr "Cliceáil anseo le clár na clibe le haghaidh #{tag} a oscailt" + +#: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 +#, fuzzy +#~ msgid "Compressing..." +#~ msgstr "Á phróiseáil..." + +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 +#~ msgid "Configure content filtering setting for category: {0}" +#~ msgstr "Socraigh scagadh an ábhair le haghaidh catagóir: {0}" + +#: src/components/moderation/LabelsOnMe.tsx:42 +#~ msgid "content" +#~ msgstr "ábhar" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:158 +#~ msgid "Continue to the next step" +#~ msgstr "Lean ar aghaidh go dtí an chéad chéim eile" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:199 +#~ msgid "Continue to the next step without following any accounts" +#~ msgstr "Lean ar aghaidh go dtí an chéad chéim eile gan aon chuntas a leanúint" + +#: src/view/com/composer/videos/state.ts:31 +#, fuzzy +#~ msgid "Could not compress video" +#~ msgstr "Ní féidir an fotha a lódáil" + +#: src/components/dms/NewChat.tsx:241 +#~ msgid "Could not load profiles. Please try again later." +#~ msgstr "Níorbh fhéidir próifílí a lódáil. Bain triail eile as ar ball." + +#: src/components/dms/ConvoMenu.tsx:68 +#~ msgid "Could not unmute chat" +#~ msgstr "Níor éiríodh ar an gcomhrá a bhalbhú" + +#: src/components/StarterPack/ShareDialog.tsx:158 +#, fuzzy +#~ msgid "Create QR code" +#~ msgstr "Sábháil an cód QR" + +#: src/view/com/composer/Composer.tsx:469 +#~ msgid "Creates a card with a thumbnail. The card links to {url}" +#~ msgstr "Cruthaíonn sé seo cárta le mionsamhail. Nascann an cárta le {url}." + +#: src/view/screens/Settings/index.tsx:473 +#~ msgid "Dark Theme" +#~ msgstr "Téama Dorcha" + +#: src/view/com/modals/DeleteAccount.tsx:87 +#~ msgid "Delete Account" +#~ msgstr "Scrios an Cuntas" + +#: src/view/screens/AccessibilitySettings.tsx:111 +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "Ná seinn GIFanna go huathoibríoch" + +#: src/view/screens/Settings/index.tsx:697 +#~ msgid "Disable haptics" +#~ msgstr "Ná húsáid aiseolas haptach" + +#: src/view/screens/Settings/index.tsx:697 +#~ msgid "Disable vibrations" +#~ msgstr "Ná húsáid creathadh" + +#: src/tours/HomeTour.tsx:70 +#~ msgid "Discover learns which posts you like as you browse." +#~ msgstr "Foghlaimíonn Discover na postálacha a bhfuil suim agat iontu." + +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:120 +#~ msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." +#~ msgstr "De bharr pholasaí Apple, ní féidir ábhar do dhaoine fásta ar an nGréasán a fháil roimh an logáil isteach a chríochnú." + +#: src/view/com/home/HomeHeaderLayout.web.tsx:76 src/view/screens/Feeds.tsx:416 +#~ msgid "Edit Saved Feeds" +#~ msgstr "Athraigh na fothaí sábháilte" + +#: src/components/dialogs/ThreadgateEditor.tsx:98 +#~ msgid "Either choose \"Everybody\" or \"Nobody\"" +#~ msgstr "Roghnaigh “Chuile Dhuine” nó “Duine Ar Bith”" + +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:94 +#~ msgid "Enable Adult Content" +#~ msgstr "Cuir ábhar do dhaoine fásta ar fáil" + +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:78 src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:79 +#~ msgid "Enable adult content in your feeds" +#~ msgstr "Cuir ábhar do dhaoine fásta ar fáil i do chuid fothaí" + +#: src/view/screens/PreferencesFollowingFeed.tsx:145 +#~ msgid "Enable this setting to only see replies between people you follow." +#~ msgstr "Cuir an socrú seo ar siúl le gan ach freagraí i measc na ndaoine a leanann tú a fheiceáil." + +#: src/components/Lists.tsx:52 +#, fuzzy +#~ msgid "End of list" +#~ msgstr "Curtha leis an liosta" + +#: src/tours/Tooltip.tsx:159 +#~ msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgstr "Deireadh cuairte ar fháiltiú. Ná téigh ar aghaidh. Téigh siar le roghanna eile a fháil nó brúigh anseo le imeacht." + +#: src/screens/Messages/Conversation/MessageListError.tsx:28 +#, fuzzy +#~ msgid "Failed to load past messages." +#~ msgstr "Teip ar theachtaireachtaí roimhe seo a lódáil" + +#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:110 src/view/com/auth/onboarding/RecommendedFeeds.tsx:143 +#~ msgid "Failed to load recommended feeds" +#~ msgstr "Teip ar lódáil na bhfothaí molta" + +#: src/screens/Messages/Conversation/MessageListError.tsx:29 +#, fuzzy +#~ msgid "Failed to send message(s)." +#~ msgstr "Teip ar theachtaireacht a scriosadh" + +#: src/view/screens/Feeds.tsx:709 +#~ msgid "Feed offline" +#~ msgstr "Fotha as líne" + +#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:58 +#~ msgid "Feeds are created by users to curate content. Choose some feeds that you find interesting." +#~ msgstr "Is iad na húsáideoirí a chruthaíonn na fothaí le hábhar is spéis leo a chur ar fáil. Roghnaigh cúpla fotha a bhfuil suim agat iontu." + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 +#~ msgid "Feeds can be topical as well!" +#~ msgstr "Is féidir le fothaí a bheith bunaithe ar chúrsaí reatha freisin!" + +#: src/tours/HomeTour.tsx:88 +#~ msgid "Find more feeds and accounts to follow in the Explore page." +#~ msgstr "Faigh tuilleadh fothaí agus cuntais le leanúint ar an leathanach Explore." + +#: src/view/screens/Search/Search.tsx:589 +#~ msgid "Find users on Bluesky" +#~ msgstr "Aimsigh úsáideoirí ar Bluesky" + +#: src/view/screens/Search/Search.tsx:587 +#~ msgid "Find users with the search tool on the right" +#~ msgstr "Aimsigh úsáideoirí leis an uirlis chuardaigh ar dheis" + +#: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:155 +#~ msgid "Finding similar accounts..." +#~ msgstr "Cuntais eile atá cosúil leis seo á n-aimsiú..." + +#: src/tours/Tooltip.tsx:149 +#~ msgid "Finish tour and begin using the application" +#~ msgstr "Críochnaigh an chuairt agus tosaigh ag baint úsáide as an aip" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 +#~ msgid "Follow All" +#~ msgstr "Lean iad uile" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 +#~ msgid "Follow selected accounts and continue to the next step" +#~ msgstr "Lean na cuntais roghnaithe agus téigh ar aghaidh go dtí an chéad chéim eile" + +#: src/view/com/auth/onboarding/RecommendedFollows.tsx:65 +#~ msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." +#~ msgstr "Lean cúpla cuntas mar thosú. Tig linn níos mó úsáideoirí a mholadh duit a mbeadh suim agat iontu." + +#: src/components/KnownFollowers.tsx:169 +#, fuzzy +#~ msgid "Followed by" +#~ msgstr "Leanta ag {0}" + +#: src/view/com/profile/ProfileCard.tsx:190 +#~ msgid "Followed by {0}" +#~ msgstr "Leanta ag {0}" + +#: src/view/screens/PreferencesFollowingFeed.tsx:152 +#~ msgid "Followed users only" +#~ msgstr "Cuntais a leanann tú amháin" + +#: src/tours/HomeTour.tsx:59 +#~ msgid "Following shows the latest posts from people you follow." +#~ msgstr "Taispeántar na postálacha is déanaí ó na daoine a leanann tú san fhotha Following." + +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:189 +#~ msgid "Go back to previous screen" +#~ msgstr "Fill ar an scáileán roimhe seo" + +#: src/view/screens/Search/Search.tsx:827 src/view/shell/desktop/Search.tsx:263 +#~ msgid "Go to @{queryMaybeHandle}" +#~ msgstr "Téigh go dtí @{queryMaybeHandle}" + +#: src/tours/Tooltip.tsx:138 +#~ msgid "Go to the next step of the tour" +#~ msgstr "Lean ar aghaidh go dtí an chéad chéim eile" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:140 +#~ msgid "Here are some accounts for you to follow" +#~ msgstr "Seo cúpla cuntas le leanúint duit" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:89 +#~ msgid "Here are some popular topical feeds. You can choose to follow as many as you like." +#~ msgstr "Seo cúpla fotha a bhfuil ráchairt orthu. Is féidir leat an méid acu is mian leat a leanúint." + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:84 +#~ msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." +#~ msgstr "Seo cúpla fotha a phléann le rudaí a bhfuil suim agat iontu: {interestsText}. Is féidir leat an méid acu is mian leat a leanúint." + +#: src/view/com/util/forms/PostDropdownBtn.tsx:390 src/view/com/util/forms/PostDropdownBtn.tsx:392 +#~ msgid "Hide post" +#~ msgstr "Cuir an phostáil seo i bhfolach" + +#: src/screens/Login/LoginForm.tsx:221 +#~ msgid "Input the password tied to {identifier}" +#~ msgstr "Cuir isteach an pasfhocal ceangailte le {identifier}" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:65 +#~ msgid "It shows posts from the people you follow as they happen." +#~ msgstr "Taispeánann sé postálacha ó na daoine a leanann tú nuair a fhoilsítear iad." + +#: src/components/moderation/LabelsOnMe.tsx:59 +#~ msgid "label has been placed on this {labelTarget}" +#~ msgstr "cuireadh lipéad ar an {labelTarget} seo" + +#: src/components/moderation/LabelsOnMe.tsx:61 +#~ msgid "labels have been placed on this {labelTarget}" +#~ msgstr "cuireadh lipéid ar an {labelTarget}" + +#: src/view/screens/Settings/index.tsx:310 +#~ msgid "Legacy storage cleared, you need to restart the app now." +#~ msgstr "Stóráil oidhreachta scriosta, tá ort an aip a atosú anois." + +#: src/view/com/util/post-ctrls/PostCtrls.tsx:197 +#~ msgid "Like" +#~ msgstr "Mol" + +#: src/view/com/feeds/FeedSourceCard.tsx:268 +#~ msgid "Liked by {0} {1}" +#~ msgstr "Molta ag {0} {1}" + +#: src/components/LabelingServiceCard/index.tsx:72 +#~ msgid "Liked by {count} {0}" +#~ msgstr "Molta ag {count} {0}" + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:287 src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 src/view/screens/ProfileFeed.tsx:600 +#~ msgid "Liked by {likeCount} {0}" +#~ msgstr "Molta ag {likeCount} {0}" + +#: src/screens/Feeds/NoFollowingFeed.tsx:38 +#, fuzzy +#~ msgid "Looks like you're missing a following feed." +#~ msgstr "Is cosúil go bhfuil fotha leanúna ar iarraidh ort. <0>Cliceáil anseo le ceann a fháil." + +#: src/Navigation.tsx:307 +#, fuzzy +#~ msgid "Messaging settings" +#~ msgstr "Socruithe teachtaireachta" + +#: src/components/dialogs/MutedWords.tsx:148 +#~ msgid "Mute in tags only" +#~ msgstr "Ná cuir i bhfolach ach i gclibeanna" + +#: src/components/dialogs/MutedWords.tsx:133 +#~ msgid "Mute in text & tags" +#~ msgstr "Cuir i bhfolach i dtéacs agus i gclibeanna" + +#: src/components/dms/ConvoMenu.tsx:136 src/components/dms/ConvoMenu.tsx:142 +#, fuzzy +#~ msgid "Mute notifications" +#~ msgstr "Fógraí" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Muted" +#~ msgstr "Curtha i bhfolach" + +#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:72 src/view/com/auth/onboarding/WelcomeMobile.tsx:74 +#~ msgid "Never lose access to your followers and data." +#~ msgstr "Ná bíodh gan fáil ar do chuid leantóirí ná ar do chuid dáta go deo." + +#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:103 +#~ msgctxt "action" +#~ msgid "Next" +#~ msgstr "Ar aghaidh" + +#: src/components/dms/NewChat.tsx:240 +#, fuzzy +#~ msgid "No search results found for \"{searchText}\"." +#~ msgstr "Gan torthaí ar \"{search}\"." + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:46 +#~ msgid "Nobody can reply" +#~ msgstr "Níl cead ag éinne freagra a thabhairt" + +#: src/view/com/modals/SelfLabel.tsx:135 +#~ msgid "Not Applicable." +#~ msgstr "Ní bhaineann sé sin le hábhar." + +#: src/screens/Signup/index.tsx:145 +#~ msgid "of" +#~ msgstr "de" + +#: src/components/StarterPack/QrCode.tsx:69 +#~ msgid "on" +#~ msgstr "ar" + +#: src/lib/hooks/useTimeAgo.ts:81 +#~ msgid "on {str}" +#~ msgstr "ar {str}" + +#: src/tours/Tooltip.tsx:118 +#~ msgid "Onboarding tour step {0}: {1}" +#~ msgstr "Céim {0} sa turas fáilte: {1}" + +#: src/components/WhoCanReply.tsx:245 +#~ msgid "Only {0} can reply" +#~ msgstr "Ní féidir ach le {0} freagra a thabhairt" + +#: src/view/com/notifications/FeedItem.tsx:349 +#~ msgid "Opens an expanded list of users in this notification" +#~ msgstr "Osclaíonn sé seo liosta méadaithe d’úsáideoirí san fhógra seo" + +#: src/view/com/home/HomeHeaderLayout.web.tsx:77 src/view/screens/Feeds.tsx:417 +#~ msgid "Opens screen to edit Saved Feeds" +#~ msgstr "Osclaíonn sé seo an scáileán leis na fothaí sábháilte a athrú" + +#: src/screens/Messages/List/index.tsx:86 +#, fuzzy +#~ msgid "Opens the message settings page" +#~ msgstr "Osclaíonn sé seo logleabhar an chórais" + +#: src/screens/Messages/Settings.tsx:97 src/screens/Messages/Settings.tsx:104 +#, fuzzy +#~ msgid "Play notification sounds" +#~ msgstr "Fuaimeanna fógra" + +#: src/components/dialogs/MutedWords.tsx:89 +#~ msgid "Posts can be muted based on their text, their tags, or both." +#~ msgstr "Is féidir postálacha a chuir i bhfolach de bharr a gcuid téacs, a gcuid clibeanna, nó an dá rud." + +#: src/screens/Messages/Conversation/MessagesList.tsx:47 src/screens/Messages/Conversation/MessagesList.tsx:53 +#, fuzzy +#~ msgid "Press to Retry" +#~ msgstr "Brúigh le iarracht eile a dhéanamh" + +#: src/tours/Tooltip.tsx:111 +#~ msgid "Quick tip" +#~ msgstr "Leid ghaste" + +#: src/view/com/modals/Repost.tsx:66 +#~ msgctxt "action" +#~ msgid "Quote post" +#~ msgstr "Luaigh an phostáil seo" + +#: src/view/com/modals/Repost.tsx:71 +#~ msgctxt "action" +#~ msgid "Quote Post" +#~ msgstr "Luaigh an phostáil seo" + +#: src/components/dms/MessageReportDialog.tsx:149 +#, fuzzy +#~ msgid "Reason: {0}" +#~ msgstr "Fáth:" + +#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:117 +#~ msgid "Recommended Feeds" +#~ msgstr "Fothaí molta" + +#: src/view/com/auth/onboarding/RecommendedFollows.tsx:181 +#~ msgid "Recommended Users" +#~ msgstr "Cuntais mholta" + +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +#~ msgid "Remove image preview" +#~ msgstr "Bain réamhléiriú den íomhá" + +#: src/view/com/composer/ExternalEmbed.tsx:88 +#~ msgid "Removes default thumbnail from {0}" +#~ msgstr "Baineann sé seo an mhionsamhail réamhshocraithe de {0}" + +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 +#, fuzzy +#~ msgid "Removes the image preview" +#~ msgstr "Bain réamhléiriú den íomhá" + +#: src/view/com/threadgate/WhoCanReply.tsx:123 +#, fuzzy +#~ msgid "Replies on this thread are disabled" +#~ msgstr "Ní féidir freagraí a thabhairt ar an gcomhrá seo" + +#: src/components/WhoCanReply.tsx:243 +#~ msgid "Replies to this thread are disabled" +#~ msgstr "Ní féidir freagraí a thabhairt ar an gcomhrá seo" + +#: src/view/screens/PreferencesFollowingFeed.tsx:142 +#~ msgid "Reply Filters" +#~ msgstr "Scagairí freagra" + +#: src/view/com/post/Post.tsx:177 src/view/com/posts/FeedItem.tsx:285 +#~ msgctxt "description" +#~ msgid "Reply to <0/>" +#~ msgstr "Freagra ar <0/>" + +#: src/components/dms/ConvoMenu.tsx:146 src/components/dms/ConvoMenu.tsx:150 +#, fuzzy +#~ msgid "Report account" +#~ msgstr "Déan gearán faoi chuntas" + +#: src/view/com/posts/FeedItem.tsx:214 +#~ msgid "Reposted by <0/>" +#~ msgstr "Athphostáilte ag <0/>" + +#: src/screens/Messages/Conversation/MessageListError.tsx:54 +#, fuzzy +#~ msgid "Retry." +#~ msgstr "Bain triail eile as" + +#: src/view/com/lightbox/Lightbox.tsx:81 +#~ msgid "Saved to your camera roll." +#~ msgstr "Sábháilte i do rolla ceamara." + +#: src/components/dms/NewChat.tsx:226 +#~ msgid "Search for someone to start a conversation with." +#~ msgstr "Lorg duine éigin le comhrá a dhéanamh leo." + +#: src/view/com/notifications/FeedItem.tsx:411 src/view/com/util/UserAvatar.tsx:402 +#~ msgid "See profile" +#~ msgstr "Féach ar an bpróifíl" + +#: src/view/com/auth/HomeLoggedOutCTA.tsx:40 +#~ msgid "See what's next" +#~ msgstr "Féach an chéad rud eile" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 +#~ msgid "Select some accounts below to follow" +#~ msgstr "Roghnaigh cúpla cuntas le leanúint" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:100 +#~ msgid "Select topical feeds to follow from the list below" +#~ msgstr "Roghnaigh fothaí le leanúint ón liosta thíos" + +#: src/screens/Onboarding/StepModeration/index.tsx:63 +#~ msgid "Select what you want to see (or not see), and we’ll handle the rest." +#~ msgstr "Roghnaigh na rudaí ba mhaith leat a fheiceáil (nó gan a fheiceáil), agus leanfaimid ar aghaidh as sin" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:117 +#~ msgid "Select your primary algorithmic feeds" +#~ msgstr "Roghnaigh do phríomhfhothaí algartamacha" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:133 +#~ msgid "Select your secondary algorithmic feeds" +#~ msgstr "Roghnaigh do chuid fothaí algartamacha tánaisteacha" + +#: src/view/screens/Settings/index.tsx:463 +#~ msgid "Sets color theme to dark" +#~ msgstr "Roghnaíonn sé seo an modh dorcha" + +#: src/view/screens/Settings/index.tsx:456 +#~ msgid "Sets color theme to light" +#~ msgstr "Roghnaíonn sé seo an modh sorcha" + +#: src/view/screens/Settings/index.tsx:450 +#~ msgid "Sets color theme to system setting" +#~ msgstr "Roghnaíonn sé seo scéim dathanna an chórais" + +#: src/view/screens/Settings/index.tsx:489 +#~ msgid "Sets dark theme to the dark theme" +#~ msgstr "Úsáideann sé seo an téama dorcha mar théama dorcha" + +#: src/view/screens/Settings/index.tsx:482 +#~ msgid "Sets dark theme to the dim theme" +#~ msgstr "Úsáideann sé seo an téama breacdhorcha mar théama dorcha" + +#: src/view/screens/PreferencesFollowingFeed.tsx:68 +#~ msgid "Show all replies" +#~ msgstr "Taispeáin gach freagra" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 +#~ msgid "Show follows similar to {0}" +#~ msgstr "Taispeáin cuntais cosúil le {0}" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:119 +#~ msgid "Show quote-posts in Following feed" +#~ msgstr "Taispeáin postálacha athluaite san fhotha “Á Leanúint”" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:135 +#~ msgid "Show quotes in Following" +#~ msgstr "Taispeáin postálacha athluaite san fhotha “Á Leanúint”" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:95 +#~ msgid "Show re-posts in Following feed" +#~ msgstr "Taispeáin athphostálacha san fhotha “Á Leanúint”" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:87 +#~ msgid "Show replies in Following" +#~ msgstr "Taispeáin freagraí san fhotha “Á Leanúint”" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:71 +#~ msgid "Show replies in Following feed" +#~ msgstr "Taispeáin freagraí san fhotha “Á Leanúint”" + +#: src/view/screens/PreferencesFollowingFeed.tsx:70 +#~ msgid "Show replies with at least {value} {0}" +#~ msgstr "Taispeáin freagraí a bhfuil ar a laghad {value} {0} acu" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:111 +#~ msgid "Show reposts in Following" +#~ msgstr "Taispeáin athphostálacha san fhotha “Á Leanúint”" + +#: src/view/com/notifications/FeedItem.tsx:347 +#~ msgid "Show users" +#~ msgstr "Taispeáin úsáideoirí" + +#: src/components/moderation/LabelsOnMeDialog.tsx:168 +#~ msgid "Source:" +#~ msgstr "Foinse:" + +#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#~ msgid "Source: <0>{0}" +#~ msgstr "Foinse: <0>{0}" + +#: src/tours/Tooltip.tsx:99 +#~ msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." +#~ msgstr "Tús cuairte ar fháiltiú. Ná téigh siar. Téigh ar aghaidh le roghanna eile a fháil nó brúigh anseo le imeacht." + +#: src/view/screens/Settings/index.tsx:862 +#~ msgid "Status page" +#~ msgstr "Leathanach stádais" + +#: src/screens/Signup/index.tsx:145 +#~ msgid "Step" +#~ msgstr "Céim" + +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:172 src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 +#~ msgid "Subscribe to the {0} feed" +#~ msgstr "Liostáil leis an bhfotha {0}" + +#: src/view/screens/Search/Search.tsx:425 +#~ msgid "Suggested Follows" +#~ msgstr "Cuntais le leanúint" + +#: src/tours/HomeTour.tsx:48 +#~ msgid "Switch between feeds to control your experience." +#~ msgstr "Déan sealaíocht ar fhothaí le bheith i gceannas ar d’eispéireas anseo." + +#: src/components/dialogs/MutedWords.tsx:323 +#~ msgid "tag" +#~ msgstr "clib" + +#: src/view/com/util/images/AutoSizedImage.tsx:70 +#~ msgid "Tap to view fully" +#~ msgstr "Tapáil leis an rud iomlán a fheiceáil" + +#: src/components/dialogs/MutedWords.tsx:323 +#~ msgid "text" +#~ msgstr "téacs" + +#: src/components/moderation/ModerationDetailsDialog.tsx:127 +#~ msgid "the author" +#~ msgstr "an t-údar" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:141 +#~ msgid "There are many feeds to try:" +#~ msgstr "Tá a lán fothaí ann le blaiseadh:" + +#: src/screens/Messages/Conversation/MessageListError.tsx:23 +#, fuzzy +#~ msgid "There was an issue connecting to the chat." +#~ msgstr "Bhí fadhb ann maidir le teagmháil a dhéanamh le Tenor." + +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:65 +#~ msgid "There was an issue syncing your preferences with the server" +#~ msgstr "Bhí fadhb ann maidir le do chuid roghanna a shioncronú leis an bhfreastalaí" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146 +#~ msgid "These are popular accounts you might like:" +#~ msgstr "Is cuntais iad seo a bhfuil a lán leantóirí acu. Is féidir go dtaitneoidh siad leat." + +#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#~ msgid "This appeal will be sent to <0>{0}." +#~ msgstr "Cuirfear an t-achomharc seo chuig <0>{0}." + +#: src/screens/Messages/Conversation/MessageListError.tsx:26 +#, fuzzy +#~ msgid "This chat was disconnected due to a network error." +#~ msgstr "Dínascadh an comhrá seo" + +#: src/screens/Profile/Sections/Feed.tsx:59 src/view/screens/ProfileFeed.tsx:471 src/view/screens/ProfileList.tsx:729 +#~ msgid "This feed is empty!" +#~ msgstr "Tá an fotha seo folamh!" + +#: src/components/moderation/ModerationDetailsDialog.tsx:124 +#~ msgid "This label was applied by {0}." +#~ msgstr "Cuireadh an lipéad seo ag {0}." + +#: src/components/moderation/LabelsOnMeDialog.tsx:165 +#, fuzzy +#~ msgid "This label was applied by you" +#~ msgstr "Chuir tusa an lipéad seo leis." + +#: src/view/com/util/forms/PostDropdownBtn.tsx:443 +#~ msgid "This post will be hidden from feeds." +#~ msgstr "Ní bheidh an phostáil seo le feiceáil ar do chuid fothaí." + +#: src/view/com/modals/SelfLabel.tsx:137 +#~ msgid "This warning is only available for posts with media attached." +#~ msgstr "Níl an rabhadh seo ar fáil ach le haghaidh postálacha a bhfuil meáin ceangailte leo." + +#: src/components/dialogs/MutedWords.tsx:283 +#~ msgid "This will delete {0} from your muted words. You can always add it back later." +#~ msgstr "Bainfidh sé seo {0} de do chuid focal i bhfolach. Tig leat é a chur ar ais níos déanaí." + +#: src/components/WhoCanReply.tsx:109 +#~ msgid "Thread settings updated" +#~ msgstr "Uasdátaíodh na socruithe snáithe" + +#: src/components/dialogs/MutedWords.tsx:112 +#~ msgid "Toggle between muted word options." +#~ msgstr "Scoránaigh idir na roghanna maidir le focail atá le cur i bhfolach." + +#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:247 +#~ msgid "Unfollow" +#~ msgstr "Dílean" + +#: src/view/com/util/post-ctrls/PostCtrls.tsx:197 +#~ msgid "Unlike" +#~ msgstr "Dímhol" + +#: src/components/dms/ConvoMenu.tsx:140 +#, fuzzy +#~ msgid "Unmute notifications" +#~ msgstr "Lódáil fógraí nua" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#, fuzzy +#~ msgid "Unmuted" +#~ msgstr "Ná coinnigh i bhfolach" + +#: src/lib/moderation/useReportOptions.ts:85 +#, fuzzy +#~ msgid "Unwanted sexual content" +#~ msgstr "Ábhar graosta nach mian liom" + +#: src/components/WhoCanReply.tsx:280 +#~ msgid "users followed by <0/>" +#~ msgstr "Úsáideoirí a bhfuil <0/> á leanúint" + +#: src/view/com/modals/ChangeHandle.tsx:510 +#~ msgid "Verify {0}" +#~ msgstr "Dearbhaigh {0}" + +#: src/view/screens/Settings/index.tsx:852 +#~ msgid "Version {0}" +#~ msgstr "Leagan {0}" + +#: src/components/dialogs/MutedWords.tsx:203 +#~ msgid "We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." +#~ msgstr "Molaimid focail choitianta a bhíonn i go leor postálacha a sheachaint, toisc gur féidir nach dtaispeánfaí aon phostáil dá bharr." + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:125 +#~ msgid "We recommend our \"Discover\" feed:" +#~ msgstr "Molaimid an fotha “Discover”." + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:330 +#~ msgid "We're sorry! You can only subscribe to ten labelers, and you've reached your limit of ten." +#~ msgstr "Tá brón orainn! Ní féidir síntiúis a ghlacadh ach le deich lipéadóir, tá an teorainn sin sroichte agat." + +#: src/view/com/auth/onboarding/WelcomeMobile.tsx:48 +#~ msgid "Welcome to <0>Bluesky" +#~ msgstr "Fáilte go <0>Bluesky" + +#: src/components/WhoCanReply.tsx:212 +#~ msgid "Who can reply dialog" +#~ msgstr "Dialóg: Cé atá in ann freagra a thabhairt" + +#: src/components/WhoCanReply.tsx:216 +#~ msgid "Who can reply?" +#~ msgstr "Cé atá in ann freagra a thabhairt?" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:143 +#~ msgid "You can change these settings later." +#~ msgstr "Is féidir leat na socruithe seo a athrú níos déanaí." + +#: src/view/screens/Feeds.tsx:477 +#~ msgid "You don't have any saved feeds!" +#~ msgstr "Níl aon fhothaí sábháilte agat!" + +#: src/screens/Messages/List/index.tsx:200 +#, fuzzy +#~ msgid "You have no messages yet. Start a conversation with someone!" +#~ msgstr "Níl comhrá ar bith agat fós. Tosaigh ceann!" + +#: src/screens/StarterPack/Wizard/State.tsx:95 +#~ msgid "You may only add up to 50 feeds" +#~ msgstr "Ní féidir leat ach suas le 50 fotha a chur leis seo" + +#: src/screens/StarterPack/Wizard/State.tsx:78 +#~ msgid "You may only add up to 50 profiles" +#~ msgstr "Ní féidir leat ach suas le 50 próifíl a chur leis seo" + +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:110 +#~ msgid "You must be 18 years or older to enable adult content" +#~ msgstr "Caithfidh tú a bheith 18 mbliana d’aois nó níos sine le hábhar do dhaoine fásta a fháil." + +#: src/screens/Onboarding/StepModeration/index.tsx:60 +#~ msgid "You're in control" +#~ msgstr "Tá sé faoi do stiúir" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:62 +#~ msgid "Your default feed is \"Following\"" +#~ msgstr "Is é “Following” d’fhotha réamhshocraithe" diff --git a/src/locale/locales/hi/messages.po b/src/locale/locales/hi/messages.po index c6969c3ed9..94b1cfa4c5 100644 --- a/src/locale/locales/hi/messages.po +++ b/src/locale/locales/hi/messages.po @@ -21,11 +21,19 @@ msgstr "" msgid "(no email)" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:236 -#: src/view/com/notifications/FeedItem.tsx:327 +#: src/view/com/notifications/FeedItem.tsx:232 +#: src/view/com/notifications/FeedItem.tsx:323 msgid "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}" msgstr "" +#: src/lib/hooks/useTimeAgo.ts:156 +msgid "{0, plural, one {# day} other {# days}}" +msgstr "" + +#: src/lib/hooks/useTimeAgo.ts:146 +msgid "{0, plural, one {# hour} other {# hours}}" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:168 #~ msgid "{0, plural, one {# invite code available} other {# invite codes available}}" #~ msgstr "" @@ -34,7 +42,7 @@ msgstr "" #~ msgid "{0, plural, one {# label has been placed on this account} other {# labels has been placed on this account}}" #~ msgstr "" -#: src/components/moderation/LabelsOnMe.tsx:55 +#: src/components/moderation/LabelsOnMe.tsx:54 msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" msgstr "" @@ -42,14 +50,26 @@ msgstr "" #~ msgid "{0, plural, one {# label has been placed on this content} other {# labels has been placed on this content}}" #~ msgstr "" -#: src/components/moderation/LabelsOnMe.tsx:61 +#: src/components/moderation/LabelsOnMe.tsx:60 msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:68 +#: src/lib/hooks/useTimeAgo.ts:136 +msgid "{0, plural, one {# minute} other {# minutes}}" +msgstr "" + +#: src/lib/hooks/useTimeAgo.ts:167 +msgid "{0, plural, one {# month} other {# months}}" +msgstr "" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:71 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "" +#: src/lib/hooks/useTimeAgo.ts:126 +msgid "{0, plural, one {# second} other {# seconds}}" +msgstr "" + #: src/components/KnownFollowers.tsx:179 #~ msgid "{0, plural, one {and # other} other {and # others}}" #~ msgstr "" @@ -64,11 +84,11 @@ msgstr "" msgid "{0, plural, one {following} other {following}}" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:276 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:312 msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "" @@ -81,19 +101,19 @@ msgstr "" msgid "{0, plural, one {post} other {posts}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:413 +#: src/view/com/post-thread/PostThreadItem.tsx:419 msgid "{0, plural, one {quote} other {quotes}}" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:233 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:269 msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:272 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "{0, plural, one {Unlike (# like)} other {Unlike (# likes)}}" msgstr "" @@ -111,6 +131,10 @@ msgstr "" msgid "{0} joined this week" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:637 +msgid "{0} of {1}" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:467 msgid "{0} people have used this starter pack!" msgstr "" @@ -119,7 +143,7 @@ msgstr "" #~ msgid "{0} your feeds" #~ msgstr "" -#: src/view/com/util/UserAvatar.tsx:419 +#: src/view/com/util/UserAvatar.tsx:425 msgid "{0}'s avatar" msgstr "" @@ -131,30 +155,56 @@ msgstr "" msgid "{0}'s starter pack" msgstr "" +#. How many days have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:158 +msgid "{0}d" +msgstr "" + +#. How many hours have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:148 +msgid "{0}h" +msgstr "" + +#. How many minutes have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:138 +msgid "{0}m" +msgstr "" + +#. How many months have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:169 +msgid "{0}mo" +msgstr "" + +#. How many seconds have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:128 +msgid "{0}s" +msgstr "" + #: src/components/LabelingServiceCard/index.tsx:71 msgid "{count, plural, one {Liked by # user} other {Liked by # users}}" msgstr "" #: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "" +#~ msgid "{diff, plural, one {day} other {days}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "" +#~ msgid "{diff, plural, one {hour} other {hours}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "" +#~ msgid "{diff, plural, one {minute} other {minutes}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "" +#~ msgid "{diff, plural, one {month} other {months}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "" +#~ msgid "{diffSeconds, plural, one {second} other {seconds}}" +#~ msgstr "" +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" msgstr "" @@ -299,7 +349,7 @@ msgstr "" msgid "24 hours" msgstr "" -#: src/screens/Login/LoginForm.tsx:266 +#: src/screens/Login/LoginForm.tsx:253 msgid "2FA Confirmation" msgstr "" @@ -316,8 +366,8 @@ msgstr "" #~ msgstr "" #: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "" +#~ msgid "A help tooltip" +#~ msgstr "" #: src/lib/hooks/useOTAUpdate.ts:16 #~ msgid "A new version of the app is available. Please update to continue using the app." @@ -350,7 +400,7 @@ msgstr "" #~ msgid "account" #~ msgstr "" -#: src/screens/Login/LoginForm.tsx:190 +#: src/screens/Login/LoginForm.tsx:179 #: src/view/screens/Settings/index.tsx:315 #: src/view/screens/Settings/index.tsx:718 msgid "Account" @@ -385,7 +435,7 @@ msgstr "अकाउंट के विकल्प" msgid "Account removed from quick access" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "" @@ -441,9 +491,13 @@ msgstr "इस फ़ोटो में विवरण जोड़ें" #~ msgid "Add ALT text" #~ msgstr "" -#: src/view/screens/AppPasswords.tsx:106 -#: src/view/screens/AppPasswords.tsx:148 -#: src/view/screens/AppPasswords.tsx:161 +#: src/view/com/composer/videos/SubtitleDialog.tsx:109 +msgid "Add alt text (optional)" +msgstr "" + +#: src/view/screens/AppPasswords.tsx:105 +#: src/view/screens/AppPasswords.tsx:147 +#: src/view/screens/AppPasswords.tsx:160 msgid "Add App Password" msgstr "" @@ -576,11 +630,11 @@ msgstr "" msgid "Allow replies from:" msgstr "" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:178 +#: src/screens/Login/ForgotPasswordForm.tsx:177 #: src/view/com/modals/ChangePassword.tsx:171 msgid "Already have a code?" msgstr "" @@ -591,17 +645,20 @@ msgstr "" #: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/util/post-embeds/GifEmbed.tsx:183 +#: src/view/com/util/post-embeds/GifEmbed.tsx:177 msgid "ALT" msgstr "ALT" #: src/view/com/composer/GifAltText.tsx:144 +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +#: src/view/com/composer/videos/SubtitleDialog.tsx:104 +#: src/view/com/composer/videos/SubtitleDialog.tsx:108 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:87 msgid "Alt text" msgstr "वैकल्पिक पाठ" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:182 msgid "Alt Text" msgstr "" @@ -626,19 +683,30 @@ msgstr "" #~ msgid "An error occured" #~ msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:314 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:413 msgid "An error occurred" msgstr "" +#: src/state/queries/video/video.ts:232 +msgid "An error occurred while compressing the video." +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:315 msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:69 -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:135 msgid "An error occurred while loading the video. Please try again later." msgstr "" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:174 +msgid "An error occurred while loading the video. Please try again." +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:250 +msgid "An error occurred while saving the image!" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:79 #~ msgid "An error occurred while saving the image." #~ msgstr "" @@ -648,6 +716,10 @@ msgstr "" msgid "An error occurred while saving the QR code!" msgstr "" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:75 +msgid "An error occurred while selecting the video" +msgstr "" + #: src/components/dms/MessageMenu.tsx:134 #~ msgid "An error occurred while trying to delete the message. Please try again." #~ msgstr "" @@ -657,7 +729,7 @@ msgstr "" msgid "An error occurred while trying to follow all" msgstr "" -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:199 msgid "An error occurred while uploading the video." msgstr "" @@ -675,14 +747,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:319 -#: src/components/ProfileCard.tsx:339 +#: src/components/ProfileCard.tsx:324 +#: src/components/ProfileCard.tsx:344 #: src/view/com/profile/FollowButton.tsx:36 #: src/view/com/profile/FollowButton.tsx:46 msgid "An issue occurred, please try again." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "" @@ -692,8 +764,8 @@ msgid "an unknown labeler" msgstr "" #: src/components/WhoCanReply.tsx:295 -#: src/view/com/notifications/FeedItem.tsx:235 -#: src/view/com/notifications/FeedItem.tsx:324 +#: src/view/com/notifications/FeedItem.tsx:231 +#: src/view/com/notifications/FeedItem.tsx:320 msgid "and" msgstr "और" @@ -702,7 +774,7 @@ msgstr "और" msgid "Animals" msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:139 msgid "Animated GIF" msgstr "" @@ -718,7 +790,7 @@ msgstr "" msgid "App Language" msgstr "ऐप भाषा" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "" @@ -739,17 +811,17 @@ msgstr "" #~ msgstr "ऐप पासवर्ड" #: src/Navigation.tsx:286 -#: src/view/screens/AppPasswords.tsx:192 +#: src/view/screens/AppPasswords.tsx:191 #: src/view/screens/Settings/index.tsx:672 msgid "App Passwords" msgstr "ऐप पासवर्ड" -#: src/components/moderation/LabelsOnMeDialog.tsx:154 -#: src/components/moderation/LabelsOnMeDialog.tsx:157 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 +#: src/components/moderation/LabelsOnMeDialog.tsx:149 msgid "Appeal" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "" @@ -762,7 +834,7 @@ msgstr "" #~ msgid "Appeal Content Warning" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "" @@ -804,7 +876,7 @@ msgstr "" #~ msgid "Are you sure you want delete this starter pack?" #~ msgstr "" -#: src/view/screens/AppPasswords.tsx:282 +#: src/view/screens/AppPasswords.tsx:277 msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "क्या आप वाकई ऐप पासवर्ड \"{name}\" हटाना चाहते हैं?" @@ -836,7 +908,7 @@ msgstr "" msgid "Are you sure you want to remove this from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:772 +#: src/view/com/composer/Composer.tsx:838 msgid "Are you sure you'd like to discard this draft?" msgstr "क्या आप वाकई इस ड्राफ्ट को हटाना करना चाहेंगे?" @@ -861,19 +933,19 @@ msgstr "" msgid "Artistic or non-erotic nudity." msgstr "कलात्मक या गैर-कामुक नग्नता।।" -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 -#: src/components/moderation/LabelsOnMeDialog.tsx:294 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:285 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:298 -#: src/screens/Login/LoginForm.tsx:304 +#: src/screens/Login/LoginForm.tsx:285 +#: src/screens/Login/LoginForm.tsx:291 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Messages/Conversation/ChatDisabled.tsx:133 @@ -906,7 +978,7 @@ msgstr "जन्मदिन" msgid "Birthday:" msgstr "जन्मदिन:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "" @@ -941,7 +1013,7 @@ msgstr "खाता ब्लॉक करें?" #~ msgid "Block this List" #~ msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:83 msgid "Blocked" msgstr "" @@ -1010,6 +1082,10 @@ msgstr "" #~ msgid "Bluesky is public." #~ msgstr "Bluesky सार्वजनिक है।।" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:206 +msgid "Bluesky now has over 10 million users, and I was #{0}!" +msgstr "" + #: src/view/com/modals/Waitlist.tsx:70 #~ msgid "Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon." #~ msgstr "ब्लूस्की एक स्वस्थ समुदाय बनाने के लिए आमंत्रित करता है। यदि आप किसी को आमंत्रित नहीं करते हैं, तो आप प्रतीक्षा सूची के लिए साइन अप कर सकते हैं और हम जल्द ही एक भेज देंगे।।" @@ -1039,23 +1115,27 @@ msgstr "" msgid "Books" msgstr "" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:614 +msgid "Brag a little!" +msgstr "" + +#: src/components/FeedInterstitials.tsx:350 msgid "Browse more accounts on the Explore page" msgstr "" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:483 msgid "Browse more feeds on the Explore page" msgstr "" -#: src/components/FeedInterstitials.tsx:282 -#: src/components/FeedInterstitials.tsx:285 -#: src/components/FeedInterstitials.tsx:415 -#: src/components/FeedInterstitials.tsx:418 +#: src/components/FeedInterstitials.tsx:332 +#: src/components/FeedInterstitials.tsx:335 +#: src/components/FeedInterstitials.tsx:465 +#: src/components/FeedInterstitials.tsx:468 msgid "Browse more suggestions" msgstr "" -#: src/components/FeedInterstitials.tsx:308 -#: src/components/FeedInterstitials.tsx:442 +#: src/components/FeedInterstitials.tsx:358 +#: src/components/FeedInterstitials.tsx:492 msgid "Browse more suggestions on the Explore page" msgstr "" @@ -1113,12 +1193,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "केवल अक्षर, संख्या, रिक्त स्थान, डैश और अंडरस्कोर हो सकते हैं। कम से कम 4 अक्षर लंबा होना चाहिए, लेकिन 32 अक्षरों से अधिक लंबा नहीं होना चाहिए।।" #: src/components/Menu/index.tsx:235 -#: src/components/Prompt.tsx:119 -#: src/components/Prompt.tsx:121 +#: src/components/Prompt.tsx:122 +#: src/components/Prompt.tsx:124 #: src/components/TagMenu/index.tsx:282 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:512 -#: src/view/com/composer/Composer.tsx:527 +#: src/view/com/composer/Composer.tsx:594 +#: src/view/com/composer/Composer.tsx:609 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -1134,7 +1214,7 @@ msgstr "केवल अक्षर, संख्या, रिक्त स् #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "कैंसिल" @@ -1163,7 +1243,7 @@ msgstr "तस्वीर को क्रॉप मत करो" msgid "Cancel profile editing" msgstr "प्रोफ़ाइल संपादन मत करो" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "कोटे पोस्ट मत करो" @@ -1183,6 +1263,25 @@ msgstr "खोज मत करो" msgid "Cancels opening the linked website" msgstr "" +#: src/state/shell/composer/index.tsx:70 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:114 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:155 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:191 +msgid "Cannot interact with a blocked user" +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:135 +msgid "Captions (.vtt)" +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +msgid "Captions & alt text" +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:368 +msgid "Celebrating {0} users" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "" @@ -1227,8 +1326,8 @@ msgid "Change Your Email" msgstr "मेरा ईमेल बदलें" #: src/Navigation.tsx:338 -#: src/view/shell/bottom-bar/BottomBar.tsx:204 -#: src/view/shell/desktop/LeftNav.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:201 +#: src/view/shell/desktop/LeftNav.tsx:301 msgid "Chat" msgstr "" @@ -1270,7 +1369,7 @@ msgstr "" #~ msgid "Check out some recommended users. Follow them to see similar users." #~ msgstr "कुछ अनुशंसित उपयोगकर्ताओं की जाँच करें। ऐसे ही उपयोगकर्ता देखने के लिए उनका अनुसरण करें।" -#: src/screens/Login/LoginForm.tsx:291 +#: src/screens/Login/LoginForm.tsx:278 msgid "Check your email for a login code and enter it here." msgstr "" @@ -1283,16 +1382,16 @@ msgstr "नीचे प्रवेश करने के लिए OTP को #~ msgstr "" #: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "" +#~ msgid "Choose 3 or more:" +#~ msgstr "" #: src/view/screens/Settings/index.tsx:697 #~ msgid "Choose a new Bluesky username or create" #~ msgstr "" #: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "" +#~ msgid "Choose at least {0} more" +#~ msgstr "" #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" @@ -1310,7 +1409,7 @@ msgstr "" msgid "Choose Service" msgstr "सेवा चुनें" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "" @@ -1401,7 +1500,7 @@ msgstr "" msgid "Click to enable quote posts of this post." msgstr "" -#: src/components/dms/MessageItem.tsx:231 +#: src/components/dms/MessageItem.tsx:232 msgid "Click to retry failed message" msgstr "" @@ -1416,13 +1515,15 @@ msgstr "" #: src/components/dialogs/GifSelect.ios.tsx:250 #: src/components/dialogs/GifSelect.tsx:270 #: src/components/dms/dialogs/SearchablePeopleList.tsx:261 +#: src/components/intents/VerifyEmailIntentDialog.tsx:111 +#: src/components/intents/VerifyEmailIntentDialog.tsx:118 #: src/components/NewskieDialog.tsx:146 #: src/components/NewskieDialog.tsx:153 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:131 #: src/view/com/modals/ChangePassword.tsx:268 #: src/view/com/modals/ChangePassword.tsx:271 -#: src/view/com/util/post-embeds/GifEmbed.tsx:195 +#: src/view/com/util/post-embeds/GifEmbed.tsx:188 msgid "Close" msgstr "" @@ -1477,7 +1578,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:606 msgid "Closes post composer and discards post draft" msgstr "" @@ -1485,11 +1586,11 @@ msgstr "" msgid "Closes viewer for header image" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "" @@ -1508,7 +1609,7 @@ msgstr "" msgid "Community Guidelines" msgstr "समुदाय दिशानिर्देश" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "" @@ -1516,7 +1617,7 @@ msgstr "" msgid "Complete the challenge" msgstr "" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:714 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "" @@ -1525,8 +1626,8 @@ msgid "Compose reply" msgstr "जवाब लिखो" #: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 -msgid "Compressing..." -msgstr "" +#~ msgid "Compressing..." +#~ msgstr "" #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 #~ msgid "Configure content filtering setting for category: {0}" @@ -1540,8 +1641,8 @@ msgstr "" msgid "Configured in <0>moderation settings." msgstr "" -#: src/components/Prompt.tsx:162 #: src/components/Prompt.tsx:165 +#: src/components/Prompt.tsx:168 #: src/view/com/modals/SelfLabel.tsx:155 #: src/view/com/modals/VerifyEmail.tsx:239 #: src/view/com/modals/VerifyEmail.tsx:241 @@ -1581,7 +1682,7 @@ msgstr "" msgid "Confirm your birthdate" msgstr "" -#: src/screens/Login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:259 #: src/view/com/modals/ChangeEmail.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:238 #: src/view/com/modals/DeleteAccount.tsx:244 @@ -1595,7 +1696,7 @@ msgstr "OTP कोड" #~ msgid "Confirms signing up {email} to the waitlist" #~ msgstr "" -#: src/screens/Login/LoginForm.tsx:325 +#: src/screens/Login/LoginForm.tsx:312 msgid "Connecting..." msgstr "कनेक्टिंग ..।" @@ -1649,7 +1750,7 @@ msgstr "सामग्री चेतावनी" msgid "Context menu backdrop, click to close the menu." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "आगे बढ़ें" @@ -1662,7 +1763,7 @@ msgstr "" msgid "Continue thread..." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:275 +#: src/screens/Onboarding/StepInterests/index.tsx:255 #: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/BackNextButtons.tsx:59 msgid "Continue to next step" @@ -1698,7 +1799,7 @@ msgstr "" #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:234 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:368 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:392 msgid "Copied to clipboard" msgstr "" @@ -1788,6 +1889,10 @@ msgstr "सूची लोड नहीं कर सकता" msgid "Could not mute chat" msgstr "" +#: src/view/com/composer/videos/VideoPreview.web.tsx:56 +msgid "Could not process your video" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:68 #~ msgid "Could not unmute chat" #~ msgstr "" @@ -1857,7 +1962,7 @@ msgstr "नया खाता बनाएं" msgid "Create report for {0}" msgstr "" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "बनाया गया {0}" @@ -1925,7 +2030,7 @@ msgstr "" #~ msgid "Dark Theme" #~ msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:191 +#: src/screens/Signup/StepInfo/index.tsx:192 msgid "Date of birth" msgstr "" @@ -1951,7 +2056,7 @@ msgstr "" #: src/screens/StarterPack/StarterPackScreen.tsx:652 #: src/screens/StarterPack/StarterPackScreen.tsx:732 #: src/view/com/util/forms/PostDropdownBtn.tsx:629 -#: src/view/screens/AppPasswords.tsx:285 +#: src/view/screens/AppPasswords.tsx:280 #: src/view/screens/ProfileList.tsx:723 msgid "Delete" msgstr "" @@ -1968,11 +2073,11 @@ msgstr "खाता हटाएं" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "अप्प पासवर्ड हटाएं" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "" @@ -2031,7 +2136,7 @@ msgstr "" msgid "Delete this post?" msgstr "इस पोस्ट को डीलीट करें?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:93 msgid "Deleted" msgstr "" @@ -2071,7 +2176,7 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "" -#: src/view/com/composer/Composer.tsx:327 +#: src/view/com/composer/Composer.tsx:355 msgid "Did you want to say anything?" msgstr "" @@ -2085,7 +2190,11 @@ msgid "Direct messages are here!" msgstr "" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "" + +#: src/view/screens/AccessibilitySettings.tsx:111 +msgid "Disable autoplay for videos and GIFs" msgstr "" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 @@ -2100,7 +2209,7 @@ msgstr "" #~ msgid "Disable haptics" #~ msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:379 msgid "Disable subtitles" msgstr "" @@ -2117,7 +2226,7 @@ msgstr "" msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:840 msgid "Discard" msgstr "" @@ -2125,7 +2234,7 @@ msgstr "" #~ msgid "Discard draft" #~ msgstr "ड्राफ्ट हटाएं" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:837 msgid "Discard draft?" msgstr "" @@ -2135,8 +2244,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "" #: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "" +#~ msgid "Discover learns which posts you like as you browse." +#~ msgstr "" #: src/view/com/posts/FollowingEmptyState.tsx:70 #: src/view/com/posts/FollowingEndOfFeed.tsx:71 @@ -2152,10 +2261,10 @@ msgid "Discover New Feeds" msgstr "" #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 -msgid "Dismiss" -msgstr "" +#~ msgid "Dismiss" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:612 +#: src/view/com/composer/Composer.tsx:1107 msgid "Dismiss error" msgstr "" @@ -2187,7 +2296,7 @@ msgstr "" msgid "Does not include nudity." msgstr "" -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "" @@ -2211,6 +2320,8 @@ msgstr "डोमेन सत्यापित!" #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/composer/videos/SubtitleDialog.tsx:171 +#: src/view/com/composer/videos/SubtitleDialog.tsx:181 #: src/view/com/modals/AddAppPasswords.tsx:243 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 @@ -2237,7 +2348,7 @@ msgstr "खत्म {extraText}" #~ msgid "Double tap to sign in" #~ msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "" @@ -2250,7 +2361,11 @@ msgstr "" msgid "Download CAR file" msgstr "" -#: src/view/com/composer/text-input/TextInput.web.tsx:271 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:622 +msgid "Download image" +msgstr "" + +#: src/view/com/composer/text-input/TextInput.web.tsx:269 msgid "Drop to add images" msgstr "" @@ -2315,7 +2430,7 @@ msgctxt "action" msgid "Edit" msgstr "" -#: src/view/com/util/UserAvatar.tsx:328 +#: src/view/com/util/UserAvatar.tsx:334 #: src/view/com/util/UserBanner.tsx:92 msgid "Edit avatar" msgstr "" @@ -2363,12 +2478,12 @@ msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "मेरी प्रोफ़ाइल संपादित करें" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:187 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "मेरी प्रोफ़ाइल संपादित करें" @@ -2423,6 +2538,10 @@ msgstr "" msgid "Email address" msgstr "ईमेल" +#: src/components/intents/VerifyEmailIntentDialog.tsx:95 +msgid "Email Resent" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:54 #: src/view/com/modals/ChangeEmail.tsx:83 msgid "Email updated" @@ -2436,6 +2555,10 @@ msgstr "ईमेल अपडेट किया गया" msgid "Email verified" msgstr "" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "ईमेल:" @@ -2489,7 +2612,7 @@ msgstr "" msgid "Enable priority notifications" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:380 msgid "Enable subtitles" msgstr "" @@ -2507,7 +2630,7 @@ msgstr "" msgid "Enabled" msgstr "" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "" @@ -2516,7 +2639,11 @@ msgstr "" #~ msgstr "" #: src/tours/Tooltip.tsx:159 -msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:161 +msgid "Ensure you have selected a language for each subtitle file." msgstr "" #: src/view/com/modals/AddAppPasswords.tsx:161 @@ -2581,11 +2708,11 @@ msgstr "अपने यूज़रनेम और पासवर्ड द msgid "Error occurred while saving file" msgstr "" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "" @@ -2609,11 +2736,11 @@ msgstr "" msgid "Everyone" msgstr "" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "" @@ -2625,6 +2752,10 @@ msgstr "" msgid "Excludes users you follow" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:397 +msgid "Exit fullscreen" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:293 msgid "Exits account deletion process" msgstr "" @@ -2653,7 +2784,7 @@ msgstr "" msgid "Expand alt text" msgstr "ऑल्ट टेक्स्ट" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "" @@ -2777,7 +2908,7 @@ msgstr "" msgid "Failed to save notification preferences, please try again" msgstr "" -#: src/components/dms/MessageItem.tsx:224 +#: src/components/dms/MessageItem.tsx:225 msgid "Failed to send" msgstr "" @@ -2785,7 +2916,7 @@ msgstr "" #~ msgid "Failed to send message(s)." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:234 +#: src/components/moderation/LabelsOnMeDialog.tsx:225 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "" @@ -2803,6 +2934,13 @@ msgstr "" msgid "Failed to update settings" msgstr "" +#: src/state/queries/video/video-upload.ts:67 +#: src/state/queries/video/video-upload.web.ts:64 +#: src/state/queries/video/video-upload.web.ts:68 +#: src/state/queries/video/video-upload.web.ts:78 +msgid "Failed to upload video" +msgstr "" + #: src/Navigation.tsx:226 msgid "Feed" msgstr "" @@ -2833,9 +2971,9 @@ msgstr "प्रतिक्रिया" #: src/screens/StarterPack/StarterPackScreen.tsx:172 #: src/view/screens/Feeds.tsx:445 #: src/view/screens/Feeds.tsx:550 -#: src/view/screens/Profile.tsx:213 +#: src/view/screens/Profile.tsx:224 #: src/view/screens/Search/Search.tsx:375 -#: src/view/shell/desktop/LeftNav.tsx:379 +#: src/view/shell/desktop/LeftNav.tsx:373 #: src/view/shell/Drawer.tsx:497 #: src/view/shell/Drawer.tsx:498 msgid "Feeds" @@ -2877,7 +3015,7 @@ msgstr "" msgid "Filter from feeds" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "" @@ -2888,8 +3026,8 @@ msgid "Find accounts to follow" msgstr "" #: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "" +#~ msgid "Find more feeds and accounts to follow in the Explore page." +#~ msgstr "" #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" @@ -2924,14 +3062,14 @@ msgid "Finish" msgstr "" #: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "" +#~ msgid "Finish tour and begin using the application" +#~ msgstr "" #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "" @@ -2945,11 +3083,11 @@ msgid "Flip vertically" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:351 +#: src/components/ProfileCard.tsx:356 #: src/components/ProfileHoverCard/index.web.tsx:446 #: src/components/ProfileHoverCard/index.web.tsx:457 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:252 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:225 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 msgid "Follow" msgstr "फॉलो" @@ -2958,8 +3096,8 @@ msgctxt "action" msgid "Follow" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:238 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:209 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:126 msgid "Follow {0}" msgstr "" @@ -2985,7 +3123,13 @@ msgstr "" #~ msgid "Follow All" #~ msgstr "" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/view/com/profile/FollowButton.tsx:79 +msgctxt "action" +msgid "Follow Back" +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:223 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 msgid "Follow Back" msgstr "" @@ -3033,16 +3177,16 @@ msgstr "" #~ msgid "Followed users only" #~ msgstr "केवल वे यूजर को फ़ॉलो किया गया" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:104 -#: src/view/screens/ProfileFollowers.tsx:25 +#: src/view/screens/ProfileFollowers.tsx:29 +#: src/view/screens/ProfileFollowers.tsx:30 msgid "Followers" msgstr "यह यूजर आपका फ़ोलो करता है" @@ -3056,20 +3200,20 @@ msgid "Followers you know" msgstr "" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:345 +#: src/components/ProfileCard.tsx:350 #: src/components/ProfileHoverCard/index.web.tsx:445 #: src/components/ProfileHoverCard/index.web.tsx:456 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 -#: src/view/com/profile/ProfileFollows.tsx:104 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:147 #: src/view/screens/Feeds.tsx:630 -#: src/view/screens/ProfileFollows.tsx:25 +#: src/view/screens/ProfileFollows.tsx:29 +#: src/view/screens/ProfileFollows.tsx:30 #: src/view/screens/SavedFeeds.tsx:416 msgid "Following" msgstr "फोल्लोविंग" -#: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/components/ProfileCard.tsx:316 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "" @@ -3088,8 +3232,8 @@ msgid "Following Feed Preferences" msgstr "" #: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "" +#~ msgid "Following shows the latest posts from people you follow." +#~ msgstr "" #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" @@ -3129,11 +3273,11 @@ msgstr "" msgid "Forgot Password" msgstr "पासवर्ड भूल गए" -#: src/screens/Login/LoginForm.tsx:246 +#: src/screens/Login/LoginForm.tsx:233 msgid "Forgot password?" msgstr "" -#: src/screens/Login/LoginForm.tsx:257 +#: src/screens/Login/LoginForm.tsx:244 msgid "Forgot?" msgstr "" @@ -3141,15 +3285,19 @@ msgstr "" msgid "Frequently Posts Unwanted Content" msgstr "" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:398 +msgid "Fullscreen" +msgstr "" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "गैलरी" @@ -3175,7 +3323,7 @@ msgstr "प्रारंभ करें" msgid "Getting started" msgstr "" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:122 msgid "GIF" msgstr "" @@ -3194,7 +3342,7 @@ msgstr "" #: src/view/screens/NotFound.tsx:55 #: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:1026 -#: src/view/shell/desktop/LeftNav.tsx:134 +#: src/view/shell/desktop/LeftNav.tsx:133 msgid "Go back" msgstr "वापस जाओ" @@ -3243,7 +3391,7 @@ msgstr "" msgid "Go to conversation with {0}" msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:171 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Go to next" msgstr "अगला" @@ -3253,8 +3401,8 @@ msgid "Go to profile" msgstr "" #: src/tours/Tooltip.tsx:138 -msgid "Go to the next step of the tour" -msgstr "" +#~ msgid "Go to the next step of the tour" +#~ msgstr "" #: src/components/dms/ConvoMenu.tsx:164 msgid "Go to user's profile" @@ -3336,7 +3484,7 @@ msgstr "" msgid "Hide" msgstr "इसे छिपाएं" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "" @@ -3375,7 +3523,7 @@ msgstr "" msgid "Hide this reply?" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "उपयोगकर्ता सूची छुपाएँ" @@ -3411,10 +3559,14 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/Navigation.tsx:549 -#: src/Navigation.tsx:569 -#: src/view/shell/bottom-bar/BottomBar.tsx:160 -#: src/view/shell/desktop/LeftNav.tsx:342 +#: src/state/queries/video/video.ts:165 +msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" +msgstr "" + +#: src/Navigation.tsx:550 +#: src/Navigation.tsx:570 +#: src/view/shell/bottom-bar/BottomBar.tsx:159 +#: src/view/shell/desktop/LeftNav.tsx:341 #: src/view/shell/Drawer.tsx:429 #: src/view/shell/Drawer.tsx:430 msgid "Home" @@ -3432,7 +3584,7 @@ msgid "Host:" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:180 +#: src/screens/Login/LoginForm.tsx:169 #: src/screens/Signup/StepInfo/index.tsx:106 #: src/view/com/modals/ChangeHandle.tsx:275 msgid "Hosting provider" @@ -3493,7 +3645,7 @@ msgstr "" msgid "Illegal and Urgent" msgstr "" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:56 msgid "Image" msgstr "" @@ -3506,6 +3658,7 @@ msgstr "छवि alt पाठ" #~ msgid "Image options" #~ msgstr "छवि विकल्प" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:247 #: src/components/StarterPack/ShareDialog.tsx:76 msgid "Image saved to your camera roll!" msgstr "" @@ -3514,7 +3667,11 @@ msgstr "" msgid "Impersonation or false claims about identity or affiliation" msgstr "" -#: src/lib/moderation/useReportOptions.ts:86 +#: src/lib/moderation/useReportOptions.ts:68 +msgid "Impersonation, misinformation, or false claims" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:91 msgid "Inappropriate messages or explicit links" msgstr "" @@ -3550,7 +3707,7 @@ msgstr "" #~ msgid "Input phone number for SMS verification" #~ msgstr "" -#: src/screens/Login/LoginForm.tsx:286 +#: src/screens/Login/LoginForm.tsx:273 msgid "Input the code which has been emailed to you" msgstr "" @@ -3558,7 +3715,7 @@ msgstr "" #~ msgid "Input the password tied to {identifier}" #~ msgstr "" -#: src/screens/Login/LoginForm.tsx:215 +#: src/screens/Login/LoginForm.tsx:203 msgid "Input the username or email address you used at signup" msgstr "" @@ -3570,7 +3727,7 @@ msgstr "" #~ msgid "Input your email to get on the Bluesky waitlist" #~ msgstr "" -#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Login/LoginForm.tsx:228 msgid "Input your password" msgstr "" @@ -3578,7 +3735,7 @@ msgstr "" msgid "Input your preferred hosting provider" msgstr "" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "" @@ -3590,7 +3747,7 @@ msgstr "" msgid "Introducing Direct Messages" msgstr "" -#: src/screens/Login/LoginForm.tsx:140 +#: src/screens/Login/LoginForm.tsx:145 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "" @@ -3599,10 +3756,15 @@ msgstr "" msgid "Invalid or unsupported post record" msgstr "" -#: src/screens/Login/LoginForm.tsx:145 +#: src/screens/Login/LoginForm.tsx:91 +#: src/screens/Login/LoginForm.tsx:150 msgid "Invalid username or password" msgstr "अवैध उपयोगकर्ता नाम या पासवर्ड" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/screens/Settings.tsx:411 #~ msgid "Invite" #~ msgstr "आमंत्रण भेजो" @@ -3615,7 +3777,7 @@ msgstr "एक दोस्त को आमंत्रित करें" msgid "Invite code" msgstr "आमंत्रण कोड" -#: src/screens/Signup/state.ts:263 +#: src/screens/Signup/state.ts:258 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" @@ -3651,6 +3813,10 @@ msgstr "" msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "" +#: src/view/com/composer/Composer.tsx:1126 +msgid "Job ID: {0}" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:164 msgid "Jobs" msgstr "" @@ -3679,6 +3845,10 @@ msgstr "" #~ msgid "Join Waitlist" #~ msgstr "वेटरलिस्ट में शामिल हों" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:492 +msgid "Joined {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:21 #: src/screens/Onboarding/state.ts:89 msgid "Journalism" @@ -3696,7 +3866,7 @@ msgstr "" msgid "Labeled by the author." msgstr "" -#: src/view/screens/Profile.tsx:207 +#: src/view/screens/Profile.tsx:218 msgid "Labels" msgstr "" @@ -3708,11 +3878,11 @@ msgstr "" #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "" @@ -3737,7 +3907,7 @@ msgstr "भाषा" #~ msgid "Last step!" #~ msgstr "" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "" @@ -3815,8 +3985,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "चलो अपना पासवर्ड रीसेट करें!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "" @@ -3854,9 +4023,9 @@ msgstr "इस फ़ीड को लाइक करो" msgid "Liked by" msgstr "इन यूजर ने लाइक किया है" -#: src/screens/Post/PostLikedBy.tsx:29 +#: src/screens/Post/PostLikedBy.tsx:31 +#: src/screens/Post/PostLikedBy.tsx:32 #: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 -#: src/view/com/post-thread/PostLikedBy.tsx:94 #: src/view/screens/ProfileFeedLikedBy.tsx:28 msgid "Liked By" msgstr "" @@ -3875,15 +4044,15 @@ msgstr "" #~ msgid "Liked by {likeCount} {0}" #~ msgstr "" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "" -#: src/view/screens/Profile.tsx:212 +#: src/view/screens/Profile.tsx:223 msgid "Likes" msgstr "" @@ -3937,9 +4106,9 @@ msgid "List unmuted" msgstr "" #: src/Navigation.tsx:130 -#: src/view/screens/Profile.tsx:208 -#: src/view/screens/Profile.tsx:215 -#: src/view/shell/desktop/LeftNav.tsx:385 +#: src/view/screens/Profile.tsx:219 +#: src/view/screens/Profile.tsx:226 +#: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:513 #: src/view/shell/Drawer.tsx:514 msgid "Lists" @@ -3970,7 +4139,7 @@ msgstr "" msgid "Load new notifications" msgstr "नई सूचनाएं लोड करें" -#: src/screens/Profile/Sections/Feed.tsx:87 +#: src/screens/Profile/Sections/Feed.tsx:94 #: src/view/com/feeds/FeedPage.tsx:136 #: src/view/screens/ProfileFeed.tsx:495 #: src/view/screens/ProfileList.tsx:805 @@ -4059,7 +4228,7 @@ msgstr "" #~ msgstr "" #: src/view/screens/AccessibilitySettings.tsx:106 -#: src/view/screens/Profile.tsx:211 +#: src/view/screens/Profile.tsx:222 msgid "Media" msgstr "" @@ -4089,12 +4258,12 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" msgstr "" -#: src/screens/Messages/Conversation/MessageInput.tsx:70 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:49 +#: src/screens/Messages/Conversation/MessageInput.tsx:72 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:59 msgid "Message is too long" msgstr "" @@ -4102,7 +4271,7 @@ msgstr "" msgid "Message settings" msgstr "" -#: src/Navigation.tsx:564 +#: src/Navigation.tsx:565 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -4117,6 +4286,10 @@ msgstr "" msgid "Misleading Account" msgstr "" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" msgstr "" @@ -4183,7 +4356,7 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "" @@ -4215,9 +4388,13 @@ msgstr "" #~ msgid "Must be at least 3 characters" #~ msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:389 +msgctxt "video" +msgid "Mute" +msgstr "" + #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 msgid "Mute" msgstr "" @@ -4310,9 +4487,9 @@ msgstr "थ्रेड म्यूट करें" msgid "Mute words & tags" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Muted" -msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Muted" +#~ msgstr "" #: src/screens/Moderation/index.tsx:264 msgid "Muted accounts" @@ -4348,7 +4525,7 @@ msgstr "जन्मदिन" msgid "My Feeds" msgstr "मेरी फ़ीड" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "मेरी प्रोफाइल" @@ -4374,9 +4551,9 @@ msgid "Name is required" msgstr "" #: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:93 -#: src/lib/moderation/useReportOptions.ts:101 -#: src/lib/moderation/useReportOptions.ts:109 +#: 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 "" @@ -4389,12 +4566,12 @@ msgstr "" msgid "Navigate to {0}" msgstr "" -#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:73 +#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:76 msgid "Navigate to starter pack" msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:332 +#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/LoginForm.tsx:319 #: src/view/com/modals/ChangePassword.tsx:169 msgid "Navigates to the next screen" msgstr "" @@ -4417,7 +4594,7 @@ msgstr "" #~ msgid "Never lose access to your followers and data." #~ msgstr "अपने फ़ॉलोअर्स और डेटा तक पहुंच कभी न खोएं।" -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "" @@ -4467,15 +4644,15 @@ msgstr "" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:228 -#: src/view/screens/Profile.tsx:478 +#: src/view/screens/Profile.tsx:489 #: src/view/screens/ProfileFeed.tsx:429 #: src/view/screens/ProfileList.tsx:237 #: src/view/screens/ProfileList.tsx:276 -#: src/view/shell/desktop/LeftNav.tsx:278 +#: src/view/shell/desktop/LeftNav.tsx:277 msgid "New post" msgstr "नई पोस्ट" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "नई पोस्ट" @@ -4498,9 +4675,9 @@ msgid "News" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:331 -#: src/screens/Login/LoginForm.tsx:338 +#: src/screens/Login/ForgotPasswordForm.tsx:149 +#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:325 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/BackNextButtons.tsx:66 @@ -4508,7 +4685,6 @@ msgstr "" #: src/screens/StarterPack/Wizard/index.tsx:187 #: src/screens/StarterPack/Wizard/index.tsx:358 #: src/screens/StarterPack/Wizard/index.tsx:365 -#: src/tours/Tooltip.tsx:139 #: src/view/com/modals/ChangePassword.tsx:254 #: src/view/com/modals/ChangePassword.tsx:256 msgid "Next" @@ -4550,12 +4726,12 @@ msgstr "" msgid "No feeds found. Try searching for something else." msgstr "" -#: src/components/ProfileCard.tsx:331 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 +#: src/components/ProfileCard.tsx:336 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "" @@ -4582,7 +4758,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "" -#: src/screens/Profile/Sections/Feed.tsx:59 +#: src/screens/Profile/Sections/Feed.tsx:64 msgid "No posts yet." msgstr "" @@ -4650,7 +4826,7 @@ msgstr "" #~ msgstr "लागू नहीं।" #: src/Navigation.tsx:125 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Not Found" msgstr "" @@ -4661,7 +4837,7 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:372 #: src/view/com/util/forms/PostDropdownBtn.tsx:654 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:332 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:356 msgid "Note about sharing" msgstr "" @@ -4694,22 +4870,22 @@ msgstr "" msgid "Notification Sounds" msgstr "" -#: src/Navigation.tsx:559 +#: src/Navigation.tsx:560 #: src/view/screens/Notifications.tsx:145 #: src/view/screens/Notifications.tsx:155 #: src/view/screens/Notifications.tsx:203 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 -#: src/view/shell/desktop/LeftNav.tsx:362 +#: src/view/shell/bottom-bar/BottomBar.tsx:227 +#: src/view/shell/desktop/LeftNav.tsx:356 #: src/view/shell/Drawer.tsx:461 #: src/view/shell/Drawer.tsx:462 msgid "Notifications" msgstr "सूचनाएं" -#: src/lib/hooks/useTimeAgo.ts:51 +#: src/lib/hooks/useTimeAgo.ts:122 msgid "now" msgstr "" -#: src/components/dms/MessageItem.tsx:169 +#: src/components/dms/MessageItem.tsx:170 msgid "Now" msgstr "" @@ -4717,7 +4893,7 @@ msgstr "" msgid "Nudity" msgstr "" -#: src/lib/moderation/useReportOptions.ts:73 +#: src/lib/moderation/useReportOptions.ts:78 msgid "Nudity or adult content not labeled as such" msgstr "" @@ -4739,10 +4915,14 @@ msgstr "" msgid "Oh no!" msgstr "अरे नहीं!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:175 +msgid "Oh no! We weren't able to generate an image for you to share. Rest assured, we're glad you're here 🦋" +msgstr "" + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:339 msgid "OK" msgstr "" @@ -4756,11 +4936,15 @@ msgid "Oldest replies first" msgstr "" #: src/components/StarterPack/QrCode.tsx:69 -msgid "on" -msgstr "" +#~ msgid "on" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:81 -msgid "on {str}" +#~ msgid "on {str}" +#~ msgstr "" + +#: src/components/StarterPack/QrCode.tsx:70 +msgid "on<0><1/><2><3/>" msgstr "" #: src/view/screens/Settings/index.tsx:226 @@ -4768,10 +4952,10 @@ msgid "Onboarding reset" msgstr "" #: src/tours/Tooltip.tsx:118 -msgid "Onboarding tour step {0}: {1}" -msgstr "" +#~ msgid "Onboarding tour step {0}: {1}" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:589 +#: src/view/com/composer/Composer.tsx:671 msgid "One or more images is missing alt text." msgstr "एक या अधिक छवियाँ alt पाठ याद आती हैं।।" @@ -4787,10 +4971,14 @@ msgstr "" msgid "Only {0} can reply." msgstr "" -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:39 +msgid "Only WebVTT (.vtt) files are supported" +msgstr "" + #: src/components/Lists.tsx:88 msgid "Oops, something went wrong!" msgstr "" @@ -4798,13 +4986,13 @@ msgstr "" #: src/components/Lists.tsx:199 #: src/components/StarterPack/ProfileStarterPacks.tsx:304 #: src/components/StarterPack/ProfileStarterPacks.tsx:313 -#: src/view/screens/AppPasswords.tsx:69 +#: src/view/screens/AppPasswords.tsx:68 #: src/view/screens/NotificationsSettings.tsx:45 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Oops!" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "" @@ -4825,8 +5013,9 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/view/com/composer/Composer.tsx:754 -#: src/view/com/composer/Composer.tsx:755 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:165 +#: src/view/com/composer/Composer.tsx:820 +#: src/view/com/composer/Composer.tsx:821 msgid "Open emoji picker" msgstr "" @@ -4989,7 +5178,7 @@ msgstr "कस्टम डोमेन का उपयोग करने क msgid "Opens moderation settings" msgstr "मॉडरेशन सेटिंग्स खोलें" -#: src/screens/Login/LoginForm.tsx:247 +#: src/screens/Login/LoginForm.tsx:234 msgid "Opens password reset form" msgstr "" @@ -5039,12 +5228,12 @@ msgstr "सिस्टम लॉग पेज खोलें" msgid "Opens the threads preferences" msgstr "धागे वरीयताओं को खोलता है" -#: src/view/com/notifications/FeedItem.tsx:555 -#: src/view/com/util/UserAvatar.tsx:420 +#: src/view/com/notifications/FeedItem.tsx:551 +#: src/view/com/util/UserAvatar.tsx:426 msgid "Opens this profile" msgstr "" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:95 msgid "Opens video picker" msgstr "" @@ -5110,7 +5299,7 @@ msgstr "पृष्ठ नहीं मिला" msgid "Page Not Found" msgstr "" -#: src/screens/Login/LoginForm.tsx:225 +#: src/screens/Login/LoginForm.tsx:213 #: src/screens/Signup/StepInfo/index.tsx:162 #: src/view/com/modals/DeleteAccount.tsx:257 #: src/view/com/modals/DeleteAccount.tsx:264 @@ -5129,12 +5318,13 @@ msgstr "" msgid "Password updated!" msgstr "पासवर्ड अद्यतन!" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:366 msgid "Pause" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:319 msgid "Pause video" msgstr "" @@ -5197,12 +5387,13 @@ msgstr "पिन किया गया फ़ीड" msgid "Pinned to your feeds" msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:367 msgid "Play" msgstr "" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:131 msgid "Play {0}" msgstr "" @@ -5211,34 +5402,34 @@ msgstr "" #~ msgid "Play notification sounds" #~ msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:43 +#: src/view/com/util/post-embeds/GifEmbed.tsx:45 msgid "Play or pause the GIF" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:52 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:204 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:110 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:320 msgid "Play video" msgstr "" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:59 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:60 msgid "Play Video" msgstr "" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:130 msgid "Plays the GIF" msgstr "" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "" -#: src/screens/Signup/state.ts:215 +#: src/screens/Signup/state.ts:210 #: src/screens/Signup/StepInfo/index.tsx:81 msgid "Please choose your password." msgstr "" -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "" @@ -5270,7 +5461,7 @@ msgstr "" #~ msgid "Please enter the verification code sent to {phoneNumberFormatted}." #~ msgstr "" -#: src/screens/Signup/state.ts:201 +#: src/screens/Signup/state.ts:196 #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Please enter your email." msgstr "" @@ -5283,7 +5474,7 @@ msgstr "" msgid "Please enter your password as well:" msgstr "कृपया अपना पासवर्ड भी दर्ज करें:" -#: src/components/moderation/LabelsOnMeDialog.tsx:268 +#: src/components/moderation/LabelsOnMeDialog.tsx:259 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -5305,7 +5496,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "" -#: src/view/com/composer/Composer.tsx:331 +#: src/view/com/composer/Composer.tsx:359 msgid "Please wait for your link card to finish loading" msgstr "" @@ -5322,13 +5513,13 @@ msgstr "" #~ msgid "Pornography" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:564 -#: src/view/com/composer/Composer.tsx:571 +#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:653 msgctxt "action" msgid "Post" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "पोस्ट" @@ -5384,7 +5575,7 @@ msgid "posts" msgstr "" #: src/screens/StarterPack/StarterPackScreen.tsx:173 -#: src/view/screens/Profile.tsx:209 +#: src/view/screens/Profile.tsx:220 msgid "Posts" msgstr "" @@ -5465,17 +5656,17 @@ msgstr "गोपनीयता नीति" msgid "Privately chat with other users." msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:156 +#: src/screens/Login/ForgotPasswordForm.tsx:155 msgid "Processing..." msgstr "प्रसंस्करण..." -#: src/view/screens/DebugMod.tsx:895 -#: src/view/screens/Profile.tsx:346 +#: src/view/screens/DebugMod.tsx:896 +#: src/view/screens/Profile.tsx:357 msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:275 -#: src/view/shell/desktop/LeftNav.tsx:393 +#: src/view/shell/bottom-bar/BottomBar.tsx:272 +#: src/view/shell/desktop/LeftNav.tsx:387 #: src/view/shell/Drawer.tsx:78 #: src/view/shell/Drawer.tsx:546 #: src/view/shell/Drawer.tsx:547 @@ -5490,7 +5681,7 @@ msgstr "" msgid "Protect your account by verifying your email." msgstr "अपने ईमेल को सत्यापित करके अपने खाते को सुरक्षित रखें।।" -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "" @@ -5502,11 +5693,11 @@ msgstr "" msgid "Public, shareable lists which can drive feeds." msgstr "सार्वजनिक, साझा करने योग्य सूचियाँ जो फ़ीड चला सकती हैं।" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish post" msgstr "" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish reply" msgstr "" @@ -5523,11 +5714,11 @@ msgid "QR code saved to your camera roll!" msgstr "" #: src/tours/Tooltip.tsx:111 -msgid "Quick tip" -msgstr "" +#~ msgid "Quick tip" +#~ msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:122 -#: src/view/com/util/post-ctrls/RepostButton.tsx:149 +#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:152 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Quote post" @@ -5552,8 +5743,8 @@ msgid "Quote post was successfully detached" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:313 -#: src/view/com/util/post-ctrls/RepostButton.tsx:121 -#: src/view/com/util/post-ctrls/RepostButton.tsx:148 +#: src/view/com/util/post-ctrls/RepostButton.tsx:124 +#: src/view/com/util/post-ctrls/RepostButton.tsx:151 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:84 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:91 msgid "Quote posts disabled" @@ -5567,8 +5758,8 @@ msgstr "" msgid "Quote settings" msgstr "" -#: src/screens/Post/PostQuotes.tsx:29 -#: src/view/com/post-thread/PostQuotes.tsx:122 +#: src/screens/Post/PostQuotes.tsx:31 +#: src/screens/Post/PostQuotes.tsx:32 msgid "Quotes" msgstr "" @@ -5662,7 +5853,11 @@ msgstr "" msgid "Remove account" msgstr "खाता हटाएं" -#: src/view/com/util/UserAvatar.tsx:387 +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "" + +#: src/view/com/util/UserAvatar.tsx:393 msgid "Remove Avatar" msgstr "" @@ -5670,7 +5865,7 @@ msgstr "" msgid "Remove Banner" msgstr "" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "" @@ -5710,8 +5905,8 @@ msgid "Remove image" msgstr "छवि निकालें" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "छवि पूर्वावलोकन निकालें" +#~ msgid "Remove image preview" +#~ msgstr "छवि पूर्वावलोकन निकालें" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -5725,15 +5920,19 @@ msgstr "" msgid "Remove profile from search history" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:274 msgid "Remove quote" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:95 -#: src/view/com/util/post-ctrls/RepostButton.tsx:111 +#: src/view/com/util/post-ctrls/RepostButton.tsx:98 +#: src/view/com/util/post-ctrls/RepostButton.tsx:114 msgid "Remove repost" msgstr "" +#: src/view/com/composer/videos/SubtitleDialog.tsx:264 +msgid "Remove subtitle file" +msgstr "" + #: src/view/com/feeds/FeedSourceCard.tsx:175 #~ msgid "Remove this feed from my feeds?" #~ msgstr "" @@ -5746,11 +5945,11 @@ msgstr "" #~ msgid "Remove this feed from your saved feeds?" #~ msgstr "इस फ़ीड को सहेजे गए फ़ीड से हटा दें?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:100 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:109 msgid "Removed by author" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:98 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:107 msgid "Removed by you" msgstr "" @@ -5778,20 +5977,24 @@ msgstr "" #~ msgid "Removes default thumbnail from {0}" #~ msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:275 msgid "Removes quoted post" msgstr "" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 -msgid "Removes the image preview" +msgid "Removes the attachment" msgstr "" +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 +#~ msgid "Removes the image preview" +#~ msgstr "" + #: src/view/com/posts/FeedShutdownMsg.tsx:129 #: src/view/com/posts/FeedShutdownMsg.tsx:133 msgid "Replace with Discover" msgstr "" -#: src/view/screens/Profile.tsx:210 +#: src/view/screens/Profile.tsx:221 msgid "Replies" msgstr "" @@ -5811,7 +6014,7 @@ msgstr "" #~ msgid "Replies to this thread are disabled" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:644 msgctxt "action" msgid "Reply" msgstr "" @@ -5845,23 +6048,23 @@ msgstr "" #~ msgstr "" #: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:522 +#: src/view/com/posts/FeedItem.tsx:520 msgctxt "description" msgid "Reply to <0><1/>" msgstr "" -#: src/view/com/posts/FeedItem.tsx:513 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" msgstr "" -#: src/view/com/posts/FeedItem.tsx:515 +#: src/view/com/posts/FeedItem.tsx:513 msgctxt "description" msgid "Reply to a post" msgstr "" #: src/view/com/post/Post.tsx:194 -#: src/view/com/posts/FeedItem.tsx:519 +#: src/view/com/posts/FeedItem.tsx:517 msgctxt "description" msgid "Reply to you" msgstr "" @@ -5957,9 +6160,9 @@ msgstr "" msgid "Report this user" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:67 -#: src/view/com/util/post-ctrls/RepostButton.tsx:96 -#: src/view/com/util/post-ctrls/RepostButton.tsx:112 +#: src/view/com/util/post-ctrls/RepostButton.tsx:70 +#: src/view/com/util/post-ctrls/RepostButton.tsx:99 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 msgctxt "action" msgid "Repost" msgstr "" @@ -5970,18 +6173,18 @@ msgid "Repost" msgstr "पुन: पोस्ट" #: src/screens/StarterPack/StarterPackScreen.tsx:535 -#: src/view/com/util/post-ctrls/RepostButton.tsx:88 +#: src/view/com/util/post-ctrls/RepostButton.tsx:91 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:49 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:104 msgid "Repost or quote post" msgstr "पोस्ट दोबारा पोस्ट करें या उद्धृत करे" -#: src/screens/Post/PostRepostedBy.tsx:29 -#: src/view/com/post-thread/PostRepostedBy.tsx:96 +#: src/screens/Post/PostRepostedBy.tsx:31 +#: src/screens/Post/PostRepostedBy.tsx:32 msgid "Reposted By" msgstr "द्वारा दोबारा पोस्ट किया गया" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "" @@ -5989,16 +6192,16 @@ msgstr "" #~ msgid "Reposted by <0/>" #~ msgstr "" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "" -#: src/view/com/posts/FeedItem.tsx:292 -#: src/view/com/posts/FeedItem.tsx:311 +#: src/view/com/posts/FeedItem.tsx:290 +#: src/view/com/posts/FeedItem.tsx:309 msgid "Reposted by you" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:184 +#: src/view/com/notifications/FeedItem.tsx:180 msgid "reposted your post" msgstr "" @@ -6037,6 +6240,14 @@ msgstr "इस प्रदाता के लिए आवश्यक" msgid "Resend email" msgstr "" +#: src/components/intents/VerifyEmailIntentDialog.tsx:130 +msgid "Resend Email" +msgstr "" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:123 +msgid "Resend Verification Email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:186 msgid "Reset code" msgstr "कोड रीसेट करें" @@ -6075,7 +6286,7 @@ msgstr "ऑनबोर्डिंग स्टेट को रीसेट msgid "Resets the preferences state" msgstr "प्राथमिकताओं की स्थिति को रीसेट करें" -#: src/screens/Login/LoginForm.tsx:312 +#: src/screens/Login/LoginForm.tsx:299 msgid "Retries login" msgstr "" @@ -6084,15 +6295,15 @@ msgstr "" msgid "Retries the last action, which errored out" msgstr "" -#: src/components/dms/MessageItem.tsx:235 +#: src/components/dms/MessageItem.tsx:236 #: src/components/Error.tsx:66 #: src/components/Lists.tsx:104 #: src/components/StarterPack/ProfileStarterPacks.tsx:318 -#: src/screens/Login/LoginForm.tsx:311 -#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:298 +#: src/screens/Login/LoginForm.tsx:305 #: src/screens/Messages/Conversation/MessageListError.tsx:25 -#: src/screens/Onboarding/StepInterests/index.tsx:251 -#: src/screens/Onboarding/StepInterests/index.tsx:254 +#: src/screens/Onboarding/StepInterests/index.tsx:231 +#: src/screens/Onboarding/StepInterests/index.tsx:234 #: src/screens/Signup/BackNextButtons.tsx:52 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 @@ -6208,8 +6419,8 @@ msgstr "" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:105 -#: src/view/com/notifications/FeedItem.tsx:416 -#: src/view/com/notifications/FeedItem.tsx:441 +#: src/view/com/notifications/FeedItem.tsx:412 +#: src/view/com/notifications/FeedItem.tsx:437 msgid "Say hello!" msgstr "" @@ -6223,15 +6434,15 @@ msgid "Scroll to top" msgstr "" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:554 +#: src/Navigation.tsx:555 #: src/view/com/modals/ListAddRemoveUsers.tsx:76 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 #: src/view/screens/Search/Search.tsx:421 #: src/view/screens/Search/Search.tsx:791 #: src/view/screens/Search/Search.tsx:813 -#: src/view/shell/bottom-bar/BottomBar.tsx:182 -#: src/view/shell/desktop/LeftNav.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:179 +#: src/view/shell/desktop/LeftNav.tsx:349 #: src/view/shell/Drawer.tsx:398 #: src/view/shell/Drawer.tsx:399 msgid "Search" @@ -6333,6 +6544,10 @@ msgstr "" #~ msgid "See what's next" #~ msgstr "आगे क्या है" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:631 +msgid "Seek slider" +msgstr "" + #: src/view/com/util/Selector.tsx:106 msgid "Select {item}" msgstr "" @@ -6373,6 +6588,10 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "" +#: src/view/com/composer/videos/SubtitleDialog.tsx:249 +msgid "Select language..." +msgstr "" + #: src/view/screens/LanguageSettings.tsx:303 msgid "Select languages" msgstr "" @@ -6394,6 +6613,10 @@ msgstr "" #~ msgid "Select some accounts below to follow" #~ msgstr "" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:65 +msgid "Select subtitle file (.vtt)" +msgstr "" + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83 msgid "Select the {emojiName} emoji as your avatar" msgstr "" @@ -6414,7 +6637,7 @@ msgstr "" #~ msgid "Select topical feeds to follow from the list below" #~ msgstr "" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:94 msgid "Select video" msgstr "" @@ -6438,11 +6661,11 @@ msgstr "चुनें कि आप अपनी सदस्यता वा msgid "Select your app language for the default text to display in the app." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:193 msgid "Select your date of birth" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "" @@ -6484,8 +6707,8 @@ msgstr "ईमेल भेजें" msgid "Send feedback" msgstr "प्रतिक्रिया भेजें" -#: src/screens/Messages/Conversation/MessageInput.tsx:163 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:155 +#: src/screens/Messages/Conversation/MessageInput.tsx:165 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:219 msgid "Send message" msgstr "" @@ -6647,7 +6870,7 @@ msgstr "" #: src/Navigation.tsx:155 #: src/view/screens/Settings/index.tsx:302 -#: src/view/shell/desktop/LeftNav.tsx:401 +#: src/view/shell/desktop/LeftNav.tsx:395 #: src/view/shell/Drawer.tsx:563 #: src/view/shell/Drawer.tsx:564 msgid "Settings" @@ -6661,6 +6884,7 @@ msgstr "यौन गतिविधि या कामुक नग्नत msgid "Sexually Suggestive" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:644 #: src/components/StarterPack/QrCodeDialog.tsx:177 #: src/screens/StarterPack/StarterPackScreen.tsx:411 #: src/screens/StarterPack/StarterPackScreen.tsx:582 @@ -6668,7 +6892,7 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:410 #: src/view/com/util/forms/PostDropdownBtn.tsx:419 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:321 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:345 #: src/view/screens/ProfileList.tsx:484 msgid "Share" msgstr "शेयर" @@ -6688,7 +6912,7 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:377 #: src/view/com/util/forms/PostDropdownBtn.tsx:659 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:337 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:361 msgid "Share anyway" msgstr "" @@ -6697,6 +6921,14 @@ msgstr "" msgid "Share feed" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:621 +msgid "Share image externally" +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:639 +msgid "Share image in post" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:124 #: src/components/StarterPack/ShareDialog.tsx:131 #: src/screens/StarterPack/StarterPackScreen.tsx:586 @@ -6748,7 +6980,7 @@ msgstr "दिखाओ" #~ msgid "Show all replies" #~ msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:169 msgid "Show alt text" msgstr "" @@ -6772,8 +7004,8 @@ msgstr "" #~ msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "" +#~ msgid "Show follows similar to {0}" +#~ msgstr "" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -6788,9 +7020,9 @@ msgstr "" msgid "Show list anyway" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:584 +#: src/view/com/post-thread/PostThreadItem.tsx:590 #: src/view/com/post/Post.tsx:234 -#: src/view/com/posts/FeedItem.tsx:479 +#: src/view/com/posts/FeedItem.tsx:476 msgid "Show More" msgstr "" @@ -6877,7 +7109,7 @@ msgstr "" #~ msgid "Shows a list of users similar to this user." #~ msgstr "" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Shows posts from {0} in your feed" msgstr "" @@ -6885,17 +7117,17 @@ msgstr "" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:177 +#: src/screens/Login/LoginForm.tsx:166 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:112 #: src/view/com/auth/SplashScreen.web.tsx:121 +#: src/view/shell/bottom-bar/BottomBar.tsx:312 +#: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBar.tsx:316 -#: src/view/shell/bottom-bar/BottomBar.tsx:318 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:208 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:210 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -6937,12 +7169,12 @@ msgstr "साइन आउट" msgid "Sign out of all accounts" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBar.tsx:306 -#: src/view/shell/bottom-bar/BottomBar.tsx:308 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:198 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:200 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -6967,7 +7199,7 @@ msgstr "आपने इस रूप में साइन इन करा msgid "Signed in as @{0}" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "" @@ -6975,21 +7207,21 @@ msgstr "" #~ msgid "Signs {0} out of Bluesky" #~ msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:306 -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:313 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:308 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:315 msgid "Signup without a starter pack" msgstr "" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:102 +#: src/components/FeedInterstitials.tsx:316 msgid "Similar accounts" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:265 +#: src/screens/Onboarding/StepInterests/index.tsx:245 #: src/screens/StarterPack/Wizard/index.tsx:191 msgid "Skip" msgstr "स्किप" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "" @@ -7002,7 +7234,7 @@ msgstr "" msgid "Software Dev" msgstr "" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:447 msgid "Some other feeds you might like" msgstr "" @@ -7043,7 +7275,7 @@ msgstr "" #~ msgstr "" #: src/App.native.tsx:102 -#: src/App.web.tsx:83 +#: src/App.web.tsx:88 msgid "Sorry! Your session expired. Please log in again." msgstr "" @@ -7063,12 +7295,12 @@ msgstr "उसी पोस्ट के उत्तरों को इस प #~ msgid "Source: <0>{0}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" msgstr "" -#: src/lib/moderation/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:80 +#: src/lib/moderation/useReportOptions.ts:72 +#: src/lib/moderation/useReportOptions.ts:85 msgid "Spam" msgstr "" @@ -7102,10 +7334,9 @@ msgid "Start chatting" msgstr "" #: src/tours/Tooltip.tsx:99 -msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." -msgstr "" +#~ msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." +#~ msgstr "" -#: src/lib/generate-starterpack.ts:68 #: src/Navigation.tsx:358 #: src/Navigation.tsx:363 #: src/screens/StarterPack/Wizard/index.tsx:182 @@ -7120,7 +7351,7 @@ msgstr "" msgid "Starter pack is invalid" msgstr "" -#: src/view/screens/Profile.tsx:214 +#: src/view/screens/Profile.tsx:225 msgid "Starter Packs" msgstr "" @@ -7157,8 +7388,8 @@ msgstr "" msgid "Storybook" msgstr "Storybook" -#: src/components/moderation/LabelsOnMeDialog.tsx:302 -#: src/components/moderation/LabelsOnMeDialog.tsx:303 +#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:294 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -7197,7 +7428,7 @@ msgstr "" #~ msgid "Suggested Follows" #~ msgstr "अनुशंसित लोग" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:318 msgid "Suggested for you" msgstr "" @@ -7221,8 +7452,8 @@ msgid "Switch Account" msgstr "खाते बदलें" #: src/tours/HomeTour.tsx:48 -msgid "Switch between feeds to control your experience." -msgstr "" +#~ msgid "Switch between feeds to control your experience." +#~ msgstr "" #: src/view/screens/Settings/index.tsx:126 msgid "Switch to {0}" @@ -7265,18 +7496,27 @@ msgstr "लंबा" msgid "Tap to dismiss" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:181 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:145 msgid "Tap to enter full screen" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:202 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:151 +msgid "Tap to play or pause" +msgstr "" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:164 msgid "Tap to toggle sound" msgstr "" -#: src/view/com/util/images/AutoSizedImage.tsx:70 -msgid "Tap to view fully" +#: src/view/com/util/images/AutoSizedImage.tsx:219 +#: src/view/com/util/images/AutoSizedImage.tsx:239 +msgid "Tap to view full image" msgstr "" +#: src/view/com/util/images/AutoSizedImage.tsx:70 +#~ msgid "Tap to view fully" +#~ msgstr "" + #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" msgstr "" @@ -7298,6 +7538,10 @@ msgstr "" msgid "Tell us a little more" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:518 +msgid "Ten Million" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:90 msgid "Terms" msgstr "शर्तें" @@ -7311,9 +7555,9 @@ msgid "Terms of Service" msgstr "सेवा की शर्तें" #: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:94 -#: src/lib/moderation/useReportOptions.ts:102 -#: src/lib/moderation/useReportOptions.ts:110 +#: 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 "" @@ -7325,7 +7569,7 @@ msgstr "" msgid "Text & tags" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:266 +#: src/components/moderation/LabelsOnMeDialog.tsx:257 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "पाठ इनपुट फ़ील्ड" @@ -7335,6 +7579,14 @@ msgstr "पाठ इनपुट फ़ील्ड" msgid "Thank you. Your report has been sent." msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:593 +msgid "Thanks for being one of our first 10 million users." +msgstr "" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:74 +msgid "Thanks, you have successfully verified your email address." +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:459 msgid "That contains the following:" msgstr "" @@ -7352,11 +7604,11 @@ msgstr "" msgid "That starter pack could not be found." msgstr "" -#: src/view/com/post-thread/PostQuotes.tsx:129 +#: src/view/com/post-thread/PostQuotes.tsx:127 msgid "That's all, folks!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:310 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:270 #: src/view/com/profile/ProfileMenu.tsx:353 msgid "The account will be able to interact with you after unblocking." msgstr "अनब्लॉक करने के बाद अकाउंट आपसे इंटरैक्ट कर सकेगा।" @@ -7391,7 +7643,7 @@ msgstr "" msgid "The Discover feed now knows what you like" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:327 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off." msgstr "" @@ -7399,11 +7651,11 @@ msgstr "" msgid "The feed has been replaced with Discover." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "" @@ -7420,8 +7672,8 @@ msgstr "हो सकता है कि यह पोस्ट हटा द msgid "The Privacy Policy has been moved to <0/>" msgstr "गोपनीयता नीति को <0/> पर स्थानांतरित किया गया है" -#: src/state/queries/video/video.ts:129 -msgid "The selected video is larger than 100MB." +#: src/state/queries/video/video.ts:227 +msgid "The selected video is larger than 50MB." msgstr "" #: src/screens/StarterPack/StarterPackScreen.tsx:713 @@ -7436,6 +7688,10 @@ msgstr "समर्थन प्रपत्र स्थानांतरि msgid "The Terms of Service have been moved to" msgstr "सेवा की शर्तों को स्थानांतरित कर दिया गया है" +#: src/components/intents/VerifyEmailIntentDialog.tsx:85 +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/Onboarding/StepAlgoFeeds/index.tsx:141 #~ msgid "There are many feeds to try:" #~ msgstr "" @@ -7486,7 +7742,7 @@ msgstr "" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" -#: src/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 msgid "There was an issue fetching posts. Tap here to try again." msgstr "" @@ -7508,15 +7764,15 @@ msgstr "" #~ msgid "There was an issue syncing your preferences with the server" #~ msgstr "" -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:107 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:143 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:97 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:109 #: src/view/com/profile/ProfileMenu.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:122 #: src/view/com/profile/ProfileMenu.tsx:137 @@ -7571,7 +7827,7 @@ msgstr "" #~ msgid "This appeal will be sent to <0>{0}." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "" @@ -7668,7 +7924,7 @@ msgstr "" #~ msgid "This label was applied by you" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "" @@ -7701,7 +7957,7 @@ msgid "This post has been deleted." msgstr "इस पोस्ट को हटा दिया गया है।।" #: src/view/com/util/forms/PostDropdownBtn.tsx:656 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:334 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:358 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "" @@ -7733,7 +7989,7 @@ msgstr "" msgid "This should create a domain record at:" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "" @@ -7774,7 +8030,7 @@ msgstr "" msgid "This user is new here. Press for more info about when they joined." msgstr "" -#: src/view/com/profile/ProfileFollows.tsx:87 +#: src/view/com/profile/ProfileFollows.tsx:96 msgid "This user isn't following anyone." msgstr "" @@ -7831,10 +8087,18 @@ 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/view/com/composer/videos/SelectVideoBtn.tsx:120 +msgid "To upload videos to Bluesky, you must first verify your email." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:597 +msgid "Together, we're rebuilding the social internet. We're glad you're here." +msgstr "" + #: src/components/dialogs/MutedWords.tsx:112 #~ msgid "Toggle between muted word options." #~ msgstr "" @@ -7847,7 +8111,7 @@ msgstr "ड्रॉपडाउन टॉगल करें" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "" @@ -7858,8 +8122,8 @@ msgstr "परिवर्तन" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:734 -#: src/view/com/post-thread/PostThreadItem.tsx:736 +#: src/view/com/post-thread/PostThreadItem.tsx:746 +#: src/view/com/post-thread/PostThreadItem.tsx:748 #: src/view/com/util/forms/PostDropdownBtn.tsx:380 #: src/view/com/util/forms/PostDropdownBtn.tsx:382 msgid "Translate" @@ -7878,7 +8142,7 @@ msgstr "" msgid "Two-factor authentication" msgstr "" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "" @@ -7896,7 +8160,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:155 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:77 #: src/view/com/modals/ChangePassword.tsx:71 @@ -7911,14 +8175,14 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:192 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 #: src/view/screens/ProfileList.tsx:682 msgid "Unblock" msgstr "अनब्लॉक" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "" @@ -7933,12 +8197,12 @@ msgstr "" msgid "Unblock Account" msgstr "अनब्लॉक खाता" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:308 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:268 #: src/view/com/profile/ProfileMenu.tsx:347 msgid "Unblock Account?" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:66 +#: src/view/com/util/post-ctrls/RepostButton.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:76 msgid "Undo repost" @@ -7953,7 +8217,7 @@ msgstr "" #~ msgid "Unfollow" #~ msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "" @@ -7974,9 +8238,13 @@ msgstr "" msgid "Unlike this feed" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:388 +msgctxt "video" +msgid "Unmute" +msgstr "" + #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 #: src/view/screens/ProfileList.tsx:689 msgid "Unmute" msgstr "" @@ -8011,13 +8279,13 @@ msgstr "" msgid "Unmute thread" msgstr "थ्रेड को अनम्यूट करें" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:317 msgid "Unmute video" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Unmuted" -msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Unmuted" +#~ msgstr "" #: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:673 @@ -8057,12 +8325,16 @@ msgstr "" msgid "Unsubscribed from list" msgstr "" +#: src/state/queries/video/video.ts:245 +msgid "Unsupported video type: {mimeType}" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:85 #~ msgid "Unwanted sexual content" #~ msgstr "" -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/lib/moderation/useReportOptions.ts:77 +#: src/lib/moderation/useReportOptions.ts:90 msgid "Unwanted Sexual Content" msgstr "" @@ -8098,20 +8370,20 @@ msgstr "" msgid "Upload a text file to:" msgstr "एक पाठ फ़ाइल अपलोड करने के लिए:" -#: src/view/com/util/UserAvatar.tsx:355 -#: src/view/com/util/UserAvatar.tsx:358 +#: src/view/com/util/UserAvatar.tsx:361 +#: src/view/com/util/UserAvatar.tsx:364 #: src/view/com/util/UserBanner.tsx:123 #: src/view/com/util/UserBanner.tsx:126 msgid "Upload from Camera" msgstr "" -#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:378 #: src/view/com/util/UserBanner.tsx:140 msgid "Upload from Files" msgstr "" -#: src/view/com/util/UserAvatar.tsx:366 -#: src/view/com/util/UserAvatar.tsx:370 +#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:376 #: src/view/com/util/UserBanner.tsx:134 #: src/view/com/util/UserBanner.tsx:138 msgid "Upload from Library" @@ -8121,7 +8393,7 @@ msgstr "" msgid "Use a file on your server" msgstr "" -#: src/view/screens/AppPasswords.tsx:200 +#: src/view/screens/AppPasswords.tsx:199 msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "अपने खाते या पासवर्ड को पूर्ण एक्सेस देने के बिना अन्य ब्लूस्की ग्राहकों को लॉगिन करने के लिए ऐप पासवर्ड का उपयोग करें।।" @@ -8217,7 +8489,7 @@ msgstr "" msgid "User Lists" msgstr "लोग सूचियाँ" -#: src/screens/Login/LoginForm.tsx:197 +#: src/screens/Login/LoginForm.tsx:186 msgid "Username or email address" msgstr "यूजर नाम या ईमेल पता" @@ -8256,6 +8528,10 @@ msgstr "" #~ msgid "Verification code" #~ msgstr "" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:118 +msgid "Verified email required" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:510 #~ msgid "Verify {0}" #~ msgstr "" @@ -8268,6 +8544,10 @@ msgstr "" msgid "Verify email" msgstr "ईमेल सत्यापित करें" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "मेरी ईमेल सत्यापित करें" @@ -8281,6 +8561,10 @@ msgstr "मेरी ईमेल सत्यापित करें" msgid "Verify New Email" msgstr "नया ईमेल सत्यापित करें" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:122 +msgid "Verify now" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "" @@ -8297,25 +8581,47 @@ msgstr "" msgid "Version {appVersion} {bundleInfo}" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:180 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:144 msgid "Video" msgstr "" +#: src/state/queries/video/video.ts:138 +msgid "Video failed to process" +msgstr "" + #: src/screens/Onboarding/index.tsx:39 #: src/screens/Onboarding/state.ts:88 msgid "Video Games" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:167 +msgid "Video not found." +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:101 +msgid "Video settings" +msgstr "" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +msgid "Video: {0}" +msgstr "" + #: src/view/com/composer/videos/state.ts:27 -#~ msgid "Videos cannot be larger than 100MB" +#~ msgid "Videos cannot be larger than 50MB" #~ msgstr "" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:65 +#: src/view/com/composer/videos/VideoPreview.web.tsx:44 +msgid "Videos must be less than 60 seconds long" +msgstr "" + #: src/screens/Profile/Header/Shell.tsx:113 msgid "View {0}'s avatar" msgstr "" #: src/components/ProfileCard.tsx:110 -#: src/view/com/notifications/FeedItem.tsx:277 +#: src/view/com/notifications/FeedItem.tsx:273 msgid "View {0}'s profile" msgstr "" @@ -8347,7 +8653,7 @@ msgstr "" msgid "View full thread" msgstr "" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "" @@ -8411,7 +8717,7 @@ msgstr "" #~ msgid "We also think you'll like \"For You\" by Skygaze:" #~ msgstr "" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "" @@ -8423,7 +8729,11 @@ msgstr "" msgid "We estimate {estimatedTime} until your account is ready." msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "" @@ -8443,6 +8753,10 @@ msgstr "" #~ msgid "We recommend our \"Discover\" feed:" #~ msgstr "" +#: src/state/queries/video/video.ts:170 +msgid "We were unable to determine if you are allowed to upload videos. Please try again." +msgstr "" + #: src/components/dialogs/BirthDateSettings.tsx:52 msgid "We were unable to load your birth date preferences. Please try again." msgstr "" @@ -8451,7 +8765,7 @@ msgstr "" msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:158 +#: src/screens/Onboarding/StepInterests/index.tsx:143 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "" @@ -8463,7 +8777,7 @@ msgstr "" #~ msgid "We'll look into your appeal promptly." #~ msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:163 +#: src/screens/Onboarding/StepInterests/index.tsx:148 msgid "We'll use this to help customize your experience." msgstr "" @@ -8487,7 +8801,7 @@ msgstr "" msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:421 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -8516,7 +8830,7 @@ msgstr "" msgid "Welcome, friend!" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "" @@ -8530,7 +8844,7 @@ msgstr "" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:516 msgid "What's up?" msgstr "" @@ -8600,16 +8914,16 @@ msgstr "" msgid "Wide" msgstr "चौड़ा" -#: src/screens/Messages/Conversation/MessageInput.tsx:140 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:134 +#: src/screens/Messages/Conversation/MessageInput.tsx:142 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:198 msgid "Write a message" msgstr "" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:712 msgid "Write post" msgstr "पोस्ट लिखो" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:515 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:42 msgid "Write your reply" msgstr "अपना जवाब दें" @@ -8654,7 +8968,7 @@ msgstr "" msgid "Yes, reactivate my account" msgstr "" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "" @@ -8675,7 +8989,11 @@ msgstr "" msgid "You are in line." msgstr "" -#: src/view/com/profile/ProfileFollows.tsx:86 +#: src/state/queries/video/video.ts:161 +msgid "You are not allowed to upload videos." +msgstr "" + +#: src/view/com/profile/ProfileFollows.tsx:95 msgid "You are not following anyone." msgstr "" @@ -8713,7 +9031,7 @@ msgstr "अब आप अपने नए पासवर्ड के साथ msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "" @@ -8804,7 +9122,7 @@ msgstr "" #~ msgid "You have not blocked any accounts yet. To block an account, go to their profile and selected \"Block account\" from the menu on their account." #~ msgstr "आपने अभी तक कोई भी अकाउंट ब्लॉक नहीं किया है. किसी खाते को ब्लॉक करने के लिए, उनकी प्रोफ़ाइल पर जाएं और उनके खाते के मेनू से \"खाता ब्लॉक करें\" चुनें।" -#: src/view/screens/AppPasswords.tsx:91 +#: src/view/screens/AppPasswords.tsx:90 msgid "You have not created any app passwords yet. You can create one by pressing the button below." msgstr "आपने अभी तक कोई ऐप पासवर्ड नहीं बनाया है। आप नीचे बटन दबाकर एक बना सकते हैं।।" @@ -8820,6 +9138,10 @@ msgstr "" msgid "You have reached the end" msgstr "" +#: src/state/queries/video/video-upload.shared.ts:67 +msgid "You have temporarily reached the limit for video uploads. Please try again later." +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:235 msgid "You haven't created a starter pack yet!" msgstr "" @@ -8833,11 +9155,11 @@ msgstr "" msgid "You hid this reply." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:91 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" @@ -8877,6 +9199,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:237 #: src/components/StarterPack/ShareDialog.tsx:68 msgid "You must grant access to your photo library to save the image." msgstr "" @@ -8921,15 +9244,15 @@ msgstr "" msgid "You'll follow the suggested users once you finish creating your account!" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 msgid "You'll follow these people and {0} others" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:237 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 msgid "You'll follow these people right away" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:277 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 msgid "You'll stay updated with these feeds" msgstr "" @@ -8948,7 +9271,7 @@ msgstr "" msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "" @@ -8961,6 +9284,14 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" +#: src/state/queries/video/video.ts:175 +msgid "You've reached your daily limit for video uploads (too many bytes)" +msgstr "" + +#: src/state/queries/video/video.ts:180 +msgid "You've reached your daily limit for video uploads (too many videos)" +msgstr "" + #: src/screens/Signup/index.tsx:146 msgid "Your account" msgstr "आपका खाता" @@ -8969,15 +9300,19 @@ msgstr "आपका खाता" msgid "Your account has been deleted" msgstr "" +#: src/state/queries/video/video.ts:185 +msgid "Your account is not yet old enough to upload videos. Please try again later." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:65 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 "" -#: src/screens/Signup/StepInfo/index.tsx:180 +#: src/screens/Signup/StepInfo/index.tsx:181 msgid "Your birth date" msgstr "जन्म तिथि" -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:145 +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:171 msgid "Your browser does not support the video format. Please try a different browser." msgstr "" @@ -8994,7 +9329,7 @@ msgstr "" #~ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:57 -#: src/screens/Signup/state.ts:208 +#: src/screens/Signup/state.ts:203 #: src/screens/Signup/StepInfo/index.tsx:75 #: src/view/com/modals/ChangePassword.tsx:55 msgid "Your email appears to be invalid." @@ -9020,7 +9355,7 @@ msgstr "" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "" -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "आपका पूरा हैंडल होगा" @@ -9042,11 +9377,11 @@ msgstr "" msgid "Your password has been changed successfully!" msgstr "" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:467 msgid "Your post has been published" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "आपकी पोस्ट, पसंद और ब्लॉक सार्वजनिक हैं। म्यूट निजी हैं।।" @@ -9058,7 +9393,7 @@ msgstr "आपकी प्रोफ़ाइल" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:466 msgid "Your reply has been published" msgstr "" diff --git a/src/locale/locales/id/messages.po b/src/locale/locales/id/messages.po index fc085450d9..806c271fc8 100644 --- a/src/locale/locales/id/messages.po +++ b/src/locale/locales/id/messages.po @@ -26,16 +26,24 @@ msgstr "(berisi konten yang disisipkan)" msgid "(no email)" msgstr "(tidak ada email)" -#: src/view/com/notifications/FeedItem.tsx:236 -#: src/view/com/notifications/FeedItem.tsx:327 +#: src/view/com/notifications/FeedItem.tsx:232 +#: src/view/com/notifications/FeedItem.tsx:323 msgid "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}" msgstr "{0, plural, other {{formattedCount} lainnya}}" +#: src/lib/hooks/useTimeAgo.ts:156 +msgid "{0, plural, one {# day} other {# days}}" +msgstr "" + +#: src/lib/hooks/useTimeAgo.ts:146 +msgid "{0, plural, one {# hour} other {# hours}}" +msgstr "" + #: src/components/moderation/LabelsOnMe.tsx:55 #~ msgid "{0, plural, one {# label has been placed on this account} other {# labels has been placed on this account}}" #~ msgstr "" -#: src/components/moderation/LabelsOnMe.tsx:55 +#: src/components/moderation/LabelsOnMe.tsx:54 msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" msgstr "{0, plural, other {# label telah diterapkan pada akun ini}}" @@ -43,14 +51,26 @@ msgstr "{0, plural, other {# label telah diterapkan pada akun ini}}" #~ msgid "{0, plural, one {# label has been placed on this content} other {# labels has been placed on this content}}" #~ msgstr "" -#: src/components/moderation/LabelsOnMe.tsx:61 +#: src/components/moderation/LabelsOnMe.tsx:60 msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "{0, plural, other {# label telah diterapkan pada konten ini}}" -#: src/view/com/util/post-ctrls/RepostButton.tsx:68 +#: src/lib/hooks/useTimeAgo.ts:136 +msgid "{0, plural, one {# minute} other {# minutes}}" +msgstr "" + +#: src/lib/hooks/useTimeAgo.ts:167 +msgid "{0, plural, one {# month} other {# months}}" +msgstr "" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:71 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "{0, plural, other {# postingan ulang}}" +#: src/lib/hooks/useTimeAgo.ts:126 +msgid "{0, plural, one {# second} other {# seconds}}" +msgstr "" + #: src/components/KnownFollowers.tsx:179 #~ msgid "{0, plural, one {and # other} other {and # others}}" #~ msgstr "" @@ -65,11 +85,11 @@ msgstr "{0, plural, other {pengikut}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, other {mengikuti}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:276 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:312 msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "{0, plural, other {Suka (# menyukai)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, other {suka}}" @@ -82,19 +102,19 @@ msgstr "{0, plural, other {Disukai oleh # pengguna}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, other {postingan}}" -#: src/view/com/post-thread/PostThreadItem.tsx:413 +#: src/view/com/post-thread/PostThreadItem.tsx:419 msgid "{0, plural, one {quote} other {quotes}}" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:233 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:269 msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "{0, plural, other {Balas (# balasan)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, other {posting ulang}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:272 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "{0, plural, one {Unlike (# like)} other {Unlike (# likes)}}" msgstr "{0, plural, other {Batal suka (# menyukai)}}" @@ -112,6 +132,10 @@ msgstr "" msgid "{0} joined this week" msgstr "{0} telah bergabung minggu ini" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:637 +msgid "{0} of {1}" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:467 msgid "{0} people have used this starter pack!" msgstr "{0} orang telah menggunakan paket pemula ini!" @@ -120,7 +144,7 @@ msgstr "{0} orang telah menggunakan paket pemula ini!" #~ msgid "{0} your feeds" #~ msgstr "" -#: src/view/com/util/UserAvatar.tsx:419 +#: src/view/com/util/UserAvatar.tsx:425 msgid "{0}'s avatar" msgstr "Avatar {0}" @@ -132,30 +156,56 @@ msgstr "Feed dan akun favorit {0} - ayo bergabung!" msgid "{0}'s starter pack" msgstr "Paket pemula {0}" +#. How many days have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:158 +msgid "{0}d" +msgstr "" + +#. How many hours have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:148 +msgid "{0}h" +msgstr "" + +#. How many minutes have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:138 +msgid "{0}m" +msgstr "" + +#. How many months have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:169 +msgid "{0}mo" +msgstr "" + +#. How many seconds have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:128 +msgid "{0}s" +msgstr "" + #: src/components/LabelingServiceCard/index.tsx:71 msgid "{count, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{count, plural, other {Disukai oleh # pengguna}}" #: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "{diff, plural, other {hari}}" +#~ msgid "{diff, plural, one {day} other {days}}" +#~ msgstr "{diff, plural, other {hari}}" #: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "{diff, plural, other {jam}}" +#~ msgid "{diff, plural, one {hour} other {hours}}" +#~ msgstr "{diff, plural, other {jam}}" #: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "{diff, plural, other {menit}}" +#~ msgid "{diff, plural, one {minute} other {minutes}}" +#~ msgstr "{diff, plural, other {menit}}" #: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "{diff, plural, other {bulan}}" +#~ msgid "{diff, plural, one {month} other {months}}" +#~ msgstr "{diff, plural, other {bulan}}" #: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "{diffSeconds, plural, other {detik}}" +#~ msgid "{diffSeconds, plural, one {second} other {seconds}}" +#~ msgstr "{diffSeconds, plural, other {detik}}" +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" msgstr "Paket Pemula {displayName}" @@ -282,7 +332,7 @@ msgstr "⚠Panggilan Tidak Valid" msgid "24 hours" msgstr "" -#: src/screens/Login/LoginForm.tsx:266 +#: src/screens/Login/LoginForm.tsx:253 msgid "2FA Confirmation" msgstr "Konfirmasi 2FA" @@ -295,8 +345,8 @@ msgid "7 days" msgstr "" #: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "Infotip bantuan" +#~ msgid "A help tooltip" +#~ msgstr "Infotip bantuan" #: src/view/com/util/ViewHeader.tsx:92 #: src/view/screens/Search/Search.tsx:684 @@ -325,7 +375,7 @@ msgstr "Pengaturan Aksesibilitas" #~ msgid "account" #~ msgstr "" -#: src/screens/Login/LoginForm.tsx:190 +#: src/screens/Login/LoginForm.tsx:179 #: src/view/screens/Settings/index.tsx:315 #: src/view/screens/Settings/index.tsx:718 msgid "Account" @@ -360,7 +410,7 @@ msgstr "Pengaturan akun" msgid "Account removed from quick access" msgstr "Akun dihapus dari akses cepat" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "Akun batal diblokir" @@ -416,9 +466,13 @@ msgstr "Tambahkan teks alt" #~ msgid "Add ALT text" #~ msgstr "" -#: src/view/screens/AppPasswords.tsx:106 -#: src/view/screens/AppPasswords.tsx:148 -#: src/view/screens/AppPasswords.tsx:161 +#: src/view/com/composer/videos/SubtitleDialog.tsx:109 +msgid "Add alt text (optional)" +msgstr "" + +#: src/view/screens/AppPasswords.tsx:105 +#: src/view/screens/AppPasswords.tsx:147 +#: src/view/screens/AppPasswords.tsx:160 msgid "Add App Password" msgstr "Tambahkan Sandi Aplikasi" @@ -538,11 +592,11 @@ msgstr "Izinkan pesan baru dari" msgid "Allow replies from:" msgstr "" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:178 +#: src/screens/Login/ForgotPasswordForm.tsx:177 #: src/view/com/modals/ChangePassword.tsx:171 msgid "Already have a code?" msgstr "Sudah memiliki kode?" @@ -553,17 +607,20 @@ msgstr "Sudah masuk sebagai @{0}" #: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/util/post-embeds/GifEmbed.tsx:183 +#: src/view/com/util/post-embeds/GifEmbed.tsx:177 msgid "ALT" msgstr "ALT" #: src/view/com/composer/GifAltText.tsx:144 +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +#: src/view/com/composer/videos/SubtitleDialog.tsx:104 +#: src/view/com/composer/videos/SubtitleDialog.tsx:108 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:87 msgid "Alt text" msgstr "Teks alt" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:182 msgid "Alt Text" msgstr "Teks Alt" @@ -588,19 +645,30 @@ msgstr "" #~ msgid "An error occured" #~ msgstr "Terjadi kesalahan" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:314 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:413 msgid "An error occurred" msgstr "" +#: src/state/queries/video/video.ts:232 +msgid "An error occurred while compressing the video." +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:315 msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Terjadi kesalahan saat membuat paket pemula. Coba lagi?" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:69 -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:135 msgid "An error occurred while loading the video. Please try again later." msgstr "" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:174 +msgid "An error occurred while loading the video. Please try again." +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:250 +msgid "An error occurred while saving the image!" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:79 #~ msgid "An error occurred while saving the image." #~ msgstr "" @@ -610,6 +678,10 @@ msgstr "" msgid "An error occurred while saving the QR code!" msgstr "Terjadi kesalahan saat menyimpan kode QR!" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:75 +msgid "An error occurred while selecting the video" +msgstr "" + #: src/components/dms/MessageMenu.tsx:134 #~ msgid "An error occurred while trying to delete the message. Please try again." #~ msgstr "" @@ -619,7 +691,7 @@ msgstr "Terjadi kesalahan saat menyimpan kode QR!" msgid "An error occurred while trying to follow all" msgstr "Terjadi kesalahan saat mencoba mengikuti semua" -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:199 msgid "An error occurred while uploading the video." msgstr "" @@ -637,14 +709,14 @@ msgstr "Terjadi masalah saat mencoba membuka obrolan" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:319 -#: src/components/ProfileCard.tsx:339 +#: src/components/ProfileCard.tsx:324 +#: src/components/ProfileCard.tsx:344 #: src/view/com/profile/FollowButton.tsx:36 #: src/view/com/profile/FollowButton.tsx:46 msgid "An issue occurred, please try again." msgstr "Terjadi masalah, silakan coba lagi." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "terjadi kesalahan yang tidak diketahui" @@ -654,8 +726,8 @@ msgid "an unknown labeler" msgstr "" #: src/components/WhoCanReply.tsx:295 -#: src/view/com/notifications/FeedItem.tsx:235 -#: src/view/com/notifications/FeedItem.tsx:324 +#: src/view/com/notifications/FeedItem.tsx:231 +#: src/view/com/notifications/FeedItem.tsx:320 msgid "and" msgstr "dan" @@ -664,7 +736,7 @@ msgstr "dan" msgid "Animals" msgstr "Hewan" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:139 msgid "Animated GIF" msgstr "Animasi GIF" @@ -680,7 +752,7 @@ msgstr "" msgid "App Language" msgstr "Bahasa Aplikasi" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "Kata sandi aplikasi dihapus" @@ -697,21 +769,21 @@ msgid "App password settings" msgstr "Pengaturan kata sandi aplikasi" #: src/Navigation.tsx:286 -#: src/view/screens/AppPasswords.tsx:192 +#: src/view/screens/AppPasswords.tsx:191 #: src/view/screens/Settings/index.tsx:672 msgid "App Passwords" msgstr "Kata Sandi Aplikasi" -#: src/components/moderation/LabelsOnMeDialog.tsx:154 -#: src/components/moderation/LabelsOnMeDialog.tsx:157 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 +#: src/components/moderation/LabelsOnMeDialog.tsx:149 msgid "Appeal" msgstr "Ajukan Banding" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "Banding label \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "Banding diajukan" @@ -749,7 +821,7 @@ msgstr "Tambahkan feed bawaan yang direkomendasikan" #~ msgid "Are you sure you want delete this starter pack?" #~ msgstr "" -#: src/view/screens/AppPasswords.tsx:282 +#: src/view/screens/AppPasswords.tsx:277 msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "Apakah Anda yakin ingin menghapus sandi aplikasi \"{name}\"?" @@ -781,7 +853,7 @@ msgstr "Apakah Anda yakin ingin menghapus {0} dari daftar feed Anda?" msgid "Are you sure you want to remove this from your feeds?" msgstr "Apakah Anda yakin ingin menghapus ini dari daftar feed Anda?" -#: src/view/com/composer/Composer.tsx:772 +#: src/view/com/composer/Composer.tsx:838 msgid "Are you sure you'd like to discard this draft?" msgstr "Anda yakin ingin membuang draf ini?" @@ -802,19 +874,19 @@ msgstr "Seni" msgid "Artistic or non-erotic nudity." msgstr "Ketelanjangan artistik atau non-erotis." -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "Minimal 3 karakter" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 -#: src/components/moderation/LabelsOnMeDialog.tsx:294 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:285 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:298 -#: src/screens/Login/LoginForm.tsx:304 +#: src/screens/Login/LoginForm.tsx:285 +#: src/screens/Login/LoginForm.tsx:291 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Messages/Conversation/ChatDisabled.tsx:133 @@ -842,7 +914,7 @@ msgstr "Tanggal lahir" msgid "Birthday:" msgstr "Tanggal lahir:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "Blokir" @@ -873,7 +945,7 @@ msgstr "Blokir daftar" msgid "Block these accounts?" msgstr "Blokir akun-akun ini?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:83 msgid "Blocked" msgstr "Diblokir" @@ -942,6 +1014,10 @@ msgstr "Bluesky lebih seru jika bersama teman!" #~ msgid "Bluesky is public." #~ msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:206 +msgid "Bluesky now has over 10 million users, and I was #{0}!" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:282 msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky akan memilih serangkaian akun yang direkomendasikan dari orang-orang dalam jaringan Anda." @@ -963,23 +1039,27 @@ msgstr "Buramkan gambar dan saring dari feed" msgid "Books" msgstr "Buku" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:614 +msgid "Brag a little!" +msgstr "" + +#: src/components/FeedInterstitials.tsx:350 msgid "Browse more accounts on the Explore page" msgstr "Jelajahi akun lainnya pada halaman Jelajah" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:483 msgid "Browse more feeds on the Explore page" msgstr "Jelajahi feed lainnya pada halaman Jelajah" -#: src/components/FeedInterstitials.tsx:282 -#: src/components/FeedInterstitials.tsx:285 -#: src/components/FeedInterstitials.tsx:415 -#: src/components/FeedInterstitials.tsx:418 +#: src/components/FeedInterstitials.tsx:332 +#: src/components/FeedInterstitials.tsx:335 +#: src/components/FeedInterstitials.tsx:465 +#: src/components/FeedInterstitials.tsx:468 msgid "Browse more suggestions" msgstr "Jelajahi saran lainnya" -#: src/components/FeedInterstitials.tsx:308 -#: src/components/FeedInterstitials.tsx:442 +#: src/components/FeedInterstitials.tsx:358 +#: src/components/FeedInterstitials.tsx:492 msgid "Browse more suggestions on the Explore page" msgstr "Jelajahi saran lainnya pada halaman Jelajah" @@ -1029,12 +1109,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "Hanya dapat terdiri dari huruf, angka, spasi, tanda hubung dan garis bawah. Minimal 4 karakter, namun tidak boleh lebih dari 32 karakter." #: src/components/Menu/index.tsx:235 -#: src/components/Prompt.tsx:119 -#: src/components/Prompt.tsx:121 +#: src/components/Prompt.tsx:122 +#: src/components/Prompt.tsx:124 #: src/components/TagMenu/index.tsx:282 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:512 -#: src/view/com/composer/Composer.tsx:527 +#: src/view/com/composer/Composer.tsx:594 +#: src/view/com/composer/Composer.tsx:609 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -1050,7 +1130,7 @@ msgstr "Hanya dapat terdiri dari huruf, angka, spasi, tanda hubung dan garis baw #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "Batal" @@ -1079,7 +1159,7 @@ msgstr "Batal memotong gambar" msgid "Cancel profile editing" msgstr "Batal mengedit profil" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "Batal mengutip postingan" @@ -1095,6 +1175,25 @@ msgstr "Batal mencari" msgid "Cancels opening the linked website" msgstr "Membatalkan membuka situs web tertaut" +#: src/state/shell/composer/index.tsx:70 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:114 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:155 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:191 +msgid "Cannot interact with a blocked user" +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:135 +msgid "Captions (.vtt)" +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +msgid "Captions & alt text" +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:368 +msgid "Celebrating {0} users" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "Ubah" @@ -1135,8 +1234,8 @@ msgid "Change Your Email" msgstr "Ubah Email Anda" #: src/Navigation.tsx:338 -#: src/view/shell/bottom-bar/BottomBar.tsx:204 -#: src/view/shell/desktop/LeftNav.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:201 +#: src/view/shell/desktop/LeftNav.tsx:301 msgid "Chat" msgstr "Obrolan" @@ -1178,7 +1277,7 @@ msgstr "Periksa status saya" #~ msgid "Check out some recommended users. Follow them to see similar users." #~ msgstr "" -#: src/screens/Login/LoginForm.tsx:291 +#: src/screens/Login/LoginForm.tsx:278 msgid "Check your email for a login code and enter it here." msgstr "Periksa email Anda untuk mendapatkan kode login dan masukkan di sini." @@ -1191,12 +1290,12 @@ msgstr "Periksa kotak masuk email Anda untuk kode konfirmasi dan masukkan di baw #~ msgstr "" #: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "Pilih 3 atau lebih:" +#~ msgid "Choose 3 or more:" +#~ msgstr "Pilih 3 atau lebih:" #: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "Pilih setidaknya {0} lagi" +#~ msgid "Choose at least {0} more" +#~ msgstr "Pilih setidaknya {0} lagi" #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" @@ -1214,7 +1313,7 @@ msgstr "Pilih Pengguna" msgid "Choose Service" msgstr "Pilih Layanan" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "Pilih algoritma yang akan digunakan untuk feed kustom Anda." @@ -1301,7 +1400,7 @@ msgstr "" msgid "Click to enable quote posts of this post." msgstr "" -#: src/components/dms/MessageItem.tsx:231 +#: src/components/dms/MessageItem.tsx:232 msgid "Click to retry failed message" msgstr "Ketuk untuk mengirim ulang pesan yang gagal" @@ -1316,13 +1415,15 @@ msgstr "Keletak 🐴 keletuk 🐴" #: src/components/dialogs/GifSelect.ios.tsx:250 #: src/components/dialogs/GifSelect.tsx:270 #: src/components/dms/dialogs/SearchablePeopleList.tsx:261 +#: src/components/intents/VerifyEmailIntentDialog.tsx:111 +#: src/components/intents/VerifyEmailIntentDialog.tsx:118 #: src/components/NewskieDialog.tsx:146 #: src/components/NewskieDialog.tsx:153 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:131 #: src/view/com/modals/ChangePassword.tsx:268 #: src/view/com/modals/ChangePassword.tsx:271 -#: src/view/com/util/post-embeds/GifEmbed.tsx:195 +#: src/view/com/util/post-embeds/GifEmbed.tsx:188 msgid "Close" msgstr "Tutup" @@ -1377,7 +1478,7 @@ msgstr "Menutup bilah navigasi bawah" msgid "Closes password update alert" msgstr "Menutup peringatan pembaruan kata sandi" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:606 msgid "Closes post composer and discards post draft" msgstr "Menutup penyusun postingan dan membuang draf" @@ -1385,11 +1486,11 @@ msgstr "Menutup penyusun postingan dan membuang draf" msgid "Closes viewer for header image" msgstr "Menutup penampil untuk gambar header" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "Ciutkan daftar pengguna" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "Menciutkan daftar pengguna untuk notifikasi tertentu" @@ -1408,7 +1509,7 @@ msgstr "Komik" msgid "Community Guidelines" msgstr "Panduan Komunitas" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "Selesaikan orientasi dan mulai menggunakan akun Anda" @@ -1416,7 +1517,7 @@ msgstr "Selesaikan orientasi dan mulai menggunakan akun Anda" msgid "Complete the challenge" msgstr "Selesaikan tantangan" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:714 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Buat postingan dengan panjang hingga {MAX_GRAPHEME_LENGTH} karakter" @@ -1425,8 +1526,8 @@ msgid "Compose reply" msgstr "Tulis balasan" #: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 -msgid "Compressing..." -msgstr "" +#~ msgid "Compressing..." +#~ msgstr "" #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 #~ msgid "Configure content filtering setting for category: {0}" @@ -1440,8 +1541,8 @@ msgstr "Konfigurasikan pengaturan penyaringan konten untuk kategori: {name}" msgid "Configured in <0>moderation settings." msgstr "Diatur pada <0>pengaturan moderasi." -#: src/components/Prompt.tsx:162 #: src/components/Prompt.tsx:165 +#: src/components/Prompt.tsx:168 #: src/view/com/modals/SelfLabel.tsx:155 #: src/view/com/modals/VerifyEmail.tsx:239 #: src/view/com/modals/VerifyEmail.tsx:241 @@ -1471,7 +1572,7 @@ msgstr "Konfirmasi usia Anda:" msgid "Confirm your birthdate" msgstr "Konfirmasi tanggal lahir Anda" -#: src/screens/Login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:259 #: src/view/com/modals/ChangeEmail.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:238 #: src/view/com/modals/DeleteAccount.tsx:244 @@ -1481,7 +1582,7 @@ msgstr "Konfirmasi tanggal lahir Anda" msgid "Confirmation code" msgstr "Kode konfirmasi" -#: src/screens/Login/LoginForm.tsx:325 +#: src/screens/Login/LoginForm.tsx:312 msgid "Connecting..." msgstr "Menghubungkan..." @@ -1527,7 +1628,7 @@ msgstr "Peringatan konten" msgid "Context menu backdrop, click to close the menu." msgstr "Latar menu konteks, klik untuk menutup menu." -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Lanjutkan" @@ -1540,7 +1641,7 @@ msgstr "Lanjutkan sebagai {0} (sudah masuk)" msgid "Continue thread..." msgstr "Lanjutkan utas..." -#: src/screens/Onboarding/StepInterests/index.tsx:275 +#: src/screens/Onboarding/StepInterests/index.tsx:255 #: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/BackNextButtons.tsx:59 msgid "Continue to next step" @@ -1576,7 +1677,7 @@ msgstr "Menyalin versi build ke papan klip" #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:234 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:368 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:392 msgid "Copied to clipboard" msgstr "Disalin ke papan klip" @@ -1662,6 +1763,10 @@ msgstr "Tidak dapat memuat daftar" msgid "Could not mute chat" msgstr "Tidak dapat membisukan obrolan" +#: src/view/com/composer/videos/VideoPreview.web.tsx:56 +msgid "Could not process your video" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:68 #~ msgid "Could not unmute chat" #~ msgstr "" @@ -1727,7 +1832,7 @@ msgstr "Buat akun baru" msgid "Create report for {0}" msgstr "Buat laporan untuk {0}" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "Dibuat {0}" @@ -1783,7 +1888,7 @@ msgstr "" #~ msgid "Dark Theme" #~ msgstr "Tema Gelap" -#: src/screens/Signup/StepInfo/index.tsx:191 +#: src/screens/Signup/StepInfo/index.tsx:192 msgid "Date of birth" msgstr "Tanggal lahir" @@ -1809,7 +1914,7 @@ msgstr "Panel awakutu" #: src/screens/StarterPack/StarterPackScreen.tsx:652 #: src/screens/StarterPack/StarterPackScreen.tsx:732 #: src/view/com/util/forms/PostDropdownBtn.tsx:629 -#: src/view/screens/AppPasswords.tsx:285 +#: src/view/screens/AppPasswords.tsx:280 #: src/view/screens/ProfileList.tsx:723 msgid "Delete" msgstr "Hapus" @@ -1826,11 +1931,11 @@ msgstr "Hapus akun" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "Hapus Akun <0>\"<1>{0}<2>\"" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "Hapus kata sandi aplikasi" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "Hapus kata sandi aplikasi?" @@ -1885,7 +1990,7 @@ msgstr "Hapus daftar ini?" msgid "Delete this post?" msgstr "Hapus postingan ini?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:93 msgid "Deleted" msgstr "Dihapus" @@ -1921,7 +2026,7 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "" -#: src/view/com/composer/Composer.tsx:327 +#: src/view/com/composer/Composer.tsx:355 msgid "Did you want to say anything?" msgstr "Apakah Anda ingin mengatakan sesuatu?" @@ -1935,8 +2040,12 @@ msgid "Direct messages are here!" msgstr "Pesan langsung telah hadir!" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" -msgstr "Nonaktifkan pemutaran otomatis untuk GIF" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "Nonaktifkan pemutaran otomatis untuk GIF" + +#: src/view/screens/AccessibilitySettings.tsx:111 +msgid "Disable autoplay for videos and GIFs" +msgstr "" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 msgid "Disable Email 2FA" @@ -1950,7 +2059,7 @@ msgstr "Matikan respons haptik" #~ msgid "Disable haptics" #~ msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:379 msgid "Disable subtitles" msgstr "" @@ -1967,11 +2076,11 @@ msgstr "" msgid "Disabled" msgstr "Dinonaktifkan" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:840 msgid "Discard" msgstr "Buang" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:837 msgid "Discard draft?" msgstr "Buang draf?" @@ -1981,8 +2090,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "Cegah aplikasi menampilkan akun saya ke pengguna yang tidak masuk" #: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "Discover mempelajari postingan mana yang Anda suka ketika Anda menjelajah." +#~ msgid "Discover learns which posts you like as you browse." +#~ msgstr "Discover mempelajari postingan mana yang Anda suka ketika Anda menjelajah." #: src/view/com/posts/FollowingEmptyState.tsx:70 #: src/view/com/posts/FollowingEndOfFeed.tsx:71 @@ -1998,10 +2107,10 @@ msgid "Discover New Feeds" msgstr "Temukan Feed Baru" #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 -msgid "Dismiss" -msgstr "" +#~ msgid "Dismiss" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:612 +#: src/view/com/composer/Composer.tsx:1107 msgid "Dismiss error" msgstr "" @@ -2033,7 +2142,7 @@ msgstr "" msgid "Does not include nudity." msgstr "Tidak termasuk ketelanjangan." -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "Tidak diawali atau diakhiri dengan tanda hubung" @@ -2053,6 +2162,8 @@ msgstr "Domain terverifikasi!" #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/composer/videos/SubtitleDialog.tsx:171 +#: src/view/com/composer/videos/SubtitleDialog.tsx:181 #: src/view/com/modals/AddAppPasswords.tsx:243 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 @@ -2075,7 +2186,7 @@ msgstr "Selesai" msgid "Done{extraText}" msgstr "Selesai{extraText}" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "Unduh Bluesky" @@ -2084,7 +2195,11 @@ msgstr "Unduh Bluesky" msgid "Download CAR file" msgstr "Unduh berkas CAR" -#: src/view/com/composer/text-input/TextInput.web.tsx:271 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:622 +msgid "Download image" +msgstr "" + +#: src/view/com/composer/text-input/TextInput.web.tsx:269 msgid "Drop to add images" msgstr "Lepaskan untuk menambahkan gambar" @@ -2149,7 +2264,7 @@ msgctxt "action" msgid "Edit" msgstr "Ubah" -#: src/view/com/util/UserAvatar.tsx:328 +#: src/view/com/util/UserAvatar.tsx:334 #: src/view/com/util/UserBanner.tsx:92 msgid "Edit avatar" msgstr "Ubah avatar" @@ -2197,12 +2312,12 @@ msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "Edit profil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:187 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "Edit Profil" @@ -2257,6 +2372,10 @@ msgstr "Email 2FA dinonaktifkan" msgid "Email address" msgstr "Alamat email" +#: src/components/intents/VerifyEmailIntentDialog.tsx:95 +msgid "Email Resent" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:54 #: src/view/com/modals/ChangeEmail.tsx:83 msgid "Email updated" @@ -2270,6 +2389,10 @@ msgstr "Email Diperbarui" msgid "Email verified" msgstr "Email terverifikasi" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "Email:" @@ -2319,7 +2442,7 @@ msgstr "Aktifkan pemutar media untuk" msgid "Enable priority notifications" msgstr "Aktifkan notifikasi prioritas" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:380 msgid "Enable subtitles" msgstr "" @@ -2337,7 +2460,7 @@ msgstr "Aktifkan hanya sumber ini saja" msgid "Enabled" msgstr "Diaktifkan" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "Akhir feed" @@ -2346,8 +2469,12 @@ msgstr "Akhir feed" #~ msgstr "" #: src/tours/Tooltip.tsx:159 -msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." -msgstr "Akhir jendela tur orientasi. Jangan maju. Mundur untuk melihat opsi lainnya, atau tekan untuk melewati." +#~ msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgstr "Akhir jendela tur orientasi. Jangan maju. Mundur untuk melihat opsi lainnya, atau tekan untuk melewati." + +#: src/view/com/composer/videos/SubtitleDialog.tsx:161 +msgid "Ensure you have selected a language for each subtitle file." +msgstr "" #: src/view/com/modals/AddAppPasswords.tsx:161 msgid "Enter a name for this App Password" @@ -2403,11 +2530,11 @@ msgstr "Masukkan nama pengguna dan kata sandi Anda" msgid "Error occurred while saving file" msgstr "Terjadi kesalahan saat menyimpan berkas" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "Kesalahan saat menerima respons captcha." -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Galat:" @@ -2431,11 +2558,11 @@ msgstr "" msgid "Everyone" msgstr "Semua orang" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "Menyebut atau membalas secara berlebihan" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "Pesan yang berlebihan atau tidak diinginkan" @@ -2447,6 +2574,10 @@ msgstr "" msgid "Excludes users you follow" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:397 +msgid "Exit fullscreen" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:293 msgid "Exits account deletion process" msgstr "Keluar dari proses penghapusan akun" @@ -2471,7 +2602,7 @@ msgstr "Keluar dari memasukkan kueri pencarian" msgid "Expand alt text" msgstr "Bentangkan teks alt" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "Bentangkan daftar pengguna" @@ -2595,7 +2726,7 @@ msgstr "Gagal menyimpan gambar: {0}" msgid "Failed to save notification preferences, please try again" msgstr "Gagal menyimpan preferensi notifikasi, silakan coba lagi" -#: src/components/dms/MessageItem.tsx:224 +#: src/components/dms/MessageItem.tsx:225 msgid "Failed to send" msgstr "Gagal mengirim" @@ -2603,7 +2734,7 @@ msgstr "Gagal mengirim" #~ msgid "Failed to send message(s)." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:234 +#: src/components/moderation/LabelsOnMeDialog.tsx:225 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "Gagal mengajukan banding, silakan coba lagi." @@ -2621,6 +2752,13 @@ msgstr "Gagal memperbarui daftar feed" msgid "Failed to update settings" msgstr "Gagal memperbarui pengaturan" +#: src/state/queries/video/video-upload.ts:67 +#: src/state/queries/video/video-upload.web.ts:64 +#: src/state/queries/video/video-upload.web.ts:68 +#: src/state/queries/video/video-upload.web.ts:78 +msgid "Failed to upload video" +msgstr "" + #: src/Navigation.tsx:226 msgid "Feed" msgstr "Feed" @@ -2647,9 +2785,9 @@ msgstr "Masukan" #: src/screens/StarterPack/StarterPackScreen.tsx:172 #: src/view/screens/Feeds.tsx:445 #: src/view/screens/Feeds.tsx:550 -#: src/view/screens/Profile.tsx:213 +#: src/view/screens/Profile.tsx:224 #: src/view/screens/Search/Search.tsx:375 -#: src/view/shell/desktop/LeftNav.tsx:379 +#: src/view/shell/desktop/LeftNav.tsx:373 #: src/view/shell/Drawer.tsx:497 #: src/view/shell/Drawer.tsx:498 msgid "Feeds" @@ -2683,7 +2821,7 @@ msgstr "Berkas berhasil disimpan!" msgid "Filter from feeds" msgstr "Saring dari feed" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "Menyelesaikan" @@ -2694,8 +2832,8 @@ msgid "Find accounts to follow" msgstr "Temukan akun untuk diikuti" #: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "Temukan feed dan akun lainnya untuk diikuti di halaman Jelajah." +#~ msgid "Find more feeds and accounts to follow in the Explore page." +#~ msgstr "Temukan feed dan akun lainnya untuk diikuti di halaman Jelajah." #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" @@ -2726,14 +2864,14 @@ msgid "Finish" msgstr "Selesai" #: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "Selesaikan tur dan mulai menggunakan aplikasi" +#~ msgid "Finish tour and begin using the application" +#~ msgstr "Selesaikan tur dan mulai menggunakan aplikasi" #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "Kebugaran" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "Fleksibel" @@ -2747,11 +2885,11 @@ msgid "Flip vertically" msgstr "Balik secara vertikal" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:351 +#: src/components/ProfileCard.tsx:356 #: src/components/ProfileHoverCard/index.web.tsx:446 #: src/components/ProfileHoverCard/index.web.tsx:457 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:252 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:225 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 msgid "Follow" msgstr "Ikuti" @@ -2760,8 +2898,8 @@ msgctxt "action" msgid "Follow" msgstr "Ikuti" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:238 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:209 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:126 msgid "Follow {0}" msgstr "Ikuti {0}" @@ -2787,7 +2925,13 @@ msgstr "Ikuti semua" #~ msgid "Follow All" #~ msgstr "" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/view/com/profile/FollowButton.tsx:79 +msgctxt "action" +msgid "Follow Back" +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:223 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 msgid "Follow Back" msgstr "Ikuti Balik" @@ -2835,16 +2979,16 @@ msgstr "Pengguna yang Anda ikuti" #~ msgid "Followed users only" #~ msgstr "Hanya pengguna yang diikuti" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "mengikuti Anda" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" msgstr "mengikuti Anda kembali" -#: src/view/com/profile/ProfileFollowers.tsx:104 -#: src/view/screens/ProfileFollowers.tsx:25 +#: src/view/screens/ProfileFollowers.tsx:29 +#: src/view/screens/ProfileFollowers.tsx:30 msgid "Followers" msgstr "Pengikut" @@ -2858,20 +3002,20 @@ msgid "Followers you know" msgstr "Pengikut yang Anda kenal" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:345 +#: src/components/ProfileCard.tsx:350 #: src/components/ProfileHoverCard/index.web.tsx:445 #: src/components/ProfileHoverCard/index.web.tsx:456 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 -#: src/view/com/profile/ProfileFollows.tsx:104 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:147 #: src/view/screens/Feeds.tsx:630 -#: src/view/screens/ProfileFollows.tsx:25 +#: src/view/screens/ProfileFollows.tsx:29 +#: src/view/screens/ProfileFollows.tsx:30 #: src/view/screens/SavedFeeds.tsx:416 msgid "Following" msgstr "Mengikuti" -#: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/components/ProfileCard.tsx:316 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Mengikuti {0}" @@ -2890,8 +3034,8 @@ msgid "Following Feed Preferences" msgstr "Preferensi Feed Mengikuti" #: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "Feed Mengikuti menampilkan postingan terbaru dari orang-orang yang Anda ikuti." +#~ msgid "Following shows the latest posts from people you follow." +#~ msgstr "Feed Mengikuti menampilkan postingan terbaru dari orang-orang yang Anda ikuti." #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" @@ -2923,11 +3067,11 @@ msgstr "" msgid "Forgot Password" msgstr "Lupa Kata Sandi" -#: src/screens/Login/LoginForm.tsx:246 +#: src/screens/Login/LoginForm.tsx:233 msgid "Forgot password?" msgstr "Lupa kata sandi?" -#: src/screens/Login/LoginForm.tsx:257 +#: src/screens/Login/LoginForm.tsx:244 msgid "Forgot?" msgstr "Lupa?" @@ -2935,15 +3079,19 @@ msgstr "Lupa?" msgid "Frequently Posts Unwanted Content" msgstr "Sering Memposting Konten yang Tidak Diinginkan" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "Dari @{sanitizedAuthor}" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "Dari <0/>" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:398 +msgid "Fullscreen" +msgstr "" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galeri" @@ -2969,7 +3117,7 @@ msgstr "Mulai" msgid "Getting started" msgstr "Memulai" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:122 msgid "GIF" msgstr "GIF" @@ -2988,7 +3136,7 @@ msgstr "Pelanggaran hukum atau ketentuan layanan secara terang-terangan" #: src/view/screens/NotFound.tsx:55 #: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:1026 -#: src/view/shell/desktop/LeftNav.tsx:134 +#: src/view/shell/desktop/LeftNav.tsx:133 msgid "Go back" msgstr "Kembali" @@ -3037,7 +3185,7 @@ msgstr "Ke Beranda" msgid "Go to conversation with {0}" msgstr "Buka percakapan dengan {0}" -#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:171 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Go to next" msgstr "Berikutnya" @@ -3047,8 +3195,8 @@ msgid "Go to profile" msgstr "Buka profil" #: src/tours/Tooltip.tsx:138 -msgid "Go to the next step of the tour" -msgstr "Lanjut ke langkah tur selanjutnya" +#~ msgid "Go to the next step of the tour" +#~ msgstr "Lanjut ke langkah tur selanjutnya" #: src/components/dms/ConvoMenu.tsx:164 msgid "Go to user's profile" @@ -3126,7 +3274,7 @@ msgstr "" msgid "Hide" msgstr "Sembunyikan" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "Sembunyikan" @@ -3165,7 +3313,7 @@ msgstr "Sembunyikan postingan ini?" msgid "Hide this reply?" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "Sembunyikan daftar pengguna" @@ -3197,10 +3345,14 @@ msgstr "Hmmmm, sepertinya kami kesulitan memuat data ini. Lihat di bawah untuk k msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, kami tidak dapat memuat layanan moderasi." -#: src/Navigation.tsx:549 -#: src/Navigation.tsx:569 -#: src/view/shell/bottom-bar/BottomBar.tsx:160 -#: src/view/shell/desktop/LeftNav.tsx:342 +#: src/state/queries/video/video.ts:165 +msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" +msgstr "" + +#: src/Navigation.tsx:550 +#: src/Navigation.tsx:570 +#: src/view/shell/bottom-bar/BottomBar.tsx:159 +#: src/view/shell/desktop/LeftNav.tsx:341 #: src/view/shell/Drawer.tsx:429 #: src/view/shell/Drawer.tsx:430 msgid "Home" @@ -3211,7 +3363,7 @@ msgid "Host:" msgstr "Host:" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:180 +#: src/screens/Login/LoginForm.tsx:169 #: src/screens/Signup/StepInfo/index.tsx:106 #: src/view/com/modals/ChangeHandle.tsx:275 msgid "Hosting provider" @@ -3272,7 +3424,7 @@ msgstr "Jika ingin mengubah panggilan atau email, lakukanlah sebelum Anda menona msgid "Illegal and Urgent" msgstr "Ilegal dan Urgen" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:56 msgid "Image" msgstr "Gambar" @@ -3280,6 +3432,7 @@ msgstr "Gambar" msgid "Image alt text" msgstr "Teks alt gambar" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:247 #: src/components/StarterPack/ShareDialog.tsx:76 msgid "Image saved to your camera roll!" msgstr "Gambar telah disimpan ke rol kamera Anda!" @@ -3288,7 +3441,11 @@ msgstr "Gambar telah disimpan ke rol kamera Anda!" msgid "Impersonation or false claims about identity or affiliation" msgstr "Impersonasi atau klaim palsu tentang identitas atau afiliasi" -#: src/lib/moderation/useReportOptions.ts:86 +#: src/lib/moderation/useReportOptions.ts:68 +msgid "Impersonation, misinformation, or false claims" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:91 msgid "Inappropriate messages or explicit links" msgstr "Pesan tidak pantas atau tautan eksplisit" @@ -3312,7 +3469,7 @@ msgstr "Masukkan kata sandi baru" msgid "Input password for account deletion" msgstr "Masukkan kata sandi untuk penghapusan akun" -#: src/screens/Login/LoginForm.tsx:286 +#: src/screens/Login/LoginForm.tsx:273 msgid "Input the code which has been emailed to you" msgstr "Masukkan kode yang telah dikirim ke email Anda" @@ -3320,11 +3477,11 @@ msgstr "Masukkan kode yang telah dikirim ke email Anda" #~ msgid "Input the password tied to {identifier}" #~ msgstr "" -#: src/screens/Login/LoginForm.tsx:215 +#: src/screens/Login/LoginForm.tsx:203 msgid "Input the username or email address you used at signup" msgstr "Masukkan nama pengguna atau alamat email yang Anda gunakan saat mendaftar" -#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Login/LoginForm.tsx:228 msgid "Input your password" msgstr "Masukkan kata sandi Anda" @@ -3332,7 +3489,7 @@ msgstr "Masukkan kata sandi Anda" msgid "Input your preferred hosting provider" msgstr "Masukkan penyedia hosting pilihan Anda" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "Masukkan panggilan Anda" @@ -3344,7 +3501,7 @@ msgstr "" msgid "Introducing Direct Messages" msgstr "Memperkenalkan Pesan Langsung" -#: src/screens/Login/LoginForm.tsx:140 +#: src/screens/Login/LoginForm.tsx:145 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Kode konfirmasi 2FA tidak valid." @@ -3353,10 +3510,15 @@ msgstr "Kode konfirmasi 2FA tidak valid." msgid "Invalid or unsupported post record" msgstr "Catatan postingan tidak valid atau tidak didukung" -#: src/screens/Login/LoginForm.tsx:145 +#: src/screens/Login/LoginForm.tsx:91 +#: src/screens/Login/LoginForm.tsx:150 msgid "Invalid username or password" msgstr "Username atau kata sandi salah" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Undang Teman" @@ -3365,7 +3527,7 @@ msgstr "Undang Teman" msgid "Invite code" msgstr "Kode Undangan" -#: src/screens/Signup/state.ts:263 +#: src/screens/Signup/state.ts:258 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Kode undangan salah. Periksa bahwa Anda memasukkannya dengan benar dan coba lagi." @@ -3397,6 +3559,10 @@ msgstr "Undangan, tetapi personal" msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Hanya ada Anda saat ini! Tambahkan lebih banyak orang ke paket pemula Anda melalui pencarian di atas." +#: src/view/com/composer/Composer.tsx:1126 +msgid "Job ID: {0}" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:164 msgid "Jobs" msgstr "Karir" @@ -3412,6 +3578,10 @@ msgstr "Bergabung di Bluesky" msgid "Join the conversation" msgstr "Bergabunglah dengan kami" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:492 +msgid "Joined {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:21 #: src/screens/Onboarding/state.ts:89 msgid "Journalism" @@ -3429,7 +3599,7 @@ msgstr "Dilabeli oleh {0}." msgid "Labeled by the author." msgstr "Dilabeli oleh pemosting." -#: src/view/screens/Profile.tsx:207 +#: src/view/screens/Profile.tsx:218 msgid "Labels" msgstr "Label" @@ -3441,11 +3611,11 @@ msgstr "Label adalah anotasi yang diterapkan pada pengguna dan konten. Label dap #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "Label pada akun Anda" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "Label pada konten Anda" @@ -3466,7 +3636,7 @@ msgstr "Pengaturan Bahasa" msgid "Languages" msgstr "Bahasa" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "Terbaru" @@ -3540,8 +3710,7 @@ msgstr "Biarkan saya memilih" msgid "Let's get your password reset!" msgstr "Reset kata sandi Anda!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "Ayo!" @@ -3574,9 +3743,9 @@ msgstr "Suka feed ini" msgid "Liked by" msgstr "Disukai oleh" -#: src/screens/Post/PostLikedBy.tsx:29 +#: src/screens/Post/PostLikedBy.tsx:31 +#: src/screens/Post/PostLikedBy.tsx:32 #: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 -#: src/view/com/post-thread/PostLikedBy.tsx:94 #: src/view/screens/ProfileFeedLikedBy.tsx:28 msgid "Liked By" msgstr "Disukai Oleh" @@ -3595,15 +3764,15 @@ msgstr "Disukai Oleh" #~ msgid "Liked by {likeCount} {0}" #~ msgstr "" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "menyukai feed kustom Anda" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "menyukai postingan Anda" -#: src/view/screens/Profile.tsx:212 +#: src/view/screens/Profile.tsx:223 msgid "Likes" msgstr "Suka" @@ -3657,9 +3826,9 @@ msgid "List unmuted" msgstr "Daftar batal dibisukan" #: src/Navigation.tsx:130 -#: src/view/screens/Profile.tsx:208 -#: src/view/screens/Profile.tsx:215 -#: src/view/shell/desktop/LeftNav.tsx:385 +#: src/view/screens/Profile.tsx:219 +#: src/view/screens/Profile.tsx:226 +#: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:513 #: src/view/shell/Drawer.tsx:514 msgid "Lists" @@ -3685,7 +3854,7 @@ msgstr "Muat lebih banyak akun untuk diikuti" msgid "Load new notifications" msgstr "Muat notifikasi baru" -#: src/screens/Profile/Sections/Feed.tsx:87 +#: src/screens/Profile/Sections/Feed.tsx:94 #: src/view/com/feeds/FeedPage.tsx:136 #: src/view/screens/ProfileFeed.tsx:495 #: src/view/screens/ProfileList.tsx:805 @@ -3762,7 +3931,7 @@ msgid "Mark as read" msgstr "Tandai telah dibaca" #: src/view/screens/AccessibilitySettings.tsx:106 -#: src/view/screens/Profile.tsx:211 +#: src/view/screens/Profile.tsx:222 msgid "Media" msgstr "Media" @@ -3792,12 +3961,12 @@ msgstr "Pesan dihapus" msgid "Message from server: {0}" msgstr "Pesan dari server: {0}" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" msgstr "Kotak input pesan" -#: src/screens/Messages/Conversation/MessageInput.tsx:70 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:49 +#: src/screens/Messages/Conversation/MessageInput.tsx:72 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:59 msgid "Message is too long" msgstr "Pesan terlalu panjang" @@ -3805,7 +3974,7 @@ msgstr "Pesan terlalu panjang" msgid "Message settings" msgstr "Pengaturan pesan" -#: src/Navigation.tsx:564 +#: src/Navigation.tsx:565 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -3820,6 +3989,10 @@ msgstr "Pesan" msgid "Misleading Account" msgstr "Akun Menyesatkan" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" msgstr "" @@ -3886,7 +4059,7 @@ msgstr "Alat moderasi" msgid "Moderator has chosen to set a general warning on the content." msgstr "Moderator telah memilih untuk menetapkan peringatan umum pada konten." -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "Selengkapnya" @@ -3910,9 +4083,13 @@ msgstr "Film" msgid "Music" msgstr "Musik" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:389 +msgctxt "video" +msgid "Mute" +msgstr "" + #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 msgid "Mute" msgstr "Bisukan" @@ -3997,9 +4174,9 @@ msgstr "Bisukan utas" msgid "Mute words & tags" msgstr "Bisukan kata & tagar" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Muted" -msgstr "Dibisukan" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Muted" +#~ msgstr "Dibisukan" #: src/screens/Moderation/index.tsx:264 msgid "Muted accounts" @@ -4035,7 +4212,7 @@ msgstr "Tanggal Lahir Saya" msgid "My Feeds" msgstr "Daftar Feed Saya" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "Profil Saya" @@ -4057,9 +4234,9 @@ msgid "Name is required" msgstr "Nama harus diisi" #: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:93 -#: src/lib/moderation/useReportOptions.ts:101 -#: src/lib/moderation/useReportOptions.ts:109 +#: 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" @@ -4072,12 +4249,12 @@ msgstr "Alam" msgid "Navigate to {0}" msgstr "Menuju ke {0}" -#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:73 +#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:76 msgid "Navigate to starter pack" msgstr "Menuju ke paket pemula" -#: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:332 +#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/LoginForm.tsx:319 #: src/view/com/modals/ChangePassword.tsx:169 msgid "Navigates to the next screen" msgstr "Menuju ke layar berikutnya" @@ -4095,7 +4272,7 @@ msgstr "Perlu melaporkan pelanggaran hak cipta?" #~ msgid "Never lose access to your followers and data." #~ msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "Tidak akan lagi kehilangan akses ke data dan pengikut Anda." @@ -4141,15 +4318,15 @@ msgstr "Postingan baru" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:228 -#: src/view/screens/Profile.tsx:478 +#: src/view/screens/Profile.tsx:489 #: src/view/screens/ProfileFeed.tsx:429 #: src/view/screens/ProfileList.tsx:237 #: src/view/screens/ProfileList.tsx:276 -#: src/view/shell/desktop/LeftNav.tsx:278 +#: src/view/shell/desktop/LeftNav.tsx:277 msgid "New post" msgstr "Postingan baru" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "Postingan baru" @@ -4172,9 +4349,9 @@ msgid "News" msgstr "Berita" #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:331 -#: src/screens/Login/LoginForm.tsx:338 +#: src/screens/Login/ForgotPasswordForm.tsx:149 +#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:325 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/BackNextButtons.tsx:66 @@ -4182,7 +4359,6 @@ msgstr "Berita" #: src/screens/StarterPack/Wizard/index.tsx:187 #: src/screens/StarterPack/Wizard/index.tsx:358 #: src/screens/StarterPack/Wizard/index.tsx:365 -#: src/tours/Tooltip.tsx:139 #: src/view/com/modals/ChangePassword.tsx:254 #: src/view/com/modals/ChangePassword.tsx:256 msgid "Next" @@ -4224,12 +4400,12 @@ msgstr "GIF tidak ditemukan. Mungkin ada masalah dengan Tenor." msgid "No feeds found. Try searching for something else." msgstr "Tidak ditemukan feed apa pun. Coba pencarian lain." -#: src/components/ProfileCard.tsx:331 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 +#: src/components/ProfileCard.tsx:336 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Tidak lagi mengikuti {0}" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "Tidak lebih dari 253 karakter" @@ -4256,7 +4432,7 @@ msgstr "Tidak seorang pun" msgid "No one but the author can quote this post." msgstr "" -#: src/screens/Profile/Sections/Feed.tsx:59 +#: src/screens/Profile/Sections/Feed.tsx:64 msgid "No posts yet." msgstr "Belum ada postingan." @@ -4324,7 +4500,7 @@ msgstr "Ketelanjangan Non-Seksual" #~ msgstr "" #: src/Navigation.tsx:125 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Not Found" msgstr "Tidak ditemukan" @@ -4335,7 +4511,7 @@ msgstr "Jangan sekarang" #: src/view/com/profile/ProfileMenu.tsx:372 #: src/view/com/util/forms/PostDropdownBtn.tsx:654 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:332 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:356 msgid "Note about sharing" msgstr "Catatan tentang berbagi" @@ -4368,22 +4544,22 @@ msgstr "Suara notifikasi" msgid "Notification Sounds" msgstr "Suara Notifikasi" -#: src/Navigation.tsx:559 +#: src/Navigation.tsx:560 #: src/view/screens/Notifications.tsx:145 #: src/view/screens/Notifications.tsx:155 #: src/view/screens/Notifications.tsx:203 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 -#: src/view/shell/desktop/LeftNav.tsx:362 +#: src/view/shell/bottom-bar/BottomBar.tsx:227 +#: src/view/shell/desktop/LeftNav.tsx:356 #: src/view/shell/Drawer.tsx:461 #: src/view/shell/Drawer.tsx:462 msgid "Notifications" msgstr "Notifikasi" -#: src/lib/hooks/useTimeAgo.ts:51 +#: src/lib/hooks/useTimeAgo.ts:122 msgid "now" msgstr "sekarang" -#: src/components/dms/MessageItem.tsx:169 +#: src/components/dms/MessageItem.tsx:170 msgid "Now" msgstr "Sekarang" @@ -4391,7 +4567,7 @@ msgstr "Sekarang" msgid "Nudity" msgstr "Ketelanjangan" -#: src/lib/moderation/useReportOptions.ts:73 +#: 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" @@ -4409,10 +4585,14 @@ msgstr "Matikan" msgid "Oh no!" msgstr "Oh tidak!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "Oh tidak! Ada yang tidak beres." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:175 +msgid "Oh no! We weren't able to generate an image for you to share. Rest assured, we're glad you're here 🦋" +msgstr "" + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:339 msgid "OK" msgstr "OK" @@ -4426,22 +4606,26 @@ msgid "Oldest replies first" msgstr "Balasan terlama lebih dulu" #: src/components/StarterPack/QrCode.tsx:69 -msgid "on" -msgstr "di" +#~ msgid "on" +#~ msgstr "di" #: src/lib/hooks/useTimeAgo.ts:81 -msgid "on {str}" -msgstr "pada {str}" +#~ msgid "on {str}" +#~ msgstr "pada {str}" + +#: src/components/StarterPack/QrCode.tsx:70 +msgid "on<0><1/><2><3/>" +msgstr "" #: src/view/screens/Settings/index.tsx:226 msgid "Onboarding reset" msgstr "Pengaturan ulang orientasi" #: src/tours/Tooltip.tsx:118 -msgid "Onboarding tour step {0}: {1}" -msgstr "Langkah {0} tur orientasi: {1}" +#~ msgid "Onboarding tour step {0}: {1}" +#~ msgstr "Langkah {0} tur orientasi: {1}" -#: src/view/com/composer/Composer.tsx:589 +#: src/view/com/composer/Composer.tsx:671 msgid "One or more images is missing alt text." msgstr "Satu atau lebih gambar belum ada teks alt." @@ -4457,10 +4641,14 @@ msgstr "Hanya mendukung berkas .jpg dan .png" msgid "Only {0} can reply." msgstr "" -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "Hanya berisi huruf, angka, dan tanda hubung" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:39 +msgid "Only WebVTT (.vtt) files are supported" +msgstr "" + #: src/components/Lists.tsx:88 msgid "Oops, something went wrong!" msgstr "Ups, ada yang tidak beres!" @@ -4468,13 +4656,13 @@ msgstr "Ups, ada yang tidak beres!" #: src/components/Lists.tsx:199 #: src/components/StarterPack/ProfileStarterPacks.tsx:304 #: src/components/StarterPack/ProfileStarterPacks.tsx:313 -#: src/view/screens/AppPasswords.tsx:69 +#: src/view/screens/AppPasswords.tsx:68 #: src/view/screens/NotificationsSettings.tsx:45 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Oops!" msgstr "Ups!" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "Terbuka" @@ -4491,8 +4679,9 @@ msgstr "Buka pembuat avatar" msgid "Open conversation options" msgstr "Buka opsi percakapan" -#: src/view/com/composer/Composer.tsx:754 -#: src/view/com/composer/Composer.tsx:755 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:165 +#: src/view/com/composer/Composer.tsx:820 +#: src/view/com/composer/Composer.tsx:821 msgid "Open emoji picker" msgstr "Buka pemilih emoji" @@ -4631,7 +4820,7 @@ msgstr "Membuka jendela modal untuk menggunakan domain kustom" msgid "Opens moderation settings" msgstr "Membuka pengaturan moderasi" -#: src/screens/Login/LoginForm.tsx:247 +#: src/screens/Login/LoginForm.tsx:234 msgid "Opens password reset form" msgstr "Membuka formulir pengaturan ulang kata sandi" @@ -4673,12 +4862,12 @@ msgstr "Membuka halaman log sistem" msgid "Opens the threads preferences" msgstr "Membuka preferensi utas" -#: src/view/com/notifications/FeedItem.tsx:555 -#: src/view/com/util/UserAvatar.tsx:420 +#: src/view/com/notifications/FeedItem.tsx:551 +#: src/view/com/util/UserAvatar.tsx:426 msgid "Opens this profile" msgstr "Membuka profil ini" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:95 msgid "Opens video picker" msgstr "Membuka pemilih video" @@ -4736,7 +4925,7 @@ msgstr "Halaman tidak ditemukan" msgid "Page Not Found" msgstr "Halaman Tidak Ditemukan" -#: src/screens/Login/LoginForm.tsx:225 +#: src/screens/Login/LoginForm.tsx:213 #: src/screens/Signup/StepInfo/index.tsx:162 #: src/view/com/modals/DeleteAccount.tsx:257 #: src/view/com/modals/DeleteAccount.tsx:264 @@ -4755,12 +4944,13 @@ msgstr "Kata sandi diganti" msgid "Password updated!" msgstr "Kata sandi diganti!" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:366 msgid "Pause" msgstr "Jeda" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:319 msgid "Pause video" msgstr "" @@ -4819,12 +5009,13 @@ msgstr "Feed Tersemat" msgid "Pinned to your feeds" msgstr "Disematkan ke daftar feed Anda" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:367 msgid "Play" msgstr "Putar" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:131 msgid "Play {0}" msgstr "Putar {0}" @@ -4833,34 +5024,34 @@ msgstr "Putar {0}" #~ msgid "Play notification sounds" #~ msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:43 +#: src/view/com/util/post-embeds/GifEmbed.tsx:45 msgid "Play or pause the GIF" msgstr "Putar atau jeda GIF" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:52 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:204 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:110 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:320 msgid "Play video" msgstr "" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:59 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:60 msgid "Play Video" msgstr "Putar Video" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:130 msgid "Plays the GIF" msgstr "Putar GIF" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "Silakan tentukan panggilan Anda." -#: src/screens/Signup/state.ts:215 +#: src/screens/Signup/state.ts:210 #: src/screens/Signup/StepInfo/index.tsx:81 msgid "Please choose your password." msgstr "Masukkan kata sandi Anda." -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "Mohon selesaikan verifikasi captcha." @@ -4880,7 +5071,7 @@ msgstr "Masukkan nama unik untuk Kata Sandi Aplikasi ini atau gunakan nama yang msgid "Please enter a valid word, tag, or phrase to mute" msgstr "Silakan masukkan kata, tagar, atau frasa yang valid untuk dibisukan" -#: src/screens/Signup/state.ts:201 +#: src/screens/Signup/state.ts:196 #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Please enter your email." msgstr "Masukkan email Anda." @@ -4893,7 +5084,7 @@ msgstr "Silakan masukkan kode undangan Anda." msgid "Please enter your password as well:" msgstr "Masukkan juga kata sandi Anda:" -#: src/components/moderation/LabelsOnMeDialog.tsx:268 +#: src/components/moderation/LabelsOnMeDialog.tsx:259 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Jelaskan menurut Anda mengapa {0} salah dalam menerapkan label ini" @@ -4910,7 +5101,7 @@ msgstr "Silakan masuk sebagai @{0}" msgid "Please Verify Your Email" msgstr "Mohon Verifikasi Email Anda" -#: src/view/com/composer/Composer.tsx:331 +#: src/view/com/composer/Composer.tsx:359 msgid "Please wait for your link card to finish loading" msgstr "Harap tunggu hingga kartu tautan Anda selesai dimuat" @@ -4923,13 +5114,13 @@ msgstr "Politik" msgid "Porn" msgstr "Pornografi" -#: src/view/com/composer/Composer.tsx:564 -#: src/view/com/composer/Composer.tsx:571 +#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:653 msgctxt "action" msgid "Post" msgstr "Posting" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "Postingan" @@ -4985,7 +5176,7 @@ msgid "posts" msgstr "postingan" #: src/screens/StarterPack/StarterPackScreen.tsx:173 -#: src/view/screens/Profile.tsx:209 +#: src/view/screens/Profile.tsx:220 msgid "Posts" msgstr "Postingan" @@ -5066,17 +5257,17 @@ msgstr "Kebijakan Privasi" msgid "Privately chat with other users." msgstr "Berkirim pesan secara pribadi dengan pengguna lain." -#: src/screens/Login/ForgotPasswordForm.tsx:156 +#: src/screens/Login/ForgotPasswordForm.tsx:155 msgid "Processing..." msgstr "Memproses..." -#: src/view/screens/DebugMod.tsx:895 -#: src/view/screens/Profile.tsx:346 +#: src/view/screens/DebugMod.tsx:896 +#: src/view/screens/Profile.tsx:357 msgid "profile" msgstr "profil" -#: src/view/shell/bottom-bar/BottomBar.tsx:275 -#: src/view/shell/desktop/LeftNav.tsx:393 +#: src/view/shell/bottom-bar/BottomBar.tsx:272 +#: src/view/shell/desktop/LeftNav.tsx:387 #: src/view/shell/Drawer.tsx:78 #: src/view/shell/Drawer.tsx:546 #: src/view/shell/Drawer.tsx:547 @@ -5091,7 +5282,7 @@ msgstr "Profil diperbarui" msgid "Protect your account by verifying your email." msgstr "Verifikasi email untuk mengamankan akun Anda." -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "Publik" @@ -5103,11 +5294,11 @@ msgstr "Daftar terbuka yang dapat dibagikan untuk memblokir atau membisukan peng msgid "Public, shareable lists which can drive feeds." msgstr "Daftar terbuka yang dapat dibagikan dan digunakan sebagai feed." -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish post" msgstr "Publikasikan postingan" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish reply" msgstr "Publikasikan balasan" @@ -5124,11 +5315,11 @@ msgid "QR code saved to your camera roll!" msgstr "Kode QR disimpan ke rol kamera Anda!" #: src/tours/Tooltip.tsx:111 -msgid "Quick tip" -msgstr "Tip singkat" +#~ msgid "Quick tip" +#~ msgstr "Tip singkat" -#: src/view/com/util/post-ctrls/RepostButton.tsx:122 -#: src/view/com/util/post-ctrls/RepostButton.tsx:149 +#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:152 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Quote post" @@ -5153,8 +5344,8 @@ msgid "Quote post was successfully detached" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:313 -#: src/view/com/util/post-ctrls/RepostButton.tsx:121 -#: src/view/com/util/post-ctrls/RepostButton.tsx:148 +#: src/view/com/util/post-ctrls/RepostButton.tsx:124 +#: src/view/com/util/post-ctrls/RepostButton.tsx:151 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:84 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:91 msgid "Quote posts disabled" @@ -5168,8 +5359,8 @@ msgstr "" msgid "Quote settings" msgstr "" -#: src/screens/Post/PostQuotes.tsx:29 -#: src/view/com/post-thread/PostQuotes.tsx:122 +#: src/screens/Post/PostQuotes.tsx:31 +#: src/screens/Post/PostQuotes.tsx:32 msgid "Quotes" msgstr "" @@ -5259,7 +5450,11 @@ msgstr "Hapus {displayName} dari paket pemula" msgid "Remove account" msgstr "Hapus akun" -#: src/view/com/util/UserAvatar.tsx:387 +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "" + +#: src/view/com/util/UserAvatar.tsx:393 msgid "Remove Avatar" msgstr "Hapus Avatar" @@ -5267,7 +5462,7 @@ msgstr "Hapus Avatar" msgid "Remove Banner" msgstr "Hapus Sampul" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "Hapus sisipan" @@ -5307,8 +5502,8 @@ msgid "Remove image" msgstr "Hapus gambar" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "Hapus pratinjau gambar" +#~ msgid "Remove image preview" +#~ msgstr "Hapus pratinjau gambar" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -5322,24 +5517,28 @@ msgstr "Hapus profil" msgid "Remove profile from search history" msgstr "Hapus profil dari riwayat pencarian" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:274 msgid "Remove quote" msgstr "Hapus kutipan" -#: src/view/com/util/post-ctrls/RepostButton.tsx:95 -#: src/view/com/util/post-ctrls/RepostButton.tsx:111 +#: src/view/com/util/post-ctrls/RepostButton.tsx:98 +#: src/view/com/util/post-ctrls/RepostButton.tsx:114 msgid "Remove repost" msgstr "Hapus postingan ulang" +#: src/view/com/composer/videos/SubtitleDialog.tsx:264 +msgid "Remove subtitle file" +msgstr "" + #: src/view/com/posts/FeedErrorMessage.tsx:211 msgid "Remove this feed from your saved feeds" msgstr "Hapus feed ini dari feed tersimpan Anda" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:100 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:109 msgid "Removed by author" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:98 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:107 msgid "Removed by you" msgstr "" @@ -5367,20 +5566,24 @@ msgstr "Dihapus dari daftar feed Anda" #~ msgid "Removes default thumbnail from {0}" #~ msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:275 msgid "Removes quoted post" msgstr "Menghapus postingan yang dikutip" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 -msgid "Removes the image preview" -msgstr "Menghapus pratinjau gambar" +msgid "Removes the attachment" +msgstr "" + +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 +#~ msgid "Removes the image preview" +#~ msgstr "Menghapus pratinjau gambar" #: src/view/com/posts/FeedShutdownMsg.tsx:129 #: src/view/com/posts/FeedShutdownMsg.tsx:133 msgid "Replace with Discover" msgstr "Ganti dengan Discover" -#: src/view/screens/Profile.tsx:210 +#: src/view/screens/Profile.tsx:221 msgid "Replies" msgstr "Balasan" @@ -5400,7 +5603,7 @@ msgstr "" #~ msgid "Replies to this thread are disabled" #~ msgstr "Balasan ke utas ini dinonaktifkan" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:644 msgctxt "action" msgid "Reply" msgstr "Balas" @@ -5434,23 +5637,23 @@ msgstr "" #~ msgstr "" #: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:522 +#: src/view/com/posts/FeedItem.tsx:520 msgctxt "description" msgid "Reply to <0><1/>" msgstr "Membalas <0><1/>" -#: src/view/com/posts/FeedItem.tsx:513 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" msgstr "Membalas postingan yang diblokir" -#: src/view/com/posts/FeedItem.tsx:515 +#: src/view/com/posts/FeedItem.tsx:513 msgctxt "description" msgid "Reply to a post" msgstr "" #: src/view/com/post/Post.tsx:194 -#: src/view/com/posts/FeedItem.tsx:519 +#: src/view/com/posts/FeedItem.tsx:517 msgctxt "description" msgid "Reply to you" msgstr "Membalas Anda" @@ -5542,9 +5745,9 @@ msgstr "Laporkan paket pemula ini" msgid "Report this user" msgstr "Laporkan pengguna ini" -#: src/view/com/util/post-ctrls/RepostButton.tsx:67 -#: src/view/com/util/post-ctrls/RepostButton.tsx:96 -#: src/view/com/util/post-ctrls/RepostButton.tsx:112 +#: src/view/com/util/post-ctrls/RepostButton.tsx:70 +#: src/view/com/util/post-ctrls/RepostButton.tsx:99 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 msgctxt "action" msgid "Repost" msgstr "Posting ulang" @@ -5555,18 +5758,18 @@ msgid "Repost" msgstr "Posting ulang" #: src/screens/StarterPack/StarterPackScreen.tsx:535 -#: src/view/com/util/post-ctrls/RepostButton.tsx:88 +#: src/view/com/util/post-ctrls/RepostButton.tsx:91 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:49 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:104 msgid "Repost or quote post" msgstr "Posting ulang atau kutip postingan" -#: src/screens/Post/PostRepostedBy.tsx:29 -#: src/view/com/post-thread/PostRepostedBy.tsx:96 +#: src/screens/Post/PostRepostedBy.tsx:31 +#: src/screens/Post/PostRepostedBy.tsx:32 msgid "Reposted By" msgstr "Diposting Ulang Oleh" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "Diposting ulang oleh {0}" @@ -5574,16 +5777,16 @@ msgstr "Diposting ulang oleh {0}" #~ msgid "Reposted by <0/>" #~ msgstr "" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "Diposting ulang oleh <0><1/>" -#: src/view/com/posts/FeedItem.tsx:292 -#: src/view/com/posts/FeedItem.tsx:311 +#: src/view/com/posts/FeedItem.tsx:290 +#: src/view/com/posts/FeedItem.tsx:309 msgid "Reposted by you" msgstr "Diposting ulang oleh Anda" -#: src/view/com/notifications/FeedItem.tsx:184 +#: src/view/com/notifications/FeedItem.tsx:180 msgid "reposted your post" msgstr "memposting ulang postingan Anda" @@ -5618,6 +5821,14 @@ msgstr "Diwajibkan untuk provider ini" msgid "Resend email" msgstr "Kirim ulang email" +#: src/components/intents/VerifyEmailIntentDialog.tsx:130 +msgid "Resend Email" +msgstr "" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:123 +msgid "Resend Verification Email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:186 msgid "Reset code" msgstr "Kode reset" @@ -5648,7 +5859,7 @@ msgstr "Mengatur ulang status orientasi" msgid "Resets the preferences state" msgstr "Mengatur ulang status preferensi" -#: src/screens/Login/LoginForm.tsx:312 +#: src/screens/Login/LoginForm.tsx:299 msgid "Retries login" msgstr "Mencoba masuk kembali" @@ -5657,15 +5868,15 @@ msgstr "Mencoba masuk kembali" msgid "Retries the last action, which errored out" msgstr "Mencoba kembali tindakan terakhir yang gagal" -#: src/components/dms/MessageItem.tsx:235 +#: src/components/dms/MessageItem.tsx:236 #: src/components/Error.tsx:66 #: src/components/Lists.tsx:104 #: src/components/StarterPack/ProfileStarterPacks.tsx:318 -#: src/screens/Login/LoginForm.tsx:311 -#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:298 +#: src/screens/Login/LoginForm.tsx:305 #: src/screens/Messages/Conversation/MessageListError.tsx:25 -#: src/screens/Onboarding/StepInterests/index.tsx:251 -#: src/screens/Onboarding/StepInterests/index.tsx:254 +#: src/screens/Onboarding/StepInterests/index.tsx:231 +#: src/screens/Onboarding/StepInterests/index.tsx:234 #: src/screens/Signup/BackNextButtons.tsx:52 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 @@ -5777,8 +5988,8 @@ msgstr "Menyimpan pengaturan pemangkasan gambar" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:105 -#: src/view/com/notifications/FeedItem.tsx:416 -#: src/view/com/notifications/FeedItem.tsx:441 +#: src/view/com/notifications/FeedItem.tsx:412 +#: src/view/com/notifications/FeedItem.tsx:437 msgid "Say hello!" msgstr "Katakan halo!" @@ -5792,15 +6003,15 @@ msgid "Scroll to top" msgstr "Gulir ke atas" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:554 +#: src/Navigation.tsx:555 #: src/view/com/modals/ListAddRemoveUsers.tsx:76 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 #: src/view/screens/Search/Search.tsx:421 #: src/view/screens/Search/Search.tsx:791 #: src/view/screens/Search/Search.tsx:813 -#: src/view/shell/bottom-bar/BottomBar.tsx:182 -#: src/view/shell/desktop/LeftNav.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:179 +#: src/view/shell/desktop/LeftNav.tsx:349 #: src/view/shell/Drawer.tsx:398 #: src/view/shell/Drawer.tsx:399 msgid "Search" @@ -5886,6 +6097,10 @@ msgstr "Lihat panduan ini" #~ msgid "See what's next" #~ msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:631 +msgid "Seek slider" +msgstr "" + #: src/view/com/util/Selector.tsx:106 msgid "Select {item}" msgstr "Pilih {item}" @@ -5922,6 +6137,10 @@ msgstr "Pilih GIF \"{0}\"" msgid "Select how long to mute this word for." msgstr "" +#: src/view/com/composer/videos/SubtitleDialog.tsx:249 +msgid "Select language..." +msgstr "" + #: src/view/screens/LanguageSettings.tsx:303 msgid "Select languages" msgstr "Pilih bahasa" @@ -5938,6 +6157,10 @@ msgstr "Pilih opsi {i} dari {numItems}" #~ msgid "Select some accounts below to follow" #~ msgstr "" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:65 +msgid "Select subtitle file (.vtt)" +msgstr "" + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83 msgid "Select the {emojiName} emoji as your avatar" msgstr "Pilih emoji {emojiName} sebagai avatar Anda" @@ -5954,7 +6177,7 @@ msgstr "Pilih layanan yang akan menjadi tempat penyimpanan data Anda." #~ msgid "Select topical feeds to follow from the list below" #~ msgstr "" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:94 msgid "Select video" msgstr "Pilih video" @@ -5974,11 +6197,11 @@ msgstr "Pilih bahasa yang ingin Anda sertakan dalam feed langganan Anda. Jika ti msgid "Select your app language for the default text to display in the app." msgstr "Pilih bahasa untuk teks bawaan yang akan ditampilkan dalam aplikasi." -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:193 msgid "Select your date of birth" msgstr "Pilih tanggal lahir Anda" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "Pilih minat Anda dari opsi di bawah ini" @@ -6016,8 +6239,8 @@ msgstr "Kirim Email" msgid "Send feedback" msgstr "Kirim masukan" -#: src/screens/Messages/Conversation/MessageInput.tsx:163 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:155 +#: src/screens/Messages/Conversation/MessageInput.tsx:165 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:219 msgid "Send message" msgstr "Kirim pesan" @@ -6128,7 +6351,7 @@ msgstr "Mengatur aspek rasio gambar menjadi lebar" #: src/Navigation.tsx:155 #: src/view/screens/Settings/index.tsx:302 -#: src/view/shell/desktop/LeftNav.tsx:401 +#: src/view/shell/desktop/LeftNav.tsx:395 #: src/view/shell/Drawer.tsx:563 #: src/view/shell/Drawer.tsx:564 msgid "Settings" @@ -6142,6 +6365,7 @@ msgstr "Aktivitas seksual atau ketelanjangan erotis." msgid "Sexually Suggestive" msgstr "Bermuatan Seksual" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:644 #: src/components/StarterPack/QrCodeDialog.tsx:177 #: src/screens/StarterPack/StarterPackScreen.tsx:411 #: src/screens/StarterPack/StarterPackScreen.tsx:582 @@ -6149,7 +6373,7 @@ msgstr "Bermuatan Seksual" #: src/view/com/profile/ProfileMenu.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:410 #: src/view/com/util/forms/PostDropdownBtn.tsx:419 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:321 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:345 #: src/view/screens/ProfileList.tsx:484 msgid "Share" msgstr "Bagikan" @@ -6169,7 +6393,7 @@ msgstr "Bagikan fakta menarik!" #: src/view/com/profile/ProfileMenu.tsx:377 #: src/view/com/util/forms/PostDropdownBtn.tsx:659 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:337 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:361 msgid "Share anyway" msgstr "Tetap bagikan" @@ -6178,6 +6402,14 @@ msgstr "Tetap bagikan" msgid "Share feed" msgstr "Bagikan feed" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:621 +msgid "Share image externally" +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:639 +msgid "Share image in post" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:124 #: src/components/StarterPack/ShareDialog.tsx:131 #: src/screens/StarterPack/StarterPackScreen.tsx:586 @@ -6229,7 +6461,7 @@ msgstr "Tampilkan" #~ msgid "Show all replies" #~ msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:169 msgid "Show alt text" msgstr "Tampilkan teks alt" @@ -6249,8 +6481,8 @@ msgid "Show badge and filter from feeds" msgstr "Tampilkan lencana dan saring dari feed" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "Tampilkan pengguna lain yang serupa dengan {0}" +#~ msgid "Show follows similar to {0}" +#~ msgstr "Tampilkan pengguna lain yang serupa dengan {0}" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -6265,9 +6497,9 @@ msgstr "Kurangi postingan serupa" msgid "Show list anyway" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:584 +#: src/view/com/post-thread/PostThreadItem.tsx:590 #: src/view/com/post/Post.tsx:234 -#: src/view/com/posts/FeedItem.tsx:479 +#: src/view/com/posts/FeedItem.tsx:476 msgid "Show More" msgstr "Tampilkan Lebih Lanjut" @@ -6350,7 +6582,7 @@ msgstr "Tampilkan peringatan" msgid "Show warning and filter from feeds" msgstr "Tampilkan peringatan dan saring dari feed" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Shows posts from {0} in your feed" msgstr "Tampilkan postingan dari {0} di feed Anda" @@ -6358,17 +6590,17 @@ msgstr "Tampilkan postingan dari {0} di feed Anda" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:177 +#: src/screens/Login/LoginForm.tsx:166 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:112 #: src/view/com/auth/SplashScreen.web.tsx:121 +#: src/view/shell/bottom-bar/BottomBar.tsx:312 +#: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBar.tsx:316 -#: src/view/shell/bottom-bar/BottomBar.tsx:318 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:208 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:210 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -6400,12 +6632,12 @@ msgstr "Keluar" msgid "Sign out of all accounts" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBar.tsx:306 -#: src/view/shell/bottom-bar/BottomBar.tsx:308 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:198 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:200 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -6430,25 +6662,25 @@ msgstr "Masuk sebagai" msgid "Signed in as @{0}" msgstr "Masuk sebagai @{0}" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "mendaftar dengan paket pemula Anda" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:306 -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:313 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:308 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:315 msgid "Signup without a starter pack" msgstr "Mendaftar tanpa paket pemula" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:102 +#: src/components/FeedInterstitials.tsx:316 msgid "Similar accounts" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:265 +#: src/screens/Onboarding/StepInterests/index.tsx:245 #: src/screens/StarterPack/Wizard/index.tsx:191 msgid "Skip" msgstr "Lewati" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "Lewati tahap ini" @@ -6457,7 +6689,7 @@ msgstr "Lewati tahap ini" msgid "Software Dev" msgstr "Pengembang Perangkat Lunak" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:447 msgid "Some other feeds you might like" msgstr "Beberapa feed lain yang mungkin Anda suka" @@ -6490,7 +6722,7 @@ msgid "Something went wrong!" msgstr "Ada yang tidak beres!" #: src/App.native.tsx:102 -#: src/App.web.tsx:83 +#: src/App.web.tsx:88 msgid "Sorry! Your session expired. Please log in again." msgstr "Maaf! Sesi Anda telah berakhir. Silakan masuk lagi." @@ -6510,12 +6742,12 @@ msgstr "Urutkan balasan ke postingan yang sama berdasarkan:" #~ msgid "Source: <0>{0}" #~ msgstr "Sumber: <0>{0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" msgstr "" -#: src/lib/moderation/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:80 +#: src/lib/moderation/useReportOptions.ts:72 +#: src/lib/moderation/useReportOptions.ts:85 msgid "Spam" msgstr "Spam" @@ -6545,10 +6777,9 @@ msgid "Start chatting" msgstr "Mulai mengobrol" #: src/tours/Tooltip.tsx:99 -msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." -msgstr "Awal jendela tur orientasi. Jangan mundur. Maju untuk melihat opsi lainnya, atau tekan untuk melewati." +#~ msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." +#~ msgstr "Awal jendela tur orientasi. Jangan mundur. Maju untuk melihat opsi lainnya, atau tekan untuk melewati." -#: src/lib/generate-starterpack.ts:68 #: src/Navigation.tsx:358 #: src/Navigation.tsx:363 #: src/screens/StarterPack/Wizard/index.tsx:182 @@ -6563,7 +6794,7 @@ msgstr "Paket pemula dari {0}" msgid "Starter pack is invalid" msgstr "Paket pemula tidak valid" -#: src/view/screens/Profile.tsx:214 +#: src/view/screens/Profile.tsx:225 msgid "Starter Packs" msgstr "Paket Pemula" @@ -6596,8 +6827,8 @@ msgstr "Penyimpanan dibersihkan, Anda perlu memulai ulang aplikasi sekarang." msgid "Storybook" msgstr "Storybook" -#: src/components/moderation/LabelsOnMeDialog.tsx:302 -#: src/components/moderation/LabelsOnMeDialog.tsx:303 +#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:294 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -6636,7 +6867,7 @@ msgstr "Akun yang disarankan" #~ msgid "Suggested Follows" #~ msgstr "" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:318 msgid "Suggested for you" msgstr "Disarankan untuk Anda" @@ -6656,8 +6887,8 @@ msgid "Switch Account" msgstr "Beralih Akun" #: src/tours/HomeTour.tsx:48 -msgid "Switch between feeds to control your experience." -msgstr "Beralih antar feed untuk mengontrol pengalaman Anda." +#~ msgid "Switch between feeds to control your experience." +#~ msgstr "Beralih antar feed untuk mengontrol pengalaman Anda." #: src/view/screens/Settings/index.tsx:126 msgid "Switch to {0}" @@ -6696,17 +6927,26 @@ msgstr "Tinggi" msgid "Tap to dismiss" msgstr "Ketuk untuk menutup" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:181 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:145 msgid "Tap to enter full screen" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:202 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:151 +msgid "Tap to play or pause" +msgstr "" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:164 msgid "Tap to toggle sound" msgstr "" +#: src/view/com/util/images/AutoSizedImage.tsx:219 +#: src/view/com/util/images/AutoSizedImage.tsx:239 +msgid "Tap to view full image" +msgstr "" + #: src/view/com/util/images/AutoSizedImage.tsx:70 -msgid "Tap to view fully" -msgstr "Ketuk untuk melihat sepenuhnya" +#~ msgid "Tap to view fully" +#~ msgstr "Ketuk untuk melihat sepenuhnya" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" @@ -6729,6 +6969,10 @@ msgstr "Ceritakan sebuah lelucon!" msgid "Tell us a little more" msgstr "Beritahu kami lebih lanjut" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:518 +msgid "Ten Million" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:90 msgid "Terms" msgstr "Ketentuan" @@ -6742,9 +6986,9 @@ msgid "Terms of Service" msgstr "Ketentuan Layanan" #: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:94 -#: src/lib/moderation/useReportOptions.ts:102 -#: src/lib/moderation/useReportOptions.ts:110 +#: 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" @@ -6756,7 +7000,7 @@ msgstr "Istilah yang digunakan melanggar standar komunitas" msgid "Text & tags" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:266 +#: src/components/moderation/LabelsOnMeDialog.tsx:257 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Area input teks" @@ -6766,6 +7010,14 @@ msgstr "Area input teks" msgid "Thank you. Your report has been sent." msgstr "Terima kasih. Laporan Anda telah terkirim." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:593 +msgid "Thanks for being one of our first 10 million users." +msgstr "" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:74 +msgid "Thanks, you have successfully verified your email address." +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:459 msgid "That contains the following:" msgstr "Berisi hal berikut:" @@ -6783,11 +7035,11 @@ msgstr "Panggilan telah terpakai." msgid "That starter pack could not be found." msgstr "Tidak dapat menemukan paket pemula." -#: src/view/com/post-thread/PostQuotes.tsx:129 +#: src/view/com/post-thread/PostQuotes.tsx:127 msgid "That's all, folks!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:310 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:270 #: src/view/com/profile/ProfileMenu.tsx:353 msgid "The account will be able to interact with you after unblocking." msgstr "Akun ini dapat berinteraksi kembali dengan Anda setelah blokir dibuka." @@ -6822,7 +7074,7 @@ msgstr "" msgid "The Discover feed now knows what you like" msgstr "Feed Discover kini tahu apa yang Anda sukai" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:327 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off." msgstr "Dapatkan pengalaman yang lebih baik dalam aplikasi. Unduh Bluesky sekarang dan kami akan melanjutkan dari langkah terakhir yang Anda tinggalkan." @@ -6830,11 +7082,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:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 msgid "The following labels were applied to your account." msgstr "Label berikut telah diterapkan pada akun Anda." -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "Label berikut telah diterapkan pada konten Anda." @@ -6851,8 +7103,8 @@ msgstr "Postingan mungkin telah dihapus." msgid "The Privacy Policy has been moved to <0/>" msgstr "Kebijakan Privasi telah dipindahkan ke <0/>" -#: src/state/queries/video/video.ts:129 -msgid "The selected video is larger than 100MB." +#: src/state/queries/video/video.ts:227 +msgid "The selected video is larger than 50MB." msgstr "" #: src/screens/StarterPack/StarterPackScreen.tsx:713 @@ -6867,6 +7119,10 @@ msgstr "Formulir dukungan telah dipindahkan. Jika Anda memerlukan bantuan, silak msgid "The Terms of Service have been moved to" msgstr "Ketentuan Layanan telah dipindahkan ke" +#: src/components/intents/VerifyEmailIntentDialog.tsx:85 +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/Onboarding/StepAlgoFeeds/index.tsx:141 #~ msgid "There are many feeds to try:" #~ msgstr "" @@ -6917,7 +7173,7 @@ msgstr "Ada masalah saat menghubungi server Anda" 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/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Ada masalah saat mengambil postingan. Ketuk di sini untuk mencoba lagi." @@ -6939,15 +7195,15 @@ msgstr "Ada masalah saat mengirimkan laporan. Silakan periksa koneksi internet A #~ msgid "There was an issue syncing your preferences with the server" #~ msgstr "" -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "Ada masalah saat pengambilan kata sandi aplikasi Anda" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:107 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:143 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:97 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:109 #: src/view/com/profile/ProfileMenu.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:122 #: src/view/com/profile/ProfileMenu.tsx:137 @@ -6998,7 +7254,7 @@ msgstr "Akun ini diblokir oleh satu atau lebih daftar moderasi Anda. Untuk membu #~ msgid "This appeal will be sent to <0>{0}." #~ msgstr "Banding ini akan dikirim ke <0>{0}." -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "" @@ -7091,7 +7347,7 @@ msgstr "Label ini diterapkan oleh pemosting." #~ msgid "This label was applied by you" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "Label ini diterapkan oleh Anda." @@ -7124,7 +7380,7 @@ msgid "This post has been deleted." msgstr "Postingan ini telah dihapus." #: src/view/com/util/forms/PostDropdownBtn.tsx:656 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:334 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:358 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "Postingan ini hanya dapat dilihat oleh pengguna yang masuk. Ini tidak akan terlihat bagi pengguna yang belum masuk." @@ -7156,7 +7412,7 @@ msgstr "Layanan ini tidak menyediakan ketentuan layanan atau kebijakan privasi." msgid "This should create a domain record at:" msgstr "Ini akan membuat catatan domain di:" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "Pengguna ini tidak memiliki pengikut." @@ -7185,7 +7441,7 @@ msgstr "Pengguna ini termasuk dalam daftar <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:87 +#: src/view/com/profile/ProfileFollows.tsx:96 msgid "This user isn't following anyone." msgstr "Pengguna ini tidak mengikuti siapa pun." @@ -7238,10 +7494,18 @@ msgstr "Untuk menonaktifkan metode 2FA melalui email, silakan verifikasi akses A 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/view/com/composer/videos/SelectVideoBtn.tsx:120 +msgid "To upload videos to Bluesky, you must first verify your email." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "Kepada siapa Anda ingin mengirimkan laporan ini?" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:597 +msgid "Together, we're rebuilding the social internet. We're glad you're here." +msgstr "" + #: src/components/dialogs/MutedWords.tsx:112 #~ msgid "Toggle between muted word options." #~ msgstr "Beralih antara opsi kata yang dibisukan." @@ -7254,7 +7518,7 @@ msgstr "Beralih dropdown" msgid "Toggle to enable or disable adult content" msgstr "Beralih untuk mengaktifkan atau menonaktifkan konten dewasa" -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "Teratas" @@ -7265,8 +7529,8 @@ msgstr "Transformasi" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:734 -#: src/view/com/post-thread/PostThreadItem.tsx:736 +#: src/view/com/post-thread/PostThreadItem.tsx:746 +#: src/view/com/post-thread/PostThreadItem.tsx:748 #: src/view/com/util/forms/PostDropdownBtn.tsx:380 #: src/view/com/util/forms/PostDropdownBtn.tsx:382 msgid "Translate" @@ -7285,7 +7549,7 @@ msgstr "TV" msgid "Two-factor authentication" msgstr "Autentikasi dua faktor" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "Ketik pesan Anda di sini" @@ -7303,7 +7567,7 @@ msgstr "Bunyikan daftar" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:155 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:77 #: src/view/com/modals/ChangePassword.tsx:71 @@ -7318,14 +7582,14 @@ msgstr "Tidak dapat menghapus" #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:192 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 #: src/view/screens/ProfileList.tsx:682 msgid "Unblock" msgstr "Buka blokir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Buka blokir" @@ -7340,12 +7604,12 @@ msgstr "Buka blokir akun" msgid "Unblock Account" msgstr "Buka blokir Akun" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:308 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:268 #: src/view/com/profile/ProfileMenu.tsx:347 msgid "Unblock Account?" msgstr "Buka Blokir Akun?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:66 +#: src/view/com/util/post-ctrls/RepostButton.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:76 msgid "Undo repost" @@ -7360,7 +7624,7 @@ msgstr "Berhenti ikuti" #~ msgid "Unfollow" #~ msgstr "Batal ikuti" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "Berhenti ikuti {0}" @@ -7377,9 +7641,13 @@ msgstr "Berhenti Ikuti Akun" msgid "Unlike this feed" msgstr "Batalkan suka feed ini" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:388 +msgctxt "video" +msgid "Unmute" +msgstr "" + #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 #: src/view/screens/ProfileList.tsx:689 msgid "Unmute" msgstr "Bunyikan" @@ -7410,13 +7678,13 @@ msgstr "Bunyikan percakapan" msgid "Unmute thread" msgstr "Bunyikan utas" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:317 msgid "Unmute video" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Unmuted" -msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Unmuted" +#~ msgstr "" #: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:673 @@ -7452,12 +7720,16 @@ msgstr "Berhenti langganan pelabel ini" msgid "Unsubscribed from list" msgstr "" +#: src/state/queries/video/video.ts:245 +msgid "Unsupported video type: {mimeType}" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:85 #~ msgid "Unwanted sexual content" #~ msgstr "" -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/lib/moderation/useReportOptions.ts:77 +#: src/lib/moderation/useReportOptions.ts:90 msgid "Unwanted Sexual Content" msgstr "Konten Seksual yang Tidak Diinginkan" @@ -7489,20 +7761,20 @@ msgstr "Unggah foto saja" msgid "Upload a text file to:" msgstr "Unggah berkas teks ke:" -#: src/view/com/util/UserAvatar.tsx:355 -#: src/view/com/util/UserAvatar.tsx:358 +#: src/view/com/util/UserAvatar.tsx:361 +#: src/view/com/util/UserAvatar.tsx:364 #: src/view/com/util/UserBanner.tsx:123 #: src/view/com/util/UserBanner.tsx:126 msgid "Upload from Camera" msgstr "Unggah dari Kamera" -#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:378 #: src/view/com/util/UserBanner.tsx:140 msgid "Upload from Files" msgstr "Unggah dari Berkas" -#: src/view/com/util/UserAvatar.tsx:366 -#: src/view/com/util/UserAvatar.tsx:370 +#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:376 #: src/view/com/util/UserBanner.tsx:134 #: src/view/com/util/UserBanner.tsx:138 msgid "Upload from Library" @@ -7512,7 +7784,7 @@ msgstr "Unggah dari Pustaka" msgid "Use a file on your server" msgstr "Gunakan berkas di server Anda" -#: src/view/screens/AppPasswords.tsx:200 +#: src/view/screens/AppPasswords.tsx:199 msgid "Use app passwords to login 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." @@ -7600,7 +7872,7 @@ msgstr "Daftar pengguna diperbarui" msgid "User Lists" msgstr "Daftar Pengguna" -#: src/screens/Login/LoginForm.tsx:197 +#: src/screens/Login/LoginForm.tsx:186 msgid "Username or email address" msgstr "Nama pengguna atau alamat email" @@ -7635,6 +7907,10 @@ msgstr "Pengguna yang telah menyukai konten atau profil" msgid "Value:" msgstr "Nilai:" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:118 +msgid "Verified email required" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:510 #~ msgid "Verify {0}" #~ msgstr "" @@ -7647,6 +7923,10 @@ msgstr "Verifikasi DNS" msgid "Verify email" msgstr "Verifikasi email" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "Verifikasi email saya" @@ -7660,6 +7940,10 @@ msgstr "Verifikasi Email Saya" msgid "Verify New Email" msgstr "Verifikasi Email Baru" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:122 +msgid "Verify now" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "Verifikasi Berkas" @@ -7676,25 +7960,47 @@ msgstr "Verifikasi Email Anda" msgid "Version {appVersion} {bundleInfo}" msgstr "Versi {appVersion} {bundleInfo}" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:180 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:144 msgid "Video" msgstr "" +#: src/state/queries/video/video.ts:138 +msgid "Video failed to process" +msgstr "" + #: src/screens/Onboarding/index.tsx:39 #: src/screens/Onboarding/state.ts:88 msgid "Video Games" msgstr "Permainan Video" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:167 +msgid "Video not found." +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:101 +msgid "Video settings" +msgstr "" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +msgid "Video: {0}" +msgstr "" + #: src/view/com/composer/videos/state.ts:27 -#~ msgid "Videos cannot be larger than 100MB" -#~ msgstr "Video tidak boleh lebih besar dari 100MB" +#~ msgid "Videos cannot be larger than 50MB" +#~ msgstr "Video tidak boleh lebih besar dari 50MB" + +#: src/view/com/composer/videos/SelectVideoBtn.tsx:65 +#: src/view/com/composer/videos/VideoPreview.web.tsx:44 +msgid "Videos must be less than 60 seconds long" +msgstr "" #: src/screens/Profile/Header/Shell.tsx:113 msgid "View {0}'s avatar" msgstr "Lihat avatar {0}" #: src/components/ProfileCard.tsx:110 -#: src/view/com/notifications/FeedItem.tsx:277 +#: src/view/com/notifications/FeedItem.tsx:273 msgid "View {0}'s profile" msgstr "Lihat profil {0}" @@ -7726,7 +8032,7 @@ msgstr "Lihat detail untuk melaporkan pelanggaran hak cipta" msgid "View full thread" msgstr "Lihat utas lengkap" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "Lihat informasi tentang label ini" @@ -7786,7 +8092,7 @@ msgstr "Peringatkan konten" msgid "Warn content and filter from feeds" msgstr "Peringatkan konten dan saring dari feed" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "Kami tidak menemukan hasil apa pun untuk tagar tersebut." @@ -7798,7 +8104,11 @@ msgstr "Kami tidak dapat memuat percakapan ini" msgid "We estimate {estimatedTime} until your account is ready." msgstr "Kami perkirakan {estimatedTime} hingga akun Anda siap." -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Semoga Anda senang dan betah di sini. Ingat, Bluesky itu:" @@ -7814,6 +8124,10 @@ msgstr "Kami kehabisan postingan dari akun yang Anda ikuti. Inilah yang terbaru #~ msgid "We recommend our \"Discover\" feed:" #~ msgstr "" +#: src/state/queries/video/video.ts:170 +msgid "We were unable to determine if you are allowed to upload videos. Please try again." +msgstr "" + #: src/components/dialogs/BirthDateSettings.tsx:52 msgid "We were unable to load your birth date preferences. Please try again." msgstr "Kami tidak dapat memuat preferensi tanggal lahir Anda. Silakan coba lagi." @@ -7822,7 +8136,7 @@ msgstr "Kami tidak dapat memuat preferensi tanggal lahir Anda. Silakan coba lagi msgid "We were unable to load your configured labelers at this time." msgstr "Kami tidak dapat memuat pelabel yang Anda konfigurasikan saat ini." -#: src/screens/Onboarding/StepInterests/index.tsx:158 +#: src/screens/Onboarding/StepInterests/index.tsx:143 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "Sepertinya ada masalah koneksi. Mohon coba lagi untuk melanjutkan pengaturan akun Anda. Jika terus gagal, Anda dapat melewati langkah ini." @@ -7830,7 +8144,7 @@ msgstr "Sepertinya ada masalah koneksi. Mohon coba lagi untuk melanjutkan pengat msgid "We will let you know when your account is ready." msgstr "Kami akan memberi tahu Anda ketika akun Anda siap." -#: src/screens/Onboarding/StepInterests/index.tsx:163 +#: src/screens/Onboarding/StepInterests/index.tsx:148 msgid "We'll use this to help customize your experience." msgstr "Kami akan menggunakan ini untuk menyesuaikan pengalaman Anda." @@ -7854,7 +8168,7 @@ msgstr "Mohon maaf, untuk saat ini kami tidak dapat memuat kata yang Anda bisuka msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Maaf, pencarian Anda tidak dapat dilakukan. Mohon coba lagi dalam beberapa menit." -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:421 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Kami mohon maaf! Postingan yang Anda balas telah dihapus." @@ -7883,7 +8197,7 @@ msgstr "Selamat datang kembali!" msgid "Welcome, friend!" msgstr "Selamat datang, kawan!" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "Apa saja minat Anda?" @@ -7893,7 +8207,7 @@ msgstr "Apa nama paket pemula Anda?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:516 msgid "What's up?" msgstr "Apa kabar?" @@ -7963,16 +8277,16 @@ msgstr "Mengapa pengguna ini perlu ditinjau?" msgid "Wide" msgstr "Lebar" -#: src/screens/Messages/Conversation/MessageInput.tsx:140 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:134 +#: src/screens/Messages/Conversation/MessageInput.tsx:142 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:198 msgid "Write a message" msgstr "Tulis pesan" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:712 msgid "Write post" msgstr "Tulis postingan" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:515 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:42 msgid "Write your reply" msgstr "Tulis balasan Anda" @@ -8013,7 +8327,7 @@ msgstr "" msgid "Yes, reactivate my account" msgstr "Ya, aktifkan kembali akun saya" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "Kemarin, {time}" @@ -8030,7 +8344,11 @@ msgstr "Anda" msgid "You are in line." msgstr "Anda sedang dalam antrian." -#: src/view/com/profile/ProfileFollows.tsx:86 +#: src/state/queries/video/video.ts:161 +msgid "You are not allowed to upload videos." +msgstr "" + +#: src/view/com/profile/ProfileFollows.tsx:95 msgid "You are not following anyone." msgstr "Anda tidak mengikuti siapa pun." @@ -8064,7 +8382,7 @@ msgstr "Sekarang Anda dapat masuk dengan kata sandi baru." msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Anda dapat mengaktifkan kembali akun Anda untuk melanjutkan masuk. Profil dan postingan Anda akan terlihat oleh pengguna lain." -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "Anda tidak memiliki pengikut." @@ -8147,7 +8465,7 @@ msgstr "Anda tidak memiliki daftar." 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 "Anda belum memblokir akun apa pun. Untuk memblokir akun, buka profil mereka dan pilih \"Blokir akun\" dari menu di akunnya." -#: src/view/screens/AppPasswords.tsx:91 +#: src/view/screens/AppPasswords.tsx:90 msgid "You have not created any app passwords yet. You can create one by pressing the button below." msgstr "Anda belum membuat kata sandi aplikasi. Anda dapat membuatnya dengan menekan tombol di bawah ini." @@ -8159,6 +8477,10 @@ msgstr "Anda belum membisukan akun apa pun. Untuk membisukan akun, buka profil m msgid "You have reached the end" msgstr "Anda telah mencapai akhir" +#: src/state/queries/video/video-upload.shared.ts:67 +msgid "You have temporarily reached the limit for video uploads. Please try again later." +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:235 msgid "You haven't created a starter pack yet!" msgstr "Anda belum membuat paket pemula!" @@ -8172,11 +8494,11 @@ msgstr "Anda belum membisukan kata atau tagar apa pun" msgid "You hid this reply." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 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:91 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 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." @@ -8212,6 +8534,7 @@ msgstr "Anda harus mengikuti setidaknya tujuh orang sebelum membuat paket pemula msgid "You must grant access to your photo library to save a QR code" msgstr "Anda harus memberikan akses ke pustaka foto Anda untuk menyimpan kode QR" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:237 #: src/components/StarterPack/ShareDialog.tsx:68 msgid "You must grant access to your photo library to save the image." msgstr "Anda harus memberikan akses ke pustaka foto Anda untuk menyimpan gambar ini." @@ -8256,15 +8579,15 @@ msgstr "Anda akan mengikuti pengguna dan feed yang disarankan setelah selesai me msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Anda akan mengikuti pengguna yang disarankan setelah selesai membuat akun!" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 msgid "You'll follow these people and {0} others" msgstr "Anda akan mengikuti pengguna ini dan {0} lainnya" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:237 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 msgid "You'll follow these people right away" msgstr "Anda akan otomatis mengikuti para pengguna ini" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:277 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 msgid "You'll stay updated with these feeds" msgstr "Dapatkan informasi terbaru melalui feed berikut" @@ -8283,7 +8606,7 @@ msgstr "Anda sedang dalam antrian" msgid "You're logged in with an App Password. Please log 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/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "Anda siap untuk mulai!" @@ -8296,6 +8619,14 @@ msgstr "Anda telah memilih untuk menyembunyikan kata atau tagar dalam postingan msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Anda telah mencapai bagian akhir feed! Temukan lebih banyak akun lain untuk diikuti." +#: src/state/queries/video/video.ts:175 +msgid "You've reached your daily limit for video uploads (too many bytes)" +msgstr "" + +#: src/state/queries/video/video.ts:180 +msgid "You've reached your daily limit for video uploads (too many videos)" +msgstr "" + #: src/screens/Signup/index.tsx:146 msgid "Your account" msgstr "Akun Anda" @@ -8304,15 +8635,19 @@ msgstr "Akun Anda" msgid "Your account has been deleted" msgstr "Akun Anda telah dihapus" +#: src/state/queries/video/video.ts:185 +msgid "Your account is not yet old enough to upload videos. Please try again later." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:65 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Semua catatan data publik dalam repositori akun Anda dapat diunduh sebagai berkas \"CAR\". Tidak termasuk konten media seperti gambar dan data pribadi yang harus diunduh secara terpisah." -#: src/screens/Signup/StepInfo/index.tsx:180 +#: src/screens/Signup/StepInfo/index.tsx:181 msgid "Your birth date" msgstr "Tanggal lahir Anda" -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:145 +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:171 msgid "Your browser does not support the video format. Please try a different browser." msgstr "" @@ -8329,7 +8664,7 @@ msgstr "Pilihan Anda akan disimpan, tetapi dapat diubah nanti di pengaturan." #~ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:57 -#: src/screens/Signup/state.ts:208 +#: src/screens/Signup/state.ts:203 #: src/screens/Signup/StepInfo/index.tsx:75 #: src/view/com/modals/ChangePassword.tsx:55 msgid "Your email appears to be invalid." @@ -8351,7 +8686,7 @@ msgstr "Suka pertama Anda!" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Feed mengikuti Anda kosong! Ikuti lebih banyak pengguna untuk melihat apa yang terjadi." -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "Panggilan lengkap Anda akan menjadi" @@ -8367,11 +8702,11 @@ msgstr "Kata yang Anda bisukan" msgid "Your password has been changed successfully!" msgstr "Kata sandi Anda telah berhasil diubah!" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:467 msgid "Your post has been published" msgstr "Postingan Anda telah dipublikasikan" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Postingan, suka, dan pemblokiran Anda bersifat publik. Sedangkan pembisuan bersifat privat." @@ -8383,7 +8718,7 @@ msgstr "Profil Anda" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Profil, postingan, feed, dan daftar Anda tidak akan terlihat lagi oleh pengguna Bluesky lain. Anda dapat mengaktifkan kembali kapan saja dengan cara masuk ke akun." -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:466 msgid "Your reply has been published" msgstr "Balasan Anda telah dipublikasikan" diff --git a/src/locale/locales/it/messages.po b/src/locale/locales/it/messages.po index 6c877ba7b8..f436eeb9d4 100644 --- a/src/locale/locales/it/messages.po +++ b/src/locale/locales/it/messages.po @@ -16,78 +16,95 @@ msgstr "" #: src/screens/Messages/List/ChatListItem.tsx:120 msgid "(contains embedded content)" -msgstr "" +msgstr "(contiene allegati)" #: src/view/com/modals/VerifyEmail.tsx:150 msgid "(no email)" msgstr "(no email)" -#: src/view/com/notifications/FeedItem.tsx:236 -#: src/view/com/notifications/FeedItem.tsx:327 +#: src/view/com/notifications/FeedItem.tsx:232 +#: src/view/com/notifications/FeedItem.tsx:323 msgid "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}" +msgstr "{0, plural, one {{formattedCount} altro} other {{formattedCount} altri}}" + +#: src/lib/hooks/useTimeAgo.ts:156 +msgid "{0, plural, one {# day} other {# days}}" msgstr "" -#~ msgid "{0, plural, one {# invite code available} other {# invite codes available}}" -#~ msgstr "{0, plural, one {# codice d'invito disponibile} other {# codici d'inviti disponibili}}" +#: src/lib/hooks/useTimeAgo.ts:146 +msgid "{0, plural, one {# hour} other {# hours}}" +msgstr "" -#: src/components/moderation/LabelsOnMe.tsx:55 +#: src/components/moderation/LabelsOnMe.tsx:54 msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" -msgstr "{0, plural, one {# un etichetta è stata applicata a questo account} other {# etichette sono stata applicate a questo account}}" +msgstr "{0, plural, one {# etichetta è stata applicata a questo account} other {# etichette sono stata applicate a questo account}}" -#: src/components/moderation/LabelsOnMe.tsx:61 +#: src/components/moderation/LabelsOnMe.tsx:60 msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" -msgstr "{0, plural, one {# un etichetta è stata applicata a questo contenuto} other {# etichette sono state applicate a questo contenuto}}" +msgstr "{0, plural, one {# etichetta è stata applicata a questo contenuto} other {# etichette sono state applicate a questo contenuto}}" -#: src/view/com/util/post-ctrls/RepostButton.tsx:68 +#: src/lib/hooks/useTimeAgo.ts:136 +msgid "{0, plural, one {# minute} other {# minutes}}" +msgstr "" + +#: src/lib/hooks/useTimeAgo.ts:167 +msgid "{0, plural, one {# month} other {# months}}" +msgstr "" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:71 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "{0, plural, one {# ripubblicazione} other {# ripubblicazioni}}" +#: src/lib/hooks/useTimeAgo.ts:126 +msgid "{0, plural, one {# second} other {# seconds}}" +msgstr "" + #: src/components/KnownFollowers.tsx:179 #~ msgid "{0, plural, one {and # other} other {and # others}}" -#~ msgstr "" +#~ msgstr "{0, plural, one {e # altro} other {e # altri}}" #: src/components/ProfileHoverCard/index.web.tsx:398 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" -msgstr "" +msgstr "{0, plural, one {follower} other {follower}}" #: src/components/ProfileHoverCard/index.web.tsx:402 #: src/screens/Profile/Header/Metrics.tsx:27 msgid "{0, plural, one {following} other {following}}" -msgstr "" +msgstr "{0, plural, one {seguito} other {seguiti}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:276 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:312 msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" -msgstr "" +msgstr "{0, plural, one {Like (# like)} other {Like (# like)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" -msgstr "" +msgstr "{0, plural, one {like} other {like}}" #: src/components/FeedCard.tsx:210 #: src/view/com/feeds/FeedSourceCard.tsx:300 msgid "{0, plural, one {Liked by # user} other {Liked by # users}}" -msgstr "" +msgstr "{0, plural, one {# utente ha messo like} other {# utenti hanno messo like}}" #: src/screens/Profile/Header/Metrics.tsx:59 msgid "{0, plural, one {post} other {posts}}" -msgstr "" +msgstr "{0, plural, one {post} other {post}}" -#: src/view/com/post-thread/PostThreadItem.tsx:413 +#: src/view/com/post-thread/PostThreadItem.tsx:419 msgid "{0, plural, one {quote} other {quotes}}" -msgstr "" +msgstr "{0, plural, one {citazione} other {citazioni}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:233 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:269 msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" -msgstr "" +msgstr "{0, plural, one {Reply (# risposta)} other {Reply (# risposte)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" -msgstr "" +msgstr "{0, plural, one {repost} other {repost}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:272 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "{0, plural, one {Unlike (# like)} other {Unlike (# likes)}}" -msgstr "" +msgstr "{0, plural, one {Unlike (# like)} other {Unlike (# like)}}" #~ msgid "{0}" #~ msgstr "{0}" @@ -98,17 +115,21 @@ msgstr "" #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:475 msgid "{0} <0>in <1>tags" -msgstr "" +msgstr "{0} <0>in <1>tag" #. Pattern: {wordValue} in text, tags #: src/components/dialogs/MutedWords.tsx:465 msgid "{0} <0>in <1>text & tags" -msgstr "" +msgstr "{0} <0>in <1>testo e tag" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:228 msgid "{0} joined this week" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:637 +msgid "{0} of {1}" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:467 msgid "{0} people have used this starter pack!" msgstr "" @@ -116,53 +137,79 @@ msgstr "" #~ msgid "{0} your feeds" #~ msgstr "{0} tuoi feed" -#: src/view/com/util/UserAvatar.tsx:419 +#: src/view/com/util/UserAvatar.tsx:425 msgid "{0}'s avatar" -msgstr "" +msgstr "Foto profilo di {0}" #: src/screens/StarterPack/Wizard/StepDetails.tsx:68 msgid "{0}'s favorite feeds and people - join me!" -msgstr "" +msgstr "Feed e utenti preferiti di {0} - unisciti!" #: src/screens/StarterPack/Wizard/StepDetails.tsx:47 msgid "{0}'s starter pack" +msgstr "Starter pack di {0}" + +#. How many days have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:158 +msgid "{0}d" +msgstr "" + +#. How many hours have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:148 +msgid "{0}h" +msgstr "" + +#. How many minutes have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:138 +msgid "{0}m" +msgstr "" + +#. How many months have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:169 +msgid "{0}mo" +msgstr "" + +#. How many seconds have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:128 +msgid "{0}s" msgstr "" #: src/components/LabelingServiceCard/index.tsx:71 msgid "{count, plural, one {Liked by # user} other {Liked by # users}}" -msgstr "" +msgstr "{count, plural, one {# utente ha messo like} other {# utenti hanno messo like}}" #: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "" +#~ msgid "{diff, plural, one {day} other {days}}" +#~ msgstr "{diff, plural, one {giorno} other {giorni}}" #: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "" +#~ msgid "{diff, plural, one {hour} other {hours}}" +#~ msgstr "{diff, plural, one {ora} other {ore}}" #: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "" +#~ msgid "{diff, plural, one {minute} other {minutes}}" +#~ msgstr "{diff, plural, one {minuto} other {minuti}}" #: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "" +#~ msgid "{diff, plural, one {month} other {months}}" +#~ msgstr "{diff, plural, one {mese} other {mesi}}" #: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "" +#~ msgid "{diffSeconds, plural, one {second} other {seconds}}" +#~ msgstr "{diffSeconds, plural, one {secondo} other {secondi}}" +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" -msgstr "" +msgstr "Starter Pack di {displayName}" #: src/screens/SignupQueued.tsx:207 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" -msgstr "" +msgstr "{estimatedTimeHrs, plural, one {ora} other {ore}}" #: src/screens/SignupQueued.tsx:213 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" -msgstr "" +msgstr "{estimatedTimeMins, plural, one {minuto} other {minuti}}" #: src/components/ProfileHoverCard/index.web.tsx:505 #: src/screens/Profile/Header/Metrics.tsx:50 @@ -174,7 +221,7 @@ msgid "{handle} can't be messaged" msgstr "{handle} non può ricevere messaggi" #~ msgid "{invitesAvailable, plural, one {Invite codes: # available} other {Invite codes: # available}}" -#~ msgstr "{invitesAvailable, plural, one {Codici d'invito: # available} other {Codici d'invito: # available}}" +#~ msgstr "{invitesAvailable, plural, one {Codici d'invito: # disponibile} other {Codici d'invito: # disponibili}}" #~ msgid "{invitesAvailable} invite code available" #~ msgstr "{invitesAvailable} codice d'invito disponibile" @@ -186,7 +233,7 @@ msgstr "{handle} non può ricevere messaggi" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/view/screens/ProfileFeed.tsx:590 msgid "{likeCount, plural, one {Liked by # user} other {Liked by # users}}" -msgstr "" +msgstr "{likeCount, plural, one {# utente ha messo like} other {# utenti hanno messo like}}" #~ msgid "{message}" #~ msgstr "{message}" @@ -197,15 +244,15 @@ msgstr "{numUnreadNotifications} non letto" #: src/components/NewskieDialog.tsx:116 msgid "{profileName} joined Bluesky {0} ago" -msgstr "" +msgstr "{profileName} si è iscritto a Bluesky {0} giorno/i fa" #: src/components/NewskieDialog.tsx:111 msgid "{profileName} joined Bluesky using a starter pack {0} ago" -msgstr "" +msgstr "{profileName} si è iscritto a Bluesky usando uno starter pack {0} giorno/i fa" #: src/view/screens/PreferencesFollowingFeed.tsx:67 #~ msgid "{value, plural, =0 {Show all replies} one {Show replies with at least # like} other {Show replies with at least # likes}}" -#~ msgstr "" +#~ msgstr "{value, plural, =0 {Mostra tutte le risposte} one {Mostra risposte con almeno # like} other {Mostra risposte con almeno # like}}" #: src/components/WhoCanReply.tsx:296 #~ msgid "<0/> members" @@ -213,44 +260,44 @@ msgstr "" #: src/screens/StarterPack/Wizard/index.tsx:485 #~ msgid "<0>{0} and<1> <2>{1} are included in your starter pack" -#~ msgstr "" +#~ msgstr "<0>{0} e<1> <2>{1} sono inclusi nel tuo starter pack" #: src/screens/StarterPack/Wizard/index.tsx:466 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" -msgstr "" +msgstr "<0>{0}, <1>{1}, e {2, plural, one {# altro} other {# altri}} sono inclusi nel tuo starter pack" #: src/screens/StarterPack/Wizard/index.tsx:519 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" -msgstr "" +msgstr "<0>{0}, <1>{1}, e {2, plural, one {# altro} other {# altri}} sono inclusi nel tuo starter pack" #: src/screens/StarterPack/Wizard/index.tsx:497 #~ msgid "<0>{0}, <1>{1}, and {2} {3, plural, one {other} other {others}} are included in your starter pack" -#~ msgstr "" +#~ msgstr "<0>{0}, <1>{1}, e {2} {3, plural, one {# altro} other {# altri}} sono inclusi nel tuo starter pack" #: src/view/shell/Drawer.tsx:109 msgid "<0>{0} {1, plural, one {follower} other {followers}}" -msgstr "" +msgstr "<0>{0} {1, plural, one {follower} other {follower}}" #: src/view/shell/Drawer.tsx:124 msgid "<0>{0} {1, plural, one {following} other {following}}" -msgstr "" +msgstr "<0>{0} {1, plural, one {seguito} other {seguiti}}" #: src/screens/StarterPack/Wizard/index.tsx:507 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" -msgstr "" +msgstr "<0>{0} e<1> <2>{1} sono inclusi nel tuo starter pack" #~ msgid "<0>{0} following" -#~ msgstr "<0>{0} following" +#~ msgstr "<0>{0} seguito" #: src/screens/StarterPack/Wizard/index.tsx:500 msgid "<0>{0} is included in your starter pack" -msgstr "" +msgstr "<0>{0} è incluso nel tuo starter pack" #: src/components/WhoCanReply.tsx:274 msgid "<0>{0} members" -msgstr "" +msgstr "<0>{0} membri" #~ msgid "<0>{followers} <1>{pluralizedFollowers}" #~ msgstr "<0>{followers} <1>{pluralizedFollowers}" @@ -273,7 +320,7 @@ msgstr "<0>Non applicabile. Questo avviso è disponibile solo per i post che #: src/screens/StarterPack/Wizard/index.tsx:457 msgid "<0>You and<1> <2>{0} are included in your starter pack" -msgstr "" +msgstr "<0>Tu e<1> <2>{0} sono inclusi nel tuo starter pack" #: src/screens/Profile/Header/Handle.tsx:50 msgid "⚠Invalid Handle" @@ -281,26 +328,26 @@ msgstr "⚠Nome utente non valido" #: src/components/dialogs/MutedWords.tsx:193 msgid "24 hours" -msgstr "" +msgstr "24 ore" -#: src/screens/Login/LoginForm.tsx:266 +#: src/screens/Login/LoginForm.tsx:253 msgid "2FA Confirmation" msgstr "Conferma 2FA" #: src/components/dialogs/MutedWords.tsx:232 msgid "30 days" -msgstr "" +msgstr "30 giorni" #: src/components/dialogs/MutedWords.tsx:217 msgid "7 days" -msgstr "" +msgstr "7 giorni" #~ msgid "A content warning has been applied to this {0}." #~ msgstr "A questo post è stato applicato un avviso di contenuto {0}." #: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "" +#~ msgid "A help tooltip" +#~ msgstr "" #~ msgid "A new version of the app is available. Please update to continue using the app." #~ msgstr "È disponibile una nuova versione dell'app. Aggiorna per continuare a utilizzarla." @@ -331,7 +378,7 @@ msgstr "Impostazioni di Accessibilità" #~ msgid "account" #~ msgstr "account" -#: src/screens/Login/LoginForm.tsx:190 +#: src/screens/Login/LoginForm.tsx:179 #: src/view/screens/Settings/index.tsx:315 #: src/view/screens/Settings/index.tsx:718 msgid "Account" @@ -366,7 +413,7 @@ msgstr "Opzioni dell'account" msgid "Account removed from quick access" msgstr "Account rimosso dall'accesso immediato" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "Account sbloccato" @@ -388,11 +435,11 @@ msgstr "Aggiungi" #: src/screens/StarterPack/Wizard/index.tsx:568 msgid "Add {0} more to continue" -msgstr "" +msgstr "Aggiungi {0} utenti per continuare" #: src/components/StarterPack/Wizard/WizardListCard.tsx:59 msgid "Add {displayName} to starter pack" -msgstr "" +msgstr "Aggiungi {displayName} allo starter pack" #: src/view/com/modals/SelfLabel.tsx:57 msgid "Add a content warning" @@ -421,9 +468,13 @@ msgstr "Aggiungi testo alternativo" #~ msgid "Add ALT text" #~ msgstr "Agguingo del testo descrittivo" -#: src/view/screens/AppPasswords.tsx:106 -#: src/view/screens/AppPasswords.tsx:148 -#: src/view/screens/AppPasswords.tsx:161 +#: src/view/com/composer/videos/SubtitleDialog.tsx:109 +msgid "Add alt text (optional)" +msgstr "" + +#: src/view/screens/AppPasswords.tsx:105 +#: src/view/screens/AppPasswords.tsx:147 +#: src/view/screens/AppPasswords.tsx:160 msgid "Add App Password" msgstr "Aggiungi la Password per l'App" @@ -445,19 +496,19 @@ msgstr "Aggiungi parola silenziata alle impostazioni configurate" #: src/components/dialogs/MutedWords.tsx:112 msgid "Add muted words and tags" -msgstr "Aggiungi parole silenziate e tags" +msgstr "Aggiungi parole e tag silenziati" #: src/screens/StarterPack/Wizard/index.tsx:197 #~ msgid "Add people to your starter pack that you think others will enjoy following" -#~ msgstr "" +#~ msgstr "Aggiungi persone al tuo starter pack che potrebbero interessare agli altri utenti" #: src/screens/Home/NoFeedsPinned.tsx:99 msgid "Add recommended feeds" -msgstr "Aggiungi feed raccomandati" +msgstr "Aggiungi feed consigliati" #: src/screens/StarterPack/Wizard/index.tsx:488 msgid "Add some feeds to your starter pack!" -msgstr "" +msgstr "Aggiungi dei feed al tuo starter pack!" #: src/screens/Feeds/NoFollowingFeed.tsx:41 msgid "Add the default feed of only people you follow" @@ -469,7 +520,7 @@ msgstr "Aggiungi il seguente record DNS al tuo dominio:" #: src/components/FeedCard.tsx:293 msgid "Add this feed to your feeds" -msgstr "" +msgstr "Aggiungi feed" #: src/view/com/profile/ProfileMenu.tsx:267 #: src/view/com/profile/ProfileMenu.tsx:270 @@ -507,7 +558,7 @@ msgstr "Contenuto per adulti" #: src/screens/Moderation/index.tsx:365 msgid "Adult content can only be enabled via the Web at <0>bsky.app." -msgstr "" +msgstr "I contenuti per adulti possono essere abilitati solo dal sito Web a <0>bsky.app." #: src/components/moderation/LabelPreference.tsx:242 msgid "Adult content is disabled." @@ -520,11 +571,11 @@ msgstr "Avanzato" #: src/state/shell/progress-guide.tsx:171 msgid "Algorithm training complete!" -msgstr "" +msgstr "Allenamento dell'algoritmo completato!" #: src/screens/StarterPack/StarterPackScreen.tsx:370 msgid "All accounts have been followed!" -msgstr "" +msgstr "Tutti gli account sono stati seguiti!" #: src/view/screens/Feeds.tsx:733 msgid "All the feeds you've saved, right in one place." @@ -533,7 +584,7 @@ msgstr "Tutti i feed che hai salvato, in un unico posto." #: src/view/com/modals/AddAppPasswords.tsx:188 #: src/view/com/modals/AddAppPasswords.tsx:195 msgid "Allow access to your direct messages" -msgstr "" +msgstr "Consenti l'accesso ai tuoi messaggi" #: src/screens/Messages/Settings.tsx:NaN #~ msgid "Allow messages from" @@ -546,13 +597,13 @@ msgstr "Consenti nuovi messaggi da" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:359 msgid "Allow replies from:" -msgstr "" +msgstr "Consenti risposte da:" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" -msgstr "" +msgstr "Consenti l'accesso ai tuoi messaggi" -#: src/screens/Login/ForgotPasswordForm.tsx:178 +#: src/screens/Login/ForgotPasswordForm.tsx:177 #: src/view/com/modals/ChangePassword.tsx:171 msgid "Already have a code?" msgstr "Hai già un codice?" @@ -563,17 +614,20 @@ msgstr "Hai già effettuato l'accesso come @{0}" #: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/util/post-embeds/GifEmbed.tsx:183 +#: src/view/com/util/post-embeds/GifEmbed.tsx:177 msgid "ALT" msgstr "ALT" #: src/view/com/composer/GifAltText.tsx:144 +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +#: src/view/com/composer/videos/SubtitleDialog.tsx:104 +#: src/view/com/composer/videos/SubtitleDialog.tsx:108 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:87 msgid "Alt text" msgstr "Testo alternativo" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:182 msgid "Alt Text" msgstr "Testo Alternativo" @@ -592,45 +646,60 @@ msgstr "Una email è stata inviata al tuo indirizzo precedente, {0}. Include un #: src/components/dialogs/GifSelect.tsx:254 msgid "An error has occurred" -msgstr "" +msgstr "Si è verificato un errore" #: src/components/dialogs/GifSelect.tsx:252 #~ msgid "An error occured" #~ msgstr "Si è verificato un errore" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:314 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:413 msgid "An error occurred" +msgstr "Si è verificato un errore" + +#: src/state/queries/video/video.ts:232 +msgid "An error occurred while compressing the video." msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:315 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/view/com/util/post-embeds/VideoEmbed.tsx:135 +msgid "An error occurred while loading the video. Please try again later." +msgstr "Si è verificato un errore nel caricare il video. Per favore riprova più tardi." + +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:174 +msgid "An error occurred while loading the video. Please try again." msgstr "" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:69 -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:150 -msgid "An error occurred while loading the video. Please try again later." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:250 +msgid "An error occurred while saving the image!" msgstr "" #: src/components/StarterPack/ShareDialog.tsx:79 #~ msgid "An error occurred while saving the image." -#~ msgstr "" +#~ msgstr "Si è verificato un errore nel caricare l'immagine." #: src/components/StarterPack/QrCodeDialog.tsx:71 #: src/components/StarterPack/ShareDialog.tsx:79 msgid "An error occurred while saving the QR code!" +msgstr "Si è verificato un errore nel salvare il codice QR!" + +#: src/view/com/composer/videos/SelectVideoBtn.tsx:75 +msgid "An error occurred while selecting the video" msgstr "" #~ msgid "An error occurred while trying to delete the message. Please try again." -#~ msgstr "È avvenuto un errore durante la cancellazione del messaggio. Riprovare un altra volta" +#~ msgstr "Si è verificato un errore durante la cancellazione del messaggio. Per favore riprova più tardi." #: src/screens/StarterPack/StarterPackScreen.tsx:336 #: src/screens/StarterPack/StarterPackScreen.tsx:358 msgid "An error occurred while trying to follow all" -msgstr "" +msgstr "Si è verificato un errore nel seguire tutti" -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:199 msgid "An error occurred while uploading the video." -msgstr "" +msgstr "Si è verificato un errore nel caricare il video." #: src/lib/moderation/useReportOptions.ts:28 msgid "An issue not included in these options" @@ -638,33 +707,33 @@ msgstr "Un problema non incluso in queste opzioni" #: src/components/dms/dialogs/NewChatDialog.tsx:36 msgid "An issue occurred starting the chat" -msgstr "" +msgstr "Si è verificato un problema nel creare la chat" #: src/components/dms/dialogs/ShareViaChatDialog.tsx:49 msgid "An issue occurred while trying to open the chat" -msgstr "" +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:319 -#: src/components/ProfileCard.tsx:339 +#: src/components/ProfileCard.tsx:324 +#: src/components/ProfileCard.tsx:344 #: src/view/com/profile/FollowButton.tsx:36 #: src/view/com/profile/FollowButton.tsx:46 msgid "An issue occurred, please try again." -msgstr "Si è verificato un problema, riprova un'altra volta." +msgstr "Si è verificato un problema, per favore riprova più tardi." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" -msgstr "si è verificato un errore sconosciuto" +msgstr "Si è verificato un errore sconosciuto" #: src/components/moderation/ModerationDetailsDialog.tsx:151 #: src/components/moderation/ModerationDetailsDialog.tsx:147 msgid "an unknown labeler" -msgstr "" +msgstr "un etichettatore sconosciuto" #: src/components/WhoCanReply.tsx:295 -#: src/view/com/notifications/FeedItem.tsx:235 -#: src/view/com/notifications/FeedItem.tsx:324 +#: src/view/com/notifications/FeedItem.tsx:231 +#: src/view/com/notifications/FeedItem.tsx:320 msgid "and" msgstr "e" @@ -673,7 +742,7 @@ msgstr "e" msgid "Animals" msgstr "Animali" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:139 msgid "Animated GIF" msgstr "GIF animata" @@ -683,13 +752,13 @@ msgstr "Comportamento antisociale" #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:54 msgid "Anybody can interact" -msgstr "" +msgstr "Tutti possono interagire" #: src/view/screens/LanguageSettings.tsx:96 msgid "App Language" msgstr "Lingua dell'app" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "Password dell'app eliminata" @@ -709,17 +778,17 @@ msgstr "Impostazioni della password dell'app" #~ msgstr "Passwords dell'app" #: src/Navigation.tsx:286 -#: src/view/screens/AppPasswords.tsx:192 +#: src/view/screens/AppPasswords.tsx:191 #: src/view/screens/Settings/index.tsx:672 msgid "App Passwords" msgstr "Password dell'App" -#: src/components/moderation/LabelsOnMeDialog.tsx:154 -#: src/components/moderation/LabelsOnMeDialog.tsx:157 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 +#: src/components/moderation/LabelsOnMeDialog.tsx:149 msgid "Appeal" msgstr "Ricorso" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "Etichetta \"{0}\" del ricorso" @@ -732,7 +801,7 @@ msgstr "Etichetta \"{0}\" del ricorso" #~ msgid "Appeal Decision" #~ msgstr "Decisión de apelación" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "Appello inviato" @@ -745,7 +814,7 @@ msgstr "Appello inviato" #: src/screens/Messages/Conversation/ChatDisabled.tsx:99 #: src/screens/Messages/Conversation/ChatDisabled.tsx:101 msgid "Appeal this decision" -msgstr "Appella contro questa decisione" +msgstr "Fai ricorso contro questa decisione" #~ msgid "Appeal this decision." #~ msgstr "Appella contro questa decisione." @@ -757,11 +826,11 @@ msgstr "Aspetto" #: src/view/screens/Settings/index.tsx:475 msgid "Appearance settings" -msgstr "" +msgstr "Impostazioni dell'aspetto" #: src/Navigation.tsx:326 msgid "Appearance Settings" -msgstr "" +msgstr "Impostazioni dell'aspetto" #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 #: src/screens/Home/NoFeedsPinned.tsx:93 @@ -770,9 +839,9 @@ msgstr "Applica i feed raccomandati predefiniti" #: src/screens/StarterPack/StarterPackScreen.tsx:610 #~ msgid "Are you sure you want delete this starter pack?" -#~ msgstr "" +#~ msgstr "Sicuro di voler eliminare questo starter pack?" -#: src/view/screens/AppPasswords.tsx:282 +#: src/view/screens/AppPasswords.tsx:277 msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "Confermi di voler eliminare la password dell'app \"{name}\"?" @@ -782,11 +851,11 @@ msgstr "Confermi di voler eliminare la password dell'app \"{name}\"?" #: src/components/dms/MessageMenu.tsx:149 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." -msgstr "Sei sicuro di voler cancellare questo messaggio? Il messaggio verrà cancellato per te, ma non per gli altri partecipanti." +msgstr "Sicuro di voler cancellare questo messaggio? Il messaggio verrà cancellato per te, ma non per gli altri partecipanti." #: src/screens/StarterPack/StarterPackScreen.tsx:621 msgid "Are you sure you want to delete this starter pack?" -msgstr "" +msgstr "Sicuro di voler eliminare questo starter pack?" #: src/components/dms/LeaveConvoPrompt.tsx:48 msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant." @@ -798,9 +867,9 @@ msgstr "Confermi di voler rimuovere {0} dai tuoi feed?" #: src/components/FeedCard.tsx:310 msgid "Are you sure you want to remove this from your feeds?" -msgstr "" +msgstr "Sicuro di rimuoverlo dai tuoi feed?" -#: src/view/com/composer/Composer.tsx:772 +#: src/view/com/composer/Composer.tsx:838 msgid "Are you sure you'd like to discard this draft?" msgstr "Confermi di voler eliminare questa bozza?" @@ -824,19 +893,19 @@ msgstr "Arte" msgid "Artistic or non-erotic nudity." msgstr "Nudità artistica o non erotica." -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "Almeno 3 caratteri" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 -#: src/components/moderation/LabelsOnMeDialog.tsx:294 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:285 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:298 -#: src/screens/Login/LoginForm.tsx:304 +#: src/screens/Login/LoginForm.tsx:285 +#: src/screens/Login/LoginForm.tsx:291 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Messages/Conversation/ChatDisabled.tsx:133 @@ -868,7 +937,7 @@ msgstr "Compleanno" msgid "Birthday:" msgstr "Compleanno:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "Blocca" @@ -893,16 +962,16 @@ msgstr "Blocca gli account" #: src/view/screens/ProfileList.tsx:744 msgid "Block list" -msgstr "Lista di blocchi" +msgstr "Lista di account bloccati" #: src/view/screens/ProfileList.tsx:739 msgid "Block these accounts?" -msgstr "Vuoi bloccare questi accounts?" +msgstr "Vuoi bloccare questi account?" #~ msgid "Block this List" #~ msgstr "Blocca questa Lista" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:83 msgid "Blocked" msgstr "Bloccato" @@ -954,7 +1023,7 @@ msgstr "Bluesky è un network aperto in cui puoi scegliere il tuo provider di ho #: src/components/ProgressGuide/List.tsx:55 msgid "Bluesky is better with friends!" -msgstr "" +msgstr "Bluesky è meglio cogli amici!" #~ msgid "Bluesky is flexible." #~ msgstr "Bluesky è flessibile." @@ -965,12 +1034,16 @@ msgstr "" #~ msgid "Bluesky is public." #~ msgstr "Bluesky è pubblico." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:206 +msgid "Bluesky now has over 10 million users, and I was #{0}!" +msgstr "" + #~ msgid "Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon." #~ msgstr "Bluesky utilizza gli inviti per costruire una comunità più sana. Se non conosci nessuno con un invito, puoi iscriverti alla lista d'attesa e te ne invieremo uno al più presto." #: src/components/StarterPack/ProfileStarterPacks.tsx:282 msgid "Bluesky will choose a set of recommended accounts from people in your network." -msgstr "" +msgstr "Bluesky sceglierà un set di account consigliati dal tuo network." #: src/screens/Moderation/index.tsx:567 msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private." @@ -992,25 +1065,29 @@ msgstr "Sfoca le immagini e filtra dai feed" msgid "Books" msgstr "Libri" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:614 +msgid "Brag a little!" +msgstr "" + +#: src/components/FeedInterstitials.tsx:350 msgid "Browse more accounts on the Explore page" -msgstr "" +msgstr "Scopri altri account dalla Ricerca" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:483 msgid "Browse more feeds on the Explore page" -msgstr "" +msgstr "Scopri nuovi feed dalla Ricerca" -#: src/components/FeedInterstitials.tsx:282 -#: src/components/FeedInterstitials.tsx:285 -#: src/components/FeedInterstitials.tsx:415 -#: src/components/FeedInterstitials.tsx:418 +#: src/components/FeedInterstitials.tsx:332 +#: src/components/FeedInterstitials.tsx:335 +#: src/components/FeedInterstitials.tsx:465 +#: src/components/FeedInterstitials.tsx:468 msgid "Browse more suggestions" -msgstr "" +msgstr "Scopri nuovi suggerimenti" -#: src/components/FeedInterstitials.tsx:308 -#: src/components/FeedInterstitials.tsx:442 +#: src/components/FeedInterstitials.tsx:358 +#: src/components/FeedInterstitials.tsx:492 msgid "Browse more suggestions on the Explore page" -msgstr "" +msgstr "Scopri nuovi suggerimenti dalla Ricerca" #: src/screens/Home/NoFeedsPinned.tsx:103 #: src/screens/Home/NoFeedsPinned.tsx:109 @@ -1040,7 +1117,7 @@ msgstr "Di {0}" #: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:112 #~ msgid "by @{0}" -#~ msgstr "" +#~ msgstr "Di @{0}" #: src/view/com/profile/ProfileSubpageHeader.tsx:164 msgid "by <0/>" @@ -1063,12 +1140,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "Può contenere solo lettere, numeri, spazi, trattini e trattini bassi. Deve contenere almeno 4 caratteri, ma non più di 32 caratteri." #: src/components/Menu/index.tsx:235 -#: src/components/Prompt.tsx:119 -#: src/components/Prompt.tsx:121 +#: src/components/Prompt.tsx:122 +#: src/components/Prompt.tsx:124 #: src/components/TagMenu/index.tsx:282 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:512 -#: src/view/com/composer/Composer.tsx:527 +#: src/view/com/composer/Composer.tsx:594 +#: src/view/com/composer/Composer.tsx:609 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -1084,7 +1161,7 @@ msgstr "Può contenere solo lettere, numeri, spazi, trattini e trattini bassi. D #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "Cancella" @@ -1116,13 +1193,13 @@ msgstr "Annulla il ritaglio dell'immagine" msgid "Cancel profile editing" msgstr "Annulla la modifica del profilo" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "Annnulla la citazione del post" #: src/screens/Deactivated.tsx:155 msgid "Cancel reactivation and log out" -msgstr "" +msgstr "Cancella la riattivazione e disconnettiti" #: src/view/com/modals/ListAddRemoveUsers.tsx:88 msgid "Cancel search" @@ -1135,6 +1212,25 @@ msgstr "Annulla la ricerca" msgid "Cancels opening the linked website" msgstr "Annulla l'apertura del sito collegato" +#: src/state/shell/composer/index.tsx:70 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:114 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:155 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:191 +msgid "Cannot interact with a blocked user" +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:135 +msgid "Captions (.vtt)" +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +msgid "Captions & alt text" +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:368 +msgid "Celebrating {0} users" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "Cambia" @@ -1178,8 +1274,8 @@ msgid "Change Your Email" msgstr "Cambia la tua email" #: src/Navigation.tsx:338 -#: src/view/shell/bottom-bar/BottomBar.tsx:204 -#: src/view/shell/desktop/LeftNav.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:201 +#: src/view/shell/desktop/LeftNav.tsx:301 msgid "Chat" msgstr "Messaggi" @@ -1219,7 +1315,7 @@ msgstr "Verifica il mio stato" #~ msgid "Check out some recommended users. Follow them to see similar users." #~ msgstr "Scopri alcuni utenti consigliati. Seguili per vedere utenti simili." -#: src/screens/Login/LoginForm.tsx:291 +#: src/screens/Login/LoginForm.tsx:278 msgid "Check your email for a login code and enter it here." msgstr "Controlla la tua email per il codice di accesso e inseriscilo qui." @@ -1232,33 +1328,33 @@ msgstr "Controlla la tua posta in arrivo, dovrebbe contenere un'e-mail con il co #~ msgstr "Scegli \"Tutti\" o \"Nessuno\"" #: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "" +#~ msgid "Choose 3 or more:" +#~ msgstr "Scegli 3 o più:" #~ msgid "Choose a new Bluesky username or create" #~ msgstr "Scegli un nuovo nome utente Bluesky o creane uno" #: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "" +#~ msgid "Choose at least {0} more" +#~ msgstr "Scegli almeno {0} in più" #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" -msgstr "" +msgstr "Scegli feed" #: src/components/StarterPack/ProfileStarterPacks.tsx:290 msgid "Choose for me" -msgstr "" +msgstr "Scegli per me" #: src/screens/StarterPack/Wizard/index.tsx:186 msgid "Choose People" -msgstr "" +msgstr "Scegli utenti" #: src/view/com/auth/server-input/index.tsx:79 msgid "Choose Service" msgstr "Scegli il servizio" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "Scegli gli algoritmi che compilano i tuoi feed personalizzati." @@ -1272,7 +1368,7 @@ msgstr "Scegli questo colore per il tuo avatar" #: src/components/dialogs/ThreadgateEditor.tsx:91 #: src/components/dialogs/ThreadgateEditor.tsx:95 #~ msgid "Choose who can reply" -#~ msgstr "" +#~ msgstr "Scegli chi può rispondere" #: src/screens/Onboarding/StepAlgoFeeds/index.tsx:104 #~ msgid "Choose your main feeds" @@ -1317,11 +1413,11 @@ msgstr "clicca qui" #: src/view/com/modals/DeleteAccount.tsx:208 msgid "Click here for more information on deactivating your account" -msgstr "" +msgstr "Clicca qui per maggiori informazioni riguardo la disattivazione del tuo account" #: src/view/com/modals/DeleteAccount.tsx:216 msgid "Click here for more information." -msgstr "" +msgstr "Clicca qui per maggiori informazioni." #: src/screens/Feeds/NoFollowingFeed.tsx:46 #~ msgid "Click here to add one." @@ -1336,13 +1432,13 @@ msgstr "Clicca qui per aprire il menu per {tag}" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:303 msgid "Click to disable quote posts of this post." -msgstr "" +msgstr "Clicca per disattivare le citazioni di questo post." #: src/components/dialogs/PostInteractionSettingsDialog.tsx:304 msgid "Click to enable quote posts of this post." -msgstr "" +msgstr "Clicca per attivare le citazioni di questo post." -#: src/components/dms/MessageItem.tsx:231 +#: src/components/dms/MessageItem.tsx:232 msgid "Click to retry failed message" msgstr "Clicca per riprovare l'invio" @@ -1357,13 +1453,15 @@ msgstr "" #: src/components/dialogs/GifSelect.ios.tsx:250 #: src/components/dialogs/GifSelect.tsx:270 #: src/components/dms/dialogs/SearchablePeopleList.tsx:261 +#: src/components/intents/VerifyEmailIntentDialog.tsx:111 +#: src/components/intents/VerifyEmailIntentDialog.tsx:118 #: src/components/NewskieDialog.tsx:146 #: src/components/NewskieDialog.tsx:153 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:131 #: src/view/com/modals/ChangePassword.tsx:268 #: src/view/com/modals/ChangePassword.tsx:271 -#: src/view/com/util/post-embeds/GifEmbed.tsx:195 +#: src/view/com/util/post-embeds/GifEmbed.tsx:188 msgid "Close" msgstr "Chiudi" @@ -1418,7 +1516,7 @@ msgstr "Chiude la barra di navigazione in basso" msgid "Closes password update alert" msgstr "Chiude l'avviso di aggiornamento della password" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:606 msgid "Closes post composer and discards post draft" msgstr "Chiude l'editore del post ed elimina la bozza del post" @@ -1426,11 +1524,11 @@ msgstr "Chiude l'editore del post ed elimina la bozza del post" msgid "Closes viewer for header image" msgstr "Chiude il visualizzatore dell'immagine di intestazione" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" -msgstr "" +msgstr "Chiudi la lista di utenti" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "Comprime l'elenco degli utenti per una determinata notifica" @@ -1449,7 +1547,7 @@ msgstr "Fumetti" msgid "Community Guidelines" msgstr "Linee guida della community" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "Completa l'incorporazione e inizia a utilizzare il tuo account" @@ -1457,7 +1555,7 @@ msgstr "Completa l'incorporazione e inizia a utilizzare il tuo account" msgid "Complete the challenge" msgstr "Completa la challenge" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:714 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Componi un post fino a {MAX_GRAPHEME_LENGTH} caratteri" @@ -1466,8 +1564,8 @@ msgid "Compose reply" msgstr "Scrivi la risposta" #: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 -msgid "Compressing..." -msgstr "" +#~ msgid "Compressing..." +#~ msgstr "Compressione in corso..." #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 #~ msgid "Configure content filtering setting for category: {0}" @@ -1481,8 +1579,8 @@ msgstr "Configura l'impostazione del filtro dei contenuti per la categoria: {nam msgid "Configured in <0>moderation settings." msgstr "Configurato nelle <0>impostazioni di moderazione." -#: src/components/Prompt.tsx:162 #: src/components/Prompt.tsx:165 +#: src/components/Prompt.tsx:168 #: src/view/com/modals/SelfLabel.tsx:155 #: src/view/com/modals/VerifyEmail.tsx:239 #: src/view/com/modals/VerifyEmail.tsx:241 @@ -1519,7 +1617,7 @@ msgstr "Conferma la tua età:" msgid "Confirm your birthdate" msgstr "Conferma la tua data di nascita" -#: src/screens/Login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:259 #: src/view/com/modals/ChangeEmail.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:238 #: src/view/com/modals/DeleteAccount.tsx:244 @@ -1532,7 +1630,7 @@ msgstr "Codice di conferma" #~ msgid "Confirms signing up {email} to the waitlist" #~ msgstr "Conferma l'iscrizione di {email} alla lista d'attesa" -#: src/screens/Login/LoginForm.tsx:325 +#: src/screens/Login/LoginForm.tsx:312 msgid "Connecting..." msgstr "Connessione in corso..." @@ -1583,7 +1681,7 @@ msgstr "Avviso sui contenuti" msgid "Context menu backdrop, click to close the menu." msgstr "Sfondo del menu contestuale, clicca per chiudere il menu." -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Continua" @@ -1594,9 +1692,9 @@ msgstr "Continua come {0} (attualmente connesso)" #: src/view/com/post-thread/PostThreadLoadMore.tsx:52 msgid "Continue thread..." -msgstr "" +msgstr "Continua thread..." -#: src/screens/Onboarding/StepInterests/index.tsx:275 +#: src/screens/Onboarding/StepInterests/index.tsx:255 #: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/BackNextButtons.tsx:59 msgid "Continue to next step" @@ -1632,7 +1730,7 @@ msgstr "Versione di build copiata nella clipboard" #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:234 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:368 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:392 msgid "Copied to clipboard" msgstr "Copiato nel clipboard" @@ -1660,11 +1758,11 @@ msgstr "Copia il codice" #: src/components/StarterPack/ShareDialog.tsx:124 msgid "Copy link" -msgstr "" +msgstr "Copia link" #: src/components/StarterPack/ShareDialog.tsx:131 msgid "Copy Link" -msgstr "" +msgstr "Copia link" #: src/view/screens/ProfileList.tsx:484 msgid "Copy link to list" @@ -1690,7 +1788,7 @@ msgstr "Copia il testo del post" #: src/components/StarterPack/QrCodeDialog.tsx:171 msgid "Copy QR code" -msgstr "" +msgstr "Copia codice QR" #: src/Navigation.tsx:281 #: src/view/screens/CopyrightPolicy.tsx:29 @@ -1699,11 +1797,11 @@ msgstr "Politica sul diritto d'autore" #: src/view/com/composer/videos/state.ts:31 #~ msgid "Could not compress video" -#~ msgstr "" +#~ msgstr "Impossibile comprimere il video" #: src/components/dms/LeaveConvoPrompt.tsx:39 msgid "Could not leave chat" -msgstr "Errore nell'abbandonare la conversione" +msgstr "Errore nell'abbandonare la conversazione" #: src/view/screens/ProfileFeed.tsx:103 msgid "Could not load feed" @@ -1715,18 +1813,22 @@ msgstr "No si è potuto caricare la lista" #: src/components/dms/NewChat.tsx:241 #~ msgid "Could not load profiles. Please try again later." -#~ msgstr "" +#~ msgstr "Impossibile caricare i profili. Per favore riprova più tardi." #: src/components/dms/ConvoMenu.tsx:88 msgid "Could not mute chat" msgstr "Errore nel silenziare la conversazione" +#: src/view/com/composer/videos/VideoPreview.web.tsx:56 +msgid "Could not process your video" +msgstr "" + #~ msgid "Country" #~ msgstr "Paese" #: src/components/StarterPack/ProfileStarterPacks.tsx:272 msgid "Create" -msgstr "" +msgstr "Crea" #: src/view/com/auth/SplashScreen.tsx:57 #: src/view/com/auth/SplashScreen.web.tsx:106 @@ -1735,21 +1837,21 @@ msgstr "Crea un nuovo account" #: src/view/screens/Settings/index.tsx:402 msgid "Create a new Bluesky account" -msgstr "Crea un nuovo Bluesky account" +msgstr "Crea un nuovo account Bluesky" #: src/components/StarterPack/QrCodeDialog.tsx:154 msgid "Create a QR code for a starter pack" -msgstr "" +msgstr "Crea un codice QR per uno starter pack" #: src/components/StarterPack/ProfileStarterPacks.tsx:165 #: src/components/StarterPack/ProfileStarterPacks.tsx:259 #: src/Navigation.tsx:368 msgid "Create a starter pack" -msgstr "" +msgstr "Crea uno starter pack" #: src/components/StarterPack/ProfileStarterPacks.tsx:246 msgid "Create a starter pack for me" -msgstr "" +msgstr "Crea uno starter pack per me" #: src/screens/Signup/index.tsx:99 msgid "Create Account" @@ -1766,7 +1868,7 @@ msgstr "In alternativa crea un avatar" #: src/components/StarterPack/ProfileStarterPacks.tsx:172 msgid "Create another" -msgstr "" +msgstr "Creane un altro" #: src/view/com/modals/AddAppPasswords.tsx:243 msgid "Create App Password" @@ -1779,13 +1881,13 @@ msgstr "Crea un nuovo account" #: src/components/StarterPack/ShareDialog.tsx:158 #~ msgid "Create QR code" -#~ msgstr "" +#~ msgstr "Crea codice QR" #: src/components/ReportDialog/SelectReportOptionView.tsx:101 msgid "Create report for {0}" msgstr "Crea un report per {0}" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "Creato {0}" @@ -1823,7 +1925,7 @@ msgstr "Personalizza i media da i siti esterni." #: src/components/dialogs/PostInteractionSettingsDialog.tsx:288 msgid "Customize who can interact with this post." -msgstr "" +msgstr "Personalizza chi può interagire con questo post." #~ msgid "Danger Zone" #~ msgstr "Zona di Pericolo" @@ -1843,24 +1945,24 @@ msgstr "Aspetto scuro" #: src/screens/Settings/AppearanceSettings.tsx:109 #: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark theme" -msgstr "" +msgstr "Tema scuro" #: src/view/screens/Settings/index.tsx:473 #~ msgid "Dark Theme" #~ msgstr "Tema scuro" -#: src/screens/Signup/StepInfo/index.tsx:191 +#: src/screens/Signup/StepInfo/index.tsx:192 msgid "Date of birth" msgstr "Data di nascita" #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 #: src/view/screens/Settings/index.tsx:772 msgid "Deactivate account" -msgstr "" +msgstr "Disattiva account" #: src/view/screens/Settings/index.tsx:784 msgid "Deactivate my account" -msgstr "" +msgstr "Disattiva il mio account" #: src/view/screens/Settings/index.tsx:839 msgid "Debug Moderation" @@ -1875,7 +1977,7 @@ msgstr "Pannello per il debug" #: src/screens/StarterPack/StarterPackScreen.tsx:652 #: src/screens/StarterPack/StarterPackScreen.tsx:732 #: src/view/com/util/forms/PostDropdownBtn.tsx:629 -#: src/view/screens/AppPasswords.tsx:285 +#: src/view/screens/AppPasswords.tsx:280 #: src/view/screens/ProfileList.tsx:723 msgid "Delete" msgstr "Elimina" @@ -1891,11 +1993,11 @@ msgstr "Elimina l'account" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "Cancella l'account <0>\"<1>{0}<2>\"" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "Elimina la password dell'app" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "Eliminare la password dell'app?" @@ -1939,21 +2041,21 @@ msgstr "Elimina il post" #: src/screens/StarterPack/StarterPackScreen.tsx:567 #: src/screens/StarterPack/StarterPackScreen.tsx:723 msgid "Delete starter pack" -msgstr "" +msgstr "Elimina starter pack" #: src/screens/StarterPack/StarterPackScreen.tsx:618 msgid "Delete starter pack?" -msgstr "" +msgstr "Eliminare lo starter pack?" #: src/view/screens/ProfileList.tsx:718 msgid "Delete this list?" -msgstr "Elimina questa lista?" +msgstr "Eliminare questa lista?" #: src/view/com/util/forms/PostDropdownBtn.tsx:624 msgid "Delete this post?" msgstr "Eliminare questo post?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:93 msgid "Deleted" msgstr "Eliminato" @@ -1979,11 +2081,11 @@ msgstr "Testo descrittivo alternativo" #: src/view/com/util/forms/PostDropdownBtn.tsx:544 #: src/view/com/util/forms/PostDropdownBtn.tsx:554 msgid "Detach quote" -msgstr "" +msgstr "Stacca citazione" #: src/view/com/util/forms/PostDropdownBtn.tsx:687 msgid "Detach quote post?" -msgstr "" +msgstr "Staccare la citazione del post?" #~ msgid "Dev Server" #~ msgstr "Server di sviluppo" @@ -1993,24 +2095,28 @@ msgstr "" #: src/components/WhoCanReply.tsx:175 msgid "Dialog: adjust who can interact with this post" -msgstr "" +msgstr "Dialog: configura chi può interagire con questo post" -#: src/view/com/composer/Composer.tsx:327 +#: src/view/com/composer/Composer.tsx:355 msgid "Did you want to say anything?" msgstr "Volevi dire qualcosa?" #: src/screens/Settings/AppearanceSettings.tsx:117 #: src/screens/Settings/AppearanceSettings.tsx:119 msgid "Dim" -msgstr "Fioco" +msgstr "Soffuso" #: src/components/dms/MessagesNUX.tsx:88 msgid "Direct messages are here!" msgstr "I messaggi diretti sono arrivati!" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" -msgstr "Disattiva la riproduzione automatica per le GIF" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "Disattiva la riproduzione automatica per le GIF" + +#: src/view/screens/AccessibilitySettings.tsx:111 +msgid "Disable autoplay for videos and GIFs" +msgstr "" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 msgid "Disable Email 2FA" @@ -2020,9 +2126,9 @@ msgstr "Disattiva l'email 2FA" msgid "Disable haptic feedback" msgstr "Disattiva il feedback tattile" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:379 msgid "Disable subtitles" -msgstr "" +msgstr "Disattiva sottotitoli" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 @@ -2033,14 +2139,14 @@ msgstr "" msgid "Disabled" msgstr "Disabilitato" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:840 msgid "Discard" msgstr "Scartare" #~ msgid "Discard draft" #~ msgstr "Scarta la bozza" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:837 msgid "Discard draft?" msgstr "Scartare la bozza?" @@ -2050,8 +2156,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "Scoraggia le app dal mostrare il mio account agli utenti disconnessi" #: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "" +#~ msgid "Discover learns which posts you like as you browse." +#~ msgstr "Ricerca imparerà quali post ti piacciono nel mentre cerchi." #: src/view/com/posts/FollowingEmptyState.tsx:70 #: src/view/com/posts/FollowingEndOfFeed.tsx:71 @@ -2067,20 +2173,20 @@ msgid "Discover New Feeds" msgstr "Scopri nuovi feed" #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 -msgid "Dismiss" -msgstr "" +#~ msgid "Dismiss" +#~ msgstr "Ignora" -#: src/view/com/composer/Composer.tsx:612 +#: src/view/com/composer/Composer.tsx:1107 msgid "Dismiss error" -msgstr "" +msgstr "Ignora errore" #: src/components/ProgressGuide/List.tsx:40 msgid "Dismiss getting started guide" -msgstr "" +msgstr "Ignora la guida iniziale" #: src/view/screens/AccessibilitySettings.tsx:99 msgid "Display larger alt text badges" -msgstr "" +msgstr "Ignora l'icona ALT più grande" #: src/view/com/modals/EditProfile.tsx:193 msgid "Display name" @@ -2096,13 +2202,13 @@ msgstr "Pannello DNS" #: src/components/dialogs/MutedWords.tsx:302 msgid "Do not apply this mute word to users you follow" -msgstr "" +msgstr "Non applicare questa parola silenziata agli utenti seguiti" #: src/lib/moderation/useGlobalLabelStrings.ts:39 msgid "Does not include nudity." msgstr "Non include nudità." -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "Non inizia o termina con un trattino" @@ -2125,6 +2231,8 @@ msgstr "Dominio verificato!" #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/composer/videos/SubtitleDialog.tsx:171 +#: src/view/com/composer/videos/SubtitleDialog.tsx:181 #: src/view/com/modals/AddAppPasswords.tsx:243 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 @@ -2150,9 +2258,9 @@ msgstr "Fatto{extraText}" #~ msgid "Double tap to sign in" #~ msgstr "Usa il doppio tocco per accedere" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" -msgstr "" +msgstr "Scarica Bluesky" #~ msgid "Download Bluesky account data (repository)" #~ msgstr "Scarica i dati dell'account Bluesky (archivio)" @@ -2160,9 +2268,13 @@ msgstr "" #: src/view/screens/Settings/ExportCarDialog.tsx:77 #: src/view/screens/Settings/ExportCarDialog.tsx:81 msgid "Download CAR file" -msgstr "Scarica il CAR file" +msgstr "Scarica il file CAR" -#: src/view/com/composer/text-input/TextInput.web.tsx:271 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:622 +msgid "Download image" +msgstr "" + +#: src/view/com/composer/text-input/TextInput.web.tsx:269 msgid "Drop to add images" msgstr "Trascina e rilascia per aggiungere immagini" @@ -2172,7 +2284,7 @@ msgstr "Trascina e rilascia per aggiungere immagini" #: src/components/dialogs/MutedWords.tsx:153 msgid "Duration:" -msgstr "" +msgstr "Durata:" #: src/view/com/modals/ChangeHandle.tsx:252 msgid "e.g. alice" @@ -2220,21 +2332,21 @@ msgstr "Ogni codice funziona per un solo uso. Riceverai periodicamente più codi #: src/view/screens/Feeds.tsx:385 #: src/view/screens/Feeds.tsx:453 msgid "Edit" -msgstr "" +msgstr "Modifica" #: src/view/com/lists/ListMembers.tsx:149 msgctxt "action" msgid "Edit" msgstr "Modifica" -#: src/view/com/util/UserAvatar.tsx:328 +#: src/view/com/util/UserAvatar.tsx:334 #: src/view/com/util/UserBanner.tsx:92 msgid "Edit avatar" msgstr "Modifica l'avatar" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 msgid "Edit Feeds" -msgstr "" +msgstr "Modifica i feed" #: src/view/com/composer/photos/Gallery.tsx:151 #: src/view/com/modals/EditImage.tsx:208 @@ -2244,7 +2356,7 @@ msgstr "Modifica l'immagine" #: src/view/com/util/forms/PostDropdownBtn.tsx:590 #: src/view/com/util/forms/PostDropdownBtn.tsx:603 msgid "Edit interaction settings" -msgstr "" +msgstr "Modifica le impostazioni di interazione" #: src/view/screens/ProfileList.tsx:515 msgid "Edit list details" @@ -2267,20 +2379,20 @@ msgstr "Modifica il mio profilo" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117 msgid "Edit People" -msgstr "" +msgstr "Modifica utenti" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:66 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:204 msgid "Edit post interaction settings" -msgstr "" +msgstr "Modifica le impostazioni di interazione del post" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "Modifica il profilo" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:187 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "Modifica il Profilo" @@ -2291,7 +2403,7 @@ msgstr "Modifica il Profilo" #: src/screens/StarterPack/StarterPackScreen.tsx:554 msgid "Edit starter pack" -msgstr "" +msgstr "Modifica starter pack" #: src/view/com/modals/CreateOrEditList.tsx:234 msgid "Edit User List" @@ -2299,7 +2411,7 @@ msgstr "Modifica l'elenco degli utenti" #: src/components/WhoCanReply.tsx:87 msgid "Edit who can reply" -msgstr "" +msgstr "Modifica chi può rispondere" #: src/view/com/modals/EditProfile.tsx:194 msgid "Edit your display name" @@ -2311,7 +2423,7 @@ msgstr "Modifica la descrizione del tuo profilo" #: src/Navigation.tsx:373 msgid "Edit your starter pack" -msgstr "" +msgstr "Modifica il tuo starter pack" #: src/screens/Onboarding/index.tsx:31 #: src/screens/Onboarding/state.ts:86 @@ -2320,7 +2432,7 @@ msgstr "Formazione scolastica" #: src/components/dialogs/ThreadgateEditor.tsx:98 #~ msgid "Either choose \"Everybody\" or \"Nobody\"" -#~ msgstr "" +#~ msgstr "Scegli \"Everybody\" o \"Nobody\\" #: src/screens/Signup/StepInfo/index.tsx:143 #: src/view/com/modals/ChangeEmail.tsx:136 @@ -2335,6 +2447,10 @@ msgstr "E-mail 2FA disattivata" msgid "Email address" msgstr "Indirizzo email" +#: src/components/intents/VerifyEmailIntentDialog.tsx:95 +msgid "Email Resent" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:54 #: src/view/com/modals/ChangeEmail.tsx:83 msgid "Email updated" @@ -2348,6 +2464,10 @@ msgstr "Email Aggiornata" msgid "Email verified" msgstr "Email verificata" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "Email:" @@ -2398,11 +2518,11 @@ msgstr "Attiva i lettori multimediali per" #: src/view/screens/NotificationsSettings.tsx:65 #: src/view/screens/NotificationsSettings.tsx:68 msgid "Enable priority notifications" -msgstr "" +msgstr "Attiva notifiche prioritarie" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:380 msgid "Enable subtitles" -msgstr "" +msgstr "Attiva sottotitoli" #: src/view/screens/PreferencesFollowingFeed.tsx:145 #~ msgid "Enable this setting to only see replies between people you follow." @@ -2418,12 +2538,16 @@ msgstr "Abilita solo questa fonte" msgid "Enabled" msgstr "Abilitato" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "Fine del feed" #: src/tours/Tooltip.tsx:159 -msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:161 +msgid "Ensure you have selected a language for each subtitle file." msgstr "" #: src/view/com/modals/AddAppPasswords.tsx:161 @@ -2483,17 +2607,17 @@ msgstr "Inserisci il tuo nuovo indirizzo email qui sotto." #: src/screens/Login/index.tsx:101 msgid "Enter your username and password" -msgstr "Inserisci il tuo nome di utente e la tua password" +msgstr "Inserisci il tuo nome utente e la tua password" #: src/view/screens/Settings/ExportCarDialog.tsx:46 msgid "Error occurred while saving file" msgstr "Un errore è avvenuto durante il salvataggio del file" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "Errore nella risposta del captcha." -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Errore:" @@ -2508,7 +2632,7 @@ msgstr "Tutti possono rispondere" #: src/components/WhoCanReply.tsx:213 msgid "Everybody can reply to this post." -msgstr "" +msgstr "Tutto possono rispondere a questo post." #: src/components/dms/MessagesNUX.tsx:131 #: src/components/dms/MessagesNUX.tsx:134 @@ -2517,20 +2641,24 @@ msgstr "" msgid "Everyone" msgstr "Tutti" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "Menzioni o risposte eccessive" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "Troppi o indesiderati messaggi" #: src/components/dialogs/MutedWords.tsx:311 msgid "Exclude users you follow" -msgstr "" +msgstr "Escludi utenti che segui" #: src/components/dialogs/MutedWords.tsx:514 msgid "Excludes users you follow" +msgstr "Esclude gli utenti che segui" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:397 +msgid "Exit fullscreen" msgstr "" #: src/view/com/modals/DeleteAccount.tsx:293 @@ -2560,9 +2688,9 @@ msgstr "Uscita dall'inserzione della domanda di ricerca" msgid "Expand alt text" msgstr "Ampliare il testo alternativo" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" -msgstr "" +msgstr "Espoandi la lista di utenti" #: src/view/com/composer/ComposerReplyTo.tsx:82 #: src/view/com/composer/ComposerReplyTo.tsx:85 @@ -2571,15 +2699,15 @@ msgstr "Espandi o comprimi l'intero post a cui stai rispondendo" #: src/view/screens/NotificationsSettings.tsx:83 msgid "Experimental: When this preference is enabled, you'll only receive reply and quote notifications from users you follow. We'll continue to add more controls here over time." -msgstr "" +msgstr "SPERIMENTALE: Abilitando questa opzione, riceverai notifiche esclusivamente dagli utenti che segui. Continueremo ad aggiungere nuovi controlli in futuro." #: src/components/dialogs/MutedWords.tsx:500 msgid "Expired" -msgstr "" +msgstr "Scaduto" #: src/components/dialogs/MutedWords.tsx:502 msgid "Expires {0}" -msgstr "" +msgstr "Scade {0}" #: src/lib/moderation/useGlobalLabelStrings.ts:47 msgid "Explicit or potentially disturbing media." @@ -2626,7 +2754,7 @@ msgstr "Impossibile creare la password dell'app." #: src/screens/StarterPack/Wizard/index.tsx:229 #: src/screens/StarterPack/Wizard/index.tsx:237 msgid "Failed to create starter pack" -msgstr "" +msgstr "Impossibile creare starter pack" #: src/view/com/modals/CreateOrEditList.tsx:194 msgid "Failed to create the list. Check your internet connection and try again." @@ -2642,33 +2770,33 @@ msgstr "Non possiamo eliminare il post, riprova di nuovo" #: src/screens/StarterPack/StarterPackScreen.tsx:686 msgid "Failed to delete starter pack" -msgstr "" +msgstr "Impossibile cancellare lo starter pack" #: src/view/screens/Search/Explore.tsx:427 #: src/view/screens/Search/Explore.tsx:455 msgid "Failed to load feeds preferences" -msgstr "" +msgstr "Impossibile caricare preferenze feed" #: src/components/dialogs/GifSelect.ios.tsx:196 #: src/components/dialogs/GifSelect.tsx:212 msgid "Failed to load GIFs" -msgstr "Ha fallito il Il caricamento delle GIF's" +msgstr "Impossibile caricare GIF" #: src/screens/Messages/Conversation/MessageListError.tsx:23 msgid "Failed to load past messages" -msgstr "Errore nel caricare i vecchi messaggi" +msgstr "Impossibile caricare messaggi vecchi" #~ msgid "Failed to load recommended feeds" -#~ msgstr "Non possiamo caricare i feed consigliati" +#~ msgstr "Impossibile caricare feed consigliati" #: src/view/screens/Search/Explore.tsx:420 #: src/view/screens/Search/Explore.tsx:448 msgid "Failed to load suggested feeds" -msgstr "" +msgstr "Impossibile caricare feed consigliati" #: src/view/screens/Search/Explore.tsx:378 msgid "Failed to load suggested follows" -msgstr "" +msgstr "Impossibile caricare follow consigliati" #: src/view/com/lightbox/Lightbox.tsx:90 msgid "Failed to save image: {0}" @@ -2676,30 +2804,37 @@ msgstr "Non è possibile salvare l'immagine: {0}" #: src/state/queries/notifications/settings.ts:39 msgid "Failed to save notification preferences, please try again" -msgstr "" +msgstr "Impossibile salvare preferenze notifiche, per favore riprova" -#: src/components/dms/MessageItem.tsx:224 +#: src/components/dms/MessageItem.tsx:225 msgid "Failed to send" -msgstr "Errore nell'invio" +msgstr "Impossibile inviare messaggio" -#: src/components/moderation/LabelsOnMeDialog.tsx:234 +#: src/components/moderation/LabelsOnMeDialog.tsx:225 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." -msgstr "Errore nel invio dell'appello, si prega di riprovare." +msgstr "Impossibile inviare appello, per favore riprova." #: src/view/com/util/forms/PostDropdownBtn.tsx:223 msgid "Failed to toggle thread mute, please try again" -msgstr "" +msgstr "Impossbile abilitare silenziamento thread, per favore riprova" #: src/components/FeedCard.tsx:273 msgid "Failed to update feeds" -msgstr "" +msgstr "Impossbile aggiornare i feed" #: src/components/dms/MessagesNUX.tsx:60 #: src/screens/Messages/Settings.tsx:35 msgid "Failed to update settings" msgstr "Errore nell'aggiornamento delle impostazioni" +#: src/state/queries/video/video-upload.ts:67 +#: src/state/queries/video/video-upload.web.ts:64 +#: src/state/queries/video/video-upload.web.ts:68 +#: src/state/queries/video/video-upload.web.ts:78 +msgid "Failed to upload video" +msgstr "" + #: src/Navigation.tsx:226 msgid "Feed" msgstr "Feed" @@ -2707,7 +2842,7 @@ msgstr "Feed" #: src/components/FeedCard.tsx:131 #: src/view/com/feeds/FeedSourceCard.tsx:250 msgid "Feed by {0}" -msgstr "Feed fatto da {0}" +msgstr "Feed creato da {0}" #: src/view/screens/Feeds.tsx:709 #~ msgid "Feed offline" @@ -2729,9 +2864,9 @@ msgstr "Commenti" #: src/screens/StarterPack/StarterPackScreen.tsx:172 #: src/view/screens/Feeds.tsx:445 #: src/view/screens/Feeds.tsx:550 -#: src/view/screens/Profile.tsx:213 +#: src/view/screens/Profile.tsx:224 #: src/view/screens/Search/Search.tsx:375 -#: src/view/shell/desktop/LeftNav.tsx:379 +#: src/view/shell/desktop/LeftNav.tsx:373 #: src/view/shell/Drawer.tsx:497 #: src/view/shell/Drawer.tsx:498 msgid "Feeds" @@ -2750,7 +2885,7 @@ msgstr "I feed sono algoritmi personalizzati che gli utenti creano con un minimo #: src/components/FeedCard.tsx:270 msgid "Feeds updated!" -msgstr "" +msgstr "Feed aggiornati!" #: src/view/com/modals/ChangeHandle.tsx:475 msgid "File Contents" @@ -2764,7 +2899,7 @@ msgstr "File salvata con successo!" msgid "Filter from feeds" msgstr "Filtra dai feed" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "Finalizzando" @@ -2772,49 +2907,49 @@ msgstr "Finalizzando" #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" -msgstr "Trova account da seguire" +msgstr "Scopri account da seguire" #: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "" +#~ msgid "Find more feeds and accounts to follow in the Explore page." +#~ msgstr "Scopri nuovi account e feed da seguire in Esplora." #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" -msgstr "Trova post e utenti su Bluesky" +msgstr "Scopri post e utenti su Bluesky" #~ msgid "Find users on Bluesky" -#~ msgstr "Trova utenti su Bluesky" +#~ msgstr "Scopri utenti su Bluesky" #~ msgid "Find users with the search tool on the right" -#~ msgstr "Trova gli utenti con lo strumento di ricerca sulla destra" +#~ msgstr "Scopri gli utenti con lo strumento di ricerca sulla destra" #~ msgid "Finding similar accounts..." -#~ msgstr "Trovare account simili…" +#~ msgstr "Scoprendo account simili…" #: src/view/screens/PreferencesFollowingFeed.tsx:51 msgid "Fine-tune the content you see on your Following feed." msgstr "Ottimizza il contenuto che vedi nel tuo Following feed." #~ msgid "Fine-tune the content you see on your home screen." -#~ msgstr "Ottimizza il contenuto che vedi nella pagina d'inizio." +#~ msgstr "Ottimizza il contenuto che vedi nella Home." #: src/view/screens/PreferencesThreads.tsx:54 msgid "Fine-tune the discussion threads." -msgstr "Ottimizza i la visualizzazione delle discussioni." +msgstr "Ottimizza la visualizzazione delle discussioni." #: src/screens/StarterPack/Wizard/index.tsx:191 msgid "Finish" -msgstr "" +msgstr "Finalizza" #: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "" +#~ msgid "Finish tour and begin using the application" +#~ msgstr "Termina il tour ed inizia ad usare l'app" #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "Fitness" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "Flessibile" @@ -2828,11 +2963,11 @@ msgid "Flip vertically" msgstr "Gira in verticale" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:351 +#: src/components/ProfileCard.tsx:356 #: src/components/ProfileHoverCard/index.web.tsx:446 #: src/components/ProfileHoverCard/index.web.tsx:457 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:252 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:225 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 msgid "Follow" msgstr "Segui" @@ -2841,18 +2976,18 @@ msgctxt "action" msgid "Follow" msgstr "Segui" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:238 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:209 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:126 msgid "Follow {0}" msgstr "Segui {0}" #: src/view/com/posts/AviFollowButton.tsx:69 msgid "Follow {name}" -msgstr "" +msgstr "Segui {name}" #: src/components/ProgressGuide/List.tsx:54 msgid "Follow 7 accounts" -msgstr "" +msgstr "Segui 7 account" #: src/view/com/profile/ProfileMenu.tsx:246 #: src/view/com/profile/ProfileMenu.tsx:257 @@ -2862,19 +2997,25 @@ msgstr "Segui l'Account" #: src/screens/StarterPack/StarterPackScreen.tsx:416 #: src/screens/StarterPack/StarterPackScreen.tsx:423 msgid "Follow all" -msgstr "" +msgstr "Segui tutti" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 #~ msgid "Follow All" #~ msgstr "Segui tutti" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/view/com/profile/FollowButton.tsx:79 +msgctxt "action" msgid "Follow Back" -msgstr "Seguire" +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:223 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 +msgid "Follow Back" +msgstr "Ricambia follow" #: src/view/screens/Search/Explore.tsx:334 msgid "Follow more accounts to get connected to your interests and build your network." -msgstr "" +msgstr "Segui altri account per connetterti ai tuoi interessi e crea il tuo network personale." #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 #~ msgid "Follow selected accounts and continue to the next step" @@ -2885,7 +3026,7 @@ msgstr "" #: src/components/KnownFollowers.tsx:169 #~ msgid "Followed by" -#~ msgstr "" +#~ msgstr "Seguito da" #: src/view/com/profile/ProfileCard.tsx:190 #~ msgid "Followed by {0}" @@ -2893,19 +3034,19 @@ msgstr "" #: src/components/KnownFollowers.tsx:231 msgid "Followed by <0>{0}" -msgstr "" +msgstr "Seguito da <0>{0}" #: src/components/KnownFollowers.tsx:217 msgid "Followed by <0>{0} and {1, plural, one {# other} other {# others}}" -msgstr "" +msgstr "Seguito da <0>{0} e {1, plural, one {# altro} other {# altri}}" #: src/components/KnownFollowers.tsx:204 msgid "Followed by <0>{0} and <1>{1}" -msgstr "" +msgstr "Seguito da <0>{0} e <1>{1}" #: src/components/KnownFollowers.tsx:186 msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" -msgstr "" +msgstr "Seguito da <0>{0}, <1>{1}, e {2, plural, one {# altro} other {# altri}}" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:403 msgid "Followed users" @@ -2915,46 +3056,46 @@ msgstr "Utenti seguiti" #~ msgid "Followed users only" #~ msgstr "Solo utenti seguiti" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "ti segue" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" -msgstr "" +msgstr "ti ha seguito" -#: src/view/com/profile/ProfileFollowers.tsx:104 -#: src/view/screens/ProfileFollowers.tsx:25 +#: src/view/screens/ProfileFollowers.tsx:29 +#: src/view/screens/ProfileFollowers.tsx:30 msgid "Followers" -msgstr "Followers" +msgstr "Follower" #: src/Navigation.tsx:187 msgid "Followers of @{0} that you know" -msgstr "" +msgstr "Follower di @{0} che conosci" #: src/screens/Profile/KnownFollowers.tsx:108 #: src/screens/Profile/KnownFollowers.tsx:118 msgid "Followers you know" -msgstr "" +msgstr "Follower che conosci" #~ msgid "following" #~ msgstr "following" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:345 +#: src/components/ProfileCard.tsx:350 #: src/components/ProfileHoverCard/index.web.tsx:445 #: src/components/ProfileHoverCard/index.web.tsx:456 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 -#: src/view/com/profile/ProfileFollows.tsx:104 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:147 #: src/view/screens/Feeds.tsx:630 -#: src/view/screens/ProfileFollows.tsx:25 +#: src/view/screens/ProfileFollows.tsx:29 +#: src/view/screens/ProfileFollows.tsx:30 #: src/view/screens/SavedFeeds.tsx:416 msgid "Following" msgstr "Following" -#: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/components/ProfileCard.tsx:316 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Seguiti {0}" @@ -2964,7 +3105,7 @@ msgstr "" #: src/view/screens/Settings/index.tsx:539 msgid "Following feed preferences" -msgstr "Preferenze del Following feed" +msgstr "Preferenze del feed Following" #: src/Navigation.tsx:297 #: src/view/screens/PreferencesFollowingFeed.tsx:48 @@ -2973,8 +3114,8 @@ msgid "Following Feed Preferences" msgstr "Preferenze del Following Feed" #: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "" +#~ msgid "Following shows the latest posts from people you follow." +#~ msgstr "Il feed Following mostra i post più recenti delle persone che segui." #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" @@ -2987,7 +3128,7 @@ msgstr "Ti Segue" #: src/screens/Onboarding/index.tsx:40 #: src/screens/Onboarding/state.ts:87 msgid "Food" -msgstr "Gastronomia" +msgstr "Cibo" #: src/view/com/modals/DeleteAccount.tsx:129 msgid "For security reasons, we'll need to send a confirmation code to your email address." @@ -2999,51 +3140,55 @@ msgstr "Per motivi di sicurezza non potrai visualizzarlo nuovamente. Se perdi qu #: src/components/dialogs/MutedWords.tsx:178 msgid "Forever" -msgstr "" +msgstr "Per sempre" #~ msgid "Forgot" #~ msgstr "Dimenticato" #~ msgid "Forgot password" -#~ msgstr "Ho dimenticato il password" +#~ msgstr "Ho dimenticato la password" #: src/screens/Login/index.tsx:129 #: src/screens/Login/index.tsx:144 msgid "Forgot Password" msgstr "Hai dimenticato la Password" -#: src/screens/Login/LoginForm.tsx:246 +#: src/screens/Login/LoginForm.tsx:233 msgid "Forgot password?" msgstr "Hai dimenticato la password?" -#: src/screens/Login/LoginForm.tsx:257 +#: src/screens/Login/LoginForm.tsx:244 msgid "Forgot?" -msgstr "Hai dimenticato?" +msgstr "Password dimenticata?" #: src/lib/moderation/useReportOptions.ts:54 msgid "Frequently Posts Unwanted Content" msgstr "Pubblica spesso contenuti indesiderati" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "Di @{sanitizedAuthor}" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "Da <0/>" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:398 +msgid "Fullscreen" +msgstr "" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galleria" #: src/components/StarterPack/ProfileStarterPacks.tsx:279 msgid "Generate a starter pack" -msgstr "" +msgstr "Genera uno starter pack" #: src/view/shell/Drawer.tsx:350 msgid "Get help" -msgstr "" +msgstr "Ottieni aiuto" #: src/components/dms/MessagesNUX.tsx:168 msgid "Get started" @@ -3056,9 +3201,9 @@ msgstr "Inizia" #: src/components/ProgressGuide/List.tsx:33 msgid "Getting started" -msgstr "" +msgstr "Iniziamo" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:122 msgid "GIF" msgstr "" @@ -3077,7 +3222,7 @@ msgstr "Evidenti violazioni della legge o dei termini di servizio" #: src/view/screens/NotFound.tsx:55 #: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:1026 -#: src/view/shell/desktop/LeftNav.tsx:134 +#: src/view/shell/desktop/LeftNav.tsx:133 msgid "Go back" msgstr "Torna indietro" @@ -3107,15 +3252,15 @@ msgstr "Torna al passaggio precedente" #: src/screens/StarterPack/Wizard/index.tsx:299 msgid "Go back to the previous step" -msgstr "" +msgstr "Torna indietro" #: src/view/screens/NotFound.tsx:55 msgid "Go home" -msgstr "Torna Home" +msgstr "Torna alla home" #: src/view/screens/NotFound.tsx:54 msgid "Go Home" -msgstr "Torna Home" +msgstr "Torna alla Home" #~ msgid "Go to @{queryMaybeHandle}" #~ msgstr "Vai a @{queryMaybeHandle}" @@ -3124,7 +3269,7 @@ msgstr "Torna Home" msgid "Go to conversation with {0}" msgstr "Vai alla conversazione con {0}" -#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:171 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Go to next" msgstr "Seguente" @@ -3134,8 +3279,8 @@ msgid "Go to profile" msgstr "Va al profilo" #: src/tours/Tooltip.tsx:138 -msgid "Go to the next step of the tour" -msgstr "" +#~ msgid "Go to the next step of the tour" +#~ msgstr "Vai avanti" #: src/components/dms/ConvoMenu.tsx:164 msgid "Go to user's profile" @@ -3147,7 +3292,7 @@ msgstr "Media grafici" #: src/state/shell/progress-guide.tsx:161 msgid "Half way there!" -msgstr "" +msgstr "Siamo a metà!" #: src/view/com/modals/ChangeHandle.tsx:260 msgid "Handle" @@ -3200,7 +3345,7 @@ msgstr "Ecco la password dell'app." #: src/components/ListCard.tsx:128 msgid "Hidden list" -msgstr "" +msgstr "Lista nascosta" #: src/components/moderation/ContentHider.tsx:116 #: src/components/moderation/LabelPreference.tsx:134 @@ -3213,7 +3358,7 @@ msgstr "" msgid "Hide" msgstr "Nascondi" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "Nascondi" @@ -3221,22 +3366,22 @@ msgstr "Nascondi" #: src/view/com/util/forms/PostDropdownBtn.tsx:390 #: src/view/com/util/forms/PostDropdownBtn.tsx:392 #~ msgid "Hide post" -#~ msgstr "Nascondi il messaggio" +#~ msgstr "Nascondi post" #: src/view/com/util/forms/PostDropdownBtn.tsx:501 #: src/view/com/util/forms/PostDropdownBtn.tsx:507 msgid "Hide post for me" -msgstr "" +msgstr "Nascondi post per me" #: src/view/com/util/forms/PostDropdownBtn.tsx:518 #: src/view/com/util/forms/PostDropdownBtn.tsx:528 msgid "Hide reply for everyone" -msgstr "" +msgstr "Nascondi risposta per tutti" #: src/view/com/util/forms/PostDropdownBtn.tsx:500 #: src/view/com/util/forms/PostDropdownBtn.tsx:506 msgid "Hide reply for me" -msgstr "" +msgstr "Nascondi risposta per me" #: src/components/moderation/ContentHider.tsx:68 #: src/components/moderation/PostHider.tsx:79 @@ -3250,9 +3395,9 @@ msgstr "Vuoi nascondere questo post?" #: src/view/com/util/forms/PostDropdownBtn.tsx:635 #: src/view/com/util/forms/PostDropdownBtn.tsx:697 msgid "Hide this reply?" -msgstr "" +msgstr "Nascondere questa risposta?" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "Nascondi elenco utenti" @@ -3265,7 +3410,7 @@ msgstr "Si è verificato un problema durante il contatto con il server del feed. #: src/view/com/posts/FeedErrorMessage.tsx:105 msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue." -msgstr "Il server del feed sembra non è configurato correttamente. Informa il proprietario del feed del problema." +msgstr "Il server del feed sembra non essere configurato correttamente. Informa il proprietario del feed del problema." #: src/view/com/posts/FeedErrorMessage.tsx:111 msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue." @@ -3287,10 +3432,14 @@ msgstr "Stiamo riscontrando problemi nel trovare questi dati. Guarda PI[U giù p msgid "Hmmmm, we couldn't load that moderation service." msgstr "Non siamo riusciti a caricare il servizio di moderazione." -#: src/Navigation.tsx:549 -#: src/Navigation.tsx:569 -#: src/view/shell/bottom-bar/BottomBar.tsx:160 -#: src/view/shell/desktop/LeftNav.tsx:342 +#: src/state/queries/video/video.ts:165 +msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" +msgstr "" + +#: src/Navigation.tsx:550 +#: src/Navigation.tsx:570 +#: src/view/shell/bottom-bar/BottomBar.tsx:159 +#: src/view/shell/desktop/LeftNav.tsx:341 #: src/view/shell/Drawer.tsx:429 #: src/view/shell/Drawer.tsx:430 msgid "Home" @@ -3304,7 +3453,7 @@ msgid "Host:" msgstr "Hosting:" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:180 +#: src/screens/Login/LoginForm.tsx:169 #: src/screens/Signup/StepInfo/index.tsx:106 #: src/view/com/modals/ChangeHandle.tsx:275 msgid "Hosting provider" @@ -3362,13 +3511,13 @@ msgstr "Se vuoi modificare la password, ti invieremo un codice per verificare se #: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." -msgstr "" +msgstr "Se stai cercando di cambiare username o email, fallo prima di disattivare l'account." #: src/lib/moderation/useReportOptions.ts:38 msgid "Illegal and Urgent" msgstr "Illegale e Urgente" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:56 msgid "Image" msgstr "Immagine" @@ -3379,15 +3528,20 @@ msgstr "Testo alternativo dell'immagine" #~ msgid "Image options" #~ msgstr "Opzioni per l'immagine" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:247 #: src/components/StarterPack/ShareDialog.tsx:76 msgid "Image saved to your camera roll!" -msgstr "" +msgstr "Immagine salvata nella galleria!" #: 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/lib/moderation/useReportOptions.ts:86 +#: src/lib/moderation/useReportOptions.ts:68 +msgid "Impersonation, misinformation, or false claims" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:91 msgid "Inappropriate messages or explicit links" msgstr "Messaggi inappropriati or link espliciti" @@ -3420,7 +3574,7 @@ msgstr "Inserisci la password per la cancellazione dell'account" #~ msgid "Input phone number for SMS verification" #~ msgstr "Inserisci il numero di telefono per la verifica via SMS" -#: src/screens/Login/LoginForm.tsx:286 +#: src/screens/Login/LoginForm.tsx:273 msgid "Input the code which has been emailed to you" msgstr "Inserisci il codice che ti è stato inviato via email" @@ -3428,7 +3582,7 @@ msgstr "Inserisci il codice che ti è stato inviato via email" #~ msgid "Input the password tied to {identifier}" #~ msgstr "Inserisci la password relazionata a {identifier}" -#: src/screens/Login/LoginForm.tsx:215 +#: src/screens/Login/LoginForm.tsx:203 msgid "Input the username or email address you used at signup" msgstr "Inserisci il nome utente o l'indirizzo email che hai utilizzato al momento della registrazione" @@ -3438,7 +3592,7 @@ msgstr "Inserisci il nome utente o l'indirizzo email che hai utilizzato al momen #~ msgid "Input your email to get on the Bluesky waitlist" #~ msgstr "Inserisci la tua email per entrare nella lista d'attesa di Bluesky" -#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Login/LoginForm.tsx:228 msgid "Input your password" msgstr "Inserisci la tua password" @@ -3446,19 +3600,19 @@ msgstr "Inserisci la tua password" msgid "Input your preferred hosting provider" msgstr "Inserisci il tuo provider di hosting preferito" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "Inserisci il tuo identificatore" #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:55 msgid "Interaction limited" -msgstr "" +msgstr "Interazione limitata" #: src/components/dms/MessagesNUX.tsx:82 msgid "Introducing Direct Messages" msgstr "Introduzione ai Messaggi Diretti" -#: src/screens/Login/LoginForm.tsx:140 +#: src/screens/Login/LoginForm.tsx:145 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Codice di conferma 2FA non valido." @@ -3467,10 +3621,15 @@ msgstr "Codice di conferma 2FA non valido." msgid "Invalid or unsupported post record" msgstr "Protocollo del post non valido o non supportato" -#: src/screens/Login/LoginForm.tsx:145 +#: src/screens/Login/LoginForm.tsx:91 +#: src/screens/Login/LoginForm.tsx:150 msgid "Invalid username or password" msgstr "Nome dell'utente o password errato" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #~ msgid "Invite" #~ msgstr "Invita" @@ -3482,7 +3641,7 @@ msgstr "Invita un amico" msgid "Invite code" msgstr "Codice d'invito" -#: src/screens/Signup/state.ts:263 +#: src/screens/Signup/state.ts:258 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Codice invito non accettato. Controlla di averlo inserito correttamente e riprova." @@ -3499,15 +3658,15 @@ msgstr "Codici di invito: 1 disponibile" #: src/components/StarterPack/ShareDialog.tsx:97 msgid "Invite people to this starter pack!" -msgstr "" +msgstr "Invita persone nel tuo starter pack!" #: src/screens/StarterPack/Wizard/StepDetails.tsx:35 msgid "Invite your friends to follow your favorite feeds and people" -msgstr "" +msgstr "Invita i tuoi amici per seguire persone e feed preferiti" #: src/screens/StarterPack/Wizard/StepDetails.tsx:32 msgid "Invites, but personal" -msgstr "" +msgstr "Inviti, ma personali" #: src/screens/Onboarding/StepFollowingFeed.tsx:65 #~ msgid "It shows posts from the people you follow as they happen." @@ -3515,6 +3674,10 @@ msgstr "" #: src/screens/StarterPack/Wizard/index.tsx:452 msgid "It's just you right now! Add more people to your starter pack by searching above." +msgstr "Sei solo tu al momento! Aggiungi altre persone al tuo starter pack cercandole qui in alto." + +#: src/view/com/composer/Composer.tsx:1126 +msgid "Job ID: {0}" msgstr "" #: src/view/com/auth/SplashScreen.web.tsx:164 @@ -3526,11 +3689,11 @@ msgstr "Lavori" #: src/screens/StarterPack/StarterPackScreen.tsx:443 #: src/screens/StarterPack/StarterPackScreen.tsx:454 msgid "Join Bluesky" -msgstr "" +msgstr "Entra in Bluesky" #: src/components/StarterPack/QrCode.tsx:56 msgid "Join the conversation" -msgstr "" +msgstr "Entra nella conversazione" #~ msgid "Join the waitlist" #~ msgstr "Iscriviti alla lista d'attesa" @@ -3541,6 +3704,10 @@ msgstr "" #~ msgid "Join Waitlist" #~ msgstr "Iscriviti alla Lista d'Attesa" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:492 +msgid "Joined {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:21 #: src/screens/Onboarding/state.ts:89 msgid "Journalism" @@ -3557,7 +3724,7 @@ msgstr "Etichettato da {0}." msgid "Labeled by the author." msgstr "Etichettato dall'autore." -#: src/view/screens/Profile.tsx:207 +#: src/view/screens/Profile.tsx:218 msgid "Labels" msgstr "Etichette" @@ -3568,11 +3735,11 @@ msgstr "Le etichette sono annotazioni su utenti e contenuti. Possono essere util #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "le etichette sono state inserite su questo {labelTarget}" -#: src/components/moderation/LabelsOnMeDialog.tsx:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "Etichette sul tuo account" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "Etichette sul tuo contenuto" @@ -3596,7 +3763,7 @@ msgstr "Lingue" #~ msgid "Last step!" #~ msgstr "Ultimo passo!" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "Ultime" @@ -3610,7 +3777,7 @@ msgstr "Ulteriori Informazioni" #: src/view/com/auth/SplashScreen.web.tsx:152 msgid "Learn more about Bluesky" -msgstr "" +msgstr "Scopri di più su Bluesky" #: src/components/moderation/ContentHider.tsx:66 #: src/components/moderation/ContentHider.tsx:131 @@ -3658,7 +3825,7 @@ msgstr "Stai lasciando Bluesky" #: src/screens/SignupQueued.tsx:134 msgid "left to go." -msgstr "mancano." +msgstr "mancanti." #: src/view/screens/Settings/index.tsx:310 #~ msgid "Legacy storage cleared, you need to restart the app now." @@ -3666,15 +3833,14 @@ msgstr "mancano." #: src/components/StarterPack/ProfileStarterPacks.tsx:295 msgid "Let me choose" -msgstr "" +msgstr "Lascia scegliere a me" #: src/screens/Login/index.tsx:130 #: src/screens/Login/index.tsx:145 msgid "Let's get your password reset!" msgstr "Reimpostazione della password!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "Andiamo!" @@ -3691,12 +3857,12 @@ msgstr "Chiaro" #: src/components/ProgressGuide/List.tsx:48 msgid "Like 10 posts" -msgstr "" +msgstr "Metti like a 10 post" #: src/state/shell/progress-guide.tsx:157 #: src/state/shell/progress-guide.tsx:162 msgid "Like 10 posts to train the Discover feed" -msgstr "" +msgstr "Metti like a 10 post per allenare il feed Discover" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:267 #: src/view/screens/ProfileFeed.tsx:575 @@ -3709,9 +3875,9 @@ msgstr "Metti mi piace a questo feed" msgid "Liked by" msgstr "Piace a" -#: src/screens/Post/PostLikedBy.tsx:29 +#: src/screens/Post/PostLikedBy.tsx:31 +#: src/screens/Post/PostLikedBy.tsx:32 #: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 -#: src/view/com/post-thread/PostLikedBy.tsx:94 #: src/view/screens/ProfileFeedLikedBy.tsx:28 msgid "Liked By" msgstr "Piace A" @@ -3725,18 +3891,18 @@ msgstr "Piace A" #~ msgid "Liked by {likeCount} {0}" #~ msgstr "Piace a {likeCount} {0}" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "piace il tuo feed personalizzato" #~ msgid "liked your custom feed{0}" #~ msgstr "piace il feed personalizzato{0}" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "piace il tuo post" -#: src/view/screens/Profile.tsx:212 +#: src/view/screens/Profile.tsx:223 msgid "Likes" msgstr "Mi piace" @@ -3767,11 +3933,11 @@ msgstr "Lista cancellata" #: src/screens/List/ListHiddenScreen.tsx:126 msgid "List has been hidden" -msgstr "" +msgstr "La lista è stata nascosta" #: src/view/screens/ProfileList.tsx:159 msgid "List Hidden" -msgstr "" +msgstr "Lista Nascosta" #: src/view/screens/ProfileList.tsx:386 msgid "List muted" @@ -3790,9 +3956,9 @@ msgid "List unmuted" msgstr "Lista non mutata" #: src/Navigation.tsx:130 -#: src/view/screens/Profile.tsx:208 -#: src/view/screens/Profile.tsx:215 -#: src/view/shell/desktop/LeftNav.tsx:385 +#: src/view/screens/Profile.tsx:219 +#: src/view/screens/Profile.tsx:226 +#: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:513 #: src/view/shell/Drawer.tsx:514 msgid "Lists" @@ -3804,24 +3970,24 @@ msgstr "Liste che bloccano questo utente:" #: src/view/screens/Search/Explore.tsx:131 msgid "Load more" -msgstr "" +msgstr "Carica di più" #~ msgid "Load more posts" #~ msgstr "Carica più post" #: src/view/screens/Search/Explore.tsx:219 msgid "Load more suggested feeds" -msgstr "" +msgstr "Carica più feed consigliati" #: src/view/screens/Search/Explore.tsx:217 msgid "Load more suggested follows" -msgstr "" +msgstr "Carica più follow consigliati" #: src/view/screens/Notifications.tsx:219 msgid "Load new notifications" msgstr "Carica più notifiche" -#: src/screens/Profile/Sections/Feed.tsx:87 +#: src/screens/Profile/Sections/Feed.tsx:94 #: src/view/com/feeds/FeedPage.tsx:136 #: src/view/screens/ProfileFeed.tsx:495 #: src/view/screens/ProfileList.tsx:805 @@ -3842,14 +4008,14 @@ msgstr "Log" #: src/screens/Deactivated.tsx:214 #: src/screens/Deactivated.tsx:220 msgid "Log in or sign up" -msgstr "" +msgstr "Accedi o Iscriviti" #: src/screens/SignupQueued.tsx:155 #: src/screens/SignupQueued.tsx:158 #: src/screens/SignupQueued.tsx:184 #: src/screens/SignupQueued.tsx:187 msgid "Log out" -msgstr "Disconnetta l'account" +msgstr "Esci" #: src/screens/Moderation/index.tsx:476 msgid "Logged-out visibility" @@ -3868,7 +4034,7 @@ msgstr "Tieni premutoper aprire il menu dei tag per #{tag}" #: src/screens/Login/SetNewPasswordForm.tsx:116 msgid "Looks like XXXXX-XXXXX" -msgstr "Sembra XXXX-XXXXX" +msgstr "Ha un formato simile a XXXX-XXXXX" #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:39 msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below." @@ -3884,7 +4050,7 @@ msgstr "Sembra che ti manchi un following feed. <0>Clicca qui per aggiungere uno #: src/components/StarterPack/ProfileStarterPacks.tsx:254 msgid "Make one for me" -msgstr "" +msgstr "Creane uno per me" #: src/view/com/modals/LinkWarning.tsx:79 msgid "Make sure this is where you intend to go!" @@ -3906,7 +4072,7 @@ msgstr "Segna come letto" #~ msgstr "Può contenere solo lettere e numeri" #: src/view/screens/AccessibilitySettings.tsx:106 -#: src/view/screens/Profile.tsx:211 +#: src/view/screens/Profile.tsx:222 msgid "Media" msgstr "Media" @@ -3939,12 +4105,12 @@ msgstr "Messaggio cancellato" msgid "Message from server: {0}" msgstr "Messaggio dal server: {0}" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" -msgstr "" +msgstr "Input del messaggio" -#: src/screens/Messages/Conversation/MessageInput.tsx:70 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:49 +#: src/screens/Messages/Conversation/MessageInput.tsx:72 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:59 msgid "Message is too long" msgstr "Il messaggio è troppo lungo" @@ -3952,7 +4118,7 @@ msgstr "Il messaggio è troppo lungo" msgid "Message settings" msgstr "Impostazioni messaggio" -#: src/Navigation.tsx:564 +#: src/Navigation.tsx:565 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -3963,9 +4129,13 @@ msgstr "Messaggi" msgid "Misleading Account" msgstr "Account Ingannevole" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" -msgstr "" +msgstr "Tema" #: src/Navigation.tsx:135 #: src/screens/Moderation/index.tsx:105 @@ -4010,7 +4180,7 @@ msgstr "Liste di Moderazione" #: src/components/moderation/LabelPreference.tsx:247 msgid "moderation settings" -msgstr "" +msgstr "impostazioni di moderazione" #: src/view/screens/Settings/index.tsx:521 msgid "Moderation settings" @@ -4018,7 +4188,7 @@ msgstr "Impostazioni di moderazione" #: src/Navigation.tsx:246 msgid "Moderation states" -msgstr "Stati di moderazione" +msgstr "Stato di moderazione" #: src/screens/Moderation/index.tsx:218 msgid "Moderation tools" @@ -4029,7 +4199,7 @@ msgstr "Strumenti di moderazione" msgid "Moderator has chosen to set a general warning on the content." msgstr "Il moderatore ha scelto di mettere un avviso generale sul contenuto." -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "Di più" @@ -4050,18 +4220,22 @@ msgstr "Dai priorità alle risposte con più likes" #: src/screens/Onboarding/state.ts:90 msgid "Movies" -msgstr "" +msgstr "Film" #: src/screens/Onboarding/state.ts:91 msgid "Music" -msgstr "" +msgstr "Musica" #~ msgid "Must be at least 3 characters" #~ msgstr "Deve contenere almeno 3 caratteri" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:389 +msgctxt "video" +msgid "Mute" +msgstr "" + #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 msgid "Mute" msgstr "Silenzia" @@ -4097,7 +4271,7 @@ msgstr "Silenzia la conversazione" #: src/components/dialogs/MutedWords.tsx:253 msgid "Mute in:" -msgstr "" +msgstr "Silenzia in:" #: src/view/screens/ProfileList.tsx:734 msgid "Mute list" @@ -4106,7 +4280,7 @@ msgstr "Silenziare la lista" #: src/components/dms/ConvoMenu.tsx:136 #: src/components/dms/ConvoMenu.tsx:142 #~ msgid "Mute notifications" -#~ msgstr "" +#~ msgstr "Silenza notifiche" #: src/view/screens/ProfileList.tsx:729 msgid "Mute these accounts?" @@ -4117,15 +4291,15 @@ msgstr "Vuoi silenziare queste liste?" #: src/components/dialogs/MutedWords.tsx:185 msgid "Mute this word for 24 hours" -msgstr "" +msgstr "Silenzia questa parola per 24 ore" #: src/components/dialogs/MutedWords.tsx:224 msgid "Mute this word for 30 days" -msgstr "" +msgstr "Silenzia questa parola per 30 giorni" #: src/components/dialogs/MutedWords.tsx:209 msgid "Mute this word for 7 days" -msgstr "" +msgstr "Silenzia questa parola per 7 giorni" #: src/components/dialogs/MutedWords.tsx:258 msgid "Mute this word in post text and tags" @@ -4137,7 +4311,7 @@ msgstr "Siilenzia questa parola solo nei tags" #: src/components/dialogs/MutedWords.tsx:170 msgid "Mute this word until you unmute it" -msgstr "" +msgstr "Silenzia questa parola finchè non la riattivi" #: src/view/com/util/forms/PostDropdownBtn.tsx:465 #: src/view/com/util/forms/PostDropdownBtn.tsx:471 @@ -4149,9 +4323,9 @@ msgstr "Silenzia questa discussione" msgid "Mute words & tags" msgstr "Silenzia parole & tags" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Muted" -msgstr "Silenziato" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Muted" +#~ msgstr "Silenziato" #: src/screens/Moderation/index.tsx:264 msgid "Muted accounts" @@ -4187,7 +4361,7 @@ msgstr "Il mio Compleanno" msgid "My Feeds" msgstr "I miei Feed" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "Il mio Profilo" @@ -4212,9 +4386,9 @@ msgid "Name is required" msgstr "Il nome è obbligatorio" #: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:93 -#: src/lib/moderation/useReportOptions.ts:101 -#: src/lib/moderation/useReportOptions.ts:109 +#: 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à" @@ -4225,14 +4399,14 @@ msgstr "Natura" #: src/components/StarterPack/StarterPackCard.tsx:121 msgid "Navigate to {0}" -msgstr "" +msgstr "Vai a {0}" -#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:73 +#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:76 msgid "Navigate to starter pack" -msgstr "" +msgstr "Vai allo starter pack" -#: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:332 +#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/LoginForm.tsx:319 #: src/view/com/modals/ChangePassword.tsx:169 msgid "Navigates to the next screen" msgstr "Vai alla schermata successiva" @@ -4251,7 +4425,7 @@ msgstr "Hai bisogno di segnalare una violazione del copyright?" #~ msgid "Never lose access to your followers and data." #~ msgstr "Non perdere mai l'accesso ai tuoi follower e ai tuoi dati." -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "Non perdere mai l'accesso ai tuoi follower o ai tuoi dati." @@ -4297,15 +4471,15 @@ msgstr "Nuovo Post" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:228 -#: src/view/screens/Profile.tsx:478 +#: src/view/screens/Profile.tsx:489 #: src/view/screens/ProfileFeed.tsx:429 #: src/view/screens/ProfileList.tsx:237 #: src/view/screens/ProfileList.tsx:276 -#: src/view/shell/desktop/LeftNav.tsx:278 +#: src/view/shell/desktop/LeftNav.tsx:277 msgid "New post" msgstr "Nuovo post" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "Nuovo post" @@ -4331,9 +4505,9 @@ msgid "News" msgstr "Notizie" #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:331 -#: src/screens/Login/LoginForm.tsx:338 +#: src/screens/Login/ForgotPasswordForm.tsx:149 +#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:325 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/BackNextButtons.tsx:66 @@ -4341,7 +4515,6 @@ msgstr "Notizie" #: src/screens/StarterPack/Wizard/index.tsx:187 #: src/screens/StarterPack/Wizard/index.tsx:358 #: src/screens/StarterPack/Wizard/index.tsx:365 -#: src/tours/Tooltip.tsx:139 #: src/view/com/modals/ChangePassword.tsx:254 #: src/view/com/modals/ChangePassword.tsx:256 msgid "Next" @@ -4380,14 +4553,14 @@ msgstr "Non si è trovata nessuna GIF in primo piano. Potrebbe esserci un proble #: src/screens/StarterPack/Wizard/StepFeeds.tsx:120 msgid "No feeds found. Try searching for something else." -msgstr "" +msgstr "Nessun feed trovato. Prova a cercarne altri." -#: src/components/ProfileCard.tsx:331 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 +#: src/components/ProfileCard.tsx:336 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Non segui più {0}" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "Non più di 253 caratteri" @@ -4412,11 +4585,11 @@ msgstr "Nessuno" #: src/components/WhoCanReply.tsx:237 msgid "No one but the author can quote this post." -msgstr "" +msgstr "Nessuno ma tu potrai citare questo post." -#: src/screens/Profile/Sections/Feed.tsx:59 +#: src/screens/Profile/Sections/Feed.tsx:64 msgid "No posts yet." -msgstr "" +msgstr "Nessun post. Per ora. :P" #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 #: src/view/com/composer/text-input/web/Autocomplete.tsx:195 @@ -4429,7 +4602,7 @@ msgstr "Nessun risultato" #: src/components/Lists.tsx:215 msgid "No results found" -msgstr "Non si è trovato nessun risultato" +msgstr "Nessun risultato trovato" #: src/view/screens/Feeds.tsx:511 msgid "No results found for \"{query}\"" @@ -4463,11 +4636,11 @@ msgstr "Nessuno" #: src/components/LikedByList.tsx:79 #: src/components/LikesDialog.tsx:99 msgid "Nobody has liked this yet. Maybe you should be the first!" -msgstr "Nessuno ha fatto ancora un like. Fai il primo tu!" +msgstr "Nessuno ha messo like. Fallo tu per primo/a!" #: src/screens/StarterPack/Wizard/StepProfiles.tsx:103 msgid "Nobody was found. Try searching for someone else." -msgstr "" +msgstr "Nessun utente trovato. Prova a cercarne altri." #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" @@ -4477,7 +4650,7 @@ msgstr "Nudità non sessuale" #~ msgstr "Non applicabile." #: src/Navigation.tsx:125 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Not Found" msgstr "Non trovato" @@ -4488,7 +4661,7 @@ msgstr "Non adesso" #: src/view/com/profile/ProfileMenu.tsx:372 #: src/view/com/util/forms/PostDropdownBtn.tsx:654 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:332 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:356 msgid "Note about sharing" msgstr "Nota sulla condivisione" @@ -4502,16 +4675,16 @@ msgstr "Nulla qui" #: src/view/screens/NotificationsSettings.tsx:54 msgid "Notification filters" -msgstr "" +msgstr "Filtri notifiche" #: src/Navigation.tsx:348 #: src/view/screens/Notifications.tsx:119 msgid "Notification settings" -msgstr "" +msgstr "Notifiche" #: src/view/screens/NotificationsSettings.tsx:39 msgid "Notification Settings" -msgstr "" +msgstr "Notifiche" #: src/screens/Messages/Settings.tsx:124 msgid "Notification sounds" @@ -4521,22 +4694,22 @@ msgstr "Suoni di notifica" msgid "Notification Sounds" msgstr "Suoni di notifica" -#: src/Navigation.tsx:559 +#: src/Navigation.tsx:560 #: src/view/screens/Notifications.tsx:145 #: src/view/screens/Notifications.tsx:155 #: src/view/screens/Notifications.tsx:203 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 -#: src/view/shell/desktop/LeftNav.tsx:362 +#: src/view/shell/bottom-bar/BottomBar.tsx:227 +#: src/view/shell/desktop/LeftNav.tsx:356 #: src/view/shell/Drawer.tsx:461 #: src/view/shell/Drawer.tsx:462 msgid "Notifications" msgstr "Notifiche" -#: src/lib/hooks/useTimeAgo.ts:51 +#: src/lib/hooks/useTimeAgo.ts:122 msgid "now" -msgstr "" +msgstr "ora" -#: src/components/dms/MessageItem.tsx:169 +#: src/components/dms/MessageItem.tsx:170 msgid "Now" msgstr "Ora" @@ -4544,7 +4717,7 @@ msgstr "Ora" msgid "Nudity" msgstr "Nudità" -#: src/lib/moderation/useReportOptions.ts:73 +#: 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" @@ -4552,7 +4725,7 @@ msgstr "Nudità o contenuti per adulti non etichettati come tali" #~ msgstr "Nudità o pornografia non etichettata come tale" #~ msgid "of" -#~ msgstr "spento" +#~ msgstr "di" #: src/lib/moderation/useLabelBehaviorDescription.ts:11 msgid "Off" @@ -4564,10 +4737,14 @@ msgstr "Spento" msgid "Oh no!" msgstr "Oh no!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "Oh no! Qualcosa è andato male." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:175 +msgid "Oh no! We weren't able to generate an image for you to share. Rest assured, we're glad you're here 🦋" +msgstr "" + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:339 msgid "OK" msgstr "OK" @@ -4581,11 +4758,15 @@ msgid "Oldest replies first" msgstr "Mostrare prima le risposte più vecchie" #: src/components/StarterPack/QrCode.tsx:69 -msgid "on" -msgstr "" +#~ msgid "on" +#~ msgstr "su" #: src/lib/hooks/useTimeAgo.ts:81 -msgid "on {str}" +#~ msgid "on {str}" +#~ msgstr "su {str}" + +#: src/components/StarterPack/QrCode.tsx:70 +msgid "on<0><1/><2><3/>" msgstr "" #: src/view/screens/Settings/index.tsx:226 @@ -4593,10 +4774,10 @@ msgid "Onboarding reset" msgstr "Reimpostazione dell'onboarding" #: src/tours/Tooltip.tsx:118 -msgid "Onboarding tour step {0}: {1}" -msgstr "" +#~ msgid "Onboarding tour step {0}: {1}" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:589 +#: src/view/com/composer/Composer.tsx:671 msgid "One or more images is missing alt text." msgstr "A una o più immagini manca il testo alternativo." @@ -4606,16 +4787,20 @@ msgstr "Solo i file .jpg e .png sono supportati" #: src/components/WhoCanReply.tsx:245 #~ msgid "Only {0} can reply" -#~ msgstr "" +#~ msgstr "Solo {0} può rispondere" #: src/components/WhoCanReply.tsx:217 msgid "Only {0} can reply." msgstr "Solo {0} può rispondere." -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "Contiene solo lettere, numeri e trattini" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:39 +msgid "Only WebVTT (.vtt) files are supported" +msgstr "" + #: src/components/Lists.tsx:88 msgid "Oops, something went wrong!" msgstr "Ops! Qualcosa è andato male!" @@ -4623,13 +4808,13 @@ msgstr "Ops! Qualcosa è andato male!" #: src/components/Lists.tsx:199 #: src/components/StarterPack/ProfileStarterPacks.tsx:304 #: src/components/StarterPack/ProfileStarterPacks.tsx:313 -#: src/view/screens/AppPasswords.tsx:69 +#: src/view/screens/AppPasswords.tsx:68 #: src/view/screens/NotificationsSettings.tsx:45 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Oops!" msgstr "Ops!" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "Apri" @@ -4639,15 +4824,16 @@ msgstr "" #: src/screens/Onboarding/StepProfile/index.tsx:277 msgid "Open avatar creator" -msgstr "Apri il generatore di avatar" +msgstr "Apri il creatore di avatar" #: src/screens/Messages/List/ChatListItem.tsx:219 #: src/screens/Messages/List/ChatListItem.tsx:220 msgid "Open conversation options" msgstr "Apri opzioni conversazione" -#: src/view/com/composer/Composer.tsx:754 -#: src/view/com/composer/Composer.tsx:755 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:165 +#: src/view/com/composer/Composer.tsx:820 +#: src/view/com/composer/Composer.tsx:821 msgid "Open emoji picker" msgstr "Apri il selettore emoji" @@ -4677,7 +4863,7 @@ msgstr "Apri il menu delle opzioni del post" #: src/screens/StarterPack/StarterPackScreen.tsx:540 msgid "Open starter pack menu" -msgstr "" +msgstr "Apri menu degli starter pack" #: src/view/screens/Settings/index.tsx:826 #: src/view/screens/Settings/index.tsx:836 @@ -4694,7 +4880,7 @@ msgstr "Apre le {numItems} opzioni" #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:68 msgid "Opens a dialog to choose who can reply to this thread" -msgstr "" +msgstr "Apre un menu per scegliere chi può rispondere a questo thread" #: src/view/screens/Settings/index.tsx:455 msgid "Opens accessibility settings" @@ -4710,7 +4896,7 @@ msgstr "Apre dettagli aggiuntivi per una debug entry" #: src/view/screens/Settings/index.tsx:476 msgid "Opens appearance settings" -msgstr "" +msgstr "Apre le impostazioni del tema" #: src/view/com/composer/photos/OpenCameraBtn.tsx:74 msgid "Opens camera on device" @@ -4750,7 +4936,7 @@ msgid "Opens flow to sign into your existing Bluesky account" msgstr "Apre il procedimento per accedere al tuo account esistente di Bluesky" #~ msgid "Opens followers list" -#~ msgstr "Apre la lista dei followers" +#~ msgstr "Apre la lista dei follower" #~ msgid "Opens following list" #~ msgstr "Apre la lista di chi segui" @@ -4768,7 +4954,7 @@ msgstr "Apre la lista dei codici di invito" #: src/view/screens/Settings/index.tsx:774 msgid "Opens modal for account deactivation confirmation" -msgstr "" +msgstr "Apre menu per confermare la disattivazione dell'account" #: src/view/screens/Settings/index.tsx:796 msgid "Opens modal for account deletion confirmation. Requires email code" @@ -4801,7 +4987,7 @@ msgstr "Apre il modal per l'utilizzo del dominio personalizzato" msgid "Opens moderation settings" msgstr "Apre le impostazioni di moderazione" -#: src/screens/Login/LoginForm.tsx:247 +#: src/screens/Login/LoginForm.tsx:234 msgid "Opens password reset form" msgstr "Apre il modulo di reimpostazione della password" @@ -4834,7 +5020,7 @@ msgstr "Apre il sito Web collegato" #: src/screens/Messages/List/index.tsx:86 #~ msgid "Opens the message settings page" -#~ msgstr "" +#~ msgstr "Apre le impostazioni dei messaggi" #: src/view/screens/Settings/index.tsx:827 #: src/view/screens/Settings/index.tsx:837 @@ -4849,14 +5035,14 @@ msgstr "Apre la pagina del registro di sistema" msgid "Opens the threads preferences" msgstr "Apre le preferenze dei threads" -#: src/view/com/notifications/FeedItem.tsx:555 -#: src/view/com/util/UserAvatar.tsx:420 +#: src/view/com/notifications/FeedItem.tsx:551 +#: src/view/com/util/UserAvatar.tsx:426 msgid "Opens this profile" -msgstr "" +msgstr "Apre questo profilo" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:95 msgid "Opens video picker" -msgstr "" +msgstr "Apre selettore video" #: src/view/com/util/forms/DropdownButton.tsx:293 msgid "Option {0} of {numItems}" @@ -4869,7 +5055,7 @@ msgstr "Facoltativamente, fornisci ulteriori informazioni di seguito:" #: src/components/dialogs/MutedWords.tsx:299 msgid "Options:" -msgstr "" +msgstr "Opzioni:" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:388 msgid "Or combine these options:" @@ -4877,11 +5063,11 @@ msgstr "Oppure combina queste opzioni:" #: src/screens/Deactivated.tsx:211 msgid "Or, continue with another account." -msgstr "" +msgstr "Oppure, continua con un altro account." #: src/screens/Deactivated.tsx:194 msgid "Or, log into one of your other accounts." -msgstr "" +msgstr "Oppure, accedi in uno dei tuoi altri account." #: src/lib/moderation/useReportOptions.ts:27 msgid "Other" @@ -4893,7 +5079,7 @@ msgstr "Altro account" #: src/view/screens/Settings/index.tsx:379 msgid "Other accounts" -msgstr "" +msgstr "Altri account" #~ msgid "Other service" #~ msgstr "Altro servizio" @@ -4915,7 +5101,7 @@ msgstr "Pagina non trovata" msgid "Page Not Found" msgstr "Pagina non trovata" -#: src/screens/Login/LoginForm.tsx:225 +#: src/screens/Login/LoginForm.tsx:213 #: src/screens/Signup/StepInfo/index.tsx:162 #: src/view/com/modals/DeleteAccount.tsx:257 #: src/view/com/modals/DeleteAccount.tsx:264 @@ -4934,19 +5120,20 @@ msgstr "Password aggiornata" msgid "Password updated!" msgstr "Password aggiornata!" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:366 msgid "Pause" msgstr "Pausa" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:319 msgid "Pause video" -msgstr "" +msgstr "Metti video in pausa" #: src/screens/StarterPack/StarterPackScreen.tsx:171 #: src/view/screens/Search/Search.tsx:369 msgid "People" -msgstr "Gente" +msgstr "Utenti" #: src/Navigation.tsx:180 msgid "People followed by @{0}" @@ -4978,7 +5165,7 @@ msgstr "Animali di compagnia" #: src/screens/Onboarding/state.ts:95 msgid "Photography" -msgstr "" +msgstr "Foto" #: src/view/com/modals/SelfLabel.tsx:122 msgid "Pictures meant for adults." @@ -4995,49 +5182,50 @@ msgstr "Fissa su Home" #: src/view/screens/SavedFeeds.tsx:103 msgid "Pinned Feeds" -msgstr "Feed Fissi" +msgstr "Feed Fissati" #: src/view/screens/ProfileList.tsx:345 msgid "Pinned to your feeds" msgstr "Fissa ai tuoi feed" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:367 msgid "Play" msgstr "Play" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:131 msgid "Play {0}" msgstr "Riproduci {0}" -#: src/view/com/util/post-embeds/GifEmbed.tsx:43 +#: src/view/com/util/post-embeds/GifEmbed.tsx:45 msgid "Play or pause the GIF" msgstr "Riproduci o pausa la GIF" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:52 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:204 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:110 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:320 msgid "Play video" -msgstr "" +msgstr "Riproduci video" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:59 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:60 msgid "Play Video" msgstr "Riproduci video" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:130 msgid "Plays the GIF" msgstr "Riproduci questa GIF" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "Scegli il tuo nome utente." -#: src/screens/Signup/state.ts:215 +#: src/screens/Signup/state.ts:210 #: src/screens/Signup/StepInfo/index.tsx:81 msgid "Please choose your password." msgstr "Scegli la tua password." -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "Si prega di completare il captcha di verifica." @@ -5066,20 +5254,20 @@ msgstr "Inserisci una parola, un tag o una frase valida da silenziare" #~ msgid "Please enter the verification code sent to {phoneNumberFormatted}." #~ msgstr "Inserisci il codice di verifica inviato a {phoneNumberFormatted}." -#: src/screens/Signup/state.ts:201 +#: src/screens/Signup/state.ts:196 #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Please enter your email." msgstr "Inserisci la tua email." #: src/screens/Signup/StepInfo/index.tsx:63 msgid "Please enter your invite code." -msgstr "" +msgstr "Inserisci il tuo codice d'invito." #: src/view/com/modals/DeleteAccount.tsx:253 msgid "Please enter your password as well:" msgstr "Inserisci anche la tua password:" -#: src/components/moderation/LabelsOnMeDialog.tsx:268 +#: src/components/moderation/LabelsOnMeDialog.tsx:259 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}" @@ -5102,7 +5290,7 @@ msgstr "Accedi come @{0}" msgid "Please Verify Your Email" msgstr "Verifica la tua email" -#: src/view/com/composer/Composer.tsx:331 +#: src/view/com/composer/Composer.tsx:359 msgid "Please wait for your link card to finish loading" msgstr "Attendi il caricamento della scheda di collegamento" @@ -5118,13 +5306,13 @@ msgstr "Porno" #~ msgid "Pornography" #~ msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:564 -#: src/view/com/composer/Composer.tsx:571 +#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:653 msgctxt "action" msgid "Post" msgstr "Post" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "Post" @@ -5163,7 +5351,7 @@ msgstr "Post nascosto da te" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:283 msgid "Post interaction settings" -msgstr "" +msgstr "Impostazioni interazioni post" #: src/view/com/composer/select-language/SelectLangBtn.tsx:88 msgid "Post language" @@ -5183,7 +5371,7 @@ msgid "posts" msgstr "post" #: src/screens/StarterPack/StarterPackScreen.tsx:173 -#: src/view/screens/Profile.tsx:209 +#: src/view/screens/Profile.tsx:220 msgid "Posts" msgstr "Post" @@ -5193,7 +5381,7 @@ msgstr "Post" #: src/components/dialogs/MutedWords.tsx:115 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." -msgstr "" +msgstr "I post possono essere mutati a seconda del loro testo, dei loro tag, o entrambi. Consigliamo di evitare parole comuni che appaiono in tanti post, in quanto possa nascondere molti post." #: src/view/com/posts/FeedErrorMessage.tsx:68 msgid "Posts hidden" @@ -5205,7 +5393,7 @@ msgstr "Link potenzialmente fuorviante" #: src/state/queries/notifications/settings.ts:44 msgid "Preference saved" -msgstr "" +msgstr "Preferenze salvate" #: src/screens/Messages/Conversation/MessageListError.tsx:19 msgid "Press to attempt reconnection" @@ -5224,7 +5412,7 @@ msgstr "Premere per riprovare" #: src/components/KnownFollowers.tsx:124 msgid "Press to view followers of this account that you also follow" -msgstr "" +msgstr "Clicca per vedere i follower di questo account che condividete" #: src/view/com/lightbox/Lightbox.web.tsx:150 msgid "Previous image" @@ -5240,7 +5428,7 @@ msgstr "Dai priorità a quelli che segui" #: src/view/screens/NotificationsSettings.tsx:57 msgid "Priority notifications" -msgstr "" +msgstr "Impostazioni di priorità" #: src/view/screens/Settings/index.tsx:620 #: src/view/shell/desktop/RightNav.tsx:81 @@ -5259,17 +5447,17 @@ msgstr "Informativa sulla privacy" msgid "Privately chat with other users." msgstr "Messaggia privatamente con altri utenti." -#: src/screens/Login/ForgotPasswordForm.tsx:156 +#: src/screens/Login/ForgotPasswordForm.tsx:155 msgid "Processing..." msgstr "Elaborazione in corso…" -#: src/view/screens/DebugMod.tsx:895 -#: src/view/screens/Profile.tsx:346 +#: src/view/screens/DebugMod.tsx:896 +#: src/view/screens/Profile.tsx:357 msgid "profile" msgstr "profilo" -#: src/view/shell/bottom-bar/BottomBar.tsx:275 -#: src/view/shell/desktop/LeftNav.tsx:393 +#: src/view/shell/bottom-bar/BottomBar.tsx:272 +#: src/view/shell/desktop/LeftNav.tsx:387 #: src/view/shell/Drawer.tsx:78 #: src/view/shell/Drawer.tsx:546 #: src/view/shell/Drawer.tsx:547 @@ -5284,7 +5472,7 @@ msgstr "Profilo aggiornato" msgid "Protect your account by verifying your email." msgstr "Proteggi il tuo account verificando la tua email." -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "Pubblico" @@ -5296,32 +5484,32 @@ msgstr "Elenchi pubblici e condivisibili di utenti da disattivare o bloccare in msgid "Public, shareable lists which can drive feeds." msgstr "Liste pubbliche e condivisibili che possono impulsare i feed." -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish post" msgstr "Pubblica il post" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish reply" msgstr "Pubblica la risposta" #: src/components/StarterPack/QrCodeDialog.tsx:128 msgid "QR code copied to your clipboard!" -msgstr "" +msgstr "Codice QR copiato!" #: src/components/StarterPack/QrCodeDialog.tsx:106 msgid "QR code has been downloaded!" -msgstr "" +msgstr "Codice QR scaricato!" #: src/components/StarterPack/QrCodeDialog.tsx:107 msgid "QR code saved to your camera roll!" -msgstr "" +msgstr "Codice QR salvato nella galleria!" #: src/tours/Tooltip.tsx:111 -msgid "Quick tip" -msgstr "" +#~ msgid "Quick tip" +#~ msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:122 -#: src/view/com/util/post-ctrls/RepostButton.tsx:149 +#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:152 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Quote post" @@ -5342,36 +5530,36 @@ msgstr "Cita il post" #: src/view/com/util/forms/PostDropdownBtn.tsx:302 msgid "Quote post was re-attached" -msgstr "" +msgstr "Citazione post riattaccata" #: src/view/com/util/forms/PostDropdownBtn.tsx:301 msgid "Quote post was successfully detached" -msgstr "" +msgstr "Citazione post staccata con successo" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:313 -#: src/view/com/util/post-ctrls/RepostButton.tsx:121 -#: src/view/com/util/post-ctrls/RepostButton.tsx:148 +#: src/view/com/util/post-ctrls/RepostButton.tsx:124 +#: src/view/com/util/post-ctrls/RepostButton.tsx:151 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:84 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:91 msgid "Quote posts disabled" -msgstr "" +msgstr "Citazioni post disattivate" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:311 msgid "Quote posts enabled" -msgstr "" +msgstr "Citazioni post attivate" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:295 msgid "Quote settings" -msgstr "" +msgstr "Impostazioni citazioni" -#: src/screens/Post/PostQuotes.tsx:29 -#: src/view/com/post-thread/PostQuotes.tsx:122 +#: src/screens/Post/PostQuotes.tsx:31 +#: src/screens/Post/PostQuotes.tsx:32 msgid "Quotes" -msgstr "" +msgstr "Citazioni" #: src/view/com/post-thread/PostThreadItem.tsx:230 msgid "Quotes of this post" -msgstr "" +msgstr "Citazioni post" #: src/view/screens/PreferencesThreads.tsx:80 msgid "Random (aka \"Poster's Roulette\")" @@ -5384,27 +5572,27 @@ msgstr "Rapporti" #: src/view/com/util/forms/PostDropdownBtn.tsx:543 #: src/view/com/util/forms/PostDropdownBtn.tsx:553 msgid "Re-attach quote" -msgstr "" +msgstr "Riattacca citazioni" #: src/screens/Deactivated.tsx:144 msgid "Reactivate your account" -msgstr "" +msgstr "Riattiva account" #: src/view/com/auth/SplashScreen.web.tsx:157 msgid "Read the Bluesky blog" -msgstr "" +msgstr "Leggi il blog di Bluesky" #: src/screens/Signup/StepInfo/Policies.tsx:59 msgid "Read the Bluesky Privacy Policy" -msgstr "" +msgstr "Leggi l'Informativa sulla Privacy di Bluesky" #: src/screens/Signup/StepInfo/Policies.tsx:49 msgid "Read the Bluesky Terms of Service" -msgstr "" +msgstr "Leggi i Termini di Servizio di Bluesky" #: src/components/dms/ReportDialog.tsx:174 msgid "Reason:" -msgstr "Motivazione:" +msgstr "Motivo:" #: src/view/screens/Search/Search.tsx:926 msgid "Recent Searches" @@ -5422,7 +5610,7 @@ msgstr "Riconnetti" #: src/view/screens/Notifications.tsx:146 msgid "Refresh notifications" -msgstr "" +msgstr "Ricarica notifiche" #: src/screens/Messages/List/index.tsx:200 msgid "Reload conversations" @@ -5446,23 +5634,27 @@ msgstr "Rimuovi" #: src/components/StarterPack/Wizard/WizardListCard.tsx:58 msgid "Remove {displayName} from starter pack" -msgstr "" +msgstr "Rimuovi {displayName} dallo starter pack" #: src/view/com/util/AccountDropdownBtn.tsx:26 msgid "Remove account" msgstr "Rimuovi l'account" -#: src/view/com/util/UserAvatar.tsx:387 +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "" + +#: src/view/com/util/UserAvatar.tsx:393 msgid "Remove Avatar" -msgstr "Rimuovere Avatar" +msgstr "Rimuovi Avatar" #: src/view/com/util/UserBanner.tsx:155 msgid "Remove Banner" msgstr "Rimuovi il Banner" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" -msgstr "" +msgstr "Rimuovi allegato" #: src/view/com/posts/FeedErrorMessage.tsx:169 #: src/view/com/posts/FeedShutdownMsg.tsx:116 @@ -5489,19 +5681,19 @@ msgstr "Rimuovere dai miei feed?" #: src/view/com/util/AccountDropdownBtn.tsx:53 msgid "Remove from quick access?" -msgstr "" +msgstr "Rimuovere da accesso rapido?" #: src/screens/List/ListHiddenScreen.tsx:156 msgid "Remove from saved feeds" -msgstr "" +msgstr "Rimuovi dai feed salvati" #: src/view/com/composer/photos/Gallery.tsx:174 msgid "Remove image" msgstr "Rimuovi l'immagine" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "Rimuovi l'anteprima dell'immagine" +#~ msgid "Remove image preview" +#~ msgstr "Rimuovi l'anteprima dell'immagine" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -5509,21 +5701,25 @@ msgstr "Rimuovi la parola silenziata dalla tua lista" #: src/view/screens/Search/Search.tsx:969 msgid "Remove profile" -msgstr "" +msgstr "Rimuovi profilo" #: src/view/screens/Search/Search.tsx:971 msgid "Remove profile from search history" -msgstr "" +msgstr "Rimuovi profilo dalla cronologia di ricerca" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:274 msgid "Remove quote" msgstr "Rimuovi citazione" -#: src/view/com/util/post-ctrls/RepostButton.tsx:95 -#: src/view/com/util/post-ctrls/RepostButton.tsx:111 +#: src/view/com/util/post-ctrls/RepostButton.tsx:98 +#: src/view/com/util/post-ctrls/RepostButton.tsx:114 msgid "Remove repost" msgstr "Rimuovi la ripubblicazione" +#: src/view/com/composer/videos/SubtitleDialog.tsx:264 +msgid "Remove subtitle file" +msgstr "" + #~ msgid "Remove this feed from my feeds?" #~ msgstr "Rimuovere questo feed dai miei feed?" @@ -5534,13 +5730,13 @@ msgstr "Rimuovi questo feed dai feed salvati" #~ msgid "Remove this feed from your saved feeds?" #~ msgstr "Elimina questo feed dai feed salvati?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:100 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:109 msgid "Removed by author" -msgstr "" +msgstr "Rimosso dall'autore" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:98 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:107 msgid "Removed by you" -msgstr "" +msgstr "Rimosso da me" #: src/view/com/modals/ListAddRemoveUsers.tsx:200 #: src/view/com/modals/UserAddRemoveLists.tsx:164 @@ -5554,7 +5750,7 @@ msgstr "Rimuovere dai miei feed" #: src/screens/List/ListHiddenScreen.tsx:94 #: src/screens/List/ListHiddenScreen.tsx:160 msgid "Removed from saved feeds" -msgstr "" +msgstr "Rimosso dai feed salvati" #: src/view/com/posts/FeedShutdownMsg.tsx:44 #: src/view/screens/ProfileFeed.tsx:192 @@ -5566,40 +5762,44 @@ msgstr "Rimosso dai tuoi feed" #~ msgid "Removes default thumbnail from {0}" #~ msgstr "Elimina la miniatura predefinita da {0}" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:275 msgid "Removes quoted post" msgstr "Rimuovi post citato" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 -msgid "Removes the image preview" +msgid "Removes the attachment" msgstr "" +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 +#~ msgid "Removes the image preview" +#~ msgstr "Rimuove la preview dell'immagine" + #: src/view/com/posts/FeedShutdownMsg.tsx:129 #: src/view/com/posts/FeedShutdownMsg.tsx:133 msgid "Replace with Discover" msgstr "Sostituisci con Discover" -#: src/view/screens/Profile.tsx:210 +#: src/view/screens/Profile.tsx:221 msgid "Replies" msgstr "Risposte" #: src/components/WhoCanReply.tsx:69 msgid "Replies disabled" -msgstr "" +msgstr "Risposte disattivate" #: src/view/com/threadgate/WhoCanReply.tsx:123 #~ msgid "Replies on this thread are disabled" -#~ msgstr "" +#~ msgstr "Le risposte a questo thread sono disattivate" #: src/components/WhoCanReply.tsx:215 msgid "Replies to this post are disabled." -msgstr "" +msgstr "Le risposte a questo post sono disattivate." #: src/components/WhoCanReply.tsx:243 #~ msgid "Replies to this thread are disabled" #~ msgstr "Le risposte a questo thread sono disabilitate" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:644 msgctxt "action" msgid "Reply" msgstr "Risposta" @@ -5611,54 +5811,54 @@ msgstr "Risposta" #: src/components/moderation/ModerationDetailsDialog.tsx:115 #: src/lib/moderation/useModerationCauseDescription.ts:123 msgid "Reply Hidden by Thread Author" -msgstr "" +msgstr "Risposta nascosta dall'autore del thread" #: src/components/moderation/ModerationDetailsDialog.tsx:114 #: src/lib/moderation/useModerationCauseDescription.ts:122 msgid "Reply Hidden by You" -msgstr "" +msgstr "Risposta nascosta da me" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 msgid "Reply settings" -msgstr "" +msgstr "Impostazioni risposte" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 msgid "Reply settings are chosen by the author of the thread" -msgstr "" +msgstr "Le impostazioni delle risposte sono scelte dall'autore del thread" #~ msgctxt "description" #~ msgid "Reply to <0/>" #~ msgstr "In risposta a <0/>" #: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:522 +#: src/view/com/posts/FeedItem.tsx:520 msgctxt "description" msgid "Reply to <0><1/>" msgstr "Rispondi a <0><1/>" -#: src/view/com/posts/FeedItem.tsx:513 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" -msgstr "" +msgstr "Rispondi ad un post bloccato" -#: src/view/com/posts/FeedItem.tsx:515 +#: src/view/com/posts/FeedItem.tsx:513 msgctxt "description" msgid "Reply to a post" -msgstr "" +msgstr "Rispondi ad un post" #: src/view/com/post/Post.tsx:194 -#: src/view/com/posts/FeedItem.tsx:519 +#: src/view/com/posts/FeedItem.tsx:517 msgctxt "description" msgid "Reply to you" -msgstr "" +msgstr "Rispondi a te" #: src/view/com/util/forms/PostDropdownBtn.tsx:332 msgid "Reply visibility updated" -msgstr "" +msgstr "Visibilità risposte aggiornata" #: src/view/com/util/forms/PostDropdownBtn.tsx:331 msgid "Reply was successfully hidden" -msgstr "" +msgstr "Risposta nascosta con successo" #: src/components/dms/MessageMenu.tsx:132 #: src/components/dms/MessagesListBlockedFooter.tsx:77 @@ -5705,7 +5905,7 @@ msgstr "Segnala il post" #: src/screens/StarterPack/StarterPackScreen.tsx:593 #: src/screens/StarterPack/StarterPackScreen.tsx:596 msgid "Report starter pack" -msgstr "" +msgstr "Segnala starter pack" #: src/components/ReportDialog/SelectReportOptionView.tsx:43 msgid "Report this content" @@ -5731,15 +5931,15 @@ msgstr "Segnala questo post" #: src/components/ReportDialog/SelectReportOptionView.tsx:59 msgid "Report this starter pack" -msgstr "" +msgstr "Segnala questo starter pack" #: src/components/ReportDialog/SelectReportOptionView.tsx:47 msgid "Report this user" msgstr "Segnala questo utente" -#: src/view/com/util/post-ctrls/RepostButton.tsx:67 -#: src/view/com/util/post-ctrls/RepostButton.tsx:96 -#: src/view/com/util/post-ctrls/RepostButton.tsx:112 +#: src/view/com/util/post-ctrls/RepostButton.tsx:70 +#: src/view/com/util/post-ctrls/RepostButton.tsx:99 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 msgctxt "action" msgid "Repost" msgstr "Ripubblicare" @@ -5750,7 +5950,7 @@ msgid "Repost" msgstr "Ripubblicare" #: src/screens/StarterPack/StarterPackScreen.tsx:535 -#: src/view/com/util/post-ctrls/RepostButton.tsx:88 +#: src/view/com/util/post-ctrls/RepostButton.tsx:91 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:49 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:104 msgid "Repost or quote post" @@ -5759,12 +5959,12 @@ msgstr "Ripubblica o cita il post" #~ msgid "Reposted by" #~ msgstr "Repost di" -#: src/screens/Post/PostRepostedBy.tsx:29 -#: src/view/com/post-thread/PostRepostedBy.tsx:96 +#: src/screens/Post/PostRepostedBy.tsx:31 +#: src/screens/Post/PostRepostedBy.tsx:32 msgid "Reposted By" msgstr "Ripubblicato da" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "Ripubblicato da{0}" @@ -5774,16 +5974,16 @@ msgstr "Ripubblicato da{0}" #~ msgid "Reposted by <0/>" #~ msgstr "Repost di <0/>" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "Ripubblicato da <0><1/>" -#: src/view/com/posts/FeedItem.tsx:292 -#: src/view/com/posts/FeedItem.tsx:311 +#: src/view/com/posts/FeedItem.tsx:290 +#: src/view/com/posts/FeedItem.tsx:309 msgid "Reposted by you" -msgstr "" +msgstr "Ripubblicato da te" -#: src/view/com/notifications/FeedItem.tsx:184 +#: src/view/com/notifications/FeedItem.tsx:180 msgid "reposted your post" msgstr "ripubblicato il tuo post" @@ -5821,6 +6021,14 @@ msgstr "Obbligatorio per questo operatore" msgid "Resend email" msgstr "Rinvia l'email" +#: src/components/intents/VerifyEmailIntentDialog.tsx:130 +msgid "Resend Email" +msgstr "" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:123 +msgid "Resend Verification Email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:186 msgid "Reset code" msgstr "Reimpostare il codice" @@ -5857,7 +6065,7 @@ msgstr "Reimposta lo stato dell'incorporazione" msgid "Resets the preferences state" msgstr "Reimposta lo stato delle preferenze" -#: src/screens/Login/LoginForm.tsx:312 +#: src/screens/Login/LoginForm.tsx:299 msgid "Retries login" msgstr "Ritenta l'accesso" @@ -5866,15 +6074,15 @@ msgstr "Ritenta l'accesso" msgid "Retries the last action, which errored out" msgstr "Ritenta l'ultima azione che ha generato un errore" -#: src/components/dms/MessageItem.tsx:235 +#: src/components/dms/MessageItem.tsx:236 #: src/components/Error.tsx:66 #: src/components/Lists.tsx:104 #: src/components/StarterPack/ProfileStarterPacks.tsx:318 -#: src/screens/Login/LoginForm.tsx:311 -#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:298 +#: src/screens/Login/LoginForm.tsx:305 #: src/screens/Messages/Conversation/MessageListError.tsx:25 -#: src/screens/Onboarding/StepInterests/index.tsx:251 -#: src/screens/Onboarding/StepInterests/index.tsx:254 +#: src/screens/Onboarding/StepInterests/index.tsx:231 +#: src/screens/Onboarding/StepInterests/index.tsx:234 #: src/screens/Signup/BackNextButtons.tsx:52 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 @@ -5942,7 +6150,7 @@ msgstr "Salva la modifica del tuo identificatore" #: src/components/StarterPack/ShareDialog.tsx:151 #: src/components/StarterPack/ShareDialog.tsx:158 msgid "Save image" -msgstr "" +msgstr "Salva immagine" #: src/view/com/modals/crop-image/CropImage.web.tsx:169 msgid "Save image crop" @@ -5950,7 +6158,7 @@ msgstr "Salva il ritaglio dell'immagine" #: src/components/StarterPack/QrCodeDialog.tsx:181 msgid "Save QR code" -msgstr "" +msgstr "Salva codice QR" #: src/view/screens/ProfileFeed.tsx:334 #: src/view/screens/ProfileFeed.tsx:340 @@ -5987,8 +6195,8 @@ msgstr "Salva le impostazioni di ritaglio dell'immagine" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:105 -#: src/view/com/notifications/FeedItem.tsx:416 -#: src/view/com/notifications/FeedItem.tsx:441 +#: src/view/com/notifications/FeedItem.tsx:412 +#: src/view/com/notifications/FeedItem.tsx:437 msgid "Say hello!" msgstr "Di ciao!" @@ -6002,15 +6210,15 @@ msgid "Scroll to top" msgstr "Scorri verso l'alto" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:554 +#: src/Navigation.tsx:555 #: src/view/com/modals/ListAddRemoveUsers.tsx:76 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 #: src/view/screens/Search/Search.tsx:421 #: src/view/screens/Search/Search.tsx:791 #: src/view/screens/Search/Search.tsx:813 -#: src/view/shell/bottom-bar/BottomBar.tsx:182 -#: src/view/shell/desktop/LeftNav.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:179 +#: src/view/shell/desktop/LeftNav.tsx:349 #: src/view/shell/Drawer.tsx:398 #: src/view/shell/Drawer.tsx:399 msgid "Search" @@ -6034,7 +6242,7 @@ msgstr "Cerca tutti i post con il tag {displayTag}" #: src/screens/StarterPack/Wizard/index.tsx:491 msgid "Search for feeds that you want to suggest to others." -msgstr "" +msgstr "Cerca feed che potresti suggerire ad altri utenti." #: src/view/com/modals/ListAddRemoveUsers.tsx:71 msgid "Search for users" @@ -6077,7 +6285,7 @@ msgstr "Vedi <0>{displayTag} posts di questo utente" #: src/view/com/auth/SplashScreen.web.tsx:162 msgid "See jobs at Bluesky" -msgstr "" +msgstr "Vedi offerte di lavoro in Bluesky" #: src/view/com/notifications/FeedItem.tsx:411 #: src/view/com/util/UserAvatar.tsx:402 @@ -6091,6 +6299,10 @@ msgstr "Consulta questa guida" #~ msgid "See what's next" #~ msgstr "Scopri cosa c'è dopo" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:631 +msgid "Seek slider" +msgstr "" + #: src/view/com/util/Selector.tsx:106 msgid "Select {item}" msgstr "Seleziona {item}" @@ -6128,6 +6340,10 @@ msgstr "Seleziona GIF \"{0}\"" #: src/components/dialogs/MutedWords.tsx:142 msgid "Select how long to mute this word for." +msgstr "Seleziona per quanto tempo silenziare questa parola." + +#: src/view/com/composer/videos/SubtitleDialog.tsx:249 +msgid "Select language..." msgstr "" #: src/view/screens/LanguageSettings.tsx:303 @@ -6149,6 +6365,10 @@ msgstr "Seleziona l'opzione {i} di {numItems}" #~ msgid "Select some accounts below to follow" #~ msgstr "Seleziona alcuni account da seguire qui giù" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:65 +msgid "Select subtitle file (.vtt)" +msgstr "" + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83 msgid "Select the {emojiName} emoji as your avatar" msgstr "Scegli la {emojiName} emoji come tuo avatar" @@ -6165,13 +6385,13 @@ msgstr "Seleziona il servizio che ospita i tuoi dati." #~ msgid "Select topical feeds to follow from the list below" #~ msgstr "Seleziona i feed con temi da seguire dal seguente elenco" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:94 msgid "Select video" -msgstr "" +msgstr "Seleziona video" #: src/components/dialogs/MutedWords.tsx:242 msgid "Select what content this mute word should apply to." -msgstr "" +msgstr "Seleziona dove applicare questa parola silenziata." #: src/screens/Onboarding/StepModeration/index.tsx:63 #~ msgid "Select what you want to see (or not see), and we’ll handle the rest." @@ -6188,11 +6408,11 @@ msgstr "Seleziona le lingue che desideri includere nei feed a cui sei iscritto. msgid "Select your app language for the default text to display in the app." msgstr "Seleziona la lingua dell'app per il testo predefinito da visualizzare nell'app." -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:193 msgid "Select your date of birth" msgstr "Seleziona la tua data di nascita" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "Seleziona i tuoi interessi dalle seguenti opzioni" @@ -6236,14 +6456,14 @@ msgstr "Invia email" msgid "Send feedback" msgstr "Invia feedback" -#: src/screens/Messages/Conversation/MessageInput.tsx:163 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:155 +#: src/screens/Messages/Conversation/MessageInput.tsx:165 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:219 msgid "Send message" msgstr "Invia messaggio" #: src/components/dms/dialogs/ShareViaChatDialog.tsx:64 msgid "Send post to..." -msgstr "" +msgstr "Invia post a..." #: src/components/dms/ReportDialog.tsx:234 #: src/components/dms/ReportDialog.tsx:237 @@ -6267,7 +6487,7 @@ msgstr "Invia la email di verifica" #: src/view/com/util/forms/PostDropdownBtn.tsx:399 #: src/view/com/util/forms/PostDropdownBtn.tsx:402 msgid "Send via direct message" -msgstr "" +msgstr "Invia tramite messaggi" #: src/view/com/modals/DeleteAccount.tsx:151 msgid "Sends email with confirmation code for account deletion" @@ -6343,23 +6563,23 @@ msgstr "Imposta il tuo nome utente di Bluesky" #: src/view/screens/Settings/index.tsx:463 #~ msgid "Sets color theme to dark" -#~ msgstr "Imposta il tema colore su scuro" +#~ msgstr "Imposta il tema scuro" #: src/view/screens/Settings/index.tsx:456 #~ msgid "Sets color theme to light" -#~ msgstr "Imposta il tema colore su chiaro" +#~ msgstr "Imposta il tema chiaro" #: src/view/screens/Settings/index.tsx:450 #~ msgid "Sets color theme to system setting" -#~ msgstr "Imposta il tema colore basato impostazioni di sistema" +#~ msgstr "Imposta il tema basato impostazioni di sistema" #: src/view/screens/Settings/index.tsx:489 #~ msgid "Sets dark theme to the dark theme" -#~ msgstr "Imposta il tema scuro sul tema scuro" +#~ msgstr "Imposta il tema scuro" #: src/view/screens/Settings/index.tsx:482 #~ msgid "Sets dark theme to the dim theme" -#~ msgstr "Imposta il tema scuro sul tema semi fosco" +#~ msgstr "Imposta il tema soffuso" #: src/screens/Login/ForgotPasswordForm.tsx:113 msgid "Sets email for password reset" @@ -6385,7 +6605,7 @@ msgstr "Imposta l'amplio sulle proporzioni dell'immagine" #: src/Navigation.tsx:155 #: src/view/screens/Settings/index.tsx:302 -#: src/view/shell/desktop/LeftNav.tsx:401 +#: src/view/shell/desktop/LeftNav.tsx:395 #: src/view/shell/Drawer.tsx:563 #: src/view/shell/Drawer.tsx:564 msgid "Settings" @@ -6399,6 +6619,7 @@ msgstr "Attività sessuale o nudità erotica." msgid "Sexually Suggestive" msgstr "Sessualmente suggestivo" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:644 #: src/components/StarterPack/QrCodeDialog.tsx:177 #: src/screens/StarterPack/StarterPackScreen.tsx:411 #: src/screens/StarterPack/StarterPackScreen.tsx:582 @@ -6406,7 +6627,7 @@ msgstr "Sessualmente suggestivo" #: src/view/com/profile/ProfileMenu.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:410 #: src/view/com/util/forms/PostDropdownBtn.tsx:419 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:321 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:345 #: src/view/screens/ProfileList.tsx:484 msgid "Share" msgstr "Condividi" @@ -6426,7 +6647,7 @@ msgstr "Condividi un fatto divertente!" #: src/view/com/profile/ProfileMenu.tsx:377 #: src/view/com/util/forms/PostDropdownBtn.tsx:659 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:337 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:361 msgid "Share anyway" msgstr "Condividi comunque" @@ -6435,11 +6656,19 @@ msgstr "Condividi comunque" msgid "Share feed" msgstr "Condividi il feed" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:621 +msgid "Share image externally" +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:639 +msgid "Share image in post" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:124 #: src/components/StarterPack/ShareDialog.tsx:131 #: src/screens/StarterPack/StarterPackScreen.tsx:586 msgid "Share link" -msgstr "" +msgstr "Condividi link" #: src/view/com/modals/LinkWarning.tsx:89 #: src/view/com/modals/LinkWarning.tsx:95 @@ -6453,15 +6682,15 @@ msgstr "" #: src/components/StarterPack/ShareDialog.tsx:135 #: src/components/StarterPack/ShareDialog.tsx:146 msgid "Share QR code" -msgstr "" +msgstr "Condividi codice QR" #: src/screens/StarterPack/StarterPackScreen.tsx:404 msgid "Share this starter pack" -msgstr "" +msgstr "Condividi starter pack" #: src/components/StarterPack/ShareDialog.tsx:100 msgid "Share this starter pack and help people join your community on Bluesky." -msgstr "" +msgstr "Condividi starter pack e invita persone a far parte della tua community su Bluesky." #: src/components/dms/ChatEmptyPill.tsx:34 msgid "Share your favorite feed!" @@ -6469,7 +6698,7 @@ msgstr "Condividi il tuo feed preferito!" #: src/Navigation.tsx:251 msgid "Shared Preferences Tester" -msgstr "" +msgstr "Test Preferenze Condiviseha" #: src/view/com/modals/LinkWarning.tsx:92 msgid "Shares the linked website" @@ -6485,7 +6714,7 @@ msgstr "Mostra" #~ msgid "Show all replies" #~ msgstr "Mostra tutte le repliche" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:169 msgid "Show alt text" msgstr "Mostra testo alternativo" @@ -6508,12 +6737,12 @@ msgstr "Mostra badge e filtra dai feed" #~ msgstr "Mostra incorporamenti di {0}" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "Mostra follows simile a {0}" +#~ msgid "Show follows similar to {0}" +#~ msgstr "Mostra follows simile a {0}" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" -msgstr "" +msgstr "Mostra risposte nascoste" #: src/view/com/util/forms/PostDropdownBtn.tsx:449 #: src/view/com/util/forms/PostDropdownBtn.tsx:451 @@ -6522,22 +6751,22 @@ msgstr "Mostra meno come questo" #: src/screens/List/ListHiddenScreen.tsx:172 msgid "Show list anyway" -msgstr "" +msgstr "Mosta comunque questa lista" -#: src/view/com/post-thread/PostThreadItem.tsx:584 +#: src/view/com/post-thread/PostThreadItem.tsx:590 #: src/view/com/post/Post.tsx:234 -#: src/view/com/posts/FeedItem.tsx:479 +#: src/view/com/posts/FeedItem.tsx:476 msgid "Show More" msgstr "Mostra di più" #: src/view/com/util/forms/PostDropdownBtn.tsx:441 #: src/view/com/util/forms/PostDropdownBtn.tsx:443 msgid "Show more like this" -msgstr "" +msgstr "Mosta altro come questo" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show muted replies" -msgstr "" +msgstr "Mosta risposte silenziate" #: src/view/screens/PreferencesFollowingFeed.tsx:154 msgid "Show Posts from My Feeds" @@ -6581,7 +6810,7 @@ msgstr "Mostra le risposte delle persone che segui prima delle altre risposte." #: src/view/com/util/forms/PostDropdownBtn.tsx:517 #: src/view/com/util/forms/PostDropdownBtn.tsx:527 msgid "Show reply for everyone" -msgstr "" +msgstr "Mostra risposta per tutti" #: src/view/screens/PreferencesFollowingFeed.tsx:84 msgid "Show Reposts" @@ -6611,7 +6840,7 @@ msgstr "Mostra avviso e filtra dai feed" #~ msgid "Shows a list of users similar to this user." #~ msgstr "Mostra un elenco di utenti simili a questo utente." -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Shows posts from {0} in your feed" msgstr "Mostra i post di {0} nel tuo feed" @@ -6619,17 +6848,17 @@ msgstr "Mostra i post di {0} nel tuo feed" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:177 +#: src/screens/Login/LoginForm.tsx:166 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:112 #: src/view/com/auth/SplashScreen.web.tsx:121 +#: src/view/shell/bottom-bar/BottomBar.tsx:312 +#: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBar.tsx:316 -#: src/view/shell/bottom-bar/BottomBar.tsx:318 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:208 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:210 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -6652,7 +6881,7 @@ msgid "Sign in or create your account to join the conversation!" msgstr "Accedi o crea il tuo account per partecipare alla conversazione!" #~ msgid "Sign into" -#~ msgstr "Accedere a" +#~ msgstr "Accedi a" #: src/components/dialogs/Signin.tsx:46 msgid "Sign into Bluesky or create a new account" @@ -6660,19 +6889,19 @@ msgstr "Accedi a Bluesky o crea un nuovo account" #: src/view/screens/Settings/index.tsx:432 msgid "Sign out" -msgstr "Disconnetta" +msgstr "Esci" #: src/view/screens/Settings/index.tsx:420 #: src/view/screens/Settings/index.tsx:430 msgid "Sign out of all accounts" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBar.tsx:306 -#: src/view/shell/bottom-bar/BottomBar.tsx:308 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:198 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:200 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -6690,37 +6919,37 @@ msgstr "È richiesta l'autenticazione" #: src/view/screens/Settings/index.tsx:361 msgid "Signed in as" -msgstr "Registrato/a come" +msgstr "Iscritto/a come" #: src/lib/hooks/useAccountSwitcher.ts:44 #: src/screens/Login/ChooseAccountForm.tsx:60 msgid "Signed in as @{0}" -msgstr "Registrato/a come @{0}" +msgstr "Iscritto/a come @{0}" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" -msgstr "" +msgstr "iscritto/a col tuo starter pack" #~ msgid "Signs {0} out of Bluesky" -#~ msgstr "{0} esce da Bluesky" +#~ msgstr "Esci da Bluesky con {0}" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:306 -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:313 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:308 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:315 msgid "Signup without a starter pack" -msgstr "" +msgstr "Iscriviti senza uno starter pack" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:102 +#: src/components/FeedInterstitials.tsx:316 msgid "Similar accounts" -msgstr "" +msgstr "Account simili" -#: src/screens/Onboarding/StepInterests/index.tsx:265 +#: src/screens/Onboarding/StepInterests/index.tsx:245 #: src/screens/StarterPack/Wizard/index.tsx:191 msgid "Skip" -msgstr "Salta questo passo" +msgstr "Salta" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" -msgstr "Salta questa corrente" +msgstr "Salta" #~ msgid "SMS verification" #~ msgstr "Verifica tramite SMS" @@ -6730,9 +6959,9 @@ msgstr "Salta questa corrente" msgid "Software Dev" msgstr "Sviluppo Software" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:447 msgid "Some other feeds you might like" -msgstr "" +msgstr "Altri feed che potrebbero piacerti" #: src/components/WhoCanReply.tsx:70 msgid "Some people can reply" @@ -6740,7 +6969,7 @@ msgstr "Solo alcune persone possono rispondere" #: src/screens/StarterPack/Wizard/index.tsx:203 #~ msgid "Some subtitle" -#~ msgstr "" +#~ msgstr "Altri sottotitoli" #: src/screens/Messages/Conversation/index.tsx:106 msgid "Something went wrong" @@ -6752,7 +6981,7 @@ msgstr "Qualcosa è andato storto" #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 msgid "Something went wrong, please try again" -msgstr "" +msgstr "Qualcosa è andato storto, per favore riprova" #: src/components/ReportDialog/index.tsx:59 #: src/screens/Moderation/index.tsx:115 @@ -6763,13 +6992,13 @@ msgstr "Qualcosa è andato male, prova di nuovo." #: src/components/Lists.tsx:200 #: src/view/screens/NotificationsSettings.tsx:46 msgid "Something went wrong!" -msgstr "" +msgstr "Qualcosa è andato storto!" #~ msgid "Something went wrong. Check your email and try again." #~ msgstr "Qualcosa è andato storto. Controlla la tua email e riprova." #: src/App.native.tsx:102 -#: src/App.web.tsx:83 +#: src/App.web.tsx:88 msgid "Sorry! Your session expired. Please log in again." msgstr "Scusa! La tua sessione è scaduta. Per favore accedi di nuovo." @@ -6788,12 +7017,12 @@ msgstr "Ordina le risposte allo stesso post per:" #~ msgid "Source: <0>{0}" #~ msgstr "Fonte: <0>{0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" -msgstr "" +msgstr "Fonte: <0>{sourceName}" -#: src/lib/moderation/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:80 +#: src/lib/moderation/useReportOptions.ts:72 +#: src/lib/moderation/useReportOptions.ts:85 msgid "Spam" msgstr "Spam" @@ -6826,10 +7055,9 @@ msgid "Start chatting" msgstr "Iniza a conversare" #: src/tours/Tooltip.tsx:99 -msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." -msgstr "" +#~ msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." +#~ msgstr "" -#: src/lib/generate-starterpack.ts:68 #: src/Navigation.tsx:358 #: src/Navigation.tsx:363 #: src/screens/StarterPack/Wizard/index.tsx:182 @@ -6838,19 +7066,19 @@ msgstr "" #: src/components/StarterPack/StarterPackCard.tsx:73 msgid "Starter pack by {0}" -msgstr "" +msgstr "Starter pack di {0}" #: src/screens/StarterPack/StarterPackScreen.tsx:703 msgid "Starter pack is invalid" -msgstr "" +msgstr "Lo starter pack non è valido" -#: src/view/screens/Profile.tsx:214 +#: src/view/screens/Profile.tsx:225 msgid "Starter Packs" -msgstr "" +msgstr "Starter pack" #: src/components/StarterPack/ProfileStarterPacks.tsx:238 msgid "Starter packs let you easily share your favorite feeds and people with your friends." -msgstr "" +msgstr "Gli starter pack ti permettono di condividere utenti e feed preferiti coi tuoi amici." #~ msgid "Status page" #~ msgstr "Pagina di stato" @@ -6878,8 +7106,8 @@ msgstr "Spazio di archiviazione eliminato. Riavvia l'app." msgid "Storybook" msgstr "Cronologia" -#: src/components/moderation/LabelsOnMeDialog.tsx:302 -#: src/components/moderation/LabelsOnMeDialog.tsx:303 +#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:294 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -6912,13 +7140,13 @@ msgstr "Iscriviti alla lista" #: src/view/screens/Search/Explore.tsx:332 msgid "Suggested accounts" -msgstr "" +msgstr "Account suggeriti" #: src/view/screens/Search/Search.tsx:425 #~ msgid "Suggested Follows" #~ msgstr "Accounts da seguire" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:318 msgid "Suggested for you" msgstr "Suggerito per te" @@ -6941,8 +7169,8 @@ msgid "Switch Account" msgstr "Cambia account" #: src/tours/HomeTour.tsx:48 -msgid "Switch between feeds to control your experience." -msgstr "" +#~ msgid "Switch between feeds to control your experience." +#~ msgstr "Cambia tra i feed per avere il totale controllo della tua esperienza." #: src/view/screens/Settings/index.tsx:126 msgid "Switch to {0}" @@ -6971,7 +7199,7 @@ msgstr "Tag menu: {displayTag}" #: src/components/dialogs/MutedWords.tsx:282 msgid "Tags only" -msgstr "" +msgstr "Solo tag" #: src/view/com/modals/crop-image/CropImage.web.tsx:135 msgid "Tall" @@ -6979,27 +7207,36 @@ msgstr "Alto" #: src/components/ProgressGuide/Toast.tsx:150 msgid "Tap to dismiss" -msgstr "" +msgstr "Clicca per ignorare" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:181 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:145 msgid "Tap to enter full screen" +msgstr "Clicca per entrare in modalità a schermo intero" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:151 +msgid "Tap to play or pause" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:202 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:164 msgid "Tap to toggle sound" +msgstr "Clicca per attivare o disattivare l'audio" + +#: src/view/com/util/images/AutoSizedImage.tsx:219 +#: src/view/com/util/images/AutoSizedImage.tsx:239 +msgid "Tap to view full image" msgstr "" #: src/view/com/util/images/AutoSizedImage.tsx:70 -msgid "Tap to view fully" -msgstr "Tocca per visualizzare completamente" +#~ msgid "Tap to view fully" +#~ msgstr "Tocca per visualizzare completamente" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" -msgstr "" +msgstr "Completato - 10 like!" #: src/components/ProgressGuide/List.tsx:49 msgid "Teach our algorithm what you like" -msgstr "" +msgstr "Impara all'algoritmo cosa ti piace" #: src/screens/Onboarding/index.tsx:36 #: src/screens/Onboarding/state.ts:99 @@ -7012,6 +7249,10 @@ msgstr "Racconta una barzalletta!" #: src/screens/StarterPack/Wizard/StepDetails.tsx:63 msgid "Tell us a little more" +msgstr "Dicci un po' di più" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:518 +msgid "Ten Million" msgstr "" #: src/view/shell/desktop/RightNav.tsx:90 @@ -7027,9 +7268,9 @@ msgid "Terms of Service" msgstr "Termini di servizio" #: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:94 -#: src/lib/moderation/useReportOptions.ts:102 -#: src/lib/moderation/useReportOptions.ts:110 +#: 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 utilizzati violano gli standard della comunità" @@ -7039,9 +7280,9 @@ msgstr "I termini utilizzati violano gli standard della comunità" #: src/components/dialogs/MutedWords.tsx:266 msgid "Text & tags" -msgstr "" +msgstr "Testo e tag" -#: src/components/moderation/LabelsOnMeDialog.tsx:266 +#: src/components/moderation/LabelsOnMeDialog.tsx:257 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Campo di testo" @@ -7051,6 +7292,14 @@ msgstr "Campo di testo" msgid "Thank you. Your report has been sent." msgstr "Grazie. La tua segnalazione è stata inviata." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:593 +msgid "Thanks for being one of our first 10 million users." +msgstr "" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:74 +msgid "Thanks, you have successfully verified your email address." +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:459 msgid "That contains the following:" msgstr "Che contiene il seguente:" @@ -7066,13 +7315,13 @@ msgstr "Questo handle è già stato preso." #: src/screens/StarterPack/Wizard/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:113 msgid "That starter pack could not be found." -msgstr "" +msgstr "Impossibile trovare starter pack." -#: src/view/com/post-thread/PostQuotes.tsx:129 +#: src/view/com/post-thread/PostQuotes.tsx:127 msgid "That's all, folks!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:310 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:270 #: src/view/com/profile/ProfileMenu.tsx:353 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." @@ -7083,11 +7332,11 @@ msgstr "L'account sarà in grado di interagire con te dopo lo sblocco." #: src/components/moderation/ModerationDetailsDialog.tsx:118 #: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "The author of this thread has hidden this reply." -msgstr "" +msgstr "L'autore del thread ha nascosto questa risposta." #: src/screens/Moderation/index.tsx:368 msgid "The Bluesky web application" -msgstr "" +msgstr "L'applicazione web di Bluesky" #: src/view/screens/CommunityGuidelines.tsx:36 msgid "The Community Guidelines have been moved to <0/>" @@ -7099,26 +7348,26 @@ msgstr "La politica sul copyright è stata spostata a <0/>" #: src/view/com/posts/FeedShutdownMsg.tsx:102 msgid "The Discover feed" -msgstr "" +msgstr "Il feed Discover" #: src/state/shell/progress-guide.tsx:167 #: src/state/shell/progress-guide.tsx:172 msgid "The Discover feed now knows what you like" -msgstr "" +msgstr "Ora il feed Discover sa cosa ti piace" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:327 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off." -msgstr "" +msgstr "L'esperienza è migliore tramite l'app. Scarica ora Bluesky e ritorneremo da dove eravamo rimasti." #: src/view/com/posts/FeedShutdownMsg.tsx:67 msgid "The feed has been replaced with Discover." msgstr "Questo feed è stato sostituito con Discover." -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 msgid "The following labels were applied to your account." msgstr "Al tuo account sono state applicate le seguenti etichette." -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "Ai tuoi contenuti sono state applicate le seguenti etichette." @@ -7135,13 +7384,13 @@ msgstr "Il post potrebbe essere stato cancellato." msgid "The Privacy Policy has been moved to <0/>" msgstr "La politica sulla privacy è stata spostata a <0/><0/>" -#: src/state/queries/video/video.ts:129 -msgid "The selected video is larger than 100MB." -msgstr "" +#: src/state/queries/video/video.ts:227 +msgid "The selected video is larger than 50MB." +msgstr "Questo video è più grande di 50MB." #: src/screens/StarterPack/StarterPackScreen.tsx:713 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." -msgstr "" +msgstr "Questo starter pack non è valido. Prova a cancellare questo starter pack invece." #: src/view/screens/Support.tsx:36 msgid "The support form has been moved. If you need help, please <0/> or visit {HELP_DESK_URL} to get in touch with us." @@ -7154,13 +7403,17 @@ msgstr "Il modulo di supporto è stato spostato. Se hai bisogno di aiuto, <0/> o msgid "The Terms of Service have been moved to" msgstr "I Termini di Servizio sono stati spostati a" +#: src/components/intents/VerifyEmailIntentDialog.tsx:85 +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/Onboarding/StepAlgoFeeds/index.tsx:141 #~ msgid "There are many feeds to try:" #~ msgstr "Ci sono molti feed da provare:" #: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." -msgstr "" +msgstr "Non c'è limite di tempo per la disattivazione dell'account, torna quando vuoi." #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:117 #: src/view/screens/ProfileFeed.tsx:545 @@ -7184,7 +7437,7 @@ msgstr "Si è verificato un problema durante la connessione a Tenor." #: src/screens/Messages/Conversation/MessageListError.tsx:23 #~ msgid "There was an issue connecting to the chat." -#~ msgstr "" +#~ msgstr "Si è verificato un errore nel connettersi alla chat." #: src/view/screens/ProfileFeed.tsx:235 #: src/view/screens/ProfileList.tsx:359 @@ -7204,7 +7457,7 @@ msgstr "Si è verificato un problema durante il contatto con il tuo server" 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/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 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." @@ -7226,15 +7479,15 @@ msgstr "Si è verificato un problema durante l'invio della segnalazione. Per fav #~ msgid "There was an issue syncing your preferences with the server" #~ msgstr "Si è verificato un problema durante la sincronizzazione delle tue preferenze con il server" -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "Si è verificato un problema durante il recupero delle password dell'app" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:107 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:143 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:97 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:109 #: src/view/com/profile/ProfileMenu.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:122 #: src/view/com/profile/ProfileMenu.tsx:137 @@ -7291,9 +7544,9 @@ msgstr "Questo account è bloccato da uno o più appartenente alle tue liste di #~ msgid "This appeal will be sent to <0>{0}." #~ msgstr "Questo ricorso verrà inviato a <0>{0}." -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." -msgstr "" +msgstr "Questo ricorso verrà inviato a <0>{sourceName}." #: src/screens/Messages/Conversation/ChatDisabled.tsx:104 msgid "This appeal will be sent to Bluesky's moderation service." @@ -7326,7 +7579,7 @@ msgstr "Questo contenuto non è visualizzabile senza un account Bluesky." #: src/screens/Messages/List/ChatListItem.tsx:213 msgid "This conversation is with a deleted or a deactivated account. Press for options." -msgstr "" +msgstr "L'utente di questa conversazione ha disattivato o cancellato l'account. Premi per le opzioni." #~ msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." #~ msgstr "Questa funzionalità è in versione beta. Puoi leggere ulteriori informazioni sulle esportazioni dell' archivio in <0>questo post del blog." @@ -7353,7 +7606,7 @@ msgstr "Questo feed è vuoto! Prova a seguire più utenti o ottimizza le imposta #: src/view/screens/ProfileFeed.tsx:474 #: src/view/screens/ProfileList.tsx:785 msgid "This feed is empty." -msgstr "" +msgstr "Questo feed è vuoto." #: src/view/com/posts/FeedShutdownMsg.tsx:99 msgid "This feed is no longer online. We are showing <0>Discover instead." @@ -7381,7 +7634,7 @@ msgstr "Questa etichetta è stata applicata da <0>{0}." msgid "This label was applied by the author." msgstr "Questa etichetta è stata applicata dall'autore." -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "Questa etichetta è stata applicata da te." @@ -7395,11 +7648,11 @@ msgstr "Questo link ti porta al seguente sito web:" #: src/screens/List/ListHiddenScreen.tsx:136 msgid "This list - created by <0>{0} - contains possible violations of Bluesky's community guidelines in its name or description." -msgstr "" +msgstr "Questa lista - creata da <0>{0} - contiene violazioni dei termini della community di Bluesky nel nome o nella descrizione." #: src/view/screens/ProfileList.tsx:963 msgid "This list is empty!" -msgstr "La lista è vuota!" +msgstr "Questa lista è vuota!" #: src/screens/Profile/ErrorState.tsx:40 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." @@ -7414,13 +7667,13 @@ msgid "This post has been deleted." msgstr "Questo post è stato cancellato." #: src/view/com/util/forms/PostDropdownBtn.tsx:656 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:334 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:358 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "Questo post è visibile solo agli utenti registrati. Non sarà visibile alle persone che non hanno effettuato l'accesso." #: src/view/com/util/forms/PostDropdownBtn.tsx:637 msgid "This post will be hidden from feeds and threads. This cannot be undone." -msgstr "" +msgstr "Questo post verrà nascosto dai feed e dai thread. L'azione è irreversibile." #: src/view/com/util/forms/PostDropdownBtn.tsx:443 #~ msgid "This post will be hidden from feeds." @@ -7428,7 +7681,7 @@ msgstr "" #: src/view/com/composer/useExternalLinkFetch.ts:67 msgid "This post's author has disabled quote posts." -msgstr "" +msgstr "L'autore di questo post ha disattivato le citazioni." #: src/view/com/profile/ProfileMenu.tsx:374 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't logged in." @@ -7436,7 +7689,7 @@ msgstr "Questo profilo è visibile solo agli utenti registrati. Non sarà visibi #: src/view/com/util/forms/PostDropdownBtn.tsx:699 msgid "This reply will be sorted into a hidden section at the bottom of your thread and will mute notifications for subsequent replies - both for yourself and others." -msgstr "" +msgstr "Questa risposta verrà spostata in una sezione nascosta in basso al thread e disattiverà le notifiche delle risposte - sia per te che per gli altri." #: src/screens/Signup/StepInfo/Policies.tsx:37 msgid "This service has not provided terms of service or a privacy policy." @@ -7446,7 +7699,7 @@ msgstr "Questo servizio non ha fornito termini di servizio o un'informativa sull msgid "This should create a domain record at:" msgstr "Questo dovrebbe creare un record di dominio in:" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "Questo utente non ha follower." @@ -7482,9 +7735,9 @@ msgstr "Questo utente è incluso nell'elenco <0>{0} che hai silenziato." #: src/components/NewskieDialog.tsx:65 msgid "This user is new here. Press for more info about when they joined." -msgstr "" +msgstr "Questo utente è nuovo qui. Clicca per maggiori informazioni riguardo a quando si sono iscritti." -#: src/view/com/profile/ProfileFollows.tsx:87 +#: src/view/com/profile/ProfileFollows.tsx:96 msgid "This user isn't following anyone." msgstr "Questo utente non sta seguendo nessuno." @@ -7493,7 +7746,7 @@ msgstr "Questo utente non sta seguendo nessuno." #: src/components/dialogs/MutedWords.tsx:435 msgid "This will delete \"{0}\" from your muted words. You can always add it back later." -msgstr "" +msgstr "Questo eliminerà \"{0}\" dalle tue parole silenziate. Puoi riaggiungerla quando vuoi qui." #: src/components/dialogs/MutedWords.tsx:283 #~ msgid "This will delete {0} from your muted words. You can always add it back later." @@ -7504,11 +7757,11 @@ msgstr "" #: src/view/com/util/AccountDropdownBtn.tsx:55 msgid "This will remove @{0} from the quick access list." -msgstr "" +msgstr "Questo rimuoverà @{0} dalla lista d'accesso rapido." #: src/view/com/util/forms/PostDropdownBtn.tsx:689 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." -msgstr "" +msgstr "Questo rimuoverà il tuo post da questa citazione per tutti gli utenti, e la rimpiazzerà con un placeholder." #: src/view/screens/Settings/index.tsx:560 msgid "Thread preferences" @@ -7521,7 +7774,7 @@ msgstr "Preferenze delle Discussioni" #: src/components/WhoCanReply.tsx:109 #~ msgid "Thread settings updated" -#~ msgstr "" +#~ msgstr "Impostazioni thread aggiornate" #: src/view/screens/PreferencesThreads.tsx:113 msgid "Threaded Mode" @@ -7539,10 +7792,18 @@ msgstr "Per disabilitare il metodo 2FA via e-mail, verifica il tuo accesso all'i 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/view/com/composer/videos/SelectVideoBtn.tsx:120 +msgid "To upload videos to Bluesky, you must first verify your email." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "A chi desideri inviare questo report?" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:597 +msgid "Together, we're rebuilding the social internet. We're glad you're here." +msgstr "" + #: src/components/dialogs/MutedWords.tsx:112 #~ msgid "Toggle between muted word options." #~ msgstr "Alterna tra le opzioni delle parole silenziate." @@ -7555,7 +7816,7 @@ msgstr "Attiva/disattiva il menu a discesa" msgid "Toggle to enable or disable adult content" msgstr "Seleziona per abilitare o disabilitare i contenuti per adulti" -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "Top" @@ -7566,8 +7827,8 @@ msgstr "Trasformazioni" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:734 -#: src/view/com/post-thread/PostThreadItem.tsx:736 +#: src/view/com/post-thread/PostThreadItem.tsx:746 +#: src/view/com/post-thread/PostThreadItem.tsx:748 #: src/view/com/util/forms/PostDropdownBtn.tsx:380 #: src/view/com/util/forms/PostDropdownBtn.tsx:382 msgid "Translate" @@ -7589,7 +7850,7 @@ msgstr "" msgid "Two-factor authentication" msgstr "Autenticazione a due fattori" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "Scrivi il tuo messaggio qui" @@ -7607,7 +7868,7 @@ msgstr "Riattiva questa lista" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:155 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:77 #: src/view/com/modals/ChangePassword.tsx:71 @@ -7616,20 +7877,20 @@ msgstr "Impossibile contattare il servizio. Per favore controlla la tua connessi #: src/screens/StarterPack/StarterPackScreen.tsx:637 msgid "Unable to delete" -msgstr "" +msgstr "Impossibile eliminare" #: src/components/dms/MessagesListBlockedFooter.tsx:89 #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:192 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 #: src/view/screens/ProfileList.tsx:682 msgid "Unblock" msgstr "Sblocca" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Sblocca" @@ -7644,12 +7905,12 @@ msgstr "Sblocca l'account" msgid "Unblock Account" msgstr "Sblocca Account" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:308 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:268 #: src/view/com/profile/ProfileMenu.tsx:347 msgid "Unblock Account?" msgstr "Sblocca Account?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:66 +#: src/view/com/util/post-ctrls/RepostButton.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:76 msgid "Undo repost" @@ -7664,7 +7925,7 @@ msgstr "Smetti di seguire" #~ msgid "Unfollow" #~ msgstr "Smetti di seguire" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "Smetti di seguire {0}" @@ -7683,9 +7944,13 @@ msgstr "Smetti di seguire questo account" msgid "Unlike this feed" msgstr "Togli il like a questo feed" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:388 +msgctxt "video" +msgid "Unmute" +msgstr "" + #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 #: src/view/screens/ProfileList.tsx:689 msgid "Unmute" msgstr "Riattiva" @@ -7712,13 +7977,13 @@ msgstr "Riattiva conversazione" msgid "Unmute thread" msgstr "Riattiva questa discussione" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:317 msgid "Unmute video" -msgstr "" +msgstr "Riattiva auto" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Unmuted" -msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Unmuted" +#~ msgstr "Audio riattivato" #: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:673 @@ -7747,18 +8012,22 @@ msgstr "Annulla l'iscrizione" #: src/screens/List/ListHiddenScreen.tsx:184 #: src/screens/List/ListHiddenScreen.tsx:194 msgid "Unsubscribe from list" -msgstr "" +msgstr "Disiscriviti dalla lista" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196 msgid "Unsubscribe from this labeler" -msgstr "Annulla l'iscrizione a questo/a labeler" +msgstr "Disiscriviti da questo/a labeler" #: src/screens/List/ListHiddenScreen.tsx:86 msgid "Unsubscribed from list" +msgstr "Disiscritto dalla lista" + +#: src/state/queries/video/video.ts:245 +msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/lib/moderation/useReportOptions.ts:77 +#: src/lib/moderation/useReportOptions.ts:90 msgid "Unwanted Sexual Content" msgstr "Contenuti Sessuali Indesiderati" @@ -7775,15 +8044,15 @@ msgstr "Aggiorna a {handle}" #: src/view/com/util/forms/PostDropdownBtn.tsx:305 msgid "Updating quote attachment failed" -msgstr "" +msgstr "Impossibile aggiornare allegato" #: src/view/com/util/forms/PostDropdownBtn.tsx:335 msgid "Updating reply visibility failed" -msgstr "" +msgstr "Impossibile aggiornare visibilità risposte" #: src/screens/Login/SetNewPasswordForm.tsx:186 msgid "Updating..." -msgstr "In aggiornamento..." +msgstr "Aggiornamento..." #: src/screens/Onboarding/StepProfile/index.tsx:281 msgid "Upload a photo instead" @@ -7793,20 +8062,20 @@ msgstr "Alternativamente carica una foto" msgid "Upload a text file to:" msgstr "Carica una file di testo a:" -#: src/view/com/util/UserAvatar.tsx:355 -#: src/view/com/util/UserAvatar.tsx:358 +#: src/view/com/util/UserAvatar.tsx:361 +#: src/view/com/util/UserAvatar.tsx:364 #: src/view/com/util/UserBanner.tsx:123 #: src/view/com/util/UserBanner.tsx:126 msgid "Upload from Camera" msgstr "Carica dalla fotocamera" -#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:378 #: src/view/com/util/UserBanner.tsx:140 msgid "Upload from Files" msgstr "Carica dai Files" -#: src/view/com/util/UserAvatar.tsx:366 -#: src/view/com/util/UserAvatar.tsx:370 +#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:376 #: src/view/com/util/UserBanner.tsx:134 #: src/view/com/util/UserBanner.tsx:138 msgid "Upload from Library" @@ -7816,7 +8085,7 @@ msgstr "Carica dalla Libreria" msgid "Use a file on your server" msgstr "Utilizza un file sul tuo server" -#: src/view/screens/AppPasswords.tsx:200 +#: src/view/screens/AppPasswords.tsx:199 msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "Utilizza le password dell'app per accedere ad altri client Bluesky senza fornire l'accesso completo al tuo account o alla tua password." @@ -7910,7 +8179,7 @@ msgstr "Lista aggiornata" msgid "User Lists" msgstr "Liste publiche" -#: src/screens/Login/LoginForm.tsx:197 +#: src/screens/Login/LoginForm.tsx:186 msgid "Username or email address" msgstr "Nome utente o indirizzo Email" @@ -7924,7 +8193,7 @@ msgstr "Utenti" #: src/components/WhoCanReply.tsx:258 msgid "users followed by <0>@{0}" -msgstr "" +msgstr "utenti seguiti da <0>@{0}" #: src/components/dms/MessagesNUX.tsx:140 #: src/components/dms/MessagesNUX.tsx:143 @@ -7948,6 +8217,10 @@ msgstr "Valore:" #~ msgid "Verification code" #~ msgstr "Codice di verifica" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:118 +msgid "Verified email required" +msgstr "" + #~ msgid "Verify {0}" #~ msgstr "Verifica {0}" @@ -7959,6 +8232,10 @@ msgstr "Verifica record DNS" msgid "Verify email" msgstr "Verifica Email" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "Verifica la mia email" @@ -7972,9 +8249,13 @@ msgstr "Verifica la Mia Email" msgid "Verify New Email" msgstr "Verifica la nuova email" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:122 +msgid "Verify now" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" -msgstr "" +msgstr "Verifica file di testo" #: src/view/com/modals/VerifyEmail.tsx:111 msgid "Verify Your Email" @@ -7987,8 +8268,13 @@ msgstr "Verifica la tua email" msgid "Version {appVersion} {bundleInfo}" msgstr "Versione {appVersion} {bundleInfo}" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:180 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:144 msgid "Video" +msgstr "Video" + +#: src/state/queries/video/video.ts:138 +msgid "Video failed to process" msgstr "" #: src/screens/Onboarding/index.tsx:39 @@ -7996,30 +8282,47 @@ msgstr "" msgid "Video Games" msgstr "Video Games" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:167 +msgid "Video not found." +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:101 +msgid "Video settings" +msgstr "" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +msgid "Video: {0}" +msgstr "" + #: src/view/com/composer/videos/state.ts:27 -#~ msgid "Videos cannot be larger than 100MB" -#~ msgstr "" +#~ msgid "Videos cannot be larger than 50MB" +#~ msgstr "I video non possono essere più grandi di 50MB" + +#: src/view/com/composer/videos/SelectVideoBtn.tsx:65 +#: src/view/com/composer/videos/VideoPreview.web.tsx:44 +msgid "Videos must be less than 60 seconds long" +msgstr "" #: src/screens/Profile/Header/Shell.tsx:113 msgid "View {0}'s avatar" msgstr "Vedi l'avatar di {0}" #: src/components/ProfileCard.tsx:110 -#: src/view/com/notifications/FeedItem.tsx:277 +#: src/view/com/notifications/FeedItem.tsx:273 msgid "View {0}'s profile" -msgstr "" +msgstr "Vedi il profilo di {0}" #: src/components/dms/MessagesListHeader.tsx:160 msgid "View {displayName}'s profile" -msgstr "" +msgstr "Vedi il profilo di {displayName}" #: src/components/ProfileHoverCard/index.web.tsx:430 msgid "View blocked user's profile" -msgstr "" +msgstr "Vedi questo profilo bloccato" #: src/view/screens/Settings/ExportCarDialog.tsx:97 msgid "View blogpost for more details" -msgstr "" +msgstr "Vedi il blogpost per maggiori dettagli" #: src/view/screens/Log.tsx:56 msgid "View debug entry" @@ -8037,7 +8340,7 @@ msgstr "Visualizza i dettagli per segnalare una violazione del copyright" msgid "View full thread" msgstr "Vedi la discussione completa" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "Visualizza le informazioni su queste etichette" @@ -8063,20 +8366,20 @@ msgstr "Visualizza gli utenti a cui piace questo feed" #: src/screens/Moderation/index.tsx:274 msgid "View your blocked accounts" -msgstr "" +msgstr "Vedi i tuoi account bloccati" #: src/view/com/home/HomeHeaderLayout.web.tsx:79 #: src/view/com/home/HomeHeaderLayoutMobile.tsx:86 msgid "View your feeds and explore more" -msgstr "" +msgstr "Vedi i tuoi feed e scoprine degli altri" #: src/screens/Moderation/index.tsx:244 msgid "View your moderation lists" -msgstr "" +msgstr "Vedi le tue liste di moderazione" #: src/screens/Moderation/index.tsx:259 msgid "View your muted accounts" -msgstr "" +msgstr "Vedi i tuoi account silenziati" #: src/view/com/modals/LinkWarning.tsx:89 #: src/view/com/modals/LinkWarning.tsx:95 @@ -8100,7 +8403,7 @@ msgstr "Avvisa i contenuti e filtra dai feed" #~ msgid "We also think you'll like \"For You\" by Skygaze:" #~ msgstr "Pensiamo che ti piacerà anche \"Per Te\" di Skygaze:" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "Non siamo riusciti a trovare alcun risultato per quell'hashtag." @@ -8112,7 +8415,11 @@ msgstr "Non riusciamo a caricare questa conversazione" msgid "We estimate {estimatedTime} until your account is ready." msgstr "Stimiamo {estimatedTime} prima che il tuo account sia pronto." -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Speriamo di darti dei momenti dei bei momenti. Ricorda, Bluesky è:" @@ -8128,6 +8435,10 @@ msgstr "Abbiamo esaurito i posts dei tuoi follower. Ecco le ultime novità da <0 #~ msgid "We recommend our \"Discover\" feed:" #~ msgstr "Consigliamo il nostro feed \"Scopri\":" +#: src/state/queries/video/video.ts:170 +msgid "We were unable to determine if you are allowed to upload videos. Please try again." +msgstr "" + #: src/components/dialogs/BirthDateSettings.tsx:52 msgid "We were unable to load your birth date preferences. Please try again." msgstr "Non siamo riusciti a caricare le tue preferenze relative alla data di nascita. Per favore riprova." @@ -8136,7 +8447,7 @@ msgstr "Non siamo riusciti a caricare le tue preferenze relative alla data di na msgid "We were unable to load your configured labelers at this time." msgstr "Al momento non è stato possibile caricare le etichettatori configurati." -#: src/screens/Onboarding/StepInterests/index.tsx:158 +#: src/screens/Onboarding/StepInterests/index.tsx:143 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "Non siamo riusciti a connetterci. Riprova per continuare a configurare il tuo account. Se il problema persiste, puoi ignorare questo flusso." @@ -8147,7 +8458,7 @@ msgstr "Ti faremo sapere quando il tuo account sarà pronto." #~ msgid "We'll look into your appeal promptly." #~ msgstr "Esamineremo il tuo ricorso al più presto." -#: src/screens/Onboarding/StepInterests/index.tsx:163 +#: src/screens/Onboarding/StepInterests/index.tsx:148 msgid "We'll use this to help customize your experience." msgstr "Lo useremo per personalizzare la tua esperienza." @@ -8171,9 +8482,9 @@ msgstr "Siamo spiacenti, ma al momento non siamo riusciti a caricare le parole s msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Siamo spiacenti, ma non è stato possibile completare la ricerca. Riprova tra qualche minuto." -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:421 msgid "We're sorry! The post you are replying to has been deleted." -msgstr "" +msgstr "Ci dispiace! Il post a cui cerchi di rispondere è stato cancellato." #: src/components/Lists.tsx:220 #: src/view/screens/NotFound.tsx:48 @@ -8182,30 +8493,30 @@ msgstr "Ci dispiace! Non riusciamo a trovare la pagina che stavi cercando." #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:330 #~ msgid "We're sorry! You can only subscribe to ten labelers, and you've reached your limit of ten." -#~ msgstr "Ci dispiace! Puoi abbonarti solo a dieci etichettatori e hai raggiunto il limite di dieci." +#~ msgstr "Ci dispiace! Puoi iscriverti solo a dieci etichettatori e hai raggiunto il limite di dieci." #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:333 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty." -msgstr "" +msgstr "Ci dispiace! Puoi iscriverti solo a venti etichettatori e hai raggiunto il limite di dieci." #: src/screens/Deactivated.tsx:128 msgid "Welcome back!" -msgstr "" +msgstr "Bentornat*!" #~ msgid "Welcome to <0>Bluesky" #~ msgstr "Ti diamo il benvenuto a <0>Bluesky" #: src/components/NewskieDialog.tsx:103 msgid "Welcome, friend!" -msgstr "" +msgstr "Benvenut*, amic*!" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "Quali sono i tuoi interessi?" #: src/screens/StarterPack/Wizard/StepDetails.tsx:42 msgid "What do you want to call your starter pack?" -msgstr "" +msgstr "Come vuoi chiamare il tuo starter pack?" #~ msgid "What is the issue with this {collectionName}?" #~ msgstr "Qual è il problema con questo {collectionName}?" @@ -8215,7 +8526,7 @@ msgstr "" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:516 msgid "What's up?" msgstr "Come va?" @@ -8229,7 +8540,7 @@ msgstr "Quali lingue vorresti vedere negli algoritmi dei tuoi feed?" #: src/components/WhoCanReply.tsx:179 msgid "Who can interact with this post?" -msgstr "" +msgstr "Chi puo interagire a questo post?" #: src/components/dms/MessagesNUX.tsx:110 #: src/components/dms/MessagesNUX.tsx:124 @@ -8246,7 +8557,7 @@ msgstr "Chi può rispondere" #: src/components/WhoCanReply.tsx:216 #~ msgid "Who can reply?" -#~ msgstr "" +#~ msgstr "Chi può rispondere?" #: src/screens/Home/NoFeedsPinned.tsx:79 #: src/screens/Messages/List/index.tsx:185 @@ -8275,7 +8586,7 @@ msgstr "Perché questo post dovrebbe essere revisionato?" #: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Why should this starter pack be reviewed?" -msgstr "" +msgstr "Perché questo starter pack dovrebbe essere revisionato?" #: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Why should this user be reviewed?" @@ -8285,16 +8596,16 @@ msgstr "Perché questo utente dovrebbe essere revisionato?" msgid "Wide" msgstr "Largo" -#: src/screens/Messages/Conversation/MessageInput.tsx:140 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:134 +#: src/screens/Messages/Conversation/MessageInput.tsx:142 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:198 msgid "Write a message" msgstr "Scrivi un messaggio" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:712 msgid "Write post" msgstr "Scrivi un post" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:515 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:42 msgid "Write your reply" msgstr "Scrivi la tua risposta" @@ -8320,42 +8631,46 @@ msgstr "Si" #: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 msgid "Yes, deactivate" -msgstr "" +msgstr "Sì, disattiva il mio account" #: src/screens/StarterPack/StarterPackScreen.tsx:649 msgid "Yes, delete this starter pack" -msgstr "" +msgstr "Sì, elimina questo starter pack" #: src/view/com/util/forms/PostDropdownBtn.tsx:692 msgid "Yes, detach" -msgstr "" +msgstr "Sì" #: src/view/com/util/forms/PostDropdownBtn.tsx:702 msgid "Yes, hide" -msgstr "" +msgstr "Sì" #: src/screens/Deactivated.tsx:150 msgid "Yes, reactivate my account" -msgstr "" +msgstr "Sì, riattiva il mio account" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "Ieri, {time}" #: src/components/StarterPack/StarterPackCard.tsx:76 #: src/screens/List/ListHiddenScreen.tsx:140 msgid "you" -msgstr "" +msgstr "io" #: src/components/NewskieDialog.tsx:43 msgid "You" -msgstr "" +msgstr "Io" #: src/screens/SignupQueued.tsx:136 msgid "You are in line." -msgstr "Sei nella fila." +msgstr "Sei nella lista." -#: src/view/com/profile/ProfileFollows.tsx:86 +#: src/state/queries/video/video.ts:161 +msgid "You are not allowed to upload videos." +msgstr "" + +#: src/view/com/profile/ProfileFollows.tsx:95 msgid "You are not following anyone." msgstr "Non stai seguendo nessuno." @@ -8366,7 +8681,7 @@ msgstr "Puoi anche scoprire nuovi feed personalizzati da seguire." #: src/view/com/modals/DeleteAccount.tsx:202 msgid "You can also temporarily deactivate your account instead, and reactivate it at any time." -msgstr "" +msgstr "Puoi anche disattivare temporaneamente il tuo account, e riattivarlo in qualsiasi momento." #~ msgid "You can change hosting providers at any time." #~ msgstr "Puoi cambiare provider di hosting in qualsiasi momento." @@ -8390,15 +8705,15 @@ msgstr "Adesso puoi accedere con la tua nuova password." #: src/screens/Deactivated.tsx:136 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." -msgstr "" +msgstr "Puoi riattivare il tuo account per accedere. Il tuo profilo e i tuoi post saranno visibili agli altri utenti." -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "Non hai follower." #: src/screens/Profile/KnownFollowers.tsx:99 msgid "You don't follow any users who follow @{name}." -msgstr "" +msgstr "Non segui nessuno che segue @{name}." #: src/view/com/modals/InviteCodes.tsx:67 msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer." @@ -8476,7 +8791,7 @@ msgstr "Non hai ancora bloccato nessun account. Per bloccare un account, vai sul #~ msgid "You have not blocked any accounts yet. To block an account, go to their profile and selected \"Block account\" from the menu on their account." #~ msgstr "Non hai ancora bloccato nessun conto. Per bloccare un conto, vai al profilo e seleziona \"Blocca conto\" dal menu del suo conto." -#: src/view/screens/AppPasswords.tsx:91 +#: src/view/screens/AppPasswords.tsx:90 msgid "You have not created any app passwords yet. You can create one by pressing the button below." msgstr "Non hai ancora creato alcuna password per l'app. Puoi crearne uno premendo il pulsante qui sotto." @@ -8491,9 +8806,13 @@ msgstr "Non hai ancora silenziato nessun account. Per silenziare un account, vai msgid "You have reached the end" msgstr "Hai raggiunto la fine" +#: src/state/queries/video/video-upload.shared.ts:67 +msgid "You have temporarily reached the limit for video uploads. Please try again later." +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:235 msgid "You haven't created a starter pack yet!" -msgstr "" +msgstr "Non hai ancora creato uno starter pack!" #: src/components/dialogs/MutedWords.tsx:398 msgid "You haven't muted any words or tags yet" @@ -8502,31 +8821,31 @@ msgstr "Non hai ancora silenziato nessuna parola o tag" #: src/components/moderation/ModerationDetailsDialog.tsx:117 #: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "You hid this reply." -msgstr "" +msgstr "Hai nascosto questa risposta." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Ti puoi appellare alle etichette se pensi che sia stata applicata per errore." -#: src/components/moderation/LabelsOnMeDialog.tsx:91 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Puoi presentare ricorso contro queste etichette se ritieni che siano state inserite per errore." #: src/screens/StarterPack/Wizard/State.tsx:79 msgid "You may only add up to {STARTER_PACK_MAX_SIZE} profiles" -msgstr "" +msgstr "Puoi aggiungere un massimo di {STARTER_PACK_MAX_SIZE} utenti" #: src/screens/StarterPack/Wizard/State.tsx:97 msgid "You may only add up to 3 feeds" -msgstr "" +msgstr "Puoi aggiungere un massimo di 3 feed" #: src/screens/StarterPack/Wizard/State.tsx:95 #~ msgid "You may only add up to 50 feeds" -#~ msgstr "" +#~ msgstr "Puoi aggiungere un massimo di 50 feed" #: src/screens/StarterPack/Wizard/State.tsx:78 #~ msgid "You may only add up to 50 profiles" -#~ msgstr "" +#~ msgstr "Puoi aggiungere un massimo di 50 utenti" #: src/screens/Signup/StepInfo/Policies.tsx:85 msgid "You must be 13 years of age or older to sign up." @@ -8541,15 +8860,16 @@ msgstr "Per iscriverti devi avere almeno 13 anni." #: src/components/StarterPack/ProfileStarterPacks.tsx:306 msgid "You must be following at least seven other people to generate a starter pack." -msgstr "" +msgstr "Devi seguire almeno altre 7 utenti per creare uno starter pack." #: src/components/StarterPack/QrCodeDialog.tsx:60 msgid "You must grant access to your photo library to save a QR code" -msgstr "" +msgstr "Devi attivare il permesso alla Galleria per salvare il codice QR" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:237 #: src/components/StarterPack/ShareDialog.tsx:68 msgid "You must grant access to your photo library to save the image." -msgstr "" +msgstr "Devi attivare il permesso alla Galleria per salvare l'immagine." #: src/components/ReportDialog/SubmitView.tsx:209 msgid "You must select at least one labeler for a report" @@ -8557,7 +8877,7 @@ msgstr "È necessario selezionare almeno un'etichettatore per un report" #: src/screens/Deactivated.tsx:131 msgid "You previously deactivated @{0}." -msgstr "" +msgstr "Hai precedentemente disattivato @{0}." #: src/view/com/util/forms/PostDropdownBtn.tsx:216 msgid "You will no longer receive notifications for this thread" @@ -8577,31 +8897,31 @@ msgstr "Tu: {0}" #: src/screens/Messages/List/ChatListItem.tsx:143 msgid "You: {defaultEmbeddedContentMessage}" -msgstr "" +msgstr "Tu: {defaultEmbeddedContentMessage}" #: src/screens/Messages/List/ChatListItem.tsx:136 msgid "You: {short}" -msgstr "" +msgstr "Tu: {short}" #: src/screens/Signup/index.tsx:113 msgid "You'll follow the suggested users and feeds once you finish creating your account!" -msgstr "" +msgstr "Seguirai gli utenti e feed consigliati alla fine della creazione del tuo account!" #: src/screens/Signup/index.tsx:118 msgid "You'll follow the suggested users once you finish creating your account!" -msgstr "" +msgstr "Seguirai gli utenti consigliati alla fine della creazione del tuo account!" + +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 +msgid "You'll follow these people and {0} others" +msgstr "Seguirai queste persone e {0} altre" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 -msgid "You'll follow these people and {0} others" -msgstr "" - -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:237 msgid "You'll follow these people right away" -msgstr "" +msgstr "Seguirai immediatamente queste persone" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:277 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 msgid "You'll stay updated with these feeds" -msgstr "" +msgstr "Resterai aggiornato su questi feed" #: src/screens/Onboarding/StepModeration/index.tsx:60 #~ msgid "You're in control" @@ -8616,9 +8936,9 @@ msgstr "Sei in fila" #: src/screens/Deactivated.tsx:89 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:54 msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." -msgstr "" +msgstr "Hai effettuato l'accesso con una password dell'app. Accedi con la tua password principale per disattivare il tuo account." -#: src/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "Sei pronto per iniziare!" @@ -8631,6 +8951,14 @@ msgstr "Hai scelto di nascondere una parola o un tag in questo post." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Hai raggiunto la fine del tuo feed! Trova altri account da seguire." +#: src/state/queries/video/video.ts:175 +msgid "You've reached your daily limit for video uploads (too many bytes)" +msgstr "" + +#: src/state/queries/video/video.ts:180 +msgid "You've reached your daily limit for video uploads (too many videos)" +msgstr "" + #: src/screens/Signup/index.tsx:146 msgid "Your account" msgstr "Il tuo account" @@ -8639,17 +8967,21 @@ msgstr "Il tuo account" msgid "Your account has been deleted" msgstr "Il tuo account è stato eliminato" +#: src/state/queries/video/video.ts:185 +msgid "Your account is not yet old enough to upload videos. Please try again later." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:65 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "L'archivio del tuo account, che contiene tutti i record di dati pubblici, può essere scaricato come file \"CAR\". Questo file non include elementi multimediali incorporati, come immagini o dati privati, che devono essere recuperati separatamente." -#: src/screens/Signup/StepInfo/index.tsx:180 +#: src/screens/Signup/StepInfo/index.tsx:181 msgid "Your birth date" msgstr "La tua data di nascita" -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:145 +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:171 msgid "Your browser does not support the video format. Please try a different browser." -msgstr "" +msgstr "Il tuo browser non supporta questo formato video. Per favore prova un altro browser." #: src/screens/Messages/Conversation/ChatDisabled.tsx:25 msgid "Your chats have been disabled" @@ -8664,7 +8996,7 @@ msgstr "La tua scelta verrà salvata, ma potrà essere modificata successivament #~ msgstr "Il tuo feed predefinito è \"Following\"" #: src/screens/Login/ForgotPasswordForm.tsx:57 -#: src/screens/Signup/state.ts:208 +#: src/screens/Signup/state.ts:203 #: src/screens/Signup/StepInfo/index.tsx:75 #: src/view/com/modals/ChangePassword.tsx:55 msgid "Your email appears to be invalid." @@ -8683,13 +9015,13 @@ msgstr "La tua email non è stata ancora verificata. Ti consigliamo di fare ques #: src/state/shell/progress-guide.tsx:156 msgid "Your first like!" -msgstr "" +msgstr "Il tuo primo like!" #: src/view/com/posts/FollowingEmptyState.tsx:43 msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Il tuo feed seguente è vuoto! Segui più utenti per vedere cosa sta succedendo." -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "Il tuo nome di utente completo sarà" @@ -8711,11 +9043,11 @@ msgstr "Le tue parole silenziate" msgid "Your password has been changed successfully!" msgstr "La tua password è stata modificata correttamente!" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:467 msgid "Your post has been published" msgstr "Il tuo post è stato pubblicato" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "I tuoi post, i tuoi Mi piace e i tuoi blocchi sono pubblici. I conti silenziati sono privati." @@ -8725,9 +9057,9 @@ msgstr "Il tuo profilo" #: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." -msgstr "" +msgstr "Il tuo profilo, post, feed, e liste non saranno più visibili agli altri utenti. Puoi riattivare il tuo account in qualsiasi momento effettuando l'accesso." -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:466 msgid "Your reply has been published" msgstr "La tua risposta è stata pubblicata" diff --git a/src/locale/locales/ja/messages.po b/src/locale/locales/ja/messages.po index 8bfc547cbe..d369bec348 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: \n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-08-23 13:21+0900\n" +"PO-Revision-Date: 2024-09-14 17:17+0900\n" "Last-Translator: tkusano\n" "Language-Team: Hima-Zinn, tkusano, dolciss, oboenikui, noritada, middlingphys, hibiki, reindex-ot, haoyayoi, vyv03354\n" "Plural-Forms: \n" @@ -21,23 +21,43 @@ msgstr "(埋め込みコンテンツあり)" msgid "(no email)" msgstr "(メールがありません)" -#: src/view/com/notifications/FeedItem.tsx:236 -#: src/view/com/notifications/FeedItem.tsx:327 +#: src/view/com/notifications/FeedItem.tsx:232 +#: src/view/com/notifications/FeedItem.tsx:323 msgid "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}" msgstr "{0, plural, other {他{formattedCount}人}}" -#: src/components/moderation/LabelsOnMe.tsx:55 +#: src/lib/hooks/useTimeAgo.ts:156 +msgid "{0, plural, one {# day} other {# days}}" +msgstr "{0, plural, other {#日}}" + +#: src/lib/hooks/useTimeAgo.ts:146 +msgid "{0, plural, one {# hour} other {# hours}}" +msgstr "{0, plural, other {#時間}}" + +#: src/components/moderation/LabelsOnMe.tsx:54 msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" msgstr "{0, plural, other {#個のラベルがこのアカウントに適用されています}}" -#: src/components/moderation/LabelsOnMe.tsx:61 +#: src/components/moderation/LabelsOnMe.tsx:60 msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "{0, plural, other {#個のラベルがこのコンテンツに適用されています}}" -#: src/view/com/util/post-ctrls/RepostButton.tsx:68 +#: src/lib/hooks/useTimeAgo.ts:136 +msgid "{0, plural, one {# minute} other {# minutes}}" +msgstr "{0, plural, other {#分}}" + +#: src/lib/hooks/useTimeAgo.ts:167 +msgid "{0, plural, one {# month} other {# months}}" +msgstr "{0, plural, other {#ヶ月}}" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:71 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "{0, plural, other {#回のリポスト}}" +#: src/lib/hooks/useTimeAgo.ts:126 +msgid "{0, plural, one {# second} other {# seconds}}" +msgstr "{0, plural, other {#秒}}" + #: src/components/ProfileHoverCard/index.web.tsx:398 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" @@ -48,11 +68,11 @@ msgstr "{0, plural, other {フォロワー}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, other {フォロー中}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:276 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:312 msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "{0, plural, other {いいね(#個のいいね)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, other {いいね}}" @@ -65,19 +85,19 @@ msgstr "{0, plural, other {#人のユーザーがいいね}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, other {投稿}}" -#: src/view/com/post-thread/PostThreadItem.tsx:413 +#: src/view/com/post-thread/PostThreadItem.tsx:419 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, other {引用}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:233 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:269 msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "{0, plural, other {返信(#件の返信)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, other {リポスト}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:272 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "{0, plural, one {Unlike (# like)} other {Unlike (# likes)}}" msgstr "{0, plural, other {いいねを外す(#個のいいね)}}" @@ -95,11 +115,15 @@ msgstr "<0><1>テキストとタグ中の{0}" msgid "{0} joined this week" msgstr "今週、{0}人が参加しました" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:637 +msgid "{0} of {1}" +msgstr "{0} / {1}" + #: src/screens/StarterPack/StarterPackScreen.tsx:467 msgid "{0} people have used this starter pack!" msgstr "{0}人がこのスターターパックを使用しました!" -#: src/view/com/util/UserAvatar.tsx:419 +#: src/view/com/util/UserAvatar.tsx:425 msgid "{0}'s avatar" msgstr "{0}のアバター" @@ -111,30 +135,36 @@ msgstr "{0}のお気に入りのフィードとユーザーです - 参加して msgid "{0}'s starter pack" msgstr "{0}のスターターパック" +#. How many days have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:158 +msgid "{0}d" +msgstr "{0}日" + +#. How many hours have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:148 +msgid "{0}h" +msgstr "{0}時間" + +#. How many minutes have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:138 +msgid "{0}m" +msgstr "{0}分" + +#. How many months have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:169 +msgid "{0}mo" +msgstr "{0}ヶ月" + +#. How many seconds have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:128 +msgid "{0}s" +msgstr "{0}秒" + #: src/components/LabelingServiceCard/index.tsx:71 msgid "{count, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{count, plural, other {#人のユーザーがいいね}}" -#: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "{diff, plural, other {日}}" - -#: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "{diff, plural, other {時間}}" - -#: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "{diff, plural, other {分}}" - -#: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "{diff, plural, other {ヶ月}}" - -#: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "{diffSeconds, plural, other {秒}}" - +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" msgstr "{displayName}のスターターパック" @@ -220,7 +250,7 @@ msgstr "⚠無効なハンドル" msgid "24 hours" msgstr "24時間" -#: src/screens/Login/LoginForm.tsx:266 +#: src/screens/Login/LoginForm.tsx:253 msgid "2FA Confirmation" msgstr "2要素認証の確認" @@ -232,10 +262,6 @@ msgstr "30日" msgid "7 days" msgstr "7日" -#: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "ヘルプ・ツールチップ" - #: src/view/com/util/ViewHeader.tsx:92 #: src/view/screens/Search/Search.tsx:684 msgid "Access navigation links and settings" @@ -259,7 +285,7 @@ msgstr "アクセシビリティの設定" msgid "Accessibility Settings" msgstr "アクセシビリティの設定" -#: src/screens/Login/LoginForm.tsx:190 +#: src/screens/Login/LoginForm.tsx:179 #: src/view/screens/Settings/index.tsx:315 #: src/view/screens/Settings/index.tsx:718 msgid "Account" @@ -294,7 +320,7 @@ msgstr "アカウントオプション" msgid "Account removed from quick access" msgstr "クイックアクセスからアカウントを解除" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "アカウントのブロックを解除しました" @@ -346,9 +372,13 @@ msgstr "アカウントを追加" msgid "Add alt text" msgstr "ALTテキストを追加" -#: src/view/screens/AppPasswords.tsx:106 -#: src/view/screens/AppPasswords.tsx:148 -#: src/view/screens/AppPasswords.tsx:161 +#: src/view/com/composer/videos/SubtitleDialog.tsx:109 +msgid "Add alt text (optional)" +msgstr "ALTテキストを追加(オプション)" + +#: src/view/screens/AppPasswords.tsx:105 +#: src/view/screens/AppPasswords.tsx:147 +#: src/view/screens/AppPasswords.tsx:160 msgid "Add App Password" msgstr "アプリパスワードを追加" @@ -443,11 +473,11 @@ msgstr "新しいメッセージを誰から受け取れるか:" msgid "Allow replies from:" msgstr "誰が返信できるか:" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" msgstr "ダイレクトメッセージへのアクセスを許可" -#: src/screens/Login/ForgotPasswordForm.tsx:178 +#: src/screens/Login/ForgotPasswordForm.tsx:177 #: src/view/com/modals/ChangePassword.tsx:171 msgid "Already have a code?" msgstr "コードをすでに持っていますか?" @@ -458,17 +488,20 @@ msgstr "@{0}としてすでにサインイン済み" #: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/util/post-embeds/GifEmbed.tsx:183 +#: src/view/com/util/post-embeds/GifEmbed.tsx:177 msgid "ALT" msgstr "ALT" #: src/view/com/composer/GifAltText.tsx:144 +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +#: src/view/com/composer/videos/SubtitleDialog.tsx:104 +#: src/view/com/composer/videos/SubtitleDialog.tsx:108 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:87 msgid "Alt text" msgstr "ALTテキスト" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:182 msgid "Alt Text" msgstr "ALTテキスト" @@ -489,30 +522,45 @@ msgstr "以前のメールアドレス{0}にメールが送信されました。 msgid "An error has occurred" msgstr "エラーが発生しました" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:314 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:413 msgid "An error occurred" msgstr "エラーが発生しました" +#: src/state/queries/video/video.ts:232 +msgid "An error occurred while compressing the video." +msgstr "ビデオの圧縮中にエラーが発生しました。" + #: src/components/StarterPack/ProfileStarterPacks.tsx:315 msgid "An error occurred while generating your starter pack. Want to try again?" -msgstr "スターターパックの生成中にエラーが発生しました。再度試しますか?" +msgstr "スターターパックの生成中にエラーが発生しました。もう一度試しますか?" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:69 -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:135 msgid "An error occurred while loading the video. Please try again later." msgstr "ビデオの読み込み時にエラーが発生しました。時間をおいてもう一度お試しください。" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:174 +msgid "An error occurred while loading the video. Please try again." +msgstr "ビデオの読み込み時にエラーが発生しました。もう一度お試しください。" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:250 +msgid "An error occurred while saving the image!" +msgstr "画像の保存中にエラーが発生しました!" + #: src/components/StarterPack/QrCodeDialog.tsx:71 #: src/components/StarterPack/ShareDialog.tsx:79 msgid "An error occurred while saving the QR code!" msgstr "QRコードの保存中にエラーが発生しました!" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:75 +msgid "An error occurred while selecting the video" +msgstr "ビデオの選択中にエラーが発生しました" + #: src/screens/StarterPack/StarterPackScreen.tsx:336 #: src/screens/StarterPack/StarterPackScreen.tsx:358 msgid "An error occurred while trying to follow all" msgstr "すべてフォローしようとしたらエラーが発生しました" -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:199 msgid "An error occurred while uploading the video." msgstr "ビデオのアップロード中にエラーが発生しました。" @@ -530,14 +578,14 @@ msgstr "チャットを開始しようとした時に問題が発生しました #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:319 -#: src/components/ProfileCard.tsx:339 +#: src/components/ProfileCard.tsx:324 +#: src/components/ProfileCard.tsx:344 #: src/view/com/profile/FollowButton.tsx:36 #: src/view/com/profile/FollowButton.tsx:46 msgid "An issue occurred, please try again." msgstr "問題が発生しました。もう一度お試しください。" -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "何らかのエラーが発生しました" @@ -547,8 +595,8 @@ msgid "an unknown labeler" msgstr "不明なラベラー" #: src/components/WhoCanReply.tsx:295 -#: src/view/com/notifications/FeedItem.tsx:235 -#: src/view/com/notifications/FeedItem.tsx:324 +#: src/view/com/notifications/FeedItem.tsx:231 +#: src/view/com/notifications/FeedItem.tsx:320 msgid "and" msgstr "および" @@ -557,7 +605,7 @@ msgstr "および" msgid "Animals" msgstr "動物" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:139 msgid "Animated GIF" msgstr "アニメーションGIF" @@ -573,7 +621,7 @@ msgstr "誰でも反応可能" msgid "App Language" msgstr "アプリの言語" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "アプリパスワードを削除しました" @@ -590,21 +638,21 @@ msgid "App password settings" msgstr "アプリパスワードの設定" #: src/Navigation.tsx:286 -#: src/view/screens/AppPasswords.tsx:192 +#: src/view/screens/AppPasswords.tsx:191 #: src/view/screens/Settings/index.tsx:672 msgid "App Passwords" msgstr "アプリパスワード" -#: src/components/moderation/LabelsOnMeDialog.tsx:154 -#: src/components/moderation/LabelsOnMeDialog.tsx:157 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 +#: src/components/moderation/LabelsOnMeDialog.tsx:149 msgid "Appeal" msgstr "異議を申し立てる" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "「{0}」のラベルに異議を申し立てる" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "異議申し立てを提出しました" @@ -634,7 +682,7 @@ msgstr "背景の設定" msgid "Apply default recommended feeds" msgstr "デフォルトのおすすめフィードを追加" -#: src/view/screens/AppPasswords.tsx:282 +#: src/view/screens/AppPasswords.tsx:277 msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "アプリパスワード「{name}」を本当に削除しますか?" @@ -658,7 +706,7 @@ msgstr "あなたのフィードから{0}を削除してもよろしいですか msgid "Are you sure you want to remove this from your feeds?" msgstr "本当にこのフィードをあなたのフィードから削除したいですか?" -#: src/view/com/composer/Composer.tsx:772 +#: src/view/com/composer/Composer.tsx:838 msgid "Are you sure you'd like to discard this draft?" msgstr "本当にこの下書きを破棄しますか?" @@ -679,19 +727,19 @@ msgstr "アート" msgid "Artistic or non-erotic nudity." msgstr "芸術的または性的ではないヌード。" -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "少なくとも3文字" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 -#: src/components/moderation/LabelsOnMeDialog.tsx:294 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:285 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:298 -#: src/screens/Login/LoginForm.tsx:304 +#: src/screens/Login/LoginForm.tsx:285 +#: src/screens/Login/LoginForm.tsx:291 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Messages/Conversation/ChatDisabled.tsx:133 @@ -715,7 +763,7 @@ msgstr "生年月日" msgid "Birthday:" msgstr "生年月日:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "ブロック" @@ -746,7 +794,7 @@ msgstr "リストをブロック" msgid "Block these accounts?" msgstr "これらのアカウントをブロックしますか?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:83 msgid "Blocked" msgstr "ブロックされています" @@ -800,6 +848,10 @@ msgstr "Bluesky は、ホスティング プロバイダーを選択できるオ msgid "Bluesky is better with friends!" msgstr "Blueskyは友達と一緒のほうが楽しい!" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:206 +msgid "Bluesky now has over 10 million users, and I was #{0}!" +msgstr "Bluesky のユーザー数は現在 1,000 万人を超えており、私は #{0} 番目でした。" + #: src/components/StarterPack/ProfileStarterPacks.tsx:282 msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Blueskyはあなたのつながっているユーザーからおすすめのアカウントを選びます。" @@ -821,23 +873,27 @@ msgstr "画像のぼかしとフィードからのフィルタリング" msgid "Books" msgstr "書籍" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:614 +msgid "Brag a little!" +msgstr "ちょっと自慢してみよう!" + +#: src/components/FeedInterstitials.tsx:350 msgid "Browse more accounts on the Explore page" msgstr "検索ページでさらにアカウントを見る" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:483 msgid "Browse more feeds on the Explore page" msgstr "検索ページでさらにフィードを見る" -#: src/components/FeedInterstitials.tsx:282 -#: src/components/FeedInterstitials.tsx:285 -#: src/components/FeedInterstitials.tsx:415 -#: src/components/FeedInterstitials.tsx:418 +#: src/components/FeedInterstitials.tsx:332 +#: src/components/FeedInterstitials.tsx:335 +#: src/components/FeedInterstitials.tsx:465 +#: src/components/FeedInterstitials.tsx:468 msgid "Browse more suggestions" msgstr "さらにおすすめを見る" -#: src/components/FeedInterstitials.tsx:308 -#: src/components/FeedInterstitials.tsx:442 +#: src/components/FeedInterstitials.tsx:358 +#: src/components/FeedInterstitials.tsx:492 msgid "Browse more suggestions on the Explore page" msgstr "検索ページでさらにおすすめを見る" @@ -879,12 +935,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "英数字、スペース、ハイフン、アンダースコアのみが使用可能です。長さは4文字以上32文字以下である必要があります。" #: src/components/Menu/index.tsx:235 -#: src/components/Prompt.tsx:119 -#: src/components/Prompt.tsx:121 +#: src/components/Prompt.tsx:122 +#: src/components/Prompt.tsx:124 #: src/components/TagMenu/index.tsx:282 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:512 -#: src/view/com/composer/Composer.tsx:527 +#: src/view/com/composer/Composer.tsx:594 +#: src/view/com/composer/Composer.tsx:609 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -900,7 +956,7 @@ msgstr "英数字、スペース、ハイフン、アンダースコアのみが #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "キャンセル" @@ -929,7 +985,7 @@ msgstr "画像の切り抜きをキャンセル" msgid "Cancel profile editing" msgstr "プロフィールの編集をキャンセル" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "引用をキャンセル" @@ -945,6 +1001,25 @@ msgstr "検索をキャンセル" msgid "Cancels opening the linked website" msgstr "リンク先のウェブサイトを開くことをキャンセル" +#: src/state/shell/composer/index.tsx:70 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:114 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:155 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:191 +msgid "Cannot interact with a blocked user" +msgstr "ブロックしたユーザーとはやりとりできません" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:135 +msgid "Captions (.vtt)" +msgstr "キャプション(.vtt)" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +msgid "Captions & alt text" +msgstr "キャプション&ALTテキスト" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:368 +msgid "Celebrating {0} users" +msgstr "{0} 人のユーザーを祝福" + #: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "変更" @@ -985,8 +1060,8 @@ msgid "Change Your Email" msgstr "メールアドレスを変更" #: src/Navigation.tsx:338 -#: src/view/shell/bottom-bar/BottomBar.tsx:204 -#: src/view/shell/desktop/LeftNav.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:201 +#: src/view/shell/desktop/LeftNav.tsx:301 msgid "Chat" msgstr "チャット" @@ -1016,7 +1091,7 @@ msgstr "チャットのミュートを解除しました" msgid "Check my status" msgstr "ステータスを確認" -#: src/screens/Login/LoginForm.tsx:291 +#: src/screens/Login/LoginForm.tsx:278 msgid "Check your email for a login code and enter it here." msgstr "確認コードが記載されたメールを確認し、ここに入力してください。" @@ -1024,14 +1099,6 @@ msgstr "確認コードが記載されたメールを確認し、ここに入力 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "入力したメールアドレスの受信トレイを確認して、以下に入力するための確認コードが記載されたメールが届いていないか確認してください:" -#: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "3つ以上選んでください:" - -#: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "少なくともさらに{0}つ選んでください" - #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" msgstr "フィードの選択" @@ -1048,7 +1115,7 @@ msgstr "ユーザーの選択" msgid "Choose Service" msgstr "サービスを選択" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "カスタムフィードのアルゴリズムを選択できます。" @@ -1101,7 +1168,7 @@ msgstr "クリックしてこの投稿の引用投稿を無効に。" msgid "Click to enable quote posts of this post." msgstr "クリックしてこの投稿の引用投稿を有効に。" -#: src/components/dms/MessageItem.tsx:231 +#: src/components/dms/MessageItem.tsx:232 msgid "Click to retry failed message" msgstr "送信失敗したメッセージを再送信" @@ -1116,13 +1183,15 @@ msgstr "パカラッ 🐴 パカラッ 🐴" #: src/components/dialogs/GifSelect.ios.tsx:250 #: src/components/dialogs/GifSelect.tsx:270 #: src/components/dms/dialogs/SearchablePeopleList.tsx:261 +#: src/components/intents/VerifyEmailIntentDialog.tsx:111 +#: src/components/intents/VerifyEmailIntentDialog.tsx:118 #: src/components/NewskieDialog.tsx:146 #: src/components/NewskieDialog.tsx:153 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:131 #: src/view/com/modals/ChangePassword.tsx:268 #: src/view/com/modals/ChangePassword.tsx:271 -#: src/view/com/util/post-embeds/GifEmbed.tsx:195 +#: src/view/com/util/post-embeds/GifEmbed.tsx:188 msgid "Close" msgstr "閉じる" @@ -1177,7 +1246,7 @@ msgstr "下部のナビゲーションバーを閉じる" msgid "Closes password update alert" msgstr "パスワード更新アラートを閉じる" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:606 msgid "Closes post composer and discards post draft" msgstr "投稿の編集画面を閉じて下書きを削除する" @@ -1185,11 +1254,11 @@ msgstr "投稿の編集画面を閉じて下書きを削除する" msgid "Closes viewer for header image" msgstr "ヘッダー画像のビューワーを閉じる" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "ユーザーリストを折りたたむ" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "指定した通知のユーザーリストを折りたたむ" @@ -1208,7 +1277,7 @@ msgstr "漫画" msgid "Community Guidelines" msgstr "コミュニティガイドライン" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "初期設定を完了してアカウントを使い始める" @@ -1216,7 +1285,7 @@ msgstr "初期設定を完了してアカウントを使い始める" msgid "Complete the challenge" msgstr "テストをクリアしてください" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:714 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "{MAX_GRAPHEME_LENGTH}文字までの投稿を作成" @@ -1224,10 +1293,6 @@ msgstr "{MAX_GRAPHEME_LENGTH}文字までの投稿を作成" msgid "Compose reply" msgstr "返信を作成" -#: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 -msgid "Compressing..." -msgstr "圧縮中…" - #: src/components/moderation/LabelPreference.tsx:81 msgid "Configure content filtering setting for category: {name}" msgstr "このカテゴリのコンテンツフィルタリングを設定:{name}" @@ -1236,8 +1301,8 @@ msgstr "このカテゴリのコンテンツフィルタリングを設定:{na msgid "Configured in <0>moderation settings." msgstr "<0>モデレーションの設定で設定されています。" -#: src/components/Prompt.tsx:162 #: src/components/Prompt.tsx:165 +#: src/components/Prompt.tsx:168 #: src/view/com/modals/SelfLabel.tsx:155 #: src/view/com/modals/VerifyEmail.tsx:239 #: src/view/com/modals/VerifyEmail.tsx:241 @@ -1267,7 +1332,7 @@ msgstr "年齢の確認:" msgid "Confirm your birthdate" msgstr "生年月日の確認" -#: src/screens/Login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:259 #: src/view/com/modals/ChangeEmail.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:238 #: src/view/com/modals/DeleteAccount.tsx:244 @@ -1277,7 +1342,7 @@ msgstr "生年月日の確認" msgid "Confirmation code" msgstr "確認コード" -#: src/screens/Login/LoginForm.tsx:325 +#: src/screens/Login/LoginForm.tsx:312 msgid "Connecting..." msgstr "接続中…" @@ -1319,7 +1384,7 @@ msgstr "コンテンツの警告" msgid "Context menu backdrop, click to close the menu." msgstr "コンテキストメニューの背景をクリックし、メニューを閉じる。" -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "続行" @@ -1332,7 +1397,7 @@ msgstr "{0}として続行(現在サインイン中)" msgid "Continue thread..." msgstr "スレッドの続き…" -#: src/screens/Onboarding/StepInterests/index.tsx:275 +#: src/screens/Onboarding/StepInterests/index.tsx:255 #: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/BackNextButtons.tsx:59 msgid "Continue to next step" @@ -1360,7 +1425,7 @@ msgstr "ビルドバージョンをクリップボードにコピーしました #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:234 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:368 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:392 msgid "Copied to clipboard" msgstr "クリップボードにコピーしました" @@ -1438,6 +1503,10 @@ msgstr "リストの読み込みに失敗しました" msgid "Could not mute chat" msgstr "チャットのミュートに失敗しました" +#: src/view/com/composer/videos/VideoPreview.web.tsx:56 +msgid "Could not process your video" +msgstr "ビデオを処理できませんでした" + #: src/components/StarterPack/ProfileStarterPacks.tsx:272 msgid "Create" msgstr "作成" @@ -1495,7 +1564,7 @@ msgstr "新しいアカウントを作成" msgid "Create report for {0}" msgstr "{0}の報告を作成" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "{0}に作成" @@ -1543,7 +1612,7 @@ msgstr "ダークモード" msgid "Dark theme" msgstr "ダークテーマ" -#: src/screens/Signup/StepInfo/index.tsx:191 +#: src/screens/Signup/StepInfo/index.tsx:192 msgid "Date of birth" msgstr "生年月日" @@ -1569,7 +1638,7 @@ msgstr "デバッグパネル" #: src/screens/StarterPack/StarterPackScreen.tsx:652 #: src/screens/StarterPack/StarterPackScreen.tsx:732 #: src/view/com/util/forms/PostDropdownBtn.tsx:629 -#: src/view/screens/AppPasswords.tsx:285 +#: src/view/screens/AppPasswords.tsx:280 #: src/view/screens/ProfileList.tsx:723 msgid "Delete" msgstr "削除" @@ -1582,11 +1651,11 @@ msgstr "アカウントを削除" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "アカウント<0>「<1>{0}<2>」を削除" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "アプリパスワードを削除" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "アプリパスワードを削除しますか?" @@ -1641,7 +1710,7 @@ msgstr "このリストを削除しますか?" msgid "Delete this post?" msgstr "この投稿を削除しますか?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:93 msgid "Deleted" msgstr "削除されています" @@ -1677,7 +1746,7 @@ msgstr "引用投稿を切り離しますか?" msgid "Dialog: adjust who can interact with this post" msgstr "ダイアログ:この投稿に誰が反応できるか調整" -#: src/view/com/composer/Composer.tsx:327 +#: src/view/com/composer/Composer.tsx:355 msgid "Did you want to say anything?" msgstr "なにか言いたいことはあった?" @@ -1691,8 +1760,8 @@ msgid "Direct messages are here!" msgstr "ダイレクトメッセージはこちら!" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" -msgstr "GIFを自動再生しない" +msgid "Disable autoplay for videos and GIFs" +msgstr "ビデオやGIFを自動再生しない" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 msgid "Disable Email 2FA" @@ -1702,7 +1771,7 @@ msgstr "メールでの2要素認証を無効化" msgid "Disable haptic feedback" msgstr "触覚フィードバックを無効化" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:379 msgid "Disable subtitles" msgstr "サブタイトル(字幕)を無効にする" @@ -1715,11 +1784,11 @@ msgstr "サブタイトル(字幕)を無効にする" msgid "Disabled" msgstr "無効" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:840 msgid "Discard" msgstr "破棄" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:837 msgid "Discard draft?" msgstr "下書きを削除しますか?" @@ -1728,10 +1797,6 @@ msgstr "下書きを削除しますか?" msgid "Discourage apps from showing my account to logged-out users" msgstr "アプリがログアウトしたユーザーに自分のアカウントを表示しないようにする" -#: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "Discoverは閲覧中にどの投稿が好みなのかを学習します。" - #: src/view/com/posts/FollowingEmptyState.tsx:70 #: src/view/com/posts/FollowingEndOfFeed.tsx:71 msgid "Discover new custom feeds" @@ -1745,11 +1810,7 @@ msgstr "新しいフィードを探す" msgid "Discover New Feeds" msgstr "新しいフィードを探す" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 -msgid "Dismiss" -msgstr "消す" - -#: src/view/com/composer/Composer.tsx:612 +#: src/view/com/composer/Composer.tsx:1107 msgid "Dismiss error" msgstr "エラーを消す" @@ -1781,7 +1842,7 @@ msgstr "このミュートワードはフォローしているユーザーには msgid "Does not include nudity." msgstr "ヌードは含まれません。" -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "ハイフンで始まったり終ったりしない" @@ -1801,6 +1862,8 @@ msgstr "ドメインを確認しました!" #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/composer/videos/SubtitleDialog.tsx:171 +#: src/view/com/composer/videos/SubtitleDialog.tsx:181 #: src/view/com/modals/AddAppPasswords.tsx:243 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 @@ -1823,7 +1886,7 @@ msgstr "完了" msgid "Done{extraText}" msgstr "完了{extraText}" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "Blueskyをダウンロード" @@ -1832,7 +1895,11 @@ msgstr "Blueskyをダウンロード" msgid "Download CAR file" msgstr "CARファイルをダウンロード" -#: src/view/com/composer/text-input/TextInput.web.tsx:271 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:622 +msgid "Download image" +msgstr "画像をダウンロード" + +#: src/view/com/composer/text-input/TextInput.web.tsx:269 msgid "Drop to add images" msgstr "ドロップして画像を追加する" @@ -1893,7 +1960,7 @@ msgctxt "action" msgid "Edit" msgstr "編集" -#: src/view/com/util/UserAvatar.tsx:328 +#: src/view/com/util/UserAvatar.tsx:334 #: src/view/com/util/UserBanner.tsx:92 msgid "Edit avatar" msgstr "アバターを編集" @@ -1941,12 +2008,12 @@ msgid "Edit post interaction settings" msgstr "投稿への反応の設定を編集" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "プロフィールを編集" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:187 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "プロフィールを編集" @@ -1992,6 +2059,10 @@ msgstr "メールでの2要素認証を無効にしました" msgid "Email address" msgstr "メールアドレス" +#: src/components/intents/VerifyEmailIntentDialog.tsx:95 +msgid "Email Resent" +msgstr "メール再送済" + #: src/view/com/modals/ChangeEmail.tsx:54 #: src/view/com/modals/ChangeEmail.tsx:83 msgid "Email updated" @@ -2005,6 +2076,10 @@ msgstr "メールアドレスは更新されました" msgid "Email verified" msgstr "メールアドレスは認証されました" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "メールアドレス確認完了" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "メールアドレス:" @@ -2045,7 +2120,7 @@ msgstr "有効にするメディアプレイヤー" msgid "Enable priority notifications" msgstr "優先通知を有効にする" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:380 msgid "Enable subtitles" msgstr "サブタイトル(字幕)を有効にする" @@ -2059,13 +2134,13 @@ msgstr "このソースのみ有効にする" msgid "Enabled" msgstr "有効" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "フィードの終わり" -#: src/tours/Tooltip.tsx:159 -msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." -msgstr "オンボーディングツアー・ウインドウ終了。先へ進まないでください。代わりに、戻って他のオプションを見るか、スキップしてください。" +#: src/view/com/composer/videos/SubtitleDialog.tsx:161 +msgid "Ensure you have selected a language for each subtitle file." +msgstr "各字幕ファイルに言語が選択されてることを確認してください。" #: src/view/com/modals/AddAppPasswords.tsx:161 msgid "Enter a name for this App Password" @@ -2121,11 +2196,11 @@ msgstr "ユーザー名とパスワードを入力してください" msgid "Error occurred while saving file" msgstr "ファイルの保存中にエラーが発生しました" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." -msgstr "Captchaレスポンスの受信中にエラーが発生しました。" +msgstr "CAPTCHAレスポンスの受信中にエラーが発生しました。" -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "エラー:" @@ -2149,11 +2224,11 @@ msgstr "この投稿に全員が返信できる。" msgid "Everyone" msgstr "全員" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "過剰なメンションや返信" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "多すぎる、または不要なメッセージ" @@ -2165,6 +2240,10 @@ msgstr "フォローしているユーザーは除外" msgid "Excludes users you follow" msgstr "フォローしているユーザーは除外" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:397 +msgid "Exit fullscreen" +msgstr "全画面表示を終了" + #: src/view/com/modals/DeleteAccount.tsx:293 msgid "Exits account deletion process" msgstr "アカウントの削除処理を終了" @@ -2189,7 +2268,7 @@ msgstr "検索クエリの入力を終了" msgid "Expand alt text" msgstr "ALTテキストを展開" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "ユーザーリストを展開" @@ -2259,7 +2338,7 @@ msgstr "スターターパックの作成に失敗しました" #: src/view/com/modals/CreateOrEditList.tsx:194 msgid "Failed to create the list. Check your internet connection and try again." -msgstr "リストの作成に失敗しました。インターネットへの接続を確認の上、もう一度お試しください。" +msgstr "リストの作成に失敗しました。インターネットへの接続を確認の上、もう一度試してください。" #: src/components/dms/MessageMenu.tsx:73 msgid "Failed to delete message" @@ -2302,20 +2381,20 @@ msgstr "画像の保存に失敗しました:{0}" #: src/state/queries/notifications/settings.ts:39 msgid "Failed to save notification preferences, please try again" -msgstr "通知の設定の保存に失敗しました。再度試してください" +msgstr "通知の設定の保存に失敗しました。もう一度お試しください" -#: src/components/dms/MessageItem.tsx:224 +#: src/components/dms/MessageItem.tsx:225 msgid "Failed to send" msgstr "送信に失敗" -#: src/components/moderation/LabelsOnMeDialog.tsx:234 +#: src/components/moderation/LabelsOnMeDialog.tsx:225 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." -msgstr "異議申し立ての送信に失敗しました。再度試してください。" +msgstr "異議申し立ての送信に失敗しました。もう一度お試しください。" #: src/view/com/util/forms/PostDropdownBtn.tsx:223 msgid "Failed to toggle thread mute, please try again" -msgstr "スレッドのミュートの切り替えに失敗しました。再度試してください" +msgstr "スレッドのミュートの切り替えに失敗しました。もう一度お試しください" #: src/components/FeedCard.tsx:273 msgid "Failed to update feeds" @@ -2326,6 +2405,13 @@ msgstr "フィードの更新に失敗しました" msgid "Failed to update settings" msgstr "設定の更新に失敗しました" +#: src/state/queries/video/video-upload.ts:67 +#: src/state/queries/video/video-upload.web.ts:64 +#: src/state/queries/video/video-upload.web.ts:68 +#: src/state/queries/video/video-upload.web.ts:78 +msgid "Failed to upload video" +msgstr "ビデオのアップロードに失敗しました" + #: src/Navigation.tsx:226 msgid "Feed" msgstr "フィード" @@ -2348,9 +2434,9 @@ msgstr "フィードバック" #: src/screens/StarterPack/StarterPackScreen.tsx:172 #: src/view/screens/Feeds.tsx:445 #: src/view/screens/Feeds.tsx:550 -#: src/view/screens/Profile.tsx:213 +#: src/view/screens/Profile.tsx:224 #: src/view/screens/Search/Search.tsx:375 -#: src/view/shell/desktop/LeftNav.tsx:379 +#: src/view/shell/desktop/LeftNav.tsx:373 #: src/view/shell/Drawer.tsx:497 #: src/view/shell/Drawer.tsx:498 msgid "Feeds" @@ -2376,7 +2462,7 @@ msgstr "ファイルの保存に成功しました!" msgid "Filter from feeds" msgstr "フィードからのフィルター" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "最後に" @@ -2386,10 +2472,6 @@ msgstr "最後に" msgid "Find accounts to follow" msgstr "フォローするアカウントを探す" -#: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "検索ページでフォローすべきフィードやアカウントを見つける。" - #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" msgstr "投稿やユーザーをBlueskyで検索" @@ -2406,15 +2488,11 @@ msgstr "ディスカッションスレッドを微調整します。" msgid "Finish" msgstr "完了" -#: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "ツアーを終了してアプリを使用開始" - #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "フィットネス" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "柔軟です" @@ -2428,11 +2506,11 @@ msgid "Flip vertically" msgstr "垂直方向に反転" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:351 +#: src/components/ProfileCard.tsx:356 #: src/components/ProfileHoverCard/index.web.tsx:446 #: src/components/ProfileHoverCard/index.web.tsx:457 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:252 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:225 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 msgid "Follow" msgstr "フォロー" @@ -2441,8 +2519,8 @@ msgctxt "action" msgid "Follow" msgstr "フォロー" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:238 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:209 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:126 msgid "Follow {0}" msgstr "{0}をフォロー" @@ -2464,7 +2542,13 @@ msgstr "アカウントをフォロー" msgid "Follow all" msgstr "すべてフォロー" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:223 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 +msgid "Follow Back" +msgstr "フォローバック" + +#: src/view/com/profile/FollowButton.tsx:79 +msgctxt "action" msgid "Follow Back" msgstr "フォローバック" @@ -2492,16 +2576,16 @@ msgstr "<0>{0}、<1>{1}および{2, plural, other {他#人}}がフォロ msgid "Followed users" msgstr "自分がフォローしているユーザー" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "があなたをフォローしました" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" msgstr "があなたをフォローバックしました" -#: src/view/com/profile/ProfileFollowers.tsx:104 -#: src/view/screens/ProfileFollowers.tsx:25 +#: src/view/screens/ProfileFollowers.tsx:29 +#: src/view/screens/ProfileFollowers.tsx:30 msgid "Followers" msgstr "フォロワー" @@ -2515,20 +2599,20 @@ msgid "Followers you know" msgstr "あなたが知っているフォロワー" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:345 +#: src/components/ProfileCard.tsx:350 #: src/components/ProfileHoverCard/index.web.tsx:445 #: src/components/ProfileHoverCard/index.web.tsx:456 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 -#: src/view/com/profile/ProfileFollows.tsx:104 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:147 #: src/view/screens/Feeds.tsx:630 -#: src/view/screens/ProfileFollows.tsx:25 +#: src/view/screens/ProfileFollows.tsx:29 +#: src/view/screens/ProfileFollows.tsx:30 #: src/view/screens/SavedFeeds.tsx:416 msgid "Following" msgstr "フォロー中" -#: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/components/ProfileCard.tsx:316 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "{0}をフォローしています" @@ -2546,10 +2630,6 @@ msgstr "Followingフィードの設定" msgid "Following Feed Preferences" msgstr "Followingフィードの設定" -#: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "Followingはフォローしてるユーザーの最新の投稿を表示します。" - #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" msgstr "あなたをフォロー" @@ -2580,11 +2660,11 @@ msgstr "永久" msgid "Forgot Password" msgstr "パスワードを忘れた" -#: src/screens/Login/LoginForm.tsx:246 +#: src/screens/Login/LoginForm.tsx:233 msgid "Forgot password?" msgstr "パスワードを忘れた?" -#: src/screens/Login/LoginForm.tsx:257 +#: src/screens/Login/LoginForm.tsx:244 msgid "Forgot?" msgstr "忘れた?" @@ -2592,15 +2672,19 @@ msgstr "忘れた?" msgid "Frequently Posts Unwanted Content" msgstr "望ましくないコンテンツを頻繁に投稿" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "@{sanitizedAuthor}による" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "<0/>から" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:398 +msgid "Fullscreen" +msgstr "全画面表示" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "ギャラリー" @@ -2626,7 +2710,7 @@ msgstr "開始" msgid "Getting started" msgstr "入門" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:122 msgid "GIF" msgstr "GIF" @@ -2645,7 +2729,7 @@ msgstr "法律または利用規約への明らかな違反" #: src/view/screens/NotFound.tsx:55 #: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:1026 -#: src/view/shell/desktop/LeftNav.tsx:134 +#: src/view/shell/desktop/LeftNav.tsx:133 msgid "Go back" msgstr "戻る" @@ -2685,7 +2769,7 @@ msgstr "ホームへ" msgid "Go to conversation with {0}" msgstr "{0}との会話へ" -#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:171 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Go to next" msgstr "次へ" @@ -2694,10 +2778,6 @@ msgstr "次へ" msgid "Go to profile" msgstr "プロフィールへ" -#: src/tours/Tooltip.tsx:138 -msgid "Go to the next step of the tour" -msgstr "ツアーの次のステップへ移動" - #: src/components/dms/ConvoMenu.tsx:164 msgid "Go to user's profile" msgstr "ユーザーのプロフィールへ移動" @@ -2762,7 +2842,7 @@ msgstr "非表示のリスト" msgid "Hide" msgstr "非表示" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "非表示" @@ -2796,7 +2876,7 @@ msgstr "この投稿を非表示にしますか?" msgid "Hide this reply?" msgstr "この返信を非表示にしますか?" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "ユーザーリストを非表示" @@ -2828,10 +2908,14 @@ msgstr "このデータの読み込みに問題があるようです。詳細は msgid "Hmmmm, we couldn't load that moderation service." msgstr "そのモデレーションサービスを読み込めませんでした。" -#: src/Navigation.tsx:549 -#: src/Navigation.tsx:569 -#: src/view/shell/bottom-bar/BottomBar.tsx:160 -#: src/view/shell/desktop/LeftNav.tsx:342 +#: src/state/queries/video/video.ts:165 +msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" +msgstr "待って!徐々にビデオへのアクセスを許可していますが、あなたの順番はまだです。しばらくしてもう一度確認を!" + +#: src/Navigation.tsx:550 +#: src/Navigation.tsx:570 +#: src/view/shell/bottom-bar/BottomBar.tsx:159 +#: src/view/shell/desktop/LeftNav.tsx:341 #: src/view/shell/Drawer.tsx:429 #: src/view/shell/Drawer.tsx:430 msgid "Home" @@ -2842,7 +2926,7 @@ msgid "Host:" msgstr "ホスト:" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:180 +#: src/screens/Login/LoginForm.tsx:169 #: src/screens/Signup/StepInfo/index.tsx:106 #: src/view/com/modals/ChangeHandle.tsx:275 msgid "Hosting provider" @@ -2903,7 +2987,7 @@ msgstr "ハンドルやメールアドレスを変えるのであれば、無効 msgid "Illegal and Urgent" msgstr "違法かつ緊急" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:56 msgid "Image" msgstr "画像" @@ -2911,6 +2995,7 @@ msgstr "画像" msgid "Image alt text" msgstr "画像のALTテキスト" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:247 #: src/components/StarterPack/ShareDialog.tsx:76 msgid "Image saved to your camera roll!" msgstr "画像をカメラロールに保存しました!" @@ -2919,7 +3004,11 @@ msgstr "画像をカメラロールに保存しました!" msgid "Impersonation or false claims about identity or affiliation" msgstr "なりすまし、または身元もしくは所属に関する虚偽の主張" -#: src/lib/moderation/useReportOptions.ts:86 +#: src/lib/moderation/useReportOptions.ts:68 +msgid "Impersonation, misinformation, or false claims" +msgstr "なりすまし、偽情報、あるいは虚偽の主張" + +#: src/lib/moderation/useReportOptions.ts:91 msgid "Inappropriate messages or explicit links" msgstr "不適切なメッセージ、または露骨なコンテンツへのリンク" @@ -2943,15 +3032,15 @@ msgstr "新しいパスワードを入力" msgid "Input password for account deletion" msgstr "アカウント削除のためにパスワードを入力" -#: src/screens/Login/LoginForm.tsx:286 +#: src/screens/Login/LoginForm.tsx:273 msgid "Input the code which has been emailed to you" msgstr "メールで送られたコードを入力" -#: src/screens/Login/LoginForm.tsx:215 +#: src/screens/Login/LoginForm.tsx:203 msgid "Input the username or email address you used at signup" msgstr "サインアップ時に使用したユーザー名またはメールアドレスを入力" -#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Login/LoginForm.tsx:228 msgid "Input your password" msgstr "あなたのパスワードを入力" @@ -2959,7 +3048,7 @@ msgstr "あなたのパスワードを入力" msgid "Input your preferred hosting provider" msgstr "ご希望のホスティングプロバイダーを入力" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "あなたのユーザーハンドルを入力" @@ -2971,7 +3060,7 @@ msgstr "反応が制限されています" msgid "Introducing Direct Messages" msgstr "ダイレクトメッセージの紹介" -#: src/screens/Login/LoginForm.tsx:140 +#: src/screens/Login/LoginForm.tsx:145 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "無効な2要素認証の確認コードです。" @@ -2980,10 +3069,15 @@ msgstr "無効な2要素認証の確認コードです。" msgid "Invalid or unsupported post record" msgstr "無効またはサポートされていない投稿のレコード" -#: src/screens/Login/LoginForm.tsx:145 +#: src/screens/Login/LoginForm.tsx:91 +#: src/screens/Login/LoginForm.tsx:150 msgid "Invalid username or password" msgstr "無効なユーザー名またはパスワード" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "無効な確認コード" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "友達を招待" @@ -2992,9 +3086,9 @@ msgstr "友達を招待" msgid "Invite code" msgstr "招待コード" -#: src/screens/Signup/state.ts:263 +#: src/screens/Signup/state.ts:258 msgid "Invite code not accepted. Check that you input it correctly and try again." -msgstr "招待コードが確認できません。正しく入力されていることを確認し、もう一度実行してください。" +msgstr "招待コードが確認できません。正しく入力されていることを確認し、もう一度試してください。" #: src/view/com/modals/InviteCodes.tsx:171 msgid "Invite codes: {0} available" @@ -3020,6 +3114,10 @@ msgstr "招待、ただし個人的なもの" msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "今はあなただけ!上で検索してスターターパックにより多くのユーザーを追加してください。" +#: src/view/com/composer/Composer.tsx:1126 +msgid "Job ID: {0}" +msgstr "ジョブID:{0}" + #: src/view/com/auth/SplashScreen.web.tsx:164 msgid "Jobs" msgstr "仕事" @@ -3035,6 +3133,10 @@ msgstr "Blueskyに参加" msgid "Join the conversation" msgstr "会話に参加" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:492 +msgid "Joined {0}" +msgstr "{0} に参加" + #: src/screens/Onboarding/index.tsx:21 #: src/screens/Onboarding/state.ts:89 msgid "Journalism" @@ -3048,7 +3150,7 @@ msgstr "{0}によるラベル" msgid "Labeled by the author." msgstr "投稿者によるラベル。" -#: src/view/screens/Profile.tsx:207 +#: src/view/screens/Profile.tsx:218 msgid "Labels" msgstr "ラベル" @@ -3056,11 +3158,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:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "あなたのアカウントのラベル" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "あなたのコンテンツのラベル" @@ -3081,7 +3183,7 @@ msgstr "言語の設定" msgid "Languages" msgstr "言語" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "最新" @@ -3151,8 +3253,7 @@ msgstr "選ばせて" msgid "Let's get your password reset!" msgstr "パスワードをリセットしましょう!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "さあ始めましょう!" @@ -3181,22 +3282,22 @@ msgstr "このフィードをいいね" msgid "Liked by" msgstr "いいねしたユーザー" -#: src/screens/Post/PostLikedBy.tsx:29 +#: src/screens/Post/PostLikedBy.tsx:31 +#: src/screens/Post/PostLikedBy.tsx:32 #: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 -#: src/view/com/post-thread/PostLikedBy.tsx:94 #: src/view/screens/ProfileFeedLikedBy.tsx:28 msgid "Liked By" msgstr "いいねしたユーザー" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "があなたのカスタムフィードをいいねしました" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "があなたの投稿をいいねしました" -#: src/view/screens/Profile.tsx:212 +#: src/view/screens/Profile.tsx:223 msgid "Likes" msgstr "いいね" @@ -3250,9 +3351,9 @@ msgid "List unmuted" msgstr "リストのミュートを解除しました" #: src/Navigation.tsx:130 -#: src/view/screens/Profile.tsx:208 -#: src/view/screens/Profile.tsx:215 -#: src/view/shell/desktop/LeftNav.tsx:385 +#: src/view/screens/Profile.tsx:219 +#: src/view/screens/Profile.tsx:226 +#: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:513 #: src/view/shell/Drawer.tsx:514 msgid "Lists" @@ -3278,7 +3379,7 @@ msgstr "おすすめのフォローをさらに読み込む" msgid "Load new notifications" msgstr "最新の通知を読み込む" -#: src/screens/Profile/Sections/Feed.tsx:87 +#: src/screens/Profile/Sections/Feed.tsx:94 #: src/view/com/feeds/FeedPage.tsx:136 #: src/view/screens/ProfileFeed.tsx:495 #: src/view/screens/ProfileList.tsx:805 @@ -3351,7 +3452,7 @@ msgid "Mark as read" msgstr "既読にする" #: src/view/screens/AccessibilitySettings.tsx:106 -#: src/view/screens/Profile.tsx:211 +#: src/view/screens/Profile.tsx:222 msgid "Media" msgstr "メディア" @@ -3381,12 +3482,12 @@ msgstr "メッセージは削除されました" msgid "Message from server: {0}" msgstr "サーバーからのメッセージ:{0}" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" msgstr "メッセージを入力するフィールド" -#: src/screens/Messages/Conversation/MessageInput.tsx:70 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:49 +#: src/screens/Messages/Conversation/MessageInput.tsx:72 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:59 msgid "Message is too long" msgstr "メッセージが長すぎます" @@ -3394,7 +3495,7 @@ msgstr "メッセージが長すぎます" msgid "Message settings" msgstr "メッセージの設定" -#: src/Navigation.tsx:564 +#: src/Navigation.tsx:565 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -3405,6 +3506,10 @@ msgstr "メッセージ" msgid "Misleading Account" msgstr "誤解を招くアカウント" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "誤解を招く投稿" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" msgstr "モード" @@ -3471,7 +3576,7 @@ msgstr "モデレーションのツール" msgid "Moderator has chosen to set a general warning on the content." msgstr "モデレーターによりコンテンツに一般的な警告が設定されました。" -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "さらに" @@ -3496,8 +3601,12 @@ msgid "Music" msgstr "音楽" #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 +msgid "Mute" +msgstr "ミュート" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:389 +msgctxt "video" msgid "Mute" msgstr "ミュート" @@ -3569,10 +3678,6 @@ msgstr "スレッドをミュート" msgid "Mute words & tags" msgstr "ワードとタグをミュート" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Muted" -msgstr "ミュートされています" - #: src/screens/Moderation/index.tsx:264 msgid "Muted accounts" msgstr "ミュート中のアカウント" @@ -3607,7 +3712,7 @@ msgstr "生年月日" msgid "My Feeds" msgstr "マイフィード" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "マイプロフィール" @@ -3629,9 +3734,9 @@ msgid "Name is required" msgstr "名前は必須です" #: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:93 -#: src/lib/moderation/useReportOptions.ts:101 -#: src/lib/moderation/useReportOptions.ts:109 +#: 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 "名前または説明がコミュニティ基準に違反" @@ -3644,12 +3749,12 @@ msgstr "自然" msgid "Navigate to {0}" msgstr "{0}へ移動します" -#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:73 +#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:76 msgid "Navigate to starter pack" msgstr "スターターパックへ移動します" -#: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:332 +#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/LoginForm.tsx:319 #: src/view/com/modals/ChangePassword.tsx:169 msgid "Navigates to the next screen" msgstr "次の画面に移動します" @@ -3662,7 +3767,7 @@ msgstr "あなたのプロフィールに移動します" msgid "Need to report a copyright violation?" msgstr "著作権侵害を報告する必要がありますか?" -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "フォロワーやデータへのアクセスを失うことはありません。" @@ -3708,15 +3813,15 @@ msgstr "新しい投稿" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:228 -#: src/view/screens/Profile.tsx:478 +#: src/view/screens/Profile.tsx:489 #: src/view/screens/ProfileFeed.tsx:429 #: src/view/screens/ProfileList.tsx:237 #: src/view/screens/ProfileList.tsx:276 -#: src/view/shell/desktop/LeftNav.tsx:278 +#: src/view/shell/desktop/LeftNav.tsx:277 msgid "New post" msgstr "新しい投稿" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "新しい投稿" @@ -3739,9 +3844,9 @@ msgid "News" msgstr "ニュース" #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:331 -#: src/screens/Login/LoginForm.tsx:338 +#: src/screens/Login/ForgotPasswordForm.tsx:149 +#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:325 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/BackNextButtons.tsx:66 @@ -3749,7 +3854,6 @@ msgstr "ニュース" #: src/screens/StarterPack/Wizard/index.tsx:187 #: src/screens/StarterPack/Wizard/index.tsx:358 #: src/screens/StarterPack/Wizard/index.tsx:365 -#: src/tours/Tooltip.tsx:139 #: src/view/com/modals/ChangePassword.tsx:254 #: src/view/com/modals/ChangePassword.tsx:256 msgid "Next" @@ -3786,12 +3890,12 @@ msgstr "おすすめのGIFが見つかりません。Tenorに問題があるか msgid "No feeds found. Try searching for something else." msgstr "フィードが見つかりませんでした。他を探してみて。" -#: src/components/ProfileCard.tsx:331 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 +#: src/components/ProfileCard.tsx:336 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "{0}のフォローを解除しました" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "253文字まで" @@ -3818,7 +3922,7 @@ msgstr "誰からも受け取らない" msgid "No one but the author can quote this post." msgstr "投稿主だけがこの投稿を引用できます。" -#: src/screens/Profile/Sections/Feed.tsx:59 +#: src/screens/Profile/Sections/Feed.tsx:64 msgid "No posts yet." msgstr "まだ投稿がありません。" @@ -3874,7 +3978,7 @@ msgid "Non-sexual Nudity" msgstr "性的ではないヌード" #: src/Navigation.tsx:125 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Not Found" msgstr "見つかりません" @@ -3885,7 +3989,7 @@ msgstr "今はしない" #: src/view/com/profile/ProfileMenu.tsx:372 #: src/view/com/util/forms/PostDropdownBtn.tsx:654 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:332 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:356 msgid "Note about sharing" msgstr "共有についての注意事項" @@ -3918,22 +4022,22 @@ msgstr "通知音" msgid "Notification Sounds" msgstr "通知音" -#: src/Navigation.tsx:559 +#: src/Navigation.tsx:560 #: src/view/screens/Notifications.tsx:145 #: src/view/screens/Notifications.tsx:155 #: src/view/screens/Notifications.tsx:203 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 -#: src/view/shell/desktop/LeftNav.tsx:362 +#: src/view/shell/bottom-bar/BottomBar.tsx:227 +#: src/view/shell/desktop/LeftNav.tsx:356 #: src/view/shell/Drawer.tsx:461 #: src/view/shell/Drawer.tsx:462 msgid "Notifications" msgstr "通知" -#: src/lib/hooks/useTimeAgo.ts:51 +#: src/lib/hooks/useTimeAgo.ts:122 msgid "now" msgstr "今" -#: src/components/dms/MessageItem.tsx:169 +#: src/components/dms/MessageItem.tsx:170 msgid "Now" msgstr "今" @@ -3941,7 +4045,7 @@ msgstr "今" msgid "Nudity" msgstr "ヌード" -#: src/lib/moderation/useReportOptions.ts:73 +#: src/lib/moderation/useReportOptions.ts:78 msgid "Nudity or adult content not labeled as such" msgstr "ヌードあるいは成人向けコンテンツと表示されていないもの" @@ -3955,10 +4059,14 @@ msgstr "オフ" msgid "Oh no!" msgstr "ちょっと!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "ちょっと!何らかの問題が発生したようです。" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:175 +msgid "Oh no! We weren't able to generate an image for you to share. Rest assured, we're glad you're here 🦋" +msgstr "ああ、残念!共有するための画像を生成できませんでした。ご安心ください、ここに来てくれて嬉しいです🦋" + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:339 msgid "OK" msgstr "OK" @@ -3971,23 +4079,15 @@ msgstr "OK" msgid "Oldest replies first" msgstr "古い順に返信を表示" -#: src/components/StarterPack/QrCode.tsx:69 -msgid "on" -msgstr "on" - -#: src/lib/hooks/useTimeAgo.ts:81 -msgid "on {str}" -msgstr "{str}" +#: src/components/StarterPack/QrCode.tsx:70 +msgid "on<0><1/><2><3/>" +msgstr "<0><1/><2><3/>" #: src/view/screens/Settings/index.tsx:226 msgid "Onboarding reset" msgstr "オンボーディングのリセット" -#: src/tours/Tooltip.tsx:118 -msgid "Onboarding tour step {0}: {1}" -msgstr "オンボーディングツアー ステップ {0}:{1}" - -#: src/view/com/composer/Composer.tsx:589 +#: src/view/com/composer/Composer.tsx:671 msgid "One or more images is missing alt text." msgstr "1つもしくは複数の画像にALTテキストがありません。" @@ -3999,10 +4099,14 @@ msgstr ".jpgと.pngファイルのみに対応しています" msgid "Only {0} can reply." msgstr "{0}のみ返信可能。" -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "英数字とハイフンのみ" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:39 +msgid "Only WebVTT (.vtt) files are supported" +msgstr "WebVTT(.vtt)ファイルのみに対応しています" + #: src/components/Lists.tsx:88 msgid "Oops, something went wrong!" msgstr "おっと、何らかの問題が発生したようです!" @@ -4010,13 +4114,13 @@ msgstr "おっと、何らかの問題が発生したようです!" #: src/components/Lists.tsx:199 #: src/components/StarterPack/ProfileStarterPacks.tsx:304 #: src/components/StarterPack/ProfileStarterPacks.tsx:313 -#: src/view/screens/AppPasswords.tsx:69 +#: src/view/screens/AppPasswords.tsx:68 #: src/view/screens/NotificationsSettings.tsx:45 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Oops!" msgstr "おっと!" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "開かれています" @@ -4033,8 +4137,9 @@ msgstr "アバター・クリエイターを開く" msgid "Open conversation options" msgstr "会話のオプションを開く" -#: src/view/com/composer/Composer.tsx:754 -#: src/view/com/composer/Composer.tsx:755 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:165 +#: src/view/com/composer/Composer.tsx:820 +#: src/view/com/composer/Composer.tsx:821 msgid "Open emoji picker" msgstr "絵文字を入力" @@ -4169,7 +4274,7 @@ msgstr "カスタムドメインを使用するためのモーダルを開く" msgid "Opens moderation settings" msgstr "モデレーションの設定を開く" -#: src/screens/Login/LoginForm.tsx:247 +#: src/screens/Login/LoginForm.tsx:234 msgid "Opens password reset form" msgstr "パスワードリセットのフォームを開く" @@ -4202,12 +4307,12 @@ msgstr "システムログのページを開く" msgid "Opens the threads preferences" msgstr "スレッドの設定を開く" -#: src/view/com/notifications/FeedItem.tsx:555 -#: src/view/com/util/UserAvatar.tsx:420 +#: src/view/com/notifications/FeedItem.tsx:551 +#: src/view/com/util/UserAvatar.tsx:426 msgid "Opens this profile" msgstr "プロフィールを開く" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:95 msgid "Opens video picker" msgstr "ビデオの選択画面を開く" @@ -4265,7 +4370,7 @@ msgstr "ページが見つかりません" msgid "Page Not Found" msgstr "ページが見つかりません" -#: src/screens/Login/LoginForm.tsx:225 +#: src/screens/Login/LoginForm.tsx:213 #: src/screens/Signup/StepInfo/index.tsx:162 #: src/view/com/modals/DeleteAccount.tsx:257 #: src/view/com/modals/DeleteAccount.tsx:264 @@ -4284,12 +4389,13 @@ msgstr "パスワードが更新されました" msgid "Password updated!" msgstr "パスワードが更新されました!" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:366 msgid "Pause" msgstr "一時停止" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:319 msgid "Pause video" msgstr "ビデオを一時停止" @@ -4348,45 +4454,46 @@ msgstr "ピン留めされたフィード" msgid "Pinned to your feeds" msgstr "フィードにピン留めしました" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:367 msgid "Play" msgstr "再生" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:131 msgid "Play {0}" msgstr "{0}を再生" -#: src/view/com/util/post-embeds/GifEmbed.tsx:43 +#: src/view/com/util/post-embeds/GifEmbed.tsx:45 msgid "Play or pause the GIF" msgstr "GIFの再生や一時停止" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:52 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:204 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:110 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:320 msgid "Play video" -msgstr "動画を再生" +msgstr "ビデオを再生" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:59 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:60 msgid "Play Video" -msgstr "動画を再生" +msgstr "ビデオを再生" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:130 msgid "Plays the GIF" msgstr "GIFを再生" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "ハンドルをお選びください。" -#: src/screens/Signup/state.ts:215 +#: src/screens/Signup/state.ts:210 #: src/screens/Signup/StepInfo/index.tsx:81 msgid "Please choose your password." msgstr "パスワードを選択してください。" -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." -msgstr "Captcha認証を完了してください。" +msgstr "CAPTCHA認証を完了してください。" #: src/view/com/modals/ChangeEmail.tsx:65 msgid "Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed." @@ -4404,7 +4511,7 @@ msgstr "このアプリパスワードに固有の名前を入力するか、ラ msgid "Please enter a valid word, tag, or phrase to mute" msgstr "ミュートにする有効な単語、タグ、フレーズを入力してください" -#: src/screens/Signup/state.ts:201 +#: src/screens/Signup/state.ts:196 #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Please enter your email." msgstr "メールアドレスを入力してください。" @@ -4417,7 +4524,7 @@ msgstr "招待コードを入力してください。" msgid "Please enter your password as well:" msgstr "パスワードも入力してください:" -#: src/components/moderation/LabelsOnMeDialog.tsx:268 +#: src/components/moderation/LabelsOnMeDialog.tsx:259 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "{0}によって適用されたこのラベルが誤りであると思われる理由を説明してください" @@ -4434,7 +4541,7 @@ msgstr "@{0}としてサインインしてください" msgid "Please Verify Your Email" msgstr "メールアドレスを確認してください" -#: src/view/com/composer/Composer.tsx:331 +#: src/view/com/composer/Composer.tsx:359 msgid "Please wait for your link card to finish loading" msgstr "リンクカードが読み込まれるまでお待ちください" @@ -4447,13 +4554,13 @@ msgstr "政治" msgid "Porn" msgstr "ポルノ" -#: src/view/com/composer/Composer.tsx:564 -#: src/view/com/composer/Composer.tsx:571 +#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:653 msgctxt "action" msgid "Post" msgstr "投稿" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "投稿" @@ -4509,7 +4616,7 @@ msgid "posts" msgstr "投稿" #: src/screens/StarterPack/StarterPackScreen.tsx:173 -#: src/view/screens/Profile.tsx:209 +#: src/view/screens/Profile.tsx:220 msgid "Posts" msgstr "投稿" @@ -4581,17 +4688,17 @@ msgstr "プライバシーポリシー" msgid "Privately chat with other users." msgstr "他のユーザーとプライベートにチャットします。" -#: src/screens/Login/ForgotPasswordForm.tsx:156 +#: src/screens/Login/ForgotPasswordForm.tsx:155 msgid "Processing..." msgstr "処理中…" -#: src/view/screens/DebugMod.tsx:895 -#: src/view/screens/Profile.tsx:346 +#: src/view/screens/DebugMod.tsx:896 +#: src/view/screens/Profile.tsx:357 msgid "profile" msgstr "プロフィール" -#: src/view/shell/bottom-bar/BottomBar.tsx:275 -#: src/view/shell/desktop/LeftNav.tsx:393 +#: src/view/shell/bottom-bar/BottomBar.tsx:272 +#: src/view/shell/desktop/LeftNav.tsx:387 #: src/view/shell/Drawer.tsx:78 #: src/view/shell/Drawer.tsx:546 #: src/view/shell/Drawer.tsx:547 @@ -4606,7 +4713,7 @@ msgstr "プロフィールを更新しました" msgid "Protect your account by verifying your email." msgstr "メールアドレスを確認してアカウントを保護します。" -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "公開されています" @@ -4618,11 +4725,11 @@ msgstr "ユーザーを一括でミュートまたはブロックする、公開 msgid "Public, shareable lists which can drive feeds." msgstr "フィードとして利用できる、公開された共有可能なリスト。" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish post" msgstr "投稿を公開" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish reply" msgstr "返信を公開" @@ -4638,12 +4745,8 @@ msgstr "QRコードをダウンロードしました!" msgid "QR code saved to your camera roll!" msgstr "QRコードをカメラロールに保存しました!" -#: src/tours/Tooltip.tsx:111 -msgid "Quick tip" -msgstr "クイック・チップ" - -#: src/view/com/util/post-ctrls/RepostButton.tsx:122 -#: src/view/com/util/post-ctrls/RepostButton.tsx:149 +#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:152 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Quote post" @@ -4658,8 +4761,8 @@ msgid "Quote post was successfully detached" msgstr "引用投稿を切り離すことができました" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:313 -#: src/view/com/util/post-ctrls/RepostButton.tsx:121 -#: src/view/com/util/post-ctrls/RepostButton.tsx:148 +#: src/view/com/util/post-ctrls/RepostButton.tsx:124 +#: src/view/com/util/post-ctrls/RepostButton.tsx:151 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:84 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:91 msgid "Quote posts disabled" @@ -4673,8 +4776,8 @@ msgstr "引用投稿は有効です" msgid "Quote settings" msgstr "引用の設定" -#: src/screens/Post/PostQuotes.tsx:29 -#: src/view/com/post-thread/PostQuotes.tsx:122 +#: src/screens/Post/PostQuotes.tsx:31 +#: src/screens/Post/PostQuotes.tsx:32 msgid "Quotes" msgstr "引用" @@ -4752,7 +4855,11 @@ msgstr "{displayName}をスターターパックから削除" msgid "Remove account" msgstr "アカウントを削除" -#: src/view/com/util/UserAvatar.tsx:387 +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "添付を削除" + +#: src/view/com/util/UserAvatar.tsx:393 msgid "Remove Avatar" msgstr "アバターを削除" @@ -4760,7 +4867,7 @@ msgstr "アバターを削除" msgid "Remove Banner" msgstr "バナーを削除" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "埋め込みを削除" @@ -4799,10 +4906,6 @@ msgstr "保存フィードから削除" msgid "Remove image" msgstr "イメージを削除" -#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "イメージプレビューを削除" - #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" msgstr "リストからミュートワードを削除" @@ -4815,24 +4918,28 @@ msgstr "プロフィールを削除" msgid "Remove profile from search history" msgstr "検索履歴からプロフィールを削除する" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:274 msgid "Remove quote" msgstr "引用を削除" -#: src/view/com/util/post-ctrls/RepostButton.tsx:95 -#: src/view/com/util/post-ctrls/RepostButton.tsx:111 +#: src/view/com/util/post-ctrls/RepostButton.tsx:98 +#: src/view/com/util/post-ctrls/RepostButton.tsx:114 msgid "Remove repost" msgstr "リポストを削除" +#: src/view/com/composer/videos/SubtitleDialog.tsx:264 +msgid "Remove subtitle file" +msgstr "字幕ファイルを削除" + #: src/view/com/posts/FeedErrorMessage.tsx:211 msgid "Remove this feed from your saved feeds" msgstr "保存したフィードからこのフィードを削除" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:100 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:109 msgid "Removed by author" msgstr "投稿者が削除しました" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:98 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:107 msgid "Removed by you" msgstr "あなたが削除しました" @@ -4856,20 +4963,20 @@ msgstr "保存フィードから削除しました" msgid "Removed from your feeds" msgstr "あなたのフィードから削除しました" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:275 msgid "Removes quoted post" msgstr "引用を削除する" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 -msgid "Removes the image preview" -msgstr "画像のプレビューを削除する" +msgid "Removes the attachment" +msgstr "添付を削除する" #: src/view/com/posts/FeedShutdownMsg.tsx:129 #: src/view/com/posts/FeedShutdownMsg.tsx:133 msgid "Replace with Discover" msgstr "Discoverで置き換える" -#: src/view/screens/Profile.tsx:210 +#: src/view/screens/Profile.tsx:221 msgid "Replies" msgstr "返信" @@ -4881,7 +4988,7 @@ msgstr "返信できません" msgid "Replies to this post are disabled." msgstr "この投稿への返信は無効化されています。" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:644 msgctxt "action" msgid "Reply" msgstr "返信" @@ -4905,23 +5012,23 @@ msgid "Reply settings are chosen by the author of the thread" msgstr "返信の設定はスレッドの投稿者によって選択されています" #: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:522 +#: src/view/com/posts/FeedItem.tsx:520 msgctxt "description" msgid "Reply to <0><1/>" msgstr "<0><1/>に返信" -#: src/view/com/posts/FeedItem.tsx:513 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" msgstr "ブロックした投稿への返信" -#: src/view/com/posts/FeedItem.tsx:515 +#: src/view/com/posts/FeedItem.tsx:513 msgctxt "description" msgid "Reply to a post" msgstr "投稿への返信" #: src/view/com/post/Post.tsx:194 -#: src/view/com/posts/FeedItem.tsx:519 +#: src/view/com/posts/FeedItem.tsx:517 msgctxt "description" msgid "Reply to you" msgstr "あなたへの返信" @@ -5008,9 +5115,9 @@ msgstr "このスターターパックを報告" msgid "Report this user" msgstr "このユーザーを報告" -#: src/view/com/util/post-ctrls/RepostButton.tsx:67 -#: src/view/com/util/post-ctrls/RepostButton.tsx:96 -#: src/view/com/util/post-ctrls/RepostButton.tsx:112 +#: src/view/com/util/post-ctrls/RepostButton.tsx:70 +#: src/view/com/util/post-ctrls/RepostButton.tsx:99 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 msgctxt "action" msgid "Repost" msgstr "リポスト" @@ -5021,31 +5128,31 @@ msgid "Repost" msgstr "リポスト" #: src/screens/StarterPack/StarterPackScreen.tsx:535 -#: src/view/com/util/post-ctrls/RepostButton.tsx:88 +#: src/view/com/util/post-ctrls/RepostButton.tsx:91 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:49 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:104 msgid "Repost or quote post" msgstr "リポストまたは引用" -#: src/screens/Post/PostRepostedBy.tsx:29 -#: src/view/com/post-thread/PostRepostedBy.tsx:96 +#: src/screens/Post/PostRepostedBy.tsx:31 +#: src/screens/Post/PostRepostedBy.tsx:32 msgid "Reposted By" msgstr "リポストしたユーザー" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "{0}にリポストされた" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "<0><1/>がリポスト" -#: src/view/com/posts/FeedItem.tsx:292 -#: src/view/com/posts/FeedItem.tsx:311 +#: src/view/com/posts/FeedItem.tsx:290 +#: src/view/com/posts/FeedItem.tsx:309 msgid "Reposted by you" msgstr "あなたのリポスト" -#: src/view/com/notifications/FeedItem.tsx:184 +#: src/view/com/notifications/FeedItem.tsx:180 msgid "reposted your post" msgstr "があなたの投稿をリポストしました" @@ -5080,6 +5187,14 @@ msgstr "このプロバイダーに必要" msgid "Resend email" msgstr "メールを再送" +#: src/components/intents/VerifyEmailIntentDialog.tsx:130 +msgid "Resend Email" +msgstr "メール再送済" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:123 +msgid "Resend Verification Email" +msgstr "確認メールを再送済" + #: src/view/com/modals/ChangePassword.tsx:186 msgid "Reset code" msgstr "リセットコード" @@ -5110,7 +5225,7 @@ msgstr "オンボーディングの状態をリセットします" msgid "Resets the preferences state" msgstr "設定の状態をリセットします" -#: src/screens/Login/LoginForm.tsx:312 +#: src/screens/Login/LoginForm.tsx:299 msgid "Retries login" msgstr "ログインをやり直す" @@ -5119,15 +5234,15 @@ msgstr "ログインをやり直す" msgid "Retries the last action, which errored out" msgstr "エラーになった最後のアクションをやり直す" -#: src/components/dms/MessageItem.tsx:235 +#: src/components/dms/MessageItem.tsx:236 #: src/components/Error.tsx:66 #: src/components/Lists.tsx:104 #: src/components/StarterPack/ProfileStarterPacks.tsx:318 -#: src/screens/Login/LoginForm.tsx:311 -#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:298 +#: src/screens/Login/LoginForm.tsx:305 #: src/screens/Messages/Conversation/MessageListError.tsx:25 -#: src/screens/Onboarding/StepInterests/index.tsx:251 -#: src/screens/Onboarding/StepInterests/index.tsx:254 +#: src/screens/Onboarding/StepInterests/index.tsx:231 +#: src/screens/Onboarding/StepInterests/index.tsx:234 #: src/screens/Signup/BackNextButtons.tsx:52 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 @@ -5231,8 +5346,8 @@ msgstr "画像の切り抜き設定を保存" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:105 -#: src/view/com/notifications/FeedItem.tsx:416 -#: src/view/com/notifications/FeedItem.tsx:441 +#: src/view/com/notifications/FeedItem.tsx:412 +#: src/view/com/notifications/FeedItem.tsx:437 msgid "Say hello!" msgstr "よろしく!" @@ -5246,15 +5361,15 @@ msgid "Scroll to top" msgstr "一番上までスクロール" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:554 +#: src/Navigation.tsx:555 #: src/view/com/modals/ListAddRemoveUsers.tsx:76 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 #: src/view/screens/Search/Search.tsx:421 #: src/view/screens/Search/Search.tsx:791 #: src/view/screens/Search/Search.tsx:813 -#: src/view/shell/bottom-bar/BottomBar.tsx:182 -#: src/view/shell/desktop/LeftNav.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:179 +#: src/view/shell/desktop/LeftNav.tsx:349 #: src/view/shell/Drawer.tsx:398 #: src/view/shell/Drawer.tsx:399 msgid "Search" @@ -5327,6 +5442,10 @@ msgstr "Blueskyの求人を見る" msgid "See this guide" msgstr "ガイドを見る" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:631 +msgid "Seek slider" +msgstr "シークバー" + #: src/view/com/util/Selector.tsx:106 msgid "Select {item}" msgstr "{item}を選択" @@ -5363,6 +5482,10 @@ msgstr "GIF「{0}」を選ぶ" msgid "Select how long to mute this word for." msgstr "このワードをどのくらいの間ミュートするのかを選択。" +#: src/view/com/composer/videos/SubtitleDialog.tsx:249 +msgid "Select language..." +msgstr "言語を選択…" + #: src/view/screens/LanguageSettings.tsx:303 msgid "Select languages" msgstr "言語を選択" @@ -5375,6 +5498,10 @@ msgstr "モデレーターを選択" msgid "Select option {i} of {numItems}" msgstr "{numItems}個中{i}個目のオプションを選択" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:65 +msgid "Select subtitle file (.vtt)" +msgstr "字幕ファイル(.vtt)を選択" + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83 msgid "Select the {emojiName} emoji as your avatar" msgstr "絵文字{emojiName}をアバターとして選択" @@ -5387,7 +5514,7 @@ msgstr "報告先のモデレーションサービスを選んでください" msgid "Select the service that hosts your data." msgstr "データをホストするサービスを選択します。" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:94 msgid "Select video" msgstr "ビデオを選択" @@ -5403,11 +5530,11 @@ msgstr "登録されたフィードに含める言語を選択します。選択 msgid "Select your app language for the default text to display in the app." msgstr "アプリに表示されるデフォルトのテキストの言語を選択" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:193 msgid "Select your date of birth" msgstr "生年月日を選択" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "次のオプションから興味のあるものを選択してください" @@ -5437,8 +5564,8 @@ msgstr "メールを送信" msgid "Send feedback" msgstr "フィードバックを送信" -#: src/screens/Messages/Conversation/MessageInput.tsx:163 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:155 +#: src/screens/Messages/Conversation/MessageInput.tsx:165 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:219 msgid "Send message" msgstr "メッセージを送信" @@ -5529,7 +5656,7 @@ msgstr "画像のアスペクト比をワイドに設定" #: src/Navigation.tsx:155 #: src/view/screens/Settings/index.tsx:302 -#: src/view/shell/desktop/LeftNav.tsx:401 +#: src/view/shell/desktop/LeftNav.tsx:395 #: src/view/shell/Drawer.tsx:563 #: src/view/shell/Drawer.tsx:564 msgid "Settings" @@ -5543,6 +5670,7 @@ msgstr "性的行為または性的なヌード。" msgid "Sexually Suggestive" msgstr "性的にきわどい" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:644 #: src/components/StarterPack/QrCodeDialog.tsx:177 #: src/screens/StarterPack/StarterPackScreen.tsx:411 #: src/screens/StarterPack/StarterPackScreen.tsx:582 @@ -5550,7 +5678,7 @@ msgstr "性的にきわどい" #: src/view/com/profile/ProfileMenu.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:410 #: src/view/com/util/forms/PostDropdownBtn.tsx:419 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:321 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:345 #: src/view/screens/ProfileList.tsx:484 msgid "Share" msgstr "共有" @@ -5570,7 +5698,7 @@ msgstr "面白いことをシェアして!" #: src/view/com/profile/ProfileMenu.tsx:377 #: src/view/com/util/forms/PostDropdownBtn.tsx:659 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:337 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:361 msgid "Share anyway" msgstr "とにかく共有" @@ -5579,6 +5707,14 @@ msgstr "とにかく共有" msgid "Share feed" msgstr "フィードを共有" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:621 +msgid "Share image externally" +msgstr "画像を外部に共有する" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:639 +msgid "Share image in post" +msgstr "投稿で画像を共有" + #: src/components/StarterPack/ShareDialog.tsx:124 #: src/components/StarterPack/ShareDialog.tsx:131 #: src/screens/StarterPack/StarterPackScreen.tsx:586 @@ -5626,7 +5762,7 @@ msgstr "リンクしたウェブサイトを共有" msgid "Show" msgstr "表示" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:169 msgid "Show alt text" msgstr "ALTテキストを表示" @@ -5645,10 +5781,6 @@ msgstr "バッジを表示" msgid "Show badge and filter from feeds" msgstr "バッジの表示とフィードからのフィルタリング" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "{0}に似たおすすめのフォロー候補を表示" - #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" msgstr "非表示の返信を表示" @@ -5662,9 +5794,9 @@ msgstr "このような投稿の表示を減らす" msgid "Show list anyway" msgstr "とにかくリストを表示" -#: src/view/com/post-thread/PostThreadItem.tsx:584 +#: src/view/com/post-thread/PostThreadItem.tsx:590 #: src/view/com/post/Post.tsx:234 -#: src/view/com/posts/FeedItem.tsx:479 +#: src/view/com/posts/FeedItem.tsx:476 msgid "Show More" msgstr "さらに表示" @@ -5715,7 +5847,7 @@ msgstr "警告を表示" msgid "Show warning and filter from feeds" msgstr "警告の表示とフィードからのフィルタリング" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Shows posts from {0} in your feed" msgstr "マイフィード内の{0}からの投稿を表示します" @@ -5723,17 +5855,17 @@ msgstr "マイフィード内の{0}からの投稿を表示します" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:177 +#: src/screens/Login/LoginForm.tsx:166 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:112 #: src/view/com/auth/SplashScreen.web.tsx:121 +#: src/view/shell/bottom-bar/BottomBar.tsx:312 +#: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBar.tsx:316 -#: src/view/shell/bottom-bar/BottomBar.tsx:318 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:208 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:210 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -5765,12 +5897,12 @@ msgstr "サインアウト" msgid "Sign out of all accounts" msgstr "すべてのアカウントからサインアウト" +#: src/view/shell/bottom-bar/BottomBar.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBar.tsx:306 -#: src/view/shell/bottom-bar/BottomBar.tsx:308 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:198 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:200 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -5795,25 +5927,25 @@ msgstr "サインイン済み" msgid "Signed in as @{0}" msgstr "@{0}でサインイン" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "あなたのスターターパックでサインアップ" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:306 -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:313 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:308 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:315 msgid "Signup without a starter pack" msgstr "スターターパックを使わずにサインアップ" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:102 +#: src/components/FeedInterstitials.tsx:316 msgid "Similar accounts" -msgstr "類似のアカウント" +msgstr "似ているアカウント" -#: src/screens/Onboarding/StepInterests/index.tsx:265 +#: src/screens/Onboarding/StepInterests/index.tsx:245 #: src/screens/StarterPack/Wizard/index.tsx:191 msgid "Skip" msgstr "スキップ" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "この手順をスキップする" @@ -5822,7 +5954,7 @@ msgstr "この手順をスキップする" msgid "Software Dev" msgstr "ソフトウェア開発" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:447 msgid "Some other feeds you might like" msgstr "お好みかもしれない他のフィード" @@ -5851,7 +5983,7 @@ msgid "Something went wrong!" msgstr "何らかの問題が発生したようです!" #: src/App.native.tsx:102 -#: src/App.web.tsx:83 +#: src/App.web.tsx:88 msgid "Sorry! Your session expired. Please log in again." msgstr "大変申し訳ありません!セッションの有効期限が切れました。もう一度ログインしてください。" @@ -5863,12 +5995,12 @@ msgstr "返信を並び替える" msgid "Sort replies to the same post by:" msgstr "次の方法で同じ投稿への返信を並び替えます。" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" msgstr "ソース:<0>{sourceName}" -#: src/lib/moderation/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:80 +#: src/lib/moderation/useReportOptions.ts:72 +#: src/lib/moderation/useReportOptions.ts:85 msgid "Spam" msgstr "スパム" @@ -5897,11 +6029,6 @@ msgstr "{displayName}とのチャットを開始" msgid "Start chatting" msgstr "チャットを開始" -#: src/tours/Tooltip.tsx:99 -msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." -msgstr "オンボーディングツアー・ウインドウ開始。前へ戻らないでください。代わりに、進んで他のオプションを見るか、スキップしてください。" - -#: src/lib/generate-starterpack.ts:68 #: src/Navigation.tsx:358 #: src/Navigation.tsx:363 #: src/screens/StarterPack/Wizard/index.tsx:182 @@ -5916,7 +6043,7 @@ msgstr "{0}によるスターターパック" msgid "Starter pack is invalid" msgstr "スターターパックが無効です" -#: src/view/screens/Profile.tsx:214 +#: src/view/screens/Profile.tsx:225 msgid "Starter Packs" msgstr "スターターパック" @@ -5941,8 +6068,8 @@ msgstr "ストレージがクリアされたため、今すぐアプリを再起 msgid "Storybook" msgstr "ストーリーブック" -#: src/components/moderation/LabelsOnMeDialog.tsx:302 -#: src/components/moderation/LabelsOnMeDialog.tsx:303 +#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:294 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -5972,7 +6099,7 @@ msgstr "このリストに登録" msgid "Suggested accounts" msgstr "おすすめのアカウント" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:318 msgid "Suggested for you" msgstr "あなたへのおすすめ" @@ -5991,10 +6118,6 @@ msgstr "サポート" msgid "Switch Account" msgstr "アカウントを切り替える" -#: src/tours/HomeTour.tsx:48 -msgid "Switch between feeds to control your experience." -msgstr "フィードを切り替えて、あなたの体験をコントロールしよう。" - #: src/view/screens/Settings/index.tsx:126 msgid "Switch to {0}" msgstr "{0}に切り替え" @@ -6028,17 +6151,22 @@ msgstr "トール" msgid "Tap to dismiss" msgstr "タップして消す" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:181 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:145 msgid "Tap to enter full screen" msgstr "タップしてフルスクリーンに" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:202 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:151 +msgid "Tap to play or pause" +msgstr "タップして再生または一時停止" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:164 msgid "Tap to toggle sound" msgstr "タップして音の切り替え" -#: src/view/com/util/images/AutoSizedImage.tsx:70 -msgid "Tap to view fully" -msgstr "タップして全体を表示" +#: src/view/com/util/images/AutoSizedImage.tsx:219 +#: src/view/com/util/images/AutoSizedImage.tsx:239 +msgid "Tap to view full image" +msgstr "タップして画像全体を表示" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" @@ -6061,6 +6189,10 @@ msgstr "ジョークを言って!" msgid "Tell us a little more" msgstr "もう少し教えて" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:518 +msgid "Ten Million" +msgstr "1,000万" + #: src/view/shell/desktop/RightNav.tsx:90 msgid "Terms" msgstr "条件" @@ -6074,9 +6206,9 @@ msgid "Terms of Service" msgstr "利用規約" #: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:94 -#: src/lib/moderation/useReportOptions.ts:102 -#: src/lib/moderation/useReportOptions.ts:110 +#: 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 "使用されている用語がコミュニティ基準に違反している" @@ -6084,7 +6216,7 @@ msgstr "使用されている用語がコミュニティ基準に違反してい msgid "Text & tags" msgstr "テキストとタグ" -#: src/components/moderation/LabelsOnMeDialog.tsx:266 +#: src/components/moderation/LabelsOnMeDialog.tsx:257 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "テキストの入力フィールド" @@ -6094,6 +6226,14 @@ msgstr "テキストの入力フィールド" msgid "Thank you. Your report has been sent." msgstr "ありがとうございます。あなたの報告は送信されました。" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:593 +msgid "Thanks for being one of our first 10 million users." +msgstr "最初の 1,000 万人のユーザーの 1 人になっていただきありがとうございます。" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:74 +msgid "Thanks, you have successfully verified your email address." +msgstr "ありがとう、メールアドレスの確認に成功しました。" + #: src/view/com/modals/ChangeHandle.tsx:459 msgid "That contains the following:" msgstr "その内容は以下の通りです:" @@ -6111,11 +6251,11 @@ msgstr "そのハンドルはすでに使用されています。" msgid "That starter pack could not be found." msgstr "そのスターターパックが見つかりませんでした。" -#: src/view/com/post-thread/PostQuotes.tsx:129 +#: src/view/com/post-thread/PostQuotes.tsx:127 msgid "That's all, folks!" msgstr "以上です、皆さん!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:310 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:270 #: src/view/com/profile/ProfileMenu.tsx:353 msgid "The account will be able to interact with you after unblocking." msgstr "このアカウントは、ブロック解除後にあなたとやり取りすることができます。" @@ -6146,7 +6286,7 @@ msgstr "Discoverフィード" msgid "The Discover feed now knows what you like" msgstr "Discoverフィードはあなたの好みを学習しました" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:327 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off." msgstr "アプリのほうがより良い体験をすることができます。今すぐBlueskyをダウンロードして、中断したところから再開しましょう。" @@ -6154,11 +6294,11 @@ msgstr "アプリのほうがより良い体験をすることができます。 msgid "The feed has been replaced with Discover." msgstr "フィードはDiscoverと置き換えられました。" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 msgid "The following labels were applied to your account." msgstr "以下のラベルがあなたのアカウントに適用されました。" -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "以下のラベルがあなたのコンテンツに適用されました。" @@ -6175,9 +6315,9 @@ msgstr "投稿が削除された可能性があります。" msgid "The Privacy Policy has been moved to <0/>" msgstr "プライバシーポリシーは<0/>に移動しました" -#: src/state/queries/video/video.ts:129 -msgid "The selected video is larger than 100MB." -msgstr "選択したビデオのサイズが100MBを超えています。" +#: src/state/queries/video/video.ts:227 +msgid "The selected video is larger than 50MB." +msgstr "選択したビデオのサイズが50MBを超えています。" #: src/screens/StarterPack/StarterPackScreen.tsx:713 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." @@ -6191,6 +6331,10 @@ msgstr "サポートフォームは移動しました。サポートが必要な msgid "The Terms of Service have been moved to" msgstr "サービス規約は移動しました" +#: src/components/intents/VerifyEmailIntentDialog.tsx:85 +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/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "アカウントの無効化に期限はありません。いつでも戻ってこられます。" @@ -6198,17 +6342,17 @@ msgstr "アカウントの無効化に期限はありません。いつでも戻 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:117 #: src/view/screens/ProfileFeed.tsx:545 msgid "There was an an issue contacting the server, please check your internet connection and try again." -msgstr "サーバーへの問い合わせ中に問題が発生しました。インターネットへの接続を確認の上、もう一度お試しください。" +msgstr "サーバーへの問い合わせ中に問題が発生しました。インターネットへの接続を確認の上、もう一度試してください。" #: src/view/com/posts/FeedErrorMessage.tsx:145 msgid "There was an an issue removing this feed. Please check your internet connection and try again." -msgstr "フィードの削除中に問題が発生しました。インターネットへの接続を確認の上、もう一度お試しください。" +msgstr "フィードの削除中に問題が発生しました。インターネットへの接続を確認の上、もう一度試してください。" #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 #: src/view/screens/ProfileFeed.tsx:206 msgid "There was an an issue updating your feeds, please check your internet connection and try again." -msgstr "フィードの更新中に問題が発生しました。インターネットへの接続を確認の上、もう一度お試しください。" +msgstr "フィードの更新中に問題が発生しました。インターネットへの接続を確認の上、もう一度試してください。" #: src/components/dialogs/GifSelect.ios.tsx:197 #: src/components/dialogs/GifSelect.tsx:213 @@ -6233,7 +6377,7 @@ msgstr "サーバーへの問い合わせ中に問題が発生しました" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "通知の取得中に問題が発生しました。もう一度試すにはこちらをタップしてください。" -#: src/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 msgid "There was an issue fetching posts. Tap here to try again." msgstr "投稿の取得中に問題が発生しました。もう一度試すにはこちらをタップしてください。" @@ -6251,15 +6395,15 @@ msgstr "リストの取得中に問題が発生しました。もう一度試す msgid "There was an issue sending your report. Please check your internet connection." msgstr "報告の送信に問題が発生しました。インターネットの接続を確認してください。" -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "アプリパスワードの取得中に問題が発生しました" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:107 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:143 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:97 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:109 #: src/view/com/profile/ProfileMenu.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:122 #: src/view/com/profile/ProfileMenu.tsx:137 @@ -6302,7 +6446,7 @@ msgstr "このアカウントを閲覧するためにはサインインが必要 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "このアカウントは1つ、あるいは複数のモデレーションリストでブロックされています。ブロックを解除するにはリストの画面に移動してこのユーザーをリストから外してください。" -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "この申し立ては<0>{sourceName}に送られます。" @@ -6377,7 +6521,7 @@ msgstr "<0>{0}によって適用されたラベルです。" msgid "This label was applied by the author." msgstr "投稿者によって適用されたラベルです。" -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "あなたによって適用されたラベルです。" @@ -6410,7 +6554,7 @@ msgid "This post has been deleted." msgstr "この投稿は削除されました。" #: src/view/com/util/forms/PostDropdownBtn.tsx:656 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:334 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:358 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "この投稿はログインしているユーザーにのみ表示されます。ログインしていない方には見えません。" @@ -6438,7 +6582,7 @@ msgstr "このサービスには、利用規約もプライバシーポリシー msgid "This should create a domain record at:" msgstr "右記にドメインレコードを作成されるはずです:" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "このユーザーにはフォロワーがいません。" @@ -6467,7 +6611,7 @@ msgstr "このユーザーはミュートした<0>{0}リストに含まれ msgid "This user is new here. Press for more info about when they joined." msgstr "新しいユーザーです。ここを押すといつ参加したかの情報が表示されます。" -#: src/view/com/profile/ProfileFollows.tsx:87 +#: src/view/com/profile/ProfileFollows.tsx:96 msgid "This user isn't following anyone." msgstr "このユーザーは誰もフォローしていません。" @@ -6508,10 +6652,18 @@ msgstr "メールでの2要素認証を無効にするには、メールアド 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/view/com/composer/videos/SelectVideoBtn.tsx:120 +msgid "To upload videos to Bluesky, you must first verify your email." +msgstr "Blueskyにビデオをアップロードするには、まずメールアドレスを確認しなくてはなりません。" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "この報告を誰に送りたいですか?" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:597 +msgid "Together, we're rebuilding the social internet. We're glad you're here." +msgstr "私たちは一緒にソーシャル インターネットを再構築しています。ご参加いただきありがとうございます。" + #: src/view/com/util/forms/DropdownButton.tsx:255 msgid "Toggle dropdown" msgstr "ドロップダウンを切り替え" @@ -6520,7 +6672,7 @@ msgstr "ドロップダウンを切り替え" msgid "Toggle to enable or disable adult content" msgstr "成人向けコンテンツの有効もしくは無効の切り替え" -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "トップ" @@ -6531,8 +6683,8 @@ msgstr "変換" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:734 -#: src/view/com/post-thread/PostThreadItem.tsx:736 +#: src/view/com/post-thread/PostThreadItem.tsx:746 +#: src/view/com/post-thread/PostThreadItem.tsx:748 #: src/view/com/util/forms/PostDropdownBtn.tsx:380 #: src/view/com/util/forms/PostDropdownBtn.tsx:382 msgid "Translate" @@ -6551,7 +6703,7 @@ msgstr "テレビ" msgid "Two-factor authentication" msgstr "2要素認証" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "ここにメッセージを入力する" @@ -6569,7 +6721,7 @@ msgstr "リストでのミュートを解除" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:155 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:77 #: src/view/com/modals/ChangePassword.tsx:71 @@ -6584,14 +6736,14 @@ msgstr "削除できません" #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:192 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 #: src/view/screens/ProfileList.tsx:682 msgid "Unblock" msgstr "ブロックを解除" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "ブロックを解除" @@ -6606,12 +6758,12 @@ msgstr "アカウントのブロックを解除" msgid "Unblock Account" msgstr "アカウントのブロックを解除" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:308 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:268 #: src/view/com/profile/ProfileMenu.tsx:347 msgid "Unblock Account?" msgstr "アカウントのブロックを解除しますか?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:66 +#: src/view/com/util/post-ctrls/RepostButton.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:76 msgid "Undo repost" @@ -6622,7 +6774,7 @@ msgctxt "action" msgid "Unfollow" msgstr "フォローを解除" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "{0}のフォローを解除" @@ -6636,12 +6788,16 @@ msgid "Unlike this feed" msgstr "このフィードからいいねを外す" #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 #: src/view/screens/ProfileList.tsx:689 msgid "Unmute" msgstr "ミュートを解除" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:388 +msgctxt "video" +msgid "Unmute" +msgstr "ミュートを解除" + #: src/components/TagMenu/index.web.tsx:115 msgid "Unmute {truncatedTag}" msgstr "{truncatedTag}のミュートを解除" @@ -6664,14 +6820,10 @@ msgstr "会話のミュートを解除" msgid "Unmute thread" msgstr "スレッドのミュートを解除" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:317 msgid "Unmute video" msgstr "ビデオのミュートを解除" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Unmuted" -msgstr "ミュート解除中" - #: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:673 msgid "Unpin" @@ -6706,8 +6858,12 @@ msgstr "このラベラーの登録を解除" msgid "Unsubscribed from list" msgstr "リストの登録を解除しました" -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/state/queries/video/video.ts:245 +msgid "Unsupported video type: {mimeType}" +msgstr "サポートしていないビデオ形式:{mimeType}" + +#: src/lib/moderation/useReportOptions.ts:77 +#: src/lib/moderation/useReportOptions.ts:90 msgid "Unwanted Sexual Content" msgstr "望まない性的なコンテンツ" @@ -6739,20 +6895,20 @@ msgstr "代わりに写真をアップロード" msgid "Upload a text file to:" msgstr "テキストファイルのアップロード先:" -#: src/view/com/util/UserAvatar.tsx:355 -#: src/view/com/util/UserAvatar.tsx:358 +#: src/view/com/util/UserAvatar.tsx:361 +#: src/view/com/util/UserAvatar.tsx:364 #: src/view/com/util/UserBanner.tsx:123 #: src/view/com/util/UserBanner.tsx:126 msgid "Upload from Camera" msgstr "カメラからアップロード" -#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:378 #: src/view/com/util/UserBanner.tsx:140 msgid "Upload from Files" msgstr "ファイルからアップロード" -#: src/view/com/util/UserAvatar.tsx:366 -#: src/view/com/util/UserAvatar.tsx:370 +#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:376 #: src/view/com/util/UserBanner.tsx:134 #: src/view/com/util/UserBanner.tsx:138 msgid "Upload from Library" @@ -6762,7 +6918,7 @@ msgstr "ライブラリーからアップロード" msgid "Use a file on your server" msgstr "あなたのサーバーのファイルを使用" -#: src/view/screens/AppPasswords.tsx:200 +#: src/view/screens/AppPasswords.tsx:199 msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "他のBlueskyクライアントにアカウントやパスワードに完全にアクセスする権限を与えずに、アプリパスワードを使ってログインします。" @@ -6850,7 +7006,7 @@ msgstr "ユーザーリストを更新しました" msgid "User Lists" msgstr "ユーザーリスト" -#: src/screens/Login/LoginForm.tsx:197 +#: src/screens/Login/LoginForm.tsx:186 msgid "Username or email address" msgstr "ユーザー名またはメールアドレス" @@ -6881,6 +7037,10 @@ msgstr "このコンテンツやプロフィールにいいねをしているユ msgid "Value:" msgstr "値:" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:118 +msgid "Verified email required" +msgstr "メールアドレスの確認が必要" + #: src/view/com/modals/ChangeHandle.tsx:504 msgid "Verify DNS Record" msgstr "DNSレコードを確認" @@ -6889,6 +7049,10 @@ msgstr "DNSレコードを確認" msgid "Verify email" msgstr "メールアドレスを確認" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "メールアドレス確認ダイアログ" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "メールアドレスを確認" @@ -6902,6 +7066,10 @@ msgstr "メールアドレスを確認" msgid "Verify New Email" msgstr "新しいメールアドレスを確認" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:122 +msgid "Verify now" +msgstr "確認する" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "テキストファイルを確認" @@ -6914,21 +7082,43 @@ msgstr "メールアドレスを確認" msgid "Version {appVersion} {bundleInfo}" msgstr "バージョン {appVersion} {bundleInfo}" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:180 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:144 msgid "Video" msgstr "ビデオ" +#: src/state/queries/video/video.ts:138 +msgid "Video failed to process" +msgstr "ビデオの処理に失敗" + #: src/screens/Onboarding/index.tsx:39 #: src/screens/Onboarding/state.ts:88 msgid "Video Games" msgstr "ビデオゲーム" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:167 +msgid "Video not found." +msgstr "ビデオが見つかりません。" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:101 +msgid "Video settings" +msgstr "ビデオの設定" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +msgid "Video: {0}" +msgstr "ビデオ:{0}" + +#: src/view/com/composer/videos/SelectVideoBtn.tsx:65 +#: src/view/com/composer/videos/VideoPreview.web.tsx:44 +msgid "Videos must be less than 60 seconds long" +msgstr "ビデオは60秒より短くなくてはなりません" + #: src/screens/Profile/Header/Shell.tsx:113 msgid "View {0}'s avatar" msgstr "{0}のアバターを表示" #: src/components/ProfileCard.tsx:110 -#: src/view/com/notifications/FeedItem.tsx:277 +#: src/view/com/notifications/FeedItem.tsx:273 msgid "View {0}'s profile" msgstr "{0}のプロフィールを表示" @@ -6960,7 +7150,7 @@ msgstr "著作権侵害の報告の詳細を見る" msgid "View full thread" msgstr "スレッドをすべて表示" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "これらのラベルに関する情報を見る" @@ -7020,7 +7210,7 @@ msgstr "コンテンツの警告" msgid "Warn content and filter from feeds" msgstr "コンテンツの警告とフィードからのフィルタリング" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "そのハッシュタグの検索結果は見つかりませんでした。" @@ -7032,7 +7222,11 @@ msgstr "この会話を読み込めませんでした" msgid "We estimate {estimatedTime} until your account is ready." msgstr "あなたのアカウントが準備できるまで{estimatedTime}ほどかかります。" -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "別の確認コードを<0>{0}へ送りました。" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "素敵なひとときをお過ごしください。覚えておいてください、Blueskyは:" @@ -7040,6 +7234,10 @@ msgstr "素敵なひとときをお過ごしください。覚えておいてく msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "あなたのフォロー中のユーザーの投稿を読み終わりました。フィード<0/>内の最新の投稿を表示します。" +#: src/state/queries/video/video.ts:170 +msgid "We were unable to determine if you are allowed to upload videos. Please try again." +msgstr "あなたがビデオのアップロードを許可されているかどうか判断できません。もう一度お試しください。" + #: src/components/dialogs/BirthDateSettings.tsx:52 msgid "We were unable to load your birth date preferences. Please try again." msgstr "生年月日の設定を読み込むことはできませんでした。もう一度お試しください。" @@ -7048,7 +7246,7 @@ msgstr "生年月日の設定を読み込むことはできませんでした。 msgid "We were unable to load your configured labelers at this time." msgstr "現在設定されたラベラーを読み込めません。" -#: src/screens/Onboarding/StepInterests/index.tsx:158 +#: src/screens/Onboarding/StepInterests/index.tsx:143 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "接続できませんでした。アカウントの設定を続けるためにもう一度お試しください。繰り返し失敗する場合は、この手順をスキップすることもできます。" @@ -7056,13 +7254,13 @@ msgstr "接続できませんでした。アカウントの設定を続けるた msgid "We will let you know when your account is ready." msgstr "アカウントの準備ができたらお知らせします。" -#: src/screens/Onboarding/StepInterests/index.tsx:163 +#: src/screens/Onboarding/StepInterests/index.tsx:148 msgid "We'll use this to help customize your experience." msgstr "これはあなたの体験をカスタマイズするために使用されます。" #: src/components/dms/dialogs/SearchablePeopleList.tsx:90 msgid "We're having network issues, try again" -msgstr "ネットワークで問題が発生しています。再度試してください" +msgstr "ネットワークで問題が発生しています。もう一度試してください" #: src/screens/Signup/index.tsx:100 msgid "We're so excited to have you join us!" @@ -7078,9 +7276,9 @@ msgstr "大変申し訳ありませんが、現在ミュートされたワード #: src/view/screens/Search/Search.tsx:206 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." -msgstr "大変申し訳ありませんが、検索を完了できませんでした。数分後に再試行してください。" +msgstr "大変申し訳ありませんが、検索を完了できませんでした。数分後にもう一度お試しください。" -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:421 msgid "We're sorry! The post you are replying to has been deleted." msgstr "大変申し訳ありません!返信しようとしている投稿は削除されました。" @@ -7101,7 +7299,7 @@ msgstr "おかえりなさい!" msgid "Welcome, friend!" msgstr "ようこそ、友よ!" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "なにに興味がありますか?" @@ -7111,7 +7309,7 @@ msgstr "あなたのスターターパックを何と呼びたいですか?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:516 msgid "What's up?" msgstr "最近どう?" @@ -7173,16 +7371,16 @@ msgstr "なぜこのユーザーをレビューする必要がありますか? msgid "Wide" msgstr "ワイド" -#: src/screens/Messages/Conversation/MessageInput.tsx:140 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:134 +#: src/screens/Messages/Conversation/MessageInput.tsx:142 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:198 msgid "Write a message" msgstr "メッセージを書く" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:712 msgid "Write post" msgstr "投稿を書く" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:515 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:42 msgid "Write your reply" msgstr "返信を書く" @@ -7223,7 +7421,7 @@ msgstr "はい、非表示にします" msgid "Yes, reactivate my account" msgstr "はい、アカウントを再有効化します" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "昨日、{time}" @@ -7240,7 +7438,11 @@ msgstr "あなた" msgid "You are in line." msgstr "あなたは並んでいます。" -#: src/view/com/profile/ProfileFollows.tsx:86 +#: src/state/queries/video/video.ts:161 +msgid "You are not allowed to upload videos." +msgstr "あなたはビデオのアップロードを許可されていません。" + +#: src/view/com/profile/ProfileFollows.tsx:95 msgid "You are not following anyone." msgstr "あなたはまだだれもフォローしていません。" @@ -7270,7 +7472,7 @@ msgstr "新しいパスワードでサインインできるようになりまし msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "アカウントを再有効化してログインし続けることができます。あなたのプロフィールと投稿は他のユーザーに見えるようになります。" -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "あなたはまだだれもフォロワーがいません。" @@ -7345,7 +7547,7 @@ msgstr "リストがありません。" 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 "ブロック中のアカウントはまだありません。アカウントをブロックするには、ユーザーのプロフィールに移動し、アカウントメニューから「アカウントをブロック」を選択します。" -#: src/view/screens/AppPasswords.tsx:91 +#: src/view/screens/AppPasswords.tsx:90 msgid "You have not created any app passwords yet. You can create one by pressing the button below." msgstr "アプリパスワードはまだ作成されていません。下のボタンを押すと作成できます。" @@ -7357,6 +7559,10 @@ msgstr "ミュートしているアカウントはまだありません。アカ msgid "You have reached the end" msgstr "最後まで到達しました" +#: src/state/queries/video/video-upload.shared.ts:67 +msgid "You have temporarily reached the limit for video uploads. Please try again later." +msgstr "ビデオのアップロードの制限に一時的に到達しました。時間をおいてもう一度お試しください。" + #: src/components/StarterPack/ProfileStarterPacks.tsx:235 msgid "You haven't created a starter pack yet!" msgstr "スターターパックをまだ作成していません!" @@ -7370,11 +7576,11 @@ msgstr "まだワードやタグをミュートしていません" msgid "You hid this reply." msgstr "あなたがこの返信を非表示にしました。" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "間違って適用されたと思うのであれば、自己申告ではないラベルならば異議申し立てができます。" -#: src/components/moderation/LabelsOnMeDialog.tsx:91 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal these labels if you feel they were placed in error." msgstr "これらのラベルが誤って適用されたと思った場合は、異議申し立てを行うことができます。" @@ -7398,6 +7604,7 @@ msgstr "スターターパックを作成するには少なくとも7人フォ msgid "You must grant access to your photo library to save a QR code" msgstr "QRコードを保存するには写真ライブラリへのアクセスを許可する必要があります" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:237 #: src/components/StarterPack/ShareDialog.tsx:68 msgid "You must grant access to your photo library to save the image." msgstr "画像を保存するには写真ライブラリへのアクセスを許可する必要があります。" @@ -7442,15 +7649,15 @@ msgstr "アカウントの作成を完了するとおすすめのユーザーや msgid "You'll follow the suggested users once you finish creating your account!" msgstr "アカウントの作成を完了するとおすすめのユーザーをフォローします!" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 msgid "You'll follow these people and {0} others" msgstr "これらのユーザーや他{0}をフォローします" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:237 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 msgid "You'll follow these people right away" msgstr "これらのユーザーをすぐにフォローします" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:277 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 msgid "You'll stay updated with these feeds" msgstr "これらのフィードの更新を受け取ります" @@ -7465,7 +7672,7 @@ msgstr "あなたは並んでいます。" msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." msgstr "アプリパスワードでログイン中です。アカウントの無効化を続けるにはメインのパスワードでログインしてください。" -#: src/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "準備ができました!" @@ -7478,6 +7685,14 @@ msgstr "この投稿でワードまたはタグを隠すことを選択しまし msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "フィードはここまでです!もっとフォローするアカウントを見つけましょう。" +#: src/state/queries/video/video.ts:175 +msgid "You've reached your daily limit for video uploads (too many bytes)" +msgstr "ビデオのアップロードの一日の上限に到達しました(容量が大きすぎます)" + +#: src/state/queries/video/video.ts:180 +msgid "You've reached your daily limit for video uploads (too many videos)" +msgstr "ビデオのアップロードの一日の上限に到達しました(ビデオの数が多すぎます)" + #: src/screens/Signup/index.tsx:146 msgid "Your account" msgstr "あなたのアカウント" @@ -7486,15 +7701,19 @@ msgstr "あなたのアカウント" msgid "Your account has been deleted" msgstr "あなたのアカウントは削除されました" +#: src/state/queries/video/video.ts:185 +msgid "Your account is not yet old enough to upload videos. Please try again later." +msgstr "あなたのアカウントはまだ新しいのでビデオをアップロードできません。もう一度お試しください。" + #: src/view/screens/Settings/ExportCarDialog.tsx:65 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "あなたのアカウントの公開データの全記録を含むリポジトリは、「CAR」ファイルとしてダウンロードできます。このファイルには、画像などのメディア埋め込み、また非公開のデータは含まれていないため、それらは個別に取得する必要があります。" -#: src/screens/Signup/StepInfo/index.tsx:180 +#: src/screens/Signup/StepInfo/index.tsx:181 msgid "Your birth date" msgstr "生年月日" -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:145 +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:171 msgid "Your browser does not support the video format. Please try a different browser." msgstr "利用中のブラウザがこのビデオ形式をサポートしていません。他のブラウザをお試しください。" @@ -7507,7 +7726,7 @@ msgid "Your choice will be saved, but can be changed later in settings." msgstr "ここで選択した内容は保存されますが、あとから設定で変更できます。" #: src/screens/Login/ForgotPasswordForm.tsx:57 -#: src/screens/Signup/state.ts:208 +#: src/screens/Signup/state.ts:203 #: src/screens/Signup/StepInfo/index.tsx:75 #: src/view/com/modals/ChangePassword.tsx:55 msgid "Your email appears to be invalid." @@ -7529,7 +7748,7 @@ msgstr "最初のいいね!" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Followingフィードは空です!もっと多くのユーザーをフォローして、近況を確認しましょう。" -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "フルハンドルは" @@ -7545,11 +7764,11 @@ msgstr "ミュートしたワード" msgid "Your password has been changed successfully!" msgstr "パスワードの変更が完了しました!" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:467 msgid "Your post has been published" msgstr "投稿を公開しました" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "投稿、いいね、ブロックは公開されます。ミュートは非公開です。" @@ -7561,7 +7780,7 @@ msgstr "あなたのプロフィール" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "あなたのプロフィール、投稿、フィード、そしてリストは他のBlueskyユーザーに見えなくなります。ログインすることでいつでもアカウントを再有効化できます。" -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:466 msgid "Your reply has been published" msgstr "返信を公開しました" diff --git a/src/locale/locales/ko/messages.po b/src/locale/locales/ko/messages.po index 1f6cfef0ef..69db5d9409 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: \n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-08-23 11:39+0900\n" +"PO-Revision-Date: 2024-09-17 00:08+0900\n" "Last-Translator: quiple\n" "Language-Team: quiple, lens0021, HaruChanHeart, hazzzi, heartade\n" "Plural-Forms: \n" @@ -21,23 +21,43 @@ msgstr "(임베드 콘텐츠 포함)" msgid "(no email)" msgstr "(이메일 없음)" -#: src/view/com/notifications/FeedItem.tsx:236 -#: src/view/com/notifications/FeedItem.tsx:327 +#: src/view/com/notifications/FeedItem.tsx:232 +#: src/view/com/notifications/FeedItem.tsx:323 msgid "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}" msgstr "외 {0, plural, other {{formattedCount}}}명" -#: src/components/moderation/LabelsOnMe.tsx:55 +#: src/lib/hooks/useTimeAgo.ts:156 +msgid "{0, plural, one {# day} other {# days}}" +msgstr "{0, plural, other {#}}일" + +#: src/lib/hooks/useTimeAgo.ts:146 +msgid "{0, plural, one {# hour} other {# hours}}" +msgstr "{0, plural, other {#}}시간" + +#: src/components/moderation/LabelsOnMe.tsx:54 msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" msgstr "이 계정에 {0, plural, other {#}}개의 라벨이 지정됨" -#: src/components/moderation/LabelsOnMe.tsx:61 +#: src/components/moderation/LabelsOnMe.tsx:60 msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "이 콘텐츠에 {0, plural, other {#}}개의 라벨이 지정됨" -#: src/view/com/util/post-ctrls/RepostButton.tsx:68 +#: src/lib/hooks/useTimeAgo.ts:136 +msgid "{0, plural, one {# minute} other {# minutes}}" +msgstr "{0, plural, other {#}}분" + +#: src/lib/hooks/useTimeAgo.ts:167 +msgid "{0, plural, one {# month} other {# months}}" +msgstr "{0, plural, other {#}}개월" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:71 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "{0, plural, other {#}}개" +#: src/lib/hooks/useTimeAgo.ts:126 +msgid "{0, plural, one {# second} other {# seconds}}" +msgstr "{0, plural, other {#}}초" + #: src/components/ProfileHoverCard/index.web.tsx:398 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" @@ -48,11 +68,11 @@ msgstr "팔로워" msgid "{0, plural, one {following} other {following}}" msgstr "팔로우 중" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:276 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:312 msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "좋아요 ({0, plural, other {#}}개)" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "좋아요" @@ -65,19 +85,19 @@ msgstr "{0, plural, other {#}}명의 사용자가 좋아함" msgid "{0, plural, one {post} other {posts}}" msgstr "게시물" -#: src/view/com/post-thread/PostThreadItem.tsx:413 +#: src/view/com/post-thread/PostThreadItem.tsx:419 msgid "{0, plural, one {quote} other {quotes}}" msgstr "인용" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:233 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:269 msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "답글 ({0, plural, other {#}}개)" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "재게시" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:272 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "{0, plural, one {Unlike (# like)} other {Unlike (# likes)}}" msgstr "좋아요 취소 ({0, plural, other {#}}개)" @@ -95,11 +115,15 @@ msgstr "<0><1>텍스트 및 태그에서 {0}" msgid "{0} joined this week" msgstr "이번 주에 {0}명이 가입함" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:637 +msgid "{0} of {1}" +msgstr "{0}/{1}" + #: src/screens/StarterPack/StarterPackScreen.tsx:467 msgid "{0} people have used this starter pack!" msgstr "{0}명이 이 스타터 팩을 사용했습니다!" -#: src/view/com/util/UserAvatar.tsx:419 +#: src/view/com/util/UserAvatar.tsx:425 msgid "{0}'s avatar" msgstr "{0} 님의 아바타" @@ -111,30 +135,36 @@ msgstr "{0} 님이 좋아하는 피드 및 사람들 - 함께하세요!" msgid "{0}'s starter pack" msgstr "{0} 님의 스타터 팩" +#. How many days have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:158 +msgid "{0}d" +msgstr "{0}일" + +#. How many hours have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:148 +msgid "{0}h" +msgstr "{0}시간" + +#. How many minutes have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:138 +msgid "{0}m" +msgstr "{0}분" + +#. How many months have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:169 +msgid "{0}mo" +msgstr "{0}개월" + +#. How many seconds have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:128 +msgid "{0}s" +msgstr "{0}초" + #: src/components/LabelingServiceCard/index.tsx:71 msgid "{count, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{count, plural, other {#}}명의 사용자가 좋아함" -#: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "일" - -#: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "시간" - -#: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "분" - -#: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "개월" - -#: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "초" - +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" msgstr "{displayName} 님의 스타터 팩" @@ -220,7 +250,7 @@ msgstr "⚠잘못된 핸들" msgid "24 hours" msgstr "24시간" -#: src/screens/Login/LoginForm.tsx:266 +#: src/screens/Login/LoginForm.tsx:253 msgid "2FA Confirmation" msgstr "2단계 인증" @@ -232,10 +262,6 @@ msgstr "30일" msgid "7 days" msgstr "7일" -#: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "도움말 툴팁" - #: src/view/com/util/ViewHeader.tsx:92 #: src/view/screens/Search/Search.tsx:684 msgid "Access navigation links and settings" @@ -259,7 +285,7 @@ msgstr "접근성 설정" msgid "Accessibility Settings" msgstr "접근성 설정" -#: src/screens/Login/LoginForm.tsx:190 +#: src/screens/Login/LoginForm.tsx:179 #: src/view/screens/Settings/index.tsx:315 #: src/view/screens/Settings/index.tsx:718 msgid "Account" @@ -288,13 +314,13 @@ msgstr "리스트로 계정 뮤트됨" #: src/view/com/util/AccountDropdownBtn.tsx:43 msgid "Account options" -msgstr "" +msgstr "계정 옵션" #: src/view/com/util/AccountDropdownBtn.tsx:59 msgid "Account removed from quick access" msgstr "빠른 액세스에서 계정 제거" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "계정 차단 해제됨" @@ -346,9 +372,13 @@ msgstr "계정 추가" msgid "Add alt text" msgstr "대체 텍스트 추가" -#: src/view/screens/AppPasswords.tsx:106 -#: src/view/screens/AppPasswords.tsx:148 -#: src/view/screens/AppPasswords.tsx:161 +#: src/view/com/composer/videos/SubtitleDialog.tsx:109 +msgid "Add alt text (optional)" +msgstr "대체 텍스트 추가 (선택 사항)" + +#: src/view/screens/AppPasswords.tsx:105 +#: src/view/screens/AppPasswords.tsx:147 +#: src/view/screens/AppPasswords.tsx:160 msgid "Add App Password" msgstr "앱 비밀번호 추가" @@ -443,11 +473,11 @@ msgstr "새 메시지를 허용할 대상" msgid "Allow replies from:" msgstr "답글을 허용할 대상" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" msgstr "다이렉트 메시지 접근 허용" -#: src/screens/Login/ForgotPasswordForm.tsx:178 +#: src/screens/Login/ForgotPasswordForm.tsx:177 #: src/view/com/modals/ChangePassword.tsx:171 msgid "Already have a code?" msgstr "이미 코드가 있나요?" @@ -458,17 +488,20 @@ msgstr "이미 @{0}(으)로 로그인했습니다" #: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/util/post-embeds/GifEmbed.tsx:183 +#: src/view/com/util/post-embeds/GifEmbed.tsx:177 msgid "ALT" msgstr "ALT" #: src/view/com/composer/GifAltText.tsx:144 +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +#: src/view/com/composer/videos/SubtitleDialog.tsx:104 +#: src/view/com/composer/videos/SubtitleDialog.tsx:108 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:87 msgid "Alt text" msgstr "대체 텍스트" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:182 msgid "Alt Text" msgstr "대체 텍스트" @@ -489,30 +522,45 @@ msgstr "이전 주소인 {0}(으)로 이메일을 보냈습니다. 이 이메일 msgid "An error has occurred" msgstr "오류 발생" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:314 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:413 msgid "An error occurred" msgstr "오류 발생" +#: src/state/queries/video/video.ts:232 +msgid "An error occurred while compressing the video." +msgstr "동영상을 압축하는 동안 오류가 발생했습니다." + #: src/components/StarterPack/ProfileStarterPacks.tsx:315 msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "스타터 팩을 만드는 동안 오류가 발생했습니다. 다시 시도하시겠습니까?" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:69 -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:135 msgid "An error occurred while loading the video. Please try again later." msgstr "동영상을 불러오는 동안 오류가 발생했습니다. 나중에 다시 시도하세요." +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:174 +msgid "An error occurred while loading the video. Please try again." +msgstr "동영상을 불러오는 동안 오류가 발생했습니다. 다시 시도하세요." + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:250 +msgid "An error occurred while saving the image!" +msgstr "이미지를 저장하는 동안 오류가 발생했습니다" + #: src/components/StarterPack/QrCodeDialog.tsx:71 #: src/components/StarterPack/ShareDialog.tsx:79 msgid "An error occurred while saving the QR code!" msgstr "QR 코드를 저장하는 동안 오류가 발생했습니다" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:75 +msgid "An error occurred while selecting the video" +msgstr "동영상을 선택하는 동안 오류가 발생했습니다" + #: src/screens/StarterPack/StarterPackScreen.tsx:336 #: src/screens/StarterPack/StarterPackScreen.tsx:358 msgid "An error occurred while trying to follow all" msgstr "모두 팔로우하려고 하는 동안 오류가 발생했습니다" -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:199 msgid "An error occurred while uploading the video." msgstr "동영상을 업로드하는 동안 오류가 발생했습니다." @@ -530,14 +578,14 @@ msgstr "채팅을 여는 동안 문제가 발생했습니다" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:319 -#: src/components/ProfileCard.tsx:339 +#: src/components/ProfileCard.tsx:324 +#: src/components/ProfileCard.tsx:344 #: src/view/com/profile/FollowButton.tsx:36 #: src/view/com/profile/FollowButton.tsx:46 msgid "An issue occurred, please try again." msgstr "문제가 발생했습니다. 다시 시도해 주세요." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "알 수 없는 오류가 발생했습니다" @@ -547,8 +595,8 @@ msgid "an unknown labeler" msgstr "알 수 없는 라벨러" #: src/components/WhoCanReply.tsx:295 -#: src/view/com/notifications/FeedItem.tsx:235 -#: src/view/com/notifications/FeedItem.tsx:324 +#: src/view/com/notifications/FeedItem.tsx:231 +#: src/view/com/notifications/FeedItem.tsx:320 msgid "and" msgstr "및" @@ -557,7 +605,7 @@ msgstr "및" msgid "Animals" msgstr "동물" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:139 msgid "Animated GIF" msgstr "움직이는 GIF" @@ -573,7 +621,7 @@ msgstr "누구나 상호작용할 수 있음" msgid "App Language" msgstr "앱 언어" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "앱 비밀번호 삭제됨" @@ -590,21 +638,21 @@ msgid "App password settings" msgstr "앱 비밀번호 설정" #: src/Navigation.tsx:286 -#: src/view/screens/AppPasswords.tsx:192 +#: src/view/screens/AppPasswords.tsx:191 #: src/view/screens/Settings/index.tsx:672 msgid "App Passwords" msgstr "앱 비밀번호" -#: src/components/moderation/LabelsOnMeDialog.tsx:154 -#: src/components/moderation/LabelsOnMeDialog.tsx:157 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 +#: src/components/moderation/LabelsOnMeDialog.tsx:149 msgid "Appeal" msgstr "이의신청" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "\"{0}\" 라벨 이의신청" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "이의신청 제출함" @@ -634,7 +682,7 @@ msgstr "모양 설정" msgid "Apply default recommended feeds" msgstr "기본 추천 피드 적용하기" -#: src/view/screens/AppPasswords.tsx:282 +#: src/view/screens/AppPasswords.tsx:277 msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "앱 비밀번호 \"{name}\"을(를) 삭제하시겠습니까?" @@ -658,7 +706,7 @@ msgstr "피드에서 {0}을(를) 제거하시겠습니까?" msgid "Are you sure you want to remove this from your feeds?" msgstr "내 피드에서 이 피드를 삭제하시겠습니까?" -#: src/view/com/composer/Composer.tsx:772 +#: src/view/com/composer/Composer.tsx:838 msgid "Are you sure you'd like to discard this draft?" msgstr "이 초안을 삭제하시겠습니까?" @@ -679,19 +727,19 @@ msgstr "예술" msgid "Artistic or non-erotic nudity." msgstr "선정적이지 않거나 예술적인 노출." -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "3자 이상" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 -#: src/components/moderation/LabelsOnMeDialog.tsx:294 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:285 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:298 -#: src/screens/Login/LoginForm.tsx:304 +#: src/screens/Login/LoginForm.tsx:285 +#: src/screens/Login/LoginForm.tsx:291 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Messages/Conversation/ChatDisabled.tsx:133 @@ -715,7 +763,7 @@ msgstr "생년월일" msgid "Birthday:" msgstr "생년월일:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "차단" @@ -746,7 +794,7 @@ msgstr "리스트 차단" msgid "Block these accounts?" msgstr "이 계정들을 차단하시겠습니까?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:83 msgid "Blocked" msgstr "차단됨" @@ -800,6 +848,10 @@ msgstr "Bluesky는 호스팅 제공자를 선택할 수 있는 개방형 네트 msgid "Bluesky is better with friends!" msgstr "Bluesky는 친구와 함께하면 더 좋답니다!" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:206 +msgid "Bluesky now has over 10 million users, and I was #{0}!" +msgstr "Bluesky는 현재 천만 명이 넘는 사용자를 보유하고 있으며, 나는 {0}번째였습니다!" + #: src/components/StarterPack/ProfileStarterPacks.tsx:282 msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky가 네트워크에 있는 사람들 중에서 임의로 추천 계정 세트를 선택합니다." @@ -821,23 +873,27 @@ msgstr "이미지 흐리게 및 피드에서 필터링" msgid "Books" msgstr "책" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:621 +msgid "Brag a little!" +msgstr "자랑해 보세요!" + +#: src/components/FeedInterstitials.tsx:350 msgid "Browse more accounts on the Explore page" msgstr "탐색 페이지에서 더 많은 계정 찾아보기" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:483 msgid "Browse more feeds on the Explore page" msgstr "탐색 페이지에서 더 많은 피드 찾아보기" -#: src/components/FeedInterstitials.tsx:282 -#: src/components/FeedInterstitials.tsx:285 -#: src/components/FeedInterstitials.tsx:415 -#: src/components/FeedInterstitials.tsx:418 +#: src/components/FeedInterstitials.tsx:332 +#: src/components/FeedInterstitials.tsx:335 +#: src/components/FeedInterstitials.tsx:465 +#: src/components/FeedInterstitials.tsx:468 msgid "Browse more suggestions" msgstr "더 많은 추천 찾아보기" -#: src/components/FeedInterstitials.tsx:308 -#: src/components/FeedInterstitials.tsx:442 +#: src/components/FeedInterstitials.tsx:358 +#: src/components/FeedInterstitials.tsx:492 msgid "Browse more suggestions on the Explore page" msgstr "탐색 페이지에서 더 많은 추천 찾아보기" @@ -879,12 +935,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "글자, 숫자, 공백, 대시, 밑줄만 포함할 수 있습니다. 길이는 4자 이상이어야 하고 32자를 넘지 않아야 합니다." #: src/components/Menu/index.tsx:235 -#: src/components/Prompt.tsx:119 -#: src/components/Prompt.tsx:121 +#: src/components/Prompt.tsx:122 +#: src/components/Prompt.tsx:124 #: src/components/TagMenu/index.tsx:282 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:512 -#: src/view/com/composer/Composer.tsx:527 +#: src/view/com/composer/Composer.tsx:594 +#: src/view/com/composer/Composer.tsx:609 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -900,7 +956,7 @@ msgstr "글자, 숫자, 공백, 대시, 밑줄만 포함할 수 있습니다. #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "취소" @@ -929,7 +985,7 @@ msgstr "이미지 자르기 취소" msgid "Cancel profile editing" msgstr "프로필 편집 취소" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "게시물 인용 취소" @@ -945,6 +1001,25 @@ msgstr "검색 취소" msgid "Cancels opening the linked website" msgstr "연결된 웹사이트를 여는 것을 취소합니다" +#: src/state/shell/composer/index.tsx:70 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:114 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:155 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:191 +msgid "Cannot interact with a blocked user" +msgstr "차단된 사용자와 상호작용할 수 없습니다" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:135 +msgid "Captions (.vtt)" +msgstr "자막(.vtt)" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +msgid "Captions & alt text" +msgstr "자막 및 대체 텍스트" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:369 +msgid "Celebrating {0} users" +msgstr "사용자 {0}명 축하하기" + #: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "변경" @@ -985,8 +1060,8 @@ msgid "Change Your Email" msgstr "이메일 변경" #: src/Navigation.tsx:338 -#: src/view/shell/bottom-bar/BottomBar.tsx:204 -#: src/view/shell/desktop/LeftNav.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:201 +#: src/view/shell/desktop/LeftNav.tsx:301 msgid "Chat" msgstr "대화" @@ -1016,7 +1091,7 @@ msgstr "대화 언뮤트됨" msgid "Check my status" msgstr "내 상태 확인" -#: src/screens/Login/LoginForm.tsx:291 +#: src/screens/Login/LoginForm.tsx:278 msgid "Check your email for a login code and enter it here." msgstr "이메일에서 로그인 코드를 확인한 후 여기에 입력하세요." @@ -1024,14 +1099,6 @@ msgstr "이메일에서 로그인 코드를 확인한 후 여기에 입력하세 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "받은 편지함에서 아래에 입력할 인증 코드가 포함된 이메일이 있는지 확인하세요." -#: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "3개 이상 선택하세요." - -#: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "최소 {0}개 이상 선택하세요" - #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" msgstr "피드 선택" @@ -1048,7 +1115,7 @@ msgstr "사람들 선택" msgid "Choose Service" msgstr "서비스 선택" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "맞춤 피드를 구동할 알고리즘을 선택하세요." @@ -1101,7 +1168,7 @@ msgstr "이 게시물의 인용 게시물을 비활성화하려면 클릭하세 msgid "Click to enable quote posts of this post." msgstr "이 게시물의 인용 게시물을 활성화하려면 클릭하세요." -#: src/components/dms/MessageItem.tsx:231 +#: src/components/dms/MessageItem.tsx:232 msgid "Click to retry failed message" msgstr "클릭하여 메시지를 다시 보내기" @@ -1116,13 +1183,15 @@ msgstr "다그닥 🐴 다그닥 🐴" #: src/components/dialogs/GifSelect.ios.tsx:250 #: src/components/dialogs/GifSelect.tsx:270 #: src/components/dms/dialogs/SearchablePeopleList.tsx:261 +#: src/components/intents/VerifyEmailIntentDialog.tsx:111 +#: src/components/intents/VerifyEmailIntentDialog.tsx:118 #: src/components/NewskieDialog.tsx:146 #: src/components/NewskieDialog.tsx:153 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:131 #: src/view/com/modals/ChangePassword.tsx:268 #: src/view/com/modals/ChangePassword.tsx:271 -#: src/view/com/util/post-embeds/GifEmbed.tsx:195 +#: src/view/com/util/post-embeds/GifEmbed.tsx:188 msgid "Close" msgstr "닫기" @@ -1177,7 +1246,7 @@ msgstr "하단 탐색 막대를 닫습니다" msgid "Closes password update alert" msgstr "비밀번호 변경 알림을 닫습니다" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:606 msgid "Closes post composer and discards post draft" msgstr "게시물 작성 상자를 닫고 게시물 초안을 삭제합니다" @@ -1185,11 +1254,11 @@ msgstr "게시물 작성 상자를 닫고 게시물 초안을 삭제합니다" msgid "Closes viewer for header image" msgstr "헤더 이미지 뷰어를 닫습니다" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "사용자 목록 접기" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "이 알림에 대한 사용자 목록을 축소합니다" @@ -1208,7 +1277,7 @@ msgstr "만화" msgid "Community Guidelines" msgstr "커뮤니티 가이드라인" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "온보딩 완료 후 계정 사용 시작" @@ -1216,7 +1285,7 @@ msgstr "온보딩 완료 후 계정 사용 시작" msgid "Complete the challenge" msgstr "챌린지 완료하기" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:714 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "최대 {MAX_GRAPHEME_LENGTH}자 길이까지 글을 작성할 수 있습니다" @@ -1224,10 +1293,6 @@ msgstr "최대 {MAX_GRAPHEME_LENGTH}자 길이까지 글을 작성할 수 있습 msgid "Compose reply" msgstr "답글 작성하기" -#: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 -msgid "Compressing..." -msgstr "압축 중..." - #: src/components/moderation/LabelPreference.tsx:81 msgid "Configure content filtering setting for category: {name}" msgstr "{name} 카테고리에 대한 콘텐츠 필터링 설정을 구성합니다." @@ -1236,8 +1301,8 @@ msgstr "{name} 카테고리에 대한 콘텐츠 필터링 설정을 구성합니 msgid "Configured in <0>moderation settings." msgstr "<0>검토 설정에서 설정합니다." -#: src/components/Prompt.tsx:162 #: src/components/Prompt.tsx:165 +#: src/components/Prompt.tsx:168 #: src/view/com/modals/SelfLabel.tsx:155 #: src/view/com/modals/VerifyEmail.tsx:239 #: src/view/com/modals/VerifyEmail.tsx:241 @@ -1267,7 +1332,7 @@ msgstr "나이를 확인하세요:" msgid "Confirm your birthdate" msgstr "생년월일 확인" -#: src/screens/Login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:259 #: src/view/com/modals/ChangeEmail.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:238 #: src/view/com/modals/DeleteAccount.tsx:244 @@ -1277,7 +1342,7 @@ msgstr "생년월일 확인" msgid "Confirmation code" msgstr "인증 코드" -#: src/screens/Login/LoginForm.tsx:325 +#: src/screens/Login/LoginForm.tsx:312 msgid "Connecting..." msgstr "연결 중…" @@ -1319,7 +1384,7 @@ msgstr "콘텐츠 경고" msgid "Context menu backdrop, click to close the menu." msgstr "컨텍스트 메뉴 배경을 클릭하여 메뉴를 닫습니다." -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "계속" @@ -1332,7 +1397,7 @@ msgstr "{0}(으)로 계속하기 (현재 로그인)" msgid "Continue thread..." msgstr "스레드 더 보기..." -#: src/screens/Onboarding/StepInterests/index.tsx:275 +#: src/screens/Onboarding/StepInterests/index.tsx:255 #: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/BackNextButtons.tsx:59 msgid "Continue to next step" @@ -1360,7 +1425,7 @@ msgstr "빌드 버전 클립보드에 복사됨" #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:234 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:368 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:392 msgid "Copied to clipboard" msgstr "클립보드에 복사됨" @@ -1438,6 +1503,10 @@ msgstr "리스트를 불러올 수 없습니다" msgid "Could not mute chat" msgstr "대화를 뮤트할 수 없습니다" +#: src/view/com/composer/videos/VideoPreview.web.tsx:56 +msgid "Could not process your video" +msgstr "동영상을 처리할 수 없습니다" + #: src/components/StarterPack/ProfileStarterPacks.tsx:272 msgid "Create" msgstr "만들기" @@ -1495,7 +1564,7 @@ msgstr "새 계정 만들기" msgid "Create report for {0}" msgstr "{0}에 대한 신고 작성하기" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "{0}에 생성됨" @@ -1543,7 +1612,7 @@ msgstr "어두운 모드" msgid "Dark theme" msgstr "어두운 테마" -#: src/screens/Signup/StepInfo/index.tsx:191 +#: src/screens/Signup/StepInfo/index.tsx:192 msgid "Date of birth" msgstr "생년월일" @@ -1569,7 +1638,7 @@ msgstr "디버그 패널" #: src/screens/StarterPack/StarterPackScreen.tsx:652 #: src/screens/StarterPack/StarterPackScreen.tsx:732 #: src/view/com/util/forms/PostDropdownBtn.tsx:629 -#: src/view/screens/AppPasswords.tsx:285 +#: src/view/screens/AppPasswords.tsx:280 #: src/view/screens/ProfileList.tsx:723 msgid "Delete" msgstr "삭제" @@ -1582,11 +1651,11 @@ msgstr "계정 삭제" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "<0>\"<1>{0}<2>\" 계정 삭제" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "앱 비밀번호 삭제" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "앱 비밀번호를 삭제하시겠습니까?" @@ -1641,7 +1710,7 @@ msgstr "이 리스트를 삭제하시겠습니까?" msgid "Delete this post?" msgstr "이 게시물을 삭제하시겠습니까?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:93 msgid "Deleted" msgstr "삭제됨" @@ -1677,7 +1746,7 @@ msgstr "인용을 해제하시겠습니까?" msgid "Dialog: adjust who can interact with this post" msgstr "대화 상자: 이 게시물과 상호작용할 수 있는 사람 조정하기" -#: src/view/com/composer/Composer.tsx:327 +#: src/view/com/composer/Composer.tsx:355 msgid "Did you want to say anything?" msgstr "하고 싶은 말이 없나요?" @@ -1691,8 +1760,8 @@ msgid "Direct messages are here!" msgstr "다이렉트 메시지가 생겼습니다!" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" -msgstr "GIF 자동 재생 끄기" +msgid "Disable autoplay for videos and GIFs" +msgstr "동영상 및 GIF 자동 재생 끄기" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 msgid "Disable Email 2FA" @@ -1702,7 +1771,7 @@ msgstr "이메일 2단계 인증 끄기" msgid "Disable haptic feedback" msgstr "햅틱 피드백 끄기" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:379 msgid "Disable subtitles" msgstr "자막 사용 안 함" @@ -1715,11 +1784,11 @@ msgstr "자막 사용 안 함" msgid "Disabled" msgstr "사용 안 함" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:840 msgid "Discard" msgstr "삭제" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:837 msgid "Discard draft?" msgstr "초안 삭제" @@ -1728,10 +1797,6 @@ msgstr "초안 삭제" msgid "Discourage apps from showing my account to logged-out users" msgstr "앱이 로그아웃한 사용자에게 내 계정을 표시하지 않도록 설정하기" -#: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "Discover 피드는 탐색하며 내가 어떤 게시물을 좋아하는지 학습합니다." - #: src/view/com/posts/FollowingEmptyState.tsx:70 #: src/view/com/posts/FollowingEndOfFeed.tsx:71 msgid "Discover new custom feeds" @@ -1745,11 +1810,7 @@ msgstr "새 피드 발견하기" msgid "Discover New Feeds" msgstr "새 피드 발견하기" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 -msgid "Dismiss" -msgstr "닫기" - -#: src/view/com/composer/Composer.tsx:612 +#: src/view/com/composer/Composer.tsx:1107 msgid "Dismiss error" msgstr "오류 무시" @@ -1781,7 +1842,7 @@ msgstr "내가 팔로우하는 사용자에게는 이 뮤트 단어를 적용하 msgid "Does not include nudity." msgstr "노출을 포함하지 않습니다." -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "하이픈으로 시작하거나 끝나지 않음" @@ -1801,6 +1862,8 @@ msgstr "도메인을 확인했습니다." #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/composer/videos/SubtitleDialog.tsx:171 +#: src/view/com/composer/videos/SubtitleDialog.tsx:181 #: src/view/com/modals/AddAppPasswords.tsx:243 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 @@ -1823,7 +1886,7 @@ msgstr "완료" msgid "Done{extraText}" msgstr "완료{extraText}" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "Bluesky 다운로드" @@ -1832,7 +1895,11 @@ msgstr "Bluesky 다운로드" msgid "Download CAR file" msgstr "CAR 파일 다운로드" -#: src/view/com/composer/text-input/TextInput.web.tsx:271 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:629 +msgid "Download image" +msgstr "이미지 다운로드" + +#: src/view/com/composer/text-input/TextInput.web.tsx:269 msgid "Drop to add images" msgstr "드롭하여 이미지 추가" @@ -1893,7 +1960,7 @@ msgctxt "action" msgid "Edit" msgstr "편집" -#: src/view/com/util/UserAvatar.tsx:328 +#: src/view/com/util/UserAvatar.tsx:334 #: src/view/com/util/UserBanner.tsx:92 msgid "Edit avatar" msgstr "아바타 편집" @@ -1941,12 +2008,12 @@ msgid "Edit post interaction settings" msgstr "게시물 상호작용 설정 편집하기" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "프로필 편집" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:187 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "프로필 편집" @@ -1992,6 +2059,10 @@ msgstr "이메일 2단계 인증을 비활성화했습니다" msgid "Email address" msgstr "이메일 주소" +#: src/components/intents/VerifyEmailIntentDialog.tsx:95 +msgid "Email Resent" +msgstr "이메일 다시 전송됨" + #: src/view/com/modals/ChangeEmail.tsx:54 #: src/view/com/modals/ChangeEmail.tsx:83 msgid "Email updated" @@ -2003,7 +2074,11 @@ msgstr "이메일 변경됨" #: src/view/com/modals/VerifyEmail.tsx:85 msgid "Email verified" -msgstr "이메일 확인됨" +msgstr "이메일 인증됨" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "이메일 인증됨" #: src/view/screens/Settings/index.tsx:319 msgid "Email:" @@ -2045,7 +2120,7 @@ msgstr "미디어 플레이어를 사용할 외부 사이트" msgid "Enable priority notifications" msgstr "우선순위 알림 사용" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:380 msgid "Enable subtitles" msgstr "자막 사용" @@ -2059,13 +2134,13 @@ msgstr "이 소스에서만 사용" msgid "Enabled" msgstr "사용" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "피드 끝" -#: src/tours/Tooltip.tsx:159 -msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." -msgstr "온보딩 투어 창이 종료됐습니다. 앞으로 이동하지 마세요. 대신 뒤로 이동하여 더 많은 옵션을 보거나 건너뛰려면 누르세요." +#: src/view/com/composer/videos/SubtitleDialog.tsx:161 +msgid "Ensure you have selected a language for each subtitle file." +msgstr "각 자막 파일에 대한 언어를 선택했는지 확인하세요." #: src/view/com/modals/AddAppPasswords.tsx:161 msgid "Enter a name for this App Password" @@ -2121,11 +2196,11 @@ msgstr "사용자 이름 및 비밀번호 입력" msgid "Error occurred while saving file" msgstr "파일을 저장하는 동안 오류가 발생했습니다" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "캡차 응답을 수신하는 동안 오류가 발생했습니다." -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "오류:" @@ -2149,11 +2224,11 @@ msgstr "누구나 이 게시물에 답글을 달 수 있습니다." msgid "Everyone" msgstr "모두" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "과도한 멘션 또는 답글" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "과도하거나 원치 않는 메시지" @@ -2165,6 +2240,10 @@ msgstr "내가 팔로우하는 사용자 제외하기" msgid "Excludes users you follow" msgstr "내가 팔로우하는 사용자 제외" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:397 +msgid "Exit fullscreen" +msgstr "전체화면 나가기" + #: src/view/com/modals/DeleteAccount.tsx:293 msgid "Exits account deletion process" msgstr "계정 삭제 프로세스를 종료합니다" @@ -2189,7 +2268,7 @@ msgstr "검색어 입력을 종료합니다" msgid "Expand alt text" msgstr "대체 텍스트 확장" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "사용자 목록 펼치기" @@ -2304,11 +2383,11 @@ msgstr "이미지를 저장하지 못함: {0}" msgid "Failed to save notification preferences, please try again" msgstr "알림 설정을 저장하지 못했습니다. 다시 시도해 주세요" -#: src/components/dms/MessageItem.tsx:224 +#: src/components/dms/MessageItem.tsx:225 msgid "Failed to send" msgstr "전송 실패" -#: src/components/moderation/LabelsOnMeDialog.tsx:234 +#: src/components/moderation/LabelsOnMeDialog.tsx:225 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "이의신청을 제출하지 못했습니다. 다시 시도해 주세요." @@ -2326,6 +2405,13 @@ msgstr "피드를 업데이트하지 못했습니다" msgid "Failed to update settings" msgstr "설정을 업데이트하지 못했습니다" +#: src/state/queries/video/video-upload.ts:67 +#: src/state/queries/video/video-upload.web.ts:64 +#: src/state/queries/video/video-upload.web.ts:68 +#: src/state/queries/video/video-upload.web.ts:78 +msgid "Failed to upload video" +msgstr "동영상을 업로드하지 못했습니다" + #: src/Navigation.tsx:226 msgid "Feed" msgstr "피드" @@ -2348,9 +2434,9 @@ msgstr "피드백" #: src/screens/StarterPack/StarterPackScreen.tsx:172 #: src/view/screens/Feeds.tsx:445 #: src/view/screens/Feeds.tsx:550 -#: src/view/screens/Profile.tsx:213 +#: src/view/screens/Profile.tsx:224 #: src/view/screens/Search/Search.tsx:375 -#: src/view/shell/desktop/LeftNav.tsx:379 +#: src/view/shell/desktop/LeftNav.tsx:373 #: src/view/shell/Drawer.tsx:497 #: src/view/shell/Drawer.tsx:498 msgid "Feeds" @@ -2376,7 +2462,7 @@ msgstr "파일을 성공적으로 저장했습니다!" msgid "Filter from feeds" msgstr "피드에서 필터링" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "마무리 중" @@ -2386,10 +2472,6 @@ msgstr "마무리 중" msgid "Find accounts to follow" msgstr "팔로우할 계정 찾아보기" -#: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "탐색 페이지에서 팔로우할 피드와 계정을 더 찾아보세요." - #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" msgstr "Bluesky에서 게시물 및 사용자 찾기" @@ -2406,15 +2488,11 @@ msgstr "대화 스레드를 미세 조정합니다." msgid "Finish" msgstr "완료" -#: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "투어 완료 및 애플리케이션 시작" - #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "건강" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "유연성" @@ -2428,11 +2506,11 @@ msgid "Flip vertically" msgstr "세로로 뒤집기" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:351 +#: src/components/ProfileCard.tsx:356 #: src/components/ProfileHoverCard/index.web.tsx:446 #: src/components/ProfileHoverCard/index.web.tsx:457 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:252 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:225 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 msgid "Follow" msgstr "팔로우" @@ -2441,8 +2519,8 @@ msgctxt "action" msgid "Follow" msgstr "팔로우" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:238 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:209 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:126 msgid "Follow {0}" msgstr "{0} 님을 팔로우" @@ -2464,7 +2542,13 @@ msgstr "계정 팔로우" msgid "Follow all" msgstr "모두 팔로우" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:223 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 +msgid "Follow Back" +msgstr "맞팔로우" + +#: src/view/com/profile/FollowButton.tsx:79 +msgctxt "action" msgid "Follow Back" msgstr "맞팔로우" @@ -2492,16 +2576,16 @@ msgstr "<0>{0} 님, <1>{1} 님 외 {2, plural, other {#}}명이 팔로 msgid "Followed users" msgstr "팔로우한 사용자" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "이(가) 나를 팔로우했습니다" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" msgstr "이(가) 나를 맞팔로우했습니다" -#: src/view/com/profile/ProfileFollowers.tsx:104 -#: src/view/screens/ProfileFollowers.tsx:25 +#: src/view/screens/ProfileFollowers.tsx:29 +#: src/view/screens/ProfileFollowers.tsx:30 msgid "Followers" msgstr "팔로워" @@ -2515,20 +2599,20 @@ msgid "Followers you know" msgstr "내가 아는 팔로워" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:345 +#: src/components/ProfileCard.tsx:350 #: src/components/ProfileHoverCard/index.web.tsx:445 #: src/components/ProfileHoverCard/index.web.tsx:456 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 -#: src/view/com/profile/ProfileFollows.tsx:104 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:147 #: src/view/screens/Feeds.tsx:630 -#: src/view/screens/ProfileFollows.tsx:25 +#: src/view/screens/ProfileFollows.tsx:29 +#: src/view/screens/ProfileFollows.tsx:30 #: src/view/screens/SavedFeeds.tsx:416 msgid "Following" msgstr "팔로우 중" -#: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/components/ProfileCard.tsx:316 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "{0} 님을 팔로우했습니다" @@ -2546,10 +2630,6 @@ msgstr "팔로우 중 피드 설정" msgid "Following Feed Preferences" msgstr "팔로우 중 피드 설정" -#: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "팔로우 중 피드는 내가 팔로우하는 사람들의 최신 게시물을 표시합니다." - #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" msgstr "나를 팔로우함" @@ -2580,11 +2660,11 @@ msgstr "무기한" msgid "Forgot Password" msgstr "비밀번호 분실" -#: src/screens/Login/LoginForm.tsx:246 +#: src/screens/Login/LoginForm.tsx:233 msgid "Forgot password?" msgstr "비밀번호를 잊으셨나요?" -#: src/screens/Login/LoginForm.tsx:257 +#: src/screens/Login/LoginForm.tsx:244 msgid "Forgot?" msgstr "분실" @@ -2592,15 +2672,19 @@ msgstr "분실" msgid "Frequently Posts Unwanted Content" msgstr "잦은 원치 않는 콘텐츠 게시" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "@{sanitizedAuthor} 님의 태그" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "<0/>에서" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:398 +msgid "Fullscreen" +msgstr "전체화면" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "갤러리" @@ -2626,7 +2710,7 @@ msgstr "시작하기" msgid "Getting started" msgstr "시작하기" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:122 msgid "GIF" msgstr "GIF" @@ -2645,7 +2729,7 @@ msgstr "명백한 법률 또는 서비스 이용약관 위반 행위" #: src/view/screens/NotFound.tsx:55 #: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:1026 -#: src/view/shell/desktop/LeftNav.tsx:134 +#: src/view/shell/desktop/LeftNav.tsx:133 msgid "Go back" msgstr "뒤로" @@ -2685,7 +2769,7 @@ msgstr "홈으로 이동" msgid "Go to conversation with {0}" msgstr "{0} 님과의 대화로 이동합니다" -#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:171 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Go to next" msgstr "다음" @@ -2694,10 +2778,6 @@ msgstr "다음" msgid "Go to profile" msgstr "프로필로 가기" -#: src/tours/Tooltip.tsx:138 -msgid "Go to the next step of the tour" -msgstr "둘러보기 다음 단계로 이동" - #: src/components/dms/ConvoMenu.tsx:164 msgid "Go to user's profile" msgstr "사용자의 프로필로 가기" @@ -2762,7 +2842,7 @@ msgstr "숨겨진 리스트" msgid "Hide" msgstr "숨기기" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "숨기기" @@ -2796,7 +2876,7 @@ msgstr "이 게시물을 숨기시겠습니까?" msgid "Hide this reply?" msgstr "이 답글을 숨기시겠습니까?" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "사용자 리스트 숨기기" @@ -2828,10 +2908,14 @@ msgstr "이 데이터를 불러오는 데 문제가 있는 것 같습니다. 자 msgid "Hmmmm, we couldn't load that moderation service." msgstr "검토 서비스를 불러올 수 없습니다." -#: src/Navigation.tsx:549 -#: src/Navigation.tsx:569 -#: src/view/shell/bottom-bar/BottomBar.tsx:160 -#: src/view/shell/desktop/LeftNav.tsx:342 +#: src/state/queries/video/video.ts:165 +msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" +msgstr "잠깐! 동영상에 대한 접근 권한이 점차적으로 제공되고 있지만 아직은 기다려야 합니다. 나중에 다시 확인해 주세요!" + +#: src/Navigation.tsx:550 +#: src/Navigation.tsx:570 +#: src/view/shell/bottom-bar/BottomBar.tsx:159 +#: src/view/shell/desktop/LeftNav.tsx:341 #: src/view/shell/Drawer.tsx:429 #: src/view/shell/Drawer.tsx:430 msgid "Home" @@ -2842,7 +2926,7 @@ msgid "Host:" msgstr "호스트:" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:180 +#: src/screens/Login/LoginForm.tsx:169 #: src/screens/Signup/StepInfo/index.tsx:106 #: src/view/com/modals/ChangeHandle.tsx:275 msgid "Hosting provider" @@ -2881,7 +2965,7 @@ msgstr "아무것도 선택하지 않으면 모든 연령대에 적합하다는 #: src/screens/Signup/StepInfo/Policies.tsx:89 msgid "If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf." -msgstr "해당 국가의 법률에 따라 아직 성인이 아닌 경우, 부모 또는 법적 보호자가 대신 이 약관을 읽어야 합니다." +msgstr "해당 국가의 법률에 따라 아직 성인이 아닌 경우 부모 또는 법적 보호자가 대신 이 약관을 읽어야 합니다." #: src/view/screens/ProfileList.tsx:720 msgid "If you delete this list, you won't be able to recover it." @@ -2903,7 +2987,7 @@ msgstr "핸들이나 이메일을 변경하려는 경우 비활성화하기 전 msgid "Illegal and Urgent" msgstr "불법 및 긴급 사항" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:56 msgid "Image" msgstr "이미지" @@ -2911,6 +2995,7 @@ msgstr "이미지" msgid "Image alt text" msgstr "이미지 대체 텍스트" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:247 #: src/components/StarterPack/ShareDialog.tsx:76 msgid "Image saved to your camera roll!" msgstr "이미지를 사진 보관함에 저장했습니다" @@ -2919,7 +3004,11 @@ msgstr "이미지를 사진 보관함에 저장했습니다" msgid "Impersonation or false claims about identity or affiliation" msgstr "신원 또는 소속에 대한 사칭 또는 허위 주장" -#: src/lib/moderation/useReportOptions.ts:86 +#: src/lib/moderation/useReportOptions.ts:68 +msgid "Impersonation, misinformation, or false claims" +msgstr "사칭, 허위 정보 또는 허위 주장" + +#: src/lib/moderation/useReportOptions.ts:91 msgid "Inappropriate messages or explicit links" msgstr "부적절한 메시지 또는 노골적인 링크" @@ -2943,15 +3032,15 @@ msgstr "새 비밀번호를 입력합니다" msgid "Input password for account deletion" msgstr "계정을 삭제하기 위해 비밀번호를 입력합니다" -#: src/screens/Login/LoginForm.tsx:286 +#: src/screens/Login/LoginForm.tsx:273 msgid "Input the code which has been emailed to you" msgstr "이메일로 전송된 코드를 입력합니다" -#: src/screens/Login/LoginForm.tsx:215 +#: src/screens/Login/LoginForm.tsx:203 msgid "Input the username or email address you used at signup" msgstr "가입 시 사용한 사용자 이름 또는 이메일 주소를 입력합니다" -#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Login/LoginForm.tsx:228 msgid "Input your password" msgstr "비밀번호를 입력합니다" @@ -2959,7 +3048,7 @@ msgstr "비밀번호를 입력합니다" msgid "Input your preferred hosting provider" msgstr "선호하는 호스팅 제공자를 입력합니다" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "사용자 핸들을 입력합니다" @@ -2971,7 +3060,7 @@ msgstr "상호작용 제한됨" msgid "Introducing Direct Messages" msgstr "다이렉트 메시지 소개" -#: src/screens/Login/LoginForm.tsx:140 +#: src/screens/Login/LoginForm.tsx:145 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "잘못된 2단계 인증 코드입니다." @@ -2980,10 +3069,15 @@ msgstr "잘못된 2단계 인증 코드입니다." msgid "Invalid or unsupported post record" msgstr "유효하지 않거나 지원되지 않는 게시물 기록" -#: src/screens/Login/LoginForm.tsx:145 +#: src/screens/Login/LoginForm.tsx:91 +#: src/screens/Login/LoginForm.tsx:150 msgid "Invalid username or password" msgstr "잘못된 사용자 이름 또는 비밀번호" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "잘못된 인증 코드" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "친구 초대하기" @@ -2992,7 +3086,7 @@ msgstr "친구 초대하기" msgid "Invite code" msgstr "초대 코드" -#: src/screens/Signup/state.ts:263 +#: src/screens/Signup/state.ts:258 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "초대 코드가 올바르지 않습니다. 코드를 올바르게 입력했는지 확인한 후 다시 시도하세요." @@ -3020,6 +3114,10 @@ msgstr "개인적인 초대" msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "아직은 나밖에 없습니다. 위에서 검색하여 스타터 팩에 더 많은 사람을 추가하세요." +#: src/view/com/composer/Composer.tsx:1126 +msgid "Job ID: {0}" +msgstr "작업 ID: {0}" + #: src/view/com/auth/SplashScreen.web.tsx:164 msgid "Jobs" msgstr "채용" @@ -3035,6 +3133,10 @@ msgstr "Bluesky 가입하기" msgid "Join the conversation" msgstr "대화에 참여하기" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:498 +msgid "Joined {0}" +msgstr "{0}에 가입함" + #: src/screens/Onboarding/index.tsx:21 #: src/screens/Onboarding/state.ts:89 msgid "Journalism" @@ -3048,7 +3150,7 @@ msgstr "{0}이(가) 라벨 지정함." msgid "Labeled by the author." msgstr "작성자가 라벨 지정함." -#: src/view/screens/Profile.tsx:207 +#: src/view/screens/Profile.tsx:218 msgid "Labels" msgstr "라벨" @@ -3056,11 +3158,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:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "내 계정의 라벨" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "내 콘텐츠의 라벨" @@ -3081,7 +3183,7 @@ msgstr "언어 설정" msgid "Languages" msgstr "언어" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "최신" @@ -3151,8 +3253,7 @@ msgstr "직접 선택하기" msgid "Let's get your password reset!" msgstr "비밀번호를 재설정해 봅시다!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "출발!" @@ -3181,22 +3282,22 @@ msgstr "이 피드에 좋아요 표시" msgid "Liked by" msgstr "좋아요 표시한 사용자" -#: src/screens/Post/PostLikedBy.tsx:29 +#: src/screens/Post/PostLikedBy.tsx:31 +#: src/screens/Post/PostLikedBy.tsx:32 #: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 -#: src/view/com/post-thread/PostLikedBy.tsx:94 #: src/view/screens/ProfileFeedLikedBy.tsx:28 msgid "Liked By" msgstr "좋아요 표시한 사용자" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "이(가) 내 맞춤 피드를 좋아합니다" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "이(가) 내 게시물을 좋아합니다" -#: src/view/screens/Profile.tsx:212 +#: src/view/screens/Profile.tsx:223 msgid "Likes" msgstr "좋아요" @@ -3250,9 +3351,9 @@ msgid "List unmuted" msgstr "리스트 언뮤트됨" #: src/Navigation.tsx:130 -#: src/view/screens/Profile.tsx:208 -#: src/view/screens/Profile.tsx:215 -#: src/view/shell/desktop/LeftNav.tsx:385 +#: src/view/screens/Profile.tsx:219 +#: src/view/screens/Profile.tsx:226 +#: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:513 #: src/view/shell/Drawer.tsx:514 msgid "Lists" @@ -3278,7 +3379,7 @@ msgstr "추천 팔로우 더 불러오기" msgid "Load new notifications" msgstr "새 알림 불러오기" -#: src/screens/Profile/Sections/Feed.tsx:87 +#: src/screens/Profile/Sections/Feed.tsx:94 #: src/view/com/feeds/FeedPage.tsx:136 #: src/view/screens/ProfileFeed.tsx:495 #: src/view/screens/ProfileList.tsx:805 @@ -3351,7 +3452,7 @@ msgid "Mark as read" msgstr "읽음으로 표시" #: src/view/screens/AccessibilitySettings.tsx:106 -#: src/view/screens/Profile.tsx:211 +#: src/view/screens/Profile.tsx:222 msgid "Media" msgstr "미디어" @@ -3381,12 +3482,12 @@ msgstr "메시지 삭제됨" msgid "Message from server: {0}" msgstr "서버에서 보낸 메시지: {0}" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" msgstr "메시지 입력 필드" -#: src/screens/Messages/Conversation/MessageInput.tsx:70 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:49 +#: src/screens/Messages/Conversation/MessageInput.tsx:72 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:59 msgid "Message is too long" msgstr "메시지가 너무 깁니다" @@ -3394,7 +3495,7 @@ msgstr "메시지가 너무 깁니다" msgid "Message settings" msgstr "메시지 설정" -#: src/Navigation.tsx:564 +#: src/Navigation.tsx:565 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -3405,6 +3506,10 @@ msgstr "메시지" msgid "Misleading Account" msgstr "오해의 소지가 있는 계정" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "오해의 소지가 있는 게시물" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" msgstr "모드" @@ -3471,7 +3576,7 @@ msgstr "검토 도구" msgid "Moderator has chosen to set a general warning on the content." msgstr "검토자가 콘텐츠에 일반 경고를 설정했습니다." -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "더 보기" @@ -3496,11 +3601,15 @@ msgid "Music" msgstr "음악" #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 msgid "Mute" msgstr "뮤트" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:166 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:389 +msgctxt "video" +msgid "Mute" +msgstr "음소거" + #: src/components/TagMenu/index.web.tsx:116 msgid "Mute {truncatedTag}" msgstr "{truncatedTag} 뮤트" @@ -3569,10 +3678,6 @@ msgstr "스레드 뮤트" msgid "Mute words & tags" msgstr "단어 및 태그 뮤트" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Muted" -msgstr "뮤트됨" - #: src/screens/Moderation/index.tsx:264 msgid "Muted accounts" msgstr "뮤트한 계정" @@ -3607,7 +3712,7 @@ msgstr "내 생년월일" msgid "My Feeds" msgstr "내 피드" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "내 프로필" @@ -3629,9 +3734,9 @@ msgid "Name is required" msgstr "이름을 입력하세요" #: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:93 -#: src/lib/moderation/useReportOptions.ts:101 -#: src/lib/moderation/useReportOptions.ts:109 +#: 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 "이름 또는 설명이 커뮤니티 기준을 위반함" @@ -3644,12 +3749,12 @@ msgstr "자연" msgid "Navigate to {0}" msgstr "{0}(으)로 이동" -#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:73 +#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:76 msgid "Navigate to starter pack" msgstr "스타터 팩으로 이동합니다" -#: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:332 +#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/LoginForm.tsx:319 #: src/view/com/modals/ChangePassword.tsx:169 msgid "Navigates to the next screen" msgstr "다음 화면으로 이동합니다" @@ -3662,7 +3767,7 @@ msgstr "내 프로필로 이동합니다" msgid "Need to report a copyright violation?" msgstr "저작권 위반을 신고해야 하나요?" -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "팔로워 또는 데이터에 대한 접근 권한을 잃지 않습니다." @@ -3708,15 +3813,15 @@ msgstr "새 게시물" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:228 -#: src/view/screens/Profile.tsx:478 +#: src/view/screens/Profile.tsx:489 #: src/view/screens/ProfileFeed.tsx:429 #: src/view/screens/ProfileList.tsx:237 #: src/view/screens/ProfileList.tsx:276 -#: src/view/shell/desktop/LeftNav.tsx:278 +#: src/view/shell/desktop/LeftNav.tsx:277 msgid "New post" msgstr "새 게시물" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "새 게시물" @@ -3739,9 +3844,9 @@ msgid "News" msgstr "뉴스" #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:331 -#: src/screens/Login/LoginForm.tsx:338 +#: src/screens/Login/ForgotPasswordForm.tsx:149 +#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:325 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/BackNextButtons.tsx:66 @@ -3749,7 +3854,6 @@ msgstr "뉴스" #: src/screens/StarterPack/Wizard/index.tsx:187 #: src/screens/StarterPack/Wizard/index.tsx:358 #: src/screens/StarterPack/Wizard/index.tsx:365 -#: src/tours/Tooltip.tsx:139 #: src/view/com/modals/ChangePassword.tsx:254 #: src/view/com/modals/ChangePassword.tsx:256 msgid "Next" @@ -3786,12 +3890,17 @@ msgstr "인기 GIF를 찾을 수 없습니다. Tenor에 문제가 있을 수 있 msgid "No feeds found. Try searching for something else." msgstr "피드를 찾을 수 없습니다. 다른 피드를 검색해 보세요." -#: src/components/ProfileCard.tsx:331 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 +#: src/components/LikedByList.tsx:78 +#: src/view/com/post-thread/PostLikedBy.tsx:85 +msgid "No likes yet" +msgstr "아직 좋아요 없음" + +#: src/components/ProfileCard.tsx:336 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "더 이상 {0} 님을 팔로우하지 않음" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "253자를 초과하지 않음" @@ -3805,7 +3914,7 @@ msgstr "더 이상 표시할 대화가 없습니다" #: src/view/com/notifications/Feed.tsx:121 msgid "No notifications yet!" -msgstr "아직 알림이 없습니다." +msgstr "아직 알림이 없습니다" #: src/components/dms/MessagesNUX.tsx:149 #: src/components/dms/MessagesNUX.tsx:152 @@ -3818,10 +3927,18 @@ msgstr "없음" msgid "No one but the author can quote this post." msgstr "이 게시물은 작성자 외에는 누구도 인용할 수 없습니다." -#: src/screens/Profile/Sections/Feed.tsx:59 +#: src/screens/Profile/Sections/Feed.tsx:64 msgid "No posts yet." msgstr "아직 게시물이 없습니다." +#: src/view/com/post-thread/PostQuotes.tsx:106 +msgid "No quotes yet" +msgstr "아직 인용 없음" + +#: src/view/com/post-thread/PostRepostedBy.tsx:78 +msgid "No reposts yet" +msgstr "아직 재게시 없음" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 #: src/view/com/composer/text-input/web/Autocomplete.tsx:195 msgid "No result" @@ -3860,11 +3977,20 @@ msgstr "사용하지 않음" msgid "Nobody" msgstr "없음" -#: src/components/LikedByList.tsx:79 +#: src/components/LikedByList.tsx:80 #: src/components/LikesDialog.tsx:99 +#: src/view/com/post-thread/PostLikedBy.tsx:87 msgid "Nobody has liked this yet. Maybe you should be the first!" msgstr "아직 아무도 좋아요를 누르지 않았습니다. 첫 번째가 되어 보세요!" +#: src/view/com/post-thread/PostQuotes.tsx:108 +msgid "Nobody has quoted this yet. Maybe you should be the first!" +msgstr "아직 아무도 인용하지 않았습니다. 첫 번째가 되어 보세요!" + +#: src/view/com/post-thread/PostRepostedBy.tsx:80 +msgid "Nobody has reposted this yet. Maybe you should be the first!" +msgstr "아직 아무도 재게시하지 않았습니다. 첫 번째가 되어 보세요!" + #: src/screens/StarterPack/Wizard/StepProfiles.tsx:103 msgid "Nobody was found. Try searching for someone else." msgstr "아무도 찾을 수 없습니다. 다른 사용자를 검색해 보세요." @@ -3874,7 +4000,7 @@ msgid "Non-sexual Nudity" msgstr "선정적이지 않은 노출" #: src/Navigation.tsx:125 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Not Found" msgstr "찾을 수 없음" @@ -3885,7 +4011,7 @@ msgstr "나중에 하기" #: src/view/com/profile/ProfileMenu.tsx:372 #: src/view/com/util/forms/PostDropdownBtn.tsx:654 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:332 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:356 msgid "Note about sharing" msgstr "공유 관련 참고 사항" @@ -3918,22 +4044,22 @@ msgstr "알림음" msgid "Notification Sounds" msgstr "알림음" -#: src/Navigation.tsx:559 +#: src/Navigation.tsx:560 #: src/view/screens/Notifications.tsx:145 #: src/view/screens/Notifications.tsx:155 #: src/view/screens/Notifications.tsx:203 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 -#: src/view/shell/desktop/LeftNav.tsx:362 +#: src/view/shell/bottom-bar/BottomBar.tsx:227 +#: src/view/shell/desktop/LeftNav.tsx:356 #: src/view/shell/Drawer.tsx:461 #: src/view/shell/Drawer.tsx:462 msgid "Notifications" msgstr "알림" -#: src/lib/hooks/useTimeAgo.ts:51 +#: src/lib/hooks/useTimeAgo.ts:122 msgid "now" msgstr "지금" -#: src/components/dms/MessageItem.tsx:169 +#: src/components/dms/MessageItem.tsx:170 msgid "Now" msgstr "지금" @@ -3941,7 +4067,7 @@ msgstr "지금" msgid "Nudity" msgstr "노출" -#: src/lib/moderation/useReportOptions.ts:73 +#: src/lib/moderation/useReportOptions.ts:78 msgid "Nudity or adult content not labeled as such" msgstr "누드 또는 성인 콘텐츠로 설정되지 않은 콘텐츠" @@ -3955,10 +4081,14 @@ msgstr "끄기" msgid "Oh no!" msgstr "이런!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "이런! 뭔가 잘못되었습니다." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:175 +msgid "Oh no! We weren't able to generate an image for you to share. Rest assured, we're glad you're here 🦋" +msgstr "이런! 공유할 이미지를 생성할 수 없습니다. 안심하고 방문해 주셔서 감사합니다." + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:339 msgid "OK" msgstr "확인" @@ -3971,38 +4101,34 @@ msgstr "확인" msgid "Oldest replies first" msgstr "오래된 순" -#: src/components/StarterPack/QrCode.tsx:69 -msgid "on" -msgstr "on" - -#: src/lib/hooks/useTimeAgo.ts:81 -msgid "on {str}" -msgstr "" +#: src/components/StarterPack/QrCode.tsx:70 +msgid "on<0><1/><2><3/>" +msgstr "<0><1/><2><3/>" #: src/view/screens/Settings/index.tsx:226 msgid "Onboarding reset" msgstr "온보딩 재설정" -#: src/tours/Tooltip.tsx:118 -msgid "Onboarding tour step {0}: {1}" -msgstr "온보딩 투어 단계 {0}: {1}" - -#: src/view/com/composer/Composer.tsx:589 +#: src/view/com/composer/Composer.tsx:671 msgid "One or more images is missing alt text." msgstr "하나 이상의 이미지에 대체 텍스트가 누락되었습니다." #: src/screens/Onboarding/StepProfile/index.tsx:117 msgid "Only .jpg and .png files are supported" -msgstr ".jpg 및 .png 파일만 지원합니다" +msgstr ".jpg 및 .png 파일만 지원됩니다" #: src/components/WhoCanReply.tsx:217 msgid "Only {0} can reply." msgstr "{0}만 답글을 달 수 있습니다." -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "문자, 숫자, 하이픈만 포함" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:39 +msgid "Only WebVTT (.vtt) files are supported" +msgstr "WebVTT(.vtt) 파일만 지원됩니다" + #: src/components/Lists.tsx:88 msgid "Oops, something went wrong!" msgstr "이런, 뭔가 잘못되었습니다!" @@ -4010,13 +4136,13 @@ msgstr "이런, 뭔가 잘못되었습니다!" #: src/components/Lists.tsx:199 #: src/components/StarterPack/ProfileStarterPacks.tsx:304 #: src/components/StarterPack/ProfileStarterPacks.tsx:313 -#: src/view/screens/AppPasswords.tsx:69 +#: src/view/screens/AppPasswords.tsx:68 #: src/view/screens/NotificationsSettings.tsx:45 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Oops!" msgstr "이런!" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "공개성" @@ -4033,8 +4159,9 @@ msgstr "아바타 생성기 열기" msgid "Open conversation options" msgstr "대화 옵션 열기" -#: src/view/com/composer/Composer.tsx:754 -#: src/view/com/composer/Composer.tsx:755 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:165 +#: src/view/com/composer/Composer.tsx:820 +#: src/view/com/composer/Composer.tsx:821 msgid "Open emoji picker" msgstr "이모티콘 선택기 열기" @@ -4169,7 +4296,7 @@ msgstr "사용자 지정 도메인을 사용하기 위한 대화 상자를 엽 msgid "Opens moderation settings" msgstr "검토 설정을 엽니다" -#: src/screens/Login/LoginForm.tsx:247 +#: src/screens/Login/LoginForm.tsx:234 msgid "Opens password reset form" msgstr "비밀번호 재설정 양식을 엽니다" @@ -4202,12 +4329,12 @@ msgstr "시스템 로그 페이지를 엽니다" msgid "Opens the threads preferences" msgstr "스레드 설정을 엽니다" -#: src/view/com/notifications/FeedItem.tsx:555 -#: src/view/com/util/UserAvatar.tsx:420 +#: src/view/com/notifications/FeedItem.tsx:551 +#: src/view/com/util/UserAvatar.tsx:426 msgid "Opens this profile" msgstr "이 프로필을 엽니다" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:95 msgid "Opens video picker" msgstr "동영상 선택기를 엽니다" @@ -4265,7 +4392,7 @@ msgstr "페이지를 찾을 수 없음" msgid "Page Not Found" msgstr "페이지를 찾을 수 없음" -#: src/screens/Login/LoginForm.tsx:225 +#: src/screens/Login/LoginForm.tsx:213 #: src/screens/Signup/StepInfo/index.tsx:162 #: src/view/com/modals/DeleteAccount.tsx:257 #: src/view/com/modals/DeleteAccount.tsx:264 @@ -4284,12 +4411,13 @@ msgstr "비밀번호 변경됨" msgid "Password updated!" msgstr "비밀번호 변경됨" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:366 msgid "Pause" msgstr "일시 정지" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:319 msgid "Pause video" msgstr "동영상 일시 정지" @@ -4348,43 +4476,44 @@ msgstr "고정한 피드" msgid "Pinned to your feeds" msgstr "내 피드에 고정됨" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:367 msgid "Play" msgstr "재생" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:131 msgid "Play {0}" msgstr "{0} 재생" -#: src/view/com/util/post-embeds/GifEmbed.tsx:43 +#: src/view/com/util/post-embeds/GifEmbed.tsx:45 msgid "Play or pause the GIF" msgstr "GIP를 재생하거나 일시 정지합니다" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:52 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:204 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:110 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:320 msgid "Play video" msgstr "동영상 재생" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:59 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:60 msgid "Play Video" msgstr "동영상 재생" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:130 msgid "Plays the GIF" msgstr "GIF를 재생합니다" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "핸들을 입력하세요." -#: src/screens/Signup/state.ts:215 +#: src/screens/Signup/state.ts:210 #: src/screens/Signup/StepInfo/index.tsx:81 msgid "Please choose your password." msgstr "비밀번호를 입력하세요." -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "인증 캡차를 완료해 주세요." @@ -4404,7 +4533,7 @@ msgstr "이 앱 비밀번호에 대해 고유한 이름을 입력하거나 무 msgid "Please enter a valid word, tag, or phrase to mute" msgstr "뮤트할 단어나 태그 또는 문구를 입력하세요" -#: src/screens/Signup/state.ts:201 +#: src/screens/Signup/state.ts:196 #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Please enter your email." msgstr "이메일을 입력하세요." @@ -4417,7 +4546,7 @@ msgstr "초대 코드를 입력하세요." msgid "Please enter your password as well:" msgstr "비밀번호를 입력하세요." -#: src/components/moderation/LabelsOnMeDialog.tsx:268 +#: src/components/moderation/LabelsOnMeDialog.tsx:259 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "{0} 님이 이 라벨을 잘못 적용했다고 생각하는 이유를 설명해 주세요" @@ -4434,7 +4563,7 @@ msgstr "@{0}(으)로 로그인하세요" msgid "Please Verify Your Email" msgstr "이메일 인증하기" -#: src/view/com/composer/Composer.tsx:331 +#: src/view/com/composer/Composer.tsx:359 msgid "Please wait for your link card to finish loading" msgstr "링크 카드를 완전히 불러올 때까지 기다려주세요" @@ -4447,13 +4576,13 @@ msgstr "정치" msgid "Porn" msgstr "음란물" -#: src/view/com/composer/Composer.tsx:564 -#: src/view/com/composer/Composer.tsx:571 +#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:653 msgctxt "action" msgid "Post" msgstr "게시하기" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "게시물" @@ -4509,7 +4638,7 @@ msgid "posts" msgstr "게시물" #: src/screens/StarterPack/StarterPackScreen.tsx:173 -#: src/view/screens/Profile.tsx:209 +#: src/view/screens/Profile.tsx:220 msgid "Posts" msgstr "게시물" @@ -4581,17 +4710,17 @@ msgstr "개인정보 처리방침" msgid "Privately chat with other users." msgstr "다른 사용자와 비공개로 대화하세요." -#: src/screens/Login/ForgotPasswordForm.tsx:156 +#: src/screens/Login/ForgotPasswordForm.tsx:155 msgid "Processing..." msgstr "처리 중…" -#: src/view/screens/DebugMod.tsx:895 -#: src/view/screens/Profile.tsx:346 +#: src/view/screens/DebugMod.tsx:896 +#: src/view/screens/Profile.tsx:357 msgid "profile" msgstr "프로필" -#: src/view/shell/bottom-bar/BottomBar.tsx:275 -#: src/view/shell/desktop/LeftNav.tsx:393 +#: src/view/shell/bottom-bar/BottomBar.tsx:272 +#: src/view/shell/desktop/LeftNav.tsx:387 #: src/view/shell/Drawer.tsx:78 #: src/view/shell/Drawer.tsx:546 #: src/view/shell/Drawer.tsx:547 @@ -4606,7 +4735,7 @@ msgstr "프로필 업데이트됨" msgid "Protect your account by verifying your email." msgstr "이메일을 인증하여 계정을 보호하세요." -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "공공성" @@ -4618,11 +4747,11 @@ msgstr "일괄 뮤트하거나 차단할 수 있는 공개적이고 공유 가 msgid "Public, shareable lists which can drive feeds." msgstr "피드를 탐색할 수 있는 공개적이고 공유 가능한 목록입니다." -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish post" msgstr "게시물 게시하기" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish reply" msgstr "답글 게시하기" @@ -4638,12 +4767,8 @@ msgstr "QR 코드를 다운로드했습니다." msgid "QR code saved to your camera roll!" msgstr "QR 코드를 사진 보관함에 저장했습니다." -#: src/tours/Tooltip.tsx:111 -msgid "Quick tip" -msgstr "빠른 팁" - -#: src/view/com/util/post-ctrls/RepostButton.tsx:122 -#: src/view/com/util/post-ctrls/RepostButton.tsx:149 +#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:152 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Quote post" @@ -4658,8 +4783,8 @@ msgid "Quote post was successfully detached" msgstr "인용을 성공적으로 해제했습니다" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:313 -#: src/view/com/util/post-ctrls/RepostButton.tsx:121 -#: src/view/com/util/post-ctrls/RepostButton.tsx:148 +#: src/view/com/util/post-ctrls/RepostButton.tsx:124 +#: src/view/com/util/post-ctrls/RepostButton.tsx:151 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:84 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:91 msgid "Quote posts disabled" @@ -4673,8 +4798,8 @@ msgstr "게시물 인용 활성화됨" msgid "Quote settings" msgstr "인용 설정" -#: src/screens/Post/PostQuotes.tsx:29 -#: src/view/com/post-thread/PostQuotes.tsx:122 +#: src/screens/Post/PostQuotes.tsx:31 +#: src/screens/Post/PostQuotes.tsx:32 msgid "Quotes" msgstr "인용" @@ -4752,7 +4877,11 @@ msgstr "스타터 팩에서 {displayName} 제거" msgid "Remove account" msgstr "계정 제거" -#: src/view/com/util/UserAvatar.tsx:387 +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "첨부 파일 제거" + +#: src/view/com/util/UserAvatar.tsx:393 msgid "Remove Avatar" msgstr "아바타 제거" @@ -4760,7 +4889,7 @@ msgstr "아바타 제거" msgid "Remove Banner" msgstr "배너 제거" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "임베드 제거" @@ -4799,10 +4928,6 @@ msgstr "저장한 피드에서 제거" msgid "Remove image" msgstr "이미지 제거" -#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "이미지 미리보기 제거" - #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" msgstr "목록에서 뮤트한 단어 제거" @@ -4815,24 +4940,28 @@ msgstr "프로필 제거" msgid "Remove profile from search history" msgstr "검색 기록에서 프로필을 제거합니다" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:274 msgid "Remove quote" msgstr "인용 제거" -#: src/view/com/util/post-ctrls/RepostButton.tsx:95 -#: src/view/com/util/post-ctrls/RepostButton.tsx:111 +#: src/view/com/util/post-ctrls/RepostButton.tsx:98 +#: src/view/com/util/post-ctrls/RepostButton.tsx:114 msgid "Remove repost" msgstr "재게시를 취소합니다" +#: src/view/com/composer/videos/SubtitleDialog.tsx:264 +msgid "Remove subtitle file" +msgstr "자막 파일 제거" + #: src/view/com/posts/FeedErrorMessage.tsx:211 msgid "Remove this feed from your saved feeds" msgstr "저장한 피드에서 이 피드를 제거합니다" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:100 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:109 msgid "Removed by author" msgstr "작성자에 의해 제거됨" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:98 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:107 msgid "Removed by you" msgstr "나에 의해 제거됨" @@ -4856,20 +4985,20 @@ msgstr "저장한 피드에서 제거됨" msgid "Removed from your feeds" msgstr "내 피드에서 제거됨" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:275 msgid "Removes quoted post" msgstr "인용된 게시물을 제거합니다" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 -msgid "Removes the image preview" -msgstr "이미지 미리보기를 제거합니다" +msgid "Removes the attachment" +msgstr "첨부 파일을 제거합니다" #: src/view/com/posts/FeedShutdownMsg.tsx:129 #: src/view/com/posts/FeedShutdownMsg.tsx:133 msgid "Replace with Discover" msgstr "Discover로 교체" -#: src/view/screens/Profile.tsx:210 +#: src/view/screens/Profile.tsx:221 msgid "Replies" msgstr "답글" @@ -4881,7 +5010,7 @@ msgstr "답글 비활성화됨" msgid "Replies to this post are disabled." msgstr "이 게시물에 대한 답글은 비활성화되어 있습니다." -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:644 msgctxt "action" msgid "Reply" msgstr "답글" @@ -4905,23 +5034,23 @@ msgid "Reply settings are chosen by the author of the thread" msgstr "답글 설정은 스레드 작성자가 선택합니다" #: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:522 +#: src/view/com/posts/FeedItem.tsx:520 msgctxt "description" msgid "Reply to <0><1/>" msgstr "<0><1/> 님에게 보내는 답글" -#: src/view/com/posts/FeedItem.tsx:513 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" msgstr "차단된 게시물에 보내는 답글" -#: src/view/com/posts/FeedItem.tsx:515 +#: src/view/com/posts/FeedItem.tsx:513 msgctxt "description" msgid "Reply to a post" msgstr "게시물에 보내는 답글" #: src/view/com/post/Post.tsx:194 -#: src/view/com/posts/FeedItem.tsx:519 +#: src/view/com/posts/FeedItem.tsx:517 msgctxt "description" msgid "Reply to you" msgstr "나에게 보내는 답글" @@ -5008,9 +5137,9 @@ msgstr "이 스타터 팩 신고하기" msgid "Report this user" msgstr "이 사용자 신고하기" -#: src/view/com/util/post-ctrls/RepostButton.tsx:67 -#: src/view/com/util/post-ctrls/RepostButton.tsx:96 -#: src/view/com/util/post-ctrls/RepostButton.tsx:112 +#: src/view/com/util/post-ctrls/RepostButton.tsx:70 +#: src/view/com/util/post-ctrls/RepostButton.tsx:99 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 msgctxt "action" msgid "Repost" msgstr "재게시" @@ -5021,31 +5150,31 @@ msgid "Repost" msgstr "재게시" #: src/screens/StarterPack/StarterPackScreen.tsx:535 -#: src/view/com/util/post-ctrls/RepostButton.tsx:88 +#: src/view/com/util/post-ctrls/RepostButton.tsx:91 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:49 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:104 msgid "Repost or quote post" msgstr "재게시 또는 게시물 인용" -#: src/screens/Post/PostRepostedBy.tsx:29 -#: src/view/com/post-thread/PostRepostedBy.tsx:96 +#: src/screens/Post/PostRepostedBy.tsx:31 +#: src/screens/Post/PostRepostedBy.tsx:32 msgid "Reposted By" msgstr "재게시한 사용자" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "{0} 님이 재게시함" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "<0><1/> 님이 재게시함" -#: src/view/com/posts/FeedItem.tsx:292 -#: src/view/com/posts/FeedItem.tsx:311 +#: src/view/com/posts/FeedItem.tsx:290 +#: src/view/com/posts/FeedItem.tsx:309 msgid "Reposted by you" msgstr "내가 재게시함" -#: src/view/com/notifications/FeedItem.tsx:184 +#: src/view/com/notifications/FeedItem.tsx:180 msgid "reposted your post" msgstr "이(가) 내 게시물을 재게시했습니다" @@ -5078,7 +5207,15 @@ msgstr "이 제공자에서 필수" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:168 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:171 msgid "Resend email" -msgstr "이메일 다시 보내기" +msgstr "이메일 다시 전송" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:130 +msgid "Resend Email" +msgstr "이메일 다시 전송" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:123 +msgid "Resend Verification Email" +msgstr "인증 이메일 다시 전송하기" #: src/view/com/modals/ChangePassword.tsx:186 msgid "Reset code" @@ -5110,7 +5247,7 @@ msgstr "온보딩 상태 초기화" msgid "Resets the preferences state" msgstr "설정 상태 초기화" -#: src/screens/Login/LoginForm.tsx:312 +#: src/screens/Login/LoginForm.tsx:299 msgid "Retries login" msgstr "로그인을 다시 시도합니다" @@ -5119,15 +5256,15 @@ msgstr "로그인을 다시 시도합니다" msgid "Retries the last action, which errored out" msgstr "오류가 발생한 마지막 작업을 다시 시도합니다" -#: src/components/dms/MessageItem.tsx:235 +#: src/components/dms/MessageItem.tsx:236 #: src/components/Error.tsx:66 #: src/components/Lists.tsx:104 #: src/components/StarterPack/ProfileStarterPacks.tsx:318 -#: src/screens/Login/LoginForm.tsx:311 -#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:298 +#: src/screens/Login/LoginForm.tsx:305 #: src/screens/Messages/Conversation/MessageListError.tsx:25 -#: src/screens/Onboarding/StepInterests/index.tsx:251 -#: src/screens/Onboarding/StepInterests/index.tsx:254 +#: src/screens/Onboarding/StepInterests/index.tsx:231 +#: src/screens/Onboarding/StepInterests/index.tsx:234 #: src/screens/Signup/BackNextButtons.tsx:52 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 @@ -5231,8 +5368,8 @@ msgstr "이미지 자르기 설정을 저장합니다" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:105 -#: src/view/com/notifications/FeedItem.tsx:416 -#: src/view/com/notifications/FeedItem.tsx:441 +#: src/view/com/notifications/FeedItem.tsx:412 +#: src/view/com/notifications/FeedItem.tsx:437 msgid "Say hello!" msgstr "인사해 보세요!" @@ -5246,15 +5383,15 @@ msgid "Scroll to top" msgstr "맨 위로 스크롤" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:554 +#: src/Navigation.tsx:555 #: src/view/com/modals/ListAddRemoveUsers.tsx:76 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 #: src/view/screens/Search/Search.tsx:421 #: src/view/screens/Search/Search.tsx:791 #: src/view/screens/Search/Search.tsx:813 -#: src/view/shell/bottom-bar/BottomBar.tsx:182 -#: src/view/shell/desktop/LeftNav.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:179 +#: src/view/shell/desktop/LeftNav.tsx:349 #: src/view/shell/Drawer.tsx:398 #: src/view/shell/Drawer.tsx:399 msgid "Search" @@ -5327,6 +5464,10 @@ msgstr "Bluesky에 지원하기" msgid "See this guide" msgstr "이 가이드" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:631 +msgid "Seek slider" +msgstr "슬라이더 탐색" + #: src/view/com/util/Selector.tsx:106 msgid "Select {item}" msgstr "{item} 선택" @@ -5363,6 +5504,10 @@ msgstr "GIF \"{0}\" 선택" msgid "Select how long to mute this word for." msgstr "이 단어를 음소거할 기간 선택하기" +#: src/view/com/composer/videos/SubtitleDialog.tsx:249 +msgid "Select language..." +msgstr "언어 선택..." + #: src/view/screens/LanguageSettings.tsx:303 msgid "Select languages" msgstr "언어 선택" @@ -5375,6 +5520,10 @@ msgstr "검토자 선택" msgid "Select option {i} of {numItems}" msgstr "{numItems}개 중 {i}번째 옵션을 선택합니다" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:65 +msgid "Select subtitle file (.vtt)" +msgstr "자막 파일(.vtt) 선택" + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83 msgid "Select the {emojiName} emoji as your avatar" msgstr "{emojiName} 이모티콘을 아바타로 선택하기" @@ -5387,7 +5536,7 @@ msgstr "신고할 검토 서비스를 선택하세요." msgid "Select the service that hosts your data." msgstr "데이터를 호스팅할 서비스를 선택하세요." -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:94 msgid "Select video" msgstr "동영상 선택" @@ -5403,11 +5552,11 @@ msgstr "구독하는 피드에 포함할 언어를 선택합니다. 선택하지 msgid "Select your app language for the default text to display in the app." msgstr "앱에 표시되는 기본 텍스트 언어를 선택합니다." -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:193 msgid "Select your date of birth" msgstr "생년월일을 선택하세요" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "아래 옵션에서 관심사를 선택하세요" @@ -5437,8 +5586,8 @@ msgstr "이메일 보내기" msgid "Send feedback" msgstr "피드백 보내기" -#: src/screens/Messages/Conversation/MessageInput.tsx:163 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:155 +#: src/screens/Messages/Conversation/MessageInput.tsx:165 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:219 msgid "Send message" msgstr "메시지 보내기" @@ -5529,7 +5678,7 @@ msgstr "이미지 비율을 가로로 길게 설정합니다" #: src/Navigation.tsx:155 #: src/view/screens/Settings/index.tsx:302 -#: src/view/shell/desktop/LeftNav.tsx:401 +#: src/view/shell/desktop/LeftNav.tsx:395 #: src/view/shell/Drawer.tsx:563 #: src/view/shell/Drawer.tsx:564 msgid "Settings" @@ -5543,6 +5692,7 @@ msgstr "성행위 또는 선정적인 노출." msgid "Sexually Suggestive" msgstr "외설적" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:651 #: src/components/StarterPack/QrCodeDialog.tsx:177 #: src/screens/StarterPack/StarterPackScreen.tsx:411 #: src/screens/StarterPack/StarterPackScreen.tsx:582 @@ -5550,7 +5700,7 @@ msgstr "외설적" #: src/view/com/profile/ProfileMenu.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:410 #: src/view/com/util/forms/PostDropdownBtn.tsx:419 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:321 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:345 #: src/view/screens/ProfileList.tsx:484 msgid "Share" msgstr "공유" @@ -5570,7 +5720,7 @@ msgstr "재미있는 사실을 전하세요!" #: src/view/com/profile/ProfileMenu.tsx:377 #: src/view/com/util/forms/PostDropdownBtn.tsx:659 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:337 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:361 msgid "Share anyway" msgstr "무시하고 공유" @@ -5579,6 +5729,14 @@ msgstr "무시하고 공유" msgid "Share feed" msgstr "피드 공유" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:628 +msgid "Share image externally" +msgstr "외부로 이미지 공유" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:646 +msgid "Share image in post" +msgstr "게시물로 이미지 공유" + #: src/components/StarterPack/ShareDialog.tsx:124 #: src/components/StarterPack/ShareDialog.tsx:131 #: src/screens/StarterPack/StarterPackScreen.tsx:586 @@ -5626,7 +5784,7 @@ msgstr "연결된 웹사이트를 공유합니다" msgid "Show" msgstr "표시" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:169 msgid "Show alt text" msgstr "대체 텍스트 표시" @@ -5645,10 +5803,6 @@ msgstr "배지 표시" msgid "Show badge and filter from feeds" msgstr "배지 표시 및 피드에서 필터링" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "{0} 님과 비슷한 팔로우 표시" - #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" msgstr "숨겨진 답글 표시" @@ -5662,9 +5816,9 @@ msgstr "이런 항목 덜 보기" msgid "Show list anyway" msgstr "무시하고 리스트 표시하기" -#: src/view/com/post-thread/PostThreadItem.tsx:584 +#: src/view/com/post-thread/PostThreadItem.tsx:590 #: src/view/com/post/Post.tsx:234 -#: src/view/com/posts/FeedItem.tsx:479 +#: src/view/com/posts/FeedItem.tsx:476 msgid "Show More" msgstr "더 보기" @@ -5715,7 +5869,7 @@ msgstr "경고 표시" msgid "Show warning and filter from feeds" msgstr "경고 표시 및 피드에서 필터링" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Shows posts from {0} in your feed" msgstr "피드에 {0} 님의 게시물을 표시합니다" @@ -5723,17 +5877,17 @@ msgstr "피드에 {0} 님의 게시물을 표시합니다" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:177 +#: src/screens/Login/LoginForm.tsx:166 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:112 #: src/view/com/auth/SplashScreen.web.tsx:121 +#: src/view/shell/bottom-bar/BottomBar.tsx:312 +#: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBar.tsx:316 -#: src/view/shell/bottom-bar/BottomBar.tsx:318 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:208 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:210 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -5765,12 +5919,12 @@ msgstr "로그아웃" msgid "Sign out of all accounts" msgstr "모든 계정 로그아웃" +#: src/view/shell/bottom-bar/BottomBar.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBar.tsx:306 -#: src/view/shell/bottom-bar/BottomBar.tsx:308 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:198 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:200 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -5795,25 +5949,25 @@ msgstr "로그인한 계정" msgid "Signed in as @{0}" msgstr "@{0}(으)로 로그인했습니다" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "(이)가 내 스타터 팩으로 가입했습니다" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:306 -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:313 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:308 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:315 msgid "Signup without a starter pack" msgstr "스타터 팩 없이 가입하기" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:102 +#: src/components/FeedInterstitials.tsx:316 msgid "Similar accounts" msgstr "비슷한 계정" -#: src/screens/Onboarding/StepInterests/index.tsx:265 +#: src/screens/Onboarding/StepInterests/index.tsx:245 #: src/screens/StarterPack/Wizard/index.tsx:191 msgid "Skip" msgstr "건너뛰기" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "이 단계 건너뛰기" @@ -5822,7 +5976,7 @@ msgstr "이 단계 건너뛰기" msgid "Software Dev" msgstr "소프트웨어 개발" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:447 msgid "Some other feeds you might like" msgstr "좋아할 만한 다른 피드" @@ -5851,7 +6005,7 @@ msgid "Something went wrong!" msgstr "문제가 발생했습니다!" #: src/App.native.tsx:102 -#: src/App.web.tsx:83 +#: src/App.web.tsx:88 msgid "Sorry! Your session expired. Please log in again." msgstr "죄송합니다. 세션이 만료되었습니다. 다시 로그인해 주세요." @@ -5863,12 +6017,12 @@ msgstr "답글 정렬" msgid "Sort replies to the same post by:" msgstr "동일한 게시물에 대한 답글을 정렬하는 기준입니다." -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" msgstr "출처: <0>{sourceName}" -#: src/lib/moderation/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:80 +#: src/lib/moderation/useReportOptions.ts:72 +#: src/lib/moderation/useReportOptions.ts:85 msgid "Spam" msgstr "스팸" @@ -5897,11 +6051,6 @@ msgstr "{displayName} 님과 대화 시작하기" msgid "Start chatting" msgstr "대화 시작하기" -#: src/tours/Tooltip.tsx:99 -msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." -msgstr "온보딩 투어 창을 시작합니다. 뒤로 이동하지 마세요. 대신 앞으로 이동하여 더 많은 옵션을 보거나 건너뛰려면 누르세요." - -#: src/lib/generate-starterpack.ts:68 #: src/Navigation.tsx:358 #: src/Navigation.tsx:363 #: src/screens/StarterPack/Wizard/index.tsx:182 @@ -5916,7 +6065,7 @@ msgstr "{0} 님의 스타터 팩" msgid "Starter pack is invalid" msgstr "스타터 팩이 유효하지 않음" -#: src/view/screens/Profile.tsx:214 +#: src/view/screens/Profile.tsx:225 msgid "Starter Packs" msgstr "스타터 팩" @@ -5941,8 +6090,8 @@ msgstr "스토리지가 지워졌으며 지금 앱을 다시 시작해야 합니 msgid "Storybook" msgstr "스토리북" -#: src/components/moderation/LabelsOnMeDialog.tsx:302 -#: src/components/moderation/LabelsOnMeDialog.tsx:303 +#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:294 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -5972,7 +6121,7 @@ msgstr "이 리스트 구독하기" msgid "Suggested accounts" msgstr "추천 계정" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:318 msgid "Suggested for you" msgstr "나를 위한 추천" @@ -5991,17 +6140,13 @@ msgstr "지원" msgid "Switch Account" msgstr "계정 전환" -#: src/tours/HomeTour.tsx:48 -msgid "Switch between feeds to control your experience." -msgstr "피드 사이를 전환하여 내 환경을 제어할 수 있습니다." - #: src/view/screens/Settings/index.tsx:126 msgid "Switch to {0}" msgstr "{0}(으)로 전환" #: src/view/screens/Settings/index.tsx:127 msgid "Switches the account you are logged in to" -msgstr "" +msgstr "로그인 중인 계정을 전환합니다" #: src/screens/Settings/AppearanceSettings.tsx:85 #: src/screens/Settings/AppearanceSettings.tsx:87 @@ -6028,17 +6173,22 @@ msgstr "세로" msgid "Tap to dismiss" msgstr "눌러서 닫기" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:181 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:145 msgid "Tap to enter full screen" msgstr "탭하여 전체화면으로 보기" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:202 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:151 +msgid "Tap to play or pause" +msgstr "탭하여 재생/일시 정지" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 msgid "Tap to toggle sound" msgstr "탭하여 소리 켜기/끄기" -#: src/view/com/util/images/AutoSizedImage.tsx:70 -msgid "Tap to view fully" -msgstr "탭하여 전체 크기로 봅니다" +#: src/view/com/util/images/AutoSizedImage.tsx:219 +#: src/view/com/util/images/AutoSizedImage.tsx:239 +msgid "Tap to view full image" +msgstr "탭하여 전체 이미지를 봅니다" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" @@ -6061,6 +6211,10 @@ msgstr "농담해 보세요!" msgid "Tell us a little more" msgstr "좀 더 자세히 알려주세요" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:524 +msgid "Ten Million" +msgstr "천만 명" + #: src/view/shell/desktop/RightNav.tsx:90 msgid "Terms" msgstr "이용약관" @@ -6074,9 +6228,9 @@ msgid "Terms of Service" msgstr "서비스 이용약관" #: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:94 -#: src/lib/moderation/useReportOptions.ts:102 -#: src/lib/moderation/useReportOptions.ts:110 +#: 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 "커뮤니티 기준을 위반하는 용어 사용" @@ -6084,7 +6238,7 @@ msgstr "커뮤니티 기준을 위반하는 용어 사용" msgid "Text & tags" msgstr "텍스트 및 태그" -#: src/components/moderation/LabelsOnMeDialog.tsx:266 +#: src/components/moderation/LabelsOnMeDialog.tsx:257 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "텍스트 입력 필드" @@ -6094,6 +6248,14 @@ msgstr "텍스트 입력 필드" msgid "Thank you. Your report has been sent." msgstr "감사합니다. 신고를 전송했습니다." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:600 +msgid "Thanks for being one of our first 10 million users." +msgstr "사용자 천만 명 중 한 명이 되어 주셔서 감사합니다." + +#: src/components/intents/VerifyEmailIntentDialog.tsx:74 +msgid "Thanks, you have successfully verified your email address." +msgstr "이메일 주소를 성공적으로 인증했습니다." + #: src/view/com/modals/ChangeHandle.tsx:459 msgid "That contains the following:" msgstr "텍스트 파일 내용:" @@ -6111,11 +6273,11 @@ msgstr "이 핸들은 이미 사용 중입니다." msgid "That starter pack could not be found." msgstr "스타터 팩을 찾을 수 없습니다." -#: src/view/com/post-thread/PostQuotes.tsx:129 +#: src/view/com/post-thread/PostQuotes.tsx:133 msgid "That's all, folks!" msgstr "이상입니다, 여러분!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:310 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:270 #: src/view/com/profile/ProfileMenu.tsx:353 msgid "The account will be able to interact with you after unblocking." msgstr "차단을 해제하면 이 계정이 나와 상호작용할 수 있게 됩니다." @@ -6146,7 +6308,7 @@ msgstr "Discover 피드" msgid "The Discover feed now knows what you like" msgstr "이제 Discover 피드는 사용자가 무엇을 좋아하는지 알게 됩니다" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:327 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off." msgstr "앱에서 더 나은 환경을 경험하세요. 지금 Bluesky를 다운로드하면 중단한 부분부터 다시 시작합니다." @@ -6154,11 +6316,11 @@ msgstr "앱에서 더 나은 환경을 경험하세요. 지금 Bluesky를 다운 msgid "The feed has been replaced with Discover." msgstr "피드를 Discover로 교체했습니다." -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 msgid "The following labels were applied to your account." msgstr "내 계정에 다음 라벨이 적용되었습니다." -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "내 콘텐츠에 다음 라벨이 적용되었습니다." @@ -6175,9 +6337,9 @@ msgstr "게시물이 삭제되었을 수 있습니다." msgid "The Privacy Policy has been moved to <0/>" msgstr "개인정보 처리방침을 <0/>(으)로 이동했습니다" -#: src/state/queries/video/video.ts:129 -msgid "The selected video is larger than 100MB." -msgstr "선택한 동영상이 100MB를 초과합니다." +#: src/state/queries/video/video.ts:227 +msgid "The selected video is larger than 50MB." +msgstr "선택한 동영상이 50MB를 초과합니다." #: src/screens/StarterPack/StarterPackScreen.tsx:713 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." @@ -6191,6 +6353,10 @@ msgstr "지원 양식을 이동했습니다. 도움이 필요하다면 <0/>하 msgid "The Terms of Service have been moved to" msgstr "서비스 이용약관을 다음으로 이동했습니다:" +#: src/components/intents/VerifyEmailIntentDialog.tsx:85 +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/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "계정 비활성화에는 시간 제한이 없으므로 언제든지 다시 돌아올 수 있습니다." @@ -6233,7 +6399,7 @@ msgstr "서버에 연결하는 동안 문제가 발생했습니다" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "알림을 가져오는 동안 문제가 발생했습니다. 이곳을 탭하여 다시 시도하세요." -#: src/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 msgid "There was an issue fetching posts. Tap here to try again." msgstr "게시물을 가져오는 동안 문제가 발생했습니다. 이곳을 탭하여 다시 시도하세요." @@ -6251,15 +6417,15 @@ msgstr "리스트를 가져오는 동안 문제가 발생했습니다. 이곳을 msgid "There was an issue sending your report. Please check your internet connection." msgstr "신고를 전송하는 동안 문제가 발생했습니다. 인터넷 연결을 확인해 주세요." -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "앱 비밀번호를 가져오는 동안 문제가 발생했습니다" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:107 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:143 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:97 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:109 #: src/view/com/profile/ProfileMenu.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:122 #: src/view/com/profile/ProfileMenu.tsx:137 @@ -6302,7 +6468,7 @@ msgstr "이 계정의 프로필을 보려면 로그인해야 합니다." msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "이 계정은 하나 이상의 검토 리스트에 의해 차단되었습니다. 차단을 해제하려면 해당 리스트로 직접 이동하여 이 사용자를 제거하세요." -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "이 이의신청은 <0>{sourceName}에게 보내집니다." @@ -6377,7 +6543,7 @@ msgstr "이 라벨은 {0}이(가) 적용했습니다." msgid "This label was applied by the author." msgstr "이 라벨은 작성자가 적용했습니다." -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "이 라벨은 내가 적용했습니다." @@ -6410,7 +6576,7 @@ msgid "This post has been deleted." msgstr "이 게시물은 삭제되었습니다." #: src/view/com/util/forms/PostDropdownBtn.tsx:656 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:334 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:358 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "이 게시물은 로그인한 사용자에게만 표시됩니다. 로그인하지 않은 사용자에게는 표시되지 않습니다." @@ -6438,7 +6604,7 @@ msgstr "이 서비스는 서비스 이용약관이나 개인정보 처리방침 msgid "This should create a domain record at:" msgstr "이 도메인에 레코드가 추가됩니다:" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "이 사용자는 팔로워가 없습니다." @@ -6467,7 +6633,7 @@ msgstr "이 사용자는 내가 뮤트한 <0>{0} 리스트에 포함되어 msgid "This user is new here. Press for more info about when they joined." msgstr "이 사용자는 새로 가입했습니다. 언제 가입했는지 자세한 정보를 보려면 누르세요." -#: src/view/com/profile/ProfileFollows.tsx:87 +#: src/view/com/profile/ProfileFollows.tsx:96 msgid "This user isn't following anyone." msgstr "이 사용자는 아무도 팔로우하지 않았습니다." @@ -6508,10 +6674,18 @@ msgstr "이메일 2단계 인증을 비활성화하려면 이메일 주소에 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/view/com/composer/videos/SelectVideoBtn.tsx:120 +msgid "To upload videos to Bluesky, you must first verify your email." +msgstr "Bluesky에 동영상을 업로드하려면 먼저 이메일을 인증해야 합니다." + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "이 신고를 누구에게 보내시겠습니까?" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:604 +msgid "Together, we're rebuilding the social internet. We're glad you're here." +msgstr "우리는 함께 소셜 인터넷을 재건하고 있습니다. 함께해 주셔서 감사합니다." + #: src/view/com/util/forms/DropdownButton.tsx:255 msgid "Toggle dropdown" msgstr "드롭다운 열기 및 닫기" @@ -6520,7 +6694,7 @@ msgstr "드롭다운 열기 및 닫기" msgid "Toggle to enable or disable adult content" msgstr "성인 콘텐츠 활성화 또는 비활성화 전환" -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "인기" @@ -6531,8 +6705,8 @@ msgstr "변형" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:734 -#: src/view/com/post-thread/PostThreadItem.tsx:736 +#: src/view/com/post-thread/PostThreadItem.tsx:746 +#: src/view/com/post-thread/PostThreadItem.tsx:748 #: src/view/com/util/forms/PostDropdownBtn.tsx:380 #: src/view/com/util/forms/PostDropdownBtn.tsx:382 msgid "Translate" @@ -6551,7 +6725,7 @@ msgstr "TV" msgid "Two-factor authentication" msgstr "2단계 인증" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "메시지를 입력하세요" @@ -6569,7 +6743,7 @@ msgstr "리스트 언뮤트" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:155 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:77 #: src/view/com/modals/ChangePassword.tsx:71 @@ -6584,14 +6758,14 @@ msgstr "삭제할 수 없음" #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:192 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 #: src/view/screens/ProfileList.tsx:682 msgid "Unblock" msgstr "차단 해제" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "차단 해제" @@ -6606,12 +6780,12 @@ msgstr "계정 차단 해제" msgid "Unblock Account" msgstr "계정 차단 해제" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:308 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:268 #: src/view/com/profile/ProfileMenu.tsx:347 msgid "Unblock Account?" msgstr "계정을 차단 해제하시겠습니까?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:66 +#: src/view/com/util/post-ctrls/RepostButton.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:76 msgid "Undo repost" @@ -6622,7 +6796,7 @@ msgctxt "action" msgid "Unfollow" msgstr "언팔로우" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "{0} 님을 언팔로우" @@ -6636,12 +6810,16 @@ msgid "Unlike this feed" msgstr "이 피드 좋아요 취소" #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 #: src/view/screens/ProfileList.tsx:689 msgid "Unmute" msgstr "언뮤트" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:165 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:388 +msgctxt "video" +msgid "Unmute" +msgstr "음소거 해제" + #: src/components/TagMenu/index.web.tsx:115 msgid "Unmute {truncatedTag}" msgstr "{truncatedTag} 언뮤트" @@ -6664,14 +6842,10 @@ msgstr "알림 언뮤트" msgid "Unmute thread" msgstr "스레드 언뮤트" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:317 msgid "Unmute video" msgstr "동영상 음소거 해제" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Unmuted" -msgstr "음소거 해제됨" - #: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:673 msgid "Unpin" @@ -6706,8 +6880,12 @@ msgstr "이 라벨러 구독 취소하기" msgid "Unsubscribed from list" msgstr "리스트 구독 취소됨" -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/state/queries/video/video.ts:245 +msgid "Unsupported video type: {mimeType}" +msgstr "지원되지 않는 동영상 유형: {mimeType}" + +#: src/lib/moderation/useReportOptions.ts:77 +#: src/lib/moderation/useReportOptions.ts:90 msgid "Unwanted Sexual Content" msgstr "원치 않는 성적 콘텐츠" @@ -6739,20 +6917,20 @@ msgstr "대신 사진 업로드하기" msgid "Upload a text file to:" msgstr "텍스트 파일 업로드 경로:" -#: src/view/com/util/UserAvatar.tsx:355 -#: src/view/com/util/UserAvatar.tsx:358 +#: src/view/com/util/UserAvatar.tsx:361 +#: src/view/com/util/UserAvatar.tsx:364 #: src/view/com/util/UserBanner.tsx:123 #: src/view/com/util/UserBanner.tsx:126 msgid "Upload from Camera" msgstr "카메라에서 업로드" -#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:378 #: src/view/com/util/UserBanner.tsx:140 msgid "Upload from Files" msgstr "파일에서 업로드" -#: src/view/com/util/UserAvatar.tsx:366 -#: src/view/com/util/UserAvatar.tsx:370 +#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:376 #: src/view/com/util/UserBanner.tsx:134 #: src/view/com/util/UserBanner.tsx:138 msgid "Upload from Library" @@ -6762,7 +6940,7 @@ msgstr "라이브러리에서 업로드" msgid "Use a file on your server" msgstr "서버에 있는 파일을 사용합니다" -#: src/view/screens/AppPasswords.tsx:200 +#: src/view/screens/AppPasswords.tsx:199 msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "앱 비밀번호를 사용하면 계정이나 비밀번호에 대한 전체 접근 권한을 제공하지 않고도 다른 Bluesky 클라이언트에 로그인할 수 있습니다." @@ -6850,7 +7028,7 @@ msgstr "사용자 리스트 업데이트됨" msgid "User Lists" msgstr "사용자 리스트" -#: src/screens/Login/LoginForm.tsx:197 +#: src/screens/Login/LoginForm.tsx:186 msgid "Username or email address" msgstr "사용자 이름 또는 이메일 주소" @@ -6881,6 +7059,10 @@ msgstr "이 콘텐츠 또는 프로필을 좋아하는 사용자" msgid "Value:" msgstr "값:" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:118 +msgid "Verified email required" +msgstr "이메일 인증 필요" + #: src/view/com/modals/ChangeHandle.tsx:504 msgid "Verify DNS Record" msgstr "DNS 레코드 인증" @@ -6889,6 +7071,10 @@ msgstr "DNS 레코드 인증" msgid "Verify email" msgstr "이메일 인증" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "이메일 인증 대화 상자" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "내 이메일 인증하기" @@ -6902,6 +7088,10 @@ msgstr "내 이메일 인증하기" msgid "Verify New Email" msgstr "새 이메일 인증" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:122 +msgid "Verify now" +msgstr "지금 인증하기" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "텍스트 파일 인증" @@ -6914,21 +7104,43 @@ msgstr "이메일 인증하기" msgid "Version {appVersion} {bundleInfo}" msgstr "버전 {appVersion} {bundleInfo}" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:180 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:144 msgid "Video" msgstr "동영상" +#: src/state/queries/video/video.ts:138 +msgid "Video failed to process" +msgstr "동영상을 처리하지 못했습니다" + #: src/screens/Onboarding/index.tsx:39 #: src/screens/Onboarding/state.ts:88 msgid "Video Games" msgstr "비디오 게임" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:167 +msgid "Video not found." +msgstr "동영상을 찾을 수 없습니다." + +#: src/view/com/composer/videos/SubtitleDialog.tsx:101 +msgid "Video settings" +msgstr "동영상 설정" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +msgid "Video: {0}" +msgstr "동영상: {0}" + +#: src/view/com/composer/videos/SelectVideoBtn.tsx:65 +#: src/view/com/composer/videos/VideoPreview.web.tsx:44 +msgid "Videos must be less than 60 seconds long" +msgstr "동영상 길이는 60초 미만이어야 합니다." + #: src/screens/Profile/Header/Shell.tsx:113 msgid "View {0}'s avatar" -msgstr "{0} 님의 아바타를 봅니다" +msgstr "{0} 님의 아바타 보기" #: src/components/ProfileCard.tsx:110 -#: src/view/com/notifications/FeedItem.tsx:277 +#: src/view/com/notifications/FeedItem.tsx:273 msgid "View {0}'s profile" msgstr "{0} 님의 프로필 보기" @@ -6938,7 +7150,7 @@ msgstr "{displayName} 님의 프로필 보기" #: src/components/ProfileHoverCard/index.web.tsx:430 msgid "View blocked user's profile" -msgstr "차단한 사용자의 프로필 보기" +msgstr "차단된 사용자의 프로필 보기" #: src/view/screens/Settings/ExportCarDialog.tsx:97 msgid "View blogpost for more details" @@ -6960,7 +7172,7 @@ msgstr "저작권 위반 신고에 대한 세부 정보 보기" msgid "View full thread" msgstr "전체 스레드 보기" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "이 라벨에 대한 정보 보기" @@ -7020,7 +7232,7 @@ msgstr "콘텐츠 경고" msgid "Warn content and filter from feeds" msgstr "콘텐츠 경고 및 피드에서 필터링" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "해당 해시태그에 대한 결과를 찾을 수 없습니다." @@ -7032,7 +7244,11 @@ msgstr "이 대화를 불러올 수 없습니다" msgid "We estimate {estimatedTime} until your account is ready." msgstr "계정이 준비될 때까지 {estimatedTime}이(가) 걸릴 것으로 예상됩니다." -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "<0>{0}(으)로 또 다른 인증 이메일을 보냈습니다." + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "즐거운 시간 되시기 바랍니다. Bluesky의 다음 특징을 기억하세요." @@ -7040,6 +7256,10 @@ msgstr "즐거운 시간 되시기 바랍니다. Bluesky의 다음 특징을 기 msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "팔로우한 사용자의 게시물이 부족합니다. 대신 <0/>의 최신 게시물을 표시합니다." +#: src/state/queries/video/video.ts:170 +msgid "We were unable to determine if you are allowed to upload videos. Please try again." +msgstr "동영상을 업로드할 수 있는지 확인할 수 없습니다. 다시 시도해 주세요." + #: src/components/dialogs/BirthDateSettings.tsx:52 msgid "We were unable to load your birth date preferences. Please try again." msgstr "생년월일 설정을 불러올 수 없습니다. 다시 시도해 주세요." @@ -7048,7 +7268,7 @@ msgstr "생년월일 설정을 불러올 수 없습니다. 다시 시도해 주 msgid "We were unable to load your configured labelers at this time." msgstr "현재 구성된 라벨러를 불러올 수 없습니다." -#: src/screens/Onboarding/StepInterests/index.tsx:158 +#: src/screens/Onboarding/StepInterests/index.tsx:143 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "연결하지 못했습니다. 계정 설정을 계속하려면 다시 시도해 주세요. 계속 실패하면 이 과정을 건너뛸 수 있습니다." @@ -7056,7 +7276,7 @@ msgstr "연결하지 못했습니다. 계정 설정을 계속하려면 다시 msgid "We will let you know when your account is ready." msgstr "계정이 준비되면 알려드리겠습니다." -#: src/screens/Onboarding/StepInterests/index.tsx:163 +#: src/screens/Onboarding/StepInterests/index.tsx:148 msgid "We'll use this to help customize your experience." msgstr "이를 통해 사용자 환경을 맞춤 설정할 수 있습니다." @@ -7080,7 +7300,7 @@ msgstr "죄송하지만 현재 뮤트한 단어를 불러올 수 없습니다. msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "죄송하지만 검색을 완료할 수 없습니다. 몇 분 후에 다시 시도해 주세요." -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:421 msgid "We're sorry! The post you are replying to has been deleted." msgstr "죄송하지만 답글을 달려는 게시물이 삭제되었습니다." @@ -7101,7 +7321,7 @@ msgstr "다시 돌아오셨군요!" msgid "Welcome, friend!" msgstr "잘 오셨습니다!" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "어떤 관심사가 있으신가요?" @@ -7111,7 +7331,7 @@ msgstr "스타터 팩의 이름을 무엇으로 할까요?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:516 msgid "What's up?" msgstr "무슨 일이 일어나고 있나요?" @@ -7173,16 +7393,16 @@ msgstr "이 사용자를 검토해야 하는 이유는 무엇인가요?" msgid "Wide" msgstr "가로" -#: src/screens/Messages/Conversation/MessageInput.tsx:140 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:134 +#: src/screens/Messages/Conversation/MessageInput.tsx:142 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:198 msgid "Write a message" msgstr "메시지를 입력하세요" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:712 msgid "Write post" msgstr "게시물 작성" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:515 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:42 msgid "Write your reply" msgstr "답글 작성하기" @@ -7223,7 +7443,7 @@ msgstr "숨기기" msgid "Yes, reactivate my account" msgstr "내 계정 재활성화" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "어제 {time}" @@ -7240,7 +7460,11 @@ msgstr "나" msgid "You are in line." msgstr "대기 중입니다." -#: src/view/com/profile/ProfileFollows.tsx:86 +#: src/state/queries/video/video.ts:161 +msgid "You are not allowed to upload videos." +msgstr "동영상을 업로드할 수 없습니다." + +#: src/view/com/profile/ProfileFollows.tsx:95 msgid "You are not following anyone." msgstr "아무도 팔로우하지 않았습니다." @@ -7270,7 +7494,7 @@ msgstr "이제 새 비밀번호로 로그인할 수 있습니다." msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "계정을 재활성화하여 로그인을 계속할 수 있습니다. 내 프로필과 글이 다른 사용자에게 표시됩니다." -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "팔로워가 없습니다." @@ -7345,7 +7569,7 @@ msgstr "리스트가 없습니다." 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 "아직 어떤 계정도 차단하지 않았습니다. 계정을 차단하려면 해당 계정의 프로필로 이동하여 계정 메뉴에서 \"계정 차단\"을 선택하세요." -#: src/view/screens/AppPasswords.tsx:91 +#: src/view/screens/AppPasswords.tsx:90 msgid "You have not created any app passwords yet. You can create one by pressing the button below." msgstr "아직 앱 비밀번호를 생성하지 않았습니다. 아래 버튼을 눌러 생성할 수 있습니다." @@ -7357,6 +7581,10 @@ msgstr "아직 어떤 계정도 뮤트하지 않았습니다. 계정을 뮤트 msgid "You have reached the end" msgstr "끝에 도달했습니다" +#: src/state/queries/video/video-upload.shared.ts:67 +msgid "You have temporarily reached the limit for video uploads. Please try again later." +msgstr "일시적으로 동영상 업로드 한도에 도달했습니다. 나중에 다시 시도해 주세요." + #: src/components/StarterPack/ProfileStarterPacks.tsx:235 msgid "You haven't created a starter pack yet!" msgstr "아직 스타터 팩을 만들지 않았습니다." @@ -7370,11 +7598,11 @@ msgstr "아직 어떤 단어나 태그도 뮤트하지 않았습니다" msgid "You hid this reply." msgstr "내가 이 답글을 숨겼습니다." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "비셀프 라벨이 잘못 지정되었다고 생각되면 이의신청할 수 있습니다." -#: src/components/moderation/LabelsOnMeDialog.tsx:91 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal these labels if you feel they were placed in error." msgstr "이 라벨이 잘못 지정되었다고 생각되면 이의신청할 수 있습니다." @@ -7398,6 +7626,7 @@ msgstr "스타터 팩을 만들려면 최소 7명 이상의 다른 사람을 팔 msgid "You must grant access to your photo library to save a QR code" msgstr "QR 코드를 저장하려면 사진 보관함에 대한 접근 권한을 부여해야 합니다" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:237 #: src/components/StarterPack/ShareDialog.tsx:68 msgid "You must grant access to your photo library to save the image." msgstr "이미지를 저장하려면 사진 보관함에 대한 접근 권한을 부여해야 합니다" @@ -7442,15 +7671,15 @@ msgstr "계정 생성을 완료하면 추천 사용자 및 피드를 팔로우 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "계정 생성을 완료하면 추천 사용자를 팔로우하게 됩니다." -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 msgid "You'll follow these people and {0} others" msgstr "다음 사람들 외 {0}명을 팔로우하게 됩니다" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:237 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 msgid "You'll follow these people right away" msgstr "다음 사람들을 바로 팔로우하게 됩니다" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:277 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 msgid "You'll stay updated with these feeds" msgstr "다음 피드를 구독하게 됩니다" @@ -7465,7 +7694,7 @@ msgstr "대기 중입니다" msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." msgstr "앱 비밀번호로 로그인했습니다. 계정 비활성화를 계속하려면 원래 비밀번호로 로그인하세요." -#: src/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "준비가 끝났습니다!" @@ -7478,6 +7707,14 @@ msgstr "이 글에서 단어 또는 태그를 숨기도록 설정했습니다." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "피드 끝에 도달했습니다! 팔로우할 계정을 더 찾아보세요." +#: src/state/queries/video/video.ts:175 +msgid "You've reached your daily limit for video uploads (too many bytes)" +msgstr "동영상 업로드 일일 한도에 도달했습니다 (용량이 너무 큼)" + +#: src/state/queries/video/video.ts:180 +msgid "You've reached your daily limit for video uploads (too many videos)" +msgstr "동영상 업로드 일일 한도에 도달했습니다 (동영상 수가 너무 많음)" + #: src/screens/Signup/index.tsx:146 msgid "Your account" msgstr "내 계정" @@ -7486,15 +7723,19 @@ msgstr "내 계정" msgid "Your account has been deleted" msgstr "계정을 삭제했습니다" +#: src/state/queries/video/video.ts:185 +msgid "Your account is not yet old enough to upload videos. Please try again later." +msgstr "내 계정은 아직 동영상을 업로드할 수 없습니다. 나중에 다시 시도해 주세요." + #: src/view/screens/Settings/ExportCarDialog.tsx:65 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "모든 공개 데이터 레코드가 포함된 계정 저장소를 \"CAR\" 파일로 다운로드할 수 있습니다. 이 파일에는 이미지와 같은 미디어 임베드나 별도로 가져와야 하는 비공개 데이터는 포함되지 않습니다." -#: src/screens/Signup/StepInfo/index.tsx:180 +#: src/screens/Signup/StepInfo/index.tsx:181 msgid "Your birth date" msgstr "생년월일" -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:145 +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:171 msgid "Your browser does not support the video format. Please try a different browser." msgstr "브라우저가 이 동영상 형식을 지원하지 않습니다. 다른 브라우저를 사용하세요." @@ -7507,7 +7748,7 @@ msgid "Your choice will be saved, but can be changed later in settings." msgstr "선택 사항은 저장되며 나중에 설정에서 변경할 수 있습니다." #: src/screens/Login/ForgotPasswordForm.tsx:57 -#: src/screens/Signup/state.ts:208 +#: src/screens/Signup/state.ts:203 #: src/screens/Signup/StepInfo/index.tsx:75 #: src/view/com/modals/ChangePassword.tsx:55 msgid "Your email appears to be invalid." @@ -7529,7 +7770,7 @@ msgstr "첫 좋아요!" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "팔로우 중 피드가 비어 있습니다. 더 많은 사용자를 팔로우하여 무슨 일이 일어나고 있는지 확인하세요." -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "내 전체 핸들:" @@ -7545,11 +7786,11 @@ msgstr "뮤트한 단어" msgid "Your password has been changed successfully!" msgstr "비밀번호를 성공적으로 변경했습니다." -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:467 msgid "Your post has been published" msgstr "게시물을 게시했습니다" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "게시물, 좋아요, 차단 목록은 공개됩니다. 뮤트 목록은 공개되지 않습니다." @@ -7561,7 +7802,7 @@ msgstr "내 프로필" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "내 프로필, 글, 피드 및 리스트가 더 이상 다른 Bluesky 사용자에게 표시되지 않습니다. 언제든지 로그인하여 계정을 재활성화할 수 있습니다." -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:466 msgid "Your reply has been published" msgstr "내 답글을 게시했습니다" diff --git a/src/locale/locales/pt-BR/messages.po b/src/locale/locales/pt-BR/messages.po index 3a67499b4c..0cd7acb400 100644 --- a/src/locale/locales/pt-BR/messages.po +++ b/src/locale/locales/pt-BR/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: pt-BR\n" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-05-13 11:41\n" +"PO-Revision-Date: 2024-09-16 17:30+01:00\n" "Last-Translator: fabiohcnobre\n" "Language-Team: maisondasilva, MightyLoggor, gildaswise, gleydson, faeriarum, fabiohcnobre, garccez\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -21,16 +21,24 @@ msgstr "(contém conteúdo incorporado)" msgid "(no email)" msgstr "(sem email)" -#: src/view/com/notifications/FeedItem.tsx:236 -#: src/view/com/notifications/FeedItem.tsx:327 +#: src/view/com/notifications/FeedItem.tsx:232 +#: src/view/com/notifications/FeedItem.tsx:323 msgid "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}" msgstr "{0, plural, one {{formattedCount} outro} other {{formattedCount} outros}}" +#: src/lib/hooks/useTimeAgo.ts:156 +msgid "{0, plural, one {# day} other {# days}}" +msgstr "{0, plural, one {# dia} other {# dias}}" + +#: src/lib/hooks/useTimeAgo.ts:146 +msgid "{0, plural, one {# hour} other {# hours}}" +msgstr "{0, plural, one {# hora} other {# horas}}" + #: src/components/moderation/LabelsOnMe.tsx:55 #~ msgid "{0, plural, one {# label has been placed on this account} other {# labels has been placed on this account}}" #~ msgstr "{0, plural, one {# rótulo aplicado nesta conta} other {# rótulos aplicados nesta conta}}" -#: src/components/moderation/LabelsOnMe.tsx:55 +#: src/components/moderation/LabelsOnMe.tsx:54 msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" msgstr "{0, plural, one {# rótulo foi colocado nesta conta} other {# rótulos foram colocado nesta conta}}" @@ -38,14 +46,26 @@ msgstr "{0, plural, one {# rótulo foi colocado nesta conta} other {# rótulos f #~ msgid "{0, plural, one {# label has been placed on this content} other {# labels has been placed on this content}}" #~ msgstr "{0, plural, one {# rótulo aplicado neste conteúdo} other {# rótulos aplicados neste conteúdo}}" -#: src/components/moderation/LabelsOnMe.tsx:61 +#: src/components/moderation/LabelsOnMe.tsx:60 msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "{0, plural, one {# rótulo foi colocado neste conteúdo} other {# rótulos foram colocado neste conteúdo}}" -#: src/view/com/util/post-ctrls/RepostButton.tsx:68 +#: src/lib/hooks/useTimeAgo.ts:136 +msgid "{0, plural, one {# minute} other {# minutes}}" +msgstr "{0, plural, one {# minuto} other {# minutos}}" + +#: src/lib/hooks/useTimeAgo.ts:167 +msgid "{0, plural, one {# month} other {# months}}" +msgstr "{0, plural, one {# mês} other {# meses}}" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:71 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "{0, plural, one {# repostagem} other {# repostagens}}" +#: src/lib/hooks/useTimeAgo.ts:126 +msgid "{0, plural, one {# second} other {# seconds}}" +msgstr "{0, plural, one {# segundo} other {# segundos}}" + #: src/components/KnownFollowers.tsx:179 #~ msgid "{0, plural, one {and # other} other {and # others}}" #~ msgstr "{0, plural, one {e # outro} other {e # outros}}" @@ -60,11 +80,11 @@ msgstr "{0, plural, one {seguidor} other {seguidores}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {seguindo} other {seguindo}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:276 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:312 msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "{0, plural, one {Curtir (# curtida)} other {Curtir (# curtidas)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {curtida} other {curtidas}}" @@ -77,36 +97,40 @@ msgstr "{0, plural, one {Curtido por # usuário} other {Curtido por # usuários} msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {postagem} other {postagens}}" -#: src/view/com/post-thread/PostThreadItem.tsx:413 +#: src/view/com/post-thread/PostThreadItem.tsx:419 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {citação} other {citações}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:233 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:269 msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "{0, plural, one {Responder (# resposta)} other {Responder (# respostas)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {repost} other {reposts}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:272 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "{0, plural, one {Unlike (# like)} other {Unlike (# likes)}}" msgstr "{0, plural, one {Descurtir (# curtida)} other {Descurtir (# curtidas)}}" #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:475 msgid "{0} <0>in <1>tags" -msgstr "" +msgstr "{0} <0>em <1>tags" #. Pattern: {wordValue} in text, tags #: src/components/dialogs/MutedWords.tsx:465 msgid "{0} <0>in <1>text & tags" -msgstr "" +msgstr "{0} <0>em <1>texto e tags" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:228 msgid "{0} joined this week" msgstr "{0} entrou esta semana" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:637 +msgid "{0} of {1}" +msgstr "{0} de {1}" + #: src/screens/StarterPack/StarterPackScreen.tsx:467 msgid "{0} people have used this starter pack!" msgstr "{0} pessoas já usaram este pacote inicial!" @@ -115,7 +139,7 @@ msgstr "{0} pessoas já usaram este pacote inicial!" #~ msgid "{0} your feeds" #~ msgstr "{0} seus feeds" -#: src/view/com/util/UserAvatar.tsx:419 +#: src/view/com/util/UserAvatar.tsx:425 msgid "{0}'s avatar" msgstr "Avatar de {0}" @@ -127,30 +151,56 @@ msgstr "Os feeds e pessoas favoritas de {0} - junte-se a mim!" msgid "{0}'s starter pack" msgstr "O pacote inicial de {0}" +#. How many days have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:158 +msgid "{0}d" +msgstr "{0}d" + +#. How many hours have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:148 +msgid "{0}h" +msgstr "{0}h" + +#. How many minutes have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:138 +msgid "{0}m" +msgstr "{0}m" + +#. How many months have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:169 +msgid "{0}mo" +msgstr "{0}me" + +#. How many seconds have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:128 +msgid "{0}s" +msgstr "{0}s" + #: src/components/LabelingServiceCard/index.tsx:71 msgid "{count, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{count, plural, one {Curtido por # usuário} other {Curtido por # usuários}}" #: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "{diff, plural, one {dia} other {dias}}" +#~ msgid "{diff, plural, one {day} other {days}}" +#~ msgstr "{diff, plural, one {dia} other {dias}}" #: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "{diff, plural, one {hora} other {horas}}" +#~ msgid "{diff, plural, one {hour} other {hours}}" +#~ msgstr "{diff, plural, one {hora} other {horas}}" #: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "{diff, plural, one {minuto} other {minutos}}" +#~ msgid "{diff, plural, one {minute} other {minutes}}" +#~ msgstr "{diff, plural, one {minuto} other {minutos}}" #: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "{diff, plural, one {mês} other {meses}}" +#~ msgid "{diff, plural, one {month} other {months}}" +#~ msgstr "{diff, plural, one {mês} other {meses}}" #: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "{diffSeconds, plural, one {segundo} other {segundos}}" +#~ msgid "{diffSeconds, plural, one {second} other {seconds}}" +#~ msgstr "{diffSeconds, plural, one {segundo} other {segundos}}" +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" msgstr "O Pacote Inicial de {displayName}" @@ -277,7 +327,7 @@ msgstr "⚠Usuário Inválido" msgid "24 hours" msgstr "24 horas" -#: src/screens/Login/LoginForm.tsx:266 +#: src/screens/Login/LoginForm.tsx:253 msgid "2FA Confirmation" msgstr "Confirmação de 2FA" @@ -290,8 +340,8 @@ msgid "7 days" msgstr "7 dias" #: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "Uma sugestão de ajuda" +#~ msgid "A help tooltip" +#~ msgstr "Uma sugestão de ajuda" #: src/view/com/util/ViewHeader.tsx:92 #: src/view/screens/Search/Search.tsx:684 @@ -320,7 +370,7 @@ msgstr "Configurações de acessibilidade" #~ msgid "account" #~ msgstr "conta" -#: src/screens/Login/LoginForm.tsx:190 +#: src/screens/Login/LoginForm.tsx:179 #: src/view/screens/Settings/index.tsx:315 #: src/view/screens/Settings/index.tsx:718 msgid "Account" @@ -355,7 +405,7 @@ msgstr "Configurações da conta" msgid "Account removed from quick access" msgstr "Conta removida do acesso rápido" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "Conta desbloqueada" @@ -411,9 +461,13 @@ msgstr "Adicionar texto alternativo" #~ msgid "Add ALT text" #~ msgstr "Adicionar texto alternativo" -#: src/view/screens/AppPasswords.tsx:106 -#: src/view/screens/AppPasswords.tsx:148 -#: src/view/screens/AppPasswords.tsx:161 +#: src/view/com/composer/videos/SubtitleDialog.tsx:109 +msgid "Add alt text (optional)" +msgstr "Adicionar texto alternativo (opcional)" + +#: src/view/screens/AppPasswords.tsx:105 +#: src/view/screens/AppPasswords.tsx:147 +#: src/view/screens/AppPasswords.tsx:160 msgid "Add App Password" msgstr "Adicionar Senha de Aplicativo" @@ -533,11 +587,11 @@ msgstr "Permitir novas mensagens de" msgid "Allow replies from:" msgstr "Permitir respostas de:" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" msgstr "Permite acesso a mensagens diretas" -#: src/screens/Login/ForgotPasswordForm.tsx:178 +#: src/screens/Login/ForgotPasswordForm.tsx:177 #: src/view/com/modals/ChangePassword.tsx:171 msgid "Already have a code?" msgstr "Já tem um código?" @@ -548,17 +602,20 @@ msgstr "Já autenticado como @{0}" #: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/util/post-embeds/GifEmbed.tsx:183 +#: src/view/com/util/post-embeds/GifEmbed.tsx:177 msgid "ALT" msgstr "ALT" #: src/view/com/composer/GifAltText.tsx:144 +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +#: src/view/com/composer/videos/SubtitleDialog.tsx:104 +#: src/view/com/composer/videos/SubtitleDialog.tsx:108 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:87 msgid "Alt text" msgstr "Texto alternativo" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:182 msgid "Alt Text" msgstr "Texto alternativo" @@ -583,28 +640,39 @@ msgstr "Ocorreu um erro" #~ msgid "An error occured" #~ msgstr "Tivemos um problema" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:314 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:413 msgid "An error occurred" msgstr "Ocorreu um erro" +#: src/state/queries/video/video.ts:232 +msgid "An error occurred while compressing the video." +msgstr "Ocorreu um erro ao compactar o vídeo." + #: src/components/StarterPack/ProfileStarterPacks.tsx:315 msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Ocorreu um erro ao gerar seu pacote inicial. Quer tentar novamente?" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:69 -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:135 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/StarterPack/ShareDialog.tsx:79 -#~ msgid "An error occurred while saving the image." -#~ msgstr "Ocorreu um erro ao salvar a imagem." +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:174 +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/nuxs/TenMillion/index.tsx:250 +msgid "An error occurred while saving the image!" +msgstr "Ocorreu um erro ao salvar a imagem!" #: src/components/StarterPack/QrCodeDialog.tsx:71 #: src/components/StarterPack/ShareDialog.tsx:79 msgid "An error occurred while saving the QR code!" msgstr "Ocorreu um erro ao salvar o QR code!" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:75 +msgid "An error occurred while selecting the video" +msgstr "Ocorreu um erro ao selecionar o vídeo" + #: src/components/dms/MessageMenu.tsx:134 #~ msgid "An error occurred while trying to delete the message. Please try again." #~ msgstr "Ocorreu um erro ao tentar deletar esta mensagem. Por favor, tente novamente." @@ -614,7 +682,7 @@ msgstr "Ocorreu um erro ao salvar o QR code!" msgid "An error occurred while trying to follow all" msgstr "Ocorreu um erro ao tentar seguir todos" -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:199 msgid "An error occurred while uploading the video." msgstr "Ocorreu um erro ao enviar o vídeo." @@ -632,14 +700,14 @@ msgstr "Ocorreu um problema ao tentar abrir o chat" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:319 -#: src/components/ProfileCard.tsx:339 +#: src/components/ProfileCard.tsx:324 +#: src/components/ProfileCard.tsx:344 #: src/view/com/profile/FollowButton.tsx:36 #: src/view/com/profile/FollowButton.tsx:46 msgid "An issue occurred, please try again." msgstr "Ocorreu um problema, por favor tente novamente." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "ocorreu um erro desconhecido" @@ -649,8 +717,8 @@ msgid "an unknown labeler" msgstr "um rotulador desconhecido" #: src/components/WhoCanReply.tsx:295 -#: src/view/com/notifications/FeedItem.tsx:235 -#: src/view/com/notifications/FeedItem.tsx:324 +#: src/view/com/notifications/FeedItem.tsx:231 +#: src/view/com/notifications/FeedItem.tsx:320 msgid "and" msgstr "e" @@ -659,7 +727,7 @@ msgstr "e" msgid "Animals" msgstr "Animais" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:139 msgid "Animated GIF" msgstr "GIF animado" @@ -675,7 +743,7 @@ msgstr "Qualquer pessoa pode interagir" msgid "App Language" msgstr "Idioma do aplicativo" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "Senha de Aplicativo excluída" @@ -692,21 +760,21 @@ msgid "App password settings" msgstr "Configurações de Senha de Aplicativo" #: src/Navigation.tsx:286 -#: src/view/screens/AppPasswords.tsx:192 +#: src/view/screens/AppPasswords.tsx:191 #: src/view/screens/Settings/index.tsx:672 msgid "App Passwords" msgstr "Senhas de Aplicativos" -#: src/components/moderation/LabelsOnMeDialog.tsx:154 -#: src/components/moderation/LabelsOnMeDialog.tsx:157 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 +#: src/components/moderation/LabelsOnMeDialog.tsx:149 msgid "Appeal" msgstr "Contestar" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "Contestar rótulo \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "Contestação enviada." @@ -744,7 +812,7 @@ msgstr "Utilizar feeds recomendados" #~ msgid "Are you sure you want delete this starter pack?" #~ msgstr "Tem certeza de que deseja excluir este pacote inicial?" -#: src/view/screens/AppPasswords.tsx:282 +#: src/view/screens/AppPasswords.tsx:277 msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "Tem certeza de que deseja excluir a senha do aplicativo \"{name}\"?" @@ -776,7 +844,7 @@ msgstr "Tem certeza que deseja remover {0} dos seus feeds?" msgid "Are you sure you want to remove this from your feeds?" msgstr "Tem certeza que deseja remover isto de seus feeds?" -#: src/view/com/composer/Composer.tsx:772 +#: src/view/com/composer/Composer.tsx:838 msgid "Are you sure you'd like to discard this draft?" msgstr "Tem certeza que deseja descartar este rascunho?" @@ -797,19 +865,19 @@ msgstr "Arte" msgid "Artistic or non-erotic nudity." msgstr "Nudez artística ou não erótica." -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "No mínimo 3 caracteres" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 -#: src/components/moderation/LabelsOnMeDialog.tsx:294 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:285 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:298 -#: src/screens/Login/LoginForm.tsx:304 +#: src/screens/Login/LoginForm.tsx:285 +#: src/screens/Login/LoginForm.tsx:291 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Messages/Conversation/ChatDisabled.tsx:133 @@ -837,7 +905,7 @@ msgstr "Aniversário" msgid "Birthday:" msgstr "Aniversário:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "Bloquear" @@ -868,7 +936,7 @@ msgstr "Lista de bloqueio" msgid "Block these accounts?" msgstr "Bloquear estas contas?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:83 msgid "Blocked" msgstr "Bloqueado" @@ -937,6 +1005,10 @@ msgstr "Bluesky é melhor com amigos!" #~ msgid "Bluesky is public." #~ msgstr "Bluesky é público." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:206 +msgid "Bluesky now has over 10 million users, and I was #{0}!" +msgstr "O Bluesky agora tem mais de 10 milhões de usuários, e eu tinha #{0}!" + #: src/components/StarterPack/ProfileStarterPacks.tsx:282 msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "O Bluesky escolherá um conjunto de contas recomendadas dentre as pessoas em sua rede." @@ -958,23 +1030,27 @@ msgstr "Desfocar imagens e filtrar dos feeds" msgid "Books" msgstr "Livros" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:614 +msgid "Brag a little!" +msgstr "Gabe-se um pouco!" + +#: src/components/FeedInterstitials.tsx:350 msgid "Browse more accounts on the Explore page" msgstr "Navegue por mais contas na página Explorar" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:483 msgid "Browse more feeds on the Explore page" msgstr "Navegue por mais feeds na página Explorar" -#: src/components/FeedInterstitials.tsx:282 -#: src/components/FeedInterstitials.tsx:285 -#: src/components/FeedInterstitials.tsx:415 -#: src/components/FeedInterstitials.tsx:418 +#: src/components/FeedInterstitials.tsx:332 +#: src/components/FeedInterstitials.tsx:335 +#: src/components/FeedInterstitials.tsx:465 +#: src/components/FeedInterstitials.tsx:468 msgid "Browse more suggestions" msgstr "Veja mais sugestões" -#: src/components/FeedInterstitials.tsx:308 -#: src/components/FeedInterstitials.tsx:442 +#: src/components/FeedInterstitials.tsx:358 +#: src/components/FeedInterstitials.tsx:492 msgid "Browse more suggestions on the Explore page" msgstr "Navegue por mais sugestões na página Explorar" @@ -1024,12 +1100,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "Só pode conter letras, números, espaços, riscas e subtraços. Deve ter pelo menos 4 caracteres, mas não mais de 32 caracteres." #: src/components/Menu/index.tsx:235 -#: src/components/Prompt.tsx:119 -#: src/components/Prompt.tsx:121 +#: src/components/Prompt.tsx:122 +#: src/components/Prompt.tsx:124 #: src/components/TagMenu/index.tsx:282 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:512 -#: src/view/com/composer/Composer.tsx:527 +#: src/view/com/composer/Composer.tsx:594 +#: src/view/com/composer/Composer.tsx:609 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -1045,7 +1121,7 @@ msgstr "Só pode conter letras, números, espaços, riscas e subtraços. Deve te #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "Cancelar" @@ -1074,7 +1150,7 @@ msgstr "Cancelar corte da imagem" msgid "Cancel profile editing" msgstr "Cancelar edição do perfil" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "Cancelar citação" @@ -1090,6 +1166,25 @@ msgstr "Cancelar busca" msgid "Cancels opening the linked website" msgstr "Cancela a abertura do link" +#: src/state/shell/composer/index.tsx:70 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:114 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:155 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:191 +msgid "Cannot interact with a blocked user" +msgstr "Não é possível interagir com um usuário bloqueado" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:135 +msgid "Captions (.vtt)" +msgstr "Legendas (.vtt)" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +msgid "Captions & alt text" +msgstr "Legendas e texto alt" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:368 +msgid "Celebrating {0} users" +msgstr "Comemorando {0} usuários" + #: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "Alterar" @@ -1130,8 +1225,8 @@ msgid "Change Your Email" msgstr "Altere o Seu Email" #: src/Navigation.tsx:338 -#: src/view/shell/bottom-bar/BottomBar.tsx:204 -#: src/view/shell/desktop/LeftNav.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:201 +#: src/view/shell/desktop/LeftNav.tsx:301 msgid "Chat" msgstr "Chat" @@ -1173,7 +1268,7 @@ msgstr "Verificar minha situação" #~ msgid "Check out some recommended users. Follow them to see similar users." #~ msgstr "Confira alguns usuários recomendados. Siga-os para ver usuários semelhantes." -#: src/screens/Login/LoginForm.tsx:291 +#: src/screens/Login/LoginForm.tsx:278 msgid "Check your email for a login code and enter it here." msgstr "Um código de login foi enviado para o seu e-mail. Insira-o aqui." @@ -1186,12 +1281,12 @@ msgstr "Verifique em sua caixa de entrada um e-mail com o código de confirmaç #~ msgstr "Escolha \"Todos\" ou \"Ninguém\"" #: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "Escolha 3 ou mais:" +#~ msgid "Choose 3 or more:" +#~ msgstr "Escolha 3 ou mais:" #: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "Escolha pelo menos mais {0}" +#~ msgid "Choose at least {0} more" +#~ msgstr "Escolha pelo menos mais {0}" #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" @@ -1209,7 +1304,7 @@ msgstr "Escolha Pessoas" msgid "Choose Service" msgstr "Escolher Serviço" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "Escolha os algoritmos que geram seus feeds customizados." @@ -1296,7 +1391,7 @@ msgstr "Clique para desabilitar as citações desta publicação." msgid "Click to enable quote posts of this post." msgstr "Clique para habilitar as citações desta publicação." -#: src/components/dms/MessageItem.tsx:231 +#: src/components/dms/MessageItem.tsx:232 msgid "Click to retry failed message" msgstr "Clique para tentar novamente a mensagem que falhou" @@ -1311,13 +1406,15 @@ msgstr "Tchic 🐴 tloc 🐴" #: src/components/dialogs/GifSelect.ios.tsx:250 #: src/components/dialogs/GifSelect.tsx:270 #: src/components/dms/dialogs/SearchablePeopleList.tsx:261 +#: src/components/intents/VerifyEmailIntentDialog.tsx:111 +#: src/components/intents/VerifyEmailIntentDialog.tsx:118 #: src/components/NewskieDialog.tsx:146 #: src/components/NewskieDialog.tsx:153 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:131 #: src/view/com/modals/ChangePassword.tsx:268 #: src/view/com/modals/ChangePassword.tsx:271 -#: src/view/com/util/post-embeds/GifEmbed.tsx:195 +#: src/view/com/util/post-embeds/GifEmbed.tsx:188 msgid "Close" msgstr "Fechar" @@ -1372,7 +1469,7 @@ msgstr "Fecha barra de navegação inferior" msgid "Closes password update alert" msgstr "Fecha alerta de troca de senha" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:606 msgid "Closes post composer and discards post draft" msgstr "Fecha o editor de post e descarta o rascunho" @@ -1380,11 +1477,11 @@ msgstr "Fecha o editor de post e descarta o rascunho" msgid "Closes viewer for header image" msgstr "Fecha o visualizador de banner" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "Recolher lista de usuários" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "Fecha lista de usuários da notificação" @@ -1403,7 +1500,7 @@ msgstr "Quadrinhos" msgid "Community Guidelines" msgstr "Diretrizes da Comunidade" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "Completar e começar a usar sua conta" @@ -1411,7 +1508,7 @@ msgstr "Completar e começar a usar sua conta" msgid "Complete the challenge" msgstr "Complete o captcha" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:714 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Escreva posts de até {MAX_GRAPHEME_LENGTH} caracteres" @@ -1420,8 +1517,8 @@ msgid "Compose reply" msgstr "Escrever resposta" #: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 -msgid "Compressing..." -msgstr "Comprimindo..." +#~ msgid "Compressing..." +#~ msgstr "Comprimindo..." #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 #~ msgid "Configure content filtering setting for category: {0}" @@ -1435,8 +1532,8 @@ msgstr "Configure o filtro de conteúdo por categoria: {name}" msgid "Configured in <0>moderation settings." msgstr "Configure no <0>painel de moderação." -#: src/components/Prompt.tsx:162 #: src/components/Prompt.tsx:165 +#: src/components/Prompt.tsx:168 #: src/view/com/modals/SelfLabel.tsx:155 #: src/view/com/modals/VerifyEmail.tsx:239 #: src/view/com/modals/VerifyEmail.tsx:241 @@ -1466,7 +1563,7 @@ msgstr "Confirme sua idade:" msgid "Confirm your birthdate" msgstr "Confirme sua data de nascimento" -#: src/screens/Login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:259 #: src/view/com/modals/ChangeEmail.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:238 #: src/view/com/modals/DeleteAccount.tsx:244 @@ -1476,7 +1573,7 @@ msgstr "Confirme sua data de nascimento" msgid "Confirmation code" msgstr "Código de confirmação" -#: src/screens/Login/LoginForm.tsx:325 +#: src/screens/Login/LoginForm.tsx:312 msgid "Connecting..." msgstr "Conectando..." @@ -1522,7 +1619,7 @@ msgstr "Avisos de conteúdo" msgid "Context menu backdrop, click to close the menu." msgstr "Fundo do menu, clique para fechá-lo." -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Continuar" @@ -1535,7 +1632,7 @@ msgstr "Continuar como {0} (já conectado)" msgid "Continue thread..." msgstr "Continuar o tópico..." -#: src/screens/Onboarding/StepInterests/index.tsx:275 +#: src/screens/Onboarding/StepInterests/index.tsx:255 #: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/BackNextButtons.tsx:59 msgid "Continue to next step" @@ -1571,7 +1668,7 @@ msgstr "Versão do aplicativo copiada" #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:234 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:368 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:392 msgid "Copied to clipboard" msgstr "Copiado" @@ -1657,6 +1754,10 @@ msgstr "Não foi possível carregar a lista" msgid "Could not mute chat" msgstr "Não foi possível silenciar este chat" +#: src/view/com/composer/videos/VideoPreview.web.tsx:56 +msgid "Could not process your video" +msgstr "Não foi possível processar seu vídeo" + #: src/components/dms/ConvoMenu.tsx:68 #~ msgid "Could not unmute chat" #~ msgstr "Não foi possível dessilenciar este chat" @@ -1722,7 +1823,7 @@ msgstr "Criar uma nova conta" msgid "Create report for {0}" msgstr "Criar denúncia para {0}" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "{0} criada" @@ -1778,7 +1879,7 @@ msgstr "Tema escuro" #~ msgid "Dark Theme" #~ msgstr "Modo Escuro" -#: src/screens/Signup/StepInfo/index.tsx:191 +#: src/screens/Signup/StepInfo/index.tsx:192 msgid "Date of birth" msgstr "Data de nascimento" @@ -1804,7 +1905,7 @@ msgstr "Painel de depuração" #: src/screens/StarterPack/StarterPackScreen.tsx:652 #: src/screens/StarterPack/StarterPackScreen.tsx:732 #: src/view/com/util/forms/PostDropdownBtn.tsx:629 -#: src/view/screens/AppPasswords.tsx:285 +#: src/view/screens/AppPasswords.tsx:280 #: src/view/screens/ProfileList.tsx:723 msgid "Delete" msgstr "Excluir" @@ -1821,11 +1922,11 @@ msgstr "Excluir a conta" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "Excluir Conta <0>\"<1>{0}<2>\"" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "Excluir senha de aplicativo" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "Excluir senha de aplicativo?" @@ -1880,7 +1981,7 @@ msgstr "Excluir esta lista?" msgid "Delete this post?" msgstr "Excluir esta postagem?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:93 msgid "Deleted" msgstr "Excluído" @@ -1916,7 +2017,7 @@ msgstr "Desanexar postagem de citação?" msgid "Dialog: adjust who can interact with this post" msgstr "Diálogo: ajuste quem pode interagir com esta postagem" -#: src/view/com/composer/Composer.tsx:327 +#: src/view/com/composer/Composer.tsx:355 msgid "Did you want to say anything?" msgstr "Você gostaria de dizer alguma coisa?" @@ -1930,8 +2031,12 @@ msgid "Direct messages are here!" msgstr "As mensagens diretas estão aqui!" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" -msgstr "Desabilitar autoplay em GIFs" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "Desabilitar autoplay em GIFs" + +#: src/view/screens/AccessibilitySettings.tsx:111 +msgid "Disable autoplay for videos and GIFs" +msgstr "Desativar reprodução automática para vídeos e GIFs" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 msgid "Disable Email 2FA" @@ -1945,7 +2050,7 @@ msgstr "Desabilitar feedback tátil" #~ msgid "Disable haptics" #~ msgstr "Desabilitar feedback tátil" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:379 msgid "Disable subtitles" msgstr "Desativar legendas" @@ -1962,11 +2067,11 @@ msgstr "Desativar legendas" msgid "Disabled" msgstr "Desabilitado" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:840 msgid "Discard" msgstr "Descartar" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:837 msgid "Discard draft?" msgstr "Descartar rascunho?" @@ -1976,8 +2081,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "Desencorajar aplicativos a mostrar minha conta para usuários desautenticados" #: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "Descubra quais postagens você gosta enquanto navega." +#~ msgid "Discover learns which posts you like as you browse." +#~ msgstr "Descubra quais postagens você gosta enquanto navega." #: src/view/com/posts/FollowingEmptyState.tsx:70 #: src/view/com/posts/FollowingEndOfFeed.tsx:71 @@ -1993,10 +2098,10 @@ msgid "Discover New Feeds" msgstr "Descubra Novos Feeds" #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 -msgid "Dismiss" -msgstr "Ocultar" +#~ msgid "Dismiss" +#~ msgstr "Ocultar" -#: src/view/com/composer/Composer.tsx:612 +#: src/view/com/composer/Composer.tsx:1107 msgid "Dismiss error" msgstr "Ocultar erro" @@ -2028,7 +2133,7 @@ msgstr "Não aplique esta palavra ocultada aos usuários que você segue" msgid "Does not include nudity." msgstr "Não inclui nudez." -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "Não começa ou termina com um hífen" @@ -2048,6 +2153,8 @@ msgstr "Domínio verificado!" #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/composer/videos/SubtitleDialog.tsx:171 +#: src/view/com/composer/videos/SubtitleDialog.tsx:181 #: src/view/com/modals/AddAppPasswords.tsx:243 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 @@ -2070,7 +2177,7 @@ msgstr "Feito" msgid "Done{extraText}" msgstr "Feito{extraText}" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "Baixe o Bluesky" @@ -2079,7 +2186,11 @@ msgstr "Baixe o Bluesky" msgid "Download CAR file" msgstr "Baixar arquivo CAR" -#: src/view/com/composer/text-input/TextInput.web.tsx:271 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:622 +msgid "Download image" +msgstr "Baixar imagem" + +#: src/view/com/composer/text-input/TextInput.web.tsx:269 msgid "Drop to add images" msgstr "Solte para adicionar imagens" @@ -2144,7 +2255,7 @@ msgctxt "action" msgid "Edit" msgstr "Editar" -#: src/view/com/util/UserAvatar.tsx:328 +#: src/view/com/util/UserAvatar.tsx:334 #: src/view/com/util/UserBanner.tsx:92 msgid "Edit avatar" msgstr "Editar avatar" @@ -2192,12 +2303,12 @@ msgid "Edit post interaction settings" msgstr "Editar configurações de interação de postagem" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "Editar perfil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:187 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "Editar Perfil" @@ -2252,6 +2363,10 @@ msgstr "2FA via e-mail desabilitado" msgid "Email address" msgstr "Endereço de e-mail" +#: src/components/intents/VerifyEmailIntentDialog.tsx:95 +msgid "Email Resent" +msgstr "E-mail Reenviado" + #: src/view/com/modals/ChangeEmail.tsx:54 #: src/view/com/modals/ChangeEmail.tsx:83 msgid "Email updated" @@ -2265,6 +2380,10 @@ msgstr "E-mail Atualizado" msgid "Email verified" msgstr "E-mail verificado" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "E-mail Verificado" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "E-mail:" @@ -2314,7 +2433,7 @@ msgstr "Habilitar mídia para" msgid "Enable priority notifications" msgstr "Habilitar notificações prioritárias" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:380 msgid "Enable subtitles" msgstr "Habilitar legendas" @@ -2332,7 +2451,7 @@ msgstr "Habilitar mídia somente para este site" msgid "Enabled" msgstr "Habilitado" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "Fim do feed" @@ -2341,8 +2460,12 @@ msgstr "Fim do feed" #~ msgstr "Fim da lista" #: src/tours/Tooltip.tsx:159 -msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." -msgstr "Fim da integração da sua janela. Não avance. Em vez disso, volte para mais opções ou pressione para pular." +#~ msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgstr "Fim da integração da sua janela. Não avance. Em vez disso, volte para mais opções ou pressione para pular." + +#: src/view/com/composer/videos/SubtitleDialog.tsx:161 +msgid "Ensure you have selected a language for each subtitle file." +msgstr "Certifique-se de ter selecionado um idioma para cada arquivo de legenda." #: src/view/com/modals/AddAppPasswords.tsx:161 msgid "Enter a name for this App Password" @@ -2398,11 +2521,11 @@ msgstr "Digite seu nome de usuário e senha" msgid "Error occurred while saving file" msgstr "Não foi possível salvar o arquivo" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "Não foi possível processar o captcha." -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Erro:" @@ -2426,11 +2549,11 @@ msgstr "Todos podem responder esta postagem." msgid "Everyone" msgstr "Todos" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "Menções ou respostas excessivas" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "Mensagens excessivas ou indesejadas" @@ -2442,6 +2565,10 @@ msgstr "Excluir usuário que você segue" msgid "Excludes users you follow" msgstr "Excluir usuário que você segue" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:397 +msgid "Exit fullscreen" +msgstr "Sair da tela cheia" + #: src/view/com/modals/DeleteAccount.tsx:293 msgid "Exits account deletion process" msgstr "Sair do processo de deleção da conta" @@ -2466,7 +2593,7 @@ msgstr "Sair da busca" msgid "Expand alt text" msgstr "Expandir texto alternativo" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "Expandir lista de usuário" @@ -2481,7 +2608,7 @@ msgstr "Experimental: Quando essa preferência estiver habilitada, você receber #: src/components/dialogs/MutedWords.tsx:500 msgid "Expired" -msgstr "Expirado " +msgstr "Expirado" #: src/components/dialogs/MutedWords.tsx:502 msgid "Expires {0}" @@ -2590,7 +2717,7 @@ msgstr "Não foi possível salvar a imagem: {0}" msgid "Failed to save notification preferences, please try again" msgstr "Falha ao salvar as preferências de notificação, tente novamente" -#: src/components/dms/MessageItem.tsx:224 +#: src/components/dms/MessageItem.tsx:225 msgid "Failed to send" msgstr "Falha ao enviar" @@ -2598,7 +2725,7 @@ msgstr "Falha ao enviar" #~ msgid "Failed to send message(s)." #~ msgstr "Não foi possível enviar sua mensagem." -#: src/components/moderation/LabelsOnMeDialog.tsx:234 +#: src/components/moderation/LabelsOnMeDialog.tsx:225 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "Falha ao enviar o recurso, tente novamente." @@ -2609,13 +2736,20 @@ msgstr "Falha ao alternar o silenciamento do tópico, tente novamente" #: src/components/FeedCard.tsx:273 msgid "Failed to update feeds" -msgstr "Falha ao atualizar os feeds"" +msgstr "Falha ao atualizar os feeds" #: src/components/dms/MessagesNUX.tsx:60 #: src/screens/Messages/Settings.tsx:35 msgid "Failed to update settings" msgstr "Falha ao atualizar as configurações" +#: src/state/queries/video/video-upload.ts:67 +#: src/state/queries/video/video-upload.web.ts:64 +#: src/state/queries/video/video-upload.web.ts:68 +#: src/state/queries/video/video-upload.web.ts:78 +msgid "Failed to upload video" +msgstr "Falha ao carregar o vídeo" + #: src/Navigation.tsx:226 msgid "Feed" msgstr "Feed" @@ -2642,9 +2776,9 @@ msgstr "Comentários" #: src/screens/StarterPack/StarterPackScreen.tsx:172 #: src/view/screens/Feeds.tsx:445 #: src/view/screens/Feeds.tsx:550 -#: src/view/screens/Profile.tsx:213 +#: src/view/screens/Profile.tsx:224 #: src/view/screens/Search/Search.tsx:375 -#: src/view/shell/desktop/LeftNav.tsx:379 +#: src/view/shell/desktop/LeftNav.tsx:373 #: src/view/shell/Drawer.tsx:497 #: src/view/shell/Drawer.tsx:498 msgid "Feeds" @@ -2678,7 +2812,7 @@ msgstr "Arquivo salvo com sucesso!" msgid "Filter from feeds" msgstr "Filtrar dos feeds" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "Finalizando" @@ -2689,8 +2823,8 @@ msgid "Find accounts to follow" msgstr "Encontre contas para seguir" #: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "Encontre mais feeds e contas para seguir na página Explorar." +#~ msgid "Find more feeds and accounts to follow in the Explore page." +#~ msgstr "Encontre mais feeds e contas para seguir na página Explorar." #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" @@ -2721,14 +2855,14 @@ msgid "Finish" msgstr "Finalizar" #: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "Conclua o tour e comece a usar o aplicativo" +#~ msgid "Finish tour and begin using the application" +#~ msgstr "Conclua o tour e comece a usar o aplicativo" #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "Fitness" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "Flexível" @@ -2742,11 +2876,11 @@ msgid "Flip vertically" msgstr "Virar verticalmente" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:351 +#: src/components/ProfileCard.tsx:356 #: src/components/ProfileHoverCard/index.web.tsx:446 #: src/components/ProfileHoverCard/index.web.tsx:457 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:252 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:225 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 msgid "Follow" msgstr "Seguir" @@ -2755,8 +2889,8 @@ msgctxt "action" msgid "Follow" msgstr "Seguir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:238 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:209 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:126 msgid "Follow {0}" msgstr "Seguir {0}" @@ -2778,11 +2912,13 @@ msgstr "Seguir Conta" msgid "Follow all" msgstr "Siga todos" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 -#~ msgid "Follow All" -#~ msgstr "Seguir Todas" +#: src/view/com/profile/FollowButton.tsx:79 +msgctxt "action" +msgid "Follow Back" +msgstr "Seguir De Volta" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:223 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 msgid "Follow Back" msgstr "Seguir De Volta" @@ -2830,16 +2966,16 @@ msgstr "Usuários seguidos" #~ msgid "Followed users only" #~ msgstr "Somente usuários seguidos" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "seguiu você" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" msgstr "seguiu você de volta" -#: src/view/com/profile/ProfileFollowers.tsx:104 -#: src/view/screens/ProfileFollowers.tsx:25 +#: src/view/screens/ProfileFollowers.tsx:29 +#: src/view/screens/ProfileFollowers.tsx:30 msgid "Followers" msgstr "Seguidores" @@ -2853,20 +2989,20 @@ msgid "Followers you know" msgstr "Seguidores que você conhece" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:345 +#: src/components/ProfileCard.tsx:350 #: src/components/ProfileHoverCard/index.web.tsx:445 #: src/components/ProfileHoverCard/index.web.tsx:456 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 -#: src/view/com/profile/ProfileFollows.tsx:104 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:147 #: src/view/screens/Feeds.tsx:630 -#: src/view/screens/ProfileFollows.tsx:25 +#: src/view/screens/ProfileFollows.tsx:29 +#: src/view/screens/ProfileFollows.tsx:30 #: src/view/screens/SavedFeeds.tsx:416 msgid "Following" msgstr "Seguindo" -#: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/components/ProfileCard.tsx:316 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Seguindo {0}" @@ -2885,8 +3021,8 @@ msgid "Following Feed Preferences" msgstr "Configurações do feed principal" #: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "Seguir mostra as postagens mais recentes das pessoas que você segue." +#~ msgid "Following shows the latest posts from people you follow." +#~ msgstr "Seguir mostra as postagens mais recentes das pessoas que você segue." #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" @@ -2918,11 +3054,11 @@ msgstr "Para sempre" msgid "Forgot Password" msgstr "Esqueci a Senha" -#: src/screens/Login/LoginForm.tsx:246 +#: src/screens/Login/LoginForm.tsx:233 msgid "Forgot password?" msgstr "Esqueceu a senha?" -#: src/screens/Login/LoginForm.tsx:257 +#: src/screens/Login/LoginForm.tsx:244 msgid "Forgot?" msgstr "Esqueceu?" @@ -2930,15 +3066,19 @@ msgstr "Esqueceu?" msgid "Frequently Posts Unwanted Content" msgstr "Frequentemente Posta Conteúdo Indesejado" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "De @{sanitizedAuthor}" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "Por <0/>" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:398 +msgid "Fullscreen" +msgstr "Tela cheia" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galeria" @@ -2964,9 +3104,9 @@ msgstr "Vamos começar" msgid "Getting started" msgstr "Começando" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:122 msgid "GIF" -msgstr "" +msgstr "GIF" #: src/screens/Onboarding/StepProfile/index.tsx:225 msgid "Give your profile a face" @@ -2983,7 +3123,7 @@ msgstr "Violações flagrantes da lei ou dos termos de serviço" #: src/view/screens/NotFound.tsx:55 #: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:1026 -#: src/view/shell/desktop/LeftNav.tsx:134 +#: src/view/shell/desktop/LeftNav.tsx:133 msgid "Go back" msgstr "Voltar" @@ -3032,7 +3172,7 @@ msgstr "Voltar para a tela inicial" msgid "Go to conversation with {0}" msgstr "Ir para a conversa com {0}" -#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:171 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Go to next" msgstr "Próximo" @@ -3042,8 +3182,8 @@ msgid "Go to profile" msgstr "Ir para este perfil" #: src/tours/Tooltip.tsx:138 -msgid "Go to the next step of the tour" -msgstr "Vá para a próxima etapa do tour" +#~ msgid "Go to the next step of the tour" +#~ msgstr "Vá para a próxima etapa do tour" #: src/components/dms/ConvoMenu.tsx:164 msgid "Go to user's profile" @@ -3121,7 +3261,7 @@ msgstr "Lista oculta" msgid "Hide" msgstr "Ocultar" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "Esconder" @@ -3160,7 +3300,7 @@ msgstr "Ocultar este post?" msgid "Hide this reply?" msgstr "Ocultar esta resposta?" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "Ocultar lista de usuários" @@ -3192,10 +3332,14 @@ msgstr "Hmmmm, parece que estamos com problemas pra carregar isso. Veja mais det msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, não foi possível carregar este serviço de moderação." -#: src/Navigation.tsx:549 -#: src/Navigation.tsx:569 -#: src/view/shell/bottom-bar/BottomBar.tsx:160 -#: src/view/shell/desktop/LeftNav.tsx:342 +#: src/state/queries/video/video.ts:165 +msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" +msgstr "Espere! Estamos gradualmente dando acesso ao vídeo, e você ainda está esperando na fila. Volte em breve!" + +#: src/Navigation.tsx:550 +#: src/Navigation.tsx:570 +#: src/view/shell/bottom-bar/BottomBar.tsx:159 +#: src/view/shell/desktop/LeftNav.tsx:341 #: src/view/shell/Drawer.tsx:429 #: src/view/shell/Drawer.tsx:430 msgid "Home" @@ -3206,7 +3350,7 @@ msgid "Host:" msgstr "Host:" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:180 +#: src/screens/Login/LoginForm.tsx:169 #: src/screens/Signup/StepInfo/index.tsx:106 #: src/view/com/modals/ChangeHandle.tsx:275 msgid "Hosting provider" @@ -3267,7 +3411,7 @@ msgstr "Se você estiver tentando alterar seu endereço ou e-mail, faça isso an msgid "Illegal and Urgent" msgstr "Ilegal e Urgente" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:56 msgid "Image" msgstr "Imagem" @@ -3275,6 +3419,7 @@ msgstr "Imagem" msgid "Image alt text" msgstr "Texto alternativo da imagem" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:247 #: src/components/StarterPack/ShareDialog.tsx:76 msgid "Image saved to your camera roll!" msgstr "Imagem salva no rolo da câmera!" @@ -3283,7 +3428,11 @@ msgstr "Imagem salva no rolo da câmera!" msgid "Impersonation or false claims about identity or affiliation" msgstr "Falsificação de identidade ou alegações falsas sobre identidade ou filiação" -#: src/lib/moderation/useReportOptions.ts:86 +#: src/lib/moderation/useReportOptions.ts:68 +msgid "Impersonation, misinformation, or false claims" +msgstr "Falsificação de identidade, desinformação ou alegações falsas" + +#: src/lib/moderation/useReportOptions.ts:91 msgid "Inappropriate messages or explicit links" msgstr "Mensagens inapropriadas ou links explícitos" @@ -3307,7 +3456,7 @@ msgstr "Insira a nova senha" msgid "Input password for account deletion" msgstr "Insira a senha para excluir a conta" -#: src/screens/Login/LoginForm.tsx:286 +#: src/screens/Login/LoginForm.tsx:273 msgid "Input the code which has been emailed to you" msgstr "Insira o código que você recebeu por e-mail" @@ -3315,11 +3464,11 @@ msgstr "Insira o código que você recebeu por e-mail" #~ msgid "Input the password tied to {identifier}" #~ msgstr "Insira a senha da conta {identifier}" -#: src/screens/Login/LoginForm.tsx:215 +#: src/screens/Login/LoginForm.tsx:203 msgid "Input the username or email address you used at signup" msgstr "Insira o usuário ou e-mail que você cadastrou" -#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Login/LoginForm.tsx:228 msgid "Input your password" msgstr "Insira sua senha" @@ -3327,7 +3476,7 @@ msgstr "Insira sua senha" msgid "Input your preferred hosting provider" msgstr "Insira seu provedor de hospedagem" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "Insira o usuário" @@ -3339,7 +3488,7 @@ msgstr "Interação limitada" msgid "Introducing Direct Messages" msgstr "Apresentando Mensagens Diretas" -#: src/screens/Login/LoginForm.tsx:140 +#: src/screens/Login/LoginForm.tsx:145 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Código de confirmação inválido." @@ -3348,10 +3497,15 @@ msgstr "Código de confirmação inválido." msgid "Invalid or unsupported post record" msgstr "Post inválido" -#: src/screens/Login/LoginForm.tsx:145 +#: src/screens/Login/LoginForm.tsx:91 +#: src/screens/Login/LoginForm.tsx:150 msgid "Invalid username or password" msgstr "Credenciais inválidas" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "Código de Verificação Inválido" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Convide um Amigo" @@ -3360,7 +3514,7 @@ msgstr "Convide um Amigo" msgid "Invite code" msgstr "Convite" -#: src/screens/Signup/state.ts:263 +#: src/screens/Signup/state.ts:258 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Convite inválido. Verifique se você o inseriu corretamente e tente novamente." @@ -3392,6 +3546,10 @@ msgstr "Convites, mas pessoais" msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "É só você por enquanto! Adicione mais pessoas ao seu pacote inicial pesquisando acima." +#: src/view/com/composer/Composer.tsx:1126 +msgid "Job ID: {0}" +msgstr "Job ID: {0}" + #: src/view/com/auth/SplashScreen.web.tsx:164 msgid "Jobs" msgstr "Carreiras" @@ -3407,6 +3565,10 @@ msgstr "Crie uma conta no Bluesky" msgid "Join the conversation" msgstr "Participe da conversa" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:492 +msgid "Joined {0}" +msgstr "Juntou-se {0}" + #: src/screens/Onboarding/index.tsx:21 #: src/screens/Onboarding/state.ts:89 msgid "Journalism" @@ -3424,7 +3586,7 @@ msgstr "Rotulado por {0}." msgid "Labeled by the author." msgstr "Rotulado pelo autor." -#: src/view/screens/Profile.tsx:207 +#: src/view/screens/Profile.tsx:218 msgid "Labels" msgstr "Rótulos" @@ -3436,11 +3598,11 @@ msgstr "Rótulos são identificações aplicadas sobre perfis e conteúdos. Eles #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "rótulos foram aplicados neste {labelTarget}" -#: src/components/moderation/LabelsOnMeDialog.tsx:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "Rótulos sobre sua conta" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "Rótulos sobre seu conteúdo" @@ -3461,7 +3623,7 @@ msgstr "Configurações de Idiomas" msgid "Languages" msgstr "Idiomas" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "Mais recentes" @@ -3535,8 +3697,7 @@ msgstr "Deixe-me escolher" msgid "Let's get your password reset!" msgstr "Vamos redefinir sua senha!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "Vamos lá!" @@ -3569,9 +3730,9 @@ msgstr "Curtir este feed" msgid "Liked by" msgstr "Curtido por" -#: src/screens/Post/PostLikedBy.tsx:29 +#: src/screens/Post/PostLikedBy.tsx:31 +#: src/screens/Post/PostLikedBy.tsx:32 #: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 -#: src/view/com/post-thread/PostLikedBy.tsx:94 #: src/view/screens/ProfileFeedLikedBy.tsx:28 msgid "Liked By" msgstr "Curtido Por" @@ -3590,15 +3751,15 @@ msgstr "Curtido Por" #~ msgid "Liked by {likeCount} {0}" #~ msgstr "Curtido por {likeCount} {0}" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "curtiram seu feed" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "curtiu seu post" -#: src/view/screens/Profile.tsx:212 +#: src/view/screens/Profile.tsx:223 msgid "Likes" msgstr "Curtidas" @@ -3652,9 +3813,9 @@ msgid "List unmuted" msgstr "Lista dessilenciada" #: src/Navigation.tsx:130 -#: src/view/screens/Profile.tsx:208 -#: src/view/screens/Profile.tsx:215 -#: src/view/shell/desktop/LeftNav.tsx:385 +#: src/view/screens/Profile.tsx:219 +#: src/view/screens/Profile.tsx:226 +#: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:513 #: src/view/shell/Drawer.tsx:514 msgid "Lists" @@ -3680,7 +3841,7 @@ msgstr "Carregar mais sugestões de seguidores" msgid "Load new notifications" msgstr "Carregar novas notificações" -#: src/screens/Profile/Sections/Feed.tsx:87 +#: src/screens/Profile/Sections/Feed.tsx:94 #: src/view/com/feeds/FeedPage.tsx:136 #: src/view/screens/ProfileFeed.tsx:495 #: src/view/screens/ProfileList.tsx:805 @@ -3757,7 +3918,7 @@ msgid "Mark as read" msgstr "Marcar como lida" #: src/view/screens/AccessibilitySettings.tsx:106 -#: src/view/screens/Profile.tsx:211 +#: src/view/screens/Profile.tsx:222 msgid "Media" msgstr "Mídia" @@ -3787,12 +3948,12 @@ msgstr "Mensagem excluída" msgid "Message from server: {0}" msgstr "Mensagem do servidor: {0}" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" msgstr "Caixa de texto da mensagem" -#: src/screens/Messages/Conversation/MessageInput.tsx:70 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:49 +#: src/screens/Messages/Conversation/MessageInput.tsx:72 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:59 msgid "Message is too long" msgstr "Mensagem longa demais" @@ -3800,7 +3961,7 @@ msgstr "Mensagem longa demais" msgid "Message settings" msgstr "Configurações das mensagens" -#: src/Navigation.tsx:564 +#: src/Navigation.tsx:565 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -3815,6 +3976,10 @@ msgstr "Mensagens" msgid "Misleading Account" msgstr "Conta Enganosa" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "Postagem Enganosa" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" msgstr "Modo" @@ -3881,7 +4046,7 @@ msgstr "Ferramentas de moderação" msgid "Moderator has chosen to set a general warning on the content." msgstr "O moderador escolheu um aviso geral neste conteúdo." -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "Mais" @@ -3906,8 +4071,12 @@ msgid "Music" msgstr "Música" #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +msgid "Mute" +msgstr "Silenciar" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:166 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:389 +msgctxt "video" msgid "Mute" msgstr "Silenciar" @@ -3992,9 +4161,9 @@ msgstr "Silenciar thread" msgid "Mute words & tags" msgstr "Silenciar palavras/tags" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Muted" -msgstr "Silenciada" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Muted" +#~ msgstr "Silenciada" #: src/screens/Moderation/index.tsx:264 msgid "Muted accounts" @@ -4030,7 +4199,7 @@ msgstr "Meu Aniversário" msgid "My Feeds" msgstr "Meus Feeds" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "Meu Perfil" @@ -4052,9 +4221,9 @@ msgid "Name is required" msgstr "Nome é obrigatório" #: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:93 -#: src/lib/moderation/useReportOptions.ts:101 -#: src/lib/moderation/useReportOptions.ts:109 +#: 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" @@ -4067,12 +4236,12 @@ msgstr "Natureza" msgid "Navigate to {0}" msgstr "Navegar para {0}" -#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:73 +#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:76 msgid "Navigate to starter pack" msgstr "Navegue até o pacote inicial" -#: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:332 +#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/LoginForm.tsx:319 #: src/view/com/modals/ChangePassword.tsx:169 msgid "Navigates to the next screen" msgstr "Navega para próxima tela" @@ -4090,7 +4259,7 @@ msgstr "Precisa denunciar uma violação de copyright?" #~ msgid "Never lose access to your followers and data." #~ msgstr "Nunca perca o acesso aos seus seguidores e dados." -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "Nunca perca o acesso aos seus seguidores ou dados." @@ -4136,15 +4305,15 @@ msgstr "Postar" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:228 -#: src/view/screens/Profile.tsx:478 +#: src/view/screens/Profile.tsx:489 #: src/view/screens/ProfileFeed.tsx:429 #: src/view/screens/ProfileList.tsx:237 #: src/view/screens/ProfileList.tsx:276 -#: src/view/shell/desktop/LeftNav.tsx:278 +#: src/view/shell/desktop/LeftNav.tsx:277 msgid "New post" msgstr "Postar" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "Postar" @@ -4167,9 +4336,9 @@ msgid "News" msgstr "Notícias" #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:331 -#: src/screens/Login/LoginForm.tsx:338 +#: src/screens/Login/ForgotPasswordForm.tsx:149 +#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:325 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/BackNextButtons.tsx:66 @@ -4177,7 +4346,6 @@ msgstr "Notícias" #: src/screens/StarterPack/Wizard/index.tsx:187 #: src/screens/StarterPack/Wizard/index.tsx:358 #: src/screens/StarterPack/Wizard/index.tsx:365 -#: src/tours/Tooltip.tsx:139 #: src/view/com/modals/ChangePassword.tsx:254 #: src/view/com/modals/ChangePassword.tsx:256 msgid "Next" @@ -4219,12 +4387,12 @@ msgstr "Nenhum GIF em destaque encontrado." msgid "No feeds found. Try searching for something else." msgstr "Nenhum feed encontrado. Tente pesquisar por outra coisa." -#: src/components/ProfileCard.tsx:331 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 +#: src/components/ProfileCard.tsx:336 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Você não está mais seguindo {0}" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "No máximo 253 caracteres" @@ -4251,7 +4419,7 @@ msgstr "Ninguém" msgid "No one but the author can quote this post." msgstr "Ninguém além do autor pode citar esta postagem." -#: src/screens/Profile/Sections/Feed.tsx:59 +#: src/screens/Profile/Sections/Feed.tsx:64 msgid "No posts yet." msgstr "Nenhuma postagem ainda." @@ -4319,7 +4487,7 @@ msgstr "Nudez não-erótica" #~ msgstr "Não Aplicável." #: src/Navigation.tsx:125 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Not Found" msgstr "Não encontrado" @@ -4330,7 +4498,7 @@ msgstr "Agora não" #: src/view/com/profile/ProfileMenu.tsx:372 #: src/view/com/util/forms/PostDropdownBtn.tsx:654 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:332 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:356 msgid "Note about sharing" msgstr "Nota sobre compartilhamento" @@ -4363,22 +4531,22 @@ msgstr "Sons de notificação" msgid "Notification Sounds" msgstr "Sons de Notificação" -#: src/Navigation.tsx:559 +#: src/Navigation.tsx:560 #: src/view/screens/Notifications.tsx:145 #: src/view/screens/Notifications.tsx:155 #: src/view/screens/Notifications.tsx:203 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 -#: src/view/shell/desktop/LeftNav.tsx:362 +#: src/view/shell/bottom-bar/BottomBar.tsx:227 +#: src/view/shell/desktop/LeftNav.tsx:356 #: src/view/shell/Drawer.tsx:461 #: src/view/shell/Drawer.tsx:462 msgid "Notifications" msgstr "Notificações" -#: src/lib/hooks/useTimeAgo.ts:51 +#: src/lib/hooks/useTimeAgo.ts:122 msgid "now" msgstr "agora" -#: src/components/dms/MessageItem.tsx:169 +#: src/components/dms/MessageItem.tsx:170 msgid "Now" msgstr "Agora" @@ -4386,7 +4554,7 @@ msgstr "Agora" msgid "Nudity" msgstr "Nudez" -#: src/lib/moderation/useReportOptions.ts:73 +#: src/lib/moderation/useReportOptions.ts:78 msgid "Nudity or adult content not labeled as such" msgstr "Nudez ou pornografia sem aviso aplicado" @@ -4404,10 +4572,14 @@ msgstr "Desligado" msgid "Oh no!" msgstr "Opa!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "Opa! Algo deu errado." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:175 +msgid "Oh no! We weren't able to generate an image for you to share. Rest assured, we're glad you're here 🦋" +msgstr "Ah, não! Não conseguimos gerar uma imagem para você compartilhar. Fique tranquilo, estamos felizes que você esteja aqui 🦋" + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:339 msgid "OK" msgstr "OK" @@ -4420,23 +4592,19 @@ msgstr "Ok" msgid "Oldest replies first" msgstr "Respostas mais antigas primeiro" -#: src/components/StarterPack/QrCode.tsx:69 -msgid "on" -msgstr "" - -#: src/lib/hooks/useTimeAgo.ts:81 -msgid "on {str}" -msgstr "" +#: src/components/StarterPack/QrCode.tsx:70 +msgid "on<0><1/><2><3/>" +msgstr "no<0><1/><2><3/>" #: src/view/screens/Settings/index.tsx:226 msgid "Onboarding reset" msgstr "Resetar tutoriais" #: src/tours/Tooltip.tsx:118 -msgid "Onboarding tour step {0}: {1}" -msgstr "Etapa do tour de integração {0}: {1}" +#~ msgid "Onboarding tour step {0}: {1}" +#~ msgstr "Etapa do tour de integração {0}: {1}" -#: src/view/com/composer/Composer.tsx:589 +#: src/view/com/composer/Composer.tsx:671 msgid "One or more images is missing alt text." msgstr "Uma ou mais imagens estão sem texto alternativo." @@ -4452,10 +4620,14 @@ msgstr "Apenas imagens .jpg ou .png são permitidas" msgid "Only {0} can reply." msgstr "Apenas {0} pode responder." -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "Contém apenas letras, números e hífens" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:39 +msgid "Only WebVTT (.vtt) files are supported" +msgstr "Somente arquivos WebVTT (.vtt) são suportados" + #: src/components/Lists.tsx:88 msgid "Oops, something went wrong!" msgstr "Opa, algo deu errado!" @@ -4463,13 +4635,13 @@ msgstr "Opa, algo deu errado!" #: src/components/Lists.tsx:199 #: src/components/StarterPack/ProfileStarterPacks.tsx:304 #: src/components/StarterPack/ProfileStarterPacks.tsx:313 -#: src/view/screens/AppPasswords.tsx:69 +#: src/view/screens/AppPasswords.tsx:68 #: src/view/screens/NotificationsSettings.tsx:45 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Oops!" msgstr "Opa!" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "Abrir" @@ -4486,8 +4658,9 @@ msgstr "Abrir criador de avatar" msgid "Open conversation options" msgstr "Abrir opções de conversa" -#: src/view/com/composer/Composer.tsx:754 -#: src/view/com/composer/Composer.tsx:755 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:165 +#: src/view/com/composer/Composer.tsx:820 +#: src/view/com/composer/Composer.tsx:821 msgid "Open emoji picker" msgstr "Abrir seletor de emojis" @@ -4626,7 +4799,7 @@ msgstr "Abre modal para usar o domínio personalizado" msgid "Opens moderation settings" msgstr "Abre configurações de moderação" -#: src/screens/Login/LoginForm.tsx:247 +#: src/screens/Login/LoginForm.tsx:234 msgid "Opens password reset form" msgstr "Abre o formulário de redefinição de senha" @@ -4668,12 +4841,12 @@ msgstr "Abre a página de log do sistema" msgid "Opens the threads preferences" msgstr "Abre as preferências de threads" -#: src/view/com/notifications/FeedItem.tsx:555 -#: src/view/com/util/UserAvatar.tsx:420 +#: src/view/com/notifications/FeedItem.tsx:551 +#: src/view/com/util/UserAvatar.tsx:426 msgid "Opens this profile" msgstr "Abre este perfil" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:95 msgid "Opens video picker" msgstr "Abre seletor de vídeos" @@ -4731,7 +4904,7 @@ msgstr "Página não encontrada" msgid "Page Not Found" msgstr "Página Não Encontrada" -#: src/screens/Login/LoginForm.tsx:225 +#: src/screens/Login/LoginForm.tsx:213 #: src/screens/Signup/StepInfo/index.tsx:162 #: src/view/com/modals/DeleteAccount.tsx:257 #: src/view/com/modals/DeleteAccount.tsx:264 @@ -4750,12 +4923,13 @@ msgstr "Senha atualizada" msgid "Password updated!" msgstr "Senha atualizada!" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:366 msgid "Pause" msgstr "Pausar" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:319 msgid "Pause video" msgstr "Pausar vídeo" @@ -4814,12 +4988,13 @@ msgstr "Feeds Fixados" msgid "Pinned to your feeds" msgstr "Fixado em seus feeds" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:367 msgid "Play" msgstr "Tocar" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:131 msgid "Play {0}" msgstr "Reproduzir {0}" @@ -4828,34 +5003,34 @@ msgstr "Reproduzir {0}" #~ msgid "Play notification sounds" #~ msgstr "Reproduzir sons de notificação" -#: src/view/com/util/post-embeds/GifEmbed.tsx:43 +#: src/view/com/util/post-embeds/GifEmbed.tsx:45 msgid "Play or pause the GIF" msgstr "Tocar ou pausar o GIF" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:52 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:204 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:110 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:320 msgid "Play video" msgstr "Reproduzir vídeo" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:59 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:60 msgid "Play Video" msgstr "Reproduzir Vídeo" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:130 msgid "Plays the GIF" msgstr "Reproduz o GIF" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "Por favor, escolha seu usuário." -#: src/screens/Signup/state.ts:215 +#: src/screens/Signup/state.ts:210 #: src/screens/Signup/StepInfo/index.tsx:81 msgid "Please choose your password." msgstr "Por favor, escolha sua senha." -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "Por favor, complete o captcha de verificação." @@ -4875,7 +5050,7 @@ msgstr "Por favor, insira um nome único para esta Senha de Aplicativo ou use no msgid "Please enter a valid word, tag, or phrase to mute" msgstr "Por favor, insira uma palavra, tag ou frase para silenciar" -#: src/screens/Signup/state.ts:201 +#: src/screens/Signup/state.ts:196 #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Please enter your email." msgstr "Por favor, digite o seu e-mail." @@ -4888,7 +5063,7 @@ msgstr "Por favor, insira seu código de convite." msgid "Please enter your password as well:" msgstr "Por favor, digite sua senha também:" -#: src/components/moderation/LabelsOnMeDialog.tsx:268 +#: src/components/moderation/LabelsOnMeDialog.tsx:259 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Por favor, explique por que você acha que este rótulo foi aplicado incorrentamente por {0}" @@ -4905,7 +5080,7 @@ msgstr "Por favor entre como @{0}" msgid "Please Verify Your Email" msgstr "Por favor, verifique seu e-mail" -#: src/view/com/composer/Composer.tsx:331 +#: src/view/com/composer/Composer.tsx:359 msgid "Please wait for your link card to finish loading" msgstr "Aguarde até que a prévia de link termine de carregar" @@ -4918,13 +5093,13 @@ msgstr "Política" msgid "Porn" msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:564 -#: src/view/com/composer/Composer.tsx:571 +#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:653 msgctxt "action" msgid "Post" msgstr "Postar" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "Postar" @@ -4980,7 +5155,7 @@ msgid "posts" msgstr "postagens" #: src/screens/StarterPack/StarterPackScreen.tsx:173 -#: src/view/screens/Profile.tsx:209 +#: src/view/screens/Profile.tsx:220 msgid "Posts" msgstr "Postagens" @@ -5061,17 +5236,17 @@ msgstr "Política de Privacidade" msgid "Privately chat with other users." msgstr "Converse em particular com outros usuários." -#: src/screens/Login/ForgotPasswordForm.tsx:156 +#: src/screens/Login/ForgotPasswordForm.tsx:155 msgid "Processing..." msgstr "Processando..." -#: src/view/screens/DebugMod.tsx:895 -#: src/view/screens/Profile.tsx:346 +#: src/view/screens/DebugMod.tsx:896 +#: src/view/screens/Profile.tsx:357 msgid "profile" msgstr "perfil" -#: src/view/shell/bottom-bar/BottomBar.tsx:275 -#: src/view/shell/desktop/LeftNav.tsx:393 +#: src/view/shell/bottom-bar/BottomBar.tsx:272 +#: src/view/shell/desktop/LeftNav.tsx:387 #: src/view/shell/Drawer.tsx:78 #: src/view/shell/Drawer.tsx:546 #: src/view/shell/Drawer.tsx:547 @@ -5086,7 +5261,7 @@ msgstr "Perfil atualizado" msgid "Protect your account by verifying your email." msgstr "Proteja a sua conta verificando o seu e-mail." -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "Público" @@ -5098,11 +5273,11 @@ msgstr "Listas públicas e compartilháveis para silenciar ou bloquear usuários msgid "Public, shareable lists which can drive feeds." msgstr "Listas públicas e compartilháveis que geram feeds." -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish post" msgstr "Publicar post" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish reply" msgstr "Publicar resposta" @@ -5119,11 +5294,11 @@ msgid "QR code saved to your camera roll!" msgstr "QR code salvo no rolo da sua câmera!" #: src/tours/Tooltip.tsx:111 -msgid "Quick tip" -msgstr "Dica rápida" +#~ msgid "Quick tip" +#~ msgstr "Dica rápida" -#: src/view/com/util/post-ctrls/RepostButton.tsx:122 -#: src/view/com/util/post-ctrls/RepostButton.tsx:149 +#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:152 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Quote post" @@ -5148,8 +5323,8 @@ msgid "Quote post was successfully detached" msgstr "A postagem de citação foi desanexada com sucesso" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:313 -#: src/view/com/util/post-ctrls/RepostButton.tsx:121 -#: src/view/com/util/post-ctrls/RepostButton.tsx:148 +#: src/view/com/util/post-ctrls/RepostButton.tsx:124 +#: src/view/com/util/post-ctrls/RepostButton.tsx:151 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:84 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:91 msgid "Quote posts disabled" @@ -5163,8 +5338,8 @@ msgstr "Postagens de citações habilitadas" msgid "Quote settings" msgstr "Configurações de citações" -#: src/screens/Post/PostQuotes.tsx:29 -#: src/view/com/post-thread/PostQuotes.tsx:122 +#: src/screens/Post/PostQuotes.tsx:31 +#: src/screens/Post/PostQuotes.tsx:32 msgid "Quotes" msgstr "Citações" @@ -5254,7 +5429,11 @@ msgstr "Remover {displayName} do pacote inicial" msgid "Remove account" msgstr "Remover conta" -#: src/view/com/util/UserAvatar.tsx:387 +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "Remover anexo" + +#: src/view/com/util/UserAvatar.tsx:393 msgid "Remove Avatar" msgstr "Remover avatar" @@ -5262,7 +5441,7 @@ msgstr "Remover avatar" msgid "Remove Banner" msgstr "Remover banner" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "Remover incorporação" @@ -5302,8 +5481,8 @@ msgid "Remove image" msgstr "Remover imagem" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "Remover visualização da imagem" +#~ msgid "Remove image preview" +#~ msgstr "Remover visualização da imagem" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -5317,26 +5496,30 @@ msgstr "Remover perfil" msgid "Remove profile from search history" msgstr "Remover perfil do histórico de pesquisa" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:274 msgid "Remove quote" msgstr "Remover citação" -#: src/view/com/util/post-ctrls/RepostButton.tsx:95 -#: src/view/com/util/post-ctrls/RepostButton.tsx:111 +#: src/view/com/util/post-ctrls/RepostButton.tsx:98 +#: src/view/com/util/post-ctrls/RepostButton.tsx:114 msgid "Remove repost" msgstr "Desfazer repost" +#: src/view/com/composer/videos/SubtitleDialog.tsx:264 +msgid "Remove subtitle file" +msgstr "Remover arquivo de legenda" + #: src/view/com/posts/FeedErrorMessage.tsx:211 msgid "Remove this feed from your saved feeds" msgstr "Remover este feed dos feeds salvos" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:100 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:109 msgid "Removed by author" msgstr "Removido pelo autor" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:98 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:107 msgid "Removed by you" -msgstr Removido por você" +msgstr "Removido por você" #: src/view/com/modals/ListAddRemoveUsers.tsx:200 #: src/view/com/modals/UserAddRemoveLists.tsx:164 @@ -5362,20 +5545,24 @@ msgstr "Removido dos feeds salvos" #~ msgid "Removes default thumbnail from {0}" #~ msgstr "Remover miniatura de {0}" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:275 msgid "Removes quoted post" msgstr "Remove o post citado" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 -msgid "Removes the image preview" -msgstr "Remove a pré-visualização da imagem" +msgid "Removes the attachment" +msgstr "Remove o anexo" + +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 +#~ msgid "Removes the image preview" +#~ msgstr "Remove a pré-visualização da imagem" #: src/view/com/posts/FeedShutdownMsg.tsx:129 #: src/view/com/posts/FeedShutdownMsg.tsx:133 msgid "Replace with Discover" msgstr "Trocar pelo Discover" -#: src/view/screens/Profile.tsx:210 +#: src/view/screens/Profile.tsx:221 msgid "Replies" msgstr "Respostas" @@ -5395,7 +5582,7 @@ msgstr "Respostas para esta postagem estão desativadas." #~ msgid "Replies to this thread are disabled" #~ msgstr "Respostas para esta thread estão desativadas" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:644 msgctxt "action" msgid "Reply" msgstr "Responder" @@ -5429,23 +5616,23 @@ msgstr "Configurações de resposta são escolhidas pelo autor da thread" #~ msgstr "Responder <0/>" #: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:522 +#: src/view/com/posts/FeedItem.tsx:520 msgctxt "description" msgid "Reply to <0><1/>" msgstr "Responder <0><1/>" -#: src/view/com/posts/FeedItem.tsx:513 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" msgstr "Responder a uma postagem bloqueada" -#: src/view/com/posts/FeedItem.tsx:515 +#: src/view/com/posts/FeedItem.tsx:513 msgctxt "description" msgid "Reply to a post" msgstr "Responder a uma postagem" #: src/view/com/post/Post.tsx:194 -#: src/view/com/posts/FeedItem.tsx:519 +#: src/view/com/posts/FeedItem.tsx:517 msgctxt "description" msgid "Reply to you" msgstr "Responder para você" @@ -5537,9 +5724,9 @@ msgstr "Denunciar este pacote inicial" msgid "Report this user" msgstr "Denunciar este usuário" -#: src/view/com/util/post-ctrls/RepostButton.tsx:67 -#: src/view/com/util/post-ctrls/RepostButton.tsx:96 -#: src/view/com/util/post-ctrls/RepostButton.tsx:112 +#: src/view/com/util/post-ctrls/RepostButton.tsx:70 +#: src/view/com/util/post-ctrls/RepostButton.tsx:99 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 msgctxt "action" msgid "Repost" msgstr "Repostar" @@ -5550,18 +5737,18 @@ msgid "Repost" msgstr "Repostar" #: src/screens/StarterPack/StarterPackScreen.tsx:535 -#: src/view/com/util/post-ctrls/RepostButton.tsx:88 +#: src/view/com/util/post-ctrls/RepostButton.tsx:91 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:49 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:104 msgid "Repost or quote post" msgstr "Repostar ou citar um post" -#: src/screens/Post/PostRepostedBy.tsx:29 -#: src/view/com/post-thread/PostRepostedBy.tsx:96 +#: src/screens/Post/PostRepostedBy.tsx:31 +#: src/screens/Post/PostRepostedBy.tsx:32 msgid "Reposted By" msgstr "Repostado Por" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "Repostado por {0}" @@ -5569,16 +5756,16 @@ msgstr "Repostado por {0}" #~ msgid "Reposted by <0/>" #~ msgstr "Repostado por <0/>" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "Repostado por <0><1/>" -#: src/view/com/posts/FeedItem.tsx:292 -#: src/view/com/posts/FeedItem.tsx:311 +#: src/view/com/posts/FeedItem.tsx:290 +#: src/view/com/posts/FeedItem.tsx:309 msgid "Reposted by you" msgstr "Repostado por você" -#: src/view/com/notifications/FeedItem.tsx:184 +#: src/view/com/notifications/FeedItem.tsx:180 msgid "reposted your post" msgstr "repostou seu post" @@ -5613,6 +5800,14 @@ msgstr "Obrigatório para este provedor" msgid "Resend email" msgstr "Reenviar e-mail" +#: src/components/intents/VerifyEmailIntentDialog.tsx:130 +msgid "Resend Email" +msgstr "Reenviar E-mail" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:123 +msgid "Resend Verification Email" +msgstr "Reenviar E-mail de Verificação" + #: src/view/com/modals/ChangePassword.tsx:186 msgid "Reset code" msgstr "Código de redefinição" @@ -5643,7 +5838,7 @@ msgstr "Redefine tutoriais" msgid "Resets the preferences state" msgstr "Redefine as configurações" -#: src/screens/Login/LoginForm.tsx:312 +#: src/screens/Login/LoginForm.tsx:299 msgid "Retries login" msgstr "Tenta entrar novamente" @@ -5652,15 +5847,15 @@ msgstr "Tenta entrar novamente" msgid "Retries the last action, which errored out" msgstr "Tenta a última ação, que deu erro" -#: src/components/dms/MessageItem.tsx:235 +#: src/components/dms/MessageItem.tsx:236 #: src/components/Error.tsx:66 #: src/components/Lists.tsx:104 #: src/components/StarterPack/ProfileStarterPacks.tsx:318 -#: src/screens/Login/LoginForm.tsx:311 -#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:298 +#: src/screens/Login/LoginForm.tsx:305 #: src/screens/Messages/Conversation/MessageListError.tsx:25 -#: src/screens/Onboarding/StepInterests/index.tsx:251 -#: src/screens/Onboarding/StepInterests/index.tsx:254 +#: src/screens/Onboarding/StepInterests/index.tsx:231 +#: src/screens/Onboarding/StepInterests/index.tsx:234 #: src/screens/Signup/BackNextButtons.tsx:52 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 @@ -5772,8 +5967,8 @@ msgstr "Salva o corte da imagem" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:105 -#: src/view/com/notifications/FeedItem.tsx:416 -#: src/view/com/notifications/FeedItem.tsx:441 +#: src/view/com/notifications/FeedItem.tsx:412 +#: src/view/com/notifications/FeedItem.tsx:437 msgid "Say hello!" msgstr "Diga olá!" @@ -5787,15 +5982,15 @@ msgid "Scroll to top" msgstr "Ir para o topo" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:554 +#: src/Navigation.tsx:555 #: src/view/com/modals/ListAddRemoveUsers.tsx:76 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 #: src/view/screens/Search/Search.tsx:421 #: src/view/screens/Search/Search.tsx:791 #: src/view/screens/Search/Search.tsx:813 -#: src/view/shell/bottom-bar/BottomBar.tsx:182 -#: src/view/shell/desktop/LeftNav.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:179 +#: src/view/shell/desktop/LeftNav.tsx:349 #: src/view/shell/Drawer.tsx:398 #: src/view/shell/Drawer.tsx:399 msgid "Search" @@ -5881,6 +6076,10 @@ msgstr "Veja o guia" #~ msgid "See what's next" #~ msgstr "Veja o que vem por aí" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:631 +msgid "Seek slider" +msgstr "Controle deslizante de busca" + #: src/view/com/util/Selector.tsx:106 msgid "Select {item}" msgstr "Selecionar {item}" @@ -5917,6 +6116,10 @@ msgstr "Selecionar GIF \"{0}\"" msgid "Select how long to mute this word for." msgstr "Selecione por quanto tempo essa palavra deve ser silenciada." +#: src/view/com/composer/videos/SubtitleDialog.tsx:249 +msgid "Select language..." +msgstr "Selecione o idioma..." + #: src/view/screens/LanguageSettings.tsx:303 msgid "Select languages" msgstr "Selecionar idiomas" @@ -5933,6 +6136,10 @@ msgstr "Seleciona opção {i} de {numItems}" #~ msgid "Select some accounts below to follow" #~ msgstr "Selecione algumas contas para seguir" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:65 +msgid "Select subtitle file (.vtt)" +msgstr "Selecione o arquivo de legenda (.vtt)" + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83 msgid "Select the {emojiName} emoji as your avatar" msgstr "Selecione o {emojiName} emoji como avatar" @@ -5949,7 +6156,7 @@ msgstr "Selecione o serviço que hospeda seus dados." #~ msgid "Select topical feeds to follow from the list below" #~ msgstr "Selecione feeds de assuntos para seguir" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:94 msgid "Select video" msgstr "Selecione o vídeo" @@ -5969,11 +6176,11 @@ msgstr "Selecione quais idiomas você deseja ver nos seus feeds. Se nenhum for s msgid "Select your app language for the default text to display in the app." msgstr "Selecione o idioma do seu aplicativo" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:193 msgid "Select your date of birth" msgstr "Selecione sua data de nascimento" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "Selecione seus interesses" @@ -6011,8 +6218,8 @@ msgstr "Enviar E-mail" msgid "Send feedback" msgstr "Enviar comentários" -#: src/screens/Messages/Conversation/MessageInput.tsx:163 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:155 +#: src/screens/Messages/Conversation/MessageInput.tsx:165 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:219 msgid "Send message" msgstr "Enviar mensagem" @@ -6123,7 +6330,7 @@ msgstr "Define a proporção da imagem para comprida" #: src/Navigation.tsx:155 #: src/view/screens/Settings/index.tsx:302 -#: src/view/shell/desktop/LeftNav.tsx:401 +#: src/view/shell/desktop/LeftNav.tsx:395 #: src/view/shell/Drawer.tsx:563 #: src/view/shell/Drawer.tsx:564 msgid "Settings" @@ -6137,6 +6344,7 @@ msgstr "Atividade sexual ou nudez erótica." msgid "Sexually Suggestive" msgstr "Sexualmente Sugestivo" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:644 #: src/components/StarterPack/QrCodeDialog.tsx:177 #: src/screens/StarterPack/StarterPackScreen.tsx:411 #: src/screens/StarterPack/StarterPackScreen.tsx:582 @@ -6144,7 +6352,7 @@ msgstr "Sexualmente Sugestivo" #: src/view/com/profile/ProfileMenu.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:410 #: src/view/com/util/forms/PostDropdownBtn.tsx:419 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:321 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:345 #: src/view/screens/ProfileList.tsx:484 msgid "Share" msgstr "Compartilhar" @@ -6164,7 +6372,7 @@ msgstr "Compartilhe um fato divertido!" #: src/view/com/profile/ProfileMenu.tsx:377 #: src/view/com/util/forms/PostDropdownBtn.tsx:659 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:337 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:361 msgid "Share anyway" msgstr "Compartilhar assim" @@ -6173,6 +6381,14 @@ msgstr "Compartilhar assim" msgid "Share feed" msgstr "Compartilhar feed" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:621 +msgid "Share image externally" +msgstr "Compartilhar imagem externamente" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:639 +msgid "Share image in post" +msgstr "Compartilhe a imagem na postagem" + #: src/components/StarterPack/ShareDialog.tsx:124 #: src/components/StarterPack/ShareDialog.tsx:131 #: src/screens/StarterPack/StarterPackScreen.tsx:586 @@ -6224,7 +6440,7 @@ msgstr "Mostrar" #~ msgid "Show all replies" #~ msgstr "Mostrar todas as respostas" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:169 msgid "Show alt text" msgstr "Mostrar texto alternativo" @@ -6244,8 +6460,8 @@ msgid "Show badge and filter from feeds" msgstr "Mostrar rótulo e filtrar dos feeds" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "Mostrar usuários parecidos com {0}" +#~ msgid "Show follows similar to {0}" +#~ msgstr "Mostrar usuários parecidos com {0}" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -6260,9 +6476,9 @@ msgstr "Mostrar menos disso" msgid "Show list anyway" msgstr "Mostrar lista de qualquer maneira" -#: src/view/com/post-thread/PostThreadItem.tsx:584 +#: src/view/com/post-thread/PostThreadItem.tsx:590 #: src/view/com/post/Post.tsx:234 -#: src/view/com/posts/FeedItem.tsx:479 +#: src/view/com/posts/FeedItem.tsx:476 msgid "Show More" msgstr "Mostrar Mais" @@ -6345,7 +6561,7 @@ msgstr "Mostrar aviso" msgid "Show warning and filter from feeds" msgstr "Mostrar aviso e filtrar dos feeds" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Shows posts from {0} in your feed" msgstr "Mostra posts de {0} no seu feed" @@ -6353,17 +6569,17 @@ msgstr "Mostra posts de {0} no seu feed" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:177 +#: src/screens/Login/LoginForm.tsx:166 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:112 #: src/view/com/auth/SplashScreen.web.tsx:121 +#: src/view/shell/bottom-bar/BottomBar.tsx:312 +#: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBar.tsx:316 -#: src/view/shell/bottom-bar/BottomBar.tsx:318 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:208 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:210 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -6395,12 +6611,12 @@ msgstr "Sair" msgid "Sign out of all accounts" msgstr "Sair de todas as contas" +#: src/view/shell/bottom-bar/BottomBar.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBar.tsx:306 -#: src/view/shell/bottom-bar/BottomBar.tsx:308 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:198 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:200 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -6425,25 +6641,25 @@ msgstr "Entrou como" msgid "Signed in as @{0}" msgstr "autenticado como @{0}" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "se inscreveu com seu pacote inicial" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:306 -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:313 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:308 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:315 msgid "Signup without a starter pack" msgstr "Inscreva-se sem um pacote inicial" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:102 +#: src/components/FeedInterstitials.tsx:316 msgid "Similar accounts" msgstr "Contas semelhantes" -#: src/screens/Onboarding/StepInterests/index.tsx:265 +#: src/screens/Onboarding/StepInterests/index.tsx:245 #: src/screens/StarterPack/Wizard/index.tsx:191 msgid "Skip" msgstr "Pular" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "Pular" @@ -6452,7 +6668,7 @@ msgstr "Pular" msgid "Software Dev" msgstr "Desenvolvimento de software" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:447 msgid "Some other feeds you might like" msgstr "Alguns outros feeds que você pode gostar" @@ -6460,10 +6676,6 @@ msgstr "Alguns outros feeds que você pode gostar" msgid "Some people can reply" msgstr "Algumas pessoas podem responder" -#: src/screens/StarterPack/Wizard/index.tsx:203 -#~ msgid "Some subtitle" -#~ msgstr "" - #: src/screens/Messages/Conversation/index.tsx:106 msgid "Something went wrong" msgstr "Algo deu errado" @@ -6485,7 +6697,7 @@ msgid "Something went wrong!" msgstr "Algo deu errado!" #: src/App.native.tsx:102 -#: src/App.web.tsx:83 +#: src/App.web.tsx:88 msgid "Sorry! Your session expired. Please log in again." msgstr "Opa! Sua sessão expirou. Por favor, entre novamente." @@ -6497,20 +6709,12 @@ msgstr "Classificar Respostas" msgid "Sort replies to the same post by:" msgstr "Classificar respostas de um post por:" -#: src/components/moderation/LabelsOnMeDialog.tsx:168 -#~ msgid "Source:" -#~ msgstr "Fonte:" - -#: src/components/moderation/LabelsOnMeDialog.tsx:169 -#~ msgid "Source: <0>{0}" -#~ msgstr "" - -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" msgstr "Fonte: <0>{sourceName}" -#: src/lib/moderation/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:80 +#: src/lib/moderation/useReportOptions.ts:72 +#: src/lib/moderation/useReportOptions.ts:85 msgid "Spam" msgstr "Spam" @@ -6540,10 +6744,9 @@ msgid "Start chatting" msgstr "Comece a conversar" #: src/tours/Tooltip.tsx:99 -msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." -msgstr "Início da integração da sua janela. Não retroceda. Em vez disso, avance para mais opções ou pressione para pular." +#~ msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." +#~ msgstr "Início da integração da sua janela. Não retroceda. Em vez disso, avance para mais opções ou pressione para pular." -#: src/lib/generate-starterpack.ts:68 #: src/Navigation.tsx:358 #: src/Navigation.tsx:363 #: src/screens/StarterPack/Wizard/index.tsx:182 @@ -6558,7 +6761,7 @@ msgstr "Pacote inicial por {0}" msgid "Starter pack is invalid" msgstr "Pacote inicial é inválido" -#: src/view/screens/Profile.tsx:214 +#: src/view/screens/Profile.tsx:225 msgid "Starter Packs" msgstr "Pacotes Iniciais" @@ -6591,8 +6794,8 @@ msgstr "Armazenamento limpo, você precisa reiniciar o app agora." msgid "Storybook" msgstr "Storybook" -#: src/components/moderation/LabelsOnMeDialog.tsx:302 -#: src/components/moderation/LabelsOnMeDialog.tsx:303 +#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:294 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -6631,7 +6834,7 @@ msgstr "Contas sugeridas" #~ msgid "Suggested Follows" #~ msgstr "Sugestões de Seguidores" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:318 msgid "Suggested for you" msgstr "Sugeridos para você" @@ -6651,8 +6854,8 @@ msgid "Switch Account" msgstr "Alterar Conta" #: src/tours/HomeTour.tsx:48 -msgid "Switch between feeds to control your experience." -msgstr "Alterne entre feeds para controlar sua experiência." +#~ msgid "Switch between feeds to control your experience." +#~ msgstr "Alterne entre feeds para controlar sua experiência." #: src/view/screens/Settings/index.tsx:126 msgid "Switch to {0}" @@ -6691,17 +6894,26 @@ msgstr "Alto" msgid "Tap to dismiss" msgstr "Toque para dispensar" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:181 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:145 msgid "Tap to enter full screen" msgstr "Toque para entrar em tela cheia" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:202 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:151 +msgid "Tap to play or pause" +msgstr "Toque para reproduzir ou pausar" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:164 msgid "Tap to toggle sound" msgstr "Toque para alternar o som" +#: src/view/com/util/images/AutoSizedImage.tsx:219 +#: src/view/com/util/images/AutoSizedImage.tsx:239 +msgid "Tap to view full image" +msgstr "Toque para ver a imagem completa" + #: src/view/com/util/images/AutoSizedImage.tsx:70 -msgid "Tap to view fully" -msgstr "Toque para ver tudo" +#~ msgid "Tap to view fully" +#~ msgstr "Toque para ver tudo" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" @@ -6724,6 +6936,10 @@ msgstr "Conte uma piada!" msgid "Tell us a little more" msgstr "Conte-nos um pouco mais" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:518 +msgid "Ten Million" +msgstr "Dez milhões" + #: src/view/shell/desktop/RightNav.tsx:90 msgid "Terms" msgstr "Termos" @@ -6737,9 +6953,9 @@ msgid "Terms of Service" msgstr "Termos de Serviço" #: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:94 -#: src/lib/moderation/useReportOptions.ts:102 -#: src/lib/moderation/useReportOptions.ts:110 +#: 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" @@ -6751,7 +6967,7 @@ msgstr "Termos utilizados violam as diretrizes da comunidade" msgid "Text & tags" msgstr "Texto e tags" -#: src/components/moderation/LabelsOnMeDialog.tsx:266 +#: src/components/moderation/LabelsOnMeDialog.tsx:257 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Campo de entrada de texto" @@ -6761,6 +6977,14 @@ msgstr "Campo de entrada de texto" msgid "Thank you. Your report has been sent." msgstr "Obrigado. Sua denúncia foi enviada." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:593 +msgid "Thanks for being one of our first 10 million users." +msgstr "Obrigado por ser um dos nossos primeiros 10 milhões de usuários." + +#: src/components/intents/VerifyEmailIntentDialog.tsx:74 +msgid "Thanks, you have successfully verified your email address." +msgstr "Obrigado, seu endereço de e-mail foi verificado com sucesso." + #: src/view/com/modals/ChangeHandle.tsx:459 msgid "That contains the following:" msgstr "Contém o seguinte:" @@ -6778,11 +7002,11 @@ msgstr "Este identificador de usuário já está sendo usado." msgid "That starter pack could not be found." msgstr "Esse pacote inicial não pôde ser encontrado." -#: src/view/com/post-thread/PostQuotes.tsx:129 +#: src/view/com/post-thread/PostQuotes.tsx:127 msgid "That's all, folks!" msgstr "É isso, pessoal!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:310 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:270 #: src/view/com/profile/ProfileMenu.tsx:353 msgid "The account will be able to interact with you after unblocking." msgstr "A conta poderá interagir com você após o desbloqueio." @@ -6817,7 +7041,7 @@ msgstr "O feed Discover" msgid "The Discover feed now knows what you like" msgstr "O feed Discover agora sabe o que você curte" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:327 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off." msgstr "A experiência é melhor no aplicativo. Baixe o Bluesky agora e retomaremos de onde você parou." @@ -6825,11 +7049,11 @@ msgstr "A experiência é melhor no aplicativo. Baixe o Bluesky agora e retomare msgid "The feed has been replaced with Discover." msgstr "Este feed foi substituído pelo Discover." -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 msgid "The following labels were applied to your account." msgstr "Os seguintes rótulos foram aplicados sobre sua conta." -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "Os seguintes rótulos foram aplicados sobre seu conteúdo." @@ -6846,9 +7070,9 @@ msgstr "O post pode ter sido excluído." msgid "The Privacy Policy has been moved to <0/>" msgstr "A Política de Privacidade foi movida para <0/>" -#: src/state/queries/video/video.ts:129 -msgid "The selected video is larger than 100MB." -msgstr "Vídeo selecionado é maior que 100 MB." +#: src/state/queries/video/video.ts:227 +msgid "The selected video is larger than 50MB." +msgstr "Vídeo selecionado é maior que 50 MB." #: src/screens/StarterPack/StarterPackScreen.tsx:713 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." @@ -6862,6 +7086,10 @@ msgstr "O formulário de suporte foi movido. Se precisar de ajuda, <0/> ou visit msgid "The Terms of Service have been moved to" msgstr "Os Termos de Serviço foram movidos para" +#: src/components/intents/VerifyEmailIntentDialog.tsx:85 +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/Onboarding/StepAlgoFeeds/index.tsx:141 #~ msgid "There are many feeds to try:" #~ msgstr "Temos vários feeds para você experimentar:" @@ -6912,7 +7140,7 @@ msgstr "Tivemos um problema ao contatar o servidor deste feed" 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/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Tivemos um problema ao carregar posts. Toque aqui para tentar de novo." @@ -6934,15 +7162,15 @@ msgstr "Tivemos um problema ao enviar sua denúncia. Por favor, verifique sua co #~ msgid "There was an issue syncing your preferences with the server" #~ msgstr "Tivemos um problema ao sincronizar suas configurações" -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "Tivemos um problema ao carregar suas senhas de app." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:107 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:143 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:97 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:109 #: src/view/com/profile/ProfileMenu.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:122 #: src/view/com/profile/ProfileMenu.tsx:137 @@ -6993,7 +7221,7 @@ msgstr "This account is blocked by one or more of your moderation lists. To unbl #~ msgid "This appeal will be sent to <0>{0}." #~ msgstr "Esta contestação será enviada para <0>{0}." -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "Este apelo será enviado para <0>{sourceName}." @@ -7086,7 +7314,7 @@ msgstr "Este rótulo foi aplicado pelo autor." #~ msgid "This label was applied by you" #~ msgstr "Este rótulo foi aplicado por você" -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "Esta etiqueta foi aplicada por você." @@ -7119,7 +7347,7 @@ msgid "This post has been deleted." msgstr "Este post foi excluído." #: src/view/com/util/forms/PostDropdownBtn.tsx:656 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:334 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:358 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "Este post só pode ser visto por usuários autenticados e não aparecerá para pessoas que não estão autenticadas." @@ -7151,7 +7379,7 @@ msgstr "Este serviço não proveu termos de serviço ou política de privacidade msgid "This should create a domain record at:" msgstr "Isso deve criar um registro no domínio:" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "Este usuário não é seguido por ninguém ainda." @@ -7180,7 +7408,7 @@ msgstr "Este usuário está incluído na lista <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. Pressione para mais informações sobre quando ele entrou." -#: src/view/com/profile/ProfileFollows.tsx:87 +#: src/view/com/profile/ProfileFollows.tsx:96 msgid "This user isn't following anyone." msgstr "Este usuário não segue ninguém ainda." @@ -7233,10 +7461,18 @@ msgstr "Para desabilitar o 2FA via e-mail, por favor verifique seu acesso a este 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/view/com/composer/videos/SelectVideoBtn.tsx:120 +msgid "To upload videos to Bluesky, you must first verify your email." +msgstr "Para enviar vídeos para o Bluesky, você deve primeiro verificar seu e-mail." + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "Para quem você gostaria de enviar esta denúncia?" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:597 +msgid "Together, we're rebuilding the social internet. We're glad you're here." +msgstr "Juntos, estamos reconstruindo a internet social. Estamos felizes que você esteja aqui." + #: src/components/dialogs/MutedWords.tsx:112 #~ msgid "Toggle between muted word options." #~ msgstr "Alternar entre opções de uma palavra silenciada" @@ -7249,7 +7485,7 @@ msgstr "Alternar menu suspenso" msgid "Toggle to enable or disable adult content" msgstr "Ligar ou desligar conteúdo adulto" -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "Principais" @@ -7260,8 +7496,8 @@ msgstr "Transformações" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:734 -#: src/view/com/post-thread/PostThreadItem.tsx:736 +#: src/view/com/post-thread/PostThreadItem.tsx:746 +#: src/view/com/post-thread/PostThreadItem.tsx:748 #: src/view/com/util/forms/PostDropdownBtn.tsx:380 #: src/view/com/util/forms/PostDropdownBtn.tsx:382 msgid "Translate" @@ -7280,7 +7516,7 @@ msgstr "TV" msgid "Two-factor authentication" msgstr "Autenticação de dois fatores (2FA)" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "Digite sua mensagem aqui" @@ -7298,7 +7534,7 @@ msgstr "Dessilenciar lista" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:155 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:77 #: src/view/com/modals/ChangePassword.tsx:71 @@ -7313,14 +7549,14 @@ msgstr "Não foi possível excluir" #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:192 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 #: src/view/screens/ProfileList.tsx:682 msgid "Unblock" msgstr "Desbloquear" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Desbloquear" @@ -7335,12 +7571,12 @@ msgstr "Desbloquear Conta" msgid "Unblock Account" msgstr "Desbloquear Conta" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:308 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:268 #: src/view/com/profile/ProfileMenu.tsx:347 msgid "Unblock Account?" msgstr "Desbloquear Conta?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:66 +#: src/view/com/util/post-ctrls/RepostButton.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:76 msgid "Undo repost" @@ -7355,7 +7591,7 @@ msgstr "Deixar de seguir" #~ msgid "Unfollow" #~ msgstr "Deixar de seguir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "Deixar de seguir {0}" @@ -7373,12 +7609,16 @@ msgid "Unlike this feed" msgstr "Descurtir este feed" #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 #: src/view/screens/ProfileList.tsx:689 msgid "Unmute" msgstr "Dessilenciar" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:165 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:388 +msgctxt "video" +msgid "Unmute" +msgstr "Ativar o áudio" + #: src/components/TagMenu/index.web.tsx:115 msgid "Unmute {truncatedTag}" msgstr "Dessilenciar {truncatedTag}" @@ -7405,13 +7645,13 @@ msgstr "Desmutar conversa" msgid "Unmute thread" msgstr "Dessilenciar thread" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:317 msgid "Unmute video" -msgstr "Desmutar vídeo" +msgstr "Ativar o áudio do vídeo" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 msgid "Unmuted" -msgstr "Desmutar" +msgstr "Áudio ativado" #: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:673 @@ -7447,12 +7687,16 @@ msgstr "Desinscrever-se deste rotulador" msgid "Unsubscribed from list" msgstr "Cancelada inscrição na lista" +#: src/state/queries/video/video.ts:245 +msgid "Unsupported video type: {mimeType}" +msgstr "Tipo de vídeo não suportado: {mimeType}" + #: src/lib/moderation/useReportOptions.ts:85 #~ msgid "Unwanted sexual content" #~ msgstr "Conteúdo sexual indesejado" -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/lib/moderation/useReportOptions.ts:77 +#: src/lib/moderation/useReportOptions.ts:90 msgid "Unwanted Sexual Content" msgstr "Conteúdo Sexual Indesejado" @@ -7484,20 +7728,20 @@ msgstr "Enviar uma foto" msgid "Upload a text file to:" msgstr "Carregar um arquivo de texto para:" -#: src/view/com/util/UserAvatar.tsx:355 -#: src/view/com/util/UserAvatar.tsx:358 +#: src/view/com/util/UserAvatar.tsx:361 +#: src/view/com/util/UserAvatar.tsx:364 #: src/view/com/util/UserBanner.tsx:123 #: src/view/com/util/UserBanner.tsx:126 msgid "Upload from Camera" msgstr "Tirar uma foto" -#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:378 #: src/view/com/util/UserBanner.tsx:140 msgid "Upload from Files" msgstr "Carregar um arquivo" -#: src/view/com/util/UserAvatar.tsx:366 -#: src/view/com/util/UserAvatar.tsx:370 +#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:376 #: src/view/com/util/UserBanner.tsx:134 #: src/view/com/util/UserBanner.tsx:138 msgid "Upload from Library" @@ -7507,7 +7751,7 @@ msgstr "Carregar da galeria" msgid "Use a file on your server" msgstr "Utilize um arquivo no seu servidor" -#: src/view/screens/AppPasswords.tsx:200 +#: src/view/screens/AppPasswords.tsx:199 msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "Use as senhas de aplicativos para fazer login em outros clientes do Bluesky sem dar acesso total à sua conta ou senha." @@ -7595,7 +7839,7 @@ msgstr "Lista de usuários atualizada" msgid "User Lists" msgstr "Listas de Usuários" -#: src/screens/Login/LoginForm.tsx:197 +#: src/screens/Login/LoginForm.tsx:186 msgid "Username or email address" msgstr "Nome de usuário ou endereço de e-mail" @@ -7630,6 +7874,10 @@ msgstr "Usuários que curtiram este conteúdo ou perfil" msgid "Value:" msgstr "Conteúdo:" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:118 +msgid "Verified email required" +msgstr "E-mail verificado necessário" + #: src/view/com/modals/ChangeHandle.tsx:510 #~ msgid "Verify {0}" #~ msgstr "Verificar {0}" @@ -7642,6 +7890,10 @@ msgstr "Verificar registro DNS" msgid "Verify email" msgstr "Verificar e-mail" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "Caixa de diálogo da verificação de e-mail" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "Verificar meu e-mail" @@ -7655,6 +7907,10 @@ msgstr "Verificar Meu Email" msgid "Verify New Email" msgstr "Verificar Novo E-mail" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:122 +msgid "Verify now" +msgstr "Verifique agora" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "Verificar Arquivo" @@ -7671,25 +7927,43 @@ msgstr "Verificar Seu E-mail" msgid "Version {appVersion} {bundleInfo}" msgstr "Versão {appVersion} {bundleInfo}" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:180 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:144 msgid "Video" msgstr "Vídeo" +#: src/state/queries/video/video.ts:138 +msgid "Video failed to process" +msgstr "Falha no processamento do vídeo" + #: src/screens/Onboarding/index.tsx:39 #: src/screens/Onboarding/state.ts:88 msgid "Video Games" msgstr "Games" -#: src/view/com/composer/videos/state.ts:27 -#~ msgid "Videos cannot be larger than 100MB" -#~ msgstr "Vídeos não podem ter mais de 100 MB" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:167 +msgid "Video not found." +msgstr "Vídeo não encontrado." + +#: src/view/com/composer/videos/SubtitleDialog.tsx:101 +msgid "Video settings" +msgstr "Configurações de vídeo" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +msgid "Video: {0}" +msgstr "Vídeo: {0}" + +#: src/view/com/composer/videos/SelectVideoBtn.tsx:65 +#: src/view/com/composer/videos/VideoPreview.web.tsx:44 +msgid "Videos must be less than 60 seconds long" +msgstr "Os vídeos devem ter menos de 60 segundos de duração." #: src/screens/Profile/Header/Shell.tsx:113 msgid "View {0}'s avatar" msgstr "Ver o avatar de {0}" #: src/components/ProfileCard.tsx:110 -#: src/view/com/notifications/FeedItem.tsx:277 +#: src/view/com/notifications/FeedItem.tsx:273 msgid "View {0}'s profile" msgstr "Ver perfil de {0}" @@ -7721,7 +7995,7 @@ msgstr "Ver detalhes para denunciar uma violação de copyright" msgid "View full thread" msgstr "Ver thread completa" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "Ver informações sobre estes rótulos" @@ -7781,7 +8055,7 @@ msgstr "Avisar" msgid "Warn content and filter from feeds" msgstr "Avisar e filtrar dos feeds" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "Não encontramos nenhum post com esta hashtag." @@ -7793,7 +8067,11 @@ msgstr "Não foi possível carregar esta conversa" msgid "We estimate {estimatedTime} until your account is ready." msgstr "Estimamos que sua conta estará pronta em mais ou menos {estimatedTime}." -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "Enviamos outro e-mail de verificação para <0>{0}." + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Esperamos que você se divirta. Lembre-se, o Bluesky é:" @@ -7809,6 +8087,10 @@ msgstr "Não temos mais posts de quem você segue. Aqui estão os mais novos de #~ msgid "We recommend our \"Discover\" feed:" #~ msgstr "Recomendamos nosso feed \"Discover\":" +#: src/state/queries/video/video.ts:170 +msgid "We were unable to determine if you are allowed to upload videos. Please try again." +msgstr "Não conseguimos determinar se você tem permissão para enviar vídeos. Tente novamente." + #: src/components/dialogs/BirthDateSettings.tsx:52 msgid "We were unable to load your birth date preferences. Please try again." msgstr "Não foi possível carregar sua data de nascimento. Por favor, tente novamente." @@ -7817,7 +8099,7 @@ msgstr "Não foi possível carregar sua data de nascimento. Por favor, tente nov msgid "We were unable to load your configured labelers at this time." msgstr "Não foi possível carregar seus rotuladores." -#: src/screens/Onboarding/StepInterests/index.tsx:158 +#: src/screens/Onboarding/StepInterests/index.tsx:143 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "Não conseguimos conectar. Por favor, tente novamente para continuar configurando a sua conta. Se continuar falhando, você pode pular este fluxo." @@ -7825,7 +8107,7 @@ msgstr "Não conseguimos conectar. Por favor, tente novamente para continuar con msgid "We will let you know when your account is ready." msgstr "Avisaremos quando sua conta estiver pronta." -#: src/screens/Onboarding/StepInterests/index.tsx:163 +#: src/screens/Onboarding/StepInterests/index.tsx:148 msgid "We'll use this to help customize your experience." msgstr "Usaremos isto para customizar a sua experiência." @@ -7849,7 +8131,7 @@ msgstr "Não foi possível carregar sua lista de palavras silenciadas. Por favor msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Lamentamos, mas sua busca não pôde ser concluída. Por favor, tente novamente em alguns minutos." -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:421 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Sentimos muito! A postagem que você está respondendo foi excluída." @@ -7878,7 +8160,7 @@ msgstr "Bem vindo de volta!" msgid "Welcome, friend!" msgstr "Bem-vindo, amigo!" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "Do que você gosta?" @@ -7888,7 +8170,7 @@ msgstr "Como você quer chamar seu pacote inicial?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:516 msgid "What's up?" msgstr "E aí?" @@ -7958,16 +8240,16 @@ msgstr "Por que este usuário deve ser analisado?" msgid "Wide" msgstr "Largo" -#: src/screens/Messages/Conversation/MessageInput.tsx:140 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:134 +#: src/screens/Messages/Conversation/MessageInput.tsx:142 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:198 msgid "Write a message" msgstr "Escreva uma mensagem" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:712 msgid "Write post" msgstr "Escrever post" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:515 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:42 msgid "Write your reply" msgstr "Escreva sua resposta" @@ -8008,7 +8290,7 @@ msgstr "Sim, ocultar" msgid "Yes, reactivate my account" msgstr "Sim, reative minha conta" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "Ontem, {time}" @@ -8025,7 +8307,11 @@ msgstr "Você" msgid "You are in line." msgstr "Você está na fila." -#: src/view/com/profile/ProfileFollows.tsx:86 +#: src/state/queries/video/video.ts:161 +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:95 msgid "You are not following anyone." msgstr "Você não segue ninguém." @@ -8059,7 +8345,7 @@ msgstr "Agora você pode entrar com a sua nova senha." msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Você pode reativar sua conta para continuar fazendo login. Seu perfil e suas postagens ficarão visíveis para outros usuários." -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "Ninguém segue você ainda." @@ -8142,7 +8428,7 @@ msgstr "Você não tem listas." 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 "Você ainda não bloqueou nenhuma conta. Para bloquear uma conta, acesse um perfil e selecione \"Bloquear conta\" no menu." -#: src/view/screens/AppPasswords.tsx:91 +#: src/view/screens/AppPasswords.tsx:90 msgid "You have not created any app passwords yet. You can create one by pressing the button below." msgstr "Você ainda não criou nenhuma senha de aplicativo. Você pode criar uma pressionando o botão abaixo." @@ -8154,6 +8440,10 @@ msgstr "Você ainda não silenciou nenhuma conta. Para silenciar uma conta, aces msgid "You have reached the end" msgstr "Você chegou ao fim" +#: src/state/queries/video/video-upload.shared.ts:67 +msgid "You have temporarily reached the limit for video uploads. Please try again later." +msgstr "Você atingiu temporariamente o limite de uploads de vídeo. Tente novamente mais tarde." + #: src/components/StarterPack/ProfileStarterPacks.tsx:235 msgid "You haven't created a starter pack yet!" msgstr "Você ainda não criou um pacote inicial!" @@ -8167,11 +8457,11 @@ msgstr "Você não silenciou nenhuma palavra ou tag ainda" msgid "You hid this reply." msgstr "Você ocultou esta resposta." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 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:91 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 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." @@ -8207,6 +8497,7 @@ msgstr "Você deve estar seguindo pelo menos sete outras pessoas para gerar um p msgid "You must grant access to your photo library to save a QR code" msgstr "Você deve conceder acesso à sua biblioteca de fotos para salvar o QR code." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:237 #: src/components/StarterPack/ShareDialog.tsx:68 msgid "You must grant access to your photo library to save the image." msgstr "Você deve conceder acesso à sua biblioteca de fotos para salvar a imagem." @@ -8251,15 +8542,15 @@ msgstr "Você seguirá os usuários e feeds sugeridos depois de terminar de cria msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Você seguirá os usuários sugeridos depois de terminar de criar sua conta!" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 msgid "You'll follow these people and {0} others" msgstr "Você seguirá estas pessoas e mais {0} outras" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:237 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 msgid "You'll follow these people right away" msgstr "Você seguirá estas pessoas imediatamente" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:277 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 msgid "You'll stay updated with these feeds" msgstr "Você se manterá atualizado com estes feeds" @@ -8278,7 +8569,7 @@ msgstr "Você está na fila" msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." msgstr "Você está logado com uma senha de aplicativo. Por favor, faça login com sua senha principal para continuar desativando sua conta." -#: src/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "Tudo pronto!" @@ -8291,6 +8582,14 @@ msgstr "Você escolheu esconder uma palavra ou tag deste post." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Você chegou ao fim do seu feed! Encontre novas contas para seguir." +#: src/state/queries/video/video.ts:175 +msgid "You've reached your daily limit for video uploads (too many bytes)" +msgstr "Você atingiu seu limite diário de uploads de vídeo (muitos bytes)" + +#: src/state/queries/video/video.ts:180 +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/Signup/index.tsx:146 msgid "Your account" msgstr "Sua conta" @@ -8299,15 +8598,19 @@ msgstr "Sua conta" msgid "Your account has been deleted" msgstr "Sua conta foi excluída" +#: src/state/queries/video/video.ts:185 +msgid "Your account is not yet old enough to upload videos. Please try again later." +msgstr "Sua conta ainda não tem idade suficiente para enviar vídeos. Por favor, tente novamente mais tarde." + #: src/view/screens/Settings/ExportCarDialog.tsx:65 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "O repositório da sua conta, contendo todos os seus dados públicos, pode ser baixado como um arquivo \"CAR\". Este arquivo não inclui imagens ou dados privados, estes devem ser exportados separadamente." -#: src/screens/Signup/StepInfo/index.tsx:180 +#: src/screens/Signup/StepInfo/index.tsx:181 msgid "Your birth date" msgstr "Sua data de nascimento" -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:145 +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:171 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." @@ -8324,7 +8627,7 @@ msgstr "Sua escolha será salva, mas você pode trocá-la nas configurações de #~ msgstr "Seu feed inicial é o \"Seguindo\"" #: src/screens/Login/ForgotPasswordForm.tsx:57 -#: src/screens/Signup/state.ts:208 +#: src/screens/Signup/state.ts:203 #: src/screens/Signup/StepInfo/index.tsx:75 #: src/view/com/modals/ChangePassword.tsx:55 msgid "Your email appears to be invalid." @@ -8346,7 +8649,7 @@ msgstr "Sua primeira curtida!" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Seu feed inicial está vazio! Siga mais usuários para acompanhar o que está acontecendo." -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "Seu identificador completo será" @@ -8362,11 +8665,11 @@ msgstr "Suas palavras silenciadas" msgid "Your password has been changed successfully!" msgstr "Sua senha foi alterada com sucesso!" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:467 msgid "Your post has been published" msgstr "Seu post foi publicado" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Suas postagens, curtidas e bloqueios são públicos. Silenciamentos são privados." @@ -8378,7 +8681,7 @@ msgstr "Seu perfil" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Seu perfil, postagens, feeds e listas não serão mais visíveis para outros usuários do Bluesky. Você pode reativar sua conta a qualquer momento fazendo login." -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:466 msgid "Your reply has been published" msgstr "Sua resposta foi publicada" @@ -8388,4 +8691,4 @@ msgstr "Sua denúncia será enviada para o serviço de moderação do Bluesky" #: src/screens/Signup/index.tsx:148 msgid "Your user handle" -msgstr "Seu identificador de usuário" \ No newline at end of file +msgstr "Seu identificador de usuário" diff --git a/src/locale/locales/ru/messages.po b/src/locale/locales/ru/messages.po new file mode 100644 index 0000000000..db2f1af623 --- /dev/null +++ b/src/locale/locales/ru/messages.po @@ -0,0 +1,7817 @@ +msgid "" +msgstr "" +"POT-Creation-Date: 2024-05-06 15:45+0300\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: @lingui/cli\n" +"Language: ru\n" +"Project-Id-Version: Russian localization for bluesky-social-app\n" +"Report-Msgid-Bugs-To: Kirill Plotnikov \n" +"PO-Revision-Date: \n" +"Last-Translator: Kirill Plotnikov \n" +"Language-Team: DearFox, ponfertato, Potato Energy, Ukrainian\n" +"Plural-Forms: \n" + +#: src/screens/Messages/List/ChatListItem.tsx:120 +msgid "(contains embedded content)" +msgstr "(содержит встроенный контент)" + +#: src/view/com/modals/VerifyEmail.tsx:150 +msgid "(no email)" +msgstr "(нет электронной почты)" + +#: src/view/com/notifications/FeedItem.tsx:232 +#: src/view/com/notifications/FeedItem.tsx:323 +msgid "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}" +msgstr "{0, plural, one {еще один} other {{formattedCount} других}}" + +#: src/lib/hooks/useTimeAgo.ts:156 +msgid "{0, plural, one {# day} other {# days}}" +msgstr "{0, plural, one {# день} other {# дни}}" + +#: src/lib/hooks/useTimeAgo.ts:146 +msgid "{0, plural, one {# hour} other {# hours}}" +msgstr "{0, plural, one {# час} other {# часы}}" + +#: src/components/moderation/LabelsOnMe.tsx:54 +msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" +msgstr "{0, plural, one {# на этот аккаунт был установлен ярлык} other {# на этот аккаунт был установлен ярлык}}" + +#: src/components/moderation/LabelsOnMe.tsx:60 +msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" +msgstr "{0, plural, one {# На этот контент установлен ярлык} other {# На этот контент были установлены ярлыки}}" + +#: src/lib/hooks/useTimeAgo.ts:136 +msgid "{0, plural, one {# minute} other {# minutes}}" +msgstr "{0, plural, one {# минута} other {# минуты}}" + +#: src/lib/hooks/useTimeAgo.ts:167 +msgid "{0, plural, one {# month} other {# months}}" +msgstr "{0, plural, one {# месяц} other {# месяцы}}" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:71 +msgid "{0, plural, one {# repost} other {# reposts}}" +msgstr "{0, plural, one {# перепост} other {# перепосты}}" + +#: src/lib/hooks/useTimeAgo.ts:126 +msgid "{0, plural, one {# second} other {# seconds}}" +msgstr "{0, plural, one {# секунда} other {# секунды}}" + +#: src/components/ProfileHoverCard/index.web.tsx:398 +#: src/screens/Profile/Header/Metrics.tsx:23 +msgid "{0, plural, one {follower} other {followers}}" +msgstr "{1, plural, one {подписчик} other {подписчиков}}" + +#: src/components/ProfileHoverCard/index.web.tsx:402 +#: src/screens/Profile/Header/Metrics.tsx:27 +msgid "{0, plural, one {following} other {following}}" +msgstr "{0, plural, one {подписка} other {подписок}}" + +#: src/view/com/util/post-ctrls/PostCtrls.tsx:312 +msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" +msgstr "{0, plural, one {Нравится (# лайк)} other {Нравится (# лайки)}}" + +#: src/view/com/post-thread/PostThreadItem.tsx:439 +msgid "{0, plural, one {like} other {likes}}" +msgstr "{0, plural, one {лайк} other {лайков}}" + +#: src/components/FeedCard.tsx:210 +#: src/view/com/feeds/FeedSourceCard.tsx:300 +msgid "{0, plural, one {Liked by # user} other {Liked by # users}}" +msgstr "{0, plural, one {Понравилось # пользователю} other {Понравилось # пользователям}}" + +#: src/screens/Profile/Header/Metrics.tsx:59 +msgid "{0, plural, one {post} other {posts}}" +msgstr "{0, plural, one {пост} other {постов}}" + +#: src/view/com/post-thread/PostThreadItem.tsx:419 +msgid "{0, plural, one {quote} other {quotes}}" +msgstr "{0, plural, one {quote} other {quotes}}" + +#: src/view/com/util/post-ctrls/PostCtrls.tsx:269 +msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" +msgstr "{0, plural, one {Ответить (# ответ)} other {Ответить (# ответов)}}" + +#: src/view/com/post-thread/PostThreadItem.tsx:397 +msgid "{0, plural, one {repost} other {reposts}}" +msgstr "{0, plural, one {репост} other {репостов}}" + +#: src/view/com/util/post-ctrls/PostCtrls.tsx:308 +msgid "{0, plural, one {Unlike (# like)} other {Unlike (# likes)}}" +msgstr "{0, plural, one {Убрать лайк (# лайк)} other {Убрать лайки (# лайков)}}" + +#. Pattern: {wordValue} in tags +#: src/components/dialogs/MutedWords.tsx:475 +msgid "{0} <0>in <1>tags" +msgstr "{0} <0>в <1>теги" + +#. Pattern: {wordValue} in text, tags +#: src/components/dialogs/MutedWords.tsx:465 +msgid "{0} <0>in <1>text & tags" +msgstr "{0} <0>в <1>тексте и тегах" + +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:228 +msgid "{0} joined this week" +msgstr "{0} присоединился на этой неделе" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:637 +msgid "{0} of {1}" +msgstr "{0} из {1}" + +#: src/screens/StarterPack/StarterPackScreen.tsx:467 +msgid "{0} people have used this starter pack!" +msgstr "{0} людей использовали этот стартовый набор!" + +#: src/view/com/util/UserAvatar.tsx:425 +msgid "{0}'s avatar" +msgstr "аватар {0}" + +#: src/screens/StarterPack/Wizard/StepDetails.tsx:68 +msgid "{0}'s favorite feeds and people - join me!" +msgstr "Любимые каналы и люди {0} - присоединяйтесь!" + +#: src/screens/StarterPack/Wizard/StepDetails.tsx:47 +msgid "{0}'s starter pack" +msgstr "Стартовый набор {0}" + +#. How many days have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:158 +msgid "{0}d" +msgstr "{0}д" + +#. How many hours have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:148 +msgid "{0}h" +msgstr "{0}ч" + +#. How many minutes have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:138 +msgid "{0}m" +msgstr "{0}м" + +#. How many months have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:169 +msgid "{0}mo" +msgstr "{0}мес" + +#. How many seconds have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:128 +msgid "{0}s" +msgstr "{0}с" + +#: src/components/LabelingServiceCard/index.tsx:71 +msgid "{count, plural, one {Liked by # user} other {Liked by # users}}" +msgstr "{count, plural, one {Понравилось # пользователю} other {Понравилось # пользователям}}" + +#: src/lib/generate-starterpack.ts:108 +#: src/screens/StarterPack/Wizard/index.tsx:174 +msgid "{displayName}'s Starter Pack" +msgstr "Стартовый набор {displayName}" + +#: src/screens/SignupQueued.tsx:207 +msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" +msgstr "{estimatedTimeHrs, plural, one {час} other {часов}}" + +#: src/screens/SignupQueued.tsx:213 +msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" +msgstr "{estimatedTimeMins, plural, one {минута} other {минуты}}" + +#: src/components/ProfileHoverCard/index.web.tsx:505 +#: src/screens/Profile/Header/Metrics.tsx:50 +msgid "{following} following" +msgstr "{following} подписок" + +#: src/components/dms/dialogs/SearchablePeopleList.tsx:405 +msgid "{handle} can't be messaged" +msgstr "{handle} не может получать сообщения" + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/view/screens/ProfileFeed.tsx:590 +msgid "{likeCount, plural, one {Liked by # user} other {Liked by # users}}" +msgstr "{likeCount, plural, one {Понравилось # пользователю} other {Понравилось # пользователям}}" + +#: src/view/shell/Drawer.tsx:466 +msgid "{numUnreadNotifications} unread" +msgstr "{numUnreadNotifications} непрочитанное" + +#: src/components/NewskieDialog.tsx:116 +msgid "{profileName} joined Bluesky {0} ago" +msgstr "{profileName} присоединился к Bluesky {0} назад" + +#: src/components/NewskieDialog.tsx:111 +msgid "{profileName} joined Bluesky using a starter pack {0} ago" +msgstr "{profileName} присоединился к Bluesky, используя стартовый набор {0} назад" + +#: src/screens/StarterPack/Wizard/index.tsx:466 +msgctxt "profiles" +msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" +msgstr "<0>{0}, <1>{1}, и {2, plural, one {# другой} other {# другие}} включены в ваш стартовый набор" + +#: src/screens/StarterPack/Wizard/index.tsx:519 +msgctxt "feeds" +msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" +msgstr "<0>{0}, <1>{1}, и {2, plural, one {# другой} other {# другие}} включены в ваш стартовый набор" + +#: src/view/shell/Drawer.tsx:109 +msgid "<0>{0} {1, plural, one {follower} other {followers}}" +msgstr "<0>{0} {1, plural, one {подписчик} other {подписчиков}}" + +#: src/view/shell/Drawer.tsx:124 +msgid "<0>{0} {1, plural, one {following} other {following}}" +msgstr "<0>{0} {1, plural, one {подписка} other {подписок}}" + +#: src/screens/StarterPack/Wizard/index.tsx:507 +msgid "<0>{0} and<1> <2>{1} are included in your starter pack" +msgstr "<0>{0} и<1> <2>{1} входят в ваш стартовый набор" + +#: src/screens/StarterPack/Wizard/index.tsx:500 +msgid "<0>{0} is included in your starter pack" +msgstr "<0>{0} входит в ваш стартовый набор" + +#: src/components/WhoCanReply.tsx:274 +msgid "<0>{0} members" +msgstr "<0>{0} участников" + +#: src/view/com/modals/SelfLabel.tsx:135 +msgid "<0>Not Applicable. This warning is only available for posts with media attached." +msgstr "<0>Не применимо. Это предупреждение доступно только для сообщений с прикрепленными медиафайлами." + +#: src/screens/StarterPack/Wizard/index.tsx:457 +msgid "<0>You and<1> <2>{0} are included in your starter pack" +msgstr "<0>Вы и<1> <2>{0} включены в ваш стартовый набор" + +#: src/screens/Profile/Header/Handle.tsx:50 +msgid "⚠Invalid Handle" +msgstr "⚠Недопустимый псевдоним" + +#: src/components/dialogs/MutedWords.tsx:193 +msgid "24 hours" +msgstr "24 часа" + +#: src/screens/Login/LoginForm.tsx:253 +msgid "2FA Confirmation" +msgstr "Подтверждение 2FA" + +#: src/components/dialogs/MutedWords.tsx:232 +msgid "30 days" +msgstr "30 дней" + +#: src/components/dialogs/MutedWords.tsx:217 +msgid "7 days" +msgstr "7 дней" + +#: src/view/com/util/ViewHeader.tsx:92 +#: src/view/screens/Search/Search.tsx:684 +msgid "Access navigation links and settings" +msgstr "Открыть навигацию и настройки" + +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:56 +msgid "Access profile and other navigation links" +msgstr "Открыть профиль и другую навигацию" + +#: src/view/com/modals/EditImage.tsx:300 +#: src/view/screens/Settings/index.tsx:463 +msgid "Accessibility" +msgstr "Доступность" + +#: src/view/screens/Settings/index.tsx:454 +msgid "Accessibility settings" +msgstr "Настройки доступности" + +#: src/Navigation.tsx:318 +#: src/view/screens/AccessibilitySettings.tsx:73 +msgid "Accessibility Settings" +msgstr "Настройки Доступности" + +#: src/screens/Login/LoginForm.tsx:179 +#: src/view/screens/Settings/index.tsx:315 +#: src/view/screens/Settings/index.tsx:718 +msgid "Account" +msgstr "Учетная запись" + +#: src/view/com/profile/ProfileMenu.tsx:144 +msgid "Account blocked" +msgstr "Учетная запись заблокирована" + +#: src/view/com/profile/ProfileMenu.tsx:158 +msgid "Account followed" +msgstr "Вы подписались на учетную запись" + +#: src/view/com/profile/ProfileMenu.tsx:118 +msgid "Account muted" +msgstr "Учетная запись игнорируется" + +#: src/components/moderation/ModerationDetailsDialog.tsx:102 +#: src/lib/moderation/useModerationCauseDescription.ts:96 +msgid "Account Muted" +msgstr "Учетная запись игнорируется" + +#: src/components/moderation/ModerationDetailsDialog.tsx:88 +msgid "Account Muted by List" +msgstr "Учетная запись игнорируется списком" + +#: src/view/com/util/AccountDropdownBtn.tsx:43 +msgid "Account options" +msgstr "Параметры учетной записи" + +#: src/view/com/util/AccountDropdownBtn.tsx:59 +msgid "Account removed from quick access" +msgstr "Учетная запись удалена из быстрого доступа" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 +#: src/view/com/profile/ProfileMenu.tsx:133 +msgid "Account unblocked" +msgstr "Учетная запись разблокирована" + +#: src/view/com/profile/ProfileMenu.tsx:171 +msgid "Account unfollowed" +msgstr "Вы отписались от учетной записи" + +#: src/view/com/profile/ProfileMenu.tsx:107 +msgid "Account unmuted" +msgstr "Учетная запись больше не игнорируется" + +#: src/components/dialogs/MutedWords.tsx:328 +#: src/view/com/modals/ListAddRemoveUsers.tsx:269 +#: src/view/com/modals/UserAddRemoveLists.tsx:229 +#: src/view/screens/ProfileList.tsx:937 +msgid "Add" +msgstr "Добавить" + +#: src/screens/StarterPack/Wizard/index.tsx:568 +msgid "Add {0} more to continue" +msgstr "Добавьте еще {0}, чтобы продолжить" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:59 +msgid "Add {displayName} to starter pack" +msgstr "Добавить {displayName} в стартовый набор" + +#: src/view/com/modals/SelfLabel.tsx:57 +msgid "Add a content warning" +msgstr "Добавить предупреждение о содержимом" + +#: src/view/screens/ProfileList.tsx:927 +msgid "Add a user to this list" +msgstr "Добавить пользователя в список" + +#: src/components/dialogs/SwitchAccount.tsx:56 +#: src/screens/Deactivated.tsx:199 +#: src/view/screens/Settings/index.tsx:401 +#: src/view/screens/Settings/index.tsx:410 +msgid "Add account" +msgstr "Добавить учетную запись" + +#: src/view/com/composer/GifAltText.tsx:69 +#: src/view/com/composer/GifAltText.tsx:135 +#: src/view/com/composer/GifAltText.tsx:175 +#: src/view/com/composer/photos/Gallery.tsx:120 +#: src/view/com/composer/photos/Gallery.tsx:187 +#: src/view/com/modals/AltImage.tsx:118 +msgid "Add alt text" +msgstr "Добавить альтернативный текст" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:109 +msgid "Add alt text (optional)" +msgstr "Добавьте альтернативный текст (необязательно)" + +#: src/view/screens/AppPasswords.tsx:105 +#: src/view/screens/AppPasswords.tsx:147 +#: src/view/screens/AppPasswords.tsx:160 +msgid "Add App Password" +msgstr "Добавить пароль приложения" + +#: src/components/dialogs/MutedWords.tsx:321 +msgid "Add mute word for configured settings" +msgstr "Добавить слово к игнорированию с выбранными настройками" + +#: src/components/dialogs/MutedWords.tsx:112 +msgid "Add muted words and tags" +msgstr "Добавить игнорируемые слова и теги" + +#: src/screens/Home/NoFeedsPinned.tsx:99 +msgid "Add recommended feeds" +msgstr "Добавить рекомендуемые ленты" + +#: src/screens/StarterPack/Wizard/index.tsx:488 +msgid "Add some feeds to your starter pack!" +msgstr "" + +#: src/screens/Feeds/NoFollowingFeed.tsx:41 +msgid "Add the default feed of only people you follow" +msgstr "Добавьте в ленту по умолчанию только тех людей, за кем вы следите" + +#: src/view/com/modals/ChangeHandle.tsx:410 +msgid "Add the following DNS record to your domain:" +msgstr "Добавьте следующую DNS-запись к вашему домену:" + +#: src/components/FeedCard.tsx:293 +msgid "Add this feed to your feeds" +msgstr "Добавьте эту ленту в свои ленты" + +#: src/view/com/profile/ProfileMenu.tsx:267 +#: src/view/com/profile/ProfileMenu.tsx:270 +msgid "Add to Lists" +msgstr "Добавить в списки" + +#: src/view/com/feeds/FeedSourceCard.tsx:266 +msgid "Add to my feeds" +msgstr "Добавить в мои ленты" + +#: src/view/com/modals/ListAddRemoveUsers.tsx:192 +#: src/view/com/modals/UserAddRemoveLists.tsx:156 +msgid "Added to list" +msgstr "Добавлено в список" + +#: src/view/com/feeds/FeedSourceCard.tsx:125 +msgid "Added to my feeds" +msgstr "Добавлено в мои ленты" + +#: src/lib/moderation/useGlobalLabelStrings.ts:34 +#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/view/com/modals/SelfLabel.tsx:76 +msgid "Adult Content" +msgstr "Содержимое для взрослых" + +#: src/screens/Moderation/index.tsx:365 +msgid "Adult content can only be enabled via the Web at <0>bsky.app." +msgstr "Взрослый контент можно включить только через веб-сайт <0>bsky.app." + +#: src/components/moderation/LabelPreference.tsx:242 +msgid "Adult content is disabled." +msgstr "Содержимое для взрослых отключено." + +#: src/screens/Moderation/index.tsx:409 +#: src/view/screens/Settings/index.tsx:652 +msgid "Advanced" +msgstr "Расширенные" + +#: src/state/shell/progress-guide.tsx:171 +msgid "Algorithm training complete!" +msgstr "Обучение алгоритму завершено!" + +#: src/screens/StarterPack/StarterPackScreen.tsx:370 +msgid "All accounts have been followed!" +msgstr "Все учетные записи отслеживаются!" + +#: src/view/screens/Feeds.tsx:733 +msgid "All the feeds you've saved, right in one place." +msgstr "Все сохраненные ленты в одном месте." + +#: src/view/com/modals/AddAppPasswords.tsx:188 +#: src/view/com/modals/AddAppPasswords.tsx:195 +msgid "Allow access to your direct messages" +msgstr "Разрешите доступ к своим прямым сообщениям" + +#: src/screens/Messages/Settings.tsx:62 +#: src/screens/Messages/Settings.tsx:65 +msgid "Allow new messages from" +msgstr "Разрешить новые сообщения от" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:359 +msgid "Allow replies from:" +msgstr "Разрешить ответы от:" + +#: src/view/screens/AppPasswords.tsx:266 +msgid "Allows access to direct messages" +msgstr "Позволяет получить доступ к прямым сообщениям" + +#: src/screens/Login/ForgotPasswordForm.tsx:177 +#: src/view/com/modals/ChangePassword.tsx:171 +msgid "Already have a code?" +msgstr "Уже есть код?" + +#: src/screens/Login/ChooseAccountForm.tsx:49 +msgid "Already signed in as @{0}" +msgstr "Уже вошли как @{0}" + +#: src/view/com/composer/GifAltText.tsx:93 +#: src/view/com/composer/photos/Gallery.tsx:144 +#: src/view/com/util/post-embeds/GifEmbed.tsx:177 +msgid "ALT" +msgstr "АЛЬТ" + +#: src/view/com/composer/GifAltText.tsx:144 +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +#: src/view/com/composer/videos/SubtitleDialog.tsx:104 +#: src/view/com/composer/videos/SubtitleDialog.tsx:108 +#: src/view/com/modals/EditImage.tsx:316 +#: src/view/screens/AccessibilitySettings.tsx:87 +msgid "Alt text" +msgstr "Альтернативный текст" + +#: src/view/com/util/post-embeds/GifEmbed.tsx:182 +msgid "Alt Text" +msgstr "Альтернативный текст" + +#: src/view/com/composer/photos/Gallery.tsx:224 +msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone." +msgstr "Альтернативный текст описывает изображение для незрячих и слабовидящих пользователей, и предоставляет дополнительный контекст для всех." + +#: src/view/com/modals/VerifyEmail.tsx:132 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:96 +msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." +msgstr "Было отправлено письмо на адрес {0}. Оно содержит код подтверждения, который можно ввести ниже." + +#: src/view/com/modals/ChangeEmail.tsx:114 +msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below." +msgstr "Было отправлено письмо на ваш предыдущий адрес, {0}. Оно содержит код подтверждения, который вы можете ввести ниже." + +#: src/components/dialogs/GifSelect.tsx:254 +msgid "An error has occurred" +msgstr "Возникла ошибка" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:413 +msgid "An error occurred" +msgstr "Возникла ошибка" + +#: src/state/queries/video/video.ts:232 +msgid "An error occurred while compressing the video." +msgstr "Возникла ошибка при сжатии видео." + +#: src/components/StarterPack/ProfileStarterPacks.tsx:315 +msgid "An error occurred while generating your starter pack. Want to try again?" +msgstr "При создании вашего стартового набора возникла ошибка. Хотите попробовать еще раз?" + +#: src/view/com/util/post-embeds/VideoEmbed.tsx:135 +msgid "An error occurred while loading the video. Please try again later." +msgstr "При загрузке видео возникла ошибка. Пожалуйста, повторите попытку позже." + +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:174 +msgid "An error occurred while loading the video. Please try again." +msgstr "При загрузке видео возникла ошибка. Пожалуйста, попробуйте еще раз." + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:250 +msgid "An error occurred while saving the image!" +msgstr "" + +#: src/components/StarterPack/QrCodeDialog.tsx:71 +#: src/components/StarterPack/ShareDialog.tsx:79 +msgid "An error occurred while saving the QR code!" +msgstr "При сохранении QR-кода возникла ошибка." + +#: src/view/com/composer/videos/SelectVideoBtn.tsx:75 +msgid "An error occurred while selecting the video" +msgstr "При выборе видео возникла ошибка" + +#: src/screens/StarterPack/StarterPackScreen.tsx:336 +#: src/screens/StarterPack/StarterPackScreen.tsx:358 +msgid "An error occurred while trying to follow all" +msgstr "Возникла ошибка при попытке проследить за всеми" + +#: src/state/queries/video/video.ts:199 +msgid "An error occurred while uploading the video." +msgstr "При загрузке видео возникла ошибка." + +#: src/lib/moderation/useReportOptions.ts:28 +msgid "An issue not included in these options" +msgstr "Проблема не включена в эти варианты" + +#: src/components/dms/dialogs/NewChatDialog.tsx:36 +msgid "An issue occurred starting the chat" +msgstr "При запуске чата возникла проблема" + +#: src/components/dms/dialogs/ShareViaChatDialog.tsx:49 +msgid "An issue occurred while trying to open the chat" +msgstr "При попытке открыть чат возникла проблема" + +#: src/components/hooks/useFollowMethods.ts:35 +#: src/components/hooks/useFollowMethods.ts:50 +#: src/components/ProfileCard.tsx:324 +#: src/components/ProfileCard.tsx:344 +#: src/view/com/profile/FollowButton.tsx:36 +#: src/view/com/profile/FollowButton.tsx:46 +msgid "An issue occurred, please try again." +msgstr "Возникла проблема, пожалуйста, попробуйте еще раз." + +#: src/screens/Onboarding/StepInterests/index.tsx:199 +msgid "an unknown error occurred" +msgstr "возникла неизвестная ошибка" + +#: src/components/moderation/ModerationDetailsDialog.tsx:151 +#: src/components/moderation/ModerationDetailsDialog.tsx:147 +msgid "an unknown labeler" +msgstr "неизвестный маркировщик" + +#: src/components/WhoCanReply.tsx:295 +#: src/view/com/notifications/FeedItem.tsx:231 +#: src/view/com/notifications/FeedItem.tsx:320 +msgid "and" +msgstr "и" + +#: src/screens/Onboarding/index.tsx:29 +#: src/screens/Onboarding/state.ts:79 +msgid "Animals" +msgstr "Животные" + +#: src/view/com/util/post-embeds/GifEmbed.tsx:139 +msgid "Animated GIF" +msgstr "Анимированные GIF" + +#: src/lib/moderation/useReportOptions.ts:33 +msgid "Anti-Social Behavior" +msgstr "Антисоциальное поведение" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:54 +msgid "Anybody can interact" +msgstr "Любой может взаимодействовать" + +#: src/view/screens/LanguageSettings.tsx:96 +msgid "App Language" +msgstr "Язык приложения" + +#: src/view/screens/AppPasswords.tsx:226 +msgid "App password deleted" +msgstr "Пароль приложения удален" + +#: src/view/com/modals/AddAppPasswords.tsx:138 +msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." +msgstr "Название пароля приложения может содержать только латинские буквы, цифры, пробелы, минусы и нижнее подчеркивание." + +#: src/view/com/modals/AddAppPasswords.tsx:103 +msgid "App Password names must be at least 4 characters long." +msgstr "Название пароля приложения должно быть хотя бы 4 символа в длину." + +#: src/view/screens/Settings/index.tsx:663 +msgid "App password settings" +msgstr "Настройка пароля приложений" + +#: src/Navigation.tsx:286 +#: src/view/screens/AppPasswords.tsx:191 +#: src/view/screens/Settings/index.tsx:672 +msgid "App Passwords" +msgstr "Пароли для приложений" + +#: src/components/moderation/LabelsOnMeDialog.tsx:146 +#: src/components/moderation/LabelsOnMeDialog.tsx:149 +msgid "Appeal" +msgstr "Оспорить" + +#: src/components/moderation/LabelsOnMeDialog.tsx:238 +msgid "Appeal \"{0}\" label" +msgstr "Оспорить метку \"{0}\"" + +#: src/components/moderation/LabelsOnMeDialog.tsx:229 +#: src/screens/Messages/Conversation/ChatDisabled.tsx:91 +msgid "Appeal submitted" +msgstr "Обращение отправлено" + +#: src/screens/Messages/Conversation/ChatDisabled.tsx:51 +#: src/screens/Messages/Conversation/ChatDisabled.tsx:53 +#: src/screens/Messages/Conversation/ChatDisabled.tsx:99 +#: src/screens/Messages/Conversation/ChatDisabled.tsx:101 +msgid "Appeal this decision" +msgstr "Обжаловать это решение" + +#: src/screens/Settings/AppearanceSettings.tsx:69 +#: src/view/screens/Settings/index.tsx:484 +msgid "Appearance" +msgstr "Оформление" + +#: src/view/screens/Settings/index.tsx:475 +msgid "Appearance settings" +msgstr "Настройки внешнего вида" + +#: src/Navigation.tsx:326 +msgid "Appearance Settings" +msgstr "Настройки внешнего вида" + +#: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 +#: src/screens/Home/NoFeedsPinned.tsx:93 +msgid "Apply default recommended feeds" +msgstr "Применить рекомендуемые по умолчанию ленты" + +#: src/view/screens/AppPasswords.tsx:277 +msgid "Are you sure you want to delete the app password \"{name}\"?" +msgstr "Вы действительно хотите удалить пароль приложения \"{name}\"?" + +#: src/components/dms/MessageMenu.tsx:149 +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:621 +msgid "Are you sure you want to delete this starter pack?" +msgstr "Вы уверены, что хотите удалить этот стартовый набор?" + +#: src/components/dms/LeaveConvoPrompt.tsx:48 +msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant." +msgstr "Вы уверены, что хотите покинуть эту беседу? Ваши сообщения будут удалены для вас, но не для других участников." + +#: src/view/com/feeds/FeedSourceCard.tsx:313 +msgid "Are you sure you want to remove {0} from your feeds?" +msgstr "Вы уверены, что хотите удалить {0} из лент?" + +#: src/components/FeedCard.tsx:310 +msgid "Are you sure you want to remove this from your feeds?" +msgstr "Вы уверены, что хотите удалить это из своей ленты?" + +#: src/view/com/composer/Composer.tsx:838 +msgid "Are you sure you'd like to discard this draft?" +msgstr "Вы действительно хотите удалить этот черновик?" + +#: src/components/dialogs/MutedWords.tsx:433 +msgid "Are you sure?" +msgstr "Вы уверены?" + +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:60 +msgid "Are you writing in <0>{0}?" +msgstr "Вы пишете на <0>{0}?" + +#: src/screens/Onboarding/index.tsx:23 +#: src/screens/Onboarding/state.ts:80 +msgid "Art" +msgstr "Искусство" + +#: src/view/com/modals/SelfLabel.tsx:124 +msgid "Artistic or non-erotic nudity." +msgstr "Художественная или неэротическая обнаженность." + +#: src/screens/Signup/StepHandle.tsx:173 +msgid "At least 3 characters" +msgstr "Не менее 3-х символов" + +#: src/components/dms/MessagesListHeader.tsx:75 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:285 +#: src/screens/Login/ChooseAccountForm.tsx:98 +#: src/screens/Login/ChooseAccountForm.tsx:103 +#: src/screens/Login/ForgotPasswordForm.tsx:129 +#: src/screens/Login/ForgotPasswordForm.tsx:135 +#: src/screens/Login/LoginForm.tsx:285 +#: src/screens/Login/LoginForm.tsx:291 +#: src/screens/Login/SetNewPasswordForm.tsx:160 +#: src/screens/Login/SetNewPasswordForm.tsx:166 +#: src/screens/Messages/Conversation/ChatDisabled.tsx:133 +#: src/screens/Messages/Conversation/ChatDisabled.tsx:134 +#: src/screens/Profile/Header/Shell.tsx:102 +#: src/screens/Signup/BackNextButtons.tsx:40 +#: src/screens/StarterPack/Wizard/index.tsx:298 +#: src/view/com/util/ViewHeader.tsx:90 +msgid "Back" +msgstr "Назад" + +#: src/view/screens/Settings/index.tsx:441 +msgid "Basics" +msgstr "Основные" + +#: src/components/dialogs/BirthDateSettings.tsx:107 +msgid "Birthday" +msgstr "Дата рождения" + +#: src/view/screens/Settings/index.tsx:347 +msgid "Birthday:" +msgstr "Дата рождения:" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 +#: src/view/com/profile/ProfileMenu.tsx:365 +msgid "Block" +msgstr "Заблокировать" + +#: src/components/dms/ConvoMenu.tsx:188 +#: src/components/dms/ConvoMenu.tsx:192 +msgid "Block account" +msgstr "Заблокировать" + +#: src/view/com/profile/ProfileMenu.tsx:304 +#: src/view/com/profile/ProfileMenu.tsx:311 +msgid "Block Account" +msgstr "Заблокировать" + +#: src/view/com/profile/ProfileMenu.tsx:348 +msgid "Block Account?" +msgstr "Заблокировать учетную запись?" + +#: src/view/screens/ProfileList.tsx:640 +msgid "Block accounts" +msgstr "Заблокировать учетные записи" + +#: src/view/screens/ProfileList.tsx:744 +msgid "Block list" +msgstr "Заблокировать список" + +#: src/view/screens/ProfileList.tsx:739 +msgid "Block these accounts?" +msgstr "Заблокировать эти учетные записи?" + +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:83 +msgid "Blocked" +msgstr "Заблокировано" + +#: src/screens/Moderation/index.tsx:279 +msgid "Blocked accounts" +msgstr "Заблокированные учетные записи" + +#: src/Navigation.tsx:150 +#: src/view/screens/ModerationBlockedAccounts.tsx:109 +msgid "Blocked Accounts" +msgstr "Заблокированные учетные записи" + +#: src/view/com/profile/ProfileMenu.tsx:360 +msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." +msgstr "Заблокированные учетные записи не могут вам отвечать, упоминать вас в своих постах, и взаимодействовать с вами каким-либо другим образом." + +#: src/view/screens/ModerationBlockedAccounts.tsx:117 +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 "Заблокированные учетные записи не могут вам отвечать, упоминать вас в своих постах, и взаимодействовать с вами каким-либо другим образом. Вы не будете видеть их посты и они не будут видеть ваши." + +#: src/view/com/post-thread/PostThread.tsx:412 +msgid "Blocked post." +msgstr "Заблокирован пост." + +#: src/screens/Profile/Sections/Labels.tsx:173 +msgid "Blocking does not prevent this labeler from placing labels on your account." +msgstr "Блокировка не мешает этому маркировщику добавлять метку в вашу учетную запись." + +#: src/view/screens/ProfileList.tsx:741 +msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." +msgstr "Блокировка - это открытая информация. Заблокированные учетные записи не могут отвечать в ваших постах, упоминать вас или иным образом взаимодействовать с вами." + +#: src/view/com/profile/ProfileMenu.tsx:357 +msgid "Blocking will not prevent labels from being applied on your account, but it will stop this account from replying in your threads or interacting with you." +msgstr "Блокировка не помешает добавлять метки в вашу учетную запись, но она остановит возможность этой учетной записи комментировать ваши посты или взаимодействовать с вами." + +#: src/view/com/auth/SplashScreen.web.tsx:159 +msgid "Blog" +msgstr "Блог" + +#: src/view/com/auth/server-input/index.tsx:89 +#: src/view/com/auth/server-input/index.tsx:91 +msgid "Bluesky" +msgstr "Bluesky" + +#: src/view/com/auth/server-input/index.tsx:154 +msgid "Bluesky is an open network where you can choose your hosting provider. Custom hosting is now available in beta for developers." +msgstr "Bluesky - это открытая сеть, где вы можете выбрать своего хостинг-провайдера. Собственный хостинг теперь доступен в бета-версии для разработчиков." + +#: src/components/ProgressGuide/List.tsx:55 +msgid "Bluesky is better with friends!" +msgstr "Bluesky лучше с друзьями!" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:206 +msgid "Bluesky now has over 10 million users, and I was #{0}!" +msgstr "" + +#: src/components/StarterPack/ProfileStarterPacks.tsx:282 +msgid "Bluesky will choose a set of recommended accounts from people in your network." +msgstr "Bluesky выберет набор рекомендуемых учетных записей из людей в вашей сети." + +#: src/screens/Moderation/index.tsx:567 +msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private." +msgstr "Bluesky не будет показывать ваш профиль и сообщения посетителям без учетной записи. Другие приложения могут не следовать этому запросу. Это не делает вашу учетную запись приватной." + +#: src/lib/moderation/useLabelBehaviorDescription.ts:53 +msgid "Blur images" +msgstr "Размыть изображение" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:51 +msgid "Blur images and filter from feeds" +msgstr "Размыть изображения и отфильтровать их из ленты" + +#: src/screens/Onboarding/index.tsx:30 +#: src/screens/Onboarding/state.ts:81 +msgid "Books" +msgstr "Книги" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:614 +msgid "Brag a little!" +msgstr "" + +#: src/components/FeedInterstitials.tsx:350 +msgid "Browse more accounts on the Explore page" +msgstr "Просмотреть другие учетные записи на странице Explore" + +#: src/components/FeedInterstitials.tsx:483 +msgid "Browse more feeds on the Explore page" +msgstr "Просмотреть другие ленты на странице Explore" + +#: src/components/FeedInterstitials.tsx:332 +#: src/components/FeedInterstitials.tsx:335 +#: src/components/FeedInterstitials.tsx:465 +#: src/components/FeedInterstitials.tsx:468 +msgid "Browse more suggestions" +msgstr "Просмотреть другие предложения" + +#: src/components/FeedInterstitials.tsx:358 +#: src/components/FeedInterstitials.tsx:492 +msgid "Browse more suggestions on the Explore page" +msgstr "Просмотрите другие предложения на странице Explore" + +#: src/screens/Home/NoFeedsPinned.tsx:103 +#: src/screens/Home/NoFeedsPinned.tsx:109 +msgid "Browse other feeds" +msgstr "Просмотр других лент" + +#: src/view/com/auth/SplashScreen.web.tsx:154 +msgid "Business" +msgstr "Бизнес" + +#: src/view/com/profile/ProfileSubpageHeader.tsx:160 +msgid "by —" +msgstr "от —" + +#: src/components/LabelingServiceCard/index.tsx:56 +msgid "By {0}" +msgstr "От {0}" + +#: src/view/com/profile/ProfileSubpageHeader.tsx:164 +msgid "by <0/>" +msgstr "от <0/>" + +#: src/screens/Signup/StepInfo/Policies.tsx:80 +msgid "By creating an account you agree to the {els}." +msgstr "Создавая учетную запись, вы даете согласие с {els}." + +#: src/view/com/profile/ProfileSubpageHeader.tsx:162 +msgid "by you" +msgstr "создано вами" + +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 +msgid "Camera" +msgstr "Камера" + +#: src/view/com/modals/AddAppPasswords.tsx:180 +msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long." +msgstr "Может содержать только буквы, цифры, пробелы, дефисы и знаки подчеркивания, и иметь длину от 4 до 32 символов." + +#: src/components/Menu/index.tsx:235 +#: src/components/Prompt.tsx:122 +#: src/components/Prompt.tsx:124 +#: src/components/TagMenu/index.tsx:282 +#: src/screens/Deactivated.tsx:161 +#: src/view/com/composer/Composer.tsx:594 +#: src/view/com/composer/Composer.tsx:609 +#: src/view/com/modals/ChangeEmail.tsx:213 +#: src/view/com/modals/ChangeEmail.tsx:215 +#: src/view/com/modals/ChangeHandle.tsx:148 +#: src/view/com/modals/ChangePassword.tsx:268 +#: src/view/com/modals/ChangePassword.tsx:271 +#: src/view/com/modals/CreateOrEditList.tsx:344 +#: src/view/com/modals/crop-image/CropImage.web.tsx:162 +#: src/view/com/modals/EditImage.tsx:324 +#: src/view/com/modals/EditProfile.tsx:250 +#: src/view/com/modals/InAppBrowserConsent.tsx:78 +#: src/view/com/modals/InAppBrowserConsent.tsx:80 +#: src/view/com/modals/LinkWarning.tsx:105 +#: src/view/com/modals/LinkWarning.tsx:107 +#: src/view/com/modals/VerifyEmail.tsx:255 +#: src/view/com/modals/VerifyEmail.tsx:261 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 +#: src/view/screens/Search/Search.tsx:704 +msgid "Cancel" +msgstr "Отменить" + +#: src/view/com/modals/CreateOrEditList.tsx:349 +#: src/view/com/modals/DeleteAccount.tsx:174 +#: src/view/com/modals/DeleteAccount.tsx:296 +msgctxt "action" +msgid "Cancel" +msgstr "Отменить" + +#: src/view/com/modals/DeleteAccount.tsx:170 +#: src/view/com/modals/DeleteAccount.tsx:292 +msgid "Cancel account deletion" +msgstr "Отменить удаление учетной записи" + +#: src/view/com/modals/ChangeHandle.tsx:144 +msgid "Cancel change handle" +msgstr "Отменить изменение псевдонима" + +#: src/view/com/modals/crop-image/CropImage.web.tsx:159 +msgid "Cancel image crop" +msgstr "Отменить обрезку изображения" + +#: src/view/com/modals/EditProfile.tsx:245 +msgid "Cancel profile editing" +msgstr "Отменить изменения профиля" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 +msgid "Cancel quote post" +msgstr "Отменить цитирование поста" + +#: src/screens/Deactivated.tsx:155 +msgid "Cancel reactivation and log out" +msgstr "Отменить реактивацию и выйти из системы" + +#: src/view/com/modals/ListAddRemoveUsers.tsx:88 +msgid "Cancel search" +msgstr "Отменить поиск" + +#: src/view/com/modals/LinkWarning.tsx:106 +msgid "Cancels opening the linked website" +msgstr "Отменяет открытие ссылки" + +#: src/state/shell/composer/index.tsx:70 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:114 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:155 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:191 +msgid "Cannot interact with a blocked user" +msgstr "Невозможно взаимодействовать с заблокированным пользователем" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:135 +msgid "Captions (.vtt)" +msgstr "Подписи (.vtt)" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +msgid "Captions & alt text" +msgstr "Подписи и альтернативный текст" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:368 +msgid "Celebrating {0} users" +msgstr "" + +#: src/view/com/modals/VerifyEmail.tsx:160 +msgid "Change" +msgstr "Изменить" + +#: src/view/screens/Settings/index.tsx:341 +msgctxt "action" +msgid "Change" +msgstr "Изменить" + +#: src/view/screens/Settings/index.tsx:684 +msgid "Change handle" +msgstr "Изменить псевдоним" + +#: src/view/com/modals/ChangeHandle.tsx:156 +#: src/view/screens/Settings/index.tsx:695 +msgid "Change Handle" +msgstr "Изменить псевдоним" + +#: src/view/com/modals/VerifyEmail.tsx:155 +msgid "Change my email" +msgstr "Изменить адрес электронной почты" + +#: src/view/screens/Settings/index.tsx:729 +msgid "Change password" +msgstr "Изменить пароль" + +#: src/view/com/modals/ChangePassword.tsx:142 +#: src/view/screens/Settings/index.tsx:740 +msgid "Change Password" +msgstr "Изменение пароля" + +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:73 +msgid "Change post language to {0}" +msgstr "Изменить язык поста на {0}" + +#: src/view/com/modals/ChangeEmail.tsx:104 +msgid "Change Your Email" +msgstr "Изменить адрес электронной почты" + +#: src/Navigation.tsx:338 +#: src/view/shell/bottom-bar/BottomBar.tsx:201 +#: src/view/shell/desktop/LeftNav.tsx:301 +msgid "Chat" +msgstr "Чат" + +#: src/components/dms/ConvoMenu.tsx:82 +msgid "Chat muted" +msgstr "Чат без звука" + +#: src/components/dms/ConvoMenu.tsx:112 +#: src/components/dms/MessageMenu.tsx:81 +#: src/Navigation.tsx:343 +#: src/screens/Messages/List/index.tsx:88 +#: src/view/screens/Settings/index.tsx:604 +msgid "Chat settings" +msgstr "Настройки чата" + +#: src/screens/Messages/Settings.tsx:59 +#: src/view/screens/Settings/index.tsx:613 +msgid "Chat Settings" +msgstr "Настройки чата" + +#: src/components/dms/ConvoMenu.tsx:84 +msgid "Chat unmuted" +msgstr "Чат со звуком" + +#: src/screens/SignupQueued.tsx:78 +#: src/screens/SignupQueued.tsx:82 +msgid "Check my status" +msgstr "Проверить мой статус" + +#: src/screens/Login/LoginForm.tsx:278 +msgid "Check your email for a login code and enter it here." +msgstr "Проверьте свою электронную почту на наличие кода для входа в систему и введите его здесь." + +#: src/view/com/modals/DeleteAccount.tsx:231 +msgid "Check your inbox for an email with the confirmation code to enter below:" +msgstr "Проверьте свой почтовый ящик на наличие электронного письма с кодом подтверждения и введите его ниже:" + +#: src/screens/Onboarding/StepInterests/index.tsx:191 +#~ msgid "Choose 3 or more:" +#~ msgstr "Выберите 3 или более:" + +#: src/screens/Onboarding/StepInterests/index.tsx:326 +#~ msgid "Choose at least {0} more" +#~ msgstr "Выберите, по крайней мере, еще {0}" + +#: src/screens/StarterPack/Wizard/index.tsx:190 +msgid "Choose Feeds" +msgstr "Выберите ленты" + +#: src/components/StarterPack/ProfileStarterPacks.tsx:290 +msgid "Choose for me" +msgstr "Выберите для меня" + +#: src/screens/StarterPack/Wizard/index.tsx:186 +msgid "Choose People" +msgstr "Выберите людей" + +#: src/view/com/auth/server-input/index.tsx:79 +msgid "Choose Service" +msgstr "Выберите хостинг-провайдера" + +#: src/screens/Onboarding/StepFinished.tsx:280 +msgid "Choose the algorithms that power your custom feeds." +msgstr "Выберите алгоритмы, которые будут наполнять ваши ленты." + +#: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:107 +msgid "Choose this color as your avatar" +msgstr "Выберите этот цвет в качестве своего аватара" + +#: src/screens/Signup/StepInfo/index.tsx:171 +msgid "Choose your password" +msgstr "Укажите пароль" + +#: src/view/screens/Settings/index.tsx:876 +msgid "Clear all storage data" +msgstr "Очистите все данные хранилища" + +#: src/view/screens/Settings/index.tsx:879 +msgid "Clear all storage data (restart after this)" +msgstr "Очистите все данные хранилища (после этого перезагрузитесь)." + +#: src/view/com/util/forms/SearchInput.tsx:88 +#: src/view/screens/Search/Search.tsx:824 +msgid "Clear search query" +msgstr "Очистить поисковый запрос" + +#: src/view/screens/Settings/index.tsx:877 +msgid "Clears all storage data" +msgstr "Удаляет все данные из хранилища" + +#: src/view/screens/Support.tsx:40 +msgid "click here" +msgstr "нажмите здесь" + +#: src/view/com/modals/DeleteAccount.tsx:208 +msgid "Click here for more information on deactivating your account" +msgstr "Нажмите здесь, чтобы узнать больше о деактивации вашего аккаунта" + +#: src/view/com/modals/DeleteAccount.tsx:216 +msgid "Click here for more information." +msgstr "Нажмите здесь, чтобы узнать больше" + +#: src/components/TagMenu/index.web.tsx:152 +msgid "Click here to open tag menu for {tag}" +msgstr "Нажмите здесь, чтобы открыть меню тегов для {tag}" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:303 +msgid "Click to disable quote posts of this post." +msgstr "Нажмите, чтобы отключить цитирование этого сообщения." + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:304 +msgid "Click to enable quote posts of this post." +msgstr "Нажмите, чтобы включить цитирование этого сообщения." + +#: src/components/dms/MessageItem.tsx:232 +msgid "Click to retry failed message" +msgstr "Нажмите, чтобы повторить неудачное сообщение" + +#: src/screens/Onboarding/index.tsx:32 +msgid "Climate" +msgstr "Климат" + +#: src/components/dms/ChatEmptyPill.tsx:39 +msgid "Clip 🐴 clop 🐴" +msgstr "Клип 🐴 клоп 🐴" + +#: src/components/dialogs/GifSelect.ios.tsx:250 +#: src/components/dialogs/GifSelect.tsx:270 +#: src/components/dms/dialogs/SearchablePeopleList.tsx:261 +#: src/components/intents/VerifyEmailIntentDialog.tsx:111 +#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/NewskieDialog.tsx:146 +#: src/components/NewskieDialog.tsx:153 +#: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 +#: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:131 +#: src/view/com/modals/ChangePassword.tsx:268 +#: src/view/com/modals/ChangePassword.tsx:271 +#: src/view/com/util/post-embeds/GifEmbed.tsx:188 +msgid "Close" +msgstr "Закрыть" + +#: src/components/Dialog/index.web.tsx:116 +#: src/components/Dialog/index.web.tsx:254 +msgid "Close active dialog" +msgstr "Закрыть диалоговое окно" + +#: src/screens/Login/PasswordUpdatedForm.tsx:38 +msgid "Close alert" +msgstr "Закрыть уведомления" + +#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 +msgid "Close bottom drawer" +msgstr "Закрыть нижнее меню" + +#: src/components/dialogs/GifSelect.ios.tsx:244 +#: src/components/dialogs/GifSelect.tsx:264 +msgid "Close dialog" +msgstr "Закрыть диалог" + +#: src/components/dialogs/GifSelect.tsx:161 +msgid "Close GIF dialog" +msgstr "Закройте окно GIF" + +#: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:36 +msgid "Close image" +msgstr "Закрыть изображение" + +#: src/view/com/lightbox/Lightbox.web.tsx:129 +msgid "Close image viewer" +msgstr "Закрыть просмотр изображения" + +#: src/components/dms/MessagesNUX.tsx:162 +msgid "Close modal" +msgstr "Закрыть модальное окно" + +#: src/view/shell/index.web.tsx:61 +msgid "Close navigation footer" +msgstr "Закрыть панель навигации" + +#: src/components/Menu/index.tsx:229 +#: src/components/TagMenu/index.tsx:276 +msgid "Close this dialog" +msgstr "Закрыть диалоговое окно" + +#: src/view/shell/index.web.tsx:62 +msgid "Closes bottom navigation bar" +msgstr "Закрывает нижнюю панель навигации" + +#: src/screens/Login/PasswordUpdatedForm.tsx:39 +msgid "Closes password update alert" +msgstr "Закрывает уведомление об обновлении пароля" + +#: src/view/com/composer/Composer.tsx:606 +msgid "Closes post composer and discards post draft" +msgstr "Закрывает редактор постов и удаляет черновик" + +#: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:37 +msgid "Closes viewer for header image" +msgstr "Закрывает просмотр изображения" + +#: src/view/com/notifications/FeedItem.tsx:265 +msgid "Collapse list of users" +msgstr "Свернуть список пользователей" + +#: src/view/com/notifications/FeedItem.tsx:466 +msgid "Collapses list of users for a given notification" +msgstr "Сворачивает список пользователей для данного уведомления" + +#: src/screens/Onboarding/index.tsx:38 +#: src/screens/Onboarding/state.ts:82 +msgid "Comedy" +msgstr "Комедия" + +#: src/screens/Onboarding/index.tsx:24 +#: src/screens/Onboarding/state.ts:83 +msgid "Comics" +msgstr "Комиксы" + +#: src/Navigation.tsx:276 +#: src/view/screens/CommunityGuidelines.tsx:32 +msgid "Community Guidelines" +msgstr "Правила сообщества" + +#: src/screens/Onboarding/StepFinished.tsx:293 +msgid "Complete onboarding and start using your account" +msgstr "Завершите ознакомление и начните пользоваться вашей учетной записью" + +#: src/screens/Signup/index.tsx:150 +msgid "Complete the challenge" +msgstr "Выполните задание" + +#: src/view/com/composer/Composer.tsx:714 +msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" +msgstr "Создавайте посты до {MAX_GRAPHEME_LENGTH} символов в длину" + +#: src/view/com/post-thread/PostThreadComposePrompt.tsx:29 +msgid "Compose reply" +msgstr "Составить ответ" + +#: src/components/moderation/LabelPreference.tsx:81 +msgid "Configure content filtering setting for category: {name}" +msgstr "Настроить фильтрацию содержимого для категории: {имя}" + +#: src/components/moderation/LabelPreference.tsx:244 +msgid "Configured in <0>moderation settings." +msgstr "Настраивается в <0>настройках модерации." + +#: src/components/Prompt.tsx:165 +#: src/components/Prompt.tsx:168 +#: src/view/com/modals/SelfLabel.tsx:155 +#: src/view/com/modals/VerifyEmail.tsx:239 +#: src/view/com/modals/VerifyEmail.tsx:241 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:180 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:183 +msgid "Confirm" +msgstr "Подтвердить" + +#: src/view/com/modals/ChangeEmail.tsx:188 +#: src/view/com/modals/ChangeEmail.tsx:190 +msgid "Confirm Change" +msgstr "Подтвердить" + +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:35 +msgid "Confirm content language settings" +msgstr "Подтвердить настройку языка содержимого" + +#: src/view/com/modals/DeleteAccount.tsx:282 +msgid "Confirm delete account" +msgstr "Подтвердить удаление учетной записи" + +#: src/screens/Moderation/index.tsx:313 +msgid "Confirm your age:" +msgstr "Подтвердите ваш возраст:" + +#: src/screens/Moderation/index.tsx:304 +msgid "Confirm your birthdate" +msgstr "Подтвердите вашу дату рождения" + +#: src/screens/Login/LoginForm.tsx:259 +#: src/view/com/modals/ChangeEmail.tsx:152 +#: src/view/com/modals/DeleteAccount.tsx:238 +#: src/view/com/modals/DeleteAccount.tsx:244 +#: src/view/com/modals/VerifyEmail.tsx:173 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:143 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:149 +msgid "Confirmation code" +msgstr "Код подтверждения" + +#: src/screens/Login/LoginForm.tsx:312 +msgid "Connecting..." +msgstr "Соединение..." + +#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:183 +msgid "Contact support" +msgstr "Служба поддержки" + +#: src/lib/moderation/useGlobalLabelStrings.ts:18 +msgid "Content Blocked" +msgstr "Заблокированное содержимое" + +#: src/screens/Moderation/index.tsx:297 +msgid "Content filters" +msgstr "Фильтры содержимого" + +#: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:74 +#: src/view/screens/LanguageSettings.tsx:282 +msgid "Content Languages" +msgstr "Языки содержимого" + +#: src/components/moderation/ModerationDetailsDialog.tsx:81 +#: src/lib/moderation/useModerationCauseDescription.ts:80 +msgid "Content Not Available" +msgstr "Содержимое недоступно" + +#: src/components/moderation/ModerationDetailsDialog.tsx:49 +#: src/components/moderation/ScreenHider.tsx:99 +#: src/lib/moderation/useGlobalLabelStrings.ts:22 +#: src/lib/moderation/useModerationCauseDescription.ts:43 +msgid "Content Warning" +msgstr "Предупреждение о содержимом" + +#: src/view/com/composer/labels/LabelsBtn.tsx:32 +msgid "Content warnings" +msgstr "Предупреждение о содержимом" + +#: src/components/Menu/index.web.tsx:83 +msgid "Context menu backdrop, click to close the menu." +msgstr "Фон контекстного меню нажмите, чтобы закрыть меню." + +#: src/screens/Onboarding/StepInterests/index.tsx:258 +#: src/screens/Onboarding/StepProfile/index.tsx:269 +msgid "Continue" +msgstr "Далее" + +#: src/components/AccountList.tsx:113 +msgid "Continue as {0} (currently signed in)" +msgstr "Продолжить как {0} (текущий пользователь)" + +#: src/view/com/post-thread/PostThreadLoadMore.tsx:52 +msgid "Continue thread..." +msgstr "Продолжить обсуждение..." + +#: src/screens/Onboarding/StepInterests/index.tsx:255 +#: src/screens/Onboarding/StepProfile/index.tsx:266 +#: src/screens/Signup/BackNextButtons.tsx:59 +msgid "Continue to next step" +msgstr "Перейти к следующему шагу" + +#: src/screens/Messages/List/ChatListItem.tsx:154 +msgid "Conversation deleted" +msgstr "Беседа удалена" + +#: src/screens/Onboarding/index.tsx:41 +msgid "Cooking" +msgstr "Кулинария" + +#: src/view/com/modals/AddAppPasswords.tsx:221 +#: src/view/com/modals/InviteCodes.tsx:183 +msgid "Copied" +msgstr "Скопировано" + +#: src/view/screens/Settings/index.tsx:233 +msgid "Copied build version to clipboard" +msgstr "Версия сборки скопирована в буфер обмена" + +#: src/components/dms/MessageMenu.tsx:57 +#: src/view/com/modals/AddAppPasswords.tsx:80 +#: src/view/com/modals/ChangeHandle.tsx:320 +#: src/view/com/modals/InviteCodes.tsx:153 +#: src/view/com/util/forms/PostDropdownBtn.tsx:234 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:392 +msgid "Copied to clipboard" +msgstr "Скопировано в буфер обмена" + +#: src/components/dialogs/Embed.tsx:134 +msgid "Copied!" +msgstr "Скопировано!" + +#: src/view/com/modals/AddAppPasswords.tsx:215 +msgid "Copies app password" +msgstr "Копирует пароль приложения" + +#: src/components/StarterPack/QrCodeDialog.tsx:177 +#: src/view/com/modals/AddAppPasswords.tsx:214 +msgid "Copy" +msgstr "Копировать" + +#: src/view/com/modals/ChangeHandle.tsx:474 +msgid "Copy {0}" +msgstr "Копировать {0}" + +#: src/components/dialogs/Embed.tsx:120 +#: src/components/dialogs/Embed.tsx:139 +msgid "Copy code" +msgstr "Копировать код" + +#: src/components/StarterPack/ShareDialog.tsx:124 +msgid "Copy link" +msgstr "Копировать ссылку" + +#: src/components/StarterPack/ShareDialog.tsx:131 +msgid "Copy Link" +msgstr "Копировать ссылку" + +#: src/view/screens/ProfileList.tsx:484 +msgid "Copy link to list" +msgstr "Копировать ссылку на список" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:410 +#: src/view/com/util/forms/PostDropdownBtn.tsx:419 +msgid "Copy link to post" +msgstr "Копировать ссылку на пост" + +#: src/components/dms/MessageMenu.tsx:110 +#: src/components/dms/MessageMenu.tsx:112 +msgid "Copy message text" +msgstr "Копировать текст сообщения" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:388 +#: src/view/com/util/forms/PostDropdownBtn.tsx:390 +msgid "Copy post text" +msgstr "Копировать текст поста" + +#: src/components/StarterPack/QrCodeDialog.tsx:171 +msgid "Copy QR code" +msgstr "Копировать QR-код" + +#: src/Navigation.tsx:281 +#: src/view/screens/CopyrightPolicy.tsx:29 +msgid "Copyright Policy" +msgstr "Политика защиты авторского права" + +#: src/components/dms/LeaveConvoPrompt.tsx:39 +msgid "Could not leave chat" +msgstr "Не удалось выйти из чата" + +#: src/view/screens/ProfileFeed.tsx:103 +msgid "Could not load feed" +msgstr "Не удалось загрузить ленту" + +#: src/view/screens/ProfileList.tsx:1017 +msgid "Could not load list" +msgstr "Не удалось загрузить список" + +#: src/components/dms/ConvoMenu.tsx:88 +msgid "Could not mute chat" +msgstr "Не удалось отключить звук в чате" + +#: src/view/com/composer/videos/VideoPreview.web.tsx:56 +msgid "Could not process your video" +msgstr "Не удалось обработать ваше видео" + +#: src/components/StarterPack/ProfileStarterPacks.tsx:272 +msgid "Create" +msgstr "Создать" + +#: src/view/com/auth/SplashScreen.tsx:57 +#: src/view/com/auth/SplashScreen.web.tsx:106 +msgid "Create a new account" +msgstr "Создать новую учетную запись" + +#: src/view/screens/Settings/index.tsx:402 +msgid "Create a new Bluesky account" +msgstr "Создать новую учетную запись Bluesky" + +#: src/components/StarterPack/QrCodeDialog.tsx:154 +msgid "Create a QR code for a starter pack" +msgstr "Создать QR-код для стартового набора" + +#: src/components/StarterPack/ProfileStarterPacks.tsx:165 +#: src/components/StarterPack/ProfileStarterPacks.tsx:259 +#: src/Navigation.tsx:368 +msgid "Create a starter pack" +msgstr "Создать стартовый набор" + +#: src/components/StarterPack/ProfileStarterPacks.tsx:246 +msgid "Create a starter pack for me" +msgstr "Создать для меня стартовый набор" + +#: src/screens/Signup/index.tsx:99 +msgid "Create Account" +msgstr "Создать учетную запись" + +#: src/components/dialogs/Signin.tsx:86 +#: src/components/dialogs/Signin.tsx:88 +msgid "Create an account" +msgstr "Создать учетную запись" + +#: src/screens/Onboarding/StepProfile/index.tsx:283 +msgid "Create an avatar instead" +msgstr "Создайть аватар вместо этого" + +#: src/components/StarterPack/ProfileStarterPacks.tsx:172 +msgid "Create another" +msgstr "Создать еще один" + +#: src/view/com/modals/AddAppPasswords.tsx:243 +msgid "Create App Password" +msgstr "Создать пароль приложения" + +#: src/view/com/auth/SplashScreen.tsx:48 +#: src/view/com/auth/SplashScreen.web.tsx:97 +msgid "Create new account" +msgstr "Создать новую учетную запись" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:101 +msgid "Create report for {0}" +msgstr "Создать отчет для {0}" + +#: src/view/screens/AppPasswords.tsx:246 +msgid "Created {0}" +msgstr "Создано: {0}" + +#: src/screens/Onboarding/index.tsx:26 +#: src/screens/Onboarding/state.ts:84 +msgid "Culture" +msgstr "Культура" + +#: src/view/com/auth/server-input/index.tsx:97 +#: src/view/com/auth/server-input/index.tsx:99 +msgid "Custom" +msgstr "Пользовательский" + +#: src/view/com/modals/ChangeHandle.tsx:382 +msgid "Custom domain" +msgstr "Собственный домен" + +#: src/view/screens/Feeds.tsx:759 +#: src/view/screens/Search/Explore.tsx:391 +msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." +msgstr "Кастомные ленты, созданные сообществом, подарят вам новые впечатления и помогут найти контент, который вы любите." + +#: src/view/screens/PreferencesExternalEmbeds.tsx:57 +msgid "Customize media from external sites." +msgstr "Настройка медиа со внешних веб-сайтов." + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:288 +msgid "Customize who can interact with this post." +msgstr "Настройте, кто может взаимодействовать с этим сообщением." + +#: src/screens/Settings/AppearanceSettings.tsx:95 +#: src/screens/Settings/AppearanceSettings.tsx:97 +#: src/screens/Settings/AppearanceSettings.tsx:122 +#: src/screens/Settings/AppearanceSettings.tsx:124 +msgid "Dark" +msgstr "Черная" + +#: src/screens/Settings/AppearanceSettings.tsx:82 +#: src/view/screens/Debug.tsx:63 +msgid "Dark mode" +msgstr "Темный режим" + +#: src/screens/Settings/AppearanceSettings.tsx:109 +#: src/screens/Settings/AppearanceSettings.tsx:114 +msgid "Dark theme" +msgstr "Темная тема" + +#: src/screens/Signup/StepInfo/index.tsx:192 +msgid "Date of birth" +msgstr "Дата рождения" + +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 +#: src/view/screens/Settings/index.tsx:772 +msgid "Deactivate account" +msgstr "Деактивировать мой аккаунт" + +#: src/view/screens/Settings/index.tsx:784 +msgid "Deactivate my account" +msgstr "Деактивировать мой аккаунт" + +#: src/view/screens/Settings/index.tsx:839 +msgid "Debug Moderation" +msgstr "Настройка модерации" + +#: src/view/screens/Debug.tsx:83 +msgid "Debug panel" +msgstr "Панель отладки" + +#: src/components/dms/MessageMenu.tsx:151 +#: src/screens/StarterPack/StarterPackScreen.tsx:573 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 +#: src/screens/StarterPack/StarterPackScreen.tsx:732 +#: src/view/com/util/forms/PostDropdownBtn.tsx:629 +#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/ProfileList.tsx:723 +msgid "Delete" +msgstr "Удалить" + +#: src/view/screens/Settings/index.tsx:794 +msgid "Delete account" +msgstr "Удалить учетную запись" + +#: src/view/com/modals/DeleteAccount.tsx:105 +msgid "Delete Account <0>\"<1>{0}<2>\"" +msgstr "Удаление учетной записи <0>\"<1>{0}<2>\"" + +#: src/view/screens/AppPasswords.tsx:239 +msgid "Delete app password" +msgstr "Удалить пароль для приложения" + +#: src/view/screens/AppPasswords.tsx:275 +msgid "Delete app password?" +msgstr "Удалить пароль для приложения?" + +#: src/view/screens/Settings/index.tsx:856 +#: src/view/screens/Settings/index.tsx:859 +msgid "Delete chat declaration record" +msgstr "Удалить запись объявления чата" + +#: src/components/dms/MessageMenu.tsx:124 +msgid "Delete for me" +msgstr "Удалить для меня" + +#: src/view/screens/ProfileList.tsx:527 +msgid "Delete List" +msgstr "Удалить список" + +#: src/components/dms/MessageMenu.tsx:147 +msgid "Delete message" +msgstr "Удалить сообщение" + +#: src/components/dms/MessageMenu.tsx:122 +msgid "Delete message for me" +msgstr "Удалите сообщение для меня" + +#: src/view/com/modals/DeleteAccount.tsx:285 +msgid "Delete my account" +msgstr "Удалить мою учетную запись" + +#: src/view/screens/Settings/index.tsx:806 +msgid "Delete My Account…" +msgstr "Удалить мою учетную запись..." + +#: src/view/com/util/forms/PostDropdownBtn.tsx:609 +#: src/view/com/util/forms/PostDropdownBtn.tsx:611 +msgid "Delete post" +msgstr "Удалить пост" + +#: src/screens/StarterPack/StarterPackScreen.tsx:567 +#: src/screens/StarterPack/StarterPackScreen.tsx:723 +msgid "Delete starter pack" +msgstr "Удалить стартовый набор" + +#: src/screens/StarterPack/StarterPackScreen.tsx:618 +msgid "Delete starter pack?" +msgstr "Удалить стартовый набор?" + +#: src/view/screens/ProfileList.tsx:718 +msgid "Delete this list?" +msgstr "Удалить этот список?" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:624 +msgid "Delete this post?" +msgstr "Удалить этот пост?" + +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:93 +msgid "Deleted" +msgstr "Удалено" + +#: src/view/com/post-thread/PostThread.tsx:398 +msgid "Deleted post." +msgstr "Удаленный пост." + +#: src/view/screens/Settings/index.tsx:857 +msgid "Deletes the chat declaration record" +msgstr "Удаление записи объявления чата" + +#: src/view/com/modals/CreateOrEditList.tsx:289 +#: src/view/com/modals/CreateOrEditList.tsx:310 +#: src/view/com/modals/EditProfile.tsx:199 +#: src/view/com/modals/EditProfile.tsx:211 +msgid "Description" +msgstr "Описание" + +#: src/view/com/composer/GifAltText.tsx:140 +msgid "Descriptive alt text" +msgstr "Описательный альтернативный текст" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:544 +#: src/view/com/util/forms/PostDropdownBtn.tsx:554 +msgid "Detach quote" +msgstr "Отделить цитату" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:687 +msgid "Detach quote post?" +msgstr "Отделить цитату от поста?" + +#: src/components/WhoCanReply.tsx:175 +msgid "Dialog: adjust who can interact with this post" +msgstr "Диалог: настройте, кто может взаимодействовать с этим сообщением" + +#: src/view/com/composer/Composer.tsx:355 +msgid "Did you want to say anything?" +msgstr "Вы хотели что-то написать?" + +#: src/screens/Settings/AppearanceSettings.tsx:117 +#: src/screens/Settings/AppearanceSettings.tsx:119 +msgid "Dim" +msgstr "Тусклая" + +#: src/components/dms/MessagesNUX.tsx:88 +msgid "Direct messages are here!" +msgstr "Прямые сообщения здесь!" + +#: src/view/screens/AccessibilitySettings.tsx:111 +msgid "Disable autoplay for videos and GIFs" +msgstr "Отключить автовоспроизведение для видео и GIF-файлов" + +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 +msgid "Disable Email 2FA" +msgstr "Отключить 2FA по электронной почте" + +#: src/view/screens/AccessibilitySettings.tsx:125 +msgid "Disable haptic feedback" +msgstr "Отключить тактильную обратную связь" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:379 +msgid "Disable subtitles" +msgstr "Отключить субтитры" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:32 +#: src/lib/moderation/useLabelBehaviorDescription.ts:42 +#: src/lib/moderation/useLabelBehaviorDescription.ts:68 +#: src/screens/Messages/Settings.tsx:140 +#: src/screens/Messages/Settings.tsx:143 +#: src/screens/Moderation/index.tsx:355 +msgid "Disabled" +msgstr "Отключено" + +#: src/view/com/composer/Composer.tsx:840 +msgid "Discard" +msgstr "Удалить" + +#: src/view/com/composer/Composer.tsx:837 +msgid "Discard draft?" +msgstr "Выбросить черновик?" + +#: src/screens/Moderation/index.tsx:552 +#: src/screens/Moderation/index.tsx:556 +msgid "Discourage apps from showing my account to logged-out users" +msgstr "Попросить приложения не показывать мою учетную запись незалогиненным пользователям" + +#: src/view/com/posts/FollowingEmptyState.tsx:70 +#: src/view/com/posts/FollowingEndOfFeed.tsx:71 +msgid "Discover new custom feeds" +msgstr "Откройте для себя новые пользовательские ленты" + +#: src/view/screens/Search/Explore.tsx:389 +msgid "Discover new feeds" +msgstr "Откройте для себя новые ленты" + +#: src/view/screens/Feeds.tsx:756 +msgid "Discover New Feeds" +msgstr "Откройте для себя новые ленты" + +#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 +#~ msgid "Dismiss" +#~ msgstr "Пропустить" + +#: src/view/com/composer/Composer.tsx:1107 +msgid "Dismiss error" +msgstr "Пропустить ошибку" + +#: src/components/ProgressGuide/List.tsx:40 +msgid "Dismiss getting started guide" +msgstr "Пропустите руководство по началу работы" + +#: src/view/screens/AccessibilitySettings.tsx:99 +msgid "Display larger alt text badges" +msgstr "Отображение больших значков альтернативного текста" + +#: src/view/com/modals/EditProfile.tsx:193 +msgid "Display name" +msgstr "Имя" + +#: src/view/com/modals/EditProfile.tsx:181 +msgid "Display Name" +msgstr "Имя" + +#: src/view/com/modals/ChangeHandle.tsx:391 +msgid "DNS Panel" +msgstr "Панель DNS" + +#: src/components/dialogs/MutedWords.tsx:302 +msgid "Do not apply this mute word to users you follow" +msgstr "Не применять это игнорируемое слово к пользователям, за которыми вы следите" + +#: src/lib/moderation/useGlobalLabelStrings.ts:39 +msgid "Does not include nudity." +msgstr "Не содержит обнаженности." + +#: src/screens/Signup/StepHandle.tsx:159 +msgid "Doesn't begin or end with a hyphen" +msgstr "Не начинается или заканчивается дефисом" + +#: src/view/com/modals/ChangeHandle.tsx:475 +msgid "Domain Value" +msgstr "Значение домена" + +#: src/view/com/modals/ChangeHandle.tsx:482 +msgid "Domain verified!" +msgstr "Домен проверен!" + +#: src/components/dialogs/BirthDateSettings.tsx:119 +#: src/components/dialogs/BirthDateSettings.tsx:125 +#: src/components/forms/DateField/index.tsx:77 +#: src/components/forms/DateField/index.tsx:83 +#: src/screens/Onboarding/StepProfile/index.tsx:322 +#: src/screens/Onboarding/StepProfile/index.tsx:325 +#: src/view/com/auth/server-input/index.tsx:169 +#: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/composer/videos/SubtitleDialog.tsx:171 +#: src/view/com/composer/videos/SubtitleDialog.tsx:181 +#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AltImage.tsx:141 +#: src/view/com/modals/crop-image/CropImage.web.tsx:177 +#: src/view/com/modals/InviteCodes.tsx:81 +#: src/view/com/modals/InviteCodes.tsx:124 +#: src/view/com/modals/ListAddRemoveUsers.tsx:143 +msgid "Done" +msgstr "Готово" + +#: src/view/com/modals/EditImage.tsx:334 +#: src/view/com/modals/ListAddRemoveUsers.tsx:145 +#: src/view/com/modals/SelfLabel.tsx:158 +#: src/view/com/modals/UserAddRemoveLists.tsx:107 +#: src/view/com/modals/UserAddRemoveLists.tsx:110 +msgctxt "action" +msgid "Done" +msgstr "Готово" + +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:43 +msgid "Done{extraText}" +msgstr "Готово{extraText}" + +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 +msgid "Download Bluesky" +msgstr "Скачать Bluesky" + +#: src/view/screens/Settings/ExportCarDialog.tsx:77 +#: src/view/screens/Settings/ExportCarDialog.tsx:81 +msgid "Download CAR file" +msgstr "Загрузить CAR файл" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:622 +msgid "Download image" +msgstr "" + +#: src/view/com/composer/text-input/TextInput.web.tsx:269 +msgid "Drop to add images" +msgstr "Перетащите и отпустите, чтобы добавить изображение" + +#: src/components/dialogs/MutedWords.tsx:153 +msgid "Duration:" +msgstr "Продолжительность:" + +#: src/view/com/modals/ChangeHandle.tsx:252 +msgid "e.g. alice" +msgstr "для примера, алиса" + +#: src/view/com/modals/EditProfile.tsx:186 +msgid "e.g. Alice Roberts" +msgstr "напр. Алиса Робертс" + +#: src/view/com/modals/ChangeHandle.tsx:374 +msgid "e.g. alice.com" +msgstr "для примера, alice.ru" + +#: src/view/com/modals/EditProfile.tsx:204 +msgid "e.g. Artist, dog-lover, and avid reader." +msgstr "например, художница, собачница и заядлая читательница." + +#: src/lib/moderation/useGlobalLabelStrings.ts:43 +msgid "E.g. artistic nudes." +msgstr "Например, художественная обнаженность." + +#: src/view/com/modals/CreateOrEditList.tsx:272 +msgid "e.g. Great Posters" +msgstr "напр. Великолепные писари" + +#: src/view/com/modals/CreateOrEditList.tsx:273 +msgid "e.g. Spammers" +msgstr "напр. спамеры" + +#: src/view/com/modals/CreateOrEditList.tsx:301 +msgid "e.g. The posters who never miss." +msgstr "напр. Писари, которые ничего не пропускают." + +#: src/view/com/modals/CreateOrEditList.tsx:302 +msgid "e.g. Users that repeatedly reply with ads." +msgstr "напр. пользователи, неоднократно отвечавшие рекламой." + +#: src/view/com/modals/InviteCodes.tsx:97 +msgid "Each code works once. You'll receive more invite codes periodically." +msgstr "Каждый код приглашения работает только один раз. Время от времени вы будете получать новые коды." + +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +#: src/screens/StarterPack/Wizard/index.tsx:551 +#: src/screens/StarterPack/Wizard/index.tsx:558 +#: src/view/screens/Feeds.tsx:385 +#: src/view/screens/Feeds.tsx:453 +msgid "Edit" +msgstr "Редактировать" + +#: src/view/com/lists/ListMembers.tsx:149 +msgctxt "action" +msgid "Edit" +msgstr "Редактировать" + +#: src/view/com/util/UserAvatar.tsx:334 +#: src/view/com/util/UserBanner.tsx:92 +msgid "Edit avatar" +msgstr "Изменить фото профиля" + +#: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 +msgid "Edit Feeds" +msgstr "Редактировать ленты" + +#: src/view/com/composer/photos/Gallery.tsx:151 +#: src/view/com/modals/EditImage.tsx:208 +msgid "Edit image" +msgstr "Редактировать изображение" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:590 +#: src/view/com/util/forms/PostDropdownBtn.tsx:603 +msgid "Edit interaction settings" +msgstr "Редактировать настройки взаимодействия" + +#: src/view/screens/ProfileList.tsx:515 +msgid "Edit list details" +msgstr "Редактировать описание списка" + +#: src/view/com/modals/CreateOrEditList.tsx:239 +msgid "Edit Moderation List" +msgstr "Редактирование списка" + +#: src/Navigation.tsx:291 +#: src/view/screens/Feeds.tsx:383 +#: src/view/screens/Feeds.tsx:451 +#: src/view/screens/SavedFeeds.tsx:92 +msgid "Edit My Feeds" +msgstr "Редактировать мои ленты" + +#: src/view/com/modals/EditProfile.tsx:153 +msgid "Edit my profile" +msgstr "Редактировать мой профиль" + +#: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117 +msgid "Edit People" +msgstr "Редактировать людей" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:66 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:204 +msgid "Edit post interaction settings" +msgstr "Редактировать настройки взаимодействия с постом" + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 +msgid "Edit profile" +msgstr "Редактировать профиль" + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:187 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 +msgid "Edit Profile" +msgstr "Редактировать профиль" + +#: src/screens/StarterPack/StarterPackScreen.tsx:554 +msgid "Edit starter pack" +msgstr "Редактировать стартовый набор" + +#: src/view/com/modals/CreateOrEditList.tsx:234 +msgid "Edit User List" +msgstr "Редактировать список пользователей" + +#: src/components/WhoCanReply.tsx:87 +msgid "Edit who can reply" +msgstr "Редактировать, кто может отвечать" + +#: src/view/com/modals/EditProfile.tsx:194 +msgid "Edit your display name" +msgstr "Редактировать ваш псевдоним для показа" + +#: src/view/com/modals/EditProfile.tsx:212 +msgid "Edit your profile description" +msgstr "Редактировать описание вашего профиля" + +#: src/Navigation.tsx:373 +msgid "Edit your starter pack" +msgstr "Редактировать свой стартовый набор" + +#: src/screens/Onboarding/index.tsx:31 +#: src/screens/Onboarding/state.ts:86 +msgid "Education" +msgstr "Образование" + +#: src/screens/Signup/StepInfo/index.tsx:143 +#: src/view/com/modals/ChangeEmail.tsx:136 +msgid "Email" +msgstr "Электронная почта" + +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:64 +msgid "Email 2FA disabled" +msgstr "Отключение 2FA по электронной почте" + +#: src/screens/Login/ForgotPasswordForm.tsx:99 +msgid "Email address" +msgstr "Адрес электронной почты" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:95 +msgid "Email Resent" +msgstr "" + +#: src/view/com/modals/ChangeEmail.tsx:54 +#: src/view/com/modals/ChangeEmail.tsx:83 +msgid "Email updated" +msgstr "Электронный адрес изменен" + +#: src/view/com/modals/ChangeEmail.tsx:106 +msgid "Email Updated" +msgstr "Электронный адрес обновлен" + +#: src/view/com/modals/VerifyEmail.tsx:85 +msgid "Email verified" +msgstr "Электронный адрес проверен" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + +#: src/view/screens/Settings/index.tsx:319 +msgid "Email:" +msgstr "Эл. почта:" + +#: src/components/dialogs/Embed.tsx:112 +msgid "Embed HTML code" +msgstr "Встроить HTML-код" + +#: src/components/dialogs/Embed.tsx:97 +#: src/view/com/util/forms/PostDropdownBtn.tsx:427 +#: src/view/com/util/forms/PostDropdownBtn.tsx:429 +msgid "Embed post" +msgstr "Встроить пост" + +#: src/components/dialogs/Embed.tsx:101 +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/dialogs/EmbedConsent.tsx:101 +msgid "Enable {0} only" +msgstr "Включить только {0}" + +#: src/screens/Moderation/index.tsx:342 +msgid "Enable adult content" +msgstr "Разрешить содержимое для взрослых" + +#: src/components/dialogs/EmbedConsent.tsx:82 +#: src/components/dialogs/EmbedConsent.tsx:89 +msgid "Enable external media" +msgstr "Включить внешние медиа" + +#: src/view/screens/PreferencesExternalEmbeds.tsx:74 +msgid "Enable media players for" +msgstr "Включить медиапроигрыватели для" + +#: src/view/screens/NotificationsSettings.tsx:65 +#: src/view/screens/NotificationsSettings.tsx:68 +msgid "Enable priority notifications" +msgstr "Включить приоритетные уведомления" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:380 +msgid "Enable subtitles" +msgstr "Включить субтитры" + +#: src/components/dialogs/EmbedConsent.tsx:94 +msgid "Enable this source only" +msgstr "Включить только этот источник" + +#: src/screens/Messages/Settings.tsx:131 +#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Moderation/index.tsx:353 +msgid "Enabled" +msgstr "Включено" + +#: src/screens/Profile/Sections/Feed.tsx:112 +msgid "End of feed" +msgstr "Конец ленты" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:161 +msgid "Ensure you have selected a language for each subtitle file." +msgstr "" + +#: src/view/com/modals/AddAppPasswords.tsx:161 +msgid "Enter a name for this App Password" +msgstr "Введите имя для этого пароля приложения" + +#: src/screens/Login/SetNewPasswordForm.tsx:139 +msgid "Enter a password" +msgstr "Введите пароль" + +#: src/components/dialogs/MutedWords.tsx:127 +#: src/components/dialogs/MutedWords.tsx:128 +msgid "Enter a word or tag" +msgstr "Введите слово или тег" + +#: src/view/com/modals/VerifyEmail.tsx:113 +msgid "Enter Confirmation Code" +msgstr "Введите код подтверждения" + +#: src/view/com/modals/ChangePassword.tsx:154 +msgid "Enter the code you received to change your password." +msgstr "Введите код, который вы получили, чтобы изменить пароль." + +#: src/view/com/modals/ChangeHandle.tsx:364 +msgid "Enter the domain you want to use" +msgstr "Введите домен, который вы хотите использовать" + +#: src/screens/Login/ForgotPasswordForm.tsx:119 +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/components/dialogs/BirthDateSettings.tsx:108 +msgid "Enter your birth date" +msgstr "Введите вашу дату рождения" + +#: src/screens/Login/ForgotPasswordForm.tsx:105 +#: src/screens/Signup/StepInfo/index.tsx:152 +msgid "Enter your email address" +msgstr "Введите адрес электронной почты" + +#: src/view/com/modals/ChangeEmail.tsx:42 +msgid "Enter your new email above" +msgstr "Введите вашу новую электронную почту выше" + +#: src/view/com/modals/ChangeEmail.tsx:112 +msgid "Enter your new email address below." +msgstr "Введите новый адрес электронной почты." + +#: src/screens/Login/index.tsx:101 +msgid "Enter your username and password" +msgstr "Введите псевдоним и пароль" + +#: src/view/screens/Settings/ExportCarDialog.tsx:46 +msgid "Error occurred while saving file" +msgstr "Произошла ошибка при сохранении файла" + +#: src/screens/Signup/StepCaptcha/index.tsx:56 +msgid "Error receiving captcha response." +msgstr "Ошибка получения ответа Captcha." + +#: src/screens/Onboarding/StepInterests/index.tsx:197 +#: src/view/screens/Search/Search.tsx:116 +msgid "Error:" +msgstr "Ошибка:" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:364 +msgid "Everybody" +msgstr "Каждый" + +#: src/components/WhoCanReply.tsx:67 +msgid "Everybody can reply" +msgstr "Каждый может ответить" + +#: src/components/WhoCanReply.tsx:213 +msgid "Everybody can reply to this post." +msgstr "Все могут ответить на этот пост." + +#: src/components/dms/MessagesNUX.tsx:131 +#: src/components/dms/MessagesNUX.tsx:134 +#: src/screens/Messages/Settings.tsx:75 +#: src/screens/Messages/Settings.tsx:78 +msgid "Everyone" +msgstr "Все" + +#: src/lib/moderation/useReportOptions.ts:73 +msgid "Excessive mentions or replies" +msgstr "Спам; чрезмерные упоминания или ответы" + +#: src/lib/moderation/useReportOptions.ts:86 +msgid "Excessive or unwanted messages" +msgstr "Чрезмерные и нежелательные сообщения" + +#: src/components/dialogs/MutedWords.tsx:311 +msgid "Exclude users you follow" +msgstr "Исключить пользователей, за которыми вы следите" + +#: src/components/dialogs/MutedWords.tsx:514 +msgid "Excludes users you follow" +msgstr "Исключает пользователей, за которыми вы следите" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:397 +msgid "Exit fullscreen" +msgstr "Выйти из полноэкранного режима" + +#: src/view/com/modals/DeleteAccount.tsx:293 +msgid "Exits account deletion process" +msgstr "Выходит из процесса удаления учетной записи" + +#: src/view/com/modals/ChangeHandle.tsx:145 +msgid "Exits handle change process" +msgstr "Выходит из процесса изменения псевдонима пользователя" + +#: src/view/com/modals/crop-image/CropImage.web.tsx:160 +msgid "Exits image cropping process" +msgstr "Выходит из процесса обрезки изображений" + +#: src/view/com/lightbox/Lightbox.web.tsx:130 +msgid "Exits image view" +msgstr "Выходит из режима просмотра" + +#: src/view/com/modals/ListAddRemoveUsers.tsx:89 +msgid "Exits inputting search query" +msgstr "Выходит из поиска" + +#: src/view/com/lightbox/Lightbox.web.tsx:183 +msgid "Expand alt text" +msgstr "Развернуть описание" + +#: src/view/com/notifications/FeedItem.tsx:266 +msgid "Expand list of users" +msgstr "Развернуть список пользователей" + +#: src/view/com/composer/ComposerReplyTo.tsx:82 +#: src/view/com/composer/ComposerReplyTo.tsx:85 +msgid "Expand or collapse the full post you are replying to" +msgstr "Развернуть или свернуть весь пост, на который вы отвечаете" + +#: src/view/screens/NotificationsSettings.tsx:83 +msgid "Experimental: When this preference is enabled, you'll only receive reply and quote notifications from users you follow. We'll continue to add more controls here over time." +msgstr "Экспериментально: если включить это предпочтение, вы будете получать уведомления об ответах и цитатах только от тех пользователей, за которыми вы следите. Со временем мы продолжим добавлять сюда дополнительные элементы управления." + +#: src/components/dialogs/MutedWords.tsx:500 +msgid "Expired" +msgstr "Истекший срок" + +#: src/components/dialogs/MutedWords.tsx:502 +msgid "Expires {0}" +msgstr "Истекает {0}" + +#: src/lib/moderation/useGlobalLabelStrings.ts:47 +msgid "Explicit or potentially disturbing media." +msgstr "Откровенно или потенциально проблемный контент." + +#: src/lib/moderation/useGlobalLabelStrings.ts:35 +msgid "Explicit sexual images." +msgstr "Откровенные сексуальные изображения." + +#: src/view/screens/Settings/index.tsx:752 +msgid "Export my data" +msgstr "Экспорт моих данных" + +#: src/view/screens/Settings/ExportCarDialog.tsx:62 +#: src/view/screens/Settings/index.tsx:763 +msgid "Export My Data" +msgstr "Экспорт моих данных" + +#: src/components/dialogs/EmbedConsent.tsx:55 +#: src/components/dialogs/EmbedConsent.tsx:59 +msgid "External Media" +msgstr "Внешние медиа" + +#: src/components/dialogs/EmbedConsent.tsx:71 +#: src/view/screens/PreferencesExternalEmbeds.tsx:65 +msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." +msgstr "Внешние медиа могут позволить веб-сайтам собирать информацию о вас и вашем устройстве. Информация не отправляется и не запрашивается, пока не нажата кнопка \"Воспроизвести\"." + +#: src/Navigation.tsx:310 +#: src/view/screens/PreferencesExternalEmbeds.tsx:54 +#: src/view/screens/Settings/index.tsx:645 +msgid "External Media Preferences" +msgstr "Настройка внешних медиа" + +#: src/view/screens/Settings/index.tsx:636 +msgid "External media settings" +msgstr "Настройка внешних медиа" + +#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:123 +msgid "Failed to create app password." +msgstr "Не удалось создать пароль приложения." + +#: src/screens/StarterPack/Wizard/index.tsx:229 +#: src/screens/StarterPack/Wizard/index.tsx:237 +msgid "Failed to create starter pack" +msgstr "Не удалось создать стартовый набор" + +#: src/view/com/modals/CreateOrEditList.tsx:194 +msgid "Failed to create the list. Check your internet connection and try again." +msgstr "Не удалось создать список. Проверьте интернет-соединение и попробуйте еще раз." + +#: src/components/dms/MessageMenu.tsx:73 +msgid "Failed to delete message" +msgstr "Не удалось удалить сообщение" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:194 +msgid "Failed to delete post, please try again" +msgstr "Не удалось удалить пост, попробуйте еще раз" + +#: src/screens/StarterPack/StarterPackScreen.tsx:686 +msgid "Failed to delete starter pack" +msgstr "Не удалось удалить стартовый набор" + +#: src/view/screens/Search/Explore.tsx:427 +#: src/view/screens/Search/Explore.tsx:455 +msgid "Failed to load feeds preferences" +msgstr "Не удалось загрузить предпочтения ленты" + +#: src/components/dialogs/GifSelect.ios.tsx:196 +#: src/components/dialogs/GifSelect.tsx:212 +msgid "Failed to load GIFs" +msgstr "Не удалось загрузить GIF-файлы" + +#: src/screens/Messages/Conversation/MessageListError.tsx:23 +msgid "Failed to load past messages" +msgstr "Не удалось загрузить предыдущие сообщения" + +#: src/view/screens/Search/Explore.tsx:420 +#: src/view/screens/Search/Explore.tsx:448 +msgid "Failed to load suggested feeds" +msgstr "Не удалось загрузить предложенные ленты" + +#: src/view/screens/Search/Explore.tsx:378 +msgid "Failed to load suggested follows" +msgstr "Не удалось загрузить предложенные подписки" + +#: src/view/com/lightbox/Lightbox.tsx:90 +msgid "Failed to save image: {0}" +msgstr "Не удалось сохранить изображение: {0}" + +#: src/state/queries/notifications/settings.ts:39 +msgid "Failed to save notification preferences, please try again" +msgstr "Не удалось сохранить настройки уведомлений, попробуйте еще раз" + +#: src/components/dms/MessageItem.tsx:225 +msgid "Failed to send" +msgstr "Не удалось отправить" + +#: src/components/moderation/LabelsOnMeDialog.tsx:225 +#: src/screens/Messages/Conversation/ChatDisabled.tsx:87 +msgid "Failed to submit appeal, please try again." +msgstr "Не удалось подать апелляцию, попробуйте еще раз." + +#: src/view/com/util/forms/PostDropdownBtn.tsx:223 +msgid "Failed to toggle thread mute, please try again" +msgstr "Не удалось отключить звук, попробуйте еще раз" + +#: src/components/FeedCard.tsx:273 +msgid "Failed to update feeds" +msgstr "Не удалось обновить ленты" + +#: src/components/dms/MessagesNUX.tsx:60 +#: src/screens/Messages/Settings.tsx:35 +msgid "Failed to update settings" +msgstr "Не удалось обновить настройки" + +#: src/state/queries/video/video-upload.ts:67 +#: src/state/queries/video/video-upload.web.ts:64 +#: src/state/queries/video/video-upload.web.ts:68 +#: src/state/queries/video/video-upload.web.ts:78 +msgid "Failed to upload video" +msgstr "Не удалось загрузить видео" + +#: src/Navigation.tsx:226 +msgid "Feed" +msgstr "Лента" + +#: src/components/FeedCard.tsx:131 +#: src/view/com/feeds/FeedSourceCard.tsx:250 +msgid "Feed by {0}" +msgstr "Лента от {0}" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:55 +msgid "Feed toggle" +msgstr "Переключение ленты" + +#: src/view/shell/desktop/RightNav.tsx:70 +#: src/view/shell/Drawer.tsx:346 +msgid "Feedback" +msgstr "Обратная связь" + +#: src/Navigation.tsx:353 +#: src/screens/StarterPack/StarterPackScreen.tsx:172 +#: src/view/screens/Feeds.tsx:445 +#: src/view/screens/Feeds.tsx:550 +#: src/view/screens/Profile.tsx:224 +#: src/view/screens/Search/Search.tsx:375 +#: src/view/shell/desktop/LeftNav.tsx:373 +#: src/view/shell/Drawer.tsx:497 +#: src/view/shell/Drawer.tsx:498 +msgid "Feeds" +msgstr "Ленты" + +#: src/view/screens/SavedFeeds.tsx:181 +msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information." +msgstr "Ленты - это алгоритмы, созданные пользователями с некоторым опытом программирования. <0/> для дополнительной информации." + +#: src/components/FeedCard.tsx:270 +msgid "Feeds updated!" +msgstr "Ленты обновлены!" + +#: src/view/com/modals/ChangeHandle.tsx:475 +msgid "File Contents" +msgstr "Содержимое файла" + +#: src/view/screens/Settings/ExportCarDialog.tsx:42 +msgid "File saved successfully!" +msgstr "Файл успешно сохранен!!" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:66 +msgid "Filter from feeds" +msgstr "Фильтровать из лент" + +#: src/screens/Onboarding/StepFinished.tsx:296 +msgid "Finalizing" +msgstr "Завершение" + +#: src/view/com/posts/CustomFeedEmptyState.tsx:47 +#: src/view/com/posts/FollowingEmptyState.tsx:53 +#: src/view/com/posts/FollowingEndOfFeed.tsx:54 +msgid "Find accounts to follow" +msgstr "Найдите учетные записи для подписки" + +#: src/view/screens/Search/Search.tsx:439 +msgid "Find posts and users on Bluesky" +msgstr "Найти посты и пользователей в Bluesky" + +#: src/view/screens/PreferencesFollowingFeed.tsx:51 +msgid "Fine-tune the content you see on your Following feed." +msgstr "Выберите, что вы хотите видеть в своей ленте подписок." + +#: src/view/screens/PreferencesThreads.tsx:54 +msgid "Fine-tune the discussion threads." +msgstr "Настройте отображение обсуждений." + +#: src/screens/StarterPack/Wizard/index.tsx:191 +msgid "Finish" +msgstr "Финиш" + +#: src/screens/Onboarding/index.tsx:35 +msgid "Fitness" +msgstr "Фитнес" + +#: src/screens/Onboarding/StepFinished.tsx:276 +msgid "Flexible" +msgstr "Гибкий" + +#: src/view/com/modals/EditImage.tsx:116 +msgid "Flip horizontal" +msgstr "Отзеркалить горизонтально" + +#: src/view/com/modals/EditImage.tsx:121 +#: src/view/com/modals/EditImage.tsx:288 +msgid "Flip vertically" +msgstr "Отзеркалить вертикально" + +#. User is not following this account, click to follow +#: src/components/ProfileCard.tsx:356 +#: src/components/ProfileHoverCard/index.web.tsx:446 +#: src/components/ProfileHoverCard/index.web.tsx:457 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:225 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +msgid "Follow" +msgstr "Подписаться" + +#: src/view/com/profile/FollowButton.tsx:70 +msgctxt "action" +msgid "Follow" +msgstr "Подписаться" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:209 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:126 +msgid "Follow {0}" +msgstr "Подписаться на {0}" + +#: src/view/com/posts/AviFollowButton.tsx:69 +msgid "Follow {name}" +msgstr "Подписаться на {name}" + +#: src/components/ProgressGuide/List.tsx:54 +msgid "Follow 7 accounts" +msgstr "Подпишитесь на 7 учетных записей" + +#: src/view/com/profile/ProfileMenu.tsx:246 +#: src/view/com/profile/ProfileMenu.tsx:257 +msgid "Follow Account" +msgstr "Подписаться на учетную запись" + +#: src/screens/StarterPack/StarterPackScreen.tsx:416 +#: src/screens/StarterPack/StarterPackScreen.tsx:423 +msgid "Follow all" +msgstr "Подписаться на все" + +#: src/view/com/profile/FollowButton.tsx:79 +msgctxt "action" +msgid "Follow Back" +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:223 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 +msgid "Follow Back" +msgstr "Подписаться в ответ" + +#: src/view/screens/Search/Explore.tsx:334 +msgid "Follow more accounts to get connected to your interests and build your network." +msgstr "Подпишитесь на большее число учетных записей, чтобы найти связь со своими интересами и создать свою сеть." + +#: src/components/KnownFollowers.tsx:231 +msgid "Followed by <0>{0}" +msgstr "Подписаны <0>{0}" + +#: src/components/KnownFollowers.tsx:217 +msgid "Followed by <0>{0} and {1, plural, one {# other} other {# others}}" +msgstr "Подписаны <0>{0} и {1, plural, one {# другой} other {# другие}}." + +#: src/components/KnownFollowers.tsx:204 +msgid "Followed by <0>{0} and <1>{1}" +msgstr "Подписаны <0>{0} и <1>{1}" + +#: src/components/KnownFollowers.tsx:186 +msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" +msgstr "Подписаны <0>{0}, <1>{1} и {2, plural, one {# другой} other {# другие}}." + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:403 +msgid "Followed users" +msgstr "Ваши подписки" + +#: src/view/com/notifications/FeedItem.tsx:207 +msgid "followed you" +msgstr "подписал(ся/ись) на вас" + +#: src/view/com/notifications/FeedItem.tsx:205 +msgid "followed you back" +msgstr "подписал(ся/ись) на вас в ответ" + +#: src/view/screens/ProfileFollowers.tsx:29 +#: src/view/screens/ProfileFollowers.tsx:30 +msgid "Followers" +msgstr "Подписчики" + +#: src/Navigation.tsx:187 +msgid "Followers of @{0} that you know" +msgstr "Подписчики @{0}, которых вы знаете" + +#: src/screens/Profile/KnownFollowers.tsx:108 +#: src/screens/Profile/KnownFollowers.tsx:118 +msgid "Followers you know" +msgstr "Подписчики, которых вы знаете" + +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:350 +#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:456 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:147 +#: src/view/screens/Feeds.tsx:630 +#: src/view/screens/ProfileFollows.tsx:29 +#: src/view/screens/ProfileFollows.tsx:30 +#: src/view/screens/SavedFeeds.tsx:416 +msgid "Following" +msgstr "В подписках" + +#: src/components/ProfileCard.tsx:316 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 +msgid "Following {0}" +msgstr "Подписка на {0}" + +#: src/view/com/posts/AviFollowButton.tsx:51 +msgid "Following {name}" +msgstr "Подписка на {name}" + +#: src/view/screens/Settings/index.tsx:539 +msgid "Following feed preferences" +msgstr "Настройка ленты подписок" + +#: src/Navigation.tsx:297 +#: src/view/screens/PreferencesFollowingFeed.tsx:48 +#: src/view/screens/Settings/index.tsx:548 +msgid "Following Feed Preferences" +msgstr "Настройка ленты подписок" + +#: src/screens/Profile/Header/Handle.tsx:31 +msgid "Follows you" +msgstr "Подписаны на вас" + +#: src/components/Pills.tsx:174 +msgid "Follows You" +msgstr "Подписаны на вас" + +#: src/screens/Onboarding/index.tsx:40 +#: src/screens/Onboarding/state.ts:87 +msgid "Food" +msgstr "Еда" + +#: src/view/com/modals/DeleteAccount.tsx:129 +msgid "For security reasons, we'll need to send a confirmation code to your email address." +msgstr "По соображениям безопасности нам нужно будет отправить код подтверждения на ваш электронный адрес." + +#: src/view/com/modals/AddAppPasswords.tsx:233 +msgid "For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one." +msgstr "По соображениям безопасности этот пароль отображается только один раз. Если вы потеряете этот пароль, вам нужно будет сгенерировать новый." + +#: src/components/dialogs/MutedWords.tsx:178 +msgid "Forever" +msgstr "Навсегда" + +#: src/screens/Login/index.tsx:129 +#: src/screens/Login/index.tsx:144 +msgid "Forgot Password" +msgstr "Забыли пароль" + +#: src/screens/Login/LoginForm.tsx:233 +msgid "Forgot password?" +msgstr "Забыли пароль?" + +#: src/screens/Login/LoginForm.tsx:244 +msgid "Forgot?" +msgstr "Забыли пароль?" + +#: src/lib/moderation/useReportOptions.ts:54 +msgid "Frequently Posts Unwanted Content" +msgstr "Часто публикует неприемлемый контент" + +#: src/screens/Hashtag.tsx:116 +msgid "From @{sanitizedAuthor}" +msgstr "От @{sanitizedAuthor}" + +#: src/view/com/posts/FeedItem.tsx:271 +msgctxt "from-feed" +msgid "From <0/>" +msgstr "Из <0/>" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:398 +msgid "Fullscreen" +msgstr "Полноэкранный режим" + +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 +msgid "Gallery" +msgstr "Галерея" + +#: src/components/StarterPack/ProfileStarterPacks.tsx:279 +msgid "Generate a starter pack" +msgstr "Сгенерировать стартовый набор" + +#: src/view/shell/Drawer.tsx:350 +msgid "Get help" +msgstr "Получить помощь" + +#: src/components/dms/MessagesNUX.tsx:168 +msgid "Get started" +msgstr "Приступить" + +#: src/view/com/modals/VerifyEmail.tsx:197 +#: src/view/com/modals/VerifyEmail.tsx:199 +msgid "Get Started" +msgstr "Приступить" + +#: src/components/ProgressGuide/List.tsx:33 +msgid "Getting started" +msgstr "Начало работы" + +#: src/components/MediaPreview.tsx:122 +msgid "GIF" +msgstr "GIF" + +#: src/screens/Onboarding/StepProfile/index.tsx:225 +msgid "Give your profile a face" +msgstr "Придайте своему профилю лицо" + +#: src/lib/moderation/useReportOptions.ts:39 +msgid "Glaring violations of law or terms of service" +msgstr "Грубые нарушения закона или условий использования" + +#: src/components/moderation/ScreenHider.tsx:160 +#: src/components/moderation/ScreenHider.tsx:169 +#: src/view/com/auth/LoggedOut.tsx:67 +#: src/view/com/auth/LoggedOut.tsx:68 +#: src/view/screens/NotFound.tsx:55 +#: src/view/screens/ProfileFeed.tsx:112 +#: src/view/screens/ProfileList.tsx:1026 +#: src/view/shell/desktop/LeftNav.tsx:133 +msgid "Go back" +msgstr "Назад" + +#: src/components/Error.tsx:79 +#: src/screens/List/ListHiddenScreen.tsx:210 +#: src/screens/Profile/ErrorState.tsx:62 +#: src/screens/Profile/ErrorState.tsx:66 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 +#: src/view/screens/NotFound.tsx:54 +#: src/view/screens/ProfileFeed.tsx:117 +#: src/view/screens/ProfileList.tsx:1031 +msgid "Go Back" +msgstr "Назад" + +#: src/components/dms/ReportDialog.tsx:154 +#: src/components/ReportDialog/SelectReportOptionView.tsx:80 +#: src/components/ReportDialog/SubmitView.tsx:108 +#: src/screens/Onboarding/Layout.tsx:102 +#: src/screens/Onboarding/Layout.tsx:191 +#: src/screens/Signup/BackNextButtons.tsx:34 +msgid "Go back to previous step" +msgstr "Вернуться к предыдущему шагу" + +#: src/screens/StarterPack/Wizard/index.tsx:299 +msgid "Go back to the previous step" +msgstr "Вернуться к предыдущему шагу" + +#: src/view/screens/NotFound.tsx:55 +msgid "Go home" +msgstr "Вернуться на главную" + +#: src/view/screens/NotFound.tsx:54 +msgid "Go Home" +msgstr "Вернуться на главную" + +#: src/screens/Messages/List/ChatListItem.tsx:211 +msgid "Go to conversation with {0}" +msgstr "Перейти к беседе с {0}" + +#: src/screens/Login/ForgotPasswordForm.tsx:171 +#: src/view/com/modals/ChangePassword.tsx:168 +msgid "Go to next" +msgstr "Далее" + +#: src/components/dms/ConvoMenu.tsx:167 +msgid "Go to profile" +msgstr "В профиль" + +#: src/components/dms/ConvoMenu.tsx:164 +msgid "Go to user's profile" +msgstr "Перейти к профилю пользователя" + +#: src/lib/moderation/useGlobalLabelStrings.ts:46 +msgid "Graphic Media" +msgstr "Графический медиаконтент" + +#: src/state/shell/progress-guide.tsx:161 +msgid "Half way there!" +msgstr "Полпути пройдено!" + +#: src/view/com/modals/ChangeHandle.tsx:260 +msgid "Handle" +msgstr "Псевдоним" + +#: src/view/screens/AccessibilitySettings.tsx:120 +msgid "Haptics" +msgstr "Тактильные ощущения" + +#: src/lib/moderation/useReportOptions.ts:34 +msgid "Harassment, trolling, or intolerance" +msgstr "Домогательства, троллинг или нетерпимость" + +#: src/Navigation.tsx:333 +msgid "Hashtag" +msgstr "Хештег" + +#: src/components/RichText.tsx:218 +msgid "Hashtag: #{tag}" +msgstr "Хештег: #{tag}" + +#: src/screens/Signup/index.tsx:178 +msgid "Having trouble?" +msgstr "Возникли проблемы?" + +#: src/view/shell/desktop/RightNav.tsx:99 +#: src/view/shell/Drawer.tsx:359 +msgid "Help" +msgstr "Справка" + +#: src/screens/Onboarding/StepProfile/index.tsx:228 +msgid "Help people know you're not a bot by uploading a picture or creating an avatar." +msgstr "Чтобы люди знали, что вы не бот, загрузите фотографию или создайте аватар." + +#: src/view/com/modals/AddAppPasswords.tsx:204 +msgid "Here is your app password." +msgstr "Это ваш пароль для приложений." + +#: src/components/ListCard.tsx:128 +msgid "Hidden list" +msgstr "Скрытый список" + +#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/LabelPreference.tsx:134 +#: src/components/moderation/PostHider.tsx:122 +#: src/lib/moderation/useLabelBehaviorDescription.ts:15 +#: src/lib/moderation/useLabelBehaviorDescription.ts:20 +#: src/lib/moderation/useLabelBehaviorDescription.ts:25 +#: src/lib/moderation/useLabelBehaviorDescription.ts:30 +#: src/view/com/util/forms/PostDropdownBtn.tsx:640 +msgid "Hide" +msgstr "Скрыть" + +#: src/view/com/notifications/FeedItem.tsx:473 +msgctxt "action" +msgid "Hide" +msgstr "Спрятать" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:501 +#: src/view/com/util/forms/PostDropdownBtn.tsx:507 +msgid "Hide post for me" +msgstr "Спрятать пост для меня" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:518 +#: src/view/com/util/forms/PostDropdownBtn.tsx:528 +msgid "Hide reply for everyone" +msgstr "Спрятать ответ для всех" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:500 +#: src/view/com/util/forms/PostDropdownBtn.tsx:506 +msgid "Hide reply for me" +msgstr "Спрятать ответ для меня" + +#: src/components/moderation/ContentHider.tsx:68 +#: src/components/moderation/PostHider.tsx:79 +msgid "Hide the content" +msgstr "Скрыть содержимое" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:635 +msgid "Hide this post?" +msgstr "Скрыть этот пост?" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:635 +#: src/view/com/util/forms/PostDropdownBtn.tsx:697 +msgid "Hide this reply?" +msgstr "Скрыть этот ответ?" + +#: src/view/com/notifications/FeedItem.tsx:464 +msgid "Hide user list" +msgstr "Скрыть список пользователей" + +#: src/view/com/posts/FeedErrorMessage.tsx:117 +msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." +msgstr "Хмм, при связи с сервером ленты возникла какая-то проблема. Пожалуйста, сообщите об этом ее владельцу." + +#: src/view/com/posts/FeedErrorMessage.tsx:105 +msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue." +msgstr "Хмм, кажется сервер ленты настроен неправильно. Пожалуйста, сообщите об этом ее владельцу." + +#: src/view/com/posts/FeedErrorMessage.tsx:111 +msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue." +msgstr "Хмм, кажется сервер ленты сейчас не работает. Пожалуйста, сообщите об этом ее владельцу." + +#: src/view/com/posts/FeedErrorMessage.tsx:108 +msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue." +msgstr "Хмм, сервер ленты прислал нам непонятный ответ. Пожалуйста, сообщите об этом ее владельцу." + +#: src/view/com/posts/FeedErrorMessage.tsx:102 +msgid "Hmm, we're having trouble finding this feed. It may have been deleted." +msgstr "Хмм, мы не можем найти эту ленту. Возможно она была удалена." + +#: src/screens/Moderation/index.tsx:60 +msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." +msgstr "Похоже, у нас возникли проблемы с загрузкой этих данных. Просмотрите детали ниже. Если проблема не исчезнет, пожалуйста, свяжитесь с нами." + +#: src/screens/Profile/ErrorState.tsx:31 +msgid "Hmmmm, we couldn't load that moderation service." +msgstr "Хммм, мы не смогли загрузить этот сервис модерации." + +#: src/state/queries/video/video.ts:165 +msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" +msgstr "" + +#: src/Navigation.tsx:550 +#: src/Navigation.tsx:570 +#: src/view/shell/bottom-bar/BottomBar.tsx:159 +#: src/view/shell/desktop/LeftNav.tsx:341 +#: src/view/shell/Drawer.tsx:429 +#: src/view/shell/Drawer.tsx:430 +msgid "Home" +msgstr "Главная" + +#: src/view/com/modals/ChangeHandle.tsx:414 +msgid "Host:" +msgstr "Хост:" + +#: src/screens/Login/ForgotPasswordForm.tsx:89 +#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Signup/StepInfo/index.tsx:106 +#: src/view/com/modals/ChangeHandle.tsx:275 +msgid "Hosting provider" +msgstr "Хостинг-провайдер" + +#: src/view/com/modals/InAppBrowserConsent.tsx:44 +msgid "How should we open this link?" +msgstr "Как вы хотите открыть эту ссылку?" + +#: src/view/com/modals/VerifyEmail.tsx:222 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:132 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:135 +msgid "I have a code" +msgstr "У меня есть код" + +#: src/view/com/modals/VerifyEmail.tsx:224 +msgid "I have a confirmation code" +msgstr "У меня есть код подтверждения" + +#: src/view/com/modals/ChangeHandle.tsx:278 +msgid "I have my own domain" +msgstr "У меня есть собственный домен" + +#: src/components/dms/BlockedByListDialog.tsx:57 +#: src/components/dms/ReportConversationPrompt.tsx:22 +msgid "I understand" +msgstr "Я понял" + +#: src/view/com/lightbox/Lightbox.web.tsx:185 +msgid "If alt text is long, toggles alt text expanded state" +msgstr "Раскрывает альтернативный текст, если текст слишком длинный" + +#: src/view/com/modals/SelfLabel.tsx:128 +msgid "If none are selected, suitable for all ages." +msgstr "Если не выбрано ни одного варианта - подходит для всех." + +#: src/screens/Signup/StepInfo/Policies.tsx:89 +msgid "If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf." +msgstr "Если вы еще не достигли совершеннолетия в соответствии с законами вашей страны, ваш родитель или юридический опекун должен прочитать эти Условия от вашего имени." + +#: src/view/screens/ProfileList.tsx:720 +msgid "If you delete this list, you won't be able to recover it." +msgstr "Если вы удалите этот список, вы не сможете его восстановить." + +#: src/view/com/util/forms/PostDropdownBtn.tsx:626 +msgid "If you remove this post, you won't be able to recover it." +msgstr "Если вы удалите этот пост, вы не сможете его восстановить." + +#: src/view/com/modals/ChangePassword.tsx:149 +msgid "If you want to change your password, we will send you a code to verify that this is your account." +msgstr "Если вы хотите изменить пароль, мы отправим вам код, чтобы убедиться, что это ваша учетная запись." + +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 +msgid "If you're trying to change your handle or email, do so before you deactivate." +msgstr "Если вы хотите изменить свой логин или электронную почту, сделайте это до деактивации." + +#: src/lib/moderation/useReportOptions.ts:38 +msgid "Illegal and Urgent" +msgstr "Незаконно и срочно" + +#: src/view/com/util/images/Gallery.tsx:56 +msgid "Image" +msgstr "Изображение" + +#: src/view/com/modals/AltImage.tsx:122 +msgid "Image alt text" +msgstr "Описание изображения" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:247 +#: src/components/StarterPack/ShareDialog.tsx:76 +msgid "Image saved to your camera roll!" +msgstr "Изображение сохраняется в папке камеры!" + +#: src/lib/moderation/useReportOptions.ts:49 +msgid "Impersonation or false claims about identity or affiliation" +msgstr "Выдавание себя за другое лицо или ложные утверждения о личности или принадлежности" + +#: src/lib/moderation/useReportOptions.ts:68 +msgid "Impersonation, misinformation, or false claims" +msgstr "Выдача себя за другого, дезинформация или ложные заявления" + +#: src/lib/moderation/useReportOptions.ts:91 +msgid "Inappropriate messages or explicit links" +msgstr "Неприемлемые сообщения или откровенные ссылки" + +#: src/screens/Login/SetNewPasswordForm.tsx:127 +msgid "Input code sent to your email for password reset" +msgstr "Введите код, отправленный на вашу электронную почту для сброса пароля" + +#: src/view/com/modals/DeleteAccount.tsx:246 +msgid "Input confirmation code for account deletion" +msgstr "Введите код подтверждения для удаления учетной записи" + +#: src/view/com/modals/AddAppPasswords.tsx:175 +msgid "Input name for app password" +msgstr "Введите имя для пароля приложения" + +#: src/screens/Login/SetNewPasswordForm.tsx:151 +msgid "Input new password" +msgstr "Введите новый пароль" + +#: src/view/com/modals/DeleteAccount.tsx:265 +msgid "Input password for account deletion" +msgstr "Введите пароль для удаления учетной записи" + +#: src/screens/Login/LoginForm.tsx:273 +msgid "Input the code which has been emailed to you" +msgstr "Введите код, который был отправлен вам по электронной почте" + +#: src/screens/Login/LoginForm.tsx:203 +msgid "Input the username or email address you used at signup" +msgstr "Введите псевдоним или эл. адрес, которые вы использовали для регистрации" + +#: src/screens/Login/LoginForm.tsx:228 +msgid "Input your password" +msgstr "Введите ваш пароль" + +#: src/view/com/modals/ChangeHandle.tsx:383 +msgid "Input your preferred hosting provider" +msgstr "Введите желаемого хостинг-провайдера" + +#: src/screens/Signup/StepHandle.tsx:114 +msgid "Input your user handle" +msgstr "Введите ваш псевдоним" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:55 +msgid "Interaction limited" +msgstr "Взаимодействие ограничено" + +#: src/components/dms/MessagesNUX.tsx:82 +msgid "Introducing Direct Messages" +msgstr "Представление прямых сообщений" + +#: src/screens/Login/LoginForm.tsx:145 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 +msgid "Invalid 2FA confirmation code." +msgstr "Неверный код подтверждения 2FA." + +#: src/view/com/post-thread/PostThreadItem.tsx:264 +msgid "Invalid or unsupported post record" +msgstr "Неверный или неподдерживаемый пост" + +#: src/screens/Login/LoginForm.tsx:91 +#: src/screens/Login/LoginForm.tsx:150 +msgid "Invalid username or password" +msgstr "Неверное имя пользователя или пароль" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + +#: src/view/com/modals/InviteCodes.tsx:94 +msgid "Invite a Friend" +msgstr "Пригласить друга" + +#: src/screens/Signup/StepInfo/index.tsx:124 +msgid "Invite code" +msgstr "Код приглашения" + +#: src/screens/Signup/state.ts:258 +msgid "Invite code not accepted. Check that you input it correctly and try again." +msgstr "Код приглашения не принят. Убедитесь в его правильности и повторите попытку." + +#: src/view/com/modals/InviteCodes.tsx:171 +msgid "Invite codes: {0} available" +msgstr "Коды приглашения: {0}" + +#: src/view/com/modals/InviteCodes.tsx:170 +msgid "Invite codes: 1 available" +msgstr "Коды приглашения: 1" + +#: src/components/StarterPack/ShareDialog.tsx:97 +msgid "Invite people to this starter pack!" +msgstr "Пригласите людей в этот стартовый набор!" + +#: src/screens/StarterPack/Wizard/StepDetails.tsx:35 +msgid "Invite your friends to follow your favorite feeds and people" +msgstr "Пригласите людей в этот стартовый набор!" + +#: src/screens/StarterPack/Wizard/StepDetails.tsx:32 +msgid "Invites, but personal" +msgstr "Приглашения, но личные" + +#: src/screens/StarterPack/Wizard/index.tsx:452 +msgid "It's just you right now! Add more people to your starter pack by searching above." +msgstr "Сейчас здесь только вы! Добавьте больше людей в свой стартовый набор, воспользовавшись поиском выше." + +#: src/view/com/composer/Composer.tsx:1126 +msgid "Job ID: {0}" +msgstr "ID вакансии: {0}" + +#: src/view/com/auth/SplashScreen.web.tsx:164 +msgid "Jobs" +msgstr "Вакансии" + +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:206 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:212 +#: src/screens/StarterPack/StarterPackScreen.tsx:443 +#: src/screens/StarterPack/StarterPackScreen.tsx:454 +msgid "Join Bluesky" +msgstr "Присоединиться к Bluesky" + +#: src/components/StarterPack/QrCode.tsx:56 +msgid "Join the conversation" +msgstr "Присоединиться к беседе" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:492 +msgid "Joined {0}" +msgstr "" + +#: src/screens/Onboarding/index.tsx:21 +#: src/screens/Onboarding/state.ts:89 +msgid "Journalism" +msgstr "Журналистика" + +#: src/components/moderation/ContentHider.tsx:147 +msgid "Labeled by {0}." +msgstr "Отмечен {0}." + +#: src/components/moderation/ContentHider.tsx:145 +msgid "Labeled by the author." +msgstr "Метка добавлена автором." + +#: src/view/screens/Profile.tsx:218 +msgid "Labels" +msgstr "Метки" + +#: src/screens/Profile/Sections/Labels.tsx:163 +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:71 +msgid "Labels on your account" +msgstr "Метки на вашей учетной записи" + +#: src/components/moderation/LabelsOnMeDialog.tsx:73 +msgid "Labels on your content" +msgstr "Метки на вашем контенте" + +#: src/view/com/composer/select-language/SelectLangBtn.tsx:105 +msgid "Language selection" +msgstr "Выбор языка" + +#: src/view/screens/Settings/index.tsx:496 +msgid "Language settings" +msgstr "Настройка языка" + +#: src/Navigation.tsx:160 +#: src/view/screens/LanguageSettings.tsx:90 +msgid "Language Settings" +msgstr "Настройка языков" + +#: src/view/screens/Settings/index.tsx:505 +msgid "Languages" +msgstr "Языки" + +#: src/screens/Hashtag.tsx:97 +#: src/view/screens/Search/Search.tsx:359 +msgid "Latest" +msgstr "Недавние" + +#: src/components/moderation/ScreenHider.tsx:146 +msgid "Learn More" +msgstr "Узнать больше" + +#: src/view/com/auth/SplashScreen.web.tsx:152 +msgid "Learn more about Bluesky" +msgstr "Узнайте больше о Bluesky" + +#: src/components/moderation/ContentHider.tsx:66 +#: src/components/moderation/ContentHider.tsx:131 +msgid "Learn more about the moderation applied to this content." +msgstr "Узнайте больше о том, какая модерация применима к этому содержимому." + +#: src/components/moderation/PostHider.tsx:100 +#: src/components/moderation/ScreenHider.tsx:133 +msgid "Learn more about this warning" +msgstr "Узнать больше об этом предупреждении" + +#: src/screens/Moderation/index.tsx:583 +#: src/screens/Moderation/index.tsx:585 +msgid "Learn more about what is public on Bluesky." +msgstr "Узнать больше о том, что является публичным в Bluesky." + +#: src/components/moderation/ContentHider.tsx:155 +msgid "Learn more." +msgstr "Узнать больше." + +#: src/components/dms/LeaveConvoPrompt.tsx:50 +msgid "Leave" +msgstr "Выйти" + +#: src/components/dms/MessagesListBlockedFooter.tsx:66 +#: src/components/dms/MessagesListBlockedFooter.tsx:73 +msgid "Leave chat" +msgstr "Выйти из чата" + +#: src/components/dms/ConvoMenu.tsx:138 +#: src/components/dms/ConvoMenu.tsx:141 +#: src/components/dms/ConvoMenu.tsx:208 +#: src/components/dms/ConvoMenu.tsx:211 +#: src/components/dms/LeaveConvoPrompt.tsx:46 +msgid "Leave conversation" +msgstr "Выйти из беседы" + +#: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:82 +msgid "Leave them all unchecked to see any language." +msgstr "Оставьте их все неотмеченными, чтобы видеть посты независимо от языка." + +#: src/view/com/modals/LinkWarning.tsx:65 +msgid "Leaving Bluesky" +msgstr "Вы покидаете Bluesky" + +#: src/screens/SignupQueued.tsx:134 +msgid "left to go." +msgstr "еще осталось." + +#: src/components/StarterPack/ProfileStarterPacks.tsx:295 +msgid "Let me choose" +msgstr "Позвольте мне выбрать" + +#: src/screens/Login/index.tsx:130 +#: src/screens/Login/index.tsx:145 +msgid "Let's get your password reset!" +msgstr "Давайте восстановим ваш пароль!" + +#: src/screens/Onboarding/StepFinished.tsx:296 +msgid "Let's go!" +msgstr "Взлетаем!" + +#: src/screens/Settings/AppearanceSettings.tsx:90 +#: src/screens/Settings/AppearanceSettings.tsx:92 +msgid "Light" +msgstr "Светлая" + +#: src/components/ProgressGuide/List.tsx:48 +msgid "Like 10 posts" +msgstr "Лайкните 10 сообщений" + +#: src/state/shell/progress-guide.tsx:157 +#: src/state/shell/progress-guide.tsx:162 +msgid "Like 10 posts to train the Discover feed" +msgstr "Лайкните 10 сообщений, чтобы обучиться ленте Discover" + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:267 +#: src/view/screens/ProfileFeed.tsx:575 +msgid "Like this feed" +msgstr "Лайкните эту ленту" + +#: src/components/LikesDialog.tsx:87 +#: src/Navigation.tsx:231 +#: src/Navigation.tsx:236 +msgid "Liked by" +msgstr "Понравилось" + +#: src/screens/Post/PostLikedBy.tsx:31 +#: src/screens/Post/PostLikedBy.tsx:32 +#: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 +#: src/view/screens/ProfileFeedLikedBy.tsx:28 +msgid "Liked By" +msgstr "Понравился пользователю" + +#: src/view/com/notifications/FeedItem.tsx:211 +msgid "liked your custom feed" +msgstr "понравилась ваша лента" + +#: src/view/com/notifications/FeedItem.tsx:178 +msgid "liked your post" +msgstr "понравился ваш пост" + +#: src/view/screens/Profile.tsx:223 +msgid "Likes" +msgstr "Нравится" + +#: src/view/com/post-thread/PostThreadItem.tsx:204 +msgid "Likes on this post" +msgstr "Лайки этого поста" + +#: src/Navigation.tsx:193 +msgid "List" +msgstr "Список" + +#: src/view/com/modals/CreateOrEditList.tsx:250 +msgid "List Avatar" +msgstr "Аватар списка" + +#: src/view/screens/ProfileList.tsx:414 +msgid "List blocked" +msgstr "Список заблокирован" + +#: src/components/ListCard.tsx:149 +#: src/view/com/feeds/FeedSourceCard.tsx:252 +msgid "List by {0}" +msgstr "Список от {0}" + +#: src/view/screens/ProfileList.tsx:453 +msgid "List deleted" +msgstr "Список удален" + +#: src/screens/List/ListHiddenScreen.tsx:126 +msgid "List has been hidden" +msgstr "Список был спрятан" + +#: src/view/screens/ProfileList.tsx:159 +msgid "List Hidden" +msgstr "Список скрытых" + +#: src/view/screens/ProfileList.tsx:386 +msgid "List muted" +msgstr "Список игнорируется" + +#: src/view/com/modals/CreateOrEditList.tsx:264 +msgid "List Name" +msgstr "Название списка" + +#: src/view/screens/ProfileList.tsx:428 +msgid "List unblocked" +msgstr "Список разблокирован" + +#: src/view/screens/ProfileList.tsx:400 +msgid "List unmuted" +msgstr "Список больше не игнорируется" + +#: src/Navigation.tsx:130 +#: src/view/screens/Profile.tsx:219 +#: src/view/screens/Profile.tsx:226 +#: src/view/shell/desktop/LeftNav.tsx:379 +#: src/view/shell/Drawer.tsx:513 +#: src/view/shell/Drawer.tsx:514 +msgid "Lists" +msgstr "Списки" + +#: src/components/dms/BlockedByListDialog.tsx:39 +msgid "Lists blocking this user:" +msgstr "Списки, блокирующие этого пользователя:" + +#: src/view/screens/Search/Explore.tsx:131 +msgid "Load more" +msgstr "Загрузить больше" + +#: src/view/screens/Search/Explore.tsx:219 +msgid "Load more suggested feeds" +msgstr "Загрузить больше предлагаемых лент" + +#: src/view/screens/Search/Explore.tsx:217 +msgid "Load more suggested follows" +msgstr "Загрузите больше предложенного" + +#: src/view/screens/Notifications.tsx:219 +msgid "Load new notifications" +msgstr "Загрузить новые уведомления" + +#: src/screens/Profile/Sections/Feed.tsx:94 +#: src/view/com/feeds/FeedPage.tsx:136 +#: src/view/screens/ProfileFeed.tsx:495 +#: src/view/screens/ProfileList.tsx:805 +msgid "Load new posts" +msgstr "Загрузить новые посты" + +#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:99 +msgid "Loading..." +msgstr "Загрузка..." + +#: src/Navigation.tsx:256 +msgid "Log" +msgstr "Отчет" + +#: src/screens/Deactivated.tsx:214 +#: src/screens/Deactivated.tsx:220 +msgid "Log in or sign up" +msgstr "Войдите или зарегистрируйтесь" + +#: src/screens/SignupQueued.tsx:155 +#: src/screens/SignupQueued.tsx:158 +#: src/screens/SignupQueued.tsx:184 +#: src/screens/SignupQueued.tsx:187 +msgid "Log out" +msgstr "Выйти" + +#: src/screens/Moderation/index.tsx:476 +msgid "Logged-out visibility" +msgstr "Видимость для пользователей без учетной записи" + +#: src/components/AccountList.tsx:58 +msgid "Login to account that is not listed" +msgstr "Войти в учетную запись, которой нет в списке" + +#: src/components/RichText.tsx:219 +msgid "Long press to open tag menu for #{tag}" +msgstr "Длительное нажатие открывает меню тегов для #{tag}" + +#: src/screens/Login/SetNewPasswordForm.tsx:116 +msgid "Looks like XXXXX-XXXXX" +msgstr "Выглядит как XXXXX-XXXXXXXXX" + +#: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:39 +msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below." +msgstr "Похоже, вы не сохранили ни одной ленты! Воспользуйтесь нашими рекомендациями или просмотрите другие ниже." + +#: src/screens/Home/NoFeedsPinned.tsx:83 +msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄" +msgstr "Похоже, вы открепили все свои ленты. Но не волнуйтесь, вы можете добавить некоторые из них ниже 😄" + +#: src/screens/Feeds/NoFollowingFeed.tsx:37 +msgid "Looks like you're missing a following feed. <0>Click here to add one." +msgstr "Похоже, вам не хватает следующей ленты. <0>Нажмите здесь, чтобы добавить одну." + +#: src/components/StarterPack/ProfileStarterPacks.tsx:254 +msgid "Make one for me" +msgstr "Сделать один для меня" + +#: src/view/com/modals/LinkWarning.tsx:79 +msgid "Make sure this is where you intend to go!" +msgstr "Убедитесь, что это действительно тот сайт, который вы собираетесь посетить!" + +#: src/components/dialogs/MutedWords.tsx:108 +msgid "Manage your muted words and tags" +msgstr "Настраивайте ваши игнорируемые слова и теги" + +#: src/components/dms/ConvoMenu.tsx:151 +#: src/components/dms/ConvoMenu.tsx:158 +msgid "Mark as read" +msgstr "Отметить как прочитанное" + +#: src/view/screens/AccessibilitySettings.tsx:106 +#: src/view/screens/Profile.tsx:222 +msgid "Media" +msgstr "Медиа" + +#: src/components/WhoCanReply.tsx:254 +msgid "mentioned users" +msgstr "упомянутые пользователи" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:393 +msgid "Mentioned users" +msgstr "Упомянутые пользователи" + +#: src/view/com/util/ViewHeader.tsx:90 +#: src/view/screens/Search/Search.tsx:683 +msgid "Menu" +msgstr "Меню" + +#: src/components/dms/MessageProfileButton.tsx:67 +msgid "Message {0}" +msgstr "Сообщение {0}" + +#: src/components/dms/MessageMenu.tsx:72 +#: src/screens/Messages/List/ChatListItem.tsx:155 +msgid "Message deleted" +msgstr "Сообщение удалено" + +#: src/view/com/posts/FeedErrorMessage.tsx:201 +msgid "Message from server: {0}" +msgstr "Сообщение от сервера: {0}" + +#: src/screens/Messages/Conversation/MessageInput.tsx:140 +msgid "Message input field" +msgstr "Поле ввода сообщения" + +#: src/screens/Messages/Conversation/MessageInput.tsx:72 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:59 +msgid "Message is too long" +msgstr "Сообщение слишком длинное" + +#: src/screens/Messages/List/index.tsx:321 +msgid "Message settings" +msgstr "Настройки сообщений" + +#: src/Navigation.tsx:565 +#: src/screens/Messages/List/index.tsx:164 +#: src/screens/Messages/List/index.tsx:246 +#: src/screens/Messages/List/index.tsx:317 +msgid "Messages" +msgstr "Сообщения" + +#: src/lib/moderation/useReportOptions.ts:47 +msgid "Misleading Account" +msgstr "Ложная учетная запись" + +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "Ложный пост" + +#: src/screens/Settings/AppearanceSettings.tsx:78 +msgid "Mode" +msgstr "Режим" + +#: src/Navigation.tsx:135 +#: src/screens/Moderation/index.tsx:105 +#: src/view/screens/Settings/index.tsx:527 +msgid "Moderation" +msgstr "Модерация" + +#: src/components/moderation/ModerationDetailsDialog.tsx:129 +msgid "Moderation details" +msgstr "Детали модерации" + +#: src/components/ListCard.tsx:145 +#: src/view/com/modals/UserAddRemoveLists.tsx:216 +msgid "Moderation list by {0}" +msgstr "Список модерации от {0}" + +#: src/view/screens/ProfileList.tsx:899 +msgid "Moderation list by <0/>" +msgstr "Список модерации от <0/>" + +#: src/view/com/modals/UserAddRemoveLists.tsx:214 +#: src/view/screens/ProfileList.tsx:897 +msgid "Moderation list by you" +msgstr "Список модерации от вас" + +#: src/view/com/modals/CreateOrEditList.tsx:185 +msgid "Moderation list created" +msgstr "Список модерации создан" + +#: src/view/com/modals/CreateOrEditList.tsx:171 +msgid "Moderation list updated" +msgstr "Список модерации обновлен" + +#: src/screens/Moderation/index.tsx:249 +msgid "Moderation lists" +msgstr "Списки для модерации" + +#: src/Navigation.tsx:140 +#: src/view/screens/ModerationModlists.tsx:58 +msgid "Moderation Lists" +msgstr "Списки для модерации" + +#: src/components/moderation/LabelPreference.tsx:247 +msgid "moderation settings" +msgstr "настройка модерации" + +#: src/view/screens/Settings/index.tsx:521 +msgid "Moderation settings" +msgstr "Настройка модерации" + +#: src/Navigation.tsx:246 +msgid "Moderation states" +msgstr "Статус модерации" + +#: src/screens/Moderation/index.tsx:218 +msgid "Moderation tools" +msgstr "Инструменты модерации" + +#: src/components/moderation/ModerationDetailsDialog.tsx:51 +#: src/lib/moderation/useModerationCauseDescription.ts:45 +msgid "Moderator has chosen to set a general warning on the content." +msgstr "Модератор решил установить общее предупреждение на контент." + +#: src/view/com/post-thread/PostThreadItem.tsx:629 +msgid "More" +msgstr "Больше" + +#: src/view/shell/desktop/Feeds.tsx:55 +msgid "More feeds" +msgstr "Больше лент" + +#: src/view/screens/ProfileList.tsx:709 +msgid "More options" +msgstr "Дополнительные опции" + +#: src/view/screens/PreferencesThreads.tsx:76 +msgid "Most-liked replies first" +msgstr "По количеству предпочтений" + +#: src/screens/Onboarding/state.ts:90 +msgid "Movies" +msgstr "Кино" + +#: src/screens/Onboarding/state.ts:91 +msgid "Music" +msgstr "Музыка" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:389 +msgctxt "video" +msgid "Mute" +msgstr "" + +#: src/components/TagMenu/index.tsx:263 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 +msgid "Mute" +msgstr "Игнорировать" + +#: src/components/TagMenu/index.web.tsx:116 +msgid "Mute {truncatedTag}" +msgstr "Игнорировать {truncatedTag}" + +#: src/view/com/profile/ProfileMenu.tsx:283 +#: src/view/com/profile/ProfileMenu.tsx:290 +msgid "Mute Account" +msgstr "Игнорировать" + +#: src/view/screens/ProfileList.tsx:628 +msgid "Mute accounts" +msgstr "Игнорировать учетные записи" + +#: src/components/TagMenu/index.tsx:220 +msgid "Mute all {displayTag} posts" +msgstr "Игнорировать все посты {displayTag}" + +#: src/components/dms/ConvoMenu.tsx:172 +#: src/components/dms/ConvoMenu.tsx:178 +msgid "Mute conversation" +msgstr "Отключить звук" + +#: src/components/dialogs/MutedWords.tsx:253 +msgid "Mute in:" +msgstr "Игнорируемое:" + +#: src/view/screens/ProfileList.tsx:734 +msgid "Mute list" +msgstr "Игнорировать список" + +#: src/view/screens/ProfileList.tsx:729 +msgid "Mute these accounts?" +msgstr "Игнорировать эти учетные записи?" + +#: src/components/dialogs/MutedWords.tsx:185 +msgid "Mute this word for 24 hours" +msgstr "Игнорирование этого слова на 24 часа" + +#: src/components/dialogs/MutedWords.tsx:224 +msgid "Mute this word for 30 days" +msgstr "Игнорирование этого слова на 30 дней" + +#: src/components/dialogs/MutedWords.tsx:209 +msgid "Mute this word for 7 days" +msgstr "Игнорирование этого слова на 7 дней" + +#: src/components/dialogs/MutedWords.tsx:258 +msgid "Mute this word in post text and tags" +msgstr "Игнорировать это слово в постах и тегах" + +#: src/components/dialogs/MutedWords.tsx:274 +msgid "Mute this word in tags only" +msgstr "Игнорировать это слово только в тегах" + +#: src/components/dialogs/MutedWords.tsx:170 +msgid "Mute this word until you unmute it" +msgstr "Игнорировать это слово пока вы его не включите" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:465 +#: src/view/com/util/forms/PostDropdownBtn.tsx:471 +msgid "Mute thread" +msgstr "Игнорировать обсуждение" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:481 +#: src/view/com/util/forms/PostDropdownBtn.tsx:483 +msgid "Mute words & tags" +msgstr "Игнорировать слова и теги" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:167 +#~ msgid "Muted" +#~ msgstr "Игнорируется" + +#: src/screens/Moderation/index.tsx:264 +msgid "Muted accounts" +msgstr "Игнорируемые учетные записи" + +#: src/Navigation.tsx:145 +#: src/view/screens/ModerationMutedAccounts.tsx:109 +msgid "Muted Accounts" +msgstr "Игнорируемые учетные записи" + +#: src/view/screens/ModerationMutedAccounts.tsx:117 +msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." +msgstr "Игнорируемые учетные записи автоматически убираются из вашей ленты и уведомлений. Игнорирование является полностью частным." + +#: src/lib/moderation/useModerationCauseDescription.ts:90 +msgid "Muted by \"{0}\"" +msgstr "Проигнорировано списком \"{0}\"" + +#: src/screens/Moderation/index.tsx:234 +msgid "Muted words & tags" +msgstr "Игнорируемые слова и теги" + +#: src/view/screens/ProfileList.tsx:731 +msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them." +msgstr "Игнорирование является частным. Игнорируемые учетные записи могут взаимодействовать с вами, но вы не будете видеть их посты и не будете получать от них уведомления." + +#: src/components/dialogs/BirthDateSettings.tsx:35 +#: src/components/dialogs/BirthDateSettings.tsx:38 +msgid "My Birthday" +msgstr "Мой день рождения" + +#: src/view/screens/Feeds.tsx:730 +msgid "My Feeds" +msgstr "Мои ленты" + +#: src/view/shell/desktop/LeftNav.tsx:84 +msgid "My Profile" +msgstr "Мой профиль" + +#: src/view/screens/Settings/index.tsx:582 +msgid "My saved feeds" +msgstr "Мои сохраненные ленты" + +#: src/view/screens/Settings/index.tsx:588 +msgid "My Saved Feeds" +msgstr "Мои сохраненные ленты" + +#: src/view/com/modals/AddAppPasswords.tsx:174 +#: src/view/com/modals/CreateOrEditList.tsx:279 +msgid "Name" +msgstr "Имя" + +#: src/view/com/modals/CreateOrEditList.tsx:143 +msgid "Name is required" +msgstr "Необходимое название" + +#: 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/screens/Onboarding/index.tsx:22 +#: src/screens/Onboarding/state.ts:92 +msgid "Nature" +msgstr "Природа" + +#: src/components/StarterPack/StarterPackCard.tsx:121 +msgid "Navigate to {0}" +msgstr "Перейдите к {0}" + +#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:76 +msgid "Navigate to starter pack" +msgstr "Перейдите к стартовому набору" + +#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/LoginForm.tsx:319 +#: src/view/com/modals/ChangePassword.tsx:169 +msgid "Navigates to the next screen" +msgstr "Переходит к следующему экрану" + +#: src/view/shell/Drawer.tsx:79 +msgid "Navigates to your profile" +msgstr "Переходит к вашему профилю" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:130 +msgid "Need to report a copyright violation?" +msgstr "Хотите сообщить о нарушении авторских прав?" + +#: src/screens/Onboarding/StepFinished.tsx:264 +msgid "Never lose access to your followers or data." +msgstr "Никогда не теряйте доступ к вашим подписчикам и данным." + +#: src/view/com/modals/ChangeHandle.tsx:515 +msgid "Nevermind, create a handle for me" +msgstr "Неважно, создайте для меня псевдоним" + +#: src/view/screens/Lists.tsx:83 +msgctxt "action" +msgid "New" +msgstr "Новый" + +#: src/view/screens/ModerationModlists.tsx:78 +msgid "New" +msgstr "Новый" + +#: src/components/dms/dialogs/NewChatDialog.tsx:54 +#: src/screens/Messages/List/index.tsx:331 +#: src/screens/Messages/List/index.tsx:338 +msgid "New chat" +msgstr "Новый чат" + +#: src/components/dms/NewMessagesPill.tsx:92 +msgid "New messages" +msgstr "Новые сообщения" + +#: src/view/com/modals/CreateOrEditList.tsx:241 +msgid "New Moderation List" +msgstr "Новый список модерации" + +#: src/view/com/modals/ChangePassword.tsx:213 +msgid "New password" +msgstr "Новый пароль" + +#: src/view/com/modals/ChangePassword.tsx:218 +msgid "New Password" +msgstr "Новый Пароль" + +#: src/view/com/feeds/FeedPage.tsx:147 +msgctxt "action" +msgid "New post" +msgstr "Новый пост" + +#: src/view/screens/Feeds.tsx:580 +#: src/view/screens/Notifications.tsx:228 +#: src/view/screens/Profile.tsx:489 +#: src/view/screens/ProfileFeed.tsx:429 +#: src/view/screens/ProfileList.tsx:237 +#: src/view/screens/ProfileList.tsx:276 +#: src/view/shell/desktop/LeftNav.tsx:277 +msgid "New post" +msgstr "Новый пост" + +#: src/view/shell/desktop/LeftNav.tsx:283 +msgctxt "action" +msgid "New Post" +msgstr "Новый пост" + +#: src/components/NewskieDialog.tsx:83 +msgid "New user info dialog" +msgstr "Новый диалог информации о пользователе" + +#: src/view/com/modals/CreateOrEditList.tsx:236 +msgid "New User List" +msgstr "Новый список пользователей" + +#: src/view/screens/PreferencesThreads.tsx:73 +msgid "Newest replies first" +msgstr "Сначала самые новые" + +#: src/screens/Onboarding/index.tsx:20 +#: src/screens/Onboarding/state.ts:93 +msgid "News" +msgstr "Новости" + +#: src/screens/Login/ForgotPasswordForm.tsx:143 +#: src/screens/Login/ForgotPasswordForm.tsx:149 +#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:325 +#: src/screens/Login/SetNewPasswordForm.tsx:174 +#: src/screens/Login/SetNewPasswordForm.tsx:180 +#: src/screens/Signup/BackNextButtons.tsx:66 +#: src/screens/StarterPack/Wizard/index.tsx:183 +#: src/screens/StarterPack/Wizard/index.tsx:187 +#: src/screens/StarterPack/Wizard/index.tsx:358 +#: src/screens/StarterPack/Wizard/index.tsx:365 +#: src/view/com/modals/ChangePassword.tsx:254 +#: src/view/com/modals/ChangePassword.tsx:256 +msgid "Next" +msgstr "Далее" + +#: src/view/com/lightbox/Lightbox.web.tsx:169 +msgid "Next image" +msgstr "Следующее изображение" + +#: src/view/screens/PreferencesFollowingFeed.tsx:70 +#: src/view/screens/PreferencesFollowingFeed.tsx:96 +#: src/view/screens/PreferencesFollowingFeed.tsx:131 +#: src/view/screens/PreferencesFollowingFeed.tsx:168 +#: src/view/screens/PreferencesThreads.tsx:100 +#: src/view/screens/PreferencesThreads.tsx:123 +msgid "No" +msgstr "Нет" + +#: src/view/screens/ProfileFeed.tsx:564 +#: src/view/screens/ProfileList.tsx:879 +msgid "No description" +msgstr "Описание отсутствует" + +#: src/view/com/modals/ChangeHandle.tsx:399 +msgid "No DNS Panel" +msgstr "Нет панели DNS" + +#: src/components/dialogs/GifSelect.ios.tsx:202 +#: src/components/dialogs/GifSelect.tsx:218 +msgid "No featured GIFs found. There may be an issue with Tenor." +msgstr "Не найдено ни одного тематического GIF. Возможно, возникла проблема с Tenor." + +#: src/screens/StarterPack/Wizard/StepFeeds.tsx:120 +msgid "No feeds found. Try searching for something else." +msgstr "Не найдено ни одной ленты. Попробуйте поискать что-нибудь еще." + +#: src/components/ProfileCard.tsx:336 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 +msgid "No longer following {0}" +msgstr "Вы больше не подписаны на {0}" + +#: src/screens/Signup/StepHandle.tsx:169 +msgid "No longer than 253 characters" +msgstr "Не может быть длиннее 253 символов" + +#: src/screens/Messages/List/ChatListItem.tsx:106 +msgid "No messages yet" +msgstr "Сообщения пока отсутствуют" + +#: src/screens/Messages/List/index.tsx:274 +msgid "No more conversations to show" +msgstr "Больше никаких бесед для показа" + +#: src/view/com/notifications/Feed.tsx:121 +msgid "No notifications yet!" +msgstr "Еще никаких уведомлений!" + +#: src/components/dms/MessagesNUX.tsx:149 +#: src/components/dms/MessagesNUX.tsx:152 +#: src/screens/Messages/Settings.tsx:93 +#: src/screens/Messages/Settings.tsx:96 +msgid "No one" +msgstr "Никого" + +#: src/components/WhoCanReply.tsx:237 +msgid "No one but the author can quote this post." +msgstr "Никто, кроме автора, не может цитировать это сообщение." + +#: src/screens/Profile/Sections/Feed.tsx:64 +msgid "No posts yet." +msgstr "Пока нет постов." + +#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 +#: src/view/com/composer/text-input/web/Autocomplete.tsx:195 +msgid "No result" +msgstr "Нет результатов" + +#: src/components/dms/dialogs/SearchablePeopleList.tsx:202 +msgid "No results" +msgstr "Нет результатов" + +#: src/components/Lists.tsx:215 +msgid "No results found" +msgstr "Нет результатов" + +#: src/view/screens/Feeds.tsx:511 +msgid "No results found for \"{query}\"" +msgstr "Ничего не найдено по запросу \"{query}\"" + +#: src/view/com/modals/ListAddRemoveUsers.tsx:128 +#: src/view/screens/Search/Search.tsx:233 +#: src/view/screens/Search/Search.tsx:272 +#: src/view/screens/Search/Search.tsx:318 +msgid "No results found for {query}" +msgstr "Ничего не найдено по запросу \"{query}\"" + +#: src/components/dialogs/GifSelect.ios.tsx:200 +#: src/components/dialogs/GifSelect.tsx:216 +msgid "No search results found for \"{search}\"." +msgstr "Результаты поиска по запросу \"{search}\" не найдены." + +#: src/components/dialogs/EmbedConsent.tsx:105 +#: src/components/dialogs/EmbedConsent.tsx:112 +msgid "No thanks" +msgstr "Нет, спасибо" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:375 +msgid "Nobody" +msgstr "Никто" + +#: src/components/LikedByList.tsx:79 +#: src/components/LikesDialog.tsx:99 +msgid "Nobody has liked this yet. Maybe you should be the first!" +msgstr "Пока это никому не понравилось. Возможно, вы должны быть первым!" + +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:103 +msgid "Nobody was found. Try searching for someone else." +msgstr "Никто не найден. Попробуйте поискать кого-нибудь другого." + +#: src/lib/moderation/useGlobalLabelStrings.ts:42 +msgid "Non-sexual Nudity" +msgstr "Несексуальная обнаженность" + +#: src/Navigation.tsx:125 +#: src/view/screens/Profile.tsx:119 +msgid "Not Found" +msgstr "Не найдено" + +#: src/view/com/modals/VerifyEmail.tsx:254 +#: src/view/com/modals/VerifyEmail.tsx:260 +msgid "Not right now" +msgstr "Позже" + +#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/util/forms/PostDropdownBtn.tsx:654 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:356 +msgid "Note about sharing" +msgstr "Примечание по распространению" + +#: src/screens/Moderation/index.tsx:574 +msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites." +msgstr "Примечание: Bluesky является открытой и публичной сетью. Этот параметр ограничивает видимость вашего содержимого только в приложениях и на сайте Bluesky, но другие приложения могут этого не придерживаться. Ваш контент все еще может быть показан посетителям без учетной записи другими приложениями и веб-сайтами." + +#: src/screens/Messages/List/index.tsx:215 +msgid "Nothing here" +msgstr "Ничего здесь нет" + +#: src/view/screens/NotificationsSettings.tsx:54 +msgid "Notification filters" +msgstr "Фильтры уведомлений" + +#: src/Navigation.tsx:348 +#: src/view/screens/Notifications.tsx:119 +msgid "Notification settings" +msgstr "Настройки уведомления" + +#: src/view/screens/NotificationsSettings.tsx:39 +msgid "Notification Settings" +msgstr "Настройки уведомления" + +#: src/screens/Messages/Settings.tsx:124 +msgid "Notification sounds" +msgstr "Звуки уведомлений" + +#: src/screens/Messages/Settings.tsx:121 +msgid "Notification Sounds" +msgstr "Звуки уведомлений" + +#: src/Navigation.tsx:560 +#: src/view/screens/Notifications.tsx:145 +#: src/view/screens/Notifications.tsx:155 +#: src/view/screens/Notifications.tsx:203 +#: src/view/shell/bottom-bar/BottomBar.tsx:227 +#: src/view/shell/desktop/LeftNav.tsx:356 +#: src/view/shell/Drawer.tsx:461 +#: src/view/shell/Drawer.tsx:462 +msgid "Notifications" +msgstr "Уведомления" + +#: src/lib/hooks/useTimeAgo.ts:122 +msgid "now" +msgstr "сейчас" + +#: src/components/dms/MessageItem.tsx:170 +msgid "Now" +msgstr "Сейчас" + +#: src/view/com/modals/SelfLabel.tsx:104 +msgid "Nudity" +msgstr "Нагота" + +#: src/lib/moderation/useReportOptions.ts:78 +msgid "Nudity or adult content not labeled as such" +msgstr "Нагота или материалы для взрослых не помечены соответствующим образом" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:11 +msgid "Off" +msgstr "Отключено" + +#: src/components/dialogs/GifSelect.ios.tsx:237 +#: src/components/dialogs/GifSelect.tsx:257 +#: src/view/com/util/ErrorBoundary.tsx:55 +msgid "Oh no!" +msgstr "О, нет!" + +#: src/screens/Onboarding/StepInterests/index.tsx:138 +msgid "Oh no! Something went wrong." +msgstr "Ой! Что-то пошло не так." + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:175 +msgid "Oh no! We weren't able to generate an image for you to share. Rest assured, we're glad you're here 🦋" +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:339 +msgid "OK" +msgstr "ОК" + +#: src/screens/Login/PasswordUpdatedForm.tsx:44 +msgid "Okay" +msgstr "Хорошо" + +#: src/view/screens/PreferencesThreads.tsx:72 +msgid "Oldest replies first" +msgstr "Сначала самые древние" + +#: src/components/StarterPack/QrCode.tsx:70 +msgid "on<0><1/><2><3/>" +msgstr "на<0><1/><2><3/>" + +#: src/view/screens/Settings/index.tsx:226 +msgid "Onboarding reset" +msgstr "Сброс настроек" + +#: src/view/com/composer/Composer.tsx:671 +msgid "One or more images is missing alt text." +msgstr "Для одного или нескольких изображений отсутствует описание." + +#: src/screens/Onboarding/StepProfile/index.tsx:117 +msgid "Only .jpg and .png files are supported" +msgstr "Поддерживаются только файлы .jpg и .png" + +#: src/components/WhoCanReply.tsx:217 +msgid "Only {0} can reply." +msgstr "Только {0} могут отвечать." + +#: src/screens/Signup/StepHandle.tsx:152 +msgid "Only contains letters, numbers, and hyphens" +msgstr "Только буквы, цифры и дефис" + +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:39 +msgid "Only WebVTT (.vtt) files are supported" +msgstr "Поддерживаются только файлы WebVTT (.vtt)" + +#: src/components/Lists.tsx:88 +msgid "Oops, something went wrong!" +msgstr "Ой, что-то пошло не так!" + +#: src/components/Lists.tsx:199 +#: src/components/StarterPack/ProfileStarterPacks.tsx:304 +#: src/components/StarterPack/ProfileStarterPacks.tsx:313 +#: src/view/screens/AppPasswords.tsx:68 +#: src/view/screens/NotificationsSettings.tsx:45 +#: src/view/screens/Profile.tsx:119 +msgid "Oops!" +msgstr "Ой!" + +#: src/screens/Onboarding/StepFinished.tsx:260 +msgid "Open" +msgstr "Открыть" + +#: src/view/com/posts/AviFollowButton.tsx:87 +msgid "Open {name} profile shortcut menu" +msgstr "Открыть контекстное меню профиля {name}" + +#: src/screens/Onboarding/StepProfile/index.tsx:277 +msgid "Open avatar creator" +msgstr "Открытый создатель аватаров" + +#: src/screens/Messages/List/ChatListItem.tsx:219 +#: src/screens/Messages/List/ChatListItem.tsx:220 +msgid "Open conversation options" +msgstr "Открыть настройки беседы" + +#: src/screens/Messages/Conversation/MessageInput.web.tsx:165 +#: src/view/com/composer/Composer.tsx:820 +#: src/view/com/composer/Composer.tsx:821 +msgid "Open emoji picker" +msgstr "Открыть подборщик эмодзи" + +#: src/view/screens/ProfileFeed.tsx:297 +msgid "Open feed options menu" +msgstr "Открыть меню настроек ленты" + +#: src/view/screens/Settings/index.tsx:702 +msgid "Open links with in-app browser" +msgstr "Открывать ссылки встроенным браузером" + +#: src/components/dms/ActionsWrapper.tsx:87 +msgid "Open message options" +msgstr "Открыть параметры сообщений" + +#: src/screens/Moderation/index.tsx:230 +msgid "Open muted words and tags settings" +msgstr "Открыть настройки игнорирования слов и тегов" + +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 +msgid "Open navigation" +msgstr "Открыть навигацию" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:350 +msgid "Open post options menu" +msgstr "Открыть меню настроек поста" + +#: src/screens/StarterPack/StarterPackScreen.tsx:540 +msgid "Open starter pack menu" +msgstr "Открыть меню стартового набора" + +#: src/view/screens/Settings/index.tsx:826 +#: src/view/screens/Settings/index.tsx:836 +msgid "Open storybook page" +msgstr "Открыть страницу storybook" + +#: src/view/screens/Settings/index.tsx:814 +msgid "Open system log" +msgstr "Открыть системный журнал" + +#: src/view/com/util/forms/DropdownButton.tsx:159 +msgid "Opens {numItems} options" +msgstr "Открывает меню с {numItems} опциями" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:68 +msgid "Opens a dialog to choose who can reply to this thread" +msgstr "Открывает диалог, позволяющий выбрать, кто может отвечать в этой теме" + +#: src/view/screens/Settings/index.tsx:455 +msgid "Opens accessibility settings" +msgstr "Открывает параметры доступности" + +#: src/view/screens/Log.tsx:58 +msgid "Opens additional details for a debug entry" +msgstr "Открывает дополнительную информацию о записи для отладки" + +#: src/view/screens/Settings/index.tsx:476 +msgid "Opens appearance settings" +msgstr "Открывает настройки внешнего вида" + +#: src/view/com/composer/photos/OpenCameraBtn.tsx:74 +msgid "Opens camera on device" +msgstr "Открывает камеру на устройстве" + +#: src/view/screens/Settings/index.tsx:605 +msgid "Opens chat settings" +msgstr "Открывает настройки чата" + +#: src/view/com/post-thread/PostThreadComposePrompt.tsx:30 +msgid "Opens composer" +msgstr "Открывает редактор" + +#: src/view/screens/Settings/index.tsx:497 +msgid "Opens configurable language settings" +msgstr "Открывает настройки языков" + +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:40 +msgid "Opens device photo gallery" +msgstr "Открывает фотогалерею устройства" + +#: src/view/screens/Settings/index.tsx:637 +msgid "Opens external embeds settings" +msgstr "Открывает настройки внешних встроек" + +#: src/view/com/auth/SplashScreen.tsx:50 +#: src/view/com/auth/SplashScreen.web.tsx:99 +msgid "Opens flow to create a new Bluesky account" +msgstr "Открывает процесс создания новой учетной записи Bluesky" + +#: src/view/com/auth/SplashScreen.tsx:65 +#: src/view/com/auth/SplashScreen.web.tsx:114 +msgid "Opens flow to sign into your existing Bluesky account" +msgstr "Открывает процесс входа в существующую учетную запись Bluesky" + +#: src/view/com/composer/photos/SelectGifBtn.tsx:36 +msgid "Opens GIF select dialog" +msgstr "Открывает диалоговое окно выбора GIF" + +#: src/view/com/modals/InviteCodes.tsx:173 +msgid "Opens list of invite codes" +msgstr "Открывает список кодов приглашения" + +#: src/view/screens/Settings/index.tsx:774 +msgid "Opens modal for account deactivation confirmation" +msgstr "Открывает модальное окно для подтверждения деактивации аккаунта" + +#: src/view/screens/Settings/index.tsx:796 +msgid "Opens modal for account deletion confirmation. Requires email code" +msgstr "Открывает модальное окно для подтверждения удаления учетной записи. Требует код из электронной почты" + +#: src/view/screens/Settings/index.tsx:731 +msgid "Opens modal for changing your Bluesky password" +msgstr "Открывает модальное окно для изменения пароля в Bluesky" + +#: src/view/screens/Settings/index.tsx:686 +msgid "Opens modal for choosing a new Bluesky handle" +msgstr "Открывает модальное окно для выбора псевдонима в Bluesky" + +#: src/view/screens/Settings/index.tsx:754 +msgid "Opens modal for downloading your Bluesky account data (repository)" +msgstr "Открывает модальное окно для загрузки данных из вашей учетной записи Bluesky (репозиторий)" + +#: src/view/screens/Settings/index.tsx:962 +msgid "Opens modal for email verification" +msgstr "Открывает модальное окно для проверки электронной почты" + +#: src/view/com/modals/ChangeHandle.tsx:276 +msgid "Opens modal for using custom domain" +msgstr "Открывает диалог настройки собственного домена в качестве псевдонима" + +#: src/view/screens/Settings/index.tsx:522 +msgid "Opens moderation settings" +msgstr "Открывает настройки модерации" + +#: src/screens/Login/LoginForm.tsx:234 +msgid "Opens password reset form" +msgstr "Открывает форму сброса пароля" + +#: src/view/screens/Settings/index.tsx:583 +msgid "Opens screen with all saved feeds" +msgstr "Открывает страницу со всеми сохраненными каналами" + +#: src/view/screens/Settings/index.tsx:664 +msgid "Opens the app password settings" +msgstr "Открывает настройки паролей для приложений" + +#: src/view/screens/Settings/index.tsx:540 +msgid "Opens the Following feed preferences" +msgstr "Открывает настройки ленты подписок" + +#: src/view/com/modals/LinkWarning.tsx:93 +msgid "Opens the linked website" +msgstr "Открывает ссылку" + +#: src/view/screens/Settings/index.tsx:827 +#: src/view/screens/Settings/index.tsx:837 +msgid "Opens the storybook page" +msgstr "Открывает страницу сборника рассказов" + +#: src/view/screens/Settings/index.tsx:815 +msgid "Opens the system log page" +msgstr "Открывает системный журнал" + +#: src/view/screens/Settings/index.tsx:561 +msgid "Opens the threads preferences" +msgstr "Открывает настройки веток" + +#: src/view/com/notifications/FeedItem.tsx:551 +#: src/view/com/util/UserAvatar.tsx:426 +msgid "Opens this profile" +msgstr "Открывает этот профиль" + +#: src/view/com/composer/videos/SelectVideoBtn.tsx:95 +msgid "Opens video picker" +msgstr "Открывает окно выбора видео" + +#: src/view/com/util/forms/DropdownButton.tsx:293 +msgid "Option {0} of {numItems}" +msgstr "Опция {0} с {numItems}" + +#: src/components/dms/ReportDialog.tsx:183 +#: src/components/ReportDialog/SubmitView.tsx:166 +msgid "Optionally provide additional information below:" +msgstr "По желанию предоставьте дополнительную информацию ниже:" + +#: src/components/dialogs/MutedWords.tsx:299 +msgid "Options:" +msgstr "Варианты:" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:388 +msgid "Or combine these options:" +msgstr "Или какие-то из следующих вариантов:" + +#: src/screens/Deactivated.tsx:211 +msgid "Or, continue with another account." +msgstr "Или продолжите с другим аккаунтом." + +#: src/screens/Deactivated.tsx:194 +msgid "Or, log into one of your other accounts." +msgstr "Или войдите в одну из других своих учетных записей." + +#: src/lib/moderation/useReportOptions.ts:27 +msgid "Other" +msgstr "Другое" + +#: src/components/AccountList.tsx:76 +msgid "Other account" +msgstr "Другая учетная запись" + +#: src/view/screens/Settings/index.tsx:379 +msgid "Other accounts" +msgstr "Другие учетные записи" + +#: src/view/com/composer/select-language/SelectLangBtn.tsx:92 +msgid "Other..." +msgstr "Другие..." + +#: src/screens/Messages/Conversation/ChatDisabled.tsx:28 +msgid "Our moderators have reviewed reports and decided to disable your access to chats on Bluesky." +msgstr "Наши модераторы рассмотрели сообщения и решили отключить вам доступ к чатам на Bluesky." + +#: src/components/Lists.tsx:216 +#: src/view/screens/NotFound.tsx:45 +msgid "Page not found" +msgstr "Страница не найдена" + +#: src/view/screens/NotFound.tsx:42 +msgid "Page Not Found" +msgstr "Страница не найдена" + +#: src/screens/Login/LoginForm.tsx:213 +#: src/screens/Signup/StepInfo/index.tsx:162 +#: src/view/com/modals/DeleteAccount.tsx:257 +#: src/view/com/modals/DeleteAccount.tsx:264 +msgid "Password" +msgstr "Пароль" + +#: src/view/com/modals/ChangePassword.tsx:143 +msgid "Password Changed" +msgstr "Пароль изменен" + +#: src/screens/Login/index.tsx:157 +msgid "Password updated" +msgstr "Пароль изменен" + +#: src/screens/Login/PasswordUpdatedForm.tsx:30 +msgid "Password updated!" +msgstr "Пароль изменен!" + +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:366 +msgid "Pause" +msgstr "Приостановить" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:319 +msgid "Pause video" +msgstr "Приостановить видео" + +#: src/screens/StarterPack/StarterPackScreen.tsx:171 +#: src/view/screens/Search/Search.tsx:369 +msgid "People" +msgstr "Люди" + +#: src/Navigation.tsx:180 +msgid "People followed by @{0}" +msgstr "Люди, на которых подписан(-а) @{0}" + +#: src/Navigation.tsx:173 +msgid "People following @{0}" +msgstr "Люди, которые подписаны на @{0}" + +#: src/view/com/lightbox/Lightbox.tsx:70 +msgid "Permission to access camera roll is required." +msgstr "Требуется разрешение на доступ к папке камеры." + +#: src/view/com/lightbox/Lightbox.tsx:78 +msgid "Permission to access camera roll was denied. Please enable it in your system settings." +msgstr "Разрешение на доступ к папке камеры было запрещено. Пожалуйста, включите его в настройках системы." + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:55 +msgid "Person toggle" +msgstr "Переключение персон" + +#: src/screens/Onboarding/index.tsx:28 +#: src/screens/Onboarding/state.ts:94 +msgid "Pets" +msgstr "Домашние любимцы" + +#: src/screens/Onboarding/state.ts:95 +msgid "Photography" +msgstr "Фотография" + +#: src/view/com/modals/SelfLabel.tsx:122 +msgid "Pictures meant for adults." +msgstr "Изображения, предназначенные для взрослых." + +#: src/view/screens/ProfileFeed.tsx:289 +#: src/view/screens/ProfileList.tsx:673 +msgid "Pin to home" +msgstr "Закрепить" + +#: src/view/screens/ProfileFeed.tsx:292 +msgid "Pin to Home" +msgstr "Закрепить на главной" + +#: src/view/screens/SavedFeeds.tsx:103 +msgid "Pinned Feeds" +msgstr "Закрепленные ленты" + +#: src/view/screens/ProfileList.tsx:345 +msgid "Pinned to your feeds" +msgstr "Прикрепить к своим лентам" + +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:367 +msgid "Play" +msgstr "Воспроизвести" + +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:131 +msgid "Play {0}" +msgstr "Воспроизвести {0}" + +#: src/view/com/util/post-embeds/GifEmbed.tsx:45 +msgid "Play or pause the GIF" +msgstr "Воспроизведение или приостановка GIF" + +#: src/view/com/util/post-embeds/VideoEmbed.tsx:110 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:320 +msgid "Play video" +msgstr "Воспроизвести видео" + +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:59 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:60 +msgid "Play Video" +msgstr "Воспроизвести видео" + +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:130 +msgid "Plays the GIF" +msgstr "Воспроизводит GIF" + +#: src/screens/Signup/state.ts:217 +msgid "Please choose your handle." +msgstr "Пожалуйста, выберите псевдоним." + +#: src/screens/Signup/state.ts:210 +#: src/screens/Signup/StepInfo/index.tsx:81 +msgid "Please choose your password." +msgstr "Пожалуйста, выберите ваш пароль." + +#: src/screens/Signup/state.ts:231 +msgid "Please complete the verification captcha." +msgstr "Пожалуйста, завершите проверку Captcha." + +#: src/view/com/modals/ChangeEmail.tsx:65 +msgid "Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed." +msgstr "Пожалуйста, подтвердите ваш адрес электронной почты, прежде чем изменить его. Это временное требование при добавлении инструментов обновления электронного адреса, вскоре оно будет удалено." + +#: src/view/com/modals/AddAppPasswords.tsx:94 +msgid "Please enter a name for your app password. All spaces is not allowed." +msgstr "Пожалуйста, введите имя для пароля приложения. Пробелы и пробелы не допускаются." + +#: src/view/com/modals/AddAppPasswords.tsx:151 +msgid "Please enter a unique name for this App Password or use our randomly generated one." +msgstr "Пожалуйста, введите уникальное название для этого пароля или используйте наше случайно сгенерированное." + +#: src/components/dialogs/MutedWords.tsx:86 +msgid "Please enter a valid word, tag, or phrase to mute" +msgstr "Пожалуйста, введите допустимое слово, тег или фразу для игнорирования" + +#: src/screens/Signup/state.ts:196 +#: src/screens/Signup/StepInfo/index.tsx:69 +msgid "Please enter your email." +msgstr "Пожалуйста, введите адрес эл. почты." + +#: src/screens/Signup/StepInfo/index.tsx:63 +msgid "Please enter your invite code." +msgstr "Пожалуйста, введите код приглашения." + +#: src/view/com/modals/DeleteAccount.tsx:253 +msgid "Please enter your password as well:" +msgstr "Пожалуйста, также введите ваш пароль:" + +#: src/components/moderation/LabelsOnMeDialog.tsx:259 +msgid "Please explain why you think this label was incorrectly applied by {0}" +msgstr "Пожалуйста, объясните, почему вы считаете, что эта метка была ошибочно добавлена к {0}" + +#: src/screens/Messages/Conversation/ChatDisabled.tsx:110 +msgid "Please explain why you think your chats were incorrectly disabled" +msgstr "Пожалуйста, объясните, почему вы считаете, что ваши чаты были неправильно отключены" + +#: src/lib/hooks/useAccountSwitcher.ts:48 +#: src/lib/hooks/useAccountSwitcher.ts:58 +msgid "Please sign in as @{0}" +msgstr "Пожалуйста, войдите под именем @{0}" + +#: src/view/com/modals/VerifyEmail.tsx:109 +msgid "Please Verify Your Email" +msgstr "Подтвердите свой адрес электронной почты" + +#: src/view/com/composer/Composer.tsx:359 +msgid "Please wait for your link card to finish loading" +msgstr "Пожалуйста, подождите пока завершится создание предварительного просмотра для ссылки" + +#: src/screens/Onboarding/index.tsx:34 +#: src/screens/Onboarding/state.ts:96 +msgid "Politics" +msgstr "Политика" + +#: src/view/com/modals/SelfLabel.tsx:112 +msgid "Porn" +msgstr "Порнография" + +#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:653 +msgctxt "action" +msgid "Post" +msgstr "Запостить" + +#: src/view/com/post-thread/PostThread.tsx:481 +msgctxt "description" +msgid "Post" +msgstr "Пост" + +#: src/view/com/post-thread/PostThreadItem.tsx:196 +msgid "Post by {0}" +msgstr "Пост от {0}" + +#: src/Navigation.tsx:199 +#: src/Navigation.tsx:206 +#: src/Navigation.tsx:213 +#: src/Navigation.tsx:220 +msgid "Post by @{0}" +msgstr "Пост от @{0}" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:174 +msgid "Post deleted" +msgstr "Пост удален" + +#: src/view/com/post-thread/PostThread.tsx:212 +msgid "Post hidden" +msgstr "Пост скрыт" + +#: src/components/moderation/ModerationDetailsDialog.tsx:106 +#: src/lib/moderation/useModerationCauseDescription.ts:104 +msgid "Post Hidden by Muted Word" +msgstr "Пост скрыт из-за игнорированного слова" + +#: src/components/moderation/ModerationDetailsDialog.tsx:109 +#: src/lib/moderation/useModerationCauseDescription.ts:113 +msgid "Post Hidden by You" +msgstr "Вы скрыли этот пост" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:283 +msgid "Post interaction settings" +msgstr "Настройки взаимодействия с постами" + +#: src/view/com/composer/select-language/SelectLangBtn.tsx:88 +msgid "Post language" +msgstr "Язык поста" + +#: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:75 +msgid "Post Languages" +msgstr "Языки поста" + +#: src/view/com/post-thread/PostThread.tsx:207 +#: src/view/com/post-thread/PostThread.tsx:219 +msgid "Post not found" +msgstr "Пост не найден" + +#: src/components/TagMenu/index.tsx:267 +msgid "posts" +msgstr "посты" + +#: src/screens/StarterPack/StarterPackScreen.tsx:173 +#: src/view/screens/Profile.tsx:220 +msgid "Posts" +msgstr "Посты" + +#: src/components/dialogs/MutedWords.tsx:115 +msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." +msgstr "Посты могут быть отключены на основании их текста, тегов или того и другого. Мы рекомендуем избегать общих слов, которые встречаются во многих сообщениях, так как это может привести к тому, что посты не будут показаны." + +#: src/view/com/posts/FeedErrorMessage.tsx:68 +msgid "Posts hidden" +msgstr "Посты скрыты" + +#: src/view/com/modals/LinkWarning.tsx:60 +msgid "Potentially Misleading Link" +msgstr "Потенциально обманчивая ссылка" + +#: src/state/queries/notifications/settings.ts:44 +msgid "Preference saved" +msgstr "Предпочтения сохранены" + +#: src/screens/Messages/Conversation/MessageListError.tsx:19 +msgid "Press to attempt reconnection" +msgstr "Нажмите для попытки повторного подключения" + +#: src/components/forms/HostingProvider.tsx:46 +msgid "Press to change hosting provider" +msgstr "Сменить хостинг-провайдера" + +#: src/components/Error.tsx:61 +#: src/components/Lists.tsx:93 +#: src/screens/Messages/Conversation/MessageListError.tsx:24 +#: src/screens/Signup/BackNextButtons.tsx:46 +msgid "Press to retry" +msgstr "Нажмите, чтобы повторить попытку" + +#: src/components/KnownFollowers.tsx:124 +msgid "Press to view followers of this account that you also follow" +msgstr "Нажмите, чтобы просмотреть подписчиков этой учетной записи, за которыми вы также следите" + +#: src/view/com/lightbox/Lightbox.web.tsx:150 +msgid "Previous image" +msgstr "Предварительное изображение" + +#: src/view/screens/LanguageSettings.tsx:190 +msgid "Primary Language" +msgstr "Основной язык" + +#: src/view/screens/PreferencesThreads.tsx:91 +msgid "Prioritize Your Follows" +msgstr "Приоритезировать ваши подписки" + +#: src/view/screens/NotificationsSettings.tsx:57 +msgid "Priority notifications" +msgstr "Приоритетные уведомления" + +#: src/view/screens/Settings/index.tsx:620 +#: src/view/shell/desktop/RightNav.tsx:81 +msgid "Privacy" +msgstr "Конфиденциальность" + +#: src/Navigation.tsx:266 +#: src/screens/Signup/StepInfo/Policies.tsx:62 +#: src/view/screens/PrivacyPolicy.tsx:29 +#: src/view/screens/Settings/index.tsx:911 +#: src/view/shell/Drawer.tsx:298 +msgid "Privacy Policy" +msgstr "Политика конфиденциальности" + +#: src/components/dms/MessagesNUX.tsx:91 +msgid "Privately chat with other users." +msgstr "Частный чат с другими пользователями." + +#: src/screens/Login/ForgotPasswordForm.tsx:155 +msgid "Processing..." +msgstr "Обработка..." + +#: src/view/screens/DebugMod.tsx:896 +#: src/view/screens/Profile.tsx:357 +msgid "profile" +msgstr "профиль" + +#: src/view/shell/bottom-bar/BottomBar.tsx:272 +#: src/view/shell/desktop/LeftNav.tsx:387 +#: src/view/shell/Drawer.tsx:78 +#: src/view/shell/Drawer.tsx:546 +#: src/view/shell/Drawer.tsx:547 +msgid "Profile" +msgstr "Профиль" + +#: src/view/com/modals/EditProfile.tsx:129 +msgid "Profile updated" +msgstr "Профиль обновлен" + +#: src/view/screens/Settings/index.tsx:975 +msgid "Protect your account by verifying your email." +msgstr "Защитите свою учетную запись, подтвердив свой электронный адрес." + +#: src/screens/Onboarding/StepFinished.tsx:246 +msgid "Public" +msgstr "Публичный" + +#: src/view/screens/ModerationModlists.tsx:61 +msgid "Public, shareable lists of users to mute or block in bulk." +msgstr "Публичные, распространяемые списки пользователей для игнорирования или блокировки." + +#: src/view/screens/Lists.tsx:68 +msgid "Public, shareable lists which can drive feeds." +msgstr "Публичные, распространяемые списки для создания лент." + +#: src/view/com/composer/Composer.tsx:631 +msgid "Publish post" +msgstr "Опубликовать пост" + +#: src/view/com/composer/Composer.tsx:631 +msgid "Publish reply" +msgstr "Опубликовать ответ" + +#: src/components/StarterPack/QrCodeDialog.tsx:128 +msgid "QR code copied to your clipboard!" +msgstr "QR-код скопирован в ваш буфер обмена!" + +#: src/components/StarterPack/QrCodeDialog.tsx:106 +msgid "QR code has been downloaded!" +msgstr "QR-код был загружен!" + +#: src/components/StarterPack/QrCodeDialog.tsx:107 +msgid "QR code saved to your camera roll!" +msgstr "QR-код сохранен в папке камеры!" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:152 +#: src/view/com/util/post-ctrls/RepostButton.web.tsx:85 +#: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 +msgid "Quote post" +msgstr "Цитировать пост" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:302 +msgid "Quote post was re-attached" +msgstr "Пост с цитатой был повторно прикреплен" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:301 +msgid "Quote post was successfully detached" +msgstr "Пост с цитатой был успешно отсоединен" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:313 +#: src/view/com/util/post-ctrls/RepostButton.tsx:124 +#: src/view/com/util/post-ctrls/RepostButton.tsx:151 +#: src/view/com/util/post-ctrls/RepostButton.web.tsx:84 +#: src/view/com/util/post-ctrls/RepostButton.web.tsx:91 +msgid "Quote posts disabled" +msgstr "Цитирование постов отключено" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:311 +msgid "Quote posts enabled" +msgstr "Цитирование постов включено" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:295 +msgid "Quote settings" +msgstr "Настройки цитирования" + +#: src/screens/Post/PostQuotes.tsx:31 +#: src/screens/Post/PostQuotes.tsx:32 +msgid "Quotes" +msgstr "Цитаты" + +#: src/view/com/post-thread/PostThreadItem.tsx:230 +msgid "Quotes of this post" +msgstr "Цитаты из этого поста" + +#: src/view/screens/PreferencesThreads.tsx:80 +msgid "Random (aka \"Poster's Roulette\")" +msgstr "В случайном порядке (он же \"Poster's Roulette\")" + +#: src/view/com/modals/EditImage.tsx:237 +msgid "Ratios" +msgstr "Соотношение сторон" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:543 +#: src/view/com/util/forms/PostDropdownBtn.tsx:553 +msgid "Re-attach quote" +msgstr "Прикрепить цитату заново" + +#: src/screens/Deactivated.tsx:144 +msgid "Reactivate your account" +msgstr "Реактивируйте свой аккаунт" + +#: src/view/com/auth/SplashScreen.web.tsx:157 +msgid "Read the Bluesky blog" +msgstr "Прочтите блог Bluesky" + +#: src/screens/Signup/StepInfo/Policies.tsx:59 +msgid "Read the Bluesky Privacy Policy" +msgstr "Прочтите политику конфиденциальности Bluesky" + +#: src/screens/Signup/StepInfo/Policies.tsx:49 +msgid "Read the Bluesky Terms of Service" +msgstr "Прочтите условия предоставления услуг Bluesky" + +#: src/components/dms/ReportDialog.tsx:174 +msgid "Reason:" +msgstr "Причина:" + +#: src/view/screens/Search/Search.tsx:926 +msgid "Recent Searches" +msgstr "Последние запросы" + +#: src/screens/Messages/Conversation/MessageListError.tsx:20 +msgid "Reconnect" +msgstr "Переподключиться" + +#: src/view/screens/Notifications.tsx:146 +msgid "Refresh notifications" +msgstr "Обновить уведомления" + +#: src/screens/Messages/List/index.tsx:200 +msgid "Reload conversations" +msgstr "Перезагрузить беседы" + +#: src/components/dialogs/MutedWords.tsx:438 +#: src/components/FeedCard.tsx:313 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:101 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:108 +#: src/view/com/feeds/FeedSourceCard.tsx:316 +#: src/view/com/modals/ListAddRemoveUsers.tsx:269 +#: src/view/com/modals/SelfLabel.tsx:84 +#: src/view/com/modals/UserAddRemoveLists.tsx:229 +#: src/view/com/posts/FeedErrorMessage.tsx:213 +#: src/view/com/util/AccountDropdownBtn.tsx:61 +msgid "Remove" +msgstr "Удалить" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +msgid "Remove {displayName} from starter pack" +msgstr "Удалить {displayName} из стартового набора" + +#: src/view/com/util/AccountDropdownBtn.tsx:26 +msgid "Remove account" +msgstr "Удалить учетную запись" + +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "Удалить вложение" + +#: src/view/com/util/UserAvatar.tsx:393 +msgid "Remove Avatar" +msgstr "Удалить аватар" + +#: src/view/com/util/UserBanner.tsx:155 +msgid "Remove Banner" +msgstr "Удалить баннер" + +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 +msgid "Remove embed" +msgstr "Удалить встраивание" + +#: src/view/com/posts/FeedErrorMessage.tsx:169 +#: src/view/com/posts/FeedShutdownMsg.tsx:116 +#: src/view/com/posts/FeedShutdownMsg.tsx:120 +msgid "Remove feed" +msgstr "Удалить ленту" + +#: src/view/com/posts/FeedErrorMessage.tsx:210 +msgid "Remove feed?" +msgstr "Удалить ленту?" + +#: src/view/com/feeds/FeedSourceCard.tsx:187 +#: src/view/com/feeds/FeedSourceCard.tsx:265 +#: src/view/screens/ProfileFeed.tsx:333 +#: src/view/screens/ProfileFeed.tsx:339 +#: src/view/screens/ProfileList.tsx:499 +msgid "Remove from my feeds" +msgstr "Удалить из моих лент" + +#: src/components/FeedCard.tsx:308 +#: src/view/com/feeds/FeedSourceCard.tsx:311 +msgid "Remove from my feeds?" +msgstr "Удалить из моих лент?" + +#: src/view/com/util/AccountDropdownBtn.tsx:53 +msgid "Remove from quick access?" +msgstr "Удалить из быстрого доступа?" + +#: src/screens/List/ListHiddenScreen.tsx:156 +msgid "Remove from saved feeds" +msgstr "Удалить из сохраненных лент" + +#: src/view/com/composer/photos/Gallery.tsx:174 +msgid "Remove image" +msgstr "Удалить изображение" + +#: src/components/dialogs/MutedWords.tsx:523 +msgid "Remove mute word from your list" +msgstr "Удалить игнорируемые слова из вашего списка" + +#: src/view/screens/Search/Search.tsx:969 +msgid "Remove profile" +msgstr "Удалить профиль" + +#: src/view/screens/Search/Search.tsx:971 +msgid "Remove profile from search history" +msgstr "Удалить профиль из истории поиска" + +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:274 +msgid "Remove quote" +msgstr "Убрать цитату" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:98 +#: src/view/com/util/post-ctrls/RepostButton.tsx:114 +msgid "Remove repost" +msgstr "Удалить репост" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:264 +msgid "Remove subtitle file" +msgstr "Удалить файл субтитров" + +#: src/view/com/posts/FeedErrorMessage.tsx:211 +msgid "Remove this feed from your saved feeds" +msgstr "Удалить эту ленту из сохраненных лент" + +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:109 +msgid "Removed by author" +msgstr "Удалено автором" + +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:107 +msgid "Removed by you" +msgstr "Удалено вами" + +#: src/view/com/modals/ListAddRemoveUsers.tsx:200 +#: src/view/com/modals/UserAddRemoveLists.tsx:164 +msgid "Removed from list" +msgstr "Удалено из списка" + +#: src/view/com/feeds/FeedSourceCard.tsx:138 +msgid "Removed from my feeds" +msgstr "Удалено из моих лент" + +#: src/screens/List/ListHiddenScreen.tsx:94 +#: src/screens/List/ListHiddenScreen.tsx:160 +msgid "Removed from saved feeds" +msgstr "Удалено из сохраненных лент" + +#: src/view/com/posts/FeedShutdownMsg.tsx:44 +#: src/view/screens/ProfileFeed.tsx:192 +#: src/view/screens/ProfileList.tsx:376 +msgid "Removed from your feeds" +msgstr "Удалено из моих лент" + +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:275 +msgid "Removes quoted post" +msgstr "Удаляет процитированное сообщение" + +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 +msgid "Removes the attachment" +msgstr "Удаляет вложения" + +#: src/view/com/posts/FeedShutdownMsg.tsx:129 +#: src/view/com/posts/FeedShutdownMsg.tsx:133 +msgid "Replace with Discover" +msgstr "Заменить на Discover" + +#: src/view/screens/Profile.tsx:221 +msgid "Replies" +msgstr "Ответы" + +#: src/components/WhoCanReply.tsx:69 +msgid "Replies disabled" +msgstr "Ответы отключены" + +#: src/components/WhoCanReply.tsx:215 +msgid "Replies to this post are disabled." +msgstr "Ответы на этот пост отключены." + +#: src/view/com/composer/Composer.tsx:644 +msgctxt "action" +msgid "Reply" +msgstr "Ответить" + +#: src/components/moderation/ModerationDetailsDialog.tsx:115 +#: src/lib/moderation/useModerationCauseDescription.ts:123 +msgid "Reply Hidden by Thread Author" +msgstr "Ответ скрыт автором темы" + +#: src/components/moderation/ModerationDetailsDialog.tsx:114 +#: src/lib/moderation/useModerationCauseDescription.ts:122 +msgid "Reply Hidden by You" +msgstr "Ответ скрыт вами" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +msgid "Reply settings" +msgstr "Настройки ответа" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 +msgid "Reply settings are chosen by the author of the thread" +msgstr "Настройки ответа выбирает автор темы" + +#: src/view/com/post/Post.tsx:196 +#: src/view/com/posts/FeedItem.tsx:520 +msgctxt "description" +msgid "Reply to <0><1/>" +msgstr "Ответить на <0><1/>" + +#: src/view/com/posts/FeedItem.tsx:511 +msgctxt "description" +msgid "Reply to a blocked post" +msgstr "Ответить на заблокированный пост" + +#: src/view/com/posts/FeedItem.tsx:513 +msgctxt "description" +msgid "Reply to a post" +msgstr "Ответить на пост" + +#: src/view/com/post/Post.tsx:194 +#: src/view/com/posts/FeedItem.tsx:517 +msgctxt "description" +msgid "Reply to you" +msgstr "Ответ вам" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:332 +msgid "Reply visibility updated" +msgstr "Обновление видимости ответа" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:331 +msgid "Reply was successfully hidden" +msgstr "Ответ был успешно скрыт" + +#: src/components/dms/MessageMenu.tsx:132 +#: src/components/dms/MessagesListBlockedFooter.tsx:77 +#: src/components/dms/MessagesListBlockedFooter.tsx:84 +msgid "Report" +msgstr "Пожаловаться" + +#: src/view/com/profile/ProfileMenu.tsx:323 +#: src/view/com/profile/ProfileMenu.tsx:326 +msgid "Report Account" +msgstr "Пожаловаться" + +#: src/components/dms/ConvoMenu.tsx:197 +#: src/components/dms/ConvoMenu.tsx:200 +#: src/components/dms/ReportConversationPrompt.tsx:18 +msgid "Report conversation" +msgstr "Пожаловаться" + +#: src/components/ReportDialog/index.tsx:49 +msgid "Report dialog" +msgstr "Диалоговое окно для жалоб" + +#: src/view/screens/ProfileFeed.tsx:350 +#: src/view/screens/ProfileFeed.tsx:352 +msgid "Report feed" +msgstr "Пожаловаться на ленту" + +#: src/view/screens/ProfileList.tsx:541 +msgid "Report List" +msgstr "Пожаловаться на список" + +#: src/components/dms/MessageMenu.tsx:130 +msgid "Report message" +msgstr "Пожаловаться на сообщение" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:579 +#: src/view/com/util/forms/PostDropdownBtn.tsx:581 +msgid "Report post" +msgstr "Пожаловаться на пост" + +#: src/screens/StarterPack/StarterPackScreen.tsx:593 +#: src/screens/StarterPack/StarterPackScreen.tsx:596 +msgid "Report starter pack" +msgstr "Пожаловаться на стартовый набор" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:43 +msgid "Report this content" +msgstr "Пожаловаться на это содержание" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:56 +msgid "Report this feed" +msgstr "Пожаловаться на эту ленту" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:53 +msgid "Report this list" +msgstr "Пожаловаться на этот список" + +#: src/components/dms/ReportDialog.tsx:48 +#: src/components/dms/ReportDialog.tsx:142 +#: src/components/ReportDialog/SelectReportOptionView.tsx:62 +msgid "Report this message" +msgstr "Сообщить об этом сообщении" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:50 +msgid "Report this post" +msgstr "Пожаловаться на этот пост" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:59 +msgid "Report this starter pack" +msgstr "Пожаловаться на этот стартовый набор" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:47 +msgid "Report this user" +msgstr "Пожаловаться на этого пользователя" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:70 +#: src/view/com/util/post-ctrls/RepostButton.tsx:99 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 +msgctxt "action" +msgid "Repost" +msgstr "Репост" + +#: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 +#: src/view/com/util/post-ctrls/RepostButton.web.tsx:76 +msgid "Repost" +msgstr "Репостить" + +#: src/screens/StarterPack/StarterPackScreen.tsx:535 +#: src/view/com/util/post-ctrls/RepostButton.tsx:91 +#: src/view/com/util/post-ctrls/RepostButton.web.tsx:49 +#: src/view/com/util/post-ctrls/RepostButton.web.tsx:104 +msgid "Repost or quote post" +msgstr "Репостить или цитировать" + +#: src/screens/Post/PostRepostedBy.tsx:31 +#: src/screens/Post/PostRepostedBy.tsx:32 +msgid "Reposted By" +msgstr "Сделал(-ла) репост" + +#: src/view/com/posts/FeedItem.tsx:292 +msgid "Reposted by {0}" +msgstr "{0} сделал(-а) репост" + +#: src/view/com/posts/FeedItem.tsx:311 +msgid "Reposted by <0><1/>" +msgstr "Сделан репост от <0><1/>" + +#: src/view/com/posts/FeedItem.tsx:290 +#: src/view/com/posts/FeedItem.tsx:309 +msgid "Reposted by you" +msgstr "Сделанный вами репост" + +#: src/view/com/notifications/FeedItem.tsx:180 +msgid "reposted your post" +msgstr "сделал(-а) репост вашего поста" + +#: src/view/com/post-thread/PostThreadItem.tsx:209 +msgid "Reposts of this post" +msgstr "Репосты этого поста" + +#: src/view/com/modals/ChangeEmail.tsx:176 +#: src/view/com/modals/ChangeEmail.tsx:178 +msgid "Request Change" +msgstr "Изменить" + +#: src/view/com/modals/ChangePassword.tsx:242 +#: src/view/com/modals/ChangePassword.tsx:244 +msgid "Request Code" +msgstr "Отправить запрос на код" + +#: src/view/screens/AccessibilitySettings.tsx:92 +msgid "Require alt text before posting" +msgstr "Требовать описание изображений перед публикацией" + +#: src/view/screens/Settings/Email2FAToggle.tsx:51 +msgid "Require email code to log into your account" +msgstr "Требуется код электронной почты для входа в аккаунт" + +#: src/screens/Signup/StepInfo/index.tsx:132 +msgid "Required for this provider" +msgstr "Требуется этим хостинг-провайдером" + +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:168 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:171 +msgid "Resend email" +msgstr "Отправить письмо повторно" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:130 +msgid "Resend Email" +msgstr "" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:123 +msgid "Resend Verification Email" +msgstr "" + +#: src/view/com/modals/ChangePassword.tsx:186 +msgid "Reset code" +msgstr "Код подтверждения" + +#: src/view/com/modals/ChangePassword.tsx:193 +msgid "Reset Code" +msgstr "Код сброса" + +#: src/view/screens/Settings/index.tsx:866 +#: src/view/screens/Settings/index.tsx:869 +msgid "Reset onboarding state" +msgstr "Сбросить состояние входа в систему" + +#: src/screens/Login/ForgotPasswordForm.tsx:86 +msgid "Reset password" +msgstr "Сбросить пароль" + +#: src/view/screens/Settings/index.tsx:846 +#: src/view/screens/Settings/index.tsx:849 +msgid "Reset preferences state" +msgstr "Сбросить состояние предпочтений" + +#: src/view/screens/Settings/index.tsx:867 +msgid "Resets the onboarding state" +msgstr "Сброс состояния входа в систему" + +#: src/view/screens/Settings/index.tsx:847 +msgid "Resets the preferences state" +msgstr "Сброс состояния предпочтений" + +#: src/screens/Login/LoginForm.tsx:299 +msgid "Retries login" +msgstr "Повторная попытка входа" + +#: src/view/com/util/error/ErrorMessage.tsx:57 +#: src/view/com/util/error/ErrorScreen.tsx:74 +msgid "Retries the last action, which errored out" +msgstr "Повторить последнее действие, которое вызвало ошибку" + +#: src/components/dms/MessageItem.tsx:236 +#: src/components/Error.tsx:66 +#: src/components/Lists.tsx:104 +#: src/components/StarterPack/ProfileStarterPacks.tsx:318 +#: src/screens/Login/LoginForm.tsx:298 +#: src/screens/Login/LoginForm.tsx:305 +#: src/screens/Messages/Conversation/MessageListError.tsx:25 +#: src/screens/Onboarding/StepInterests/index.tsx:231 +#: src/screens/Onboarding/StepInterests/index.tsx:234 +#: src/screens/Signup/BackNextButtons.tsx:52 +#: src/view/com/util/error/ErrorMessage.tsx:55 +#: src/view/com/util/error/ErrorScreen.tsx:72 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoFallback.tsx:55 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoFallback.tsx:57 +msgid "Retry" +msgstr "Повторить попытку" + +#: src/components/Error.tsx:74 +#: src/screens/List/ListHiddenScreen.tsx:205 +#: src/screens/StarterPack/StarterPackScreen.tsx:739 +#: src/view/screens/ProfileList.tsx:1027 +msgid "Return to previous page" +msgstr "Вернуться к предыдущей странице" + +#: src/view/screens/NotFound.tsx:59 +msgid "Returns to home page" +msgstr "Возвращает на главную страницу" + +#: src/view/screens/NotFound.tsx:58 +#: src/view/screens/ProfileFeed.tsx:113 +msgid "Returns to previous page" +msgstr "Возвращает к предыдущей странице" + +#: src/components/dialogs/BirthDateSettings.tsx:125 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:438 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:445 +#: src/components/StarterPack/QrCodeDialog.tsx:187 +#: src/view/com/composer/GifAltText.tsx:162 +#: src/view/com/composer/GifAltText.tsx:168 +#: src/view/com/modals/ChangeHandle.tsx:168 +#: src/view/com/modals/CreateOrEditList.tsx:326 +#: src/view/com/modals/EditProfile.tsx:225 +msgid "Save" +msgstr "Сохранить" + +#: src/view/com/lightbox/Lightbox.tsx:139 +#: src/view/com/modals/CreateOrEditList.tsx:334 +msgctxt "action" +msgid "Save" +msgstr "Сохранить" + +#: src/view/com/modals/AltImage.tsx:132 +msgid "Save alt text" +msgstr "Сохранить описание" + +#: src/components/dialogs/BirthDateSettings.tsx:119 +msgid "Save birthday" +msgstr "Сохранить день рождения" + +#: src/view/com/modals/EditProfile.tsx:233 +msgid "Save Changes" +msgstr "Сохранить изменения" + +#: src/view/com/modals/ChangeHandle.tsx:165 +msgid "Save handle change" +msgstr "Сохранить новый псевдоним" + +#: src/components/StarterPack/ShareDialog.tsx:151 +#: src/components/StarterPack/ShareDialog.tsx:158 +msgid "Save image" +msgstr "Сохранить изображение" + +#: src/view/com/modals/crop-image/CropImage.web.tsx:169 +msgid "Save image crop" +msgstr "Обрезать изображение" + +#: src/components/StarterPack/QrCodeDialog.tsx:181 +msgid "Save QR code" +msgstr "Сохранить QR-код" + +#: src/view/screens/ProfileFeed.tsx:334 +#: src/view/screens/ProfileFeed.tsx:340 +msgid "Save to my feeds" +msgstr "Сохранить в мои ленты" + +#: src/view/screens/SavedFeeds.tsx:146 +msgid "Saved Feeds" +msgstr "Сохраненные ленты" + +#: src/view/com/lightbox/Lightbox.tsx:88 +msgid "Saved to your camera roll" +msgstr "Сохранено в папке с камерой" + +#: src/view/screens/ProfileFeed.tsx:201 +#: src/view/screens/ProfileList.tsx:356 +msgid "Saved to your feeds" +msgstr "Сохранено в ваши ленты" + +#: src/view/com/modals/EditProfile.tsx:226 +msgid "Saves any changes to your profile" +msgstr "Сохраняет изменения вашего профиля" + +#: src/view/com/modals/ChangeHandle.tsx:166 +msgid "Saves handle change to {handle}" +msgstr "Сохраняет изменение псевдонима на {handle}" + +#: src/view/com/modals/crop-image/CropImage.web.tsx:170 +msgid "Saves image crop settings" +msgstr "Сохраняет настройки обрезки изображения" + +#: src/components/dms/ChatEmptyPill.tsx:33 +#: src/components/NewskieDialog.tsx:105 +#: src/view/com/notifications/FeedItem.tsx:412 +#: src/view/com/notifications/FeedItem.tsx:437 +msgid "Say hello!" +msgstr "Скажи привет!" + +#: src/screens/Onboarding/index.tsx:33 +#: src/screens/Onboarding/state.ts:97 +msgid "Science" +msgstr "Наука" + +#: src/view/screens/ProfileList.tsx:983 +msgid "Scroll to top" +msgstr "Пролистать вверх" + +#: src/components/dms/dialogs/SearchablePeopleList.tsx:504 +#: src/Navigation.tsx:555 +#: src/view/com/modals/ListAddRemoveUsers.tsx:76 +#: src/view/com/util/forms/SearchInput.tsx:67 +#: src/view/com/util/forms/SearchInput.tsx:79 +#: src/view/screens/Search/Search.tsx:421 +#: src/view/screens/Search/Search.tsx:791 +#: src/view/screens/Search/Search.tsx:813 +#: src/view/shell/bottom-bar/BottomBar.tsx:179 +#: src/view/shell/desktop/LeftNav.tsx:349 +#: src/view/shell/Drawer.tsx:398 +#: src/view/shell/Drawer.tsx:399 +msgid "Search" +msgstr "Поиск" + +#: src/view/shell/desktop/Search.tsx:200 +msgid "Search for \"{query}\"" +msgstr "Искать \"{query}\"" + +#: src/view/screens/Search/Search.tsx:869 +msgid "Search for \"{searchText}\"" +msgstr "Поиск \"{searchText}\"" + +#: src/components/TagMenu/index.tsx:156 +msgid "Search for all posts by @{authorHandle} with tag {displayTag}" +msgstr "Поиск всех сообщений @{authorHandle} с тегом {displayTag}" + +#: src/components/TagMenu/index.tsx:105 +msgid "Search for all posts with tag {displayTag}" +msgstr "Поиск всех сообщений с тегом {displayTag}" + +#: src/screens/StarterPack/Wizard/index.tsx:491 +msgid "Search for feeds that you want to suggest to others." +msgstr "Поиск лент, которые вы хотите предложить другим." + +#: src/view/com/modals/ListAddRemoveUsers.tsx:71 +msgid "Search for users" +msgstr "Поиск пользователей" + +#: src/components/dialogs/GifSelect.ios.tsx:159 +#: src/components/dialogs/GifSelect.tsx:169 +msgid "Search GIFs" +msgstr "Поиск GIF-файлов" + +#: src/components/dms/dialogs/SearchablePeopleList.tsx:524 +#: src/components/dms/dialogs/SearchablePeopleList.tsx:525 +msgid "Search profiles" +msgstr "Поиск профилей" + +#: src/components/dialogs/GifSelect.ios.tsx:160 +#: src/components/dialogs/GifSelect.tsx:170 +msgid "Search Tenor" +msgstr "Поиск в Tenor" + +#: src/view/com/modals/ChangeEmail.tsx:105 +msgid "Security Step Required" +msgstr "Требуется код подтверждения" + +#: src/components/TagMenu/index.web.tsx:77 +msgid "See {truncatedTag} posts" +msgstr "Просмотреть сообщения {truncatedTag}" + +#: src/components/TagMenu/index.web.tsx:94 +msgid "See {truncatedTag} posts by user" +msgstr "Просмотреть посты пользователя с {truncatedTag}" + +#: src/components/TagMenu/index.tsx:139 +msgid "See <0>{displayTag} posts" +msgstr "Просмотреть посты с <0>{displayTag}" + +#: src/components/TagMenu/index.tsx:198 +msgid "See <0>{displayTag} posts by this user" +msgstr "Просмотреть посты этого пользователя с <0>{displayTag}" + +#: src/view/com/auth/SplashScreen.web.tsx:162 +msgid "See jobs at Bluesky" +msgstr "Посмотреть вакансии в Bluesky" + +#: src/view/screens/SavedFeeds.tsx:188 +msgid "See this guide" +msgstr "Просмотрите это руководство" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:631 +msgid "Seek slider" +msgstr "Искать ползунок" + +#: src/view/com/util/Selector.tsx:106 +msgid "Select {item}" +msgstr "Выбрать {item}" + +#: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:67 +msgid "Select a color" +msgstr "Выбрать цвет" + +#: src/screens/Login/ChooseAccountForm.tsx:85 +msgid "Select account" +msgstr "Выбрать учетную запись" + +#: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66 +msgid "Select an avatar" +msgstr "Выбрать аватар" + +#: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:65 +msgid "Select an emoji" +msgstr "Выбрать эмодзи" + +#: src/screens/Login/index.tsx:120 +msgid "Select from an existing account" +msgstr "Выбрать существующую учетную запись" + +#: src/view/com/composer/photos/SelectGifBtn.tsx:35 +msgid "Select GIF" +msgstr "Выбрать GIF" + +#: src/components/dialogs/GifSelect.shared.tsx:29 +msgid "Select GIF \"{0}\"" +msgstr "Выбрать GIF \"{0}\"" + +#: src/components/dialogs/MutedWords.tsx:142 +msgid "Select how long to mute this word for." +msgstr "Выберите, на какое время игнорировать это слова." + +#: src/view/com/composer/videos/SubtitleDialog.tsx:249 +msgid "Select language..." +msgstr "Выбрать язык..." + +#: src/view/screens/LanguageSettings.tsx:303 +msgid "Select languages" +msgstr "Выбрать языки" + +#: src/components/ReportDialog/SelectLabelerView.tsx:30 +msgid "Select moderator" +msgstr "Выберите модератора" + +#: src/view/com/util/Selector.tsx:107 +msgid "Select option {i} of {numItems}" +msgstr "Выбрать вариант {i} из {numItems}" + +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:65 +msgid "Select subtitle file (.vtt)" +msgstr "Выберите файл субтитров (.vtt)" + +#: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83 +msgid "Select the {emojiName} emoji as your avatar" +msgstr "Выберите эмодзи {emojiName} в качестве своего аватара" + +#: src/components/ReportDialog/SubmitView.tsx:139 +msgid "Select the moderation service(s) to report to" +msgstr "Выберите сервис модерации для жалобы" + +#: src/view/com/auth/server-input/index.tsx:82 +msgid "Select the service that hosts your data." +msgstr "Выберите хостинг-провайдера для ваших данных." + +#: src/view/com/composer/videos/SelectVideoBtn.tsx:94 +msgid "Select video" +msgstr "Выберите видео" + +#: src/components/dialogs/MutedWords.tsx:242 +msgid "Select what content this mute word should apply to." +msgstr "Выберите, к какому содержимому следует применять это игнорируемое слово." + +#: src/view/screens/LanguageSettings.tsx:285 +msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." +msgstr "Выберите языки, на которых будут отображаться подписанные вами ленты. Если вы не выберете ни одного языка, будут отображаться все языки." + +#: src/view/screens/LanguageSettings.tsx:99 +msgid "Select your app language for the default text to display in the app." +msgstr "Выберите язык приложения для отображения текста по умолчанию." + +#: src/screens/Signup/StepInfo/index.tsx:193 +msgid "Select your date of birth" +msgstr "Выберите дату рождения" + +#: src/screens/Onboarding/StepInterests/index.tsx:206 +msgid "Select your interests from the options below" +msgstr "Выберите ваши интересы из нижеприведенных вариантов" + +#: src/view/screens/LanguageSettings.tsx:193 +msgid "Select your preferred language for translations in your feed." +msgstr "Выберите желаемый язык для переводов в вашей ленте." + +#: src/components/dms/ChatEmptyPill.tsx:38 +msgid "Send a neat website!" +msgstr "Отправить на сайт!" + +#: src/view/com/modals/VerifyEmail.tsx:210 +#: src/view/com/modals/VerifyEmail.tsx:212 +msgid "Send Confirmation Email" +msgstr "Отправить подтверждение по электронной почте" + +#: src/view/com/modals/DeleteAccount.tsx:149 +msgid "Send email" +msgstr "Отправить эл. письмо" + +#: src/view/com/modals/DeleteAccount.tsx:162 +msgctxt "action" +msgid "Send Email" +msgstr "Отправить эл. письмо" + +#: src/view/shell/Drawer.tsx:339 +msgid "Send feedback" +msgstr "Отправить отзыв" + +#: src/screens/Messages/Conversation/MessageInput.tsx:165 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:219 +msgid "Send message" +msgstr "Отправить сообщение" + +#: src/components/dms/dialogs/ShareViaChatDialog.tsx:64 +msgid "Send post to..." +msgstr "Отправить пост на..." + +#: src/components/dms/ReportDialog.tsx:234 +#: src/components/dms/ReportDialog.tsx:237 +#: src/components/ReportDialog/SubmitView.tsx:219 +#: src/components/ReportDialog/SubmitView.tsx:223 +msgid "Send report" +msgstr "Пожаловаться" + +#: src/components/ReportDialog/SelectLabelerView.tsx:44 +msgid "Send report to {0}" +msgstr "Отправить жалобу в {0}" + +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:119 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:122 +msgid "Send verification email" +msgstr "Отправьте письмо с подтверждением" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:399 +#: src/view/com/util/forms/PostDropdownBtn.tsx:402 +msgid "Send via direct message" +msgstr "Отправить прямым сообщением" + +#: src/view/com/modals/DeleteAccount.tsx:151 +msgid "Sends email with confirmation code for account deletion" +msgstr "Отправляет электронное письмо с кодом подтверждения удаления учетной записи" + +#: src/view/com/auth/server-input/index.tsx:114 +msgid "Server address" +msgstr "Адреса сервера" + +#: src/screens/Moderation/index.tsx:316 +msgid "Set birthdate" +msgstr "Добавить дату рождения" + +#: src/screens/Login/SetNewPasswordForm.tsx:102 +msgid "Set new password" +msgstr "Изменение пароля" + +#: src/view/screens/PreferencesFollowingFeed.tsx:121 +msgid "Set this setting to \"No\" to hide all quote posts from your feed. Reposts will still be visible." +msgstr "Отключите этот параметр, чтобы скрыть все цитируемые посты в вашей ленте. Не влияет на репосты без цитирования." + +#: src/view/screens/PreferencesFollowingFeed.tsx:63 +msgid "Set this setting to \"No\" to hide all replies from your feed." +msgstr "Отключите этот параметр, чтобы скрыть все ответы в вашей ленте." + +#: src/view/screens/PreferencesFollowingFeed.tsx:87 +msgid "Set this setting to \"No\" to hide all reposts from your feed." +msgstr "Отключите этот параметр, чтобы скрыть все репосты в вашей ленте." + +#: src/view/screens/PreferencesThreads.tsx:116 +msgid "Set this setting to \"Yes\" to show replies in a threaded view. This is an experimental feature." +msgstr "Включите эту настройку, чтобы показывать ответы в виде веток. Это экспериментальная функция." + +#: src/view/screens/PreferencesFollowingFeed.tsx:157 +msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your Following feed. This is an experimental feature." +msgstr "Включите эту настройку, чтобы иногда видеть посты из сохраненных лент в вашей домашней ленте. Это экспериментальная функция." + +#: src/screens/Onboarding/Layout.tsx:48 +msgid "Set up your account" +msgstr "Настройте вашу учетную запись" + +#: src/view/com/modals/ChangeHandle.tsx:261 +msgid "Sets Bluesky username" +msgstr "Устанавливает псевдоним Bluesky" + +#: src/screens/Login/ForgotPasswordForm.tsx:113 +msgid "Sets email for password reset" +msgstr "Устанавливает эл. адрес для сброса пароля" + +#: src/view/com/modals/crop-image/CropImage.web.tsx:146 +msgid "Sets image aspect ratio to square" +msgstr "Устанавливает квадратное соотношение сторон изображения" + +#: src/view/com/modals/crop-image/CropImage.web.tsx:136 +msgid "Sets image aspect ratio to tall" +msgstr "Устанавливает соотношение сторон изображения к высоте" + +#: src/view/com/modals/crop-image/CropImage.web.tsx:126 +msgid "Sets image aspect ratio to wide" +msgstr "Устанавливает соотношение сторон изображения к ширине" + +#: src/Navigation.tsx:155 +#: src/view/screens/Settings/index.tsx:302 +#: src/view/shell/desktop/LeftNav.tsx:395 +#: src/view/shell/Drawer.tsx:563 +#: src/view/shell/Drawer.tsx:564 +msgid "Settings" +msgstr "Настройки" + +#: src/view/com/modals/SelfLabel.tsx:126 +msgid "Sexual activity or erotic nudity." +msgstr "Сексуальная активность или эротическая обнаженность." + +#: src/lib/moderation/useGlobalLabelStrings.ts:38 +msgid "Sexually Suggestive" +msgstr "С сексуальным подтекстом" + +#: src/view/com/lightbox/Lightbox.tsx:148 +msgctxt "action" +msgid "Share" +msgstr "Поделиться" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:644 +#: src/components/StarterPack/QrCodeDialog.tsx:177 +#: src/screens/StarterPack/StarterPackScreen.tsx:411 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 +#: src/view/com/profile/ProfileMenu.tsx:219 +#: src/view/com/profile/ProfileMenu.tsx:228 +#: src/view/com/util/forms/PostDropdownBtn.tsx:410 +#: src/view/com/util/forms/PostDropdownBtn.tsx:419 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:345 +#: src/view/screens/ProfileList.tsx:484 +msgid "Share" +msgstr "Поделиться" + +#: src/components/dms/ChatEmptyPill.tsx:37 +msgid "Share a cool story!" +msgstr "Поделитесь классной историей!" + +#: src/components/dms/ChatEmptyPill.tsx:36 +msgid "Share a fun fact!" +msgstr "Поделитесь забавным фактом!" + +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/util/forms/PostDropdownBtn.tsx:659 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:361 +msgid "Share anyway" +msgstr "Все равно распространить" + +#: src/view/screens/ProfileFeed.tsx:360 +#: src/view/screens/ProfileFeed.tsx:362 +msgid "Share feed" +msgstr "Распространить ленту" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:621 +msgid "Share image externally" +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:639 +msgid "Share image in post" +msgstr "" + +#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:131 +#: src/screens/StarterPack/StarterPackScreen.tsx:586 +msgid "Share link" +msgstr "Поделиться ссылкой" + +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 +msgid "Share Link" +msgstr "Поделиться ссылкой" + +#: src/components/StarterPack/ShareDialog.tsx:88 +msgid "Share link dialog" +msgstr "Диалоговое окно обмена ссылками" + +#: src/components/StarterPack/ShareDialog.tsx:135 +#: src/components/StarterPack/ShareDialog.tsx:146 +msgid "Share QR code" +msgstr "Поделиться QR-кодом" + +#: src/screens/StarterPack/StarterPackScreen.tsx:404 +msgid "Share this starter pack" +msgstr "Поделиться этим стартовым набором" + +#: src/components/StarterPack/ShareDialog.tsx:100 +msgid "Share this starter pack and help people join your community on Bluesky." +msgstr "Поделитесь этим стартовым набором и помогите людям присоединиться к вашему сообществу на Bluesky." + +#: src/components/dms/ChatEmptyPill.tsx:34 +msgid "Share your favorite feed!" +msgstr "Поделитесь любимой лентой!" + +#: src/Navigation.tsx:251 +msgid "Shared Preferences Tester" +msgstr "Тестер общих предпочтений" + +#: src/view/com/modals/LinkWarning.tsx:92 +msgid "Shares the linked website" +msgstr "Распространяет ссылку" + +#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/LabelPreference.tsx:136 +#: src/components/moderation/PostHider.tsx:122 +#: src/view/screens/Settings/index.tsx:351 +msgid "Show" +msgstr "Показать" + +#: src/view/com/util/post-embeds/GifEmbed.tsx:169 +msgid "Show alt text" +msgstr "Показать альтернативный текст" + +#: src/components/moderation/ScreenHider.tsx:178 +#: src/components/moderation/ScreenHider.tsx:181 +#: src/screens/List/ListHiddenScreen.tsx:176 +msgid "Show anyway" +msgstr "Все равно показать" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:27 +#: src/lib/moderation/useLabelBehaviorDescription.ts:63 +msgid "Show badge" +msgstr "Показать значок" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:61 +msgid "Show badge and filter from feeds" +msgstr "Показать значок и фильтры из ленты" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#~ msgid "Show follows similar to {0}" +#~ msgstr "Показать подписки, похожие на {0}" + +#: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 +msgid "Show hidden replies" +msgstr "Показать скрытые ответы" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:449 +#: src/view/com/util/forms/PostDropdownBtn.tsx:451 +msgid "Show less like this" +msgstr "Показать меньше похожего" + +#: src/screens/List/ListHiddenScreen.tsx:172 +msgid "Show list anyway" +msgstr "Все равно показывать список" + +#: src/view/com/post-thread/PostThreadItem.tsx:590 +#: src/view/com/post/Post.tsx:234 +#: src/view/com/posts/FeedItem.tsx:476 +msgid "Show More" +msgstr "Показать больше" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:441 +#: src/view/com/util/forms/PostDropdownBtn.tsx:443 +msgid "Show more like this" +msgstr "Показать больше похожего" + +#: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 +msgid "Show muted replies" +msgstr "Показать игнорируемые ответы" + +#: src/view/screens/PreferencesFollowingFeed.tsx:154 +msgid "Show Posts from My Feeds" +msgstr "Показать посты из сохраненных лент" + +#: src/view/screens/PreferencesFollowingFeed.tsx:118 +msgid "Show Quote Posts" +msgstr "Показать цитаты" + +#: src/view/screens/PreferencesFollowingFeed.tsx:60 +msgid "Show Replies" +msgstr "Показать ответы" + +#: src/view/screens/PreferencesThreads.tsx:94 +msgid "Show replies by people you follow before all other replies." +msgstr "Показать ответы от людей, за которыми вы следите, перед всеми остальными ответами." + +#: src/view/com/util/forms/PostDropdownBtn.tsx:517 +#: src/view/com/util/forms/PostDropdownBtn.tsx:527 +msgid "Show reply for everyone" +msgstr "Показать ответы для всех" + +#: src/view/screens/PreferencesFollowingFeed.tsx:84 +msgid "Show Reposts" +msgstr "Показать репосты" + +#: src/components/moderation/ContentHider.tsx:69 +#: src/components/moderation/PostHider.tsx:79 +msgid "Show the content" +msgstr "Показать содержимое" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:58 +msgid "Show warning" +msgstr "Показать предупреждения" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:56 +msgid "Show warning and filter from feeds" +msgstr "Показать предупреждения и фильтровать из ленты" + +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 +msgid "Shows posts from {0} in your feed" +msgstr "Показывает сообщения с {0} в вашей ленте" + +#: src/components/dialogs/Signin.tsx:97 +#: src/components/dialogs/Signin.tsx:99 +#: src/screens/Login/index.tsx:100 +#: src/screens/Login/index.tsx:119 +#: src/screens/Login/LoginForm.tsx:166 +#: src/view/com/auth/SplashScreen.tsx:63 +#: src/view/com/auth/SplashScreen.tsx:72 +#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:121 +#: src/view/shell/bottom-bar/BottomBar.tsx:312 +#: src/view/shell/bottom-bar/BottomBar.tsx:313 +#: src/view/shell/bottom-bar/BottomBar.tsx:315 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 +#: src/view/shell/NavSignupCard.tsx:69 +#: src/view/shell/NavSignupCard.tsx:70 +#: src/view/shell/NavSignupCard.tsx:72 +msgid "Sign in" +msgstr "Войти" + +#: src/components/AccountList.tsx:114 +msgid "Sign in as {0}" +msgstr "Войти как {0}" + +#: src/screens/Login/ChooseAccountForm.tsx:88 +msgid "Sign in as..." +msgstr "Войти как..." + +#: src/components/dialogs/Signin.tsx:75 +msgid "Sign in or create your account to join the conversation!" +msgstr "Войдите или создайте свою учетную запись, чтобы присоединиться к беседе!" + +#: src/components/dialogs/Signin.tsx:46 +msgid "Sign into Bluesky or create a new account" +msgstr "Войдите в Bluesky или создайте новую учетную запись" + +#: src/view/screens/Settings/index.tsx:432 +msgid "Sign out" +msgstr "Выйти" + +#: src/view/screens/Settings/index.tsx:420 +#: src/view/screens/Settings/index.tsx:430 +msgid "Sign out of all accounts" +msgstr "Выйти из всех учетных записей" + +#: src/view/shell/bottom-bar/BottomBar.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 +#: src/view/shell/bottom-bar/BottomBar.tsx:305 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 +#: src/view/shell/NavSignupCard.tsx:60 +#: src/view/shell/NavSignupCard.tsx:61 +#: src/view/shell/NavSignupCard.tsx:63 +msgid "Sign up" +msgstr "Регистрация" + +#: src/view/shell/NavSignupCard.tsx:47 +msgid "Sign up or sign in to join the conversation" +msgstr "Зарегистрируйтесь или войдите в систему, чтобы присоединиться к беседе" + +#: src/components/moderation/ScreenHider.tsx:97 +#: src/lib/moderation/useGlobalLabelStrings.ts:28 +msgid "Sign-in Required" +msgstr "Необходимо войти для просмотра" + +#: src/view/screens/Settings/index.tsx:361 +msgid "Signed in as" +msgstr "Вы вошли как" + +#: src/lib/hooks/useAccountSwitcher.ts:44 +#: src/screens/Login/ChooseAccountForm.tsx:60 +msgid "Signed in as @{0}" +msgstr "Вы вошли как @{0}" + +#: src/view/com/notifications/FeedItem.tsx:218 +msgid "signed up with your starter pack" +msgstr "зарегистрировались с вашим стартовым набором" + +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:308 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:315 +msgid "Signup without a starter pack" +msgstr "Зарегистрировались без стартового набора" + +#: src/components/FeedInterstitials.tsx:316 +msgid "Similar accounts" +msgstr "Похожие учетные записи" + +#: src/screens/Onboarding/StepInterests/index.tsx:245 +#: src/screens/StarterPack/Wizard/index.tsx:191 +msgid "Skip" +msgstr "Пропустить" + +#: src/screens/Onboarding/StepInterests/index.tsx:242 +msgid "Skip this flow" +msgstr "Пропустить этот процесс" + +#: src/screens/Onboarding/index.tsx:37 +#: src/screens/Onboarding/state.ts:85 +msgid "Software Dev" +msgstr "Разрабочик программного обеспечения" + +#: src/components/FeedInterstitials.tsx:447 +msgid "Some other feeds you might like" +msgstr "Некоторые другие ленты, которые могут вам понравиться" + +#: src/components/WhoCanReply.tsx:70 +msgid "Some people can reply" +msgstr "Некоторые люди могут ответить" + +#: src/screens/Messages/Conversation/index.tsx:106 +msgid "Something went wrong" +msgstr "Что-то пошло не так" + +#: src/screens/Deactivated.tsx:94 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 +msgid "Something went wrong, please try again" +msgstr "Что-то пошло не так, пожалуйста, попробуйте еще раз." + +#: src/components/ReportDialog/index.tsx:59 +#: src/screens/Moderation/index.tsx:115 +#: src/screens/Profile/Sections/Labels.tsx:87 +msgid "Something went wrong, please try again." +msgstr "Что-то пошло не так. Пожалуйста, попробуйте еще раз." + +#: src/components/Lists.tsx:200 +#: src/view/screens/NotificationsSettings.tsx:46 +msgid "Something went wrong!" +msgstr "Что-то пошло не так!" + +#: src/App.native.tsx:102 +#: src/App.web.tsx:88 +msgid "Sorry! Your session expired. Please log in again." +msgstr "Извините! Ваш сеанс исчерпан. Пожалуйста, войдите снова." + +#: src/view/screens/PreferencesThreads.tsx:63 +msgid "Sort Replies" +msgstr "Сортировать ответы" + +#: src/view/screens/PreferencesThreads.tsx:66 +msgid "Sort replies to the same post by:" +msgstr "Выберите, как сортировать ответы к постам:" + +#: src/components/moderation/LabelsOnMeDialog.tsx:163 +msgid "Source: <0>{sourceName}" +msgstr "Источник: <0>{sourceName}" + +#: src/lib/moderation/useReportOptions.ts:72 +#: src/lib/moderation/useReportOptions.ts:85 +msgid "Spam" +msgstr "Спам" + +#: src/lib/moderation/useReportOptions.ts:55 +msgid "Spam; excessive mentions or replies" +msgstr "Спам; чрезмерные упоминания или ответы" + +#: src/screens/Onboarding/index.tsx:27 +#: src/screens/Onboarding/state.ts:98 +msgid "Sports" +msgstr "Спорт" + +#: src/view/com/modals/crop-image/CropImage.web.tsx:145 +msgid "Square" +msgstr "Квадратное" + +#: src/components/dms/dialogs/NewChatDialog.tsx:63 +msgid "Start a new chat" +msgstr "Начните новый чат" + +#: src/components/dms/dialogs/SearchablePeopleList.tsx:371 +msgid "Start chat with {displayName}" +msgstr "Начните общаться с {displayName}" + +#: src/components/dms/MessagesNUX.tsx:161 +msgid "Start chatting" +msgstr "Начните общаться" + +#: src/Navigation.tsx:358 +#: src/Navigation.tsx:363 +#: src/screens/StarterPack/Wizard/index.tsx:182 +msgid "Starter Pack" +msgstr "Стартовый набор" + +#: src/components/StarterPack/StarterPackCard.tsx:73 +msgid "Starter pack by {0}" +msgstr "Стартовый набор от {0}" + +#: src/screens/StarterPack/StarterPackScreen.tsx:703 +msgid "Starter pack is invalid" +msgstr "Стартовый набор недействителен" + +#: src/view/screens/Profile.tsx:225 +msgid "Starter Packs" +msgstr "Стартовые наборы" + +#: src/components/StarterPack/ProfileStarterPacks.tsx:238 +msgid "Starter packs let you easily share your favorite feeds and people with your friends." +msgstr "Стартовые наборы позволяют легко делиться любимыми лентами и людьми с друзьями." + +#: src/view/screens/Settings/index.tsx:917 +msgid "Status Page" +msgstr "Страница состояния" + +#: src/screens/Signup/index.tsx:136 +msgid "Step {0} of {1}" +msgstr "Шаг {0} из {1}" + +#: src/view/screens/Settings/index.tsx:278 +msgid "Storage cleared, you need to restart the app now." +msgstr "Хранилище очищено, теперь вам нужно перезапустить приложение." + +#: src/Navigation.tsx:241 +#: src/view/screens/Settings/index.tsx:829 +msgid "Storybook" +msgstr "Сборник рассказов" + +#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:294 +#: src/screens/Messages/Conversation/ChatDisabled.tsx:142 +#: src/screens/Messages/Conversation/ChatDisabled.tsx:143 +msgid "Submit" +msgstr "Отправить" + +#: src/view/screens/ProfileList.tsx:700 +msgid "Subscribe" +msgstr "Подписаться" + +#: src/screens/Profile/Sections/Labels.tsx:201 +msgid "Subscribe to @{0} to use these labels:" +msgstr "Подпишитесь на @{0}, чтобы использовать эти метки:" + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:230 +msgid "Subscribe to Labeler" +msgstr "Подписаться на маркировщика" + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:197 +msgid "Subscribe to this labeler" +msgstr "Подписаться на этого маркировщика" + +#: src/view/screens/ProfileList.tsx:696 +msgid "Subscribe to this list" +msgstr "Подписаться на этот список" + +#: src/view/screens/Search/Explore.tsx:332 +msgid "Suggested accounts" +msgstr "Предлагаемые учетные записи" + +#: src/components/FeedInterstitials.tsx:318 +msgid "Suggested for you" +msgstr "Предложения для вас" + +#: src/view/com/modals/SelfLabel.tsx:96 +msgid "Suggestive" +msgstr "Неприличный" + +#: src/Navigation.tsx:261 +#: src/view/screens/Support.tsx:30 +#: src/view/screens/Support.tsx:33 +msgid "Support" +msgstr "Поддержка" + +#: src/components/dialogs/SwitchAccount.tsx:47 +#: src/components/dialogs/SwitchAccount.tsx:50 +msgid "Switch Account" +msgstr "Переключить учетную запись" + +#: src/view/screens/Settings/index.tsx:126 +msgid "Switch to {0}" +msgstr "Переключиться на {0}" + +#: src/view/screens/Settings/index.tsx:127 +msgid "Switches the account you are logged in to" +msgstr "Переключает учетную запись" + +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:87 +msgid "System" +msgstr "Системное" + +#: src/view/screens/Settings/index.tsx:817 +msgid "System log" +msgstr "Системный журнал" + +#: src/components/TagMenu/index.tsx:89 +msgid "Tag menu: {displayTag}" +msgstr "Меню тегов: {displayTag}" + +#: src/components/dialogs/MutedWords.tsx:282 +msgid "Tags only" +msgstr "Тэги только" + +#: src/view/com/modals/crop-image/CropImage.web.tsx:135 +msgid "Tall" +msgstr "Высокое" + +#: src/components/ProgressGuide/Toast.tsx:150 +msgid "Tap to dismiss" +msgstr "Нажмите, чтобы пропустить" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:145 +msgid "Tap to enter full screen" +msgstr "Нажмите, чтобы перейти в полноэкранный режим" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:151 +msgid "Tap to play or pause" +msgstr "" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:164 +msgid "Tap to toggle sound" +msgstr "Нажмите, чтобы переключить звук" + +#: src/view/com/util/images/AutoSizedImage.tsx:219 +#: src/view/com/util/images/AutoSizedImage.tsx:239 +msgid "Tap to view full image" +msgstr "Нажмите, чтобы посмотреть полное изображение" + +#: src/state/shell/progress-guide.tsx:166 +msgid "Task complete - 10 likes!" +msgstr "Цель выполнена - 10 лайков!" + +#: src/components/ProgressGuide/List.tsx:49 +msgid "Teach our algorithm what you like" +msgstr "Обучите наш алгоритм тому, что вам нравится" + +#: src/screens/Onboarding/index.tsx:36 +#: src/screens/Onboarding/state.ts:99 +msgid "Tech" +msgstr "Технологии" + +#: src/components/dms/ChatEmptyPill.tsx:35 +msgid "Tell a joke!" +msgstr "Расскажите шутку!" + +#: src/screens/StarterPack/Wizard/StepDetails.tsx:63 +msgid "Tell us a little more" +msgstr "Расскажите нам немного больше" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:518 +msgid "Ten Million" +msgstr "" + +#: src/view/shell/desktop/RightNav.tsx:90 +msgid "Terms" +msgstr "Условия" + +#: src/Navigation.tsx:271 +#: src/screens/Signup/StepInfo/Policies.tsx:52 +#: src/view/screens/Settings/index.tsx:905 +#: src/view/screens/TermsOfService.tsx:29 +#: src/view/shell/Drawer.tsx:292 +msgid "Terms of Service" +msgstr "Условия использования" + +#: 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:266 +msgid "Text & tags" +msgstr "Текст и теги" + +#: src/components/moderation/LabelsOnMeDialog.tsx:257 +#: src/screens/Messages/Conversation/ChatDisabled.tsx:108 +msgid "Text input field" +msgstr "Поле ввода текста" + +#: src/components/dms/ReportDialog.tsx:134 +#: src/components/ReportDialog/SubmitView.tsx:81 +msgid "Thank you. Your report has been sent." +msgstr "Спасибо. Ваша жалоба была отправлена." + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:593 +msgid "Thanks for being one of our first 10 million users." +msgstr "" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:74 +msgid "Thanks, you have successfully verified your email address." +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:459 +msgid "That contains the following:" +msgstr "Что содержит следующее:" + +#: src/screens/Signup/StepHandle.tsx:51 +msgid "That handle is already taken." +msgstr "Этот псевдоним уже занят." + +#: src/screens/StarterPack/StarterPackScreen.tsx:97 +#: src/screens/StarterPack/StarterPackScreen.tsx:98 +#: src/screens/StarterPack/StarterPackScreen.tsx:137 +#: src/screens/StarterPack/StarterPackScreen.tsx:138 +#: src/screens/StarterPack/Wizard/index.tsx:105 +#: src/screens/StarterPack/Wizard/index.tsx:113 +msgid "That starter pack could not be found." +msgstr "Этот стартовый набор найти не удалось." + +#: src/view/com/post-thread/PostQuotes.tsx:127 +msgid "That's all, folks!" +msgstr "Вот и все, ребята!" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:270 +#: src/view/com/profile/ProfileMenu.tsx:353 +msgid "The account will be able to interact with you after unblocking." +msgstr "Учетная запись сможет взаимодействовать с вами после разблокировки." + +#: src/components/moderation/ModerationDetailsDialog.tsx:118 +#: src/lib/moderation/useModerationCauseDescription.ts:126 +msgid "The author of this thread has hidden this reply." +msgstr "Автор этой темы скрыл этот ответ." + +#: src/screens/Moderation/index.tsx:368 +msgid "The Bluesky web application" +msgstr "Веб-приложение Bluesky" + +#: src/view/screens/CommunityGuidelines.tsx:36 +msgid "The Community Guidelines have been moved to <0/>" +msgstr "Правила Сообщества перемещены в <0/>" + +#: src/view/screens/CopyrightPolicy.tsx:33 +msgid "The Copyright Policy has been moved to <0/>" +msgstr "Политика защиты авторского права перемещена в <0/>" + +#: src/view/com/posts/FeedShutdownMsg.tsx:102 +msgid "The Discover feed" +msgstr "Лента Discover" + +#: src/state/shell/progress-guide.tsx:167 +#: src/state/shell/progress-guide.tsx:172 +msgid "The Discover feed now knows what you like" +msgstr "Теперь лента Discover знает, что вам нравится" + +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 +msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off." +msgstr "В приложении впечатления лучше. Загрузите Bluesky прямо сейчас, и мы продолжим работу с того места, где вы остановились." + +#: src/view/com/posts/FeedShutdownMsg.tsx:67 +msgid "The feed has been replaced with Discover." +msgstr "Лента была заменен на Discover." + +#: src/components/moderation/LabelsOnMeDialog.tsx:58 +msgid "The following labels were applied to your account." +msgstr "Следующие метки были добавлены в вашу учетную запись." + +#: src/components/moderation/LabelsOnMeDialog.tsx:59 +msgid "The following labels were applied to your content." +msgstr "Следующие метки были добавлены к вашему контенту." + +#: src/screens/Onboarding/Layout.tsx:58 +msgid "The following steps will help customize your Bluesky experience." +msgstr "Следующие шаги помогут настроить ваш опыт использования Bluesky." + +#: src/view/com/post-thread/PostThread.tsx:208 +#: src/view/com/post-thread/PostThread.tsx:220 +msgid "The post may have been deleted." +msgstr "Возможно этот пост был удален." + +#: src/view/screens/PrivacyPolicy.tsx:33 +msgid "The Privacy Policy has been moved to <0/>" +msgstr "Политика конфиденциальности была перемещена в <0/>" + +#: src/state/queries/video/video.ts:227 +msgid "The selected video is larger than 50MB." +msgstr "Размер выбранного видео превышает 50МБ." + +#: src/screens/StarterPack/StarterPackScreen.tsx:713 +msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." +msgstr "Стартовый набор, который вы пытаетесь просмотреть, недействителен. Вы можете удалить этот стартовый набор." + +#: src/view/screens/Support.tsx:36 +msgid "The support form has been moved. If you need help, please <0/> or visit {HELP_DESK_URL} to get in touch with us." +msgstr "Форма поддержки перемещена. Если вам нужна помощь, пожалуйста, <0/> или посетите {HELP_DESK_URL}, чтобы связаться с нами." + +#: src/view/screens/TermsOfService.tsx:33 +msgid "The Terms of Service have been moved to" +msgstr "Условия Использования перенесены в" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:85 +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/components/DeactivateAccountDialog.tsx:86 +msgid "There is no time limit for account deactivation, come back any time." +msgstr "Время деактивации аккаунта не ограничено, возвращайтесь в любое время" + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:117 +#: src/view/screens/ProfileFeed.tsx:545 +msgid "There was an an issue contacting the server, please check your internet connection and try again." +msgstr "Возникла проблема с доступом к серверу. Проверьте подключение к Интернету и повторите попытку снова." + +#: src/view/com/posts/FeedErrorMessage.tsx:145 +msgid "There was an an issue removing this feed. Please check your internet connection and try again." +msgstr "Возникла проблема при удалении этой ленты. Проверьте подключение к Интернету и повторите попытку." + +#: src/view/com/posts/FeedShutdownMsg.tsx:52 +#: src/view/com/posts/FeedShutdownMsg.tsx:71 +#: src/view/screens/ProfileFeed.tsx:206 +msgid "There was an an issue updating your feeds, please check your internet connection and try again." +msgstr "Возникла проблема с обновлением ваших лент. Проверьте подключение к Интернету и повторите попытку." + +#: src/components/dialogs/GifSelect.ios.tsx:197 +#: src/components/dialogs/GifSelect.tsx:213 +msgid "There was an issue connecting to Tenor." +msgstr "Возникла проблема с подключением к Tenor." + +#: src/view/screens/ProfileFeed.tsx:235 +#: src/view/screens/ProfileList.tsx:359 +#: src/view/screens/ProfileList.tsx:378 +#: src/view/screens/SavedFeeds.tsx:238 +#: src/view/screens/SavedFeeds.tsx:264 +#: src/view/screens/SavedFeeds.tsx:290 +msgid "There was an issue contacting the server" +msgstr "При соединении с сервером возникла проблема" + +#: src/view/com/feeds/FeedSourceCard.tsx:127 +#: src/view/com/feeds/FeedSourceCard.tsx:140 +msgid "There was an issue contacting your server" +msgstr "При соединении с вашим сервером возникла проблема" + +#: src/view/com/notifications/Feed.tsx:129 +msgid "There was an issue fetching notifications. Tap here to try again." +msgstr "Возникла проблема с загрузкой уведомлений. Нажмите здесь, чтобы повторить попытку." + +#: src/view/com/posts/Feed.tsx:476 +msgid "There was an issue fetching posts. Tap here to try again." +msgstr "Возникла проблема с загрузкой постов. Нажмите здесь, чтобы повторить попытку." + +#: src/view/com/lists/ListMembers.tsx:172 +msgid "There was an issue fetching the list. Tap here to try again." +msgstr "Возникла проблема с загрузкой списка. Нажмите здесь, чтобы повторить попытку." + +#: src/view/com/feeds/ProfileFeedgens.tsx:150 +#: src/view/com/lists/ProfileLists.tsx:154 +msgid "There was an issue fetching your lists. Tap here to try again." +msgstr "Возникла проблема с загрузкой ваших списков. Нажмите здесь, чтобы повторить попытку." + +#: src/components/dms/ReportDialog.tsx:222 +#: src/components/ReportDialog/SubmitView.tsx:86 +msgid "There was an issue sending your report. Please check your internet connection." +msgstr "Возникла проблема с отправкой вашей жалобы. Пожалуйста, проверьте подключение к Интернету." + +#: src/view/screens/AppPasswords.tsx:69 +msgid "There was an issue with fetching your app passwords" +msgstr "Возникла проблема с загрузкой ваших паролей для приложений" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:97 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:109 +#: src/view/com/profile/ProfileMenu.tsx:111 +#: src/view/com/profile/ProfileMenu.tsx:122 +#: src/view/com/profile/ProfileMenu.tsx:137 +#: src/view/com/profile/ProfileMenu.tsx:148 +#: src/view/com/profile/ProfileMenu.tsx:162 +#: src/view/com/profile/ProfileMenu.tsx:175 +msgid "There was an issue! {0}" +msgstr "Возникла проблема! {0}" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:182 +#: src/screens/List/ListHiddenScreen.tsx:63 +#: src/screens/List/ListHiddenScreen.tsx:77 +#: src/screens/List/ListHiddenScreen.tsx:99 +#: src/view/screens/ProfileList.tsx:391 +#: src/view/screens/ProfileList.tsx:405 +#: src/view/screens/ProfileList.tsx:419 +#: src/view/screens/ProfileList.tsx:433 +msgid "There was an issue. Please check your internet connection and try again." +msgstr "Возникла проблема. Проверьте подключение к Интернету и повторите попытку." + +#: src/components/dialogs/GifSelect.ios.tsx:239 +#: src/components/dialogs/GifSelect.tsx:259 +#: src/view/com/util/ErrorBoundary.tsx:57 +msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" +msgstr "В приложении возникла неожиданная проблема. Пожалуйста, сообщите нам, если вы получили это сообщение!" + +#: src/screens/SignupQueued.tsx:112 +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/moderation/ScreenHider.tsx:117 +msgid "This {screenDescription} has been flagged:" +msgstr "Этот {screenDescription} был помечен:" + +#: src/components/moderation/ScreenHider.tsx:112 +msgid "This account has requested that users sign in to view their profile." +msgstr "Этот пользователь указал, что не хочет, чтобы его профиль видели посетители без учетной записи." + +#: src/components/dms/BlockedByListDialog.tsx:34 +msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." +msgstr "Эта учетная запись заблокирована в одном или нескольких ваших списках модерации. Чтобы снять блокировку, пожалуйста, посетите списки непосредственно и удалите этого пользователя." + +#: src/components/moderation/LabelsOnMeDialog.tsx:241 +msgid "This appeal will be sent to <0>{sourceName}." +msgstr "Это обращение будет отправлено на адрес <0>{sourceName}." + +#: src/screens/Messages/Conversation/ChatDisabled.tsx:104 +msgid "This appeal will be sent to Bluesky's moderation service." +msgstr "Это обращение будет отправлено в службу модерации Bluesky." + +#: src/screens/Messages/Conversation/MessageListError.tsx:18 +msgid "This chat was disconnected" +msgstr "Этот чат был отключен" + +#: src/lib/moderation/useGlobalLabelStrings.ts:19 +msgid "This content has been hidden by the moderators." +msgstr "Этот контент был скрыт модераторами." + +#: src/lib/moderation/useGlobalLabelStrings.ts:24 +msgid "This content has received a general warning from moderators." +msgstr "Этот контент получил общее предупреждение от модераторов." + +#: src/components/dialogs/EmbedConsent.tsx:64 +msgid "This content is hosted by {0}. Do you want to enable external media?" +msgstr "Этот контент размещен {0}. Включить внешние медиа?" + +#: src/components/moderation/ModerationDetailsDialog.tsx:83 +#: src/lib/moderation/useModerationCauseDescription.ts:82 +msgid "This content is not available because one of the users involved has blocked the other." +msgstr "Этот контент недоступен, поскольку один из вовлеченных пользователей заблокировал другого." + +#: src/view/com/posts/FeedErrorMessage.tsx:114 +msgid "This content is not viewable without a Bluesky account." +msgstr "Этот контент недоступен для просмотра без учетной записи Bluesky." + +#: src/screens/Messages/List/ChatListItem.tsx:213 +msgid "This conversation is with a deleted or a deactivated account. Press for options." +msgstr "Этот разговор ведется с удаленной или деактивированной учетной записью. Нажмите для выбора опций." + +#: src/view/screens/Settings/ExportCarDialog.tsx:93 +msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." +msgstr "Эта функция находится в бете. Вы можете узнать больше об экспорте репозиториев в <0>этом блоге.." + +#: src/view/com/posts/FeedErrorMessage.tsx:120 +msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." +msgstr "Эта лента сейчас получает слишком много запросов и временно недоступна. Попробуйте еще раз позже." + +#: src/view/com/posts/CustomFeedEmptyState.tsx:37 +msgid "This feed is empty! You may need to follow more users or tune your language settings." +msgstr "Эта лента пуста! Возможно, вам нужно подписаться на большее количество пользователей или изменить настройки языка." + +#: src/components/StarterPack/Main/PostsList.tsx:36 +#: src/view/screens/ProfileFeed.tsx:474 +#: src/view/screens/ProfileList.tsx:785 +msgid "This feed is empty." +msgstr "Эта лента пуста." + +#: src/view/com/posts/FeedShutdownMsg.tsx:99 +msgid "This feed is no longer online. We are showing <0>Discover instead." +msgstr "Этот канал больше не работает. Вместо этого мы показываем <0>Discover." + +#: src/components/dialogs/BirthDateSettings.tsx:41 +msgid "This information is not shared with other users." +msgstr "Эта информация не раскрывается другим пользователям." + +#: src/view/com/modals/VerifyEmail.tsx:127 +msgid "This is important in case you ever need to change your email or reset your password." +msgstr "Это важно для случая, если вам когда-нибудь нужно будет изменить адрес электронной почты или восстановить пароль." + +#: src/components/moderation/ModerationDetailsDialog.tsx:144 +msgid "This label was applied by <0>{0}." +msgstr "Эта метка была применена <0>{0}." + +#: src/components/moderation/ModerationDetailsDialog.tsx:142 +msgid "This label was applied by the author." +msgstr "Эта метка была применена автором." + +#: src/components/moderation/LabelsOnMeDialog.tsx:161 +msgid "This label was applied by you." +msgstr "Эта метка была применена вами." + +#: src/screens/Profile/Sections/Labels.tsx:188 +msgid "This labeler hasn't declared what labels it publishes, and may not be active." +msgstr "Этот маркировщик еще не заявил, какие метки он публикует, и может быть неактивным." + +#: src/view/com/modals/LinkWarning.tsx:72 +msgid "This link is taking you to the following website:" +msgstr "Эта ссылка ведет на сайт:" + +#: src/screens/List/ListHiddenScreen.tsx:136 +msgid "This list - created by <0>{0} - contains possible violations of Bluesky's community guidelines in its name or description." +msgstr "Этот список, созданный <0>{0}, содержит возможные нарушения правил сообщества Bluesky в названии или описании." + +#: src/view/screens/ProfileList.tsx:963 +msgid "This list is empty!" +msgstr "Список пустой!" + +#: src/screens/Profile/ErrorState.tsx:40 +msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." +msgstr "Данный сервис модерации недоступен. Просмотрите детали ниже. Если проблема не исчезнет, свяжитесь с нами." + +#: src/view/com/modals/AddAppPasswords.tsx:110 +msgid "This name is already in use" +msgstr "Это имя уже используется" + +#: src/view/com/post-thread/PostThreadItem.tsx:140 +msgid "This post has been deleted." +msgstr "Этот пост был удален." + +#: src/view/com/util/forms/PostDropdownBtn.tsx:656 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:358 +msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." +msgstr "Этот пост виден только пользователям, которые вошли в систему. Оно не будет видимым для людей, которые не вошли в систему." + +#: src/view/com/util/forms/PostDropdownBtn.tsx:637 +msgid "This post will be hidden from feeds and threads. This cannot be undone." +msgstr "Этот пост будет скрыт из лент и тем. Это невозможно отменить." + +#: src/view/com/composer/useExternalLinkFetch.ts:67 +msgid "This post's author has disabled quote posts." +msgstr "Автор этого поста отключил цитирование сообщений." + +#: src/view/com/profile/ProfileMenu.tsx:374 +msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't logged in." +msgstr "Этот профиль виден только пользователям, которые вошли в систему. Он не будет виден людям, которые не вошли в систему." + +#: src/view/com/util/forms/PostDropdownBtn.tsx:699 +msgid "This reply will be sorted into a hidden section at the bottom of your thread and will mute notifications for subsequent replies - both for yourself and others." +msgstr "Этот ответ будет отсортирован в скрытый раздел в нижней части вашей темы и отключит уведомления о последующих ответах - как для вас, так и для других." + +#: src/screens/Signup/StepInfo/Policies.tsx:37 +msgid "This service has not provided terms of service or a privacy policy." +msgstr "Этот сервис не предоставил условия обслуживания или политику конфиденциальности." + +#: src/view/com/modals/ChangeHandle.tsx:439 +msgid "This should create a domain record at:" +msgstr "Это должно создать учетную запись домена:" + +#: src/view/com/profile/ProfileFollowers.tsx:96 +msgid "This user doesn't have any followers." +msgstr "У этого пользователя еще нет ни одного подписчика." + +#: src/components/dms/MessagesListBlockedFooter.tsx:60 +msgid "This user has blocked you" +msgstr "Этот пользователь заблокировал вас" + +#: src/components/moderation/ModerationDetailsDialog.tsx:78 +#: src/lib/moderation/useModerationCauseDescription.ts:73 +msgid "This user has blocked you. You cannot view their content." +msgstr "Этот пользователь заблокировал вас. Вы не можете видеть их посты." + +#: src/lib/moderation/useGlobalLabelStrings.ts:30 +msgid "This user has requested that their content only be shown to signed-in users." +msgstr "Этот пользователь настроил, чтобы его контент был виден только для пользователей, вошедших в систему." + +#: src/components/moderation/ModerationDetailsDialog.tsx:58 +msgid "This user is included in the <0>{0} list which you have blocked." +msgstr "Этот пользователь есть в списке <0>{0}, который вы заблокировали." + +#: src/components/moderation/ModerationDetailsDialog.tsx:90 +msgid "This user is included in the <0>{0} list which you have muted." +msgstr "Этот пользователь есть в списке <0>{0}, который вы добавили к игнорированию." + +#: src/components/NewskieDialog.tsx:65 +msgid "This user is new here. Press for more info about when they joined." +msgstr "Этот пользователь здесь недавно. Нажмите для получения дополнительной информации о том, когда он присоединился." + +#: src/view/com/profile/ProfileFollows.tsx:96 +msgid "This user isn't following anyone." +msgstr "Этот пользователь не подписан ни на кого." + +#: src/components/dialogs/MutedWords.tsx:435 +msgid "This will delete \"{0}\" from your muted words. You can always add it back later." +msgstr "Это удалит \"{0}\" из ваших отключенных слов. Вы всегда сможете добавить его обратно позже." + +#: src/view/com/util/AccountDropdownBtn.tsx:55 +msgid "This will remove @{0} from the quick access list." +msgstr "Это удалит @{0} из списка быстрого доступа." + +#: src/view/com/util/forms/PostDropdownBtn.tsx:689 +msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." +msgstr "Это удалит ваше сообщение из этой цитаты для всех пользователей и заменит его на место." + +#: src/view/screens/Settings/index.tsx:560 +msgid "Thread preferences" +msgstr "Настройка веток" + +#: src/view/screens/PreferencesThreads.tsx:51 +#: src/view/screens/Settings/index.tsx:570 +msgid "Thread Preferences" +msgstr "Настройка веток" + +#: src/view/screens/PreferencesThreads.tsx:113 +msgid "Threaded Mode" +msgstr "Режим ветвей" + +#: src/Navigation.tsx:304 +msgid "Threads Preferences" +msgstr "Настройка обсуждений" + +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:102 +msgid "To disable the email 2FA method, please verify your access to the email address." +msgstr "Чтобы отключить метод 2FA по электронной почте, проверьте свой доступ к адресу электронной почты." + +#: src/components/dms/ReportConversationPrompt.tsx:20 +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/view/com/composer/videos/SelectVideoBtn.tsx:120 +msgid "To upload videos to Bluesky, you must first verify your email." +msgstr "Чтобы загрузить видео на Bluesky, необходимо сначала подтвердить свою электронную почту." + +#: src/components/ReportDialog/SelectLabelerView.tsx:33 +msgid "To whom would you like to send this report?" +msgstr "Кому вы хотели бы отправить эту жалобу?" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:597 +msgid "Together, we're rebuilding the social internet. We're glad you're here." +msgstr "" + +#: src/view/com/util/forms/DropdownButton.tsx:255 +msgid "Toggle dropdown" +msgstr "Раскрыть/скрыть" + +#: src/screens/Moderation/index.tsx:345 +msgid "Toggle to enable or disable adult content" +msgstr "Включить или отключить контент для взрослых" + +#: src/screens/Hashtag.tsx:86 +#: src/view/screens/Search/Search.tsx:349 +msgid "Top" +msgstr "Вверх" + +#: src/view/com/modals/EditImage.tsx:272 +msgid "Transformations" +msgstr "Редактирование" + +#: src/components/dms/MessageMenu.tsx:103 +#: src/components/dms/MessageMenu.tsx:105 +#: src/view/com/post-thread/PostThreadItem.tsx:746 +#: src/view/com/post-thread/PostThreadItem.tsx:748 +#: src/view/com/util/forms/PostDropdownBtn.tsx:380 +#: src/view/com/util/forms/PostDropdownBtn.tsx:382 +msgid "Translate" +msgstr "Перевести" + +#: src/view/com/util/error/ErrorScreen.tsx:82 +msgctxt "action" +msgid "Try again" +msgstr "Попробовать еще раз" + +#: src/screens/Onboarding/state.ts:100 +msgid "TV" +msgstr "ТВ" + +#: src/view/screens/Settings/index.tsx:711 +msgid "Two-factor authentication" +msgstr "Двухфакторная аутентификация" + +#: src/screens/Messages/Conversation/MessageInput.tsx:141 +msgid "Type your message here" +msgstr "Напечатайте здесь свое сообщение" + +#: src/view/com/modals/ChangeHandle.tsx:422 +msgid "Type:" +msgstr "Напечатайте:" + +#: src/view/screens/ProfileList.tsx:591 +msgid "Un-block list" +msgstr "Разблокировать список" + +#: src/view/screens/ProfileList.tsx:576 +msgid "Un-mute list" +msgstr "Перестать игнорировать" + +#: src/screens/Login/ForgotPasswordForm.tsx:74 +#: src/screens/Login/index.tsx:78 +#: src/screens/Login/LoginForm.tsx:155 +#: src/screens/Login/SetNewPasswordForm.tsx:77 +#: src/screens/Signup/index.tsx:77 +#: src/view/com/modals/ChangePassword.tsx:71 +msgid "Unable to contact your service. Please check your Internet connection." +msgstr "Не удалось связаться с вашим хостинг-провайдером. Проверьте ваше подключение к Интернету." + +#: src/screens/StarterPack/StarterPackScreen.tsx:637 +msgid "Unable to delete" +msgstr "Не удается удалить" + +#: src/components/dms/MessagesListBlockedFooter.tsx:89 +#: src/components/dms/MessagesListBlockedFooter.tsx:96 +#: src/components/dms/MessagesListBlockedFooter.tsx:104 +#: src/components/dms/MessagesListBlockedFooter.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 +#: src/view/com/profile/ProfileMenu.tsx:365 +#: src/view/screens/ProfileList.tsx:682 +msgid "Unblock" +msgstr "Разблокировать" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 +msgctxt "action" +msgid "Unblock" +msgstr "Разблокировать" + +#: src/components/dms/ConvoMenu.tsx:188 +#: src/components/dms/ConvoMenu.tsx:192 +msgid "Unblock account" +msgstr "Разблокировать учетную запись" + +#: src/view/com/profile/ProfileMenu.tsx:303 +#: src/view/com/profile/ProfileMenu.tsx:309 +msgid "Unblock Account" +msgstr "Разблокировать учетную запись" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:268 +#: src/view/com/profile/ProfileMenu.tsx:347 +msgid "Unblock Account?" +msgstr "Разблокировать учетную запись?" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:69 +#: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 +#: src/view/com/util/post-ctrls/RepostButton.web.tsx:76 +msgid "Undo repost" +msgstr "Отменить репост" + +#: src/view/com/profile/FollowButton.tsx:61 +msgctxt "action" +msgid "Unfollow" +msgstr "Отписаться" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 +msgid "Unfollow {0}" +msgstr "Отписаться от {0}" + +#: src/view/com/profile/ProfileMenu.tsx:245 +#: src/view/com/profile/ProfileMenu.tsx:255 +msgid "Unfollow Account" +msgstr "Отписаться от учетной записи" + +#: src/view/screens/ProfileFeed.tsx:575 +msgid "Unlike this feed" +msgstr "Удалить предпочтения этой ленты" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:388 +msgctxt "video" +msgid "Unmute" +msgstr "" + +#: src/components/TagMenu/index.tsx:263 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 +#: src/view/screens/ProfileList.tsx:689 +msgid "Unmute" +msgstr "Не игнорировать" + +#: src/components/TagMenu/index.web.tsx:115 +msgid "Unmute {truncatedTag}" +msgstr "Не игнорировать {truncatedTag}" + +#: src/view/com/profile/ProfileMenu.tsx:282 +#: src/view/com/profile/ProfileMenu.tsx:288 +msgid "Unmute Account" +msgstr "Перестать игнорировать" + +#: src/components/TagMenu/index.tsx:219 +msgid "Unmute all {displayTag} posts" +msgstr "Перестать игнорировать все посты {displayTag}" + +#: src/components/dms/ConvoMenu.tsx:176 +msgid "Unmute conversation" +msgstr "Включить звук" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:465 +#: src/view/com/util/forms/PostDropdownBtn.tsx:470 +msgid "Unmute thread" +msgstr "Перестать игнорировать" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:317 +msgid "Unmute video" +msgstr "Включить звук видео" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:167 +#~ msgid "Unmuted" +#~ msgstr "Не игнорируемый" + +#: src/view/screens/ProfileFeed.tsx:292 +#: src/view/screens/ProfileList.tsx:673 +msgid "Unpin" +msgstr "Открепить" + +#: src/view/screens/ProfileFeed.tsx:289 +msgid "Unpin from home" +msgstr "Открепить от главной страницы" + +#: src/view/screens/ProfileList.tsx:556 +msgid "Unpin moderation list" +msgstr "Открепить список модерации" + +#: src/view/screens/ProfileList.tsx:346 +msgid "Unpinned from your feeds" +msgstr "Убрать из вашей ленты" + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:228 +msgid "Unsubscribe" +msgstr "Отписаться" + +#: src/screens/List/ListHiddenScreen.tsx:184 +#: src/screens/List/ListHiddenScreen.tsx:194 +msgid "Unsubscribe from list" +msgstr "Отписаться от списка" + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196 +msgid "Unsubscribe from this labeler" +msgstr "Отписаться от этого маркировщика" + +#: src/screens/List/ListHiddenScreen.tsx:86 +msgid "Unsubscribed from list" +msgstr "Отказаться от подписки на список" + +#: src/state/queries/video/video.ts:245 +msgid "Unsupported video type: {mimeType}" +msgstr "Неподдерживаемый тип видео: {mimeType}" + +#: src/lib/moderation/useReportOptions.ts:77 +#: src/lib/moderation/useReportOptions.ts:90 +msgid "Unwanted Sexual Content" +msgstr "Нежелательное сексуальное содержимое" + +#: src/view/com/modals/UserAddRemoveLists.tsx:82 +msgid "Update {displayName} in Lists" +msgstr "Изменить принадлежность {displayName} к спискам" + +#: src/view/com/modals/ChangeHandle.tsx:502 +msgid "Update to {handle}" +msgstr "Обновить до {handle}" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:305 +msgid "Updating quote attachment failed" +msgstr "Обновление вложения цитаты не удалось" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:335 +msgid "Updating reply visibility failed" +msgstr "Обновление видимости ответа не удалось" + +#: src/screens/Login/SetNewPasswordForm.tsx:186 +msgid "Updating..." +msgstr "Обновление..." + +#: src/screens/Onboarding/StepProfile/index.tsx:281 +msgid "Upload a photo instead" +msgstr "Вместо этого загрузите фотографию" + +#: src/view/com/modals/ChangeHandle.tsx:448 +msgid "Upload a text file to:" +msgstr "Загрузить текстовый файл в:" + +#: src/view/com/util/UserAvatar.tsx:361 +#: src/view/com/util/UserAvatar.tsx:364 +#: src/view/com/util/UserBanner.tsx:123 +#: src/view/com/util/UserBanner.tsx:126 +msgid "Upload from Camera" +msgstr "Загрузить с камеры" + +#: src/view/com/util/UserAvatar.tsx:378 +#: src/view/com/util/UserBanner.tsx:140 +msgid "Upload from Files" +msgstr "Загрузить из файлов" + +#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:376 +#: src/view/com/util/UserBanner.tsx:134 +#: src/view/com/util/UserBanner.tsx:138 +msgid "Upload from Library" +msgstr "Загрузить из библиотеки" + +#: src/view/com/modals/ChangeHandle.tsx:402 +msgid "Use a file on your server" +msgstr "Использовать файл на вашем сервере" + +#: src/view/screens/AppPasswords.tsx:199 +msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." +msgstr "Использовать пароли приложений для входа в другие клиенты Bluesky без предоставления полного доступа к вашей учетной записи или паролю." + +#: src/view/com/modals/ChangeHandle.tsx:513 +msgid "Use bsky.social as hosting provider" +msgstr "Использовать bsky.social в качестве хостинг-провайдера" + +#: src/view/com/modals/ChangeHandle.tsx:512 +msgid "Use default provider" +msgstr "Использовать провайдера по умолчанию" + +#: src/view/com/modals/InAppBrowserConsent.tsx:56 +#: src/view/com/modals/InAppBrowserConsent.tsx:58 +msgid "Use in-app browser" +msgstr "Во встроенном браузере" + +#: src/view/com/modals/InAppBrowserConsent.tsx:66 +#: src/view/com/modals/InAppBrowserConsent.tsx:68 +msgid "Use my default browser" +msgstr "В браузере по умолчанию" + +#: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:53 +msgid "Use recommended" +msgstr "Использовать рекомендуемые" + +#: src/view/com/modals/ChangeHandle.tsx:394 +msgid "Use the DNS panel" +msgstr "Использовать панель DNS" + +#: src/view/com/modals/AddAppPasswords.tsx:206 +msgid "Use this to sign into the other app along with your handle." +msgstr "Воспользуйтесь им для входа в другие приложения." + +#: src/view/com/modals/InviteCodes.tsx:201 +msgid "Used by:" +msgstr "Использовано:" + +#: src/components/moderation/ModerationDetailsDialog.tsx:70 +#: src/lib/moderation/useModerationCauseDescription.ts:61 +msgid "User Blocked" +msgstr "Пользователь заблокирован" + +#: src/lib/moderation/useModerationCauseDescription.ts:53 +msgid "User Blocked by \"{0}\"" +msgstr "Пользователь заблокирован \"{0}\"" + +#: src/components/dms/BlockedByListDialog.tsx:27 +msgid "User blocked by list" +msgstr "Пользователь заблокирован списком" + +#: src/components/moderation/ModerationDetailsDialog.tsx:56 +msgid "User Blocked by List" +msgstr "Пользователь заблокирован списком" + +#: src/lib/moderation/useModerationCauseDescription.ts:71 +msgid "User Blocking You" +msgstr "Пользователь заблокировал вас" + +#: src/components/moderation/ModerationDetailsDialog.tsx:76 +msgid "User Blocks You" +msgstr "Пользователь заблокировал вас" + +#: src/view/com/modals/UserAddRemoveLists.tsx:208 +msgid "User list by {0}" +msgstr "Список пользователей от {0}" + +#: src/view/screens/ProfileList.tsx:887 +msgid "User list by <0/>" +msgstr "Список пользователей от <0/>" + +#: src/view/com/modals/UserAddRemoveLists.tsx:206 +#: src/view/screens/ProfileList.tsx:885 +msgid "User list by you" +msgstr "Список пользователей от вас" + +#: src/view/com/modals/CreateOrEditList.tsx:184 +msgid "User list created" +msgstr "Список пользователей создан" + +#: src/view/com/modals/CreateOrEditList.tsx:170 +msgid "User list updated" +msgstr "Список пользователей обновлен" + +#: src/view/screens/Lists.tsx:65 +msgid "User Lists" +msgstr "Списки пользователей" + +#: src/screens/Login/LoginForm.tsx:186 +msgid "Username or email address" +msgstr "Имя пользователя или электронный адрес" + +#: src/view/screens/ProfileList.tsx:921 +msgid "Users" +msgstr "Пользователи" + +#: src/components/WhoCanReply.tsx:258 +msgid "users followed by <0>@{0}" +msgstr "пользователи, за которыми следуют <0>@{0}" + +#: src/components/dms/MessagesNUX.tsx:140 +#: src/components/dms/MessagesNUX.tsx:143 +#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:87 +msgid "Users I follow" +msgstr "Пользователи, на которых я подписан" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +msgid "Users in \"{0}\"" +msgstr "Пользователи в \"{0}\"" + +#: src/components/LikesDialog.tsx:85 +msgid "Users that have liked this content or profile" +msgstr "Пользователи, которым понравился этот контент и профиль" + +#: src/view/com/modals/ChangeHandle.tsx:430 +msgid "Value:" +msgstr "Значение:" + +#: src/view/com/composer/videos/SelectVideoBtn.tsx:118 +msgid "Verified email required" +msgstr "Требуется подтвердить электронную почту" + +#: src/view/com/modals/ChangeHandle.tsx:504 +msgid "Verify DNS Record" +msgstr "Проверка DNS-записи" + +#: src/view/screens/Settings/index.tsx:936 +msgid "Verify email" +msgstr "Подтвердить мой электронный адрес" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + +#: src/view/screens/Settings/index.tsx:961 +msgid "Verify my email" +msgstr "Подтвердить мой электронный адрес" + +#: src/view/screens/Settings/index.tsx:970 +msgid "Verify My Email" +msgstr "Подтвердить мой электронный адрес" + +#: src/view/com/modals/ChangeEmail.tsx:200 +#: src/view/com/modals/ChangeEmail.tsx:202 +msgid "Verify New Email" +msgstr "Подтвердить новый адрес электронной почты" + +#: src/view/com/composer/videos/SelectVideoBtn.tsx:122 +msgid "Verify now" +msgstr "Подтвердить сейчас" + +#: src/view/com/modals/ChangeHandle.tsx:505 +msgid "Verify Text File" +msgstr "Подтвердить текстовым файлом" + +#: src/view/com/modals/VerifyEmail.tsx:111 +msgid "Verify Your Email" +msgstr "Подтвердить адрес вашей электронной почты" + +#: src/view/screens/Settings/index.tsx:889 +msgid "Version {appVersion} {bundleInfo}" +msgstr "Версия {appVersion} {bundleInfo}" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:144 +msgid "Video" +msgstr "Видео" + +#: src/state/queries/video/video.ts:138 +msgid "Video failed to process" +msgstr "Не удалось обработать видео" + +#: src/screens/Onboarding/index.tsx:39 +#: src/screens/Onboarding/state.ts:88 +msgid "Video Games" +msgstr "Видеоигры" + +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:167 +msgid "Video not found." +msgstr "Видео не найдено." + +#: src/view/com/composer/videos/SubtitleDialog.tsx:101 +msgid "Video settings" +msgstr "Настройки видео" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +msgid "Video: {0}" +msgstr "Видео: {0}" + +#: src/view/com/composer/videos/SelectVideoBtn.tsx:65 +#: src/view/com/composer/videos/VideoPreview.web.tsx:44 +msgid "Videos must be less than 60 seconds long" +msgstr "" + +#: src/screens/Profile/Header/Shell.tsx:113 +msgid "View {0}'s avatar" +msgstr "Просмотреть аватар {0}" + +#: src/components/ProfileCard.tsx:110 +#: src/view/com/notifications/FeedItem.tsx:273 +msgid "View {0}'s profile" +msgstr "Посмотреть профиль {0}" + +#: src/components/dms/MessagesListHeader.tsx:160 +msgid "View {displayName}'s profile" +msgstr "" + +#: src/components/ProfileHoverCard/index.web.tsx:430 +msgid "View blocked user's profile" +msgstr "Просмотреть профиль заблокированного пользователя" + +#: src/view/screens/Settings/ExportCarDialog.tsx:97 +msgid "View blogpost for more details" +msgstr "Посмотреть запись в блоге для получения более подробной информации" + +#: src/view/screens/Log.tsx:56 +msgid "View debug entry" +msgstr "Просмотреть запись для отладки" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:139 +msgid "View details" +msgstr "Просмотреть детали" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:134 +msgid "View details for reporting a copyright violation" +msgstr "Просмотреть детали как отправить жалобу о нарушении авторских прав" + +#: src/view/com/posts/FeedSlice.tsx:136 +msgid "View full thread" +msgstr "Просмотреть обсуждение" + +#: src/components/moderation/LabelsOnMe.tsx:47 +msgid "View information about these labels" +msgstr "Просмотреть информацию о метках" + +#: src/components/ProfileHoverCard/index.web.tsx:418 +#: src/components/ProfileHoverCard/index.web.tsx:436 +#: src/components/ProfileHoverCard/index.web.tsx:463 +#: src/view/com/posts/AviFollowButton.tsx:56 +#: src/view/com/posts/FeedErrorMessage.tsx:175 +msgid "View profile" +msgstr "Просмотреть профиль" + +#: src/view/com/profile/ProfileSubpageHeader.tsx:127 +msgid "View the avatar" +msgstr "Просмотреть аватар" + +#: src/components/LabelingServiceCard/index.tsx:137 +msgid "View the labeling service provided by @{0}" +msgstr "Просмотр услуг маркировки, который предоставляет @{0}" + +#: src/view/screens/ProfileFeed.tsx:587 +msgid "View users who like this feed" +msgstr "Просмотр пользователей, которым понравилась эта лента" + +#: src/screens/Moderation/index.tsx:274 +msgid "View your blocked accounts" +msgstr "Просмотрите заблокированные вами учетные записи" + +#: src/view/com/home/HomeHeaderLayout.web.tsx:79 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:86 +msgid "View your feeds and explore more" +msgstr "Просмотрите свои ленты и исследуйте больше" + +#: src/screens/Moderation/index.tsx:244 +msgid "View your moderation lists" +msgstr "Просмотр своего списка модерации" + +#: src/screens/Moderation/index.tsx:259 +msgid "View your muted accounts" +msgstr "Просмотр отключенных учетных записей" + +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 +msgid "Visit Site" +msgstr "Посетить сайт" + +#: src/components/moderation/LabelPreference.tsx:135 +#: src/lib/moderation/useLabelBehaviorDescription.ts:17 +#: src/lib/moderation/useLabelBehaviorDescription.ts:22 +msgid "Warn" +msgstr "Предупреждать" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:48 +msgid "Warn content" +msgstr "Предупреждать о содержимом" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:46 +msgid "Warn content and filter from feeds" +msgstr "Предупреждать о содержимом и фильтровать его из ленты" + +#: src/screens/Hashtag.tsx:217 +msgid "We couldn't find any results for that hashtag." +msgstr "Мы не смогли найти никаких результатов для этого хештега." + +#: src/screens/Messages/Conversation/index.tsx:107 +msgid "We couldn't load this conversation" +msgstr "Мы не смогли загрузить эту беседу" + +#: src/screens/SignupQueued.tsx:139 +msgid "We estimate {estimatedTime} until your account is ready." +msgstr "Мы оцениваем {estimatedTime} до готовности вашей учетной записи." + +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 +msgid "We hope you have a wonderful time. Remember, Bluesky is:" +msgstr "Мы надеемся, что вы отлично проведете время. Помните, Bluesky - это:" + +#: src/view/com/posts/DiscoverFallbackHeader.tsx:29 +msgid "We ran out of posts from your follows. Here's the latest from <0/>." +msgstr "У нас закончились посты в ваших подписках. Вот последние посты из ленты <0/>." + +#: src/state/queries/video/video.ts:170 +msgid "We were unable to determine if you are allowed to upload videos. Please try again." +msgstr "" + +#: src/components/dialogs/BirthDateSettings.tsx:52 +msgid "We were unable to load your birth date preferences. Please try again." +msgstr "Не удалось загрузить ваши настройки даты рождения. Повторите попытку." + +#: src/screens/Moderation/index.tsx:419 +msgid "We were unable to load your configured labelers at this time." +msgstr "На данный момент мы не смогли загрузить список ваших маркировщиков." + +#: src/screens/Onboarding/StepInterests/index.tsx:143 +msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." +msgstr "Мы не смогли подключиться. Пожалуйста, попробуйте еще раз, чтобы продолжить настройку своей учетной записи. Если ошибка повторяется, то вы можете пропустить этот процесс." + +#: src/screens/SignupQueued.tsx:143 +msgid "We will let you know when your account is ready." +msgstr "Мы сообщим вам, когда ваша учетная запись будет готова." + +#: src/screens/Onboarding/StepInterests/index.tsx:148 +msgid "We'll use this to help customize your experience." +msgstr "Мы воспользуемся этим, чтобы подстроить Ваш опыт." + +#: src/components/dms/dialogs/SearchablePeopleList.tsx:90 +msgid "We're having network issues, try again" +msgstr "У нас проблемы с сетью, попробуйте еще раз" + +#: src/screens/Signup/index.tsx:100 +msgid "We're so excited to have you join us!" +msgstr "Мы очень рады, что вы присоединились!" + +#: src/view/screens/ProfileList.tsx:102 +msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." +msgstr "Нам очень жаль, но нам не удалось найти этот список. Если это продолжается, пожалуйста, свяжитесь с его автором: @{handleOrDid}." + +#: src/components/dialogs/MutedWords.tsx:378 +msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." +msgstr "Нам очень жаль, мы не смогли сейчас загрузить ваши игнорируемые слова. Пожалуйста, попробуйте еще раз." + +#: src/view/screens/Search/Search.tsx:206 +msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." +msgstr "Нам очень жаль, нам не удалось выполнить поиск по вашему запросу. Пожалуйста, попробуйте еще раз через несколько минут." + +#: src/view/com/composer/Composer.tsx:421 +msgid "We're sorry! The post you are replying to has been deleted." +msgstr "Нам очень жаль! Сообщение, на которое вы отвечаете, было удалено." + +#: src/components/Lists.tsx:220 +#: src/view/screens/NotFound.tsx:48 +msgid "We're sorry! We can't find the page you were looking for." +msgstr "Нам очень жаль! Мы не можем найти страницу, которую вы искали." + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:333 +msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty." +msgstr "Нам очень жаль! Вы можете подписаться только на двадцать маркировщиков, и вы достигли своего лимита в двадцать." + +#: src/screens/Deactivated.tsx:128 +msgid "Welcome back!" +msgstr "С возвращением!" + +#: src/components/NewskieDialog.tsx:103 +msgid "Welcome, friend!" +msgstr "Добро пожаловать, друг!" + +#: src/screens/Onboarding/StepInterests/index.tsx:140 +msgid "What are your interests?" +msgstr "Чем вы интересуетесь?" + +#: src/screens/StarterPack/Wizard/StepDetails.tsx:42 +msgid "What do you want to call your starter pack?" +msgstr "Как вы хотите назвать свой стартовый набор?" + +#: src/view/com/auth/SplashScreen.tsx:40 +#: src/view/com/auth/SplashScreen.web.tsx:86 +#: src/view/com/composer/Composer.tsx:516 +msgid "What's up?" +msgstr "Как дела?" + +#: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:78 +msgid "Which languages are used in this post?" +msgstr "Какие языки использованы в этом посте?" + +#: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:77 +msgid "Which languages would you like to see in your algorithmic feeds?" +msgstr "На каких языках вы хотите видеть посты в алгоритмических лентах?" + +#: src/components/WhoCanReply.tsx:179 +msgid "Who can interact with this post?" +msgstr "Кто может взаимодействовать с этим постом?" + +#: src/components/dms/MessagesNUX.tsx:110 +#: src/components/dms/MessagesNUX.tsx:124 +msgid "Who can message you?" +msgstr "Кто может отправить вам сообщение?" + +#: src/components/WhoCanReply.tsx:87 +msgid "Who can reply" +msgstr "Кто может отвечать" + +#: src/screens/Home/NoFeedsPinned.tsx:79 +#: src/screens/Messages/List/index.tsx:185 +msgid "Whoops!" +msgstr "Опаньки!" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:44 +msgid "Why should this content be reviewed?" +msgstr "Почему следует просмотреть этот контент?" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:57 +msgid "Why should this feed be reviewed?" +msgstr "Почему следует просмотреть эту ленту?" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:54 +msgid "Why should this list be reviewed?" +msgstr "Почему следует просмотреть этот список?" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +msgid "Why should this message be reviewed?" +msgstr "Почему это сообщение должно быть просмотрено?" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:51 +msgid "Why should this post be reviewed?" +msgstr "Почему следует пересмотреть этот пост?" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:60 +msgid "Why should this starter pack be reviewed?" +msgstr "Почему этот стартовый набор должен быть рассмотрен?" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:48 +msgid "Why should this user be reviewed?" +msgstr "Почему следует просмотреть этого пользователя?" + +#: src/view/com/modals/crop-image/CropImage.web.tsx:125 +msgid "Wide" +msgstr "Широкий" + +#: src/screens/Messages/Conversation/MessageInput.tsx:142 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:198 +msgid "Write a message" +msgstr "Написать сообщение" + +#: src/view/com/composer/Composer.tsx:712 +msgid "Write post" +msgstr "Написать пост" + +#: src/view/com/composer/Composer.tsx:515 +#: src/view/com/post-thread/PostThreadComposePrompt.tsx:42 +msgid "Write your reply" +msgstr "Написать ответ" + +#: src/screens/Onboarding/index.tsx:25 +#: src/screens/Onboarding/state.ts:101 +msgid "Writers" +msgstr "Писатели" + +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:77 +#: src/view/screens/PreferencesFollowingFeed.tsx:70 +#: src/view/screens/PreferencesFollowingFeed.tsx:97 +#: src/view/screens/PreferencesFollowingFeed.tsx:132 +#: src/view/screens/PreferencesFollowingFeed.tsx:167 +#: src/view/screens/PreferencesThreads.tsx:100 +#: src/view/screens/PreferencesThreads.tsx:123 +msgid "Yes" +msgstr "Да" + +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +msgid "Yes, deactivate" +msgstr "Да, деактивировать" + +#: src/screens/StarterPack/StarterPackScreen.tsx:649 +msgid "Yes, delete this starter pack" +msgstr "Да, удалите этот стартовый набор" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:692 +msgid "Yes, detach" +msgstr "Да, отсоединить" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:702 +msgid "Yes, hide" +msgstr "Да, скрыть" + +#: src/screens/Deactivated.tsx:150 +msgid "Yes, reactivate my account" +msgstr "Да, активируйте мой аккаунт повторно" + +#: src/components/dms/MessageItem.tsx:183 +msgid "Yesterday, {time}" +msgstr "Вчера, {time}" + +#: src/components/StarterPack/StarterPackCard.tsx:76 +#: src/screens/List/ListHiddenScreen.tsx:140 +msgid "you" +msgstr "вы" + +#: src/components/NewskieDialog.tsx:43 +msgid "You" +msgstr "Вы" + +#: src/screens/SignupQueued.tsx:136 +msgid "You are in line." +msgstr "Вы в очереди." + +#: src/state/queries/video/video.ts:161 +msgid "You are not allowed to upload videos." +msgstr "" + +#: src/view/com/profile/ProfileFollows.tsx:95 +msgid "You are not following anyone." +msgstr "Вы ни на кого не подписаны." + +#: src/view/com/posts/FollowingEmptyState.tsx:63 +#: src/view/com/posts/FollowingEndOfFeed.tsx:64 +msgid "You can also discover new Custom Feeds to follow." +msgstr "Также вы можете найти кастомные ленты для подписи." + +#: src/view/com/modals/DeleteAccount.tsx:202 +msgid "You can also temporarily deactivate your account instead, and reactivate it at any time." +msgstr "Вы также можете временно деактивировать свой аккаунт и активировать его в любое время." + +#: src/components/dms/MessagesNUX.tsx:119 +msgid "You can change this at any time." +msgstr "Вы можете изменить его в любое время." + +#: src/screens/Messages/Settings.tsx:111 +msgid "You can continue ongoing conversations regardless of which setting you choose." +msgstr "Вы можете продолжать беседу независимо от выбранной вами настройки." + +#: src/screens/Login/index.tsx:158 +#: src/screens/Login/PasswordUpdatedForm.tsx:33 +msgid "You can now sign in with your new password." +msgstr "Теперь вы можете войти с помощью нового пароля." + +#: src/screens/Deactivated.tsx:136 +msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." +msgstr "Вы можете повторно активировать свой аккаунт, чтобы продолжить вход в систему. Ваш профиль и сообщения будут видны другим пользователям." + +#: src/view/com/profile/ProfileFollowers.tsx:95 +msgid "You do not have any followers." +msgstr "У вас нет ни одного подписчика." + +#: src/screens/Profile/KnownFollowers.tsx:99 +msgid "You don't follow any users who follow @{name}." +msgstr "Вы не подписаны ни на каких пользователей, которые подписаны на @{name}." + +#: src/view/com/modals/InviteCodes.tsx:67 +msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer." +msgstr "У вас еще нет кодов приглашения! Со временем мы предоставим вам несколько." + +#: src/view/screens/SavedFeeds.tsx:117 +msgid "You don't have any pinned feeds." +msgstr "У вас нет закрепленных лент." + +#: src/view/screens/SavedFeeds.tsx:159 +msgid "You don't have any saved feeds." +msgstr "У вас нет сохраненных лент." + +#: src/view/com/post-thread/PostThread.tsx:214 +msgid "You have blocked the author or you have been blocked by the author." +msgstr "Вы заблокировали автора или автор заблокировал вас." + +#: src/components/dms/MessagesListBlockedFooter.tsx:58 +msgid "You have blocked this user" +msgstr "Вы заблокировали этого пользователя" + +#: src/components/moderation/ModerationDetailsDialog.tsx:72 +#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:63 +msgid "You have blocked this user. You cannot view their content." +msgstr "Вы заблокировали этого пользователя. Вы не можете видеть их содержимое." + +#: src/screens/Login/SetNewPasswordForm.tsx:54 +#: src/screens/Login/SetNewPasswordForm.tsx:91 +#: src/view/com/modals/ChangePassword.tsx:88 +#: src/view/com/modals/ChangePassword.tsx:122 +msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." +msgstr "Вы ввели неправильный код. Он должен выглядеть так: XXXXX-XXXXX." + +#: src/lib/moderation/useModerationCauseDescription.ts:114 +msgid "You have hidden this post" +msgstr "Вы скрыли этот пост" + +#: src/components/moderation/ModerationDetailsDialog.tsx:110 +msgid "You have hidden this post." +msgstr "Вы скрыли этот пост." + +#: src/components/moderation/ModerationDetailsDialog.tsx:103 +#: src/lib/moderation/useModerationCauseDescription.ts:97 +msgid "You have muted this account." +msgstr "Вы включили игнорирование этой учетной записи." + +#: src/lib/moderation/useModerationCauseDescription.ts:91 +msgid "You have muted this user" +msgstr "Вы включили игнорирование этого пользователя" + +#: src/screens/Messages/List/index.tsx:225 +msgid "You have no conversations yet. Start one!" +msgstr "У вас еще нет бесед. Начните одну!" + +#: src/view/com/feeds/ProfileFeedgens.tsx:138 +msgid "You have no feeds." +msgstr "У вас нет лент." + +#: src/view/com/lists/MyLists.tsx:93 +#: src/view/com/lists/ProfileLists.tsx:139 +msgid "You have no lists." +msgstr "У вас нет списков." + +#: src/view/screens/ModerationBlockedAccounts.tsx:134 +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 "Вы еще не заблокировали ни одну учетную запись. Чтобы заблокировать кого-то, перейдите в их профиль и выберите опцию \"Заблокировать\" в меню их учетной записи." + +#: src/view/screens/AppPasswords.tsx:90 +msgid "You have not created any app passwords yet. You can create one by pressing the button below." +msgstr "Вы еще не создали ни одного пароля для приложений. Вы можете создать новый пароль, нажав кнопку ниже." + +#: src/view/screens/ModerationMutedAccounts.tsx:133 +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 "Вы еще не игнорируете ни одну учетную запись. Чтобы включить игнорирование кого-то, перейдите в их профиль и выберите опцию \"Игнорировать\" в меню их учетной записи." + +#: src/components/Lists.tsx:52 +msgid "You have reached the end" +msgstr "Вы добрались до конца" + +#: src/state/queries/video/video-upload.shared.ts:67 +msgid "You have temporarily reached the limit for video uploads. Please try again later." +msgstr "" + +#: src/components/StarterPack/ProfileStarterPacks.tsx:235 +msgid "You haven't created a starter pack yet!" +msgstr "Вы еще не создали стартовый набор!" + +#: src/components/dialogs/MutedWords.tsx:398 +msgid "You haven't muted any words or tags yet" +msgstr "У вас еще нет игнорируемых слов или тегов" + +#: src/components/moderation/ModerationDetailsDialog.tsx:117 +#: src/lib/moderation/useModerationCauseDescription.ts:125 +msgid "You hid this reply." +msgstr "Вы скрыли этот ответ." + +#: src/components/moderation/LabelsOnMeDialog.tsx:78 +msgid "You may appeal non-self labels if you feel they were placed in error." +msgstr "Вы можете обжаловать несамостоятельные метки, если считаете, что они были размещены по ошибке." + +#: src/components/moderation/LabelsOnMeDialog.tsx:83 +msgid "You may appeal these labels if you feel they were placed in error." +msgstr "Вы можете обжаловать метки, если считаете, что они были размещены ошибочно." + +#: src/screens/StarterPack/Wizard/State.tsx:79 +msgid "You may only add up to {STARTER_PACK_MAX_SIZE} profiles" +msgstr "Вы можете добавить только до {STARTER_PACK_MAX_SIZE} профилей." + +#: src/screens/StarterPack/Wizard/State.tsx:97 +msgid "You may only add up to 3 feeds" +msgstr "Вы можете добавить не более 3 лент" + +#: src/screens/Signup/StepInfo/Policies.tsx:85 +msgid "You must be 13 years of age or older to sign up." +msgstr "Вам должно исполниться 13 лет для того, чтобы иметь возможность зарегистрироваться." + +#: src/components/StarterPack/ProfileStarterPacks.tsx:306 +msgid "You must be following at least seven other people to generate a starter pack." +msgstr "Чтобы получить стартовый набор, вы должны подписаться как минимум на семь других людей." + +#: src/components/StarterPack/QrCodeDialog.tsx:60 +msgid "You must grant access to your photo library to save a QR code" +msgstr "Чтобы сохранить QR-код, необходимо предоставить доступ к библиотеке фотографий." + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:237 +#: src/components/StarterPack/ShareDialog.tsx:68 +msgid "You must grant access to your photo library to save the image." +msgstr "Чтобы сохранить изображение, необходимо предоставить доступ к библиотеке фотографий." + +#: src/components/ReportDialog/SubmitView.tsx:209 +msgid "You must select at least one labeler for a report" +msgstr "Вы должны выбрать хотя бы одного маркировщика для жалобы" + +#: src/screens/Deactivated.tsx:131 +msgid "You previously deactivated @{0}." +msgstr "Вы ранее деактивировали @{0}." + +#: src/view/com/util/forms/PostDropdownBtn.tsx:216 +msgid "You will no longer receive notifications for this thread" +msgstr "Вы больше не будете получать уведомления из этого обсуждения" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:212 +msgid "You will now receive notifications for this thread" +msgstr "Вы будете получать уведомления из этого обсуждения" + +#: src/screens/Login/SetNewPasswordForm.tsx:104 +msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." +msgstr "Вы получите электронное письмо с \"кодом подтверждения.\" Введите этот код здесь, а затем введите новый пароль." + +#: src/screens/Messages/List/ChatListItem.tsx:114 +msgid "You: {0}" +msgstr "Вы: {0}" + +#: src/screens/Messages/List/ChatListItem.tsx:143 +msgid "You: {defaultEmbeddedContentMessage}" +msgstr "Вы: {defaultEmbeddedContentMessage}" + +#: src/screens/Messages/List/ChatListItem.tsx:136 +msgid "You: {short}" +msgstr "Вы: {short}" + +#: src/screens/Signup/index.tsx:113 +msgid "You'll follow the suggested users and feeds once you finish creating your account!" +msgstr "Вы будете подписаны на предложенных пользователей и ленты, как только создадите свою учетную запись!" + +#: src/screens/Signup/index.tsx:118 +msgid "You'll follow the suggested users once you finish creating your account!" +msgstr "Вы будете подписаны на предложенных пользователей, как только создадите свою учетную запись!" + +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 +msgid "You'll follow these people and {0} others" +msgstr "Вы будете подписаны на предложенных людей и {0} других" + +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 +msgid "You'll follow these people right away" +msgstr "Вы сразу же будете подписаны на предложенных людей." + +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 +msgid "You'll stay updated with these feeds" +msgstr "Вы будете оставаться в курсе этих лент" + +#: src/screens/SignupQueued.tsx:93 +#: src/screens/SignupQueued.tsx:94 +#: src/screens/SignupQueued.tsx:109 +msgid "You're in line" +msgstr "Вы в очереди" + +#: src/screens/Deactivated.tsx:89 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:54 +msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." +msgstr "Вы вошли в систему с паролем приложения. Пожалуйста, войдите в систему с основным паролем, чтобы продолжить деактивацию вашего аккаунта." + +#: src/screens/Onboarding/StepFinished.tsx:235 +msgid "You're ready to go!" +msgstr "Все готово!" + +#: src/components/moderation/ModerationDetailsDialog.tsx:107 +#: src/lib/moderation/useModerationCauseDescription.ts:106 +msgid "You've chosen to hide a word or tag within this post." +msgstr "Вы выбрали скрывать слово или тег в этом посте." + +#: src/view/com/posts/FollowingEndOfFeed.tsx:44 +msgid "You've reached the end of your feed! Find some more accounts to follow." +msgstr "Ваша домашняя лента закончилась! Подпишитесь на больше учетных записей чтобы получать больше постов." + +#: src/state/queries/video/video.ts:175 +msgid "You've reached your daily limit for video uploads (too many bytes)" +msgstr "" + +#: src/state/queries/video/video.ts:180 +msgid "You've reached your daily limit for video uploads (too many videos)" +msgstr "" + +#: src/screens/Signup/index.tsx:146 +msgid "Your account" +msgstr "Ваш аккаунт" + +#: src/view/com/modals/DeleteAccount.tsx:88 +msgid "Your account has been deleted" +msgstr "Ваша учетная запись удалена" + +#: src/state/queries/video/video.ts:185 +msgid "Your account is not yet old enough to upload videos. Please try again later." +msgstr "" + +#: src/view/screens/Settings/ExportCarDialog.tsx:65 +msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." +msgstr "Данные из вашей учетной записи, содержащие все общедоступные записи, можно загрузить как \"CAR\" файл. Этот файл не содержит медиафайлов, таких как изображения, или личные данные, которые необходимо получить отдельно." + +#: src/screens/Signup/StepInfo/index.tsx:181 +msgid "Your birth date" +msgstr "Ваша дата рождения" + +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:171 +msgid "Your browser does not support the video format. Please try a different browser." +msgstr "Ваш браузер не поддерживает формат видео. Пожалуйста, попробуйте использовать другой браузер." + +#: src/screens/Messages/Conversation/ChatDisabled.tsx:25 +msgid "Your chats have been disabled" +msgstr "Ваши чаты были отключены" + +#: src/view/com/modals/InAppBrowserConsent.tsx:47 +msgid "Your choice will be saved, but can be changed later in settings." +msgstr "Ваш выбор будет запомнен, вы в любой момент сможете изменить его в настройках." + +#: src/screens/Login/ForgotPasswordForm.tsx:57 +#: src/screens/Signup/state.ts:203 +#: src/screens/Signup/StepInfo/index.tsx:75 +#: src/view/com/modals/ChangePassword.tsx:55 +msgid "Your email appears to be invalid." +msgstr "Не удалось распознать адрес электронной почты." + +#: src/view/com/modals/ChangeEmail.tsx:120 +msgid "Your email has been updated but not verified. As a next step, please verify your new email." +msgstr "Ваш адрес электронной почты был изменен, но еще не подтвержден. Для подтверждения, пожалуйста, проверьте ваш почтовый ящик по новому адресу." + +#: src/view/com/modals/VerifyEmail.tsx:122 +msgid "Your email has not yet been verified. This is an important security step which we recommend." +msgstr "Ваша электронная почта еще не подтверждена. Это важный шаг для безопасности вашей учетной записи, который мы рекомендуем вам сделать." + +#: src/state/shell/progress-guide.tsx:156 +msgid "Your first like!" +msgstr "Ваш первый лайк!" + +#: src/view/com/posts/FollowingEmptyState.tsx:43 +msgid "Your following feed is empty! Follow more users to see what's happening." +msgstr "Ваша домашняя лента пуста! Подпишитесь на больше пользователей чтобы получать больше постов." + +#: src/screens/Signup/StepHandle.tsx:125 +msgid "Your full handle will be" +msgstr "Ваш полный псевдоним будет" + +#: src/view/com/modals/ChangeHandle.tsx:265 +msgid "Your full handle will be <0>@{0}" +msgstr "Вашим полным псевдонимом будет <0>@{0}" + +#: src/components/dialogs/MutedWords.tsx:369 +msgid "Your muted words" +msgstr "Ваши игнорируемые слова" + +#: src/view/com/modals/ChangePassword.tsx:158 +msgid "Your password has been changed successfully!" +msgstr "Ваш пароль успешно изменен!" + +#: src/view/com/composer/Composer.tsx:467 +msgid "Your post has been published" +msgstr "Пост опубликован" + +#: src/screens/Onboarding/StepFinished.tsx:250 +msgid "Your posts, likes, and blocks are public. Mutes are private." +msgstr "Ваши сообщения, предпочтения и блоки являются публичными. Игнорирование - частные." + +#: src/view/screens/Settings/index.tsx:114 +msgid "Your profile" +msgstr "Ваш профиль" + +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 +msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." +msgstr "Ваш профиль, сообщения, ленты и списки больше не будут видны другим пользователям Bluesky. Вы можете активировать свой аккаунт в любое время, войдя в систему." + +#: src/view/com/composer/Composer.tsx:466 +msgid "Your reply has been published" +msgstr "Ответ опубликован" + +#: src/components/dms/ReportDialog.tsx:162 +msgid "Your report will be sent to the Bluesky Moderation Service" +msgstr "Ваш отчет будет отправлен в Службу Модерации Bluesky." + +#: src/screens/Signup/index.tsx:148 +msgid "Your user handle" +msgstr "Ваш псевдоним" diff --git a/src/locale/locales/tr/messages.po b/src/locale/locales/tr/messages.po index 7147379194..b8774b82d9 100644 --- a/src/locale/locales/tr/messages.po +++ b/src/locale/locales/tr/messages.po @@ -21,11 +21,19 @@ msgstr "" msgid "(no email)" msgstr "(e-posta yok)" -#: src/view/com/notifications/FeedItem.tsx:236 -#: src/view/com/notifications/FeedItem.tsx:327 +#: src/view/com/notifications/FeedItem.tsx:232 +#: src/view/com/notifications/FeedItem.tsx:323 msgid "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}" msgstr "" +#: src/lib/hooks/useTimeAgo.ts:156 +msgid "{0, plural, one {# day} other {# days}}" +msgstr "" + +#: src/lib/hooks/useTimeAgo.ts:146 +msgid "{0, plural, one {# hour} other {# hours}}" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:168 #~ msgid "{0, plural, one {# invite code available} other {# invite codes available}}" #~ msgstr "{0, plural, one {# davet kodu mevcut} other {# davet kodları mevcut}}" @@ -34,7 +42,7 @@ msgstr "" #~ msgid "{0, plural, one {# label has been placed on this account} other {# labels has been placed on this account}}" #~ msgstr "" -#: src/components/moderation/LabelsOnMe.tsx:55 +#: src/components/moderation/LabelsOnMe.tsx:54 msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" msgstr "" @@ -42,14 +50,26 @@ msgstr "" #~ msgid "{0, plural, one {# label has been placed on this content} other {# labels has been placed on this content}}" #~ msgstr "" -#: src/components/moderation/LabelsOnMe.tsx:61 +#: src/components/moderation/LabelsOnMe.tsx:60 msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:68 +#: src/lib/hooks/useTimeAgo.ts:136 +msgid "{0, plural, one {# minute} other {# minutes}}" +msgstr "" + +#: src/lib/hooks/useTimeAgo.ts:167 +msgid "{0, plural, one {# month} other {# months}}" +msgstr "" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:71 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "" +#: src/lib/hooks/useTimeAgo.ts:126 +msgid "{0, plural, one {# second} other {# seconds}}" +msgstr "" + #: src/components/KnownFollowers.tsx:179 #~ msgid "{0, plural, one {and # other} other {and # others}}" #~ msgstr "" @@ -64,11 +84,11 @@ msgstr "" msgid "{0, plural, one {following} other {following}}" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:276 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:312 msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "" @@ -81,19 +101,19 @@ msgstr "" msgid "{0, plural, one {post} other {posts}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:413 +#: src/view/com/post-thread/PostThreadItem.tsx:419 msgid "{0, plural, one {quote} other {quotes}}" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:233 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:269 msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:272 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "{0, plural, one {Unlike (# like)} other {Unlike (# likes)}}" msgstr "" @@ -111,6 +131,10 @@ msgstr "" msgid "{0} joined this week" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:637 +msgid "{0} of {1}" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:467 msgid "{0} people have used this starter pack!" msgstr "" @@ -119,7 +143,7 @@ msgstr "" #~ msgid "{0} your feeds" #~ msgstr "" -#: src/view/com/util/UserAvatar.tsx:419 +#: src/view/com/util/UserAvatar.tsx:425 msgid "{0}'s avatar" msgstr "" @@ -131,30 +155,56 @@ msgstr "" msgid "{0}'s starter pack" msgstr "" +#. How many days have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:158 +msgid "{0}d" +msgstr "" + +#. How many hours have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:148 +msgid "{0}h" +msgstr "" + +#. How many minutes have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:138 +msgid "{0}m" +msgstr "" + +#. How many months have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:169 +msgid "{0}mo" +msgstr "" + +#. How many seconds have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:128 +msgid "{0}s" +msgstr "" + #: src/components/LabelingServiceCard/index.tsx:71 msgid "{count, plural, one {Liked by # user} other {Liked by # users}}" msgstr "" #: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "" +#~ msgid "{diff, plural, one {day} other {days}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "" +#~ msgid "{diff, plural, one {hour} other {hours}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "" +#~ msgid "{diff, plural, one {minute} other {minutes}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "" +#~ msgid "{diff, plural, one {month} other {months}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "" +#~ msgid "{diffSeconds, plural, one {second} other {seconds}}" +#~ msgstr "" +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" msgstr "" @@ -293,7 +343,7 @@ msgstr "⚠Geçersiz Kullanıcı Adı" msgid "24 hours" msgstr "" -#: src/screens/Login/LoginForm.tsx:266 +#: src/screens/Login/LoginForm.tsx:253 msgid "2FA Confirmation" msgstr "" @@ -310,8 +360,8 @@ msgstr "" #~ msgstr "Bu {0} için bir içerik uyarısı uygulandı." #: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "" +#~ msgid "A help tooltip" +#~ msgstr "" #: src/lib/hooks/useOTAUpdate.ts:16 #~ msgid "A new version of the app is available. Please update to continue using the app." @@ -344,7 +394,7 @@ msgstr "" #~ msgid "account" #~ msgstr "" -#: src/screens/Login/LoginForm.tsx:190 +#: src/screens/Login/LoginForm.tsx:179 #: src/view/screens/Settings/index.tsx:315 #: src/view/screens/Settings/index.tsx:718 msgid "Account" @@ -379,7 +429,7 @@ msgstr "Hesap seçenekleri" msgid "Account removed from quick access" msgstr "Hesap hızlı erişimden kaldırıldı" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "Hesap engeli kaldırıldı" @@ -435,9 +485,13 @@ msgstr "Alternatif metin ekle" #~ msgid "Add ALT text" #~ msgstr "" -#: src/view/screens/AppPasswords.tsx:106 -#: src/view/screens/AppPasswords.tsx:148 -#: src/view/screens/AppPasswords.tsx:161 +#: src/view/com/composer/videos/SubtitleDialog.tsx:109 +msgid "Add alt text (optional)" +msgstr "" + +#: src/view/screens/AppPasswords.tsx:105 +#: src/view/screens/AppPasswords.tsx:147 +#: src/view/screens/AppPasswords.tsx:160 msgid "Add App Password" msgstr "Uygulama Şifresi Ekle" @@ -570,11 +624,11 @@ msgstr "" msgid "Allow replies from:" msgstr "" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:178 +#: src/screens/Login/ForgotPasswordForm.tsx:177 #: src/view/com/modals/ChangePassword.tsx:171 msgid "Already have a code?" msgstr "Zaten bir kodunuz mu var?" @@ -585,17 +639,20 @@ msgstr "Zaten @{0} olarak oturum açıldı" #: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/util/post-embeds/GifEmbed.tsx:183 +#: src/view/com/util/post-embeds/GifEmbed.tsx:177 msgid "ALT" msgstr "ALT" #: src/view/com/composer/GifAltText.tsx:144 +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +#: src/view/com/composer/videos/SubtitleDialog.tsx:104 +#: src/view/com/composer/videos/SubtitleDialog.tsx:108 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:87 msgid "Alt text" msgstr "Alternatif metin" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:182 msgid "Alt Text" msgstr "" @@ -620,19 +677,30 @@ msgstr "" #~ msgid "An error occured" #~ msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:314 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:413 msgid "An error occurred" msgstr "" +#: src/state/queries/video/video.ts:232 +msgid "An error occurred while compressing the video." +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:315 msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:69 -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:135 msgid "An error occurred while loading the video. Please try again later." msgstr "" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:174 +msgid "An error occurred while loading the video. Please try again." +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:250 +msgid "An error occurred while saving the image!" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:79 #~ msgid "An error occurred while saving the image." #~ msgstr "" @@ -642,6 +710,10 @@ msgstr "" msgid "An error occurred while saving the QR code!" msgstr "" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:75 +msgid "An error occurred while selecting the video" +msgstr "" + #: src/components/dms/MessageMenu.tsx:134 #~ msgid "An error occurred while trying to delete the message. Please try again." #~ msgstr "" @@ -651,7 +723,7 @@ msgstr "" msgid "An error occurred while trying to follow all" msgstr "" -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:199 msgid "An error occurred while uploading the video." msgstr "" @@ -669,14 +741,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:319 -#: src/components/ProfileCard.tsx:339 +#: src/components/ProfileCard.tsx:324 +#: src/components/ProfileCard.tsx:344 #: src/view/com/profile/FollowButton.tsx:36 #: src/view/com/profile/FollowButton.tsx:46 msgid "An issue occurred, please try again." msgstr "Bir sorun oluştu, lütfen tekrar deneyin." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "" @@ -686,8 +758,8 @@ msgid "an unknown labeler" msgstr "" #: src/components/WhoCanReply.tsx:295 -#: src/view/com/notifications/FeedItem.tsx:235 -#: src/view/com/notifications/FeedItem.tsx:324 +#: src/view/com/notifications/FeedItem.tsx:231 +#: src/view/com/notifications/FeedItem.tsx:320 msgid "and" msgstr "ve" @@ -696,7 +768,7 @@ msgstr "ve" msgid "Animals" msgstr "Hayvanlar" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:139 msgid "Animated GIF" msgstr "" @@ -712,7 +784,7 @@ msgstr "" msgid "App Language" msgstr "Uygulama Dili" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "Uygulama şifresi silindi" @@ -729,17 +801,17 @@ msgid "App password settings" msgstr "Uygulama şifresi ayarları" #: src/Navigation.tsx:286 -#: src/view/screens/AppPasswords.tsx:192 +#: src/view/screens/AppPasswords.tsx:191 #: src/view/screens/Settings/index.tsx:672 msgid "App Passwords" msgstr "Uygulama Şifreleri" -#: src/components/moderation/LabelsOnMeDialog.tsx:154 -#: src/components/moderation/LabelsOnMeDialog.tsx:157 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 +#: src/components/moderation/LabelsOnMeDialog.tsx:149 msgid "Appeal" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "" @@ -751,7 +823,7 @@ msgstr "" #~ msgid "Appeal Content Warning" #~ msgstr "İçerik Uyarısını İtiraz Et" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "" @@ -793,7 +865,7 @@ msgstr "" #~ msgid "Are you sure you want delete this starter pack?" #~ msgstr "" -#: src/view/screens/AppPasswords.tsx:282 +#: src/view/screens/AppPasswords.tsx:277 msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "\"{name}\" uygulama şifresini silmek istediğinizden emin misiniz?" @@ -825,7 +897,7 @@ msgstr "" msgid "Are you sure you want to remove this from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:772 +#: src/view/com/composer/Composer.tsx:838 msgid "Are you sure you'd like to discard this draft?" msgstr "Bu taslağı silmek istediğinizden emin misiniz?" @@ -850,19 +922,19 @@ msgstr "Sanat" msgid "Artistic or non-erotic nudity." msgstr "Sanatsal veya erotik olmayan çıplaklık." -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 -#: src/components/moderation/LabelsOnMeDialog.tsx:294 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:285 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:298 -#: src/screens/Login/LoginForm.tsx:304 +#: src/screens/Login/LoginForm.tsx:285 +#: src/screens/Login/LoginForm.tsx:291 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Messages/Conversation/ChatDisabled.tsx:133 @@ -895,7 +967,7 @@ msgstr "Doğum günü" msgid "Birthday:" msgstr "Doğum günü:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "" @@ -930,7 +1002,7 @@ msgstr "Bu hesapları engelle?" #~ msgid "Block this List" #~ msgstr "Bu Listeyi Engelle" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:83 msgid "Blocked" msgstr "Engellendi" @@ -999,6 +1071,10 @@ msgstr "" #~ msgid "Bluesky is public." #~ msgstr "Bluesky kamusal." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:206 +msgid "Bluesky now has over 10 million users, and I was #{0}!" +msgstr "" + #: src/view/com/modals/Waitlist.tsx:70 #~ msgid "Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon." #~ msgstr "Bluesky, daha sağlıklı bir topluluk oluşturmak için davetleri kullanır. Bir daveti olan kimseyi tanımıyorsanız, bekleme listesine kaydolabilir ve yakında bir tane göndereceğiz." @@ -1028,23 +1104,27 @@ msgstr "" msgid "Books" msgstr "Kitaplar" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:614 +msgid "Brag a little!" +msgstr "" + +#: src/components/FeedInterstitials.tsx:350 msgid "Browse more accounts on the Explore page" msgstr "" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:483 msgid "Browse more feeds on the Explore page" msgstr "" -#: src/components/FeedInterstitials.tsx:282 -#: src/components/FeedInterstitials.tsx:285 -#: src/components/FeedInterstitials.tsx:415 -#: src/components/FeedInterstitials.tsx:418 +#: src/components/FeedInterstitials.tsx:332 +#: src/components/FeedInterstitials.tsx:335 +#: src/components/FeedInterstitials.tsx:465 +#: src/components/FeedInterstitials.tsx:468 msgid "Browse more suggestions" msgstr "" -#: src/components/FeedInterstitials.tsx:308 -#: src/components/FeedInterstitials.tsx:442 +#: src/components/FeedInterstitials.tsx:358 +#: src/components/FeedInterstitials.tsx:492 msgid "Browse more suggestions on the Explore page" msgstr "" @@ -1102,12 +1182,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "Yalnızca harfler, sayılar, boşluklar, tireler ve alt çizgiler içerebilir. En az 4 karakter uzunluğunda, ancak 32 karakterden fazla olmamalıdır." #: src/components/Menu/index.tsx:235 -#: src/components/Prompt.tsx:119 -#: src/components/Prompt.tsx:121 +#: src/components/Prompt.tsx:122 +#: src/components/Prompt.tsx:124 #: src/components/TagMenu/index.tsx:282 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:512 -#: src/view/com/composer/Composer.tsx:527 +#: src/view/com/composer/Composer.tsx:594 +#: src/view/com/composer/Composer.tsx:609 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -1123,7 +1203,7 @@ msgstr "Yalnızca harfler, sayılar, boşluklar, tireler ve alt çizgiler içere #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "İptal" @@ -1152,7 +1232,7 @@ msgstr "Resim kırpma işlemini iptal et" msgid "Cancel profile editing" msgstr "Profil düzenlemeyi iptal et" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "Alıntı gönderiyi iptal et" @@ -1172,6 +1252,25 @@ msgstr "Aramayı iptal et" msgid "Cancels opening the linked website" msgstr "" +#: src/state/shell/composer/index.tsx:70 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:114 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:155 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:191 +msgid "Cannot interact with a blocked user" +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:135 +msgid "Captions (.vtt)" +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +msgid "Captions & alt text" +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:368 +msgid "Celebrating {0} users" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "" @@ -1216,8 +1315,8 @@ msgid "Change Your Email" msgstr "E-postanızı Değiştirin" #: src/Navigation.tsx:338 -#: src/view/shell/bottom-bar/BottomBar.tsx:204 -#: src/view/shell/desktop/LeftNav.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:201 +#: src/view/shell/desktop/LeftNav.tsx:301 msgid "Chat" msgstr "" @@ -1259,7 +1358,7 @@ msgstr "Durumumu kontrol et" #~ msgid "Check out some recommended users. Follow them to see similar users." #~ msgstr "Bazı önerilen kullanıcılara göz atın. Benzer kullanıcıları görmek için onları takip edin." -#: src/screens/Login/LoginForm.tsx:291 +#: src/screens/Login/LoginForm.tsx:278 msgid "Check your email for a login code and enter it here." msgstr "" @@ -1272,16 +1371,16 @@ msgstr "Aşağıya gireceğiniz onay kodu içeren bir e-posta için gelen kutunu #~ msgstr "\"Herkes\" veya \"Hiç kimse\" seçin" #: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "" +#~ msgid "Choose 3 or more:" +#~ msgstr "" #: src/view/screens/Settings.tsx:691 #~ msgid "Choose a new Bluesky username or create" #~ msgstr "Yeni bir Bluesky kullanıcı adı seçin veya oluşturun" #: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "" +#~ msgid "Choose at least {0} more" +#~ msgstr "" #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" @@ -1299,7 +1398,7 @@ msgstr "" msgid "Choose Service" msgstr "Hizmet Seç" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "Özel beslemelerinizi destekleyen algoritmaları seçin." @@ -1386,7 +1485,7 @@ msgstr "" msgid "Click to enable quote posts of this post." msgstr "" -#: src/components/dms/MessageItem.tsx:231 +#: src/components/dms/MessageItem.tsx:232 msgid "Click to retry failed message" msgstr "" @@ -1401,13 +1500,15 @@ msgstr "" #: src/components/dialogs/GifSelect.ios.tsx:250 #: src/components/dialogs/GifSelect.tsx:270 #: src/components/dms/dialogs/SearchablePeopleList.tsx:261 +#: src/components/intents/VerifyEmailIntentDialog.tsx:111 +#: src/components/intents/VerifyEmailIntentDialog.tsx:118 #: src/components/NewskieDialog.tsx:146 #: src/components/NewskieDialog.tsx:153 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:131 #: src/view/com/modals/ChangePassword.tsx:268 #: src/view/com/modals/ChangePassword.tsx:271 -#: src/view/com/util/post-embeds/GifEmbed.tsx:195 +#: src/view/com/util/post-embeds/GifEmbed.tsx:188 msgid "Close" msgstr "Kapat" @@ -1462,7 +1563,7 @@ msgstr "Alt gezinme çubuğunu kapatır" msgid "Closes password update alert" msgstr "Şifre güncelleme uyarısını kapatır" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:606 msgid "Closes post composer and discards post draft" msgstr "Gönderi bestecisini kapatır ve gönderi taslağını siler" @@ -1470,11 +1571,11 @@ msgstr "Gönderi bestecisini kapatır ve gönderi taslağını siler" msgid "Closes viewer for header image" msgstr "Başlık resmi görüntüleyicisini kapatır" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "Belirli bir bildirim için kullanıcı listesini daraltır" @@ -1493,7 +1594,7 @@ msgstr "Çizgi romanlar" msgid "Community Guidelines" msgstr "Topluluk Kuralları" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "Onboarding'i tamamlayın ve hesabınızı kullanmaya başlayın" @@ -1501,7 +1602,7 @@ msgstr "Onboarding'i tamamlayın ve hesabınızı kullanmaya başlayın" msgid "Complete the challenge" msgstr "" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:714 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "En fazla {MAX_GRAPHEME_LENGTH} karakter uzunluğunda gönderiler oluşturun" @@ -1510,8 +1611,8 @@ msgid "Compose reply" msgstr "Yanıt oluştur" #: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 -msgid "Compressing..." -msgstr "" +#~ msgid "Compressing..." +#~ msgstr "" #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 #~ msgid "Configure content filtering setting for category: {0}" @@ -1525,8 +1626,8 @@ msgstr "" msgid "Configured in <0>moderation settings." msgstr "" -#: src/components/Prompt.tsx:162 #: src/components/Prompt.tsx:165 +#: src/components/Prompt.tsx:168 #: src/view/com/modals/SelfLabel.tsx:155 #: src/view/com/modals/VerifyEmail.tsx:239 #: src/view/com/modals/VerifyEmail.tsx:241 @@ -1565,7 +1666,7 @@ msgstr "" msgid "Confirm your birthdate" msgstr "" -#: src/screens/Login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:259 #: src/view/com/modals/ChangeEmail.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:238 #: src/view/com/modals/DeleteAccount.tsx:244 @@ -1579,7 +1680,7 @@ msgstr "Onay kodu" #~ msgid "Confirms signing up {email} to the waitlist" #~ msgstr "{email} adresinin bekleme listesine kaydını onaylar" -#: src/screens/Login/LoginForm.tsx:325 +#: src/screens/Login/LoginForm.tsx:312 msgid "Connecting..." msgstr "Bağlanıyor..." @@ -1633,7 +1734,7 @@ msgstr "İçerik uyarıları" msgid "Context menu backdrop, click to close the menu." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Devam et" @@ -1646,7 +1747,7 @@ msgstr "" msgid "Continue thread..." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:275 +#: src/screens/Onboarding/StepInterests/index.tsx:255 #: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/BackNextButtons.tsx:59 msgid "Continue to next step" @@ -1682,7 +1783,7 @@ msgstr "Sürüm numarası panoya kopyalandı" #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:234 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:368 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:392 msgid "Copied to clipboard" msgstr "Panoya kopyalandı" @@ -1772,6 +1873,10 @@ msgstr "Liste yüklenemedi" msgid "Could not mute chat" msgstr "" +#: src/view/com/composer/videos/VideoPreview.web.tsx:56 +msgid "Could not process your video" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:68 #~ msgid "Could not unmute chat" #~ msgstr "" @@ -1841,7 +1946,7 @@ msgstr "Yeni hesap oluştur" msgid "Create report for {0}" msgstr "" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "{0} oluşturuldu" @@ -1905,7 +2010,7 @@ msgstr "" #~ msgid "Dark Theme" #~ msgstr "Karanlık Tema" -#: src/screens/Signup/StepInfo/index.tsx:191 +#: src/screens/Signup/StepInfo/index.tsx:192 msgid "Date of birth" msgstr "" @@ -1931,7 +2036,7 @@ msgstr "Hata ayıklama paneli" #: src/screens/StarterPack/StarterPackScreen.tsx:652 #: src/screens/StarterPack/StarterPackScreen.tsx:732 #: src/view/com/util/forms/PostDropdownBtn.tsx:629 -#: src/view/screens/AppPasswords.tsx:285 +#: src/view/screens/AppPasswords.tsx:280 #: src/view/screens/ProfileList.tsx:723 msgid "Delete" msgstr "" @@ -1948,11 +2053,11 @@ msgstr "Hesabı sil" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "Uygulama şifresini sil" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "" @@ -2007,7 +2112,7 @@ msgstr "" msgid "Delete this post?" msgstr "Bu gönderiyi sil?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:93 msgid "Deleted" msgstr "Silindi" @@ -2047,7 +2152,7 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "" -#: src/view/com/composer/Composer.tsx:327 +#: src/view/com/composer/Composer.tsx:355 msgid "Did you want to say anything?" msgstr "Bir şey söylemek istediniz mi?" @@ -2061,7 +2166,11 @@ msgid "Direct messages are here!" msgstr "" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "" + +#: src/view/screens/AccessibilitySettings.tsx:111 +msgid "Disable autoplay for videos and GIFs" msgstr "" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 @@ -2076,7 +2185,7 @@ msgstr "" #~ msgid "Disable haptics" #~ msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:379 msgid "Disable subtitles" msgstr "" @@ -2093,7 +2202,7 @@ msgstr "" msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:840 msgid "Discard" msgstr "Sil" @@ -2101,7 +2210,7 @@ msgstr "Sil" #~ msgid "Discard draft" #~ msgstr "Taslağı sil" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:837 msgid "Discard draft?" msgstr "" @@ -2111,8 +2220,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "Uygulamaların hesabımı oturum açmamış kullanıcılara göstermesini engelle" #: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "" +#~ msgid "Discover learns which posts you like as you browse." +#~ msgstr "" #: src/view/com/posts/FollowingEmptyState.tsx:70 #: src/view/com/posts/FollowingEndOfFeed.tsx:71 @@ -2128,10 +2237,10 @@ msgid "Discover New Feeds" msgstr "" #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 -msgid "Dismiss" -msgstr "" +#~ msgid "Dismiss" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:612 +#: src/view/com/composer/Composer.tsx:1107 msgid "Dismiss error" msgstr "" @@ -2163,7 +2272,7 @@ msgstr "" msgid "Does not include nudity." msgstr "" -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "" @@ -2187,6 +2296,8 @@ msgstr "Alan adı doğrulandı!" #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/composer/videos/SubtitleDialog.tsx:171 +#: src/view/com/composer/videos/SubtitleDialog.tsx:181 #: src/view/com/modals/AddAppPasswords.tsx:243 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 @@ -2213,7 +2324,7 @@ msgstr "Tamam{extraText}" #~ msgid "Double tap to sign in" #~ msgstr "Oturum açmak için çift dokunun" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "" @@ -2222,7 +2333,11 @@ msgstr "" msgid "Download CAR file" msgstr "" -#: src/view/com/composer/text-input/TextInput.web.tsx:271 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:622 +msgid "Download image" +msgstr "" + +#: src/view/com/composer/text-input/TextInput.web.tsx:269 msgid "Drop to add images" msgstr "Resim eklemek için bırakın" @@ -2287,7 +2402,7 @@ msgctxt "action" msgid "Edit" msgstr "Düzenle" -#: src/view/com/util/UserAvatar.tsx:328 +#: src/view/com/util/UserAvatar.tsx:334 #: src/view/com/util/UserBanner.tsx:92 msgid "Edit avatar" msgstr "" @@ -2335,12 +2450,12 @@ msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "Profil düzenle" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:187 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "Profil Düzenle" @@ -2395,6 +2510,10 @@ msgstr "" msgid "Email address" msgstr "E-posta adresi" +#: src/components/intents/VerifyEmailIntentDialog.tsx:95 +msgid "Email Resent" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:54 #: src/view/com/modals/ChangeEmail.tsx:83 msgid "Email updated" @@ -2408,6 +2527,10 @@ msgstr "E-posta Güncellendi" msgid "Email verified" msgstr "E-posta doğrulandı" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "E-posta:" @@ -2461,7 +2584,7 @@ msgstr "Medya oynatıcılarını etkinleştir" msgid "Enable priority notifications" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:380 msgid "Enable subtitles" msgstr "" @@ -2479,7 +2602,7 @@ msgstr "" msgid "Enabled" msgstr "" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "Beslemenin sonu" @@ -2488,7 +2611,11 @@ msgstr "Beslemenin sonu" #~ msgstr "" #: src/tours/Tooltip.tsx:159 -msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:161 +msgid "Ensure you have selected a language for each subtitle file." msgstr "" #: src/view/com/modals/AddAppPasswords.tsx:161 @@ -2553,11 +2680,11 @@ msgstr "Kullanıcı adınızı ve şifrenizi girin" msgid "Error occurred while saving file" msgstr "" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Hata:" @@ -2581,11 +2708,11 @@ msgstr "" msgid "Everyone" msgstr "" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "" @@ -2597,6 +2724,10 @@ msgstr "" msgid "Excludes users you follow" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:397 +msgid "Exit fullscreen" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:293 msgid "Exits account deletion process" msgstr "" @@ -2625,7 +2756,7 @@ msgstr "Arama sorgusu girişinden çıkar" msgid "Expand alt text" msgstr "Alternatif metni genişlet" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "" @@ -2749,7 +2880,7 @@ msgstr "" msgid "Failed to save notification preferences, please try again" msgstr "" -#: src/components/dms/MessageItem.tsx:224 +#: src/components/dms/MessageItem.tsx:225 msgid "Failed to send" msgstr "" @@ -2757,7 +2888,7 @@ msgstr "" #~ msgid "Failed to send message(s)." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:234 +#: src/components/moderation/LabelsOnMeDialog.tsx:225 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "" @@ -2775,6 +2906,13 @@ msgstr "" msgid "Failed to update settings" msgstr "" +#: src/state/queries/video/video-upload.ts:67 +#: src/state/queries/video/video-upload.web.ts:64 +#: src/state/queries/video/video-upload.web.ts:68 +#: src/state/queries/video/video-upload.web.ts:78 +msgid "Failed to upload video" +msgstr "" + #: src/Navigation.tsx:226 msgid "Feed" msgstr "Besleme" @@ -2805,9 +2943,9 @@ msgstr "Geribildirim" #: src/screens/StarterPack/StarterPackScreen.tsx:172 #: src/view/screens/Feeds.tsx:445 #: src/view/screens/Feeds.tsx:550 -#: src/view/screens/Profile.tsx:213 +#: src/view/screens/Profile.tsx:224 #: src/view/screens/Search/Search.tsx:375 -#: src/view/shell/desktop/LeftNav.tsx:379 +#: src/view/shell/desktop/LeftNav.tsx:373 #: src/view/shell/Drawer.tsx:497 #: src/view/shell/Drawer.tsx:498 msgid "Feeds" @@ -2841,7 +2979,7 @@ msgstr "" msgid "Filter from feeds" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "Tamamlanıyor" @@ -2852,8 +2990,8 @@ msgid "Find accounts to follow" msgstr "Takip edilecek hesaplar bul" #: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "" +#~ msgid "Find more feeds and accounts to follow in the Explore page." +#~ msgstr "" #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" @@ -2888,14 +3026,14 @@ msgid "Finish" msgstr "" #: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "" +#~ msgid "Finish tour and begin using the application" +#~ msgstr "" #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "Fitness" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "Esnek" @@ -2909,11 +3047,11 @@ msgid "Flip vertically" msgstr "Dikey çevir" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:351 +#: src/components/ProfileCard.tsx:356 #: src/components/ProfileHoverCard/index.web.tsx:446 #: src/components/ProfileHoverCard/index.web.tsx:457 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:252 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:225 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 msgid "Follow" msgstr "Takip et" @@ -2922,8 +3060,8 @@ msgctxt "action" msgid "Follow" msgstr "Takip et" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:238 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:209 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:126 msgid "Follow {0}" msgstr "{0} takip et" @@ -2949,7 +3087,13 @@ msgstr "" #~ msgid "Follow All" #~ msgstr "Hepsini Takip Et" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/view/com/profile/FollowButton.tsx:79 +msgctxt "action" +msgid "Follow Back" +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:223 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 msgid "Follow Back" msgstr "" @@ -2997,16 +3141,16 @@ msgstr "Takip edilen kullanıcılar" #~ msgid "Followed users only" #~ msgstr "Yalnızca takip edilen kullanıcılar" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "sizi takip etti" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:104 -#: src/view/screens/ProfileFollowers.tsx:25 +#: src/view/screens/ProfileFollowers.tsx:29 +#: src/view/screens/ProfileFollowers.tsx:30 msgid "Followers" msgstr "Takipçiler" @@ -3020,20 +3164,20 @@ msgid "Followers you know" msgstr "" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:345 +#: src/components/ProfileCard.tsx:350 #: src/components/ProfileHoverCard/index.web.tsx:445 #: src/components/ProfileHoverCard/index.web.tsx:456 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 -#: src/view/com/profile/ProfileFollows.tsx:104 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:147 #: src/view/screens/Feeds.tsx:630 -#: src/view/screens/ProfileFollows.tsx:25 +#: src/view/screens/ProfileFollows.tsx:29 +#: src/view/screens/ProfileFollows.tsx:30 #: src/view/screens/SavedFeeds.tsx:416 msgid "Following" msgstr "Takip edilenler" -#: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/components/ProfileCard.tsx:316 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "{0} takip ediliyor" @@ -3052,8 +3196,8 @@ msgid "Following Feed Preferences" msgstr "" #: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "" +#~ msgid "Following shows the latest posts from people you follow." +#~ msgstr "" #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" @@ -3093,11 +3237,11 @@ msgstr "" msgid "Forgot Password" msgstr "Şifremi Unuttum" -#: src/screens/Login/LoginForm.tsx:246 +#: src/screens/Login/LoginForm.tsx:233 msgid "Forgot password?" msgstr "" -#: src/screens/Login/LoginForm.tsx:257 +#: src/screens/Login/LoginForm.tsx:244 msgid "Forgot?" msgstr "" @@ -3105,15 +3249,19 @@ msgstr "" msgid "Frequently Posts Unwanted Content" msgstr "" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "<0/> tarafından" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:398 +msgid "Fullscreen" +msgstr "" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galeri" @@ -3139,7 +3287,7 @@ msgstr "Başlayın" msgid "Getting started" msgstr "" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:122 msgid "GIF" msgstr "" @@ -3158,7 +3306,7 @@ msgstr "" #: src/view/screens/NotFound.tsx:55 #: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:1026 -#: src/view/shell/desktop/LeftNav.tsx:134 +#: src/view/shell/desktop/LeftNav.tsx:133 msgid "Go back" msgstr "Geri git" @@ -3207,7 +3355,7 @@ msgstr "" msgid "Go to conversation with {0}" msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:171 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Go to next" msgstr "Sonrakine git" @@ -3217,8 +3365,8 @@ msgid "Go to profile" msgstr "" #: src/tours/Tooltip.tsx:138 -msgid "Go to the next step of the tour" -msgstr "" +#~ msgid "Go to the next step of the tour" +#~ msgstr "" #: src/components/dms/ConvoMenu.tsx:164 msgid "Go to user's profile" @@ -3296,7 +3444,7 @@ msgstr "" msgid "Hide" msgstr "Gizle" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "Gizle" @@ -3335,7 +3483,7 @@ msgstr "Bu gönderiyi gizle?" msgid "Hide this reply?" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "Kullanıcı listesini gizle" @@ -3371,10 +3519,14 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/Navigation.tsx:549 -#: src/Navigation.tsx:569 -#: src/view/shell/bottom-bar/BottomBar.tsx:160 -#: src/view/shell/desktop/LeftNav.tsx:342 +#: src/state/queries/video/video.ts:165 +msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" +msgstr "" + +#: src/Navigation.tsx:550 +#: src/Navigation.tsx:570 +#: src/view/shell/bottom-bar/BottomBar.tsx:159 +#: src/view/shell/desktop/LeftNav.tsx:341 #: src/view/shell/Drawer.tsx:429 #: src/view/shell/Drawer.tsx:430 msgid "Home" @@ -3391,7 +3543,7 @@ msgid "Host:" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:180 +#: src/screens/Login/LoginForm.tsx:169 #: src/screens/Signup/StepInfo/index.tsx:106 #: src/view/com/modals/ChangeHandle.tsx:275 msgid "Hosting provider" @@ -3452,7 +3604,7 @@ msgstr "" msgid "Illegal and Urgent" msgstr "" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:56 msgid "Image" msgstr "Resim" @@ -3464,6 +3616,7 @@ msgstr "Resim alternatif metni" #~ msgid "Image options" #~ msgstr "Resim seçenekleri" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:247 #: src/components/StarterPack/ShareDialog.tsx:76 msgid "Image saved to your camera roll!" msgstr "" @@ -3472,7 +3625,11 @@ msgstr "" msgid "Impersonation or false claims about identity or affiliation" msgstr "" -#: src/lib/moderation/useReportOptions.ts:86 +#: src/lib/moderation/useReportOptions.ts:68 +msgid "Impersonation, misinformation, or false claims" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:91 msgid "Inappropriate messages or explicit links" msgstr "" @@ -3508,7 +3665,7 @@ msgstr "Hesap silme için şifre girin" #~ msgid "Input phone number for SMS verification" #~ msgstr "SMS doğrulaması için telefon numarası girin" -#: src/screens/Login/LoginForm.tsx:286 +#: src/screens/Login/LoginForm.tsx:273 msgid "Input the code which has been emailed to you" msgstr "" @@ -3516,7 +3673,7 @@ msgstr "" #~ msgid "Input the password tied to {identifier}" #~ msgstr "{identifier} ile ilişkili şifreyi girin" -#: src/screens/Login/LoginForm.tsx:215 +#: src/screens/Login/LoginForm.tsx:203 msgid "Input the username or email address you used at signup" msgstr "Kaydolurken kullandığınız kullanıcı adını veya e-posta adresini girin" @@ -3528,7 +3685,7 @@ msgstr "Kaydolurken kullandığınız kullanıcı adını veya e-posta adresini #~ msgid "Input your email to get on the Bluesky waitlist" #~ msgstr "Bluesky bekleme listesine girmek için e-postanızı girin" -#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Login/LoginForm.tsx:228 msgid "Input your password" msgstr "Şifrenizi girin" @@ -3536,7 +3693,7 @@ msgstr "Şifrenizi girin" msgid "Input your preferred hosting provider" msgstr "" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "Kullanıcı adınızı girin" @@ -3548,7 +3705,7 @@ msgstr "" msgid "Introducing Direct Messages" msgstr "" -#: src/screens/Login/LoginForm.tsx:140 +#: src/screens/Login/LoginForm.tsx:145 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "" @@ -3557,10 +3714,15 @@ msgstr "" msgid "Invalid or unsupported post record" msgstr "Geçersiz veya desteklenmeyen gönderi kaydı" -#: src/screens/Login/LoginForm.tsx:145 +#: src/screens/Login/LoginForm.tsx:91 +#: src/screens/Login/LoginForm.tsx:150 msgid "Invalid username or password" msgstr "Geçersiz kullanıcı adı veya şifre" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/screens/Settings.tsx:411 #~ msgid "Invite" #~ msgstr "Davet et" @@ -3573,7 +3735,7 @@ msgstr "Arkadaşını Davet Et" msgid "Invite code" msgstr "Davet kodu" -#: src/screens/Signup/state.ts:263 +#: src/screens/Signup/state.ts:258 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Davet kodu kabul edilmedi. Doğru girdiğinizden emin olun ve tekrar deneyin." @@ -3609,6 +3771,10 @@ msgstr "" msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "" +#: src/view/com/composer/Composer.tsx:1126 +msgid "Job ID: {0}" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:164 msgid "Jobs" msgstr "İşler" @@ -3637,6 +3803,10 @@ msgstr "" #~ msgid "Join Waitlist" #~ msgstr "Bekleme Listesine Katıl" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:492 +msgid "Joined {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:21 #: src/screens/Onboarding/state.ts:89 msgid "Journalism" @@ -3654,7 +3824,7 @@ msgstr "" msgid "Labeled by the author." msgstr "" -#: src/view/screens/Profile.tsx:207 +#: src/view/screens/Profile.tsx:218 msgid "Labels" msgstr "" @@ -3666,11 +3836,11 @@ msgstr "" #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "" @@ -3695,7 +3865,7 @@ msgstr "Diller" #~ msgid "Last step!" #~ msgstr "Son adım!" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "" @@ -3773,8 +3943,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "Şifrenizi sıfırlamaya başlayalım!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "Hadi gidelim!" @@ -3811,9 +3980,9 @@ msgstr "Bu beslemeyi beğen" msgid "Liked by" msgstr "Beğenenler" -#: src/screens/Post/PostLikedBy.tsx:29 +#: src/screens/Post/PostLikedBy.tsx:31 +#: src/screens/Post/PostLikedBy.tsx:32 #: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 -#: src/view/com/post-thread/PostLikedBy.tsx:94 #: src/view/screens/ProfileFeedLikedBy.tsx:28 msgid "Liked By" msgstr "Beğenenler" @@ -3832,15 +4001,15 @@ msgstr "Beğenenler" #~ msgid "Liked by {likeCount} {0}" #~ msgstr "{likeCount} {0} tarafından beğenildi" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "özel beslemenizi beğendi" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "gönderinizi beğendi" -#: src/view/screens/Profile.tsx:212 +#: src/view/screens/Profile.tsx:223 msgid "Likes" msgstr "Beğeniler" @@ -3894,9 +4063,9 @@ msgid "List unmuted" msgstr "Liste sessizden çıkarıldı" #: src/Navigation.tsx:130 -#: src/view/screens/Profile.tsx:208 -#: src/view/screens/Profile.tsx:215 -#: src/view/shell/desktop/LeftNav.tsx:385 +#: src/view/screens/Profile.tsx:219 +#: src/view/screens/Profile.tsx:226 +#: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:513 #: src/view/shell/Drawer.tsx:514 msgid "Lists" @@ -3927,7 +4096,7 @@ msgstr "" msgid "Load new notifications" msgstr "Yeni bildirimleri yükle" -#: src/screens/Profile/Sections/Feed.tsx:87 +#: src/screens/Profile/Sections/Feed.tsx:94 #: src/view/com/feeds/FeedPage.tsx:136 #: src/view/screens/ProfileFeed.tsx:495 #: src/view/screens/ProfileList.tsx:805 @@ -4008,7 +4177,7 @@ msgid "Mark as read" msgstr "" #: src/view/screens/AccessibilitySettings.tsx:106 -#: src/view/screens/Profile.tsx:211 +#: src/view/screens/Profile.tsx:222 msgid "Media" msgstr "Medya" @@ -4038,12 +4207,12 @@ msgstr "" msgid "Message from server: {0}" msgstr "Sunucudan mesaj: {0}" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" msgstr "" -#: src/screens/Messages/Conversation/MessageInput.tsx:70 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:49 +#: src/screens/Messages/Conversation/MessageInput.tsx:72 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:59 msgid "Message is too long" msgstr "" @@ -4051,7 +4220,7 @@ msgstr "" msgid "Message settings" msgstr "" -#: src/Navigation.tsx:564 +#: src/Navigation.tsx:565 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -4066,6 +4235,10 @@ msgstr "" msgid "Misleading Account" msgstr "" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" msgstr "" @@ -4132,7 +4305,7 @@ msgstr "" 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/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "" @@ -4160,9 +4333,13 @@ msgstr "" msgid "Music" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:389 +msgctxt "video" +msgid "Mute" +msgstr "" + #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 msgid "Mute" msgstr "" @@ -4251,9 +4428,9 @@ msgstr "Konuyu sessize al" msgid "Mute words & tags" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Muted" -msgstr "Sessize alındı" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Muted" +#~ msgstr "Sessize alındı" #: src/screens/Moderation/index.tsx:264 msgid "Muted accounts" @@ -4289,7 +4466,7 @@ msgstr "Doğum Günüm" msgid "My Feeds" msgstr "Beslemelerim" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "Profilim" @@ -4311,9 +4488,9 @@ msgid "Name is required" msgstr "Ad gerekli" #: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:93 -#: src/lib/moderation/useReportOptions.ts:101 -#: src/lib/moderation/useReportOptions.ts:109 +#: 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 "" @@ -4326,12 +4503,12 @@ msgstr "Doğa" msgid "Navigate to {0}" msgstr "" -#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:73 +#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:76 msgid "Navigate to starter pack" msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:332 +#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/LoginForm.tsx:319 #: src/view/com/modals/ChangePassword.tsx:169 msgid "Navigates to the next screen" msgstr "Sonraki ekrana yönlendirir" @@ -4354,7 +4531,7 @@ msgstr "" #~ msgid "Never lose access to your followers and data." #~ msgstr "Takipçilerinize ve verilerinize asla erişimi kaybetmeyin." -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "Takipçilerinize veya verilerinize asla erişimi kaybetmeyin." @@ -4400,15 +4577,15 @@ msgstr "Yeni gönderi" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:228 -#: src/view/screens/Profile.tsx:478 +#: src/view/screens/Profile.tsx:489 #: src/view/screens/ProfileFeed.tsx:429 #: src/view/screens/ProfileList.tsx:237 #: src/view/screens/ProfileList.tsx:276 -#: src/view/shell/desktop/LeftNav.tsx:278 +#: src/view/shell/desktop/LeftNav.tsx:277 msgid "New post" msgstr "Yeni gönderi" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "Yeni Gönderi" @@ -4431,9 +4608,9 @@ msgid "News" msgstr "Haberler" #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:331 -#: src/screens/Login/LoginForm.tsx:338 +#: src/screens/Login/ForgotPasswordForm.tsx:149 +#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:325 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/BackNextButtons.tsx:66 @@ -4441,7 +4618,6 @@ msgstr "Haberler" #: src/screens/StarterPack/Wizard/index.tsx:187 #: src/screens/StarterPack/Wizard/index.tsx:358 #: src/screens/StarterPack/Wizard/index.tsx:365 -#: src/tours/Tooltip.tsx:139 #: src/view/com/modals/ChangePassword.tsx:254 #: src/view/com/modals/ChangePassword.tsx:256 msgid "Next" @@ -4483,12 +4659,12 @@ msgstr "" msgid "No feeds found. Try searching for something else." msgstr "" -#: src/components/ProfileCard.tsx:331 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 +#: src/components/ProfileCard.tsx:336 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "{0} artık takip edilmiyor" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "" @@ -4515,7 +4691,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "" -#: src/screens/Profile/Sections/Feed.tsx:59 +#: src/screens/Profile/Sections/Feed.tsx:64 msgid "No posts yet." msgstr "" @@ -4583,7 +4759,7 @@ msgstr "" #~ msgstr "Uygulanamaz." #: src/Navigation.tsx:125 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Not Found" msgstr "Bulunamadı" @@ -4594,7 +4770,7 @@ msgstr "Şu anda değil" #: src/view/com/profile/ProfileMenu.tsx:372 #: src/view/com/util/forms/PostDropdownBtn.tsx:654 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:332 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:356 msgid "Note about sharing" msgstr "" @@ -4627,22 +4803,22 @@ msgstr "" msgid "Notification Sounds" msgstr "" -#: src/Navigation.tsx:559 +#: src/Navigation.tsx:560 #: src/view/screens/Notifications.tsx:145 #: src/view/screens/Notifications.tsx:155 #: src/view/screens/Notifications.tsx:203 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 -#: src/view/shell/desktop/LeftNav.tsx:362 +#: src/view/shell/bottom-bar/BottomBar.tsx:227 +#: src/view/shell/desktop/LeftNav.tsx:356 #: src/view/shell/Drawer.tsx:461 #: src/view/shell/Drawer.tsx:462 msgid "Notifications" msgstr "Bildirimler" -#: src/lib/hooks/useTimeAgo.ts:51 +#: src/lib/hooks/useTimeAgo.ts:122 msgid "now" msgstr "" -#: src/components/dms/MessageItem.tsx:169 +#: src/components/dms/MessageItem.tsx:170 msgid "Now" msgstr "" @@ -4650,7 +4826,7 @@ msgstr "" msgid "Nudity" msgstr "Çıplaklık" -#: src/lib/moderation/useReportOptions.ts:73 +#: src/lib/moderation/useReportOptions.ts:78 msgid "Nudity or adult content not labeled as such" msgstr "" @@ -4668,10 +4844,14 @@ msgstr "" msgid "Oh no!" msgstr "Oh hayır!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "Oh hayır! Bir şeyler yanlış gitti." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:175 +msgid "Oh no! We weren't able to generate an image for you to share. Rest assured, we're glad you're here 🦋" +msgstr "" + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:339 msgid "OK" msgstr "" @@ -4685,11 +4865,15 @@ msgid "Oldest replies first" msgstr "En eski yanıtlar önce" #: src/components/StarterPack/QrCode.tsx:69 -msgid "on" -msgstr "" +#~ msgid "on" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:81 -msgid "on {str}" +#~ msgid "on {str}" +#~ msgstr "" + +#: src/components/StarterPack/QrCode.tsx:70 +msgid "on<0><1/><2><3/>" msgstr "" #: src/view/screens/Settings/index.tsx:226 @@ -4697,10 +4881,10 @@ msgid "Onboarding reset" msgstr "Onboarding sıfırlama" #: src/tours/Tooltip.tsx:118 -msgid "Onboarding tour step {0}: {1}" -msgstr "" +#~ msgid "Onboarding tour step {0}: {1}" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:589 +#: src/view/com/composer/Composer.tsx:671 msgid "One or more images is missing alt text." msgstr "Bir veya daha fazla resimde alternatif metin eksik." @@ -4716,10 +4900,14 @@ msgstr "" msgid "Only {0} can reply." msgstr "Yalnızca {0} yanıtlayabilir." -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:39 +msgid "Only WebVTT (.vtt) files are supported" +msgstr "" + #: src/components/Lists.tsx:88 msgid "Oops, something went wrong!" msgstr "" @@ -4727,13 +4915,13 @@ msgstr "" #: src/components/Lists.tsx:199 #: src/components/StarterPack/ProfileStarterPacks.tsx:304 #: src/components/StarterPack/ProfileStarterPacks.tsx:313 -#: src/view/screens/AppPasswords.tsx:69 +#: src/view/screens/AppPasswords.tsx:68 #: src/view/screens/NotificationsSettings.tsx:45 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Oops!" msgstr "Hata!" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "Aç" @@ -4750,8 +4938,9 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/view/com/composer/Composer.tsx:754 -#: src/view/com/composer/Composer.tsx:755 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:165 +#: src/view/com/composer/Composer.tsx:820 +#: src/view/com/composer/Composer.tsx:821 msgid "Open emoji picker" msgstr "Emoji seçiciyi aç" @@ -4910,7 +5099,7 @@ msgstr "Özel alan adı kullanımı için modalı açar" msgid "Opens moderation settings" msgstr "Moderasyon ayarlarını açar" -#: src/screens/Login/LoginForm.tsx:247 +#: src/screens/Login/LoginForm.tsx:234 msgid "Opens password reset form" msgstr "Şifre sıfırlama formunu açar" @@ -4960,12 +5149,12 @@ msgstr "Sistem log sayfasını açar" msgid "Opens the threads preferences" msgstr "Konu tercihlerini açar" -#: src/view/com/notifications/FeedItem.tsx:555 -#: src/view/com/util/UserAvatar.tsx:420 +#: src/view/com/notifications/FeedItem.tsx:551 +#: src/view/com/util/UserAvatar.tsx:426 msgid "Opens this profile" msgstr "" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:95 msgid "Opens video picker" msgstr "" @@ -5027,7 +5216,7 @@ msgstr "Sayfa bulunamadı" msgid "Page Not Found" msgstr "Sayfa Bulunamadı" -#: src/screens/Login/LoginForm.tsx:225 +#: src/screens/Login/LoginForm.tsx:213 #: src/screens/Signup/StepInfo/index.tsx:162 #: src/view/com/modals/DeleteAccount.tsx:257 #: src/view/com/modals/DeleteAccount.tsx:264 @@ -5046,12 +5235,13 @@ msgstr "Şifre güncellendi" msgid "Password updated!" msgstr "Şifre güncellendi!" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:366 msgid "Pause" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:319 msgid "Pause video" msgstr "" @@ -5114,12 +5304,13 @@ msgstr "Sabitleme Beslemeleri" msgid "Pinned to your feeds" msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:367 msgid "Play" msgstr "" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:131 msgid "Play {0}" msgstr "{0} oynat" @@ -5128,34 +5319,34 @@ msgstr "{0} oynat" #~ msgid "Play notification sounds" #~ msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:43 +#: src/view/com/util/post-embeds/GifEmbed.tsx:45 msgid "Play or pause the GIF" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:52 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:204 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:110 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:320 msgid "Play video" msgstr "" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:59 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:60 msgid "Play Video" msgstr "Videoyu Oynat" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:130 msgid "Plays the GIF" msgstr "GIF'i oynatır" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "Kullanıcı adınızı seçin." -#: src/screens/Signup/state.ts:215 +#: src/screens/Signup/state.ts:210 #: src/screens/Signup/StepInfo/index.tsx:81 msgid "Please choose your password." msgstr "Şifrenizi seçin." -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "" @@ -5187,7 +5378,7 @@ msgstr "" #~ msgid "Please enter the verification code sent to {phoneNumberFormatted}." #~ msgstr "{phoneNumberFormatted} numarasına gönderilen doğrulama kodunu girin." -#: src/screens/Signup/state.ts:201 +#: src/screens/Signup/state.ts:196 #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Please enter your email." msgstr "E-postanızı girin." @@ -5200,7 +5391,7 @@ msgstr "" msgid "Please enter your password as well:" msgstr "Lütfen şifrenizi de girin:" -#: src/components/moderation/LabelsOnMeDialog.tsx:268 +#: src/components/moderation/LabelsOnMeDialog.tsx:259 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -5222,7 +5413,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "Lütfen E-postanızı Doğrulayın" -#: src/view/com/composer/Composer.tsx:331 +#: src/view/com/composer/Composer.tsx:359 msgid "Please wait for your link card to finish loading" msgstr "Bağlantı kartınızın yüklenmesini bekleyin" @@ -5235,13 +5426,13 @@ msgstr "Politika" msgid "Porn" msgstr "Pornografi" -#: src/view/com/composer/Composer.tsx:564 -#: src/view/com/composer/Composer.tsx:571 +#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:653 msgctxt "action" msgid "Post" msgstr "Gönder" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "Gönderi" @@ -5297,7 +5488,7 @@ msgid "posts" msgstr "" #: src/screens/StarterPack/StarterPackScreen.tsx:173 -#: src/view/screens/Profile.tsx:209 +#: src/view/screens/Profile.tsx:220 msgid "Posts" msgstr "Gönderiler" @@ -5378,17 +5569,17 @@ msgstr "Gizlilik Politikası" msgid "Privately chat with other users." msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:156 +#: src/screens/Login/ForgotPasswordForm.tsx:155 msgid "Processing..." msgstr "İşleniyor..." -#: src/view/screens/DebugMod.tsx:895 -#: src/view/screens/Profile.tsx:346 +#: src/view/screens/DebugMod.tsx:896 +#: src/view/screens/Profile.tsx:357 msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:275 -#: src/view/shell/desktop/LeftNav.tsx:393 +#: src/view/shell/bottom-bar/BottomBar.tsx:272 +#: src/view/shell/desktop/LeftNav.tsx:387 #: src/view/shell/Drawer.tsx:78 #: src/view/shell/Drawer.tsx:546 #: src/view/shell/Drawer.tsx:547 @@ -5403,7 +5594,7 @@ msgstr "Profil güncellendi" msgid "Protect your account by verifying your email." msgstr "E-postanızı doğrulayarak hesabınızı koruyun." -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "Herkese Açık" @@ -5415,11 +5606,11 @@ msgstr "Toplu olarak sessize almak veya engellemek için herkese açık, paylaş msgid "Public, shareable lists which can drive feeds." msgstr "Beslemeleri yönlendirebilen herkese açık, paylaşılabilir listeler." -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish post" msgstr "Gönderiyi yayınla" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish reply" msgstr "Yanıtı yayınla" @@ -5436,11 +5627,11 @@ msgid "QR code saved to your camera roll!" msgstr "" #: src/tours/Tooltip.tsx:111 -msgid "Quick tip" -msgstr "" +#~ msgid "Quick tip" +#~ msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:122 -#: src/view/com/util/post-ctrls/RepostButton.tsx:149 +#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:152 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Quote post" @@ -5465,8 +5656,8 @@ msgid "Quote post was successfully detached" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:313 -#: src/view/com/util/post-ctrls/RepostButton.tsx:121 -#: src/view/com/util/post-ctrls/RepostButton.tsx:148 +#: src/view/com/util/post-ctrls/RepostButton.tsx:124 +#: src/view/com/util/post-ctrls/RepostButton.tsx:151 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:84 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:91 msgid "Quote posts disabled" @@ -5480,8 +5671,8 @@ msgstr "" msgid "Quote settings" msgstr "" -#: src/screens/Post/PostQuotes.tsx:29 -#: src/view/com/post-thread/PostQuotes.tsx:122 +#: src/screens/Post/PostQuotes.tsx:31 +#: src/screens/Post/PostQuotes.tsx:32 msgid "Quotes" msgstr "" @@ -5575,7 +5766,11 @@ msgstr "" msgid "Remove account" msgstr "Hesabı kaldır" -#: src/view/com/util/UserAvatar.tsx:387 +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "" + +#: src/view/com/util/UserAvatar.tsx:393 msgid "Remove Avatar" msgstr "" @@ -5583,7 +5778,7 @@ msgstr "" msgid "Remove Banner" msgstr "" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "" @@ -5623,8 +5818,8 @@ msgid "Remove image" msgstr "Resmi kaldır" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "Resim önizlemesini kaldır" +#~ msgid "Remove image preview" +#~ msgstr "Resim önizlemesini kaldır" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -5638,15 +5833,19 @@ msgstr "" msgid "Remove profile from search history" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:274 msgid "Remove quote" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:95 -#: src/view/com/util/post-ctrls/RepostButton.tsx:111 +#: src/view/com/util/post-ctrls/RepostButton.tsx:98 +#: src/view/com/util/post-ctrls/RepostButton.tsx:114 msgid "Remove repost" msgstr "Yeniden göndermeyi kaldır" +#: src/view/com/composer/videos/SubtitleDialog.tsx:264 +msgid "Remove subtitle file" +msgstr "" + #: src/view/com/feeds/FeedSourceCard.tsx:173 #~ msgid "Remove this feed from my feeds?" #~ msgstr "Bu beslemeyi beslemelerimden kaldırsın mı?" @@ -5659,11 +5858,11 @@ msgstr "" #~ msgid "Remove this feed from your saved feeds?" #~ msgstr "Bu beslemeyi kayıtlı beslemelerinizden kaldırsın mı?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:100 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:109 msgid "Removed by author" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:98 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:107 msgid "Removed by you" msgstr "" @@ -5691,20 +5890,24 @@ msgstr "" #~ msgid "Removes default thumbnail from {0}" #~ msgstr "{0} adresinden varsayılan küçük resmi kaldırır" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:275 msgid "Removes quoted post" msgstr "" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 -msgid "Removes the image preview" +msgid "Removes the attachment" msgstr "" +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 +#~ msgid "Removes the image preview" +#~ msgstr "" + #: src/view/com/posts/FeedShutdownMsg.tsx:129 #: src/view/com/posts/FeedShutdownMsg.tsx:133 msgid "Replace with Discover" msgstr "" -#: src/view/screens/Profile.tsx:210 +#: src/view/screens/Profile.tsx:221 msgid "Replies" msgstr "Yanıtlar" @@ -5724,7 +5927,7 @@ msgstr "" #~ msgid "Replies to this thread are disabled" #~ msgstr "Bu konuya yanıtlar devre dışı bırakıldı" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:644 msgctxt "action" msgid "Reply" msgstr "Yanıtla" @@ -5758,23 +5961,23 @@ msgstr "" #~ msgstr "<0/>'a yanıt" #: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:522 +#: src/view/com/posts/FeedItem.tsx:520 msgctxt "description" msgid "Reply to <0><1/>" msgstr "" -#: src/view/com/posts/FeedItem.tsx:513 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" msgstr "" -#: src/view/com/posts/FeedItem.tsx:515 +#: src/view/com/posts/FeedItem.tsx:513 msgctxt "description" msgid "Reply to a post" msgstr "" #: src/view/com/post/Post.tsx:194 -#: src/view/com/posts/FeedItem.tsx:519 +#: src/view/com/posts/FeedItem.tsx:517 msgctxt "description" msgid "Reply to you" msgstr "" @@ -5870,9 +6073,9 @@ msgstr "" msgid "Report this user" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:67 -#: src/view/com/util/post-ctrls/RepostButton.tsx:96 -#: src/view/com/util/post-ctrls/RepostButton.tsx:112 +#: src/view/com/util/post-ctrls/RepostButton.tsx:70 +#: src/view/com/util/post-ctrls/RepostButton.tsx:99 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 msgctxt "action" msgid "Repost" msgstr "Yeniden gönder" @@ -5883,18 +6086,18 @@ msgid "Repost" msgstr "Yeniden gönder" #: src/screens/StarterPack/StarterPackScreen.tsx:535 -#: src/view/com/util/post-ctrls/RepostButton.tsx:88 +#: src/view/com/util/post-ctrls/RepostButton.tsx:91 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:49 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:104 msgid "Repost or quote post" msgstr "Gönderiyi yeniden gönder veya alıntıla" -#: src/screens/Post/PostRepostedBy.tsx:29 -#: src/view/com/post-thread/PostRepostedBy.tsx:96 +#: src/screens/Post/PostRepostedBy.tsx:31 +#: src/screens/Post/PostRepostedBy.tsx:32 msgid "Reposted By" msgstr "Yeniden Gönderen" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "{0} tarafından yeniden gönderildi" @@ -5902,16 +6105,16 @@ msgstr "{0} tarafından yeniden gönderildi" #~ msgid "Reposted by <0/>" #~ msgstr "<0/>'a yeniden gönderildi" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "" -#: src/view/com/posts/FeedItem.tsx:292 -#: src/view/com/posts/FeedItem.tsx:311 +#: src/view/com/posts/FeedItem.tsx:290 +#: src/view/com/posts/FeedItem.tsx:309 msgid "Reposted by you" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:184 +#: src/view/com/notifications/FeedItem.tsx:180 msgid "reposted your post" msgstr "gönderinizi yeniden gönderdi" @@ -5950,6 +6153,14 @@ msgstr "Bu sağlayıcı için gereklidir" msgid "Resend email" msgstr "" +#: src/components/intents/VerifyEmailIntentDialog.tsx:130 +msgid "Resend Email" +msgstr "" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:123 +msgid "Resend Verification Email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:186 msgid "Reset code" msgstr "Sıfırlama kodu" @@ -5988,7 +6199,7 @@ msgstr "Onboarding durumunu sıfırlar" msgid "Resets the preferences state" msgstr "Tercih durumunu sıfırlar" -#: src/screens/Login/LoginForm.tsx:312 +#: src/screens/Login/LoginForm.tsx:299 msgid "Retries login" msgstr "Giriş tekrar denemesi" @@ -5997,15 +6208,15 @@ msgstr "Giriş tekrar denemesi" msgid "Retries the last action, which errored out" msgstr "Son hataya neden olan son eylemi tekrarlar" -#: src/components/dms/MessageItem.tsx:235 +#: src/components/dms/MessageItem.tsx:236 #: src/components/Error.tsx:66 #: src/components/Lists.tsx:104 #: src/components/StarterPack/ProfileStarterPacks.tsx:318 -#: src/screens/Login/LoginForm.tsx:311 -#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:298 +#: src/screens/Login/LoginForm.tsx:305 #: src/screens/Messages/Conversation/MessageListError.tsx:25 -#: src/screens/Onboarding/StepInterests/index.tsx:251 -#: src/screens/Onboarding/StepInterests/index.tsx:254 +#: src/screens/Onboarding/StepInterests/index.tsx:231 +#: src/screens/Onboarding/StepInterests/index.tsx:234 #: src/screens/Signup/BackNextButtons.tsx:52 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 @@ -6121,8 +6332,8 @@ msgstr "" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:105 -#: src/view/com/notifications/FeedItem.tsx:416 -#: src/view/com/notifications/FeedItem.tsx:441 +#: src/view/com/notifications/FeedItem.tsx:412 +#: src/view/com/notifications/FeedItem.tsx:437 msgid "Say hello!" msgstr "" @@ -6136,15 +6347,15 @@ msgid "Scroll to top" msgstr "Başa kaydır" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:554 +#: src/Navigation.tsx:555 #: src/view/com/modals/ListAddRemoveUsers.tsx:76 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 #: src/view/screens/Search/Search.tsx:421 #: src/view/screens/Search/Search.tsx:791 #: src/view/screens/Search/Search.tsx:813 -#: src/view/shell/bottom-bar/BottomBar.tsx:182 -#: src/view/shell/desktop/LeftNav.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:179 +#: src/view/shell/desktop/LeftNav.tsx:349 #: src/view/shell/Drawer.tsx:398 #: src/view/shell/Drawer.tsx:399 msgid "Search" @@ -6230,6 +6441,10 @@ msgstr "Bu kılavuzu gör" #~ msgid "See what's next" #~ msgstr "Ne olduğunu gör" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:631 +msgid "Seek slider" +msgstr "" + #: src/view/com/util/Selector.tsx:106 msgid "Select {item}" msgstr "{item} seç" @@ -6270,6 +6485,10 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "" +#: src/view/com/composer/videos/SubtitleDialog.tsx:249 +msgid "Select language..." +msgstr "" + #: src/view/screens/LanguageSettings.tsx:303 msgid "Select languages" msgstr "" @@ -6291,6 +6510,10 @@ msgstr "{i} seçeneği, {numItems} seçenekten" #~ msgid "Select some accounts below to follow" #~ msgstr "Aşağıdaki hesaplardan bazılarını takip et" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:65 +msgid "Select subtitle file (.vtt)" +msgstr "" + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83 msgid "Select the {emojiName} emoji as your avatar" msgstr "" @@ -6307,7 +6530,7 @@ msgstr "" #~ msgid "Select topical feeds to follow from the list below" #~ msgstr "Aşağıdaki listeden takip edilecek konu beslemelerini seçin" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:94 msgid "Select video" msgstr "" @@ -6331,11 +6554,11 @@ msgstr "Abone olduğunuz beslemelerin hangi dilleri içermesini istediğinizi se msgid "Select your app language for the default text to display in the app." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:193 msgid "Select your date of birth" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "Aşağıdaki seçeneklerden ilgi alanlarınızı seçin" @@ -6377,8 +6600,8 @@ msgstr "E-posta Gönder" msgid "Send feedback" msgstr "Geribildirim gönder" -#: src/screens/Messages/Conversation/MessageInput.tsx:163 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:155 +#: src/screens/Messages/Conversation/MessageInput.tsx:165 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:219 msgid "Send message" msgstr "" @@ -6540,7 +6763,7 @@ msgstr "" #: src/Navigation.tsx:155 #: src/view/screens/Settings/index.tsx:302 -#: src/view/shell/desktop/LeftNav.tsx:401 +#: src/view/shell/desktop/LeftNav.tsx:395 #: src/view/shell/Drawer.tsx:563 #: src/view/shell/Drawer.tsx:564 msgid "Settings" @@ -6554,6 +6777,7 @@ msgstr "Cinsel aktivite veya erotik çıplaklık." msgid "Sexually Suggestive" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:644 #: src/components/StarterPack/QrCodeDialog.tsx:177 #: src/screens/StarterPack/StarterPackScreen.tsx:411 #: src/screens/StarterPack/StarterPackScreen.tsx:582 @@ -6561,7 +6785,7 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:410 #: src/view/com/util/forms/PostDropdownBtn.tsx:419 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:321 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:345 #: src/view/screens/ProfileList.tsx:484 msgid "Share" msgstr "Paylaş" @@ -6581,7 +6805,7 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:377 #: src/view/com/util/forms/PostDropdownBtn.tsx:659 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:337 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:361 msgid "Share anyway" msgstr "" @@ -6590,6 +6814,14 @@ msgstr "" msgid "Share feed" msgstr "Beslemeyi paylaş" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:621 +msgid "Share image externally" +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:639 +msgid "Share image in post" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:124 #: src/components/StarterPack/ShareDialog.tsx:131 #: src/screens/StarterPack/StarterPackScreen.tsx:586 @@ -6641,7 +6873,7 @@ msgstr "Göster" #~ msgid "Show all replies" #~ msgstr "Tüm yanıtları göster" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:169 msgid "Show alt text" msgstr "" @@ -6665,8 +6897,8 @@ msgstr "" #~ msgstr "{0} adresinden gömülü öğeleri göster" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "{0} adresine benzer takipçileri göster" +#~ msgid "Show follows similar to {0}" +#~ msgstr "{0} adresine benzer takipçileri göster" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -6681,9 +6913,9 @@ msgstr "" msgid "Show list anyway" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:584 +#: src/view/com/post-thread/PostThreadItem.tsx:590 #: src/view/com/post/Post.tsx:234 -#: src/view/com/posts/FeedItem.tsx:479 +#: src/view/com/posts/FeedItem.tsx:476 msgid "Show More" msgstr "Daha Fazla Göster" @@ -6770,7 +7002,7 @@ msgstr "" #~ msgid "Shows a list of users similar to this user." #~ msgstr "Bu kullanıcıya benzer kullanıcıların listesini gösterir." -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Shows posts from {0} in your feed" msgstr "Beslemenizde {0} adresinden gönderileri gösterir" @@ -6778,17 +7010,17 @@ msgstr "Beslemenizde {0} adresinden gönderileri gösterir" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:177 +#: src/screens/Login/LoginForm.tsx:166 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:112 #: src/view/com/auth/SplashScreen.web.tsx:121 +#: src/view/shell/bottom-bar/BottomBar.tsx:312 +#: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBar.tsx:316 -#: src/view/shell/bottom-bar/BottomBar.tsx:318 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:208 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:210 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -6830,12 +7062,12 @@ msgstr "Çıkış yap" msgid "Sign out of all accounts" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBar.tsx:306 -#: src/view/shell/bottom-bar/BottomBar.tsx:308 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:198 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:200 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -6860,7 +7092,7 @@ msgstr "Olarak giriş yapıldı" msgid "Signed in as @{0}" msgstr "@{0} olarak giriş yapıldı" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "" @@ -6868,21 +7100,21 @@ msgstr "" #~ msgid "Signs {0} out of Bluesky" #~ msgstr "{0} adresini Bluesky'den çıkarır" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:306 -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:313 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:308 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:315 msgid "Signup without a starter pack" msgstr "" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:102 +#: src/components/FeedInterstitials.tsx:316 msgid "Similar accounts" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:265 +#: src/screens/Onboarding/StepInterests/index.tsx:245 #: src/screens/StarterPack/Wizard/index.tsx:191 msgid "Skip" msgstr "Atla" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "Bu akışı atla" @@ -6895,7 +7127,7 @@ msgstr "Bu akışı atla" msgid "Software Dev" msgstr "Yazılım Geliştirme" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:447 msgid "Some other feeds you might like" msgstr "" @@ -6936,7 +7168,7 @@ msgstr "" #~ msgstr "Bir şeyler yanlış gitti. E-postanızı kontrol edin ve tekrar deneyin." #: src/App.native.tsx:102 -#: src/App.web.tsx:83 +#: src/App.web.tsx:88 msgid "Sorry! Your session expired. Please log in again." msgstr "Üzgünüz! Oturumunuzun süresi doldu. Lütfen tekrar giriş yapın." @@ -6956,12 +7188,12 @@ msgstr "Aynı gönderiye verilen yanıtları şuna göre sırala:" #~ msgid "Source: <0>{0}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" msgstr "" -#: src/lib/moderation/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:80 +#: src/lib/moderation/useReportOptions.ts:72 +#: src/lib/moderation/useReportOptions.ts:85 msgid "Spam" msgstr "" @@ -6995,10 +7227,9 @@ msgid "Start chatting" msgstr "" #: src/tours/Tooltip.tsx:99 -msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." -msgstr "" +#~ msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." +#~ msgstr "" -#: src/lib/generate-starterpack.ts:68 #: src/Navigation.tsx:358 #: src/Navigation.tsx:363 #: src/screens/StarterPack/Wizard/index.tsx:182 @@ -7013,7 +7244,7 @@ msgstr "" msgid "Starter pack is invalid" msgstr "" -#: src/view/screens/Profile.tsx:214 +#: src/view/screens/Profile.tsx:225 msgid "Starter Packs" msgstr "" @@ -7050,8 +7281,8 @@ msgstr "Depolama temizlendi, şimdi uygulamayı yeniden başlatmanız gerekiyor. msgid "Storybook" msgstr "Storybook" -#: src/components/moderation/LabelsOnMeDialog.tsx:302 -#: src/components/moderation/LabelsOnMeDialog.tsx:303 +#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:294 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -7090,7 +7321,7 @@ msgstr "" #~ msgid "Suggested Follows" #~ msgstr "Önerilen Takipçiler" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:318 msgid "Suggested for you" msgstr "Sana önerilenler" @@ -7114,8 +7345,8 @@ msgid "Switch Account" msgstr "Hesap Değiştir" #: src/tours/HomeTour.tsx:48 -msgid "Switch between feeds to control your experience." -msgstr "" +#~ msgid "Switch between feeds to control your experience." +#~ msgstr "" #: src/view/screens/Settings/index.tsx:126 msgid "Switch to {0}" @@ -7154,17 +7385,26 @@ msgstr "Uzun" msgid "Tap to dismiss" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:181 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:145 msgid "Tap to enter full screen" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:202 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:151 +msgid "Tap to play or pause" +msgstr "" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:164 msgid "Tap to toggle sound" msgstr "" +#: src/view/com/util/images/AutoSizedImage.tsx:219 +#: src/view/com/util/images/AutoSizedImage.tsx:239 +msgid "Tap to view full image" +msgstr "" + #: src/view/com/util/images/AutoSizedImage.tsx:70 -msgid "Tap to view fully" -msgstr "Tamamen görüntülemek için dokunun" +#~ msgid "Tap to view fully" +#~ msgstr "Tamamen görüntülemek için dokunun" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" @@ -7187,6 +7427,10 @@ msgstr "" msgid "Tell us a little more" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:518 +msgid "Ten Million" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:90 msgid "Terms" msgstr "Şartlar" @@ -7200,9 +7444,9 @@ msgid "Terms of Service" msgstr "Hizmet Şartları" #: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:94 -#: src/lib/moderation/useReportOptions.ts:102 -#: src/lib/moderation/useReportOptions.ts:110 +#: 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 "" @@ -7214,7 +7458,7 @@ msgstr "" msgid "Text & tags" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:266 +#: src/components/moderation/LabelsOnMeDialog.tsx:257 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Metin giriş alanı" @@ -7224,6 +7468,14 @@ msgstr "Metin giriş alanı" msgid "Thank you. Your report has been sent." msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:593 +msgid "Thanks for being one of our first 10 million users." +msgstr "" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:74 +msgid "Thanks, you have successfully verified your email address." +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:459 msgid "That contains the following:" msgstr "" @@ -7241,11 +7493,11 @@ msgstr "" msgid "That starter pack could not be found." msgstr "" -#: src/view/com/post-thread/PostQuotes.tsx:129 +#: src/view/com/post-thread/PostQuotes.tsx:127 msgid "That's all, folks!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:310 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:270 #: src/view/com/profile/ProfileMenu.tsx:353 msgid "The account will be able to interact with you after unblocking." msgstr "Hesap, engeli kaldırdıktan sonra sizinle etkileşime geçebilecek." @@ -7280,7 +7532,7 @@ msgstr "" msgid "The Discover feed now knows what you like" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:327 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off." msgstr "" @@ -7288,11 +7540,11 @@ msgstr "" msgid "The feed has been replaced with Discover." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "" @@ -7309,8 +7561,8 @@ msgstr "Gönderi silinmiş olabilir." msgid "The Privacy Policy has been moved to <0/>" msgstr "Gizlilik Politikası <0/> konumuna taşındı" -#: src/state/queries/video/video.ts:129 -msgid "The selected video is larger than 100MB." +#: src/state/queries/video/video.ts:227 +msgid "The selected video is larger than 50MB." msgstr "" #: src/screens/StarterPack/StarterPackScreen.tsx:713 @@ -7325,6 +7577,10 @@ msgstr "Destek formu taşındı. Yardıma ihtiyacınız varsa, lütfen <0/> veya msgid "The Terms of Service have been moved to" msgstr "Hizmet Şartları taşındı" +#: src/components/intents/VerifyEmailIntentDialog.tsx:85 +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/Onboarding/StepAlgoFeeds/index.tsx:141 #~ msgid "There are many feeds to try:" #~ msgstr "Denemek için birçok besleme var:" @@ -7375,7 +7631,7 @@ msgstr "Sunucunuza ulaşma konusunda bir sorun oluştu" 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/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 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." @@ -7397,15 +7653,15 @@ msgstr "" #~ msgid "There was an issue syncing your preferences with the server" #~ msgstr "Tercihlerinizi sunucuyla senkronize etme konusunda bir sorun oluştu" -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "Uygulama şifrelerinizi almakta bir sorun oluştu" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:107 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:143 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:97 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:109 #: src/view/com/profile/ProfileMenu.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:122 #: src/view/com/profile/ProfileMenu.tsx:137 @@ -7460,7 +7716,7 @@ msgstr "" #~ msgid "This appeal will be sent to <0>{0}." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "" @@ -7553,7 +7809,7 @@ msgstr "" #~ msgid "This label was applied by you" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "" @@ -7586,7 +7842,7 @@ msgid "This post has been deleted." msgstr "Bu gönderi silindi." #: src/view/com/util/forms/PostDropdownBtn.tsx:656 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:334 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:358 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "" @@ -7618,7 +7874,7 @@ msgstr "" msgid "This should create a domain record at:" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "" @@ -7655,7 +7911,7 @@ msgstr "" msgid "This user is new here. Press for more info about when they joined." msgstr "" -#: src/view/com/profile/ProfileFollows.tsx:87 +#: src/view/com/profile/ProfileFollows.tsx:96 msgid "This user isn't following anyone." msgstr "" @@ -7712,10 +7968,18 @@ 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/view/com/composer/videos/SelectVideoBtn.tsx:120 +msgid "To upload videos to Bluesky, you must first verify your email." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:597 +msgid "Together, we're rebuilding the social internet. We're glad you're here." +msgstr "" + #: src/components/dialogs/MutedWords.tsx:112 #~ msgid "Toggle between muted word options." #~ msgstr "" @@ -7728,7 +7992,7 @@ msgstr "Açılır menüyü aç/kapat" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "" @@ -7739,8 +8003,8 @@ msgstr "Dönüşümler" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:734 -#: src/view/com/post-thread/PostThreadItem.tsx:736 +#: src/view/com/post-thread/PostThreadItem.tsx:746 +#: src/view/com/post-thread/PostThreadItem.tsx:748 #: src/view/com/util/forms/PostDropdownBtn.tsx:380 #: src/view/com/util/forms/PostDropdownBtn.tsx:382 msgid "Translate" @@ -7759,7 +8023,7 @@ msgstr "" msgid "Two-factor authentication" msgstr "" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "" @@ -7777,7 +8041,7 @@ msgstr "Listeyi sessizden çıkar" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:155 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:77 #: src/view/com/modals/ChangePassword.tsx:71 @@ -7792,14 +8056,14 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:192 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 #: src/view/screens/ProfileList.tsx:682 msgid "Unblock" msgstr "Engeli kaldır" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Engeli kaldır" @@ -7814,12 +8078,12 @@ msgstr "" msgid "Unblock Account" msgstr "Hesabın engelini kaldır" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:308 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:268 #: src/view/com/profile/ProfileMenu.tsx:347 msgid "Unblock Account?" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:66 +#: src/view/com/util/post-ctrls/RepostButton.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:76 msgid "Undo repost" @@ -7834,7 +8098,7 @@ msgstr "Takibi bırak" #~ msgid "Unfollow" #~ msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "{0} adresini takibi bırak" @@ -7855,9 +8119,13 @@ msgstr "" msgid "Unlike this feed" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:388 +msgctxt "video" +msgid "Unmute" +msgstr "" + #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 #: src/view/screens/ProfileList.tsx:689 msgid "Unmute" msgstr "Sessizden çıkar" @@ -7888,13 +8156,13 @@ msgstr "" msgid "Unmute thread" msgstr "Konunun sessizliğini kaldır" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:317 msgid "Unmute video" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Unmuted" -msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Unmuted" +#~ msgstr "" #: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:673 @@ -7934,12 +8202,16 @@ msgstr "" msgid "Unsubscribed from list" msgstr "" +#: src/state/queries/video/video.ts:245 +msgid "Unsupported video type: {mimeType}" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:85 #~ msgid "Unwanted sexual content" #~ msgstr "" -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/lib/moderation/useReportOptions.ts:77 +#: src/lib/moderation/useReportOptions.ts:90 msgid "Unwanted Sexual Content" msgstr "" @@ -7975,20 +8247,20 @@ msgstr "" msgid "Upload a text file to:" msgstr "Bir metin dosyası yükleyin:" -#: src/view/com/util/UserAvatar.tsx:355 -#: src/view/com/util/UserAvatar.tsx:358 +#: src/view/com/util/UserAvatar.tsx:361 +#: src/view/com/util/UserAvatar.tsx:364 #: src/view/com/util/UserBanner.tsx:123 #: src/view/com/util/UserBanner.tsx:126 msgid "Upload from Camera" msgstr "" -#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:378 #: src/view/com/util/UserBanner.tsx:140 msgid "Upload from Files" msgstr "" -#: src/view/com/util/UserAvatar.tsx:366 -#: src/view/com/util/UserAvatar.tsx:370 +#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:376 #: src/view/com/util/UserBanner.tsx:134 #: src/view/com/util/UserBanner.tsx:138 msgid "Upload from Library" @@ -7998,7 +8270,7 @@ msgstr "" msgid "Use a file on your server" msgstr "" -#: src/view/screens/AppPasswords.tsx:200 +#: src/view/screens/AppPasswords.tsx:199 msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "Uygulama şifrelerini kullanarak hesabınızın veya şifrenizin tam erişimini vermeden diğer Bluesky istemcilerine giriş yapın." @@ -8094,7 +8366,7 @@ msgstr "Kullanıcı listesi güncellendi" msgid "User Lists" msgstr "Kullanıcı Listeleri" -#: src/screens/Login/LoginForm.tsx:197 +#: src/screens/Login/LoginForm.tsx:186 msgid "Username or email address" msgstr "Kullanıcı adı veya e-posta adresi" @@ -8133,6 +8405,10 @@ msgstr "" #~ msgid "Verification code" #~ msgstr "Doğrulama kodu" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:118 +msgid "Verified email required" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:510 #~ msgid "Verify {0}" #~ msgstr "" @@ -8145,6 +8421,10 @@ msgstr "" msgid "Verify email" msgstr "E-postayı doğrula" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "E-postamı doğrula" @@ -8158,6 +8438,10 @@ msgstr "E-postamı Doğrula" msgid "Verify New Email" msgstr "Yeni E-postayı Doğrula" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:122 +msgid "Verify now" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "" @@ -8174,25 +8458,47 @@ msgstr "E-postanızı Doğrulayın" msgid "Version {appVersion} {bundleInfo}" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:180 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:144 msgid "Video" msgstr "" +#: src/state/queries/video/video.ts:138 +msgid "Video failed to process" +msgstr "" + #: src/screens/Onboarding/index.tsx:39 #: src/screens/Onboarding/state.ts:88 msgid "Video Games" msgstr "Video Oyunları" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:167 +msgid "Video not found." +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:101 +msgid "Video settings" +msgstr "" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +msgid "Video: {0}" +msgstr "" + #: src/view/com/composer/videos/state.ts:27 -#~ msgid "Videos cannot be larger than 100MB" +#~ msgid "Videos cannot be larger than 50MB" #~ msgstr "" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:65 +#: src/view/com/composer/videos/VideoPreview.web.tsx:44 +msgid "Videos must be less than 60 seconds long" +msgstr "" + #: src/screens/Profile/Header/Shell.tsx:113 msgid "View {0}'s avatar" msgstr "{0}'ın avatarını görüntüle" #: src/components/ProfileCard.tsx:110 -#: src/view/com/notifications/FeedItem.tsx:277 +#: src/view/com/notifications/FeedItem.tsx:273 msgid "View {0}'s profile" msgstr "" @@ -8224,7 +8530,7 @@ msgstr "" msgid "View full thread" msgstr "Tam konuyu görüntüle" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "" @@ -8288,7 +8594,7 @@ msgstr "" #~ msgid "We also think you'll like \"For You\" by Skygaze:" #~ msgstr "Ayrıca Skygaze tarafından \"Sana Özel\" beslemesini de beğeneceğinizi düşünüyoruz:" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "" @@ -8300,7 +8606,11 @@ msgstr "" msgid "We estimate {estimatedTime} until your account is ready." msgstr "Hesabınızın hazır olmasına {estimatedTime} tahmin ediyoruz." -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Harika vakit geçirmenizi umuyoruz. Unutmayın, Bluesky:" @@ -8316,6 +8626,10 @@ msgstr "Takipçilerinizden gönderi kalmadı. İşte <0/>'den en son gönderiler #~ msgid "We recommend our \"Discover\" feed:" #~ msgstr "\"Keşfet\" beslememizi öneririz:" +#: src/state/queries/video/video.ts:170 +msgid "We were unable to determine if you are allowed to upload videos. Please try again." +msgstr "" + #: src/components/dialogs/BirthDateSettings.tsx:52 msgid "We were unable to load your birth date preferences. Please try again." msgstr "" @@ -8324,7 +8638,7 @@ msgstr "" msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:158 +#: src/screens/Onboarding/StepInterests/index.tsx:143 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "Bağlantı kuramadık. Hesabınızı kurmaya devam etmek için tekrar deneyin. Başarısız olmaya devam ederse bu akışı atlayabilirsiniz." @@ -8336,7 +8650,7 @@ msgstr "Hesabınız hazır olduğunda size bildireceğiz." #~ msgid "We'll look into your appeal promptly." #~ msgstr "İtirazınıza hızlı bir şekilde bakacağız." -#: src/screens/Onboarding/StepInterests/index.tsx:163 +#: src/screens/Onboarding/StepInterests/index.tsx:148 msgid "We'll use this to help customize your experience." msgstr "Bu, deneyiminizi özelleştirmenize yardımcı olmak için kullanılacak." @@ -8360,7 +8674,7 @@ msgstr "" msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Üzgünüz, ancak aramanız tamamlanamadı. Lütfen birkaç dakika içinde tekrar deneyin." -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:421 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -8389,7 +8703,7 @@ msgstr "" msgid "Welcome, friend!" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "İlgi alanlarınız nelerdir?" @@ -8403,7 +8717,7 @@ msgstr "" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:516 msgid "What's up?" msgstr "Nasılsınız?" @@ -8473,16 +8787,16 @@ msgstr "" msgid "Wide" msgstr "Geniş" -#: src/screens/Messages/Conversation/MessageInput.tsx:140 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:134 +#: src/screens/Messages/Conversation/MessageInput.tsx:142 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:198 msgid "Write a message" msgstr "" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:712 msgid "Write post" msgstr "Gönderi yaz" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:515 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:42 msgid "Write your reply" msgstr "Yanıtınızı yazın" @@ -8527,7 +8841,7 @@ msgstr "" msgid "Yes, reactivate my account" msgstr "" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "" @@ -8544,7 +8858,11 @@ msgstr "" msgid "You are in line." msgstr "Sıradasınız." -#: src/view/com/profile/ProfileFollows.tsx:86 +#: src/state/queries/video/video.ts:161 +msgid "You are not allowed to upload videos." +msgstr "" + +#: src/view/com/profile/ProfileFollows.tsx:95 msgid "You are not following anyone." msgstr "" @@ -8578,7 +8896,7 @@ msgstr "Artık yeni şifrenizle giriş yapabilirsiniz." msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "" @@ -8669,7 +8987,7 @@ msgstr "" #~ msgid "You have not blocked any accounts yet. To block an account, go to their profile and selected \"Block account\" from the menu on their account." #~ msgstr "Henüz hiçbir hesabı engellemediniz. Bir hesabı engellemek için, profilinize gidin ve hesaplarının menüsünden \"Hesabı engelle\" seçeneğini seçin." -#: src/view/screens/AppPasswords.tsx:91 +#: src/view/screens/AppPasswords.tsx:90 msgid "You have not created any app passwords yet. You can create one by pressing the button below." msgstr "Henüz hiçbir uygulama şifresi oluşturmadınız. Aşağıdaki düğmeye basarak bir tane oluşturabilirsiniz." @@ -8685,6 +9003,10 @@ msgstr "" msgid "You have reached the end" msgstr "" +#: src/state/queries/video/video-upload.shared.ts:67 +msgid "You have temporarily reached the limit for video uploads. Please try again later." +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:235 msgid "You haven't created a starter pack yet!" msgstr "" @@ -8698,11 +9020,11 @@ msgstr "" msgid "You hid this reply." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:91 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" @@ -8742,6 +9064,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:237 #: src/components/StarterPack/ShareDialog.tsx:68 msgid "You must grant access to your photo library to save the image." msgstr "" @@ -8786,15 +9109,15 @@ msgstr "" msgid "You'll follow the suggested users once you finish creating your account!" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 msgid "You'll follow these people and {0} others" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:237 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 msgid "You'll follow these people right away" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:277 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 msgid "You'll stay updated with these feeds" msgstr "" @@ -8813,7 +9136,7 @@ msgstr "Sıradasınız" msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "Hazırsınız!" @@ -8826,6 +9149,14 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Beslemenizin sonuna ulaştınız! Takip edebileceğiniz daha fazla hesap bulun." +#: src/state/queries/video/video.ts:175 +msgid "You've reached your daily limit for video uploads (too many bytes)" +msgstr "" + +#: src/state/queries/video/video.ts:180 +msgid "You've reached your daily limit for video uploads (too many videos)" +msgstr "" + #: src/screens/Signup/index.tsx:146 msgid "Your account" msgstr "Hesabınız" @@ -8834,15 +9165,19 @@ msgstr "Hesabınız" msgid "Your account has been deleted" msgstr "Hesabınız silindi" +#: src/state/queries/video/video.ts:185 +msgid "Your account is not yet old enough to upload videos. Please try again later." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:65 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 "" -#: src/screens/Signup/StepInfo/index.tsx:180 +#: src/screens/Signup/StepInfo/index.tsx:181 msgid "Your birth date" msgstr "Doğum tarihiniz" -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:145 +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:171 msgid "Your browser does not support the video format. Please try a different browser." msgstr "" @@ -8859,7 +9194,7 @@ msgstr "Seçiminiz kaydedilecek, ancak daha sonra ayarlarda değiştirilebilir." #~ msgstr "Varsayılan beslemeniz \"Takip Edilenler\"" #: src/screens/Login/ForgotPasswordForm.tsx:57 -#: src/screens/Signup/state.ts:208 +#: src/screens/Signup/state.ts:203 #: src/screens/Signup/StepInfo/index.tsx:75 #: src/view/com/modals/ChangePassword.tsx:55 msgid "Your email appears to be invalid." @@ -8885,7 +9220,7 @@ msgstr "" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Takip ettiğiniz besleme boş! Neler olduğunu görmek için daha fazla kullanıcı takip edin." -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "Tam kullanıcı adınız" @@ -8906,11 +9241,11 @@ msgstr "" msgid "Your password has been changed successfully!" msgstr "Şifreniz başarıyla değiştirildi!" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:467 msgid "Your post has been published" msgstr "Gönderiniz yayınlandı" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Gönderileriniz, beğenileriniz ve engellemeleriniz herkese açıktır. Sessizlikleriniz özeldir." @@ -8922,7 +9257,7 @@ msgstr "Profiliniz" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:466 msgid "Your reply has been published" msgstr "Yanıtınız yayınlandı" diff --git a/src/locale/locales/uk/messages.po b/src/locale/locales/uk/messages.po index c5522b6bc1..63f814dc8c 100644 --- a/src/locale/locales/uk/messages.po +++ b/src/locale/locales/uk/messages.po @@ -26,16 +26,24 @@ msgstr "" msgid "(no email)" msgstr "(немає ел. адреси)" -#: src/view/com/notifications/FeedItem.tsx:236 -#: src/view/com/notifications/FeedItem.tsx:327 +#: src/view/com/notifications/FeedItem.tsx:232 +#: src/view/com/notifications/FeedItem.tsx:323 msgid "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}" msgstr "" +#: src/lib/hooks/useTimeAgo.ts:156 +msgid "{0, plural, one {# day} other {# days}}" +msgstr "" + +#: src/lib/hooks/useTimeAgo.ts:146 +msgid "{0, plural, one {# hour} other {# hours}}" +msgstr "" + #: src/components/moderation/LabelsOnMe.tsx:55 #~ msgid "{0, plural, one {# label has been placed on this account} other {# labels has been placed on this account}}" #~ msgstr "" -#: src/components/moderation/LabelsOnMe.tsx:55 +#: src/components/moderation/LabelsOnMe.tsx:54 msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" msgstr "" @@ -43,14 +51,26 @@ msgstr "" #~ msgid "{0, plural, one {# label has been placed on this content} other {# labels has been placed on this content}}" #~ msgstr "" -#: src/components/moderation/LabelsOnMe.tsx:61 +#: src/components/moderation/LabelsOnMe.tsx:60 msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:68 +#: src/lib/hooks/useTimeAgo.ts:136 +msgid "{0, plural, one {# minute} other {# minutes}}" +msgstr "" + +#: src/lib/hooks/useTimeAgo.ts:167 +msgid "{0, plural, one {# month} other {# months}}" +msgstr "" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:71 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "" +#: src/lib/hooks/useTimeAgo.ts:126 +msgid "{0, plural, one {# second} other {# seconds}}" +msgstr "" + #: src/components/KnownFollowers.tsx:179 #~ msgid "{0, plural, one {and # other} other {and # others}}" #~ msgstr "" @@ -65,11 +85,11 @@ msgstr "" msgid "{0, plural, one {following} other {following}}" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:276 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:312 msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "" @@ -82,19 +102,19 @@ msgstr "" msgid "{0, plural, one {post} other {posts}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:413 +#: src/view/com/post-thread/PostThreadItem.tsx:419 msgid "{0, plural, one {quote} other {quotes}}" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:233 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:269 msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:272 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "{0, plural, one {Unlike (# like)} other {Unlike (# likes)}}" msgstr "" @@ -112,6 +132,10 @@ msgstr "" msgid "{0} joined this week" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:637 +msgid "{0} of {1}" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:467 msgid "{0} people have used this starter pack!" msgstr "" @@ -120,7 +144,7 @@ msgstr "" #~ msgid "{0} your feeds" #~ msgstr "" -#: src/view/com/util/UserAvatar.tsx:419 +#: src/view/com/util/UserAvatar.tsx:425 msgid "{0}'s avatar" msgstr "" @@ -132,30 +156,56 @@ msgstr "" msgid "{0}'s starter pack" msgstr "" +#. How many days have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:158 +msgid "{0}d" +msgstr "" + +#. How many hours have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:148 +msgid "{0}h" +msgstr "" + +#. How many minutes have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:138 +msgid "{0}m" +msgstr "" + +#. How many months have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:169 +msgid "{0}mo" +msgstr "" + +#. How many seconds have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:128 +msgid "{0}s" +msgstr "" + #: src/components/LabelingServiceCard/index.tsx:71 msgid "{count, plural, one {Liked by # user} other {Liked by # users}}" msgstr "" #: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "" +#~ msgid "{diff, plural, one {day} other {days}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "" +#~ msgid "{diff, plural, one {hour} other {hours}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "" +#~ msgid "{diff, plural, one {minute} other {minutes}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "" +#~ msgid "{diff, plural, one {month} other {months}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "" +#~ msgid "{diffSeconds, plural, one {second} other {seconds}}" +#~ msgstr "" +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" msgstr "" @@ -282,7 +332,7 @@ msgstr "⚠Недопустимий псевдонім" msgid "24 hours" msgstr "" -#: src/screens/Login/LoginForm.tsx:266 +#: src/screens/Login/LoginForm.tsx:253 msgid "2FA Confirmation" msgstr "" @@ -295,8 +345,8 @@ msgid "7 days" msgstr "" #: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "" +#~ msgid "A help tooltip" +#~ msgstr "" #: src/view/com/util/ViewHeader.tsx:92 #: src/view/screens/Search/Search.tsx:684 @@ -325,7 +375,7 @@ msgstr "" #~ msgid "account" #~ msgstr "обліковий запис" -#: src/screens/Login/LoginForm.tsx:190 +#: src/screens/Login/LoginForm.tsx:179 #: src/view/screens/Settings/index.tsx:315 #: src/view/screens/Settings/index.tsx:718 msgid "Account" @@ -360,7 +410,7 @@ msgstr "Параметри облікового запису" msgid "Account removed from quick access" msgstr "Обліковий запис вилучено зі швидкого доступу" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "Обліковий запис розблоковано" @@ -416,9 +466,13 @@ msgstr "Додати альтернативний текст" #~ msgid "Add ALT text" #~ msgstr "" -#: src/view/screens/AppPasswords.tsx:106 -#: src/view/screens/AppPasswords.tsx:148 -#: src/view/screens/AppPasswords.tsx:161 +#: src/view/com/composer/videos/SubtitleDialog.tsx:109 +msgid "Add alt text (optional)" +msgstr "" + +#: src/view/screens/AppPasswords.tsx:105 +#: src/view/screens/AppPasswords.tsx:147 +#: src/view/screens/AppPasswords.tsx:160 msgid "Add App Password" msgstr "Додати пароль застосунку" @@ -538,11 +592,11 @@ msgstr "" msgid "Allow replies from:" msgstr "" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:178 +#: src/screens/Login/ForgotPasswordForm.tsx:177 #: src/view/com/modals/ChangePassword.tsx:171 msgid "Already have a code?" msgstr "Вже маєте код?" @@ -553,17 +607,20 @@ msgstr "Вже увійшли як @{0}" #: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/util/post-embeds/GifEmbed.tsx:183 +#: src/view/com/util/post-embeds/GifEmbed.tsx:177 msgid "ALT" msgstr "ALT" #: src/view/com/composer/GifAltText.tsx:144 +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +#: src/view/com/composer/videos/SubtitleDialog.tsx:104 +#: src/view/com/composer/videos/SubtitleDialog.tsx:108 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:87 msgid "Alt text" msgstr "Альтернативний текст" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:182 msgid "Alt Text" msgstr "" @@ -588,19 +645,30 @@ msgstr "" #~ msgid "An error occured" #~ msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:314 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:413 msgid "An error occurred" msgstr "" +#: src/state/queries/video/video.ts:232 +msgid "An error occurred while compressing the video." +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:315 msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:69 -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:135 msgid "An error occurred while loading the video. Please try again later." msgstr "" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:174 +msgid "An error occurred while loading the video. Please try again." +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:250 +msgid "An error occurred while saving the image!" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:79 #~ msgid "An error occurred while saving the image." #~ msgstr "" @@ -610,6 +678,10 @@ msgstr "" msgid "An error occurred while saving the QR code!" msgstr "" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:75 +msgid "An error occurred while selecting the video" +msgstr "" + #: src/components/dms/MessageMenu.tsx:134 #~ msgid "An error occurred while trying to delete the message. Please try again." #~ msgstr "" @@ -619,7 +691,7 @@ msgstr "" msgid "An error occurred while trying to follow all" msgstr "" -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:199 msgid "An error occurred while uploading the video." msgstr "" @@ -637,14 +709,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:319 -#: src/components/ProfileCard.tsx:339 +#: src/components/ProfileCard.tsx:324 +#: src/components/ProfileCard.tsx:344 #: src/view/com/profile/FollowButton.tsx:36 #: src/view/com/profile/FollowButton.tsx:46 msgid "An issue occurred, please try again." msgstr "Виникла проблема, будь ласка, спробуйте ще раз." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "" @@ -654,8 +726,8 @@ msgid "an unknown labeler" msgstr "" #: src/components/WhoCanReply.tsx:295 -#: src/view/com/notifications/FeedItem.tsx:235 -#: src/view/com/notifications/FeedItem.tsx:324 +#: src/view/com/notifications/FeedItem.tsx:231 +#: src/view/com/notifications/FeedItem.tsx:320 msgid "and" msgstr "та" @@ -664,7 +736,7 @@ msgstr "та" msgid "Animals" msgstr "Тварини" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:139 msgid "Animated GIF" msgstr "" @@ -680,7 +752,7 @@ msgstr "" msgid "App Language" msgstr "Мова застосунку" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "Пароль застосунку видалено" @@ -697,21 +769,21 @@ msgid "App password settings" msgstr "Налаштування пароля застосунків" #: src/Navigation.tsx:286 -#: src/view/screens/AppPasswords.tsx:192 +#: src/view/screens/AppPasswords.tsx:191 #: src/view/screens/Settings/index.tsx:672 msgid "App Passwords" msgstr "Паролі для застосунків" -#: src/components/moderation/LabelsOnMeDialog.tsx:154 -#: src/components/moderation/LabelsOnMeDialog.tsx:157 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 +#: src/components/moderation/LabelsOnMeDialog.tsx:149 msgid "Appeal" msgstr "Звернення" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "Оскаржити мітку \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "" @@ -749,7 +821,7 @@ msgstr "" #~ msgid "Are you sure you want delete this starter pack?" #~ msgstr "" -#: src/view/screens/AppPasswords.tsx:282 +#: src/view/screens/AppPasswords.tsx:277 msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "Ви дійсно хочете видалити пароль для застосунку \"{name}\"?" @@ -781,7 +853,7 @@ msgstr "Ви впевнені, що бажаєте видалити {0} зі с msgid "Are you sure you want to remove this from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:772 +#: src/view/com/composer/Composer.tsx:838 msgid "Are you sure you'd like to discard this draft?" msgstr "Ви дійсно бажаєте видалити цю чернетку?" @@ -802,19 +874,19 @@ msgstr "Мистецтво" msgid "Artistic or non-erotic nudity." msgstr "Художня або нееротична оголеність." -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "Не менше 3-х символів" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 -#: src/components/moderation/LabelsOnMeDialog.tsx:294 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:285 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:298 -#: src/screens/Login/LoginForm.tsx:304 +#: src/screens/Login/LoginForm.tsx:285 +#: src/screens/Login/LoginForm.tsx:291 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Messages/Conversation/ChatDisabled.tsx:133 @@ -842,7 +914,7 @@ msgstr "Дата народження" msgid "Birthday:" msgstr "Дата народження:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "Заблокувати" @@ -873,7 +945,7 @@ msgstr "Заблокувати список" msgid "Block these accounts?" msgstr "Заблокувати ці облікові записи?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:83 msgid "Blocked" msgstr "Заблоковано" @@ -942,6 +1014,10 @@ msgstr "" #~ msgid "Bluesky is public." #~ msgstr "Bluesky публічний." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:206 +msgid "Bluesky now has over 10 million users, and I was #{0}!" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:282 msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "" @@ -963,23 +1039,27 @@ msgstr "Розмити зображення і фільтрувати їх зі msgid "Books" msgstr "Книги" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:614 +msgid "Brag a little!" +msgstr "" + +#: src/components/FeedInterstitials.tsx:350 msgid "Browse more accounts on the Explore page" msgstr "" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:483 msgid "Browse more feeds on the Explore page" msgstr "" -#: src/components/FeedInterstitials.tsx:282 -#: src/components/FeedInterstitials.tsx:285 -#: src/components/FeedInterstitials.tsx:415 -#: src/components/FeedInterstitials.tsx:418 +#: src/components/FeedInterstitials.tsx:332 +#: src/components/FeedInterstitials.tsx:335 +#: src/components/FeedInterstitials.tsx:465 +#: src/components/FeedInterstitials.tsx:468 msgid "Browse more suggestions" msgstr "" -#: src/components/FeedInterstitials.tsx:308 -#: src/components/FeedInterstitials.tsx:442 +#: src/components/FeedInterstitials.tsx:358 +#: src/components/FeedInterstitials.tsx:492 msgid "Browse more suggestions on the Explore page" msgstr "" @@ -1029,12 +1109,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "Може містити лише літери, цифри, пробіли, дефіси та знаки підкреслення, і мати довжину від 4 до 32 символів." #: src/components/Menu/index.tsx:235 -#: src/components/Prompt.tsx:119 -#: src/components/Prompt.tsx:121 +#: src/components/Prompt.tsx:122 +#: src/components/Prompt.tsx:124 #: src/components/TagMenu/index.tsx:282 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:512 -#: src/view/com/composer/Composer.tsx:527 +#: src/view/com/composer/Composer.tsx:594 +#: src/view/com/composer/Composer.tsx:609 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -1050,7 +1130,7 @@ msgstr "Може містити лише літери, цифри, пробіл #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "Скасувати" @@ -1079,7 +1159,7 @@ msgstr "Скасувати обрізання зображення" msgid "Cancel profile editing" msgstr "Скасувати зміни профілю" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "Скасувати цитування посту" @@ -1095,6 +1175,25 @@ msgstr "Скасувати пошук" msgid "Cancels opening the linked website" msgstr "Скасовує відкриття посилання" +#: src/state/shell/composer/index.tsx:70 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:114 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:155 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:191 +msgid "Cannot interact with a blocked user" +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:135 +msgid "Captions (.vtt)" +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +msgid "Captions & alt text" +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:368 +msgid "Celebrating {0} users" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "Змінити" @@ -1135,8 +1234,8 @@ msgid "Change Your Email" msgstr "Змінити адресу електронної пошти" #: src/Navigation.tsx:338 -#: src/view/shell/bottom-bar/BottomBar.tsx:204 -#: src/view/shell/desktop/LeftNav.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:201 +#: src/view/shell/desktop/LeftNav.tsx:301 msgid "Chat" msgstr "" @@ -1178,7 +1277,7 @@ msgstr "Перевірити мій статус" #~ msgid "Check out some recommended users. Follow them to see similar users." #~ msgstr "Ознайомтеся з деякими рекомендованими користувачами. Слідкуйте за ними, щоб побачити дописи від подібних користувачів." -#: src/screens/Login/LoginForm.tsx:291 +#: src/screens/Login/LoginForm.tsx:278 msgid "Check your email for a login code and enter it here." msgstr "" @@ -1191,12 +1290,12 @@ msgstr "Перевірте свою поштову скриньку на ная #~ msgstr "Виберіть \"Усі\" або \"Ніхто\"" #: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "" +#~ msgid "Choose 3 or more:" +#~ msgstr "" #: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "" +#~ msgid "Choose at least {0} more" +#~ msgstr "" #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" @@ -1214,7 +1313,7 @@ msgstr "" msgid "Choose Service" msgstr "Оберіть хостинг-провайдера" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "Оберіть алгоритми, що наповнюватимуть ваші стрічки." @@ -1301,7 +1400,7 @@ msgstr "" msgid "Click to enable quote posts of this post." msgstr "" -#: src/components/dms/MessageItem.tsx:231 +#: src/components/dms/MessageItem.tsx:232 msgid "Click to retry failed message" msgstr "" @@ -1316,13 +1415,15 @@ msgstr "" #: src/components/dialogs/GifSelect.ios.tsx:250 #: src/components/dialogs/GifSelect.tsx:270 #: src/components/dms/dialogs/SearchablePeopleList.tsx:261 +#: src/components/intents/VerifyEmailIntentDialog.tsx:111 +#: src/components/intents/VerifyEmailIntentDialog.tsx:118 #: src/components/NewskieDialog.tsx:146 #: src/components/NewskieDialog.tsx:153 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:131 #: src/view/com/modals/ChangePassword.tsx:268 #: src/view/com/modals/ChangePassword.tsx:271 -#: src/view/com/util/post-embeds/GifEmbed.tsx:195 +#: src/view/com/util/post-embeds/GifEmbed.tsx:188 msgid "Close" msgstr "Закрити" @@ -1377,7 +1478,7 @@ msgstr "Закриває нижню панель навігації" msgid "Closes password update alert" msgstr "Закриває сповіщення про оновлення пароля" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:606 msgid "Closes post composer and discards post draft" msgstr "Закриває редактор постів і видаляє чернетку" @@ -1385,11 +1486,11 @@ msgstr "Закриває редактор постів і видаляє чер msgid "Closes viewer for header image" msgstr "Закриває перегляд зображення" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "Згортає список користувачів для даного сповіщення" @@ -1408,7 +1509,7 @@ msgstr "Комікси" msgid "Community Guidelines" msgstr "Правила спільноти" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "Завершіть ознайомлення та розпочніть користуватися вашим обліковим записом" @@ -1416,7 +1517,7 @@ msgstr "Завершіть ознайомлення та розпочніть к msgid "Complete the challenge" msgstr "Виконайте завдання" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:714 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Створюйте пости до {MAX_GRAPHEME_LENGTH} символів у довжину" @@ -1425,8 +1526,8 @@ msgid "Compose reply" msgstr "Відповісти" #: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 -msgid "Compressing..." -msgstr "" +#~ msgid "Compressing..." +#~ msgstr "" #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 #~ msgid "Configure content filtering setting for category: {0}" @@ -1440,8 +1541,8 @@ msgstr "Налаштувати фільтрування вмісту для ка msgid "Configured in <0>moderation settings." msgstr "Налаштовано <0>у налаштуваннях модерації." -#: src/components/Prompt.tsx:162 #: src/components/Prompt.tsx:165 +#: src/components/Prompt.tsx:168 #: src/view/com/modals/SelfLabel.tsx:155 #: src/view/com/modals/VerifyEmail.tsx:239 #: src/view/com/modals/VerifyEmail.tsx:241 @@ -1471,7 +1572,7 @@ msgstr "Підтвердіть ваш вік:" msgid "Confirm your birthdate" msgstr "Підтвердіть вашу дату народження" -#: src/screens/Login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:259 #: src/view/com/modals/ChangeEmail.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:238 #: src/view/com/modals/DeleteAccount.tsx:244 @@ -1481,7 +1582,7 @@ msgstr "Підтвердіть вашу дату народження" msgid "Confirmation code" msgstr "Код підтвердження" -#: src/screens/Login/LoginForm.tsx:325 +#: src/screens/Login/LoginForm.tsx:312 msgid "Connecting..." msgstr "З’єднання..." @@ -1527,7 +1628,7 @@ msgstr "Попередження про вміст" msgid "Context menu backdrop, click to close the menu." msgstr "Тло контекстного меню натисніть, щоб закрити меню." -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Далі" @@ -1540,7 +1641,7 @@ msgstr "Продовжити як {0} (поточний користувач)" msgid "Continue thread..." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:275 +#: src/screens/Onboarding/StepInterests/index.tsx:255 #: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/BackNextButtons.tsx:59 msgid "Continue to next step" @@ -1576,7 +1677,7 @@ msgstr "Версію збірки скопійовано до буфера об #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:234 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:368 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:392 msgid "Copied to clipboard" msgstr "Скопійовано" @@ -1662,6 +1763,10 @@ msgstr "Не вдалося завантажити список" msgid "Could not mute chat" msgstr "" +#: src/view/com/composer/videos/VideoPreview.web.tsx:56 +msgid "Could not process your video" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:68 #~ msgid "Could not unmute chat" #~ msgstr "" @@ -1727,7 +1832,7 @@ msgstr "Створити новий обліковий запис" msgid "Create report for {0}" msgstr "Створити звіт для {0}" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "Створено: {0}" @@ -1783,7 +1888,7 @@ msgstr "" #~ msgid "Dark Theme" #~ msgstr "Темна тема" -#: src/screens/Signup/StepInfo/index.tsx:191 +#: src/screens/Signup/StepInfo/index.tsx:192 msgid "Date of birth" msgstr "Дата народження" @@ -1809,7 +1914,7 @@ msgstr "Панель налагодження" #: src/screens/StarterPack/StarterPackScreen.tsx:652 #: src/screens/StarterPack/StarterPackScreen.tsx:732 #: src/view/com/util/forms/PostDropdownBtn.tsx:629 -#: src/view/screens/AppPasswords.tsx:285 +#: src/view/screens/AppPasswords.tsx:280 #: src/view/screens/ProfileList.tsx:723 msgid "Delete" msgstr "Видалити" @@ -1826,11 +1931,11 @@ msgstr "Видалити обліковий запис" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "Видалити пароль для застосунку" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "Видалити пароль для застосунку?" @@ -1885,7 +1990,7 @@ msgstr "Видалити цей список?" msgid "Delete this post?" msgstr "Видалити цей пост?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:93 msgid "Deleted" msgstr "Видалено" @@ -1921,7 +2026,7 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "" -#: src/view/com/composer/Composer.tsx:327 +#: src/view/com/composer/Composer.tsx:355 msgid "Did you want to say anything?" msgstr "Порожній пост. Ви хотіли щось написати?" @@ -1935,7 +2040,11 @@ msgid "Direct messages are here!" msgstr "" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "" + +#: src/view/screens/AccessibilitySettings.tsx:111 +msgid "Disable autoplay for videos and GIFs" msgstr "" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 @@ -1950,7 +2059,7 @@ msgstr "" #~ msgid "Disable haptics" #~ msgstr "Вимкнути тактильні ефекти" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:379 msgid "Disable subtitles" msgstr "" @@ -1967,11 +2076,11 @@ msgstr "" msgid "Disabled" msgstr "Вимкнено" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:840 msgid "Discard" msgstr "Видалити" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:837 msgid "Discard draft?" msgstr "Відхилити чернетку?" @@ -1981,8 +2090,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "Попросити застосунки не показувати мій обліковий запис без входу" #: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "" +#~ msgid "Discover learns which posts you like as you browse." +#~ msgstr "" #: src/view/com/posts/FollowingEmptyState.tsx:70 #: src/view/com/posts/FollowingEndOfFeed.tsx:71 @@ -1998,10 +2107,10 @@ msgid "Discover New Feeds" msgstr "Відкрийте для себе нові стрічки" #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 -msgid "Dismiss" -msgstr "" +#~ msgid "Dismiss" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:612 +#: src/view/com/composer/Composer.tsx:1107 msgid "Dismiss error" msgstr "" @@ -2033,7 +2142,7 @@ msgstr "" msgid "Does not include nudity." msgstr "Не містить оголеності." -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "Не починається або закінчується дефісом" @@ -2053,6 +2162,8 @@ msgstr "Домен перевірено!" #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/composer/videos/SubtitleDialog.tsx:171 +#: src/view/com/composer/videos/SubtitleDialog.tsx:181 #: src/view/com/modals/AddAppPasswords.tsx:243 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 @@ -2075,7 +2186,7 @@ msgstr "Готово" msgid "Done{extraText}" msgstr "Готово{extraText}" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "" @@ -2084,7 +2195,11 @@ msgstr "" msgid "Download CAR file" msgstr "Завантажити CAR файл" -#: src/view/com/composer/text-input/TextInput.web.tsx:271 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:622 +msgid "Download image" +msgstr "" + +#: src/view/com/composer/text-input/TextInput.web.tsx:269 msgid "Drop to add images" msgstr "Перетягніть і відпустіть, щоб додати зображення" @@ -2149,7 +2264,7 @@ msgctxt "action" msgid "Edit" msgstr "Редагувати" -#: src/view/com/util/UserAvatar.tsx:328 +#: src/view/com/util/UserAvatar.tsx:334 #: src/view/com/util/UserBanner.tsx:92 msgid "Edit avatar" msgstr "Змінити фото профілю" @@ -2197,12 +2312,12 @@ msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "Редагувати профіль" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:187 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "Редагувати профіль" @@ -2257,6 +2372,10 @@ msgstr "" msgid "Email address" msgstr "Адреса електронної пошти" +#: src/components/intents/VerifyEmailIntentDialog.tsx:95 +msgid "Email Resent" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:54 #: src/view/com/modals/ChangeEmail.tsx:83 msgid "Email updated" @@ -2270,6 +2389,10 @@ msgstr "Ел. адресу оновлено" msgid "Email verified" msgstr "Електронну адресу перевірено" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "Ел. адреса:" @@ -2319,7 +2442,7 @@ msgstr "Увімкнути медіапрогравачі для" msgid "Enable priority notifications" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:380 msgid "Enable subtitles" msgstr "" @@ -2337,7 +2460,7 @@ msgstr "Увімкнути лише джерело" msgid "Enabled" msgstr "Увімкнено" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "Кінець стрічки" @@ -2346,7 +2469,11 @@ msgstr "Кінець стрічки" #~ msgstr "" #: src/tours/Tooltip.tsx:159 -msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:161 +msgid "Ensure you have selected a language for each subtitle file." msgstr "" #: src/view/com/modals/AddAppPasswords.tsx:161 @@ -2403,11 +2530,11 @@ msgstr "Введіть псевдонім та пароль" msgid "Error occurred while saving file" msgstr "" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "Помилка отримання відповіді Captcha." -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Помилка:" @@ -2431,11 +2558,11 @@ msgstr "" msgid "Everyone" msgstr "" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "Спам; надмірні згадки або відповіді" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "" @@ -2447,6 +2574,10 @@ msgstr "" msgid "Excludes users you follow" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:397 +msgid "Exit fullscreen" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:293 msgid "Exits account deletion process" msgstr "Виходить з процесу видалення облікового запису" @@ -2471,7 +2602,7 @@ msgstr "Вихід із пошуку" msgid "Expand alt text" msgstr "Розгорнути опис" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "" @@ -2595,7 +2726,7 @@ msgstr "Не вдалося зберегти зображення: {0}" msgid "Failed to save notification preferences, please try again" msgstr "" -#: src/components/dms/MessageItem.tsx:224 +#: src/components/dms/MessageItem.tsx:225 msgid "Failed to send" msgstr "" @@ -2603,7 +2734,7 @@ msgstr "" #~ msgid "Failed to send message(s)." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:234 +#: src/components/moderation/LabelsOnMeDialog.tsx:225 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "" @@ -2621,6 +2752,13 @@ msgstr "" msgid "Failed to update settings" msgstr "" +#: src/state/queries/video/video-upload.ts:67 +#: src/state/queries/video/video-upload.web.ts:64 +#: src/state/queries/video/video-upload.web.ts:68 +#: src/state/queries/video/video-upload.web.ts:78 +msgid "Failed to upload video" +msgstr "" + #: src/Navigation.tsx:226 msgid "Feed" msgstr "Стрічка" @@ -2647,9 +2785,9 @@ msgstr "Зворотний зв'язок" #: src/screens/StarterPack/StarterPackScreen.tsx:172 #: src/view/screens/Feeds.tsx:445 #: src/view/screens/Feeds.tsx:550 -#: src/view/screens/Profile.tsx:213 +#: src/view/screens/Profile.tsx:224 #: src/view/screens/Search/Search.tsx:375 -#: src/view/shell/desktop/LeftNav.tsx:379 +#: src/view/shell/desktop/LeftNav.tsx:373 #: src/view/shell/Drawer.tsx:497 #: src/view/shell/Drawer.tsx:498 msgid "Feeds" @@ -2683,7 +2821,7 @@ msgstr "" msgid "Filter from feeds" msgstr "Фільтрувати зі стрічок" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "Завершення" @@ -2694,8 +2832,8 @@ msgid "Find accounts to follow" msgstr "Знайдіть облікові записи для стеження" #: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "" +#~ msgid "Find more feeds and accounts to follow in the Explore page." +#~ msgstr "" #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" @@ -2726,14 +2864,14 @@ msgid "Finish" msgstr "" #: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "" +#~ msgid "Finish tour and begin using the application" +#~ msgstr "" #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "Фітнес" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "Гнучкий" @@ -2747,11 +2885,11 @@ msgid "Flip vertically" msgstr "Віддзеркалити вертикально" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:351 +#: src/components/ProfileCard.tsx:356 #: src/components/ProfileHoverCard/index.web.tsx:446 #: src/components/ProfileHoverCard/index.web.tsx:457 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:252 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:225 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 msgid "Follow" msgstr "Підписатися" @@ -2760,8 +2898,8 @@ msgctxt "action" msgid "Follow" msgstr "Підписатись" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:238 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:209 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:126 msgid "Follow {0}" msgstr "Підписатися на {0}" @@ -2787,7 +2925,13 @@ msgstr "" #~ msgid "Follow All" #~ msgstr "Підписатися на всіх" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/view/com/profile/FollowButton.tsx:79 +msgctxt "action" +msgid "Follow Back" +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:223 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 msgid "Follow Back" msgstr "Підписатися навзаєм" @@ -2835,16 +2979,16 @@ msgstr "Ваші підписки" #~ msgid "Followed users only" #~ msgstr "Тільки ваші підписки" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "підписка на вас" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:104 -#: src/view/screens/ProfileFollowers.tsx:25 +#: src/view/screens/ProfileFollowers.tsx:29 +#: src/view/screens/ProfileFollowers.tsx:30 msgid "Followers" msgstr "Підписники" @@ -2858,20 +3002,20 @@ msgid "Followers you know" msgstr "" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:345 +#: src/components/ProfileCard.tsx:350 #: src/components/ProfileHoverCard/index.web.tsx:445 #: src/components/ProfileHoverCard/index.web.tsx:456 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 -#: src/view/com/profile/ProfileFollows.tsx:104 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:147 #: src/view/screens/Feeds.tsx:630 -#: src/view/screens/ProfileFollows.tsx:25 +#: src/view/screens/ProfileFollows.tsx:29 +#: src/view/screens/ProfileFollows.tsx:30 #: src/view/screens/SavedFeeds.tsx:416 msgid "Following" msgstr "Підписані" -#: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/components/ProfileCard.tsx:316 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Підписання на \"{0}\"" @@ -2890,8 +3034,8 @@ msgid "Following Feed Preferences" msgstr "Налаштування стрічки підписок" #: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "" +#~ msgid "Following shows the latest posts from people you follow." +#~ msgstr "" #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" @@ -2923,11 +3067,11 @@ msgstr "" msgid "Forgot Password" msgstr "Забули пароль" -#: src/screens/Login/LoginForm.tsx:246 +#: src/screens/Login/LoginForm.tsx:233 msgid "Forgot password?" msgstr "Забули пароль?" -#: src/screens/Login/LoginForm.tsx:257 +#: src/screens/Login/LoginForm.tsx:244 msgid "Forgot?" msgstr "Забули пароль?" @@ -2935,15 +3079,19 @@ msgstr "Забули пароль?" msgid "Frequently Posts Unwanted Content" msgstr "Часто публікує неприйнятний контент" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "Від @{sanitizedAuthor}" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "Зі стрічки \"<0/>\"" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:398 +msgid "Fullscreen" +msgstr "" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Галерея" @@ -2969,7 +3117,7 @@ msgstr "Почати" msgid "Getting started" msgstr "" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:122 msgid "GIF" msgstr "" @@ -2988,7 +3136,7 @@ msgstr "Грубі порушення закону чи умов викорис #: src/view/screens/NotFound.tsx:55 #: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:1026 -#: src/view/shell/desktop/LeftNav.tsx:134 +#: src/view/shell/desktop/LeftNav.tsx:133 msgid "Go back" msgstr "Назад" @@ -3037,7 +3185,7 @@ msgstr "Повернутися на головну" msgid "Go to conversation with {0}" msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:171 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Go to next" msgstr "Далі" @@ -3047,8 +3195,8 @@ msgid "Go to profile" msgstr "" #: src/tours/Tooltip.tsx:138 -msgid "Go to the next step of the tour" -msgstr "" +#~ msgid "Go to the next step of the tour" +#~ msgstr "" #: src/components/dms/ConvoMenu.tsx:164 msgid "Go to user's profile" @@ -3126,7 +3274,7 @@ msgstr "" msgid "Hide" msgstr "Приховати" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "Сховати" @@ -3165,7 +3313,7 @@ msgstr "Сховати цей пост?" msgid "Hide this reply?" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "Сховати список користувачів" @@ -3197,10 +3345,14 @@ msgstr "Здається, у нас виникли проблеми з зава msgid "Hmmmm, we couldn't load that moderation service." msgstr "Хм, ми не змогли завантажити цей сервіс модерації." -#: src/Navigation.tsx:549 -#: src/Navigation.tsx:569 -#: src/view/shell/bottom-bar/BottomBar.tsx:160 -#: src/view/shell/desktop/LeftNav.tsx:342 +#: src/state/queries/video/video.ts:165 +msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" +msgstr "" + +#: src/Navigation.tsx:550 +#: src/Navigation.tsx:570 +#: src/view/shell/bottom-bar/BottomBar.tsx:159 +#: src/view/shell/desktop/LeftNav.tsx:341 #: src/view/shell/Drawer.tsx:429 #: src/view/shell/Drawer.tsx:430 msgid "Home" @@ -3211,7 +3363,7 @@ msgid "Host:" msgstr "Host:" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:180 +#: src/screens/Login/LoginForm.tsx:169 #: src/screens/Signup/StepInfo/index.tsx:106 #: src/view/com/modals/ChangeHandle.tsx:275 msgid "Hosting provider" @@ -3272,7 +3424,7 @@ msgstr "" msgid "Illegal and Urgent" msgstr "Незаконний та невідкладний" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:56 msgid "Image" msgstr "Зображення" @@ -3280,6 +3432,7 @@ msgstr "Зображення" msgid "Image alt text" msgstr "Опис зображення" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:247 #: src/components/StarterPack/ShareDialog.tsx:76 msgid "Image saved to your camera roll!" msgstr "" @@ -3288,7 +3441,11 @@ msgstr "" msgid "Impersonation or false claims about identity or affiliation" msgstr "Видавання себе за іншу особу або неправдиві твердження про особу чи приналежність" -#: src/lib/moderation/useReportOptions.ts:86 +#: src/lib/moderation/useReportOptions.ts:68 +msgid "Impersonation, misinformation, or false claims" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:91 msgid "Inappropriate messages or explicit links" msgstr "" @@ -3312,7 +3469,7 @@ msgstr "Введіть новий пароль" msgid "Input password for account deletion" msgstr "Введіть пароль для видалення облікового запису" -#: src/screens/Login/LoginForm.tsx:286 +#: src/screens/Login/LoginForm.tsx:273 msgid "Input the code which has been emailed to you" msgstr "" @@ -3320,11 +3477,11 @@ msgstr "" #~ msgid "Input the password tied to {identifier}" #~ msgstr "Введіть пароль, прив'язаний до {identifier}" -#: src/screens/Login/LoginForm.tsx:215 +#: src/screens/Login/LoginForm.tsx:203 msgid "Input the username or email address you used at signup" msgstr "Введіть псевдонім або ел. адресу, які ви використовували для реєстрації" -#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Login/LoginForm.tsx:228 msgid "Input your password" msgstr "Введіть ваш пароль" @@ -3332,7 +3489,7 @@ msgstr "Введіть ваш пароль" msgid "Input your preferred hosting provider" msgstr "Введіть бажаного хостинг-провайдера" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "Введіть ваш псевдонім" @@ -3344,7 +3501,7 @@ msgstr "" msgid "Introducing Direct Messages" msgstr "" -#: src/screens/Login/LoginForm.tsx:140 +#: src/screens/Login/LoginForm.tsx:145 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "" @@ -3353,10 +3510,15 @@ msgstr "" msgid "Invalid or unsupported post record" msgstr "Невірний або непідтримуваний пост" -#: src/screens/Login/LoginForm.tsx:145 +#: src/screens/Login/LoginForm.tsx:91 +#: src/screens/Login/LoginForm.tsx:150 msgid "Invalid username or password" msgstr "Невірне ім'я користувача або пароль" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Запросити друга" @@ -3365,7 +3527,7 @@ msgstr "Запросити друга" msgid "Invite code" msgstr "Код запрошення" -#: src/screens/Signup/state.ts:263 +#: src/screens/Signup/state.ts:258 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Код запрошення не прийнято. Переконайтеся в його правильності та повторіть спробу." @@ -3397,6 +3559,10 @@ msgstr "" msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "" +#: src/view/com/composer/Composer.tsx:1126 +msgid "Job ID: {0}" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:164 msgid "Jobs" msgstr "Вакансії" @@ -3412,6 +3578,10 @@ msgstr "" msgid "Join the conversation" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:492 +msgid "Joined {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:21 #: src/screens/Onboarding/state.ts:89 msgid "Journalism" @@ -3429,7 +3599,7 @@ msgstr "Помічений {0}." msgid "Labeled by the author." msgstr "Мітку додано автором." -#: src/view/screens/Profile.tsx:207 +#: src/view/screens/Profile.tsx:218 msgid "Labels" msgstr "Мітки" @@ -3441,11 +3611,11 @@ msgstr "Мітки є анотаціями для користувачів і к #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "мітка була розміщена на {labelTarget}" -#: src/components/moderation/LabelsOnMeDialog.tsx:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "Мітки на вашому обліковому записі" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "Мітки на вашому контенті" @@ -3466,7 +3636,7 @@ msgstr "Налаштування мов" msgid "Languages" msgstr "Мови" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "Нещодавні" @@ -3540,8 +3710,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "Давайте відновимо ваш пароль!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "Злітаємо!" @@ -3574,9 +3743,9 @@ msgstr "Вподобати цю стрічку" msgid "Liked by" msgstr "Сподобалося" -#: src/screens/Post/PostLikedBy.tsx:29 +#: src/screens/Post/PostLikedBy.tsx:31 +#: src/screens/Post/PostLikedBy.tsx:32 #: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 -#: src/view/com/post-thread/PostLikedBy.tsx:94 #: src/view/screens/ProfileFeedLikedBy.tsx:28 msgid "Liked By" msgstr "Сподобався користувачу" @@ -3595,15 +3764,15 @@ msgstr "Сподобався користувачу" #~ msgid "Liked by {likeCount} {0}" #~ msgstr "Вподобано {likeCount} {0}" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "вподобав(-ла) вашу стрічку" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "сподобався ваш пост" -#: src/view/screens/Profile.tsx:212 +#: src/view/screens/Profile.tsx:223 msgid "Likes" msgstr "Вподобання" @@ -3657,9 +3826,9 @@ msgid "List unmuted" msgstr "Список більше не ігнорується" #: src/Navigation.tsx:130 -#: src/view/screens/Profile.tsx:208 -#: src/view/screens/Profile.tsx:215 -#: src/view/shell/desktop/LeftNav.tsx:385 +#: src/view/screens/Profile.tsx:219 +#: src/view/screens/Profile.tsx:226 +#: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:513 #: src/view/shell/Drawer.tsx:514 msgid "Lists" @@ -3685,7 +3854,7 @@ msgstr "" msgid "Load new notifications" msgstr "Завантажити нові сповіщення" -#: src/screens/Profile/Sections/Feed.tsx:87 +#: src/screens/Profile/Sections/Feed.tsx:94 #: src/view/com/feeds/FeedPage.tsx:136 #: src/view/screens/ProfileFeed.tsx:495 #: src/view/screens/ProfileList.tsx:805 @@ -3762,7 +3931,7 @@ msgid "Mark as read" msgstr "" #: src/view/screens/AccessibilitySettings.tsx:106 -#: src/view/screens/Profile.tsx:211 +#: src/view/screens/Profile.tsx:222 msgid "Media" msgstr "Медіа" @@ -3792,12 +3961,12 @@ msgstr "" msgid "Message from server: {0}" msgstr "Повідомлення від сервера: {0}" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" msgstr "" -#: src/screens/Messages/Conversation/MessageInput.tsx:70 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:49 +#: src/screens/Messages/Conversation/MessageInput.tsx:72 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:59 msgid "Message is too long" msgstr "" @@ -3805,7 +3974,7 @@ msgstr "" msgid "Message settings" msgstr "" -#: src/Navigation.tsx:564 +#: src/Navigation.tsx:565 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -3820,6 +3989,10 @@ msgstr "" msgid "Misleading Account" msgstr "Оманливий обліковий запис" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" msgstr "" @@ -3886,7 +4059,7 @@ msgstr "Інструменти модерації" msgid "Moderator has chosen to set a general warning on the content." msgstr "Модератор вирішив встановити загальне попередження на вміст." -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "Більше" @@ -3910,9 +4083,13 @@ msgstr "" msgid "Music" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:389 +msgctxt "video" +msgid "Mute" +msgstr "" + #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 msgid "Mute" msgstr "Ігнорувати" @@ -3997,9 +4174,9 @@ msgstr "Ігнорувати обговорення" msgid "Mute words & tags" msgstr "Ігнорувати слова та теги" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Muted" -msgstr "Ігнорується" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Muted" +#~ msgstr "Ігнорується" #: src/screens/Moderation/index.tsx:264 msgid "Muted accounts" @@ -4035,7 +4212,7 @@ msgstr "Мій день народження" msgid "My Feeds" msgstr "Мої стрічки" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "Мій профіль" @@ -4057,9 +4234,9 @@ msgid "Name is required" msgstr "Необхідна назва" #: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:93 -#: src/lib/moderation/useReportOptions.ts:101 -#: src/lib/moderation/useReportOptions.ts:109 +#: 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 "Ім'я чи Опис порушують стандарти спільноти" @@ -4072,12 +4249,12 @@ msgstr "Природа" msgid "Navigate to {0}" msgstr "" -#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:73 +#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:76 msgid "Navigate to starter pack" msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:332 +#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/LoginForm.tsx:319 #: src/view/com/modals/ChangePassword.tsx:169 msgid "Navigates to the next screen" msgstr "Переходить до наступного екрана" @@ -4095,7 +4272,7 @@ msgstr "Хочете повідомити про порушення авторс #~ msgid "Never lose access to your followers and data." #~ msgstr "Ніколи не втрачайте доступ до ваших даних та підписників." -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "Ніколи не втрачайте доступ до ваших підписників та даних." @@ -4141,15 +4318,15 @@ msgstr "Новий пост" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:228 -#: src/view/screens/Profile.tsx:478 +#: src/view/screens/Profile.tsx:489 #: src/view/screens/ProfileFeed.tsx:429 #: src/view/screens/ProfileList.tsx:237 #: src/view/screens/ProfileList.tsx:276 -#: src/view/shell/desktop/LeftNav.tsx:278 +#: src/view/shell/desktop/LeftNav.tsx:277 msgid "New post" msgstr "Новий пост" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "Новий пост" @@ -4172,9 +4349,9 @@ msgid "News" msgstr "Новини" #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:331 -#: src/screens/Login/LoginForm.tsx:338 +#: src/screens/Login/ForgotPasswordForm.tsx:149 +#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:325 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/BackNextButtons.tsx:66 @@ -4182,7 +4359,6 @@ msgstr "Новини" #: src/screens/StarterPack/Wizard/index.tsx:187 #: src/screens/StarterPack/Wizard/index.tsx:358 #: src/screens/StarterPack/Wizard/index.tsx:365 -#: src/tours/Tooltip.tsx:139 #: src/view/com/modals/ChangePassword.tsx:254 #: src/view/com/modals/ChangePassword.tsx:256 msgid "Next" @@ -4224,12 +4400,12 @@ msgstr "" msgid "No feeds found. Try searching for something else." msgstr "" -#: src/components/ProfileCard.tsx:331 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 +#: src/components/ProfileCard.tsx:336 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Ви більше не підписані на {0}" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "Не може бути довшим за 253 символи" @@ -4256,7 +4432,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "" -#: src/screens/Profile/Sections/Feed.tsx:59 +#: src/screens/Profile/Sections/Feed.tsx:64 msgid "No posts yet." msgstr "" @@ -4324,7 +4500,7 @@ msgstr "Несексуальна оголеність" #~ msgstr "Не застосовно." #: src/Navigation.tsx:125 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Not Found" msgstr "Не знайдено" @@ -4335,7 +4511,7 @@ msgstr "Пізніше" #: src/view/com/profile/ProfileMenu.tsx:372 #: src/view/com/util/forms/PostDropdownBtn.tsx:654 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:332 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:356 msgid "Note about sharing" msgstr "Примітка щодо поширення" @@ -4368,22 +4544,22 @@ msgstr "" msgid "Notification Sounds" msgstr "" -#: src/Navigation.tsx:559 +#: src/Navigation.tsx:560 #: src/view/screens/Notifications.tsx:145 #: src/view/screens/Notifications.tsx:155 #: src/view/screens/Notifications.tsx:203 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 -#: src/view/shell/desktop/LeftNav.tsx:362 +#: src/view/shell/bottom-bar/BottomBar.tsx:227 +#: src/view/shell/desktop/LeftNav.tsx:356 #: src/view/shell/Drawer.tsx:461 #: src/view/shell/Drawer.tsx:462 msgid "Notifications" msgstr "Сповіщення" -#: src/lib/hooks/useTimeAgo.ts:51 +#: src/lib/hooks/useTimeAgo.ts:122 msgid "now" msgstr "" -#: src/components/dms/MessageItem.tsx:169 +#: src/components/dms/MessageItem.tsx:170 msgid "Now" msgstr "" @@ -4391,7 +4567,7 @@ msgstr "" msgid "Nudity" msgstr "Оголеність" -#: src/lib/moderation/useReportOptions.ts:73 +#: src/lib/moderation/useReportOptions.ts:78 msgid "Nudity or adult content not labeled as such" msgstr "Нагота чи матеріали для дорослих не позначені відповідним чином" @@ -4409,10 +4585,14 @@ msgstr "Вимкнено" msgid "Oh no!" msgstr "О, ні!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "Ой! Щось пішло не так." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:175 +msgid "Oh no! We weren't able to generate an image for you to share. Rest assured, we're glad you're here 🦋" +msgstr "" + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:339 msgid "OK" msgstr "OK" @@ -4426,11 +4606,15 @@ msgid "Oldest replies first" msgstr "Спочатку найдавніші" #: src/components/StarterPack/QrCode.tsx:69 -msgid "on" -msgstr "" +#~ msgid "on" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:81 -msgid "on {str}" +#~ msgid "on {str}" +#~ msgstr "" + +#: src/components/StarterPack/QrCode.tsx:70 +msgid "on<0><1/><2><3/>" msgstr "" #: src/view/screens/Settings/index.tsx:226 @@ -4438,10 +4622,10 @@ msgid "Onboarding reset" msgstr "Скинути ознайомлення" #: src/tours/Tooltip.tsx:118 -msgid "Onboarding tour step {0}: {1}" -msgstr "" +#~ msgid "Onboarding tour step {0}: {1}" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:589 +#: src/view/com/composer/Composer.tsx:671 msgid "One or more images is missing alt text." msgstr "Для одного або кількох зображень відсутній опис." @@ -4457,10 +4641,14 @@ msgstr "" msgid "Only {0} can reply." msgstr "Тільки {0} можуть відповідати." -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "Тільки літери, цифри та дефіс" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:39 +msgid "Only WebVTT (.vtt) files are supported" +msgstr "" + #: src/components/Lists.tsx:88 msgid "Oops, something went wrong!" msgstr "Ой, щось пішло не так!" @@ -4468,13 +4656,13 @@ msgstr "Ой, щось пішло не так!" #: src/components/Lists.tsx:199 #: src/components/StarterPack/ProfileStarterPacks.tsx:304 #: src/components/StarterPack/ProfileStarterPacks.tsx:313 -#: src/view/screens/AppPasswords.tsx:69 +#: src/view/screens/AppPasswords.tsx:68 #: src/view/screens/NotificationsSettings.tsx:45 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Oops!" msgstr "Ой!" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "Відкрити" @@ -4491,8 +4679,9 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/view/com/composer/Composer.tsx:754 -#: src/view/com/composer/Composer.tsx:755 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:165 +#: src/view/com/composer/Composer.tsx:820 +#: src/view/com/composer/Composer.tsx:821 msgid "Open emoji picker" msgstr "Емоджі" @@ -4631,7 +4820,7 @@ msgstr "Відкриває діалог налаштування власног msgid "Opens moderation settings" msgstr "Відкриває налаштування модерації" -#: src/screens/Login/LoginForm.tsx:247 +#: src/screens/Login/LoginForm.tsx:234 msgid "Opens password reset form" msgstr "Відкриває форму скидання пароля" @@ -4673,12 +4862,12 @@ msgstr "Відкриває системний журнал" msgid "Opens the threads preferences" msgstr "Відкриває налаштування гілок" -#: src/view/com/notifications/FeedItem.tsx:555 -#: src/view/com/util/UserAvatar.tsx:420 +#: src/view/com/notifications/FeedItem.tsx:551 +#: src/view/com/util/UserAvatar.tsx:426 msgid "Opens this profile" msgstr "" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:95 msgid "Opens video picker" msgstr "" @@ -4736,7 +4925,7 @@ msgstr "Сторінку не знайдено" msgid "Page Not Found" msgstr "Сторінку не знайдено" -#: src/screens/Login/LoginForm.tsx:225 +#: src/screens/Login/LoginForm.tsx:213 #: src/screens/Signup/StepInfo/index.tsx:162 #: src/view/com/modals/DeleteAccount.tsx:257 #: src/view/com/modals/DeleteAccount.tsx:264 @@ -4755,12 +4944,13 @@ msgstr "Пароль змінено" msgid "Password updated!" msgstr "Пароль змінено!" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:366 msgid "Pause" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:319 msgid "Pause video" msgstr "" @@ -4819,12 +5009,13 @@ msgstr "Закріплені стрічки" msgid "Pinned to your feeds" msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:367 msgid "Play" msgstr "" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:131 msgid "Play {0}" msgstr "Відтворити {0}" @@ -4833,34 +5024,34 @@ msgstr "Відтворити {0}" #~ msgid "Play notification sounds" #~ msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:43 +#: src/view/com/util/post-embeds/GifEmbed.tsx:45 msgid "Play or pause the GIF" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:52 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:204 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:110 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:320 msgid "Play video" msgstr "" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:59 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:60 msgid "Play Video" msgstr "Відтворити відео" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:130 msgid "Plays the GIF" msgstr "Відтворює GIF" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "Будь ласка, оберіть псевдонім." -#: src/screens/Signup/state.ts:215 +#: src/screens/Signup/state.ts:210 #: src/screens/Signup/StepInfo/index.tsx:81 msgid "Please choose your password." msgstr "Будь ласка, оберіть ваш пароль." -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "Будь ласка, завершіть перевірку Captcha." @@ -4880,7 +5071,7 @@ msgstr "Будь ласка, введіть унікальну назву для msgid "Please enter a valid word, tag, or phrase to mute" msgstr "Будь ласка, введіть допустиме слово, тег або фразу для ігнорування" -#: src/screens/Signup/state.ts:201 +#: src/screens/Signup/state.ts:196 #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Please enter your email." msgstr "Будь ласка, введіть адресу ел. пошти." @@ -4893,7 +5084,7 @@ msgstr "" msgid "Please enter your password as well:" msgstr "Будь ласка, також введіть ваш пароль:" -#: src/components/moderation/LabelsOnMeDialog.tsx:268 +#: src/components/moderation/LabelsOnMeDialog.tsx:259 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Будь ласка, поясніть, чому ви вважаєте, що ця позначка була помилково додана до {0}" @@ -4910,7 +5101,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "Підтвердьте свою адресу електронної пошти" -#: src/view/com/composer/Composer.tsx:331 +#: src/view/com/composer/Composer.tsx:359 msgid "Please wait for your link card to finish loading" msgstr "Будь ласка, зачекайте доки завершиться створення попереднього перегляду для посилання" @@ -4923,13 +5114,13 @@ msgstr "Політика" msgid "Porn" msgstr "Порнографія" -#: src/view/com/composer/Composer.tsx:564 -#: src/view/com/composer/Composer.tsx:571 +#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:653 msgctxt "action" msgid "Post" msgstr "Запостити" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "Пост" @@ -4985,7 +5176,7 @@ msgid "posts" msgstr "пости" #: src/screens/StarterPack/StarterPackScreen.tsx:173 -#: src/view/screens/Profile.tsx:209 +#: src/view/screens/Profile.tsx:220 msgid "Posts" msgstr "Пости" @@ -5066,17 +5257,17 @@ msgstr "Політика конфіденційності" msgid "Privately chat with other users." msgstr "" -#: src/screens/Login/ForgotPasswordForm.tsx:156 +#: src/screens/Login/ForgotPasswordForm.tsx:155 msgid "Processing..." msgstr "Обробка..." -#: src/view/screens/DebugMod.tsx:895 -#: src/view/screens/Profile.tsx:346 +#: src/view/screens/DebugMod.tsx:896 +#: src/view/screens/Profile.tsx:357 msgid "profile" msgstr "профіль" -#: src/view/shell/bottom-bar/BottomBar.tsx:275 -#: src/view/shell/desktop/LeftNav.tsx:393 +#: src/view/shell/bottom-bar/BottomBar.tsx:272 +#: src/view/shell/desktop/LeftNav.tsx:387 #: src/view/shell/Drawer.tsx:78 #: src/view/shell/Drawer.tsx:546 #: src/view/shell/Drawer.tsx:547 @@ -5091,7 +5282,7 @@ msgstr "Профіль оновлено" msgid "Protect your account by verifying your email." msgstr "Захистіть свій обліковий запис, підтвердивши свою електронну адресу." -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "Публічний" @@ -5103,11 +5294,11 @@ msgstr "Публічні, поширювані списки користувач msgid "Public, shareable lists which can drive feeds." msgstr "Публічні, поширювані списки для створення стрічок." -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish post" msgstr "Опублікувати пост" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish reply" msgstr "Опублікувати відповідь" @@ -5124,11 +5315,11 @@ msgid "QR code saved to your camera roll!" msgstr "" #: src/tours/Tooltip.tsx:111 -msgid "Quick tip" -msgstr "" +#~ msgid "Quick tip" +#~ msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:122 -#: src/view/com/util/post-ctrls/RepostButton.tsx:149 +#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:152 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Quote post" @@ -5153,8 +5344,8 @@ msgid "Quote post was successfully detached" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:313 -#: src/view/com/util/post-ctrls/RepostButton.tsx:121 -#: src/view/com/util/post-ctrls/RepostButton.tsx:148 +#: src/view/com/util/post-ctrls/RepostButton.tsx:124 +#: src/view/com/util/post-ctrls/RepostButton.tsx:151 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:84 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:91 msgid "Quote posts disabled" @@ -5168,8 +5359,8 @@ msgstr "" msgid "Quote settings" msgstr "" -#: src/screens/Post/PostQuotes.tsx:29 -#: src/view/com/post-thread/PostQuotes.tsx:122 +#: src/screens/Post/PostQuotes.tsx:31 +#: src/screens/Post/PostQuotes.tsx:32 msgid "Quotes" msgstr "" @@ -5259,7 +5450,11 @@ msgstr "" msgid "Remove account" msgstr "Видалити обліковий запис" -#: src/view/com/util/UserAvatar.tsx:387 +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "" + +#: src/view/com/util/UserAvatar.tsx:393 msgid "Remove Avatar" msgstr "Видалити аватар" @@ -5267,7 +5462,7 @@ msgstr "Видалити аватар" msgid "Remove Banner" msgstr "Видалити банер" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "" @@ -5307,8 +5502,8 @@ msgid "Remove image" msgstr "Вилучити зображення" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "Вилучити попередній перегляд зображення" +#~ msgid "Remove image preview" +#~ msgstr "Вилучити попередній перегляд зображення" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -5322,24 +5517,28 @@ msgstr "" msgid "Remove profile from search history" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:274 msgid "Remove quote" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:95 -#: src/view/com/util/post-ctrls/RepostButton.tsx:111 +#: src/view/com/util/post-ctrls/RepostButton.tsx:98 +#: src/view/com/util/post-ctrls/RepostButton.tsx:114 msgid "Remove repost" msgstr "Видалити репост" +#: src/view/com/composer/videos/SubtitleDialog.tsx:264 +msgid "Remove subtitle file" +msgstr "" + #: src/view/com/posts/FeedErrorMessage.tsx:211 msgid "Remove this feed from your saved feeds" msgstr "Вилучити цю стрічку зі збережених стрічок" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:100 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:109 msgid "Removed by author" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:98 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:107 msgid "Removed by you" msgstr "" @@ -5367,20 +5566,24 @@ msgstr "Видалено з моїх стрічок" #~ msgid "Removes default thumbnail from {0}" #~ msgstr "Видаляє мініатюру за замовчуванням з {0}" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:275 msgid "Removes quoted post" msgstr "" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 -msgid "Removes the image preview" +msgid "Removes the attachment" msgstr "" +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 +#~ msgid "Removes the image preview" +#~ msgstr "" + #: src/view/com/posts/FeedShutdownMsg.tsx:129 #: src/view/com/posts/FeedShutdownMsg.tsx:133 msgid "Replace with Discover" msgstr "" -#: src/view/screens/Profile.tsx:210 +#: src/view/screens/Profile.tsx:221 msgid "Replies" msgstr "Відповіді" @@ -5400,7 +5603,7 @@ msgstr "" #~ msgid "Replies to this thread are disabled" #~ msgstr "Відповіді до цього посту вимкнено" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:644 msgctxt "action" msgid "Reply" msgstr "Відповісти" @@ -5434,23 +5637,23 @@ msgstr "" #~ msgstr "У відповідь <0/>" #: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:522 +#: src/view/com/posts/FeedItem.tsx:520 msgctxt "description" msgid "Reply to <0><1/>" msgstr "" -#: src/view/com/posts/FeedItem.tsx:513 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" msgstr "" -#: src/view/com/posts/FeedItem.tsx:515 +#: src/view/com/posts/FeedItem.tsx:513 msgctxt "description" msgid "Reply to a post" msgstr "" #: src/view/com/post/Post.tsx:194 -#: src/view/com/posts/FeedItem.tsx:519 +#: src/view/com/posts/FeedItem.tsx:517 msgctxt "description" msgid "Reply to you" msgstr "" @@ -5542,9 +5745,9 @@ msgstr "" msgid "Report this user" msgstr "Поскаржитись на цього користувача" -#: src/view/com/util/post-ctrls/RepostButton.tsx:67 -#: src/view/com/util/post-ctrls/RepostButton.tsx:96 -#: src/view/com/util/post-ctrls/RepostButton.tsx:112 +#: src/view/com/util/post-ctrls/RepostButton.tsx:70 +#: src/view/com/util/post-ctrls/RepostButton.tsx:99 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 msgctxt "action" msgid "Repost" msgstr "Репост" @@ -5555,18 +5758,18 @@ msgid "Repost" msgstr "Репостити" #: src/screens/StarterPack/StarterPackScreen.tsx:535 -#: src/view/com/util/post-ctrls/RepostButton.tsx:88 +#: src/view/com/util/post-ctrls/RepostButton.tsx:91 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:49 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:104 msgid "Repost or quote post" msgstr "Репостити або цитувати" -#: src/screens/Post/PostRepostedBy.tsx:29 -#: src/view/com/post-thread/PostRepostedBy.tsx:96 +#: src/screens/Post/PostRepostedBy.tsx:31 +#: src/screens/Post/PostRepostedBy.tsx:32 msgid "Reposted By" msgstr "Зробив(-ла) репост" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "{0} зробив(-ла) репост" @@ -5574,16 +5777,16 @@ msgstr "{0} зробив(-ла) репост" #~ msgid "Reposted by <0/>" #~ msgstr "" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "Зроблено репост від <0><1/>" -#: src/view/com/posts/FeedItem.tsx:292 -#: src/view/com/posts/FeedItem.tsx:311 +#: src/view/com/posts/FeedItem.tsx:290 +#: src/view/com/posts/FeedItem.tsx:309 msgid "Reposted by you" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:184 +#: src/view/com/notifications/FeedItem.tsx:180 msgid "reposted your post" msgstr "зробив(-ла) репост вашого допису" @@ -5618,6 +5821,14 @@ msgstr "Вимагається цим хостинг-провайдером" msgid "Resend email" msgstr "" +#: src/components/intents/VerifyEmailIntentDialog.tsx:130 +msgid "Resend Email" +msgstr "" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:123 +msgid "Resend Verification Email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:186 msgid "Reset code" msgstr "Код підтвердження" @@ -5648,7 +5859,7 @@ msgstr "" msgid "Resets the preferences state" msgstr "" -#: src/screens/Login/LoginForm.tsx:312 +#: src/screens/Login/LoginForm.tsx:299 msgid "Retries login" msgstr "Повторити спробу" @@ -5657,15 +5868,15 @@ msgstr "Повторити спробу" msgid "Retries the last action, which errored out" msgstr "Повторити останню дію, яка спричинила помилку" -#: src/components/dms/MessageItem.tsx:235 +#: src/components/dms/MessageItem.tsx:236 #: src/components/Error.tsx:66 #: src/components/Lists.tsx:104 #: src/components/StarterPack/ProfileStarterPacks.tsx:318 -#: src/screens/Login/LoginForm.tsx:311 -#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:298 +#: src/screens/Login/LoginForm.tsx:305 #: src/screens/Messages/Conversation/MessageListError.tsx:25 -#: src/screens/Onboarding/StepInterests/index.tsx:251 -#: src/screens/Onboarding/StepInterests/index.tsx:254 +#: src/screens/Onboarding/StepInterests/index.tsx:231 +#: src/screens/Onboarding/StepInterests/index.tsx:234 #: src/screens/Signup/BackNextButtons.tsx:52 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 @@ -5777,8 +5988,8 @@ msgstr "Зберігає налаштування обрізання зобра #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:105 -#: src/view/com/notifications/FeedItem.tsx:416 -#: src/view/com/notifications/FeedItem.tsx:441 +#: src/view/com/notifications/FeedItem.tsx:412 +#: src/view/com/notifications/FeedItem.tsx:437 msgid "Say hello!" msgstr "" @@ -5792,15 +6003,15 @@ msgid "Scroll to top" msgstr "Прогорнути вгору" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:554 +#: src/Navigation.tsx:555 #: src/view/com/modals/ListAddRemoveUsers.tsx:76 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 #: src/view/screens/Search/Search.tsx:421 #: src/view/screens/Search/Search.tsx:791 #: src/view/screens/Search/Search.tsx:813 -#: src/view/shell/bottom-bar/BottomBar.tsx:182 -#: src/view/shell/desktop/LeftNav.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:179 +#: src/view/shell/desktop/LeftNav.tsx:349 #: src/view/shell/Drawer.tsx:398 #: src/view/shell/Drawer.tsx:399 msgid "Search" @@ -5886,6 +6097,10 @@ msgstr "Перегляньте цей посібник" #~ msgid "See what's next" #~ msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:631 +msgid "Seek slider" +msgstr "" + #: src/view/com/util/Selector.tsx:106 msgid "Select {item}" msgstr "Обрати {item}" @@ -5922,6 +6137,10 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "" +#: src/view/com/composer/videos/SubtitleDialog.tsx:249 +msgid "Select language..." +msgstr "" + #: src/view/screens/LanguageSettings.tsx:303 msgid "Select languages" msgstr "Вибрати мови" @@ -5938,6 +6157,10 @@ msgstr "Обрати варіант {i} із {numItems}" #~ msgid "Select some accounts below to follow" #~ msgstr "Оберіть деякі облікові записи, щоб підписатися" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:65 +msgid "Select subtitle file (.vtt)" +msgstr "" + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83 msgid "Select the {emojiName} emoji as your avatar" msgstr "" @@ -5954,7 +6177,7 @@ msgstr "Виберіть хостинг-провайдера для ваших #~ msgid "Select topical feeds to follow from the list below" #~ msgstr "Підпишіться на тематичні стрічки зі списку нижче" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:94 msgid "Select video" msgstr "" @@ -5974,11 +6197,11 @@ msgstr "Оберіть мови постів, які ви хочете бачи msgid "Select your app language for the default text to display in the app." msgstr "Оберіть мову застосунку для відображення тексту за замовчуванням." -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:193 msgid "Select your date of birth" msgstr "Оберіть дату народження" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "Виберіть ваші інтереси із нижченаведених варіантів" @@ -6016,8 +6239,8 @@ msgstr "Надіслати ел. лист" msgid "Send feedback" msgstr "Надіслати відгук" -#: src/screens/Messages/Conversation/MessageInput.tsx:163 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:155 +#: src/screens/Messages/Conversation/MessageInput.tsx:165 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:219 msgid "Send message" msgstr "" @@ -6128,7 +6351,7 @@ msgstr "Встановлює співвідношення сторін зобр #: src/Navigation.tsx:155 #: src/view/screens/Settings/index.tsx:302 -#: src/view/shell/desktop/LeftNav.tsx:401 +#: src/view/shell/desktop/LeftNav.tsx:395 #: src/view/shell/Drawer.tsx:563 #: src/view/shell/Drawer.tsx:564 msgid "Settings" @@ -6142,6 +6365,7 @@ msgstr "Сексуальна активність або еротична ого msgid "Sexually Suggestive" msgstr "З сексуальним підтекстом" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:644 #: src/components/StarterPack/QrCodeDialog.tsx:177 #: src/screens/StarterPack/StarterPackScreen.tsx:411 #: src/screens/StarterPack/StarterPackScreen.tsx:582 @@ -6149,7 +6373,7 @@ msgstr "З сексуальним підтекстом" #: src/view/com/profile/ProfileMenu.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:410 #: src/view/com/util/forms/PostDropdownBtn.tsx:419 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:321 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:345 #: src/view/screens/ProfileList.tsx:484 msgid "Share" msgstr "Поширити" @@ -6169,7 +6393,7 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:377 #: src/view/com/util/forms/PostDropdownBtn.tsx:659 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:337 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:361 msgid "Share anyway" msgstr "Все одно поширити" @@ -6178,6 +6402,14 @@ msgstr "Все одно поширити" msgid "Share feed" msgstr "Поширити стрічку" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:621 +msgid "Share image externally" +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:639 +msgid "Share image in post" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:124 #: src/components/StarterPack/ShareDialog.tsx:131 #: src/screens/StarterPack/StarterPackScreen.tsx:586 @@ -6229,7 +6461,7 @@ msgstr "Показувати" #~ msgid "Show all replies" #~ msgstr "Показати всі відповіді" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:169 msgid "Show alt text" msgstr "" @@ -6249,8 +6481,8 @@ msgid "Show badge and filter from feeds" msgstr "Показати значок і фільтри зі стрічки" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "Показати підписки, схожі на {0}" +#~ msgid "Show follows similar to {0}" +#~ msgstr "Показати підписки, схожі на {0}" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -6265,9 +6497,9 @@ msgstr "" msgid "Show list anyway" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:584 +#: src/view/com/post-thread/PostThreadItem.tsx:590 #: src/view/com/post/Post.tsx:234 -#: src/view/com/posts/FeedItem.tsx:479 +#: src/view/com/posts/FeedItem.tsx:476 msgid "Show More" msgstr "Показати більше" @@ -6350,7 +6582,7 @@ msgstr "Показувати попередження" msgid "Show warning and filter from feeds" msgstr "Показувати попередження і фільтрувати зі стрічки" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Shows posts from {0} in your feed" msgstr "Показує дописи з {0} у вашій стрічці" @@ -6358,17 +6590,17 @@ msgstr "Показує дописи з {0} у вашій стрічці" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:177 +#: src/screens/Login/LoginForm.tsx:166 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:112 #: src/view/com/auth/SplashScreen.web.tsx:121 +#: src/view/shell/bottom-bar/BottomBar.tsx:312 +#: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBar.tsx:316 -#: src/view/shell/bottom-bar/BottomBar.tsx:318 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:208 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:210 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -6400,12 +6632,12 @@ msgstr "Вийти" msgid "Sign out of all accounts" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBar.tsx:306 -#: src/view/shell/bottom-bar/BottomBar.tsx:308 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:198 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:200 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -6430,25 +6662,25 @@ msgstr "Ви увійшли як" msgid "Signed in as @{0}" msgstr "Ви увійшли як @{0}" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:306 -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:313 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:308 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:315 msgid "Signup without a starter pack" msgstr "" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:102 +#: src/components/FeedInterstitials.tsx:316 msgid "Similar accounts" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:265 +#: src/screens/Onboarding/StepInterests/index.tsx:245 #: src/screens/StarterPack/Wizard/index.tsx:191 msgid "Skip" msgstr "Пропустити" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "Пропустити цей процес" @@ -6457,7 +6689,7 @@ msgstr "Пропустити цей процес" msgid "Software Dev" msgstr "Розробка П/З" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:447 msgid "Some other feeds you might like" msgstr "" @@ -6490,7 +6722,7 @@ msgid "Something went wrong!" msgstr "" #: src/App.native.tsx:102 -#: src/App.web.tsx:83 +#: src/App.web.tsx:88 msgid "Sorry! Your session expired. Please log in again." msgstr "Даруйте! Ваш сеанс вичерпався. Будь ласка, увійдіть знову." @@ -6510,12 +6742,12 @@ msgstr "Оберіть, як сортувати відповіді до пост #~ msgid "Source: <0>{0}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" msgstr "" -#: src/lib/moderation/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:80 +#: src/lib/moderation/useReportOptions.ts:72 +#: src/lib/moderation/useReportOptions.ts:85 msgid "Spam" msgstr "Спам" @@ -6545,10 +6777,9 @@ msgid "Start chatting" msgstr "" #: src/tours/Tooltip.tsx:99 -msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." -msgstr "" +#~ msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." +#~ msgstr "" -#: src/lib/generate-starterpack.ts:68 #: src/Navigation.tsx:358 #: src/Navigation.tsx:363 #: src/screens/StarterPack/Wizard/index.tsx:182 @@ -6563,7 +6794,7 @@ msgstr "" msgid "Starter pack is invalid" msgstr "" -#: src/view/screens/Profile.tsx:214 +#: src/view/screens/Profile.tsx:225 msgid "Starter Packs" msgstr "" @@ -6596,8 +6827,8 @@ msgstr "Сховище очищено, тепер вам треба переза msgid "Storybook" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:302 -#: src/components/moderation/LabelsOnMeDialog.tsx:303 +#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:294 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -6636,7 +6867,7 @@ msgstr "" #~ msgid "Suggested Follows" #~ msgstr "Пропоновані підписки" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:318 msgid "Suggested for you" msgstr "Пропозиції для вас" @@ -6656,8 +6887,8 @@ msgid "Switch Account" msgstr "Перемикнути обліковий запис" #: src/tours/HomeTour.tsx:48 -msgid "Switch between feeds to control your experience." -msgstr "" +#~ msgid "Switch between feeds to control your experience." +#~ msgstr "" #: src/view/screens/Settings/index.tsx:126 msgid "Switch to {0}" @@ -6696,17 +6927,26 @@ msgstr "Високе" msgid "Tap to dismiss" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:181 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:145 msgid "Tap to enter full screen" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:202 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:151 +msgid "Tap to play or pause" +msgstr "" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:164 msgid "Tap to toggle sound" msgstr "" +#: src/view/com/util/images/AutoSizedImage.tsx:219 +#: src/view/com/util/images/AutoSizedImage.tsx:239 +msgid "Tap to view full image" +msgstr "" + #: src/view/com/util/images/AutoSizedImage.tsx:70 -msgid "Tap to view fully" -msgstr "Торкніться, щоб переглянути повністю" +#~ msgid "Tap to view fully" +#~ msgstr "Торкніться, щоб переглянути повністю" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" @@ -6729,6 +6969,10 @@ msgstr "" msgid "Tell us a little more" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:518 +msgid "Ten Million" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:90 msgid "Terms" msgstr "Умови" @@ -6742,9 +6986,9 @@ msgid "Terms of Service" msgstr "Умови Використання" #: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:94 -#: src/lib/moderation/useReportOptions.ts:102 -#: src/lib/moderation/useReportOptions.ts:110 +#: 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 "Використані терміни порушують стандарти спільноти" @@ -6756,7 +7000,7 @@ msgstr "Використані терміни порушують стандар msgid "Text & tags" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:266 +#: src/components/moderation/LabelsOnMeDialog.tsx:257 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Поле вводу тексту" @@ -6766,6 +7010,14 @@ msgstr "Поле вводу тексту" msgid "Thank you. Your report has been sent." msgstr "Дякуємо. Вашу скаргу було надіслано." +#: src/components/dialogs/nuxs/TenMillion/index.tsx:593 +msgid "Thanks for being one of our first 10 million users." +msgstr "" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:74 +msgid "Thanks, you have successfully verified your email address." +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:459 msgid "That contains the following:" msgstr "Що містить наступне:" @@ -6783,11 +7035,11 @@ msgstr "Цей псевдонім вже зайнятий." msgid "That starter pack could not be found." msgstr "" -#: src/view/com/post-thread/PostQuotes.tsx:129 +#: src/view/com/post-thread/PostQuotes.tsx:127 msgid "That's all, folks!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:310 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:270 #: src/view/com/profile/ProfileMenu.tsx:353 msgid "The account will be able to interact with you after unblocking." msgstr "Обліковий запис зможе взаємодіяти з вами після розблокування." @@ -6822,7 +7074,7 @@ msgstr "" msgid "The Discover feed now knows what you like" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:327 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off." msgstr "" @@ -6830,11 +7082,11 @@ msgstr "" msgid "The feed has been replaced with Discover." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 msgid "The following labels were applied to your account." msgstr "Наступні мітки були додано до вашого облікового запису." -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "Наступні мітки були додано до вашого контенту." @@ -6851,8 +7103,8 @@ msgstr "Можливо цей пост було видалено." msgid "The Privacy Policy has been moved to <0/>" msgstr "Політика конфіденційності була переміщена до <0/>" -#: src/state/queries/video/video.ts:129 -msgid "The selected video is larger than 100MB." +#: src/state/queries/video/video.ts:227 +msgid "The selected video is larger than 50MB." msgstr "" #: src/screens/StarterPack/StarterPackScreen.tsx:713 @@ -6867,6 +7119,10 @@ msgstr "Форму підтримки переміщено. Якщо вам по msgid "The Terms of Service have been moved to" msgstr "Умови Використання перенесено до" +#: src/components/intents/VerifyEmailIntentDialog.tsx:85 +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/Onboarding/StepAlgoFeeds/index.tsx:141 #~ msgid "There are many feeds to try:" #~ msgstr "Також є багато інших стрічок, щоб спробувати:" @@ -6917,7 +7173,7 @@ msgstr "При з'єднанні з вашим сервером виникла msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Виникла проблема з завантаженням сповіщень. Натисніть тут, щоб повторити спробу." -#: src/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Виникла проблема з завантаженням постів. Натисніть тут, щоб повторити спробу." @@ -6939,15 +7195,15 @@ msgstr "Виникла проблема з надсиланням вашої с #~ msgid "There was an issue syncing your preferences with the server" #~ msgstr "Виникла проблема під час синхронізації ваших налаштувань із сервером" -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "Виникла проблема з завантаженням ваших паролів для застосунків" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:107 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:143 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:97 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:109 #: src/view/com/profile/ProfileMenu.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:122 #: src/view/com/profile/ProfileMenu.tsx:137 @@ -6998,7 +7254,7 @@ msgstr "" #~ msgid "This appeal will be sent to <0>{0}." #~ msgstr "Це звернення буде надіслано до <0>{0}." -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "" @@ -7091,7 +7347,7 @@ msgstr "" #~ msgid "This label was applied by you" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "" @@ -7124,7 +7380,7 @@ msgid "This post has been deleted." msgstr "Цей пост було видалено." #: src/view/com/util/forms/PostDropdownBtn.tsx:656 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:334 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:358 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "Цей пост видно лише користувачам, які увійшли до системи. Воно не буде видимим для людей, які не ввійшли до системи." @@ -7156,7 +7412,7 @@ msgstr "Цей сервіс не надав умови обслуговуван msgid "This should create a domain record at:" msgstr "Це має створити обліковий запис домену:" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "Цей користувач ще не має жодного підписника." @@ -7185,7 +7441,7 @@ msgstr "Цей користувач є в списку <0>{0}, який ви msgid "This user is new here. Press for more info about when they joined." msgstr "" -#: src/view/com/profile/ProfileFollows.tsx:87 +#: src/view/com/profile/ProfileFollows.tsx:96 msgid "This user isn't following anyone." msgstr "Цей користувач не підписаний ні на кого." @@ -7238,10 +7494,18 @@ 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/view/com/composer/videos/SelectVideoBtn.tsx:120 +msgid "To upload videos to Bluesky, you must first verify your email." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "Кому ви хотіли б відправити цю скаргу?" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:597 +msgid "Together, we're rebuilding the social internet. We're glad you're here." +msgstr "" + #: src/components/dialogs/MutedWords.tsx:112 #~ msgid "Toggle between muted word options." #~ msgstr "Перемикання між опціями ігнорування слів." @@ -7254,7 +7518,7 @@ msgstr "Розкрити/сховати" msgid "Toggle to enable or disable adult content" msgstr "Увімкнути або вимкнути вміст для дорослих" -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "Верх" @@ -7265,8 +7529,8 @@ msgstr "Редагування" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:734 -#: src/view/com/post-thread/PostThreadItem.tsx:736 +#: src/view/com/post-thread/PostThreadItem.tsx:746 +#: src/view/com/post-thread/PostThreadItem.tsx:748 #: src/view/com/util/forms/PostDropdownBtn.tsx:380 #: src/view/com/util/forms/PostDropdownBtn.tsx:382 msgid "Translate" @@ -7285,7 +7549,7 @@ msgstr "" msgid "Two-factor authentication" msgstr "" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "" @@ -7303,7 +7567,7 @@ msgstr "Перестати ігнорувати" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:155 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:77 #: src/view/com/modals/ChangePassword.tsx:71 @@ -7318,14 +7582,14 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:192 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 #: src/view/screens/ProfileList.tsx:682 msgid "Unblock" msgstr "Розблокувати" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Розблокувати" @@ -7340,12 +7604,12 @@ msgstr "" msgid "Unblock Account" msgstr "Розблокувати обліковий запис" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:308 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:268 #: src/view/com/profile/ProfileMenu.tsx:347 msgid "Unblock Account?" msgstr "Розблокувати обліковий запис?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:66 +#: src/view/com/util/post-ctrls/RepostButton.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:76 msgid "Undo repost" @@ -7360,7 +7624,7 @@ msgstr "Відписатись" #~ msgid "Unfollow" #~ msgstr "Не стежити" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "Відписатися від {0}" @@ -7377,9 +7641,13 @@ msgstr "Відписатися від облікового запису" msgid "Unlike this feed" msgstr "Видалити вподобання цієї стрічки" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:388 +msgctxt "video" +msgid "Unmute" +msgstr "" + #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 #: src/view/screens/ProfileList.tsx:689 msgid "Unmute" msgstr "Не ігнорувати" @@ -7410,13 +7678,13 @@ msgstr "" msgid "Unmute thread" msgstr "Перестати ігнорувати" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:317 msgid "Unmute video" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Unmuted" -msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Unmuted" +#~ msgstr "" #: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:673 @@ -7452,12 +7720,16 @@ msgstr "Відписатися від цього маркувальника" msgid "Unsubscribed from list" msgstr "" +#: src/state/queries/video/video.ts:245 +msgid "Unsupported video type: {mimeType}" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:85 #~ msgid "Unwanted sexual content" #~ msgstr "" -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/lib/moderation/useReportOptions.ts:77 +#: src/lib/moderation/useReportOptions.ts:90 msgid "Unwanted Sexual Content" msgstr "Небажаний сексуальний вміст" @@ -7489,20 +7761,20 @@ msgstr "" msgid "Upload a text file to:" msgstr "Завантажити текстовий файл до:" -#: src/view/com/util/UserAvatar.tsx:355 -#: src/view/com/util/UserAvatar.tsx:358 +#: src/view/com/util/UserAvatar.tsx:361 +#: src/view/com/util/UserAvatar.tsx:364 #: src/view/com/util/UserBanner.tsx:123 #: src/view/com/util/UserBanner.tsx:126 msgid "Upload from Camera" msgstr "Завантажити з камери" -#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:378 #: src/view/com/util/UserBanner.tsx:140 msgid "Upload from Files" msgstr "Завантажити з файлів" -#: src/view/com/util/UserAvatar.tsx:366 -#: src/view/com/util/UserAvatar.tsx:370 +#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:376 #: src/view/com/util/UserBanner.tsx:134 #: src/view/com/util/UserBanner.tsx:138 msgid "Upload from Library" @@ -7512,7 +7784,7 @@ msgstr "Завантажити з бібліотеки" msgid "Use a file on your server" msgstr "Використовувати файл на вашому сервері" -#: src/view/screens/AppPasswords.tsx:200 +#: src/view/screens/AppPasswords.tsx:199 msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "Використовуйте паролі для застосунків для входу в інших застосунках для Bluesky. Це дозволить використовувати їх, не надаючи повний доступ до вашого облікового запису і вашого основного пароля." @@ -7600,7 +7872,7 @@ msgstr "Список користувачів оновлено" msgid "User Lists" msgstr "Списки користувачів" -#: src/screens/Login/LoginForm.tsx:197 +#: src/screens/Login/LoginForm.tsx:186 msgid "Username or email address" msgstr "Ім'я користувача або електронна адреса" @@ -7635,6 +7907,10 @@ msgstr "Користувачі, які вподобали цей контент msgid "Value:" msgstr "Значення:" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:118 +msgid "Verified email required" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:510 #~ msgid "Verify {0}" #~ msgstr "Верифікувати {0}" @@ -7647,6 +7923,10 @@ msgstr "" msgid "Verify email" msgstr "Підтвердити електронну адресу" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "Підтвердити мою електронну адресу" @@ -7660,6 +7940,10 @@ msgstr "Підтвердити мою електронну адресу" msgid "Verify New Email" msgstr "Підтвердити нову адресу електронної пошти" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:122 +msgid "Verify now" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "" @@ -7676,25 +7960,47 @@ msgstr "Підтвердьте адресу вашої електронної п msgid "Version {appVersion} {bundleInfo}" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:180 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:144 msgid "Video" msgstr "" +#: src/state/queries/video/video.ts:138 +msgid "Video failed to process" +msgstr "" + #: src/screens/Onboarding/index.tsx:39 #: src/screens/Onboarding/state.ts:88 msgid "Video Games" msgstr "Відеоігри" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:167 +msgid "Video not found." +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:101 +msgid "Video settings" +msgstr "" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +msgid "Video: {0}" +msgstr "" + #: src/view/com/composer/videos/state.ts:27 -#~ msgid "Videos cannot be larger than 100MB" +#~ msgid "Videos cannot be larger than 50MB" #~ msgstr "" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:65 +#: src/view/com/composer/videos/VideoPreview.web.tsx:44 +msgid "Videos must be less than 60 seconds long" +msgstr "" + #: src/screens/Profile/Header/Shell.tsx:113 msgid "View {0}'s avatar" msgstr "Переглянути аватар {0}" #: src/components/ProfileCard.tsx:110 -#: src/view/com/notifications/FeedItem.tsx:277 +#: src/view/com/notifications/FeedItem.tsx:273 msgid "View {0}'s profile" msgstr "" @@ -7726,7 +8032,7 @@ msgstr "Переглянути деталі як надіслати скаргу msgid "View full thread" msgstr "Переглянути обговорення" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "Переглянути інформацію про мітки" @@ -7786,7 +8092,7 @@ msgstr "Попереджувати про вміст" msgid "Warn content and filter from feeds" msgstr "Попереджувати про вміст і фільтрувати його зі стрічки" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "Ми не змогли знайти жодних результатів для цього хештегу." @@ -7798,7 +8104,11 @@ msgstr "" msgid "We estimate {estimatedTime} until your account is ready." msgstr "Ми оцінюємо {estimatedTime} до готовності вашого облікового запису." -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Ми сподіваємося, що ви проведете чудово свій час. Пам'ятайте, Bluesky — це:" @@ -7814,6 +8124,10 @@ msgstr "У нас закінчилися дописи у ваших підпис #~ msgid "We recommend our \"Discover\" feed:" #~ msgstr "Ми рекомендуємо стрічку «Discover»:" +#: src/state/queries/video/video.ts:170 +msgid "We were unable to determine if you are allowed to upload videos. Please try again." +msgstr "" + #: src/components/dialogs/BirthDateSettings.tsx:52 msgid "We were unable to load your birth date preferences. Please try again." msgstr "Не вдалося завантажити ваші налаштування дати дня народження. Повторіть спробу." @@ -7822,7 +8136,7 @@ msgstr "Не вдалося завантажити ваші налаштуван msgid "We were unable to load your configured labelers at this time." msgstr "Наразі ми не змогли завантажити список ваших маркувальників." -#: src/screens/Onboarding/StepInterests/index.tsx:158 +#: src/screens/Onboarding/StepInterests/index.tsx:143 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "Ми не змогли під'єднатися. Будь ласка, спробуйте ще раз, щоб продовжити налаштування свого облікового запису. Якщо помилка повторюється, то ви можете пропустити цей процес." @@ -7830,7 +8144,7 @@ msgstr "Ми не змогли під'єднатися. Будь ласка, с msgid "We will let you know when your account is ready." msgstr "Ми повідомимо вас, коли ваш обліковий запис буде готовий." -#: src/screens/Onboarding/StepInterests/index.tsx:163 +#: src/screens/Onboarding/StepInterests/index.tsx:148 msgid "We'll use this to help customize your experience." msgstr "Ми скористаємося цим, щоб підлаштувати Ваш досвід." @@ -7854,7 +8168,7 @@ msgstr "На жаль, ми не змогли зараз завантажити msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Даруйте, нам не вдалося виконати пошук за вашим запитом. Будь ласка, спробуйте ще раз через кілька хвилин." -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:421 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -7883,7 +8197,7 @@ msgstr "" msgid "Welcome, friend!" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "Чим ви цікавитесь?" @@ -7893,7 +8207,7 @@ msgstr "" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:516 msgid "What's up?" msgstr "Як справи?" @@ -7963,16 +8277,16 @@ msgstr "Чому слід переглянути цього користувач msgid "Wide" msgstr "Широке" -#: src/screens/Messages/Conversation/MessageInput.tsx:140 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:134 +#: src/screens/Messages/Conversation/MessageInput.tsx:142 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:198 msgid "Write a message" msgstr "" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:712 msgid "Write post" msgstr "Написати пост" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:515 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:42 msgid "Write your reply" msgstr "Написати відповідь" @@ -8013,7 +8327,7 @@ msgstr "" msgid "Yes, reactivate my account" msgstr "" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "" @@ -8030,7 +8344,11 @@ msgstr "" msgid "You are in line." msgstr "Ви в черзі." -#: src/view/com/profile/ProfileFollows.tsx:86 +#: src/state/queries/video/video.ts:161 +msgid "You are not allowed to upload videos." +msgstr "" + +#: src/view/com/profile/ProfileFollows.tsx:95 msgid "You are not following anyone." msgstr "Ви ні на кого не підписані." @@ -8064,7 +8382,7 @@ msgstr "Тепер ви можете увійти за допомогою нов msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "У вас немає жодного підписника." @@ -8147,7 +8465,7 @@ msgstr "У вас немає списків." 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 "Ви ще не заблокували жодного облікового запису. Щоб заблокувати когось, перейдіть до їх профілю та виберіть опцію \"Заблокувати\" у меню їх облікового запису." -#: src/view/screens/AppPasswords.tsx:91 +#: src/view/screens/AppPasswords.tsx:90 msgid "You have not created any app passwords yet. You can create one by pressing the button below." msgstr "Ви ще не створили жодного пароля для застосунків. Ви можете створити новий пароль, натиснувши кнопку нижче." @@ -8159,6 +8477,10 @@ msgstr "Ви ще не ігноруєте жодного облікового з msgid "You have reached the end" msgstr "" +#: src/state/queries/video/video-upload.shared.ts:67 +msgid "You have temporarily reached the limit for video uploads. Please try again later." +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:235 msgid "You haven't created a starter pack yet!" msgstr "" @@ -8172,11 +8494,11 @@ msgstr "У вас ще немає ігнорованих слів чи тегі msgid "You hid this reply." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:91 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Ви можете оскаржувати мітки, якщо вважаєте, що вони були розміщені помилково." @@ -8212,6 +8534,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:237 #: src/components/StarterPack/ShareDialog.tsx:68 msgid "You must grant access to your photo library to save the image." msgstr "" @@ -8256,15 +8579,15 @@ msgstr "" msgid "You'll follow the suggested users once you finish creating your account!" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 msgid "You'll follow these people and {0} others" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:237 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 msgid "You'll follow these people right away" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:277 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 msgid "You'll stay updated with these feeds" msgstr "" @@ -8283,7 +8606,7 @@ msgstr "Ви в черзі" msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "Все готово!" @@ -8296,6 +8619,14 @@ msgstr "Ви обрали приховувати слово або тег в ц msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Ваша домашня стрічка закінчилась! Підпишіться на більше користувачів щоб отримувати більше постів." +#: src/state/queries/video/video.ts:175 +msgid "You've reached your daily limit for video uploads (too many bytes)" +msgstr "" + +#: src/state/queries/video/video.ts:180 +msgid "You've reached your daily limit for video uploads (too many videos)" +msgstr "" + #: src/screens/Signup/index.tsx:146 msgid "Your account" msgstr "Ваш акаунт" @@ -8304,15 +8635,19 @@ msgstr "Ваш акаунт" msgid "Your account has been deleted" msgstr "Ваш обліковий запис видалено" +#: src/state/queries/video/video.ts:185 +msgid "Your account is not yet old enough to upload videos. Please try again later." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:65 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Дані з вашого облікового запису, які містять усі загальнодоступні записи, можна завантажити як \"CAR\" файл. Цей файл не містить медіафайлів, таких як зображення, або особисті дані, які необхідно отримати окремо." -#: src/screens/Signup/StepInfo/index.tsx:180 +#: src/screens/Signup/StepInfo/index.tsx:181 msgid "Your birth date" msgstr "Ваша дата народження" -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:145 +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:171 msgid "Your browser does not support the video format. Please try a different browser." msgstr "" @@ -8329,7 +8664,7 @@ msgstr "Ваш вибір буде запам'ятовано, ви у будь- #~ msgstr "Ваша стрічка за замовчуванням \"Following\"" #: src/screens/Login/ForgotPasswordForm.tsx:57 -#: src/screens/Signup/state.ts:208 +#: src/screens/Signup/state.ts:203 #: src/screens/Signup/StepInfo/index.tsx:75 #: src/view/com/modals/ChangePassword.tsx:55 msgid "Your email appears to be invalid." @@ -8351,7 +8686,7 @@ msgstr "" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Ваша домашня стрічка порожня! Підпишіться на більше користувачів щоб отримувати більше постів." -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "Ваш повний псевдонім буде" @@ -8367,11 +8702,11 @@ msgstr "Ваші ігноровані слова" msgid "Your password has been changed successfully!" msgstr "Ваш пароль успішно змінено!" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:467 msgid "Your post has been published" msgstr "Пост опубліковано" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Ваші повідомлення, вподобання і блоки є публічними. Ігнорування - приватні." @@ -8383,7 +8718,7 @@ msgstr "Ваш профіль" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:466 msgid "Your reply has been published" msgstr "Відповідь опубліковано" diff --git a/src/locale/locales/zh-CN/messages.po b/src/locale/locales/zh-CN/messages.po index 38dca182e9..4584e0b1fc 100644 --- a/src/locale/locales/zh-CN/messages.po +++ b/src/locale/locales/zh-CN/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: zh_CN\n" "Project-Id-Version: zh-CN for bluesky-social-app\n" "Report-Msgid-Bugs-To: Frudrax Cheng \n" -"PO-Revision-Date: 2024-08-22 17:24+0800\n" +"PO-Revision-Date: 2024-09-14 10:09+0800\n" "Last-Translator: Frudrax Cheng \n" "Language-Team: Frudrax Cheng (auroursa), Simon Chan (RitsukiP), U2FsdGVkX1, Mikan Harada (mitian233), IceCodeNew\n" "Plural-Forms: \n" @@ -21,23 +21,43 @@ msgstr "(包含嵌入内容)" msgid "(no email)" msgstr "(没有邮件)" -#: src/view/com/notifications/FeedItem.tsx:236 -#: src/view/com/notifications/FeedItem.tsx:327 +#: src/view/com/notifications/FeedItem.tsx:232 +#: src/view/com/notifications/FeedItem.tsx:323 msgid "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}" msgstr "{0, plural, one {其他 {formattedCount} 人} other {其他 {formattedCount} 人}}" -#: src/components/moderation/LabelsOnMe.tsx:55 +#: src/lib/hooks/useTimeAgo.ts:156 +msgid "{0, plural, one {# day} other {# days}}" +msgstr "{0, plural, one {# 天} other {# 天}}" + +#: src/lib/hooks/useTimeAgo.ts:146 +msgid "{0, plural, one {# hour} other {# hours}}" +msgstr "{0, plural, one {# 时} other {# 时}}" + +#: src/components/moderation/LabelsOnMe.tsx:54 msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" msgstr "{0, plural, one {# 个标签已标记到这个账户} other {# 个标签已标记到这个账户}}" -#: src/components/moderation/LabelsOnMe.tsx:61 +#: src/components/moderation/LabelsOnMe.tsx:60 msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "{0, plural, one {# 个标签已标记到此内容} other {# 个标签已标记到此内容}}" -#: src/view/com/util/post-ctrls/RepostButton.tsx:68 +#: src/lib/hooks/useTimeAgo.ts:136 +msgid "{0, plural, one {# minute} other {# minutes}}" +msgstr "{0, plural, one {# 分} other {# 分}}" + +#: src/lib/hooks/useTimeAgo.ts:167 +msgid "{0, plural, one {# month} other {# months}}" +msgstr "{0, plural, one {# 月} other {# 月}}" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:71 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "{0, plural, one {# 条转发} other {# 条转发}}" +#: src/lib/hooks/useTimeAgo.ts:126 +msgid "{0, plural, one {# second} other {# seconds}}" +msgstr "{0, plural, one {# 秒} other {# 秒}}" + #: src/components/ProfileHoverCard/index.web.tsx:398 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" @@ -48,11 +68,11 @@ msgstr "{0, plural, one {关注者} other {关注者}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {正在关注} other {正在关注}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:276 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:312 msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "{0, plural, one {喜欢 (# 个喜欢)} other {喜欢 (# 个喜欢)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {喜欢} other {喜欢}}" @@ -65,19 +85,19 @@ msgstr "{0, plural, one {# 位用户喜欢} other {# 位用户喜欢}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {帖文} other {帖文}}" -#: src/view/com/post-thread/PostThreadItem.tsx:413 +#: src/view/com/post-thread/PostThreadItem.tsx:419 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {引用} other {引用}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:233 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:269 msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "{0, plural, one {回复 (# 个回复)} other {回复 (# 个回复)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {转发} other {转发}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:272 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "{0, plural, one {Unlike (# like)} other {Unlike (# likes)}}" msgstr "{0, plural, one {取消喜欢 (# 个喜欢)} other {取消喜欢 (# 个喜欢)}}" @@ -95,11 +115,15 @@ msgstr "{0} <0>在<1>文本及标签中" msgid "{0} joined this week" msgstr "在本周加入了 {0} 人" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:637 +msgid "{0} of {1}" +msgstr "第 {0} 个(共 {1} 个)" + #: src/screens/StarterPack/StarterPackScreen.tsx:467 msgid "{0} people have used this starter pack!" msgstr "{0} 人已使用过此入门包!" -#: src/view/com/util/UserAvatar.tsx:419 +#: src/view/com/util/UserAvatar.tsx:425 msgid "{0}'s avatar" msgstr "{0}的头像" @@ -111,30 +135,36 @@ msgstr "{0}最喜欢的资讯源和用户 - 来加入我们吧!" msgid "{0}'s starter pack" msgstr "{0}的入门包" +#. How many days have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:158 +msgid "{0}d" +msgstr "{0}天" + +#. How many hours have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:148 +msgid "{0}h" +msgstr "{0}时" + +#. How many minutes have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:138 +msgid "{0}m" +msgstr "{0}分" + +#. How many months have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:169 +msgid "{0}mo" +msgstr "{0}月" + +#. How many seconds have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:128 +msgid "{0}s" +msgstr "{0}秒" + #: src/components/LabelingServiceCard/index.tsx:71 msgid "{count, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{count, plural, one {# 位用户喜欢} other {# 位用户喜欢}}" -#: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "{diff, plural, one {日} other {日}}" - -#: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "{diff, plural, one {小时} other {小时}}" - -#: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "{diff, plural, one {分} other {分}}" - -#: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "{diff, plural, one {月} other {月}}" - -#: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "{diffSeconds, plural, one {秒} other {秒}}" - +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" msgstr "{displayName} 的入门包" @@ -220,7 +250,7 @@ msgstr "⚠无效的用户识别符" msgid "24 hours" msgstr "24小时" -#: src/screens/Login/LoginForm.tsx:266 +#: src/screens/Login/LoginForm.tsx:253 msgid "2FA Confirmation" msgstr "两步验证" @@ -232,10 +262,6 @@ msgstr "30天" msgid "7 days" msgstr "7天" -#: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "帮助工具提示" - #: src/view/com/util/ViewHeader.tsx:92 #: src/view/screens/Search/Search.tsx:684 msgid "Access navigation links and settings" @@ -259,7 +285,7 @@ msgstr "无障碍设置" msgid "Accessibility Settings" msgstr "无障碍设置" -#: src/screens/Login/LoginForm.tsx:190 +#: src/screens/Login/LoginForm.tsx:179 #: src/view/screens/Settings/index.tsx:315 #: src/view/screens/Settings/index.tsx:718 msgid "Account" @@ -288,13 +314,13 @@ msgstr "账户已被列表隐藏" #: src/view/com/util/AccountDropdownBtn.tsx:43 msgid "Account options" -msgstr "" +msgstr "账户选项" #: src/view/com/util/AccountDropdownBtn.tsx:59 msgid "Account removed from quick access" msgstr "已从快速访问中移除账户" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "已取消屏蔽账户" @@ -346,9 +372,13 @@ msgstr "添加账户" msgid "Add alt text" msgstr "新增替代文本" -#: src/view/screens/AppPasswords.tsx:106 -#: src/view/screens/AppPasswords.tsx:148 -#: src/view/screens/AppPasswords.tsx:161 +#: src/view/com/composer/videos/SubtitleDialog.tsx:109 +msgid "Add alt text (optional)" +msgstr "新增替代文本(可选)" + +#: src/view/screens/AppPasswords.tsx:105 +#: src/view/screens/AppPasswords.tsx:147 +#: src/view/screens/AppPasswords.tsx:160 msgid "Add App Password" msgstr "新增应用专用密码" @@ -443,11 +473,11 @@ msgstr "允许以下来源发起新对话" msgid "Allow replies from:" msgstr "允许回复:" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" msgstr "允许访问私信" -#: src/screens/Login/ForgotPasswordForm.tsx:178 +#: src/screens/Login/ForgotPasswordForm.tsx:177 #: src/view/com/modals/ChangePassword.tsx:171 msgid "Already have a code?" msgstr "已经有验证码了?" @@ -458,17 +488,20 @@ msgstr "已以@{0}身份登录" #: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/util/post-embeds/GifEmbed.tsx:183 +#: src/view/com/util/post-embeds/GifEmbed.tsx:177 msgid "ALT" msgstr "ALT" #: src/view/com/composer/GifAltText.tsx:144 +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +#: src/view/com/composer/videos/SubtitleDialog.tsx:104 +#: src/view/com/composer/videos/SubtitleDialog.tsx:108 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:87 msgid "Alt text" msgstr "替代文本" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:182 msgid "Alt Text" msgstr "替代文本" @@ -489,30 +522,45 @@ msgstr "一封电子邮件已发送至先前填写的邮箱 {0}。请查阅邮 msgid "An error has occurred" msgstr "发生错误" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:314 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:413 msgid "An error occurred" msgstr "发生错误" +#: src/state/queries/video/video.ts:232 +msgid "An error occurred while compressing the video." +msgstr "压缩视频时发生错误。" + #: src/components/StarterPack/ProfileStarterPacks.tsx:315 msgid "An error occurred while generating your starter pack. Want to try again?" -msgstr "创建入门包时发生错误,重试?" +msgstr "创建入门包时发生错误,想再试一次吗?" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:69 -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:135 msgid "An error occurred while loading the video. Please try again later." msgstr "播放视频时出现问题,请稍后再试。" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:174 +msgid "An error occurred while loading the video. Please try again." +msgstr "播放视频时出现问题,请再试一次。" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:250 +msgid "An error occurred while saving the image!" +msgstr "保存图片时发生错误!" + #: src/components/StarterPack/QrCodeDialog.tsx:71 #: src/components/StarterPack/ShareDialog.tsx:79 msgid "An error occurred while saving the QR code!" msgstr "保存二维码时发生错误!" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:75 +msgid "An error occurred while selecting the video" +msgstr "选择视频时发生错误" + #: src/screens/StarterPack/StarterPackScreen.tsx:336 #: src/screens/StarterPack/StarterPackScreen.tsx:358 msgid "An error occurred while trying to follow all" msgstr "关注所有人时发生错误" -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:199 msgid "An error occurred while uploading the video." msgstr "上传视频时出现问题。" @@ -530,14 +578,14 @@ msgstr "开启私信时出现问题" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:319 -#: src/components/ProfileCard.tsx:339 +#: src/components/ProfileCard.tsx:324 +#: src/components/ProfileCard.tsx:344 #: src/view/com/profile/FollowButton.tsx:36 #: src/view/com/profile/FollowButton.tsx:46 msgid "An issue occurred, please try again." msgstr "出现问题,请重试。" -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "出现未知错误" @@ -547,8 +595,8 @@ msgid "an unknown labeler" msgstr "未知的标记者" #: src/components/WhoCanReply.tsx:295 -#: src/view/com/notifications/FeedItem.tsx:235 -#: src/view/com/notifications/FeedItem.tsx:324 +#: src/view/com/notifications/FeedItem.tsx:231 +#: src/view/com/notifications/FeedItem.tsx:320 msgid "and" msgstr "和" @@ -557,7 +605,7 @@ msgstr "和" msgid "Animals" msgstr "动物" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:139 msgid "Animated GIF" msgstr "GIF 动画" @@ -573,7 +621,7 @@ msgstr "任何人都可以参与互动" msgid "App Language" msgstr "应用语言" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "应用专用密码已删除" @@ -590,21 +638,21 @@ msgid "App password settings" msgstr "应用专用密码设置" #: src/Navigation.tsx:286 -#: src/view/screens/AppPasswords.tsx:192 +#: src/view/screens/AppPasswords.tsx:191 #: src/view/screens/Settings/index.tsx:672 msgid "App Passwords" msgstr "应用专用密码" -#: src/components/moderation/LabelsOnMeDialog.tsx:154 -#: src/components/moderation/LabelsOnMeDialog.tsx:157 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 +#: src/components/moderation/LabelsOnMeDialog.tsx:149 msgid "Appeal" msgstr "申诉" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "申诉 \"{0}\" 标记" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "申诉已提交" @@ -634,7 +682,7 @@ msgstr "外观设置" msgid "Apply default recommended feeds" msgstr "使用默认推荐的资讯源" -#: src/view/screens/AppPasswords.tsx:282 +#: src/view/screens/AppPasswords.tsx:277 msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "你确定要删除这条应用专用密码 \"{name}\" 吗?" @@ -658,7 +706,7 @@ msgstr "你确定要从你的资讯源中删除 {0} 吗?" msgid "Are you sure you want to remove this from your feeds?" msgstr "你确定要从自定义资讯源列表中删除此资讯源吗?" -#: src/view/com/composer/Composer.tsx:772 +#: src/view/com/composer/Composer.tsx:838 msgid "Are you sure you'd like to discard this draft?" msgstr "你确定要丢弃这段草稿吗?" @@ -679,19 +727,19 @@ msgstr "艺术" msgid "Artistic or non-erotic nudity." msgstr "艺术作品或非色情的裸体。" -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "至少 3 个字符" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 -#: src/components/moderation/LabelsOnMeDialog.tsx:294 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:285 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:298 -#: src/screens/Login/LoginForm.tsx:304 +#: src/screens/Login/LoginForm.tsx:285 +#: src/screens/Login/LoginForm.tsx:291 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Messages/Conversation/ChatDisabled.tsx:133 @@ -715,7 +763,7 @@ msgstr "生日" msgid "Birthday:" msgstr "生日:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "屏蔽" @@ -746,7 +794,7 @@ msgstr "屏蔽列表" msgid "Block these accounts?" msgstr "屏蔽这些账户?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:83 msgid "Blocked" msgstr "已屏蔽" @@ -800,6 +848,10 @@ msgstr "Bluesky 是一个开放的公共网络,你可以选择自己的托管 msgid "Bluesky is better with friends!" msgstr "Bluesky 因朋友而更好!" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:206 +msgid "Bluesky now has over 10 million users, and I was #{0}!" +msgstr "Bluesky 现在拥有一千万名用户,我是其中的第 #{0} 位!" + #: src/components/StarterPack/ProfileStarterPacks.tsx:282 msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky 将从你的社交网络中选择一组推荐的账户。" @@ -821,23 +873,27 @@ msgstr "模糊化图片并从资讯源中过滤" msgid "Books" msgstr "书籍" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:614 +msgid "Brag a little!" +msgstr "吹个牛!" + +#: src/components/FeedInterstitials.tsx:350 msgid "Browse more accounts on the Explore page" msgstr "在探索页面浏览更多账户" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:483 msgid "Browse more feeds on the Explore page" msgstr "在探索页面浏览更多资讯源" -#: src/components/FeedInterstitials.tsx:282 -#: src/components/FeedInterstitials.tsx:285 -#: src/components/FeedInterstitials.tsx:415 -#: src/components/FeedInterstitials.tsx:418 +#: src/components/FeedInterstitials.tsx:332 +#: src/components/FeedInterstitials.tsx:335 +#: src/components/FeedInterstitials.tsx:465 +#: src/components/FeedInterstitials.tsx:468 msgid "Browse more suggestions" msgstr "浏览更多建议" -#: src/components/FeedInterstitials.tsx:308 -#: src/components/FeedInterstitials.tsx:442 +#: src/components/FeedInterstitials.tsx:358 +#: src/components/FeedInterstitials.tsx:492 msgid "Browse more suggestions on the Explore page" msgstr "在探索页面浏览更多建议" @@ -879,12 +935,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "只能包含字母、数字、空格、破折号及下划线。 长度必须至少 4 个字符,但不超过 32 个字符。" #: src/components/Menu/index.tsx:235 -#: src/components/Prompt.tsx:119 -#: src/components/Prompt.tsx:121 +#: src/components/Prompt.tsx:122 +#: src/components/Prompt.tsx:124 #: src/components/TagMenu/index.tsx:282 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:512 -#: src/view/com/composer/Composer.tsx:527 +#: src/view/com/composer/Composer.tsx:594 +#: src/view/com/composer/Composer.tsx:609 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -900,7 +956,7 @@ msgstr "只能包含字母、数字、空格、破折号及下划线。 长度 #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "取消" @@ -929,7 +985,7 @@ msgstr "取消裁剪图片" msgid "Cancel profile editing" msgstr "取消编辑个人资料" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "取消引用帖文" @@ -945,6 +1001,25 @@ msgstr "取消搜索" msgid "Cancels opening the linked website" msgstr "取消打开链接的网站" +#: src/state/shell/composer/index.tsx:70 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:114 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:155 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:191 +msgid "Cannot interact with a blocked user" +msgstr "无法与被屏蔽的用户互动" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:135 +msgid "Captions (.vtt)" +msgstr "字幕(.vtt)" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +msgid "Captions & alt text" +msgstr "字幕及替代文本" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:368 +msgid "Celebrating {0} users" +msgstr "庆祝第 {0} 位用户" + #: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "更改" @@ -985,8 +1060,8 @@ msgid "Change Your Email" msgstr "更改你的邮箱地址" #: src/Navigation.tsx:338 -#: src/view/shell/bottom-bar/BottomBar.tsx:204 -#: src/view/shell/desktop/LeftNav.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:201 +#: src/view/shell/desktop/LeftNav.tsx:301 msgid "Chat" msgstr "私信" @@ -1016,7 +1091,7 @@ msgstr "已解除隐藏对话" msgid "Check my status" msgstr "检查我的状态" -#: src/screens/Login/LoginForm.tsx:291 +#: src/screens/Login/LoginForm.tsx:278 msgid "Check your email for a login code and enter it here." msgstr "在这里输入刚才发送到你电子邮箱里的验证码。" @@ -1024,14 +1099,6 @@ msgstr "在这里输入刚才发送到你电子邮箱里的验证码。" msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "查看发送至你电子邮箱的确认邮件,并在下方输入收到的验证码:" -#: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "选择至少 3 个或更多:" - -#: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "还需选择至少 {0} 个" - #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" msgstr "选择资讯源" @@ -1048,7 +1115,7 @@ msgstr "选择用户" msgid "Choose Service" msgstr "选择服务" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "选择支持你的自定义资讯源的算法。" @@ -1101,7 +1168,7 @@ msgstr "点击关闭该帖文的引用功能。" msgid "Click to enable quote posts of this post." msgstr "点击打开该帖文的引用功能。" -#: src/components/dms/MessageItem.tsx:231 +#: src/components/dms/MessageItem.tsx:232 msgid "Click to retry failed message" msgstr "点击以重试发送失败的私信" @@ -1116,13 +1183,15 @@ msgstr "哒哒🐴哒哒🐴" #: src/components/dialogs/GifSelect.ios.tsx:250 #: src/components/dialogs/GifSelect.tsx:270 #: src/components/dms/dialogs/SearchablePeopleList.tsx:261 +#: src/components/intents/VerifyEmailIntentDialog.tsx:111 +#: src/components/intents/VerifyEmailIntentDialog.tsx:118 #: src/components/NewskieDialog.tsx:146 #: src/components/NewskieDialog.tsx:153 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:131 #: src/view/com/modals/ChangePassword.tsx:268 #: src/view/com/modals/ChangePassword.tsx:271 -#: src/view/com/util/post-embeds/GifEmbed.tsx:195 +#: src/view/com/util/post-embeds/GifEmbed.tsx:188 msgid "Close" msgstr "关闭" @@ -1177,7 +1246,7 @@ msgstr "关闭底部导航栏" msgid "Closes password update alert" msgstr "关闭密码更新警告" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:606 msgid "Closes post composer and discards post draft" msgstr "关闭帖文编辑页并丢弃草稿" @@ -1185,11 +1254,11 @@ msgstr "关闭帖文编辑页并丢弃草稿" msgid "Closes viewer for header image" msgstr "关闭标题图片查看器" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "折叠用户列表" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "折叠给定通知的用户列表" @@ -1208,7 +1277,7 @@ msgstr "漫画" msgid "Community Guidelines" msgstr "社群准则" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "完成引导并开始使用你的账户" @@ -1216,7 +1285,7 @@ msgstr "完成引导并开始使用你的账户" msgid "Complete the challenge" msgstr "完成验证" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:714 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "撰写帖文的长度最多为 {MAX_GRAPHEME_LENGTH} 个字符" @@ -1224,10 +1293,6 @@ msgstr "撰写帖文的长度最多为 {MAX_GRAPHEME_LENGTH} 个字符" msgid "Compose reply" msgstr "撰写回复" -#: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 -msgid "Compressing..." -msgstr "压缩中..." - #: src/components/moderation/LabelPreference.tsx:81 msgid "Configure content filtering setting for category: {name}" msgstr "为类别 {name} 配置内容过滤设置" @@ -1236,8 +1301,8 @@ msgstr "为类别 {name} 配置内容过滤设置" msgid "Configured in <0>moderation settings." msgstr "在 <0>内容审核设置 中配置。" -#: src/components/Prompt.tsx:162 #: src/components/Prompt.tsx:165 +#: src/components/Prompt.tsx:168 #: src/view/com/modals/SelfLabel.tsx:155 #: src/view/com/modals/VerifyEmail.tsx:239 #: src/view/com/modals/VerifyEmail.tsx:241 @@ -1267,7 +1332,7 @@ msgstr "确认你的年龄:" msgid "Confirm your birthdate" msgstr "确认你的出生日期" -#: src/screens/Login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:259 #: src/view/com/modals/ChangeEmail.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:238 #: src/view/com/modals/DeleteAccount.tsx:244 @@ -1277,7 +1342,7 @@ msgstr "确认你的出生日期" msgid "Confirmation code" msgstr "验证码" -#: src/screens/Login/LoginForm.tsx:325 +#: src/screens/Login/LoginForm.tsx:312 msgid "Connecting..." msgstr "连接中..." @@ -1319,7 +1384,7 @@ msgstr "内容警告" msgid "Context menu backdrop, click to close the menu." msgstr "上下文菜单背景,点击关闭菜单。" -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "继续" @@ -1332,7 +1397,7 @@ msgstr "以 {0} 继续(已登录)" msgid "Continue thread..." msgstr "加载更多帖文串..." -#: src/screens/Onboarding/StepInterests/index.tsx:275 +#: src/screens/Onboarding/StepInterests/index.tsx:255 #: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/BackNextButtons.tsx:59 msgid "Continue to next step" @@ -1360,7 +1425,7 @@ msgstr "已复制构建版本号至剪贴板" #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:234 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:368 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:392 msgid "Copied to clipboard" msgstr "已复制至剪贴板" @@ -1438,6 +1503,10 @@ msgstr "无法加载列表" msgid "Could not mute chat" msgstr "无法隐藏对话" +#: src/view/com/composer/videos/VideoPreview.web.tsx:56 +msgid "Could not process your video" +msgstr "无法处理你的视频" + #: src/components/StarterPack/ProfileStarterPacks.tsx:272 msgid "Create" msgstr "创建" @@ -1495,7 +1564,7 @@ msgstr "创建新的账户" msgid "Create report for {0}" msgstr "创建 {0} 的举报" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "{0} 已创建" @@ -1543,7 +1612,7 @@ msgstr "深色模式" msgid "Dark theme" msgstr "深色模式" -#: src/screens/Signup/StepInfo/index.tsx:191 +#: src/screens/Signup/StepInfo/index.tsx:192 msgid "Date of birth" msgstr "生日" @@ -1569,7 +1638,7 @@ msgstr "调试面板" #: src/screens/StarterPack/StarterPackScreen.tsx:652 #: src/screens/StarterPack/StarterPackScreen.tsx:732 #: src/view/com/util/forms/PostDropdownBtn.tsx:629 -#: src/view/screens/AppPasswords.tsx:285 +#: src/view/screens/AppPasswords.tsx:280 #: src/view/screens/ProfileList.tsx:723 msgid "Delete" msgstr "删除" @@ -1582,11 +1651,11 @@ msgstr "删除账户" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "删除账户 <0>\"<1>{0}<2>\"" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "删除应用专用密码" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "删除应用专用密码?" @@ -1641,7 +1710,7 @@ msgstr "删除这个列表?" msgid "Delete this post?" msgstr "删除这条帖文?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:93 msgid "Deleted" msgstr "已删除" @@ -1677,7 +1746,7 @@ msgstr "分离引用帖文?" msgid "Dialog: adjust who can interact with this post" msgstr "对话框:调整谁可以参与这条帖文的互动" -#: src/view/com/composer/Composer.tsx:327 +#: src/view/com/composer/Composer.tsx:355 msgid "Did you want to say anything?" msgstr "有什么想说的吗?" @@ -1691,8 +1760,8 @@ msgid "Direct messages are here!" msgstr "隆重介绍私信功能!" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" -msgstr "关闭 GIF 自动播放" +msgid "Disable autoplay for videos and GIFs" +msgstr "关闭自动播放视频及 GIF" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 msgid "Disable Email 2FA" @@ -1702,7 +1771,7 @@ msgstr "关闭电子邮件两步验证" msgid "Disable haptic feedback" msgstr "关闭触感反馈" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:379 msgid "Disable subtitles" msgstr "禁用字幕" @@ -1715,11 +1784,11 @@ msgstr "禁用字幕" msgid "Disabled" msgstr "关闭" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:840 msgid "Discard" msgstr "丢弃" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:837 msgid "Discard draft?" msgstr "丢弃草稿?" @@ -1728,10 +1797,6 @@ msgstr "丢弃草稿?" msgid "Discourage apps from showing my account to logged-out users" msgstr "阻止应用向未登录用户显示我的账户" -#: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "\"Discover\" 会根据你的浏览喜好向你推荐帖文。" - #: src/view/com/posts/FollowingEmptyState.tsx:70 #: src/view/com/posts/FollowingEndOfFeed.tsx:71 msgid "Discover new custom feeds" @@ -1745,11 +1810,7 @@ msgstr "探索新的资讯源" msgid "Discover New Feeds" msgstr "探索新的资讯源" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 -msgid "Dismiss" -msgstr "关闭" - -#: src/view/com/composer/Composer.tsx:612 +#: src/view/com/composer/Composer.tsx:1107 msgid "Dismiss error" msgstr "关闭错误" @@ -1781,7 +1842,7 @@ msgstr "不对你已关注的用户使用此隐藏词" msgid "Does not include nudity." msgstr "不包含裸露内容。" -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "不以连字符开头或结尾" @@ -1801,6 +1862,8 @@ msgstr "域名已认证!" #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/composer/videos/SubtitleDialog.tsx:171 +#: src/view/com/composer/videos/SubtitleDialog.tsx:181 #: src/view/com/modals/AddAppPasswords.tsx:243 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 @@ -1823,7 +1886,7 @@ msgstr "完成" msgid "Done{extraText}" msgstr "完成{extraText}" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "下载 Bluesky" @@ -1832,7 +1895,11 @@ msgstr "下载 Bluesky" msgid "Download CAR file" msgstr "下载 CAR 文件" -#: src/view/com/composer/text-input/TextInput.web.tsx:271 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:622 +msgid "Download image" +msgstr "下载图片" + +#: src/view/com/composer/text-input/TextInput.web.tsx:269 msgid "Drop to add images" msgstr "拖放即可新增图片" @@ -1893,7 +1960,7 @@ msgctxt "action" msgid "Edit" msgstr "编辑" -#: src/view/com/util/UserAvatar.tsx:328 +#: src/view/com/util/UserAvatar.tsx:334 #: src/view/com/util/UserBanner.tsx:92 msgid "Edit avatar" msgstr "编辑头像" @@ -1941,12 +2008,12 @@ msgid "Edit post interaction settings" msgstr "调整帖文互动选项" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "编辑个人资料" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:187 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "编辑个人资料" @@ -1992,6 +2059,10 @@ msgstr "电子邮件两步验证已关闭" msgid "Email address" msgstr "邮箱地址" +#: src/components/intents/VerifyEmailIntentDialog.tsx:95 +msgid "Email Resent" +msgstr "重新发送电子邮件" + #: src/view/com/modals/ChangeEmail.tsx:54 #: src/view/com/modals/ChangeEmail.tsx:83 msgid "Email updated" @@ -2005,6 +2076,10 @@ msgstr "电子邮箱已更新" msgid "Email verified" msgstr "电子邮箱已验证" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "电子邮箱已验证" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "电子邮箱:" @@ -2045,7 +2120,7 @@ msgstr "启用媒体播放器" msgid "Enable priority notifications" msgstr "启用优先通知" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:380 msgid "Enable subtitles" msgstr "启用字幕" @@ -2059,13 +2134,13 @@ msgstr "仅启用这个来源" msgid "Enabled" msgstr "已启用" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "已到末尾" -#: src/tours/Tooltip.tsx:159 -msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." -msgstr "入门指南已结束,已没有进一步的选项。若仍需获取更多选项请返回上一步,或点按跳过。" +#: src/view/com/composer/videos/SubtitleDialog.tsx:161 +msgid "Ensure you have selected a language for each subtitle file." +msgstr "确保为每个字幕文件都选择了一种语言。" #: src/view/com/modals/AddAppPasswords.tsx:161 msgid "Enter a name for this App Password" @@ -2121,11 +2196,11 @@ msgstr "输入你的用户名和密码" msgid "Error occurred while saving file" msgstr "保存文件时发生错误" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "Captcha 响应错误。" -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "错误:" @@ -2149,11 +2224,11 @@ msgstr "所有人都可以回复这条帖文。" msgid "Everyone" msgstr "所有人" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "过于频繁的提及或回复" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "过于频繁的骚扰信息" @@ -2165,6 +2240,10 @@ msgstr "排除你已关注的用户" msgid "Excludes users you follow" msgstr "排除你已关注的用户" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:397 +msgid "Exit fullscreen" +msgstr "退出全屏" + #: src/view/com/modals/DeleteAccount.tsx:293 msgid "Exits account deletion process" msgstr "退出账户删除流程" @@ -2189,7 +2268,7 @@ msgstr "退出搜索查询输入" msgid "Expand alt text" msgstr "展开替代文本" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "展开用户列表" @@ -2304,11 +2383,11 @@ msgstr "无法保存这张图片:{0}" msgid "Failed to save notification preferences, please try again" msgstr "无法保存通知首选项,请再试一次" -#: src/components/dms/MessageItem.tsx:224 +#: src/components/dms/MessageItem.tsx:225 msgid "Failed to send" msgstr "无法发送私信" -#: src/components/moderation/LabelsOnMeDialog.tsx:234 +#: src/components/moderation/LabelsOnMeDialog.tsx:225 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "无法提交申诉,请再试一次。" @@ -2326,6 +2405,13 @@ msgstr "无法更新资讯源" msgid "Failed to update settings" msgstr "无法更新设置" +#: src/state/queries/video/video-upload.ts:67 +#: src/state/queries/video/video-upload.web.ts:64 +#: src/state/queries/video/video-upload.web.ts:68 +#: src/state/queries/video/video-upload.web.ts:78 +msgid "Failed to upload video" +msgstr "无法上传视频" + #: src/Navigation.tsx:226 msgid "Feed" msgstr "资讯源" @@ -2348,9 +2434,9 @@ msgstr "反馈" #: src/screens/StarterPack/StarterPackScreen.tsx:172 #: src/view/screens/Feeds.tsx:445 #: src/view/screens/Feeds.tsx:550 -#: src/view/screens/Profile.tsx:213 +#: src/view/screens/Profile.tsx:224 #: src/view/screens/Search/Search.tsx:375 -#: src/view/shell/desktop/LeftNav.tsx:379 +#: src/view/shell/desktop/LeftNav.tsx:373 #: src/view/shell/Drawer.tsx:497 #: src/view/shell/Drawer.tsx:498 msgid "Feeds" @@ -2376,7 +2462,7 @@ msgstr "文件保存成功!" msgid "Filter from feeds" msgstr "从资讯源中过滤" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "最终确定" @@ -2386,10 +2472,6 @@ msgstr "最终确定" msgid "Find accounts to follow" msgstr "寻找一些账户关注" -#: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "在探索页面中寻找更多资讯源与账户关注。" - #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" msgstr "在 Bluesky 寻找帖文和用户" @@ -2406,15 +2488,11 @@ msgstr "调整讨论主题。" msgid "Finish" msgstr "完成" -#: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "完成入门指南并开始使用应用程序" - #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "健康" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "灵活" @@ -2428,11 +2506,11 @@ msgid "Flip vertically" msgstr "垂直翻转" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:351 +#: src/components/ProfileCard.tsx:356 #: src/components/ProfileHoverCard/index.web.tsx:446 #: src/components/ProfileHoverCard/index.web.tsx:457 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:252 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:225 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 msgid "Follow" msgstr "关注" @@ -2441,8 +2519,8 @@ msgctxt "action" msgid "Follow" msgstr "关注" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:238 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:209 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:126 msgid "Follow {0}" msgstr "关注 {0}" @@ -2464,7 +2542,13 @@ msgstr "关注账户" msgid "Follow all" msgstr "关注所有人" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:223 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 +msgid "Follow Back" +msgstr "回关" + +#: src/view/com/profile/FollowButton.tsx:79 +msgctxt "action" msgid "Follow Back" msgstr "回关" @@ -2492,16 +2576,16 @@ msgstr "由 <0>{0}、<1>{1} 以及 {2, plural, one {其他#人} other { msgid "Followed users" msgstr "已关注的用户" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "关注了你" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" msgstr "回关" -#: src/view/com/profile/ProfileFollowers.tsx:104 -#: src/view/screens/ProfileFollowers.tsx:25 +#: src/view/screens/ProfileFollowers.tsx:29 +#: src/view/screens/ProfileFollowers.tsx:30 msgid "Followers" msgstr "关注者" @@ -2515,20 +2599,20 @@ msgid "Followers you know" msgstr "由你所认识的关注者" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:345 +#: src/components/ProfileCard.tsx:350 #: src/components/ProfileHoverCard/index.web.tsx:445 #: src/components/ProfileHoverCard/index.web.tsx:456 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 -#: src/view/com/profile/ProfileFollows.tsx:104 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:147 #: src/view/screens/Feeds.tsx:630 -#: src/view/screens/ProfileFollows.tsx:25 +#: src/view/screens/ProfileFollows.tsx:29 +#: src/view/screens/ProfileFollows.tsx:30 #: src/view/screens/SavedFeeds.tsx:416 msgid "Following" msgstr "正在关注" -#: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/components/ProfileCard.tsx:316 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "已关注 {0}" @@ -2546,10 +2630,6 @@ msgstr "\"正在关注\"资讯源首选项" msgid "Following Feed Preferences" msgstr "\"正在关注\"资讯源首选项" -#: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "\"正在关注\"显示你已关注的账户所发布的最新帖文。" - #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" msgstr "关注了你" @@ -2580,11 +2660,11 @@ msgstr "永久" msgid "Forgot Password" msgstr "忘记密码" -#: src/screens/Login/LoginForm.tsx:246 +#: src/screens/Login/LoginForm.tsx:233 msgid "Forgot password?" msgstr "忘记密码?" -#: src/screens/Login/LoginForm.tsx:257 +#: src/screens/Login/LoginForm.tsx:244 msgid "Forgot?" msgstr "忘记?" @@ -2592,15 +2672,19 @@ msgstr "忘记?" msgid "Frequently Posts Unwanted Content" msgstr "频繁发布不受欢迎的内容" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "来自 @{sanitizedAuthor}" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "来自 <0/>" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:398 +msgid "Fullscreen" +msgstr "全屏" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "相册" @@ -2626,7 +2710,7 @@ msgstr "开始吧" msgid "Getting started" msgstr "开始吧" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:122 msgid "GIF" msgstr "GIF" @@ -2645,7 +2729,7 @@ msgstr "明显违反法律或服务条款" #: src/view/screens/NotFound.tsx:55 #: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:1026 -#: src/view/shell/desktop/LeftNav.tsx:134 +#: src/view/shell/desktop/LeftNav.tsx:133 msgid "Go back" msgstr "返回" @@ -2685,7 +2769,7 @@ msgstr "返回主页" msgid "Go to conversation with {0}" msgstr "转到与 {0} 的对话" -#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:171 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Go to next" msgstr "前往下一步" @@ -2694,10 +2778,6 @@ msgstr "前往下一步" msgid "Go to profile" msgstr "前往个人资料" -#: src/tours/Tooltip.tsx:138 -msgid "Go to the next step of the tour" -msgstr "前往入门指南的下一步" - #: src/components/dms/ConvoMenu.tsx:164 msgid "Go to user's profile" msgstr "前往用户个人资料" @@ -2762,7 +2842,7 @@ msgstr "隐藏列表" msgid "Hide" msgstr "隐藏" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "隐藏" @@ -2796,7 +2876,7 @@ msgstr "隐藏这条帖文?" msgid "Hide this reply?" msgstr "隐藏这条回复?" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "隐藏用户列表" @@ -2828,10 +2908,14 @@ msgstr "看起来在加载数据时遇到了问题,请查看下方获取更多 msgid "Hmmmm, we couldn't load that moderation service." msgstr "无法加载此内容审核提供服务。" -#: src/Navigation.tsx:549 -#: src/Navigation.tsx:569 -#: src/view/shell/bottom-bar/BottomBar.tsx:160 -#: src/view/shell/desktop/LeftNav.tsx:342 +#: src/state/queries/video/video.ts:165 +msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" +msgstr "请稍等!我们正在逐步开放视频功能权限,你仍在等待队伍中。请稍后再回来查看!" + +#: src/Navigation.tsx:550 +#: src/Navigation.tsx:570 +#: src/view/shell/bottom-bar/BottomBar.tsx:159 +#: src/view/shell/desktop/LeftNav.tsx:341 #: src/view/shell/Drawer.tsx:429 #: src/view/shell/Drawer.tsx:430 msgid "Home" @@ -2842,7 +2926,7 @@ msgid "Host:" msgstr "主机:" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:180 +#: src/screens/Login/LoginForm.tsx:169 #: src/screens/Signup/StepInfo/index.tsx:106 #: src/view/com/modals/ChangeHandle.tsx:275 msgid "Hosting provider" @@ -2903,7 +2987,7 @@ msgstr "如果你想更改你的用户识别符或电子邮件,请在停用之 msgid "Illegal and Urgent" msgstr "违法" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:56 msgid "Image" msgstr "图片" @@ -2911,6 +2995,7 @@ msgstr "图片" msgid "Image alt text" msgstr "图片替代文本" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:247 #: src/components/StarterPack/ShareDialog.tsx:76 msgid "Image saved to your camera roll!" msgstr "图片已保存到你的照片图库!" @@ -2919,7 +3004,11 @@ msgstr "图片已保存到你的照片图库!" msgid "Impersonation or false claims about identity or affiliation" msgstr "冒充或虚假身份及从属关系" -#: src/lib/moderation/useReportOptions.ts:86 +#: src/lib/moderation/useReportOptions.ts:68 +msgid "Impersonation, misinformation, or false claims" +msgstr "冒充他人、提供虚假信息或提出虚假声明" + +#: src/lib/moderation/useReportOptions.ts:91 msgid "Inappropriate messages or explicit links" msgstr "不适当的消息或诱导性链接" @@ -2943,15 +3032,15 @@ msgstr "输入新的密码" msgid "Input password for account deletion" msgstr "输入密码以删除账户" -#: src/screens/Login/LoginForm.tsx:286 +#: src/screens/Login/LoginForm.tsx:273 msgid "Input the code which has been emailed to you" msgstr "输入发送至你电子邮箱的验证码" -#: src/screens/Login/LoginForm.tsx:215 +#: src/screens/Login/LoginForm.tsx:203 msgid "Input the username or email address you used at signup" msgstr "输入注册时使用的用户名或电子邮箱" -#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Login/LoginForm.tsx:228 msgid "Input your password" msgstr "输入你的密码" @@ -2959,7 +3048,7 @@ msgstr "输入你的密码" msgid "Input your preferred hosting provider" msgstr "输入你首选的托管服务提供商" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "输入你的用户识别符" @@ -2971,7 +3060,7 @@ msgstr "互动受限" msgid "Introducing Direct Messages" msgstr "介绍私信" -#: src/screens/Login/LoginForm.tsx:140 +#: src/screens/Login/LoginForm.tsx:145 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "无效的两步验证码。" @@ -2980,10 +3069,15 @@ msgstr "无效的两步验证码。" msgid "Invalid or unsupported post record" msgstr "帖文记录无效或不受支持" -#: src/screens/Login/LoginForm.tsx:145 +#: src/screens/Login/LoginForm.tsx:91 +#: src/screens/Login/LoginForm.tsx:150 msgid "Invalid username or password" msgstr "用户名或密码无效" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "验证码无效" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "邀请朋友" @@ -2992,7 +3086,7 @@ msgstr "邀请朋友" msgid "Invite code" msgstr "邀请码" -#: src/screens/Signup/state.ts:263 +#: src/screens/Signup/state.ts:258 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "邀请码无效,请检查你输入的邀请码并重试。" @@ -3020,6 +3114,10 @@ msgstr "邀请,但保持私密" msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "现在就只有你了!通过上面的搜索将更多人添加到你的入门包中。" +#: src/view/com/composer/Composer.tsx:1126 +msgid "Job ID: {0}" +msgstr "工作编号:{0}" + #: src/view/com/auth/SplashScreen.web.tsx:164 msgid "Jobs" msgstr "工作" @@ -3035,6 +3133,10 @@ msgstr "加入 Bluesky" msgid "Join the conversation" msgstr "加入对话" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:492 +msgid "Joined {0}" +msgstr "{0} 已加入" + #: src/screens/Onboarding/index.tsx:21 #: src/screens/Onboarding/state.ts:89 msgid "Journalism" @@ -3048,7 +3150,7 @@ msgstr "由 {0} 标记。" msgid "Labeled by the author." msgstr "由作者标记。" -#: src/view/screens/Profile.tsx:207 +#: src/view/screens/Profile.tsx:218 msgid "Labels" msgstr "标记" @@ -3056,11 +3158,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:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "你账户上的标记" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "你内容上的标记" @@ -3081,7 +3183,7 @@ msgstr "语言设置" msgid "Languages" msgstr "语言" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "最新" @@ -3151,8 +3253,7 @@ msgstr "自定义" msgid "Let's get your password reset!" msgstr "让我们来重置你的密码!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "让我们开始!" @@ -3181,22 +3282,22 @@ msgstr "喜欢这个资讯源" msgid "Liked by" msgstr "喜欢" -#: src/screens/Post/PostLikedBy.tsx:29 +#: src/screens/Post/PostLikedBy.tsx:31 +#: src/screens/Post/PostLikedBy.tsx:32 #: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 -#: src/view/com/post-thread/PostLikedBy.tsx:94 #: src/view/screens/ProfileFeedLikedBy.tsx:28 msgid "Liked By" msgstr "喜欢" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "喜欢了你的自定义资讯源" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "喜欢了你的帖文" -#: src/view/screens/Profile.tsx:212 +#: src/view/screens/Profile.tsx:223 msgid "Likes" msgstr "喜欢" @@ -3250,9 +3351,9 @@ msgid "List unmuted" msgstr "解除对列表的隐藏" #: src/Navigation.tsx:130 -#: src/view/screens/Profile.tsx:208 -#: src/view/screens/Profile.tsx:215 -#: src/view/shell/desktop/LeftNav.tsx:385 +#: src/view/screens/Profile.tsx:219 +#: src/view/screens/Profile.tsx:226 +#: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:513 #: src/view/shell/Drawer.tsx:514 msgid "Lists" @@ -3278,7 +3379,7 @@ msgstr "加载更多建议关注" msgid "Load new notifications" msgstr "加载新的通知" -#: src/screens/Profile/Sections/Feed.tsx:87 +#: src/screens/Profile/Sections/Feed.tsx:94 #: src/view/com/feeds/FeedPage.tsx:136 #: src/view/screens/ProfileFeed.tsx:495 #: src/view/screens/ProfileList.tsx:805 @@ -3351,7 +3452,7 @@ msgid "Mark as read" msgstr "标记为已读" #: src/view/screens/AccessibilitySettings.tsx:106 -#: src/view/screens/Profile.tsx:211 +#: src/view/screens/Profile.tsx:222 msgid "Media" msgstr "媒体" @@ -3381,12 +3482,12 @@ msgstr "私信已删除" msgid "Message from server: {0}" msgstr "来自服务器的信息:{0}" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" msgstr "私信输入栏" -#: src/screens/Messages/Conversation/MessageInput.tsx:70 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:49 +#: src/screens/Messages/Conversation/MessageInput.tsx:72 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:59 msgid "Message is too long" msgstr "私信过长" @@ -3394,7 +3495,7 @@ msgstr "私信过长" msgid "Message settings" msgstr "私信设置" -#: src/Navigation.tsx:564 +#: src/Navigation.tsx:565 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -3405,6 +3506,10 @@ msgstr "私信" msgid "Misleading Account" msgstr "误导性账户" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "误导性帖文" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" msgstr "模式" @@ -3471,7 +3576,7 @@ msgstr "内容审核工具" msgid "Moderator has chosen to set a general warning on the content." msgstr "由内容审核服务提供方对这段内容设置的一般警告。" -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "更多" @@ -3496,8 +3601,12 @@ msgid "Music" msgstr "音乐" #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 +msgid "Mute" +msgstr "隐藏" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:389 +msgctxt "video" msgid "Mute" msgstr "隐藏" @@ -3569,10 +3678,6 @@ msgstr "隐藏讨论串" msgid "Mute words & tags" msgstr "隐藏词和标签" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Muted" -msgstr "已隐藏" - #: src/screens/Moderation/index.tsx:264 msgid "Muted accounts" msgstr "已隐藏账户" @@ -3607,7 +3712,7 @@ msgstr "我的生日" msgid "My Feeds" msgstr "自定义资讯源" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "我的个人资料" @@ -3629,9 +3734,9 @@ msgid "Name is required" msgstr "名称是必填项" #: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:93 -#: src/lib/moderation/useReportOptions.ts:101 -#: src/lib/moderation/useReportOptions.ts:109 +#: 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 "名称或描述违反了社群准则" @@ -3644,12 +3749,12 @@ msgstr "自然" msgid "Navigate to {0}" msgstr "转到 {0}" -#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:73 +#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:76 msgid "Navigate to starter pack" msgstr "转到入门包" -#: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:332 +#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/LoginForm.tsx:319 #: src/view/com/modals/ChangePassword.tsx:169 msgid "Navigates to the next screen" msgstr "转到下一页" @@ -3662,7 +3767,7 @@ msgstr "转到个人资料" msgid "Need to report a copyright violation?" msgstr "需要举报侵犯版权行为吗?" -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "永远不会失去对你的关注者或数据的访问。" @@ -3708,15 +3813,15 @@ msgstr "新帖文" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:228 -#: src/view/screens/Profile.tsx:478 +#: src/view/screens/Profile.tsx:489 #: src/view/screens/ProfileFeed.tsx:429 #: src/view/screens/ProfileList.tsx:237 #: src/view/screens/ProfileList.tsx:276 -#: src/view/shell/desktop/LeftNav.tsx:278 +#: src/view/shell/desktop/LeftNav.tsx:277 msgid "New post" msgstr "新帖文" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "新帖文" @@ -3739,9 +3844,9 @@ msgid "News" msgstr "新闻" #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:331 -#: src/screens/Login/LoginForm.tsx:338 +#: src/screens/Login/ForgotPasswordForm.tsx:149 +#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:325 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/BackNextButtons.tsx:66 @@ -3749,7 +3854,6 @@ msgstr "新闻" #: src/screens/StarterPack/Wizard/index.tsx:187 #: src/screens/StarterPack/Wizard/index.tsx:358 #: src/screens/StarterPack/Wizard/index.tsx:365 -#: src/tours/Tooltip.tsx:139 #: src/view/com/modals/ChangePassword.tsx:254 #: src/view/com/modals/ChangePassword.tsx:256 msgid "Next" @@ -3786,12 +3890,12 @@ msgstr "未找到精选 GIF,Tensor 可能存在问题。" msgid "No feeds found. Try searching for something else." msgstr "未找到资讯源,尝试搜索点别的。" -#: src/components/ProfileCard.tsx:331 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 +#: src/components/ProfileCard.tsx:336 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "不再关注 {0}" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "不超过 253 个字符" @@ -3818,7 +3922,7 @@ msgstr "仅自己" msgid "No one but the author can quote this post." msgstr "仅限作者可引用这条帖文。" -#: src/screens/Profile/Sections/Feed.tsx:59 +#: src/screens/Profile/Sections/Feed.tsx:64 msgid "No posts yet." msgstr "目前还没有任何帖文。" @@ -3874,7 +3978,7 @@ msgid "Non-sexual Nudity" msgstr "非性暗示裸露" #: src/Navigation.tsx:125 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Not Found" msgstr "未找到" @@ -3885,7 +3989,7 @@ msgstr "暂时不需要" #: src/view/com/profile/ProfileMenu.tsx:372 #: src/view/com/util/forms/PostDropdownBtn.tsx:654 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:332 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:356 msgid "Note about sharing" msgstr "分享注意事项" @@ -3918,22 +4022,22 @@ msgstr "通知提示音" msgid "Notification Sounds" msgstr "通知提示音" -#: src/Navigation.tsx:559 +#: src/Navigation.tsx:560 #: src/view/screens/Notifications.tsx:145 #: src/view/screens/Notifications.tsx:155 #: src/view/screens/Notifications.tsx:203 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 -#: src/view/shell/desktop/LeftNav.tsx:362 +#: src/view/shell/bottom-bar/BottomBar.tsx:227 +#: src/view/shell/desktop/LeftNav.tsx:356 #: src/view/shell/Drawer.tsx:461 #: src/view/shell/Drawer.tsx:462 msgid "Notifications" msgstr "通知" -#: src/lib/hooks/useTimeAgo.ts:51 +#: src/lib/hooks/useTimeAgo.ts:122 msgid "now" msgstr "现在" -#: src/components/dms/MessageItem.tsx:169 +#: src/components/dms/MessageItem.tsx:170 msgid "Now" msgstr "现在" @@ -3941,7 +4045,7 @@ msgstr "现在" msgid "Nudity" msgstr "裸露" -#: src/lib/moderation/useReportOptions.ts:73 +#: src/lib/moderation/useReportOptions.ts:78 msgid "Nudity or adult content not labeled as such" msgstr "未标记的裸露或成人内容" @@ -3955,10 +4059,14 @@ msgstr "显示" msgid "Oh no!" msgstr "糟糕!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "糟糕!发生了一些错误。" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:175 +msgid "Oh no! We weren't able to generate an image for you to share. Rest assured, we're glad you're here 🦋" +msgstr "糟糕!我们无法生成图片供你分享。请放心,我们很高兴你还在这里 🦋" + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:339 msgid "OK" msgstr "好的" @@ -3971,23 +4079,15 @@ msgstr "好的" msgid "Oldest replies first" msgstr "优先显示最旧的回复" -#: src/components/StarterPack/QrCode.tsx:69 -msgid "on" -msgstr "于" - -#: src/lib/hooks/useTimeAgo.ts:81 -msgid "on {str}" -msgstr "于 {str}" +#: src/components/StarterPack/QrCode.tsx:70 +msgid "on<0><1/><2><3/>" +msgstr "于<0><1/><2><3/>" #: src/view/screens/Settings/index.tsx:226 msgid "Onboarding reset" msgstr "重新开始引导流程" -#: src/tours/Tooltip.tsx:118 -msgid "Onboarding tour step {0}: {1}" -msgstr "入门指南步骤:{0}/{1}" - -#: src/view/com/composer/Composer.tsx:589 +#: src/view/com/composer/Composer.tsx:671 msgid "One or more images is missing alt text." msgstr "至少有一张图片缺失了替代文本。" @@ -3999,10 +4099,14 @@ msgstr "目前只支持上传 .jpg 或 .png 格式的图片文件" msgid "Only {0} can reply." msgstr "仅限 {0} 可以回复。" -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "仅限字母、数字和连字符" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:39 +msgid "Only WebVTT (.vtt) files are supported" +msgstr "仅支持 WebVTT(.vtt)格式" + #: src/components/Lists.tsx:88 msgid "Oops, something went wrong!" msgstr "糟糕,发生了一些错误!" @@ -4010,13 +4114,13 @@ msgstr "糟糕,发生了一些错误!" #: src/components/Lists.tsx:199 #: src/components/StarterPack/ProfileStarterPacks.tsx:304 #: src/components/StarterPack/ProfileStarterPacks.tsx:313 -#: src/view/screens/AppPasswords.tsx:69 +#: src/view/screens/AppPasswords.tsx:68 #: src/view/screens/NotificationsSettings.tsx:45 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Oops!" msgstr "Oops!" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "开启" @@ -4033,8 +4137,9 @@ msgstr "开启头像创建工具" msgid "Open conversation options" msgstr "开启对话选项" -#: src/view/com/composer/Composer.tsx:754 -#: src/view/com/composer/Composer.tsx:755 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:165 +#: src/view/com/composer/Composer.tsx:820 +#: src/view/com/composer/Composer.tsx:821 msgid "Open emoji picker" msgstr "开启表情符号选择器" @@ -4169,7 +4274,7 @@ msgstr "开启使用自定义域名的模式" msgid "Opens moderation settings" msgstr "开启内容审核设置" -#: src/screens/Login/LoginForm.tsx:247 +#: src/screens/Login/LoginForm.tsx:234 msgid "Opens password reset form" msgstr "开启密码重置申请" @@ -4202,12 +4307,12 @@ msgstr "开启系统日志界面" msgid "Opens the threads preferences" msgstr "开启讨论串首选项" -#: src/view/com/notifications/FeedItem.tsx:555 -#: src/view/com/util/UserAvatar.tsx:420 +#: src/view/com/notifications/FeedItem.tsx:551 +#: src/view/com/util/UserAvatar.tsx:426 msgid "Opens this profile" msgstr "开启此个人资料" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:95 msgid "Opens video picker" msgstr "开启视频选择器" @@ -4265,7 +4370,7 @@ msgstr "无法找到这个页面" msgid "Page Not Found" msgstr "无法找到这个页面" -#: src/screens/Login/LoginForm.tsx:225 +#: src/screens/Login/LoginForm.tsx:213 #: src/screens/Signup/StepInfo/index.tsx:162 #: src/view/com/modals/DeleteAccount.tsx:257 #: src/view/com/modals/DeleteAccount.tsx:264 @@ -4284,12 +4389,13 @@ msgstr "密码已更新" msgid "Password updated!" msgstr "密码已更新!" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:366 msgid "Pause" msgstr "暂停" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:319 msgid "Pause video" msgstr "暂停视频" @@ -4348,43 +4454,44 @@ msgstr "固定资讯源列表" msgid "Pinned to your feeds" msgstr "固定到你的资讯源" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:367 msgid "Play" msgstr "播放" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:131 msgid "Play {0}" msgstr "播放 {0}" -#: src/view/com/util/post-embeds/GifEmbed.tsx:43 +#: src/view/com/util/post-embeds/GifEmbed.tsx:45 msgid "Play or pause the GIF" msgstr "播放或暂停 GIF" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:52 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:204 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:110 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:320 msgid "Play video" msgstr "播放视频" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:59 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:60 msgid "Play Video" msgstr "播放视频" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:130 msgid "Plays the GIF" msgstr "播放 GIF" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "请设置你的用户识别符。" -#: src/screens/Signup/state.ts:215 +#: src/screens/Signup/state.ts:210 #: src/screens/Signup/StepInfo/index.tsx:81 msgid "Please choose your password." msgstr "请设置你的密码。" -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "请完成 Captcha 验证。" @@ -4404,7 +4511,7 @@ msgstr "请输入这个应用专用密码的唯一名称,或使用我们提供 msgid "Please enter a valid word, tag, or phrase to mute" msgstr "请输入一个有效的词、标签或短语" -#: src/screens/Signup/state.ts:201 +#: src/screens/Signup/state.ts:196 #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Please enter your email." msgstr "请输入你的电子邮箱。" @@ -4417,7 +4524,7 @@ msgstr "请输入你的邀请码。" msgid "Please enter your password as well:" msgstr "请输入你的密码:" -#: src/components/moderation/LabelsOnMeDialog.tsx:268 +#: src/components/moderation/LabelsOnMeDialog.tsx:259 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "请解释为什么你认为这个标记是由 {0} 错误应用的" @@ -4434,7 +4541,7 @@ msgstr "请以 @{0} 身份登录" msgid "Please Verify Your Email" msgstr "请验证你的电子邮箱" -#: src/view/com/composer/Composer.tsx:331 +#: src/view/com/composer/Composer.tsx:359 msgid "Please wait for your link card to finish loading" msgstr "请等待你的链接卡片加载完毕" @@ -4447,13 +4554,13 @@ msgstr "政治" msgid "Porn" msgstr "色情内容" -#: src/view/com/composer/Composer.tsx:564 -#: src/view/com/composer/Composer.tsx:571 +#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:653 msgctxt "action" msgid "Post" msgstr "发布" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "帖文" @@ -4509,7 +4616,7 @@ msgid "posts" msgstr "帖文" #: src/screens/StarterPack/StarterPackScreen.tsx:173 -#: src/view/screens/Profile.tsx:209 +#: src/view/screens/Profile.tsx:220 msgid "Posts" msgstr "帖文" @@ -4546,7 +4653,7 @@ msgstr "点按重试" #: src/components/KnownFollowers.tsx:124 msgid "Press to view followers of this account that you also follow" -msgstr "点按以查看同样关注此账号的共同关注者" +msgstr "点按以查看同样关注此账户的共同关注者" #: src/view/com/lightbox/Lightbox.web.tsx:150 msgid "Previous image" @@ -4581,17 +4688,17 @@ msgstr "隐私政策" msgid "Privately chat with other users." msgstr "与其他用户开始私信。" -#: src/screens/Login/ForgotPasswordForm.tsx:156 +#: src/screens/Login/ForgotPasswordForm.tsx:155 msgid "Processing..." msgstr "处理中..." -#: src/view/screens/DebugMod.tsx:895 -#: src/view/screens/Profile.tsx:346 +#: src/view/screens/DebugMod.tsx:896 +#: src/view/screens/Profile.tsx:357 msgid "profile" msgstr "个人资料" -#: src/view/shell/bottom-bar/BottomBar.tsx:275 -#: src/view/shell/desktop/LeftNav.tsx:393 +#: src/view/shell/bottom-bar/BottomBar.tsx:272 +#: src/view/shell/desktop/LeftNav.tsx:387 #: src/view/shell/Drawer.tsx:78 #: src/view/shell/Drawer.tsx:546 #: src/view/shell/Drawer.tsx:547 @@ -4606,7 +4713,7 @@ msgstr "个人资料已更新" msgid "Protect your account by verifying your email." msgstr "通过验证电子邮箱来保护你的账户。" -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "公开内容" @@ -4618,11 +4725,11 @@ msgstr "公开且可共享的批量隐藏或屏蔽列表。" msgid "Public, shareable lists which can drive feeds." msgstr "公开且可共享的列表,可作为资讯源使用。" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish post" msgstr "发布帖文" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish reply" msgstr "发布回复" @@ -4638,12 +4745,8 @@ msgstr "二维码已下载!" msgid "QR code saved to your camera roll!" msgstr "二维码已保存至你的照片图库!" -#: src/tours/Tooltip.tsx:111 -msgid "Quick tip" -msgstr "小建议" - -#: src/view/com/util/post-ctrls/RepostButton.tsx:122 -#: src/view/com/util/post-ctrls/RepostButton.tsx:149 +#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:152 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Quote post" @@ -4658,8 +4761,8 @@ msgid "Quote post was successfully detached" msgstr "引用帖文已成功分离" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:313 -#: src/view/com/util/post-ctrls/RepostButton.tsx:121 -#: src/view/com/util/post-ctrls/RepostButton.tsx:148 +#: src/view/com/util/post-ctrls/RepostButton.tsx:124 +#: src/view/com/util/post-ctrls/RepostButton.tsx:151 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:84 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:91 msgid "Quote posts disabled" @@ -4673,8 +4776,8 @@ msgstr "引用已打开" msgid "Quote settings" msgstr "引用选项" -#: src/screens/Post/PostQuotes.tsx:29 -#: src/view/com/post-thread/PostQuotes.tsx:122 +#: src/screens/Post/PostQuotes.tsx:31 +#: src/screens/Post/PostQuotes.tsx:32 msgid "Quotes" msgstr "引用" @@ -4752,7 +4855,11 @@ msgstr "从你的入门包中删除 {displayName}" msgid "Remove account" msgstr "删除账户" -#: src/view/com/util/UserAvatar.tsx:387 +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "删除关联" + +#: src/view/com/util/UserAvatar.tsx:393 msgid "Remove Avatar" msgstr "删除头像" @@ -4760,7 +4867,7 @@ msgstr "删除头像" msgid "Remove Banner" msgstr "删除横幅图片" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "删除嵌入" @@ -4799,10 +4906,6 @@ msgstr "从已保存的资讯源中删除" msgid "Remove image" msgstr "删除图片" -#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "删除图片预览" - #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" msgstr "从你的隐藏词汇列表中删除" @@ -4815,24 +4918,28 @@ msgstr "删除个人资料" msgid "Remove profile from search history" msgstr "从搜索历史中删除个人资料" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:274 msgid "Remove quote" msgstr "删除引用" -#: src/view/com/util/post-ctrls/RepostButton.tsx:95 -#: src/view/com/util/post-ctrls/RepostButton.tsx:111 +#: src/view/com/util/post-ctrls/RepostButton.tsx:98 +#: src/view/com/util/post-ctrls/RepostButton.tsx:114 msgid "Remove repost" msgstr "删除转发" +#: src/view/com/composer/videos/SubtitleDialog.tsx:264 +msgid "Remove subtitle file" +msgstr "删除字幕文件" + #: src/view/com/posts/FeedErrorMessage.tsx:211 msgid "Remove this feed from your saved feeds" msgstr "从保存的资讯源列表中删除这个资讯源" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:100 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:109 msgid "Removed by author" msgstr "已被作者删除" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:98 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:107 msgid "Removed by you" msgstr "已被你删除" @@ -4856,20 +4963,20 @@ msgstr "已从保存的资讯源中删除" msgid "Removed from your feeds" msgstr "从你的自定义资讯源中删除" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:275 msgid "Removes quoted post" msgstr "删除引用的帖文" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 -msgid "Removes the image preview" -msgstr "删除图片预览" +msgid "Removes the attachment" +msgstr "删除所有关联" #: src/view/com/posts/FeedShutdownMsg.tsx:129 #: src/view/com/posts/FeedShutdownMsg.tsx:133 msgid "Replace with Discover" msgstr "替换为 \"Discover\"" -#: src/view/screens/Profile.tsx:210 +#: src/view/screens/Profile.tsx:221 msgid "Replies" msgstr "回复" @@ -4881,7 +4988,7 @@ msgstr "回复已被禁用" msgid "Replies to this post are disabled." msgstr "这条帖文的回复已被关闭。" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:644 msgctxt "action" msgid "Reply" msgstr "回复" @@ -4905,23 +5012,23 @@ msgid "Reply settings are chosen by the author of the thread" msgstr "由讨论串的作者设置的回复选项" #: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:522 +#: src/view/com/posts/FeedItem.tsx:520 msgctxt "description" msgid "Reply to <0><1/>" msgstr "回复 <0><1/>" -#: src/view/com/posts/FeedItem.tsx:513 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" msgstr "回复被屏蔽的帖文" -#: src/view/com/posts/FeedItem.tsx:515 +#: src/view/com/posts/FeedItem.tsx:513 msgctxt "description" msgid "Reply to a post" msgstr "回复这条帖文" #: src/view/com/post/Post.tsx:194 -#: src/view/com/posts/FeedItem.tsx:519 +#: src/view/com/posts/FeedItem.tsx:517 msgctxt "description" msgid "Reply to you" msgstr "对你回复" @@ -5008,9 +5115,9 @@ msgstr "举报此入门包" msgid "Report this user" msgstr "举报这个用户" -#: src/view/com/util/post-ctrls/RepostButton.tsx:67 -#: src/view/com/util/post-ctrls/RepostButton.tsx:96 -#: src/view/com/util/post-ctrls/RepostButton.tsx:112 +#: src/view/com/util/post-ctrls/RepostButton.tsx:70 +#: src/view/com/util/post-ctrls/RepostButton.tsx:99 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 msgctxt "action" msgid "Repost" msgstr "转发" @@ -5021,31 +5128,31 @@ msgid "Repost" msgstr "转发" #: src/screens/StarterPack/StarterPackScreen.tsx:535 -#: src/view/com/util/post-ctrls/RepostButton.tsx:88 +#: src/view/com/util/post-ctrls/RepostButton.tsx:91 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:49 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:104 msgid "Repost or quote post" msgstr "转发或引用帖文" -#: src/screens/Post/PostRepostedBy.tsx:29 -#: src/view/com/post-thread/PostRepostedBy.tsx:96 +#: src/screens/Post/PostRepostedBy.tsx:31 +#: src/screens/Post/PostRepostedBy.tsx:32 msgid "Reposted By" msgstr "转发" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "由 {0} 转发" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "由 <0><1/> 转发" -#: src/view/com/posts/FeedItem.tsx:292 -#: src/view/com/posts/FeedItem.tsx:311 +#: src/view/com/posts/FeedItem.tsx:290 +#: src/view/com/posts/FeedItem.tsx:309 msgid "Reposted by you" msgstr "由你转发" -#: src/view/com/notifications/FeedItem.tsx:184 +#: src/view/com/notifications/FeedItem.tsx:180 msgid "reposted your post" msgstr "转发你的帖文" @@ -5080,6 +5187,14 @@ msgstr "服务提供者要求" msgid "Resend email" msgstr "重新发送电子邮件" +#: src/components/intents/VerifyEmailIntentDialog.tsx:130 +msgid "Resend Email" +msgstr "重新发送电子邮件" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:123 +msgid "Resend Verification Email" +msgstr "重新发送验证码电子邮件" + #: src/view/com/modals/ChangePassword.tsx:186 msgid "Reset code" msgstr "确认码" @@ -5110,7 +5225,7 @@ msgstr "重置引导流程状态" msgid "Resets the preferences state" msgstr "重置首选项状态" -#: src/screens/Login/LoginForm.tsx:312 +#: src/screens/Login/LoginForm.tsx:299 msgid "Retries login" msgstr "重试登录" @@ -5119,15 +5234,15 @@ msgstr "重试登录" msgid "Retries the last action, which errored out" msgstr "重试上次出错的操作" -#: src/components/dms/MessageItem.tsx:235 +#: src/components/dms/MessageItem.tsx:236 #: src/components/Error.tsx:66 #: src/components/Lists.tsx:104 #: src/components/StarterPack/ProfileStarterPacks.tsx:318 -#: src/screens/Login/LoginForm.tsx:311 -#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:298 +#: src/screens/Login/LoginForm.tsx:305 #: src/screens/Messages/Conversation/MessageListError.tsx:25 -#: src/screens/Onboarding/StepInterests/index.tsx:251 -#: src/screens/Onboarding/StepInterests/index.tsx:254 +#: src/screens/Onboarding/StepInterests/index.tsx:231 +#: src/screens/Onboarding/StepInterests/index.tsx:234 #: src/screens/Signup/BackNextButtons.tsx:52 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 @@ -5231,8 +5346,8 @@ msgstr "保存图片裁剪设置" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:105 -#: src/view/com/notifications/FeedItem.tsx:416 -#: src/view/com/notifications/FeedItem.tsx:441 +#: src/view/com/notifications/FeedItem.tsx:412 +#: src/view/com/notifications/FeedItem.tsx:437 msgid "Say hello!" msgstr "说嗨!" @@ -5246,15 +5361,15 @@ msgid "Scroll to top" msgstr "滚动到顶部" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:554 +#: src/Navigation.tsx:555 #: src/view/com/modals/ListAddRemoveUsers.tsx:76 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 #: src/view/screens/Search/Search.tsx:421 #: src/view/screens/Search/Search.tsx:791 #: src/view/screens/Search/Search.tsx:813 -#: src/view/shell/bottom-bar/BottomBar.tsx:182 -#: src/view/shell/desktop/LeftNav.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:179 +#: src/view/shell/desktop/LeftNav.tsx:349 #: src/view/shell/Drawer.tsx:398 #: src/view/shell/Drawer.tsx:399 msgid "Search" @@ -5327,6 +5442,10 @@ msgstr "查看 Bluesky 的招聘职缺" msgid "See this guide" msgstr "查看指南" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:631 +msgid "Seek slider" +msgstr "视频进度条" + #: src/view/com/util/Selector.tsx:106 msgid "Select {item}" msgstr "选择 {item}" @@ -5363,6 +5482,10 @@ msgstr "选择 GIF \"{0}\"" msgid "Select how long to mute this word for." msgstr "选择将此词语隐藏多长时间。" +#: src/view/com/composer/videos/SubtitleDialog.tsx:249 +msgid "Select language..." +msgstr "选择语言..." + #: src/view/screens/LanguageSettings.tsx:303 msgid "Select languages" msgstr "选择语言" @@ -5375,6 +5498,10 @@ msgstr "选择内容审核服务提供方" msgid "Select option {i} of {numItems}" msgstr "选择 {numItems} 项中的第 {i} 项" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:65 +msgid "Select subtitle file (.vtt)" +msgstr "选择字幕文件(.vtt)" + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83 msgid "Select the {emojiName} emoji as your avatar" msgstr "选择 {emojiName} 表情符号作为你的头像" @@ -5387,7 +5514,7 @@ msgstr "请选择你要向哪个内容审核服务提供方提交举报" msgid "Select the service that hosts your data." msgstr "选择托管你数据的服务器。" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:94 msgid "Select video" msgstr "选择视频" @@ -5403,11 +5530,11 @@ msgstr "选择你希望订阅资讯源中所包含的语言。如果未选择任 msgid "Select your app language for the default text to display in the app." msgstr "选择你的应用语言,以显示应用中的默认文本。" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:193 msgid "Select your date of birth" msgstr "输入你的出生日期" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "下面选择你感兴趣的选项" @@ -5437,8 +5564,8 @@ msgstr "发送电子邮件" msgid "Send feedback" msgstr "提交反馈" -#: src/screens/Messages/Conversation/MessageInput.tsx:163 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:155 +#: src/screens/Messages/Conversation/MessageInput.tsx:165 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:219 msgid "Send message" msgstr "发送私信" @@ -5529,7 +5656,7 @@ msgstr "将图片纵横比设置为宽" #: src/Navigation.tsx:155 #: src/view/screens/Settings/index.tsx:302 -#: src/view/shell/desktop/LeftNav.tsx:401 +#: src/view/shell/desktop/LeftNav.tsx:395 #: src/view/shell/Drawer.tsx:563 #: src/view/shell/Drawer.tsx:564 msgid "Settings" @@ -5543,6 +5670,7 @@ msgstr "性行为或性暗示裸露。" msgid "Sexually Suggestive" msgstr "性暗示" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:644 #: src/components/StarterPack/QrCodeDialog.tsx:177 #: src/screens/StarterPack/StarterPackScreen.tsx:411 #: src/screens/StarterPack/StarterPackScreen.tsx:582 @@ -5550,7 +5678,7 @@ msgstr "性暗示" #: src/view/com/profile/ProfileMenu.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:410 #: src/view/com/util/forms/PostDropdownBtn.tsx:419 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:321 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:345 #: src/view/screens/ProfileList.tsx:484 msgid "Share" msgstr "分享" @@ -5570,7 +5698,7 @@ msgstr "分享一个有趣的事实!" #: src/view/com/profile/ProfileMenu.tsx:377 #: src/view/com/util/forms/PostDropdownBtn.tsx:659 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:337 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:361 msgid "Share anyway" msgstr "仍然分享" @@ -5579,6 +5707,14 @@ msgstr "仍然分享" msgid "Share feed" msgstr "分享资讯源" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:621 +msgid "Share image externally" +msgstr "向外部分享图片" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:639 +msgid "Share image in post" +msgstr "在帖文里分享图片" + #: src/components/StarterPack/ShareDialog.tsx:124 #: src/components/StarterPack/ShareDialog.tsx:131 #: src/screens/StarterPack/StarterPackScreen.tsx:586 @@ -5626,7 +5762,7 @@ msgstr "分享链接的网站" msgid "Show" msgstr "显示" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:169 msgid "Show alt text" msgstr "显示替代文本" @@ -5645,10 +5781,6 @@ msgstr "显示徽章" msgid "Show badge and filter from feeds" msgstr "显示徽章并从资讯源中过滤" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "显示类似于 {0} 的关注者" - #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" msgstr "显示已隐藏的回复" @@ -5662,9 +5794,9 @@ msgstr "更少显示类似这样的" msgid "Show list anyway" msgstr "仍然显示列表" -#: src/view/com/post-thread/PostThreadItem.tsx:584 +#: src/view/com/post-thread/PostThreadItem.tsx:590 #: src/view/com/post/Post.tsx:234 -#: src/view/com/posts/FeedItem.tsx:479 +#: src/view/com/posts/FeedItem.tsx:476 msgid "Show More" msgstr "显示更多" @@ -5715,7 +5847,7 @@ msgstr "显示警告" msgid "Show warning and filter from feeds" msgstr "显示警告并从资讯源中过滤" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Shows posts from {0} in your feed" msgstr "在你的资讯源中显示来自 {0} 的帖文" @@ -5723,17 +5855,17 @@ msgstr "在你的资讯源中显示来自 {0} 的帖文" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:177 +#: src/screens/Login/LoginForm.tsx:166 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:112 #: src/view/com/auth/SplashScreen.web.tsx:121 +#: src/view/shell/bottom-bar/BottomBar.tsx:312 +#: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBar.tsx:316 -#: src/view/shell/bottom-bar/BottomBar.tsx:318 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:208 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:210 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -5765,12 +5897,12 @@ msgstr "登出" msgid "Sign out of all accounts" msgstr "登出所有账户" +#: src/view/shell/bottom-bar/BottomBar.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBar.tsx:306 -#: src/view/shell/bottom-bar/BottomBar.tsx:308 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:198 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:200 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -5795,25 +5927,25 @@ msgstr "登录身份" msgid "Signed in as @{0}" msgstr "以 @{0} 身份登录" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "使用你的入门包注册" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:306 -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:313 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:308 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:315 msgid "Signup without a starter pack" msgstr "注册但不使用入门包" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:102 +#: src/components/FeedInterstitials.tsx:316 msgid "Similar accounts" msgstr "类似账户" -#: src/screens/Onboarding/StepInterests/index.tsx:265 +#: src/screens/Onboarding/StepInterests/index.tsx:245 #: src/screens/StarterPack/Wizard/index.tsx:191 msgid "Skip" msgstr "跳过" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "跳过这段流程" @@ -5822,7 +5954,7 @@ msgstr "跳过这段流程" msgid "Software Dev" msgstr "程序开发" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:447 msgid "Some other feeds you might like" msgstr "其他你可能喜欢的资讯源" @@ -5851,7 +5983,7 @@ msgid "Something went wrong!" msgstr "出了点问题!" #: src/App.native.tsx:102 -#: src/App.web.tsx:83 +#: src/App.web.tsx:88 msgid "Sorry! Your session expired. Please log in again." msgstr "很抱歉,你的登录会话已过期,请重新登录。" @@ -5863,12 +5995,12 @@ msgstr "回复排序" msgid "Sort replies to the same post by:" msgstr "对同一帖文的回复进行排序:" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" msgstr "来源: <0>{sourceName}" -#: src/lib/moderation/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:80 +#: src/lib/moderation/useReportOptions.ts:72 +#: src/lib/moderation/useReportOptions.ts:85 msgid "Spam" msgstr "垃圾内容" @@ -5897,11 +6029,6 @@ msgstr "与 {displayName} 开始私信" msgid "Start chatting" msgstr "开始私信" -#: src/tours/Tooltip.tsx:99 -msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." -msgstr "开始入门指南吧,若需获取更多选项请点击下一步,或点按跳过。" - -#: src/lib/generate-starterpack.ts:68 #: src/Navigation.tsx:358 #: src/Navigation.tsx:363 #: src/screens/StarterPack/Wizard/index.tsx:182 @@ -5916,7 +6043,7 @@ msgstr "由 {0} 创建的入门包" msgid "Starter pack is invalid" msgstr "入门包无效" -#: src/view/screens/Profile.tsx:214 +#: src/view/screens/Profile.tsx:225 msgid "Starter Packs" msgstr "入门包" @@ -5941,8 +6068,8 @@ msgstr "已清除存储,请立即重启应用。" msgid "Storybook" msgstr "Storybook" -#: src/components/moderation/LabelsOnMeDialog.tsx:302 -#: src/components/moderation/LabelsOnMeDialog.tsx:303 +#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:294 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -5970,9 +6097,9 @@ msgstr "订阅这个列表" #: src/view/screens/Search/Explore.tsx:332 msgid "Suggested accounts" -msgstr "建议的账号" +msgstr "建议的账户" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:318 msgid "Suggested for you" msgstr "为你推荐" @@ -5991,17 +6118,13 @@ msgstr "支持" msgid "Switch Account" msgstr "切换账户" -#: src/tours/HomeTour.tsx:48 -msgid "Switch between feeds to control your experience." -msgstr "在资讯源之间切换以刷新你的浏览体验。" - #: src/view/screens/Settings/index.tsx:126 msgid "Switch to {0}" msgstr "切换到 {0}" #: src/view/screens/Settings/index.tsx:127 msgid "Switches the account you are logged in to" -msgstr "" +msgstr "切换你登录的账户" #: src/screens/Settings/AppearanceSettings.tsx:85 #: src/screens/Settings/AppearanceSettings.tsx:87 @@ -6028,17 +6151,22 @@ msgstr "高" msgid "Tap to dismiss" msgstr "点按关闭" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:181 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:145 msgid "Tap to enter full screen" msgstr "点击进入全屏模式" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:202 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:151 +msgid "Tap to play or pause" +msgstr "点击以播放或静音" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:164 msgid "Tap to toggle sound" msgstr "点击切换声音播放" -#: src/view/com/util/images/AutoSizedImage.tsx:70 -msgid "Tap to view fully" -msgstr "点击查看完整内容" +#: src/view/com/util/images/AutoSizedImage.tsx:219 +#: src/view/com/util/images/AutoSizedImage.tsx:239 +msgid "Tap to view full image" +msgstr "点击查看完整图片" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" @@ -6061,6 +6189,10 @@ msgstr "讲个笑话!" msgid "Tell us a little more" msgstr "告诉我们更多" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:518 +msgid "Ten Million" +msgstr "一千万" + #: src/view/shell/desktop/RightNav.tsx:90 msgid "Terms" msgstr "条款" @@ -6074,9 +6206,9 @@ msgid "Terms of Service" msgstr "服务条款" #: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:94 -#: src/lib/moderation/useReportOptions.ts:102 -#: src/lib/moderation/useReportOptions.ts:110 +#: 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 "用词违反了社群准则" @@ -6084,7 +6216,7 @@ msgstr "用词违反了社群准则" msgid "Text & tags" msgstr "文本及标签" -#: src/components/moderation/LabelsOnMeDialog.tsx:266 +#: src/components/moderation/LabelsOnMeDialog.tsx:257 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "文本输入框" @@ -6094,6 +6226,14 @@ msgstr "文本输入框" msgid "Thank you. Your report has been sent." msgstr "谢谢,你的举报已提交。" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:593 +msgid "Thanks for being one of our first 10 million users." +msgstr "感谢你成为我们的首批一千万用户的其中一份子。" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:74 +msgid "Thanks, you have successfully verified your email address." +msgstr "谢谢,你已成功验证邮箱地址。" + #: src/view/com/modals/ChangeHandle.tsx:459 msgid "That contains the following:" msgstr "其中包含以下内容:" @@ -6111,11 +6251,11 @@ msgstr "该用户识别符已被占用。" msgid "That starter pack could not be found." msgstr "找不到此入门包。" -#: src/view/com/post-thread/PostQuotes.tsx:129 +#: src/view/com/post-thread/PostQuotes.tsx:127 msgid "That's all, folks!" msgstr "大功告成!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:310 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:270 #: src/view/com/profile/ProfileMenu.tsx:353 msgid "The account will be able to interact with you after unblocking." msgstr "解除屏蔽后,该账户将能够与你互动。" @@ -6146,7 +6286,7 @@ msgstr "\"Discover\" 资讯源" msgid "The Discover feed now knows what you like" msgstr "现在 \"Discover\" 资讯源已了解你的喜好" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:327 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off." msgstr "使用 App 的体验更好。立即下载 Bluesky,我们将从你上次中断的地方继续。" @@ -6154,11 +6294,11 @@ msgstr "使用 App 的体验更好。立即下载 Bluesky,我们将从你上 msgid "The feed has been replaced with Discover." msgstr "资讯源已替换为 \"Discover\"。" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 msgid "The following labels were applied to your account." msgstr "以下标记已应用到你的账户。" -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "以下标记已应用到你的内容。" @@ -6175,9 +6315,9 @@ msgstr "这条帖文可能已被删除。" msgid "The Privacy Policy has been moved to <0/>" msgstr "隐私政策已迁移至 <0/>" -#: src/state/queries/video/video.ts:129 -msgid "The selected video is larger than 100MB." -msgstr "选择的视频大小超过 100MB。" +#: src/state/queries/video/video.ts:227 +msgid "The selected video is larger than 50MB." +msgstr "选择的视频大小超过 50MB。" #: src/screens/StarterPack/StarterPackScreen.tsx:713 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." @@ -6191,6 +6331,10 @@ msgstr "支持表单已被移除。如果你需要帮助,请<0/>或访问{HELP msgid "The Terms of Service have been moved to" msgstr "服务条款已迁移至" +#: src/components/intents/VerifyEmailIntentDialog.tsx:85 +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/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "停用账户没有时间限制,你可以随时决定回来。" @@ -6233,7 +6377,7 @@ msgstr "连接服务器时出现问题" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "刷新通知时出现问题,点击重试。" -#: src/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 msgid "There was an issue fetching posts. Tap here to try again." msgstr "刷新帖文时出现问题,点击重试。" @@ -6251,15 +6395,15 @@ msgstr "刷新列表时出现问题,点击重试。" msgid "There was an issue sending your report. Please check your internet connection." msgstr "提交举报时出现问题,请检查你的网络连接。" -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "获取应用专用密码时出现问题" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:107 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:143 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:97 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:109 #: src/view/com/profile/ProfileMenu.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:122 #: src/view/com/profile/ProfileMenu.tsx:137 @@ -6302,7 +6446,7 @@ msgstr "这个账户要求登录后才能查看其个人资料。" msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "这个账户已被你的一个或多个内容审核列表所屏蔽。要解除屏蔽,请从内容审核列表中删除这个账户。" -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "这条申诉将提交给 <0>{sourceName}。" @@ -6337,7 +6481,7 @@ msgstr "没有 Bluesky 账户,无法查看此内容。" #: src/screens/Messages/List/ChatListItem.tsx:213 msgid "This conversation is with a deleted or a deactivated account. Press for options." -msgstr "此对话的参与者已停用或删除账号,点击以获取更多详情。" +msgstr "此对话的参与者已停用或删除账户,点击以获取更多详情。" #: src/view/screens/Settings/ExportCarDialog.tsx:93 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." @@ -6377,7 +6521,7 @@ msgstr "这个标签是由 <0>{0} 标记的。" msgid "This label was applied by the author." msgstr "这个标签是由该作者标记的。" -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "这个标签是由你标记的。" @@ -6410,7 +6554,7 @@ msgid "This post has been deleted." msgstr "这条帖文已被删除。" #: src/view/com/util/forms/PostDropdownBtn.tsx:656 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:334 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:358 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "这条帖文只对已登录用户可见,未登录的用户将无法看到。" @@ -6438,7 +6582,7 @@ msgstr "此服务没有提供服务条款或隐私政策。" msgid "This should create a domain record at:" msgstr "应该在以下位置创建一个域名记录:" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "这个用户目前没有任何关注者。" @@ -6467,7 +6611,7 @@ msgstr "这个用户包含在你已隐藏的 <0>{0} 列表中。" msgid "This user is new here. Press for more info about when they joined." msgstr "此用户最近加入了 Bluesky,点按此处可获取其加入的具体时间。" -#: src/view/com/profile/ProfileFollows.tsx:87 +#: src/view/com/profile/ProfileFollows.tsx:96 msgid "This user isn't following anyone." msgstr "这个账户目前没有关注任何人。" @@ -6508,10 +6652,18 @@ 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/view/com/composer/videos/SelectVideoBtn.tsx:120 +msgid "To upload videos to Bluesky, you must first verify your email." +msgstr "要上传视频至 Bluesky,你必须首先验证邮箱地址。" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "你想将举报提交给谁?" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:597 +msgid "Together, we're rebuilding the social internet. We're glad you're here." +msgstr "很高兴你能来到这里,让我们一起重新打造社交网络。" + #: src/view/com/util/forms/DropdownButton.tsx:255 msgid "Toggle dropdown" msgstr "切换下拉式菜单" @@ -6520,7 +6672,7 @@ msgstr "切换下拉式菜单" msgid "Toggle to enable or disable adult content" msgstr "切换以启用或禁用成人内容" -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "热门" @@ -6531,8 +6683,8 @@ msgstr "转换" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:734 -#: src/view/com/post-thread/PostThreadItem.tsx:736 +#: src/view/com/post-thread/PostThreadItem.tsx:746 +#: src/view/com/post-thread/PostThreadItem.tsx:748 #: src/view/com/util/forms/PostDropdownBtn.tsx:380 #: src/view/com/util/forms/PostDropdownBtn.tsx:382 msgid "Translate" @@ -6551,7 +6703,7 @@ msgstr "电视节目" msgid "Two-factor authentication" msgstr "两步验证" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "在这里输入你的消息" @@ -6569,7 +6721,7 @@ msgstr "取消隐藏列表" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:155 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:77 #: src/view/com/modals/ChangePassword.tsx:71 @@ -6584,14 +6736,14 @@ msgstr "无法删除" #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:192 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 #: src/view/screens/ProfileList.tsx:682 msgid "Unblock" msgstr "取消屏蔽" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "取消屏蔽" @@ -6606,12 +6758,12 @@ msgstr "取消屏蔽账户" msgid "Unblock Account" msgstr "取消屏蔽账户" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:308 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:268 #: src/view/com/profile/ProfileMenu.tsx:347 msgid "Unblock Account?" msgstr "取消屏蔽账户?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:66 +#: src/view/com/util/post-ctrls/RepostButton.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:76 msgid "Undo repost" @@ -6622,7 +6774,7 @@ msgctxt "action" msgid "Unfollow" msgstr "取消关注" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "取消关注 {0}" @@ -6636,12 +6788,16 @@ msgid "Unlike this feed" msgstr "取消喜欢这个资讯源" #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 #: src/view/screens/ProfileList.tsx:689 msgid "Unmute" msgstr "取消隐藏" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:388 +msgctxt "video" +msgid "Unmute" +msgstr "取消隐藏" + #: src/components/TagMenu/index.web.tsx:115 msgid "Unmute {truncatedTag}" msgstr "取消隐藏 {truncatedTag}" @@ -6664,14 +6820,10 @@ msgstr "取消隐藏对话" msgid "Unmute thread" msgstr "取消隐藏讨论串" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:317 msgid "Unmute video" msgstr "取消隐藏视频" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Unmuted" -msgstr "已取消隐藏" - #: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:673 msgid "Unpin" @@ -6706,8 +6858,12 @@ msgstr "取消订阅这个标记者" msgid "Unsubscribed from list" msgstr "已从列表中取消订阅" -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/state/queries/video/video.ts:245 +msgid "Unsupported video type: {mimeType}" +msgstr "不支持的视频格式:{mimeType}" + +#: src/lib/moderation/useReportOptions.ts:77 +#: src/lib/moderation/useReportOptions.ts:90 msgid "Unwanted Sexual Content" msgstr "不受欢迎的性内容" @@ -6739,20 +6895,20 @@ msgstr "上传图片" msgid "Upload a text file to:" msgstr "将文本文件上传至:" -#: src/view/com/util/UserAvatar.tsx:355 -#: src/view/com/util/UserAvatar.tsx:358 +#: src/view/com/util/UserAvatar.tsx:361 +#: src/view/com/util/UserAvatar.tsx:364 #: src/view/com/util/UserBanner.tsx:123 #: src/view/com/util/UserBanner.tsx:126 msgid "Upload from Camera" msgstr "从相机上传" -#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:378 #: src/view/com/util/UserBanner.tsx:140 msgid "Upload from Files" msgstr "从文件上传" -#: src/view/com/util/UserAvatar.tsx:366 -#: src/view/com/util/UserAvatar.tsx:370 +#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:376 #: src/view/com/util/UserBanner.tsx:134 #: src/view/com/util/UserBanner.tsx:138 msgid "Upload from Library" @@ -6762,7 +6918,7 @@ msgstr "从照片图库上传" msgid "Use a file on your server" msgstr "使用你服务器上的文件" -#: src/view/screens/AppPasswords.tsx:200 +#: src/view/screens/AppPasswords.tsx:199 msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "使用应用专用密码登录到其他 Bluesky 客户端,而无需对其授予你账户或密码的完全访问权限。" @@ -6850,7 +7006,7 @@ msgstr "用户列表已更新" msgid "User Lists" msgstr "用户列表" -#: src/screens/Login/LoginForm.tsx:197 +#: src/screens/Login/LoginForm.tsx:186 msgid "Username or email address" msgstr "用户名或电子邮箱" @@ -6881,6 +7037,10 @@ msgstr "已喜欢此内容或个人资料的账户" msgid "Value:" msgstr "值:" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:118 +msgid "Verified email required" +msgstr "要求验证邮件地址" + #: src/view/com/modals/ChangeHandle.tsx:504 msgid "Verify DNS Record" msgstr "验证 DNS 记录" @@ -6889,6 +7049,10 @@ msgstr "验证 DNS 记录" msgid "Verify email" msgstr "验证邮箱" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "验证邮箱对话框" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "验证我的邮箱" @@ -6902,6 +7066,10 @@ msgstr "验证我的邮箱" msgid "Verify New Email" msgstr "验证新的邮箱" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:122 +msgid "Verify now" +msgstr "立即验证" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "验证文本文件" @@ -6914,21 +7082,43 @@ msgstr "验证你的邮箱" msgid "Version {appVersion} {bundleInfo}" msgstr "版本 {appVersion} {bundleInfo}" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:180 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:144 msgid "Video" msgstr "视频" +#: src/state/queries/video/video.ts:138 +msgid "Video failed to process" +msgstr "视频处理失败" + #: src/screens/Onboarding/index.tsx:39 #: src/screens/Onboarding/state.ts:88 msgid "Video Games" msgstr "电子游戏" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:167 +msgid "Video not found." +msgstr "无法找到视频。" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:101 +msgid "Video settings" +msgstr "视频设置" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +msgid "Video: {0}" +msgstr "视频:{0}" + +#: src/view/com/composer/videos/SelectVideoBtn.tsx:65 +#: src/view/com/composer/videos/VideoPreview.web.tsx:44 +msgid "Videos must be less than 60 seconds long" +msgstr "视频必须短于60秒" + #: src/screens/Profile/Header/Shell.tsx:113 msgid "View {0}'s avatar" msgstr "查看{0}的头像" #: src/components/ProfileCard.tsx:110 -#: src/view/com/notifications/FeedItem.tsx:277 +#: src/view/com/notifications/FeedItem.tsx:273 msgid "View {0}'s profile" msgstr "查看{0}的个人资料" @@ -6960,7 +7150,7 @@ msgstr "查看举报版权侵权的详情" msgid "View full thread" msgstr "查看整个讨论串" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "查看这个标记的详情" @@ -6986,7 +7176,7 @@ msgstr "查看这个资讯源被谁喜欢" #: src/screens/Moderation/index.tsx:274 msgid "View your blocked accounts" -msgstr "查看你屏蔽的账号" +msgstr "查看你屏蔽的账户" #: src/view/com/home/HomeHeaderLayout.web.tsx:79 #: src/view/com/home/HomeHeaderLayoutMobile.tsx:86 @@ -6999,7 +7189,7 @@ msgstr "查看你的内容审核列表" #: src/screens/Moderation/index.tsx:259 msgid "View your muted accounts" -msgstr "查看你隐藏的账号" +msgstr "查看你隐藏的账户" #: src/view/com/modals/LinkWarning.tsx:89 #: src/view/com/modals/LinkWarning.tsx:95 @@ -7020,7 +7210,7 @@ msgstr "警告内容" msgid "Warn content and filter from feeds" msgstr "警告内容并从资讯源中过滤" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "找不到任何与该标签相关的结果。" @@ -7032,7 +7222,11 @@ msgstr "我们无法加载这个对话" msgid "We estimate {estimatedTime} until your account is ready." msgstr "我们估计还需要 {estimatedTime} 才能完成你的账户准备。" -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "我们将发送另一封验证邮件至 <0>{0}。" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "我们希望你在此度过愉快的时光。请记住,Bluesky 是:" @@ -7040,6 +7234,10 @@ msgstr "我们希望你在此度过愉快的时光。请记住,Bluesky 是:" msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "我们已经看完了你关注的帖文。这是来自 <0/> 的最新消息。" +#: src/state/queries/video/video.ts:170 +msgid "We were unable to determine if you are allowed to upload videos. Please try again." +msgstr "我们无法确定你是否有权上传视频,请重试。" + #: src/components/dialogs/BirthDateSettings.tsx:52 msgid "We were unable to load your birth date preferences. Please try again." msgstr "我们无法加载你的生日首选项,请重试。" @@ -7048,7 +7246,7 @@ msgstr "我们无法加载你的生日首选项,请重试。" msgid "We were unable to load your configured labelers at this time." msgstr "我们暂时无法记载你已配置的标记者。" -#: src/screens/Onboarding/StepInterests/index.tsx:158 +#: src/screens/Onboarding/StepInterests/index.tsx:143 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "我们无法连接到互联网,请重试以继续设置你的账户。如果仍继续失败,你可以选择跳过这段流程。" @@ -7056,7 +7254,7 @@ msgstr "我们无法连接到互联网,请重试以继续设置你的账户。 msgid "We will let you know when your account is ready." msgstr "我们会在你的账户准备好时通知你。" -#: src/screens/Onboarding/StepInterests/index.tsx:163 +#: src/screens/Onboarding/StepInterests/index.tsx:148 msgid "We'll use this to help customize your experience." msgstr "我们将使用这些信息来帮助定制你的体验。" @@ -7080,7 +7278,7 @@ msgstr "很抱歉,我们无法加载你的隐藏词汇列表。请重试。" msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "很抱歉,无法完成你的搜索。请稍后再试。" -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:421 msgid "We're sorry! The post you are replying to has been deleted." msgstr "很抱歉!你所回复的帖文已被删除。" @@ -7101,7 +7299,7 @@ msgstr "欢迎回来!" msgid "Welcome, friend!" msgstr "欢迎新天友!" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "你感兴趣的是什么?" @@ -7111,7 +7309,7 @@ msgstr "你想如何命名你的入门包?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:516 msgid "What's up?" msgstr "发生了什么新鲜事?" @@ -7173,16 +7371,16 @@ msgstr "为什么应该审核这个用户?" msgid "Wide" msgstr "宽" -#: src/screens/Messages/Conversation/MessageInput.tsx:140 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:134 +#: src/screens/Messages/Conversation/MessageInput.tsx:142 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:198 msgid "Write a message" msgstr "编写私信" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:712 msgid "Write post" msgstr "撰写帖文" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:515 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:42 msgid "Write your reply" msgstr "撰写你的回复" @@ -7223,7 +7421,7 @@ msgstr "是的,隐藏" msgid "Yes, reactivate my account" msgstr "是的,重新启用我的账户" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "昨天,{time}" @@ -7240,7 +7438,11 @@ msgstr "你" msgid "You are in line." msgstr "轮到你了。" -#: src/view/com/profile/ProfileFollows.tsx:86 +#: src/state/queries/video/video.ts:161 +msgid "You are not allowed to upload videos." +msgstr "你无法上传视频。" + +#: src/view/com/profile/ProfileFollows.tsx:95 msgid "You are not following anyone." msgstr "你没有关注任何账户。" @@ -7270,7 +7472,7 @@ msgstr "你现在可以使用新密码登录。" msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "你可以重新激活你的账户以继续登录,其他用户将可以重新看到你的个人资料和帖文。" -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "你目前还没有任何关注者。" @@ -7345,7 +7547,7 @@ msgstr "你还没有建立任何列表。" 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 "你还没有屏蔽任何账户。要屏蔽账户,请转到其个人资料并在其账户上的菜单中选择 \"屏蔽账户\"。" -#: src/view/screens/AppPasswords.tsx:91 +#: src/view/screens/AppPasswords.tsx:90 msgid "You have not created any app passwords yet. You can create one by pressing the button below." msgstr "你尚未创建任何应用专用密码,可以通过点击下面的按钮来创建一个。" @@ -7357,6 +7559,10 @@ msgstr "你还没有隐藏任何账户。要隐藏账户,请转到其个人资 msgid "You have reached the end" msgstr "你已经到末尾了" +#: src/state/queries/video/video-upload.shared.ts:67 +msgid "You have temporarily reached the limit for video uploads. Please try again later." +msgstr "您已暂时达到视频上传的限制,请稍后重试。" + #: src/components/StarterPack/ProfileStarterPacks.tsx:235 msgid "You haven't created a starter pack yet!" msgstr "你还没有创建任何入门包!" @@ -7370,11 +7576,11 @@ msgstr "你还没有隐藏任何词或标签" msgid "You hid this reply." msgstr "你隐藏了这条回复。" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "如果你认为由他人放置标签的标记信息有误,你可以提出申诉。" -#: src/components/moderation/LabelsOnMeDialog.tsx:91 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal these labels if you feel they were placed in error." msgstr "如果你认为标签的标记信息有误,你可以提出申诉。" @@ -7398,6 +7604,7 @@ msgstr "你必须至少关注 7 个人以创建入门包。" msgid "You must grant access to your photo library to save a QR code" msgstr "你必须授权照片图库权限以保存二维码" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:237 #: src/components/StarterPack/ShareDialog.tsx:68 msgid "You must grant access to your photo library to save the image." msgstr "你必须授权照片图库权限以保存图片。" @@ -7442,15 +7649,15 @@ msgstr "完成创建账户后,你将关注建议的用户和资讯源!" msgid "You'll follow the suggested users once you finish creating your account!" msgstr "完成创建帐户后,你将关注建议的用户!" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 msgid "You'll follow these people and {0} others" msgstr "你将关注这些用户以及其他 {0} 位" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:237 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 msgid "You'll follow these people right away" msgstr "你将立即关注这些人" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:277 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 msgid "You'll stay updated with these feeds" msgstr "你将通过这些资讯源接收最新动态" @@ -7465,7 +7672,7 @@ msgstr "轮到你了" msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." msgstr "你已使用应用密码登录账户,请改用你的主密码登录以继续停用你的账户。" -#: src/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "你已设置完成!" @@ -7478,6 +7685,14 @@ msgstr "你选择隐藏了这条帖文中的词汇或标签。" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "你已经浏览完你的订阅资讯源啦!寻找一些更多的账户关注吧。" +#: src/state/queries/video/video.ts:175 +msgid "You've reached your daily limit for video uploads (too many bytes)" +msgstr "你已达到每日上传视频上限(文件太大)" + +#: src/state/queries/video/video.ts:180 +msgid "You've reached your daily limit for video uploads (too many videos)" +msgstr "你已达到每日上传视频上限(数量太多)" + #: src/screens/Signup/index.tsx:146 msgid "Your account" msgstr "你的账户" @@ -7486,15 +7701,19 @@ msgstr "你的账户" msgid "Your account has been deleted" msgstr "你的账户已删除" +#: src/state/queries/video/video.ts:185 +msgid "Your account is not yet old enough to upload videos. Please try again later." +msgstr "你的账户注册时间过短,暂时无法上传视频。请过段时间再试。" + #: src/view/screens/Settings/ExportCarDialog.tsx:65 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "你的账户数据库包含所有公共数据记录,它们将被导出为“CAR”文件。这个文件不包括帖文中的媒体,例如图像或你的隐私数据,这些数据需要另外获取。" -#: src/screens/Signup/StepInfo/index.tsx:180 +#: src/screens/Signup/StepInfo/index.tsx:181 msgid "Your birth date" msgstr "你的生日" -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:145 +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:171 msgid "Your browser does not support the video format. Please try a different browser." msgstr "你的浏览器不支持此视频格式,请更换不同的浏览器。" @@ -7507,7 +7726,7 @@ msgid "Your choice will be saved, but can be changed later in settings." msgstr "你的选择将被保存,但可以稍后在设置中更改。" #: src/screens/Login/ForgotPasswordForm.tsx:57 -#: src/screens/Signup/state.ts:208 +#: src/screens/Signup/state.ts:203 #: src/screens/Signup/StepInfo/index.tsx:75 #: src/view/com/modals/ChangePassword.tsx:55 msgid "Your email appears to be invalid." @@ -7529,7 +7748,7 @@ msgstr "你的第一个喜欢!" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "你的\"正在关注\"资讯源为空!关注更多用户去看看他们发了什么。" -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "你的完整用户识别符将修改为" @@ -7545,11 +7764,11 @@ msgstr "你的隐藏词汇" msgid "Your password has been changed successfully!" msgstr "你的密码已成功更改!" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:467 msgid "Your post has been published" msgstr "你的帖文已发布" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "你的帖文、喜欢和屏蔽是公开可见的,而隐藏不可见。" @@ -7561,7 +7780,7 @@ msgstr "你的个人资料" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "其他 Bluesky 用户将无法再看到你的个人资料、帖文、列表与其他相关信息,你可以随时登录以重新激活你的账户。" -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:466 msgid "Your reply has been published" msgstr "你的回复已发布" diff --git a/src/locale/locales/zh-TW/messages.po b/src/locale/locales/zh-TW/messages.po index a9e22ac6c7..f9b760f378 100644 --- a/src/locale/locales/zh-TW/messages.po +++ b/src/locale/locales/zh-TW/messages.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: zh-TW for bluesky-social-app\n" "POT-Creation-Date: \n" "Report-Msgid-Bugs-To: Kuwa Lee , Frudrax Cheng \n" -"PO-Revision-Date: 2024-08-23 16:41+0800\n" +"PO-Revision-Date: 2024-09-13 09:16+0800\n" "Last-Translator: \n" "Language-Team: Frudrax Cheng , Kuwa Lee , noeFly, snowleo208, Kisaragi Hiu, Yi-Jyun Pan, toto6038, cirx1e\n" "Language: zh_TW\n" @@ -21,23 +21,43 @@ msgstr "(含有嵌入內容)" msgid "(no email)" msgstr "(沒有電子郵件)" -#: src/view/com/notifications/FeedItem.tsx:236 -#: src/view/com/notifications/FeedItem.tsx:327 +#: src/view/com/notifications/FeedItem.tsx:232 +#: src/view/com/notifications/FeedItem.tsx:323 msgid "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}" msgstr "{0, plural, one {其他 {formattedCount} 個人} other {其他 {formattedCount} 個人}}" -#: src/components/moderation/LabelsOnMe.tsx:55 +#: src/lib/hooks/useTimeAgo.ts:156 +msgid "{0, plural, one {# day} other {# days}}" +msgstr "{0, plural, one {# 天} other {# 天}}" + +#: src/lib/hooks/useTimeAgo.ts:146 +msgid "{0, plural, one {# hour} other {# hours}}" +msgstr "{0, plural, one {# 時} other {# 時}}" + +#: src/components/moderation/LabelsOnMe.tsx:54 msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" msgstr "{0, plural, one {該帳號有 # 個標記} other {該帳號有 # 個標記}}" -#: src/components/moderation/LabelsOnMe.tsx:61 +#: src/components/moderation/LabelsOnMe.tsx:60 msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "{0, plural, one {該內容有 # 個標記} other {該內容有 # 個標記}}" -#: src/view/com/util/post-ctrls/RepostButton.tsx:68 +#: src/lib/hooks/useTimeAgo.ts:136 +msgid "{0, plural, one {# minute} other {# minutes}}" +msgstr "{0, plural, one {# 分} other {# 分}}" + +#: src/lib/hooks/useTimeAgo.ts:167 +msgid "{0, plural, one {# month} other {# months}}" +msgstr "{0, plural, one {# 月} other {# 月}}" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:71 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "{0, plural, one {# 個轉貼} other {# 個轉貼}}" +#: src/lib/hooks/useTimeAgo.ts:126 +msgid "{0, plural, one {# second} other {# seconds}}" +msgstr "{0, plural, one {# 秒} other {# 秒}}" + #: src/components/ProfileHoverCard/index.web.tsx:398 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" @@ -48,11 +68,11 @@ msgstr "{0, plural, one {個跟隨者} other {個跟隨者}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {個跟隨中} other {個跟隨中}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:276 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:312 msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "{0, plural, one {喜歡(# 個喜歡)} other {喜歡(# 個喜歡)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {喜歡} other {喜歡}}" @@ -65,19 +85,19 @@ msgstr "{0, plural,one {# 個用戶表示喜歡} other {# 個用戶表示喜歡} msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {則貼文} other {則貼文}}" -#: src/view/com/post-thread/PostThreadItem.tsx:413 +#: src/view/com/post-thread/PostThreadItem.tsx:419 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {引用} other {引用}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:233 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:269 msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "{0, plural, one {回覆(# 個回覆)} other {回覆(# 個回覆)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {轉貼} other {轉貼}}" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:272 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "{0, plural, one {Unlike (# like)} other {Unlike (# likes)}}" msgstr "{0, plural, one {撤回喜歡(# 個喜歡)} other {撤回喜歡(# 個喜歡)}}" @@ -95,11 +115,15 @@ msgstr "{0} <0>在<1>文字和標籤中" msgid "{0} joined this week" msgstr "本週加入了 {0} 人" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:637 +msgid "{0} of {1}" +msgstr "第 {0} 個(共 {1} 個)" + #: src/screens/StarterPack/StarterPackScreen.tsx:467 msgid "{0} people have used this starter pack!" msgstr "{0} 人已使用此入門包!" -#: src/view/com/util/UserAvatar.tsx:419 +#: src/view/com/util/UserAvatar.tsx:425 msgid "{0}'s avatar" msgstr "「{0}」的頭像" @@ -111,30 +135,36 @@ msgstr "「{0}」最喜歡的動態和人物 - 加入我的行列吧!" msgid "{0}'s starter pack" msgstr "「{0}」的入門包" +#. How many days have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:158 +msgid "{0}d" +msgstr "{0}天" + +#. How many hours have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:148 +msgid "{0}h" +msgstr "{0}時" + +#. How many minutes have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:138 +msgid "{0}m" +msgstr "{0}分" + +#. How many months have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:169 +msgid "{0}mo" +msgstr "{0}月" + +#. How many seconds have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:128 +msgid "{0}s" +msgstr "{0}秒" + #: src/components/LabelingServiceCard/index.tsx:71 msgid "{count, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{count, plural, one {# 個用戶表示喜歡} other {# 個用戶表示喜歡}}" -#: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "{diff, plural, one {天} other {天}}" - -#: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "{diff, plural, one {時} other {時}}" - -#: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "{diff, plural, one {分} other {分}}" - -#: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "{diff, plural, one {月} other {月}}" - -#: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "{diffSeconds, plural, one {秒} other {秒}}" - +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" msgstr "「{displayName}」的入門包" @@ -220,7 +250,7 @@ msgstr "⚠無效的帳號代碼" msgid "24 hours" msgstr "24 小時" -#: src/screens/Login/LoginForm.tsx:266 +#: src/screens/Login/LoginForm.tsx:253 msgid "2FA Confirmation" msgstr "雙重驗證" @@ -232,10 +262,6 @@ msgstr "30 天" msgid "7 days" msgstr "7 天" -#: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "幫助工具提示框" - #: src/view/com/util/ViewHeader.tsx:92 #: src/view/screens/Search/Search.tsx:684 msgid "Access navigation links and settings" @@ -259,7 +285,7 @@ msgstr "無障礙設定" msgid "Accessibility Settings" msgstr "無障礙設定" -#: src/screens/Login/LoginForm.tsx:190 +#: src/screens/Login/LoginForm.tsx:179 #: src/view/screens/Settings/index.tsx:315 #: src/view/screens/Settings/index.tsx:718 msgid "Account" @@ -288,13 +314,13 @@ msgstr "帳號已被列表靜音" #: src/view/com/util/AccountDropdownBtn.tsx:43 msgid "Account options" -msgstr "" +msgstr "帳號設定" #: src/view/com/util/AccountDropdownBtn.tsx:59 msgid "Account removed from quick access" msgstr "已從快速存取中移除帳號" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "已解除封鎖帳號" @@ -346,9 +372,13 @@ msgstr "新增帳號" msgid "Add alt text" msgstr "新增替代文字" -#: src/view/screens/AppPasswords.tsx:106 -#: src/view/screens/AppPasswords.tsx:148 -#: src/view/screens/AppPasswords.tsx:161 +#: src/view/com/composer/videos/SubtitleDialog.tsx:109 +msgid "Add alt text (optional)" +msgstr "新增替代文字(可選)" + +#: src/view/screens/AppPasswords.tsx:105 +#: src/view/screens/AppPasswords.tsx:147 +#: src/view/screens/AppPasswords.tsx:160 msgid "Add App Password" msgstr "新增應用程式專用密碼" @@ -443,11 +473,11 @@ msgstr "允許這些人向您發起對話:" msgid "Allow replies from:" msgstr "允許這些人回覆您的貼文:" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" msgstr "允許存取私人訊息" -#: src/screens/Login/ForgotPasswordForm.tsx:178 +#: src/screens/Login/ForgotPasswordForm.tsx:177 #: src/view/com/modals/ChangePassword.tsx:171 msgid "Already have a code?" msgstr "已經有重設碼了?" @@ -458,17 +488,20 @@ msgstr "已以 @{0} 身份登入" #: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/util/post-embeds/GifEmbed.tsx:183 +#: src/view/com/util/post-embeds/GifEmbed.tsx:177 msgid "ALT" msgstr "替代文字" #: src/view/com/composer/GifAltText.tsx:144 +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +#: src/view/com/composer/videos/SubtitleDialog.tsx:104 +#: src/view/com/composer/videos/SubtitleDialog.tsx:108 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:87 msgid "Alt text" msgstr "替代文字" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:182 msgid "Alt Text" msgstr "替代文字" @@ -489,30 +522,45 @@ msgstr "一封電子郵件已發送至先前填寫的電子郵件地址 {0}。 msgid "An error has occurred" msgstr "發生錯誤" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:314 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:413 msgid "An error occurred" msgstr "發生錯誤" +#: src/state/queries/video/video.ts:232 +msgid "An error occurred while compressing the video." +msgstr "壓縮影片時發生錯誤。" + #: src/components/StarterPack/ProfileStarterPacks.tsx:315 msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "建立您的入門包時發生錯誤。是否要重試?" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:69 -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:135 msgid "An error occurred while loading the video. Please try again later." msgstr "載入影片時發生錯誤。請稍後再試。" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:174 +msgid "An error occurred while loading the video. Please try again." +msgstr "載入影片時發生錯誤。請再試一次。" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:250 +msgid "An error occurred while saving the image!" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:71 #: src/components/StarterPack/ShareDialog.tsx:79 msgid "An error occurred while saving the QR code!" msgstr "儲存 QR Code 時發生錯誤!" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:75 +msgid "An error occurred while selecting the video" +msgstr "選擇影片時發生錯誤" + #: src/screens/StarterPack/StarterPackScreen.tsx:336 #: src/screens/StarterPack/StarterPackScreen.tsx:358 msgid "An error occurred while trying to follow all" msgstr "跟隨所有帳號時發生錯誤" -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:199 msgid "An error occurred while uploading the video." msgstr "上傳影片時發生錯誤。" @@ -530,14 +578,14 @@ msgstr "開啟聊天時出現問題" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:319 -#: src/components/ProfileCard.tsx:339 +#: src/components/ProfileCard.tsx:324 +#: src/components/ProfileCard.tsx:344 #: src/view/com/profile/FollowButton.tsx:36 #: src/view/com/profile/FollowButton.tsx:46 msgid "An issue occurred, please try again." msgstr "出現問題,請再試一次。" -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "出現未知錯誤" @@ -547,8 +595,8 @@ msgid "an unknown labeler" msgstr "未知的標記者" #: src/components/WhoCanReply.tsx:295 -#: src/view/com/notifications/FeedItem.tsx:235 -#: src/view/com/notifications/FeedItem.tsx:324 +#: src/view/com/notifications/FeedItem.tsx:231 +#: src/view/com/notifications/FeedItem.tsx:320 msgid "and" msgstr "和" @@ -557,7 +605,7 @@ msgstr "和" msgid "Animals" msgstr "動物" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:139 msgid "Animated GIF" msgstr "GIF 動畫" @@ -573,7 +621,7 @@ msgstr "任何人都可以參與互動" msgid "App Language" msgstr "應用程式語言" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "應用程式專用密碼已刪除" @@ -590,21 +638,21 @@ msgid "App password settings" msgstr "應用程式專用密碼設定" #: src/Navigation.tsx:286 -#: src/view/screens/AppPasswords.tsx:192 +#: src/view/screens/AppPasswords.tsx:191 #: src/view/screens/Settings/index.tsx:672 msgid "App Passwords" msgstr "應用程式專用密碼" -#: src/components/moderation/LabelsOnMeDialog.tsx:154 -#: src/components/moderation/LabelsOnMeDialog.tsx:157 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 +#: src/components/moderation/LabelsOnMeDialog.tsx:149 msgid "Appeal" msgstr "申訴" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "申訴「{0}」標記" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "已提交申訴" @@ -634,7 +682,7 @@ msgstr "外觀設定" msgid "Apply default recommended feeds" msgstr "使用預設推薦的動態源" -#: src/view/screens/AppPasswords.tsx:282 +#: src/view/screens/AppPasswords.tsx:277 msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "您確定要刪除這個應用程式專用密碼「{name}」嗎?" @@ -658,7 +706,7 @@ msgstr "您確定要從您的動態中移除 {0} 嗎?" msgid "Are you sure you want to remove this from your feeds?" msgstr "您確定要將此從您的動態源中移除嗎?" -#: src/view/com/composer/Composer.tsx:772 +#: src/view/com/composer/Composer.tsx:838 msgid "Are you sure you'd like to discard this draft?" msgstr "您確定要捨棄此草稿嗎?" @@ -679,19 +727,19 @@ msgstr "藝術" msgid "Artistic or non-erotic nudity." msgstr "藝術作品或非色情的裸露。" -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "至少 3 個字元" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 -#: src/components/moderation/LabelsOnMeDialog.tsx:294 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:285 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:298 -#: src/screens/Login/LoginForm.tsx:304 +#: src/screens/Login/LoginForm.tsx:285 +#: src/screens/Login/LoginForm.tsx:291 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Messages/Conversation/ChatDisabled.tsx:133 @@ -715,7 +763,7 @@ msgstr "生日" msgid "Birthday:" msgstr "生日:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "封鎖" @@ -746,7 +794,7 @@ msgstr "封鎖列表" msgid "Block these accounts?" msgstr "封鎖這些帳號?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:83 msgid "Blocked" msgstr "已被封鎖" @@ -800,6 +848,10 @@ msgstr "Bluesky 是一個開放的網路,您可以自行挑選託管服務供 msgid "Bluesky is better with friends!" msgstr "Bluesky 因朋友而更好!" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:206 +msgid "Bluesky now has over 10 million users, and I was #{0}!" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:282 msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky 將從您的個人社群網路中選擇一組推薦的帳號。" @@ -821,23 +873,27 @@ msgstr "模糊圖片並從動態中過濾" msgid "Books" msgstr "書籍" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:614 +msgid "Brag a little!" +msgstr "" + +#: src/components/FeedInterstitials.tsx:350 msgid "Browse more accounts on the Explore page" msgstr "在探索頁面瀏覽更多帳號" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:483 msgid "Browse more feeds on the Explore page" msgstr "在探索頁面瀏覽更多動態源" -#: src/components/FeedInterstitials.tsx:282 -#: src/components/FeedInterstitials.tsx:285 -#: src/components/FeedInterstitials.tsx:415 -#: src/components/FeedInterstitials.tsx:418 +#: src/components/FeedInterstitials.tsx:332 +#: src/components/FeedInterstitials.tsx:335 +#: src/components/FeedInterstitials.tsx:465 +#: src/components/FeedInterstitials.tsx:468 msgid "Browse more suggestions" msgstr "瀏覽更多建議" -#: src/components/FeedInterstitials.tsx:308 -#: src/components/FeedInterstitials.tsx:442 +#: src/components/FeedInterstitials.tsx:358 +#: src/components/FeedInterstitials.tsx:492 msgid "Browse more suggestions on the Explore page" msgstr "在探索頁面瀏覽更多建議" @@ -879,12 +935,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "只能包含字母、數字、空格、破折號及底線。長度必須至少有 4 個字元,但不超過 32 個字元。" #: src/components/Menu/index.tsx:235 -#: src/components/Prompt.tsx:119 -#: src/components/Prompt.tsx:121 +#: src/components/Prompt.tsx:122 +#: src/components/Prompt.tsx:124 #: src/components/TagMenu/index.tsx:282 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:512 -#: src/view/com/composer/Composer.tsx:527 +#: src/view/com/composer/Composer.tsx:594 +#: src/view/com/composer/Composer.tsx:609 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -900,7 +956,7 @@ msgstr "只能包含字母、數字、空格、破折號及底線。長度必須 #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "取消" @@ -929,7 +985,7 @@ msgstr "取消圖片裁剪" msgid "Cancel profile editing" msgstr "取消編輯個人檔案" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "取消引用貼文" @@ -945,6 +1001,25 @@ msgstr "取消搜尋" msgid "Cancels opening the linked website" msgstr "取消開啟網站連結" +#: src/state/shell/composer/index.tsx:70 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:114 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:155 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:191 +msgid "Cannot interact with a blocked user" +msgstr "無法與被封鎖的使用者互動" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:135 +msgid "Captions (.vtt)" +msgstr "字幕(.vtt)" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:56 +msgid "Captions & alt text" +msgstr "字幕和替代文字" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:368 +msgid "Celebrating {0} users" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "變更" @@ -985,8 +1060,8 @@ msgid "Change Your Email" msgstr "變更您的電子郵件地址" #: src/Navigation.tsx:338 -#: src/view/shell/bottom-bar/BottomBar.tsx:204 -#: src/view/shell/desktop/LeftNav.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:201 +#: src/view/shell/desktop/LeftNav.tsx:301 msgid "Chat" msgstr "對話" @@ -1016,7 +1091,7 @@ msgstr "對話已解除靜音" msgid "Check my status" msgstr "檢查我的狀態" -#: src/screens/Login/LoginForm.tsx:291 +#: src/screens/Login/LoginForm.tsx:278 msgid "Check your email for a login code and enter it here." msgstr "在此輸入寄送至您電子郵件地址的驗證碼。" @@ -1024,14 +1099,6 @@ msgstr "在此輸入寄送至您電子郵件地址的驗證碼。" msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "在下方輸入寄送至您電子郵件地址的驗證碼:" -#: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "選擇至少 3 個:" - -#: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "選擇至少 {0} 個" - #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" msgstr "選擇動態源" @@ -1048,7 +1115,7 @@ msgstr "選擇人物" msgid "Choose Service" msgstr "選擇服務" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "選擇提供您自定義動態的演算法。" @@ -1101,7 +1168,7 @@ msgstr "點擊這裡以停用這則帖文的引用。" msgid "Click to enable quote posts of this post." msgstr "點擊這裡以啟用這則帖文的引用。" -#: src/components/dms/MessageItem.tsx:231 +#: src/components/dms/MessageItem.tsx:232 msgid "Click to retry failed message" msgstr "點擊以重試傳送訊息" @@ -1116,13 +1183,15 @@ msgstr "達達的馬蹄🐴是美麗的錯誤🐴" #: src/components/dialogs/GifSelect.ios.tsx:250 #: src/components/dialogs/GifSelect.tsx:270 #: src/components/dms/dialogs/SearchablePeopleList.tsx:261 +#: src/components/intents/VerifyEmailIntentDialog.tsx:111 +#: src/components/intents/VerifyEmailIntentDialog.tsx:118 #: src/components/NewskieDialog.tsx:146 #: src/components/NewskieDialog.tsx:153 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:131 #: src/view/com/modals/ChangePassword.tsx:268 #: src/view/com/modals/ChangePassword.tsx:271 -#: src/view/com/util/post-embeds/GifEmbed.tsx:195 +#: src/view/com/util/post-embeds/GifEmbed.tsx:188 msgid "Close" msgstr "關閉" @@ -1177,7 +1246,7 @@ msgstr "關閉底部導覽列" msgid "Closes password update alert" msgstr "關閉密碼更新警告" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:606 msgid "Closes post composer and discards post draft" msgstr "關閉貼文編輯頁並捨棄草稿" @@ -1185,11 +1254,11 @@ msgstr "關閉貼文編輯頁並捨棄草稿" msgid "Closes viewer for header image" msgstr "關閉標題圖片檢視器" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "折疊用戶清單" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "折疊指定通知的用戶清單" @@ -1208,7 +1277,7 @@ msgstr "漫畫" msgid "Community Guidelines" msgstr "社群守則" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "完成初始設定並開始使用您的帳號" @@ -1216,7 +1285,7 @@ msgstr "完成初始設定並開始使用您的帳號" msgid "Complete the challenge" msgstr "完成驗證" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:714 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "撰寫貼文的長度最多為 {MAX_GRAPHEME_LENGTH} 個字元" @@ -1224,10 +1293,6 @@ msgstr "撰寫貼文的長度最多為 {MAX_GRAPHEME_LENGTH} 個字元" msgid "Compose reply" msgstr "撰寫回覆" -#: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 -msgid "Compressing..." -msgstr "壓縮中…" - #: src/components/moderation/LabelPreference.tsx:81 msgid "Configure content filtering setting for category: {name}" msgstr "為 {name} 配置內容過濾設定" @@ -1236,8 +1301,8 @@ msgstr "為 {name} 配置內容過濾設定" msgid "Configured in <0>moderation settings." msgstr "已在<0>內容管理設定中配置。" -#: src/components/Prompt.tsx:162 #: src/components/Prompt.tsx:165 +#: src/components/Prompt.tsx:168 #: src/view/com/modals/SelfLabel.tsx:155 #: src/view/com/modals/VerifyEmail.tsx:239 #: src/view/com/modals/VerifyEmail.tsx:241 @@ -1267,7 +1332,7 @@ msgstr "確認您的年齡:" msgid "Confirm your birthdate" msgstr "確認您的出生日期" -#: src/screens/Login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:259 #: src/view/com/modals/ChangeEmail.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:238 #: src/view/com/modals/DeleteAccount.tsx:244 @@ -1277,7 +1342,7 @@ msgstr "確認您的出生日期" msgid "Confirmation code" msgstr "驗證碼" -#: src/screens/Login/LoginForm.tsx:325 +#: src/screens/Login/LoginForm.tsx:312 msgid "Connecting..." msgstr "連線中…" @@ -1319,7 +1384,7 @@ msgstr "內容警告" msgid "Context menu backdrop, click to close the menu." msgstr "彈出式選單背景,點擊以關閉選單。" -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "繼續" @@ -1332,7 +1397,7 @@ msgstr "以 {0} 繼續 (目前已登入)" msgid "Continue thread..." msgstr "繼續載入討論串…" -#: src/screens/Onboarding/StepInterests/index.tsx:275 +#: src/screens/Onboarding/StepInterests/index.tsx:255 #: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/BackNextButtons.tsx:59 msgid "Continue to next step" @@ -1360,7 +1425,7 @@ msgstr "已複製建構版本號至剪貼簿" #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:234 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:368 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:392 msgid "Copied to clipboard" msgstr "已複製至剪貼簿" @@ -1438,6 +1503,10 @@ msgstr "無法載入列表" msgid "Could not mute chat" msgstr "無法靜音對話" +#: src/view/com/composer/videos/VideoPreview.web.tsx:56 +msgid "Could not process your video" +msgstr "無法處理您的影片" + #: src/components/StarterPack/ProfileStarterPacks.tsx:272 msgid "Create" msgstr "建立" @@ -1495,7 +1564,7 @@ msgstr "建立新帳號" msgid "Create report for {0}" msgstr "建立 {0} 的檢舉" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "{0} 已建立" @@ -1543,7 +1612,7 @@ msgstr "深色模式" msgid "Dark theme" msgstr "深色主題" -#: src/screens/Signup/StepInfo/index.tsx:191 +#: src/screens/Signup/StepInfo/index.tsx:192 msgid "Date of birth" msgstr "出生日期" @@ -1569,7 +1638,7 @@ msgstr "偵錯面板" #: src/screens/StarterPack/StarterPackScreen.tsx:652 #: src/screens/StarterPack/StarterPackScreen.tsx:732 #: src/view/com/util/forms/PostDropdownBtn.tsx:629 -#: src/view/screens/AppPasswords.tsx:285 +#: src/view/screens/AppPasswords.tsx:280 #: src/view/screens/ProfileList.tsx:723 msgid "Delete" msgstr "刪除" @@ -1582,11 +1651,11 @@ msgstr "刪除帳號" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "刪除帳號 <0>「<1>{0}<2>」" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "刪除應用程式專用密碼" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "刪除應用程式專用密碼?" @@ -1641,7 +1710,7 @@ msgstr "刪除此列表?" msgid "Delete this post?" msgstr "刪除這條貼文?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:93 msgid "Deleted" msgstr "已刪除" @@ -1677,7 +1746,7 @@ msgstr "分離這則帖文的引用?" msgid "Dialog: adjust who can interact with this post" msgstr "對話框:自訂誰可以參與這則帖文的互動" -#: src/view/com/composer/Composer.tsx:327 +#: src/view/com/composer/Composer.tsx:355 msgid "Did you want to say anything?" msgstr "有什麼想說的嗎?" @@ -1691,8 +1760,8 @@ msgid "Direct messages are here!" msgstr "私人訊息已推出!" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" -msgstr "關閉 GIF 自動播放" +msgid "Disable autoplay for videos and GIFs" +msgstr "關閉影片和 GIF 自動播放" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 msgid "Disable Email 2FA" @@ -1702,7 +1771,7 @@ msgstr "關閉電子郵件雙重驗證" msgid "Disable haptic feedback" msgstr "關閉觸覺回饋" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:379 msgid "Disable subtitles" msgstr "停用字幕" @@ -1715,11 +1784,11 @@ msgstr "停用字幕" msgid "Disabled" msgstr "停用" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:840 msgid "Discard" msgstr "捨棄" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:837 msgid "Discard draft?" msgstr "捨棄草稿?" @@ -1728,10 +1797,6 @@ msgstr "捨棄草稿?" msgid "Discourage apps from showing my account to logged-out users" msgstr "阻撓應用程式向未登入用戶顯示我的帳號" -#: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "「Discover」動態源會在您瀏覽時瞭解您喜歡哪些貼文。" - #: src/view/com/posts/FollowingEmptyState.tsx:70 #: src/view/com/posts/FollowingEndOfFeed.tsx:71 msgid "Discover new custom feeds" @@ -1746,10 +1811,10 @@ msgid "Discover New Feeds" msgstr "探索新的動態源" #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 -msgid "Dismiss" -msgstr "跳過" +#~ msgid "Dismiss" +#~ msgstr "跳過" -#: src/view/com/composer/Composer.tsx:612 +#: src/view/com/composer/Composer.tsx:1107 msgid "Dismiss error" msgstr "跳過錯誤" @@ -1781,7 +1846,7 @@ msgstr "不要對已跟隨的用戶使用此靜音詞彙" msgid "Does not include nudity." msgstr "不包含裸露內容。" -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "不以連字符開頭或結尾" @@ -1801,6 +1866,8 @@ msgstr "網域已驗證!" #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/composer/videos/SubtitleDialog.tsx:171 +#: src/view/com/composer/videos/SubtitleDialog.tsx:181 #: src/view/com/modals/AddAppPasswords.tsx:243 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 @@ -1823,7 +1890,7 @@ msgstr "完成" msgid "Done{extraText}" msgstr "完成{extraText}" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "下載 Bluesky" @@ -1832,7 +1899,11 @@ msgstr "下載 Bluesky" msgid "Download CAR file" msgstr "下載 CAR 檔案" -#: src/view/com/composer/text-input/TextInput.web.tsx:271 +#: src/components/dialogs/nuxs/TenMillion/index.tsx:622 +msgid "Download image" +msgstr "" + +#: src/view/com/composer/text-input/TextInput.web.tsx:269 msgid "Drop to add images" msgstr "拖放即可新增圖片" @@ -1893,7 +1964,7 @@ msgctxt "action" msgid "Edit" msgstr "編輯" -#: src/view/com/util/UserAvatar.tsx:328 +#: src/view/com/util/UserAvatar.tsx:334 #: src/view/com/util/UserBanner.tsx:92 msgid "Edit avatar" msgstr "編輯頭像" @@ -1941,12 +2012,12 @@ msgid "Edit post interaction settings" msgstr "編輯「貼文互動設定」" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "編輯個人檔案" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:187 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "編輯個人檔案" @@ -1992,6 +2063,10 @@ msgstr "已關閉電子郵件雙重驗證" msgid "Email address" msgstr "電子郵件地址" +#: src/components/intents/VerifyEmailIntentDialog.tsx:95 +msgid "Email Resent" +msgstr "重新發送電子郵件" + #: src/view/com/modals/ChangeEmail.tsx:54 #: src/view/com/modals/ChangeEmail.tsx:83 msgid "Email updated" @@ -2005,6 +2080,10 @@ msgstr "電子郵件已更新" msgid "Email verified" msgstr "電子郵件已驗證" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "電子郵件地址已驗證" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "電子郵件:" @@ -2045,7 +2124,7 @@ msgstr "啟用媒體播放器" msgid "Enable priority notifications" msgstr "啟用優先通知" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:380 msgid "Enable subtitles" msgstr "啟用字幕" @@ -2059,13 +2138,13 @@ msgstr "僅啟用此來源" msgid "Enabled" msgstr "啟用" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "已經到底部啦!" -#: src/tours/Tooltip.tsx:159 -msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." -msgstr "入門指南已結束,沒有進一步的選項。若仍需取得更多選項請返回上一步,或點擊跳過。" +#: src/view/com/composer/videos/SubtitleDialog.tsx:161 +msgid "Ensure you have selected a language for each subtitle file." +msgstr "請確認您已為每個字幕檔案選擇一種語言。" #: src/view/com/modals/AddAppPasswords.tsx:161 msgid "Enter a name for this App Password" @@ -2121,11 +2200,11 @@ msgstr "輸入您的用戶名稱和密碼" msgid "Error occurred while saving file" msgstr "儲存檔案時發生錯誤" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "Captcha 給出了錯誤的回應。" -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "錯誤:" @@ -2149,11 +2228,11 @@ msgstr "所有人都可以回覆這則貼文。" msgid "Everyone" msgstr "所有人" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "過多的提及或回覆" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "過多或不受歡迎的訊息" @@ -2165,6 +2244,10 @@ msgstr "排除已跟隨的用戶" msgid "Excludes users you follow" msgstr "排除已跟隨的用戶" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:397 +msgid "Exit fullscreen" +msgstr "退出全螢幕" + #: src/view/com/modals/DeleteAccount.tsx:293 msgid "Exits account deletion process" msgstr "離開刪除帳號流程" @@ -2189,7 +2272,7 @@ msgstr "退出輸入搜索查詢" msgid "Expand alt text" msgstr "展開替代文字" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "展開用戶清單" @@ -2304,11 +2387,11 @@ msgstr "無法儲存圖片:{0}" msgid "Failed to save notification preferences, please try again" msgstr "無法儲存通知偏好設定,請再試一次" -#: src/components/dms/MessageItem.tsx:224 +#: src/components/dms/MessageItem.tsx:225 msgid "Failed to send" msgstr "無法傳送" -#: src/components/moderation/LabelsOnMeDialog.tsx:234 +#: src/components/moderation/LabelsOnMeDialog.tsx:225 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "無法提交申訴,請再試一次。" @@ -2326,6 +2409,13 @@ msgstr "無法更新動態" msgid "Failed to update settings" msgstr "無法更新設定" +#: src/state/queries/video/video-upload.ts:67 +#: src/state/queries/video/video-upload.web.ts:64 +#: src/state/queries/video/video-upload.web.ts:68 +#: src/state/queries/video/video-upload.web.ts:78 +msgid "Failed to upload video" +msgstr "上傳影片失敗" + #: src/Navigation.tsx:226 msgid "Feed" msgstr "動態" @@ -2348,9 +2438,9 @@ msgstr "意見回饋" #: src/screens/StarterPack/StarterPackScreen.tsx:172 #: src/view/screens/Feeds.tsx:445 #: src/view/screens/Feeds.tsx:550 -#: src/view/screens/Profile.tsx:213 +#: src/view/screens/Profile.tsx:224 #: src/view/screens/Search/Search.tsx:375 -#: src/view/shell/desktop/LeftNav.tsx:379 +#: src/view/shell/desktop/LeftNav.tsx:373 #: src/view/shell/Drawer.tsx:497 #: src/view/shell/Drawer.tsx:498 msgid "Feeds" @@ -2376,7 +2466,7 @@ msgstr "文件儲存成功!" msgid "Filter from feeds" msgstr "動態源中的篩選" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "正在完成" @@ -2386,10 +2476,6 @@ msgstr "正在完成" msgid "Find accounts to follow" msgstr "尋找一些帳號來跟隨" -#: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "在探索頁面中尋找更多想要跟隨的動態源和帳號。" - #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" msgstr "在 Bluesky 上尋找貼文和用戶" @@ -2406,15 +2492,11 @@ msgstr "微調討論串。" msgid "Finish" msgstr "完成" -#: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "完成導覽並開始使用程式" - #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "健康" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "靈活" @@ -2428,11 +2510,11 @@ msgid "Flip vertically" msgstr "垂直翻轉" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:351 +#: src/components/ProfileCard.tsx:356 #: src/components/ProfileHoverCard/index.web.tsx:446 #: src/components/ProfileHoverCard/index.web.tsx:457 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:252 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:225 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 msgid "Follow" msgstr "跟隨" @@ -2441,8 +2523,8 @@ msgctxt "action" msgid "Follow" msgstr "跟隨" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:238 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:209 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:126 msgid "Follow {0}" msgstr "跟隨 {0}" @@ -2464,7 +2546,13 @@ msgstr "跟隨帳號" msgid "Follow all" msgstr "全部跟隨" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/view/com/profile/FollowButton.tsx:79 +msgctxt "action" +msgid "Follow Back" +msgstr "回跟" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:223 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 msgid "Follow Back" msgstr "回跟" @@ -2492,16 +2580,16 @@ msgstr "已被您跟隨的 <0>{0}, <1>{1} 和{2, plural, one {其他 # msgid "Followed users" msgstr "您跟隨的用戶" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "已跟隨您" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" msgstr "已回跟您" -#: src/view/com/profile/ProfileFollowers.tsx:104 -#: src/view/screens/ProfileFollowers.tsx:25 +#: src/view/screens/ProfileFollowers.tsx:29 +#: src/view/screens/ProfileFollowers.tsx:30 msgid "Followers" msgstr "跟隨者" @@ -2515,20 +2603,20 @@ msgid "Followers you know" msgstr "您也認識的跟隨者" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:345 +#: src/components/ProfileCard.tsx:350 #: src/components/ProfileHoverCard/index.web.tsx:445 #: src/components/ProfileHoverCard/index.web.tsx:456 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 -#: src/view/com/profile/ProfileFollows.tsx:104 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:147 #: src/view/screens/Feeds.tsx:630 -#: src/view/screens/ProfileFollows.tsx:25 +#: src/view/screens/ProfileFollows.tsx:29 +#: src/view/screens/ProfileFollows.tsx:30 #: src/view/screens/SavedFeeds.tsx:416 msgid "Following" msgstr "跟隨中" -#: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/components/ProfileCard.tsx:316 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "已跟隨 {0}" @@ -2546,10 +2634,6 @@ msgstr "「Following」動態源偏好" msgid "Following Feed Preferences" msgstr "「Following」動態源偏好" -#: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "「Following」動態源顯示您跟隨用戶的最新貼文。" - #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" msgstr "跟隨您" @@ -2580,11 +2664,11 @@ msgstr "永遠" msgid "Forgot Password" msgstr "忘記密碼" -#: src/screens/Login/LoginForm.tsx:246 +#: src/screens/Login/LoginForm.tsx:233 msgid "Forgot password?" msgstr "忘記密碼?" -#: src/screens/Login/LoginForm.tsx:257 +#: src/screens/Login/LoginForm.tsx:244 msgid "Forgot?" msgstr "忘記了?" @@ -2592,15 +2676,19 @@ msgstr "忘記了?" msgid "Frequently Posts Unwanted Content" msgstr "頻繁發佈不當內容" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "來自 @{sanitizedAuthor}" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "來自 <0/>" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:398 +msgid "Fullscreen" +msgstr "全螢幕" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "相簿" @@ -2626,7 +2714,7 @@ msgstr "開始" msgid "Getting started" msgstr "開始吧" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:122 msgid "GIF" msgstr "GIF" @@ -2645,7 +2733,7 @@ msgstr "明顯違反法律或服務條款" #: src/view/screens/NotFound.tsx:55 #: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:1026 -#: src/view/shell/desktop/LeftNav.tsx:134 +#: src/view/shell/desktop/LeftNav.tsx:133 msgid "Go back" msgstr "返回" @@ -2685,7 +2773,7 @@ msgstr "前往首頁" msgid "Go to conversation with {0}" msgstr "與 {0} 對話" -#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:171 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Go to next" msgstr "前往下一步" @@ -2694,10 +2782,6 @@ msgstr "前往下一步" msgid "Go to profile" msgstr "前往個人檔案" -#: src/tours/Tooltip.tsx:138 -msgid "Go to the next step of the tour" -msgstr "前往導覽的下一步" - #: src/components/dms/ConvoMenu.tsx:164 msgid "Go to user's profile" msgstr "前往用戶的個人檔案" @@ -2762,7 +2846,7 @@ msgstr "隱藏列表" msgid "Hide" msgstr "隱藏" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "隱藏" @@ -2796,7 +2880,7 @@ msgstr "隱藏這則貼文?" msgid "Hide this reply?" msgstr "隱藏這個回覆?" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "隱藏用戶列表" @@ -2828,10 +2912,14 @@ msgstr "抱歉,看起來我們在載入這些資料時遇到了問題,請參 msgid "Hmmmm, we couldn't load that moderation service." msgstr "抱歉,我們無法載入該內容管理服務。" -#: src/Navigation.tsx:549 -#: src/Navigation.tsx:569 -#: src/view/shell/bottom-bar/BottomBar.tsx:160 -#: src/view/shell/desktop/LeftNav.tsx:342 +#: src/state/queries/video/video.ts:165 +msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" +msgstr "別急!我們將逐步開放影片功能,您還在隊列中。請稍後再回來!" + +#: src/Navigation.tsx:550 +#: src/Navigation.tsx:570 +#: src/view/shell/bottom-bar/BottomBar.tsx:159 +#: src/view/shell/desktop/LeftNav.tsx:341 #: src/view/shell/Drawer.tsx:429 #: src/view/shell/Drawer.tsx:430 msgid "Home" @@ -2842,7 +2930,7 @@ msgid "Host:" msgstr "主機:" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:180 +#: src/screens/Login/LoginForm.tsx:169 #: src/screens/Signup/StepInfo/index.tsx:106 #: src/view/com/modals/ChangeHandle.tsx:275 msgid "Hosting provider" @@ -2903,7 +2991,7 @@ msgstr "如果您想更改帳號代碼或電子郵件,請在停用帳號前更 msgid "Illegal and Urgent" msgstr "違法" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:56 msgid "Image" msgstr "圖片" @@ -2911,6 +2999,7 @@ msgstr "圖片" msgid "Image alt text" msgstr "圖片替代文字" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:247 #: src/components/StarterPack/ShareDialog.tsx:76 msgid "Image saved to your camera roll!" msgstr "圖片已儲存至您的圖片庫!" @@ -2919,7 +3008,11 @@ msgstr "圖片已儲存至您的圖片庫!" msgid "Impersonation or false claims about identity or affiliation" msgstr "冒充或虛假聲明身份或隸屬關係" -#: src/lib/moderation/useReportOptions.ts:86 +#: src/lib/moderation/useReportOptions.ts:68 +msgid "Impersonation, misinformation, or false claims" +msgstr "冒充、錯誤資訊或虛假聲明" + +#: src/lib/moderation/useReportOptions.ts:91 msgid "Inappropriate messages or explicit links" msgstr "不當訊息或露骨連結" @@ -2943,15 +3036,15 @@ msgstr "輸入新密碼" msgid "Input password for account deletion" msgstr "輸入密碼以刪除帳號" -#: src/screens/Login/LoginForm.tsx:286 +#: src/screens/Login/LoginForm.tsx:273 msgid "Input the code which has been emailed to you" msgstr "輸入寄送至您電子郵件地址的驗證碼" -#: src/screens/Login/LoginForm.tsx:215 +#: src/screens/Login/LoginForm.tsx:203 msgid "Input the username or email address you used at signup" msgstr "輸入註冊時使用的用戶名稱或電子郵件地址" -#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Login/LoginForm.tsx:228 msgid "Input your password" msgstr "輸入您的密碼" @@ -2959,7 +3052,7 @@ msgstr "輸入您的密碼" msgid "Input your preferred hosting provider" msgstr "輸入您的託管服務供應商" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "輸入您的帳號代碼" @@ -2971,7 +3064,7 @@ msgstr "互動限制" msgid "Introducing Direct Messages" msgstr "為您隆重介紹「私人訊息」" -#: src/screens/Login/LoginForm.tsx:140 +#: src/screens/Login/LoginForm.tsx:145 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "無效的雙重驗證碼。" @@ -2980,10 +3073,15 @@ msgstr "無效的雙重驗證碼。" msgid "Invalid or unsupported post record" msgstr "無效或不支援的貼文紀錄" -#: src/screens/Login/LoginForm.tsx:145 +#: src/screens/Login/LoginForm.tsx:91 +#: src/screens/Login/LoginForm.tsx:150 msgid "Invalid username or password" msgstr "用戶名稱或密碼無效" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "無效的驗證碼" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "邀請朋友" @@ -2992,7 +3090,7 @@ msgstr "邀請朋友" msgid "Invite code" msgstr "邀請碼" -#: src/screens/Signup/state.ts:263 +#: src/screens/Signup/state.ts:258 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "邀請碼無效。請檢查您輸入的內容是否正確,然後重試。" @@ -3020,6 +3118,10 @@ msgstr "邀請,但僅限個人" msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "現在只有您一個人!使用上面的搜尋功能,將更多人加入到您的入門包中。" +#: src/view/com/composer/Composer.tsx:1126 +msgid "Job ID: {0}" +msgstr "Job ID: {0}" + #: src/view/com/auth/SplashScreen.web.tsx:164 msgid "Jobs" msgstr "工作" @@ -3035,6 +3137,10 @@ msgstr "加入 Bluesky" msgid "Join the conversation" msgstr "加入對話" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:492 +msgid "Joined {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:21 #: src/screens/Onboarding/state.ts:89 msgid "Journalism" @@ -3048,7 +3154,7 @@ msgstr "由 {0} 標記。" msgid "Labeled by the author." msgstr "由作者標記。" -#: src/view/screens/Profile.tsx:207 +#: src/view/screens/Profile.tsx:218 msgid "Labels" msgstr "標記" @@ -3056,11 +3162,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:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "您帳號上的標記" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "您內容上的標記" @@ -3081,7 +3187,7 @@ msgstr "語言設定" msgid "Languages" msgstr "語言" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "最新" @@ -3151,8 +3257,7 @@ msgstr "讓我選擇" msgid "Let's get your password reset!" msgstr "讓我們來重設您的密碼吧!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "讓我們開始吧!" @@ -3181,22 +3286,22 @@ msgstr "對這個動態源表示喜歡" msgid "Liked by" msgstr "表示喜歡的用戶" -#: src/screens/Post/PostLikedBy.tsx:29 +#: src/screens/Post/PostLikedBy.tsx:31 +#: src/screens/Post/PostLikedBy.tsx:32 #: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 -#: src/view/com/post-thread/PostLikedBy.tsx:94 #: src/view/screens/ProfileFeedLikedBy.tsx:28 msgid "Liked By" msgstr "表示喜歡的用戶" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "對您的自訂動態源表示喜歡" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "表示喜歡您的貼文" -#: src/view/screens/Profile.tsx:212 +#: src/view/screens/Profile.tsx:223 msgid "Likes" msgstr "喜歡" @@ -3250,9 +3355,9 @@ msgid "List unmuted" msgstr "已解除靜音的列表" #: src/Navigation.tsx:130 -#: src/view/screens/Profile.tsx:208 -#: src/view/screens/Profile.tsx:215 -#: src/view/shell/desktop/LeftNav.tsx:385 +#: src/view/screens/Profile.tsx:219 +#: src/view/screens/Profile.tsx:226 +#: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:513 #: src/view/shell/Drawer.tsx:514 msgid "Lists" @@ -3278,7 +3383,7 @@ msgstr "載入更多推薦跟隨者" msgid "Load new notifications" msgstr "載入新的通知" -#: src/screens/Profile/Sections/Feed.tsx:87 +#: src/screens/Profile/Sections/Feed.tsx:94 #: src/view/com/feeds/FeedPage.tsx:136 #: src/view/screens/ProfileFeed.tsx:495 #: src/view/screens/ProfileList.tsx:805 @@ -3351,7 +3456,7 @@ msgid "Mark as read" msgstr "標記為已讀" #: src/view/screens/AccessibilitySettings.tsx:106 -#: src/view/screens/Profile.tsx:211 +#: src/view/screens/Profile.tsx:222 msgid "Media" msgstr "媒體" @@ -3381,12 +3486,12 @@ msgstr "訊息已刪除" msgid "Message from server: {0}" msgstr "來自伺服器的訊息:{0}" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" msgstr "訊息輸入欄位" -#: src/screens/Messages/Conversation/MessageInput.tsx:70 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:49 +#: src/screens/Messages/Conversation/MessageInput.tsx:72 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:59 msgid "Message is too long" msgstr "訊息太長了" @@ -3394,7 +3499,7 @@ msgstr "訊息太長了" msgid "Message settings" msgstr "訊息設定" -#: src/Navigation.tsx:564 +#: src/Navigation.tsx:565 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -3405,6 +3510,10 @@ msgstr "訊息" msgid "Misleading Account" msgstr "誤導性帳號" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "誤導性貼文" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" msgstr "模式" @@ -3471,7 +3580,7 @@ msgstr "內容管理工具" msgid "Moderator has chosen to set a general warning on the content." msgstr "內容管理者已將此內容標記為普通警告。" -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "更多" @@ -3495,9 +3604,13 @@ msgstr "電影" msgid "Music" msgstr "音樂" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:389 +msgctxt "video" +msgid "Mute" +msgstr "" + #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 msgid "Mute" msgstr "靜音" @@ -3569,9 +3682,9 @@ msgstr "靜音討論串" msgid "Mute words & tags" msgstr "靜音文字和標籤" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Muted" -msgstr "已靜音" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Muted" +#~ msgstr "已靜音" #: src/screens/Moderation/index.tsx:264 msgid "Muted accounts" @@ -3607,7 +3720,7 @@ msgstr "我的生日" msgid "My Feeds" msgstr "我的動態源" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "我的個人檔案" @@ -3629,9 +3742,9 @@ msgid "Name is required" msgstr "名稱是必填項" #: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:93 -#: src/lib/moderation/useReportOptions.ts:101 -#: src/lib/moderation/useReportOptions.ts:109 +#: 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 "名稱或描述違反社群標準" @@ -3644,12 +3757,12 @@ msgstr "自然" msgid "Navigate to {0}" msgstr "跳至 {0}" -#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:73 +#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:76 msgid "Navigate to starter pack" msgstr "切換到入門包" -#: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:332 +#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/screens/Login/LoginForm.tsx:319 #: src/view/com/modals/ChangePassword.tsx:169 msgid "Navigates to the next screen" msgstr "切換到下一畫面" @@ -3662,7 +3775,7 @@ msgstr "切換到您的個人檔案" msgid "Need to report a copyright violation?" msgstr "需要檢舉侵權嗎?" -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "永遠不會失去對您的跟隨者或資料的存取權。" @@ -3708,15 +3821,15 @@ msgstr "新貼文" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:228 -#: src/view/screens/Profile.tsx:478 +#: src/view/screens/Profile.tsx:489 #: src/view/screens/ProfileFeed.tsx:429 #: src/view/screens/ProfileList.tsx:237 #: src/view/screens/ProfileList.tsx:276 -#: src/view/shell/desktop/LeftNav.tsx:278 +#: src/view/shell/desktop/LeftNav.tsx:277 msgid "New post" msgstr "新貼文" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "新貼文" @@ -3739,9 +3852,9 @@ msgid "News" msgstr "新聞" #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:331 -#: src/screens/Login/LoginForm.tsx:338 +#: src/screens/Login/ForgotPasswordForm.tsx:149 +#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:325 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/BackNextButtons.tsx:66 @@ -3749,7 +3862,6 @@ msgstr "新聞" #: src/screens/StarterPack/Wizard/index.tsx:187 #: src/screens/StarterPack/Wizard/index.tsx:358 #: src/screens/StarterPack/Wizard/index.tsx:365 -#: src/tours/Tooltip.tsx:139 #: src/view/com/modals/ChangePassword.tsx:254 #: src/view/com/modals/ChangePassword.tsx:256 msgid "Next" @@ -3786,12 +3898,12 @@ msgstr "未找到精選 GIF,Tenor 可能發生問題。" msgid "No feeds found. Try searching for something else." msgstr "沒有找到任何動態。請嘗試以其他關鍵字搜尋。" -#: src/components/ProfileCard.tsx:331 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 +#: src/components/ProfileCard.tsx:336 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "不再跟隨 {0}" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "不超過 253 個字元" @@ -3818,7 +3930,7 @@ msgstr "沒有人" msgid "No one but the author can quote this post." msgstr "僅限發布者可以引用這則貼文。" -#: src/screens/Profile/Sections/Feed.tsx:59 +#: src/screens/Profile/Sections/Feed.tsx:64 msgid "No posts yet." msgstr "目前還沒有貼文。" @@ -3874,7 +3986,7 @@ msgid "Non-sexual Nudity" msgstr "非色情裸露" #: src/Navigation.tsx:125 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Not Found" msgstr "未找到" @@ -3885,7 +3997,7 @@ msgstr "暫時不需要" #: src/view/com/profile/ProfileMenu.tsx:372 #: src/view/com/util/forms/PostDropdownBtn.tsx:654 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:332 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:356 msgid "Note about sharing" msgstr "關於分享的注意事項" @@ -3918,22 +4030,22 @@ msgstr "通知音效" msgid "Notification Sounds" msgstr "通知音效" -#: src/Navigation.tsx:559 +#: src/Navigation.tsx:560 #: src/view/screens/Notifications.tsx:145 #: src/view/screens/Notifications.tsx:155 #: src/view/screens/Notifications.tsx:203 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 -#: src/view/shell/desktop/LeftNav.tsx:362 +#: src/view/shell/bottom-bar/BottomBar.tsx:227 +#: src/view/shell/desktop/LeftNav.tsx:356 #: src/view/shell/Drawer.tsx:461 #: src/view/shell/Drawer.tsx:462 msgid "Notifications" msgstr "通知" -#: src/lib/hooks/useTimeAgo.ts:51 +#: src/lib/hooks/useTimeAgo.ts:122 msgid "now" msgstr "現在" -#: src/components/dms/MessageItem.tsx:169 +#: src/components/dms/MessageItem.tsx:170 msgid "Now" msgstr "現在" @@ -3941,7 +4053,7 @@ msgstr "現在" msgid "Nudity" msgstr "裸露" -#: src/lib/moderation/useReportOptions.ts:73 +#: src/lib/moderation/useReportOptions.ts:78 msgid "Nudity or adult content not labeled as such" msgstr "未貼上此類標記的裸露或成人內容" @@ -3955,10 +4067,14 @@ msgstr "顯示" msgid "Oh no!" msgstr "糟糕!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "糟糕!發生了一些錯誤。" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:175 +msgid "Oh no! We weren't able to generate an image for you to share. Rest assured, we're glad you're here 🦋" +msgstr "" + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:339 msgid "OK" msgstr "好的" @@ -3971,23 +4087,15 @@ msgstr "好的" msgid "Oldest replies first" msgstr "最舊的回覆優先" -#: src/components/StarterPack/QrCode.tsx:69 -msgid "on" -msgstr "在" - -#: src/lib/hooks/useTimeAgo.ts:81 -msgid "on {str}" -msgstr "在 {str}" +#: src/components/StarterPack/QrCode.tsx:70 +msgid "on<0><1/><2><3/>" +msgstr "在<0><1/><2><3/>" #: src/view/screens/Settings/index.tsx:226 msgid "Onboarding reset" msgstr "重新開始引導流程" -#: src/tours/Tooltip.tsx:118 -msgid "Onboarding tour step {0}: {1}" -msgstr "入門指南步驟 {0}:{1}" - -#: src/view/com/composer/Composer.tsx:589 +#: src/view/com/composer/Composer.tsx:671 msgid "One or more images is missing alt text." msgstr "至少有一張圖片缺失了替代文字。" @@ -3999,10 +4107,14 @@ msgstr "僅支援 .jpg 或 .png 格式的圖片" msgid "Only {0} can reply." msgstr "只有{0}可以回覆。" -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "只包含字母、數字和連字符" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:39 +msgid "Only WebVTT (.vtt) files are supported" +msgstr "僅支援 WebVTT (.vtt) 檔案" + #: src/components/Lists.tsx:88 msgid "Oops, something went wrong!" msgstr "糟糕,發生了錯誤!" @@ -4010,13 +4122,13 @@ msgstr "糟糕,發生了錯誤!" #: src/components/Lists.tsx:199 #: src/components/StarterPack/ProfileStarterPacks.tsx:304 #: src/components/StarterPack/ProfileStarterPacks.tsx:313 -#: src/view/screens/AppPasswords.tsx:69 +#: src/view/screens/AppPasswords.tsx:68 #: src/view/screens/NotificationsSettings.tsx:45 -#: src/view/screens/Profile.tsx:108 +#: src/view/screens/Profile.tsx:119 msgid "Oops!" msgstr "糟糕!" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "開放" @@ -4033,8 +4145,9 @@ msgstr "開啟頭像建立工具" msgid "Open conversation options" msgstr "開啟對話選項" -#: src/view/com/composer/Composer.tsx:754 -#: src/view/com/composer/Composer.tsx:755 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:165 +#: src/view/com/composer/Composer.tsx:820 +#: src/view/com/composer/Composer.tsx:821 msgid "Open emoji picker" msgstr "開啟表情符號選擇器" @@ -4169,7 +4282,7 @@ msgstr "開啟使用自訂網域的彈窗" msgid "Opens moderation settings" msgstr "開啟內容管理設定" -#: src/screens/Login/LoginForm.tsx:247 +#: src/screens/Login/LoginForm.tsx:234 msgid "Opens password reset form" msgstr "開啟密碼重設表單" @@ -4202,12 +4315,12 @@ msgstr "開啟系統日誌頁面" msgid "Opens the threads preferences" msgstr "開啟討論串偏好" -#: src/view/com/notifications/FeedItem.tsx:555 -#: src/view/com/util/UserAvatar.tsx:420 +#: src/view/com/notifications/FeedItem.tsx:551 +#: src/view/com/util/UserAvatar.tsx:426 msgid "Opens this profile" msgstr "開啟這個個人檔案" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:95 msgid "Opens video picker" msgstr "開啟影片選擇器" @@ -4265,7 +4378,7 @@ msgstr "頁面不存在" msgid "Page Not Found" msgstr "頁面不存在" -#: src/screens/Login/LoginForm.tsx:225 +#: src/screens/Login/LoginForm.tsx:213 #: src/screens/Signup/StepInfo/index.tsx:162 #: src/view/com/modals/DeleteAccount.tsx:257 #: src/view/com/modals/DeleteAccount.tsx:264 @@ -4284,12 +4397,13 @@ msgstr "密碼已更新" msgid "Password updated!" msgstr "密碼已更新!" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:366 msgid "Pause" msgstr "暫停" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:319 msgid "Pause video" msgstr "暫停影片" @@ -4348,43 +4462,44 @@ msgstr "釘選的動態源列表" msgid "Pinned to your feeds" msgstr "從您的動態中取消釘選" -#: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/GifEmbed.tsx:46 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:367 msgid "Play" msgstr "播放" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:131 msgid "Play {0}" msgstr "播放 {0}" -#: src/view/com/util/post-embeds/GifEmbed.tsx:43 +#: src/view/com/util/post-embeds/GifEmbed.tsx:45 msgid "Play or pause the GIF" msgstr "播放或暫停 GIF" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:52 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:204 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:110 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:320 msgid "Play video" msgstr "播放影片" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:59 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:60 msgid "Play Video" msgstr "播放影片" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:130 msgid "Plays the GIF" msgstr "播放 GIF" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "請設定您的帳號代碼。" -#: src/screens/Signup/state.ts:215 +#: src/screens/Signup/state.ts:210 #: src/screens/Signup/StepInfo/index.tsx:81 msgid "Please choose your password." msgstr "請設定您的密碼。" -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "請完成 Captcha 驗證。" @@ -4404,7 +4519,7 @@ msgstr "請輸入此應用程式專用密碼的唯一名稱,或使用我們提 msgid "Please enter a valid word, tag, or phrase to mute" msgstr "請輸入有效的文字或標籤進行靜音" -#: src/screens/Signup/state.ts:201 +#: src/screens/Signup/state.ts:196 #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Please enter your email." msgstr "請輸入您的電子郵件。" @@ -4417,7 +4532,7 @@ msgstr "請輸入您的邀請碼。" msgid "Please enter your password as well:" msgstr "請輸入您的密碼:" -#: src/components/moderation/LabelsOnMeDialog.tsx:268 +#: src/components/moderation/LabelsOnMeDialog.tsx:259 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "請解釋您認為 {0} 不該套用此標記的原因" @@ -4434,7 +4549,7 @@ msgstr "請以 @{0} 的身分登入" msgid "Please Verify Your Email" msgstr "請驗證您的電子郵件地址" -#: src/view/com/composer/Composer.tsx:331 +#: src/view/com/composer/Composer.tsx:359 msgid "Please wait for your link card to finish loading" msgstr "請等待您的連結預覽載入完畢" @@ -4447,13 +4562,13 @@ msgstr "政治" msgid "Porn" msgstr "色情" -#: src/view/com/composer/Composer.tsx:564 -#: src/view/com/composer/Composer.tsx:571 +#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:653 msgctxt "action" msgid "Post" msgstr "發佈" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "貼文" @@ -4509,7 +4624,7 @@ msgid "posts" msgstr "貼文" #: src/screens/StarterPack/StarterPackScreen.tsx:173 -#: src/view/screens/Profile.tsx:209 +#: src/view/screens/Profile.tsx:220 msgid "Posts" msgstr "貼文" @@ -4581,17 +4696,17 @@ msgstr "隱私政策" msgid "Privately chat with other users." msgstr "和其他用戶進行私人對話。" -#: src/screens/Login/ForgotPasswordForm.tsx:156 +#: src/screens/Login/ForgotPasswordForm.tsx:155 msgid "Processing..." msgstr "處理中…" -#: src/view/screens/DebugMod.tsx:895 -#: src/view/screens/Profile.tsx:346 +#: src/view/screens/DebugMod.tsx:896 +#: src/view/screens/Profile.tsx:357 msgid "profile" msgstr "個人檔案" -#: src/view/shell/bottom-bar/BottomBar.tsx:275 -#: src/view/shell/desktop/LeftNav.tsx:393 +#: src/view/shell/bottom-bar/BottomBar.tsx:272 +#: src/view/shell/desktop/LeftNav.tsx:387 #: src/view/shell/Drawer.tsx:78 #: src/view/shell/Drawer.tsx:546 #: src/view/shell/Drawer.tsx:547 @@ -4606,7 +4721,7 @@ msgstr "個人檔案已更新" msgid "Protect your account by verifying your email." msgstr "通過驗證電子郵件地址來保護您的帳號。" -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "公開" @@ -4618,11 +4733,11 @@ msgstr "公開且可共享的用戶列表,可供批量靜音或封鎖。" msgid "Public, shareable lists which can drive feeds." msgstr "公開且可共享的列表,可作為動態源使用。" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish post" msgstr "發佈貼文" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:631 msgid "Publish reply" msgstr "發佈回覆" @@ -4638,12 +4753,8 @@ msgstr "QR Code 下載成功!" msgid "QR code saved to your camera roll!" msgstr "QR Code 已儲存至您的圖片庫!" -#: src/tours/Tooltip.tsx:111 -msgid "Quick tip" -msgstr "小建議" - -#: src/view/com/util/post-ctrls/RepostButton.tsx:122 -#: src/view/com/util/post-ctrls/RepostButton.tsx:149 +#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:152 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Quote post" @@ -4658,8 +4769,8 @@ msgid "Quote post was successfully detached" msgstr "貼文引用已成功分離" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:313 -#: src/view/com/util/post-ctrls/RepostButton.tsx:121 -#: src/view/com/util/post-ctrls/RepostButton.tsx:148 +#: src/view/com/util/post-ctrls/RepostButton.tsx:124 +#: src/view/com/util/post-ctrls/RepostButton.tsx:151 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:84 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:91 msgid "Quote posts disabled" @@ -4673,8 +4784,8 @@ msgstr "引用貼文已啟用" msgid "Quote settings" msgstr "引用設定" -#: src/screens/Post/PostQuotes.tsx:29 -#: src/view/com/post-thread/PostQuotes.tsx:122 +#: src/screens/Post/PostQuotes.tsx:31 +#: src/screens/Post/PostQuotes.tsx:32 msgid "Quotes" msgstr "引用" @@ -4752,7 +4863,11 @@ msgstr "從您的入門包刪除 {displayName}" msgid "Remove account" msgstr "移除帳號" -#: src/view/com/util/UserAvatar.tsx:387 +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "撤銷貼文分離" + +#: src/view/com/util/UserAvatar.tsx:393 msgid "Remove Avatar" msgstr "刪除頭像" @@ -4760,7 +4875,7 @@ msgstr "刪除頭像" msgid "Remove Banner" msgstr "刪除橫幅" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "刪除嵌入" @@ -4799,10 +4914,6 @@ msgstr "從儲存的動態源中刪除" msgid "Remove image" msgstr "刪除圖片" -#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "刪除圖片預覽" - #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" msgstr "從您的列表中刪除靜音文字" @@ -4815,24 +4926,28 @@ msgstr "刪除個人檔案" msgid "Remove profile from search history" msgstr "刪除搜尋紀錄中的個人檔案" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:274 msgid "Remove quote" msgstr "刪除引用貼文" -#: src/view/com/util/post-ctrls/RepostButton.tsx:95 -#: src/view/com/util/post-ctrls/RepostButton.tsx:111 +#: src/view/com/util/post-ctrls/RepostButton.tsx:98 +#: src/view/com/util/post-ctrls/RepostButton.tsx:114 msgid "Remove repost" msgstr "刪除轉貼貼文" +#: src/view/com/composer/videos/SubtitleDialog.tsx:264 +msgid "Remove subtitle file" +msgstr "移除字幕檔案" + #: src/view/com/posts/FeedErrorMessage.tsx:211 msgid "Remove this feed from your saved feeds" msgstr "將這個動態源從您已儲存之動態源列表中刪除" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:100 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:109 msgid "Removed by author" msgstr "由發布者刪除" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:98 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:107 msgid "Removed by you" msgstr "由您刪除" @@ -4856,20 +4971,20 @@ msgstr "已從儲存的動態源中刪除" msgid "Removed from your feeds" msgstr "從您的動態中刪除" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:275 msgid "Removes quoted post" msgstr "刪除已轉貼貼文" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 -msgid "Removes the image preview" -msgstr "移除圖片預覽" +msgid "Removes the attachment" +msgstr "撤銷所有貼文分離" #: src/view/com/posts/FeedShutdownMsg.tsx:129 #: src/view/com/posts/FeedShutdownMsg.tsx:133 msgid "Replace with Discover" msgstr "用「Discover」動態源取代" -#: src/view/screens/Profile.tsx:210 +#: src/view/screens/Profile.tsx:221 msgid "Replies" msgstr "回覆" @@ -4881,7 +4996,7 @@ msgstr "回覆已被停用" msgid "Replies to this post are disabled." msgstr "這則貼文的回覆已停用。" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:644 msgctxt "action" msgid "Reply" msgstr "回覆" @@ -4905,23 +5020,23 @@ msgid "Reply settings are chosen by the author of the thread" msgstr "由此討論串的發佈者選擇的回覆設定" #: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:522 +#: src/view/com/posts/FeedItem.tsx:520 msgctxt "description" msgid "Reply to <0><1/>" msgstr "對 <0><1/> 回覆" -#: src/view/com/posts/FeedItem.tsx:513 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" msgstr "對已被封鎖的貼文回覆" -#: src/view/com/posts/FeedItem.tsx:515 +#: src/view/com/posts/FeedItem.tsx:513 msgctxt "description" msgid "Reply to a post" msgstr "回覆這則貼文" #: src/view/com/post/Post.tsx:194 -#: src/view/com/posts/FeedItem.tsx:519 +#: src/view/com/posts/FeedItem.tsx:517 msgctxt "description" msgid "Reply to you" msgstr "對您回覆" @@ -5008,9 +5123,9 @@ msgstr "檢舉這個入門包" msgid "Report this user" msgstr "檢舉這個用戶" -#: src/view/com/util/post-ctrls/RepostButton.tsx:67 -#: src/view/com/util/post-ctrls/RepostButton.tsx:96 -#: src/view/com/util/post-ctrls/RepostButton.tsx:112 +#: src/view/com/util/post-ctrls/RepostButton.tsx:70 +#: src/view/com/util/post-ctrls/RepostButton.tsx:99 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 msgctxt "action" msgid "Repost" msgstr "轉貼" @@ -5021,31 +5136,31 @@ msgid "Repost" msgstr "轉貼" #: src/screens/StarterPack/StarterPackScreen.tsx:535 -#: src/view/com/util/post-ctrls/RepostButton.tsx:88 +#: src/view/com/util/post-ctrls/RepostButton.tsx:91 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:49 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:104 msgid "Repost or quote post" msgstr "轉貼或引用貼文" -#: src/screens/Post/PostRepostedBy.tsx:29 -#: src/view/com/post-thread/PostRepostedBy.tsx:96 +#: src/screens/Post/PostRepostedBy.tsx:31 +#: src/screens/Post/PostRepostedBy.tsx:32 msgid "Reposted By" msgstr "轉貼" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "由 {0} 轉貼" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "由 <0><1/> 轉貼" -#: src/view/com/posts/FeedItem.tsx:292 -#: src/view/com/posts/FeedItem.tsx:311 +#: src/view/com/posts/FeedItem.tsx:290 +#: src/view/com/posts/FeedItem.tsx:309 msgid "Reposted by you" msgstr "由您轉貼" -#: src/view/com/notifications/FeedItem.tsx:184 +#: src/view/com/notifications/FeedItem.tsx:180 msgid "reposted your post" msgstr "轉貼您的貼文" @@ -5080,6 +5195,14 @@ msgstr "此供應商要求必填" msgid "Resend email" msgstr "重新傳送郵件" +#: src/components/intents/VerifyEmailIntentDialog.tsx:130 +msgid "Resend Email" +msgstr "重新傳送電子郵件" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:123 +msgid "Resend Verification Email" +msgstr "重新傳送驗證電子郵件" + #: src/view/com/modals/ChangePassword.tsx:186 msgid "Reset code" msgstr "重設碼" @@ -5110,7 +5233,7 @@ msgstr "重設初始設定狀態" msgid "Resets the preferences state" msgstr "重設偏好狀態" -#: src/screens/Login/LoginForm.tsx:312 +#: src/screens/Login/LoginForm.tsx:299 msgid "Retries login" msgstr "重試登入" @@ -5119,15 +5242,15 @@ msgstr "重試登入" msgid "Retries the last action, which errored out" msgstr "重試上次出錯的操作" -#: src/components/dms/MessageItem.tsx:235 +#: src/components/dms/MessageItem.tsx:236 #: src/components/Error.tsx:66 #: src/components/Lists.tsx:104 #: src/components/StarterPack/ProfileStarterPacks.tsx:318 -#: src/screens/Login/LoginForm.tsx:311 -#: src/screens/Login/LoginForm.tsx:318 +#: src/screens/Login/LoginForm.tsx:298 +#: src/screens/Login/LoginForm.tsx:305 #: src/screens/Messages/Conversation/MessageListError.tsx:25 -#: src/screens/Onboarding/StepInterests/index.tsx:251 -#: src/screens/Onboarding/StepInterests/index.tsx:254 +#: src/screens/Onboarding/StepInterests/index.tsx:231 +#: src/screens/Onboarding/StepInterests/index.tsx:234 #: src/screens/Signup/BackNextButtons.tsx:52 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 @@ -5231,8 +5354,8 @@ msgstr "儲存圖片裁剪設定" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:105 -#: src/view/com/notifications/FeedItem.tsx:416 -#: src/view/com/notifications/FeedItem.tsx:441 +#: src/view/com/notifications/FeedItem.tsx:412 +#: src/view/com/notifications/FeedItem.tsx:437 msgid "Say hello!" msgstr "說句「你好!👋」" @@ -5246,15 +5369,15 @@ msgid "Scroll to top" msgstr "滾動到頂部" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:554 +#: src/Navigation.tsx:555 #: src/view/com/modals/ListAddRemoveUsers.tsx:76 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 #: src/view/screens/Search/Search.tsx:421 #: src/view/screens/Search/Search.tsx:791 #: src/view/screens/Search/Search.tsx:813 -#: src/view/shell/bottom-bar/BottomBar.tsx:182 -#: src/view/shell/desktop/LeftNav.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:179 +#: src/view/shell/desktop/LeftNav.tsx:349 #: src/view/shell/Drawer.tsx:398 #: src/view/shell/Drawer.tsx:399 msgid "Search" @@ -5327,6 +5450,10 @@ msgstr "查看 Bluesky 的職缺" msgid "See this guide" msgstr "查看指南" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:631 +msgid "Seek slider" +msgstr "影片進度條" + #: src/view/com/util/Selector.tsx:106 msgid "Select {item}" msgstr "選擇 {item}" @@ -5363,6 +5490,10 @@ msgstr "選擇 GIF「{0}」" msgid "Select how long to mute this word for." msgstr "選擇靜音此文字的時間長度。" +#: src/view/com/composer/videos/SubtitleDialog.tsx:249 +msgid "Select language..." +msgstr "選擇語言…" + #: src/view/screens/LanguageSettings.tsx:303 msgid "Select languages" msgstr "選擇語言" @@ -5375,6 +5506,10 @@ msgstr "選擇內容管理服務提供者" msgid "Select option {i} of {numItems}" msgstr "選擇 {numItems} 個項目中的第 {i} 項" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:65 +msgid "Select subtitle file (.vtt)" +msgstr "選擇字幕檔 (.vtt)" + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83 msgid "Select the {emojiName} emoji as your avatar" msgstr "選擇 {emojiName} 表情符號作為您的頭像" @@ -5387,7 +5522,7 @@ msgstr "選擇要向哪些內容管理服務提供者提出檢舉" msgid "Select the service that hosts your data." msgstr "選擇用來託管您的資料的服務商。" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:94 msgid "Select video" msgstr "選擇影片" @@ -5403,11 +5538,11 @@ msgstr "選擇您希望訂閱的動態源中所包含的語言。未選擇任何 msgid "Select your app language for the default text to display in the app." msgstr "選擇應用程式中的預設語言。" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:193 msgid "Select your date of birth" msgstr "選擇您的出生日期" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "從下面選擇您感興趣的選項" @@ -5437,8 +5572,8 @@ msgstr "發送電子郵件" msgid "Send feedback" msgstr "提交意見" -#: src/screens/Messages/Conversation/MessageInput.tsx:163 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:155 +#: src/screens/Messages/Conversation/MessageInput.tsx:165 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:219 msgid "Send message" msgstr "重送訊息" @@ -5529,7 +5664,7 @@ msgstr "將圖片比例設定為寬" #: src/Navigation.tsx:155 #: src/view/screens/Settings/index.tsx:302 -#: src/view/shell/desktop/LeftNav.tsx:401 +#: src/view/shell/desktop/LeftNav.tsx:395 #: src/view/shell/Drawer.tsx:563 #: src/view/shell/Drawer.tsx:564 msgid "Settings" @@ -5543,6 +5678,7 @@ msgstr "性行為或色情裸露。" msgid "Sexually Suggestive" msgstr "性暗示" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:644 #: src/components/StarterPack/QrCodeDialog.tsx:177 #: src/screens/StarterPack/StarterPackScreen.tsx:411 #: src/screens/StarterPack/StarterPackScreen.tsx:582 @@ -5550,7 +5686,7 @@ msgstr "性暗示" #: src/view/com/profile/ProfileMenu.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:410 #: src/view/com/util/forms/PostDropdownBtn.tsx:419 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:321 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:345 #: src/view/screens/ProfileList.tsx:484 msgid "Share" msgstr "分享" @@ -5570,7 +5706,7 @@ msgstr "分享一個趣聞!📰" #: src/view/com/profile/ProfileMenu.tsx:377 #: src/view/com/util/forms/PostDropdownBtn.tsx:659 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:337 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:361 msgid "Share anyway" msgstr "仍然分享" @@ -5579,6 +5715,14 @@ msgstr "仍然分享" msgid "Share feed" msgstr "分享動態源" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:621 +msgid "Share image externally" +msgstr "" + +#: src/components/dialogs/nuxs/TenMillion/index.tsx:639 +msgid "Share image in post" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:124 #: src/components/StarterPack/ShareDialog.tsx:131 #: src/screens/StarterPack/StarterPackScreen.tsx:586 @@ -5626,7 +5770,7 @@ msgstr "分享網站的連結" msgid "Show" msgstr "顯示" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:169 msgid "Show alt text" msgstr "顯示替代文字" @@ -5645,10 +5789,6 @@ msgstr "顯示標記" msgid "Show badge and filter from feeds" msgstr "顯示標記並從動態源中篩選" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "顯示類似於 {0} 的跟隨者" - #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" msgstr "顯示隱藏回覆" @@ -5662,9 +5802,9 @@ msgstr "減少顯示此類內容" msgid "Show list anyway" msgstr "仍然顯示列表" -#: src/view/com/post-thread/PostThreadItem.tsx:584 +#: src/view/com/post-thread/PostThreadItem.tsx:590 #: src/view/com/post/Post.tsx:234 -#: src/view/com/posts/FeedItem.tsx:479 +#: src/view/com/posts/FeedItem.tsx:476 msgid "Show More" msgstr "顯示更多" @@ -5715,7 +5855,7 @@ msgstr "顯示警告" msgid "Show warning and filter from feeds" msgstr "顯示警告並從動態中篩選" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Shows posts from {0} in your feed" msgstr "在您的動態中顯示來自 {0} 的貼文" @@ -5723,17 +5863,17 @@ msgstr "在您的動態中顯示來自 {0} 的貼文" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:177 +#: src/screens/Login/LoginForm.tsx:166 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:112 #: src/view/com/auth/SplashScreen.web.tsx:121 +#: src/view/shell/bottom-bar/BottomBar.tsx:312 +#: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBar.tsx:316 -#: src/view/shell/bottom-bar/BottomBar.tsx:318 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:208 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:210 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -5765,12 +5905,12 @@ msgstr "登出" msgid "Sign out of all accounts" msgstr "登出所有帳戶" +#: src/view/shell/bottom-bar/BottomBar.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBar.tsx:306 -#: src/view/shell/bottom-bar/BottomBar.tsx:308 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:198 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:200 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -5795,25 +5935,25 @@ msgstr "登入身分" msgid "Signed in as @{0}" msgstr "以 @{0} 身分登入" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "用您的入門包註冊" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:306 -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:313 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:308 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:315 msgid "Signup without a starter pack" msgstr "不使用入門包註冊" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:102 +#: src/components/FeedInterstitials.tsx:316 msgid "Similar accounts" msgstr "類似的帳號" -#: src/screens/Onboarding/StepInterests/index.tsx:265 +#: src/screens/Onboarding/StepInterests/index.tsx:245 #: src/screens/StarterPack/Wizard/index.tsx:191 msgid "Skip" msgstr "跳過" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "跳過此流程" @@ -5822,7 +5962,7 @@ msgstr "跳過此流程" msgid "Software Dev" msgstr "軟體開發" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:447 msgid "Some other feeds you might like" msgstr "其他您可能喜歡的動態源" @@ -5851,7 +5991,7 @@ msgid "Something went wrong!" msgstr "發生了一些問題!" #: src/App.native.tsx:102 -#: src/App.web.tsx:83 +#: src/App.web.tsx:88 msgid "Sorry! Your session expired. Please log in again." msgstr "抱歉!您的登入會話已過期。請重新登入。" @@ -5863,12 +6003,12 @@ msgstr "排序回覆" msgid "Sort replies to the same post by:" msgstr "對同一貼文的回覆進行排序:" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" msgstr "來源:{sourceName}" -#: src/lib/moderation/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:80 +#: src/lib/moderation/useReportOptions.ts:72 +#: src/lib/moderation/useReportOptions.ts:85 msgid "Spam" msgstr "垃圾訊息" @@ -5897,11 +6037,6 @@ msgstr "與 {displayName} 開始對話" msgid "Start chatting" msgstr "開始對話" -#: src/tours/Tooltip.tsx:99 -msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." -msgstr "開始入門指南吧!若需取得更多選項請點選下一步,或點選跳過。" - -#: src/lib/generate-starterpack.ts:68 #: src/Navigation.tsx:358 #: src/Navigation.tsx:363 #: src/screens/StarterPack/Wizard/index.tsx:182 @@ -5916,7 +6051,7 @@ msgstr "由 {0} 建立的入門包" msgid "Starter pack is invalid" msgstr "無效的入門包" -#: src/view/screens/Profile.tsx:214 +#: src/view/screens/Profile.tsx:225 msgid "Starter Packs" msgstr "入門包" @@ -5941,8 +6076,8 @@ msgstr "已清除儲存資料,您需要立即重啟應用程式。" msgid "Storybook" msgstr "故事書" -#: src/components/moderation/LabelsOnMeDialog.tsx:302 -#: src/components/moderation/LabelsOnMeDialog.tsx:303 +#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:294 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -5972,7 +6107,7 @@ msgstr "訂閱這個列表" msgid "Suggested accounts" msgstr "推薦的帳號" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:318 msgid "Suggested for you" msgstr "為您推薦" @@ -5991,17 +6126,13 @@ msgstr "支援" msgid "Switch Account" msgstr "切換帳號" -#: src/tours/HomeTour.tsx:48 -msgid "Switch between feeds to control your experience." -msgstr "在動態源之間切換以掌控您的體驗。" - #: src/view/screens/Settings/index.tsx:126 msgid "Switch to {0}" msgstr "切換到 {0}" #: src/view/screens/Settings/index.tsx:127 msgid "Switches the account you are logged in to" -msgstr "" +msgstr "切換您登入的帳號" #: src/screens/Settings/AppearanceSettings.tsx:85 #: src/screens/Settings/AppearanceSettings.tsx:87 @@ -6028,17 +6159,22 @@ msgstr "高" msgid "Tap to dismiss" msgstr "點擊以跳過" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:181 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:145 msgid "Tap to enter full screen" msgstr "點擊以進入全螢幕" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:202 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:151 +msgid "Tap to play or pause" +msgstr "" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:164 msgid "Tap to toggle sound" msgstr "點擊以開關聲音" -#: src/view/com/util/images/AutoSizedImage.tsx:70 -msgid "Tap to view fully" -msgstr "點擊查看完整內容" +#: src/view/com/util/images/AutoSizedImage.tsx:219 +#: src/view/com/util/images/AutoSizedImage.tsx:239 +msgid "Tap to view full image" +msgstr "點擊查看完整圖片" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" @@ -6061,6 +6197,10 @@ msgstr "說個笑話!🤡" msgid "Tell us a little more" msgstr "告訴我們更多" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:518 +msgid "Ten Million" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:90 msgid "Terms" msgstr "條款" @@ -6074,9 +6214,9 @@ msgid "Terms of Service" msgstr "服務條款" #: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:94 -#: src/lib/moderation/useReportOptions.ts:102 -#: src/lib/moderation/useReportOptions.ts:110 +#: 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 "所使用的文字違反了社群標準" @@ -6084,7 +6224,7 @@ msgstr "所使用的文字違反了社群標準" msgid "Text & tags" msgstr "文字和標籤" -#: src/components/moderation/LabelsOnMeDialog.tsx:266 +#: src/components/moderation/LabelsOnMeDialog.tsx:257 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "文字輸入框" @@ -6094,6 +6234,14 @@ msgstr "文字輸入框" msgid "Thank you. Your report has been sent." msgstr "謝謝,您的檢舉已提交。" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:593 +msgid "Thanks for being one of our first 10 million users." +msgstr "" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:74 +msgid "Thanks, you have successfully verified your email address." +msgstr "謝謝,您已成功驗證您的電子郵件地址。" + #: src/view/com/modals/ChangeHandle.tsx:459 msgid "That contains the following:" msgstr "其中包含以下內容:" @@ -6111,11 +6259,11 @@ msgstr "這個帳號代碼已被使用。" msgid "That starter pack could not be found." msgstr "找不到那個入門包。" -#: src/view/com/post-thread/PostQuotes.tsx:129 +#: src/view/com/post-thread/PostQuotes.tsx:127 msgid "That's all, folks!" msgstr "大功告成!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:310 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:270 #: src/view/com/profile/ProfileMenu.tsx:353 msgid "The account will be able to interact with you after unblocking." msgstr "解除封鎖後,該帳號將能夠與您互動。" @@ -6146,7 +6294,7 @@ msgstr "Discover 動態源" msgid "The Discover feed now knows what you like" msgstr "「Discover」動態源現在知道您喜歡什麼" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:327 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off." msgstr "使用應用程式的體驗會更好。現在就下載 Bluesky,我們將從您離開的地方繼續。" @@ -6154,11 +6302,11 @@ msgstr "使用應用程式的體驗會更好。現在就下載 Bluesky,我們 msgid "The feed has been replaced with Discover." msgstr "此動態源已由「Discover」取代。" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 msgid "The following labels were applied to your account." msgstr "以下標記已套用到您的帳號。" -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "以下標記已套用到您的內容。" @@ -6175,9 +6323,9 @@ msgstr "這則貼文可能已被刪除。" msgid "The Privacy Policy has been moved to <0/>" msgstr "隱私政策已移動到 <0/>" -#: src/state/queries/video/video.ts:129 -msgid "The selected video is larger than 100MB." -msgstr "選擇的影片檔案大小超過 100MB。" +#: src/state/queries/video/video.ts:227 +msgid "The selected video is larger than 50MB." +msgstr "選擇的影片檔案大小超過 50MB。" #: src/screens/StarterPack/StarterPackScreen.tsx:713 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." @@ -6191,6 +6339,10 @@ msgstr "支援表單已移至別處。如果需協助,請<0/>或前往 {HELP_D msgid "The Terms of Service have been moved to" msgstr "服務條款已遷移到" +#: src/components/intents/VerifyEmailIntentDialog.tsx:85 +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/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "帳號停用沒有時間限制,隨時都可以重新啟用。" @@ -6233,7 +6385,7 @@ msgstr "連線伺服器時出現問題" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "取得通知時發生問題,點擊這裡重試。" -#: src/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 msgid "There was an issue fetching posts. Tap here to try again." msgstr "取得貼文時發生問題,點擊這裡重試。" @@ -6251,15 +6403,15 @@ msgstr "取得列表時發生問題,點擊這裡重試。" msgid "There was an issue sending your report. Please check your internet connection." msgstr "提交您的檢舉時出現問題,請檢查您的網路連線。" -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "取得應用程式專用密碼時發生問題" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:107 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:143 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:97 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:109 #: src/view/com/profile/ProfileMenu.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:122 #: src/view/com/profile/ProfileMenu.tsx:137 @@ -6302,7 +6454,7 @@ msgstr "此帳號要求使用者登入後才能查看其個人檔案。" msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "此帳號已被一個或多個內容管理清單封鎖。若要解除封鎖,請檢查這些清單並刪除此使用者。" -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "此申訴將被提交至 <0>{sourceName}。" @@ -6377,7 +6529,7 @@ msgstr "此標記由 <0>{0} 新增。" msgid "This label was applied by the author." msgstr "此標記由發布者新增。" -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "此標記由您新增。" @@ -6410,7 +6562,7 @@ msgid "This post has been deleted." msgstr "這則貼文已被刪除。" #: src/view/com/util/forms/PostDropdownBtn.tsx:656 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:334 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:358 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "只有登入用戶能見到這則貼文,未登入的人將看不到它。" @@ -6438,7 +6590,7 @@ msgstr "此服務尚未提供服務條款或隱私政策。" msgid "This should create a domain record at:" msgstr "這應該會在以下位置建立一個域名記錄:" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "此用戶沒有任何追隨者。" @@ -6467,7 +6619,7 @@ msgstr "此用戶包含在您已靜音的 <0>{0} 列表中。" msgid "This user is new here. Press for more info about when they joined." msgstr "這是新來的用戶,請按此瞭解更多有關他們何時加入的資訊。" -#: src/view/com/profile/ProfileFollows.tsx:87 +#: src/view/com/profile/ProfileFollows.tsx:96 msgid "This user isn't following anyone." msgstr "此用戶未跟隨任何人。" @@ -6508,10 +6660,18 @@ 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/view/com/composer/videos/SelectVideoBtn.tsx:120 +msgid "To upload videos to Bluesky, you must first verify your email." +msgstr "要上傳影片到 Bluesky,您必須先驗證您的電子郵件。" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "您希望向誰提交此檢舉?" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:597 +msgid "Together, we're rebuilding the social internet. We're glad you're here." +msgstr "" + #: src/view/com/util/forms/DropdownButton.tsx:255 msgid "Toggle dropdown" msgstr "切換下拉式選單" @@ -6520,7 +6680,7 @@ msgstr "切換下拉式選單" msgid "Toggle to enable or disable adult content" msgstr "切換以啟用或停用成人內容" -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "熱門" @@ -6531,8 +6691,8 @@ msgstr "轉換" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:734 -#: src/view/com/post-thread/PostThreadItem.tsx:736 +#: src/view/com/post-thread/PostThreadItem.tsx:746 +#: src/view/com/post-thread/PostThreadItem.tsx:748 #: src/view/com/util/forms/PostDropdownBtn.tsx:380 #: src/view/com/util/forms/PostDropdownBtn.tsx:382 msgid "Translate" @@ -6551,7 +6711,7 @@ msgstr "電視節目" msgid "Two-factor authentication" msgstr "雙重驗證" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "在此輸入訊息" @@ -6569,7 +6729,7 @@ msgstr "取消靜音列表" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:155 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:77 #: src/view/com/modals/ChangePassword.tsx:71 @@ -6584,14 +6744,14 @@ msgstr "無法刪除" #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:192 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 #: src/view/com/profile/ProfileMenu.tsx:365 #: src/view/screens/ProfileList.tsx:682 msgid "Unblock" msgstr "解除封鎖" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "解除封鎖" @@ -6606,12 +6766,12 @@ msgstr "解除封鎖帳號" msgid "Unblock Account" msgstr "解除封鎖帳號" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:308 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:268 #: src/view/com/profile/ProfileMenu.tsx:347 msgid "Unblock Account?" msgstr "解除封鎖?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:66 +#: src/view/com/util/post-ctrls/RepostButton.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:76 msgid "Undo repost" @@ -6622,7 +6782,7 @@ msgctxt "action" msgid "Unfollow" msgstr "取消跟隨" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "取消跟隨 {0}" @@ -6635,13 +6795,22 @@ msgstr "取消跟隨" msgid "Unlike this feed" msgstr "取消喜歡這個動態源" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:388 +msgctxt "video" +msgid "Unmute" +msgstr "" + #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:163 #: src/view/screens/ProfileList.tsx:689 msgid "Unmute" msgstr "取消靜音" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:388 +msgctxt "video" +msgid "Unmute" +msgstr "取消靜音" + #: src/components/TagMenu/index.web.tsx:115 msgid "Unmute {truncatedTag}" msgstr "取消靜音 {truncatedTag}" @@ -6664,13 +6833,13 @@ msgstr "取消靜音對話" msgid "Unmute thread" msgstr "取消靜音討論串" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:317 msgid "Unmute video" msgstr "取消靜音影片" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 -msgid "Unmuted" -msgstr "取消靜音" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 +#~ msgid "Unmuted" +#~ msgstr "取消靜音" #: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:673 @@ -6706,8 +6875,12 @@ msgstr "取消訂閱這個標記者" msgid "Unsubscribed from list" msgstr "已從列表中取消訂閱" -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/state/queries/video/video.ts:245 +msgid "Unsupported video type: {mimeType}" +msgstr "不支援的影片類型:{mimeType}" + +#: src/lib/moderation/useReportOptions.ts:77 +#: src/lib/moderation/useReportOptions.ts:90 msgid "Unwanted Sexual Content" msgstr "不受歡迎的色情內容" @@ -6739,20 +6912,20 @@ msgstr "或是上傳圖片" msgid "Upload a text file to:" msgstr "上傳文字檔案至:" -#: src/view/com/util/UserAvatar.tsx:355 -#: src/view/com/util/UserAvatar.tsx:358 +#: src/view/com/util/UserAvatar.tsx:361 +#: src/view/com/util/UserAvatar.tsx:364 #: src/view/com/util/UserBanner.tsx:123 #: src/view/com/util/UserBanner.tsx:126 msgid "Upload from Camera" msgstr "從相機上傳" -#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:378 #: src/view/com/util/UserBanner.tsx:140 msgid "Upload from Files" msgstr "從檔案上傳" -#: src/view/com/util/UserAvatar.tsx:366 -#: src/view/com/util/UserAvatar.tsx:370 +#: src/view/com/util/UserAvatar.tsx:372 +#: src/view/com/util/UserAvatar.tsx:376 #: src/view/com/util/UserBanner.tsx:134 #: src/view/com/util/UserBanner.tsx:138 msgid "Upload from Library" @@ -6762,7 +6935,7 @@ msgstr "從圖片庫上傳" msgid "Use a file on your server" msgstr "使用您伺服器上的檔案" -#: src/view/screens/AppPasswords.tsx:200 +#: src/view/screens/AppPasswords.tsx:199 msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "使用應用程式專用密碼登入到其他 Bluesky 客戶端,而無需提供完整的帳號權限和密碼。" @@ -6850,7 +7023,7 @@ msgstr "已更新用戶列表" msgid "User Lists" msgstr "用戶列表" -#: src/screens/Login/LoginForm.tsx:197 +#: src/screens/Login/LoginForm.tsx:186 msgid "Username or email address" msgstr "帳號代碼或電子郵件地址" @@ -6881,6 +7054,10 @@ msgstr "喜歡此內容或個人檔案的用戶" msgid "Value:" msgstr "值:" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:118 +msgid "Verified email required" +msgstr "需要驗證的電子郵件" + #: src/view/com/modals/ChangeHandle.tsx:504 msgid "Verify DNS Record" msgstr "驗證 DNS 紀錄" @@ -6889,6 +7066,10 @@ msgstr "驗證 DNS 紀錄" msgid "Verify email" msgstr "驗證電子郵件" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "驗證電子郵件對話窗" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "驗證我的電子郵件" @@ -6902,6 +7083,10 @@ msgstr "驗證我的電子郵件" msgid "Verify New Email" msgstr "驗證新的電子郵件" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:122 +msgid "Verify now" +msgstr "立即驗證" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "驗證文字檔案" @@ -6914,21 +7099,43 @@ msgstr "驗證您的電子郵件" msgid "Version {appVersion} {bundleInfo}" msgstr "版本 {appVersion} {bundleInfo}" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:180 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:144 msgid "Video" msgstr "影片" +#: src/state/queries/video/video.ts:138 +msgid "Video failed to process" +msgstr "影片處理失敗" + #: src/screens/Onboarding/index.tsx:39 #: src/screens/Onboarding/state.ts:88 msgid "Video Games" msgstr "電子遊戲" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:167 +msgid "Video not found." +msgstr "找不到影片。" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:101 +msgid "Video settings" +msgstr "影片設定" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:93 +msgid "Video: {0}" +msgstr "影片:{0}" + +#: src/view/com/composer/videos/SelectVideoBtn.tsx:65 +#: src/view/com/composer/videos/VideoPreview.web.tsx:44 +msgid "Videos must be less than 60 seconds long" +msgstr "影片長度必須少於 60 秒" + #: src/screens/Profile/Header/Shell.tsx:113 msgid "View {0}'s avatar" msgstr "查看 {0} 的頭像" #: src/components/ProfileCard.tsx:110 -#: src/view/com/notifications/FeedItem.tsx:277 +#: src/view/com/notifications/FeedItem.tsx:273 msgid "View {0}'s profile" msgstr "查看 {0} 的個人檔案" @@ -6960,7 +7167,7 @@ msgstr "查看詳細資訊以檢舉侵犯版權" msgid "View full thread" msgstr "查看整個討論串" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "查看有關這些標記的資訊" @@ -7020,7 +7227,7 @@ msgstr "警告內容" msgid "Warn content and filter from feeds" msgstr "警告內容並從動態源中過濾" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "我們找不到任何與該標籤相關的結果。" @@ -7032,7 +7239,11 @@ msgstr "我們無法載入這個對話" msgid "We estimate {estimatedTime} until your account is ready." msgstr "我們估計還需要 {estimatedTime} 才能準備好您的帳號。" -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "我們已發送另一封驗證電子郵件至 <0>{0}。" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "我們希望您在此度過愉快的時光。請記住,Bluesky 是:" @@ -7040,6 +7251,10 @@ msgstr "我們希望您在此度過愉快的時光。請記住,Bluesky 是:" msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "您已看完了您跟隨的貼文。這是來自 <0/> 的最新貼文。" +#: src/state/queries/video/video.ts:170 +msgid "We were unable to determine if you are allowed to upload videos. Please try again." +msgstr "我們無法確定您是否有上傳影片的權限。請再試一次。" + #: src/components/dialogs/BirthDateSettings.tsx:52 msgid "We were unable to load your birth date preferences. Please try again." msgstr "我們無法載入您的出生日期偏好,請再試一次。" @@ -7048,7 +7263,7 @@ msgstr "我們無法載入您的出生日期偏好,請再試一次。" msgid "We were unable to load your configured labelers at this time." msgstr "我們目前無法載入您已設定的標記者。" -#: src/screens/Onboarding/StepInterests/index.tsx:158 +#: src/screens/Onboarding/StepInterests/index.tsx:143 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "我們無法連線到網際網路,請重試以繼續設定您的帳號。如果仍繼續失敗,您可以選擇跳過此流程。" @@ -7056,7 +7271,7 @@ msgstr "我們無法連線到網際網路,請重試以繼續設定您的帳號 msgid "We will let you know when your account is ready." msgstr "我們會在您的帳號準備好時通知您。" -#: src/screens/Onboarding/StepInterests/index.tsx:163 +#: src/screens/Onboarding/StepInterests/index.tsx:148 msgid "We'll use this to help customize your experience." msgstr "我們將使用這些資訊來協助訂製您的體驗。" @@ -7080,7 +7295,7 @@ msgstr "很抱歉,我們目前無法載入您的靜音文字。請稍後再試 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "很抱歉,無法完成您的搜尋請求。請稍後再試。" -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:421 msgid "We're sorry! The post you are replying to has been deleted." msgstr "很抱歉!您回覆的貼文已被刪除。" @@ -7101,7 +7316,7 @@ msgstr "歡迎回來!" msgid "Welcome, friend!" msgstr "歡迎,朋友!" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "您對什麼感興趣?" @@ -7111,7 +7326,7 @@ msgstr "您想將您的入門包命名為什麼?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:516 msgid "What's up?" msgstr "發生了什麼新鮮事?" @@ -7173,16 +7388,16 @@ msgstr "為什麼應該審查這個用戶?" msgid "Wide" msgstr "寬" -#: src/screens/Messages/Conversation/MessageInput.tsx:140 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:134 +#: src/screens/Messages/Conversation/MessageInput.tsx:142 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:198 msgid "Write a message" msgstr "撰寫訊息" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:712 msgid "Write post" msgstr "撰寫貼文" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:515 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:42 msgid "Write your reply" msgstr "撰寫您的回覆" @@ -7223,7 +7438,7 @@ msgstr "是,隱藏" msgid "Yes, reactivate my account" msgstr "確定並停用我的帳號" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "昨天,{time}" @@ -7240,7 +7455,11 @@ msgstr "您" msgid "You are in line." msgstr "您正處於隊列之中。" -#: src/view/com/profile/ProfileFollows.tsx:86 +#: src/state/queries/video/video.ts:161 +msgid "You are not allowed to upload videos." +msgstr "您沒有上傳影片的權限。" + +#: src/view/com/profile/ProfileFollows.tsx:95 msgid "You are not following anyone." msgstr "您沒有跟隨任何人。" @@ -7270,7 +7489,7 @@ msgstr "您現在可以使用新密碼登入。" msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "您可以登入以重新啟用帳號。其他用戶將可以重新看到您的個人檔案和貼文。" -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "您沒有任何跟隨者。" @@ -7345,7 +7564,7 @@ msgstr "您沒有建立任何列表。" 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 "您還沒有封鎖任何帳號。要封鎖帳號,請前往其個人檔案並在其帳號上的選單中選擇「封鎖帳號」。" -#: src/view/screens/AppPasswords.tsx:91 +#: src/view/screens/AppPasswords.tsx:90 msgid "You have not created any app passwords yet. You can create one by pressing the button below." msgstr "您還沒有建立任何應用程式專用密碼,您可以按下面的按鈕來建立一個。" @@ -7357,6 +7576,10 @@ msgstr "您還沒有靜音任何帳號。要靜音帳號,請前往其個人檔 msgid "You have reached the end" msgstr "已經到底部啦!" +#: src/state/queries/video/video-upload.shared.ts:67 +msgid "You have temporarily reached the limit for video uploads. Please try again later." +msgstr "您已暫時達到影片上傳的限制。請稍後再試。" + #: src/components/StarterPack/ProfileStarterPacks.tsx:235 msgid "You haven't created a starter pack yet!" msgstr "您還沒有建立任何入門包!" @@ -7370,11 +7593,11 @@ msgstr "您還沒有隱藏任何文字或標籤" msgid "You hid this reply." msgstr "你隱藏了這個回覆。" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "如果您認為這些標記有誤,且標記並非由您新增,您可以提出申訴。" -#: src/components/moderation/LabelsOnMeDialog.tsx:91 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal these labels if you feel they were placed in error." msgstr "如果您覺得這些標記有誤,您可以提出申訴。" @@ -7398,6 +7621,7 @@ msgstr "您必須跟隨至少七個人才能建立入門包。" msgid "You must grant access to your photo library to save a QR code" msgstr "您必須授予對圖片庫的存取權限才能儲存 QR Code" +#: src/components/dialogs/nuxs/TenMillion/index.tsx:237 #: src/components/StarterPack/ShareDialog.tsx:68 msgid "You must grant access to your photo library to save the image." msgstr "您必須授予對圖片庫的存取權限才能儲存圖片。" @@ -7442,15 +7666,15 @@ msgstr "當您成功建立帳號後,您將會跟隨建議的用戶和動態源 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "當您完成帳號創建後,您將會跟隨建議的用戶!" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 msgid "You'll follow these people and {0} others" msgstr "您將會跟隨這些人物和其他 {0} 人" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:237 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 msgid "You'll follow these people right away" msgstr "您將會立即跟隨這些人物" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:277 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 msgid "You'll stay updated with these feeds" msgstr "您將透過這些動態源接收最新動態" @@ -7465,7 +7689,7 @@ msgstr "輪到您了" msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." msgstr "您正在使用應用程式專用密碼登入。請使用您的主密碼登入,以繼續停用您的帳號。" -#: src/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "您已完成設定!" @@ -7478,6 +7702,14 @@ msgstr "您選擇在這則貼文中隱藏文字或標籤。" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "您已經瀏覽完貼文啦!跟隨其他帳號吧。" +#: src/state/queries/video/video.ts:175 +msgid "You've reached your daily limit for video uploads (too many bytes)" +msgstr "您已達到每日影片上傳限制(位元組過多)" + +#: src/state/queries/video/video.ts:180 +msgid "You've reached your daily limit for video uploads (too many videos)" +msgstr "您已達到每日影片上傳限制(影片數過多)" + #: src/screens/Signup/index.tsx:146 msgid "Your account" msgstr "您的帳號" @@ -7486,15 +7718,19 @@ msgstr "您的帳號" msgid "Your account has been deleted" msgstr "您的帳號已刪除" +#: src/state/queries/video/video.ts:185 +msgid "Your account is not yet old enough to upload videos. Please try again later." +msgstr "您的帳號太新以至於無法上傳影片。請稍後重試。" + #: src/view/screens/Settings/ExportCarDialog.tsx:65 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "您可以將您的帳號儲存庫下載為一個「CAR」檔案。該檔案包含了所有公開的資料紀錄,但不包括嵌入媒體,例如圖片或您的私人資料,目前這些資料必須另外擷取。" -#: src/screens/Signup/StepInfo/index.tsx:180 +#: src/screens/Signup/StepInfo/index.tsx:181 msgid "Your birth date" msgstr "您的生日" -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:145 +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:171 msgid "Your browser does not support the video format. Please try a different browser." msgstr "您的瀏覽器不支援該影片格式。請嘗試使用其他瀏覽器。" @@ -7507,7 +7743,7 @@ msgid "Your choice will be saved, but can be changed later in settings." msgstr "您的選擇將被儲存,但可以稍後在設定中更改。" #: src/screens/Login/ForgotPasswordForm.tsx:57 -#: src/screens/Signup/state.ts:208 +#: src/screens/Signup/state.ts:203 #: src/screens/Signup/StepInfo/index.tsx:75 #: src/view/com/modals/ChangePassword.tsx:55 msgid "Your email appears to be invalid." @@ -7529,7 +7765,7 @@ msgstr "您的第一個喜歡!" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "您的「Following」動態源是空的!跟隨更多用戶來看看發生了什麼事情。" -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "您的完整帳號代碼將修改為" @@ -7545,11 +7781,11 @@ msgstr "您的靜音文字" msgid "Your password has been changed successfully!" msgstr "您的密碼已成功更改!" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:467 msgid "Your post has been published" msgstr "您的貼文已發佈" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "您的貼文、喜歡和封鎖是公開的,而靜音資訊則只有您可以查看。" @@ -7561,7 +7797,7 @@ msgstr "您的個人檔案" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "其他 Bluesky 用戶將無法再看到您的個人檔案、貼文、動態和列表。您可以隨時登入以重新啟用您的帳號。" -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:466 msgid "Your reply has been published" msgstr "您的回覆已發佈" diff --git a/src/screens/Login/ForgotPasswordForm.tsx b/src/screens/Login/ForgotPasswordForm.tsx index ec30bab4a8..8588888b87 100644 --- a/src/screens/Login/ForgotPasswordForm.tsx +++ b/src/screens/Login/ForgotPasswordForm.tsx @@ -144,8 +144,7 @@ export const ForgotPasswordForm = ({ variant="solid" color={'primary'} size="medium" - onPress={onPressNext} - disabled={!email}> + onPress={onPressNext}> Next diff --git a/src/screens/Login/LoginForm.tsx b/src/screens/Login/LoginForm.tsx index 35b124b611..9a01c04990 100644 --- a/src/screens/Login/LoginForm.tsx +++ b/src/screens/Login/LoginForm.tsx @@ -60,7 +60,6 @@ export const LoginForm = ({ const {track} = useAnalytics() const t = useTheme() const [isProcessing, setIsProcessing] = useState(false) - const [isReady, setIsReady] = useState(false) const [isAuthFactorTokenNeeded, setIsAuthFactorTokenNeeded] = useState(false) const identifierValueRef = useRef(initialHandle || '') @@ -83,12 +82,18 @@ export const LoginForm = ({ Keyboard.dismiss() LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut) setError('') - setIsProcessing(true) const identifier = identifierValueRef.current.toLowerCase().trim() const password = passwordValueRef.current const authFactorToken = authFactorTokenValueRef.current + if (!identifier || !password) { + setError(_(msg`Invalid username or password`)) + return + } + + setIsProcessing(true) + try { // try to guess the handle if the user just gave their own username let fullIdent = identifier @@ -157,22 +162,6 @@ export const LoginForm = ({ } } - const checkIsReady = () => { - if ( - !!serviceDescription && - !!identifierValueRef.current && - !!passwordValueRef.current - ) { - if (!isReady) { - setIsReady(true) - } - } else { - if (isReady) { - setIsReady(false) - } - } - } - return ( Sign in}> @@ -204,7 +193,6 @@ export const LoginForm = ({ defaultValue={initialHandle || ''} onChangeText={v => { identifierValueRef.current = v - checkIsReady() }} onSubmitEditing={() => { passwordRef.current?.focus() @@ -233,7 +221,6 @@ export const LoginForm = ({ clearButtonMode="while-editing" onChangeText={v => { passwordValueRef.current = v - checkIsReady() }} onSubmitEditing={onPressNext} blurOnSubmit={false} // HACK: https://github.com/facebook/react-native/issues/21911#issuecomment-558343069 Keyboard blur behavior is now handled in onSubmitEditing @@ -325,7 +312,7 @@ export const LoginForm = ({ Connecting... - ) : isReady ? ( + ) : ( - ) : undefined} + )} ) diff --git a/src/screens/Onboarding/StepInterests/index.tsx b/src/screens/Onboarding/StepInterests/index.tsx index 0108a537ef..ded473ff59 100644 --- a/src/screens/Onboarding/StepInterests/index.tsx +++ b/src/screens/Onboarding/StepInterests/index.tsx @@ -6,10 +6,8 @@ import {useQuery} from '@tanstack/react-query' import {useAnalytics} from '#/lib/analytics/analytics' import {logEvent} from '#/lib/statsig/statsig' -import {useGate} from '#/lib/statsig/statsig' import {capitalize} from '#/lib/strings/capitalize' import {logger} from '#/logger' -import {isWeb} from '#/platform/detection' import {useAgent} from '#/state/session' import {useOnboardingDispatch} from '#/state/shell' import { @@ -29,23 +27,16 @@ import * as Toggle from '#/components/forms/Toggle' import {IconCircle} from '#/components/IconCircle' import {ArrowRotateCounterClockwise_Stroke2_Corner0_Rounded as ArrowRotateCounterClockwise} from '#/components/icons/ArrowRotateCounterClockwise' import {ChevronRight_Stroke2_Corner0_Rounded as ChevronRight} from '#/components/icons/Chevron' -import {CircleInfo_Stroke2_Corner0_Rounded as CircleInfo} from '#/components/icons/CircleInfo' import {EmojiSad_Stroke2_Corner0_Rounded as EmojiSad} from '#/components/icons/Emoji' import {Hashtag_Stroke2_Corner0_Rounded as Hashtag} from '#/components/icons/Hashtag' import {Loader} from '#/components/Loader' import {Text} from '#/components/Typography' -const PROMPT_HEIGHT = isWeb ? 42 : 36 -// matches the padding of the OnboardingControls.Portal -const PROMPT_OFFSET = isWeb ? a.pb_2xl.paddingBottom : a.pb_lg.paddingBottom -const MIN_INTERESTS = 3 - export function StepInterests() { const {_} = useLingui() const t = useTheme() const {gtMobile} = useBreakpoints() const {track} = useAnalytics() - const gate = useGate() const interestsDisplayNames = useInterestsDisplayNames() const {state, dispatch} = React.useContext(Context) @@ -143,12 +134,6 @@ export function StepInterests() { track('OnboardingV2:StepInterests:Start') }, [track]) - const isMinimumInterestsEnabled = - gate('onboarding_minimum_interests') && data?.interests.length !== 0 - const meetsMinimumRequirement = isMinimumInterestsEnabled - ? interests.length >= MIN_INTERESTS - : true - const title = isError ? ( Oh no! Something went wrong. ) : ( @@ -186,13 +171,8 @@ export function StepInterests() { {title} {description} - {isMinimumInterestsEnabled && ( - - Choose 3 or more: - - )} - + {isLoading ? ( ) : isError || !data ? ( @@ -268,7 +248,7 @@ export function StepInterests() { ) : ( )} - - {!meetsMinimumRequirement && ( - - - - - - Choose at least {MIN_INTERESTS - interests.length} more - - - - - )} ) diff --git a/src/screens/Profile/Header/ProfileHeaderStandard.tsx b/src/screens/Profile/Header/ProfileHeaderStandard.tsx index cf5fcb97e3..846fa4424b 100644 --- a/src/screens/Profile/Header/ProfileHeaderStandard.tsx +++ b/src/screens/Profile/Header/ProfileHeaderStandard.tsx @@ -219,6 +219,8 @@ let ProfileHeaderStandard = ({ {profile.viewer?.following ? ( Following + ) : profile.viewer?.followedBy ? ( + Follow Back ) : ( Follow )} diff --git a/src/screens/Signup/StepInfo/index.tsx b/src/screens/Signup/StepInfo/index.tsx index 47fb4c70ba..e0a7912fd7 100644 --- a/src/screens/Signup/StepInfo/index.tsx +++ b/src/screens/Signup/StepInfo/index.tsx @@ -172,6 +172,7 @@ export function StepInfo({ defaultValue={state.password} secureTextEntry autoComplete="new-password" + autoCapitalize="none" /> diff --git a/src/state/preferences/feed-tuners.tsx b/src/state/preferences/feed-tuners.tsx index b6f14fae7b..3ed60e5988 100644 --- a/src/state/preferences/feed-tuners.tsx +++ b/src/state/preferences/feed-tuners.tsx @@ -21,31 +21,7 @@ export function useFeedTuners(feedDesc: FeedDescriptor) { if (feedDesc.startsWith('feedgen')) { return [FeedTuner.preferredLangOnly(langPrefs.contentLanguages)] } - if (feedDesc.startsWith('list')) { - let feedTuners = [] - if (feedDesc.endsWith('|as_following')) { - // Same as Following tuners below, copypaste for now. - feedTuners.push(FeedTuner.removeOrphans) - if (preferences?.feedViewPrefs.hideReposts) { - feedTuners.push(FeedTuner.removeReposts) - } - if (preferences?.feedViewPrefs.hideReplies) { - feedTuners.push(FeedTuner.removeReplies) - } else { - feedTuners.push( - FeedTuner.followedRepliesOnly({ - userDid: currentAccount?.did || '', - }), - ) - } - if (preferences?.feedViewPrefs.hideQuotePosts) { - feedTuners.push(FeedTuner.removeQuotePosts) - } - feedTuners.push(FeedTuner.dedupThreads) - } - return feedTuners - } - if (feedDesc === 'following') { + if (feedDesc === 'following' || feedDesc.startsWith('list')) { const feedTuners = [FeedTuner.removeOrphans] if (preferences?.feedViewPrefs.hideReposts) { diff --git a/src/state/queries/nuxs/definitions.ts b/src/state/queries/nuxs/definitions.ts new file mode 100644 index 0000000000..865967d37a --- /dev/null +++ b/src/state/queries/nuxs/definitions.ts @@ -0,0 +1,18 @@ +import zod from 'zod' + +import {BaseNux} from '#/state/queries/nuxs/types' + +export enum Nux { + TenMillionDialog = 'TenMillionDialog', +} + +export const nuxNames = new Set(Object.values(Nux)) + +export type AppNux = BaseNux<{ + id: Nux.TenMillionDialog + data: undefined +}> + +export const NuxSchemas: Record | undefined> = { + [Nux.TenMillionDialog]: undefined, +} diff --git a/src/state/queries/nuxs/index.ts b/src/state/queries/nuxs/index.ts new file mode 100644 index 0000000000..e183bcfad0 --- /dev/null +++ b/src/state/queries/nuxs/index.ts @@ -0,0 +1,85 @@ +import {useMutation, useQueryClient} from '@tanstack/react-query' + +import {AppNux, Nux} from '#/state/queries/nuxs/definitions' +import {parseAppNux, serializeAppNux} from '#/state/queries/nuxs/util' +import { + preferencesQueryKey, + usePreferencesQuery, +} from '#/state/queries/preferences' +import {useAgent} from '#/state/session' + +export {Nux} from '#/state/queries/nuxs/definitions' + +export function useNuxs() { + const {data, ...rest} = usePreferencesQuery() + + if (data && rest.isSuccess) { + const nuxs = data.bskyAppState.nuxs + ?.map(parseAppNux) + ?.filter(Boolean) as AppNux[] + + if (nuxs) { + return { + nuxs, + ...rest, + } + } + } + + return { + nuxs: undefined, + ...rest, + } +} + +export function useNux(id: T) { + const {nuxs, ...rest} = useNuxs() + + if (nuxs && rest.isSuccess) { + const nux = nuxs.find(nux => nux.id === id) + + if (nux) { + return { + nux: nux as Extract, + ...rest, + } + } + } + + return { + nux: undefined, + ...rest, + } +} + +export function useUpsertNuxMutation() { + const queryClient = useQueryClient() + const agent = useAgent() + + return useMutation({ + retry: 3, + mutationFn: async (nux: AppNux) => { + await agent.bskyAppUpsertNux(serializeAppNux(nux)) + // triggers a refetch + await queryClient.invalidateQueries({ + queryKey: preferencesQueryKey, + }) + }, + }) +} + +export function useRemoveNuxsMutation() { + const queryClient = useQueryClient() + const agent = useAgent() + + return useMutation({ + retry: 3, + mutationFn: async (ids: string[]) => { + await agent.bskyAppRemoveNuxs(ids) + // triggers a refetch + await queryClient.invalidateQueries({ + queryKey: preferencesQueryKey, + }) + }, + }) +} diff --git a/src/state/queries/nuxs/types.ts b/src/state/queries/nuxs/types.ts new file mode 100644 index 0000000000..2331582a1d --- /dev/null +++ b/src/state/queries/nuxs/types.ts @@ -0,0 +1,7 @@ +import {AppBskyActorDefs} from '@atproto/api' + +export type Data = Record | undefined + +export type BaseNux< + T extends Pick & {data: Data}, +> = Pick & T diff --git a/src/state/queries/nuxs/util.ts b/src/state/queries/nuxs/util.ts new file mode 100644 index 0000000000..d65b86a346 --- /dev/null +++ b/src/state/queries/nuxs/util.ts @@ -0,0 +1,52 @@ +import {AppBskyActorDefs, nuxSchema} from '@atproto/api' + +import { + AppNux, + Nux, + nuxNames, + NuxSchemas, +} from '#/state/queries/nuxs/definitions' + +export function parseAppNux(nux: AppBskyActorDefs.Nux): AppNux | undefined { + if (!nuxNames.has(nux.id as Nux)) return + if (!nuxSchema.safeParse(nux).success) return + + const {data, ...rest} = nux + + const schema = NuxSchemas[nux.id as Nux] + + if (schema && data) { + const parsedData = JSON.parse(data) + + if (!schema.safeParse(parsedData).success) return + + return { + ...rest, + data: parsedData, + } as AppNux + } + + return { + ...rest, + data: undefined, + } as AppNux +} + +export function serializeAppNux(nux: AppNux): AppBskyActorDefs.Nux { + const {data, ...rest} = nux + const schema = NuxSchemas[nux.id as Nux] + + const result: AppBskyActorDefs.Nux = { + ...rest, + data: undefined, + } + + if (schema) { + schema.parse(data) + result.data = JSON.stringify(data) + } + + nuxSchema.parse(result) + + return result +} diff --git a/src/state/queries/post-feed.ts b/src/state/queries/post-feed.ts index ee3e2c14d2..7daf441adb 100644 --- a/src/state/queries/post-feed.ts +++ b/src/state/queries/post-feed.ts @@ -51,7 +51,6 @@ type AuthorFilter = | 'posts_with_media' type FeedUri = string type ListUri = string -type ListFilter = 'as_following' // Applies current Following settings. Currently client-side. export type FeedDescriptor = | 'following' @@ -59,7 +58,6 @@ export type FeedDescriptor = | `feedgen|${FeedUri}` | `likes|${ActorDid}` | `list|${ListUri}` - | `list|${ListUri}|${ListFilter}` export interface FeedParams { mergeFeedEnabled?: boolean mergeFeedSources?: string[] diff --git a/src/state/queries/post-thread.ts b/src/state/queries/post-thread.ts index 83ca60c2ae..a569cb1605 100644 --- a/src/state/queries/post-thread.ts +++ b/src/state/queries/post-thread.ts @@ -408,10 +408,14 @@ export function* findAllPostsInQueryData( } } } - for (let post of findAllPostsInFeedQueryData(queryClient, uri)) { + for (let post of findAllPostsInNotifsQueryData(queryClient, uri)) { + // Check notifications first. If you have a post in notifications, + // it's often due to a like or a repost, and we want to prioritize + // a post object with >0 likes/reposts over a stale version with no + // metrics in order to avoid a notification->post scroll jump. yield postViewToPlaceholderThread(post) } - for (let post of findAllPostsInNotifsQueryData(queryClient, uri)) { + for (let post of findAllPostsInFeedQueryData(queryClient, uri)) { yield postViewToPlaceholderThread(post) } for (let post of findAllPostsInQuoteQueryData(queryClient, uri)) { diff --git a/src/state/queries/preferences/const.ts b/src/state/queries/preferences/const.ts index 1ae7d20684..e07f40ec52 100644 --- a/src/state/queries/preferences/const.ts +++ b/src/state/queries/preferences/const.ts @@ -37,5 +37,6 @@ export const DEFAULT_LOGGED_OUT_PREFERENCES: UsePreferencesQueryResponse = { bskyAppState: { queuedNudges: [], activeProgressGuide: undefined, + nuxs: [], }, } diff --git a/src/state/queries/suggested-follows.ts b/src/state/queries/suggested-follows.ts index f5d51a974a..5ae8317047 100644 --- a/src/state/queries/suggested-follows.ts +++ b/src/state/queries/suggested-follows.ts @@ -106,13 +106,16 @@ export function useSuggestedFollowsQuery(options?: SuggestedFollowsOptions) { export function useSuggestedFollowsByActorQuery({did}: {did: string}) { const agent = useAgent() return useQuery({ - gcTime: 0, queryKey: suggestedFollowsByActorQueryKey(did), queryFn: async () => { const res = await agent.app.bsky.graph.getSuggestedFollowsByActor({ actor: did, }) - return res.data + const data = res.data.isFallback ? {suggestions: []} : res.data + data.suggestions = data.suggestions.filter(profile => { + return !profile.viewer?.following + }) + return data }, }) } diff --git a/src/state/queries/video/compress-video.ts b/src/state/queries/video/compress-video.ts index 533b584166..cefbf94066 100644 --- a/src/state/queries/video/compress-video.ts +++ b/src/state/queries/video/compress-video.ts @@ -20,7 +20,7 @@ export function useCompressVideoMutation({ mutationKey: ['video', 'compress'], mutationFn: cancelable( (asset: ImagePickerAsset) => - compressVideo(asset.uri, { + compressVideo(asset, { onProgress: num => onProgress(trunc2dp(num)), signal, }), diff --git a/src/state/queries/video/util.ts b/src/state/queries/video/util.ts index e019848a1a..2c1298ab63 100644 --- a/src/state/queries/video/util.ts +++ b/src/state/queries/video/util.ts @@ -1,15 +1,13 @@ import {useMemo} from 'react' import {AtpAgent} from '@atproto/api' -import {SupportedMimeTypes} from '#/lib/constants' - -const UPLOAD_ENDPOINT = 'https://video.bsky.app/' +import {SupportedMimeTypes, VIDEO_SERVICE} from '#/lib/constants' export const createVideoEndpointUrl = ( route: string, params?: Record, ) => { - const url = new URL(`${UPLOAD_ENDPOINT}`) + const url = new URL(VIDEO_SERVICE) url.pathname = route if (params) { for (const key in params) { @@ -22,7 +20,7 @@ export const createVideoEndpointUrl = ( export function useVideoAgent() { return useMemo(() => { return new AtpAgent({ - service: UPLOAD_ENDPOINT, + service: VIDEO_SERVICE, }) }, []) } @@ -41,3 +39,18 @@ export function mimeToExt(mimeType: SupportedMimeTypes | (string & {})) { throw new Error(`Unsupported mime type: ${mimeType}`) } } + +export function extToMime(ext: string) { + switch (ext) { + case 'mp4': + return 'video/mp4' + case 'webm': + return 'video/webm' + case 'mpeg': + return 'video/mpeg' + case 'mov': + return 'video/quicktime' + default: + throw new Error(`Unsupported file extension: ${ext}`) + } +} diff --git a/src/state/queries/video/video-upload.shared.ts b/src/state/queries/video/video-upload.shared.ts new file mode 100644 index 0000000000..6b633bf213 --- /dev/null +++ b/src/state/queries/video/video-upload.shared.ts @@ -0,0 +1,73 @@ +import {useCallback} from 'react' +import {msg} from '@lingui/macro' +import {useLingui} from '@lingui/react' + +import {VIDEO_SERVICE_DID} from '#/lib/constants' +import {UploadLimitError} from '#/lib/media/video/errors' +import {getServiceAuthAudFromUrl} from '#/lib/strings/url-helpers' +import {useAgent} from '#/state/session' +import {useVideoAgent} from './util' + +export function useServiceAuthToken({ + aud, + lxm, + exp, +}: { + aud?: string + lxm: string + exp?: number +}) { + const agent = useAgent() + + return useCallback(async () => { + const pdsAud = getServiceAuthAudFromUrl(agent.dispatchUrl) + + if (!pdsAud) { + throw new Error('Agent does not have a PDS URL') + } + + const {data: serviceAuth} = await agent.com.atproto.server.getServiceAuth({ + aud: aud ?? pdsAud, + lxm, + exp, + }) + + return serviceAuth.token + }, [agent, aud, lxm, exp]) +} + +export function useVideoUploadLimits() { + const agent = useVideoAgent() + const getToken = useServiceAuthToken({ + lxm: 'app.bsky.video.getUploadLimits', + aud: VIDEO_SERVICE_DID, + }) + const {_} = useLingui() + + return useCallback(async () => { + const {data: limits} = await agent.app.bsky.video + .getUploadLimits( + {}, + {headers: {Authorization: `Bearer ${await getToken()}`}}, + ) + .catch(err => { + if (err instanceof Error) { + throw new UploadLimitError(err.message) + } else { + throw err + } + }) + + if (!limits.canUpload) { + if (limits.message) { + throw new UploadLimitError(limits.message) + } else { + throw new UploadLimitError( + _( + msg`You have temporarily reached the limit for video uploads. Please try again later.`, + ), + ) + } + } + }, [agent, _, getToken]) +} diff --git a/src/state/queries/video/video-upload.ts b/src/state/queries/video/video-upload.ts index 23e04316e0..170b538901 100644 --- a/src/state/queries/video/video-upload.ts +++ b/src/state/queries/video/video-upload.ts @@ -9,8 +9,8 @@ import {cancelable} from '#/lib/async/cancelable' import {ServerError} from '#/lib/media/video/errors' import {CompressedVideo} from '#/lib/media/video/types' import {createVideoEndpointUrl, mimeToExt} from '#/state/queries/video/util' -import {useAgent, useSession} from '#/state/session' -import {getServiceAuthAudFromUrl} from 'lib/strings/url-helpers' +import {useSession} from '#/state/session' +import {useServiceAuthToken, useVideoUploadLimits} from './video-upload.shared' export const useUploadVideoMutation = ({ onSuccess, @@ -24,38 +24,30 @@ export const useUploadVideoMutation = ({ signal: AbortSignal }) => { const {currentAccount} = useSession() - const agent = useAgent() + const getToken = useServiceAuthToken({ + lxm: 'com.atproto.repo.uploadBlob', + exp: Date.now() / 1000 + 60 * 30, // 30 minutes + }) + const checkLimits = useVideoUploadLimits() const {_} = useLingui() return useMutation({ mutationKey: ['video', 'upload'], mutationFn: cancelable(async (video: CompressedVideo) => { + await checkLimits() + const uri = createVideoEndpointUrl('/xrpc/app.bsky.video.uploadVideo', { did: currentAccount!.did, name: `${nanoid(12)}.${mimeToExt(video.mimeType)}`, }) - const serviceAuthAud = getServiceAuthAudFromUrl(agent.dispatchUrl) - - if (!serviceAuthAud) { - throw new Error('Agent does not have a PDS URL') - } - - const {data: serviceAuth} = await agent.com.atproto.server.getServiceAuth( - { - aud: serviceAuthAud, - lxm: 'com.atproto.repo.uploadBlob', - exp: Date.now() / 1000 + 60 * 30, // 30 minutes - }, - ) - const uploadTask = createUploadTask( uri, video.uri, { headers: { 'content-type': video.mimeType, - Authorization: `Bearer ${serviceAuth.token}`, + Authorization: `Bearer ${await getToken()}`, }, httpMethod: 'POST', uploadType: FileSystemUploadType.BINARY_CONTENT, diff --git a/src/state/queries/video/video-upload.web.ts b/src/state/queries/video/video-upload.web.ts index 40f5864503..c93e206030 100644 --- a/src/state/queries/video/video-upload.web.ts +++ b/src/state/queries/video/video-upload.web.ts @@ -8,8 +8,8 @@ import {cancelable} from '#/lib/async/cancelable' import {ServerError} from '#/lib/media/video/errors' import {CompressedVideo} from '#/lib/media/video/types' import {createVideoEndpointUrl, mimeToExt} from '#/state/queries/video/util' -import {useAgent, useSession} from '#/state/session' -import {getServiceAuthAudFromUrl} from 'lib/strings/url-helpers' +import {useSession} from '#/state/session' +import {useServiceAuthToken, useVideoUploadLimits} from './video-upload.shared' export const useUploadVideoMutation = ({ onSuccess, @@ -23,37 +23,30 @@ export const useUploadVideoMutation = ({ signal: AbortSignal }) => { const {currentAccount} = useSession() - const agent = useAgent() + const getToken = useServiceAuthToken({ + lxm: 'com.atproto.repo.uploadBlob', + exp: Date.now() / 1000 + 60 * 30, // 30 minutes + }) + const checkLimits = useVideoUploadLimits() const {_} = useLingui() return useMutation({ mutationKey: ['video', 'upload'], mutationFn: cancelable(async (video: CompressedVideo) => { + await checkLimits() + const uri = createVideoEndpointUrl('/xrpc/app.bsky.video.uploadVideo', { did: currentAccount!.did, name: `${nanoid(12)}.${mimeToExt(video.mimeType)}`, }) - const serviceAuthAud = getServiceAuthAudFromUrl(agent.dispatchUrl) - - if (!serviceAuthAud) { - throw new Error('Agent does not have a PDS URL') - } - - const {data: serviceAuth} = await agent.com.atproto.server.getServiceAuth( - { - aud: serviceAuthAud, - lxm: 'com.atproto.repo.uploadBlob', - exp: Date.now() / 1000 + 60 * 30, // 30 minutes - }, - ) - let bytes = video.bytes - if (!bytes) { bytes = await fetch(video.uri).then(res => res.arrayBuffer()) } + const token = await getToken() + const xhr = new XMLHttpRequest() const res = await new Promise( (resolve, reject) => { @@ -76,7 +69,7 @@ export const useUploadVideoMutation = ({ } xhr.open('POST', uri) xhr.setRequestHeader('Content-Type', video.mimeType) - xhr.setRequestHeader('Authorization', `Bearer ${serviceAuth.token}`) + xhr.setRequestHeader('Authorization', `Bearer ${token}`) xhr.send(bytes) }, ) diff --git a/src/state/queries/video/video.ts b/src/state/queries/video/video.ts index 06331c886b..32d02a63cb 100644 --- a/src/state/queries/video/video.ts +++ b/src/state/queries/video/video.ts @@ -9,7 +9,11 @@ import {AbortError} from '#/lib/async/cancelable' import {SUPPORTED_MIME_TYPES, SupportedMimeTypes} from '#/lib/constants' import {logger} from '#/logger' import {isWeb} from '#/platform/detection' -import {ServerError, VideoTooLargeError} from 'lib/media/video/errors' +import { + ServerError, + UploadLimitError, + VideoTooLargeError, +} from 'lib/media/video/errors' import {CompressedVideo} from 'lib/media/video/types' import {useCompressVideoMutation} from 'state/queries/video/compress-video' import {useVideoAgent} from 'state/queries/video/util' @@ -149,10 +153,45 @@ export function useUploadVideo({ onError: e => { if (e instanceof AbortError) { return - } else if (e instanceof ServerError) { + } else if (e instanceof ServerError || e instanceof UploadLimitError) { + let message + // https://github.com/bluesky-social/tango/blob/lumi/lumi/worker/permissions.go#L77 + switch (e.message) { + case 'User is not allowed to upload videos': + message = _(msg`You are not allowed to upload videos.`) + break + case 'Uploading is disabled at the moment': + message = _( + msg`Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!`, + ) + break + case "Failed to get user's upload stats": + message = _( + msg`We were unable to determine if you are allowed to upload videos. Please try again.`, + ) + break + case 'User has exceeded daily upload bytes limit': + message = _( + msg`You've reached your daily limit for video uploads (too many bytes)`, + ) + break + case 'User has exceeded daily upload videos limit': + message = _( + msg`You've reached your daily limit for video uploads (too many videos)`, + ) + break + case 'Account is not old enough to upload videos': + message = _( + msg`Your account is not yet old enough to upload videos. Please try again later.`, + ) + break + default: + message = e.message + break + } dispatch({ type: 'SetError', - error: e.message, + error: message, }) } else { dispatch({ @@ -185,7 +224,7 @@ export function useUploadVideo({ } else if (e instanceof VideoTooLargeError) { dispatch({ type: 'SetError', - error: _(msg`The selected video is larger than 100MB.`), + error: _(msg`The selected video is larger than 50MB.`), }) } else { dispatch({ diff --git a/src/state/shell/composer.tsx b/src/state/shell/composer/index.tsx similarity index 100% rename from src/state/shell/composer.tsx rename to src/state/shell/composer/index.tsx diff --git a/src/state/shell/composer/useComposerKeyboardShortcut.tsx b/src/state/shell/composer/useComposerKeyboardShortcut.tsx new file mode 100644 index 0000000000..0cdc6c7543 --- /dev/null +++ b/src/state/shell/composer/useComposerKeyboardShortcut.tsx @@ -0,0 +1,64 @@ +import React from 'react' + +import {useDialogStateContext} from '#/state/dialogs' +import {useLightbox} from '#/state/lightbox' +import {useModals} from '#/state/modals' +import {useIsDrawerOpen} from '#/state/shell/drawer-open' +import {useComposerControls} from './' + +/** + * Based on {@link https://github.com/jaywcjlove/hotkeys-js/blob/b0038773f3b902574f22af747f3bb003a850f1da/src/index.js#L51C1-L64C2} + */ +function shouldIgnore(event: KeyboardEvent) { + const target: any = event.target || event.srcElement + if (!target) return false + const {tagName} = target + if (!tagName) return false + const isInput = + tagName === 'INPUT' && + ![ + 'checkbox', + 'radio', + 'range', + 'button', + 'file', + 'reset', + 'submit', + 'color', + ].includes(target.type) + // ignore: isContentEditable === 'true', and