diff options
Diffstat (limited to 'src')
66 files changed, 8580 insertions, 4476 deletions
diff --git a/src/Splash.tsx b/src/Splash.tsx index bb2c7a175..99f9a100d 100644 --- a/src/Splash.tsx +++ b/src/Splash.tsx @@ -21,8 +21,8 @@ import {useSafeAreaInsets} from 'react-native-safe-area-context' import Svg, {Path, SvgProps} from 'react-native-svg' import {isAndroid} from '#/platform/detection' -import {useColorMode} from 'state/shell' -import {colors} from '#/lib/styles' +import {useColorMode} from '#/state/shell' +import {Logotype} from '#/view/icons/Logotype' // @ts-ignore import splashImagePointer from '../assets/splash.png' @@ -98,6 +98,11 @@ export function Splash(props: React.PropsWithChildren<Props>) { opacity: interpolate(intro.value, [0, 1], [0, 1], 'clamp'), } }) + const bottomLogoAnimation = useAnimatedStyle(() => { + return { + opacity: interpolate(intro.value, [0, 1], [0, 1], 'clamp'), + } + }) const reducedLogoAnimation = useAnimatedStyle(() => { return { transform: [ @@ -183,12 +188,30 @@ export function Splash(props: React.PropsWithChildren<Props>) { return ( <View style={{flex: 1}} onLayout={onLayout}> {!isAnimationComplete && ( - <Image - accessibilityIgnoresInvertColors - onLoadEnd={onLoadEnd} - source={{uri: isDarkMode ? darkSplashImageUri : splashImageUri}} - style={StyleSheet.absoluteFillObject} - /> + <View style={StyleSheet.absoluteFillObject}> + <Image + accessibilityIgnoresInvertColors + onLoadEnd={onLoadEnd} + source={{uri: isDarkMode ? darkSplashImageUri : splashImageUri}} + style={StyleSheet.absoluteFillObject} + /> + + <Animated.View + style={[ + bottomLogoAnimation, + { + position: 'absolute', + bottom: insets.bottom + 40, + left: 0, + right: 0, + alignItems: 'center', + justifyContent: 'center', + opacity: 0, + }, + ]}> + <Logotype fill="#fff" width={90} /> + </Animated.View> + </View> )} {isReady && @@ -212,7 +235,7 @@ export function Splash(props: React.PropsWithChildren<Props>) { }, ]}> <AnimatedLogo - fill={isDarkMode ? colors.blue3 : '#fff'} + fill="#fff" style={[{opacity: 0}, logoAnimations]} /> </Animated.View> @@ -233,17 +256,14 @@ export function Splash(props: React.PropsWithChildren<Props>) { transform: [{translateY: -(insets.top / 2)}, {scale: 0.1}], // scale from 1000px to 100px }, ]}> - <AnimatedLogo - fill={isDarkMode ? colors.blue3 : '#fff'} - style={[logoAnimations]} - /> + <AnimatedLogo fill="#fff" style={[logoAnimations]} /> </Animated.View> }> {!isAnimationComplete && ( <View style={[ StyleSheet.absoluteFillObject, - {backgroundColor: isDarkMode ? colors.blue3 : '#fff'}, + {backgroundColor: '#fff'}, ]} /> )} diff --git a/src/lib/build-flags.ts b/src/lib/build-flags.ts index d651887ff..f85cbd9f8 100644 --- a/src/lib/build-flags.ts +++ b/src/lib/build-flags.ts @@ -1,3 +1,3 @@ export const LOGIN_INCLUDE_DEV_SERVERS = true export const PWI_ENABLED = true -export const NEW_ONBOARDING_ENABLED = false +export const NEW_ONBOARDING_ENABLED = true diff --git a/src/lib/strings/capitalize.ts b/src/lib/strings/capitalize.ts new file mode 100644 index 000000000..a3415bd00 --- /dev/null +++ b/src/lib/strings/capitalize.ts @@ -0,0 +1,3 @@ +export function capitalize(str: string) { + return str.charAt(0).toUpperCase() + str.slice(1) +} diff --git a/src/locale/locales/ca/messages.po b/src/locale/locales/ca/messages.po index b840873cd..140452b2c 100644 --- a/src/locale/locales/ca/messages.po +++ b/src/locale/locales/ca/messages.po @@ -91,11 +91,11 @@ msgid "A new version of the app is available. Please update to continue using th msgstr "Hi ha una nova versió d'aquesta aplicació. Actualitza-la per continuar." #: src/view/com/util/ViewHeader.tsx:83 -#: src/view/screens/Search/Search.tsx:545 +#: src/view/screens/Search/Search.tsx:624 msgid "Access navigation links and settings" msgstr "Accedeix als enllaços de navegació i configuració" -#: src/view/com/pager/FeedsTabBarMobile.tsx:83 +#: src/view/com/pager/FeedsTabBarMobile.tsx:89 msgid "Access profile and other navigation links" msgstr "Accedeix al perfil i altres enllaços de navegació" @@ -143,8 +143,8 @@ msgstr "Compte no silenciat" #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:264 -#: src/view/com/modals/UserAddRemoveLists.tsx:203 -#: src/view/screens/ProfileList.tsx:791 +#: src/view/com/modals/UserAddRemoveLists.tsx:219 +#: src/view/screens/ProfileList.tsx:788 msgid "Add" msgstr "Afegeix" @@ -152,7 +152,7 @@ msgstr "Afegeix" msgid "Add a content warning" msgstr "Afegeix una advertència de contingut" -#: src/view/screens/ProfileList.tsx:781 +#: src/view/screens/ProfileList.tsx:778 msgid "Add a user to this list" msgstr "Afegeix un usuari a aquesta llista" @@ -163,7 +163,7 @@ msgstr "Afegeix un compte" #: src/view/com/composer/photos/Gallery.tsx:119 #: src/view/com/composer/photos/Gallery.tsx:180 -#: src/view/com/modals/AltImage.tsx:93 +#: src/view/com/modals/AltImage.tsx:115 msgid "Add alt text" msgstr "Afegeix text alternatiu" @@ -199,7 +199,7 @@ msgid "Add to Lists" msgstr "Afegeix a les llistes" #: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:281 +#: src/view/screens/ProfileFeed.tsx:272 msgid "Add to my feeds" msgstr "Afegeix als meus canals" @@ -208,7 +208,7 @@ msgid "Added" msgstr "Afegit" #: src/view/com/modals/ListAddRemoveUsers.tsx:191 -#: src/view/com/modals/UserAddRemoveLists.tsx:128 +#: src/view/com/modals/UserAddRemoveLists.tsx:144 msgid "Added to list" msgstr "Afegit a la llista" @@ -261,11 +261,15 @@ msgstr "S'ha enviat un correu a la teva adreça prèvia, {0}. Inclou un codi de msgid "An issue occurred, please try again." msgstr "Hi ha hagut un problema, prova-ho de nou" -#: src/view/com/notifications/FeedItem.tsx:240 +#: src/view/com/notifications/FeedItem.tsx:236 #: src/view/com/threadgate/WhoCanReply.tsx:178 msgid "and" msgstr "i" +#: src/screens/Onboarding/index.tsx:32 +msgid "Animals" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:95 msgid "App Language" msgstr "Idioma de l'aplicació" @@ -290,12 +294,12 @@ msgstr "Configuració de la contrasenya d'aplicació" msgid "App passwords" msgstr "Contrasenyes de l'aplicació" -#: src/Navigation.tsx:237 +#: src/Navigation.tsx:238 #: src/view/screens/AppPasswords.tsx:187 msgid "App Passwords" msgstr "Contrasenyes de l'aplicació" -#: src/view/com/util/forms/PostDropdownBtn.tsx:248 +#: src/view/com/util/forms/PostDropdownBtn.tsx:250 msgid "Appeal content warning" msgstr "Advertència d'apel·lació sobre el contingut" @@ -326,41 +330,49 @@ msgstr "Confirmes que vols eliminar la contrasenya de l'aplicació \"{name}\"?" msgid "Are you sure you'd like to discard this draft?" msgstr "Confirmes que vols descartar aquest esborrany?" -#: src/view/screens/ProfileList.tsx:364 +#: src/view/screens/ProfileList.tsx:361 msgid "Are you sure?" msgstr "Ho confirmes?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:231 +#: src/view/com/util/forms/PostDropdownBtn.tsx:233 msgid "Are you sure? This cannot be undone." msgstr "Ho confirmes? Aquesta acció no es pot desfer." -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:65 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:60 msgid "Are you writing in <0>{0}</0>?" msgstr "Estàs escrivint en <0>{0}</0>?" +#: src/screens/Onboarding/index.tsx:26 +msgid "Art" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:123 msgid "Artistic or non-erotic nudity." msgstr "Nuesa artística o no eròtica." -#: src/view/com/post-thread/PostThread.tsx:400 +#: src/view/com/post-thread/PostThread.tsx:421 msgctxt "action" msgid "Back" msgstr "Endarrere" -#: src/view/com/auth/create/CreateAccount.tsx:142 +#: src/view/com/auth/create/CreateAccount.tsx:147 #: src/view/com/auth/login/ChooseAccountForm.tsx:151 #: src/view/com/auth/login/ForgotPasswordForm.tsx:170 #: src/view/com/auth/login/LoginForm.tsx:256 #: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/report/InputIssueDetails.tsx:46 -#: src/view/com/post-thread/PostThread.tsx:392 -#: src/view/com/post-thread/PostThread.tsx:442 -#: src/view/com/post-thread/PostThread.tsx:450 +#: src/view/com/post-thread/PostThread.tsx:413 +#: src/view/com/post-thread/PostThread.tsx:463 +#: src/view/com/post-thread/PostThread.tsx:471 #: src/view/com/profile/ProfileHeader.tsx:688 #: src/view/com/util/ViewHeader.tsx:81 msgid "Back" msgstr "Endarrere" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +msgid "Based on your interest in {interestsText}" +msgstr "" + #: src/view/screens/Settings.tsx:489 msgid "Basics" msgstr "Conceptes bàsics" @@ -379,19 +391,19 @@ msgstr "Aniversari:" msgid "Block Account" msgstr "Bloqueja el compte" -#: src/view/screens/ProfileList.tsx:534 +#: src/view/screens/ProfileList.tsx:531 msgid "Block accounts" msgstr "Bloqueja comptes" -#: src/view/screens/ProfileList.tsx:484 +#: src/view/screens/ProfileList.tsx:481 msgid "Block list" msgstr "Bloqueja una llista" -#: src/view/screens/ProfileList.tsx:315 +#: src/view/screens/ProfileList.tsx:312 msgid "Block these accounts?" msgstr "Vols bloquejar aquests comptes?" -#: src/view/screens/ProfileList.tsx:319 +#: src/view/screens/ProfileList.tsx:316 msgid "Block this List" msgstr "Bloqueja la llista" @@ -404,7 +416,7 @@ msgstr "Bloquejada" msgid "Blocked accounts" msgstr "Comptes bloquejats" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationBlockedAccounts.tsx:107 msgid "Blocked Accounts" msgstr "Comptes bloquejats" @@ -417,11 +429,11 @@ msgstr "Els comptes bloquejats no poden respondre cap fil teu, ni anomenar-te ni 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 "Els comptes bloquejats no poden respondre a cap fil teu, ni anomenar-te ni interactuar amb tu de cap manera. No veuràs mai el seu contingut ni ells el teu." -#: src/view/com/post-thread/PostThread.tsx:254 +#: src/view/com/post-thread/PostThread.tsx:272 msgid "Blocked post." msgstr "Publicació bloquejada." -#: src/view/screens/ProfileList.tsx:317 +#: src/view/screens/ProfileList.tsx:314 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "El bloqueig és públic. Els comptes bloquejats no poden respondre els teus fils, ni mencionar-te ni interactuar amb tu de cap manera." @@ -460,6 +472,10 @@ msgstr "Bluesky no mostrarà el teu perfil ni les publicacions als usuaris que n msgid "Bluesky.Social" msgstr "Bluesky.Social" +#: src/screens/Onboarding/index.tsx:33 +msgid "Books" +msgstr "" + #: src/view/screens/Settings.tsx:792 msgid "Build version {0} {1}" msgstr "Versió {0} {1}" @@ -500,7 +516,7 @@ msgstr "Només pot tenir lletres, números, espais, guions i guions baixos. Ha d #: src/view/com/modals/Confirm.tsx:88 #: src/view/com/modals/Confirm.tsx:91 -#: src/view/com/modals/CreateOrEditList.tsx:291 +#: src/view/com/modals/CreateOrEditList.tsx:360 #: src/view/com/modals/DeleteAccount.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:230 msgctxt "action" @@ -512,7 +528,7 @@ msgstr "Cancel·la" #: src/view/com/composer/Composer.tsx:305 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/CreateOrEditList.tsx:286 +#: src/view/com/modals/CreateOrEditList.tsx:355 #: src/view/com/modals/EditImage.tsx:323 #: src/view/com/modals/EditProfile.tsx:249 #: src/view/com/modals/InAppBrowserConsent.tsx:78 @@ -521,7 +537,7 @@ msgstr "Cancel·la" #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 #: src/view/com/modals/Waitlist.tsx:142 -#: src/view/screens/Search/Search.tsx:609 +#: src/view/screens/Search/Search.tsx:693 #: src/view/shell/desktop/Search.tsx:238 msgid "Cancel" msgstr "Cancel·la" @@ -582,7 +598,7 @@ msgstr "Canvia l'identificador" msgid "Change my email" msgstr "Canvia el meu correu" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:78 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:73 msgid "Change post language to {0}" msgstr "Canvia l'idioma de la publicació a {0}" @@ -590,6 +606,11 @@ msgstr "Canvia l'idioma de la publicació a {0}" msgid "Change Your Email" msgstr "Canvia el teu correu" +#: src/screens/Deactivated.tsx:73 +#: src/screens/Deactivated.tsx:77 +msgid "Check my status" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:121 msgid "Check out some recommended feeds. Tap + to add them to your list of pinned feeds." msgstr "Mira alguns canals recomanats. Prem + per afegir-los als teus canals fixats." @@ -614,11 +635,19 @@ msgstr "Tria un nou nom d'usuari de Bluesky o crea'l" msgid "Choose Service" msgstr "Tria un servei" +#: src/screens/Onboarding/StepFinished.tsx:135 +msgid "Choose the algorithms that power your custom feeds." +msgstr "" + #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:83 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:83 msgid "Choose the algorithms that power your experience with custom feeds." msgstr "Tria els algoritmes que potenciaran la teva experiència amb els canals personalitzats." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +msgid "Choose your main feeds" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:163 msgid "Choose your password" msgstr "Tria la teva contrasenya" @@ -642,7 +671,7 @@ msgid "Clear all storage data (restart after this)" msgstr "Esborra totes les dades emmagatzemades (i després reinicia)" #: src/view/com/util/forms/SearchInput.tsx:74 -#: src/view/screens/Search/Search.tsx:590 +#: src/view/screens/Search/Search.tsx:674 msgid "Clear search query" msgstr "Esborra la cerca" @@ -650,6 +679,10 @@ msgstr "Esborra la cerca" msgid "click here" msgstr "clica aquí" +#: src/screens/Onboarding/index.tsx:35 +msgid "Climate" +msgstr "" + #: src/components/Dialog/index.web.tsx:78 msgid "Close active dialog" msgstr "Tanca el diàleg actiu" @@ -666,7 +699,7 @@ msgstr "Tanca el calaix inferior" msgid "Close image" msgstr "Tanca la imatge" -#: src/view/com/lightbox/Lightbox.web.tsx:112 +#: src/view/com/lightbox/Lightbox.web.tsx:119 msgid "Close image viewer" msgstr "Tanca el visor d'imatges" @@ -690,15 +723,27 @@ 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:321 +#: src/view/com/notifications/FeedItem.tsx:317 msgid "Collapses list of users for a given notification" msgstr "Plega la llista d'usuaris per una notificació concreta" -#: src/Navigation.tsx:227 +#: src/screens/Onboarding/index.tsx:41 +msgid "Comedy" +msgstr "" + +#: src/screens/Onboarding/index.tsx:27 +msgid "Comics" +msgstr "" + +#: src/Navigation.tsx:228 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Directrius de la comunitat" +#: src/screens/Onboarding/StepFinished.tsx:148 +msgid "Complete onboarding and start using your account" +msgstr "" + #: src/view/com/composer/Composer.tsx:417 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Crea publicacions de fins a {MAX_GRAPHEME_LENGTH} caràcters" @@ -707,6 +752,10 @@ msgstr "Crea publicacions de fins a {MAX_GRAPHEME_LENGTH} caràcters" msgid "Compose reply" msgstr "Redacta una resposta" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:67 +msgid "Configure content filtering setting for category: {0}" +msgstr "" + #: src/view/com/modals/Confirm.tsx:75 #: src/view/com/modals/Confirm.tsx:78 msgctxt "action" @@ -750,12 +799,12 @@ msgstr "Codi de confirmació" msgid "Confirms signing up {email} to the waitlist" msgstr "Confirma afegir {email} a la llista d'espera" -#: src/view/com/auth/create/CreateAccount.tsx:175 +#: src/view/com/auth/create/CreateAccount.tsx:182 #: src/view/com/auth/login/LoginForm.tsx:275 msgid "Connecting..." msgstr "Connectant…" -#: src/view/com/auth/create/CreateAccount.tsx:195 +#: src/view/com/auth/create/CreateAccount.tsx:202 msgid "Contact support" msgstr "Contacta amb suport" @@ -785,11 +834,35 @@ msgstr "Advertència del contingut" msgid "Content warnings" msgstr "Advertències del contingut" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:155 +#: src/screens/Onboarding/StepFollowingFeed.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:248 +#: src/screens/Onboarding/StepModeration/index.tsx:118 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:108 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 msgid "Continue" msgstr "Continua" +#: src/screens/Onboarding/StepFollowingFeed.tsx:150 +#: src/screens/Onboarding/StepInterests/index.tsx:245 +#: src/screens/Onboarding/StepModeration/index.tsx:115 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:105 +msgid "Continue to next step" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:152 +msgid "Continue to the next step" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 +msgid "Continue to the next step without following any accounts" +msgstr "" + +#: src/screens/Onboarding/index.tsx:44 +msgid "Cooking" +msgstr "" + #: src/view/com/modals/AddAppPasswords.tsx:197 #: src/view/com/modals/InviteCodes.tsx:182 msgid "Copied" @@ -801,7 +874,7 @@ msgstr "Número de versió copiat en memòria" #: src/view/com/modals/AddAppPasswords.tsx:75 #: src/view/com/modals/InviteCodes.tsx:152 -#: src/view/com/util/forms/PostDropdownBtn.tsx:110 +#: src/view/com/util/forms/PostDropdownBtn.tsx:112 msgid "Copied to clipboard" msgstr "Copiat en memòria" @@ -813,11 +886,11 @@ msgstr "Copia la contrasenya d'aplicació" msgid "Copy" msgstr "Copia" -#: src/view/screens/ProfileList.tsx:396 +#: src/view/screens/ProfileList.tsx:393 msgid "Copy link to list" msgstr "Copia l'enllaç a la llista" -#: src/view/com/util/forms/PostDropdownBtn.tsx:151 +#: src/view/com/util/forms/PostDropdownBtn.tsx:153 msgid "Copy link to post" msgstr "Copia l'enllaç a la publicació" @@ -825,24 +898,24 @@ msgstr "Copia l'enllaç a la publicació" msgid "Copy link to profile" msgstr "Copia l'enllaç al perfil" -#: src/view/com/util/forms/PostDropdownBtn.tsx:137 +#: src/view/com/util/forms/PostDropdownBtn.tsx:139 msgid "Copy post text" msgstr "Copia el text de la publicació" -#: src/Navigation.tsx:232 +#: src/Navigation.tsx:233 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Política de drets d'autor" -#: src/view/screens/ProfileFeed.tsx:95 +#: src/view/screens/ProfileFeed.tsx:96 msgid "Could not load feed" msgstr "No es pot carregar el canal" -#: src/view/screens/ProfileList.tsx:867 +#: src/view/screens/ProfileList.tsx:864 msgid "Could not load list" msgstr "No es pot carregar la llista" -#: src/view/com/auth/create/Step2.tsx:89 +#: src/view/com/auth/create/Step2.tsx:90 msgid "Country" msgstr "País" @@ -873,11 +946,11 @@ msgstr "Crea un nou compte" msgid "Created {0}" msgstr "Creat {0}" -#: src/view/screens/ProfileFeed.tsx:625 +#: src/view/screens/ProfileFeed.tsx:616 msgid "Created by <0/>" msgstr "Creat per <0/>" -#: src/view/screens/ProfileFeed.tsx:623 +#: src/view/screens/ProfileFeed.tsx:614 msgid "Created by you" msgstr "Creat per tu" @@ -885,11 +958,19 @@ msgstr "Creat per tu" msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "Crea una targeta amb una minuatura. La targeta enllaça a {url}" +#: src/screens/Onboarding/index.tsx:29 +msgid "Culture" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:389 #: src/view/com/modals/ServerInput.tsx:102 msgid "Custom domain" msgstr "Domini personalitzat" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +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:55 msgid "Customize media from external sites." msgstr "Personalitza el contingut dels llocs externs" @@ -923,8 +1004,8 @@ msgstr "Elimina el compte" msgid "Delete app password" msgstr "Elimina la contrasenya d'aplicació" -#: src/view/screens/ProfileList.tsx:363 -#: src/view/screens/ProfileList.tsx:423 +#: src/view/screens/ProfileList.tsx:360 +#: src/view/screens/ProfileList.tsx:420 msgid "Delete List" msgstr "Elimina la llista" @@ -936,11 +1017,11 @@ msgstr "Elimina el meu compte" msgid "Delete my account…" msgstr "Elimina el meu compte…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:226 +#: src/view/com/util/forms/PostDropdownBtn.tsx:228 msgid "Delete post" msgstr "Elimina la publicació" -#: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Delete this post?" msgstr "Vols eliminar aquesta publicació?" @@ -948,12 +1029,12 @@ msgstr "Vols eliminar aquesta publicació?" msgid "Deleted" msgstr "Eliminat" -#: src/view/com/post-thread/PostThread.tsx:246 +#: src/view/com/post-thread/PostThread.tsx:264 msgid "Deleted post." msgstr "Publicació eliminada." -#: src/view/com/modals/CreateOrEditList.tsx:237 -#: src/view/com/modals/CreateOrEditList.tsx:253 +#: src/view/com/modals/CreateOrEditList.tsx:300 +#: src/view/com/modals/CreateOrEditList.tsx:321 #: src/view/com/modals/EditProfile.tsx:198 #: src/view/com/modals/EditProfile.tsx:210 msgid "Description" @@ -988,7 +1069,7 @@ msgstr "Evita que les aplicacions mostrin el meu compte als usuaris no connectat msgid "Discover new custom feeds" msgstr "Descobreix nous canals personalitzats" -#: src/view/screens/Feeds.tsx:409 +#: src/view/screens/Feeds.tsx:441 msgid "Discover new feeds" msgstr "Descobreix nous canals" @@ -1014,15 +1095,15 @@ msgstr "No tens un codi d'invitació?" #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 #: src/view/com/modals/Threadgate.tsx:132 -#: src/view/com/modals/UserAddRemoveLists.tsx:79 -#: src/view/com/modals/UserAddRemoveLists.tsx:82 +#: src/view/com/modals/UserAddRemoveLists.tsx:95 +#: src/view/com/modals/UserAddRemoveLists.tsx:98 #: src/view/screens/PreferencesThreads.tsx:162 msgctxt "action" msgid "Done" msgstr "Fet" #: src/view/com/modals/AddAppPasswords.tsx:228 -#: src/view/com/modals/AltImage.tsx:115 +#: src/view/com/modals/AltImage.tsx:138 #: src/view/com/modals/ContentFilteringSettings.tsx:88 #: src/view/com/modals/ContentFilteringSettings.tsx:96 #: src/view/com/modals/crop-image/CropImage.web.tsx:152 @@ -1041,6 +1122,14 @@ msgstr "Fet{extraText}" msgid "Double tap to sign in" msgstr "Fes doble toc per iniciar la sessió" +#: src/view/com/composer/text-input/TextInput.web.tsx:244 +msgid "Drop to add images" +msgstr "" + +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:111 +msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." +msgstr "" + #: src/view/com/modals/EditProfile.tsx:185 msgid "e.g. Alice Roberts" msgstr "p.ex. Jordi Guix" @@ -1049,19 +1138,19 @@ msgstr "p.ex. Jordi Guix" msgid "e.g. Artist, dog-lover, and avid reader." msgstr "p.ex. Artista, amant dels gossos i amant de la lectura." -#: src/view/com/modals/CreateOrEditList.tsx:223 +#: src/view/com/modals/CreateOrEditList.tsx:283 msgid "e.g. Great Posters" msgstr "p.ex. Gent interessant" -#: src/view/com/modals/CreateOrEditList.tsx:224 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Spammers" msgstr "p.ex. Spammers" -#: src/view/com/modals/CreateOrEditList.tsx:244 +#: src/view/com/modals/CreateOrEditList.tsx:312 msgid "e.g. The posters who never miss." msgstr "p.ex. Els que mai fallen" -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. Users that repeatedly reply with ads." msgstr "p.ex. Usuaris que sempre responen amb anuncis" @@ -1079,16 +1168,16 @@ msgstr "Edita" msgid "Edit image" msgstr "Edita la imatge" -#: src/view/screens/ProfileList.tsx:411 +#: src/view/screens/ProfileList.tsx:408 msgid "Edit list details" msgstr "Edita els detalls de la llista" -#: src/view/com/modals/CreateOrEditList.tsx:192 +#: src/view/com/modals/CreateOrEditList.tsx:250 msgid "Edit Moderation List" msgstr "Edita la llista de moderació" -#: src/Navigation.tsx:242 -#: src/view/screens/Feeds.tsx:371 +#: src/Navigation.tsx:243 +#: src/view/screens/Feeds.tsx:403 #: src/view/screens/SavedFeeds.tsx:84 msgid "Edit My Feeds" msgstr "Edita els meus canals" @@ -1105,11 +1194,11 @@ msgstr "Edita el perfil" msgid "Edit Profile" msgstr "Edita el perfil" -#: src/view/screens/Feeds.tsx:334 +#: src/view/screens/Feeds.tsx:337 msgid "Edit Saved Feeds" msgstr "Edita els meus canals guardats" -#: src/view/com/modals/CreateOrEditList.tsx:187 +#: src/view/com/modals/CreateOrEditList.tsx:245 msgid "Edit User List" msgstr "Edita la llista d'usuaris" @@ -1121,9 +1210,13 @@ msgstr "Edita el teu nom mostrat" msgid "Edit your profile description" msgstr "Edita la descripció del teu perfil" +#: src/screens/Onboarding/index.tsx:34 +msgid "Education" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:143 -#: src/view/com/auth/create/Step2.tsx:192 -#: src/view/com/auth/create/Step2.tsx:266 +#: src/view/com/auth/create/Step2.tsx:193 +#: src/view/com/auth/create/Step2.tsx:268 #: src/view/com/auth/login/ForgotPasswordForm.tsx:152 #: src/view/com/modals/ChangeEmail.tsx:141 #: src/view/com/modals/Waitlist.tsx:88 @@ -1160,6 +1253,11 @@ msgstr "Habilita només {0}" msgid "Enable Adult Content" msgstr "Habilita el contingut per a adults" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:76 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:77 +msgid "Enable adult content in your feeds" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 msgid "Enable External Media" msgstr "Habilita el contingut extern" @@ -1172,7 +1270,7 @@ msgstr "Habilita reproductors de contingut per" msgid "Enable this setting to only see replies between people you follow." msgstr "Activa aquesta opció per veure només les respostes entre els comptes que segueixes." -#: src/view/screens/Profile.tsx:427 +#: src/view/screens/Profile.tsx:437 msgid "End of feed" msgstr "Fi del canal" @@ -1217,7 +1315,7 @@ msgstr "Introdueix el teu correu a sobre" msgid "Enter your new email address below." msgstr "Introdueix el teu nou correu a continuació." -#: src/view/com/auth/create/Step2.tsx:186 +#: src/view/com/auth/create/Step2.tsx:187 msgid "Enter your phone number" msgstr "Introdueix el teu telèfon" @@ -1225,7 +1323,7 @@ msgstr "Introdueix el teu telèfon" msgid "Enter your username and password" msgstr "Introdueix el teu usuari i contrasenya" -#: src/view/screens/Search/Search.tsx:107 +#: src/view/screens/Search/Search.tsx:109 msgid "Error:" msgstr "Error:" @@ -1237,7 +1335,7 @@ msgstr "Tothom" msgid "Exits handle change process" msgstr "Surt del procés de canvi d'identificador" -#: src/view/com/lightbox/Lightbox.web.tsx:113 +#: src/view/com/lightbox/Lightbox.web.tsx:120 msgid "Exits image view" msgstr "Surt de la visualització de la imatge" @@ -1250,7 +1348,7 @@ msgstr "Surt de la cerca" msgid "Exits signing up for waitlist with {email}" msgstr "Surt de la llista d'espera amb el correu {email}" -#: src/view/com/lightbox/Lightbox.web.tsx:156 +#: src/view/com/lightbox/Lightbox.web.tsx:163 msgid "Expand alt text" msgstr "Expandeix el text alternatiu" @@ -1268,7 +1366,7 @@ msgstr "Contingut extern" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "El contingut extern pot permetre que algunes webs recullin informació sobre tu i el teu dispositiu. No s'envia ni es demana cap informació fins que premis el botó \"reproduir\"." -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:259 #: src/view/screens/PreferencesExternalEmbeds.tsx:52 #: src/view/screens/Settings.tsx:623 msgid "External Media Preferences" @@ -1283,11 +1381,11 @@ msgstr "Configuració del contingut extern" msgid "Failed to create app password." msgstr "No s'ha pogut crear la contrasenya d'aplicació" -#: src/view/com/modals/CreateOrEditList.tsx:148 +#: src/view/com/modals/CreateOrEditList.tsx:206 msgid "Failed to create the list. Check your internet connection and try again." msgstr "No s'ha pogut crear la llista. Comprova la teva connexió a internet i torna-ho a provar." -#: src/view/com/util/forms/PostDropdownBtn.tsx:86 +#: src/view/com/util/forms/PostDropdownBtn.tsx:88 msgid "Failed to delete post, please try again" msgstr "No s'ha pogut esborrar la publicació, torna-ho a provar" @@ -1296,7 +1394,7 @@ msgstr "No s'ha pogut esborrar la publicació, torna-ho a provar" msgid "Failed to load recommended feeds" msgstr "Error en carregar els canals recomanats" -#: src/Navigation.tsx:192 +#: src/Navigation.tsx:193 msgid "Feed" msgstr "Canal" @@ -1304,7 +1402,7 @@ msgstr "Canal" msgid "Feed by {0}" msgstr "Canal per {0}" -#: src/view/screens/Feeds.tsx:560 +#: src/view/screens/Feeds.tsx:597 msgid "Feed offline" msgstr "Canal fora de línia" @@ -1317,9 +1415,9 @@ msgstr "Preferències del canal" msgid "Feedback" msgstr "Comentaris" -#: src/Navigation.tsx:440 -#: src/view/screens/Feeds.tsx:479 -#: src/view/screens/Profile.tsx:165 +#: src/Navigation.tsx:443 +#: src/view/screens/Feeds.tsx:514 +#: src/view/screens/Profile.tsx:175 #: src/view/shell/bottom-bar/BottomBar.tsx:181 #: src/view/shell/desktop/LeftNav.tsx:342 #: src/view/shell/Drawer.tsx:479 @@ -1335,17 +1433,25 @@ msgstr "Els canals són creats pels usuaris per curar contingut. Tria els canals msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information." msgstr "Els canals són algoritmes personalitzats creats per usuaris que coneixen una mica de codi. <0/> per a més informació." +#: src/screens/Onboarding/StepTopicalFeeds.tsx:70 +msgid "Feeds can be topical as well!" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:151 +msgid "Finalizing" +msgstr "" + #: src/view/com/posts/CustomFeedEmptyState.tsx:47 #: src/view/com/posts/FollowingEmptyState.tsx:57 #: src/view/com/posts/FollowingEndOfFeed.tsx:58 msgid "Find accounts to follow" msgstr "Troba comptes per seguir" -#: src/view/screens/Search/Search.tsx:429 +#: src/view/screens/Search/Search.tsx:439 msgid "Find users on Bluesky" msgstr "Troba usuaris a Bluesky" -#: src/view/screens/Search/Search.tsx:427 +#: src/view/screens/Search/Search.tsx:437 msgid "Find users with the search tool on the right" msgstr "Troba usuaris amb l'eina de cerca de la dreta" @@ -1361,6 +1467,14 @@ msgstr "Ajusta el contingut que es veu a la teva pantalla d'inici." msgid "Fine-tune the discussion threads." msgstr "Ajusta els fils de debat." +#: src/screens/Onboarding/index.tsx:38 +msgid "Fitness" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:131 +msgid "Flexible" +msgstr "" + #: src/view/com/modals/EditImage.tsx:115 msgid "Flip horizontal" msgstr "Gira horitzontalment" @@ -1379,10 +1493,19 @@ msgstr "Segueix" msgid "Follow" msgstr "Segueix" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 #: src/view/com/profile/ProfileHeader.tsx:543 msgid "Follow {0}" msgstr "Segueix {0}" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:178 +msgid "Follow All" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +msgid "Follow selected accounts and continue to the next step" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFollows.tsx:64 msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." msgstr "Segueix a alguns usuaris per començar. Te'n podem recomanar més basant-nos en els que trobes interessants." @@ -1428,6 +1551,10 @@ msgstr "Et segueix" msgid "Follows You" msgstr "Et segueix" +#: src/screens/Onboarding/index.tsx:43 +msgid "Food" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:107 msgid "For security reasons, we'll need to send a confirmation code to your email address." msgstr "Per motius de seguretat necessitem enviar-te un codi de confirmació al teu correu." @@ -1449,7 +1576,7 @@ msgstr "He oblidat la contrasenya" msgid "Forgot Password" msgstr "He oblidat la contrasenya" -#: src/view/com/posts/FeedItem.tsx:188 +#: src/view/com/posts/FeedItem.tsx:189 msgctxt "from-feed" msgid "From <0/>" msgstr "De <0/>" @@ -1470,14 +1597,19 @@ msgstr "Comença" msgid "Go back" msgstr "Ves enrere" -#: src/view/screens/ProfileFeed.tsx:104 -#: src/view/screens/ProfileFeed.tsx:109 -#: src/view/screens/ProfileList.tsx:876 -#: src/view/screens/ProfileList.tsx:881 +#: src/view/screens/ProfileFeed.tsx:105 +#: src/view/screens/ProfileFeed.tsx:110 +#: src/view/screens/ProfileList.tsx:873 +#: src/view/screens/ProfileList.tsx:878 msgid "Go Back" msgstr "Ves enrere" -#: src/view/screens/Search/Search.tsx:640 +#: src/screens/Onboarding/Layout.tsx:104 +#: src/screens/Onboarding/Layout.tsx:193 +msgid "Go back to previous step" +msgstr "" + +#: src/view/screens/Search/Search.tsx:724 #: src/view/shell/desktop/Search.tsx:262 msgid "Go to @{queryMaybeHandle}" msgstr "Vés a @{queryMaybeHandle}" @@ -1492,7 +1624,7 @@ msgstr "Ves al següent" msgid "Handle" msgstr "Identificador" -#: src/view/com/auth/create/CreateAccount.tsx:190 +#: src/view/com/auth/create/CreateAccount.tsx:197 msgid "Having trouble?" msgstr "Tens problemes?" @@ -1501,23 +1633,36 @@ msgstr "Tens problemes?" msgid "Help" msgstr "Ajuda" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +msgid "Here are some accounts for you to follow" +msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:79 +msgid "Here are some popular topical feeds. You can choose to follow as many as you like." +msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:74 +msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." +msgstr "" + #: src/view/com/modals/AddAppPasswords.tsx:152 msgid "Here is your app password." msgstr "Aquí tens la teva contrasenya d'aplicació." #: src/view/com/modals/ContentFilteringSettings.tsx:219 -#: src/view/com/notifications/FeedItem.tsx:329 +#: src/view/com/notifications/FeedItem.tsx:325 msgctxt "action" msgid "Hide" msgstr "Amaga" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:41 #: src/view/com/modals/ContentFilteringSettings.tsx:246 #: src/view/com/util/moderation/ContentHider.tsx:105 #: src/view/com/util/moderation/PostHider.tsx:108 msgid "Hide" msgstr "Amaga" -#: src/view/com/util/forms/PostDropdownBtn.tsx:185 +#: src/view/com/util/forms/PostDropdownBtn.tsx:187 msgid "Hide post" msgstr "Amaga l'entrada" @@ -1526,17 +1671,18 @@ msgstr "Amaga l'entrada" msgid "Hide the content" msgstr "Amaga el contingut" -#: src/view/com/util/forms/PostDropdownBtn.tsx:189 +#: src/view/com/util/forms/PostDropdownBtn.tsx:191 msgid "Hide this post?" msgstr "Vols amagar aquesta entrada?" -#: src/view/com/notifications/FeedItem.tsx:319 +#: src/view/com/notifications/FeedItem.tsx:315 msgid "Hide user list" msgstr "Amaga la llista d'usuaris" #: src/view/com/profile/ProfileHeader.tsx:526 msgid "Hides posts from {0} in your feed" msgstr "Amaga les publicacions de {0} al teu canal" + #: src/view/com/posts/FeedErrorMessage.tsx:111 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." msgstr "S'ha produït algun error quan s'intentava connectar amb el servidor del canal. Avisa al propietari del canal d'aquest problema." @@ -1557,7 +1703,7 @@ msgstr "El servidor del canal ha donat una resposta incorrecta. Avisa al propiet msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Tenim problemes per trobar aquest canal. Potser ha estat eliminat." -#: src/Navigation.tsx:430 +#: src/Navigation.tsx:433 #: src/view/shell/bottom-bar/BottomBar.tsx:137 #: src/view/shell/desktop/LeftNav.tsx:306 #: src/view/shell/Drawer.tsx:401 @@ -1565,8 +1711,8 @@ msgstr "Tenim problemes per trobar aquest canal. Potser ha estat eliminat." msgid "Home" msgstr "Inici" -#: src/Navigation.tsx:247 -#: src/view/com/pager/FeedsTabBarMobile.tsx:117 +#: src/Navigation.tsx:248 +#: src/view/com/pager/FeedsTabBarMobile.tsx:123 #: src/view/screens/PreferencesHomeFeed.tsx:104 #: src/view/screens/Settings.tsx:509 msgid "Home Feed Preferences" @@ -1597,7 +1743,7 @@ msgstr "Tinc un codi de confirmació" msgid "I have my own domain" msgstr "Tinc el meu propi domini" -#: src/view/com/lightbox/Lightbox.web.tsx:158 +#: src/view/com/lightbox/Lightbox.web.tsx:165 msgid "If alt text is long, toggles alt text expanded state" msgstr "Si el text alternatiu és llarg, canvia l'estat expandit del text alternatiu" @@ -1605,11 +1751,11 @@ msgstr "Si el text alternatiu és llarg, canvia l'estat expandit del text altern msgid "If none are selected, suitable for all ages." msgstr "Si no en selecciones cap, és apropiat per a totes les edats." -#: src/view/com/util/images/Gallery.tsx:37 +#: src/view/com/util/images/Gallery.tsx:38 msgid "Image" msgstr "Imatge" -#: src/view/com/modals/AltImage.tsx:97 +#: src/view/com/modals/AltImage.tsx:119 msgid "Image alt text" msgstr "Text alternatiu de la imatge" @@ -1646,7 +1792,7 @@ msgstr "Introdueix una nova contrasenya" msgid "Input password for account deletion" msgstr "Introdueix la contrasenya per elimiar el compte" -#: src/view/com/auth/create/Step2.tsx:194 +#: src/view/com/auth/create/Step2.tsx:195 msgid "Input phone number for SMS verification" msgstr "Introdueix el telèfon per la verificació per SMS" @@ -1658,7 +1804,7 @@ msgstr "Introdueix la contrasenya lligada a {identifier}" msgid "Input the username or email address you used at signup" msgstr "Introdueix el nom d'usuari o correu que vas utilitzar per registrar-te" -#: src/view/com/auth/create/Step2.tsx:268 +#: src/view/com/auth/create/Step2.tsx:270 msgid "Input the verification code we have texted to you" msgstr "Introdueix el codi de verificació que t'hem enviat" @@ -1670,11 +1816,11 @@ msgstr "Introdueix el teu correu per afegir-te a la llista d'espera de Bluesky" msgid "Input your password" msgstr "Introdueix la teva contrasenya" -#: src/view/com/auth/create/Step3.tsx:39 +#: src/view/com/auth/create/Step3.tsx:42 msgid "Input your user handle" msgstr "Introdueix el teu identificador d'usuari" -#: src/view/com/post-thread/PostThreadItem.tsx:229 +#: src/view/com/post-thread/PostThreadItem.tsx:231 msgid "Invalid or unsupported post record" msgstr "Registre de publicació no vàlid o no admès" @@ -1712,6 +1858,10 @@ msgstr "Codis d'invitació: {invitesAvailable} disponibles" msgid "Invite codes: 1 available" msgstr "Codis d'invitació: 1 disponible" +#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +msgid "It shows posts from the people you follow as they happen." +msgstr "" + #: src/view/com/auth/HomeLoggedOutCTA.tsx:99 msgid "Jobs" msgstr "Feines" @@ -1729,6 +1879,10 @@ msgstr "Uneix-te a la llista d'espera." msgid "Join Waitlist" msgstr "Uneix-te a la llista d'espera" +#: src/screens/Onboarding/index.tsx:24 +msgid "Journalism" +msgstr "" + #: src/view/com/composer/select-language/SelectLangBtn.tsx:104 msgid "Language selection" msgstr "Tria l'idioma" @@ -1737,7 +1891,7 @@ msgstr "Tria l'idioma" msgid "Language settings" msgstr "Configuració d'idioma" -#: src/Navigation.tsx:139 +#: src/Navigation.tsx:140 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "Configuració d'idioma" @@ -1780,6 +1934,10 @@ msgstr "Deixa'ls tots sense marcar per veure tots els idiomes." msgid "Leaving Bluesky" msgstr "Sortint de Bluesky" +#: src/screens/Deactivated.tsx:129 +msgid "left to go." +msgstr "" + #: src/view/screens/Settings.tsx:280 msgid "Legacy storage cleared, you need to restart the app now." msgstr "L'emmagatzematge heretat s'ha esborrat, cal que reinicieu l'aplicació ara." @@ -1789,6 +1947,10 @@ msgstr "L'emmagatzematge heretat s'ha esborrat, cal que reinicieu l'aplicació a msgid "Let's get your password reset!" msgstr "Restablirem la teva contrasenya!" +#: src/screens/Onboarding/StepFinished.tsx:151 +msgid "Let's go!" +msgstr "" + #: src/view/com/util/UserAvatar.tsx:245 #: src/view/com/util/UserBanner.tsx:60 msgid "Library" @@ -1798,53 +1960,60 @@ msgstr "Biblioteca" msgid "Light" msgstr "Clar" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:189 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 msgid "Like" msgstr "M'agrada" -#: src/view/screens/ProfileFeed.tsx:600 +#: src/view/screens/ProfileFeed.tsx:591 msgid "Like this feed" msgstr "Fes m'agrada a aquest canal" -#: src/Navigation.tsx:197 -#: src/view/screens/PostLikedBy.tsx:27 -#: src/view/screens/ProfileFeedLikedBy.tsx:27 +#: src/Navigation.tsx:198 msgid "Liked by" msgstr "Li ha agradat a" +#: src/view/screens/PostLikedBy.tsx:27 +#: src/view/screens/ProfileFeedLikedBy.tsx:27 +msgid "Liked By" +msgstr "" + #: src/view/com/feeds/FeedSourceCard.tsx:277 msgid "Liked by {0} {1}" msgstr "Li ha agradat a {0} {1}" -#: src/view/screens/ProfileFeed.tsx:615 +#: src/view/screens/ProfileFeed.tsx:606 msgid "Liked by {likeCount} {0}" msgstr "Li ha agradat a {likeCount} {0}" +#: src/view/com/notifications/FeedItem.tsx:170 +msgid "liked your custom feed" +msgstr "" + #: src/view/com/notifications/FeedItem.tsx:171 -msgid "liked your custom feed{0}" -msgstr "i ha agradat el teu canal personalitzat{0}" +#~ msgid "liked your custom feed{0}" +#~ msgstr "i ha agradat el teu canal personalitzat{0}" #: src/view/com/notifications/FeedItem.tsx:155 msgid "liked your post" msgstr "li ha agradat la teva publicació" -#: src/view/screens/Profile.tsx:164 +#: src/view/screens/Profile.tsx:174 msgid "Likes" msgstr "M'agrades" -#: src/view/com/post-thread/PostThreadItem.tsx:184 +#: src/view/com/post-thread/PostThreadItem.tsx:185 msgid "Likes on this post" msgstr "M'agrades a aquesta publicació" -#: src/Navigation.tsx:166 +#: src/Navigation.tsx:167 msgid "List" msgstr "Llista" -#: src/view/com/modals/CreateOrEditList.tsx:203 +#: src/view/com/modals/CreateOrEditList.tsx:261 msgid "List Avatar" msgstr "Avatar de la llista" -#: src/view/screens/ProfileList.tsx:323 +#: src/view/screens/ProfileList.tsx:320 msgid "List blocked" msgstr "Llista bloquejada" @@ -1852,47 +2021,47 @@ msgstr "Llista bloquejada" msgid "List by {0}" msgstr "Llista per {0}" -#: src/view/screens/ProfileList.tsx:367 +#: src/view/screens/ProfileList.tsx:364 msgid "List deleted" msgstr "Llista eliminada" -#: src/view/screens/ProfileList.tsx:282 +#: src/view/screens/ProfileList.tsx:279 msgid "List muted" msgstr "Llista silenciada" -#: src/view/com/modals/CreateOrEditList.tsx:216 +#: src/view/com/modals/CreateOrEditList.tsx:275 msgid "List Name" msgstr "Nom de la llista" -#: src/view/screens/ProfileList.tsx:342 +#: src/view/screens/ProfileList.tsx:339 msgid "List unblocked" msgstr "Llista desbloquejada" -#: src/view/screens/ProfileList.tsx:301 +#: src/view/screens/ProfileList.tsx:298 msgid "List unmuted" msgstr "Llista no silenciada" -#: src/Navigation.tsx:109 -#: src/view/screens/Profile.tsx:166 +#: src/Navigation.tsx:110 +#: src/view/screens/Profile.tsx:176 #: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 msgid "Lists" msgstr "Llistes" -#: src/view/com/post-thread/PostThread.tsx:263 -#: src/view/com/post-thread/PostThread.tsx:271 +#: src/view/com/post-thread/PostThread.tsx:281 +#: src/view/com/post-thread/PostThread.tsx:289 msgid "Load more posts" msgstr "Carrega més publicacions" -#: src/view/screens/Notifications.tsx:148 +#: src/view/screens/Notifications.tsx:155 msgid "Load new notifications" msgstr "Carrega noves notificacions" #: src/view/com/feeds/FeedPage.tsx:190 -#: src/view/screens/Profile.tsx:412 -#: src/view/screens/ProfileFeed.tsx:503 -#: src/view/screens/ProfileList.tsx:659 +#: src/view/screens/Profile.tsx:422 +#: src/view/screens/ProfileFeed.tsx:494 +#: src/view/screens/ProfileList.tsx:656 msgid "Load new posts" msgstr "Carrega noves publicacions" @@ -1904,10 +2073,17 @@ msgstr "Carregant…" msgid "Local dev server" msgstr "Servidor de desenvolupament local" -#: src/Navigation.tsx:207 +#: src/Navigation.tsx:208 msgid "Log" msgstr "Registre" +#: src/screens/Deactivated.tsx:150 +#: src/screens/Deactivated.tsx:153 +#: src/screens/Deactivated.tsx:179 +#: src/screens/Deactivated.tsx:182 +msgid "Log out" +msgstr "" + #: src/view/screens/Moderation.tsx:136 msgid "Logged-out visibility" msgstr "Visibilitat pels usuaris no connectats" @@ -1923,7 +2099,7 @@ msgstr "Accedeix a un compte que no està llistat" msgid "Make sure this is where you intend to go!" msgstr "Assegura't que és aquí on vols anar!" -#: src/view/screens/Profile.tsx:163 +#: src/view/screens/Profile.tsx:173 msgid "Media" msgstr "Contingut" @@ -1936,7 +2112,7 @@ msgid "Mentioned users" msgstr "Usuaris mencionats" #: src/view/com/util/ViewHeader.tsx:81 -#: src/view/screens/Search/Search.tsx:544 +#: src/view/screens/Search/Search.tsx:623 msgid "Menu" msgstr "Menú" @@ -1948,7 +2124,7 @@ msgstr "Menú" msgid "Message from server: {0}" msgstr "Missatge del servidor: {0}" -#: src/Navigation.tsx:114 +#: src/Navigation.tsx:115 #: src/view/screens/Moderation.tsx:64 #: src/view/screens/Settings.tsx:591 #: src/view/shell/desktop/LeftNav.tsx:397 @@ -1958,25 +2134,25 @@ msgid "Moderation" msgstr "Moderació" #: src/view/com/lists/ListCard.tsx:92 -#: src/view/com/modals/UserAddRemoveLists.tsx:190 +#: src/view/com/modals/UserAddRemoveLists.tsx:206 msgid "Moderation list by {0}" msgstr "Llista de moderació per {0}" -#: src/view/screens/ProfileList.tsx:753 +#: src/view/screens/ProfileList.tsx:750 msgid "Moderation list by <0/>" msgstr "Llista de moderació per <0/>" #: src/view/com/lists/ListCard.tsx:90 -#: src/view/com/modals/UserAddRemoveLists.tsx:188 -#: src/view/screens/ProfileList.tsx:751 +#: src/view/com/modals/UserAddRemoveLists.tsx:204 +#: src/view/screens/ProfileList.tsx:748 msgid "Moderation list by you" msgstr "Llista de moderació teva" -#: src/view/com/modals/CreateOrEditList.tsx:139 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "Moderation list created" msgstr "S'ha creat la llista de moderació" -#: src/view/com/modals/CreateOrEditList.tsx:126 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "Moderation list updated" msgstr "S'ha actualitzat la llista de moderació" @@ -1984,7 +2160,7 @@ msgstr "S'ha actualitzat la llista de moderació" msgid "Moderation lists" msgstr "Llistes de moderació" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Llistes de moderació" @@ -2002,12 +2178,12 @@ msgid "More feeds" msgstr "Més canals" #: src/view/com/profile/ProfileHeader.tsx:562 -#: src/view/screens/ProfileFeed.tsx:371 -#: src/view/screens/ProfileList.tsx:595 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileList.tsx:592 msgid "More options" msgstr "Més opcions" -#: src/view/com/util/forms/PostDropdownBtn.tsx:268 +#: src/view/com/util/forms/PostDropdownBtn.tsx:270 msgid "More post options" msgstr "Més opcions de publicació" @@ -2019,23 +2195,23 @@ msgstr "Respostes amb més m'agrada primer" msgid "Mute Account" msgstr "Silenciar el compte" -#: src/view/screens/ProfileList.tsx:522 +#: src/view/screens/ProfileList.tsx:519 msgid "Mute accounts" msgstr "Silencia els comptes" -#: src/view/screens/ProfileList.tsx:469 +#: src/view/screens/ProfileList.tsx:466 msgid "Mute list" msgstr "Silencia la llista" -#: src/view/screens/ProfileList.tsx:274 +#: src/view/screens/ProfileList.tsx:271 msgid "Mute these accounts?" msgstr "Vols silenciar aquests comptes?" -#: src/view/screens/ProfileList.tsx:278 +#: src/view/screens/ProfileList.tsx:275 msgid "Mute this List" msgstr "Silencia aquesta llista" -#: src/view/com/util/forms/PostDropdownBtn.tsx:169 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "Mute thread" msgstr "Silencia el fil de debat" @@ -2047,7 +2223,7 @@ msgstr "Silenciada" msgid "Muted accounts" msgstr "Comptes silenciats" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Comptes silenciats" @@ -2056,7 +2232,7 @@ msgstr "Comptes silenciats" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Les publicacions dels comptes silenciats seran eliminats del teu canal i de les teves notificacions. Silenciar comptes és completament privat." -#: src/view/screens/ProfileList.tsx:276 +#: src/view/screens/ProfileList.tsx:273 msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them." msgstr "Silenciar és privat. Els comptes silenciats poden interactuar amb tu, però tu no veuràs les seves publicacions ni rebràs notificacions seves." @@ -2064,7 +2240,7 @@ msgstr "Silenciar és privat. Els comptes silenciats poden interactuar amb tu, p msgid "My Birthday" msgstr "El meu aniversari" -#: src/view/screens/Feeds.tsx:367 +#: src/view/screens/Feeds.tsx:399 msgid "My Feeds" msgstr "Els meus canals" @@ -2077,14 +2253,18 @@ msgid "My Saved Feeds" msgstr "Els meus canals desats" #: src/view/com/modals/AddAppPasswords.tsx:181 -#: src/view/com/modals/CreateOrEditList.tsx:230 +#: src/view/com/modals/CreateOrEditList.tsx:290 msgid "Name" msgstr "Nom" -#: src/view/com/modals/CreateOrEditList.tsx:108 +#: src/view/com/modals/CreateOrEditList.tsx:145 msgid "Name is required" msgstr "Es requereix un nom" +#: src/screens/Onboarding/index.tsx:25 +msgid "Nature" +msgstr "" + #: src/view/com/auth/login/ForgotPasswordForm.tsx:186 #: src/view/com/auth/login/LoginForm.tsx:286 #: src/view/com/auth/login/SetNewPasswordForm.tsx:166 @@ -2105,6 +2285,10 @@ msgstr "No carreguis mai les incrustacions de {0} " 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:119 +msgid "Never lose access to your followers or data." +msgstr "" + #: src/view/screens/Lists.tsx:76 msgctxt "action" msgid "New" @@ -2114,7 +2298,7 @@ msgstr "Nova" msgid "New" msgstr "Nova" -#: src/view/com/modals/CreateOrEditList.tsx:194 +#: src/view/com/modals/CreateOrEditList.tsx:252 msgid "New Moderation List" msgstr "Nova llista de moderació" @@ -2127,11 +2311,11 @@ msgctxt "action" msgid "New post" msgstr "Nova publicació" -#: src/view/screens/Feeds.tsx:511 -#: src/view/screens/Profile.tsx:354 -#: src/view/screens/ProfileFeed.tsx:441 -#: src/view/screens/ProfileList.tsx:197 -#: src/view/screens/ProfileList.tsx:225 +#: src/view/screens/Feeds.tsx:547 +#: src/view/screens/Profile.tsx:364 +#: src/view/screens/ProfileFeed.tsx:432 +#: src/view/screens/ProfileList.tsx:194 +#: src/view/screens/ProfileList.tsx:222 #: src/view/shell/desktop/LeftNav.tsx:248 msgid "New post" msgstr "Nova publicació" @@ -2145,7 +2329,7 @@ msgstr "Nova publicació" #~ msgid "New Post" #~ msgstr "Nova publicació" -#: src/view/com/modals/CreateOrEditList.tsx:189 +#: src/view/com/modals/CreateOrEditList.tsx:247 msgid "New User List" msgstr "Nova llista d'usuaris" @@ -2153,12 +2337,16 @@ msgstr "Nova llista d'usuaris" msgid "Newest replies first" msgstr "Les respostes més noves primer" +#: src/screens/Onboarding/index.tsx:23 +msgid "News" +msgstr "" + #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:103 msgctxt "action" msgid "Next" msgstr "Següent" -#: src/view/com/auth/create/CreateAccount.tsx:155 +#: src/view/com/auth/create/CreateAccount.tsx:161 #: src/view/com/auth/login/ForgotPasswordForm.tsx:178 #: src/view/com/auth/login/ForgotPasswordForm.tsx:188 #: src/view/com/auth/login/LoginForm.tsx:288 @@ -2168,7 +2356,7 @@ msgstr "Següent" msgid "Next" msgstr "Següent" -#: src/view/com/lightbox/Lightbox.web.tsx:142 +#: src/view/com/lightbox/Lightbox.web.tsx:149 msgid "Next image" msgstr "Següent imatge" @@ -2181,8 +2369,8 @@ msgstr "Següent imatge" msgid "No" msgstr "No" -#: src/view/screens/ProfileFeed.tsx:593 -#: src/view/screens/ProfileList.tsx:733 +#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileList.tsx:730 msgid "No description" msgstr "Cap descripció" @@ -2190,7 +2378,7 @@ msgstr "Cap descripció" msgid "No longer following {0}" msgstr "Ja no segueixes a {0}" -#: src/view/com/notifications/Feed.tsx:107 +#: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "Encara no tens cap notificació" @@ -2199,13 +2387,13 @@ msgstr "Encara no tens cap notificació" msgid "No result" msgstr "Cap resultat" -#: src/view/screens/Feeds.tsx:456 +#: src/view/screens/Feeds.tsx:490 msgid "No results found for \"{query}\"" msgstr "No s'han trobat resultats per \"{query}\"" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:272 -#: src/view/screens/Search/Search.tsx:300 +#: src/view/screens/Search/Search.tsx:274 +#: src/view/screens/Search/Search.tsx:302 msgid "No results found for {query}" msgstr "No s'han trobat resultats per {query}" @@ -2221,7 +2409,7 @@ msgstr "Ningú" msgid "Not Applicable." msgstr "No aplicable." -#: src/Navigation.tsx:104 +#: src/Navigation.tsx:105 msgid "Not Found" msgstr "No s'ha trobat" @@ -2234,9 +2422,9 @@ msgstr "Ara mateix no" 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 "Nota: Bluesky és una xarxa oberta i pública. Aquesta configuració tan sols limita el teu contingut a l'aplicació de Bluesky i a la web, altres aplicacions poden no respectar-ho. El teu contingut pot ser mostrat a usuaris no connectats per altres aplicacions i webs." -#: src/Navigation.tsx:445 -#: src/view/screens/Notifications.tsx:113 -#: src/view/screens/Notifications.tsx:137 +#: src/Navigation.tsx:448 +#: src/view/screens/Notifications.tsx:120 +#: src/view/screens/Notifications.tsx:144 #: src/view/shell/bottom-bar/BottomBar.tsx:205 #: src/view/shell/desktop/LeftNav.tsx:361 #: src/view/shell/Drawer.tsx:438 @@ -2252,6 +2440,10 @@ msgstr "Nuesa" msgid "Oh no!" msgstr "Ostres!" +#: src/screens/Onboarding/StepInterests/index.tsx:128 +msgid "Oh no! Something went wrong." +msgstr "" + #: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 msgid "Okay" msgstr "D'acord" @@ -2278,6 +2470,10 @@ msgstr "Només {0} poden respondre." msgid "Oops!" msgstr "Ostres!" +#: src/screens/Onboarding/StepFinished.tsx:115 +msgid "Open" +msgstr "" + #: src/view/com/composer/Composer.tsx:470 #: src/view/com/composer/Composer.tsx:471 msgid "Open emoji picker" @@ -2287,13 +2483,13 @@ msgstr "Obre el selector d'emojis" msgid "Open links with in-app browser" msgstr "Obre els enllaços al navegador de l'aplicació" -#: src/view/com/pager/FeedsTabBarMobile.tsx:81 +#: src/view/com/pager/FeedsTabBarMobile.tsx:87 msgid "Open navigation" msgstr "Obre la navegació" #: src/view/screens/Settings.tsx:737 msgid "Open storybook page" -msgstr Obre la pàgina de l'historial" +msgstr "" #: src/view/com/util/forms/DropdownButton.tsx:147 msgid "Opens {numItems} options" @@ -2303,7 +2499,7 @@ msgstr "Obre {numItems} opcions" msgid "Opens additional details for a debug entry" msgstr "Obre detalls adicionals per una entrada de depuració" -#: src/view/com/notifications/FeedItem.tsx:352 +#: src/view/com/notifications/FeedItem.tsx:348 msgid "Opens an expanded list of users in this notification" msgstr "Obre una llista expandida d'usuaris en aquesta notificació" @@ -2365,7 +2561,7 @@ msgstr "Obre la configuració de la moderació" msgid "Opens password reset form" msgstr "Obre el formulari de restabliment de la contrasenya" -#: src/view/screens/Feeds.tsx:335 +#: src/view/screens/Feeds.tsx:338 msgid "Opens screen to edit Saved Feeds" msgstr "Obre pantalla per editar els canals desats" @@ -2413,11 +2609,14 @@ msgstr "Un altre servei" msgid "Other..." msgstr "Un altre…" -#: src/view/screens/NotFound.tsx:42 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Pàgina no trobada" +#: src/view/screens/NotFound.tsx:42 +msgid "Page Not Found" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:158 #: src/view/com/auth/create/Step1.tsx:168 #: src/view/com/auth/login/LoginForm.tsx:223 @@ -2434,11 +2633,11 @@ msgstr "Contrasenya actualitzada" msgid "Password updated!" msgstr "Contrasenya actualitzada!" -#: src/Navigation.tsx:160 +#: src/Navigation.tsx:161 msgid "People followed by @{0}" msgstr "Persones seguides per @{0}" -#: src/Navigation.tsx:153 +#: src/Navigation.tsx:154 msgid "People following @{0}" msgstr "Oersones seguint a @{0}" @@ -2450,7 +2649,11 @@ msgstr "Cal permís per accedir al carret de la càmera." msgid "Permission to access camera roll was denied. Please enable it in your system settings." msgstr "S'ha denegat el permís per accedir a la càmera. Activa'l a la configuració del teu sistema." -#: src/view/com/auth/create/Step2.tsx:181 +#: src/screens/Onboarding/index.tsx:31 +msgid "Pets" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:182 msgid "Phone number" msgstr "Telèfon" @@ -2458,8 +2661,8 @@ msgstr "Telèfon" msgid "Pictures meant for adults." msgstr "Imatges destinades a adults." -#: src/view/screens/ProfileFeed.tsx:362 -#: src/view/screens/ProfileList.tsx:559 +#: src/view/screens/ProfileFeed.tsx:353 +#: src/view/screens/ProfileList.tsx:556 msgid "Pin to home" msgstr "Fixa a l'inici" @@ -2496,7 +2699,7 @@ msgstr "Confirma el teu correu abans de canviar-lo. Aquest és un requisit tempo msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "Introdueix un nom per a la contrasenya de la vostra aplicació. No es permeten tot en espais." -#: src/view/com/auth/create/Step2.tsx:204 +#: src/view/com/auth/create/Step2.tsx:205 msgid "Please enter a phone number that can receive SMS text messages." msgstr "Introdueix un telèfon que pugui rebre missatges SMS" @@ -2508,7 +2711,7 @@ msgstr "Introdueix un nom únic per aquesta contrasenya d'aplicació o fes servi msgid "Please enter the code you received by SMS." msgstr "Introdueix el codi que has rebut per SMS" -#: src/view/com/auth/create/Step2.tsx:279 +#: src/view/com/auth/create/Step2.tsx:281 msgid "Please enter the verification code sent to {phoneNumberFormatted}." msgstr "Introdueix el codi de verificació enviat a {phoneNumberFormatted}" @@ -2536,6 +2739,10 @@ msgstr "Verifica el teu correu" msgid "Please wait for your link card to finish loading" msgstr "Espera que es generi la targeta de l'enllaç" +#: src/screens/Onboarding/index.tsx:37 +msgid "Politics" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:111 msgid "Porn" msgstr "Pornografia" @@ -2546,8 +2753,7 @@ msgctxt "action" msgid "Post" msgstr "Publica" -#: src/view/com/post-thread/PostThread.tsx:227 -#: src/view/screens/PostThread.tsx:82 +#: src/view/com/post-thread/PostThread.tsx:251 msgctxt "description" msgid "Post" msgstr "Publicació" @@ -2558,21 +2764,21 @@ msgstr "Publicació" #~ msgid "Post" #~ msgstr "Publicació" -#: src/view/com/post-thread/PostThreadItem.tsx:176 +#: src/view/com/post-thread/PostThreadItem.tsx:177 msgid "Post by {0}" msgstr "Publicació per {0}" -#: src/Navigation.tsx:172 -#: src/Navigation.tsx:179 -#: src/Navigation.tsx:186 +#: src/Navigation.tsx:173 +#: src/Navigation.tsx:180 +#: src/Navigation.tsx:187 msgid "Post by @{0}" msgstr "Publicació per @{0}" -#: src/view/com/util/forms/PostDropdownBtn.tsx:82 +#: src/view/com/util/forms/PostDropdownBtn.tsx:84 msgid "Post deleted" msgstr "Publicació eliminada" -#: src/view/com/post-thread/PostThread.tsx:382 +#: src/view/com/post-thread/PostThread.tsx:403 msgid "Post hidden" msgstr "Publicació oculta" @@ -2584,11 +2790,11 @@ msgstr "Idioma de la publicació" msgid "Post Languages" msgstr "Idiomes de les publicacions" -#: src/view/com/post-thread/PostThread.tsx:434 +#: src/view/com/post-thread/PostThread.tsx:455 msgid "Post not found" msgstr "Publicació no trobada" -#: src/view/screens/Profile.tsx:161 +#: src/view/screens/Profile.tsx:171 msgid "Posts" msgstr "Publicacions" @@ -2600,7 +2806,7 @@ msgstr "Publicacions amagades" msgid "Potentially Misleading Link" msgstr "Enllaç potencialment enganyós" -#: src/view/com/lightbox/Lightbox.web.tsx:128 +#: src/view/com/lightbox/Lightbox.web.tsx:135 msgid "Previous image" msgstr "Imatge anterior" @@ -2617,7 +2823,7 @@ msgstr "Prioritza els usuaris que segueixes" msgid "Privacy" msgstr "Privacitat" -#: src/Navigation.tsx:217 +#: src/Navigation.tsx:218 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings.tsx:824 #: src/view/shell/Drawer.tsx:265 @@ -2644,6 +2850,10 @@ 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:101 +msgid "Public" +msgstr "" + #: src/view/screens/ModerationModlists.tsx:61 msgid "Public, shareable lists of users to mute or block in bulk." msgstr "Llistes d'usuaris per silenciar o bloquejar en massa, públiques i per compartir." @@ -2696,7 +2906,7 @@ msgstr "Usuaris recomanats" #: src/view/com/modals/ListAddRemoveUsers.tsx:264 #: src/view/com/modals/SelfLabel.tsx:83 -#: src/view/com/modals/UserAddRemoveLists.tsx:203 +#: src/view/com/modals/UserAddRemoveLists.tsx:219 #: src/view/com/util/UserAvatar.tsx:282 #: src/view/com/util/UserBanner.tsx:89 msgid "Remove" @@ -2719,7 +2929,7 @@ msgstr "Elimina el canal" #: src/view/com/feeds/FeedSourceCard.tsx:167 #: src/view/com/feeds/FeedSourceCard.tsx:172 #: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:281 +#: src/view/screens/ProfileFeed.tsx:272 msgid "Remove from my feeds" msgstr "Elimina dels meus canals" @@ -2744,7 +2954,7 @@ msgid "Remove this feed from your saved feeds?" msgstr "Vols eliminar aquest canal dels teus canals desats?" #: src/view/com/modals/ListAddRemoveUsers.tsx:199 -#: src/view/com/modals/UserAddRemoveLists.tsx:136 +#: src/view/com/modals/UserAddRemoveLists.tsx:152 msgid "Removed from list" msgstr "Elimina de la llista" @@ -2757,7 +2967,7 @@ msgstr "Eliminat dels meus canals" msgid "Removes default thumbnail from {0}" msgstr "Elimina la miniatura per defecte de {0}" -#: src/view/screens/Profile.tsx:162 +#: src/view/screens/Profile.tsx:172 msgid "Replies" msgstr "Respostes" @@ -2774,8 +2984,8 @@ msgstr "Respon" msgid "Reply Filters" msgstr "Filtres de resposta" -#: src/view/com/post/Post.tsx:165 -#: src/view/com/posts/FeedItem.tsx:286 +#: src/view/com/post/Post.tsx:166 +#: src/view/com/posts/FeedItem.tsx:287 msgctxt "description" msgid "Reply to <0/>" msgstr "Resposta a <0/>" @@ -2788,16 +2998,16 @@ msgstr "Informa de {collectionName}" msgid "Report Account" msgstr "Informa del compte" -#: src/view/screens/ProfileFeed.tsx:301 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Report feed" msgstr "Informa del canal" -#: src/view/screens/ProfileList.tsx:437 +#: src/view/screens/ProfileList.tsx:434 msgid "Report List" msgstr "Informa de la llista" #: src/view/com/modals/report/SendReportButton.tsx:37 -#: src/view/com/util/forms/PostDropdownBtn.tsx:208 +#: src/view/com/util/forms/PostDropdownBtn.tsx:210 msgid "Report post" msgstr "Informa de la publicació" @@ -2819,14 +3029,22 @@ msgid "Repost or quote post" msgstr "Republica o cita la publicació" #: src/view/screens/PostRepostedBy.tsx:27 -msgid "Reposted by" -msgstr "Republicada per" +#~ msgid "Reposted by" +#~ msgstr "Republicada per" + +#: src/view/screens/PostRepostedBy.tsx:27 +msgid "Reposted By" +msgstr "" + +#: src/view/com/posts/FeedItem.tsx:207 +msgid "Reposted by {0}" +msgstr "" #: src/view/com/posts/FeedItem.tsx:206 -msgid "Reposted by {0})" -msgstr "Republicada per {0}" +#~ msgid "Reposted by {0})" +#~ msgstr "Republicada per {0}" -#: src/view/com/posts/FeedItem.tsx:223 +#: src/view/com/posts/FeedItem.tsx:224 msgid "Reposted by <0/>" msgstr "Republicada per <0/>" @@ -2834,7 +3052,7 @@ msgstr "Republicada per <0/>" msgid "reposted your post" msgstr "ha republicat la teva publicació" -#: src/view/com/post-thread/PostThreadItem.tsx:189 +#: src/view/com/post-thread/PostThreadItem.tsx:190 msgid "Reposts of this post" msgstr "Republicacions d'aquesta publicació" @@ -2843,7 +3061,7 @@ msgstr "Republicacions d'aquesta publicació" msgid "Request Change" msgstr "Demana un canvi" -#: src/view/com/auth/create/Step2.tsx:217 +#: src/view/com/auth/create/Step2.tsx:218 msgid "Request code" msgstr "Demana un codi" @@ -2897,9 +3115,11 @@ 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/view/com/auth/create/CreateAccount.tsx:164 -#: src/view/com/auth/create/CreateAccount.tsx:168 -#: src/view/com/auth/create/Step2.tsx:252 +#: src/screens/Onboarding/StepInterests/index.tsx:221 +#: src/screens/Onboarding/StepInterests/index.tsx:224 +#: src/view/com/auth/create/CreateAccount.tsx:170 +#: src/view/com/auth/create/CreateAccount.tsx:175 +#: src/view/com/auth/create/Step2.tsx:254 #: src/view/com/auth/login/LoginForm.tsx:265 #: src/view/com/auth/login/LoginForm.tsx:268 #: src/view/com/util/error/ErrorMessage.tsx:55 @@ -2907,11 +3127,11 @@ msgstr "Torna a intentar l'última acció, que ha donat error" msgid "Retry" msgstr "Torna-ho a provar" -#: src/view/com/auth/create/Step2.tsx:245 +#: src/view/com/auth/create/Step2.tsx:246 msgid "Retry." msgstr "Torna-ho a provar" -#: src/view/screens/ProfileList.tsx:877 +#: src/view/screens/ProfileList.tsx:874 msgid "Return to previous page" msgstr "Torna a la pàgina anterior" @@ -2919,8 +3139,8 @@ msgstr "Torna a la pàgina anterior" msgid "SANDBOX. Posts and accounts are not permanent." msgstr "ENTORN DE PROVES. Les publicacions i els comptes no són permanents." -#: src/view/com/lightbox/Lightbox.tsx:129 -#: src/view/com/modals/CreateOrEditList.tsx:276 +#: src/view/com/lightbox/Lightbox.tsx:132 +#: src/view/com/modals/CreateOrEditList.tsx:345 msgctxt "action" msgid "Save" msgstr "Desa" @@ -2928,13 +3148,13 @@ msgstr "Desa" #: src/view/com/modals/BirthDateSettings.tsx:94 #: src/view/com/modals/BirthDateSettings.tsx:97 #: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:268 +#: src/view/com/modals/CreateOrEditList.tsx:337 #: src/view/com/modals/EditProfile.tsx:224 -#: src/view/screens/ProfileFeed.tsx:354 +#: src/view/screens/ProfileFeed.tsx:345 msgid "Save" msgstr "Desa" -#: src/view/com/modals/AltImage.tsx:106 +#: src/view/com/modals/AltImage.tsx:129 msgid "Save alt text" msgstr "Desa el text alternatiu" @@ -2962,18 +3182,22 @@ msgstr "Desa qualsevol canvi al teu perfil" msgid "Saves handle change to {handle}" msgstr "Desa el canvi d'identificador a {handle}" -#: src/view/screens/ProfileList.tsx:833 +#: src/screens/Onboarding/index.tsx:36 +msgid "Science" +msgstr "" + +#: src/view/screens/ProfileList.tsx:830 msgid "Scroll to top" msgstr "Desplaça't cap a dalt" -#: src/Navigation.tsx:435 +#: src/Navigation.tsx:438 #: src/view/com/auth/LoggedOut.tsx:122 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:53 #: src/view/com/util/forms/SearchInput.tsx:65 -#: src/view/screens/Search/Search.tsx:408 -#: src/view/screens/Search/Search.tsx:566 -#: src/view/screens/Search/Search.tsx:579 +#: src/view/screens/Search/Search.tsx:418 +#: src/view/screens/Search/Search.tsx:645 +#: src/view/screens/Search/Search.tsx:663 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:324 #: src/view/shell/desktop/Search.tsx:214 @@ -2983,7 +3207,7 @@ msgstr "Desplaça't cap a dalt" msgid "Search" msgstr "Cerca" -#: src/view/screens/Search/Search.tsx:628 +#: src/view/screens/Search/Search.tsx:712 #: src/view/shell/desktop/Search.tsx:255 msgid "Search for \"{query}\"" msgstr "Cerca per \"{query}\"" @@ -3027,6 +3251,18 @@ msgstr "Selecciona l'opció {i} de {numItems}" msgid "Select service" msgstr "Selecciona el servei" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 +msgid "Select some accounts below to follow" +msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:90 +msgid "Select topical feeds to follow from the list below" +msgstr "" + +#: src/screens/Onboarding/StepModeration/index.tsx:75 +msgid "Select what you want to see (or not see), and we’ll handle the rest." +msgstr "" + #: src/view/screens/LanguageSettings.tsx:281 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Selecciona quins idiomes vols que incloguin els canals a què estàs subscrit. Si no en selecciones cap, es mostraran tots." @@ -3035,7 +3271,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 en aquesta" -#: src/view/com/auth/create/Step2.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:196 +msgid "Select your interests from the options below" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:154 msgid "Select your phone's country" msgstr "Selecciona el país del teu telèfon" @@ -3043,6 +3283,14 @@ msgstr "Selecciona el país del teu telèfon" msgid "Select your preferred language for translations in your feed." msgstr "Selecciona el teu idioma preferit per a les traduccions al teu canal." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +msgid "Select your primary algorithmic feeds" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:132 +msgid "Select your secondary algorithmic feeds" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:202 #: src/view/com/modals/VerifyEmail.tsx:204 msgid "Send Confirmation Email" @@ -3124,6 +3372,10 @@ msgstr "Posa \"Sí\" a aquesta opció per mostrar les respostes en vista de fil msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your following feed. This is an experimental feature." msgstr "Posa \"Sí\" a aquesta opció per mostrar algunes publicacions dels teus canals en el teu canal de seguits. Aquesta és una opció experimental." +#: src/screens/Onboarding/Layout.tsx:50 +msgid "Set up your account" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:266 msgid "Sets Bluesky username" msgstr "Estableix un nom d'usuari de Bluesky" @@ -3141,7 +3393,7 @@ msgstr "Estableix un proveïdor d'allotjament per restablir la contrasenya" msgid "Sets server for the Bluesky client" msgstr "Estableix el servidor pel cient de Bluesky" -#: src/Navigation.tsx:134 +#: src/Navigation.tsx:135 #: src/view/screens/Settings.tsx:294 #: src/view/shell/desktop/LeftNav.tsx:433 #: src/view/shell/Drawer.tsx:570 @@ -3153,21 +3405,22 @@ msgstr "Configuració" msgid "Sexual activity or erotic nudity." msgstr "Activitat sexual o nu eròtic." -#: src/view/com/lightbox/Lightbox.tsx:138 +#: src/view/com/lightbox/Lightbox.tsx:141 msgctxt "action" msgid "Share" msgstr "Comparteix" #: src/view/com/profile/ProfileHeader.tsx:342 -#: src/view/com/util/forms/PostDropdownBtn.tsx:151 -#: src/view/screens/ProfileList.tsx:396 +#: src/view/com/util/forms/PostDropdownBtn.tsx:153 +#: src/view/screens/ProfileList.tsx:393 msgid "Share" msgstr "Comparteix" -#: src/view/screens/ProfileFeed.tsx:313 +#: src/view/screens/ProfileFeed.tsx:304 msgid "Share feed" msgstr "Comparteix el canal" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:43 #: src/view/com/modals/ContentFilteringSettings.tsx:261 #: src/view/com/util/moderation/ContentHider.tsx:107 #: src/view/com/util/moderation/PostHider.tsx:108 @@ -3191,9 +3444,9 @@ msgstr "Mostra els incrustats de {0}" msgid "Show follows similar to {0}" msgstr "Mostra seguidors semblants a {0}" -#: src/view/com/post-thread/PostThreadItem.tsx:569 -#: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:362 +#: src/view/com/post-thread/PostThreadItem.tsx:571 +#: src/view/com/post/Post.tsx:197 +#: src/view/com/posts/FeedItem.tsx:363 msgid "Show More" msgstr "Mostra més" @@ -3205,6 +3458,18 @@ msgstr "Mostra les publicacions dels meus canals" msgid "Show Quote Posts" msgstr "Mostra les publicacions citades" +#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +msgid "Show quote-posts in Following feed" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +msgid "Show quotes in Following" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +msgid "Show re-posts in Following feed" +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:119 msgid "Show Replies" msgstr "Mostra les respostes" @@ -3213,6 +3478,14 @@ msgstr "Mostra les respostes" msgid "Show replies by people you follow before all other replies." msgstr "Mostra les respostes dels comptes que segueixes abans que les altres." +#: src/screens/Onboarding/StepFollowingFeed.tsx:86 +msgid "Show replies in Following" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +msgid "Show replies in Following feed" +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:70 msgid "Show replies with at least {value} {0}" msgstr "Mostra respostes amb almenys {value} {0}" @@ -3221,12 +3494,16 @@ msgstr "Mostra respostes amb almenys {value} {0}" msgid "Show Reposts" msgstr "Mostra republicacions" +#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +msgid "Show reposts in Following" +msgstr "" + #: src/view/com/util/moderation/ContentHider.tsx:67 #: src/view/com/util/moderation/PostHider.tsx:61 msgid "Show the content" msgstr "Mostra el contingut" -#: src/view/com/notifications/FeedItem.tsx:350 +#: src/view/com/notifications/FeedItem.tsx:346 msgid "Show users" msgstr "Mostra usuaris" @@ -3244,9 +3521,9 @@ msgstr "Mostra les publicacions de {0} al teu canal" #: src/view/shell/bottom-bar/BottomBar.tsx:285 #: src/view/shell/bottom-bar/BottomBar.tsx:286 #: src/view/shell/bottom-bar/BottomBar.tsx:288 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:177 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:180 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 #: src/view/shell/NavSignupCard.tsx:58 #: src/view/shell/NavSignupCard.tsx:59 msgid "Sign in" @@ -3281,9 +3558,9 @@ msgstr "Tanca sessió" #: src/view/shell/bottom-bar/BottomBar.tsx:275 #: src/view/shell/bottom-bar/BottomBar.tsx:276 #: src/view/shell/bottom-bar/BottomBar.tsx:278 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:167 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:170 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 #: src/view/shell/NavSignupCard.tsx:49 #: src/view/shell/NavSignupCard.tsx:50 #: src/view/shell/NavSignupCard.tsx:52 @@ -3310,14 +3587,24 @@ msgstr "Sha iniciat sessió com a @{0}" msgid "Signs {0} out of Bluesky" msgstr "Tanca la sessió de Bluesky de {0}" +#: src/screens/Onboarding/StepInterests/index.tsx:235 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:33 msgid "Skip" msgstr "Salta aquest pas" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Onboarding/StepInterests/index.tsx:232 +msgid "Skip this flow" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:81 msgid "SMS verification" msgstr "Verificació per SMS" +#: src/screens/Onboarding/index.tsx:40 +msgid "Software Dev" +msgstr "" + #: src/view/com/modals/ProfilePreview.tsx:62 msgid "Something went wrong and we're not sure what." msgstr "Alguna cosa ha fallat i no estem segurs de què." @@ -3338,6 +3625,10 @@ msgstr "Ordena les respostes" msgid "Sort replies to the same post by:" msgstr "Ordena les respostes a la mateixa publicació per:" +#: src/screens/Onboarding/index.tsx:30 +msgid "Sports" +msgstr "" + #: src/view/com/modals/crop-image/CropImage.web.tsx:122 msgid "Square" msgstr "Quadrat" @@ -3358,7 +3649,7 @@ msgstr "Pas {0} de {numSteps}" msgid "Storage cleared, you need to restart the app now." msgstr "L'emmagatzematge s'ha esborrat, cal que reinicieu l'aplicació ara." -#: src/Navigation.tsx:202 +#: src/Navigation.tsx:203 #: src/view/screens/Settings.tsx:740 msgid "Storybook" msgstr "Historial" @@ -3367,15 +3658,20 @@ msgstr "Historial" msgid "Submit" msgstr "Envia" -#: src/view/screens/ProfileList.tsx:586 +#: src/view/screens/ProfileList.tsx:583 msgid "Subscribe" msgstr "Subscriure's" -#: src/view/screens/ProfileList.tsx:582 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 +msgid "Subscribe to the {0} feed" +msgstr "" + +#: src/view/screens/ProfileList.tsx:579 msgid "Subscribe to this list" msgstr "Subscriure's a la llista" -#: src/view/screens/Search/Search.tsx:364 +#: src/view/screens/Search/Search.tsx:372 msgid "Suggested Follows" msgstr "Usuaris suggerits per seguir" @@ -3387,7 +3683,7 @@ msgstr "Suggeriments per tu" msgid "Suggestive" msgstr "Suggerent" -#: src/Navigation.tsx:212 +#: src/Navigation.tsx:213 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -3427,11 +3723,15 @@ msgstr "Alt" msgid "Tap to view fully" msgstr "Toca per veure-ho completament" +#: src/screens/Onboarding/index.tsx:39 +msgid "Tech" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:93 msgid "Terms" msgstr "Condicions" -#: src/Navigation.tsx:222 +#: src/Navigation.tsx:223 #: src/view/screens/Settings.tsx:818 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:259 @@ -3455,7 +3755,11 @@ msgstr "Les directrius de la comunitat han estat traslladades a <0/>" msgid "The Copyright Policy has been moved to <0/>" msgstr "La política de drets d'autoria ha estat traslladada a <0/>" -#: src/view/com/post-thread/PostThread.tsx:437 +#: src/screens/Onboarding/Layout.tsx:60 +msgid "The following steps will help customize your Bluesky experience." +msgstr "" + +#: src/view/com/post-thread/PostThread.tsx:458 msgid "The post may have been deleted." msgstr "És possible que la publicació s'hagi esborrat." @@ -3475,7 +3779,11 @@ 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/view/screens/ProfileFeed.tsx:558 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:135 +msgid "There are many feeds to try:" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:549 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "Hi ha hagut un problema per contactar amb el servidor, comprova la teva connexió a internet i torna-ho a provar" @@ -3483,12 +3791,12 @@ msgstr "Hi ha hagut un problema per contactar amb el servidor, comprova la teva msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "Hi ha hagut un problema per eliminar aquest canal, comprova la teva connexió a internet i torna-ho a provar" -#: src/view/screens/ProfileFeed.tsx:218 +#: src/view/screens/ProfileFeed.tsx:209 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "Hi ha hagut un problema per actualitzar els teus canals, comprova la teva connexió a internet i torna-ho a provar" -#: src/view/screens/ProfileFeed.tsx:245 -#: src/view/screens/ProfileList.tsx:266 +#: src/view/screens/ProfileFeed.tsx:236 +#: src/view/screens/ProfileList.tsx:263 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 #: src/view/screens/SavedFeeds.tsx:252 @@ -3503,7 +3811,7 @@ msgstr "Hi ha hagut un problema per contactar amb el servidor" msgid "There was an issue contacting your server" msgstr "Hi ha hagut un problema per contactar amb el teu servidor" -#: src/view/com/notifications/Feed.tsx:115 +#: src/view/com/notifications/Feed.tsx:117 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 tornar-ho a provar." @@ -3520,6 +3828,7 @@ msgstr "Hi ha hagut un problema en obtenir la llista. Toca aquí per tornar-ho a msgid "There was an issue fetching your lists. Tap here to try again." msgstr "Hi ha hagut un problema en obtenir les teves llistes. Toca aquí per tornar-ho a provar." +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:63 #: src/view/com/modals/ContentFilteringSettings.tsx:126 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" @@ -3537,10 +3846,10 @@ msgstr "Hi ha hagut un problema en obtenir les teves contrasenyes d'aplicació" msgid "There was an issue! {0}" msgstr "Hi ha hagut un problema! {0}" -#: src/view/screens/ProfileList.tsx:287 -#: src/view/screens/ProfileList.tsx:306 -#: src/view/screens/ProfileList.tsx:328 -#: src/view/screens/ProfileList.tsx:347 +#: src/view/screens/ProfileList.tsx:284 +#: src/view/screens/ProfileList.tsx:303 +#: src/view/screens/ProfileList.tsx:325 +#: src/view/screens/ProfileList.tsx:344 msgid "There was an issue. Please check your internet connection and try again." msgstr "Hi ha hagut un problema. Comprova la teva connexió a internet i torna-ho a provar." @@ -3548,10 +3857,18 @@ msgstr "Hi ha hagut un problema. Comprova la teva connexió a internet i torna-h msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "S'ha produït un problema inesperat a l'aplicació. Fes-nos saber si això t'ha passat a tu!" -#: src/view/com/auth/create/Step2.tsx:53 +#: src/screens/Deactivated.tsx:107 +msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:54 msgid "There's something wrong with this number. Please choose your country and enter your full phone number!" msgstr "Aquest telèfon és erroni. Tria el teu país i introdueix el teu telèfon complert" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +msgid "These are popular accounts you might like:" +msgstr "" + #~ msgid "This {0} has been labeled." #~ msgstr "Aquest {0} ha estat etiquetat." @@ -3579,9 +3896,9 @@ msgstr "Aquest contingut no es pot veure sense un compte de Bluesky." msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Aquest canal està rebent moltes visites actualment i està temporalment inactiu. Prova-ho més tard." -#: src/view/screens/Profile.tsx:392 -#: src/view/screens/ProfileFeed.tsx:484 -#: src/view/screens/ProfileList.tsx:639 +#: src/view/screens/Profile.tsx:402 +#: src/view/screens/ProfileFeed.tsx:475 +#: src/view/screens/ProfileList.tsx:636 msgid "This feed is empty!" msgstr "Aquest canal està buit!" @@ -3605,7 +3922,7 @@ msgstr "Això és important si mai necessites canviar el teu correu o restablir msgid "This link is taking you to the following website:" msgstr "Aquest enllaç et porta a la web:" -#: src/view/screens/ProfileList.tsx:813 +#: src/view/screens/ProfileList.tsx:810 msgid "This list is empty!" msgstr "Aquesta llista està buida!" @@ -3613,7 +3930,7 @@ msgstr "Aquesta llista està buida!" msgid "This name is already in use" msgstr "Aquest nom ja està en ús" -#: src/view/com/post-thread/PostThreadItem.tsx:123 +#: src/view/com/post-thread/PostThreadItem.tsx:124 msgid "This post has been deleted." msgstr "Aquesta publicació ha estat esborrada." @@ -3633,7 +3950,7 @@ msgstr "Aquest usuari està inclós a la llista <0/> que tens silenciada" msgid "This warning is only available for posts with media attached." msgstr "Aquesta advertència només està disponible per publicacions amb contingut adjuntat." -#: src/view/com/util/forms/PostDropdownBtn.tsx:190 +#: src/view/com/util/forms/PostDropdownBtn.tsx:192 msgid "This will hide this post from your feeds." msgstr "Això amagarà aquesta publicació dels teus canals." @@ -3646,7 +3963,7 @@ msgstr "Preferències dels fils de debat" msgid "Threaded Mode" msgstr "Mode fils de debat" -#: src/Navigation.tsx:252 +#: src/Navigation.tsx:253 msgid "Threads Preferences" msgstr "Preferències dels fils de debat" @@ -3658,9 +3975,9 @@ msgstr "Commuta el menú desplegable" msgid "Transformations" msgstr "Transformacions" -#: src/view/com/post-thread/PostThreadItem.tsx:710 -#: src/view/com/post-thread/PostThreadItem.tsx:712 -#: src/view/com/util/forms/PostDropdownBtn.tsx:123 +#: src/view/com/post-thread/PostThreadItem.tsx:719 +#: src/view/com/post-thread/PostThreadItem.tsx:721 +#: src/view/com/util/forms/PostDropdownBtn.tsx:125 msgid "Translate" msgstr "Tradueix" @@ -3673,11 +3990,11 @@ msgstr "Torna-ho a provar" #~ msgid "Try again" #~ msgstr "Torna-ho a provar" -#: src/view/screens/ProfileList.tsx:484 +#: src/view/screens/ProfileList.tsx:481 msgid "Un-block list" msgstr "Desbloqueja la llista" -#: src/view/screens/ProfileList.tsx:469 +#: src/view/screens/ProfileList.tsx:466 msgid "Un-mute list" msgstr "Deixa de silenciar la llista" @@ -3694,7 +4011,7 @@ msgid "Unblock" msgstr "Desbloqueja" #: src/view/com/profile/ProfileHeader.tsx:472 -#: src/view/screens/ProfileList.tsx:568 +#: src/view/screens/ProfileList.tsx:565 msgid "Unblock" msgstr "Desbloqueja" @@ -3719,15 +4036,15 @@ msgstr "Deixa de seguir" msgid "Unfollow {0}" msgstr "Deixa de seguir a {0}" -#: src/view/com/auth/create/state.ts:298 +#: src/view/com/auth/create/state.ts:300 msgid "Unfortunately, you do not meet the requirements to create an account." msgstr "No compleixes les condicions per crear un compte." -#: src/view/com/util/post-ctrls/PostCtrls.tsx:189 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 msgid "Unlike" msgstr "Desfés el m'agrada" -#: src/view/screens/ProfileList.tsx:575 +#: src/view/screens/ProfileList.tsx:572 msgid "Unmute" msgstr "Deixa de silenciar" @@ -3735,24 +4052,24 @@ msgstr "Deixa de silenciar" msgid "Unmute Account" msgstr "Deixa de silenciar el compte" -#: src/view/com/util/forms/PostDropdownBtn.tsx:169 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "Unmute thread" msgstr "Deixa de silenciar el fil de debat" -#: src/view/screens/ProfileFeed.tsx:362 -#: src/view/screens/ProfileList.tsx:559 +#: src/view/screens/ProfileFeed.tsx:353 +#: src/view/screens/ProfileList.tsx:556 msgid "Unpin" msgstr "Deixa de fixar" -#: src/view/screens/ProfileList.tsx:452 +#: src/view/screens/ProfileList.tsx:449 msgid "Unpin moderation list" msgstr "Desancora la llista de moderació" -#: src/view/screens/ProfileFeed.tsx:354 +#: src/view/screens/ProfileFeed.tsx:345 msgid "Unsave" msgstr "No desis" -#: src/view/com/modals/UserAddRemoveLists.tsx:54 +#: src/view/com/modals/UserAddRemoveLists.tsx:70 msgid "Update {displayName} in Lists" msgstr "Actualitza {displayName} a les Llistes" @@ -3810,30 +4127,30 @@ msgstr "Usuari bloquejat per una llista" msgid "User Blocks You" msgstr "L'usuari t'ha bloquejat" -#: src/view/com/auth/create/Step3.tsx:38 +#: src/view/com/auth/create/Step3.tsx:41 msgid "User handle" msgstr "Identificador d'usuari" #: src/view/com/lists/ListCard.tsx:84 -#: src/view/com/modals/UserAddRemoveLists.tsx:182 +#: src/view/com/modals/UserAddRemoveLists.tsx:198 msgid "User list by {0}" msgstr "Llista d'usuaris per {0}" -#: src/view/screens/ProfileList.tsx:741 +#: src/view/screens/ProfileList.tsx:738 msgid "User list by <0/>" msgstr "Llista d'usuaris feta per <0/>" #: src/view/com/lists/ListCard.tsx:82 -#: src/view/com/modals/UserAddRemoveLists.tsx:180 -#: src/view/screens/ProfileList.tsx:739 +#: src/view/com/modals/UserAddRemoveLists.tsx:196 +#: src/view/screens/ProfileList.tsx:736 msgid "User list by you" msgstr "Llista d'usaris feta per tu" -#: src/view/com/modals/CreateOrEditList.tsx:138 +#: src/view/com/modals/CreateOrEditList.tsx:196 msgid "User list created" msgstr "Llista d'usuaris creada" -#: src/view/com/modals/CreateOrEditList.tsx:125 +#: src/view/com/modals/CreateOrEditList.tsx:182 msgid "User list updated" msgstr "Llista d'usuaris actualitzada" @@ -3846,7 +4163,7 @@ msgstr "Llistes d'usuaris" msgid "Username or email address" msgstr "Nom d'usuari o correu" -#: src/view/screens/ProfileList.tsx:775 +#: src/view/screens/ProfileList.tsx:772 msgid "Users" msgstr "Usuaris" @@ -3858,7 +4175,7 @@ msgstr "usuaris seguits per <0/>" msgid "Users in \"{0}\"" msgstr "Usuaris a \"{0}\"" -#: src/view/com/auth/create/Step2.tsx:241 +#: src/view/com/auth/create/Step2.tsx:242 msgid "Verification code" msgstr "Codi de verificació" @@ -3883,6 +4200,10 @@ msgstr "Verifica el correu nou" msgid "Verify Your Email" msgstr "Verifica el teu correu" +#: src/screens/Onboarding/index.tsx:42 +msgid "Video Games" +msgstr "" + #: src/view/com/profile/ProfileHeader.tsx:701 msgid "View {0}'s avatar" msgstr "Veure l'avatar de {0}" @@ -3907,27 +4228,56 @@ msgstr "Veure l'avatar" msgid "Visit Site" msgstr "Visita el lloc web" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:42 #: src/view/com/modals/ContentFilteringSettings.tsx:254 msgid "Warn" msgstr "Adverteix" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +msgid "We also think you'll like \"For You\" by Skygaze:" +msgstr "" + +#: src/screens/Deactivated.tsx:134 +msgid "We estimate {estimatedTime} until your account is ready." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:93 +msgid "We hope you have a wonderful time. Remember, Bluesky is:" +msgstr "" + #: src/view/com/posts/DiscoverFallbackHeader.tsx:29 msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "Ja no hi ha més publicacions dels usuaris que segueixes. Aquí n'hi ha altres de <0/>." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:119 +msgid "We recommend our \"Discover\" feed:" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:133 +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/Deactivated.tsx:138 +msgid "We will let you know when your account is ready." +msgstr "" + #: src/view/com/modals/AppealLabel.tsx:48 msgid "We'll look into your appeal promptly." msgstr "Analitzarem la teva apel·lació ràpidament." +#: src/screens/Onboarding/StepInterests/index.tsx:138 +msgid "We'll use this to help customize your experience." +msgstr "" + #: src/view/com/auth/create/CreateAccount.tsx:123 msgid "We're so excited to have you join us!" msgstr "Ens fa molta il·lusió que t'uneixis a nosaltres!" -#: src/view/screens/ProfileList.tsx:83 +#: src/view/screens/ProfileList.tsx:84 msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "Ho sentim, però no hem pogut resoldre aquesta llista. Si això continua, posa't en contacte amb el creador de la llista, @{handleOrDid}." -#: src/view/screens/Search/Search.tsx:245 +#: src/view/screens/Search/Search.tsx:247 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." @@ -3939,6 +4289,10 @@ msgstr "Ens sap greu! No podem trobar la pàgina que estàs cercant." msgid "Welcome to <0>Bluesky</0>" msgstr "Benvingut a <0>Bluesky</0>" +#: src/screens/Onboarding/StepInterests/index.tsx:130 +msgid "What are your interests?" +msgstr "" + #: src/view/com/modals/report/Modal.tsx:169 msgid "What is the issue with this {collectionName}?" msgstr "Quin problema hi ha amb {collectionName}?" @@ -3977,11 +4331,15 @@ msgstr "Escriu una publicació" msgid "Write your reply" msgstr "Escriu la teva resposta" -#: src/view/com/auth/create/Step2.tsx:260 +#: src/screens/Onboarding/index.tsx:28 +msgid "Writers" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:262 msgid "XXXXXX" msgstr "XXXXXX" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:82 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:77 #: src/view/screens/PreferencesHomeFeed.tsx:129 #: src/view/screens/PreferencesHomeFeed.tsx:201 #: src/view/screens/PreferencesHomeFeed.tsx:236 @@ -3991,6 +4349,10 @@ msgstr "XXXXXX" msgid "Yes" msgstr "Sí" +#: src/screens/Deactivated.tsx:131 +msgid "You are in line." +msgstr "" + #: src/view/com/posts/FollowingEmptyState.tsx:67 #: src/view/com/posts/FollowingEndOfFeed.tsx:68 msgid "You can also discover new Custom Feeds to follow." @@ -4000,6 +4362,10 @@ msgstr "També pots descobrir nous canals personalitzats per seguir." #~ msgid "You can change hosting providers at any time." #~ msgstr "Pots canviar el teu proveïdor d'allotjament quan vulguis." +#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +msgid "You can change these settings later." +msgstr "" + #: src/view/com/auth/login/Login.tsx:158 #: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 msgid "You can now sign in with your new password." @@ -4013,7 +4379,7 @@ msgstr "Encara no tens codis d'invitació! Te n'enviarem quan portis una mica m msgid "You don't have any pinned feeds." msgstr "No tens cap canal fixat." -#: src/view/screens/Feeds.tsx:387 +#: src/view/screens/Feeds.tsx:419 msgid "You don't have any saved feeds!" msgstr "No tens cap canal desat!" @@ -4021,7 +4387,7 @@ msgstr "No tens cap canal desat!" msgid "You don't have any saved feeds." msgstr "No tens cap canal desat." -#: src/view/com/post-thread/PostThread.tsx:385 +#: src/view/com/post-thread/PostThread.tsx:406 msgid "You have blocked the author or you have been blocked by the author." msgstr "Has bloquejat l'autor o has estat bloquejat per ell." @@ -4058,11 +4424,15 @@ msgstr "Encara no has silenciat cap compte. Per fer-ho, vés al seu perfil i sel msgid "You must be 18 or older to enable adult content." msgstr "Has de tenir 18 anys o més per habilitar el contingut per a adults." -#: src/view/com/util/forms/PostDropdownBtn.tsx:96 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:103 +msgid "You must be 18 years or older to enable adult content" +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:98 msgid "You will no longer receive notifications for this thread" msgstr "Ja no rebràs més notificacions d'aquest debat" -#: src/view/com/util/forms/PostDropdownBtn.tsx:99 +#: src/view/com/util/forms/PostDropdownBtn.tsx:101 msgid "You will now receive notifications for this thread" msgstr "Ara rebràs notificacions d'aquest debat" @@ -4070,6 +4440,20 @@ msgstr "Ara rebràs notificacions d'aquest debat" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Rebràs un correu amb un \"codi de restabliment\". Introdueix aquí el codi i després la teva contrasenya nova." +#: src/screens/Onboarding/StepModeration/index.tsx:72 +msgid "You're in control" +msgstr "" + +#: src/screens/Deactivated.tsx:88 +#: src/screens/Deactivated.tsx:89 +#: src/screens/Deactivated.tsx:104 +msgid "You're in line" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:90 +msgid "You're ready to go!" +msgstr "" + #: src/view/com/posts/FollowingEndOfFeed.tsx:48 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 seguir." @@ -4090,6 +4474,10 @@ msgstr "La teva data de naixement" msgid "Your choice will be saved, but can be changed later in settings." msgstr "La teva elecció es desarà, però es pot canviar més endavant a la configuració." +#: src/screens/Onboarding/StepFollowingFeed.tsx:61 +msgid "Your default feed is \"Following\"" +msgstr "" + #: src/view/com/auth/create/state.ts:153 #: src/view/com/auth/login/ForgotPasswordForm.tsx:70 msgid "Your email appears to be invalid." @@ -4111,7 +4499,7 @@ msgstr "El teu correu encara no s'ha verificat. Et recomanem fer-ho per segureta 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 saber què està passant." -#: src/view/com/auth/create/Step3.tsx:42 +#: src/view/com/auth/create/Step3.tsx:45 msgid "Your full handle will be" msgstr "El teu identificador complet serà" @@ -4133,6 +4521,7 @@ msgstr "Els teus codis d'invitació no es mostren quan has iniciat sessió amb u msgid "Your post has been published" msgstr "S'ha publicat" +#: src/screens/Onboarding/StepFinished.tsx:105 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:59 msgid "Your posts, likes, and blocks are public. Mutes are private." diff --git a/src/locale/locales/de/messages.po b/src/locale/locales/de/messages.po index 01a7eabca..8598cad25 100644 --- a/src/locale/locales/de/messages.po +++ b/src/locale/locales/de/messages.po @@ -21,14 +21,6 @@ msgstr "" msgid "{0, plural, one {# invite code available} other {# invite codes available}}" msgstr "" -#: src/view/com/modals/Repost.tsx:44 -#~ msgid "{0}" -#~ msgstr "" - -#: src/view/com/modals/CreateOrEditList.tsx:176 -#~ msgid "{0} {purposeLabel} List" -#~ msgstr "{0} {purposeLabel} Liste" - #: src/view/com/profile/ProfileHeader.tsx:632 msgid "{following} following" msgstr "" @@ -47,10 +39,6 @@ msgstr "{invitesAvailable} Einladungscode verfügbar" msgid "{invitesAvailable} invite codes available" msgstr "{invitesAvailable} Einladungscodes verfügbar" -#: src/view/screens/Search/Search.tsx:87 -#~ msgid "{message}" -#~ msgstr "" - #: src/view/shell/Drawer.tsx:443 msgid "{numUnreadNotifications} unread" msgstr "" @@ -92,7 +80,7 @@ msgstr "Eine neue Version der App ist verfügbar. Bitte aktualisiere die App, um msgid "Access navigation links and settings" msgstr "" -#: src/view/com/pager/FeedsTabBarMobile.tsx:83 +#: src/view/com/pager/FeedsTabBarMobile.tsx:89 msgid "Access profile and other navigation links" msgstr "" @@ -140,8 +128,8 @@ msgstr "" #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:264 -#: src/view/com/modals/UserAddRemoveLists.tsx:203 -#: src/view/screens/ProfileList.tsx:791 +#: src/view/com/modals/UserAddRemoveLists.tsx:219 +#: src/view/screens/ProfileList.tsx:788 msgid "Add" msgstr "Hinzufügen" @@ -149,7 +137,7 @@ msgstr "Hinzufügen" msgid "Add a content warning" msgstr "Eine Inhaltswarnung hinzufügen" -#: src/view/screens/ProfileList.tsx:781 +#: src/view/screens/ProfileList.tsx:778 msgid "Add a user to this list" msgstr "Einen Nutzer zu dieser Liste hinzufügen" @@ -160,7 +148,7 @@ msgstr "Konto hinzufügen" #: src/view/com/composer/photos/Gallery.tsx:119 #: src/view/com/composer/photos/Gallery.tsx:180 -#: src/view/com/modals/AltImage.tsx:93 +#: src/view/com/modals/AltImage.tsx:115 msgid "Add alt text" msgstr "Alt-Text hinzufügen" @@ -196,7 +184,7 @@ msgid "Add to Lists" msgstr "Zu Listen hinzufügen" #: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:281 +#: src/view/screens/ProfileFeed.tsx:272 msgid "Add to my feeds" msgstr "Zu meinen Feeds hinzufügen" @@ -205,7 +193,7 @@ msgid "Added" msgstr "" #: src/view/com/modals/ListAddRemoveUsers.tsx:191 -#: src/view/com/modals/UserAddRemoveLists.tsx:128 +#: src/view/com/modals/UserAddRemoveLists.tsx:144 msgid "Added to list" msgstr "Zur Liste hinzugefügt" @@ -225,6 +213,10 @@ msgstr "Inhalt für Erwachsene" msgid "Adult content can only be enabled via the Web at <0/>." msgstr "" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:78 +#~ msgid "Adult content can only be enabled via the Web at <0>bsky.app</0>." +#~ msgstr "" + #: src/view/screens/Settings.tsx:630 msgid "Advanced" msgstr "Erweitert" @@ -258,11 +250,15 @@ msgstr "Eine E-Mail wurde an deine vorherige Adresse {0} gesendet. Sie enthält msgid "An issue occurred, please try again." msgstr "" -#: src/view/com/notifications/FeedItem.tsx:238 +#: src/view/com/notifications/FeedItem.tsx:236 #: src/view/com/threadgate/WhoCanReply.tsx:178 msgid "and" msgstr "und" +#: src/screens/Onboarding/index.tsx:32 +msgid "Animals" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:95 msgid "App Language" msgstr "App-Sprache" @@ -292,7 +288,7 @@ msgstr "App-Passwörter" msgid "App Passwords" msgstr "App-Passwörter" -#: src/view/com/util/forms/PostDropdownBtn.tsx:248 +#: src/view/com/util/forms/PostDropdownBtn.tsx:250 msgid "Appeal content warning" msgstr "" @@ -320,41 +316,49 @@ msgstr "Bist du sicher, dass du das App-Passwort \"{name}\" löschen möchtest?" msgid "Are you sure you'd like to discard this draft?" msgstr "Bist du sicher, dass du diesen Entwurf verwerfen möchtest?" -#: src/view/screens/ProfileList.tsx:364 +#: src/view/screens/ProfileList.tsx:361 msgid "Are you sure?" msgstr "Bist du sicher?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:231 +#: src/view/com/util/forms/PostDropdownBtn.tsx:233 msgid "Are you sure? This cannot be undone." msgstr "Bist du sicher? Dies kann nicht rückgängig gemacht werden." -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:65 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:60 msgid "Are you writing in <0>{0}</0>?" msgstr "" +#: src/screens/Onboarding/index.tsx:26 +msgid "Art" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:123 msgid "Artistic or non-erotic nudity." msgstr "Künstlerische oder nicht-erotische Nacktheit." -#: src/view/com/post-thread/PostThread.tsx:443 +#: src/view/com/post-thread/PostThread.tsx:421 msgctxt "action" msgid "Back" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:142 +#: src/view/com/auth/create/CreateAccount.tsx:147 #: src/view/com/auth/login/ChooseAccountForm.tsx:151 #: src/view/com/auth/login/ForgotPasswordForm.tsx:170 #: src/view/com/auth/login/LoginForm.tsx:256 #: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/report/InputIssueDetails.tsx:46 -#: src/view/com/post-thread/PostThread.tsx:435 -#: src/view/com/post-thread/PostThread.tsx:485 -#: src/view/com/post-thread/PostThread.tsx:493 +#: src/view/com/post-thread/PostThread.tsx:413 +#: src/view/com/post-thread/PostThread.tsx:463 +#: src/view/com/post-thread/PostThread.tsx:471 #: src/view/com/profile/ProfileHeader.tsx:688 #: src/view/com/util/ViewHeader.tsx:81 msgid "Back" msgstr "Zurück" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +msgid "Based on your interest in {interestsText}" +msgstr "" + #: src/view/screens/Settings.tsx:489 msgid "Basics" msgstr "Grundlagen" @@ -373,19 +377,19 @@ msgstr "Geburtstag:" msgid "Block Account" msgstr "" -#: src/view/screens/ProfileList.tsx:534 +#: src/view/screens/ProfileList.tsx:531 msgid "Block accounts" msgstr "" -#: src/view/screens/ProfileList.tsx:484 +#: src/view/screens/ProfileList.tsx:481 msgid "Block list" msgstr "Blockliste" -#: src/view/screens/ProfileList.tsx:315 +#: src/view/screens/ProfileList.tsx:312 msgid "Block these accounts?" msgstr "Diese Konten blockieren?" -#: src/view/screens/ProfileList.tsx:319 +#: src/view/screens/ProfileList.tsx:316 msgid "Block this List" msgstr "" @@ -411,11 +415,11 @@ msgstr "Blockierte Konten können nicht in deinen Threads antworten, dich erwäh 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 "Blockierte Konten können nicht in deinen Threads antworten, dich erwähnen oder anderweitig mit dir interagieren. Du wirst ihre Inhalte nicht sehen und sie werden daran gehindert, deine zu sehen." -#: src/view/com/post-thread/PostThread.tsx:294 +#: src/view/com/post-thread/PostThread.tsx:272 msgid "Blocked post." msgstr "Gesperrter Beitrag." -#: src/view/screens/ProfileList.tsx:317 +#: src/view/screens/ProfileList.tsx:314 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "Die Sperrung ist öffentlich. Gesperrte Konten können nicht in deinen Threads antworten, dich erwähnen oder anderweitig mit dir interagieren." @@ -454,6 +458,10 @@ msgstr "Bluesky zeigt dein Profil und deine Beiträge nicht für abgemeldete Nut msgid "Bluesky.Social" msgstr "Bluesky.Social" +#: src/screens/Onboarding/index.tsx:33 +msgid "Books" +msgstr "" + #: src/view/screens/Settings.tsx:792 msgid "Build version {0} {1}" msgstr "Build-Version {0} {1}" @@ -525,10 +533,6 @@ msgstr "Abbrechen" msgid "Cancel account deletion" msgstr "Konto-Löschung abbrechen" -#: src/view/com/modals/AltImage.tsx:123 -#~ msgid "Cancel add image alt text" -#~ msgstr "" - #: src/view/com/modals/ChangeHandle.tsx:149 msgid "Cancel change handle" msgstr "" @@ -557,11 +561,7 @@ msgstr "Anmeldung zur Warteliste abbrechen" #: src/view/screens/Settings.tsx:334 msgctxt "action" msgid "Change" -msgstr "" - -#: src/view/screens/Settings.tsx:306 -#~ msgid "Change" -#~ msgstr "Ändern" +msgstr "Ändern" #: src/view/screens/Settings.tsx:662 #: src/view/screens/Settings.tsx:671 @@ -576,7 +576,7 @@ msgstr "Handle ändern" msgid "Change my email" msgstr "Meine E-Mail ändern" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:78 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:73 msgid "Change post language to {0}" msgstr "" @@ -584,6 +584,11 @@ msgstr "" msgid "Change Your Email" msgstr "Deine E-Mail ändern" +#: src/screens/Deactivated.tsx:73 +#: src/screens/Deactivated.tsx:77 +msgid "Check my status" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:121 msgid "Check out some recommended feeds. Tap + to add them to your list of pinned feeds." msgstr "Schau dir einige empfohlene Feeds an. Tippe auf +, um sie zu deiner Liste der angehefteten Feeds hinzuzufügen." @@ -608,11 +613,23 @@ msgstr "" msgid "Choose Service" msgstr "Service wählen" +#: src/screens/Onboarding/StepFinished.tsx:135 +msgid "Choose the algorithms that power your custom feeds." +msgstr "" + #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:83 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:83 msgid "Choose the algorithms that power your experience with custom feeds." msgstr "" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#~ msgid "Choose your algorithmic feeds" +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +msgid "Choose your main feeds" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:163 msgid "Choose your password" msgstr "Wähle dein Passwort" @@ -644,6 +661,10 @@ msgstr "Suchanfrage löschen" msgid "click here" msgstr "" +#: src/screens/Onboarding/index.tsx:35 +msgid "Climate" +msgstr "" + #: src/components/Dialog/index.web.tsx:78 msgid "Close active dialog" msgstr "" @@ -684,15 +705,27 @@ msgstr "" msgid "Closes viewer for header image" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:319 +#: src/view/com/notifications/FeedItem.tsx:317 msgid "Collapses list of users for a given notification" msgstr "" +#: src/screens/Onboarding/index.tsx:41 +msgid "Comedy" +msgstr "" + +#: src/screens/Onboarding/index.tsx:27 +msgid "Comics" +msgstr "" + #: src/Navigation.tsx:228 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Community-Richtlinien" +#: src/screens/Onboarding/StepFinished.tsx:148 +msgid "Complete onboarding and start using your account" +msgstr "" + #: src/view/com/composer/Composer.tsx:417 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "" @@ -701,6 +734,10 @@ msgstr "" msgid "Compose reply" msgstr "Antwort verfassen" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:67 +msgid "Configure content filtering setting for category: {0}" +msgstr "" + #: src/view/com/modals/Confirm.tsx:75 #: src/view/com/modals/Confirm.tsx:78 msgctxt "action" @@ -744,12 +781,12 @@ msgstr "Bestätigungscode" msgid "Confirms signing up {email} to the waitlist" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:175 +#: src/view/com/auth/create/CreateAccount.tsx:182 #: src/view/com/auth/login/LoginForm.tsx:275 msgid "Connecting..." msgstr "Verbinden..." -#: src/view/com/auth/create/CreateAccount.tsx:195 +#: src/view/com/auth/create/CreateAccount.tsx:202 msgid "Contact support" msgstr "" @@ -779,11 +816,35 @@ msgstr "Inhaltswarnung" msgid "Content warnings" msgstr "Inhaltswarnungen" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:155 +#: src/screens/Onboarding/StepFollowingFeed.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:248 +#: src/screens/Onboarding/StepModeration/index.tsx:118 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:108 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 msgid "Continue" msgstr "Fortfahren" +#: src/screens/Onboarding/StepFollowingFeed.tsx:150 +#: src/screens/Onboarding/StepInterests/index.tsx:245 +#: src/screens/Onboarding/StepModeration/index.tsx:115 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:105 +msgid "Continue to next step" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:152 +msgid "Continue to the next step" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 +msgid "Continue to the next step without following any accounts" +msgstr "" + +#: src/screens/Onboarding/index.tsx:44 +msgid "Cooking" +msgstr "" + #: src/view/com/modals/AddAppPasswords.tsx:197 #: src/view/com/modals/InviteCodes.tsx:182 msgid "Copied" @@ -795,7 +856,7 @@ msgstr "" #: src/view/com/modals/AddAppPasswords.tsx:75 #: src/view/com/modals/InviteCodes.tsx:152 -#: src/view/com/util/forms/PostDropdownBtn.tsx:110 +#: src/view/com/util/forms/PostDropdownBtn.tsx:112 msgid "Copied to clipboard" msgstr "" @@ -807,11 +868,11 @@ msgstr "" msgid "Copy" msgstr "Kopieren" -#: src/view/screens/ProfileList.tsx:396 +#: src/view/screens/ProfileList.tsx:393 msgid "Copy link to list" msgstr "Link zur Liste kopieren" -#: src/view/com/util/forms/PostDropdownBtn.tsx:151 +#: src/view/com/util/forms/PostDropdownBtn.tsx:153 msgid "Copy link to post" msgstr "Link zum Beitrag kopieren" @@ -819,7 +880,7 @@ msgstr "Link zum Beitrag kopieren" msgid "Copy link to profile" msgstr "Link zum Profil kopieren" -#: src/view/com/util/forms/PostDropdownBtn.tsx:137 +#: src/view/com/util/forms/PostDropdownBtn.tsx:139 msgid "Copy post text" msgstr "" @@ -828,15 +889,15 @@ msgstr "" msgid "Copyright Policy" msgstr "" -#: src/view/screens/ProfileFeed.tsx:95 +#: src/view/screens/ProfileFeed.tsx:96 msgid "Could not load feed" msgstr "Feed konnte nicht geladen werden" -#: src/view/screens/ProfileList.tsx:867 +#: src/view/screens/ProfileList.tsx:864 msgid "Could not load list" msgstr "Liste konnte nicht geladen werden" -#: src/view/com/auth/create/Step2.tsx:89 +#: src/view/com/auth/create/Step2.tsx:90 msgid "Country" msgstr "" @@ -867,11 +928,11 @@ msgstr "Neues Konto erstellen" msgid "Created {0}" msgstr "Erstellt {0}" -#: src/view/screens/ProfileFeed.tsx:625 +#: src/view/screens/ProfileFeed.tsx:616 msgid "Created by <0/>" msgstr "" -#: src/view/screens/ProfileFeed.tsx:623 +#: src/view/screens/ProfileFeed.tsx:614 msgid "Created by you" msgstr "" @@ -879,6 +940,10 @@ msgstr "" msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "" +#: src/screens/Onboarding/index.tsx:29 +msgid "Culture" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:389 #: src/view/com/modals/ServerInput.tsx:102 msgid "Custom domain" @@ -917,8 +982,8 @@ msgstr "Konto löschen" msgid "Delete app password" msgstr "App-Passwort löschen" -#: src/view/screens/ProfileList.tsx:363 -#: src/view/screens/ProfileList.tsx:423 +#: src/view/screens/ProfileList.tsx:360 +#: src/view/screens/ProfileList.tsx:420 msgid "Delete List" msgstr "Liste löschen" @@ -930,11 +995,11 @@ msgstr "Mein Konto löschen" msgid "Delete my account…" msgstr "Mein Konto löschen…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:226 +#: src/view/com/util/forms/PostDropdownBtn.tsx:228 msgid "Delete post" msgstr "Beitrag löschen" -#: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Delete this post?" msgstr "Diesen Beitrag löschen?" @@ -942,7 +1007,7 @@ msgstr "Diesen Beitrag löschen?" msgid "Deleted" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:286 +#: src/view/com/post-thread/PostThread.tsx:264 msgid "Deleted post." msgstr "Gelöschter Beitrag." @@ -953,10 +1018,6 @@ msgstr "Gelöschter Beitrag." msgid "Description" msgstr "Beschreibung" -#: src/view/com/auth/create/Step1.tsx:96 -#~ msgid "Dev Server" -#~ msgstr "Entwicklungsserver" - #: src/view/screens/Settings.tsx:711 msgid "Developer Tools" msgstr "Entwickler-Tools" @@ -982,7 +1043,7 @@ msgstr "Apps daran hindern, abgemeldeten Nutzern mein Konto zu zeigen" msgid "Discover new custom feeds" msgstr "" -#: src/view/screens/Feeds.tsx:409 +#: src/view/screens/Feeds.tsx:441 msgid "Discover new feeds" msgstr "Entdecke neue Feeds" @@ -1008,15 +1069,15 @@ msgstr "" #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 #: src/view/com/modals/Threadgate.tsx:132 -#: src/view/com/modals/UserAddRemoveLists.tsx:79 -#: src/view/com/modals/UserAddRemoveLists.tsx:82 +#: src/view/com/modals/UserAddRemoveLists.tsx:95 +#: src/view/com/modals/UserAddRemoveLists.tsx:98 #: src/view/screens/PreferencesThreads.tsx:162 msgctxt "action" msgid "Done" msgstr "" #: src/view/com/modals/AddAppPasswords.tsx:228 -#: src/view/com/modals/AltImage.tsx:115 +#: src/view/com/modals/AltImage.tsx:138 #: src/view/com/modals/ContentFilteringSettings.tsx:88 #: src/view/com/modals/ContentFilteringSettings.tsx:96 #: src/view/com/modals/crop-image/CropImage.web.tsx:152 @@ -1039,6 +1100,10 @@ msgstr "" msgid "Drop to add images" msgstr "" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:111 +msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." +msgstr "" + #: src/view/com/modals/EditProfile.tsx:185 msgid "e.g. Alice Roberts" msgstr "" @@ -1077,7 +1142,7 @@ msgstr "" msgid "Edit image" msgstr "Bild bearbeiten" -#: src/view/screens/ProfileList.tsx:411 +#: src/view/screens/ProfileList.tsx:408 msgid "Edit list details" msgstr "Details der Liste bearbeiten" @@ -1086,7 +1151,7 @@ msgid "Edit Moderation List" msgstr "" #: src/Navigation.tsx:243 -#: src/view/screens/Feeds.tsx:371 +#: src/view/screens/Feeds.tsx:403 #: src/view/screens/SavedFeeds.tsx:84 msgid "Edit My Feeds" msgstr "Meine Feeds bearbeiten" @@ -1103,7 +1168,7 @@ msgstr "Profil bearbeiten" msgid "Edit Profile" msgstr "Profil bearbeiten" -#: src/view/screens/Feeds.tsx:334 +#: src/view/screens/Feeds.tsx:337 msgid "Edit Saved Feeds" msgstr "Gespeicherte Feeds bearbeiten" @@ -1119,9 +1184,13 @@ msgstr "" msgid "Edit your profile description" msgstr "" +#: src/screens/Onboarding/index.tsx:34 +msgid "Education" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:143 -#: src/view/com/auth/create/Step2.tsx:192 -#: src/view/com/auth/create/Step2.tsx:266 +#: src/view/com/auth/create/Step2.tsx:193 +#: src/view/com/auth/create/Step2.tsx:268 #: src/view/com/auth/login/ForgotPasswordForm.tsx:152 #: src/view/com/modals/ChangeEmail.tsx:141 #: src/view/com/modals/Waitlist.tsx:88 @@ -1158,6 +1227,11 @@ msgstr "" msgid "Enable Adult Content" msgstr "" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:76 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:77 +msgid "Enable adult content in your feeds" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 msgid "Enable External Media" msgstr "" @@ -1170,7 +1244,7 @@ msgstr "" msgid "Enable this setting to only see replies between people you follow." msgstr "Aktiviere diese Einstellung, um nur Antworten von Personen zu sehen, denen du folgst." -#: src/view/screens/Profile.tsx:427 +#: src/view/screens/Profile.tsx:437 msgid "End of feed" msgstr "Ende des Feeds" @@ -1182,10 +1256,6 @@ msgstr "" msgid "Enter Confirmation Code" msgstr "" -#: src/view/com/auth/create/Step1.tsx:71 -#~ msgid "Enter the address of your provider:" -#~ msgstr "Gib die Adresse deines Anbieters ein:" - #: src/view/com/modals/ChangeHandle.tsx:371 msgid "Enter the domain you want to use" msgstr "Gib die Domain ein, die du verwenden möchtest" @@ -1215,7 +1285,7 @@ msgstr "" msgid "Enter your new email address below." msgstr "Gib unten deine neue E-Mail-Adresse ein." -#: src/view/com/auth/create/Step2.tsx:186 +#: src/view/com/auth/create/Step2.tsx:187 msgid "Enter your phone number" msgstr "" @@ -1285,7 +1355,7 @@ msgstr "" msgid "Failed to create the list. Check your internet connection and try again." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:86 +#: src/view/com/util/forms/PostDropdownBtn.tsx:88 msgid "Failed to delete post, please try again" msgstr "" @@ -1302,7 +1372,7 @@ msgstr "" msgid "Feed by {0}" msgstr "" -#: src/view/screens/Feeds.tsx:560 +#: src/view/screens/Feeds.tsx:597 msgid "Feed offline" msgstr "Feed offline" @@ -1316,8 +1386,8 @@ msgid "Feedback" msgstr "Feedback" #: src/Navigation.tsx:443 -#: src/view/screens/Feeds.tsx:479 -#: src/view/screens/Profile.tsx:165 +#: src/view/screens/Feeds.tsx:514 +#: src/view/screens/Profile.tsx:175 #: src/view/shell/bottom-bar/BottomBar.tsx:181 #: src/view/shell/desktop/LeftNav.tsx:342 #: src/view/shell/Drawer.tsx:479 @@ -1325,6 +1395,14 @@ msgstr "Feedback" msgid "Feeds" msgstr "Feeds" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#~ msgid "Feeds are created by users and can give you entirely new experiences." +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +msgid "Feeds are created by users and organizations. They offer you varied experiences and suggest content you may like using algorithms." +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:57 msgid "Feeds are created by users to curate content. Choose some feeds that you find interesting." msgstr "Feeds werden von Nutzern erstellt, um Inhalte zu kuratieren. Wähle einige Feeds aus, die du interessant findest." @@ -1333,6 +1411,14 @@ msgstr "Feeds werden von Nutzern erstellt, um Inhalte zu kuratieren. Wähle eini msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information." msgstr "Feeds sind benutzerdefinierte Algorithmen, die Nutzer mit ein wenig Programmierkenntnisse erstellen. <0/> für mehr Informationen." +#: src/screens/Onboarding/StepTopicalFeeds.tsx:70 +msgid "Feeds can be topical as well!" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:151 +msgid "Finalizing" +msgstr "" + #: src/view/com/posts/CustomFeedEmptyState.tsx:47 #: src/view/com/posts/FollowingEmptyState.tsx:57 #: src/view/com/posts/FollowingEndOfFeed.tsx:58 @@ -1359,6 +1445,14 @@ msgstr "" msgid "Fine-tune the discussion threads." msgstr "" +#: src/screens/Onboarding/index.tsx:38 +msgid "Fitness" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:131 +msgid "Flexible" +msgstr "" + #: src/view/com/modals/EditImage.tsx:115 msgid "Flip horizontal" msgstr "" @@ -1377,10 +1471,19 @@ msgstr "" msgid "Follow" msgstr "Folgen" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 #: src/view/com/profile/ProfileHeader.tsx:543 msgid "Follow {0}" msgstr "" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:178 +msgid "Follow All" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +msgid "Follow selected accounts and continue to the next step" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFollows.tsx:64 msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." msgstr "Folge einigen Nutzern, um loszulegen. Wir können dir weitere Nutzer empfehlen, je nachdem, wen du interessant findest." @@ -1405,10 +1508,6 @@ msgstr "" msgid "Followers" msgstr "Follower" -#: src/view/com/profile/ProfileHeader.tsx:624 -#~ msgid "following" -#~ msgstr "Folge ich" - #: src/view/com/profile/ProfileHeader.tsx:534 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" @@ -1426,6 +1525,10 @@ msgstr "Folgt dir" msgid "Follows You" msgstr "" +#: src/screens/Onboarding/index.tsx:43 +msgid "Food" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:107 msgid "For security reasons, we'll need to send a confirmation code to your email address." msgstr "Aus Sicherheitsgründen müssen wir dir einen Bestätigungscode an deine E-Mail-Adresse schicken." @@ -1447,7 +1550,7 @@ msgstr "Passwort vergessen" msgid "Forgot Password" msgstr "Passwort vergessen" -#: src/view/com/posts/FeedItem.tsx:188 +#: src/view/com/posts/FeedItem.tsx:189 msgctxt "from-feed" msgid "From <0/>" msgstr "" @@ -1468,13 +1571,18 @@ msgstr "Los geht's" msgid "Go back" msgstr "Gehe zurück" -#: src/view/screens/ProfileFeed.tsx:104 -#: src/view/screens/ProfileFeed.tsx:109 -#: src/view/screens/ProfileList.tsx:876 -#: src/view/screens/ProfileList.tsx:881 +#: src/view/screens/ProfileFeed.tsx:105 +#: src/view/screens/ProfileFeed.tsx:110 +#: src/view/screens/ProfileList.tsx:873 +#: src/view/screens/ProfileList.tsx:878 msgid "Go Back" msgstr "Gehe zurück" +#: src/screens/Onboarding/Layout.tsx:104 +#: src/screens/Onboarding/Layout.tsx:193 +msgid "Go back to previous step" +msgstr "" + #: src/view/screens/Search/Search.tsx:724 #: src/view/shell/desktop/Search.tsx:262 msgid "Go to @{queryMaybeHandle}" @@ -1490,7 +1598,7 @@ msgstr "Gehe zum nächsten" msgid "Handle" msgstr "Handle" -#: src/view/com/auth/create/CreateAccount.tsx:190 +#: src/view/com/auth/create/CreateAccount.tsx:197 msgid "Having trouble?" msgstr "" @@ -1499,23 +1607,36 @@ msgstr "" msgid "Help" msgstr "Hilfe" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +msgid "Here are some accounts for you to follow" +msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:79 +msgid "Here are some popular topical feeds. You can choose to follow as many as you like." +msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:74 +msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." +msgstr "" + #: src/view/com/modals/AddAppPasswords.tsx:152 msgid "Here is your app password." msgstr "Hier ist dein App-Passwort." #: src/view/com/modals/ContentFilteringSettings.tsx:219 -#: src/view/com/notifications/FeedItem.tsx:327 +#: src/view/com/notifications/FeedItem.tsx:325 msgctxt "action" msgid "Hide" msgstr "" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:41 #: src/view/com/modals/ContentFilteringSettings.tsx:246 #: src/view/com/util/moderation/ContentHider.tsx:105 #: src/view/com/util/moderation/PostHider.tsx:108 msgid "Hide" msgstr "Ausblenden" -#: src/view/com/util/forms/PostDropdownBtn.tsx:185 +#: src/view/com/util/forms/PostDropdownBtn.tsx:187 msgid "Hide post" msgstr "Beitrag ausblenden" @@ -1524,11 +1645,11 @@ msgstr "Beitrag ausblenden" msgid "Hide the content" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:189 +#: src/view/com/util/forms/PostDropdownBtn.tsx:191 msgid "Hide this post?" msgstr "Diesen Beitrag ausblenden?" -#: src/view/com/notifications/FeedItem.tsx:317 +#: src/view/com/notifications/FeedItem.tsx:315 msgid "Hide user list" msgstr "Benutzerliste ausblenden" @@ -1565,7 +1686,7 @@ msgid "Home" msgstr "Home" #: src/Navigation.tsx:248 -#: src/view/com/pager/FeedsTabBarMobile.tsx:117 +#: src/view/com/pager/FeedsTabBarMobile.tsx:123 #: src/view/screens/PreferencesHomeFeed.tsx:104 #: src/view/screens/Settings.tsx:509 msgid "Home Feed Preferences" @@ -1575,10 +1696,6 @@ msgstr "Home-Feed-Einstellungen" msgid "Hosting provider" msgstr "Hosting-Anbieter" -#: src/view/com/auth/create/Step1.tsx:NaN -#~ msgid "Hosting provider address" -#~ msgstr "Adresse des Hosting-Anbieters" - #: src/view/com/modals/InAppBrowserConsent.tsx:44 msgid "How should we open this link?" msgstr "" @@ -1603,11 +1720,11 @@ msgstr "" msgid "If none are selected, suitable for all ages." msgstr "Wenn keine ausgewählt werden, sind sie für alle Altersgruppen geeignet." -#: src/view/com/util/images/Gallery.tsx:37 +#: src/view/com/util/images/Gallery.tsx:38 msgid "Image" msgstr "" -#: src/view/com/modals/AltImage.tsx:97 +#: src/view/com/modals/AltImage.tsx:119 msgid "Image alt text" msgstr "Bild-Alt-Text" @@ -1644,7 +1761,7 @@ msgstr "" msgid "Input password for account deletion" msgstr "" -#: src/view/com/auth/create/Step2.tsx:194 +#: src/view/com/auth/create/Step2.tsx:195 msgid "Input phone number for SMS verification" msgstr "" @@ -1656,7 +1773,7 @@ msgstr "" msgid "Input the username or email address you used at signup" msgstr "" -#: src/view/com/auth/create/Step2.tsx:268 +#: src/view/com/auth/create/Step2.tsx:270 msgid "Input the verification code we have texted to you" msgstr "" @@ -1668,11 +1785,11 @@ msgstr "" msgid "Input your password" msgstr "" -#: src/view/com/auth/create/Step3.tsx:39 +#: src/view/com/auth/create/Step3.tsx:42 msgid "Input your user handle" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:229 +#: src/view/com/post-thread/PostThreadItem.tsx:231 msgid "Invalid or unsupported post record" msgstr "" @@ -1710,6 +1827,10 @@ msgstr "Einladungscodes: {invitesAvailable} verfügbar" msgid "Invite codes: 1 available" msgstr "" +#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +msgid "It shows posts from the people you follow as they happen." +msgstr "" + #: src/view/com/auth/HomeLoggedOutCTA.tsx:99 msgid "Jobs" msgstr "Jobs" @@ -1727,6 +1848,10 @@ msgstr "Der Warteliste beitreten." msgid "Join Waitlist" msgstr "Warteliste beitreten" +#: src/screens/Onboarding/index.tsx:24 +msgid "Journalism" +msgstr "" + #: src/view/com/composer/select-language/SelectLangBtn.tsx:104 msgid "Language selection" msgstr "Sprachauswahl" @@ -1778,6 +1903,10 @@ msgstr "Lass alle Kontrollkästchen deaktiviert, um alle Sprachen zu sehen." msgid "Leaving Bluesky" msgstr "Bluesky verlassen" +#: src/screens/Deactivated.tsx:129 +msgid "left to go." +msgstr "" + #: src/view/screens/Settings.tsx:280 msgid "Legacy storage cleared, you need to restart the app now." msgstr "" @@ -1787,6 +1916,10 @@ msgstr "" msgid "Let's get your password reset!" msgstr "Lass uns dein Passwort zurücksetzen!" +#: src/screens/Onboarding/StepFinished.tsx:151 +msgid "Let's go!" +msgstr "" + #: src/view/com/util/UserAvatar.tsx:245 #: src/view/com/util/UserBanner.tsx:60 msgid "Library" @@ -1796,45 +1929,44 @@ msgstr "Bibliothek" msgid "Light" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:189 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 msgid "Like" msgstr "" -#: src/view/screens/ProfileFeed.tsx:600 +#: src/view/screens/ProfileFeed.tsx:591 msgid "Like this feed" msgstr "" #: src/Navigation.tsx:198 +msgid "Liked by" +msgstr "" + #: src/view/screens/PostLikedBy.tsx:27 #: src/view/screens/ProfileFeedLikedBy.tsx:27 -msgid "Liked by" +msgid "Liked By" msgstr "" #: src/view/com/feeds/FeedSourceCard.tsx:277 msgid "Liked by {0} {1}" msgstr "" -#: src/view/screens/ProfileFeed.tsx:615 +#: src/view/screens/ProfileFeed.tsx:606 msgid "Liked by {likeCount} {0}" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:172 +#: src/view/com/notifications/FeedItem.tsx:170 msgid "liked your custom feed" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:171 -msgid "liked your custom feed '{0}'" -msgstr "" - #: src/view/com/notifications/FeedItem.tsx:155 msgid "liked your post" msgstr "" -#: src/view/screens/Profile.tsx:164 +#: src/view/screens/Profile.tsx:174 msgid "Likes" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:184 +#: src/view/com/post-thread/PostThreadItem.tsx:185 msgid "Likes on this post" msgstr "" @@ -1846,7 +1978,7 @@ msgstr "" msgid "List Avatar" msgstr "" -#: src/view/screens/ProfileList.tsx:323 +#: src/view/screens/ProfileList.tsx:320 msgid "List blocked" msgstr "" @@ -1854,11 +1986,11 @@ msgstr "" msgid "List by {0}" msgstr "" -#: src/view/screens/ProfileList.tsx:367 +#: src/view/screens/ProfileList.tsx:364 msgid "List deleted" msgstr "" -#: src/view/screens/ProfileList.tsx:282 +#: src/view/screens/ProfileList.tsx:279 msgid "List muted" msgstr "" @@ -1866,35 +1998,35 @@ msgstr "" msgid "List Name" msgstr "" -#: src/view/screens/ProfileList.tsx:342 +#: src/view/screens/ProfileList.tsx:339 msgid "List unblocked" msgstr "" -#: src/view/screens/ProfileList.tsx:301 +#: src/view/screens/ProfileList.tsx:298 msgid "List unmuted" msgstr "" #: src/Navigation.tsx:110 -#: src/view/screens/Profile.tsx:166 +#: src/view/screens/Profile.tsx:176 #: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 msgid "Lists" msgstr "Listen" -#: src/view/com/post-thread/PostThread.tsx:303 -#: src/view/com/post-thread/PostThread.tsx:311 +#: src/view/com/post-thread/PostThread.tsx:281 +#: src/view/com/post-thread/PostThread.tsx:289 msgid "Load more posts" msgstr "Mehr Beiträge laden" -#: src/view/screens/Notifications.tsx:148 +#: src/view/screens/Notifications.tsx:155 msgid "Load new notifications" msgstr "Neue Benachrichtigungen laden" #: src/view/com/feeds/FeedPage.tsx:190 -#: src/view/screens/Profile.tsx:412 -#: src/view/screens/ProfileFeed.tsx:503 -#: src/view/screens/ProfileList.tsx:659 +#: src/view/screens/Profile.tsx:422 +#: src/view/screens/ProfileFeed.tsx:494 +#: src/view/screens/ProfileList.tsx:656 msgid "Load new posts" msgstr "Neue Beiträge laden" @@ -1910,6 +2042,13 @@ msgstr "Lokaler Entwicklungsserver" msgid "Log" msgstr "" +#: src/screens/Deactivated.tsx:150 +#: src/screens/Deactivated.tsx:153 +#: src/screens/Deactivated.tsx:179 +#: src/screens/Deactivated.tsx:182 +msgid "Log out" +msgstr "" + #: src/view/screens/Moderation.tsx:136 msgid "Logged-out visibility" msgstr "" @@ -1922,7 +2061,7 @@ msgstr "Anmeldung bei einem Konto, das nicht aufgelistet ist" msgid "Make sure this is where you intend to go!" msgstr "Vergewissere dich, dass du auch wirklich dorthin gehen willst!" -#: src/view/screens/Profile.tsx:163 +#: src/view/screens/Profile.tsx:173 msgid "Media" msgstr "Medien" @@ -1939,13 +2078,9 @@ msgstr "Erwähnte Benutzer" msgid "Menu" msgstr "Menü" -#: src/view/com/posts/FeedErrorMessage.tsx:194 -#~ msgid "Message from server" -#~ msgstr "Nachricht vom Server" - #: src/view/com/posts/FeedErrorMessage.tsx:197 msgid "Message from server: {0}" -msgstr "" +msgstr "Nachricht vom Server: {0}" #: src/Navigation.tsx:115 #: src/view/screens/Moderation.tsx:64 @@ -1957,17 +2092,17 @@ msgid "Moderation" msgstr "Moderation" #: src/view/com/lists/ListCard.tsx:92 -#: src/view/com/modals/UserAddRemoveLists.tsx:190 +#: src/view/com/modals/UserAddRemoveLists.tsx:206 msgid "Moderation list by {0}" msgstr "" -#: src/view/screens/ProfileList.tsx:753 +#: src/view/screens/ProfileList.tsx:750 msgid "Moderation list by <0/>" msgstr "" #: src/view/com/lists/ListCard.tsx:90 -#: src/view/com/modals/UserAddRemoveLists.tsx:188 -#: src/view/screens/ProfileList.tsx:751 +#: src/view/com/modals/UserAddRemoveLists.tsx:204 +#: src/view/screens/ProfileList.tsx:748 msgid "Moderation list by you" msgstr "" @@ -2001,12 +2136,12 @@ msgid "More feeds" msgstr "Mehr Feeds" #: src/view/com/profile/ProfileHeader.tsx:562 -#: src/view/screens/ProfileFeed.tsx:371 -#: src/view/screens/ProfileList.tsx:595 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileList.tsx:592 msgid "More options" msgstr "Mehr Optionen" -#: src/view/com/util/forms/PostDropdownBtn.tsx:268 +#: src/view/com/util/forms/PostDropdownBtn.tsx:270 msgid "More post options" msgstr "" @@ -2018,23 +2153,23 @@ msgstr "" msgid "Mute Account" msgstr "Konto stummschalten" -#: src/view/screens/ProfileList.tsx:522 +#: src/view/screens/ProfileList.tsx:519 msgid "Mute accounts" msgstr "Konten stummschalten" -#: src/view/screens/ProfileList.tsx:469 +#: src/view/screens/ProfileList.tsx:466 msgid "Mute list" msgstr "" -#: src/view/screens/ProfileList.tsx:274 +#: src/view/screens/ProfileList.tsx:271 msgid "Mute these accounts?" msgstr "Diese Konten stummschalten?" -#: src/view/screens/ProfileList.tsx:278 +#: src/view/screens/ProfileList.tsx:275 msgid "Mute this List" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:169 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "Mute thread" msgstr "Thread stummschalten" @@ -2055,7 +2190,7 @@ msgstr "Stummgeschaltete Konten" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Bei stummgeschalteten Konten werden ihre Beiträge aus deinem Feed und deinen Benachrichtigungen entfernt. Stummschaltungen sind völlig privat." -#: src/view/screens/ProfileList.tsx:276 +#: src/view/screens/ProfileList.tsx:273 msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them." msgstr "Stummschaltung ist privat. Stummgeschaltete Konten können mit dir interagieren, aber du siehst ihre Beiträge nicht und erhältst keine Benachrichtigungen von ihnen." @@ -2063,7 +2198,7 @@ msgstr "Stummschaltung ist privat. Stummgeschaltete Konten können mit dir inter msgid "My Birthday" msgstr "Mein Geburtstag" -#: src/view/screens/Feeds.tsx:367 +#: src/view/screens/Feeds.tsx:399 msgid "My Feeds" msgstr "Meine Feeds" @@ -2084,6 +2219,10 @@ msgstr "Name" msgid "Name is required" msgstr "" +#: src/screens/Onboarding/index.tsx:25 +msgid "Nature" +msgstr "" + #: src/view/com/auth/login/ForgotPasswordForm.tsx:186 #: src/view/com/auth/login/LoginForm.tsx:286 #: src/view/com/auth/login/SetNewPasswordForm.tsx:166 @@ -2104,6 +2243,10 @@ 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:119 +msgid "Never lose access to your followers or data." +msgstr "" + #: src/view/screens/Lists.tsx:76 msgctxt "action" msgid "New" @@ -2126,11 +2269,11 @@ msgctxt "action" msgid "New post" msgstr "" -#: src/view/screens/Feeds.tsx:511 -#: src/view/screens/Profile.tsx:354 -#: src/view/screens/ProfileFeed.tsx:441 -#: src/view/screens/ProfileList.tsx:197 -#: src/view/screens/ProfileList.tsx:225 +#: src/view/screens/Feeds.tsx:547 +#: src/view/screens/Profile.tsx:364 +#: src/view/screens/ProfileFeed.tsx:432 +#: src/view/screens/ProfileList.tsx:194 +#: src/view/screens/ProfileList.tsx:222 #: src/view/shell/desktop/LeftNav.tsx:248 msgid "New post" msgstr "Neuer Beitrag" @@ -2138,11 +2281,7 @@ msgstr "Neuer Beitrag" #: src/view/shell/desktop/LeftNav.tsx:258 msgctxt "action" msgid "New Post" -msgstr "" - -#: src/view/shell/desktop/LeftNav.tsx:257 -#~ msgid "New Post" -#~ msgstr "Neuer Beitrag" +msgstr "Neuer Beitrag" #: src/view/com/modals/CreateOrEditList.tsx:247 msgid "New User List" @@ -2152,12 +2291,16 @@ msgstr "" msgid "Newest replies first" msgstr "" +#: src/screens/Onboarding/index.tsx:23 +msgid "News" +msgstr "" + #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:103 msgctxt "action" msgid "Next" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:155 +#: src/view/com/auth/create/CreateAccount.tsx:161 #: src/view/com/auth/login/ForgotPasswordForm.tsx:178 #: src/view/com/auth/login/ForgotPasswordForm.tsx:188 #: src/view/com/auth/login/LoginForm.tsx:288 @@ -2180,8 +2323,8 @@ msgstr "Nächstes Bild" msgid "No" msgstr "Nein" -#: src/view/screens/ProfileFeed.tsx:593 -#: src/view/screens/ProfileList.tsx:733 +#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileList.tsx:730 msgid "No description" msgstr "Keine Beschreibung" @@ -2189,7 +2332,7 @@ msgstr "Keine Beschreibung" msgid "No longer following {0}" msgstr "" -#: src/view/com/notifications/Feed.tsx:107 +#: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "" @@ -2198,7 +2341,7 @@ msgstr "" msgid "No result" msgstr "Kein Ergebnis" -#: src/view/screens/Feeds.tsx:456 +#: src/view/screens/Feeds.tsx:490 msgid "No results found for \"{query}\"" msgstr "Keine Ergebnisse für \"{query}\" gefunden" @@ -2234,8 +2377,8 @@ msgid "Note: Bluesky is an open and public network. This setting only limits the msgstr "Hinweis: Bluesky ist ein offenes und öffentliches Netzwerk. Diese Einstellung schränkt lediglich die Sichtbarkeit deiner Inhalte in der Bluesky-App und auf der Website ein. Andere Apps respektieren diese Einstellung möglicherweise nicht. Deine Inhalte werden abgemeldeten Nutzern möglicherweise weiterhin in anderen Apps und Websites angezeigt." #: src/Navigation.tsx:448 -#: src/view/screens/Notifications.tsx:113 -#: src/view/screens/Notifications.tsx:137 +#: src/view/screens/Notifications.tsx:120 +#: src/view/screens/Notifications.tsx:144 #: src/view/shell/bottom-bar/BottomBar.tsx:205 #: src/view/shell/desktop/LeftNav.tsx:361 #: src/view/shell/Drawer.tsx:438 @@ -2251,6 +2394,10 @@ msgstr "" msgid "Oh no!" msgstr "Oh nein!" +#: src/screens/Onboarding/StepInterests/index.tsx:128 +msgid "Oh no! Something went wrong." +msgstr "" + #: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 msgid "Okay" msgstr "Okay" @@ -2277,6 +2424,10 @@ msgstr "Nur {0} kann antworten." msgid "Oops!" msgstr "" +#: src/screens/Onboarding/StepFinished.tsx:115 +msgid "Open" +msgstr "" + #: src/view/com/composer/Composer.tsx:470 #: src/view/com/composer/Composer.tsx:471 msgid "Open emoji picker" @@ -2286,7 +2437,7 @@ msgstr "" msgid "Open links with in-app browser" msgstr "" -#: src/view/com/pager/FeedsTabBarMobile.tsx:81 +#: src/view/com/pager/FeedsTabBarMobile.tsx:87 msgid "Open navigation" msgstr "Navigation öffnen" @@ -2302,7 +2453,7 @@ msgstr "" msgid "Opens additional details for a debug entry" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:350 +#: src/view/com/notifications/FeedItem.tsx:348 msgid "Opens an expanded list of users in this notification" msgstr "" @@ -2364,7 +2515,7 @@ msgstr "Öffnet die Moderationseinstellungen" msgid "Opens password reset form" msgstr "" -#: src/view/screens/Feeds.tsx:335 +#: src/view/screens/Feeds.tsx:338 msgid "Opens screen to edit Saved Feeds" msgstr "" @@ -2412,11 +2563,14 @@ msgstr "Anderer Service" msgid "Other..." msgstr "Andere..." -#: src/view/screens/NotFound.tsx:42 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Seite nicht gefunden" +#: src/view/screens/NotFound.tsx:42 +msgid "Page Not Found" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:158 #: src/view/com/auth/create/Step1.tsx:168 #: src/view/com/auth/login/LoginForm.tsx:223 @@ -2449,7 +2603,11 @@ msgstr "" msgid "Permission to access camera roll was denied. Please enable it in your system settings." msgstr "" -#: src/view/com/auth/create/Step2.tsx:181 +#: src/screens/Onboarding/index.tsx:31 +msgid "Pets" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:182 msgid "Phone number" msgstr "" @@ -2457,8 +2615,8 @@ msgstr "" msgid "Pictures meant for adults." msgstr "Bilder, die für Erwachsene bestimmt sind." -#: src/view/screens/ProfileFeed.tsx:362 -#: src/view/screens/ProfileList.tsx:559 +#: src/view/screens/ProfileFeed.tsx:353 +#: src/view/screens/ProfileList.tsx:556 msgid "Pin to home" msgstr "" @@ -2495,7 +2653,7 @@ msgstr "Bitte bestätige deine E-Mail, bevor du sie änderst. Dies ist eine vor msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "" -#: src/view/com/auth/create/Step2.tsx:204 +#: src/view/com/auth/create/Step2.tsx:205 msgid "Please enter a phone number that can receive SMS text messages." msgstr "" @@ -2507,7 +2665,7 @@ msgstr "" msgid "Please enter the code you received by SMS." msgstr "" -#: src/view/com/auth/create/Step2.tsx:279 +#: src/view/com/auth/create/Step2.tsx:281 msgid "Please enter the verification code sent to {phoneNumberFormatted}." msgstr "" @@ -2532,6 +2690,10 @@ msgstr "" msgid "Please wait for your link card to finish loading" msgstr "" +#: src/screens/Onboarding/index.tsx:37 +msgid "Politics" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:111 msgid "Porn" msgstr "" @@ -2542,19 +2704,12 @@ msgctxt "action" msgid "Post" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:267 -#: src/view/screens/PostThread.tsx:83 +#: src/view/com/post-thread/PostThread.tsx:251 msgctxt "description" msgid "Post" -msgstr "" - -#: src/view/com/composer/Composer.tsx:341 -#: src/view/com/post-thread/PostThread.tsx:225 -#: src/view/screens/PostThread.tsx:80 -#~ msgid "Post" -#~ msgstr "Beitrag" +msgstr "Beitrag" -#: src/view/com/post-thread/PostThreadItem.tsx:176 +#: src/view/com/post-thread/PostThreadItem.tsx:177 msgid "Post by {0}" msgstr "" @@ -2564,11 +2719,11 @@ msgstr "" msgid "Post by @{0}" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:82 +#: src/view/com/util/forms/PostDropdownBtn.tsx:84 msgid "Post deleted" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:425 +#: src/view/com/post-thread/PostThread.tsx:403 msgid "Post hidden" msgstr "Beitrag ausgeblendet" @@ -2580,11 +2735,11 @@ msgstr "Beitragssprache" msgid "Post Languages" msgstr "Beitragssprachen" -#: src/view/com/post-thread/PostThread.tsx:477 +#: src/view/com/post-thread/PostThread.tsx:455 msgid "Post not found" msgstr "Beitrag nicht gefunden" -#: src/view/screens/Profile.tsx:161 +#: src/view/screens/Profile.tsx:171 msgid "Posts" msgstr "Beiträge" @@ -2640,6 +2795,10 @@ msgstr "" 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:101 +msgid "Public" +msgstr "" + #: src/view/screens/ModerationModlists.tsx:61 msgid "Public, shareable lists of users to mute or block in bulk." msgstr "Öffentliche, gemeinsam nutzbare Listen von Nutzern, die du stummschalten oder blockieren kannst." @@ -2659,7 +2818,7 @@ msgstr "" #: src/view/com/modals/Repost.tsx:65 msgctxt "action" msgid "Quote post" -msgstr "" +msgstr "Beitrag zitieren" #: src/view/com/util/post-ctrls/RepostButton.web.tsx:58 msgid "Quote post" @@ -2668,11 +2827,7 @@ msgstr "Beitrag zitieren" #: src/view/com/modals/Repost.tsx:70 msgctxt "action" msgid "Quote Post" -msgstr "" - -#: src/view/com/modals/Repost.tsx:56 -#~ msgid "Quote Post" -#~ msgstr "Beitrag zitieren" +msgstr "Beitrag zitieren" #: src/view/screens/PreferencesThreads.tsx:86 msgid "Random (aka \"Poster's Roulette\")" @@ -2692,7 +2847,7 @@ msgstr "Empfohlene Nutzer" #: src/view/com/modals/ListAddRemoveUsers.tsx:264 #: src/view/com/modals/SelfLabel.tsx:83 -#: src/view/com/modals/UserAddRemoveLists.tsx:203 +#: src/view/com/modals/UserAddRemoveLists.tsx:219 #: src/view/com/util/UserAvatar.tsx:282 #: src/view/com/util/UserBanner.tsx:89 msgid "Remove" @@ -2715,7 +2870,7 @@ msgstr "Feed entfernen" #: src/view/com/feeds/FeedSourceCard.tsx:167 #: src/view/com/feeds/FeedSourceCard.tsx:172 #: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:281 +#: src/view/screens/ProfileFeed.tsx:272 msgid "Remove from my feeds" msgstr "Aus meinen Feeds entfernen" @@ -2740,7 +2895,7 @@ msgid "Remove this feed from your saved feeds?" msgstr "Diesen Feed aus deinen gespeicherten Feeds entfernen?" #: src/view/com/modals/ListAddRemoveUsers.tsx:199 -#: src/view/com/modals/UserAddRemoveLists.tsx:136 +#: src/view/com/modals/UserAddRemoveLists.tsx:152 msgid "Removed from list" msgstr "Aus der Liste entfernt" @@ -2753,7 +2908,7 @@ msgstr "" msgid "Removes default thumbnail from {0}" msgstr "" -#: src/view/screens/Profile.tsx:162 +#: src/view/screens/Profile.tsx:172 msgid "Replies" msgstr "Antworten" @@ -2770,8 +2925,8 @@ msgstr "" msgid "Reply Filters" msgstr "Antwortfilter" -#: src/view/com/post/Post.tsx:165 -#: src/view/com/posts/FeedItem.tsx:286 +#: src/view/com/post/Post.tsx:166 +#: src/view/com/posts/FeedItem.tsx:287 msgctxt "description" msgid "Reply to <0/>" msgstr "" @@ -2784,16 +2939,16 @@ msgstr "{collectionName} melden" msgid "Report Account" msgstr "Konto melden" -#: src/view/screens/ProfileFeed.tsx:301 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Report feed" msgstr "Feed melden" -#: src/view/screens/ProfileList.tsx:437 +#: src/view/screens/ProfileList.tsx:434 msgid "Report List" msgstr "Liste melden" #: src/view/com/modals/report/SendReportButton.tsx:37 -#: src/view/com/util/forms/PostDropdownBtn.tsx:208 +#: src/view/com/util/forms/PostDropdownBtn.tsx:210 msgid "Report post" msgstr "Beitrag melden" @@ -2815,14 +2970,14 @@ msgid "Repost or quote post" msgstr "" #: src/view/screens/PostRepostedBy.tsx:27 -msgid "Reposted by" +msgid "Reposted By" msgstr "" -#: src/view/com/posts/FeedItem.tsx:206 +#: src/view/com/posts/FeedItem.tsx:207 msgid "Reposted by {0}" msgstr "" -#: src/view/com/posts/FeedItem.tsx:223 +#: src/view/com/posts/FeedItem.tsx:224 msgid "Reposted by <0/>" msgstr "" @@ -2830,7 +2985,7 @@ msgstr "" msgid "reposted your post" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:189 +#: src/view/com/post-thread/PostThreadItem.tsx:190 msgid "Reposts of this post" msgstr "" @@ -2839,7 +2994,7 @@ msgstr "" msgid "Request Change" msgstr "Änderung anfordern" -#: src/view/com/auth/create/Step2.tsx:217 +#: src/view/com/auth/create/Step2.tsx:218 msgid "Request code" msgstr "" @@ -2893,9 +3048,11 @@ msgstr "" msgid "Retries the last action, which errored out" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:164 -#: src/view/com/auth/create/CreateAccount.tsx:168 -#: src/view/com/auth/create/Step2.tsx:252 +#: src/screens/Onboarding/StepInterests/index.tsx:221 +#: src/screens/Onboarding/StepInterests/index.tsx:224 +#: src/view/com/auth/create/CreateAccount.tsx:170 +#: src/view/com/auth/create/CreateAccount.tsx:175 +#: src/view/com/auth/create/Step2.tsx:254 #: src/view/com/auth/login/LoginForm.tsx:265 #: src/view/com/auth/login/LoginForm.tsx:268 #: src/view/com/util/error/ErrorMessage.tsx:55 @@ -2903,11 +3060,11 @@ msgstr "" msgid "Retry" msgstr "Wiederholen" -#: src/view/com/auth/create/Step2.tsx:245 +#: src/view/com/auth/create/Step2.tsx:246 msgid "Retry." msgstr "" -#: src/view/screens/ProfileList.tsx:877 +#: src/view/screens/ProfileList.tsx:874 msgid "Return to previous page" msgstr "" @@ -2915,7 +3072,7 @@ msgstr "" msgid "SANDBOX. Posts and accounts are not permanent." msgstr "" -#: src/view/com/lightbox/Lightbox.tsx:131 +#: src/view/com/lightbox/Lightbox.tsx:132 #: src/view/com/modals/CreateOrEditList.tsx:345 msgctxt "action" msgid "Save" @@ -2926,11 +3083,11 @@ msgstr "" #: src/view/com/modals/ChangeHandle.tsx:173 #: src/view/com/modals/CreateOrEditList.tsx:337 #: src/view/com/modals/EditProfile.tsx:224 -#: src/view/screens/ProfileFeed.tsx:354 +#: src/view/screens/ProfileFeed.tsx:345 msgid "Save" msgstr "Speichern" -#: src/view/com/modals/AltImage.tsx:106 +#: src/view/com/modals/AltImage.tsx:129 msgid "Save alt text" msgstr "Alt-Text speichern" @@ -2958,7 +3115,11 @@ msgstr "" msgid "Saves handle change to {handle}" msgstr "" -#: src/view/screens/ProfileList.tsx:833 +#: src/screens/Onboarding/index.tsx:36 +msgid "Science" +msgstr "" + +#: src/view/screens/ProfileList.tsx:830 msgid "Scroll to top" msgstr "" @@ -3023,6 +3184,22 @@ msgstr "" msgid "Select service" msgstr "Service auswählen" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 +msgid "Select some accounts below to follow" +msgstr "" + +#: src/screens/Onboarding/StepModeration/index.tsx:49 +#~ msgid "Select the types of content that you want to see (or not see), and we'll handle the rest." +#~ msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:90 +msgid "Select topical feeds to follow from the list below" +msgstr "" + +#: src/screens/Onboarding/StepModeration/index.tsx:75 +msgid "Select what you want to see (or not see), and we’ll handle the rest." +msgstr "" + #: src/view/screens/LanguageSettings.tsx:281 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Wähle aus, welche Sprachen deine abonnierten Feeds enthalten sollen. Wenn du keine Sprachen auswählst, werden alle Sprachen angezeigt." @@ -3031,7 +3208,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 "Wählen deine App-Sprache für den Standardtext aus, der in der App angezeigt werden soll" -#: src/view/com/auth/create/Step2.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:196 +msgid "Select your interests from the options below" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:154 msgid "Select your phone's country" msgstr "" @@ -3039,6 +3220,14 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "Wähle deine bevorzugte Sprache für die Übersetzungen in deinem Feed aus." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +msgid "Select your primary algorithmic feeds" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:132 +msgid "Select your secondary algorithmic feeds" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:202 #: src/view/com/modals/VerifyEmail.tsx:204 msgid "Send Confirmation Email" @@ -3051,11 +3240,7 @@ msgstr "E-Mail senden" #: src/view/com/modals/DeleteAccount.tsx:140 msgctxt "action" msgid "Send Email" -msgstr "" - -#: src/view/com/modals/DeleteAccount.tsx:138 -#~ msgid "Send Email" -#~ msgstr "E-Mail senden" +msgstr "E-Mail senden" #: src/view/shell/Drawer.tsx:298 #: src/view/shell/Drawer.tsx:319 @@ -3120,6 +3305,10 @@ msgstr "Setze diese Einstellung auf \"Ja\", um Antworten in einer Thread-Ansicht msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your following feed. This is an experimental feature." msgstr "Setze diese Einstellung auf \"Ja\", um Beispiele für deine gespeicherten Feeds in deinem folgenden Feed anzuzeigen. Dies ist eine experimentelle Funktion." +#: src/screens/Onboarding/Layout.tsx:50 +msgid "Set up your account" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:266 msgid "Sets Bluesky username" msgstr "" @@ -3149,21 +3338,22 @@ msgstr "Einstellungen" msgid "Sexual activity or erotic nudity." msgstr "Sexuelle Aktivitäten oder erotische Nacktheit." -#: src/view/com/lightbox/Lightbox.tsx:140 +#: src/view/com/lightbox/Lightbox.tsx:141 msgctxt "action" msgid "Share" msgstr "" #: src/view/com/profile/ProfileHeader.tsx:342 -#: src/view/com/util/forms/PostDropdownBtn.tsx:151 -#: src/view/screens/ProfileList.tsx:396 +#: src/view/com/util/forms/PostDropdownBtn.tsx:153 +#: src/view/screens/ProfileList.tsx:393 msgid "Share" msgstr "Teilen" -#: src/view/screens/ProfileFeed.tsx:313 +#: src/view/screens/ProfileFeed.tsx:304 msgid "Share feed" msgstr "Feed teilen" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:43 #: src/view/com/modals/ContentFilteringSettings.tsx:261 #: src/view/com/util/moderation/ContentHider.tsx:107 #: src/view/com/util/moderation/PostHider.tsx:108 @@ -3187,9 +3377,9 @@ msgstr "" msgid "Show follows similar to {0}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:569 -#: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:362 +#: src/view/com/post-thread/PostThreadItem.tsx:571 +#: src/view/com/post/Post.tsx:197 +#: src/view/com/posts/FeedItem.tsx:363 msgid "Show More" msgstr "" @@ -3201,6 +3391,18 @@ msgstr "Beiträge aus meinen Feeds anzeigen" msgid "Show Quote Posts" msgstr "" +#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +msgid "Show quote-posts in Following feed" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +msgid "Show quotes in Following" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +msgid "Show re-posts in Following feed" +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:119 msgid "Show Replies" msgstr "Antworten anzeigen" @@ -3209,6 +3411,14 @@ msgstr "Antworten anzeigen" msgid "Show replies by people you follow before all other replies." msgstr "Zeige Antworten von Personen, denen du folgst, vor allen anderen Antworten an." +#: src/screens/Onboarding/StepFollowingFeed.tsx:86 +msgid "Show replies in Following" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +msgid "Show replies in Following feed" +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:70 msgid "Show replies with at least {value} {0}" msgstr "" @@ -3217,12 +3427,16 @@ msgstr "" msgid "Show Reposts" msgstr "Reposts anzeigen" +#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +msgid "Show reposts in Following" +msgstr "" + #: src/view/com/util/moderation/ContentHider.tsx:67 #: src/view/com/util/moderation/PostHider.tsx:61 msgid "Show the content" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:348 +#: src/view/com/notifications/FeedItem.tsx:346 msgid "Show users" msgstr "Nutzer anzeigen" @@ -3306,14 +3520,24 @@ msgstr "" msgid "Signs {0} out of Bluesky" msgstr "" +#: src/screens/Onboarding/StepInterests/index.tsx:235 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:33 msgid "Skip" msgstr "Überspringen" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Onboarding/StepInterests/index.tsx:232 +msgid "Skip this flow" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:81 msgid "SMS verification" msgstr "" +#: src/screens/Onboarding/index.tsx:40 +msgid "Software Dev" +msgstr "" + #: src/view/com/modals/ProfilePreview.tsx:62 msgid "Something went wrong and we're not sure what." msgstr "" @@ -3334,6 +3558,10 @@ msgstr "Antworten sortieren" msgid "Sort replies to the same post by:" msgstr "Antworten auf denselben Beitrag sortieren nach:" +#: src/screens/Onboarding/index.tsx:30 +msgid "Sports" +msgstr "" + #: src/view/com/modals/crop-image/CropImage.web.tsx:122 msgid "Square" msgstr "" @@ -3363,11 +3591,16 @@ msgstr "" msgid "Submit" msgstr "Einreichen" -#: src/view/screens/ProfileList.tsx:586 +#: src/view/screens/ProfileList.tsx:583 msgid "Subscribe" msgstr "Abonnieren" -#: src/view/screens/ProfileList.tsx:582 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 +msgid "Subscribe to the {0} feed" +msgstr "" + +#: src/view/screens/ProfileList.tsx:579 msgid "Subscribe to this list" msgstr "Abonniere diese Liste" @@ -3423,6 +3656,10 @@ msgstr "Groß" msgid "Tap to view fully" msgstr "" +#: src/screens/Onboarding/index.tsx:39 +msgid "Tech" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:93 msgid "Terms" msgstr "Bedingungen" @@ -3451,7 +3688,11 @@ msgstr "Die Community-Richtlinien wurden nach <0/> verschoben" msgid "The Copyright Policy has been moved to <0/>" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/screens/Onboarding/Layout.tsx:60 +msgid "The following steps will help customize your Bluesky experience." +msgstr "" + +#: src/view/com/post-thread/PostThread.tsx:458 msgid "The post may have been deleted." msgstr "Möglicherweise wurde der Post gelöscht." @@ -3461,17 +3702,17 @@ msgstr "Die Datenschutzerklärung wurde nach <0/> verschoben" #: 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 "" - -#: 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 "Das Support-Formular wurde verschoben. Wenn du Hilfe benötigst, wende dich bitte an<0/> oder besuche {HELP_DESK_URL}, um mit uns Kontakt aufzunehmen." +msgstr "Das Support-Formular wurde verschoben. Wenn du Hilfe benötigst, wende dich bitte an <0/> oder besuche {HELP_DESK_URL}, um mit uns Kontakt aufzunehmen." #: src/view/screens/TermsOfService.tsx:33 msgid "The Terms of Service have been moved to" msgstr "" -#: src/view/screens/ProfileFeed.tsx:558 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:135 +msgid "There are many feeds to try:" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:549 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "" @@ -3479,12 +3720,12 @@ msgstr "" msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "" -#: src/view/screens/ProfileFeed.tsx:218 +#: src/view/screens/ProfileFeed.tsx:209 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "" -#: src/view/screens/ProfileFeed.tsx:245 -#: src/view/screens/ProfileList.tsx:266 +#: src/view/screens/ProfileFeed.tsx:236 +#: src/view/screens/ProfileList.tsx:263 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 #: src/view/screens/SavedFeeds.tsx:252 @@ -3499,7 +3740,7 @@ msgstr "" msgid "There was an issue contacting your server" msgstr "" -#: src/view/com/notifications/Feed.tsx:115 +#: src/view/com/notifications/Feed.tsx:117 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" @@ -3516,6 +3757,7 @@ msgstr "" msgid "There was an issue fetching your lists. Tap here to try again." msgstr "" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:63 #: src/view/com/modals/ContentFilteringSettings.tsx:126 msgid "There was an issue syncing your preferences with the server" msgstr "" @@ -3533,10 +3775,10 @@ msgstr "" msgid "There was an issue! {0}" msgstr "" -#: src/view/screens/ProfileList.tsx:287 -#: src/view/screens/ProfileList.tsx:306 -#: src/view/screens/ProfileList.tsx:328 -#: src/view/screens/ProfileList.tsx:347 +#: src/view/screens/ProfileList.tsx:284 +#: src/view/screens/ProfileList.tsx:303 +#: src/view/screens/ProfileList.tsx:325 +#: src/view/screens/ProfileList.tsx:344 msgid "There was an issue. Please check your internet connection and try again." msgstr "" @@ -3544,10 +3786,18 @@ msgstr "" msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "" -#: src/view/com/auth/create/Step2.tsx:53 +#: src/screens/Deactivated.tsx:107 +msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:54 msgid "There's something wrong with this number. Please choose your country and enter your full phone number!" msgstr "" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +msgid "These are popular accounts you might like:" +msgstr "" + #: src/view/com/util/moderation/ScreenHider.tsx:88 msgid "This {screenDescription} has been flagged:" msgstr "" @@ -3572,9 +3822,9 @@ msgstr "Dieser Inhalt ist ohne ein Bluesky-Konto nicht sichtbar." msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Dieser Feed wird derzeit stark frequentiert und ist vorübergehend nicht verfügbar. Bitte versuche es später erneut." -#: src/view/screens/Profile.tsx:392 -#: src/view/screens/ProfileFeed.tsx:484 -#: src/view/screens/ProfileList.tsx:639 +#: src/view/screens/Profile.tsx:402 +#: src/view/screens/ProfileFeed.tsx:475 +#: src/view/screens/ProfileList.tsx:636 msgid "This feed is empty!" msgstr "" @@ -3590,15 +3840,11 @@ msgstr "Diese Informationen werden nicht an andere Nutzer weitergegeben." msgid "This is important in case you ever need to change your email or reset your password." msgstr "Das ist wichtig für den Fall, dass du mal deine E-Mail ändern oder dein Passwort zurücksetzen musst." -#: src/view/com/auth/create/Step1.tsx:55 -#~ msgid "This is the service that keeps you online." -#~ msgstr "Das ist der Dienst, der dich online hält." - #: src/view/com/modals/LinkWarning.tsx:58 msgid "This link is taking you to the following website:" msgstr "Dieser Link führt dich auf die folgende Website:" -#: src/view/screens/ProfileList.tsx:813 +#: src/view/screens/ProfileList.tsx:810 msgid "This list is empty!" msgstr "" @@ -3606,7 +3852,7 @@ msgstr "" msgid "This name is already in use" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:123 +#: src/view/com/post-thread/PostThreadItem.tsx:124 msgid "This post has been deleted." msgstr "Dieser Beitrag wurde gelöscht." @@ -3626,7 +3872,7 @@ msgstr "" msgid "This warning is only available for posts with media attached." msgstr "Diese Warnung ist nur für Beiträge mit angehängten Medien verfügbar." -#: src/view/com/util/forms/PostDropdownBtn.tsx:190 +#: src/view/com/util/forms/PostDropdownBtn.tsx:192 msgid "This will hide this post from your feeds." msgstr "Dadurch wird dieser Beitrag aus deinen Feeds ausgeblendet." @@ -3651,26 +3897,22 @@ msgstr "" msgid "Transformations" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:710 -#: src/view/com/post-thread/PostThreadItem.tsx:712 -#: src/view/com/util/forms/PostDropdownBtn.tsx:123 +#: src/view/com/post-thread/PostThreadItem.tsx:719 +#: src/view/com/post-thread/PostThreadItem.tsx:721 +#: src/view/com/util/forms/PostDropdownBtn.tsx:125 msgid "Translate" msgstr "Übersetzen" #: src/view/com/util/error/ErrorScreen.tsx:75 msgctxt "action" msgid "Try again" -msgstr "" +msgstr "Erneut versuchen" -#: src/view/com/util/error/ErrorScreen.tsx:73 -#~ msgid "Try again" -#~ msgstr "Erneut versuchen" - -#: src/view/screens/ProfileList.tsx:484 +#: src/view/screens/ProfileList.tsx:481 msgid "Un-block list" msgstr "" -#: src/view/screens/ProfileList.tsx:469 +#: src/view/screens/ProfileList.tsx:466 msgid "Un-mute list" msgstr "" @@ -3687,7 +3929,7 @@ msgid "Unblock" msgstr "" #: src/view/com/profile/ProfileHeader.tsx:472 -#: src/view/screens/ProfileList.tsx:568 +#: src/view/screens/ProfileList.tsx:565 msgid "Unblock" msgstr "" @@ -3712,15 +3954,15 @@ msgstr "" msgid "Unfollow {0}" msgstr "" -#: src/view/com/auth/create/state.ts:298 +#: src/view/com/auth/create/state.ts:300 msgid "Unfortunately, you do not meet the requirements to create an account." msgstr "Leider erfüllst du nicht die Voraussetzungen, um einen Account zu erstellen." -#: src/view/com/util/post-ctrls/PostCtrls.tsx:189 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 msgid "Unlike" msgstr "" -#: src/view/screens/ProfileList.tsx:575 +#: src/view/screens/ProfileList.tsx:572 msgid "Unmute" msgstr "" @@ -3728,24 +3970,24 @@ msgstr "" msgid "Unmute Account" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:169 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "Unmute thread" msgstr "" -#: src/view/screens/ProfileFeed.tsx:362 -#: src/view/screens/ProfileList.tsx:559 +#: src/view/screens/ProfileFeed.tsx:353 +#: src/view/screens/ProfileList.tsx:556 msgid "Unpin" msgstr "" -#: src/view/screens/ProfileList.tsx:452 +#: src/view/screens/ProfileList.tsx:449 msgid "Unpin moderation list" msgstr "" -#: src/view/screens/ProfileFeed.tsx:354 +#: src/view/screens/ProfileFeed.tsx:345 msgid "Unsave" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:54 +#: src/view/com/modals/UserAddRemoveLists.tsx:70 msgid "Update {displayName} in Lists" msgstr "" @@ -3803,22 +4045,22 @@ msgstr "" msgid "User Blocks You" msgstr "" -#: src/view/com/auth/create/Step3.tsx:38 +#: src/view/com/auth/create/Step3.tsx:41 msgid "User handle" msgstr "Benutzerhandle" #: src/view/com/lists/ListCard.tsx:84 -#: src/view/com/modals/UserAddRemoveLists.tsx:182 +#: src/view/com/modals/UserAddRemoveLists.tsx:198 msgid "User list by {0}" msgstr "" -#: src/view/screens/ProfileList.tsx:741 +#: src/view/screens/ProfileList.tsx:738 msgid "User list by <0/>" msgstr "" #: src/view/com/lists/ListCard.tsx:82 -#: src/view/com/modals/UserAddRemoveLists.tsx:180 -#: src/view/screens/ProfileList.tsx:739 +#: src/view/com/modals/UserAddRemoveLists.tsx:196 +#: src/view/screens/ProfileList.tsx:736 msgid "User list by you" msgstr "" @@ -3839,7 +4081,7 @@ msgstr "Benutzerlisten" msgid "Username or email address" msgstr "Benutzername oder E-Mail-Adresse" -#: src/view/screens/ProfileList.tsx:775 +#: src/view/screens/ProfileList.tsx:772 msgid "Users" msgstr "Benutzer" @@ -3851,7 +4093,7 @@ msgstr "Nutzer gefolgt von <0/>" msgid "Users in \"{0}\"" msgstr "" -#: src/view/com/auth/create/Step2.tsx:241 +#: src/view/com/auth/create/Step2.tsx:242 msgid "Verification code" msgstr "" @@ -3876,6 +4118,10 @@ msgstr "Neue E-Mail bestätigen" msgid "Verify Your Email" msgstr "" +#: src/screens/Onboarding/index.tsx:42 +msgid "Video Games" +msgstr "" + #: src/view/com/profile/ProfileHeader.tsx:701 msgid "View {0}'s avatar" msgstr "" @@ -3900,23 +4146,56 @@ msgstr "Avatar ansehen" msgid "Visit Site" msgstr "Seite ansehen" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:42 #: src/view/com/modals/ContentFilteringSettings.tsx:254 msgid "Warn" msgstr "" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +msgid "We also think you'll like \"For You\" by Skygaze:" +msgstr "" + +#: src/screens/Deactivated.tsx:134 +msgid "We estimate {estimatedTime} until your account is ready." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:93 +msgid "We hope you have a wonderful time. Remember, Bluesky is:" +msgstr "" + #: src/view/com/posts/DiscoverFallbackHeader.tsx:29 msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:118 +#~ msgid "We recommend \"For You\" by Skygaze:" +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:119 +msgid "We recommend our \"Discover\" feed:" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:133 +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/Deactivated.tsx:138 +msgid "We will let you know when your account is ready." +msgstr "" + #: src/view/com/modals/AppealLabel.tsx:48 msgid "We'll look into your appeal promptly." msgstr "" +#: src/screens/Onboarding/StepInterests/index.tsx:138 +msgid "We'll use this to help customize your experience." +msgstr "" + #: src/view/com/auth/create/CreateAccount.tsx:123 msgid "We're so excited to have you join us!" msgstr "Wir freuen uns sehr, dass du dabei bist!" -#: src/view/screens/ProfileList.tsx:83 +#: src/view/screens/ProfileList.tsx:84 msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "" @@ -3932,6 +4211,10 @@ msgstr "Es tut uns leid! Wir können die Seite, nach der du gesucht hast, nicht msgid "Welcome to <0>Bluesky</0>" msgstr "Willkommen bei <0>Bluesky</0>" +#: src/screens/Onboarding/StepInterests/index.tsx:130 +msgid "What are your interests?" +msgstr "" + #: src/view/com/modals/report/Modal.tsx:169 msgid "What is the issue with this {collectionName}?" msgstr "" @@ -3967,11 +4250,15 @@ msgstr "Beitrag verfassen" msgid "Write your reply" msgstr "Schreibe deine Antwort" -#: src/view/com/auth/create/Step2.tsx:260 +#: src/screens/Onboarding/index.tsx:28 +msgid "Writers" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:262 msgid "XXXXXX" msgstr "" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:82 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:77 #: src/view/screens/PreferencesHomeFeed.tsx:129 #: src/view/screens/PreferencesHomeFeed.tsx:201 #: src/view/screens/PreferencesHomeFeed.tsx:236 @@ -3981,14 +4268,26 @@ msgstr "" msgid "Yes" msgstr "Ja" +#: src/screens/Onboarding/StepModeration/index.tsx:46 +#~ msgid "You are in control" +#~ msgstr "" + +#: src/screens/Deactivated.tsx:131 +msgid "You are in line." +msgstr "" + #: src/view/com/posts/FollowingEmptyState.tsx:67 #: src/view/com/posts/FollowingEndOfFeed.tsx:68 msgid "You can also discover new Custom Feeds to follow." msgstr "" -#: src/view/com/auth/create/Step1.tsx:106 -#~ msgid "You can change hosting providers at any time." -#~ msgstr "Du kannst den Hosting-Anbieter jederzeit wechseln." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:123 +#~ msgid "You can also try our \"Discover\" algorithm:" +#~ msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +msgid "You can change these settings later." +msgstr "" #: src/view/com/auth/login/Login.tsx:158 #: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 @@ -4003,7 +4302,7 @@ msgstr "Du hast noch keine Einladungscodes! Wir schicken dir welche, wenn du sch msgid "You don't have any pinned feeds." msgstr "Du hast keine angehefteten Feeds." -#: src/view/screens/Feeds.tsx:387 +#: src/view/screens/Feeds.tsx:419 msgid "You don't have any saved feeds!" msgstr "Du hast keine gespeicherten Feeds!" @@ -4011,7 +4310,7 @@ msgstr "Du hast keine gespeicherten Feeds!" msgid "You don't have any saved feeds." msgstr "Du hast keine gespeicherten Feeds." -#: src/view/com/post-thread/PostThread.tsx:428 +#: src/view/com/post-thread/PostThread.tsx:406 msgid "You have blocked the author or you have been blocked by the author." msgstr "Du hast den Verfasser blockiert oder du wurdest vom Verfasser blockiert." @@ -4048,11 +4347,15 @@ msgstr "" msgid "You must be 18 or older to enable adult content." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:96 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:103 +msgid "You must be 18 years or older to enable adult content" +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:98 msgid "You will no longer receive notifications for this thread" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:99 +#: src/view/com/util/forms/PostDropdownBtn.tsx:101 msgid "You will now receive notifications for this thread" msgstr "" @@ -4060,6 +4363,20 @@ msgstr "" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Du erhältst eine E-Mail mit einem \"Reset-Code\". Gib diesen Code hier ein und gib dann dein neues Passwort ein." +#: src/screens/Onboarding/StepModeration/index.tsx:72 +msgid "You're in control" +msgstr "" + +#: src/screens/Deactivated.tsx:88 +#: src/screens/Deactivated.tsx:89 +#: src/screens/Deactivated.tsx:104 +msgid "You're in line" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:90 +msgid "You're ready to go!" +msgstr "" + #: src/view/com/posts/FollowingEndOfFeed.tsx:48 msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" @@ -4080,6 +4397,10 @@ msgstr "Dein Geburtsdatum" msgid "Your choice will be saved, but can be changed later in settings." msgstr "" +#: src/screens/Onboarding/StepFollowingFeed.tsx:61 +msgid "Your default feed is \"Following\"" +msgstr "" + #: src/view/com/auth/create/state.ts:153 #: src/view/com/auth/login/ForgotPasswordForm.tsx:70 msgid "Your email appears to be invalid." @@ -4101,7 +4422,7 @@ msgstr "Deine E-Mail wurde noch nicht bestätigt. Dies ist ein wichtiger Sicherh msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "" -#: src/view/com/auth/create/Step3.tsx:42 +#: src/view/com/auth/create/Step3.tsx:45 msgid "Your full handle will be" msgstr "" @@ -4109,10 +4430,6 @@ msgstr "" msgid "Your full handle will be <0>@{0}</0>" msgstr "" -#: src/view/com/auth/create/Step1.tsx:53 -#~ msgid "Your hosting provider" -#~ msgstr "Dein Hosting-Anbieter" - #: src/view/screens/Settings.tsx:430 #: src/view/shell/desktop/RightNav.tsx:137 #: src/view/shell/Drawer.tsx:660 @@ -4123,6 +4440,7 @@ msgstr "Deine Einladungscodes werden ausgeblendet, wenn du dich mit einem App-Pa msgid "Your post has been published" msgstr "" +#: src/screens/Onboarding/StepFinished.tsx:105 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:59 msgid "Your posts, likes, and blocks are public. Mutes are private." diff --git a/src/locale/locales/en/messages.po b/src/locale/locales/en/messages.po index f0f9f2d4c..96ad5bdcd 100644 --- a/src/locale/locales/en/messages.po +++ b/src/locale/locales/en/messages.po @@ -13,14 +13,6 @@ msgstr "" "Language-Team: \n" "Plural-Forms: \n" -#: src/view/screens/Profile.tsx:214 -#~ msgid "- end of feed -" -#~ msgstr "" - -#: src/view/com/modals/SelfLabel.tsx:138 -#~ msgid ". This warning is only available for posts with media attached." -#~ msgstr "" - #: src/view/com/modals/VerifyEmail.tsx:142 msgid "(no email)" msgstr "" @@ -29,15 +21,6 @@ msgstr "" msgid "{0, plural, one {# invite code available} other {# invite codes available}}" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:185 -#: src/view/screens/Settings.tsx:294 -#~ msgid "{0}" -#~ msgstr "" - -#: src/view/com/modals/CreateOrEditList.tsx:176 -#~ msgid "{0} {purposeLabel} List" -#~ msgstr "" - #: src/view/com/profile/ProfileHeader.tsx:632 msgid "{following} following" msgstr "" @@ -56,18 +39,10 @@ msgstr "" msgid "{invitesAvailable} invite codes available" msgstr "" -#: src/view/screens/Search/Search.tsx:87 -#~ msgid "{message}" -#~ msgstr "" - #: src/view/shell/Drawer.tsx:443 msgid "{numUnreadNotifications} unread" msgstr "" -#: src/Navigation.tsx:147 -#~ msgid "@{0}" -#~ msgstr "" - #: src/view/com/threadgate/WhoCanReply.tsx:158 msgid "<0/> members" msgstr "" @@ -84,18 +59,6 @@ msgstr "" msgid "<0>Follow some</0><1>Recommended</1><2>Users</2>" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:132 -#~ msgid "<0>Here is your app password.</0> Use this to sign into the other app along with your handle." -#~ msgstr "" - -#: src/view/screens/Moderation.tsx:212 -#~ msgid "<0>Note: This setting may not be respected by third-party apps that display Bluesky content.</0>" -#~ msgstr "" - -#: src/view/screens/Moderation.tsx:212 -#~ msgid "<0>Note: Your profile and posts will remain publicly available. Third-party apps that display Bluesky content may not respect this setting.</0>" -#~ msgstr "" - #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:21 msgid "<0>Welcome to</0><1>Bluesky</1>" msgstr "" @@ -113,11 +76,11 @@ msgid "A new version of the app is available. Please update to continue using th msgstr "" #: src/view/com/util/ViewHeader.tsx:83 -#: src/view/screens/Search/Search.tsx:545 +#: src/view/screens/Search/Search.tsx:624 msgid "Access navigation links and settings" msgstr "" -#: src/view/com/pager/FeedsTabBarMobile.tsx:83 +#: src/view/com/pager/FeedsTabBarMobile.tsx:89 msgid "Access profile and other navigation links" msgstr "" @@ -165,8 +128,8 @@ msgstr "" #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:264 -#: src/view/com/modals/UserAddRemoveLists.tsx:203 -#: src/view/screens/ProfileList.tsx:791 +#: src/view/com/modals/UserAddRemoveLists.tsx:219 +#: src/view/screens/ProfileList.tsx:788 msgid "Add" msgstr "" @@ -174,7 +137,7 @@ msgstr "" msgid "Add a content warning" msgstr "" -#: src/view/screens/ProfileList.tsx:781 +#: src/view/screens/ProfileList.tsx:778 msgid "Add a user to this list" msgstr "" @@ -185,7 +148,7 @@ msgstr "" #: src/view/com/composer/photos/Gallery.tsx:119 #: src/view/com/composer/photos/Gallery.tsx:180 -#: src/view/com/modals/AltImage.tsx:93 +#: src/view/com/modals/AltImage.tsx:115 msgid "Add alt text" msgstr "" @@ -221,7 +184,7 @@ msgid "Add to Lists" msgstr "" #: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:281 +#: src/view/screens/ProfileFeed.tsx:272 msgid "Add to my feeds" msgstr "" @@ -230,7 +193,7 @@ msgid "Added" msgstr "" #: src/view/com/modals/ListAddRemoveUsers.tsx:191 -#: src/view/com/modals/UserAddRemoveLists.tsx:128 +#: src/view/com/modals/UserAddRemoveLists.tsx:144 msgid "Added to list" msgstr "" @@ -250,6 +213,10 @@ msgstr "" msgid "Adult content can only be enabled via the Web at <0/>." msgstr "" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:78 +#~ msgid "Adult content can only be enabled via the Web at <0>bsky.app</0>." +#~ msgstr "" + #: src/view/screens/Settings.tsx:630 msgid "Advanced" msgstr "" @@ -283,11 +250,15 @@ msgstr "" msgid "An issue occurred, please try again." msgstr "" -#: src/view/com/notifications/FeedItem.tsx:240 +#: src/view/com/notifications/FeedItem.tsx:236 #: src/view/com/threadgate/WhoCanReply.tsx:178 msgid "and" msgstr "" +#: src/screens/Onboarding/index.tsx:32 +msgid "Animals" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:95 msgid "App Language" msgstr "" @@ -312,12 +283,12 @@ msgstr "" msgid "App passwords" msgstr "" -#: src/Navigation.tsx:237 +#: src/Navigation.tsx:238 #: src/view/screens/AppPasswords.tsx:187 msgid "App Passwords" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:248 +#: src/view/com/util/forms/PostDropdownBtn.tsx:250 msgid "Appeal content warning" msgstr "" @@ -325,10 +296,6 @@ msgstr "" msgid "Appeal Content Warning" msgstr "" -#: src/view/com/modals/AppealLabel.tsx:65 -#~ msgid "Appeal Decision" -#~ msgstr "" - #: src/view/com/util/moderation/LabelInfo.tsx:52 msgid "Appeal this decision" msgstr "" @@ -341,10 +308,6 @@ msgstr "" msgid "Appearance" msgstr "" -#: src/view/screens/Moderation.tsx:206 -#~ msgid "Apps that respect this setting, including the official Bluesky app and bsky.app website, won't show your content to logged out users." -#~ msgstr "" - #: src/view/screens/AppPasswords.tsx:224 msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "" @@ -353,45 +316,49 @@ msgstr "" msgid "Are you sure you'd like to discard this draft?" msgstr "" -#: src/view/screens/ProfileList.tsx:364 +#: src/view/screens/ProfileList.tsx:361 msgid "Are you sure?" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:231 +#: src/view/com/util/forms/PostDropdownBtn.tsx:233 msgid "Are you sure? This cannot be undone." msgstr "" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:65 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:60 msgid "Are you writing in <0>{0}</0>?" msgstr "" +#: src/screens/Onboarding/index.tsx:26 +msgid "Art" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:123 msgid "Artistic or non-erotic nudity." msgstr "" -#: src/view/screens/Moderation.tsx:189 -#~ msgid "Ask apps to limit the visibility of my account" -#~ msgstr "" - -#: src/view/com/auth/create/CreateAccount.tsx:142 +#: src/view/com/auth/create/CreateAccount.tsx:147 #: src/view/com/auth/login/ChooseAccountForm.tsx:151 #: src/view/com/auth/login/ForgotPasswordForm.tsx:170 #: src/view/com/auth/login/LoginForm.tsx:256 #: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/report/InputIssueDetails.tsx:46 -#: src/view/com/post-thread/PostThread.tsx:392 -#: src/view/com/post-thread/PostThread.tsx:442 -#: src/view/com/post-thread/PostThread.tsx:450 +#: src/view/com/post-thread/PostThread.tsx:413 +#: src/view/com/post-thread/PostThread.tsx:463 +#: src/view/com/post-thread/PostThread.tsx:471 #: src/view/com/profile/ProfileHeader.tsx:688 #: src/view/com/util/ViewHeader.tsx:81 msgid "Back" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:400 +#: src/view/com/post-thread/PostThread.tsx:421 msgctxt "action" msgid "Back" msgstr "" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +msgid "Based on your interest in {interestsText}" +msgstr "" + #: src/view/screens/Settings.tsx:489 msgid "Basics" msgstr "" @@ -410,19 +377,19 @@ msgstr "" msgid "Block Account" msgstr "" -#: src/view/screens/ProfileList.tsx:534 +#: src/view/screens/ProfileList.tsx:531 msgid "Block accounts" msgstr "" -#: src/view/screens/ProfileList.tsx:484 +#: src/view/screens/ProfileList.tsx:481 msgid "Block list" msgstr "" -#: src/view/screens/ProfileList.tsx:315 +#: src/view/screens/ProfileList.tsx:312 msgid "Block these accounts?" msgstr "" -#: src/view/screens/ProfileList.tsx:319 +#: src/view/screens/ProfileList.tsx:316 msgid "Block this List" msgstr "" @@ -435,7 +402,7 @@ msgstr "" msgid "Blocked accounts" msgstr "" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationBlockedAccounts.tsx:107 msgid "Blocked Accounts" msgstr "" @@ -448,11 +415,11 @@ msgstr "" 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:254 +#: src/view/com/post-thread/PostThread.tsx:272 msgid "Blocked post." msgstr "" -#: src/view/screens/ProfileList.tsx:317 +#: src/view/screens/ProfileList.tsx:314 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "" @@ -491,6 +458,10 @@ msgstr "" msgid "Bluesky.Social" msgstr "" +#: src/screens/Onboarding/index.tsx:33 +msgid "Books" +msgstr "" + #: src/view/screens/Settings.tsx:792 msgid "Build version {0} {1}" msgstr "" @@ -534,7 +505,7 @@ msgstr "" #: src/view/com/composer/Composer.tsx:305 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/CreateOrEditList.tsx:286 +#: src/view/com/modals/CreateOrEditList.tsx:355 #: src/view/com/modals/EditImage.tsx:323 #: src/view/com/modals/EditProfile.tsx:249 #: src/view/com/modals/InAppBrowserConsent.tsx:78 @@ -543,14 +514,14 @@ msgstr "" #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 #: src/view/com/modals/Waitlist.tsx:142 -#: src/view/screens/Search/Search.tsx:609 +#: src/view/screens/Search/Search.tsx:693 #: src/view/shell/desktop/Search.tsx:238 msgid "Cancel" msgstr "" #: src/view/com/modals/Confirm.tsx:88 #: src/view/com/modals/Confirm.tsx:91 -#: src/view/com/modals/CreateOrEditList.tsx:291 +#: src/view/com/modals/CreateOrEditList.tsx:360 #: src/view/com/modals/DeleteAccount.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:230 msgctxt "action" @@ -562,10 +533,6 @@ msgstr "" msgid "Cancel account deletion" msgstr "" -#: src/view/com/modals/AltImage.tsx:123 -#~ msgid "Cancel add image alt text" -#~ msgstr "" - #: src/view/com/modals/ChangeHandle.tsx:149 msgid "Cancel change handle" msgstr "" @@ -596,10 +563,6 @@ msgctxt "action" msgid "Change" msgstr "" -#: src/view/screens/Settings.tsx:306 -#~ msgid "Change" -#~ msgstr "" - #: src/view/screens/Settings.tsx:662 #: src/view/screens/Settings.tsx:671 msgid "Change handle" @@ -613,7 +576,7 @@ msgstr "" msgid "Change my email" msgstr "" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:78 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:73 msgid "Change post language to {0}" msgstr "" @@ -621,6 +584,11 @@ msgstr "" msgid "Change Your Email" msgstr "" +#: src/screens/Deactivated.tsx:73 +#: src/screens/Deactivated.tsx:77 +msgid "Check my status" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:121 msgid "Check out some recommended feeds. Tap + to add them to your list of pinned feeds." msgstr "" @@ -645,15 +613,23 @@ msgstr "" msgid "Choose Service" msgstr "" +#: src/screens/Onboarding/StepFinished.tsx:135 +msgid "Choose the algorithms that power your custom feeds." +msgstr "" + #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:83 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:83 msgid "Choose the algorithms that power your experience with custom feeds." msgstr "" -#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:65 -#~ msgid "Choose your" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#~ msgid "Choose your algorithmic feeds" #~ msgstr "" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +msgid "Choose your main feeds" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:163 msgid "Choose your password" msgstr "" @@ -677,7 +653,7 @@ msgid "Clear all storage data (restart after this)" msgstr "" #: src/view/com/util/forms/SearchInput.tsx:74 -#: src/view/screens/Search/Search.tsx:590 +#: src/view/screens/Search/Search.tsx:674 msgid "Clear search query" msgstr "" @@ -685,6 +661,10 @@ msgstr "" msgid "click here" msgstr "" +#: src/screens/Onboarding/index.tsx:35 +msgid "Climate" +msgstr "" + #: src/components/Dialog/index.web.tsx:78 msgid "Close active dialog" msgstr "" @@ -701,7 +681,7 @@ msgstr "" msgid "Close image" msgstr "" -#: src/view/com/lightbox/Lightbox.web.tsx:112 +#: src/view/com/lightbox/Lightbox.web.tsx:119 msgid "Close image viewer" msgstr "" @@ -725,15 +705,27 @@ msgstr "" msgid "Closes viewer for header image" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:321 +#: src/view/com/notifications/FeedItem.tsx:317 msgid "Collapses list of users for a given notification" msgstr "" -#: src/Navigation.tsx:227 +#: src/screens/Onboarding/index.tsx:41 +msgid "Comedy" +msgstr "" + +#: src/screens/Onboarding/index.tsx:27 +msgid "Comics" +msgstr "" + +#: src/Navigation.tsx:228 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "" +#: src/screens/Onboarding/StepFinished.tsx:148 +msgid "Complete onboarding and start using your account" +msgstr "" + #: src/view/com/composer/Composer.tsx:417 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "" @@ -742,6 +734,10 @@ msgstr "" msgid "Compose reply" msgstr "" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:67 +msgid "Configure content filtering setting for category: {0}" +msgstr "" + #: src/components/Prompt.tsx:114 #: src/view/com/modals/AppealLabel.tsx:98 #: src/view/com/modals/SelfLabel.tsx:154 @@ -785,12 +781,12 @@ msgstr "" msgid "Confirms signing up {email} to the waitlist" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:175 +#: src/view/com/auth/create/CreateAccount.tsx:182 #: src/view/com/auth/login/LoginForm.tsx:275 msgid "Connecting..." msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:195 +#: src/view/com/auth/create/CreateAccount.tsx:202 msgid "Contact support" msgstr "" @@ -820,11 +816,35 @@ msgstr "" msgid "Content warnings" msgstr "" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:155 +#: src/screens/Onboarding/StepFollowingFeed.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:248 +#: src/screens/Onboarding/StepModeration/index.tsx:118 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:108 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 msgid "Continue" msgstr "" +#: src/screens/Onboarding/StepFollowingFeed.tsx:150 +#: src/screens/Onboarding/StepInterests/index.tsx:245 +#: src/screens/Onboarding/StepModeration/index.tsx:115 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:105 +msgid "Continue to next step" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:152 +msgid "Continue to the next step" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 +msgid "Continue to the next step without following any accounts" +msgstr "" + +#: src/screens/Onboarding/index.tsx:44 +msgid "Cooking" +msgstr "" + #: src/view/com/modals/AddAppPasswords.tsx:197 #: src/view/com/modals/InviteCodes.tsx:182 msgid "Copied" @@ -836,7 +856,7 @@ msgstr "" #: src/view/com/modals/AddAppPasswords.tsx:75 #: src/view/com/modals/InviteCodes.tsx:152 -#: src/view/com/util/forms/PostDropdownBtn.tsx:110 +#: src/view/com/util/forms/PostDropdownBtn.tsx:112 msgid "Copied to clipboard" msgstr "" @@ -848,11 +868,11 @@ msgstr "" msgid "Copy" msgstr "" -#: src/view/screens/ProfileList.tsx:396 +#: src/view/screens/ProfileList.tsx:393 msgid "Copy link to list" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:151 +#: src/view/com/util/forms/PostDropdownBtn.tsx:153 msgid "Copy link to post" msgstr "" @@ -860,24 +880,24 @@ msgstr "" msgid "Copy link to profile" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:137 +#: src/view/com/util/forms/PostDropdownBtn.tsx:139 msgid "Copy post text" msgstr "" -#: src/Navigation.tsx:232 +#: src/Navigation.tsx:233 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "" -#: src/view/screens/ProfileFeed.tsx:95 +#: src/view/screens/ProfileFeed.tsx:96 msgid "Could not load feed" msgstr "" -#: src/view/screens/ProfileList.tsx:867 +#: src/view/screens/ProfileList.tsx:864 msgid "Could not load list" msgstr "" -#: src/view/com/auth/create/Step2.tsx:89 +#: src/view/com/auth/create/Step2.tsx:90 msgid "Country" msgstr "" @@ -908,11 +928,11 @@ msgstr "" msgid "Created {0}" msgstr "" -#: src/view/screens/ProfileFeed.tsx:625 +#: src/view/screens/ProfileFeed.tsx:616 msgid "Created by <0/>" msgstr "" -#: src/view/screens/ProfileFeed.tsx:623 +#: src/view/screens/ProfileFeed.tsx:614 msgid "Created by you" msgstr "" @@ -920,6 +940,10 @@ msgstr "" msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "" +#: src/screens/Onboarding/index.tsx:29 +msgid "Culture" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:389 #: src/view/com/modals/ServerInput.tsx:102 msgid "Custom domain" @@ -941,10 +965,6 @@ msgstr "" msgid "Dark mode" msgstr "" -#: src/Navigation.tsx:204 -#~ msgid "Debug" -#~ msgstr "" - #: src/view/screens/Debug.tsx:83 msgid "Debug panel" msgstr "" @@ -962,8 +982,8 @@ msgstr "" msgid "Delete app password" msgstr "" -#: src/view/screens/ProfileList.tsx:363 -#: src/view/screens/ProfileList.tsx:423 +#: src/view/screens/ProfileList.tsx:360 +#: src/view/screens/ProfileList.tsx:420 msgid "Delete List" msgstr "" @@ -975,11 +995,11 @@ msgstr "" msgid "Delete my account…" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:226 +#: src/view/com/util/forms/PostDropdownBtn.tsx:228 msgid "Delete post" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Delete this post?" msgstr "" @@ -987,21 +1007,17 @@ msgstr "" msgid "Deleted" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:246 +#: src/view/com/post-thread/PostThread.tsx:264 msgid "Deleted post." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:237 -#: src/view/com/modals/CreateOrEditList.tsx:253 +#: src/view/com/modals/CreateOrEditList.tsx:300 +#: src/view/com/modals/CreateOrEditList.tsx:321 #: src/view/com/modals/EditProfile.tsx:198 #: src/view/com/modals/EditProfile.tsx:210 msgid "Description" msgstr "" -#: src/view/com/auth/create/Step1.tsx:96 -#~ msgid "Dev Server" -#~ msgstr "" - #: src/view/screens/Settings.tsx:711 msgid "Developer Tools" msgstr "" @@ -1027,7 +1043,7 @@ msgstr "" msgid "Discover new custom feeds" msgstr "" -#: src/view/screens/Feeds.tsx:409 +#: src/view/screens/Feeds.tsx:441 msgid "Discover new feeds" msgstr "" @@ -1053,15 +1069,15 @@ msgstr "" #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 #: src/view/com/modals/Threadgate.tsx:132 -#: src/view/com/modals/UserAddRemoveLists.tsx:79 -#: src/view/com/modals/UserAddRemoveLists.tsx:82 +#: src/view/com/modals/UserAddRemoveLists.tsx:95 +#: src/view/com/modals/UserAddRemoveLists.tsx:98 #: src/view/screens/PreferencesThreads.tsx:162 msgctxt "action" msgid "Done" msgstr "" #: src/view/com/modals/AddAppPasswords.tsx:228 -#: src/view/com/modals/AltImage.tsx:115 +#: src/view/com/modals/AltImage.tsx:138 #: src/view/com/modals/ContentFilteringSettings.tsx:88 #: src/view/com/modals/ContentFilteringSettings.tsx:96 #: src/view/com/modals/crop-image/CropImage.web.tsx:152 @@ -1080,6 +1096,14 @@ msgstr "" msgid "Double tap to sign in" msgstr "" +#: src/view/com/composer/text-input/TextInput.web.tsx:244 +msgid "Drop to add images" +msgstr "" + +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:111 +msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." +msgstr "" + #: src/view/com/modals/EditProfile.tsx:185 msgid "e.g. Alice Roberts" msgstr "" @@ -1088,19 +1112,19 @@ msgstr "" msgid "e.g. Artist, dog-lover, and avid reader." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:223 +#: src/view/com/modals/CreateOrEditList.tsx:283 msgid "e.g. Great Posters" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:224 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Spammers" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:244 +#: src/view/com/modals/CreateOrEditList.tsx:312 msgid "e.g. The posters who never miss." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -1118,16 +1142,16 @@ msgstr "" msgid "Edit image" msgstr "" -#: src/view/screens/ProfileList.tsx:411 +#: src/view/screens/ProfileList.tsx:408 msgid "Edit list details" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:192 +#: src/view/com/modals/CreateOrEditList.tsx:250 msgid "Edit Moderation List" msgstr "" -#: src/Navigation.tsx:242 -#: src/view/screens/Feeds.tsx:371 +#: src/Navigation.tsx:243 +#: src/view/screens/Feeds.tsx:403 #: src/view/screens/SavedFeeds.tsx:84 msgid "Edit My Feeds" msgstr "" @@ -1144,11 +1168,11 @@ msgstr "" msgid "Edit Profile" msgstr "" -#: src/view/screens/Feeds.tsx:334 +#: src/view/screens/Feeds.tsx:337 msgid "Edit Saved Feeds" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:187 +#: src/view/com/modals/CreateOrEditList.tsx:245 msgid "Edit User List" msgstr "" @@ -1160,9 +1184,13 @@ msgstr "" msgid "Edit your profile description" msgstr "" +#: src/screens/Onboarding/index.tsx:34 +msgid "Education" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:143 -#: src/view/com/auth/create/Step2.tsx:192 -#: src/view/com/auth/create/Step2.tsx:266 +#: src/view/com/auth/create/Step2.tsx:193 +#: src/view/com/auth/create/Step2.tsx:268 #: src/view/com/auth/login/ForgotPasswordForm.tsx:152 #: src/view/com/modals/ChangeEmail.tsx:141 #: src/view/com/modals/Waitlist.tsx:88 @@ -1199,6 +1227,11 @@ msgstr "" msgid "Enable Adult Content" msgstr "" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:76 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:77 +msgid "Enable adult content in your feeds" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 msgid "Enable External Media" msgstr "" @@ -1211,7 +1244,7 @@ msgstr "" msgid "Enable this setting to only see replies between people you follow." msgstr "" -#: src/view/screens/Profile.tsx:427 +#: src/view/screens/Profile.tsx:437 msgid "End of feed" msgstr "" @@ -1223,10 +1256,6 @@ msgstr "" msgid "Enter Confirmation Code" msgstr "" -#: src/view/com/auth/create/Step1.tsx:71 -#~ msgid "Enter the address of your provider:" -#~ msgstr "" - #: src/view/com/modals/ChangeHandle.tsx:371 msgid "Enter the domain you want to use" msgstr "" @@ -1256,7 +1285,7 @@ msgstr "" msgid "Enter your new email address below." msgstr "" -#: src/view/com/auth/create/Step2.tsx:186 +#: src/view/com/auth/create/Step2.tsx:187 msgid "Enter your phone number" msgstr "" @@ -1264,7 +1293,7 @@ msgstr "" msgid "Enter your username and password" msgstr "" -#: src/view/screens/Search/Search.tsx:107 +#: src/view/screens/Search/Search.tsx:109 msgid "Error:" msgstr "" @@ -1276,7 +1305,7 @@ msgstr "" msgid "Exits handle change process" msgstr "" -#: src/view/com/lightbox/Lightbox.web.tsx:113 +#: src/view/com/lightbox/Lightbox.web.tsx:120 msgid "Exits image view" msgstr "" @@ -1289,7 +1318,7 @@ msgstr "" msgid "Exits signing up for waitlist with {email}" msgstr "" -#: src/view/com/lightbox/Lightbox.web.tsx:156 +#: src/view/com/lightbox/Lightbox.web.tsx:163 msgid "Expand alt text" msgstr "" @@ -1307,7 +1336,7 @@ msgstr "" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "" -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:259 #: src/view/screens/PreferencesExternalEmbeds.tsx:52 #: src/view/screens/Settings.tsx:623 msgid "External Media Preferences" @@ -1322,11 +1351,11 @@ msgstr "" msgid "Failed to create app password." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:148 +#: src/view/com/modals/CreateOrEditList.tsx:206 msgid "Failed to create the list. Check your internet connection and try again." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:86 +#: src/view/com/util/forms/PostDropdownBtn.tsx:88 msgid "Failed to delete post, please try again" msgstr "" @@ -1335,7 +1364,7 @@ msgstr "" msgid "Failed to load recommended feeds" msgstr "" -#: src/Navigation.tsx:192 +#: src/Navigation.tsx:193 msgid "Feed" msgstr "" @@ -1343,7 +1372,7 @@ msgstr "" msgid "Feed by {0}" msgstr "" -#: src/view/screens/Feeds.tsx:560 +#: src/view/screens/Feeds.tsx:597 msgid "Feed offline" msgstr "" @@ -1356,9 +1385,9 @@ msgstr "" msgid "Feedback" msgstr "" -#: src/Navigation.tsx:440 -#: src/view/screens/Feeds.tsx:479 -#: src/view/screens/Profile.tsx:165 +#: src/Navigation.tsx:443 +#: src/view/screens/Feeds.tsx:514 +#: src/view/screens/Profile.tsx:175 #: src/view/shell/bottom-bar/BottomBar.tsx:181 #: src/view/shell/desktop/LeftNav.tsx:342 #: src/view/shell/Drawer.tsx:479 @@ -1366,6 +1395,14 @@ msgstr "" msgid "Feeds" msgstr "" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#~ msgid "Feeds are created by users and can give you entirely new experiences." +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +msgid "Feeds are created by users and organizations. They offer you varied experiences and suggest content you may like using algorithms." +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:57 msgid "Feeds are created by users to curate content. Choose some feeds that you find interesting." msgstr "" @@ -1374,17 +1411,25 @@ msgstr "" msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information." msgstr "" +#: src/screens/Onboarding/StepTopicalFeeds.tsx:70 +msgid "Feeds can be topical as well!" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:151 +msgid "Finalizing" +msgstr "" + #: src/view/com/posts/CustomFeedEmptyState.tsx:47 #: src/view/com/posts/FollowingEmptyState.tsx:57 #: src/view/com/posts/FollowingEndOfFeed.tsx:58 msgid "Find accounts to follow" msgstr "" -#: src/view/screens/Search/Search.tsx:429 +#: src/view/screens/Search/Search.tsx:439 msgid "Find users on Bluesky" msgstr "" -#: src/view/screens/Search/Search.tsx:427 +#: src/view/screens/Search/Search.tsx:437 msgid "Find users with the search tool on the right" msgstr "" @@ -1400,6 +1445,14 @@ msgstr "" msgid "Fine-tune the discussion threads." msgstr "" +#: src/screens/Onboarding/index.tsx:38 +msgid "Fitness" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:131 +msgid "Flexible" +msgstr "" + #: src/view/com/modals/EditImage.tsx:115 msgid "Flip horizontal" msgstr "" @@ -1418,13 +1471,18 @@ msgstr "" msgid "Follow" msgstr "" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 #: src/view/com/profile/ProfileHeader.tsx:543 msgid "Follow {0}" msgstr "" -#: src/view/com/auth/onboarding/RecommendedFollows.tsx:42 -#~ msgid "Follow some" -#~ msgstr "" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:178 +msgid "Follow All" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +msgid "Follow selected accounts and continue to the next step" +msgstr "" #: src/view/com/auth/onboarding/RecommendedFollows.tsx:64 msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." @@ -1450,10 +1508,6 @@ msgstr "" msgid "Followers" msgstr "" -#: src/view/com/profile/ProfileHeader.tsx:624 -#~ msgid "following" -#~ msgstr "" - #: src/view/com/profile/ProfileHeader.tsx:534 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" @@ -1471,6 +1525,10 @@ msgstr "" msgid "Follows You" msgstr "" +#: src/screens/Onboarding/index.tsx:43 +msgid "Food" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:107 msgid "For security reasons, we'll need to send a confirmation code to your email address." msgstr "" @@ -1492,7 +1550,7 @@ msgstr "" msgid "Forgot Password" msgstr "" -#: src/view/com/posts/FeedItem.tsx:188 +#: src/view/com/posts/FeedItem.tsx:189 msgctxt "from-feed" msgid "From <0/>" msgstr "" @@ -1513,14 +1571,19 @@ msgstr "" msgid "Go back" msgstr "" -#: src/view/screens/ProfileFeed.tsx:104 -#: src/view/screens/ProfileFeed.tsx:109 -#: src/view/screens/ProfileList.tsx:876 -#: src/view/screens/ProfileList.tsx:881 +#: src/view/screens/ProfileFeed.tsx:105 +#: src/view/screens/ProfileFeed.tsx:110 +#: src/view/screens/ProfileList.tsx:873 +#: src/view/screens/ProfileList.tsx:878 msgid "Go Back" msgstr "" -#: src/view/screens/Search/Search.tsx:640 +#: src/screens/Onboarding/Layout.tsx:104 +#: src/screens/Onboarding/Layout.tsx:193 +msgid "Go back to previous step" +msgstr "" + +#: src/view/screens/Search/Search.tsx:724 #: src/view/shell/desktop/Search.tsx:262 msgid "Go to @{queryMaybeHandle}" msgstr "" @@ -1535,7 +1598,7 @@ msgstr "" msgid "Handle" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:190 +#: src/view/com/auth/create/CreateAccount.tsx:197 msgid "Having trouble?" msgstr "" @@ -1544,23 +1607,36 @@ msgstr "" msgid "Help" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:152 -msgid "Here is your app password." +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +msgid "Here are some accounts for you to follow" msgstr "" -#: src/view/com/modals/ContentFilteringSettings.tsx:219 -#: src/view/com/notifications/FeedItem.tsx:329 -msgctxt "action" -msgid "Hide" +#: src/screens/Onboarding/StepTopicalFeeds.tsx:79 +msgid "Here are some popular topical feeds. You can choose to follow as many as you like." +msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:74 +msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." msgstr "" +#: src/view/com/modals/AddAppPasswords.tsx:152 +msgid "Here is your app password." +msgstr "" + +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:41 #: src/view/com/modals/ContentFilteringSettings.tsx:246 #: src/view/com/util/moderation/ContentHider.tsx:105 #: src/view/com/util/moderation/PostHider.tsx:108 msgid "Hide" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:185 +#: src/view/com/modals/ContentFilteringSettings.tsx:219 +#: src/view/com/notifications/FeedItem.tsx:325 +msgctxt "action" +msgid "Hide" +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:187 msgid "Hide post" msgstr "" @@ -1569,11 +1645,11 @@ msgstr "" msgid "Hide the content" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:189 +#: src/view/com/util/forms/PostDropdownBtn.tsx:191 msgid "Hide this post?" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:319 +#: src/view/com/notifications/FeedItem.tsx:315 msgid "Hide user list" msgstr "" @@ -1581,10 +1657,6 @@ msgstr "" msgid "Hides posts from {0} in your feed" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:102 -#~ msgid "Hmm, some kind of issue occured when contacting the feed server. Please let the feed owner know about this issue." -#~ msgstr "" - #: src/view/com/posts/FeedErrorMessage.tsx:111 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." msgstr "" @@ -1605,11 +1677,7 @@ msgstr "" msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:87 -#~ msgid "Hmmm, we're having trouble finding this feed. It may have been deleted." -#~ msgstr "" - -#: src/Navigation.tsx:430 +#: src/Navigation.tsx:433 #: src/view/shell/bottom-bar/BottomBar.tsx:137 #: src/view/shell/desktop/LeftNav.tsx:306 #: src/view/shell/Drawer.tsx:401 @@ -1617,8 +1685,8 @@ msgstr "" msgid "Home" msgstr "" -#: src/Navigation.tsx:247 -#: src/view/com/pager/FeedsTabBarMobile.tsx:117 +#: src/Navigation.tsx:248 +#: src/view/com/pager/FeedsTabBarMobile.tsx:123 #: src/view/screens/PreferencesHomeFeed.tsx:104 #: src/view/screens/Settings.tsx:509 msgid "Home Feed Preferences" @@ -1628,11 +1696,6 @@ msgstr "" msgid "Hosting provider" msgstr "" -#: src/view/com/auth/create/Step1.tsx:76 -#: src/view/com/auth/create/Step1.tsx:81 -#~ msgid "Hosting provider address" -#~ msgstr "" - #: src/view/com/modals/InAppBrowserConsent.tsx:44 msgid "How should we open this link?" msgstr "" @@ -1649,7 +1712,7 @@ msgstr "" msgid "I have my own domain" msgstr "" -#: src/view/com/lightbox/Lightbox.web.tsx:158 +#: src/view/com/lightbox/Lightbox.web.tsx:165 msgid "If alt text is long, toggles alt text expanded state" msgstr "" @@ -1657,11 +1720,11 @@ msgstr "" msgid "If none are selected, suitable for all ages." msgstr "" -#: src/view/com/util/images/Gallery.tsx:37 +#: src/view/com/util/images/Gallery.tsx:38 msgid "Image" msgstr "" -#: src/view/com/modals/AltImage.tsx:97 +#: src/view/com/modals/AltImage.tsx:119 msgid "Image alt text" msgstr "" @@ -1670,11 +1733,6 @@ msgstr "" msgid "Image options" msgstr "" -#: src/view/com/search/Suggestions.tsx:104 -#: src/view/com/search/Suggestions.tsx:115 -#~ msgid "In Your Network" -#~ msgstr "" - #: src/view/com/auth/login/SetNewPasswordForm.tsx:110 msgid "Input code sent to your email for password reset" msgstr "" @@ -1687,14 +1745,6 @@ msgstr "" msgid "Input email for Bluesky account" msgstr "" -#: src/view/com/auth/create/Step2.tsx:109 -#~ msgid "Input email for Bluesky waitlist" -#~ msgstr "" - -#: src/view/com/auth/create/Step1.tsx:80 -#~ msgid "Input hosting provider address" -#~ msgstr "" - #: src/view/com/auth/create/Step1.tsx:102 msgid "Input invite code to proceed" msgstr "" @@ -1711,7 +1761,7 @@ msgstr "" msgid "Input password for account deletion" msgstr "" -#: src/view/com/auth/create/Step2.tsx:194 +#: src/view/com/auth/create/Step2.tsx:195 msgid "Input phone number for SMS verification" msgstr "" @@ -1723,7 +1773,7 @@ msgstr "" msgid "Input the username or email address you used at signup" msgstr "" -#: src/view/com/auth/create/Step2.tsx:268 +#: src/view/com/auth/create/Step2.tsx:270 msgid "Input the verification code we have texted to you" msgstr "" @@ -1735,11 +1785,11 @@ msgstr "" msgid "Input your password" msgstr "" -#: src/view/com/auth/create/Step3.tsx:39 +#: src/view/com/auth/create/Step3.tsx:42 msgid "Input your user handle" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:229 +#: src/view/com/post-thread/PostThreadItem.tsx:231 msgid "Invalid or unsupported post record" msgstr "" @@ -1777,6 +1827,10 @@ msgstr "" msgid "Invite codes: 1 available" msgstr "" +#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +msgid "It shows posts from the people you follow as they happen." +msgstr "" + #: src/view/com/auth/HomeLoggedOutCTA.tsx:99 msgid "Jobs" msgstr "" @@ -1794,6 +1848,10 @@ msgstr "" msgid "Join Waitlist" msgstr "" +#: src/screens/Onboarding/index.tsx:24 +msgid "Journalism" +msgstr "" + #: src/view/com/composer/select-language/SelectLangBtn.tsx:104 msgid "Language selection" msgstr "" @@ -1802,7 +1860,7 @@ msgstr "" msgid "Language settings" msgstr "" -#: src/Navigation.tsx:139 +#: src/Navigation.tsx:140 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "" @@ -1845,6 +1903,10 @@ msgstr "" msgid "Leaving Bluesky" msgstr "" +#: src/screens/Deactivated.tsx:129 +msgid "left to go." +msgstr "" + #: src/view/screens/Settings.tsx:280 msgid "Legacy storage cleared, you need to restart the app now." msgstr "" @@ -1854,6 +1916,10 @@ msgstr "" msgid "Let's get your password reset!" msgstr "" +#: src/screens/Onboarding/StepFinished.tsx:151 +msgid "Let's go!" +msgstr "" + #: src/view/com/util/UserAvatar.tsx:245 #: src/view/com/util/UserBanner.tsx:60 msgid "Library" @@ -1863,61 +1929,56 @@ msgstr "" msgid "Light" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:189 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 msgid "Like" msgstr "" -#: src/view/screens/ProfileFeed.tsx:600 +#: src/view/screens/ProfileFeed.tsx:591 msgid "Like this feed" msgstr "" -#: src/Navigation.tsx:197 +#: src/Navigation.tsx:198 +msgid "Liked by" +msgstr "" + #: src/view/screens/PostLikedBy.tsx:27 #: src/view/screens/ProfileFeedLikedBy.tsx:27 -msgid "Liked by" +msgid "Liked By" msgstr "" #: src/view/com/feeds/FeedSourceCard.tsx:277 msgid "Liked by {0} {1}" msgstr "" -#: src/view/screens/ProfileFeed.tsx:615 +#: src/view/screens/ProfileFeed.tsx:606 msgid "Liked by {likeCount} {0}" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:171 -msgid "liked your custom feed{0}" +#: src/view/com/notifications/FeedItem.tsx:170 +msgid "liked your custom feed" msgstr "" #: src/view/com/notifications/FeedItem.tsx:155 msgid "liked your post" msgstr "" -#: src/view/screens/Profile.tsx:164 +#: src/view/screens/Profile.tsx:174 msgid "Likes" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:184 +#: src/view/com/post-thread/PostThreadItem.tsx:185 msgid "Likes on this post" msgstr "" -#: src/view/screens/Moderation.tsx:203 -#~ msgid "Limit the visibility of my account" -#~ msgstr "" - -#: src/view/screens/Moderation.tsx:203 -#~ msgid "Limit the visibility of my account to logged-out users" -#~ msgstr "" - -#: src/Navigation.tsx:166 +#: src/Navigation.tsx:167 msgid "List" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:203 +#: src/view/com/modals/CreateOrEditList.tsx:261 msgid "List Avatar" msgstr "" -#: src/view/screens/ProfileList.tsx:323 +#: src/view/screens/ProfileList.tsx:320 msgid "List blocked" msgstr "" @@ -1925,47 +1986,47 @@ msgstr "" msgid "List by {0}" msgstr "" -#: src/view/screens/ProfileList.tsx:367 +#: src/view/screens/ProfileList.tsx:364 msgid "List deleted" msgstr "" -#: src/view/screens/ProfileList.tsx:282 +#: src/view/screens/ProfileList.tsx:279 msgid "List muted" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:216 +#: src/view/com/modals/CreateOrEditList.tsx:275 msgid "List Name" msgstr "" -#: src/view/screens/ProfileList.tsx:342 +#: src/view/screens/ProfileList.tsx:339 msgid "List unblocked" msgstr "" -#: src/view/screens/ProfileList.tsx:301 +#: src/view/screens/ProfileList.tsx:298 msgid "List unmuted" msgstr "" -#: src/Navigation.tsx:109 -#: src/view/screens/Profile.tsx:166 +#: src/Navigation.tsx:110 +#: src/view/screens/Profile.tsx:176 #: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 msgid "Lists" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:263 -#: src/view/com/post-thread/PostThread.tsx:271 +#: src/view/com/post-thread/PostThread.tsx:281 +#: src/view/com/post-thread/PostThread.tsx:289 msgid "Load more posts" msgstr "" -#: src/view/screens/Notifications.tsx:148 +#: src/view/screens/Notifications.tsx:155 msgid "Load new notifications" msgstr "" #: src/view/com/feeds/FeedPage.tsx:190 -#: src/view/screens/Profile.tsx:412 -#: src/view/screens/ProfileFeed.tsx:503 -#: src/view/screens/ProfileList.tsx:659 +#: src/view/screens/Profile.tsx:422 +#: src/view/screens/ProfileFeed.tsx:494 +#: src/view/screens/ProfileList.tsx:656 msgid "Load new posts" msgstr "" @@ -1977,13 +2038,16 @@ msgstr "" msgid "Local dev server" msgstr "" -#: src/Navigation.tsx:207 +#: src/Navigation.tsx:208 msgid "Log" msgstr "" -#: src/view/screens/Moderation.tsx:134 -#~ msgid "Logged-out users" -#~ msgstr "" +#: src/screens/Deactivated.tsx:150 +#: src/screens/Deactivated.tsx:153 +#: src/screens/Deactivated.tsx:179 +#: src/screens/Deactivated.tsx:182 +msgid "Log out" +msgstr "" #: src/view/screens/Moderation.tsx:136 msgid "Logged-out visibility" @@ -1993,15 +2057,11 @@ msgstr "" msgid "Login to account that is not listed" msgstr "" -#: src/view/screens/ProfileFeed.tsx:472 -#~ msgid "Looks like this feed is only available to users with a Bluesky account. Please sign up or sign in to view this feed!" -#~ msgstr "" - #: src/view/com/modals/LinkWarning.tsx:65 msgid "Make sure this is where you intend to go!" msgstr "" -#: src/view/screens/Profile.tsx:163 +#: src/view/screens/Profile.tsx:173 msgid "Media" msgstr "" @@ -2014,19 +2074,15 @@ msgid "Mentioned users" msgstr "" #: src/view/com/util/ViewHeader.tsx:81 -#: src/view/screens/Search/Search.tsx:544 +#: src/view/screens/Search/Search.tsx:623 msgid "Menu" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:194 -#~ msgid "Message from server" -#~ msgstr "" - #: src/view/com/posts/FeedErrorMessage.tsx:197 msgid "Message from server: {0}" msgstr "" -#: src/Navigation.tsx:114 +#: src/Navigation.tsx:115 #: src/view/screens/Moderation.tsx:64 #: src/view/screens/Settings.tsx:591 #: src/view/shell/desktop/LeftNav.tsx:397 @@ -2036,25 +2092,25 @@ msgid "Moderation" msgstr "" #: src/view/com/lists/ListCard.tsx:92 -#: src/view/com/modals/UserAddRemoveLists.tsx:190 +#: src/view/com/modals/UserAddRemoveLists.tsx:206 msgid "Moderation list by {0}" msgstr "" -#: src/view/screens/ProfileList.tsx:753 +#: src/view/screens/ProfileList.tsx:750 msgid "Moderation list by <0/>" msgstr "" #: src/view/com/lists/ListCard.tsx:90 -#: src/view/com/modals/UserAddRemoveLists.tsx:188 -#: src/view/screens/ProfileList.tsx:751 +#: src/view/com/modals/UserAddRemoveLists.tsx:204 +#: src/view/screens/ProfileList.tsx:748 msgid "Moderation list by you" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:139 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "Moderation list created" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:126 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "Moderation list updated" msgstr "" @@ -2062,7 +2118,7 @@ msgstr "" msgid "Moderation lists" msgstr "" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "" @@ -2080,12 +2136,12 @@ msgid "More feeds" msgstr "" #: src/view/com/profile/ProfileHeader.tsx:562 -#: src/view/screens/ProfileFeed.tsx:371 -#: src/view/screens/ProfileList.tsx:595 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileList.tsx:592 msgid "More options" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:268 +#: src/view/com/util/forms/PostDropdownBtn.tsx:270 msgid "More post options" msgstr "" @@ -2097,23 +2153,23 @@ msgstr "" msgid "Mute Account" msgstr "" -#: src/view/screens/ProfileList.tsx:522 +#: src/view/screens/ProfileList.tsx:519 msgid "Mute accounts" msgstr "" -#: src/view/screens/ProfileList.tsx:469 +#: src/view/screens/ProfileList.tsx:466 msgid "Mute list" msgstr "" -#: src/view/screens/ProfileList.tsx:274 +#: src/view/screens/ProfileList.tsx:271 msgid "Mute these accounts?" msgstr "" -#: src/view/screens/ProfileList.tsx:278 +#: src/view/screens/ProfileList.tsx:275 msgid "Mute this List" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:169 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "Mute thread" msgstr "" @@ -2125,7 +2181,7 @@ msgstr "" msgid "Muted accounts" msgstr "" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "" @@ -2134,19 +2190,15 @@ msgstr "" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "" -#: src/view/screens/ProfileList.tsx:276 +#: src/view/screens/ProfileList.tsx:273 msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them." msgstr "" -#: src/view/screens/Moderation.tsx:134 -#~ msgid "My Account" -#~ msgstr "" - #: src/view/com/modals/BirthDateSettings.tsx:56 msgid "My Birthday" msgstr "" -#: src/view/screens/Feeds.tsx:367 +#: src/view/screens/Feeds.tsx:399 msgid "My Feeds" msgstr "" @@ -2159,14 +2211,18 @@ msgid "My Saved Feeds" msgstr "" #: src/view/com/modals/AddAppPasswords.tsx:181 -#: src/view/com/modals/CreateOrEditList.tsx:230 +#: src/view/com/modals/CreateOrEditList.tsx:290 msgid "Name" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:108 +#: src/view/com/modals/CreateOrEditList.tsx:145 msgid "Name is required" msgstr "" +#: src/screens/Onboarding/index.tsx:25 +msgid "Nature" +msgstr "" + #: src/view/com/auth/login/ForgotPasswordForm.tsx:186 #: src/view/com/auth/login/LoginForm.tsx:286 #: src/view/com/auth/login/SetNewPasswordForm.tsx:166 @@ -2187,6 +2243,10 @@ msgstr "" msgid "Never lose access to your followers and data." msgstr "" +#: src/screens/Onboarding/StepFinished.tsx:119 +msgid "Never lose access to your followers or data." +msgstr "" + #: src/view/screens/Lists.tsx:76 msgctxt "action" msgid "New" @@ -2196,7 +2256,7 @@ msgstr "" msgid "New" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:194 +#: src/view/com/modals/CreateOrEditList.tsx:252 msgid "New Moderation List" msgstr "" @@ -2209,11 +2269,11 @@ msgctxt "action" msgid "New post" msgstr "" -#: src/view/screens/Feeds.tsx:511 -#: src/view/screens/Profile.tsx:354 -#: src/view/screens/ProfileFeed.tsx:441 -#: src/view/screens/ProfileList.tsx:197 -#: src/view/screens/ProfileList.tsx:225 +#: src/view/screens/Feeds.tsx:547 +#: src/view/screens/Profile.tsx:364 +#: src/view/screens/ProfileFeed.tsx:432 +#: src/view/screens/ProfileList.tsx:194 +#: src/view/screens/ProfileList.tsx:222 #: src/view/shell/desktop/LeftNav.tsx:248 msgid "New post" msgstr "" @@ -2223,11 +2283,7 @@ msgctxt "action" msgid "New Post" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:258 -#~ msgid "New Post" -#~ msgstr "" - -#: src/view/com/modals/CreateOrEditList.tsx:189 +#: src/view/com/modals/CreateOrEditList.tsx:247 msgid "New User List" msgstr "" @@ -2235,7 +2291,11 @@ msgstr "" msgid "Newest replies first" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:155 +#: src/screens/Onboarding/index.tsx:23 +msgid "News" +msgstr "" + +#: src/view/com/auth/create/CreateAccount.tsx:161 #: src/view/com/auth/login/ForgotPasswordForm.tsx:178 #: src/view/com/auth/login/ForgotPasswordForm.tsx:188 #: src/view/com/auth/login/LoginForm.tsx:288 @@ -2250,7 +2310,7 @@ msgctxt "action" msgid "Next" msgstr "" -#: src/view/com/lightbox/Lightbox.web.tsx:142 +#: src/view/com/lightbox/Lightbox.web.tsx:149 msgid "Next image" msgstr "" @@ -2263,8 +2323,8 @@ msgstr "" msgid "No" msgstr "" -#: src/view/screens/ProfileFeed.tsx:593 -#: src/view/screens/ProfileList.tsx:733 +#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileList.tsx:730 msgid "No description" msgstr "" @@ -2272,7 +2332,7 @@ msgstr "" msgid "No longer following {0}" msgstr "" -#: src/view/com/notifications/Feed.tsx:107 +#: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "" @@ -2281,18 +2341,13 @@ msgstr "" msgid "No result" msgstr "" -#: src/view/screens/Feeds.tsx:456 +#: src/view/screens/Feeds.tsx:490 msgid "No results found for \"{query}\"" msgstr "" -#: src/view/com/modals/ListAddUser.tsx:142 -#: src/view/shell/desktop/Search.tsx:112 -#~ msgid "No results found for {0}" -#~ msgstr "" - #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:272 -#: src/view/screens/Search/Search.tsx:300 +#: src/view/screens/Search/Search.tsx:274 +#: src/view/screens/Search/Search.tsx:302 msgid "No results found for {query}" msgstr "" @@ -2304,15 +2359,11 @@ msgstr "" msgid "Nobody" msgstr "" -#: src/view/com/modals/SelfLabel.tsx:136 -#~ msgid "Not Applicable" -#~ msgstr "" - #: src/view/com/modals/SelfLabel.tsx:135 msgid "Not Applicable." msgstr "" -#: src/Navigation.tsx:104 +#: src/Navigation.tsx:105 msgid "Not Found" msgstr "" @@ -2321,21 +2372,13 @@ msgstr "" msgid "Not right now" msgstr "" -#: src/view/screens/Moderation.tsx:227 -#~ msgid "Note: Bluesky is an open and public network, and enabling this will not make your profile private or limit the ability of logged in users to see your posts. This setting only limits the visibility of posts on the Bluesky app and website; third-party apps that display Bluesky content may not respect this setting, and could show your content to logged-out users." -#~ msgstr "" - #: src/view/screens/Moderation.tsx:232 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 "" -#: src/view/screens/Moderation.tsx:227 -#~ msgid "Note: Third-party apps that display Bluesky content may not respect this setting." -#~ msgstr "" - -#: src/Navigation.tsx:445 -#: src/view/screens/Notifications.tsx:113 -#: src/view/screens/Notifications.tsx:137 +#: src/Navigation.tsx:448 +#: src/view/screens/Notifications.tsx:120 +#: src/view/screens/Notifications.tsx:144 #: src/view/shell/bottom-bar/BottomBar.tsx:205 #: src/view/shell/desktop/LeftNav.tsx:361 #: src/view/shell/Drawer.tsx:438 @@ -2351,6 +2394,10 @@ msgstr "" msgid "Oh no!" msgstr "" +#: src/screens/Onboarding/StepInterests/index.tsx:128 +msgid "Oh no! Something went wrong." +msgstr "" + #: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 msgid "Okay" msgstr "" @@ -2377,6 +2424,10 @@ msgstr "" msgid "Oops!" msgstr "" +#: src/screens/Onboarding/StepFinished.tsx:115 +msgid "Open" +msgstr "" + #: src/view/com/composer/Composer.tsx:470 #: src/view/com/composer/Composer.tsx:471 msgid "Open emoji picker" @@ -2386,7 +2437,7 @@ msgstr "" msgid "Open links with in-app browser" msgstr "" -#: src/view/com/pager/FeedsTabBarMobile.tsx:81 +#: src/view/com/pager/FeedsTabBarMobile.tsx:87 msgid "Open navigation" msgstr "" @@ -2402,7 +2453,7 @@ msgstr "" msgid "Opens additional details for a debug entry" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:352 +#: src/view/com/notifications/FeedItem.tsx:348 msgid "Opens an expanded list of users in this notification" msgstr "" @@ -2464,7 +2515,7 @@ msgstr "" msgid "Opens password reset form" msgstr "" -#: src/view/screens/Feeds.tsx:335 +#: src/view/screens/Feeds.tsx:338 msgid "Opens screen to edit Saved Feeds" msgstr "" @@ -2512,11 +2563,14 @@ msgstr "" msgid "Other..." msgstr "" -#: src/view/screens/NotFound.tsx:42 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "" +#: src/view/screens/NotFound.tsx:42 +msgid "Page Not Found" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:158 #: src/view/com/auth/create/Step1.tsx:168 #: src/view/com/auth/login/LoginForm.tsx:223 @@ -2533,11 +2587,11 @@ msgstr "" msgid "Password updated!" msgstr "" -#: src/Navigation.tsx:160 +#: src/Navigation.tsx:161 msgid "People followed by @{0}" msgstr "" -#: src/Navigation.tsx:153 +#: src/Navigation.tsx:154 msgid "People following @{0}" msgstr "" @@ -2549,7 +2603,11 @@ msgstr "" msgid "Permission to access camera roll was denied. Please enable it in your system settings." msgstr "" -#: src/view/com/auth/create/Step2.tsx:181 +#: src/screens/Onboarding/index.tsx:31 +msgid "Pets" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:182 msgid "Phone number" msgstr "" @@ -2557,8 +2615,8 @@ msgstr "" msgid "Pictures meant for adults." msgstr "" -#: src/view/screens/ProfileFeed.tsx:362 -#: src/view/screens/ProfileList.tsx:559 +#: src/view/screens/ProfileFeed.tsx:353 +#: src/view/screens/ProfileList.tsx:556 msgid "Pin to home" msgstr "" @@ -2595,7 +2653,7 @@ msgstr "" msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "" -#: src/view/com/auth/create/Step2.tsx:204 +#: src/view/com/auth/create/Step2.tsx:205 msgid "Please enter a phone number that can receive SMS text messages." msgstr "" @@ -2607,7 +2665,7 @@ msgstr "" msgid "Please enter the code you received by SMS." msgstr "" -#: src/view/com/auth/create/Step2.tsx:279 +#: src/view/com/auth/create/Step2.tsx:281 msgid "Please enter the verification code sent to {phoneNumberFormatted}." msgstr "" @@ -2637,6 +2695,10 @@ msgstr "" msgid "Please wait for your link card to finish loading" msgstr "" +#: src/screens/Onboarding/index.tsx:37 +msgid "Politics" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:111 msgid "Porn" msgstr "" @@ -2647,33 +2709,26 @@ msgctxt "action" msgid "Post" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:227 -#: src/view/screens/PostThread.tsx:82 +#: src/view/com/post-thread/PostThread.tsx:251 msgctxt "description" msgid "Post" msgstr "" -#: src/view/com/composer/Composer.tsx:346 -#: src/view/com/post-thread/PostThread.tsx:225 -#: src/view/screens/PostThread.tsx:80 -#~ msgid "Post" -#~ msgstr "" - -#: src/view/com/post-thread/PostThreadItem.tsx:176 +#: src/view/com/post-thread/PostThreadItem.tsx:177 msgid "Post by {0}" msgstr "" -#: src/Navigation.tsx:172 -#: src/Navigation.tsx:179 -#: src/Navigation.tsx:186 +#: src/Navigation.tsx:173 +#: src/Navigation.tsx:180 +#: src/Navigation.tsx:187 msgid "Post by @{0}" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:82 +#: src/view/com/util/forms/PostDropdownBtn.tsx:84 msgid "Post deleted" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:382 +#: src/view/com/post-thread/PostThread.tsx:403 msgid "Post hidden" msgstr "" @@ -2685,11 +2740,11 @@ msgstr "" msgid "Post Languages" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:434 +#: src/view/com/post-thread/PostThread.tsx:455 msgid "Post not found" msgstr "" -#: src/view/screens/Profile.tsx:161 +#: src/view/screens/Profile.tsx:171 msgid "Posts" msgstr "" @@ -2701,7 +2756,7 @@ msgstr "" msgid "Potentially Misleading Link" msgstr "" -#: src/view/com/lightbox/Lightbox.web.tsx:128 +#: src/view/com/lightbox/Lightbox.web.tsx:135 msgid "Previous image" msgstr "" @@ -2718,7 +2773,7 @@ msgstr "" msgid "Privacy" msgstr "" -#: src/Navigation.tsx:217 +#: src/Navigation.tsx:218 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings.tsx:824 #: src/view/shell/Drawer.tsx:265 @@ -2745,6 +2800,10 @@ msgstr "" msgid "Protect your account by verifying your email." msgstr "" +#: src/screens/Onboarding/StepFinished.tsx:101 +msgid "Public" +msgstr "" + #: src/view/screens/ModerationModlists.tsx:61 msgid "Public, shareable lists of users to mute or block in bulk." msgstr "" @@ -2775,10 +2834,6 @@ msgctxt "action" msgid "Quote Post" msgstr "" -#: src/view/com/modals/Repost.tsx:56 -#~ msgid "Quote Post" -#~ msgstr "" - #: src/view/screens/PreferencesThreads.tsx:86 msgid "Random (aka \"Poster's Roulette\")" msgstr "" @@ -2787,11 +2842,6 @@ msgstr "" msgid "Ratios" msgstr "" -#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:73 -#: src/view/com/auth/onboarding/RecommendedFollows.tsx:50 -#~ msgid "Recommended" -#~ msgstr "" - #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:116 msgid "Recommended Feeds" msgstr "" @@ -2802,7 +2852,7 @@ msgstr "" #: src/view/com/modals/ListAddRemoveUsers.tsx:264 #: src/view/com/modals/SelfLabel.tsx:83 -#: src/view/com/modals/UserAddRemoveLists.tsx:203 +#: src/view/com/modals/UserAddRemoveLists.tsx:219 #: src/view/com/util/UserAvatar.tsx:282 #: src/view/com/util/UserBanner.tsx:89 msgid "Remove" @@ -2825,7 +2875,7 @@ msgstr "" #: src/view/com/feeds/FeedSourceCard.tsx:167 #: src/view/com/feeds/FeedSourceCard.tsx:172 #: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:281 +#: src/view/screens/ProfileFeed.tsx:272 msgid "Remove from my feeds" msgstr "" @@ -2850,7 +2900,7 @@ msgid "Remove this feed from your saved feeds?" msgstr "" #: src/view/com/modals/ListAddRemoveUsers.tsx:199 -#: src/view/com/modals/UserAddRemoveLists.tsx:136 +#: src/view/com/modals/UserAddRemoveLists.tsx:152 msgid "Removed from list" msgstr "" @@ -2863,7 +2913,7 @@ msgstr "" msgid "Removes default thumbnail from {0}" msgstr "" -#: src/view/screens/Profile.tsx:162 +#: src/view/screens/Profile.tsx:172 msgid "Replies" msgstr "" @@ -2880,8 +2930,8 @@ msgstr "" msgid "Reply Filters" msgstr "" -#: src/view/com/post/Post.tsx:165 -#: src/view/com/posts/FeedItem.tsx:286 +#: src/view/com/post/Post.tsx:166 +#: src/view/com/posts/FeedItem.tsx:287 msgctxt "description" msgid "Reply to <0/>" msgstr "" @@ -2894,16 +2944,16 @@ msgstr "" msgid "Report Account" msgstr "" -#: src/view/screens/ProfileFeed.tsx:301 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Report feed" msgstr "" -#: src/view/screens/ProfileList.tsx:437 +#: src/view/screens/ProfileList.tsx:434 msgid "Report List" msgstr "" #: src/view/com/modals/report/SendReportButton.tsx:37 -#: src/view/com/util/forms/PostDropdownBtn.tsx:208 +#: src/view/com/util/forms/PostDropdownBtn.tsx:210 msgid "Report post" msgstr "" @@ -2925,14 +2975,14 @@ msgid "Repost or quote post" msgstr "" #: src/view/screens/PostRepostedBy.tsx:27 -msgid "Reposted by" +msgid "Reposted By" msgstr "" -#: src/view/com/posts/FeedItem.tsx:206 -msgid "Reposted by {0})" +#: src/view/com/posts/FeedItem.tsx:207 +msgid "Reposted by {0}" msgstr "" -#: src/view/com/posts/FeedItem.tsx:223 +#: src/view/com/posts/FeedItem.tsx:224 msgid "Reposted by <0/>" msgstr "" @@ -2940,7 +2990,7 @@ msgstr "" msgid "reposted your post" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:189 +#: src/view/com/post-thread/PostThreadItem.tsx:190 msgid "Reposts of this post" msgstr "" @@ -2949,14 +2999,10 @@ msgstr "" msgid "Request Change" msgstr "" -#: src/view/com/auth/create/Step2.tsx:217 +#: src/view/com/auth/create/Step2.tsx:218 msgid "Request code" msgstr "" -#: src/view/screens/Moderation.tsx:188 -#~ msgid "Request to limit the visibility of my account" -#~ msgstr "" - #: src/view/screens/Settings.tsx:450 msgid "Require alt text before posting" msgstr "" @@ -3007,9 +3053,11 @@ msgstr "" msgid "Retries the last action, which errored out" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:164 -#: src/view/com/auth/create/CreateAccount.tsx:168 -#: src/view/com/auth/create/Step2.tsx:252 +#: src/screens/Onboarding/StepInterests/index.tsx:221 +#: src/screens/Onboarding/StepInterests/index.tsx:224 +#: src/view/com/auth/create/CreateAccount.tsx:170 +#: src/view/com/auth/create/CreateAccount.tsx:175 +#: src/view/com/auth/create/Step2.tsx:254 #: src/view/com/auth/login/LoginForm.tsx:265 #: src/view/com/auth/login/LoginForm.tsx:268 #: src/view/com/util/error/ErrorMessage.tsx:55 @@ -3017,15 +3065,11 @@ msgstr "" msgid "Retry" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:169 -#~ msgid "Retry change handle" -#~ msgstr "" - -#: src/view/com/auth/create/Step2.tsx:245 +#: src/view/com/auth/create/Step2.tsx:246 msgid "Retry." msgstr "" -#: src/view/screens/ProfileList.tsx:877 +#: src/view/screens/ProfileList.tsx:874 msgid "Return to previous page" msgstr "" @@ -3033,8 +3077,8 @@ msgstr "" msgid "SANDBOX. Posts and accounts are not permanent." msgstr "" -#: src/view/com/lightbox/Lightbox.tsx:129 -#: src/view/com/modals/CreateOrEditList.tsx:276 +#: src/view/com/lightbox/Lightbox.tsx:132 +#: src/view/com/modals/CreateOrEditList.tsx:345 msgctxt "action" msgid "Save" msgstr "" @@ -3042,20 +3086,16 @@ msgstr "" #: src/view/com/modals/BirthDateSettings.tsx:94 #: src/view/com/modals/BirthDateSettings.tsx:97 #: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:268 +#: src/view/com/modals/CreateOrEditList.tsx:337 #: src/view/com/modals/EditProfile.tsx:224 -#: src/view/screens/ProfileFeed.tsx:354 +#: src/view/screens/ProfileFeed.tsx:345 msgid "Save" msgstr "" -#: src/view/com/modals/AltImage.tsx:106 +#: src/view/com/modals/AltImage.tsx:129 msgid "Save alt text" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:212 -#~ msgid "Save changes" -#~ msgstr "" - #: src/view/com/modals/EditProfile.tsx:232 msgid "Save Changes" msgstr "" @@ -3080,18 +3120,22 @@ msgstr "" msgid "Saves handle change to {handle}" msgstr "" -#: src/view/screens/ProfileList.tsx:833 +#: src/screens/Onboarding/index.tsx:36 +msgid "Science" +msgstr "" + +#: src/view/screens/ProfileList.tsx:830 msgid "Scroll to top" msgstr "" -#: src/Navigation.tsx:435 +#: src/Navigation.tsx:438 #: src/view/com/auth/LoggedOut.tsx:122 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:53 #: src/view/com/util/forms/SearchInput.tsx:65 -#: src/view/screens/Search/Search.tsx:408 -#: src/view/screens/Search/Search.tsx:566 -#: src/view/screens/Search/Search.tsx:579 +#: src/view/screens/Search/Search.tsx:418 +#: src/view/screens/Search/Search.tsx:645 +#: src/view/screens/Search/Search.tsx:663 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:324 #: src/view/shell/desktop/Search.tsx:214 @@ -3101,15 +3145,11 @@ msgstr "" msgid "Search" msgstr "" -#: src/view/screens/Search/Search.tsx:628 +#: src/view/screens/Search/Search.tsx:712 #: src/view/shell/desktop/Search.tsx:255 msgid "Search for \"{query}\"" msgstr "" -#: src/view/screens/Search/Search.tsx:390 -#~ msgid "Search for posts and users." -#~ msgstr "" - #: src/view/com/auth/LoggedOut.tsx:104 #: src/view/com/auth/LoggedOut.tsx:105 #: src/view/com/modals/ListAddRemoveUsers.tsx:70 @@ -3149,6 +3189,22 @@ msgstr "" msgid "Select service" msgstr "" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 +msgid "Select some accounts below to follow" +msgstr "" + +#: src/screens/Onboarding/StepModeration/index.tsx:49 +#~ msgid "Select the types of content that you want to see (or not see), and we'll handle the rest." +#~ msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:90 +msgid "Select topical feeds to follow from the list below" +msgstr "" + +#: src/screens/Onboarding/StepModeration/index.tsx:75 +msgid "Select what you want to see (or not see), and we’ll handle the rest." +msgstr "" + #: src/view/screens/LanguageSettings.tsx:281 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "" @@ -3157,7 +3213,11 @@ msgstr "" msgid "Select your app language for the default text to display in the app" msgstr "" -#: src/view/com/auth/create/Step2.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:196 +msgid "Select your interests from the options below" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:154 msgid "Select your phone's country" msgstr "" @@ -3165,6 +3225,14 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +msgid "Select your primary algorithmic feeds" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:132 +msgid "Select your secondary algorithmic feeds" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:202 #: src/view/com/modals/VerifyEmail.tsx:204 msgid "Send Confirmation Email" @@ -3179,10 +3247,6 @@ msgctxt "action" msgid "Send Email" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:138 -#~ msgid "Send Email" -#~ msgstr "" - #: src/view/shell/Drawer.tsx:298 #: src/view/shell/Drawer.tsx:319 msgid "Send feedback" @@ -3246,6 +3310,10 @@ msgstr "" 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:50 +msgid "Set up your account" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:266 msgid "Sets Bluesky username" msgstr "" @@ -3258,16 +3326,12 @@ msgstr "" msgid "Sets hosting provider for password reset" msgstr "" -#: src/view/com/auth/create/Step1.tsx:143 -#~ msgid "Sets hosting provider to {label}" -#~ msgstr "" - #: src/view/com/auth/create/Step1.tsx:78 #: src/view/com/auth/login/LoginForm.tsx:148 msgid "Sets server for the Bluesky client" msgstr "" -#: src/Navigation.tsx:134 +#: src/Navigation.tsx:135 #: src/view/screens/Settings.tsx:294 #: src/view/shell/desktop/LeftNav.tsx:433 #: src/view/shell/Drawer.tsx:570 @@ -3279,25 +3343,22 @@ msgstr "" msgid "Sexual activity or erotic nudity." msgstr "" -#: src/view/com/lightbox/Lightbox.tsx:138 +#: src/view/com/lightbox/Lightbox.tsx:141 msgctxt "action" msgid "Share" msgstr "" #: src/view/com/profile/ProfileHeader.tsx:342 -#: src/view/com/util/forms/PostDropdownBtn.tsx:151 -#: src/view/screens/ProfileList.tsx:396 +#: src/view/com/util/forms/PostDropdownBtn.tsx:153 +#: src/view/screens/ProfileList.tsx:393 msgid "Share" msgstr "" -#: src/view/screens/ProfileFeed.tsx:313 +#: src/view/screens/ProfileFeed.tsx:304 msgid "Share feed" msgstr "" -#: src/view/screens/ProfileFeed.tsx:276 -#~ msgid "Share link" -#~ msgstr "" - +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:43 #: src/view/com/modals/ContentFilteringSettings.tsx:261 #: src/view/com/util/moderation/ContentHider.tsx:107 #: src/view/com/util/moderation/PostHider.tsx:108 @@ -3321,9 +3382,9 @@ msgstr "" msgid "Show follows similar to {0}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:569 -#: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:362 +#: src/view/com/post-thread/PostThreadItem.tsx:571 +#: src/view/com/post/Post.tsx:197 +#: src/view/com/posts/FeedItem.tsx:363 msgid "Show More" msgstr "" @@ -3335,6 +3396,18 @@ msgstr "" msgid "Show Quote Posts" msgstr "" +#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +msgid "Show quote-posts in Following feed" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +msgid "Show quotes in Following" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +msgid "Show re-posts in Following feed" +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:119 msgid "Show Replies" msgstr "" @@ -3343,6 +3416,14 @@ msgstr "" msgid "Show replies by people you follow before all other replies." msgstr "" +#: src/screens/Onboarding/StepFollowingFeed.tsx:86 +msgid "Show replies in Following" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +msgid "Show replies in Following feed" +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:70 msgid "Show replies with at least {value} {0}" msgstr "" @@ -3351,12 +3432,16 @@ msgstr "" msgid "Show Reposts" msgstr "" +#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +msgid "Show reposts in Following" +msgstr "" + #: src/view/com/util/moderation/ContentHider.tsx:67 #: src/view/com/util/moderation/PostHider.tsx:61 msgid "Show the content" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:350 +#: src/view/com/notifications/FeedItem.tsx:346 msgid "Show users" msgstr "" @@ -3374,9 +3459,9 @@ msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:285 #: src/view/shell/bottom-bar/BottomBar.tsx:286 #: src/view/shell/bottom-bar/BottomBar.tsx:288 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:177 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:180 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 #: src/view/shell/NavSignupCard.tsx:58 #: src/view/shell/NavSignupCard.tsx:59 msgid "Sign in" @@ -3411,9 +3496,9 @@ msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:275 #: src/view/shell/bottom-bar/BottomBar.tsx:276 #: src/view/shell/bottom-bar/BottomBar.tsx:278 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:167 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:170 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 #: src/view/shell/NavSignupCard.tsx:49 #: src/view/shell/NavSignupCard.tsx:50 #: src/view/shell/NavSignupCard.tsx:52 @@ -3440,14 +3525,24 @@ msgstr "" msgid "Signs {0} out of Bluesky" msgstr "" +#: src/screens/Onboarding/StepInterests/index.tsx:235 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:33 msgid "Skip" msgstr "" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Onboarding/StepInterests/index.tsx:232 +msgid "Skip this flow" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:81 msgid "SMS verification" msgstr "" +#: src/screens/Onboarding/index.tsx:40 +msgid "Software Dev" +msgstr "" + #: src/view/com/modals/ProfilePreview.tsx:62 msgid "Something went wrong and we're not sure what." msgstr "" @@ -3468,6 +3563,10 @@ msgstr "" msgid "Sort replies to the same post by:" msgstr "" +#: src/screens/Onboarding/index.tsx:30 +msgid "Sports" +msgstr "" + #: src/view/com/modals/crop-image/CropImage.web.tsx:122 msgid "Square" msgstr "" @@ -3484,15 +3583,11 @@ msgstr "" msgid "Step {0} of {numSteps}" msgstr "" -#: src/view/com/auth/create/StepHeader.tsx:15 -#~ msgid "Step {step} of 3" -#~ msgstr "" - #: src/view/screens/Settings.tsx:276 msgid "Storage cleared, you need to restart the app now." msgstr "" -#: src/Navigation.tsx:202 +#: src/Navigation.tsx:203 #: src/view/screens/Settings.tsx:740 msgid "Storybook" msgstr "" @@ -3501,19 +3596,20 @@ msgstr "" msgid "Submit" msgstr "Submit" -#: src/view/screens/ProfileList.tsx:586 +#: src/view/screens/ProfileList.tsx:583 msgid "Subscribe" msgstr "" -#: src/view/screens/ProfileList.tsx:582 -msgid "Subscribe to this list" +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 +msgid "Subscribe to the {0} feed" msgstr "" -#: src/view/com/lists/ListCard.tsx:101 -#~ msgid "Subscribed" -#~ msgstr "" +#: src/view/screens/ProfileList.tsx:579 +msgid "Subscribe to this list" +msgstr "" -#: src/view/screens/Search/Search.tsx:364 +#: src/view/screens/Search/Search.tsx:372 msgid "Suggested Follows" msgstr "" @@ -3525,7 +3621,7 @@ msgstr "" msgid "Suggestive" msgstr "" -#: src/Navigation.tsx:212 +#: src/Navigation.tsx:213 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -3565,11 +3661,15 @@ msgstr "" msgid "Tap to view fully" msgstr "" +#: src/screens/Onboarding/index.tsx:39 +msgid "Tech" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:93 msgid "Terms" msgstr "" -#: src/Navigation.tsx:222 +#: src/Navigation.tsx:223 #: src/view/screens/Settings.tsx:818 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:259 @@ -3593,7 +3693,11 @@ msgstr "" msgid "The Copyright Policy has been moved to <0/>" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:437 +#: src/screens/Onboarding/Layout.tsx:60 +msgid "The following steps will help customize your Bluesky experience." +msgstr "" + +#: src/view/com/post-thread/PostThread.tsx:458 msgid "The post may have been deleted." msgstr "" @@ -3605,15 +3709,15 @@ msgstr "" 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 "" -#: 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 "" - #: src/view/screens/TermsOfService.tsx:33 msgid "The Terms of Service have been moved to" msgstr "" -#: src/view/screens/ProfileFeed.tsx:558 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:135 +msgid "There are many feeds to try:" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:549 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "" @@ -3621,12 +3725,12 @@ msgstr "" msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "" -#: src/view/screens/ProfileFeed.tsx:218 +#: src/view/screens/ProfileFeed.tsx:209 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "" -#: src/view/screens/ProfileFeed.tsx:245 -#: src/view/screens/ProfileList.tsx:266 +#: src/view/screens/ProfileFeed.tsx:236 +#: src/view/screens/ProfileList.tsx:263 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 #: src/view/screens/SavedFeeds.tsx:252 @@ -3641,7 +3745,7 @@ msgstr "" msgid "There was an issue contacting your server" msgstr "" -#: src/view/com/notifications/Feed.tsx:115 +#: src/view/com/notifications/Feed.tsx:117 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" @@ -3658,6 +3762,7 @@ msgstr "" msgid "There was an issue fetching your lists. Tap here to try again." msgstr "" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:63 #: src/view/com/modals/ContentFilteringSettings.tsx:126 msgid "There was an issue syncing your preferences with the server" msgstr "" @@ -3675,10 +3780,10 @@ msgstr "" msgid "There was an issue! {0}" msgstr "" -#: src/view/screens/ProfileList.tsx:287 -#: src/view/screens/ProfileList.tsx:306 -#: src/view/screens/ProfileList.tsx:328 -#: src/view/screens/ProfileList.tsx:347 +#: src/view/screens/ProfileList.tsx:284 +#: src/view/screens/ProfileList.tsx:303 +#: src/view/screens/ProfileList.tsx:325 +#: src/view/screens/ProfileList.tsx:344 msgid "There was an issue. Please check your internet connection and try again." msgstr "" @@ -3686,13 +3791,17 @@ msgstr "" msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "" -#: src/view/com/auth/create/Step2.tsx:53 +#: src/screens/Deactivated.tsx:107 +msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:54 msgid "There's something wrong with this number. Please choose your country and enter your full phone number!" msgstr "" -#: src/view/com/util/moderation/LabelInfo.tsx:45 -#~ msgid "This {0} has been labeled." -#~ msgstr "" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +msgid "These are popular accounts you might like:" +msgstr "" #: src/view/com/util/moderation/ScreenHider.tsx:88 msgid "This {screenDescription} has been flagged:" @@ -3718,9 +3827,9 @@ msgstr "" msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "" -#: src/view/screens/Profile.tsx:392 -#: src/view/screens/ProfileFeed.tsx:484 -#: src/view/screens/ProfileList.tsx:639 +#: src/view/screens/Profile.tsx:402 +#: src/view/screens/ProfileFeed.tsx:475 +#: src/view/screens/ProfileList.tsx:636 msgid "This feed is empty!" msgstr "" @@ -3736,15 +3845,11 @@ msgstr "" msgid "This is important in case you ever need to change your email or reset your password." msgstr "" -#: src/view/com/auth/create/Step1.tsx:55 -#~ msgid "This is the service that keeps you online." -#~ msgstr "" - #: src/view/com/modals/LinkWarning.tsx:58 msgid "This link is taking you to the following website:" msgstr "" -#: src/view/screens/ProfileList.tsx:813 +#: src/view/screens/ProfileList.tsx:810 msgid "This list is empty!" msgstr "" @@ -3752,7 +3857,7 @@ msgstr "" msgid "This name is already in use" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:123 +#: src/view/com/post-thread/PostThreadItem.tsx:124 msgid "This post has been deleted." msgstr "" @@ -3772,7 +3877,7 @@ msgstr "" msgid "This warning is only available for posts with media attached." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:190 +#: src/view/com/util/forms/PostDropdownBtn.tsx:192 msgid "This will hide this post from your feeds." msgstr "" @@ -3785,7 +3890,7 @@ msgstr "" msgid "Threaded Mode" msgstr "" -#: src/Navigation.tsx:252 +#: src/Navigation.tsx:253 msgid "Threads Preferences" msgstr "" @@ -3797,9 +3902,9 @@ msgstr "" msgid "Transformations" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:710 -#: src/view/com/post-thread/PostThreadItem.tsx:712 -#: src/view/com/util/forms/PostDropdownBtn.tsx:123 +#: src/view/com/post-thread/PostThreadItem.tsx:719 +#: src/view/com/post-thread/PostThreadItem.tsx:721 +#: src/view/com/util/forms/PostDropdownBtn.tsx:125 msgid "Translate" msgstr "" @@ -3808,15 +3913,11 @@ msgctxt "action" msgid "Try again" msgstr "" -#: src/view/com/util/error/ErrorScreen.tsx:73 -#~ msgid "Try again" -#~ msgstr "" - -#: src/view/screens/ProfileList.tsx:484 +#: src/view/screens/ProfileList.tsx:481 msgid "Un-block list" msgstr "" -#: src/view/screens/ProfileList.tsx:469 +#: src/view/screens/ProfileList.tsx:466 msgid "Un-mute list" msgstr "" @@ -3828,7 +3929,7 @@ msgid "Unable to contact your service. Please check your Internet connection." msgstr "" #: src/view/com/profile/ProfileHeader.tsx:472 -#: src/view/screens/ProfileList.tsx:568 +#: src/view/screens/ProfileList.tsx:565 msgid "Unblock" msgstr "" @@ -3858,15 +3959,15 @@ msgstr "" msgid "Unfollow {0}" msgstr "" -#: src/view/com/auth/create/state.ts:298 +#: src/view/com/auth/create/state.ts:300 msgid "Unfortunately, you do not meet the requirements to create an account." msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:189 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 msgid "Unlike" msgstr "" -#: src/view/screens/ProfileList.tsx:575 +#: src/view/screens/ProfileList.tsx:572 msgid "Unmute" msgstr "" @@ -3874,24 +3975,24 @@ msgstr "" msgid "Unmute Account" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:169 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "Unmute thread" msgstr "" -#: src/view/screens/ProfileFeed.tsx:362 -#: src/view/screens/ProfileList.tsx:559 +#: src/view/screens/ProfileFeed.tsx:353 +#: src/view/screens/ProfileList.tsx:556 msgid "Unpin" msgstr "" -#: src/view/screens/ProfileList.tsx:452 +#: src/view/screens/ProfileList.tsx:449 msgid "Unpin moderation list" msgstr "" -#: src/view/screens/ProfileFeed.tsx:354 +#: src/view/screens/ProfileFeed.tsx:345 msgid "Unsave" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:54 +#: src/view/com/modals/UserAddRemoveLists.tsx:70 msgid "Update {displayName} in Lists" msgstr "" @@ -3949,30 +4050,30 @@ msgstr "" msgid "User Blocks You" msgstr "" -#: src/view/com/auth/create/Step3.tsx:38 +#: src/view/com/auth/create/Step3.tsx:41 msgid "User handle" msgstr "" #: src/view/com/lists/ListCard.tsx:84 -#: src/view/com/modals/UserAddRemoveLists.tsx:182 +#: src/view/com/modals/UserAddRemoveLists.tsx:198 msgid "User list by {0}" msgstr "" -#: src/view/screens/ProfileList.tsx:741 +#: src/view/screens/ProfileList.tsx:738 msgid "User list by <0/>" msgstr "" #: src/view/com/lists/ListCard.tsx:82 -#: src/view/com/modals/UserAddRemoveLists.tsx:180 -#: src/view/screens/ProfileList.tsx:739 +#: src/view/com/modals/UserAddRemoveLists.tsx:196 +#: src/view/screens/ProfileList.tsx:736 msgid "User list by you" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:138 +#: src/view/com/modals/CreateOrEditList.tsx:196 msgid "User list created" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:125 +#: src/view/com/modals/CreateOrEditList.tsx:182 msgid "User list updated" msgstr "" @@ -3985,7 +4086,7 @@ msgstr "" msgid "Username or email address" msgstr "" -#: src/view/screens/ProfileList.tsx:775 +#: src/view/screens/ProfileList.tsx:772 msgid "Users" msgstr "" @@ -3993,15 +4094,11 @@ msgstr "" msgid "users followed by <0/>" msgstr "" -#: src/view/com/threadgate/WhoCanReply.tsx:115 -#~ msgid "Users followed by <0/>" -#~ msgstr "" - #: src/view/com/modals/Threadgate.tsx:106 msgid "Users in \"{0}\"" msgstr "" -#: src/view/com/auth/create/Step2.tsx:241 +#: src/view/com/auth/create/Step2.tsx:242 msgid "Verification code" msgstr "" @@ -4026,6 +4123,10 @@ msgstr "" msgid "Verify Your Email" msgstr "" +#: src/screens/Onboarding/index.tsx:42 +msgid "Video Games" +msgstr "" + #: src/view/com/profile/ProfileHeader.tsx:701 msgid "View {0}'s avatar" msgstr "" @@ -4050,39 +4151,60 @@ msgstr "" msgid "Visit Site" msgstr "" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:42 #: src/view/com/modals/ContentFilteringSettings.tsx:254 msgid "Warn" msgstr "" -#: src/view/com/posts/DiscoverFallbackHeader.tsx:29 -#~ msgid "We ran out of posts from your follows. Here's the latest from" -#~ msgstr "" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +msgid "We also think you'll like \"For You\" by Skygaze:" +msgstr "" + +#: src/screens/Deactivated.tsx:134 +msgid "We estimate {estimatedTime} until your account is ready." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:93 +msgid "We hope you have a wonderful time. Remember, Bluesky is:" +msgstr "" #: src/view/com/posts/DiscoverFallbackHeader.tsx:29 msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:118 +#~ msgid "We recommend \"For You\" by Skygaze:" +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:119 +msgid "We recommend our \"Discover\" feed:" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:133 +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/Deactivated.tsx:138 +msgid "We will let you know when your account is ready." +msgstr "" + #: src/view/com/modals/AppealLabel.tsx:48 msgid "We'll look into your appeal promptly." msgstr "" +#: src/screens/Onboarding/StepInterests/index.tsx:138 +msgid "We'll use this to help customize your experience." +msgstr "" + #: src/view/com/auth/create/CreateAccount.tsx:123 msgid "We're so excited to have you join us!" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:99 -#~ msgid "We're sorry, but this content is not viewable without a Bluesky account." -#~ msgstr "" - -#: src/view/com/posts/FeedErrorMessage.tsx:105 -#~ msgid "We're sorry, but this feed is currently receiving high traffic and is temporarily unavailable. Please try again later." -#~ msgstr "" - -#: src/view/screens/ProfileList.tsx:83 +#: src/view/screens/ProfileList.tsx:84 msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "" -#: src/view/screens/Search/Search.tsx:245 +#: src/view/screens/Search/Search.tsx:247 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -4094,6 +4216,10 @@ msgstr "" msgid "Welcome to <0>Bluesky</0>" msgstr "" +#: src/screens/Onboarding/StepInterests/index.tsx:130 +msgid "What are your interests?" +msgstr "" + #: src/view/com/modals/report/Modal.tsx:169 msgid "What is the issue with this {collectionName}?" msgstr "" @@ -4116,10 +4242,6 @@ msgstr "" msgid "Who can reply" msgstr "" -#: src/view/com/threadgate/WhoCanReply.tsx:79 -#~ msgid "Who can reply?" -#~ msgstr "" - #: src/view/com/modals/crop-image/CropImage.web.tsx:102 msgid "Wide" msgstr "" @@ -4133,11 +4255,15 @@ msgstr "" msgid "Write your reply" msgstr "" -#: src/view/com/auth/create/Step2.tsx:260 +#: src/screens/Onboarding/index.tsx:28 +msgid "Writers" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:262 msgid "XXXXXX" msgstr "" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:82 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:77 #: src/view/screens/PreferencesHomeFeed.tsx:129 #: src/view/screens/PreferencesHomeFeed.tsx:201 #: src/view/screens/PreferencesHomeFeed.tsx:236 @@ -4147,15 +4273,27 @@ msgstr "" msgid "Yes" msgstr "" +#: src/screens/Onboarding/StepModeration/index.tsx:46 +#~ msgid "You are in control" +#~ msgstr "" + +#: src/screens/Deactivated.tsx:131 +msgid "You are in line." +msgstr "" + #: src/view/com/posts/FollowingEmptyState.tsx:67 #: src/view/com/posts/FollowingEndOfFeed.tsx:68 msgid "You can also discover new Custom Feeds to follow." msgstr "" -#: src/view/com/auth/create/Step1.tsx:106 -#~ msgid "You can change hosting providers at any time." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:123 +#~ msgid "You can also try our \"Discover\" algorithm:" #~ msgstr "" +#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +msgid "You can change these settings later." +msgstr "" + #: src/view/com/auth/login/Login.tsx:158 #: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 msgid "You can now sign in with your new password." @@ -4169,7 +4307,7 @@ msgstr "" msgid "You don't have any pinned feeds." msgstr "" -#: src/view/screens/Feeds.tsx:387 +#: src/view/screens/Feeds.tsx:419 msgid "You don't have any saved feeds!" msgstr "" @@ -4177,7 +4315,7 @@ msgstr "" msgid "You don't have any saved feeds." msgstr "" -#: src/view/com/post-thread/PostThread.tsx:385 +#: src/view/com/post-thread/PostThread.tsx:406 msgid "You have blocked the author or you have been blocked by the author." msgstr "" @@ -4214,11 +4352,15 @@ msgstr "" msgid "You must be 18 or older to enable adult content." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:96 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:103 +msgid "You must be 18 years or older to enable adult content" +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:98 msgid "You will no longer receive notifications for this thread" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:99 +#: src/view/com/util/forms/PostDropdownBtn.tsx:101 msgid "You will now receive notifications for this thread" msgstr "" @@ -4226,6 +4368,20 @@ msgstr "" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "" +#: src/screens/Onboarding/StepModeration/index.tsx:72 +msgid "You're in control" +msgstr "" + +#: src/screens/Deactivated.tsx:88 +#: src/screens/Deactivated.tsx:89 +#: src/screens/Deactivated.tsx:104 +msgid "You're in line" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:90 +msgid "You're ready to go!" +msgstr "" + #: src/view/com/posts/FollowingEndOfFeed.tsx:48 msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" @@ -4246,6 +4402,10 @@ msgstr "" msgid "Your choice will be saved, but can be changed later in settings." msgstr "" +#: src/screens/Onboarding/StepFollowingFeed.tsx:61 +msgid "Your default feed is \"Following\"" +msgstr "" + #: src/view/com/auth/create/state.ts:153 #: src/view/com/auth/login/ForgotPasswordForm.tsx:70 msgid "Your email appears to be invalid." @@ -4267,7 +4427,7 @@ msgstr "" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "" -#: src/view/com/auth/create/Step3.tsx:42 +#: src/view/com/auth/create/Step3.tsx:45 msgid "Your full handle will be" msgstr "" @@ -4275,10 +4435,6 @@ msgstr "" msgid "Your full handle will be <0>@{0}</0>" msgstr "" -#: src/view/com/auth/create/Step1.tsx:53 -#~ msgid "Your hosting provider" -#~ msgstr "" - #: src/view/screens/Settings.tsx:430 #: src/view/shell/desktop/RightNav.tsx:137 #: src/view/shell/Drawer.tsx:660 @@ -4289,6 +4445,7 @@ msgstr "" msgid "Your post has been published" msgstr "" +#: src/screens/Onboarding/StepFinished.tsx:105 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:59 msgid "Your posts, likes, and blocks are public. Mutes are private." @@ -4299,18 +4456,6 @@ msgstr "" msgid "Your profile" msgstr "" -#: src/view/screens/Moderation.tsx:205 -#~ msgid "Your profile and account will not be visible to anyone visiting the Bluesky app without an account, or to account holders who are not logged in. Enabling this will not make your profile private." -#~ msgstr "" - -#: src/view/screens/Moderation.tsx:220 -#~ msgid "Your profile and content will not be visible to anyone visiting the Bluesky app without an account. Enabling this will not make your profile private." -#~ msgstr "" - -#: src/view/screens/Moderation.tsx:220 -#~ msgid "Your profile and posts will not be visible to people visiting the Bluesky app or website without having an account and being logged in." -#~ msgstr "" - #: src/view/com/composer/Composer.tsx:266 msgid "Your reply has been published" msgstr "" diff --git a/src/locale/locales/es/messages.po b/src/locale/locales/es/messages.po index 7ec556754..9329ab317 100644 --- a/src/locale/locales/es/messages.po +++ b/src/locale/locales/es/messages.po @@ -21,15 +21,6 @@ msgstr "" msgid "{0, plural, one {# invite code available} other {# invite codes available}}" msgstr "{0, plural, one {# invite code available} other {# invite codes available}}" -#: src/view/com/modals/CreateOrEditList.tsx:185 -#: src/view/screens/Settings.tsx:294 -#~ msgid "{0}" -#~ msgstr "{0}" - -#: src/view/com/modals/CreateOrEditList.tsx:176 -#~ msgid "{0} {purposeLabel} List" -#~ msgstr "Lista {purposeLabel} {0}" - #: src/view/com/profile/ProfileHeader.tsx:632 msgid "{following} following" msgstr "" @@ -48,18 +39,10 @@ msgstr "{invitesAvailable} código de invitación disponible" msgid "{invitesAvailable} invite codes available" msgstr "{invitesAvailable} códigos de invitación disponibles" -#: src/view/screens/Search/Search.tsx:87 -#~ msgid "{message}" -#~ msgstr "{message}" - #: src/view/shell/Drawer.tsx:443 msgid "{numUnreadNotifications} unread" msgstr "" -#: src/Navigation.tsx:147 -#~ msgid "@{0}" -#~ msgstr "" - #: src/view/com/threadgate/WhoCanReply.tsx:158 msgid "<0/> members" msgstr "<0/> miembros" @@ -93,11 +76,11 @@ msgid "A new version of the app is available. Please update to continue using th msgstr "Ya está disponible una nueva versión de la aplicación. Actualízala para seguir utilizándola." #: src/view/com/util/ViewHeader.tsx:83 -#: src/view/screens/Search/Search.tsx:545 +#: src/view/screens/Search/Search.tsx:624 msgid "Access navigation links and settings" msgstr "" -#: src/view/com/pager/FeedsTabBarMobile.tsx:83 +#: src/view/com/pager/FeedsTabBarMobile.tsx:89 msgid "Access profile and other navigation links" msgstr "" @@ -145,8 +128,8 @@ msgstr "" #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:264 -#: src/view/com/modals/UserAddRemoveLists.tsx:203 -#: src/view/screens/ProfileList.tsx:791 +#: src/view/com/modals/UserAddRemoveLists.tsx:219 +#: src/view/screens/ProfileList.tsx:788 msgid "Add" msgstr "Agregar" @@ -154,7 +137,7 @@ msgstr "Agregar" msgid "Add a content warning" msgstr "Agregar una advertencia de cuenta" -#: src/view/screens/ProfileList.tsx:781 +#: src/view/screens/ProfileList.tsx:778 msgid "Add a user to this list" msgstr "Agregar un usuario a esta lista" @@ -165,7 +148,7 @@ msgstr "Agregar una cuenta" #: src/view/com/composer/photos/Gallery.tsx:119 #: src/view/com/composer/photos/Gallery.tsx:180 -#: src/view/com/modals/AltImage.tsx:93 +#: src/view/com/modals/AltImage.tsx:115 msgid "Add alt text" msgstr "Agregar texto alt" @@ -201,7 +184,7 @@ msgid "Add to Lists" msgstr "Agregar a listas" #: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:281 +#: src/view/screens/ProfileFeed.tsx:272 msgid "Add to my feeds" msgstr "Agregar a mis noticias" @@ -210,7 +193,7 @@ msgid "Added" msgstr "" #: src/view/com/modals/ListAddRemoveUsers.tsx:191 -#: src/view/com/modals/UserAddRemoveLists.tsx:128 +#: src/view/com/modals/UserAddRemoveLists.tsx:144 msgid "Added to list" msgstr "Agregar a una lista" @@ -230,6 +213,10 @@ msgstr "Contenido para adultos" msgid "Adult content can only be enabled via the Web at <0/>." msgstr "" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:78 +#~ msgid "Adult content can only be enabled via the Web at <0>bsky.app</0>." +#~ msgstr "" + #: src/view/screens/Settings.tsx:630 msgid "Advanced" msgstr "Avanzado" @@ -263,11 +250,15 @@ msgstr "Se ha enviado un correo electrónico a tu dirección previa, {0}. Incluy msgid "An issue occurred, please try again." msgstr "" -#: src/view/com/notifications/FeedItem.tsx:240 +#: src/view/com/notifications/FeedItem.tsx:236 #: src/view/com/threadgate/WhoCanReply.tsx:178 msgid "and" msgstr "y" +#: src/screens/Onboarding/index.tsx:32 +msgid "Animals" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:95 msgid "App Language" msgstr "Lenguaje de app" @@ -292,12 +283,12 @@ msgstr "" msgid "App passwords" msgstr "Contraseñas de la app" -#: src/Navigation.tsx:237 +#: src/Navigation.tsx:238 #: src/view/screens/AppPasswords.tsx:187 msgid "App Passwords" msgstr "Contraseñas de la app" -#: src/view/com/util/forms/PostDropdownBtn.tsx:248 +#: src/view/com/util/forms/PostDropdownBtn.tsx:250 msgid "Appeal content warning" msgstr "Aviso sobre el contenido del recurso" @@ -325,41 +316,49 @@ msgstr "¿Estás seguro de que quieres eliminar la contraseña de la app \"{name msgid "Are you sure you'd like to discard this draft?" msgstr "¿Estás seguro de que quieres descartar este borrador?" -#: src/view/screens/ProfileList.tsx:364 +#: src/view/screens/ProfileList.tsx:361 msgid "Are you sure?" msgstr "¿Estás seguro?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:231 +#: src/view/com/util/forms/PostDropdownBtn.tsx:233 msgid "Are you sure? This cannot be undone." msgstr "¿Estás seguro? Esto no puede deshacerse." -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:65 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:60 msgid "Are you writing in <0>{0}</0>?" msgstr "" +#: src/screens/Onboarding/index.tsx:26 +msgid "Art" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:123 msgid "Artistic or non-erotic nudity." msgstr "Desnudez artística o no erótica." -#: src/view/com/auth/create/CreateAccount.tsx:142 +#: src/view/com/auth/create/CreateAccount.tsx:147 #: src/view/com/auth/login/ChooseAccountForm.tsx:151 #: src/view/com/auth/login/ForgotPasswordForm.tsx:170 #: src/view/com/auth/login/LoginForm.tsx:256 #: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/report/InputIssueDetails.tsx:46 -#: src/view/com/post-thread/PostThread.tsx:392 -#: src/view/com/post-thread/PostThread.tsx:442 -#: src/view/com/post-thread/PostThread.tsx:450 +#: src/view/com/post-thread/PostThread.tsx:413 +#: src/view/com/post-thread/PostThread.tsx:463 +#: src/view/com/post-thread/PostThread.tsx:471 #: src/view/com/profile/ProfileHeader.tsx:688 #: src/view/com/util/ViewHeader.tsx:81 msgid "Back" msgstr "Regresar" -#: src/view/com/post-thread/PostThread.tsx:400 +#: src/view/com/post-thread/PostThread.tsx:421 msgctxt "action" msgid "Back" msgstr "" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +msgid "Based on your interest in {interestsText}" +msgstr "" + #: src/view/screens/Settings.tsx:489 msgid "Basics" msgstr "Conceptos básicos" @@ -378,19 +377,19 @@ msgstr "Cumpleaños:" msgid "Block Account" msgstr "Bloquear una cuenta" -#: src/view/screens/ProfileList.tsx:534 +#: src/view/screens/ProfileList.tsx:531 msgid "Block accounts" msgstr "Bloquear cuentas" -#: src/view/screens/ProfileList.tsx:484 +#: src/view/screens/ProfileList.tsx:481 msgid "Block list" msgstr "Bloquear una lista" -#: src/view/screens/ProfileList.tsx:315 +#: src/view/screens/ProfileList.tsx:312 msgid "Block these accounts?" msgstr "¿Bloquear estas cuentas?" -#: src/view/screens/ProfileList.tsx:319 +#: src/view/screens/ProfileList.tsx:316 msgid "Block this List" msgstr "" @@ -403,7 +402,7 @@ msgstr "" msgid "Blocked accounts" msgstr "Cuentas bloqueadas" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationBlockedAccounts.tsx:107 msgid "Blocked Accounts" msgstr "Cuentas bloqueadas" @@ -416,11 +415,11 @@ msgstr "Las cuentas bloqueadas no pueden responder en tus hilos, mencionarte ni 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 "Las cuentas bloqueadas no pueden responder en tus hilos, mencionarte ni interactuar contigo de ninguna otra forma. Tú no verás su contenido y ellos no podrán ver el tuyo." -#: src/view/com/post-thread/PostThread.tsx:254 +#: src/view/com/post-thread/PostThread.tsx:272 msgid "Blocked post." msgstr "Publicación bloqueada." -#: src/view/screens/ProfileList.tsx:317 +#: src/view/screens/ProfileList.tsx:314 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "El bloque es público. Las cuentas bloqueadas no pueden responder en tus hilos, mencionarte ni interactuar contigo de ninguna otra forma." @@ -459,6 +458,10 @@ msgstr "Bluesky no mostrará tu perfil ni tus publicaciones a los usuarios que h msgid "Bluesky.Social" msgstr "Bluesky.Social" +#: src/screens/Onboarding/index.tsx:33 +msgid "Books" +msgstr "" + #: src/view/screens/Settings.tsx:792 msgid "Build version {0} {1}" msgstr "Versión {0} {1}" @@ -502,7 +505,7 @@ msgstr "Sólo puede contener letras, números, espacios, guiones y guiones bajos #: src/view/com/composer/Composer.tsx:305 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/CreateOrEditList.tsx:286 +#: src/view/com/modals/CreateOrEditList.tsx:355 #: src/view/com/modals/EditImage.tsx:323 #: src/view/com/modals/EditProfile.tsx:249 #: src/view/com/modals/InAppBrowserConsent.tsx:78 @@ -511,14 +514,14 @@ msgstr "Sólo puede contener letras, números, espacios, guiones y guiones bajos #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 #: src/view/com/modals/Waitlist.tsx:142 -#: src/view/screens/Search/Search.tsx:609 +#: src/view/screens/Search/Search.tsx:693 #: src/view/shell/desktop/Search.tsx:238 msgid "Cancel" msgstr "Cancelar" #: src/view/com/modals/Confirm.tsx:88 #: src/view/com/modals/Confirm.tsx:91 -#: src/view/com/modals/CreateOrEditList.tsx:291 +#: src/view/com/modals/CreateOrEditList.tsx:360 #: src/view/com/modals/DeleteAccount.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:230 msgctxt "action" @@ -530,10 +533,6 @@ msgstr "" msgid "Cancel account deletion" msgstr "Cancelar la eliminación de la cuenta" -#: src/view/com/modals/AltImage.tsx:123 -#~ msgid "Cancel add image alt text" -#~ msgstr "Cancelar añadir texto alternativo a la imagen" - #: src/view/com/modals/ChangeHandle.tsx:149 msgid "Cancel change handle" msgstr "Cancelar identificador de cambio" @@ -562,11 +561,7 @@ msgstr "Cancelar la inscripción en la lista de espera" #: src/view/screens/Settings.tsx:334 msgctxt "action" msgid "Change" -msgstr "" - -#: src/view/screens/Settings.tsx:306 -#~ msgid "Change" -#~ msgstr "Cambiar" +msgstr "Cambiar" #: src/view/screens/Settings.tsx:662 #: src/view/screens/Settings.tsx:671 @@ -581,7 +576,7 @@ msgstr "Cambiar el identificador" msgid "Change my email" msgstr "Cambiar mi correo electrónico" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:78 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:73 msgid "Change post language to {0}" msgstr "" @@ -589,6 +584,11 @@ msgstr "" msgid "Change Your Email" msgstr "Cambiar tu correo electrónico" +#: src/screens/Deactivated.tsx:73 +#: src/screens/Deactivated.tsx:77 +msgid "Check my status" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:121 msgid "Check out some recommended feeds. Tap + to add them to your list of pinned feeds." msgstr "Echa un vistazo a algunas publicaciones recomendadas. Pulsa + para añadirlos a tu lista de publicaciones ancladas." @@ -613,11 +613,23 @@ msgstr "" msgid "Choose Service" msgstr "Elige un Servicio" +#: src/screens/Onboarding/StepFinished.tsx:135 +msgid "Choose the algorithms that power your custom feeds." +msgstr "" + #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:83 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:83 msgid "Choose the algorithms that power your experience with custom feeds." msgstr "Elige los algoritmos que potencian tu experiencia con publicaciones personalizadas." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#~ msgid "Choose your algorithmic feeds" +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +msgid "Choose your main feeds" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:163 msgid "Choose your password" msgstr "Elige tu contraseña" @@ -641,7 +653,7 @@ msgid "Clear all storage data (restart after this)" msgstr "Borrar todos los datos de almacenamiento (reiniciar después de esto)" #: src/view/com/util/forms/SearchInput.tsx:74 -#: src/view/screens/Search/Search.tsx:590 +#: src/view/screens/Search/Search.tsx:674 msgid "Clear search query" msgstr "Borrar consulta de búsqueda" @@ -649,6 +661,10 @@ msgstr "Borrar consulta de búsqueda" msgid "click here" msgstr "" +#: src/screens/Onboarding/index.tsx:35 +msgid "Climate" +msgstr "" + #: src/components/Dialog/index.web.tsx:78 msgid "Close active dialog" msgstr "" @@ -665,7 +681,7 @@ msgstr "Cierra el cajón inferior" msgid "Close image" msgstr "Cerrar la imagen" -#: src/view/com/lightbox/Lightbox.web.tsx:112 +#: src/view/com/lightbox/Lightbox.web.tsx:119 msgid "Close image viewer" msgstr "Cerrar el visor de imagen" @@ -689,15 +705,27 @@ msgstr "" msgid "Closes viewer for header image" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:321 +#: src/view/com/notifications/FeedItem.tsx:317 msgid "Collapses list of users for a given notification" msgstr "" -#: src/Navigation.tsx:227 +#: src/screens/Onboarding/index.tsx:41 +msgid "Comedy" +msgstr "" + +#: src/screens/Onboarding/index.tsx:27 +msgid "Comics" +msgstr "" + +#: src/Navigation.tsx:228 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Directrices de la comunidad" +#: src/screens/Onboarding/StepFinished.tsx:148 +msgid "Complete onboarding and start using your account" +msgstr "" + #: src/view/com/composer/Composer.tsx:417 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "" @@ -706,6 +734,10 @@ msgstr "" msgid "Compose reply" msgstr "Redactar la respuesta" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:67 +msgid "Configure content filtering setting for category: {0}" +msgstr "" + #: src/components/Prompt.tsx:114 #: src/view/com/modals/AppealLabel.tsx:98 #: src/view/com/modals/SelfLabel.tsx:154 @@ -749,12 +781,12 @@ msgstr "Código de confirmación" msgid "Confirms signing up {email} to the waitlist" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:175 +#: src/view/com/auth/create/CreateAccount.tsx:182 #: src/view/com/auth/login/LoginForm.tsx:275 msgid "Connecting..." msgstr "Conectando..." -#: src/view/com/auth/create/CreateAccount.tsx:195 +#: src/view/com/auth/create/CreateAccount.tsx:202 msgid "Contact support" msgstr "" @@ -784,11 +816,35 @@ msgstr "Advertencia de contenido" msgid "Content warnings" msgstr "Advertencias de contenido" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:155 +#: src/screens/Onboarding/StepFollowingFeed.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:248 +#: src/screens/Onboarding/StepModeration/index.tsx:118 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:108 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 msgid "Continue" msgstr "Continuar" +#: src/screens/Onboarding/StepFollowingFeed.tsx:150 +#: src/screens/Onboarding/StepInterests/index.tsx:245 +#: src/screens/Onboarding/StepModeration/index.tsx:115 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:105 +msgid "Continue to next step" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:152 +msgid "Continue to the next step" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 +msgid "Continue to the next step without following any accounts" +msgstr "" + +#: src/screens/Onboarding/index.tsx:44 +msgid "Cooking" +msgstr "" + #: src/view/com/modals/AddAppPasswords.tsx:197 #: src/view/com/modals/InviteCodes.tsx:182 msgid "Copied" @@ -800,7 +856,7 @@ msgstr "" #: src/view/com/modals/AddAppPasswords.tsx:75 #: src/view/com/modals/InviteCodes.tsx:152 -#: src/view/com/util/forms/PostDropdownBtn.tsx:110 +#: src/view/com/util/forms/PostDropdownBtn.tsx:112 msgid "Copied to clipboard" msgstr "" @@ -812,11 +868,11 @@ msgstr "" msgid "Copy" msgstr "Copiar" -#: src/view/screens/ProfileList.tsx:396 +#: src/view/screens/ProfileList.tsx:393 msgid "Copy link to list" msgstr "Copia el enlace a la lista" -#: src/view/com/util/forms/PostDropdownBtn.tsx:151 +#: src/view/com/util/forms/PostDropdownBtn.tsx:153 msgid "Copy link to post" msgstr "Copia el enlace a la publicación" @@ -824,24 +880,24 @@ msgstr "Copia el enlace a la publicación" msgid "Copy link to profile" msgstr "Copia el enlace al perfil" -#: src/view/com/util/forms/PostDropdownBtn.tsx:137 +#: src/view/com/util/forms/PostDropdownBtn.tsx:139 msgid "Copy post text" msgstr "Copiar el texto de la publicación" -#: src/Navigation.tsx:232 +#: src/Navigation.tsx:233 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Política de derechos de autor" -#: src/view/screens/ProfileFeed.tsx:95 +#: src/view/screens/ProfileFeed.tsx:96 msgid "Could not load feed" msgstr "No se ha podido cargar las publicaciones" -#: src/view/screens/ProfileList.tsx:867 +#: src/view/screens/ProfileList.tsx:864 msgid "Could not load list" msgstr "No se ha podido cargar la lista" -#: src/view/com/auth/create/Step2.tsx:89 +#: src/view/com/auth/create/Step2.tsx:90 msgid "Country" msgstr "" @@ -872,11 +928,11 @@ msgstr "Crear una cuenta nueva" msgid "Created {0}" msgstr "Creado {0}" -#: src/view/screens/ProfileFeed.tsx:625 +#: src/view/screens/ProfileFeed.tsx:616 msgid "Created by <0/>" msgstr "" -#: src/view/screens/ProfileFeed.tsx:623 +#: src/view/screens/ProfileFeed.tsx:614 msgid "Created by you" msgstr "" @@ -884,6 +940,10 @@ msgstr "" msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "" +#: src/screens/Onboarding/index.tsx:29 +msgid "Culture" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:389 #: src/view/com/modals/ServerInput.tsx:102 msgid "Custom domain" @@ -905,10 +965,6 @@ msgstr "" msgid "Dark mode" msgstr "" -#: src/Navigation.tsx:204 -#~ msgid "Debug" -#~ msgstr "" - #: src/view/screens/Debug.tsx:83 msgid "Debug panel" msgstr "" @@ -926,8 +982,8 @@ msgstr "Borrar la cuenta" msgid "Delete app password" msgstr "Borrar la contraseña de la app" -#: src/view/screens/ProfileList.tsx:363 -#: src/view/screens/ProfileList.tsx:423 +#: src/view/screens/ProfileList.tsx:360 +#: src/view/screens/ProfileList.tsx:420 msgid "Delete List" msgstr "Borrar la lista" @@ -939,11 +995,11 @@ msgstr "Borrar mi cuenta" msgid "Delete my account…" msgstr "Borrar mi cuenta..." -#: src/view/com/util/forms/PostDropdownBtn.tsx:226 +#: src/view/com/util/forms/PostDropdownBtn.tsx:228 msgid "Delete post" msgstr "Borrar una publicación" -#: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Delete this post?" msgstr "¿Borrar esta publicación?" @@ -951,21 +1007,17 @@ msgstr "¿Borrar esta publicación?" msgid "Deleted" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:246 +#: src/view/com/post-thread/PostThread.tsx:264 msgid "Deleted post." msgstr "Se borró la publicación." -#: src/view/com/modals/CreateOrEditList.tsx:237 -#: src/view/com/modals/CreateOrEditList.tsx:253 +#: src/view/com/modals/CreateOrEditList.tsx:300 +#: src/view/com/modals/CreateOrEditList.tsx:321 #: src/view/com/modals/EditProfile.tsx:198 #: src/view/com/modals/EditProfile.tsx:210 msgid "Description" msgstr "Descripción" -#: src/view/com/auth/create/Step1.tsx:96 -#~ msgid "Dev Server" -#~ msgstr "Servidor de desarrollo" - #: src/view/screens/Settings.tsx:711 msgid "Developer Tools" msgstr "Herramientas de desarrollador" @@ -991,7 +1043,7 @@ msgstr "Evitar que las aplicaciones muestren mi cuenta a los usuarios desconecta msgid "Discover new custom feeds" msgstr "" -#: src/view/screens/Feeds.tsx:409 +#: src/view/screens/Feeds.tsx:441 msgid "Discover new feeds" msgstr "Descubrir nuevas publicaciones" @@ -1017,15 +1069,15 @@ msgstr "" #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 #: src/view/com/modals/Threadgate.tsx:132 -#: src/view/com/modals/UserAddRemoveLists.tsx:79 -#: src/view/com/modals/UserAddRemoveLists.tsx:82 +#: src/view/com/modals/UserAddRemoveLists.tsx:95 +#: src/view/com/modals/UserAddRemoveLists.tsx:98 #: src/view/screens/PreferencesThreads.tsx:162 msgctxt "action" msgid "Done" msgstr "" #: src/view/com/modals/AddAppPasswords.tsx:228 -#: src/view/com/modals/AltImage.tsx:115 +#: src/view/com/modals/AltImage.tsx:138 #: src/view/com/modals/ContentFilteringSettings.tsx:88 #: src/view/com/modals/ContentFilteringSettings.tsx:96 #: src/view/com/modals/crop-image/CropImage.web.tsx:152 @@ -1044,6 +1096,14 @@ msgstr "Listo{extraText}" msgid "Double tap to sign in" msgstr "" +#: src/view/com/composer/text-input/TextInput.web.tsx:244 +msgid "Drop to add images" +msgstr "" + +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:111 +msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." +msgstr "" + #: src/view/com/modals/EditProfile.tsx:185 msgid "e.g. Alice Roberts" msgstr "" @@ -1052,19 +1112,19 @@ msgstr "" msgid "e.g. Artist, dog-lover, and avid reader." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:223 +#: src/view/com/modals/CreateOrEditList.tsx:283 msgid "e.g. Great Posters" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:224 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Spammers" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:244 +#: src/view/com/modals/CreateOrEditList.tsx:312 msgid "e.g. The posters who never miss." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -1082,16 +1142,16 @@ msgstr "" msgid "Edit image" msgstr "Editar la imagen" -#: src/view/screens/ProfileList.tsx:411 +#: src/view/screens/ProfileList.tsx:408 msgid "Edit list details" msgstr "Editar los detalles de la lista" -#: src/view/com/modals/CreateOrEditList.tsx:192 +#: src/view/com/modals/CreateOrEditList.tsx:250 msgid "Edit Moderation List" msgstr "" -#: src/Navigation.tsx:242 -#: src/view/screens/Feeds.tsx:371 +#: src/Navigation.tsx:243 +#: src/view/screens/Feeds.tsx:403 #: src/view/screens/SavedFeeds.tsx:84 msgid "Edit My Feeds" msgstr "Editar mis noticias" @@ -1108,11 +1168,11 @@ msgstr "Editar el perfil" msgid "Edit Profile" msgstr "Editar el perfil" -#: src/view/screens/Feeds.tsx:334 +#: src/view/screens/Feeds.tsx:337 msgid "Edit Saved Feeds" msgstr "Editar mis noticias guardadas" -#: src/view/com/modals/CreateOrEditList.tsx:187 +#: src/view/com/modals/CreateOrEditList.tsx:245 msgid "Edit User List" msgstr "" @@ -1124,9 +1184,13 @@ msgstr "" msgid "Edit your profile description" msgstr "" +#: src/screens/Onboarding/index.tsx:34 +msgid "Education" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:143 -#: src/view/com/auth/create/Step2.tsx:192 -#: src/view/com/auth/create/Step2.tsx:266 +#: src/view/com/auth/create/Step2.tsx:193 +#: src/view/com/auth/create/Step2.tsx:268 #: src/view/com/auth/login/ForgotPasswordForm.tsx:152 #: src/view/com/modals/ChangeEmail.tsx:141 #: src/view/com/modals/Waitlist.tsx:88 @@ -1163,6 +1227,11 @@ msgstr "" msgid "Enable Adult Content" msgstr "" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:76 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:77 +msgid "Enable adult content in your feeds" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 msgid "Enable External Media" msgstr "" @@ -1175,7 +1244,7 @@ msgstr "" msgid "Enable this setting to only see replies between people you follow." msgstr "Activa esta opción para ver sólo las respuestas de las personas a las que sigues." -#: src/view/screens/Profile.tsx:427 +#: src/view/screens/Profile.tsx:437 msgid "End of feed" msgstr "Fin de noticias" @@ -1187,10 +1256,6 @@ msgstr "" msgid "Enter Confirmation Code" msgstr "" -#: src/view/com/auth/create/Step1.tsx:71 -#~ msgid "Enter the address of your provider:" -#~ msgstr "Introduce la dirección de tu proveedor:" - #: src/view/com/modals/ChangeHandle.tsx:371 msgid "Enter the domain you want to use" msgstr "Introduce el dominio que quieres utilizar" @@ -1220,7 +1285,7 @@ msgstr "" msgid "Enter your new email address below." msgstr "Introduce tu nueva dirección de correo electrónico a continuación." -#: src/view/com/auth/create/Step2.tsx:186 +#: src/view/com/auth/create/Step2.tsx:187 msgid "Enter your phone number" msgstr "" @@ -1228,7 +1293,7 @@ msgstr "" msgid "Enter your username and password" msgstr "Introduce tu nombre de usuario y contraseña" -#: src/view/screens/Search/Search.tsx:107 +#: src/view/screens/Search/Search.tsx:109 msgid "Error:" msgstr "Error:" @@ -1240,7 +1305,7 @@ msgstr "Todos" msgid "Exits handle change process" msgstr "" -#: src/view/com/lightbox/Lightbox.web.tsx:113 +#: src/view/com/lightbox/Lightbox.web.tsx:120 msgid "Exits image view" msgstr "" @@ -1253,7 +1318,7 @@ msgstr "" msgid "Exits signing up for waitlist with {email}" msgstr "" -#: src/view/com/lightbox/Lightbox.web.tsx:156 +#: src/view/com/lightbox/Lightbox.web.tsx:163 msgid "Expand alt text" msgstr "Expandir el texto alt" @@ -1271,7 +1336,7 @@ msgstr "" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "" -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:259 #: src/view/screens/PreferencesExternalEmbeds.tsx:52 #: src/view/screens/Settings.tsx:623 msgid "External Media Preferences" @@ -1286,11 +1351,11 @@ msgstr "" msgid "Failed to create app password." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:148 +#: src/view/com/modals/CreateOrEditList.tsx:206 msgid "Failed to create the list. Check your internet connection and try again." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:86 +#: src/view/com/util/forms/PostDropdownBtn.tsx:88 msgid "Failed to delete post, please try again" msgstr "" @@ -1299,7 +1364,7 @@ msgstr "" msgid "Failed to load recommended feeds" msgstr "Error al cargar las noticias recomendadas" -#: src/Navigation.tsx:192 +#: src/Navigation.tsx:193 msgid "Feed" msgstr "" @@ -1307,7 +1372,7 @@ msgstr "" msgid "Feed by {0}" msgstr "" -#: src/view/screens/Feeds.tsx:560 +#: src/view/screens/Feeds.tsx:597 msgid "Feed offline" msgstr "Noticias fuera de línea" @@ -1320,9 +1385,9 @@ msgstr "Preferencias de noticias" msgid "Feedback" msgstr "Comentarios" -#: src/Navigation.tsx:440 -#: src/view/screens/Feeds.tsx:479 -#: src/view/screens/Profile.tsx:165 +#: src/Navigation.tsx:443 +#: src/view/screens/Feeds.tsx:514 +#: src/view/screens/Profile.tsx:175 #: src/view/shell/bottom-bar/BottomBar.tsx:181 #: src/view/shell/desktop/LeftNav.tsx:342 #: src/view/shell/Drawer.tsx:479 @@ -1330,6 +1395,14 @@ msgstr "Comentarios" msgid "Feeds" msgstr "Noticias" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#~ msgid "Feeds are created by users and can give you entirely new experiences." +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +msgid "Feeds are created by users and organizations. They offer you varied experiences and suggest content you may like using algorithms." +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:57 msgid "Feeds are created by users to curate content. Choose some feeds that you find interesting." msgstr "Se crean las noticias por los usuarios para crear colecciones de contenidos. Elige algunas noticias que te parezcan interesantes." @@ -1338,17 +1411,25 @@ msgstr "Se crean las noticias por los usuarios para crear colecciones de conteni msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information." msgstr "Las noticias son algoritmos personalizados que los usuarios construyen con un poco de experiencia en codificación. <0/> para más información." +#: src/screens/Onboarding/StepTopicalFeeds.tsx:70 +msgid "Feeds can be topical as well!" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:151 +msgid "Finalizing" +msgstr "" + #: src/view/com/posts/CustomFeedEmptyState.tsx:47 #: src/view/com/posts/FollowingEmptyState.tsx:57 #: src/view/com/posts/FollowingEndOfFeed.tsx:58 msgid "Find accounts to follow" msgstr "" -#: src/view/screens/Search/Search.tsx:429 +#: src/view/screens/Search/Search.tsx:439 msgid "Find users on Bluesky" msgstr "Encontrar usuarios en Bluesky" -#: src/view/screens/Search/Search.tsx:427 +#: src/view/screens/Search/Search.tsx:437 msgid "Find users with the search tool on the right" msgstr "Encuentra usuarios con la herramienta de búsqueda de la derecha" @@ -1364,6 +1445,14 @@ msgstr "Ajusta el contenido que ves en tu pantalla de inicio." msgid "Fine-tune the discussion threads." msgstr "Ajusta los hilos de discusión." +#: src/screens/Onboarding/index.tsx:38 +msgid "Fitness" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:131 +msgid "Flexible" +msgstr "" + #: src/view/com/modals/EditImage.tsx:115 msgid "Flip horizontal" msgstr "" @@ -1382,10 +1471,19 @@ msgstr "" msgid "Follow" msgstr "Seguir" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 #: src/view/com/profile/ProfileHeader.tsx:543 msgid "Follow {0}" msgstr "" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:178 +msgid "Follow All" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +msgid "Follow selected accounts and continue to the next step" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFollows.tsx:64 msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." msgstr "Sigue a algunos usuarios para empezar. Podemos recomendarte más usuarios en función de los que te parezcan interesantes." @@ -1410,10 +1508,6 @@ msgstr "" msgid "Followers" msgstr "Seguidores" -#: src/view/com/profile/ProfileHeader.tsx:624 -#~ msgid "following" -#~ msgstr "siguiendo" - #: src/view/com/profile/ProfileHeader.tsx:534 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" @@ -1431,6 +1525,10 @@ msgstr "Te siguen" msgid "Follows You" msgstr "" +#: src/screens/Onboarding/index.tsx:43 +msgid "Food" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:107 msgid "For security reasons, we'll need to send a confirmation code to your email address." msgstr "Por razones de seguridad, tendremos que enviarte un código de confirmación a tu dirección de correo electrónico." @@ -1452,7 +1550,7 @@ msgstr "Olvidé mi contraseña" msgid "Forgot Password" msgstr "Olvidé mi contraseña" -#: src/view/com/posts/FeedItem.tsx:188 +#: src/view/com/posts/FeedItem.tsx:189 msgctxt "from-feed" msgid "From <0/>" msgstr "" @@ -1473,14 +1571,19 @@ msgstr "Comenzar" msgid "Go back" msgstr "Regresar" -#: src/view/screens/ProfileFeed.tsx:104 -#: src/view/screens/ProfileFeed.tsx:109 -#: src/view/screens/ProfileList.tsx:876 -#: src/view/screens/ProfileList.tsx:881 +#: src/view/screens/ProfileFeed.tsx:105 +#: src/view/screens/ProfileFeed.tsx:110 +#: src/view/screens/ProfileList.tsx:873 +#: src/view/screens/ProfileList.tsx:878 msgid "Go Back" msgstr "Regresar" -#: src/view/screens/Search/Search.tsx:640 +#: src/screens/Onboarding/Layout.tsx:104 +#: src/screens/Onboarding/Layout.tsx:193 +msgid "Go back to previous step" +msgstr "" + +#: src/view/screens/Search/Search.tsx:724 #: src/view/shell/desktop/Search.tsx:262 msgid "Go to @{queryMaybeHandle}" msgstr "" @@ -1495,7 +1598,7 @@ msgstr "Ir al siguiente" msgid "Handle" msgstr "Identificador" -#: src/view/com/auth/create/CreateAccount.tsx:190 +#: src/view/com/auth/create/CreateAccount.tsx:197 msgid "Having trouble?" msgstr "" @@ -1504,23 +1607,36 @@ msgstr "" msgid "Help" msgstr "Ayuda" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +msgid "Here are some accounts for you to follow" +msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:79 +msgid "Here are some popular topical feeds. You can choose to follow as many as you like." +msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:74 +msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." +msgstr "" + #: src/view/com/modals/AddAppPasswords.tsx:152 msgid "Here is your app password." msgstr "Aquí tienes tu contraseña de la app." -#: src/view/com/modals/ContentFilteringSettings.tsx:219 -#: src/view/com/notifications/FeedItem.tsx:329 -msgctxt "action" -msgid "Hide" -msgstr "" - +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:41 #: src/view/com/modals/ContentFilteringSettings.tsx:246 #: src/view/com/util/moderation/ContentHider.tsx:105 #: src/view/com/util/moderation/PostHider.tsx:108 msgid "Hide" msgstr "Ocultar" -#: src/view/com/util/forms/PostDropdownBtn.tsx:185 +#: src/view/com/modals/ContentFilteringSettings.tsx:219 +#: src/view/com/notifications/FeedItem.tsx:325 +msgctxt "action" +msgid "Hide" +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:187 msgid "Hide post" msgstr "Ocultar publicación" @@ -1529,11 +1645,11 @@ msgstr "Ocultar publicación" msgid "Hide the content" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:189 +#: src/view/com/util/forms/PostDropdownBtn.tsx:191 msgid "Hide this post?" msgstr "¿Ocultar esta publicación?" -#: src/view/com/notifications/FeedItem.tsx:319 +#: src/view/com/notifications/FeedItem.tsx:315 msgid "Hide user list" msgstr "Ocultar la lista de usuarios" @@ -1561,7 +1677,7 @@ msgstr "El servidor de noticias ha respondido de forma incorrecta. Por favor, in msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Tenemos problemas para encontrar esta noticia. Puede que la hayan borrado." -#: src/Navigation.tsx:430 +#: src/Navigation.tsx:433 #: src/view/shell/bottom-bar/BottomBar.tsx:137 #: src/view/shell/desktop/LeftNav.tsx:306 #: src/view/shell/Drawer.tsx:401 @@ -1569,8 +1685,8 @@ msgstr "Tenemos problemas para encontrar esta noticia. Puede que la hayan borrad msgid "Home" msgstr "Página inicial" -#: src/Navigation.tsx:247 -#: src/view/com/pager/FeedsTabBarMobile.tsx:117 +#: src/Navigation.tsx:248 +#: src/view/com/pager/FeedsTabBarMobile.tsx:123 #: src/view/screens/PreferencesHomeFeed.tsx:104 #: src/view/screens/Settings.tsx:509 msgid "Home Feed Preferences" @@ -1580,11 +1696,6 @@ msgstr "Preferencias de noticias de la página inicial" msgid "Hosting provider" msgstr "Proveedor de alojamiento" -#: src/view/com/auth/create/Step1.tsx:76 -#: src/view/com/auth/create/Step1.tsx:81 -#~ msgid "Hosting provider address" -#~ msgstr "Dirección del proveedor de alojamiento" - #: src/view/com/modals/InAppBrowserConsent.tsx:44 msgid "How should we open this link?" msgstr "" @@ -1601,7 +1712,7 @@ msgstr "" msgid "I have my own domain" msgstr "Tengo mi propio dominio" -#: src/view/com/lightbox/Lightbox.web.tsx:158 +#: src/view/com/lightbox/Lightbox.web.tsx:165 msgid "If alt text is long, toggles alt text expanded state" msgstr "" @@ -1609,11 +1720,11 @@ msgstr "" msgid "If none are selected, suitable for all ages." msgstr "Si no se selecciona ninguno, es apto para todas las edades." -#: src/view/com/util/images/Gallery.tsx:37 +#: src/view/com/util/images/Gallery.tsx:38 msgid "Image" msgstr "" -#: src/view/com/modals/AltImage.tsx:97 +#: src/view/com/modals/AltImage.tsx:119 msgid "Image alt text" msgstr "Texto alt de la imagen" @@ -1634,14 +1745,6 @@ msgstr "" msgid "Input email for Bluesky account" msgstr "" -#: src/view/com/auth/create/Step2.tsx:109 -#~ msgid "Input email for Bluesky waitlist" -#~ msgstr "" - -#: src/view/com/auth/create/Step1.tsx:80 -#~ msgid "Input hosting provider address" -#~ msgstr "" - #: src/view/com/auth/create/Step1.tsx:102 msgid "Input invite code to proceed" msgstr "" @@ -1658,7 +1761,7 @@ msgstr "" msgid "Input password for account deletion" msgstr "" -#: src/view/com/auth/create/Step2.tsx:194 +#: src/view/com/auth/create/Step2.tsx:195 msgid "Input phone number for SMS verification" msgstr "" @@ -1670,7 +1773,7 @@ msgstr "" msgid "Input the username or email address you used at signup" msgstr "" -#: src/view/com/auth/create/Step2.tsx:268 +#: src/view/com/auth/create/Step2.tsx:270 msgid "Input the verification code we have texted to you" msgstr "" @@ -1682,11 +1785,11 @@ msgstr "" msgid "Input your password" msgstr "" -#: src/view/com/auth/create/Step3.tsx:39 +#: src/view/com/auth/create/Step3.tsx:42 msgid "Input your user handle" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:229 +#: src/view/com/post-thread/PostThreadItem.tsx:231 msgid "Invalid or unsupported post record" msgstr "" @@ -1724,6 +1827,10 @@ msgstr "Códigos de invitación: {invitesAvailable} disponibles" msgid "Invite codes: 1 available" msgstr "" +#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +msgid "It shows posts from the people you follow as they happen." +msgstr "" + #: src/view/com/auth/HomeLoggedOutCTA.tsx:99 msgid "Jobs" msgstr "Tareas" @@ -1741,6 +1848,10 @@ msgstr "Únete a la lista de espera." msgid "Join Waitlist" msgstr "Únete a la lista de espera" +#: src/screens/Onboarding/index.tsx:24 +msgid "Journalism" +msgstr "" + #: src/view/com/composer/select-language/SelectLangBtn.tsx:104 msgid "Language selection" msgstr "Escoger el idioma" @@ -1749,7 +1860,7 @@ msgstr "Escoger el idioma" msgid "Language settings" msgstr "" -#: src/Navigation.tsx:139 +#: src/Navigation.tsx:140 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "Configuración del idioma" @@ -1792,6 +1903,10 @@ msgstr "Déjalos todos sin marcar para ver cualquier idioma." msgid "Leaving Bluesky" msgstr "Salir de Bluesky" +#: src/screens/Deactivated.tsx:129 +msgid "left to go." +msgstr "" + #: src/view/screens/Settings.tsx:280 msgid "Legacy storage cleared, you need to restart the app now." msgstr "" @@ -1801,6 +1916,10 @@ msgstr "" msgid "Let's get your password reset!" msgstr "¡Vamos a restablecer tu contraseña!" +#: src/screens/Onboarding/StepFinished.tsx:151 +msgid "Let's go!" +msgstr "" + #: src/view/com/util/UserAvatar.tsx:245 #: src/view/com/util/UserBanner.tsx:60 msgid "Library" @@ -1810,53 +1929,56 @@ msgstr "Librería" msgid "Light" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:189 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 msgid "Like" msgstr "" -#: src/view/screens/ProfileFeed.tsx:600 +#: src/view/screens/ProfileFeed.tsx:591 msgid "Like this feed" msgstr "Dar «me gusta» a esta noticia" -#: src/Navigation.tsx:197 -#: src/view/screens/PostLikedBy.tsx:27 -#: src/view/screens/ProfileFeedLikedBy.tsx:27 +#: src/Navigation.tsx:198 msgid "Liked by" msgstr "Le ha gustado a" +#: src/view/screens/PostLikedBy.tsx:27 +#: src/view/screens/ProfileFeedLikedBy.tsx:27 +msgid "Liked By" +msgstr "" + #: src/view/com/feeds/FeedSourceCard.tsx:277 msgid "Liked by {0} {1}" msgstr "" -#: src/view/screens/ProfileFeed.tsx:615 +#: src/view/screens/ProfileFeed.tsx:606 msgid "Liked by {likeCount} {0}" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:171 -msgid "liked your custom feed{0}" +#: src/view/com/notifications/FeedItem.tsx:170 +msgid "liked your custom feed" msgstr "" #: src/view/com/notifications/FeedItem.tsx:155 msgid "liked your post" msgstr "" -#: src/view/screens/Profile.tsx:164 +#: src/view/screens/Profile.tsx:174 msgid "Likes" msgstr "Cantidad de «Me gusta»" -#: src/view/com/post-thread/PostThreadItem.tsx:184 +#: src/view/com/post-thread/PostThreadItem.tsx:185 msgid "Likes on this post" msgstr "" -#: src/Navigation.tsx:166 +#: src/Navigation.tsx:167 msgid "List" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:203 +#: src/view/com/modals/CreateOrEditList.tsx:261 msgid "List Avatar" msgstr "Avatar de la lista" -#: src/view/screens/ProfileList.tsx:323 +#: src/view/screens/ProfileList.tsx:320 msgid "List blocked" msgstr "" @@ -1864,47 +1986,47 @@ msgstr "" msgid "List by {0}" msgstr "" -#: src/view/screens/ProfileList.tsx:367 +#: src/view/screens/ProfileList.tsx:364 msgid "List deleted" msgstr "" -#: src/view/screens/ProfileList.tsx:282 +#: src/view/screens/ProfileList.tsx:279 msgid "List muted" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:216 +#: src/view/com/modals/CreateOrEditList.tsx:275 msgid "List Name" msgstr "Nombre de la lista" -#: src/view/screens/ProfileList.tsx:342 +#: src/view/screens/ProfileList.tsx:339 msgid "List unblocked" msgstr "" -#: src/view/screens/ProfileList.tsx:301 +#: src/view/screens/ProfileList.tsx:298 msgid "List unmuted" msgstr "" -#: src/Navigation.tsx:109 -#: src/view/screens/Profile.tsx:166 +#: src/Navigation.tsx:110 +#: src/view/screens/Profile.tsx:176 #: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 msgid "Lists" msgstr "Listas" -#: src/view/com/post-thread/PostThread.tsx:263 -#: src/view/com/post-thread/PostThread.tsx:271 +#: src/view/com/post-thread/PostThread.tsx:281 +#: src/view/com/post-thread/PostThread.tsx:289 msgid "Load more posts" msgstr "Cargar más publicaciones" -#: src/view/screens/Notifications.tsx:148 +#: src/view/screens/Notifications.tsx:155 msgid "Load new notifications" msgstr "Cargar notificaciones nuevas" #: src/view/com/feeds/FeedPage.tsx:190 -#: src/view/screens/Profile.tsx:412 -#: src/view/screens/ProfileFeed.tsx:503 -#: src/view/screens/ProfileList.tsx:659 +#: src/view/screens/Profile.tsx:422 +#: src/view/screens/ProfileFeed.tsx:494 +#: src/view/screens/ProfileList.tsx:656 msgid "Load new posts" msgstr "Cargar publicaciones nuevas" @@ -1916,10 +2038,17 @@ msgstr "Cargando..." msgid "Local dev server" msgstr "Servidor de desarrollo local" -#: src/Navigation.tsx:207 +#: src/Navigation.tsx:208 msgid "Log" msgstr "" +#: src/screens/Deactivated.tsx:150 +#: src/screens/Deactivated.tsx:153 +#: src/screens/Deactivated.tsx:179 +#: src/screens/Deactivated.tsx:182 +msgid "Log out" +msgstr "" + #: src/view/screens/Moderation.tsx:136 msgid "Logged-out visibility" msgstr "Visibilidad de desconexión" @@ -1932,7 +2061,7 @@ msgstr "Acceder a una cuenta que no está en la lista" msgid "Make sure this is where you intend to go!" msgstr "¡Asegúrate de que es aquí a donde pretendes ir!" -#: src/view/screens/Profile.tsx:163 +#: src/view/screens/Profile.tsx:173 msgid "Media" msgstr "Medios" @@ -1945,19 +2074,15 @@ msgid "Mentioned users" msgstr "Usuarios mencionados" #: src/view/com/util/ViewHeader.tsx:81 -#: src/view/screens/Search/Search.tsx:544 +#: src/view/screens/Search/Search.tsx:623 msgid "Menu" msgstr "Menú" -#: src/view/com/posts/FeedErrorMessage.tsx:194 -#~ msgid "Message from server" -#~ msgstr "Mensaje del servidor" - #: src/view/com/posts/FeedErrorMessage.tsx:197 msgid "Message from server: {0}" -msgstr "" +msgstr "Mensaje del servidor: {0}" -#: src/Navigation.tsx:114 +#: src/Navigation.tsx:115 #: src/view/screens/Moderation.tsx:64 #: src/view/screens/Settings.tsx:591 #: src/view/shell/desktop/LeftNav.tsx:397 @@ -1967,25 +2092,25 @@ msgid "Moderation" msgstr "Moderación" #: src/view/com/lists/ListCard.tsx:92 -#: src/view/com/modals/UserAddRemoveLists.tsx:190 +#: src/view/com/modals/UserAddRemoveLists.tsx:206 msgid "Moderation list by {0}" msgstr "" -#: src/view/screens/ProfileList.tsx:753 +#: src/view/screens/ProfileList.tsx:750 msgid "Moderation list by <0/>" msgstr "" #: src/view/com/lists/ListCard.tsx:90 -#: src/view/com/modals/UserAddRemoveLists.tsx:188 -#: src/view/screens/ProfileList.tsx:751 +#: src/view/com/modals/UserAddRemoveLists.tsx:204 +#: src/view/screens/ProfileList.tsx:748 msgid "Moderation list by you" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:139 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "Moderation list created" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:126 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "Moderation list updated" msgstr "" @@ -1993,7 +2118,7 @@ msgstr "" msgid "Moderation lists" msgstr "Listas de moderación" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Listas de moderación" @@ -2011,12 +2136,12 @@ msgid "More feeds" msgstr "Más canales de noticias" #: src/view/com/profile/ProfileHeader.tsx:562 -#: src/view/screens/ProfileFeed.tsx:371 -#: src/view/screens/ProfileList.tsx:595 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileList.tsx:592 msgid "More options" msgstr "Más opciones" -#: src/view/com/util/forms/PostDropdownBtn.tsx:268 +#: src/view/com/util/forms/PostDropdownBtn.tsx:270 msgid "More post options" msgstr "" @@ -2028,23 +2153,23 @@ msgstr "" msgid "Mute Account" msgstr "Silenciar la cuenta" -#: src/view/screens/ProfileList.tsx:522 +#: src/view/screens/ProfileList.tsx:519 msgid "Mute accounts" msgstr "Silenciar las cuentas" -#: src/view/screens/ProfileList.tsx:469 +#: src/view/screens/ProfileList.tsx:466 msgid "Mute list" msgstr "Silenciar la lista" -#: src/view/screens/ProfileList.tsx:274 +#: src/view/screens/ProfileList.tsx:271 msgid "Mute these accounts?" msgstr "¿Silenciar estas cuentas?" -#: src/view/screens/ProfileList.tsx:278 +#: src/view/screens/ProfileList.tsx:275 msgid "Mute this List" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:169 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "Mute thread" msgstr "Silenciar el hilo" @@ -2056,7 +2181,7 @@ msgstr "" msgid "Muted accounts" msgstr "Cuentas silenciadas" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Cuentas silenciadas" @@ -2065,7 +2190,7 @@ msgstr "Cuentas silenciadas" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Las cuentas silenciadas eliminan sus publicaciones de tu canal de noticias y de tus notificaciones. Las cuentas silenciadas son completamente privadas." -#: src/view/screens/ProfileList.tsx:276 +#: src/view/screens/ProfileList.tsx:273 msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them." msgstr "Silenciar es privado. Las cuentas silenciadas pueden interactuar contigo, pero no verás sus publicaciones ni recibirás notificaciones suyas." @@ -2073,7 +2198,7 @@ msgstr "Silenciar es privado. Las cuentas silenciadas pueden interactuar contigo msgid "My Birthday" msgstr "Mi cumpleaños" -#: src/view/screens/Feeds.tsx:367 +#: src/view/screens/Feeds.tsx:399 msgid "My Feeds" msgstr "Mis canales de noticias" @@ -2086,14 +2211,18 @@ msgid "My Saved Feeds" msgstr "Mis canales de noticias guardados" #: src/view/com/modals/AddAppPasswords.tsx:181 -#: src/view/com/modals/CreateOrEditList.tsx:230 +#: src/view/com/modals/CreateOrEditList.tsx:290 msgid "Name" msgstr "Nombre" -#: src/view/com/modals/CreateOrEditList.tsx:108 +#: src/view/com/modals/CreateOrEditList.tsx:145 msgid "Name is required" msgstr "" +#: src/screens/Onboarding/index.tsx:25 +msgid "Nature" +msgstr "" + #: src/view/com/auth/login/ForgotPasswordForm.tsx:186 #: src/view/com/auth/login/LoginForm.tsx:286 #: src/view/com/auth/login/SetNewPasswordForm.tsx:166 @@ -2114,6 +2243,10 @@ msgstr "" msgid "Never lose access to your followers and data." msgstr "No pierdas nunca el acceso a tus seguidores y datos." +#: src/screens/Onboarding/StepFinished.tsx:119 +msgid "Never lose access to your followers or data." +msgstr "" + #: src/view/screens/Lists.tsx:76 msgctxt "action" msgid "New" @@ -2123,7 +2256,7 @@ msgstr "" msgid "New" msgstr "Nuevo" -#: src/view/com/modals/CreateOrEditList.tsx:194 +#: src/view/com/modals/CreateOrEditList.tsx:252 msgid "New Moderation List" msgstr "" @@ -2136,11 +2269,11 @@ msgctxt "action" msgid "New post" msgstr "" -#: src/view/screens/Feeds.tsx:511 -#: src/view/screens/Profile.tsx:354 -#: src/view/screens/ProfileFeed.tsx:441 -#: src/view/screens/ProfileList.tsx:197 -#: src/view/screens/ProfileList.tsx:225 +#: src/view/screens/Feeds.tsx:547 +#: src/view/screens/Profile.tsx:364 +#: src/view/screens/ProfileFeed.tsx:432 +#: src/view/screens/ProfileList.tsx:194 +#: src/view/screens/ProfileList.tsx:222 #: src/view/shell/desktop/LeftNav.tsx:248 msgid "New post" msgstr "Publicación nueva" @@ -2148,13 +2281,9 @@ msgstr "Publicación nueva" #: src/view/shell/desktop/LeftNav.tsx:258 msgctxt "action" msgid "New Post" -msgstr "" - -#: src/view/shell/desktop/LeftNav.tsx:258 -#~ msgid "New Post" -#~ msgstr "Publicación nueva" +msgstr "Publicación nueva" -#: src/view/com/modals/CreateOrEditList.tsx:189 +#: src/view/com/modals/CreateOrEditList.tsx:247 msgid "New User List" msgstr "" @@ -2162,7 +2291,11 @@ msgstr "" msgid "Newest replies first" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:155 +#: src/screens/Onboarding/index.tsx:23 +msgid "News" +msgstr "" + +#: src/view/com/auth/create/CreateAccount.tsx:161 #: src/view/com/auth/login/ForgotPasswordForm.tsx:178 #: src/view/com/auth/login/ForgotPasswordForm.tsx:188 #: src/view/com/auth/login/LoginForm.tsx:288 @@ -2177,7 +2310,7 @@ msgctxt "action" msgid "Next" msgstr "" -#: src/view/com/lightbox/Lightbox.web.tsx:142 +#: src/view/com/lightbox/Lightbox.web.tsx:149 msgid "Next image" msgstr "Imagen nueva" @@ -2190,8 +2323,8 @@ msgstr "Imagen nueva" msgid "No" msgstr "No" -#: src/view/screens/ProfileFeed.tsx:593 -#: src/view/screens/ProfileList.tsx:733 +#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileList.tsx:730 msgid "No description" msgstr "Sin descripción" @@ -2199,7 +2332,7 @@ msgstr "Sin descripción" msgid "No longer following {0}" msgstr "" -#: src/view/com/notifications/Feed.tsx:107 +#: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "" @@ -2208,13 +2341,13 @@ msgstr "" msgid "No result" msgstr "Sin resultados" -#: src/view/screens/Feeds.tsx:456 +#: src/view/screens/Feeds.tsx:490 msgid "No results found for \"{query}\"" msgstr "No se han encontrado resultados para \"{query}\"" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:272 -#: src/view/screens/Search/Search.tsx:300 +#: src/view/screens/Search/Search.tsx:274 +#: src/view/screens/Search/Search.tsx:302 msgid "No results found for {query}" msgstr "No se han encontrado resultados para {query}" @@ -2230,7 +2363,7 @@ msgstr "Nadie" msgid "Not Applicable." msgstr "No aplicable." -#: src/Navigation.tsx:104 +#: src/Navigation.tsx:105 msgid "Not Found" msgstr "" @@ -2243,9 +2376,9 @@ msgstr "" 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 "Nota: Bluesky es una red abierta y pública. Esta configuración sólo limita la visibilidad de tu contenido en la aplicación y el sitio web de Bluesky, y es posible que otras aplicaciones no respeten esta configuración. Otras aplicaciones y sitios web pueden seguir mostrando tu contenido a los usuarios que hayan cerrado sesión." -#: src/Navigation.tsx:445 -#: src/view/screens/Notifications.tsx:113 -#: src/view/screens/Notifications.tsx:137 +#: src/Navigation.tsx:448 +#: src/view/screens/Notifications.tsx:120 +#: src/view/screens/Notifications.tsx:144 #: src/view/shell/bottom-bar/BottomBar.tsx:205 #: src/view/shell/desktop/LeftNav.tsx:361 #: src/view/shell/Drawer.tsx:438 @@ -2261,6 +2394,10 @@ msgstr "" msgid "Oh no!" msgstr "¡Qué problema!" +#: src/screens/Onboarding/StepInterests/index.tsx:128 +msgid "Oh no! Something went wrong." +msgstr "" + #: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 msgid "Okay" msgstr "Está bien" @@ -2287,6 +2424,10 @@ msgstr "Solo {0} puede responder." msgid "Oops!" msgstr "" +#: src/screens/Onboarding/StepFinished.tsx:115 +msgid "Open" +msgstr "" + #: src/view/com/composer/Composer.tsx:470 #: src/view/com/composer/Composer.tsx:471 msgid "Open emoji picker" @@ -2296,7 +2437,7 @@ msgstr "" msgid "Open links with in-app browser" msgstr "" -#: src/view/com/pager/FeedsTabBarMobile.tsx:81 +#: src/view/com/pager/FeedsTabBarMobile.tsx:87 msgid "Open navigation" msgstr "Abrir navegación" @@ -2312,7 +2453,7 @@ msgstr "" msgid "Opens additional details for a debug entry" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:352 +#: src/view/com/notifications/FeedItem.tsx:348 msgid "Opens an expanded list of users in this notification" msgstr "" @@ -2374,7 +2515,7 @@ msgstr "Abre la configuración de moderación" msgid "Opens password reset form" msgstr "" -#: src/view/screens/Feeds.tsx:335 +#: src/view/screens/Feeds.tsx:338 msgid "Opens screen to edit Saved Feeds" msgstr "" @@ -2422,11 +2563,14 @@ msgstr "Otro servicio" msgid "Other..." msgstr "Otro..." -#: src/view/screens/NotFound.tsx:42 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Página no encontrada" +#: src/view/screens/NotFound.tsx:42 +msgid "Page Not Found" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:158 #: src/view/com/auth/create/Step1.tsx:168 #: src/view/com/auth/login/LoginForm.tsx:223 @@ -2443,11 +2587,11 @@ msgstr "Contraseña actualizada" msgid "Password updated!" msgstr "¡Contraseña actualizada!" -#: src/Navigation.tsx:160 +#: src/Navigation.tsx:161 msgid "People followed by @{0}" msgstr "" -#: src/Navigation.tsx:153 +#: src/Navigation.tsx:154 msgid "People following @{0}" msgstr "" @@ -2459,7 +2603,11 @@ msgstr "" msgid "Permission to access camera roll was denied. Please enable it in your system settings." msgstr "" -#: src/view/com/auth/create/Step2.tsx:181 +#: src/screens/Onboarding/index.tsx:31 +msgid "Pets" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:182 msgid "Phone number" msgstr "" @@ -2467,8 +2615,8 @@ msgstr "" msgid "Pictures meant for adults." msgstr "Imágenes destinadas a adultos." -#: src/view/screens/ProfileFeed.tsx:362 -#: src/view/screens/ProfileList.tsx:559 +#: src/view/screens/ProfileFeed.tsx:353 +#: src/view/screens/ProfileList.tsx:556 msgid "Pin to home" msgstr "" @@ -2505,7 +2653,7 @@ msgstr "Por favor, confirma tu correo electrónico antes de cambiarlo. Se trata msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "" -#: src/view/com/auth/create/Step2.tsx:204 +#: src/view/com/auth/create/Step2.tsx:205 msgid "Please enter a phone number that can receive SMS text messages." msgstr "" @@ -2517,7 +2665,7 @@ msgstr "Introduce un nombre único para la contraseña de esta app o utiliza una msgid "Please enter the code you received by SMS." msgstr "" -#: src/view/com/auth/create/Step2.tsx:279 +#: src/view/com/auth/create/Step2.tsx:281 msgid "Please enter the verification code sent to {phoneNumberFormatted}." msgstr "" @@ -2542,6 +2690,10 @@ msgstr "" msgid "Please wait for your link card to finish loading" msgstr "Por favor, espera a que tu tarjeta de enlace termine de cargarse" +#: src/screens/Onboarding/index.tsx:37 +msgid "Politics" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:111 msgid "Porn" msgstr "" @@ -2552,33 +2704,26 @@ msgctxt "action" msgid "Post" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:227 -#: src/view/screens/PostThread.tsx:82 +#: src/view/com/post-thread/PostThread.tsx:251 msgctxt "description" msgid "Post" -msgstr "" +msgstr "Publicación" -#: src/view/com/composer/Composer.tsx:346 -#: src/view/com/post-thread/PostThread.tsx:225 -#: src/view/screens/PostThread.tsx:80 -#~ msgid "Post" -#~ msgstr "Publicación" - -#: src/view/com/post-thread/PostThreadItem.tsx:176 +#: src/view/com/post-thread/PostThreadItem.tsx:177 msgid "Post by {0}" msgstr "" -#: src/Navigation.tsx:172 -#: src/Navigation.tsx:179 -#: src/Navigation.tsx:186 +#: src/Navigation.tsx:173 +#: src/Navigation.tsx:180 +#: src/Navigation.tsx:187 msgid "Post by @{0}" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:82 +#: src/view/com/util/forms/PostDropdownBtn.tsx:84 msgid "Post deleted" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:382 +#: src/view/com/post-thread/PostThread.tsx:403 msgid "Post hidden" msgstr "Publicación oculta" @@ -2590,11 +2735,11 @@ msgstr "Lenguaje de la publicación" msgid "Post Languages" msgstr "Lenguajes de la publicación" -#: src/view/com/post-thread/PostThread.tsx:434 +#: src/view/com/post-thread/PostThread.tsx:455 msgid "Post not found" msgstr "Publicación no encontrada" -#: src/view/screens/Profile.tsx:161 +#: src/view/screens/Profile.tsx:171 msgid "Posts" msgstr "Publicaciones" @@ -2606,7 +2751,7 @@ msgstr "" msgid "Potentially Misleading Link" msgstr "Enlace potencialmente engañoso" -#: src/view/com/lightbox/Lightbox.web.tsx:128 +#: src/view/com/lightbox/Lightbox.web.tsx:135 msgid "Previous image" msgstr "Imagen previa" @@ -2623,7 +2768,7 @@ msgstr "Priorizar los usuarios a los que sigue" msgid "Privacy" msgstr "Privacidad" -#: src/Navigation.tsx:217 +#: src/Navigation.tsx:218 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings.tsx:824 #: src/view/shell/Drawer.tsx:265 @@ -2650,6 +2795,10 @@ msgstr "" msgid "Protect your account by verifying your email." msgstr "Protege tu cuenta verificando tu correo electrónico." +#: src/screens/Onboarding/StepFinished.tsx:101 +msgid "Public" +msgstr "" + #: src/view/screens/ModerationModlists.tsx:61 msgid "Public, shareable lists of users to mute or block in bulk." msgstr "Listas públicas y compartibles de usuarios para silenciar o bloquear en bloque." @@ -2669,7 +2818,7 @@ msgstr "" #: src/view/com/modals/Repost.tsx:65 msgctxt "action" msgid "Quote post" -msgstr "" +msgstr "Citar una publicación" #: src/view/com/util/post-ctrls/RepostButton.web.tsx:58 msgid "Quote post" @@ -2678,11 +2827,7 @@ msgstr "Citar una publicación" #: src/view/com/modals/Repost.tsx:70 msgctxt "action" msgid "Quote Post" -msgstr "" - -#: src/view/com/modals/Repost.tsx:56 -#~ msgid "Quote Post" -#~ msgstr "Citar una publicación" +msgstr "Citar una publicación" #: src/view/screens/PreferencesThreads.tsx:86 msgid "Random (aka \"Poster's Roulette\")" @@ -2702,7 +2847,7 @@ msgstr "Usuarios recomendados" #: src/view/com/modals/ListAddRemoveUsers.tsx:264 #: src/view/com/modals/SelfLabel.tsx:83 -#: src/view/com/modals/UserAddRemoveLists.tsx:203 +#: src/view/com/modals/UserAddRemoveLists.tsx:219 #: src/view/com/util/UserAvatar.tsx:282 #: src/view/com/util/UserBanner.tsx:89 msgid "Remove" @@ -2725,7 +2870,7 @@ msgstr "Eliminar el canal de noticias" #: src/view/com/feeds/FeedSourceCard.tsx:167 #: src/view/com/feeds/FeedSourceCard.tsx:172 #: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:281 +#: src/view/screens/ProfileFeed.tsx:272 msgid "Remove from my feeds" msgstr "Eliminar de mis canales de noticias" @@ -2750,7 +2895,7 @@ msgid "Remove this feed from your saved feeds?" msgstr "¿Eliminar este canal de mis canales de noticias guardados?" #: src/view/com/modals/ListAddRemoveUsers.tsx:199 -#: src/view/com/modals/UserAddRemoveLists.tsx:136 +#: src/view/com/modals/UserAddRemoveLists.tsx:152 msgid "Removed from list" msgstr "Eliminar de la lista" @@ -2763,7 +2908,7 @@ msgstr "" msgid "Removes default thumbnail from {0}" msgstr "" -#: src/view/screens/Profile.tsx:162 +#: src/view/screens/Profile.tsx:172 msgid "Replies" msgstr "Respuestas" @@ -2780,8 +2925,8 @@ msgstr "" msgid "Reply Filters" msgstr "Filtros de respuestas" -#: src/view/com/post/Post.tsx:165 -#: src/view/com/posts/FeedItem.tsx:286 +#: src/view/com/post/Post.tsx:166 +#: src/view/com/posts/FeedItem.tsx:287 msgctxt "description" msgid "Reply to <0/>" msgstr "" @@ -2794,16 +2939,16 @@ msgstr "Informe de {collectionName}" msgid "Report Account" msgstr "Informe de la cuenta" -#: src/view/screens/ProfileFeed.tsx:301 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Report feed" msgstr "Informe del canal de noticias" -#: src/view/screens/ProfileList.tsx:437 +#: src/view/screens/ProfileList.tsx:434 msgid "Report List" msgstr "Informe de la lista" #: src/view/com/modals/report/SendReportButton.tsx:37 -#: src/view/com/util/forms/PostDropdownBtn.tsx:208 +#: src/view/com/util/forms/PostDropdownBtn.tsx:210 msgid "Report post" msgstr "Informe de la publicación" @@ -2825,22 +2970,22 @@ msgid "Repost or quote post" msgstr "Volver a publicar o citar publicación" #: src/view/screens/PostRepostedBy.tsx:27 -msgid "Reposted by" +msgid "Reposted By" msgstr "Vuelto a publicar por" -#: src/view/com/posts/FeedItem.tsx:206 -msgid "Reposted by {0})" -msgstr "" +#: src/view/com/posts/FeedItem.tsx:207 +msgid "Reposted by {0}" +msgstr "Vuelto a publicar por {0}" -#: src/view/com/posts/FeedItem.tsx:223 +#: src/view/com/posts/FeedItem.tsx:224 msgid "Reposted by <0/>" -msgstr "" +msgstr "Vuelto a publicar por <0/>" #: src/view/com/notifications/FeedItem.tsx:162 msgid "reposted your post" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:189 +#: src/view/com/post-thread/PostThreadItem.tsx:190 msgid "Reposts of this post" msgstr "" @@ -2849,7 +2994,7 @@ msgstr "" msgid "Request Change" msgstr "Solicitar un cambio" -#: src/view/com/auth/create/Step2.tsx:217 +#: src/view/com/auth/create/Step2.tsx:218 msgid "Request code" msgstr "" @@ -2903,9 +3048,11 @@ msgstr "" msgid "Retries the last action, which errored out" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:164 -#: src/view/com/auth/create/CreateAccount.tsx:168 -#: src/view/com/auth/create/Step2.tsx:252 +#: src/screens/Onboarding/StepInterests/index.tsx:221 +#: src/screens/Onboarding/StepInterests/index.tsx:224 +#: src/view/com/auth/create/CreateAccount.tsx:170 +#: src/view/com/auth/create/CreateAccount.tsx:175 +#: src/view/com/auth/create/Step2.tsx:254 #: src/view/com/auth/login/LoginForm.tsx:265 #: src/view/com/auth/login/LoginForm.tsx:268 #: src/view/com/util/error/ErrorMessage.tsx:55 @@ -2913,11 +3060,11 @@ msgstr "" msgid "Retry" msgstr "Volver a intentar" -#: src/view/com/auth/create/Step2.tsx:245 +#: src/view/com/auth/create/Step2.tsx:246 msgid "Retry." msgstr "" -#: src/view/screens/ProfileList.tsx:877 +#: src/view/screens/ProfileList.tsx:874 msgid "Return to previous page" msgstr "" @@ -2925,8 +3072,8 @@ msgstr "" msgid "SANDBOX. Posts and accounts are not permanent." msgstr "" -#: src/view/com/lightbox/Lightbox.tsx:129 -#: src/view/com/modals/CreateOrEditList.tsx:276 +#: src/view/com/lightbox/Lightbox.tsx:132 +#: src/view/com/modals/CreateOrEditList.tsx:345 msgctxt "action" msgid "Save" msgstr "" @@ -2934,13 +3081,13 @@ msgstr "" #: src/view/com/modals/BirthDateSettings.tsx:94 #: src/view/com/modals/BirthDateSettings.tsx:97 #: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:268 +#: src/view/com/modals/CreateOrEditList.tsx:337 #: src/view/com/modals/EditProfile.tsx:224 -#: src/view/screens/ProfileFeed.tsx:354 +#: src/view/screens/ProfileFeed.tsx:345 msgid "Save" msgstr "Guardar" -#: src/view/com/modals/AltImage.tsx:106 +#: src/view/com/modals/AltImage.tsx:129 msgid "Save alt text" msgstr "Guardar el texto alt" @@ -2968,18 +3115,22 @@ msgstr "" msgid "Saves handle change to {handle}" msgstr "" -#: src/view/screens/ProfileList.tsx:833 +#: src/screens/Onboarding/index.tsx:36 +msgid "Science" +msgstr "" + +#: src/view/screens/ProfileList.tsx:830 msgid "Scroll to top" msgstr "" -#: src/Navigation.tsx:435 +#: src/Navigation.tsx:438 #: src/view/com/auth/LoggedOut.tsx:122 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:53 #: src/view/com/util/forms/SearchInput.tsx:65 -#: src/view/screens/Search/Search.tsx:408 -#: src/view/screens/Search/Search.tsx:566 -#: src/view/screens/Search/Search.tsx:579 +#: src/view/screens/Search/Search.tsx:418 +#: src/view/screens/Search/Search.tsx:645 +#: src/view/screens/Search/Search.tsx:663 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:324 #: src/view/shell/desktop/Search.tsx:214 @@ -2989,7 +3140,7 @@ msgstr "" msgid "Search" msgstr "Buscar" -#: src/view/screens/Search/Search.tsx:628 +#: src/view/screens/Search/Search.tsx:712 #: src/view/shell/desktop/Search.tsx:255 msgid "Search for \"{query}\"" msgstr "" @@ -3033,6 +3184,22 @@ msgstr "" msgid "Select service" msgstr "Selecciona el servicio" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 +msgid "Select some accounts below to follow" +msgstr "" + +#: src/screens/Onboarding/StepModeration/index.tsx:49 +#~ msgid "Select the types of content that you want to see (or not see), and we'll handle the rest." +#~ msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:90 +msgid "Select topical feeds to follow from the list below" +msgstr "" + +#: src/screens/Onboarding/StepModeration/index.tsx:75 +msgid "Select what you want to see (or not see), and we’ll handle the rest." +msgstr "" + #: src/view/screens/LanguageSettings.tsx:281 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Selecciona qué idiomas quieres que incluyan tus canales de noticias suscritos. Si no seleccionas ninguno, se mostrarán todos los idiomas." @@ -3041,7 +3208,11 @@ msgstr "Selecciona qué idiomas quieres que incluyan tus canales de noticias sus msgid "Select your app language for the default text to display in the app" msgstr "Selecciona el idioma de tu app para el texto que se mostrará por defecto en la app" -#: src/view/com/auth/create/Step2.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:196 +msgid "Select your interests from the options below" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:154 msgid "Select your phone's country" msgstr "" @@ -3049,6 +3220,14 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "Selecciona el idioma que prefieras para las traducciones de tus noticias." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +msgid "Select your primary algorithmic feeds" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:132 +msgid "Select your secondary algorithmic feeds" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:202 #: src/view/com/modals/VerifyEmail.tsx:204 msgid "Send Confirmation Email" @@ -3061,11 +3240,7 @@ msgstr "Enviar el mensaje" #: src/view/com/modals/DeleteAccount.tsx:140 msgctxt "action" msgid "Send Email" -msgstr "" - -#: src/view/com/modals/DeleteAccount.tsx:138 -#~ msgid "Send Email" -#~ msgstr "Enviar el mensaje" +msgstr "Enviar el mensaje" #: src/view/shell/Drawer.tsx:298 #: src/view/shell/Drawer.tsx:319 @@ -3130,6 +3305,10 @@ msgstr "Establece este ajuste en \"Sí\" para mostrar las respuestas en una vist msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your following feed. This is an experimental feature." msgstr "Establece este ajuste en \"Sí\" para mostrar muestras de tus noticias guardadas en tu siguiente canal de noticias. Se trata de una función experimental." +#: src/screens/Onboarding/Layout.tsx:50 +msgid "Set up your account" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:266 msgid "Sets Bluesky username" msgstr "" @@ -3142,16 +3321,12 @@ msgstr "" msgid "Sets hosting provider for password reset" msgstr "" -#: src/view/com/auth/create/Step1.tsx:143 -#~ msgid "Sets hosting provider to {label}" -#~ msgstr "" - #: src/view/com/auth/create/Step1.tsx:78 #: src/view/com/auth/login/LoginForm.tsx:148 msgid "Sets server for the Bluesky client" msgstr "" -#: src/Navigation.tsx:134 +#: src/Navigation.tsx:135 #: src/view/screens/Settings.tsx:294 #: src/view/shell/desktop/LeftNav.tsx:433 #: src/view/shell/Drawer.tsx:570 @@ -3163,21 +3338,22 @@ msgstr "Configuraciones" msgid "Sexual activity or erotic nudity." msgstr "Actividad sexual o desnudez erótica." -#: src/view/com/lightbox/Lightbox.tsx:138 +#: src/view/com/lightbox/Lightbox.tsx:141 msgctxt "action" msgid "Share" msgstr "" #: src/view/com/profile/ProfileHeader.tsx:342 -#: src/view/com/util/forms/PostDropdownBtn.tsx:151 -#: src/view/screens/ProfileList.tsx:396 +#: src/view/com/util/forms/PostDropdownBtn.tsx:153 +#: src/view/screens/ProfileList.tsx:393 msgid "Share" msgstr "Compartir" -#: src/view/screens/ProfileFeed.tsx:313 +#: src/view/screens/ProfileFeed.tsx:304 msgid "Share feed" msgstr "Compartir las noticias" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:43 #: src/view/com/modals/ContentFilteringSettings.tsx:261 #: src/view/com/util/moderation/ContentHider.tsx:107 #: src/view/com/util/moderation/PostHider.tsx:108 @@ -3201,9 +3377,9 @@ msgstr "" msgid "Show follows similar to {0}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:569 -#: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:362 +#: src/view/com/post-thread/PostThreadItem.tsx:571 +#: src/view/com/post/Post.tsx:197 +#: src/view/com/posts/FeedItem.tsx:363 msgid "Show More" msgstr "" @@ -3215,6 +3391,18 @@ msgstr "Mostrar publicaciones de mis noticias" msgid "Show Quote Posts" msgstr "Mostrar publicaciones de citas" +#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +msgid "Show quote-posts in Following feed" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +msgid "Show quotes in Following" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +msgid "Show re-posts in Following feed" +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:119 msgid "Show Replies" msgstr "Mostrar respuestas" @@ -3223,6 +3411,14 @@ msgstr "Mostrar respuestas" msgid "Show replies by people you follow before all other replies." msgstr "Mostrar las respuestas de las personas a quienes sigues antes que el resto de respuestas." +#: src/screens/Onboarding/StepFollowingFeed.tsx:86 +msgid "Show replies in Following" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +msgid "Show replies in Following feed" +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:70 msgid "Show replies with at least {value} {0}" msgstr "" @@ -3231,12 +3427,16 @@ msgstr "" msgid "Show Reposts" msgstr "Mostrar publicaciones que se han publicado nuevamente" +#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +msgid "Show reposts in Following" +msgstr "" + #: src/view/com/util/moderation/ContentHider.tsx:67 #: src/view/com/util/moderation/PostHider.tsx:61 msgid "Show the content" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:350 +#: src/view/com/notifications/FeedItem.tsx:346 msgid "Show users" msgstr "Mostrar usuarios" @@ -3254,9 +3454,9 @@ msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:285 #: src/view/shell/bottom-bar/BottomBar.tsx:286 #: src/view/shell/bottom-bar/BottomBar.tsx:288 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:177 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:180 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 #: src/view/shell/NavSignupCard.tsx:58 #: src/view/shell/NavSignupCard.tsx:59 msgid "Sign in" @@ -3291,9 +3491,9 @@ msgstr "Cerrar sesión" #: src/view/shell/bottom-bar/BottomBar.tsx:275 #: src/view/shell/bottom-bar/BottomBar.tsx:276 #: src/view/shell/bottom-bar/BottomBar.tsx:278 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:167 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:170 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 #: src/view/shell/NavSignupCard.tsx:49 #: src/view/shell/NavSignupCard.tsx:50 #: src/view/shell/NavSignupCard.tsx:52 @@ -3320,14 +3520,24 @@ msgstr "" msgid "Signs {0} out of Bluesky" msgstr "" +#: src/screens/Onboarding/StepInterests/index.tsx:235 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:33 msgid "Skip" msgstr "Saltarse este paso" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Onboarding/StepInterests/index.tsx:232 +msgid "Skip this flow" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:81 msgid "SMS verification" msgstr "" +#: src/screens/Onboarding/index.tsx:40 +msgid "Software Dev" +msgstr "" + #: src/view/com/modals/ProfilePreview.tsx:62 msgid "Something went wrong and we're not sure what." msgstr "" @@ -3348,6 +3558,10 @@ msgstr "Clasificar respuestas" msgid "Sort replies to the same post by:" msgstr "Ordenar las respuestas a un mismo mensaje por:" +#: src/screens/Onboarding/index.tsx:30 +msgid "Sports" +msgstr "" + #: src/view/com/modals/crop-image/CropImage.web.tsx:122 msgid "Square" msgstr "Cuadrado" @@ -3364,15 +3578,11 @@ msgstr "Página de estado" msgid "Step {0} of {numSteps}" msgstr "" -#: src/view/com/auth/create/StepHeader.tsx:15 -#~ msgid "Step {step} of 3" -#~ msgstr "" - #: src/view/screens/Settings.tsx:276 msgid "Storage cleared, you need to restart the app now." msgstr "" -#: src/Navigation.tsx:202 +#: src/Navigation.tsx:203 #: src/view/screens/Settings.tsx:740 msgid "Storybook" msgstr "Libro de cuentos" @@ -3381,19 +3591,20 @@ msgstr "Libro de cuentos" msgid "Submit" msgstr "Enviar" -#: src/view/screens/ProfileList.tsx:586 +#: src/view/screens/ProfileList.tsx:583 msgid "Subscribe" msgstr "Suscribirse" -#: src/view/screens/ProfileList.tsx:582 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 +msgid "Subscribe to the {0} feed" +msgstr "" + +#: src/view/screens/ProfileList.tsx:579 msgid "Subscribe to this list" msgstr "Suscribirse a esta lista" -#: src/view/com/lists/ListCard.tsx:101 -#~ msgid "Subscribed" -#~ msgstr "" - -#: src/view/screens/Search/Search.tsx:364 +#: src/view/screens/Search/Search.tsx:372 msgid "Suggested Follows" msgstr "Usuarios sugeridos a seguir" @@ -3405,7 +3616,7 @@ msgstr "" msgid "Suggestive" msgstr "" -#: src/Navigation.tsx:212 +#: src/Navigation.tsx:213 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -3445,11 +3656,15 @@ msgstr "Alto" msgid "Tap to view fully" msgstr "" +#: src/screens/Onboarding/index.tsx:39 +msgid "Tech" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:93 msgid "Terms" msgstr "Condiciones" -#: src/Navigation.tsx:222 +#: src/Navigation.tsx:223 #: src/view/screens/Settings.tsx:818 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:259 @@ -3473,7 +3688,11 @@ msgstr "Las Directrices Comunitarias se ha trasladado a <0/>" msgid "The Copyright Policy has been moved to <0/>" msgstr "La Política de derechos de autor se han trasladado a <0/>" -#: src/view/com/post-thread/PostThread.tsx:437 +#: src/screens/Onboarding/Layout.tsx:60 +msgid "The following steps will help customize your Bluesky experience." +msgstr "" + +#: src/view/com/post-thread/PostThread.tsx:458 msgid "The post may have been deleted." msgstr "Es posible que se haya borrado la publicación." @@ -3483,17 +3702,17 @@ msgstr "La Política de privacidad se ha trasladado a <0/>" #: 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 "" - -#: 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 "Se ha movido el formulario de soporte. Si necesitas ayuda, por favor<0/> o visita {HELP_DESK_URL} para ponerte en contacto con nosotros." +msgstr "Se ha movido el formulario de soporte. Si necesitas ayuda, por favor <0/> o visita {HELP_DESK_URL} para ponerte en contacto con nosotros." #: src/view/screens/TermsOfService.tsx:33 msgid "The Terms of Service have been moved to" msgstr "Las condiciones de servicio se han trasladado a" -#: src/view/screens/ProfileFeed.tsx:558 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:135 +msgid "There are many feeds to try:" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:549 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "" @@ -3501,12 +3720,12 @@ msgstr "" msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "" -#: src/view/screens/ProfileFeed.tsx:218 +#: src/view/screens/ProfileFeed.tsx:209 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "" -#: src/view/screens/ProfileFeed.tsx:245 -#: src/view/screens/ProfileList.tsx:266 +#: src/view/screens/ProfileFeed.tsx:236 +#: src/view/screens/ProfileList.tsx:263 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 #: src/view/screens/SavedFeeds.tsx:252 @@ -3521,7 +3740,7 @@ msgstr "" msgid "There was an issue contacting your server" msgstr "" -#: src/view/com/notifications/Feed.tsx:115 +#: src/view/com/notifications/Feed.tsx:117 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" @@ -3538,6 +3757,7 @@ msgstr "" msgid "There was an issue fetching your lists. Tap here to try again." msgstr "" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:63 #: src/view/com/modals/ContentFilteringSettings.tsx:126 msgid "There was an issue syncing your preferences with the server" msgstr "" @@ -3555,10 +3775,10 @@ msgstr "" msgid "There was an issue! {0}" msgstr "" -#: src/view/screens/ProfileList.tsx:287 -#: src/view/screens/ProfileList.tsx:306 -#: src/view/screens/ProfileList.tsx:328 -#: src/view/screens/ProfileList.tsx:347 +#: src/view/screens/ProfileList.tsx:284 +#: src/view/screens/ProfileList.tsx:303 +#: src/view/screens/ProfileList.tsx:325 +#: src/view/screens/ProfileList.tsx:344 msgid "There was an issue. Please check your internet connection and try again." msgstr "" @@ -3566,10 +3786,18 @@ msgstr "" msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Se ha producido un problema inesperado en la aplicación. Por favor, ¡avísanos si te ha ocurrido esto!" -#: src/view/com/auth/create/Step2.tsx:53 +#: src/screens/Deactivated.tsx:107 +msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:54 msgid "There's something wrong with this number. Please choose your country and enter your full phone number!" msgstr "" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +msgid "These are popular accounts you might like:" +msgstr "" + #: src/view/com/util/moderation/ScreenHider.tsx:88 msgid "This {screenDescription} has been flagged:" msgstr "Esta {screenDescription} ha sido marcada:" @@ -3594,9 +3822,9 @@ msgstr "Este contenido no se puede ver sin una cuenta Bluesky." msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Este canal de noticias está recibiendo mucho tráfico y no está disponible temporalmente. Vuelve a intentarlo más tarde." -#: src/view/screens/Profile.tsx:392 -#: src/view/screens/ProfileFeed.tsx:484 -#: src/view/screens/ProfileList.tsx:639 +#: src/view/screens/Profile.tsx:402 +#: src/view/screens/ProfileFeed.tsx:475 +#: src/view/screens/ProfileList.tsx:636 msgid "This feed is empty!" msgstr "" @@ -3612,15 +3840,11 @@ msgstr "Esta información no se comparte con otros usuarios." msgid "This is important in case you ever need to change your email or reset your password." msgstr "Esto es importante por si alguna vez necesitas cambiar tu correo electrónico o restablecer tu contraseña." -#: src/view/com/auth/create/Step1.tsx:55 -#~ msgid "This is the service that keeps you online." -#~ msgstr "Es el servicio que te mantiene en línea." - #: src/view/com/modals/LinkWarning.tsx:58 msgid "This link is taking you to the following website:" msgstr "Este enlace te lleva al siguiente sitio web:" -#: src/view/screens/ProfileList.tsx:813 +#: src/view/screens/ProfileList.tsx:810 msgid "This list is empty!" msgstr "" @@ -3628,7 +3852,7 @@ msgstr "" msgid "This name is already in use" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:123 +#: src/view/com/post-thread/PostThreadItem.tsx:124 msgid "This post has been deleted." msgstr "Esta publicación ha sido eliminada." @@ -3648,7 +3872,7 @@ msgstr "" msgid "This warning is only available for posts with media attached." msgstr "Esta advertencia sólo está disponible para las publicaciones con medios adjuntos." -#: src/view/com/util/forms/PostDropdownBtn.tsx:190 +#: src/view/com/util/forms/PostDropdownBtn.tsx:192 msgid "This will hide this post from your feeds." msgstr "Esto ocultará esta entrada de tus contenidos." @@ -3661,7 +3885,7 @@ msgstr "Preferencias de hilos" msgid "Threaded Mode" msgstr "Modo con hilos" -#: src/Navigation.tsx:252 +#: src/Navigation.tsx:253 msgid "Threads Preferences" msgstr "" @@ -3673,26 +3897,22 @@ msgstr "Conmutar el menú desplegable" msgid "Transformations" msgstr "Transformaciones" -#: src/view/com/post-thread/PostThreadItem.tsx:710 -#: src/view/com/post-thread/PostThreadItem.tsx:712 -#: src/view/com/util/forms/PostDropdownBtn.tsx:123 +#: src/view/com/post-thread/PostThreadItem.tsx:719 +#: src/view/com/post-thread/PostThreadItem.tsx:721 +#: src/view/com/util/forms/PostDropdownBtn.tsx:125 msgid "Translate" msgstr "Traducir" #: src/view/com/util/error/ErrorScreen.tsx:75 msgctxt "action" msgid "Try again" -msgstr "" +msgstr "Intentar nuevamente" -#: src/view/com/util/error/ErrorScreen.tsx:73 -#~ msgid "Try again" -#~ msgstr "Intentar nuevamente" - -#: src/view/screens/ProfileList.tsx:484 +#: src/view/screens/ProfileList.tsx:481 msgid "Un-block list" msgstr "Desbloquear una lista" -#: src/view/screens/ProfileList.tsx:469 +#: src/view/screens/ProfileList.tsx:466 msgid "Un-mute list" msgstr "Desactivar la opción de silenciar la lista" @@ -3704,7 +3924,7 @@ msgid "Unable to contact your service. Please check your Internet connection." msgstr "No se puede contactar con tu servicio. Comprueba tu conexión a Internet." #: src/view/com/profile/ProfileHeader.tsx:472 -#: src/view/screens/ProfileList.tsx:568 +#: src/view/screens/ProfileList.tsx:565 msgid "Unblock" msgstr "Desbloquear" @@ -3734,15 +3954,15 @@ msgstr "" msgid "Unfollow {0}" msgstr "" -#: src/view/com/auth/create/state.ts:298 +#: src/view/com/auth/create/state.ts:300 msgid "Unfortunately, you do not meet the requirements to create an account." msgstr "Lamentablemente, no cumples los requisitos para crear una cuenta." -#: src/view/com/util/post-ctrls/PostCtrls.tsx:189 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 msgid "Unlike" msgstr "" -#: src/view/screens/ProfileList.tsx:575 +#: src/view/screens/ProfileList.tsx:572 msgid "Unmute" msgstr "" @@ -3750,24 +3970,24 @@ msgstr "" msgid "Unmute Account" msgstr "Desactivar la opción de silenciar la cuenta" -#: src/view/com/util/forms/PostDropdownBtn.tsx:169 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "Unmute thread" msgstr "Desactivar la opción de silenciar el hilo" -#: src/view/screens/ProfileFeed.tsx:362 -#: src/view/screens/ProfileList.tsx:559 +#: src/view/screens/ProfileFeed.tsx:353 +#: src/view/screens/ProfileList.tsx:556 msgid "Unpin" msgstr "" -#: src/view/screens/ProfileList.tsx:452 +#: src/view/screens/ProfileList.tsx:449 msgid "Unpin moderation list" msgstr "Desanclar la lista de moderación" -#: src/view/screens/ProfileFeed.tsx:354 +#: src/view/screens/ProfileFeed.tsx:345 msgid "Unsave" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:54 +#: src/view/com/modals/UserAddRemoveLists.tsx:70 msgid "Update {displayName} in Lists" msgstr "Actualizar {displayName} en Listas" @@ -3825,30 +4045,30 @@ msgstr "" msgid "User Blocks You" msgstr "" -#: src/view/com/auth/create/Step3.tsx:38 +#: src/view/com/auth/create/Step3.tsx:41 msgid "User handle" msgstr "Identificador del usuario" #: src/view/com/lists/ListCard.tsx:84 -#: src/view/com/modals/UserAddRemoveLists.tsx:182 +#: src/view/com/modals/UserAddRemoveLists.tsx:198 msgid "User list by {0}" msgstr "" -#: src/view/screens/ProfileList.tsx:741 +#: src/view/screens/ProfileList.tsx:738 msgid "User list by <0/>" msgstr "" #: src/view/com/lists/ListCard.tsx:82 -#: src/view/com/modals/UserAddRemoveLists.tsx:180 -#: src/view/screens/ProfileList.tsx:739 +#: src/view/com/modals/UserAddRemoveLists.tsx:196 +#: src/view/screens/ProfileList.tsx:736 msgid "User list by you" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:138 +#: src/view/com/modals/CreateOrEditList.tsx:196 msgid "User list created" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:125 +#: src/view/com/modals/CreateOrEditList.tsx:182 msgid "User list updated" msgstr "" @@ -3861,7 +4081,7 @@ msgstr "Listas de usuarios" msgid "Username or email address" msgstr "Nombre de usuario o dirección de correo electrónico" -#: src/view/screens/ProfileList.tsx:775 +#: src/view/screens/ProfileList.tsx:772 msgid "Users" msgstr "Usuarios" @@ -3873,7 +4093,7 @@ msgstr "usuarios seguidos por <0/>" msgid "Users in \"{0}\"" msgstr "Usuarios en «{0}»" -#: src/view/com/auth/create/Step2.tsx:241 +#: src/view/com/auth/create/Step2.tsx:242 msgid "Verification code" msgstr "" @@ -3898,6 +4118,10 @@ msgstr "Verificar el correo electrónico nuevo" msgid "Verify Your Email" msgstr "" +#: src/screens/Onboarding/index.tsx:42 +msgid "Video Games" +msgstr "" + #: src/view/com/profile/ProfileHeader.tsx:701 msgid "View {0}'s avatar" msgstr "" @@ -3922,31 +4146,60 @@ msgstr "Ver el avatar" msgid "Visit Site" msgstr "Visitar el sitio" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:42 #: src/view/com/modals/ContentFilteringSettings.tsx:254 msgid "Warn" msgstr "" -#: src/view/com/posts/DiscoverFallbackHeader.tsx:29 -#~ msgid "We ran out of posts from your follows. Here's the latest from" -#~ msgstr "" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +msgid "We also think you'll like \"For You\" by Skygaze:" +msgstr "" + +#: src/screens/Deactivated.tsx:134 +msgid "We estimate {estimatedTime} until your account is ready." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:93 +msgid "We hope you have a wonderful time. Remember, Bluesky is:" +msgstr "" #: src/view/com/posts/DiscoverFallbackHeader.tsx:29 msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:118 +#~ msgid "We recommend \"For You\" by Skygaze:" +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:119 +msgid "We recommend our \"Discover\" feed:" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:133 +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/Deactivated.tsx:138 +msgid "We will let you know when your account is ready." +msgstr "" + #: src/view/com/modals/AppealLabel.tsx:48 msgid "We'll look into your appeal promptly." msgstr "" +#: src/screens/Onboarding/StepInterests/index.tsx:138 +msgid "We'll use this to help customize your experience." +msgstr "" + #: src/view/com/auth/create/CreateAccount.tsx:123 msgid "We're so excited to have you join us!" msgstr "¡Nos hace mucha ilusión que te unas a nosotros!" -#: src/view/screens/ProfileList.tsx:83 +#: src/view/screens/ProfileList.tsx:84 msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "" -#: src/view/screens/Search/Search.tsx:245 +#: src/view/screens/Search/Search.tsx:247 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. Vuelve a intentarlo dentro de unos minutos." @@ -3958,6 +4211,10 @@ msgstr "Lo sentimos. No encontramos la página que buscabas." msgid "Welcome to <0>Bluesky</0>" msgstr "Bienvenido a <0>Bluesky</0>" +#: src/screens/Onboarding/StepInterests/index.tsx:130 +msgid "What are your interests?" +msgstr "" + #: src/view/com/modals/report/Modal.tsx:169 msgid "What is the issue with this {collectionName}?" msgstr "¿Cuál es el problema con esta {collectionName}?" @@ -3993,11 +4250,15 @@ msgstr "Redactar una publicación" msgid "Write your reply" msgstr "Redactar tu respuesta" -#: src/view/com/auth/create/Step2.tsx:260 +#: src/screens/Onboarding/index.tsx:28 +msgid "Writers" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:262 msgid "XXXXXX" msgstr "" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:82 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:77 #: src/view/screens/PreferencesHomeFeed.tsx:129 #: src/view/screens/PreferencesHomeFeed.tsx:201 #: src/view/screens/PreferencesHomeFeed.tsx:236 @@ -4007,14 +4268,26 @@ msgstr "" msgid "Yes" msgstr "Sí" +#: src/screens/Onboarding/StepModeration/index.tsx:46 +#~ msgid "You are in control" +#~ msgstr "" + +#: src/screens/Deactivated.tsx:131 +msgid "You are in line." +msgstr "" + #: src/view/com/posts/FollowingEmptyState.tsx:67 #: src/view/com/posts/FollowingEndOfFeed.tsx:68 msgid "You can also discover new Custom Feeds to follow." msgstr "" -#: src/view/com/auth/create/Step1.tsx:106 -#~ msgid "You can change hosting providers at any time." -#~ msgstr "Puedes cambiar de proveedor de alojamiento en cualquier momento." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:123 +#~ msgid "You can also try our \"Discover\" algorithm:" +#~ msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +msgid "You can change these settings later." +msgstr "" #: src/view/com/auth/login/Login.tsx:158 #: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 @@ -4029,7 +4302,7 @@ msgstr "¡Aún no tienes códigos de invitación! Te enviaremos algunos cuando l msgid "You don't have any pinned feeds." msgstr "No tienes ninguna noticia anclada." -#: src/view/screens/Feeds.tsx:387 +#: src/view/screens/Feeds.tsx:419 msgid "You don't have any saved feeds!" msgstr "¡No tienes ninguna noticia guardada!" @@ -4037,7 +4310,7 @@ msgstr "¡No tienes ninguna noticia guardada!" msgid "You don't have any saved feeds." msgstr "No tienes ninguna noticia guardada." -#: src/view/com/post-thread/PostThread.tsx:385 +#: src/view/com/post-thread/PostThread.tsx:406 msgid "You have blocked the author or you have been blocked by the author." msgstr "Has bloqueado al autor o has sido bloqueado por el autor." @@ -4074,11 +4347,15 @@ msgstr "Aún no has silenciado ninguna cuenta. Para silenciar una cuenta, ve a s msgid "You must be 18 or older to enable adult content." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:96 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:103 +msgid "You must be 18 years or older to enable adult content" +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:98 msgid "You will no longer receive notifications for this thread" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:99 +#: src/view/com/util/forms/PostDropdownBtn.tsx:101 msgid "You will now receive notifications for this thread" msgstr "" @@ -4086,6 +4363,20 @@ msgstr "" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Recibirás un correo electrónico con un \"código de restablecimiento\". Introduce ese código aquí y, a continuación, introduce tu nueva contraseña." +#: src/screens/Onboarding/StepModeration/index.tsx:72 +msgid "You're in control" +msgstr "" + +#: src/screens/Deactivated.tsx:88 +#: src/screens/Deactivated.tsx:89 +#: src/screens/Deactivated.tsx:104 +msgid "You're in line" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:90 +msgid "You're ready to go!" +msgstr "" + #: src/view/com/posts/FollowingEndOfFeed.tsx:48 msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" @@ -4106,6 +4397,10 @@ msgstr "Tu fecha de nacimiento" msgid "Your choice will be saved, but can be changed later in settings." msgstr "" +#: src/screens/Onboarding/StepFollowingFeed.tsx:61 +msgid "Your default feed is \"Following\"" +msgstr "" + #: src/view/com/auth/create/state.ts:153 #: src/view/com/auth/login/ForgotPasswordForm.tsx:70 msgid "Your email appears to be invalid." @@ -4127,7 +4422,7 @@ msgstr "Tu correo electrónico aún no ha sido verificado. Este es un paso de se msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "" -#: src/view/com/auth/create/Step3.tsx:42 +#: src/view/com/auth/create/Step3.tsx:45 msgid "Your full handle will be" msgstr "Tu identificador completo será" @@ -4135,10 +4430,6 @@ msgstr "Tu identificador completo será" msgid "Your full handle will be <0>@{0}</0>" msgstr "" -#: src/view/com/auth/create/Step1.tsx:53 -#~ msgid "Your hosting provider" -#~ msgstr "Tu proveedor de alojamiento" - #: src/view/screens/Settings.tsx:430 #: src/view/shell/desktop/RightNav.tsx:137 #: src/view/shell/Drawer.tsx:660 @@ -4149,6 +4440,7 @@ msgstr "Tus códigos de invitación están ocultos cuando inicias sesión con un msgid "Your post has been published" msgstr "" +#: src/screens/Onboarding/StepFinished.tsx:105 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:59 msgid "Your posts, likes, and blocks are public. Mutes are private." diff --git a/src/locale/locales/fr/messages.po b/src/locale/locales/fr/messages.po index e7e31cdfd..b1c8eb436 100644 --- a/src/locale/locales/fr/messages.po +++ b/src/locale/locales/fr/messages.po @@ -21,11 +21,6 @@ msgstr "(pas d’e-mail)" msgid "{0, plural, one {# invite code available} other {# invite codes available}}" msgstr "{0, plural, one {# code d’invitation disponible} other {# codes d’invitations disponibles}}" -#: src/view/com/modals/CreateOrEditList.tsx:185 -#: src/view/screens/Settings.tsx:294 -#~ msgid "{0}" -#~ msgstr "{0}" - #: src/view/com/profile/ProfileHeader.tsx:632 msgid "{following} following" msgstr "{following} abonnements" @@ -52,10 +47,6 @@ msgstr "{invitesAvailable} codes d’invitation disponibles" msgid "{numUnreadNotifications} unread" msgstr "{numUnreadNotifications} non lus" -#: src/Navigation.tsx:147 -#~ msgid "@{0}" -#~ msgstr "@{0}" - #: src/view/com/threadgate/WhoCanReply.tsx:158 msgid "<0/> members" msgstr "<0/> membres" @@ -89,11 +80,11 @@ msgid "A new version of the app is available. Please update to continue using th msgstr "Une nouvelle version de l’application est disponible. Veuillez faire la mise à jour pour continuer à utiliser l’application." #: src/view/com/util/ViewHeader.tsx:83 -#: src/view/screens/Search/Search.tsx:545 +#: src/view/screens/Search/Search.tsx:624 msgid "Access navigation links and settings" msgstr "Accède aux liens de navigation et aux paramètres" -#: src/view/com/pager/FeedsTabBarMobile.tsx:83 +#: src/view/com/pager/FeedsTabBarMobile.tsx:89 msgid "Access profile and other navigation links" msgstr "Accède au profil et aux autres liens de navigation" @@ -141,8 +132,8 @@ msgstr "Compte démasqué" #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:264 -#: src/view/com/modals/UserAddRemoveLists.tsx:203 -#: src/view/screens/ProfileList.tsx:791 +#: src/view/com/modals/UserAddRemoveLists.tsx:219 +#: src/view/screens/ProfileList.tsx:788 msgid "Add" msgstr "Ajouter" @@ -150,7 +141,7 @@ msgstr "Ajouter" msgid "Add a content warning" msgstr "Ajouter un avertissement sur le contenu" -#: src/view/screens/ProfileList.tsx:781 +#: src/view/screens/ProfileList.tsx:778 msgid "Add a user to this list" msgstr "Ajouter un compte à cette liste" @@ -161,7 +152,7 @@ msgstr "Ajouter un compte" #: src/view/com/composer/photos/Gallery.tsx:119 #: src/view/com/composer/photos/Gallery.tsx:180 -#: src/view/com/modals/AltImage.tsx:93 +#: src/view/com/modals/AltImage.tsx:115 msgid "Add alt text" msgstr "Ajouter un texte alt" @@ -197,7 +188,7 @@ msgid "Add to Lists" msgstr "Ajouter aux listes" #: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:281 +#: src/view/screens/ProfileFeed.tsx:272 msgid "Add to my feeds" msgstr "Ajouter à mes fils d’actu" @@ -206,7 +197,7 @@ msgid "Added" msgstr "Ajouté" #: src/view/com/modals/ListAddRemoveUsers.tsx:191 -#: src/view/com/modals/UserAddRemoveLists.tsx:128 +#: src/view/com/modals/UserAddRemoveLists.tsx:144 msgid "Added to list" msgstr "Ajouté à la liste" @@ -226,6 +217,10 @@ msgstr "Contenu pour adultes" msgid "Adult content can only be enabled via the Web at <0/>." msgstr "Le contenu pour adultes ne peut être activé que via le Web à <0/>." +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:78 +#~ msgid "Adult content can only be enabled via the Web at <0>bsky.app</0>." +#~ msgstr "" + #: src/view/screens/Settings.tsx:630 msgid "Advanced" msgstr "Avancé" @@ -259,11 +254,15 @@ msgstr "Un courriel a été envoyé à votre ancienne adresse, {0}. Il comprend msgid "An issue occurred, please try again." msgstr "Un problème est survenu, veuillez réessayer." -#: src/view/com/notifications/FeedItem.tsx:240 +#: src/view/com/notifications/FeedItem.tsx:236 #: src/view/com/threadgate/WhoCanReply.tsx:178 msgid "and" msgstr "et" +#: src/screens/Onboarding/index.tsx:32 +msgid "Animals" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:95 msgid "App Language" msgstr "Langue de l’application" @@ -288,12 +287,12 @@ msgstr "Paramètres de mot de passe d’application" msgid "App passwords" msgstr "Mots de passe d’application" -#: src/Navigation.tsx:237 +#: src/Navigation.tsx:238 #: src/view/screens/AppPasswords.tsx:187 msgid "App Passwords" msgstr "Mots de passe d’application" -#: src/view/com/util/forms/PostDropdownBtn.tsx:248 +#: src/view/com/util/forms/PostDropdownBtn.tsx:250 msgid "Appeal content warning" msgstr "Faire appel de l’avertissement sur le contenu" @@ -321,41 +320,49 @@ msgstr "Êtes-vous sûr de vouloir supprimer le mot de passe de l’application msgid "Are you sure you'd like to discard this draft?" msgstr "Êtes-vous sûr de vouloir rejeter ce brouillon ?" -#: src/view/screens/ProfileList.tsx:364 +#: src/view/screens/ProfileList.tsx:361 msgid "Are you sure?" msgstr "Vous confirmez ?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:231 +#: src/view/com/util/forms/PostDropdownBtn.tsx:233 msgid "Are you sure? This cannot be undone." msgstr "Vous confirmez ? Cela ne pourra pas être annulé." -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:65 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:60 msgid "Are you writing in <0>{0}</0>?" msgstr "" +#: src/screens/Onboarding/index.tsx:26 +msgid "Art" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:123 msgid "Artistic or non-erotic nudity." msgstr "Nudité artistique ou non érotique." -#: src/view/com/auth/create/CreateAccount.tsx:142 +#: src/view/com/auth/create/CreateAccount.tsx:147 #: src/view/com/auth/login/ChooseAccountForm.tsx:151 #: src/view/com/auth/login/ForgotPasswordForm.tsx:170 #: src/view/com/auth/login/LoginForm.tsx:256 #: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/report/InputIssueDetails.tsx:46 -#: src/view/com/post-thread/PostThread.tsx:392 -#: src/view/com/post-thread/PostThread.tsx:442 -#: src/view/com/post-thread/PostThread.tsx:450 +#: src/view/com/post-thread/PostThread.tsx:413 +#: src/view/com/post-thread/PostThread.tsx:463 +#: src/view/com/post-thread/PostThread.tsx:471 #: src/view/com/profile/ProfileHeader.tsx:688 #: src/view/com/util/ViewHeader.tsx:81 msgid "Back" msgstr "Arrière" -#: src/view/com/post-thread/PostThread.tsx:400 +#: src/view/com/post-thread/PostThread.tsx:421 msgctxt "action" msgid "Back" msgstr "Retour" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +msgid "Based on your interest in {interestsText}" +msgstr "" + #: src/view/screens/Settings.tsx:489 msgid "Basics" msgstr "Principes de base" @@ -374,19 +381,19 @@ msgstr "Date de naissance :" msgid "Block Account" msgstr "Bloquer ce compte" -#: src/view/screens/ProfileList.tsx:534 +#: src/view/screens/ProfileList.tsx:531 msgid "Block accounts" msgstr "Bloquer ces comptes" -#: src/view/screens/ProfileList.tsx:484 +#: src/view/screens/ProfileList.tsx:481 msgid "Block list" msgstr "Liste de blocage" -#: src/view/screens/ProfileList.tsx:315 +#: src/view/screens/ProfileList.tsx:312 msgid "Block these accounts?" msgstr "Bloquer ces comptes ?" -#: src/view/screens/ProfileList.tsx:319 +#: src/view/screens/ProfileList.tsx:316 msgid "Block this List" msgstr "Bloquer cette liste" @@ -399,7 +406,7 @@ msgstr "Bloqué" msgid "Blocked accounts" msgstr "Comptes bloqués" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationBlockedAccounts.tsx:107 msgid "Blocked Accounts" msgstr "Comptes bloqués" @@ -412,11 +419,11 @@ msgstr "Les comptes bloqués ne peuvent pas répondre à vos discussions, vous m 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 "Les comptes bloqués ne peuvent pas répondre à vos discussions, vous mentionner ou interagir avec vous. Vous ne verrez pas leur contenu et ils ne pourront pas voir le vôtre." -#: src/view/com/post-thread/PostThread.tsx:254 +#: src/view/com/post-thread/PostThread.tsx:272 msgid "Blocked post." msgstr "Post bloqué." -#: src/view/screens/ProfileList.tsx:317 +#: src/view/screens/ProfileList.tsx:314 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "Le blocage est public. Les comptes bloqués ne peuvent pas répondre à vos discussions, vous mentionner ou interagir avec vous." @@ -455,6 +462,10 @@ msgstr "Bluesky n’affichera pas votre profil et vos messages à des personnes msgid "Bluesky.Social" msgstr "Bluesky.Social" +#: src/screens/Onboarding/index.tsx:33 +msgid "Books" +msgstr "" + #: src/view/screens/Settings.tsx:792 msgid "Build version {0} {1}" msgstr "Version Build {0} {1}" @@ -498,7 +509,7 @@ msgstr "Ne peut contenir que des lettres, des chiffres, des espaces, des tirets #: src/view/com/composer/Composer.tsx:305 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/CreateOrEditList.tsx:286 +#: src/view/com/modals/CreateOrEditList.tsx:355 #: src/view/com/modals/EditImage.tsx:323 #: src/view/com/modals/EditProfile.tsx:249 #: src/view/com/modals/InAppBrowserConsent.tsx:78 @@ -507,14 +518,14 @@ msgstr "Ne peut contenir que des lettres, des chiffres, des espaces, des tirets #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 #: src/view/com/modals/Waitlist.tsx:142 -#: src/view/screens/Search/Search.tsx:609 +#: src/view/screens/Search/Search.tsx:693 #: src/view/shell/desktop/Search.tsx:238 msgid "Cancel" msgstr "Annuler" #: src/view/com/modals/Confirm.tsx:88 #: src/view/com/modals/Confirm.tsx:91 -#: src/view/com/modals/CreateOrEditList.tsx:291 +#: src/view/com/modals/CreateOrEditList.tsx:360 #: src/view/com/modals/DeleteAccount.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:230 msgctxt "action" @@ -569,7 +580,7 @@ msgstr "Modifier le pseudo" msgid "Change my email" msgstr "Modifier mon e-mail" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:78 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:73 msgid "Change post language to {0}" msgstr "" @@ -577,6 +588,11 @@ msgstr "" msgid "Change Your Email" msgstr "Modifier votre e-mail" +#: src/screens/Deactivated.tsx:73 +#: src/screens/Deactivated.tsx:77 +msgid "Check my status" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:121 msgid "Check out some recommended feeds. Tap + to add them to your list of pinned feeds." msgstr "Consultez quelques fils d’actu recommandés. Appuyez sur + pour les ajouter à votre liste de fils d’actualité." @@ -601,11 +617,23 @@ msgstr "Choisir un nouveau pseudo Bluesky ou en créer un" msgid "Choose Service" msgstr "Choisir un service" +#: src/screens/Onboarding/StepFinished.tsx:135 +msgid "Choose the algorithms that power your custom feeds." +msgstr "" + #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:83 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:83 msgid "Choose the algorithms that power your experience with custom feeds." msgstr "Choisissez les algorithmes qui alimentent votre expérience avec des fils d’actualité personnalisés." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#~ msgid "Choose your algorithmic feeds" +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +msgid "Choose your main feeds" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:163 msgid "Choose your password" msgstr "Choisissez votre mot de passe" @@ -629,7 +657,7 @@ msgid "Clear all storage data (restart after this)" msgstr "Effacer toutes les données de stockage (redémarrer ensuite)" #: src/view/com/util/forms/SearchInput.tsx:74 -#: src/view/screens/Search/Search.tsx:590 +#: src/view/screens/Search/Search.tsx:674 msgid "Clear search query" msgstr "Effacer la recherche" @@ -637,6 +665,10 @@ msgstr "Effacer la recherche" msgid "click here" msgstr "cliquez ici" +#: src/screens/Onboarding/index.tsx:35 +msgid "Climate" +msgstr "" + #: src/components/Dialog/index.web.tsx:78 msgid "Close active dialog" msgstr "" @@ -653,7 +685,7 @@ msgstr "Fermer le tiroir du bas" msgid "Close image" msgstr "Fermer l’image" -#: src/view/com/lightbox/Lightbox.web.tsx:112 +#: src/view/com/lightbox/Lightbox.web.tsx:119 msgid "Close image viewer" msgstr "Fermer la visionneuse d’images" @@ -677,15 +709,27 @@ 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:321 +#: src/view/com/notifications/FeedItem.tsx:317 msgid "Collapses list of users for a given notification" msgstr "Réduit la liste des comptes pour une notification donnée" -#: src/Navigation.tsx:227 +#: src/screens/Onboarding/index.tsx:41 +msgid "Comedy" +msgstr "" + +#: src/screens/Onboarding/index.tsx:27 +msgid "Comics" +msgstr "" + +#: src/Navigation.tsx:228 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Directives communautaires" +#: src/screens/Onboarding/StepFinished.tsx:148 +msgid "Complete onboarding and start using your account" +msgstr "" + #: src/view/com/composer/Composer.tsx:417 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Permet d’écrire des messages de {MAX_GRAPHEME_LENGTH} caractères maximum" @@ -694,6 +738,10 @@ msgstr "Permet d’écrire des messages de {MAX_GRAPHEME_LENGTH} caractères max msgid "Compose reply" msgstr "Rédiger une réponse" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:67 +msgid "Configure content filtering setting for category: {0}" +msgstr "" + #: src/components/Prompt.tsx:114 #: src/view/com/modals/AppealLabel.tsx:98 #: src/view/com/modals/SelfLabel.tsx:154 @@ -737,12 +785,12 @@ msgstr "Code de confirmation" msgid "Confirms signing up {email} to the waitlist" msgstr "Confirme l’inscription de {email} sur la liste d’attente" -#: src/view/com/auth/create/CreateAccount.tsx:175 +#: src/view/com/auth/create/CreateAccount.tsx:182 #: src/view/com/auth/login/LoginForm.tsx:275 msgid "Connecting..." msgstr "Connexion…" -#: src/view/com/auth/create/CreateAccount.tsx:195 +#: src/view/com/auth/create/CreateAccount.tsx:202 msgid "Contact support" msgstr "" @@ -772,11 +820,35 @@ msgstr "Avertissement sur le contenu" msgid "Content warnings" msgstr "Avertissements sur le contenu" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:155 +#: src/screens/Onboarding/StepFollowingFeed.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:248 +#: src/screens/Onboarding/StepModeration/index.tsx:118 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:108 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 msgid "Continue" msgstr "Continuer" +#: src/screens/Onboarding/StepFollowingFeed.tsx:150 +#: src/screens/Onboarding/StepInterests/index.tsx:245 +#: src/screens/Onboarding/StepModeration/index.tsx:115 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:105 +msgid "Continue to next step" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:152 +msgid "Continue to the next step" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 +msgid "Continue to the next step without following any accounts" +msgstr "" + +#: src/screens/Onboarding/index.tsx:44 +msgid "Cooking" +msgstr "" + #: src/view/com/modals/AddAppPasswords.tsx:197 #: src/view/com/modals/InviteCodes.tsx:182 msgid "Copied" @@ -788,7 +860,7 @@ msgstr "Version de build copiée dans le presse-papier" #: src/view/com/modals/AddAppPasswords.tsx:75 #: src/view/com/modals/InviteCodes.tsx:152 -#: src/view/com/util/forms/PostDropdownBtn.tsx:110 +#: src/view/com/util/forms/PostDropdownBtn.tsx:112 msgid "Copied to clipboard" msgstr "Copié dans le presse-papier" @@ -800,11 +872,11 @@ msgstr "Copie le mot de passe d’application" msgid "Copy" msgstr "Copie" -#: src/view/screens/ProfileList.tsx:396 +#: src/view/screens/ProfileList.tsx:393 msgid "Copy link to list" msgstr "Copier le lien vers la liste" -#: src/view/com/util/forms/PostDropdownBtn.tsx:151 +#: src/view/com/util/forms/PostDropdownBtn.tsx:153 msgid "Copy link to post" msgstr "Copier le lien vers le post" @@ -812,24 +884,24 @@ msgstr "Copier le lien vers le post" msgid "Copy link to profile" msgstr "Copier le lien vers le profil" -#: src/view/com/util/forms/PostDropdownBtn.tsx:137 +#: src/view/com/util/forms/PostDropdownBtn.tsx:139 msgid "Copy post text" msgstr "Copier le texte du post" -#: src/Navigation.tsx:232 +#: src/Navigation.tsx:233 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Politique sur les droits d’auteur" -#: src/view/screens/ProfileFeed.tsx:95 +#: src/view/screens/ProfileFeed.tsx:96 msgid "Could not load feed" msgstr "Impossible de charger le fil d’actu" -#: src/view/screens/ProfileList.tsx:867 +#: src/view/screens/ProfileList.tsx:864 msgid "Could not load list" msgstr "Impossible de charger la liste" -#: src/view/com/auth/create/Step2.tsx:89 +#: src/view/com/auth/create/Step2.tsx:90 msgid "Country" msgstr "" @@ -860,11 +932,11 @@ msgstr "Créer un nouveau compte" msgid "Created {0}" msgstr "{0} créé" -#: src/view/screens/ProfileFeed.tsx:625 +#: src/view/screens/ProfileFeed.tsx:616 msgid "Created by <0/>" msgstr "Créée par <0/>" -#: src/view/screens/ProfileFeed.tsx:623 +#: src/view/screens/ProfileFeed.tsx:614 msgid "Created by you" msgstr "Créée par vous" @@ -872,6 +944,10 @@ msgstr "Créée par vous" msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "Crée une carte avec une miniature. La carte pointe vers {url}" +#: src/screens/Onboarding/index.tsx:29 +msgid "Culture" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:389 #: src/view/com/modals/ServerInput.tsx:102 msgid "Custom domain" @@ -893,10 +969,6 @@ msgstr "Sombre" msgid "Dark mode" msgstr "Mode sombre" -#: src/Navigation.tsx:204 -#~ msgid "Debug" -#~ msgstr "Débug" - #: src/view/screens/Debug.tsx:83 msgid "Debug panel" msgstr "Panneau de débug" @@ -914,8 +986,8 @@ msgstr "Supprimer le compte" msgid "Delete app password" msgstr "Supprimer le mot de passe de l’appli" -#: src/view/screens/ProfileList.tsx:363 -#: src/view/screens/ProfileList.tsx:423 +#: src/view/screens/ProfileList.tsx:360 +#: src/view/screens/ProfileList.tsx:420 msgid "Delete List" msgstr "Supprimer la liste" @@ -927,11 +999,11 @@ msgstr "Supprimer mon compte" msgid "Delete my account…" msgstr "Supprimer mon compte…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:226 +#: src/view/com/util/forms/PostDropdownBtn.tsx:228 msgid "Delete post" msgstr "Supprimer le post" -#: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Delete this post?" msgstr "Supprimer ce post ?" @@ -939,21 +1011,17 @@ msgstr "Supprimer ce post ?" msgid "Deleted" msgstr "Supprimé" -#: src/view/com/post-thread/PostThread.tsx:246 +#: src/view/com/post-thread/PostThread.tsx:264 msgid "Deleted post." msgstr "Post supprimé." -#: src/view/com/modals/CreateOrEditList.tsx:237 -#: src/view/com/modals/CreateOrEditList.tsx:253 +#: src/view/com/modals/CreateOrEditList.tsx:300 +#: src/view/com/modals/CreateOrEditList.tsx:321 #: src/view/com/modals/EditProfile.tsx:198 #: src/view/com/modals/EditProfile.tsx:210 msgid "Description" msgstr "Description" -#: src/view/com/auth/create/Step1.tsx:96 -#~ msgid "Dev Server" -#~ msgstr "Serveur de dév" - #: src/view/screens/Settings.tsx:711 msgid "Developer Tools" msgstr "Outils de dév" @@ -979,7 +1047,7 @@ msgstr "Empêcher les applis de montrer mon compte aux personnes non connectées msgid "Discover new custom feeds" msgstr "Découvrir des fils d’actu personnalisés" -#: src/view/screens/Feeds.tsx:409 +#: src/view/screens/Feeds.tsx:441 msgid "Discover new feeds" msgstr "Découvrir de nouveaux fils d’actu" @@ -1005,15 +1073,15 @@ msgstr "Pas de code d’invitation ?" #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 #: src/view/com/modals/Threadgate.tsx:132 -#: src/view/com/modals/UserAddRemoveLists.tsx:79 -#: src/view/com/modals/UserAddRemoveLists.tsx:82 +#: src/view/com/modals/UserAddRemoveLists.tsx:95 +#: src/view/com/modals/UserAddRemoveLists.tsx:98 #: src/view/screens/PreferencesThreads.tsx:162 msgctxt "action" msgid "Done" msgstr "Terminer" #: src/view/com/modals/AddAppPasswords.tsx:228 -#: src/view/com/modals/AltImage.tsx:115 +#: src/view/com/modals/AltImage.tsx:138 #: src/view/com/modals/ContentFilteringSettings.tsx:88 #: src/view/com/modals/ContentFilteringSettings.tsx:96 #: src/view/com/modals/crop-image/CropImage.web.tsx:152 @@ -1032,6 +1100,14 @@ msgstr "Terminé{extraText}" msgid "Double tap to sign in" msgstr "Tapotez deux fois pour vous connecter" +#: src/view/com/composer/text-input/TextInput.web.tsx:244 +msgid "Drop to add images" +msgstr "" + +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:111 +msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." +msgstr "" + #: src/view/com/modals/EditProfile.tsx:185 msgid "e.g. Alice Roberts" msgstr "ex. Alice Dupont" @@ -1040,19 +1116,19 @@ msgstr "ex. Alice Dupont" msgid "e.g. Artist, dog-lover, and avid reader." msgstr "ex. Artiste, amoureuse des chiens et lectrice passionnée." -#: src/view/com/modals/CreateOrEditList.tsx:223 +#: src/view/com/modals/CreateOrEditList.tsx:283 msgid "e.g. Great Posters" msgstr "ex. Les meilleurs comptes" -#: src/view/com/modals/CreateOrEditList.tsx:224 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Spammers" msgstr "ex. Spammeurs" -#: src/view/com/modals/CreateOrEditList.tsx:244 +#: src/view/com/modals/CreateOrEditList.tsx:312 msgid "e.g. The posters who never miss." msgstr "ex. Ces comptes qui ne ratent jamais leur coup." -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. Users that repeatedly reply with ads." msgstr "ex. Les comptes qui répondent toujours avec des pubs." @@ -1070,16 +1146,16 @@ msgstr "Modifier" msgid "Edit image" msgstr "Modifier l’image" -#: src/view/screens/ProfileList.tsx:411 +#: src/view/screens/ProfileList.tsx:408 msgid "Edit list details" msgstr "Modifier les infos de la liste" -#: src/view/com/modals/CreateOrEditList.tsx:192 +#: src/view/com/modals/CreateOrEditList.tsx:250 msgid "Edit Moderation List" msgstr "Modifier la liste de modération" -#: src/Navigation.tsx:242 -#: src/view/screens/Feeds.tsx:371 +#: src/Navigation.tsx:243 +#: src/view/screens/Feeds.tsx:403 #: src/view/screens/SavedFeeds.tsx:84 msgid "Edit My Feeds" msgstr "Modifier mes fils d’actu" @@ -1096,11 +1172,11 @@ msgstr "Modifier le profil" msgid "Edit Profile" msgstr "Modifier le profil" -#: src/view/screens/Feeds.tsx:334 +#: src/view/screens/Feeds.tsx:337 msgid "Edit Saved Feeds" msgstr "Modifier les fils d’actu enregistrés" -#: src/view/com/modals/CreateOrEditList.tsx:187 +#: src/view/com/modals/CreateOrEditList.tsx:245 msgid "Edit User List" msgstr "Modifier la liste de comptes" @@ -1112,9 +1188,13 @@ msgstr "Modifier votre nom d’affichage" msgid "Edit your profile description" msgstr "Modifier votre description de profil" +#: src/screens/Onboarding/index.tsx:34 +msgid "Education" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:143 -#: src/view/com/auth/create/Step2.tsx:192 -#: src/view/com/auth/create/Step2.tsx:266 +#: src/view/com/auth/create/Step2.tsx:193 +#: src/view/com/auth/create/Step2.tsx:268 #: src/view/com/auth/login/ForgotPasswordForm.tsx:152 #: src/view/com/modals/ChangeEmail.tsx:141 #: src/view/com/modals/Waitlist.tsx:88 @@ -1151,6 +1231,11 @@ msgstr "Activer {0} uniquement" msgid "Enable Adult Content" msgstr "Activer le contenu pour adultes" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:76 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:77 +msgid "Enable adult content in your feeds" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 msgid "Enable External Media" msgstr "Activer les médias externes" @@ -1163,7 +1248,7 @@ msgstr "Activer les lecteurs médias pour" 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." -#: src/view/screens/Profile.tsx:427 +#: src/view/screens/Profile.tsx:437 msgid "End of feed" msgstr "Fin du fil d’actu" @@ -1175,10 +1260,6 @@ msgstr "Entrer un nom pour ce mot de passe d’application" msgid "Enter Confirmation Code" msgstr "Entrer un code de confirmation" -#: src/view/com/auth/create/Step1.tsx:71 -#~ msgid "Enter the address of your provider:" -#~ msgstr "Saisissez l’adresse de votre hébergeur :" - #: src/view/com/modals/ChangeHandle.tsx:371 msgid "Enter the domain you want to use" msgstr "Entrez le domaine que vous voulez utiliser" @@ -1208,7 +1289,7 @@ msgstr "Entrez votre nouvel e-mail ci-dessus" msgid "Enter your new email address below." msgstr "Entrez votre nouvelle e-mail ci-dessous." -#: src/view/com/auth/create/Step2.tsx:186 +#: src/view/com/auth/create/Step2.tsx:187 msgid "Enter your phone number" msgstr "" @@ -1216,7 +1297,7 @@ msgstr "" msgid "Enter your username and password" msgstr "Entrez votre pseudo et votre mot de passe" -#: src/view/screens/Search/Search.tsx:107 +#: src/view/screens/Search/Search.tsx:109 msgid "Error:" msgstr "Erreur :" @@ -1228,7 +1309,7 @@ msgstr "Tout le monde" msgid "Exits handle change process" msgstr "Sort du processus de changement de pseudo" -#: src/view/com/lightbox/Lightbox.web.tsx:113 +#: src/view/com/lightbox/Lightbox.web.tsx:120 msgid "Exits image view" msgstr "Sort de la vue de l’image" @@ -1241,7 +1322,7 @@ msgstr "Sort de la saisie de la recherche" msgid "Exits signing up for waitlist with {email}" msgstr "Sort de l’inscription sur la liste d’attente avec {email}" -#: src/view/com/lightbox/Lightbox.web.tsx:156 +#: src/view/com/lightbox/Lightbox.web.tsx:163 msgid "Expand alt text" msgstr "Développer le texte alt" @@ -1259,7 +1340,7 @@ msgstr "Média externe" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Les médias externes peuvent permettre à des sites web de collecter des informations sur vous et votre appareil. Aucune information n’est envoyée ou demandée tant que vous n’appuyez pas sur le bouton de lecture." -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:259 #: src/view/screens/PreferencesExternalEmbeds.tsx:52 #: src/view/screens/Settings.tsx:623 msgid "External Media Preferences" @@ -1274,11 +1355,11 @@ msgstr "Préférences sur les médias externes" msgid "Failed to create app password." msgstr "Échec de la création du mot de passe d’application." -#: src/view/com/modals/CreateOrEditList.tsx:148 +#: src/view/com/modals/CreateOrEditList.tsx:206 msgid "Failed to create the list. Check your internet connection and try again." msgstr "Échec de la création de la liste. Vérifiez votre connexion Internet et réessayez." -#: src/view/com/util/forms/PostDropdownBtn.tsx:86 +#: src/view/com/util/forms/PostDropdownBtn.tsx:88 msgid "Failed to delete post, please try again" msgstr "Échec de la suppression du post, veuillez réessayer" @@ -1287,7 +1368,7 @@ msgstr "Échec de la suppression du post, veuillez réessayer" msgid "Failed to load recommended feeds" msgstr "Échec du chargement des fils d’actu recommandés" -#: src/Navigation.tsx:192 +#: src/Navigation.tsx:193 msgid "Feed" msgstr "Fil d’actu" @@ -1295,7 +1376,7 @@ msgstr "Fil d’actu" msgid "Feed by {0}" msgstr "Fil d’actu par {0}" -#: src/view/screens/Feeds.tsx:560 +#: src/view/screens/Feeds.tsx:597 msgid "Feed offline" msgstr "Fil d’actu hors ligne" @@ -1308,9 +1389,9 @@ msgstr "Préférences en matière de fil d’actu" msgid "Feedback" msgstr "Feedback" -#: src/Navigation.tsx:440 -#: src/view/screens/Feeds.tsx:479 -#: src/view/screens/Profile.tsx:165 +#: src/Navigation.tsx:443 +#: src/view/screens/Feeds.tsx:514 +#: src/view/screens/Profile.tsx:175 #: src/view/shell/bottom-bar/BottomBar.tsx:181 #: src/view/shell/desktop/LeftNav.tsx:342 #: src/view/shell/Drawer.tsx:479 @@ -1318,6 +1399,14 @@ msgstr "Feedback" msgid "Feeds" msgstr "Fil d’actu" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#~ msgid "Feeds are created by users and can give you entirely new experiences." +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +msgid "Feeds are created by users and organizations. They offer you varied experiences and suggest content you may like using algorithms." +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:57 msgid "Feeds are created by users to curate content. Choose some feeds that you find interesting." msgstr "Les fils d’actu sont créés par d’autres personnes pour rassembler du contenu. Choisissez des fils d’actu qui vous intéressent." @@ -1326,17 +1415,25 @@ msgstr "Les fils d’actu sont créés par d’autres personnes pour rassembler msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information." msgstr "Les fils d’actu sont des algorithmes personnalisés qui se construisent avec un peu d’expertise en programmation. <0/> pour plus d’informations." +#: src/screens/Onboarding/StepTopicalFeeds.tsx:70 +msgid "Feeds can be topical as well!" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:151 +msgid "Finalizing" +msgstr "" + #: src/view/com/posts/CustomFeedEmptyState.tsx:47 #: src/view/com/posts/FollowingEmptyState.tsx:57 #: src/view/com/posts/FollowingEndOfFeed.tsx:58 msgid "Find accounts to follow" msgstr "Trouver des comptes à suivre" -#: src/view/screens/Search/Search.tsx:429 +#: src/view/screens/Search/Search.tsx:439 msgid "Find users on Bluesky" msgstr "Trouver des comptes sur Bluesky" -#: src/view/screens/Search/Search.tsx:427 +#: src/view/screens/Search/Search.tsx:437 msgid "Find users with the search tool on the right" msgstr "Trouvez des comptes à l’aide de l’outil de recherche, à droite" @@ -1352,6 +1449,14 @@ msgstr "Affine le contenu affiché sur votre écran d’accueil." msgid "Fine-tune the discussion threads." msgstr "Affine les fils de discussion." +#: src/screens/Onboarding/index.tsx:38 +msgid "Fitness" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:131 +msgid "Flexible" +msgstr "" + #: src/view/com/modals/EditImage.tsx:115 msgid "Flip horizontal" msgstr "Miroir horizontal" @@ -1370,10 +1475,19 @@ msgstr "Suivre" msgid "Follow" msgstr "Suivre" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 #: src/view/com/profile/ProfileHeader.tsx:543 msgid "Follow {0}" msgstr "Suivre {0}" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:178 +msgid "Follow All" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +msgid "Follow selected accounts and continue to the next step" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFollows.tsx:64 msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." msgstr "Suivez quelques comptes pour commencer. Nous pouvons vous recommander d’autres comptes en fonction des personnes qui vous intéressent." @@ -1415,6 +1529,10 @@ msgstr "Vous suit" msgid "Follows You" msgstr "Vous suit" +#: src/screens/Onboarding/index.tsx:43 +msgid "Food" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:107 msgid "For security reasons, we'll need to send a confirmation code to your email address." msgstr "Pour des raisons de sécurité, nous devrons envoyer un code de confirmation à votre e-mail." @@ -1436,7 +1554,7 @@ msgstr "Mot de passe oublié" msgid "Forgot Password" msgstr "Mot de passe oublié" -#: src/view/com/posts/FeedItem.tsx:188 +#: src/view/com/posts/FeedItem.tsx:189 msgctxt "from-feed" msgid "From <0/>" msgstr "Tiré de <0/>" @@ -1457,14 +1575,19 @@ msgstr "C’est parti" msgid "Go back" msgstr "Retour" -#: src/view/screens/ProfileFeed.tsx:104 -#: src/view/screens/ProfileFeed.tsx:109 -#: src/view/screens/ProfileList.tsx:876 -#: src/view/screens/ProfileList.tsx:881 +#: src/view/screens/ProfileFeed.tsx:105 +#: src/view/screens/ProfileFeed.tsx:110 +#: src/view/screens/ProfileList.tsx:873 +#: src/view/screens/ProfileList.tsx:878 msgid "Go Back" msgstr "Retour" -#: src/view/screens/Search/Search.tsx:640 +#: src/screens/Onboarding/Layout.tsx:104 +#: src/screens/Onboarding/Layout.tsx:193 +msgid "Go back to previous step" +msgstr "" + +#: src/view/screens/Search/Search.tsx:724 #: src/view/shell/desktop/Search.tsx:262 msgid "Go to @{queryMaybeHandle}" msgstr "" @@ -1479,7 +1602,7 @@ msgstr "Aller à la suite" msgid "Handle" msgstr "Pseudo" -#: src/view/com/auth/create/CreateAccount.tsx:190 +#: src/view/com/auth/create/CreateAccount.tsx:197 msgid "Having trouble?" msgstr "" @@ -1488,23 +1611,36 @@ msgstr "" msgid "Help" msgstr "Aide" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +msgid "Here are some accounts for you to follow" +msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:79 +msgid "Here are some popular topical feeds. You can choose to follow as many as you like." +msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:74 +msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." +msgstr "" + #: src/view/com/modals/AddAppPasswords.tsx:152 msgid "Here is your app password." msgstr "Voici le mot de passe de votre appli." -#: src/view/com/modals/ContentFilteringSettings.tsx:219 -#: src/view/com/notifications/FeedItem.tsx:329 -msgctxt "action" -msgid "Hide" -msgstr "Cacher" - +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:41 #: src/view/com/modals/ContentFilteringSettings.tsx:246 #: src/view/com/util/moderation/ContentHider.tsx:105 #: src/view/com/util/moderation/PostHider.tsx:108 msgid "Hide" msgstr "Cacher" -#: src/view/com/util/forms/PostDropdownBtn.tsx:185 +#: src/view/com/modals/ContentFilteringSettings.tsx:219 +#: src/view/com/notifications/FeedItem.tsx:325 +msgctxt "action" +msgid "Hide" +msgstr "Cacher" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:187 msgid "Hide post" msgstr "Cacher ce post" @@ -1513,11 +1649,11 @@ msgstr "Cacher ce post" msgid "Hide the content" msgstr "Cacher ce contenu" -#: src/view/com/util/forms/PostDropdownBtn.tsx:189 +#: src/view/com/util/forms/PostDropdownBtn.tsx:191 msgid "Hide this post?" msgstr "Cacher ce post ?" -#: src/view/com/notifications/FeedItem.tsx:319 +#: src/view/com/notifications/FeedItem.tsx:315 msgid "Hide user list" msgstr "Cacher la liste des comptes" @@ -1545,7 +1681,7 @@ msgstr "Mmm… le serveur de fils d’actu ne répond pas. Veuillez informer la msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, nous n’arrivons pas à trouver ce fil d’actu. Il a peut-être été supprimé." -#: src/Navigation.tsx:430 +#: src/Navigation.tsx:433 #: src/view/shell/bottom-bar/BottomBar.tsx:137 #: src/view/shell/desktop/LeftNav.tsx:306 #: src/view/shell/Drawer.tsx:401 @@ -1553,8 +1689,8 @@ msgstr "Hmm, nous n’arrivons pas à trouver ce fil d’actu. Il a peut-être msgid "Home" msgstr "Accueil" -#: src/Navigation.tsx:247 -#: src/view/com/pager/FeedsTabBarMobile.tsx:117 +#: src/Navigation.tsx:248 +#: src/view/com/pager/FeedsTabBarMobile.tsx:123 #: src/view/screens/PreferencesHomeFeed.tsx:104 #: src/view/screens/Settings.tsx:509 msgid "Home Feed Preferences" @@ -1564,11 +1700,6 @@ msgstr "Préférences de fils d’actu de l’accueil" msgid "Hosting provider" msgstr "Hébergeur" -#: src/view/com/auth/create/Step1.tsx:76 -#: src/view/com/auth/create/Step1.tsx:81 -#~ msgid "Hosting provider address" -#~ msgstr "Adresse de l’hébergeur" - #: src/view/com/modals/InAppBrowserConsent.tsx:44 msgid "How should we open this link?" msgstr "" @@ -1585,7 +1716,7 @@ msgstr "J’ai un code de confirmation" msgid "I have my own domain" msgstr "J’ai mon propre domaine" -#: src/view/com/lightbox/Lightbox.web.tsx:158 +#: src/view/com/lightbox/Lightbox.web.tsx:165 msgid "If alt text is long, toggles alt text expanded state" msgstr "Si le texte alternatif est trop long, change son mode d’affichage" @@ -1593,11 +1724,11 @@ msgstr "Si le texte alternatif est trop long, change son mode d’affichage" msgid "If none are selected, suitable for all ages." msgstr "Si rien n’est sélectionné, il n’y a pas de restriction d’âge." -#: src/view/com/util/images/Gallery.tsx:37 +#: src/view/com/util/images/Gallery.tsx:38 msgid "Image" msgstr "Image" -#: src/view/com/modals/AltImage.tsx:97 +#: src/view/com/modals/AltImage.tsx:119 msgid "Image alt text" msgstr "Texte alt de l’image" @@ -1618,14 +1749,6 @@ msgstr "Entrez le code de confirmation pour supprimer le compte" msgid "Input email for Bluesky account" msgstr "" -#: src/view/com/auth/create/Step2.tsx:109 -#~ msgid "Input email for Bluesky waitlist" -#~ msgstr "Entrez l’e-mail pour la liste d’attente de Bluesky" - -#: src/view/com/auth/create/Step1.tsx:80 -#~ msgid "Input hosting provider address" -#~ msgstr "Entrez l’adresse de l’hébergeur" - #: src/view/com/auth/create/Step1.tsx:102 msgid "Input invite code to proceed" msgstr "Entrez le code d’invitation pour continuer" @@ -1642,7 +1765,7 @@ 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/view/com/auth/create/Step2.tsx:194 +#: src/view/com/auth/create/Step2.tsx:195 msgid "Input phone number for SMS verification" msgstr "" @@ -1654,7 +1777,7 @@ msgstr "Entrez le mot de passe associé à {identifier}" 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/view/com/auth/create/Step2.tsx:268 +#: src/view/com/auth/create/Step2.tsx:270 msgid "Input the verification code we have texted to you" msgstr "" @@ -1666,11 +1789,11 @@ msgstr "Entrez votre e-mail pour vous inscrire sur la liste d’attente de Blues msgid "Input your password" msgstr "Entrez votre mot de passe" -#: src/view/com/auth/create/Step3.tsx:39 +#: src/view/com/auth/create/Step3.tsx:42 msgid "Input your user handle" msgstr "Entrez votre pseudo" -#: src/view/com/post-thread/PostThreadItem.tsx:229 +#: src/view/com/post-thread/PostThreadItem.tsx:231 msgid "Invalid or unsupported post record" msgstr "Enregistrement de post invalide ou non pris en charge" @@ -1708,6 +1831,10 @@ msgstr "Invitations : {invitesAvailable} codes dispo" msgid "Invite codes: 1 available" msgstr "Invitations : 1 code dispo" +#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +msgid "It shows posts from the people you follow as they happen." +msgstr "" + #: src/view/com/auth/HomeLoggedOutCTA.tsx:99 msgid "Jobs" msgstr "Emplois" @@ -1725,6 +1852,10 @@ msgstr "S’inscrire sur la liste d’attente." msgid "Join Waitlist" msgstr "S’inscrire sur la liste d’attente" +#: src/screens/Onboarding/index.tsx:24 +msgid "Journalism" +msgstr "" + #: src/view/com/composer/select-language/SelectLangBtn.tsx:104 msgid "Language selection" msgstr "Sélection de la langue" @@ -1733,7 +1864,7 @@ msgstr "Sélection de la langue" msgid "Language settings" msgstr "Préférences de langue" -#: src/Navigation.tsx:139 +#: src/Navigation.tsx:140 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "Paramètres linguistiques" @@ -1776,6 +1907,10 @@ msgstr "Si vous ne cochez rien, toutes les langues s’afficheront." msgid "Leaving Bluesky" msgstr "Quitter Bluesky" +#: src/screens/Deactivated.tsx:129 +msgid "left to go." +msgstr "" + #: src/view/screens/Settings.tsx:280 msgid "Legacy storage cleared, you need to restart the app now." msgstr "Stockage ancien effacé, vous devez redémarrer l’application maintenant." @@ -1785,6 +1920,10 @@ msgstr "Stockage ancien effacé, vous devez redémarrer l’application maintena msgid "Let's get your password reset!" msgstr "Réinitialisez votre mot de passe !" +#: src/screens/Onboarding/StepFinished.tsx:151 +msgid "Let's go!" +msgstr "" + #: src/view/com/util/UserAvatar.tsx:245 #: src/view/com/util/UserBanner.tsx:60 msgid "Library" @@ -1794,53 +1933,56 @@ msgstr "Bibliothèque" msgid "Light" msgstr "Clair" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:189 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 msgid "Like" msgstr "Liker" -#: src/view/screens/ProfileFeed.tsx:600 +#: src/view/screens/ProfileFeed.tsx:591 msgid "Like this feed" msgstr "Liker ce fil d’actu" -#: src/Navigation.tsx:197 -#: src/view/screens/PostLikedBy.tsx:27 -#: src/view/screens/ProfileFeedLikedBy.tsx:27 +#: src/Navigation.tsx:198 msgid "Liked by" msgstr "Liké par" +#: src/view/screens/PostLikedBy.tsx:27 +#: src/view/screens/ProfileFeedLikedBy.tsx:27 +msgid "Liked By" +msgstr "" + #: src/view/com/feeds/FeedSourceCard.tsx:277 msgid "Liked by {0} {1}" msgstr "Liké par {0} {1}" -#: src/view/screens/ProfileFeed.tsx:615 +#: src/view/screens/ProfileFeed.tsx:606 msgid "Liked by {likeCount} {0}" msgstr "Liké par {likeCount} {0}" -#: src/view/com/notifications/FeedItem.tsx:171 -msgid "liked your custom feed{0}" -msgstr "liké votre fil d’actu personnalisé{0}" +#: src/view/com/notifications/FeedItem.tsx:170 +msgid "liked your custom feed" +msgstr "liké votre fil d’actu personnalisé" #: src/view/com/notifications/FeedItem.tsx:155 msgid "liked your post" msgstr "liké votre post" -#: src/view/screens/Profile.tsx:164 +#: src/view/screens/Profile.tsx:174 msgid "Likes" msgstr "Likes" -#: src/view/com/post-thread/PostThreadItem.tsx:184 +#: src/view/com/post-thread/PostThreadItem.tsx:185 msgid "Likes on this post" msgstr "Likes sur ce post" -#: src/Navigation.tsx:166 +#: src/Navigation.tsx:167 msgid "List" msgstr "Liste" -#: src/view/com/modals/CreateOrEditList.tsx:203 +#: src/view/com/modals/CreateOrEditList.tsx:261 msgid "List Avatar" msgstr "Liste des avatars" -#: src/view/screens/ProfileList.tsx:323 +#: src/view/screens/ProfileList.tsx:320 msgid "List blocked" msgstr "Liste bloquée" @@ -1848,47 +1990,47 @@ msgstr "Liste bloquée" msgid "List by {0}" msgstr "Liste par {0}" -#: src/view/screens/ProfileList.tsx:367 +#: src/view/screens/ProfileList.tsx:364 msgid "List deleted" msgstr "Liste supprimée" -#: src/view/screens/ProfileList.tsx:282 +#: src/view/screens/ProfileList.tsx:279 msgid "List muted" msgstr "Liste masquée" -#: src/view/com/modals/CreateOrEditList.tsx:216 +#: src/view/com/modals/CreateOrEditList.tsx:275 msgid "List Name" msgstr "Nom de liste" -#: src/view/screens/ProfileList.tsx:342 +#: src/view/screens/ProfileList.tsx:339 msgid "List unblocked" msgstr "Liste débloquée" -#: src/view/screens/ProfileList.tsx:301 +#: src/view/screens/ProfileList.tsx:298 msgid "List unmuted" msgstr "Liste démasquée" -#: src/Navigation.tsx:109 -#: src/view/screens/Profile.tsx:166 +#: src/Navigation.tsx:110 +#: src/view/screens/Profile.tsx:176 #: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 msgid "Lists" msgstr "Listes" -#: src/view/com/post-thread/PostThread.tsx:263 -#: src/view/com/post-thread/PostThread.tsx:271 +#: src/view/com/post-thread/PostThread.tsx:281 +#: src/view/com/post-thread/PostThread.tsx:289 msgid "Load more posts" msgstr "Charger plus d’articles" -#: src/view/screens/Notifications.tsx:148 +#: src/view/screens/Notifications.tsx:155 msgid "Load new notifications" msgstr "Charger les nouvelles notifications" #: src/view/com/feeds/FeedPage.tsx:190 -#: src/view/screens/Profile.tsx:412 -#: src/view/screens/ProfileFeed.tsx:503 -#: src/view/screens/ProfileList.tsx:659 +#: src/view/screens/Profile.tsx:422 +#: src/view/screens/ProfileFeed.tsx:494 +#: src/view/screens/ProfileList.tsx:656 msgid "Load new posts" msgstr "Charger les nouveaux messages" @@ -1900,10 +2042,17 @@ msgstr "Chargement…" msgid "Local dev server" msgstr "Serveur de dév local" -#: src/Navigation.tsx:207 +#: src/Navigation.tsx:208 msgid "Log" msgstr "Journaux" +#: src/screens/Deactivated.tsx:150 +#: src/screens/Deactivated.tsx:153 +#: src/screens/Deactivated.tsx:179 +#: src/screens/Deactivated.tsx:182 +msgid "Log out" +msgstr "" + #: src/view/screens/Moderation.tsx:136 msgid "Logged-out visibility" msgstr "Visibilité déconnectée" @@ -1916,7 +2065,7 @@ msgstr "Se connecter à un compte qui n’est pas listé" msgid "Make sure this is where you intend to go!" msgstr "Assurez-vous que c’est bien là que vous avez l’intention d’aller !" -#: src/view/screens/Profile.tsx:163 +#: src/view/screens/Profile.tsx:173 msgid "Media" msgstr "Média" @@ -1929,7 +2078,7 @@ msgid "Mentioned users" msgstr "Comptes mentionnés" #: src/view/com/util/ViewHeader.tsx:81 -#: src/view/screens/Search/Search.tsx:544 +#: src/view/screens/Search/Search.tsx:623 msgid "Menu" msgstr "Menu" @@ -1937,7 +2086,7 @@ msgstr "Menu" msgid "Message from server: {0}" msgstr "Message du serveur : {0}" -#: src/Navigation.tsx:114 +#: src/Navigation.tsx:115 #: src/view/screens/Moderation.tsx:64 #: src/view/screens/Settings.tsx:591 #: src/view/shell/desktop/LeftNav.tsx:397 @@ -1947,25 +2096,25 @@ msgid "Moderation" msgstr "Modération" #: src/view/com/lists/ListCard.tsx:92 -#: src/view/com/modals/UserAddRemoveLists.tsx:190 +#: src/view/com/modals/UserAddRemoveLists.tsx:206 msgid "Moderation list by {0}" msgstr "Liste de modération par {0}" -#: src/view/screens/ProfileList.tsx:753 +#: src/view/screens/ProfileList.tsx:750 msgid "Moderation list by <0/>" msgstr "Liste de modération par <0/>" #: src/view/com/lists/ListCard.tsx:90 -#: src/view/com/modals/UserAddRemoveLists.tsx:188 -#: src/view/screens/ProfileList.tsx:751 +#: src/view/com/modals/UserAddRemoveLists.tsx:204 +#: src/view/screens/ProfileList.tsx:748 msgid "Moderation list by you" msgstr "Liste de modération par vous" -#: src/view/com/modals/CreateOrEditList.tsx:139 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "Moderation list created" msgstr "Liste de modération créée" -#: src/view/com/modals/CreateOrEditList.tsx:126 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "Moderation list updated" msgstr "Liste de modération mise à jour" @@ -1973,7 +2122,7 @@ msgstr "Liste de modération mise à jour" msgid "Moderation lists" msgstr "Listes de modération" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Listes de modération" @@ -1991,12 +2140,12 @@ msgid "More feeds" msgstr "Plus de fils d’actu" #: src/view/com/profile/ProfileHeader.tsx:562 -#: src/view/screens/ProfileFeed.tsx:371 -#: src/view/screens/ProfileList.tsx:595 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileList.tsx:592 msgid "More options" msgstr "Plus d’options" -#: src/view/com/util/forms/PostDropdownBtn.tsx:268 +#: src/view/com/util/forms/PostDropdownBtn.tsx:270 msgid "More post options" msgstr "Plus d’options de post" @@ -2008,23 +2157,23 @@ msgstr "Réponses les plus likées en premier" msgid "Mute Account" msgstr "Masquer le compte" -#: src/view/screens/ProfileList.tsx:522 +#: src/view/screens/ProfileList.tsx:519 msgid "Mute accounts" msgstr "Masquer les comptes" -#: src/view/screens/ProfileList.tsx:469 +#: src/view/screens/ProfileList.tsx:466 msgid "Mute list" msgstr "Masquer la liste" -#: src/view/screens/ProfileList.tsx:274 +#: src/view/screens/ProfileList.tsx:271 msgid "Mute these accounts?" msgstr "Masquer ces comptes ?" -#: src/view/screens/ProfileList.tsx:278 +#: src/view/screens/ProfileList.tsx:275 msgid "Mute this List" msgstr "Masquer cette liste" -#: src/view/com/util/forms/PostDropdownBtn.tsx:169 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "Mute thread" msgstr "Masquer ce fil de discussion" @@ -2036,7 +2185,7 @@ msgstr "" msgid "Muted accounts" msgstr "Comptes masqués" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Comptes masqués" @@ -2045,7 +2194,7 @@ msgstr "Comptes masqués" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Les comptes masqués voient leurs posts supprimés de votre fil d’actualité et de vos notifications. Cette option est totalement privée." -#: src/view/screens/ProfileList.tsx:276 +#: src/view/screens/ProfileList.tsx:273 msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them." msgstr "Ce que vous masquez reste privé. Les comptes masqués peuvent interagir avec vous, mais vous ne verrez pas leurs posts et ne recevrez pas de notifications de leur part." @@ -2053,7 +2202,7 @@ msgstr "Ce que vous masquez reste privé. Les comptes masqués peuvent interagir msgid "My Birthday" msgstr "Ma date de naissance" -#: src/view/screens/Feeds.tsx:367 +#: src/view/screens/Feeds.tsx:399 msgid "My Feeds" msgstr "Mes fils d’actu" @@ -2066,14 +2215,18 @@ msgid "My Saved Feeds" msgstr "Mes fils d’actu enregistrés" #: src/view/com/modals/AddAppPasswords.tsx:181 -#: src/view/com/modals/CreateOrEditList.tsx:230 +#: src/view/com/modals/CreateOrEditList.tsx:290 msgid "Name" msgstr "Nom" -#: src/view/com/modals/CreateOrEditList.tsx:108 +#: src/view/com/modals/CreateOrEditList.tsx:145 msgid "Name is required" msgstr "Le nom est requis" +#: src/screens/Onboarding/index.tsx:25 +msgid "Nature" +msgstr "" + #: src/view/com/auth/login/ForgotPasswordForm.tsx:186 #: src/view/com/auth/login/LoginForm.tsx:286 #: src/view/com/auth/login/SetNewPasswordForm.tsx:166 @@ -2094,6 +2247,10 @@ msgstr "Ne jamais charger les contenus intégrés de {0}" msgid "Never lose access to your followers and data." msgstr "Ne perdez jamais l’accès à vos followers et à vos données." +#: src/screens/Onboarding/StepFinished.tsx:119 +msgid "Never lose access to your followers or data." +msgstr "" + #: src/view/screens/Lists.tsx:76 msgctxt "action" msgid "New" @@ -2103,7 +2260,7 @@ msgstr "Nouveau" msgid "New" msgstr "Nouveau" -#: src/view/com/modals/CreateOrEditList.tsx:194 +#: src/view/com/modals/CreateOrEditList.tsx:252 msgid "New Moderation List" msgstr "Nouvelle liste de modération" @@ -2116,11 +2273,11 @@ msgctxt "action" msgid "New post" msgstr "Nouveau post" -#: src/view/screens/Feeds.tsx:511 -#: src/view/screens/Profile.tsx:354 -#: src/view/screens/ProfileFeed.tsx:441 -#: src/view/screens/ProfileList.tsx:197 -#: src/view/screens/ProfileList.tsx:225 +#: src/view/screens/Feeds.tsx:547 +#: src/view/screens/Profile.tsx:364 +#: src/view/screens/ProfileFeed.tsx:432 +#: src/view/screens/ProfileList.tsx:194 +#: src/view/screens/ProfileList.tsx:222 #: src/view/shell/desktop/LeftNav.tsx:248 msgid "New post" msgstr "Nouveau post" @@ -2130,7 +2287,7 @@ msgctxt "action" msgid "New Post" msgstr "Nouveau post" -#: src/view/com/modals/CreateOrEditList.tsx:189 +#: src/view/com/modals/CreateOrEditList.tsx:247 msgid "New User List" msgstr "Nouvelle liste de comptes" @@ -2138,7 +2295,11 @@ msgstr "Nouvelle liste de comptes" msgid "Newest replies first" msgstr "Réponses les plus récentes en premier" -#: src/view/com/auth/create/CreateAccount.tsx:155 +#: src/screens/Onboarding/index.tsx:23 +msgid "News" +msgstr "" + +#: src/view/com/auth/create/CreateAccount.tsx:161 #: src/view/com/auth/login/ForgotPasswordForm.tsx:178 #: src/view/com/auth/login/ForgotPasswordForm.tsx:188 #: src/view/com/auth/login/LoginForm.tsx:288 @@ -2153,7 +2314,7 @@ msgctxt "action" msgid "Next" msgstr "Suivant" -#: src/view/com/lightbox/Lightbox.web.tsx:142 +#: src/view/com/lightbox/Lightbox.web.tsx:149 msgid "Next image" msgstr "Image suivante" @@ -2166,8 +2327,8 @@ msgstr "Image suivante" msgid "No" msgstr "Non" -#: src/view/screens/ProfileFeed.tsx:593 -#: src/view/screens/ProfileList.tsx:733 +#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileList.tsx:730 msgid "No description" msgstr "Aucune description" @@ -2175,7 +2336,7 @@ msgstr "Aucune description" msgid "No longer following {0}" msgstr "Ne suit plus {0}" -#: src/view/com/notifications/Feed.tsx:107 +#: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "Pas encore de notifications !" @@ -2184,13 +2345,13 @@ msgstr "Pas encore de notifications !" msgid "No result" msgstr "Aucun résultat" -#: src/view/screens/Feeds.tsx:456 +#: src/view/screens/Feeds.tsx:490 msgid "No results found for \"{query}\"" msgstr "Aucun résultat trouvé pour « {query} »" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:272 -#: src/view/screens/Search/Search.tsx:300 +#: src/view/screens/Search/Search.tsx:274 +#: src/view/screens/Search/Search.tsx:302 msgid "No results found for {query}" msgstr "Aucun résultat trouvé pour {query}" @@ -2206,7 +2367,7 @@ msgstr "Personne" msgid "Not Applicable." msgstr "Sans objet." -#: src/Navigation.tsx:104 +#: src/Navigation.tsx:105 msgid "Not Found" msgstr "Introuvable" @@ -2219,9 +2380,9 @@ msgstr "Pas maintenant" 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 "Remarque : Bluesky est un réseau ouvert et public. Ce paramètre limite uniquement la visibilité de votre contenu sur l’application et le site Web de Bluesky, et d’autres applications peuvent ne pas respecter ce paramètre. Votre contenu peut toujours être montré aux personnes non connectées par d’autres applications et sites Web." -#: src/Navigation.tsx:445 -#: src/view/screens/Notifications.tsx:113 -#: src/view/screens/Notifications.tsx:137 +#: src/Navigation.tsx:448 +#: src/view/screens/Notifications.tsx:120 +#: src/view/screens/Notifications.tsx:144 #: src/view/shell/bottom-bar/BottomBar.tsx:205 #: src/view/shell/desktop/LeftNav.tsx:361 #: src/view/shell/Drawer.tsx:438 @@ -2237,6 +2398,10 @@ msgstr "Nudité" msgid "Oh no!" msgstr "Oh non !" +#: src/screens/Onboarding/StepInterests/index.tsx:128 +msgid "Oh no! Something went wrong." +msgstr "" + #: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 msgid "Okay" msgstr "D’accord" @@ -2263,6 +2428,10 @@ msgstr "Seul {0} peut répondre." msgid "Oops!" msgstr "Oups !" +#: src/screens/Onboarding/StepFinished.tsx:115 +msgid "Open" +msgstr "" + #: src/view/com/composer/Composer.tsx:470 #: src/view/com/composer/Composer.tsx:471 msgid "Open emoji picker" @@ -2272,7 +2441,7 @@ msgstr "Ouvrir le sélecteur d’emoji" msgid "Open links with in-app browser" msgstr "" -#: src/view/com/pager/FeedsTabBarMobile.tsx:81 +#: src/view/com/pager/FeedsTabBarMobile.tsx:87 msgid "Open navigation" msgstr "Navigation ouverte" @@ -2288,7 +2457,7 @@ msgstr "Ouvre {numItems} options" msgid "Opens additional details for a debug entry" msgstr "Ouvre des détails supplémentaires pour une entrée de débug" -#: src/view/com/notifications/FeedItem.tsx:352 +#: src/view/com/notifications/FeedItem.tsx:348 msgid "Opens an expanded list of users in this notification" msgstr "Ouvre une liste étendue des comptes dans cette notification" @@ -2350,7 +2519,7 @@ msgstr "Ouvre les paramètres de modération" msgid "Opens password reset form" msgstr "Ouvre le formulaire de réinitialisation du mot de passe" -#: src/view/screens/Feeds.tsx:335 +#: src/view/screens/Feeds.tsx:338 msgid "Opens screen to edit Saved Feeds" msgstr "Ouvre l’écran pour modifier les fils d’actu enregistrés" @@ -2398,11 +2567,14 @@ msgstr "Autre service" msgid "Other..." msgstr "Autre…" -#: src/view/screens/NotFound.tsx:42 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Page introuvable" +#: src/view/screens/NotFound.tsx:42 +msgid "Page Not Found" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:158 #: src/view/com/auth/create/Step1.tsx:168 #: src/view/com/auth/login/LoginForm.tsx:223 @@ -2419,11 +2591,11 @@ msgstr "Mise à jour du mot de passe" msgid "Password updated!" msgstr "Mot de passe mis à jour !" -#: src/Navigation.tsx:160 +#: src/Navigation.tsx:161 msgid "People followed by @{0}" msgstr "Personnes suivies par @{0}" -#: src/Navigation.tsx:153 +#: src/Navigation.tsx:154 msgid "People following @{0}" msgstr "Personnes qui suivent @{0}" @@ -2435,7 +2607,11 @@ msgstr "Permission d’accès à la pellicule requise." msgid "Permission to access camera roll was denied. Please enable it in your system settings." msgstr "Permission d’accès à la pellicule refusée. Veuillez l’activer dans les paramètres de votre système." -#: src/view/com/auth/create/Step2.tsx:181 +#: src/screens/Onboarding/index.tsx:31 +msgid "Pets" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:182 msgid "Phone number" msgstr "" @@ -2443,8 +2619,8 @@ msgstr "" msgid "Pictures meant for adults." msgstr "Images destinées aux adultes." -#: src/view/screens/ProfileFeed.tsx:362 -#: src/view/screens/ProfileList.tsx:559 +#: src/view/screens/ProfileFeed.tsx:353 +#: src/view/screens/ProfileList.tsx:556 msgid "Pin to home" msgstr "Ajouter à l’accueil" @@ -2481,7 +2657,7 @@ msgstr "Veuillez confirmer votre e-mail avant de le modifier. Ceci est temporair msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "Veuillez entrer un nom pour votre mot de passe d’application. Les espaces ne sont pas autorisés." -#: src/view/com/auth/create/Step2.tsx:204 +#: src/view/com/auth/create/Step2.tsx:205 msgid "Please enter a phone number that can receive SMS text messages." msgstr "" @@ -2493,11 +2669,7 @@ msgstr "Veuillez saisir un nom unique pour le mot de passe de l’application ou msgid "Please enter the code you received by SMS." msgstr "" -#: src/view/com/auth/create/Step2.tsx:177 -#~ msgid "Please enter the verification code sent to" -#~ msgstr "" - -#: src/view/com/auth/create/Step2.tsx:279 +#: src/view/com/auth/create/Step2.tsx:281 msgid "Please enter the verification code sent to {phoneNumberFormatted}." msgstr "" @@ -2522,6 +2694,10 @@ msgstr "Veuillez vérifier votre e-mail" msgid "Please wait for your link card to finish loading" msgstr "Veuillez patienter le temps que votre carte de lien soit chargée" +#: src/screens/Onboarding/index.tsx:37 +msgid "Politics" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:111 msgid "Porn" msgstr "Porno" @@ -2532,27 +2708,26 @@ msgctxt "action" msgid "Post" msgstr "Poster" -#: src/view/com/post-thread/PostThread.tsx:227 -#: src/view/screens/PostThread.tsx:82 +#: src/view/com/post-thread/PostThread.tsx:251 msgctxt "description" msgid "Post" msgstr "Post" -#: src/view/com/post-thread/PostThreadItem.tsx:176 +#: src/view/com/post-thread/PostThreadItem.tsx:177 msgid "Post by {0}" msgstr "Post de {0}" -#: src/Navigation.tsx:172 -#: src/Navigation.tsx:179 -#: src/Navigation.tsx:186 +#: src/Navigation.tsx:173 +#: src/Navigation.tsx:180 +#: src/Navigation.tsx:187 msgid "Post by @{0}" msgstr "Post de @{0}" -#: src/view/com/util/forms/PostDropdownBtn.tsx:82 +#: src/view/com/util/forms/PostDropdownBtn.tsx:84 msgid "Post deleted" msgstr "Post supprimé" -#: src/view/com/post-thread/PostThread.tsx:382 +#: src/view/com/post-thread/PostThread.tsx:403 msgid "Post hidden" msgstr "Post caché" @@ -2564,11 +2739,11 @@ msgstr "Langue du post" msgid "Post Languages" msgstr "Langues du post" -#: src/view/com/post-thread/PostThread.tsx:434 +#: src/view/com/post-thread/PostThread.tsx:455 msgid "Post not found" msgstr "Post introuvable" -#: src/view/screens/Profile.tsx:161 +#: src/view/screens/Profile.tsx:171 msgid "Posts" msgstr "Posts" @@ -2580,7 +2755,7 @@ msgstr "Posts cachés" msgid "Potentially Misleading Link" msgstr "Lien potentiellement trompeur" -#: src/view/com/lightbox/Lightbox.web.tsx:128 +#: src/view/com/lightbox/Lightbox.web.tsx:135 msgid "Previous image" msgstr "Image précédente" @@ -2597,7 +2772,7 @@ msgstr "Définissez des priorités de vos suivis" msgid "Privacy" msgstr "Vie privée" -#: src/Navigation.tsx:217 +#: src/Navigation.tsx:218 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings.tsx:824 #: src/view/shell/Drawer.tsx:265 @@ -2624,6 +2799,10 @@ 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:101 +msgid "Public" +msgstr "" + #: src/view/screens/ModerationModlists.tsx:61 msgid "Public, shareable lists of users to mute or block in bulk." msgstr "Listes publiques et partageables de comptes à masquer ou à bloquer." @@ -2672,7 +2851,7 @@ msgstr "Comptes recommandés" #: src/view/com/modals/ListAddRemoveUsers.tsx:264 #: src/view/com/modals/SelfLabel.tsx:83 -#: src/view/com/modals/UserAddRemoveLists.tsx:203 +#: src/view/com/modals/UserAddRemoveLists.tsx:219 #: src/view/com/util/UserAvatar.tsx:282 #: src/view/com/util/UserBanner.tsx:89 msgid "Remove" @@ -2695,7 +2874,7 @@ msgstr "Supprimer fil d’actu" #: src/view/com/feeds/FeedSourceCard.tsx:167 #: src/view/com/feeds/FeedSourceCard.tsx:172 #: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:281 +#: src/view/screens/ProfileFeed.tsx:272 msgid "Remove from my feeds" msgstr "Supprimer de mes fils d’actu" @@ -2720,7 +2899,7 @@ msgid "Remove this feed from your saved feeds?" msgstr "Supprimer ce fil d’actu de vos fils d’actu enregistrés ?" #: src/view/com/modals/ListAddRemoveUsers.tsx:199 -#: src/view/com/modals/UserAddRemoveLists.tsx:136 +#: src/view/com/modals/UserAddRemoveLists.tsx:152 msgid "Removed from list" msgstr "Supprimé de la liste" @@ -2733,7 +2912,7 @@ msgstr "Supprimé de mes fils d’actu" msgid "Removes default thumbnail from {0}" msgstr "Supprime la miniature par défaut de {0}" -#: src/view/screens/Profile.tsx:162 +#: src/view/screens/Profile.tsx:172 msgid "Replies" msgstr "Réponses" @@ -2750,8 +2929,8 @@ msgstr "Répondre" msgid "Reply Filters" msgstr "Filtres de réponse" -#: src/view/com/post/Post.tsx:165 -#: src/view/com/posts/FeedItem.tsx:286 +#: src/view/com/post/Post.tsx:166 +#: src/view/com/posts/FeedItem.tsx:287 msgctxt "description" msgid "Reply to <0/>" msgstr "Réponse à <0/>" @@ -2764,16 +2943,16 @@ msgstr "Signaler {collectionName}" msgid "Report Account" msgstr "Signaler le compte" -#: src/view/screens/ProfileFeed.tsx:301 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Report feed" msgstr "Signaler le fil d’actu" -#: src/view/screens/ProfileList.tsx:437 +#: src/view/screens/ProfileList.tsx:434 msgid "Report List" msgstr "Signaler la liste" #: src/view/com/modals/report/SendReportButton.tsx:37 -#: src/view/com/util/forms/PostDropdownBtn.tsx:208 +#: src/view/com/util/forms/PostDropdownBtn.tsx:210 msgid "Report post" msgstr "Signaler le post" @@ -2795,14 +2974,14 @@ msgid "Repost or quote post" msgstr "Republier ou citer" #: src/view/screens/PostRepostedBy.tsx:27 -msgid "Reposted by" +msgid "Reposted By" msgstr "Republié par" -#: src/view/com/posts/FeedItem.tsx:206 -msgid "Reposted by {0})" -msgstr "Republié par {0})" +#: src/view/com/posts/FeedItem.tsx:207 +msgid "Reposted by {0}" +msgstr "Republié par {0}" -#: src/view/com/posts/FeedItem.tsx:223 +#: src/view/com/posts/FeedItem.tsx:224 msgid "Reposted by <0/>" msgstr "Republié par <0/>" @@ -2810,7 +2989,7 @@ msgstr "Republié par <0/>" msgid "reposted your post" msgstr "a republié votre post" -#: src/view/com/post-thread/PostThreadItem.tsx:189 +#: src/view/com/post-thread/PostThreadItem.tsx:190 msgid "Reposts of this post" msgstr "Reposts de ce post" @@ -2819,7 +2998,7 @@ msgstr "Reposts de ce post" msgid "Request Change" msgstr "Demande de modification" -#: src/view/com/auth/create/Step2.tsx:217 +#: src/view/com/auth/create/Step2.tsx:218 msgid "Request code" msgstr "" @@ -2873,9 +3052,11 @@ msgstr "Réessaye la connection" msgid "Retries the last action, which errored out" msgstr "Réessaye la dernière action, qui a échoué" -#: src/view/com/auth/create/CreateAccount.tsx:164 -#: src/view/com/auth/create/CreateAccount.tsx:168 -#: src/view/com/auth/create/Step2.tsx:252 +#: src/screens/Onboarding/StepInterests/index.tsx:221 +#: src/screens/Onboarding/StepInterests/index.tsx:224 +#: src/view/com/auth/create/CreateAccount.tsx:170 +#: src/view/com/auth/create/CreateAccount.tsx:175 +#: src/view/com/auth/create/Step2.tsx:254 #: src/view/com/auth/login/LoginForm.tsx:265 #: src/view/com/auth/login/LoginForm.tsx:268 #: src/view/com/util/error/ErrorMessage.tsx:55 @@ -2883,11 +3064,11 @@ msgstr "Réessaye la dernière action, qui a échoué" msgid "Retry" msgstr "Réessayer" -#: src/view/com/auth/create/Step2.tsx:245 +#: src/view/com/auth/create/Step2.tsx:246 msgid "Retry." msgstr "" -#: src/view/screens/ProfileList.tsx:877 +#: src/view/screens/ProfileList.tsx:874 msgid "Return to previous page" msgstr "Retourne à la page précédente" @@ -2895,8 +3076,8 @@ msgstr "Retourne à la page précédente" msgid "SANDBOX. Posts and accounts are not permanent." msgstr "SANDBOX. Les posts et les comptes ne sont pas permanents." -#: src/view/com/lightbox/Lightbox.tsx:129 -#: src/view/com/modals/CreateOrEditList.tsx:276 +#: src/view/com/lightbox/Lightbox.tsx:132 +#: src/view/com/modals/CreateOrEditList.tsx:345 msgctxt "action" msgid "Save" msgstr "Enregistrer" @@ -2904,13 +3085,13 @@ msgstr "Enregistrer" #: src/view/com/modals/BirthDateSettings.tsx:94 #: src/view/com/modals/BirthDateSettings.tsx:97 #: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:268 +#: src/view/com/modals/CreateOrEditList.tsx:337 #: src/view/com/modals/EditProfile.tsx:224 -#: src/view/screens/ProfileFeed.tsx:354 +#: src/view/screens/ProfileFeed.tsx:345 msgid "Save" msgstr "Enregistrer" -#: src/view/com/modals/AltImage.tsx:106 +#: src/view/com/modals/AltImage.tsx:129 msgid "Save alt text" msgstr "Enregistrer le texte alt" @@ -2938,18 +3119,22 @@ msgstr "Enregistre toutes les modifications apportées à votre profil" msgid "Saves handle change to {handle}" msgstr "Enregistre le changement de pseudo en {handle}" -#: src/view/screens/ProfileList.tsx:833 +#: src/screens/Onboarding/index.tsx:36 +msgid "Science" +msgstr "" + +#: src/view/screens/ProfileList.tsx:830 msgid "Scroll to top" msgstr "Remonter en haut" -#: src/Navigation.tsx:435 +#: src/Navigation.tsx:438 #: src/view/com/auth/LoggedOut.tsx:122 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:53 #: src/view/com/util/forms/SearchInput.tsx:65 -#: src/view/screens/Search/Search.tsx:408 -#: src/view/screens/Search/Search.tsx:566 -#: src/view/screens/Search/Search.tsx:579 +#: src/view/screens/Search/Search.tsx:418 +#: src/view/screens/Search/Search.tsx:645 +#: src/view/screens/Search/Search.tsx:663 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:324 #: src/view/shell/desktop/Search.tsx:214 @@ -2959,7 +3144,7 @@ msgstr "Remonter en haut" msgid "Search" msgstr "Recherche" -#: src/view/screens/Search/Search.tsx:628 +#: src/view/screens/Search/Search.tsx:712 #: src/view/shell/desktop/Search.tsx:255 msgid "Search for \"{query}\"" msgstr "" @@ -3003,6 +3188,22 @@ msgstr "Sélectionne l’option {i} sur {numItems}" msgid "Select service" msgstr "Sélectionner un service" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 +msgid "Select some accounts below to follow" +msgstr "" + +#: src/screens/Onboarding/StepModeration/index.tsx:49 +#~ msgid "Select the types of content that you want to see (or not see), and we'll handle the rest." +#~ msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:90 +msgid "Select topical feeds to follow from the list below" +msgstr "" + +#: src/screens/Onboarding/StepModeration/index.tsx:75 +msgid "Select what you want to see (or not see), and we’ll handle the rest." +msgstr "" + #: src/view/screens/LanguageSettings.tsx:281 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Sélectionnez les langues que vous souhaitez voir figurer dans les fils d’actu que vous suivez. Si aucune langue n’est sélectionnée, toutes les langues seront affichées." @@ -3011,7 +3212,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 la langue de votre application à afficher par défaut" -#: src/view/com/auth/create/Step2.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:196 +msgid "Select your interests from the options below" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:154 msgid "Select your phone's country" msgstr "" @@ -3019,6 +3224,14 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "Sélectionnez votre langue préférée pour traduire votre fils d’actu." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +msgid "Select your primary algorithmic feeds" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:132 +msgid "Select your secondary algorithmic feeds" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:202 #: src/view/com/modals/VerifyEmail.tsx:204 msgid "Send Confirmation Email" @@ -3096,6 +3309,10 @@ msgstr "Choisissez « Oui » pour afficher les réponses dans un fil de discussi msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your following feed. This is an experimental feature." msgstr "Choisissez « Oui » pour afficher des échantillons de vos fils d’actu enregistrés dans votre fils d’actu suivant. C’est une fonctionnalité expérimentale." +#: src/screens/Onboarding/Layout.tsx:50 +msgid "Set up your account" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:266 msgid "Sets Bluesky username" msgstr "Définit le pseudo Bluesky" @@ -3108,16 +3325,12 @@ msgstr "Définit l’e-mail pour la réinitialisation du mot de passe" msgid "Sets hosting provider for password reset" msgstr "Définit l’hébergeur pour la réinitialisation du mot de passe" -#: src/view/com/auth/create/Step1.tsx:143 -#~ msgid "Sets hosting provider to {label}" -#~ msgstr "Définit l’hébergeur à {label}" - #: src/view/com/auth/create/Step1.tsx:78 #: src/view/com/auth/login/LoginForm.tsx:148 msgid "Sets server for the Bluesky client" msgstr "Définit le serveur pour le client Bluesky" -#: src/Navigation.tsx:134 +#: src/Navigation.tsx:135 #: src/view/screens/Settings.tsx:294 #: src/view/shell/desktop/LeftNav.tsx:433 #: src/view/shell/Drawer.tsx:570 @@ -3129,21 +3342,22 @@ msgstr "Paramètres" msgid "Sexual activity or erotic nudity." msgstr "Activité sexuelle ou nudité érotique." -#: src/view/com/lightbox/Lightbox.tsx:138 +#: src/view/com/lightbox/Lightbox.tsx:141 msgctxt "action" msgid "Share" msgstr "Partager" #: src/view/com/profile/ProfileHeader.tsx:342 -#: src/view/com/util/forms/PostDropdownBtn.tsx:151 -#: src/view/screens/ProfileList.tsx:396 +#: src/view/com/util/forms/PostDropdownBtn.tsx:153 +#: src/view/screens/ProfileList.tsx:393 msgid "Share" msgstr "Partager" -#: src/view/screens/ProfileFeed.tsx:313 +#: src/view/screens/ProfileFeed.tsx:304 msgid "Share feed" msgstr "Partager le fil d’actu" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:43 #: src/view/com/modals/ContentFilteringSettings.tsx:261 #: src/view/com/util/moderation/ContentHider.tsx:107 #: src/view/com/util/moderation/PostHider.tsx:108 @@ -3167,9 +3381,9 @@ msgstr "Afficher les intégrations de {0}" msgid "Show follows similar to {0}" msgstr "Afficher les suivis similaires à {0}" -#: src/view/com/post-thread/PostThreadItem.tsx:569 -#: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:362 +#: src/view/com/post-thread/PostThreadItem.tsx:571 +#: src/view/com/post/Post.tsx:197 +#: src/view/com/posts/FeedItem.tsx:363 msgid "Show More" msgstr "Voir plus" @@ -3181,6 +3395,18 @@ msgstr "Afficher les posts de mes fils d’actu" msgid "Show Quote Posts" msgstr "Afficher les citations" +#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +msgid "Show quote-posts in Following feed" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +msgid "Show quotes in Following" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +msgid "Show re-posts in Following feed" +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:119 msgid "Show Replies" msgstr "Afficher les réponses" @@ -3189,6 +3415,14 @@ msgstr "Afficher les réponses" msgid "Show replies by people you follow before all other replies." msgstr "Afficher les réponses des personnes que vous suivez avant toutes les autres réponses." +#: src/screens/Onboarding/StepFollowingFeed.tsx:86 +msgid "Show replies in Following" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +msgid "Show replies in Following feed" +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:70 msgid "Show replies with at least {value} {0}" msgstr "Afficher les réponses avec au moins {value} {0}" @@ -3197,12 +3431,16 @@ msgstr "Afficher les réponses avec au moins {value} {0}" msgid "Show Reposts" msgstr "Afficher les reposts" +#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +msgid "Show reposts in Following" +msgstr "" + #: src/view/com/util/moderation/ContentHider.tsx:67 #: src/view/com/util/moderation/PostHider.tsx:61 msgid "Show the content" msgstr "Afficher le contenu" -#: src/view/com/notifications/FeedItem.tsx:350 +#: src/view/com/notifications/FeedItem.tsx:346 msgid "Show users" msgstr "Afficher les comptes" @@ -3220,9 +3458,9 @@ msgstr "Affiche les posts de {0} dans votre fil d’actu" #: src/view/shell/bottom-bar/BottomBar.tsx:285 #: src/view/shell/bottom-bar/BottomBar.tsx:286 #: src/view/shell/bottom-bar/BottomBar.tsx:288 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:177 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:180 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 #: src/view/shell/NavSignupCard.tsx:58 #: src/view/shell/NavSignupCard.tsx:59 msgid "Sign in" @@ -3257,9 +3495,9 @@ msgstr "Déconnexion" #: src/view/shell/bottom-bar/BottomBar.tsx:275 #: src/view/shell/bottom-bar/BottomBar.tsx:276 #: src/view/shell/bottom-bar/BottomBar.tsx:278 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:167 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:170 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 #: src/view/shell/NavSignupCard.tsx:49 #: src/view/shell/NavSignupCard.tsx:50 #: src/view/shell/NavSignupCard.tsx:52 @@ -3286,14 +3524,24 @@ msgstr "Connecté en tant que @{0}" msgid "Signs {0} out of Bluesky" msgstr "Déconnecte {0} de Bluesky" +#: src/screens/Onboarding/StepInterests/index.tsx:235 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:33 msgid "Skip" msgstr "Ignorer" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Onboarding/StepInterests/index.tsx:232 +msgid "Skip this flow" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:81 msgid "SMS verification" msgstr "" +#: src/screens/Onboarding/index.tsx:40 +msgid "Software Dev" +msgstr "" + #: src/view/com/modals/ProfilePreview.tsx:62 msgid "Something went wrong and we're not sure what." msgstr "Quelque chose n’a pas marché, mais on ne sait pas trop quoi." @@ -3314,6 +3562,10 @@ msgstr "Trier les réponses" msgid "Sort replies to the same post by:" msgstr "Trier les réponses au même post par :" +#: src/screens/Onboarding/index.tsx:30 +msgid "Sports" +msgstr "" + #: src/view/com/modals/crop-image/CropImage.web.tsx:122 msgid "Square" msgstr "Carré" @@ -3328,17 +3580,13 @@ msgstr "État du service" #: src/view/com/auth/create/StepHeader.tsx:22 msgid "Step {0} of {numSteps}" -msgstr "" - -#: src/view/com/auth/create/StepHeader.tsx:15 -#~ msgid "Step {step} of 3" -#~ msgstr "Étape {step} sur 3" +msgstr "Étape {step} sur {numSteps}" #: src/view/screens/Settings.tsx:276 msgid "Storage cleared, you need to restart the app now." msgstr "Stockage effacé, vous devez redémarrer l’application maintenant." -#: src/Navigation.tsx:202 +#: src/Navigation.tsx:203 #: src/view/screens/Settings.tsx:740 msgid "Storybook" msgstr "Historique" @@ -3347,19 +3595,20 @@ msgstr "Historique" msgid "Submit" msgstr "Envoyer" -#: src/view/screens/ProfileList.tsx:586 +#: src/view/screens/ProfileList.tsx:583 msgid "Subscribe" msgstr "S’abonner" -#: src/view/screens/ProfileList.tsx:582 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 +msgid "Subscribe to the {0} feed" +msgstr "" + +#: src/view/screens/ProfileList.tsx:579 msgid "Subscribe to this list" msgstr "S’abonner à cette liste" -#: src/view/com/lists/ListCard.tsx:101 -#~ msgid "Subscribed" -#~ msgstr "Abonné·e" - -#: src/view/screens/Search/Search.tsx:364 +#: src/view/screens/Search/Search.tsx:372 msgid "Suggested Follows" msgstr "Suivis suggérés" @@ -3371,7 +3620,7 @@ msgstr "Suggérés pour vous" msgid "Suggestive" msgstr "Suggestif" -#: src/Navigation.tsx:212 +#: src/Navigation.tsx:213 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -3411,11 +3660,15 @@ msgstr "Grand" msgid "Tap to view fully" msgstr "Tapper pour voir en entier" +#: src/screens/Onboarding/index.tsx:39 +msgid "Tech" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:93 msgid "Terms" msgstr "Conditions générales" -#: src/Navigation.tsx:222 +#: src/Navigation.tsx:223 #: src/view/screens/Settings.tsx:818 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:259 @@ -3439,7 +3692,11 @@ msgstr "Les lignes directrices communautaires ont été déplacées vers <0/>" msgid "The Copyright Policy has been moved to <0/>" msgstr "Notre politique de droits d’auteur a été déplacée vers <0/>" -#: src/view/com/post-thread/PostThread.tsx:437 +#: src/screens/Onboarding/Layout.tsx:60 +msgid "The following steps will help customize your Bluesky experience." +msgstr "" + +#: src/view/com/post-thread/PostThread.tsx:458 msgid "The post may have been deleted." msgstr "Ce post a peut-être été supprimé." @@ -3455,7 +3712,11 @@ 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/view/screens/ProfileFeed.tsx:558 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:135 +msgid "There are many feeds to try:" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:549 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "Il y a eu un problème de connexion au serveur, veuillez vérifier votre connexion Internet et réessayez." @@ -3463,12 +3724,12 @@ msgstr "Il y a eu un problème de connexion au serveur, veuillez vérifier votre msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "Il y a eu un problème lors de la suppression du fil, veuillez vérifier votre connexion Internet et réessayez." -#: src/view/screens/ProfileFeed.tsx:218 +#: src/view/screens/ProfileFeed.tsx:209 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "Il y a eu un problème lors de la mise à jour de vos fils d’actu, veuillez vérifier votre connexion Internet et réessayez." -#: src/view/screens/ProfileFeed.tsx:245 -#: src/view/screens/ProfileList.tsx:266 +#: src/view/screens/ProfileFeed.tsx:236 +#: src/view/screens/ProfileList.tsx:263 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 #: src/view/screens/SavedFeeds.tsx:252 @@ -3483,7 +3744,7 @@ msgstr "Il y a eu un problème de connexion au serveur" msgid "There was an issue contacting your server" msgstr "Il y a eu un problème de connexion à votre serveur" -#: src/view/com/notifications/Feed.tsx:115 +#: src/view/com/notifications/Feed.tsx:117 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." @@ -3500,6 +3761,7 @@ msgstr "Il y a eu un problème lors de la récupération de la liste. Appuyez ic msgid "There was an issue fetching your lists. Tap here to try again." msgstr "Il y a eu un problème lors de la récupération de vos listes. Appuyez ici pour réessayer." +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:63 #: src/view/com/modals/ContentFilteringSettings.tsx:126 msgid "There was an issue syncing your preferences with the server" msgstr "Il y a eu un problème de synchronisation de vos préférences avec le serveur" @@ -3517,10 +3779,10 @@ msgstr "Il y a eu un problème lors de la récupération de vos mots de passe d msgid "There was an issue! {0}" msgstr "Il y a eu un problème ! {0}" -#: src/view/screens/ProfileList.tsx:287 -#: src/view/screens/ProfileList.tsx:306 -#: src/view/screens/ProfileList.tsx:328 -#: src/view/screens/ProfileList.tsx:347 +#: src/view/screens/ProfileList.tsx:284 +#: src/view/screens/ProfileList.tsx:303 +#: src/view/screens/ProfileList.tsx:325 +#: src/view/screens/ProfileList.tsx:344 msgid "There was an issue. Please check your internet connection and try again." msgstr "Il y a eu un problème. Veuillez vérifier votre connexion Internet et réessayez." @@ -3528,13 +3790,17 @@ msgstr "Il y a eu un problème. Veuillez vérifier votre connexion Internet et r msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Un problème inattendu s’est produit dans l’application. N’hésitez pas à nous faire savoir si cela vous est arrivé !" -#: src/view/com/auth/create/Step2.tsx:53 +#: src/screens/Deactivated.tsx:107 +msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:54 msgid "There's something wrong with this number. Please choose your country and enter your full phone number!" msgstr "" -#: src/view/com/auth/create/Step2.tsx:47 -#~ msgid "There's something wrong with this number. Please include your country and/or area code!" -#~ msgstr "" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +msgid "These are popular accounts you might like:" +msgstr "" #: src/view/com/util/moderation/ScreenHider.tsx:88 msgid "This {screenDescription} has been flagged:" @@ -3560,9 +3826,9 @@ msgstr "Ce contenu n’est pas visible sans un compte Bluesky." msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Ce fil d’actu reçoit actuellement un trafic important, il est temporairement indisponible. Veuillez réessayer plus tard." -#: src/view/screens/Profile.tsx:392 -#: src/view/screens/ProfileFeed.tsx:484 -#: src/view/screens/ProfileList.tsx:639 +#: src/view/screens/Profile.tsx:402 +#: src/view/screens/ProfileFeed.tsx:475 +#: src/view/screens/ProfileList.tsx:636 msgid "This feed is empty!" msgstr "Ce fil d’actu est vide !" @@ -3578,15 +3844,11 @@ msgstr "Ces informations ne sont pas partagées avec d’autres personnes." msgid "This is important in case you ever need to change your email or reset your password." msgstr "Ceci est important au cas où vous auriez besoin de changer d’e-mail ou de réinitialiser votre mot de passe." -#: src/view/com/auth/create/Step1.tsx:55 -#~ msgid "This is the service that keeps you online." -#~ msgstr "C’est le service qui vous permet de rester en ligne." - #: src/view/com/modals/LinkWarning.tsx:58 msgid "This link is taking you to the following website:" msgstr "Ce lien vous conduit au site Web suivant :" -#: src/view/screens/ProfileList.tsx:813 +#: src/view/screens/ProfileList.tsx:810 msgid "This list is empty!" msgstr "Cette liste est vide !" @@ -3594,7 +3856,7 @@ msgstr "Cette liste est vide !" msgid "This name is already in use" msgstr "Ce nom est déjà utilisé" -#: src/view/com/post-thread/PostThreadItem.tsx:123 +#: src/view/com/post-thread/PostThreadItem.tsx:124 msgid "This post has been deleted." msgstr "Ce post a été supprimé." @@ -3614,7 +3876,7 @@ msgstr "Ce compte est inclus dans la liste <0/> que vous avez masquée." msgid "This warning is only available for posts with media attached." msgstr "Cet avertissement n’est disponible que pour les messages contenant des médias." -#: src/view/com/util/forms/PostDropdownBtn.tsx:190 +#: src/view/com/util/forms/PostDropdownBtn.tsx:192 msgid "This will hide this post from your feeds." msgstr "Cela va masquer ce post de vos fils d’actu." @@ -3627,7 +3889,7 @@ msgstr "Préférences des fils de discussion" msgid "Threaded Mode" msgstr "Mode arborescent" -#: src/Navigation.tsx:252 +#: src/Navigation.tsx:253 msgid "Threads Preferences" msgstr "Préférences de fils de discussion" @@ -3639,9 +3901,9 @@ msgstr "Activer le menu déroulant" msgid "Transformations" msgstr "Transformations" -#: src/view/com/post-thread/PostThreadItem.tsx:710 -#: src/view/com/post-thread/PostThreadItem.tsx:712 -#: src/view/com/util/forms/PostDropdownBtn.tsx:123 +#: src/view/com/post-thread/PostThreadItem.tsx:719 +#: src/view/com/post-thread/PostThreadItem.tsx:721 +#: src/view/com/util/forms/PostDropdownBtn.tsx:125 msgid "Translate" msgstr "Traduire" @@ -3650,11 +3912,11 @@ msgctxt "action" msgid "Try again" msgstr "Réessayer" -#: src/view/screens/ProfileList.tsx:484 +#: src/view/screens/ProfileList.tsx:481 msgid "Un-block list" msgstr "Débloquer la liste" -#: src/view/screens/ProfileList.tsx:469 +#: src/view/screens/ProfileList.tsx:466 msgid "Un-mute list" msgstr "Réafficher cette liste" @@ -3666,7 +3928,7 @@ msgid "Unable to contact your service. Please check your Internet connection." msgstr "Impossible de contacter votre service. Veuillez vérifier votre connexion Internet." #: src/view/com/profile/ProfileHeader.tsx:472 -#: src/view/screens/ProfileList.tsx:568 +#: src/view/screens/ProfileList.tsx:565 msgid "Unblock" msgstr "Débloquer" @@ -3696,15 +3958,15 @@ msgstr "Se désabonner" msgid "Unfollow {0}" msgstr "Se désabonner de {0}" -#: src/view/com/auth/create/state.ts:298 +#: src/view/com/auth/create/state.ts:300 msgid "Unfortunately, you do not meet the requirements to create an account." msgstr "Malheureusement, vous ne remplissez pas les conditions requises pour créer un compte." -#: src/view/com/util/post-ctrls/PostCtrls.tsx:189 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 msgid "Unlike" msgstr "Déliker" -#: src/view/screens/ProfileList.tsx:575 +#: src/view/screens/ProfileList.tsx:572 msgid "Unmute" msgstr "Réafficher" @@ -3712,24 +3974,24 @@ msgstr "Réafficher" msgid "Unmute Account" msgstr "Réafficher ce compte" -#: src/view/com/util/forms/PostDropdownBtn.tsx:169 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "Unmute thread" msgstr "Réafficher ce fil de discussion" -#: src/view/screens/ProfileFeed.tsx:362 -#: src/view/screens/ProfileList.tsx:559 +#: src/view/screens/ProfileFeed.tsx:353 +#: src/view/screens/ProfileList.tsx:556 msgid "Unpin" msgstr "Désépingler" -#: src/view/screens/ProfileList.tsx:452 +#: src/view/screens/ProfileList.tsx:449 msgid "Unpin moderation list" msgstr "Supprimer la liste de modération" -#: src/view/screens/ProfileFeed.tsx:354 +#: src/view/screens/ProfileFeed.tsx:345 msgid "Unsave" msgstr "Supprimer" -#: src/view/com/modals/UserAddRemoveLists.tsx:54 +#: src/view/com/modals/UserAddRemoveLists.tsx:70 msgid "Update {displayName} in Lists" msgstr "Mise à jour de {displayName} dans les listes" @@ -3787,30 +4049,30 @@ msgstr "Compte bloqué par liste" msgid "User Blocks You" msgstr "Compte qui vous bloque" -#: src/view/com/auth/create/Step3.tsx:38 +#: src/view/com/auth/create/Step3.tsx:41 msgid "User handle" msgstr "Pseudo" #: src/view/com/lists/ListCard.tsx:84 -#: src/view/com/modals/UserAddRemoveLists.tsx:182 +#: src/view/com/modals/UserAddRemoveLists.tsx:198 msgid "User list by {0}" msgstr "Liste de compte de {0}" -#: src/view/screens/ProfileList.tsx:741 +#: src/view/screens/ProfileList.tsx:738 msgid "User list by <0/>" msgstr "Liste de compte par <0/>" #: src/view/com/lists/ListCard.tsx:82 -#: src/view/com/modals/UserAddRemoveLists.tsx:180 -#: src/view/screens/ProfileList.tsx:739 +#: src/view/com/modals/UserAddRemoveLists.tsx:196 +#: src/view/screens/ProfileList.tsx:736 msgid "User list by you" msgstr "Liste de compte par vous" -#: src/view/com/modals/CreateOrEditList.tsx:138 +#: src/view/com/modals/CreateOrEditList.tsx:196 msgid "User list created" msgstr "Liste de compte créée" -#: src/view/com/modals/CreateOrEditList.tsx:125 +#: src/view/com/modals/CreateOrEditList.tsx:182 msgid "User list updated" msgstr "Liste de compte mise à jour" @@ -3823,7 +4085,7 @@ msgstr "Listes de comptes" msgid "Username or email address" msgstr "Pseudo ou e-mail" -#: src/view/screens/ProfileList.tsx:775 +#: src/view/screens/ProfileList.tsx:772 msgid "Users" msgstr "Comptes" @@ -3835,7 +4097,7 @@ msgstr "comptes suivis par <0/>" msgid "Users in \"{0}\"" msgstr "Comptes dans « {0} »" -#: src/view/com/auth/create/Step2.tsx:241 +#: src/view/com/auth/create/Step2.tsx:242 msgid "Verification code" msgstr "" @@ -3860,6 +4122,10 @@ msgstr "Confirmer le nouvel e-mail" msgid "Verify Your Email" msgstr "Vérifiez votre e-mail" +#: src/screens/Onboarding/index.tsx:42 +msgid "Video Games" +msgstr "" + #: src/view/com/profile/ProfileHeader.tsx:701 msgid "View {0}'s avatar" msgstr "Voir l’avatar de {0}" @@ -3884,27 +4150,60 @@ msgstr "Afficher l’avatar" msgid "Visit Site" msgstr "Visiter le site" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:42 #: src/view/com/modals/ContentFilteringSettings.tsx:254 msgid "Warn" msgstr "Avertir" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +msgid "We also think you'll like \"For You\" by Skygaze:" +msgstr "" + +#: src/screens/Deactivated.tsx:134 +msgid "We estimate {estimatedTime} until your account is ready." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:93 +msgid "We hope you have a wonderful time. Remember, Bluesky is:" +msgstr "" + #: src/view/com/posts/DiscoverFallbackHeader.tsx:29 msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:118 +#~ msgid "We recommend \"For You\" by Skygaze:" +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:119 +msgid "We recommend our \"Discover\" feed:" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:133 +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/Deactivated.tsx:138 +msgid "We will let you know when your account is ready." +msgstr "" + #: src/view/com/modals/AppealLabel.tsx:48 msgid "We'll look into your appeal promptly." msgstr "Nous examinerons votre appel rapidement." +#: src/screens/Onboarding/StepInterests/index.tsx:138 +msgid "We'll use this to help customize your experience." +msgstr "" + #: src/view/com/auth/create/CreateAccount.tsx:123 msgid "We're so excited to have you join us!" msgstr "Nous sommes ravis de vous accueillir !" -#: src/view/screens/ProfileList.tsx:83 +#: src/view/screens/ProfileList.tsx:84 msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "Nous sommes désolés, mais nous n’avons pas pu charger cette liste. Si cela persiste, veuillez contacter l’origine de la liste, @{handleOrDid}." -#: src/view/screens/Search/Search.tsx:245 +#: src/view/screens/Search/Search.tsx:247 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." @@ -3916,6 +4215,10 @@ msgstr "Nous sommes désolés ! La page que vous recherchez est introuvable." msgid "Welcome to <0>Bluesky</0>" msgstr "Bienvenue sur <0>Bluesky</0>" +#: src/screens/Onboarding/StepInterests/index.tsx:130 +msgid "What are your interests?" +msgstr "" + #: src/view/com/modals/report/Modal.tsx:169 msgid "What is the issue with this {collectionName}?" msgstr "Quel est le problème avec cette {collectionName} ?" @@ -3951,11 +4254,15 @@ msgstr "Rédiger un post" msgid "Write your reply" msgstr "Rédigez votre réponse" -#: src/view/com/auth/create/Step2.tsx:260 +#: src/screens/Onboarding/index.tsx:28 +msgid "Writers" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:262 msgid "XXXXXX" msgstr "" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:82 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:77 #: src/view/screens/PreferencesHomeFeed.tsx:129 #: src/view/screens/PreferencesHomeFeed.tsx:201 #: src/view/screens/PreferencesHomeFeed.tsx:236 @@ -3965,14 +4272,26 @@ msgstr "" msgid "Yes" msgstr "Oui" +#: src/screens/Onboarding/StepModeration/index.tsx:46 +#~ msgid "You are in control" +#~ msgstr "" + +#: src/screens/Deactivated.tsx:131 +msgid "You are in line." +msgstr "" + #: src/view/com/posts/FollowingEmptyState.tsx:67 #: src/view/com/posts/FollowingEndOfFeed.tsx:68 msgid "You can also discover new Custom Feeds to follow." msgstr "Vous pouvez aussi découvrir de nouveaux fils d’actu personnalisés à suivre." -#: src/view/com/auth/create/Step1.tsx:106 -#~ msgid "You can change hosting providers at any time." -#~ msgstr "Vous pouvez changer d’hébergeur à tout moment." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:123 +#~ msgid "You can also try our \"Discover\" algorithm:" +#~ msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +msgid "You can change these settings later." +msgstr "" #: src/view/com/auth/login/Login.tsx:158 #: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 @@ -3987,7 +4306,7 @@ msgstr "Vous n’avez encore aucun code d’invitation ! Nous vous en enverrons msgid "You don't have any pinned feeds." msgstr "Vous n’avez encore aucun fil épinglé." -#: src/view/screens/Feeds.tsx:387 +#: src/view/screens/Feeds.tsx:419 msgid "You don't have any saved feeds!" msgstr "Vous n’avez encore aucun fil enregistré !" @@ -3995,7 +4314,7 @@ msgstr "Vous n’avez encore aucun fil enregistré !" msgid "You don't have any saved feeds." msgstr "Vous n’avez encore aucun fil enregistré." -#: src/view/com/post-thread/PostThread.tsx:385 +#: src/view/com/post-thread/PostThread.tsx:406 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." @@ -4032,11 +4351,15 @@ msgstr "Vous n’avez encore masqué aucun compte. Pour désactiver un compte, a msgid "You must be 18 or older to enable adult content." msgstr "Vous devez avoir 18 ans ou plus pour activer le contenu pour adultes." -#: src/view/com/util/forms/PostDropdownBtn.tsx:96 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:103 +msgid "You must be 18 years or older to enable adult content" +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:98 msgid "You will no longer receive notifications for this thread" msgstr "Vous ne recevrez plus de notifications pour ce fil de discussion" -#: src/view/com/util/forms/PostDropdownBtn.tsx:99 +#: src/view/com/util/forms/PostDropdownBtn.tsx:101 msgid "You will now receive notifications for this thread" msgstr "Vous recevrez désormais des notifications pour ce fil de discussion" @@ -4044,6 +4367,20 @@ msgstr "Vous recevrez désormais des notifications pour ce fil de discussion" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Vous recevrez un e-mail contenant un « code de réinitialisation » Saisissez ce code ici, puis votre nouveau mot de passe." +#: src/screens/Onboarding/StepModeration/index.tsx:72 +msgid "You're in control" +msgstr "" + +#: src/screens/Deactivated.tsx:88 +#: src/screens/Deactivated.tsx:89 +#: src/screens/Deactivated.tsx:104 +msgid "You're in line" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:90 +msgid "You're ready to go!" +msgstr "" + #: src/view/com/posts/FollowingEndOfFeed.tsx:48 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." @@ -4064,6 +4401,10 @@ msgstr "Votre date de naissance" msgid "Your choice will be saved, but can be changed later in settings." msgstr "" +#: src/screens/Onboarding/StepFollowingFeed.tsx:61 +msgid "Your default feed is \"Following\"" +msgstr "" + #: src/view/com/auth/create/state.ts:153 #: src/view/com/auth/login/ForgotPasswordForm.tsx:70 msgid "Your email appears to be invalid." @@ -4085,7 +4426,7 @@ msgstr "Votre e-mail n’a pas encore été vérifié. Il s’agit d’une mesur 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/view/com/auth/create/Step3.tsx:42 +#: src/view/com/auth/create/Step3.tsx:45 msgid "Your full handle will be" msgstr "Votre nom complet sera" @@ -4093,10 +4434,6 @@ msgstr "Votre nom complet sera" msgid "Your full handle will be <0>@{0}</0>" msgstr "Votre pseudo complet sera <0>@{0}</0>" -#: src/view/com/auth/create/Step1.tsx:53 -#~ msgid "Your hosting provider" -#~ msgstr "Votre hébergeur" - #: src/view/screens/Settings.tsx:430 #: src/view/shell/desktop/RightNav.tsx:137 #: src/view/shell/Drawer.tsx:660 @@ -4107,6 +4444,7 @@ msgstr "Vos codes d’invitation sont cachés lorsque vous êtes connecté à l msgid "Your post has been published" msgstr "Votre post a été publié" +#: src/screens/Onboarding/StepFinished.tsx:105 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:59 msgid "Your posts, likes, and blocks are public. Mutes are private." diff --git a/src/locale/locales/hi/messages.po b/src/locale/locales/hi/messages.po index f1aad2c3d..a87872102 100644 --- a/src/locale/locales/hi/messages.po +++ b/src/locale/locales/hi/messages.po @@ -13,14 +13,6 @@ msgstr "" "Language-Team: \n" "Plural-Forms: \n" -#: src/view/screens/Profile.tsx:214 -#~ msgid "- end of feed -" -#~ msgstr "- फ़ीड का अंत -" - -#: src/view/com/modals/SelfLabel.tsx:138 -#~ msgid ". This warning is only available for posts with media attached." -#~ msgstr "यह चेतावनी केवल मीडिया वाले पोस्ट के लिए उपलब्ध है।" - #: src/view/com/modals/VerifyEmail.tsx:142 msgid "(no email)" msgstr "" @@ -29,15 +21,6 @@ msgstr "" msgid "{0, plural, one {# invite code available} other {# invite codes available}}" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:185 -#: src/view/screens/Settings.tsx:294 -#~ msgid "{0}" -#~ msgstr "{0}" - -#: src/view/com/modals/CreateOrEditList.tsx:176 -#~ msgid "{0} {purposeLabel} List" -#~ msgstr "{0} {purposeLabel} सूची" - #: src/view/com/profile/ProfileHeader.tsx:632 msgid "{following} following" msgstr "" @@ -56,18 +39,10 @@ msgstr "" msgid "{invitesAvailable} invite codes available" msgstr "" -#: src/view/screens/Search/Search.tsx:87 -#~ msgid "{message}" -#~ msgstr "" - #: src/view/shell/Drawer.tsx:443 msgid "{numUnreadNotifications} unread" msgstr "" -#: src/Navigation.tsx:147 -#~ msgid "@{0}" -#~ msgstr "" - #: src/view/com/threadgate/WhoCanReply.tsx:158 msgid "<0/> members" msgstr "" @@ -88,14 +63,6 @@ msgstr "<0>कुछ</0><1>पसंदीदा उपयोगकर्ता #~ msgid "<0>Here is your app password.</0> Use this to sign into the other app along with your handle." #~ msgstr "<0>इधर आपका ऐप पासवर्ड है।</0> इसे अपने हैंडल के साथ दूसरे ऐप में साइन करने के लिए उपयोग करें।।" -#: src/view/screens/Moderation.tsx:212 -#~ msgid "<0>Note: This setting may not be respected by third-party apps that display Bluesky content.</0>" -#~ msgstr "" - -#: src/view/screens/Moderation.tsx:212 -#~ msgid "<0>Note: Your profile and posts will remain publicly available. Third-party apps that display Bluesky content may not respect this setting.</0>" -#~ msgstr "" - #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:21 msgid "<0>Welcome to</0><1>Bluesky</1>" msgstr "" @@ -113,11 +80,11 @@ msgid "A new version of the app is available. Please update to continue using th msgstr "ऐप का एक नया संस्करण उपलब्ध है. कृपया ऐप का उपयोग जारी रखने के लिए अपडेट करें।" #: src/view/com/util/ViewHeader.tsx:83 -#: src/view/screens/Search/Search.tsx:545 +#: src/view/screens/Search/Search.tsx:624 msgid "Access navigation links and settings" msgstr "" -#: src/view/com/pager/FeedsTabBarMobile.tsx:83 +#: src/view/com/pager/FeedsTabBarMobile.tsx:89 msgid "Access profile and other navigation links" msgstr "" @@ -165,8 +132,8 @@ msgstr "" #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:264 -#: src/view/com/modals/UserAddRemoveLists.tsx:203 -#: src/view/screens/ProfileList.tsx:791 +#: src/view/com/modals/UserAddRemoveLists.tsx:219 +#: src/view/screens/ProfileList.tsx:788 msgid "Add" msgstr "ऐड करो" @@ -174,7 +141,7 @@ msgstr "ऐड करो" msgid "Add a content warning" msgstr "सामग्री चेतावनी जोड़ें" -#: src/view/screens/ProfileList.tsx:781 +#: src/view/screens/ProfileList.tsx:778 msgid "Add a user to this list" msgstr "इस सूची में किसी को जोड़ें" @@ -185,7 +152,7 @@ msgstr "अकाउंट जोड़ें" #: src/view/com/composer/photos/Gallery.tsx:119 #: src/view/com/composer/photos/Gallery.tsx:180 -#: src/view/com/modals/AltImage.tsx:93 +#: src/view/com/modals/AltImage.tsx:115 msgid "Add alt text" msgstr "इस फ़ोटो में विवरण जोड़ें" @@ -221,7 +188,7 @@ msgid "Add to Lists" msgstr "सूचियों में जोड़ें" #: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:281 +#: src/view/screens/ProfileFeed.tsx:272 msgid "Add to my feeds" msgstr "इस फ़ीड को सहेजें" @@ -230,7 +197,7 @@ msgid "Added" msgstr "" #: src/view/com/modals/ListAddRemoveUsers.tsx:191 -#: src/view/com/modals/UserAddRemoveLists.tsx:128 +#: src/view/com/modals/UserAddRemoveLists.tsx:144 msgid "Added to list" msgstr "" @@ -250,6 +217,10 @@ msgstr "वयस्क सामग्री" msgid "Adult content can only be enabled via the Web at <0/>." msgstr "" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:78 +#~ msgid "Adult content can only be enabled via the Web at <0>bsky.app</0>." +#~ msgstr "" + #: src/view/screens/Settings.tsx:630 msgid "Advanced" msgstr "विकसित" @@ -283,11 +254,15 @@ msgstr "{0} को ईमेल भेजा गया है। इसमें msgid "An issue occurred, please try again." msgstr "" -#: src/view/com/notifications/FeedItem.tsx:240 +#: src/view/com/notifications/FeedItem.tsx:236 #: src/view/com/threadgate/WhoCanReply.tsx:178 msgid "and" msgstr "और" +#: src/screens/Onboarding/index.tsx:32 +msgid "Animals" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:95 msgid "App Language" msgstr "ऐप भाषा" @@ -312,12 +287,12 @@ msgstr "" msgid "App passwords" msgstr "ऐप पासवर्ड" -#: src/Navigation.tsx:237 +#: src/Navigation.tsx:238 #: src/view/screens/AppPasswords.tsx:187 msgid "App Passwords" msgstr "ऐप पासवर्ड" -#: src/view/com/util/forms/PostDropdownBtn.tsx:248 +#: src/view/com/util/forms/PostDropdownBtn.tsx:250 msgid "Appeal content warning" msgstr "" @@ -325,10 +300,6 @@ msgstr "" msgid "Appeal Content Warning" msgstr "" -#: src/view/com/modals/AppealLabel.tsx:65 -#~ msgid "Appeal Decision" -#~ msgstr "" - #: src/view/com/util/moderation/LabelInfo.tsx:52 msgid "Appeal this decision" msgstr "" @@ -341,10 +312,6 @@ msgstr "" msgid "Appearance" msgstr "दिखावट" -#: src/view/screens/Moderation.tsx:206 -#~ msgid "Apps that respect this setting, including the official Bluesky app and bsky.app website, won't show your content to logged out users." -#~ msgstr "" - #: src/view/screens/AppPasswords.tsx:224 msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "क्या आप वाकई ऐप पासवर्ड \"{name}\" हटाना चाहते हैं?" @@ -353,45 +320,49 @@ msgstr "क्या आप वाकई ऐप पासवर्ड \"{name}\" msgid "Are you sure you'd like to discard this draft?" msgstr "क्या आप वाकई इस ड्राफ्ट को हटाना करना चाहेंगे?" -#: src/view/screens/ProfileList.tsx:364 +#: src/view/screens/ProfileList.tsx:361 msgid "Are you sure?" msgstr "क्या आप वास्तव में इसे करना चाहते हैं?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:231 +#: src/view/com/util/forms/PostDropdownBtn.tsx:233 msgid "Are you sure? This cannot be undone." msgstr "क्या आप वास्तव में इसे करना चाहते हैं? इसे असंपादित नहीं किया जा सकता है।" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:65 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:60 msgid "Are you writing in <0>{0}</0>?" msgstr "" +#: src/screens/Onboarding/index.tsx:26 +msgid "Art" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:123 msgid "Artistic or non-erotic nudity." msgstr "कलात्मक या गैर-कामुक नग्नता।।" -#: src/view/screens/Moderation.tsx:189 -#~ msgid "Ask apps to limit the visibility of my account" -#~ msgstr "" - -#: src/view/com/auth/create/CreateAccount.tsx:142 +#: src/view/com/auth/create/CreateAccount.tsx:147 #: src/view/com/auth/login/ChooseAccountForm.tsx:151 #: src/view/com/auth/login/ForgotPasswordForm.tsx:170 #: src/view/com/auth/login/LoginForm.tsx:256 #: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/report/InputIssueDetails.tsx:46 -#: src/view/com/post-thread/PostThread.tsx:392 -#: src/view/com/post-thread/PostThread.tsx:442 -#: src/view/com/post-thread/PostThread.tsx:450 +#: src/view/com/post-thread/PostThread.tsx:413 +#: src/view/com/post-thread/PostThread.tsx:463 +#: src/view/com/post-thread/PostThread.tsx:471 #: src/view/com/profile/ProfileHeader.tsx:688 #: src/view/com/util/ViewHeader.tsx:81 msgid "Back" msgstr "वापस" -#: src/view/com/post-thread/PostThread.tsx:400 +#: src/view/com/post-thread/PostThread.tsx:421 msgctxt "action" msgid "Back" msgstr "" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +msgid "Based on your interest in {interestsText}" +msgstr "" + #: src/view/screens/Settings.tsx:489 msgid "Basics" msgstr "मूल बातें" @@ -410,19 +381,19 @@ msgstr "जन्मदिन:" msgid "Block Account" msgstr "खाता ब्लॉक करें" -#: src/view/screens/ProfileList.tsx:534 +#: src/view/screens/ProfileList.tsx:531 msgid "Block accounts" msgstr "खाता ब्लॉक करें" -#: src/view/screens/ProfileList.tsx:484 +#: src/view/screens/ProfileList.tsx:481 msgid "Block list" msgstr "" -#: src/view/screens/ProfileList.tsx:315 +#: src/view/screens/ProfileList.tsx:312 msgid "Block these accounts?" msgstr "खाता ब्लॉक करें?" -#: src/view/screens/ProfileList.tsx:319 +#: src/view/screens/ProfileList.tsx:316 msgid "Block this List" msgstr "" @@ -435,7 +406,7 @@ msgstr "" msgid "Blocked accounts" msgstr "ब्लॉक किए गए खाते" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationBlockedAccounts.tsx:107 msgid "Blocked Accounts" msgstr "ब्लॉक किए गए खाते" @@ -448,11 +419,11 @@ msgstr "अवरुद्ध खाते आपके थ्रेड्स 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:254 +#: src/view/com/post-thread/PostThread.tsx:272 msgid "Blocked post." msgstr "ब्लॉक पोस्ट।" -#: src/view/screens/ProfileList.tsx:317 +#: src/view/screens/ProfileList.tsx:314 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "अवरोधन सार्वजनिक है. अवरुद्ध खाते आपके थ्रेड्स में उत्तर नहीं दे सकते, आपका उल्लेख नहीं कर सकते, या अन्यथा आपके साथ बातचीत नहीं कर सकते।" @@ -491,6 +462,10 @@ msgstr "" msgid "Bluesky.Social" msgstr "Bluesky.Social" +#: src/screens/Onboarding/index.tsx:33 +msgid "Books" +msgstr "" + #: src/view/screens/Settings.tsx:792 msgid "Build version {0} {1}" msgstr "Build version {0} {1}" @@ -534,7 +509,7 @@ msgstr "केवल अक्षर, संख्या, रिक्त स् #: src/view/com/composer/Composer.tsx:305 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/CreateOrEditList.tsx:286 +#: src/view/com/modals/CreateOrEditList.tsx:355 #: src/view/com/modals/EditImage.tsx:323 #: src/view/com/modals/EditProfile.tsx:249 #: src/view/com/modals/InAppBrowserConsent.tsx:78 @@ -543,14 +518,14 @@ msgstr "केवल अक्षर, संख्या, रिक्त स् #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 #: src/view/com/modals/Waitlist.tsx:142 -#: src/view/screens/Search/Search.tsx:609 +#: src/view/screens/Search/Search.tsx:693 #: src/view/shell/desktop/Search.tsx:238 msgid "Cancel" msgstr "कैंसिल" #: src/view/com/modals/Confirm.tsx:88 #: src/view/com/modals/Confirm.tsx:91 -#: src/view/com/modals/CreateOrEditList.tsx:291 +#: src/view/com/modals/CreateOrEditList.tsx:360 #: src/view/com/modals/DeleteAccount.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:230 msgctxt "action" @@ -562,10 +537,6 @@ msgstr "" msgid "Cancel account deletion" msgstr "अकाउंट बंद मत करो" -#: src/view/com/modals/AltImage.tsx:123 -#~ msgid "Cancel add image alt text" -#~ msgstr "ऑल्ट टेक्स्ट मत जोड़ें" - #: src/view/com/modals/ChangeHandle.tsx:149 msgid "Cancel change handle" msgstr "नाम मत बदलो" @@ -594,11 +565,7 @@ msgstr "प्रतीक्षा सूची पंजीकरण मत #: src/view/screens/Settings.tsx:334 msgctxt "action" msgid "Change" -msgstr "" - -#: src/view/screens/Settings.tsx:306 -#~ msgid "Change" -#~ msgstr "परिवर्तन" +msgstr "परिवर्तन" #: src/view/screens/Settings.tsx:662 #: src/view/screens/Settings.tsx:671 @@ -613,7 +580,7 @@ msgstr "हैंडल बदलें" msgid "Change my email" msgstr "मेरा ईमेल बदलें" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:78 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:73 msgid "Change post language to {0}" msgstr "" @@ -621,6 +588,11 @@ msgstr "" msgid "Change Your Email" msgstr "मेरा ईमेल बदलें" +#: src/screens/Deactivated.tsx:73 +#: src/screens/Deactivated.tsx:77 +msgid "Check my status" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:121 msgid "Check out some recommended feeds. Tap + to add them to your list of pinned feeds." msgstr "कुछ अनुशंसित फ़ीड देखें. उन्हें अपनी पिन की गई फ़ीड की सूची में जोड़ने के लिए + टैप करें।" @@ -645,11 +617,23 @@ msgstr "" msgid "Choose Service" msgstr "सेवा चुनें" +#: src/screens/Onboarding/StepFinished.tsx:135 +msgid "Choose the algorithms that power your custom feeds." +msgstr "" + #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:83 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:83 msgid "Choose the algorithms that power your experience with custom feeds." msgstr "उन एल्गोरिदम का चयन करें जो कस्टम फीड्स के साथ अपने अनुभव को शक्ति देते हैं।।" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#~ msgid "Choose your algorithmic feeds" +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +msgid "Choose your main feeds" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:163 msgid "Choose your password" msgstr "अपना पासवर्ड चुनें" @@ -673,7 +657,7 @@ msgid "Clear all storage data (restart after this)" msgstr "" #: src/view/com/util/forms/SearchInput.tsx:74 -#: src/view/screens/Search/Search.tsx:590 +#: src/view/screens/Search/Search.tsx:674 msgid "Clear search query" msgstr "खोज क्वेरी साफ़ करें" @@ -681,6 +665,10 @@ msgstr "खोज क्वेरी साफ़ करें" msgid "click here" msgstr "" +#: src/screens/Onboarding/index.tsx:35 +msgid "Climate" +msgstr "" + #: src/components/Dialog/index.web.tsx:78 msgid "Close active dialog" msgstr "" @@ -697,7 +685,7 @@ msgstr "बंद करो" msgid "Close image" msgstr "छवि बंद करें" -#: src/view/com/lightbox/Lightbox.web.tsx:112 +#: src/view/com/lightbox/Lightbox.web.tsx:119 msgid "Close image viewer" msgstr "छवि बंद करें" @@ -721,15 +709,27 @@ msgstr "" msgid "Closes viewer for header image" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:321 +#: src/view/com/notifications/FeedItem.tsx:317 msgid "Collapses list of users for a given notification" msgstr "" -#: src/Navigation.tsx:227 +#: src/screens/Onboarding/index.tsx:41 +msgid "Comedy" +msgstr "" + +#: src/screens/Onboarding/index.tsx:27 +msgid "Comics" +msgstr "" + +#: src/Navigation.tsx:228 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "समुदाय दिशानिर्देश" +#: src/screens/Onboarding/StepFinished.tsx:148 +msgid "Complete onboarding and start using your account" +msgstr "" + #: src/view/com/composer/Composer.tsx:417 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "" @@ -738,6 +738,10 @@ msgstr "" msgid "Compose reply" msgstr "जवाब लिखो" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:67 +msgid "Configure content filtering setting for category: {0}" +msgstr "" + #: src/components/Prompt.tsx:114 #: src/view/com/modals/AppealLabel.tsx:98 #: src/view/com/modals/SelfLabel.tsx:154 @@ -781,12 +785,12 @@ msgstr "OTP कोड" msgid "Confirms signing up {email} to the waitlist" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:175 +#: src/view/com/auth/create/CreateAccount.tsx:182 #: src/view/com/auth/login/LoginForm.tsx:275 msgid "Connecting..." msgstr "कनेक्टिंग ..।" -#: src/view/com/auth/create/CreateAccount.tsx:195 +#: src/view/com/auth/create/CreateAccount.tsx:202 msgid "Contact support" msgstr "" @@ -816,11 +820,35 @@ msgstr "सामग्री चेतावनी" msgid "Content warnings" msgstr "सामग्री चेतावनी" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:155 +#: src/screens/Onboarding/StepFollowingFeed.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:248 +#: src/screens/Onboarding/StepModeration/index.tsx:118 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:108 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 msgid "Continue" msgstr "आगे बढ़ें" +#: src/screens/Onboarding/StepFollowingFeed.tsx:150 +#: src/screens/Onboarding/StepInterests/index.tsx:245 +#: src/screens/Onboarding/StepModeration/index.tsx:115 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:105 +msgid "Continue to next step" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:152 +msgid "Continue to the next step" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 +msgid "Continue to the next step without following any accounts" +msgstr "" + +#: src/screens/Onboarding/index.tsx:44 +msgid "Cooking" +msgstr "" + #: src/view/com/modals/AddAppPasswords.tsx:197 #: src/view/com/modals/InviteCodes.tsx:182 msgid "Copied" @@ -832,7 +860,7 @@ msgstr "" #: src/view/com/modals/AddAppPasswords.tsx:75 #: src/view/com/modals/InviteCodes.tsx:152 -#: src/view/com/util/forms/PostDropdownBtn.tsx:110 +#: src/view/com/util/forms/PostDropdownBtn.tsx:112 msgid "Copied to clipboard" msgstr "" @@ -844,11 +872,11 @@ msgstr "" msgid "Copy" msgstr "कॉपी" -#: src/view/screens/ProfileList.tsx:396 +#: src/view/screens/ProfileList.tsx:393 msgid "Copy link to list" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:151 +#: src/view/com/util/forms/PostDropdownBtn.tsx:153 msgid "Copy link to post" msgstr "" @@ -856,24 +884,24 @@ msgstr "" msgid "Copy link to profile" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:137 +#: src/view/com/util/forms/PostDropdownBtn.tsx:139 msgid "Copy post text" msgstr "पोस्ट टेक्स्ट कॉपी करें" -#: src/Navigation.tsx:232 +#: src/Navigation.tsx:233 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "कॉपीराइट नीति" -#: src/view/screens/ProfileFeed.tsx:95 +#: src/view/screens/ProfileFeed.tsx:96 msgid "Could not load feed" msgstr "फ़ीड लोड नहीं कर सकता" -#: src/view/screens/ProfileList.tsx:867 +#: src/view/screens/ProfileList.tsx:864 msgid "Could not load list" msgstr "सूची लोड नहीं कर सकता" -#: src/view/com/auth/create/Step2.tsx:89 +#: src/view/com/auth/create/Step2.tsx:90 msgid "Country" msgstr "" @@ -904,11 +932,11 @@ msgstr "नया खाता बनाएं" msgid "Created {0}" msgstr "बनाया गया {0}" -#: src/view/screens/ProfileFeed.tsx:625 +#: src/view/screens/ProfileFeed.tsx:616 msgid "Created by <0/>" msgstr "" -#: src/view/screens/ProfileFeed.tsx:623 +#: src/view/screens/ProfileFeed.tsx:614 msgid "Created by you" msgstr "" @@ -916,6 +944,10 @@ msgstr "" msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "" +#: src/screens/Onboarding/index.tsx:29 +msgid "Culture" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:389 #: src/view/com/modals/ServerInput.tsx:102 msgid "Custom domain" @@ -937,10 +969,6 @@ msgstr "डार्क मोड" msgid "Dark mode" msgstr "" -#: src/Navigation.tsx:204 -#~ msgid "Debug" -#~ msgstr "" - #: src/view/screens/Debug.tsx:83 msgid "Debug panel" msgstr "" @@ -958,8 +986,8 @@ msgstr "खाता हटाएं" msgid "Delete app password" msgstr "अप्प पासवर्ड हटाएं" -#: src/view/screens/ProfileList.tsx:363 -#: src/view/screens/ProfileList.tsx:423 +#: src/view/screens/ProfileList.tsx:360 +#: src/view/screens/ProfileList.tsx:420 msgid "Delete List" msgstr "सूची हटाएँ" @@ -971,11 +999,11 @@ msgstr "मेरा खाता हटाएं" msgid "Delete my account…" msgstr "मेरा खाता हटाएं…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:226 +#: src/view/com/util/forms/PostDropdownBtn.tsx:228 msgid "Delete post" msgstr "पोस्ट को हटाएं" -#: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Delete this post?" msgstr "इस पोस्ट को डीलीट करें?" @@ -983,21 +1011,17 @@ msgstr "इस पोस्ट को डीलीट करें?" msgid "Deleted" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:246 +#: src/view/com/post-thread/PostThread.tsx:264 msgid "Deleted post." msgstr "यह पोस्ट मिटाई जा चुकी है" -#: src/view/com/modals/CreateOrEditList.tsx:237 -#: src/view/com/modals/CreateOrEditList.tsx:253 +#: src/view/com/modals/CreateOrEditList.tsx:300 +#: src/view/com/modals/CreateOrEditList.tsx:321 #: src/view/com/modals/EditProfile.tsx:198 #: src/view/com/modals/EditProfile.tsx:210 msgid "Description" msgstr "विवरण" -#: src/view/com/auth/create/Step1.tsx:96 -#~ msgid "Dev Server" -#~ msgstr "देव सर्वर" - #: src/view/screens/Settings.tsx:711 msgid "Developer Tools" msgstr "डेवलपर उपकरण" @@ -1023,7 +1047,7 @@ msgstr "" msgid "Discover new custom feeds" msgstr "" -#: src/view/screens/Feeds.tsx:409 +#: src/view/screens/Feeds.tsx:441 msgid "Discover new feeds" msgstr "नए फ़ीड की खोज करें" @@ -1049,15 +1073,15 @@ msgstr "" #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 #: src/view/com/modals/Threadgate.tsx:132 -#: src/view/com/modals/UserAddRemoveLists.tsx:79 -#: src/view/com/modals/UserAddRemoveLists.tsx:82 +#: src/view/com/modals/UserAddRemoveLists.tsx:95 +#: src/view/com/modals/UserAddRemoveLists.tsx:98 #: src/view/screens/PreferencesThreads.tsx:162 msgctxt "action" msgid "Done" msgstr "" #: src/view/com/modals/AddAppPasswords.tsx:228 -#: src/view/com/modals/AltImage.tsx:115 +#: src/view/com/modals/AltImage.tsx:138 #: src/view/com/modals/ContentFilteringSettings.tsx:88 #: src/view/com/modals/ContentFilteringSettings.tsx:96 #: src/view/com/modals/crop-image/CropImage.web.tsx:152 @@ -1076,6 +1100,14 @@ msgstr "खत्म {extraText}" msgid "Double tap to sign in" msgstr "" +#: src/view/com/composer/text-input/TextInput.web.tsx:244 +msgid "Drop to add images" +msgstr "" + +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:111 +msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." +msgstr "" + #: src/view/com/modals/EditProfile.tsx:185 msgid "e.g. Alice Roberts" msgstr "" @@ -1084,19 +1116,19 @@ msgstr "" msgid "e.g. Artist, dog-lover, and avid reader." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:223 +#: src/view/com/modals/CreateOrEditList.tsx:283 msgid "e.g. Great Posters" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:224 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Spammers" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:244 +#: src/view/com/modals/CreateOrEditList.tsx:312 msgid "e.g. The posters who never miss." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -1114,16 +1146,16 @@ msgstr "" msgid "Edit image" msgstr "छवि संपादित करें" -#: src/view/screens/ProfileList.tsx:411 +#: src/view/screens/ProfileList.tsx:408 msgid "Edit list details" msgstr "सूची विवरण संपादित करें" -#: src/view/com/modals/CreateOrEditList.tsx:192 +#: src/view/com/modals/CreateOrEditList.tsx:250 msgid "Edit Moderation List" msgstr "" -#: src/Navigation.tsx:242 -#: src/view/screens/Feeds.tsx:371 +#: src/Navigation.tsx:243 +#: src/view/screens/Feeds.tsx:403 #: src/view/screens/SavedFeeds.tsx:84 msgid "Edit My Feeds" msgstr "मेरी फ़ीड संपादित करें" @@ -1140,11 +1172,11 @@ msgstr "मेरी प्रोफ़ाइल संपादित करे msgid "Edit Profile" msgstr "मेरी प्रोफ़ाइल संपादित करें" -#: src/view/screens/Feeds.tsx:334 +#: src/view/screens/Feeds.tsx:337 msgid "Edit Saved Feeds" msgstr "एडिट सेव्ड फीड" -#: src/view/com/modals/CreateOrEditList.tsx:187 +#: src/view/com/modals/CreateOrEditList.tsx:245 msgid "Edit User List" msgstr "" @@ -1156,9 +1188,13 @@ msgstr "" msgid "Edit your profile description" msgstr "" +#: src/screens/Onboarding/index.tsx:34 +msgid "Education" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:143 -#: src/view/com/auth/create/Step2.tsx:192 -#: src/view/com/auth/create/Step2.tsx:266 +#: src/view/com/auth/create/Step2.tsx:193 +#: src/view/com/auth/create/Step2.tsx:268 #: src/view/com/auth/login/ForgotPasswordForm.tsx:152 #: src/view/com/modals/ChangeEmail.tsx:141 #: src/view/com/modals/Waitlist.tsx:88 @@ -1195,6 +1231,11 @@ msgstr "" msgid "Enable Adult Content" msgstr "" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:76 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:77 +msgid "Enable adult content in your feeds" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 msgid "Enable External Media" msgstr "" @@ -1207,7 +1248,7 @@ msgstr "" msgid "Enable this setting to only see replies between people you follow." msgstr "इस सेटिंग को केवल उन लोगों के बीच जवाब देखने में सक्षम करें जिन्हें आप फॉलो करते हैं।।" -#: src/view/screens/Profile.tsx:427 +#: src/view/screens/Profile.tsx:437 msgid "End of feed" msgstr "" @@ -1219,10 +1260,6 @@ msgstr "" msgid "Enter Confirmation Code" msgstr "" -#: src/view/com/auth/create/Step1.tsx:71 -#~ msgid "Enter the address of your provider:" -#~ msgstr "अपने प्रदाता का पता दर्ज करें:" - #: src/view/com/modals/ChangeHandle.tsx:371 msgid "Enter the domain you want to use" msgstr "आप जिस डोमेन का उपयोग करना चाहते हैं उसे दर्ज करें" @@ -1252,7 +1289,7 @@ msgstr "" msgid "Enter your new email address below." msgstr "नीचे अपना नया ईमेल पता दर्ज करें।।" -#: src/view/com/auth/create/Step2.tsx:186 +#: src/view/com/auth/create/Step2.tsx:187 msgid "Enter your phone number" msgstr "" @@ -1260,7 +1297,7 @@ msgstr "" msgid "Enter your username and password" msgstr "अपने यूज़रनेम और पासवर्ड दर्ज करें" -#: src/view/screens/Search/Search.tsx:107 +#: src/view/screens/Search/Search.tsx:109 msgid "Error:" msgstr "" @@ -1272,7 +1309,7 @@ msgstr "" msgid "Exits handle change process" msgstr "" -#: src/view/com/lightbox/Lightbox.web.tsx:113 +#: src/view/com/lightbox/Lightbox.web.tsx:120 msgid "Exits image view" msgstr "" @@ -1285,7 +1322,7 @@ msgstr "" msgid "Exits signing up for waitlist with {email}" msgstr "" -#: src/view/com/lightbox/Lightbox.web.tsx:156 +#: src/view/com/lightbox/Lightbox.web.tsx:163 msgid "Expand alt text" msgstr "ऑल्ट टेक्स्ट" @@ -1303,7 +1340,7 @@ msgstr "" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "" -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:259 #: src/view/screens/PreferencesExternalEmbeds.tsx:52 #: src/view/screens/Settings.tsx:623 msgid "External Media Preferences" @@ -1318,11 +1355,11 @@ msgstr "" msgid "Failed to create app password." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:148 +#: src/view/com/modals/CreateOrEditList.tsx:206 msgid "Failed to create the list. Check your internet connection and try again." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:86 +#: src/view/com/util/forms/PostDropdownBtn.tsx:88 msgid "Failed to delete post, please try again" msgstr "" @@ -1331,7 +1368,7 @@ msgstr "" msgid "Failed to load recommended feeds" msgstr "अनुशंसित फ़ीड लोड करने में विफल" -#: src/Navigation.tsx:192 +#: src/Navigation.tsx:193 msgid "Feed" msgstr "" @@ -1339,7 +1376,7 @@ msgstr "" msgid "Feed by {0}" msgstr "" -#: src/view/screens/Feeds.tsx:560 +#: src/view/screens/Feeds.tsx:597 msgid "Feed offline" msgstr "फ़ीड ऑफ़लाइन है" @@ -1352,9 +1389,9 @@ msgstr "फ़ीड प्राथमिकता" msgid "Feedback" msgstr "प्रतिक्रिया" -#: src/Navigation.tsx:440 -#: src/view/screens/Feeds.tsx:479 -#: src/view/screens/Profile.tsx:165 +#: src/Navigation.tsx:443 +#: src/view/screens/Feeds.tsx:514 +#: src/view/screens/Profile.tsx:175 #: src/view/shell/bottom-bar/BottomBar.tsx:181 #: src/view/shell/desktop/LeftNav.tsx:342 #: src/view/shell/Drawer.tsx:479 @@ -1362,6 +1399,14 @@ msgstr "प्रतिक्रिया" msgid "Feeds" msgstr "सभी फ़ीड" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#~ msgid "Feeds are created by users and can give you entirely new experiences." +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +msgid "Feeds are created by users and organizations. They offer you varied experiences and suggest content you may like using algorithms." +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:57 msgid "Feeds are created by users to curate content. Choose some feeds that you find interesting." msgstr "सामग्री को व्यवस्थित करने के लिए उपयोगकर्ताओं द्वारा फ़ीड बनाए जाते हैं। कुछ फ़ीड चुनें जो आपको दिलचस्प लगें।" @@ -1370,17 +1415,25 @@ msgstr "सामग्री को व्यवस्थित करने msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information." msgstr "फ़ीड कस्टम एल्गोरिदम हैं जिन्हें उपयोगकर्ता थोड़ी कोडिंग विशेषज्ञता के साथ बनाते हैं। <0/> अधिक जानकारी के लिए." +#: src/screens/Onboarding/StepTopicalFeeds.tsx:70 +msgid "Feeds can be topical as well!" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:151 +msgid "Finalizing" +msgstr "" + #: src/view/com/posts/CustomFeedEmptyState.tsx:47 #: src/view/com/posts/FollowingEmptyState.tsx:57 #: src/view/com/posts/FollowingEndOfFeed.tsx:58 msgid "Find accounts to follow" msgstr "" -#: src/view/screens/Search/Search.tsx:429 +#: src/view/screens/Search/Search.tsx:439 msgid "Find users on Bluesky" msgstr "" -#: src/view/screens/Search/Search.tsx:427 +#: src/view/screens/Search/Search.tsx:437 msgid "Find users with the search tool on the right" msgstr "" @@ -1396,6 +1449,14 @@ msgstr "अपने मुख्य फ़ीड की स्क्रीन msgid "Fine-tune the discussion threads." msgstr "चर्चा धागे को ठीक-ट्यून करें।।" +#: src/screens/Onboarding/index.tsx:38 +msgid "Fitness" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:131 +msgid "Flexible" +msgstr "" + #: src/view/com/modals/EditImage.tsx:115 msgid "Flip horizontal" msgstr "" @@ -1414,10 +1475,19 @@ msgstr "" msgid "Follow" msgstr "फॉलो" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 #: src/view/com/profile/ProfileHeader.tsx:543 msgid "Follow {0}" msgstr "" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:178 +msgid "Follow All" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +msgid "Follow selected accounts and continue to the next step" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFollows.tsx:64 msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." msgstr "आरंभ करने के लिए कुछ उपयोगकर्ताओं का अनुसरण करें. आपको कौन दिलचस्प लगता है, इसके आधार पर हम आपको और अधिक उपयोगकर्ताओं की अनुशंसा कर सकते हैं।" @@ -1442,10 +1512,6 @@ msgstr "" msgid "Followers" msgstr "यह यूजर आपका फ़ोलो करता है" -#: src/view/com/profile/ProfileHeader.tsx:624 -#~ msgid "following" -#~ msgstr "फोल्लोविंग" - #: src/view/com/profile/ProfileHeader.tsx:534 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" @@ -1463,6 +1529,10 @@ msgstr "यह यूजर आपका फ़ोलो करता है" msgid "Follows You" msgstr "" +#: src/screens/Onboarding/index.tsx:43 +msgid "Food" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:107 msgid "For security reasons, we'll need to send a confirmation code to your email address." msgstr "सुरक्षा कारणों के लिए, हमें आपके ईमेल पते पर एक OTP कोड भेजने की आवश्यकता होगी।।" @@ -1484,7 +1554,7 @@ msgstr "पासवर्ड भूल गए" msgid "Forgot Password" msgstr "पासवर्ड भूल गए" -#: src/view/com/posts/FeedItem.tsx:188 +#: src/view/com/posts/FeedItem.tsx:189 msgctxt "from-feed" msgid "From <0/>" msgstr "" @@ -1505,14 +1575,19 @@ msgstr "प्रारंभ करें" msgid "Go back" msgstr "वापस जाओ" -#: src/view/screens/ProfileFeed.tsx:104 -#: src/view/screens/ProfileFeed.tsx:109 -#: src/view/screens/ProfileList.tsx:876 -#: src/view/screens/ProfileList.tsx:881 +#: src/view/screens/ProfileFeed.tsx:105 +#: src/view/screens/ProfileFeed.tsx:110 +#: src/view/screens/ProfileList.tsx:873 +#: src/view/screens/ProfileList.tsx:878 msgid "Go Back" msgstr "वापस जाओ" -#: src/view/screens/Search/Search.tsx:640 +#: src/screens/Onboarding/Layout.tsx:104 +#: src/screens/Onboarding/Layout.tsx:193 +msgid "Go back to previous step" +msgstr "" + +#: src/view/screens/Search/Search.tsx:724 #: src/view/shell/desktop/Search.tsx:262 msgid "Go to @{queryMaybeHandle}" msgstr "" @@ -1527,7 +1602,7 @@ msgstr "अगला" msgid "Handle" msgstr "हैंडल" -#: src/view/com/auth/create/CreateAccount.tsx:190 +#: src/view/com/auth/create/CreateAccount.tsx:197 msgid "Having trouble?" msgstr "" @@ -1536,23 +1611,36 @@ msgstr "" msgid "Help" msgstr "सहायता" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +msgid "Here are some accounts for you to follow" +msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:79 +msgid "Here are some popular topical feeds. You can choose to follow as many as you like." +msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:74 +msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." +msgstr "" + #: src/view/com/modals/AddAppPasswords.tsx:152 msgid "Here is your app password." msgstr "यहां आपका ऐप पासवर्ड है." -#: src/view/com/modals/ContentFilteringSettings.tsx:219 -#: src/view/com/notifications/FeedItem.tsx:329 -msgctxt "action" -msgid "Hide" -msgstr "" - +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:41 #: src/view/com/modals/ContentFilteringSettings.tsx:246 #: src/view/com/util/moderation/ContentHider.tsx:105 #: src/view/com/util/moderation/PostHider.tsx:108 msgid "Hide" msgstr "इसे छिपाएं" -#: src/view/com/util/forms/PostDropdownBtn.tsx:185 +#: src/view/com/modals/ContentFilteringSettings.tsx:219 +#: src/view/com/notifications/FeedItem.tsx:325 +msgctxt "action" +msgid "Hide" +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:187 msgid "Hide post" msgstr "" @@ -1561,11 +1649,11 @@ msgstr "" msgid "Hide the content" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:189 +#: src/view/com/util/forms/PostDropdownBtn.tsx:191 msgid "Hide this post?" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:319 +#: src/view/com/notifications/FeedItem.tsx:315 msgid "Hide user list" msgstr "उपयोगकर्ता सूची छुपाएँ" @@ -1573,10 +1661,6 @@ msgstr "उपयोगकर्ता सूची छुपाएँ" msgid "Hides posts from {0} in your feed" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:102 -#~ msgid "Hmm, some kind of issue occured when contacting the feed server. Please let the feed owner know about this issue." -#~ msgstr "" - #: src/view/com/posts/FeedErrorMessage.tsx:111 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." msgstr "" @@ -1597,11 +1681,7 @@ msgstr "" msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:87 -#~ msgid "Hmmm, we're having trouble finding this feed. It may have been deleted." -#~ msgstr "" - -#: src/Navigation.tsx:430 +#: src/Navigation.tsx:433 #: src/view/shell/bottom-bar/BottomBar.tsx:137 #: src/view/shell/desktop/LeftNav.tsx:306 #: src/view/shell/Drawer.tsx:401 @@ -1609,8 +1689,8 @@ msgstr "" msgid "Home" msgstr "होम फीड" -#: src/Navigation.tsx:247 -#: src/view/com/pager/FeedsTabBarMobile.tsx:117 +#: src/Navigation.tsx:248 +#: src/view/com/pager/FeedsTabBarMobile.tsx:123 #: src/view/screens/PreferencesHomeFeed.tsx:104 #: src/view/screens/Settings.tsx:509 msgid "Home Feed Preferences" @@ -1620,11 +1700,6 @@ msgstr "होम फ़ीड प्राथमिकताएं" msgid "Hosting provider" msgstr "होस्टिंग प्रदाता" -#: src/view/com/auth/create/Step1.tsx:76 -#: src/view/com/auth/create/Step1.tsx:81 -#~ msgid "Hosting provider address" -#~ msgstr "होस्टिंग प्रदाता पता" - #: src/view/com/modals/InAppBrowserConsent.tsx:44 msgid "How should we open this link?" msgstr "" @@ -1641,7 +1716,7 @@ msgstr "" msgid "I have my own domain" msgstr "मेरे पास अपना डोमेन है" -#: src/view/com/lightbox/Lightbox.web.tsx:158 +#: src/view/com/lightbox/Lightbox.web.tsx:165 msgid "If alt text is long, toggles alt text expanded state" msgstr "" @@ -1649,11 +1724,11 @@ msgstr "" msgid "If none are selected, suitable for all ages." msgstr "यदि किसी को चुना जाता है, तो सभी उम्र के लिए उपयुक्त है।।" -#: src/view/com/util/images/Gallery.tsx:37 +#: src/view/com/util/images/Gallery.tsx:38 msgid "Image" msgstr "" -#: src/view/com/modals/AltImage.tsx:97 +#: src/view/com/modals/AltImage.tsx:119 msgid "Image alt text" msgstr "छवि alt पाठ" @@ -1662,11 +1737,6 @@ msgstr "छवि alt पाठ" msgid "Image options" msgstr "छवि विकल्प" -#: src/view/com/search/Suggestions.tsx:104 -#: src/view/com/search/Suggestions.tsx:115 -#~ msgid "In Your Network" -#~ msgstr "आपके नेटवर्क में" - #: src/view/com/auth/login/SetNewPasswordForm.tsx:110 msgid "Input code sent to your email for password reset" msgstr "" @@ -1679,14 +1749,6 @@ msgstr "" msgid "Input email for Bluesky account" msgstr "" -#: src/view/com/auth/create/Step2.tsx:109 -#~ msgid "Input email for Bluesky waitlist" -#~ msgstr "" - -#: src/view/com/auth/create/Step1.tsx:80 -#~ msgid "Input hosting provider address" -#~ msgstr "" - #: src/view/com/auth/create/Step1.tsx:102 msgid "Input invite code to proceed" msgstr "" @@ -1703,7 +1765,7 @@ msgstr "" msgid "Input password for account deletion" msgstr "" -#: src/view/com/auth/create/Step2.tsx:194 +#: src/view/com/auth/create/Step2.tsx:195 msgid "Input phone number for SMS verification" msgstr "" @@ -1715,7 +1777,7 @@ msgstr "" msgid "Input the username or email address you used at signup" msgstr "" -#: src/view/com/auth/create/Step2.tsx:268 +#: src/view/com/auth/create/Step2.tsx:270 msgid "Input the verification code we have texted to you" msgstr "" @@ -1727,11 +1789,11 @@ msgstr "" msgid "Input your password" msgstr "" -#: src/view/com/auth/create/Step3.tsx:39 +#: src/view/com/auth/create/Step3.tsx:42 msgid "Input your user handle" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:229 +#: src/view/com/post-thread/PostThreadItem.tsx:231 msgid "Invalid or unsupported post record" msgstr "" @@ -1769,6 +1831,10 @@ msgstr "" msgid "Invite codes: 1 available" msgstr "" +#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +msgid "It shows posts from the people you follow as they happen." +msgstr "" + #: src/view/com/auth/HomeLoggedOutCTA.tsx:99 msgid "Jobs" msgstr "" @@ -1786,6 +1852,10 @@ msgstr "प्रतीक्षा सूची में शामिल ह msgid "Join Waitlist" msgstr "वेटरलिस्ट में शामिल हों" +#: src/screens/Onboarding/index.tsx:24 +msgid "Journalism" +msgstr "" + #: src/view/com/composer/select-language/SelectLangBtn.tsx:104 msgid "Language selection" msgstr "अपनी भाषा चुने" @@ -1794,7 +1864,7 @@ msgstr "अपनी भाषा चुने" msgid "Language settings" msgstr "" -#: src/Navigation.tsx:139 +#: src/Navigation.tsx:140 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "भाषा सेटिंग्स" @@ -1837,6 +1907,10 @@ msgstr "उन्हें किसी भी भाषा को देखन msgid "Leaving Bluesky" msgstr "लीविंग Bluesky" +#: src/screens/Deactivated.tsx:129 +msgid "left to go." +msgstr "" + #: src/view/screens/Settings.tsx:280 msgid "Legacy storage cleared, you need to restart the app now." msgstr "" @@ -1846,6 +1920,10 @@ msgstr "" msgid "Let's get your password reset!" msgstr "चलो अपना पासवर्ड रीसेट करें!" +#: src/screens/Onboarding/StepFinished.tsx:151 +msgid "Let's go!" +msgstr "" + #: src/view/com/util/UserAvatar.tsx:245 #: src/view/com/util/UserBanner.tsx:60 msgid "Library" @@ -1855,61 +1933,56 @@ msgstr "चित्र पुस्तकालय" msgid "Light" msgstr "लाइट मोड" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:189 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 msgid "Like" msgstr "" -#: src/view/screens/ProfileFeed.tsx:600 +#: src/view/screens/ProfileFeed.tsx:591 msgid "Like this feed" msgstr "इस फ़ीड को लाइक करो" -#: src/Navigation.tsx:197 -#: src/view/screens/PostLikedBy.tsx:27 -#: src/view/screens/ProfileFeedLikedBy.tsx:27 +#: src/Navigation.tsx:198 msgid "Liked by" msgstr "इन यूजर ने लाइक किया है" +#: src/view/screens/PostLikedBy.tsx:27 +#: src/view/screens/ProfileFeedLikedBy.tsx:27 +msgid "Liked By" +msgstr "" + #: src/view/com/feeds/FeedSourceCard.tsx:277 msgid "Liked by {0} {1}" msgstr "" -#: src/view/screens/ProfileFeed.tsx:615 +#: src/view/screens/ProfileFeed.tsx:606 msgid "Liked by {likeCount} {0}" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:171 -msgid "liked your custom feed{0}" +#: src/view/com/notifications/FeedItem.tsx:170 +msgid "liked your custom feed" msgstr "" #: src/view/com/notifications/FeedItem.tsx:155 msgid "liked your post" msgstr "" -#: src/view/screens/Profile.tsx:164 +#: src/view/screens/Profile.tsx:174 msgid "Likes" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:184 +#: src/view/com/post-thread/PostThreadItem.tsx:185 msgid "Likes on this post" msgstr "" -#: src/view/screens/Moderation.tsx:203 -#~ msgid "Limit the visibility of my account" -#~ msgstr "" - -#: src/view/screens/Moderation.tsx:203 -#~ msgid "Limit the visibility of my account to logged-out users" -#~ msgstr "" - -#: src/Navigation.tsx:166 +#: src/Navigation.tsx:167 msgid "List" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:203 +#: src/view/com/modals/CreateOrEditList.tsx:261 msgid "List Avatar" msgstr "सूची अवतार" -#: src/view/screens/ProfileList.tsx:323 +#: src/view/screens/ProfileList.tsx:320 msgid "List blocked" msgstr "" @@ -1917,47 +1990,47 @@ msgstr "" msgid "List by {0}" msgstr "" -#: src/view/screens/ProfileList.tsx:367 +#: src/view/screens/ProfileList.tsx:364 msgid "List deleted" msgstr "" -#: src/view/screens/ProfileList.tsx:282 +#: src/view/screens/ProfileList.tsx:279 msgid "List muted" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:216 +#: src/view/com/modals/CreateOrEditList.tsx:275 msgid "List Name" msgstr "सूची का नाम" -#: src/view/screens/ProfileList.tsx:342 +#: src/view/screens/ProfileList.tsx:339 msgid "List unblocked" msgstr "" -#: src/view/screens/ProfileList.tsx:301 +#: src/view/screens/ProfileList.tsx:298 msgid "List unmuted" msgstr "" -#: src/Navigation.tsx:109 -#: src/view/screens/Profile.tsx:166 +#: src/Navigation.tsx:110 +#: src/view/screens/Profile.tsx:176 #: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 msgid "Lists" msgstr "सूची" -#: src/view/com/post-thread/PostThread.tsx:263 -#: src/view/com/post-thread/PostThread.tsx:271 +#: src/view/com/post-thread/PostThread.tsx:281 +#: src/view/com/post-thread/PostThread.tsx:289 msgid "Load more posts" msgstr "अधिक पोस्ट लोड करें" -#: src/view/screens/Notifications.tsx:148 +#: src/view/screens/Notifications.tsx:155 msgid "Load new notifications" msgstr "नई सूचनाएं लोड करें" #: src/view/com/feeds/FeedPage.tsx:190 -#: src/view/screens/Profile.tsx:412 -#: src/view/screens/ProfileFeed.tsx:503 -#: src/view/screens/ProfileList.tsx:659 +#: src/view/screens/Profile.tsx:422 +#: src/view/screens/ProfileFeed.tsx:494 +#: src/view/screens/ProfileList.tsx:656 msgid "Load new posts" msgstr "नई पोस्ट लोड करें" @@ -1969,13 +2042,16 @@ msgstr "" msgid "Local dev server" msgstr "स्थानीय देव सर्वर" -#: src/Navigation.tsx:207 +#: src/Navigation.tsx:208 msgid "Log" msgstr "" -#: src/view/screens/Moderation.tsx:134 -#~ msgid "Logged-out users" -#~ msgstr "" +#: src/screens/Deactivated.tsx:150 +#: src/screens/Deactivated.tsx:153 +#: src/screens/Deactivated.tsx:179 +#: src/screens/Deactivated.tsx:182 +msgid "Log out" +msgstr "" #: src/view/screens/Moderation.tsx:136 msgid "Logged-out visibility" @@ -1985,15 +2061,11 @@ msgstr "" msgid "Login to account that is not listed" msgstr "उस खाते में लॉग इन करें जो सूचीबद्ध नहीं है" -#: src/view/screens/ProfileFeed.tsx:472 -#~ msgid "Looks like this feed is only available to users with a Bluesky account. Please sign up or sign in to view this feed!" -#~ msgstr "" - #: src/view/com/modals/LinkWarning.tsx:65 msgid "Make sure this is where you intend to go!" msgstr "यह सुनिश्चित करने के लिए कि आप कहाँ जाना चाहते हैं!" -#: src/view/screens/Profile.tsx:163 +#: src/view/screens/Profile.tsx:173 msgid "Media" msgstr "" @@ -2006,19 +2078,15 @@ msgid "Mentioned users" msgstr "" #: src/view/com/util/ViewHeader.tsx:81 -#: src/view/screens/Search/Search.tsx:544 +#: src/view/screens/Search/Search.tsx:623 msgid "Menu" msgstr "मेनू" -#: src/view/com/posts/FeedErrorMessage.tsx:194 -#~ msgid "Message from server" -#~ msgstr "" - #: src/view/com/posts/FeedErrorMessage.tsx:197 msgid "Message from server: {0}" msgstr "" -#: src/Navigation.tsx:114 +#: src/Navigation.tsx:115 #: src/view/screens/Moderation.tsx:64 #: src/view/screens/Settings.tsx:591 #: src/view/shell/desktop/LeftNav.tsx:397 @@ -2028,25 +2096,25 @@ msgid "Moderation" msgstr "मॉडरेशन" #: src/view/com/lists/ListCard.tsx:92 -#: src/view/com/modals/UserAddRemoveLists.tsx:190 +#: src/view/com/modals/UserAddRemoveLists.tsx:206 msgid "Moderation list by {0}" msgstr "" -#: src/view/screens/ProfileList.tsx:753 +#: src/view/screens/ProfileList.tsx:750 msgid "Moderation list by <0/>" msgstr "" #: src/view/com/lists/ListCard.tsx:90 -#: src/view/com/modals/UserAddRemoveLists.tsx:188 -#: src/view/screens/ProfileList.tsx:751 +#: src/view/com/modals/UserAddRemoveLists.tsx:204 +#: src/view/screens/ProfileList.tsx:748 msgid "Moderation list by you" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:139 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "Moderation list created" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:126 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "Moderation list updated" msgstr "" @@ -2054,7 +2122,7 @@ msgstr "" msgid "Moderation lists" msgstr "मॉडरेशन सूचियाँ" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "" @@ -2072,12 +2140,12 @@ msgid "More feeds" msgstr "अधिक फ़ीड" #: src/view/com/profile/ProfileHeader.tsx:562 -#: src/view/screens/ProfileFeed.tsx:371 -#: src/view/screens/ProfileList.tsx:595 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileList.tsx:592 msgid "More options" msgstr "अधिक विकल्प" -#: src/view/com/util/forms/PostDropdownBtn.tsx:268 +#: src/view/com/util/forms/PostDropdownBtn.tsx:270 msgid "More post options" msgstr "पोस्ट विकल्प" @@ -2089,23 +2157,23 @@ msgstr "" msgid "Mute Account" msgstr "खाता म्यूट करें" -#: src/view/screens/ProfileList.tsx:522 +#: src/view/screens/ProfileList.tsx:519 msgid "Mute accounts" msgstr "खातों को म्यूट करें" -#: src/view/screens/ProfileList.tsx:469 +#: src/view/screens/ProfileList.tsx:466 msgid "Mute list" msgstr "" -#: src/view/screens/ProfileList.tsx:274 +#: src/view/screens/ProfileList.tsx:271 msgid "Mute these accounts?" msgstr "इन खातों को म्यूट करें?" -#: src/view/screens/ProfileList.tsx:278 +#: src/view/screens/ProfileList.tsx:275 msgid "Mute this List" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:169 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "Mute thread" msgstr "थ्रेड म्यूट करें" @@ -2117,7 +2185,7 @@ msgstr "" msgid "Muted accounts" msgstr "म्यूट किए गए खाते" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "म्यूट किए गए खाते" @@ -2126,19 +2194,15 @@ msgstr "म्यूट किए गए खाते" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "म्यूट किए गए खातों की पोस्ट आपके फ़ीड और आपकी सूचनाओं से हटा दी जाती हैं। म्यूट पूरी तरह से निजी हैं." -#: src/view/screens/ProfileList.tsx:276 +#: src/view/screens/ProfileList.tsx:273 msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them." msgstr "म्यूट करना निजी है. म्यूट किए गए खाते आपके साथ इंटरैक्ट कर सकते हैं, लेकिन आप उनकी पोस्ट नहीं देखेंगे या उनसे सूचनाएं प्राप्त नहीं करेंगे।" -#: src/view/screens/Moderation.tsx:134 -#~ msgid "My Account" -#~ msgstr "" - #: src/view/com/modals/BirthDateSettings.tsx:56 msgid "My Birthday" msgstr "जन्मदिन" -#: src/view/screens/Feeds.tsx:367 +#: src/view/screens/Feeds.tsx:399 msgid "My Feeds" msgstr "मेरी फ़ीड" @@ -2151,14 +2215,18 @@ msgid "My Saved Feeds" msgstr "मेरी फ़ीड" #: src/view/com/modals/AddAppPasswords.tsx:181 -#: src/view/com/modals/CreateOrEditList.tsx:230 +#: src/view/com/modals/CreateOrEditList.tsx:290 msgid "Name" msgstr "नाम" -#: src/view/com/modals/CreateOrEditList.tsx:108 +#: src/view/com/modals/CreateOrEditList.tsx:145 msgid "Name is required" msgstr "" +#: src/screens/Onboarding/index.tsx:25 +msgid "Nature" +msgstr "" + #: src/view/com/auth/login/ForgotPasswordForm.tsx:186 #: src/view/com/auth/login/LoginForm.tsx:286 #: src/view/com/auth/login/SetNewPasswordForm.tsx:166 @@ -2179,6 +2247,10 @@ msgstr "" msgid "Never lose access to your followers and data." msgstr "अपने फ़ॉलोअर्स और डेटा तक पहुंच कभी न खोएं।" +#: src/screens/Onboarding/StepFinished.tsx:119 +msgid "Never lose access to your followers or data." +msgstr "" + #: src/view/screens/Lists.tsx:76 msgctxt "action" msgid "New" @@ -2188,7 +2260,7 @@ msgstr "" msgid "New" msgstr "नया" -#: src/view/com/modals/CreateOrEditList.tsx:194 +#: src/view/com/modals/CreateOrEditList.tsx:252 msgid "New Moderation List" msgstr "" @@ -2201,11 +2273,11 @@ msgctxt "action" msgid "New post" msgstr "" -#: src/view/screens/Feeds.tsx:511 -#: src/view/screens/Profile.tsx:354 -#: src/view/screens/ProfileFeed.tsx:441 -#: src/view/screens/ProfileList.tsx:197 -#: src/view/screens/ProfileList.tsx:225 +#: src/view/screens/Feeds.tsx:547 +#: src/view/screens/Profile.tsx:364 +#: src/view/screens/ProfileFeed.tsx:432 +#: src/view/screens/ProfileList.tsx:194 +#: src/view/screens/ProfileList.tsx:222 #: src/view/shell/desktop/LeftNav.tsx:248 msgid "New post" msgstr "नई पोस्ट" @@ -2213,13 +2285,9 @@ msgstr "नई पोस्ट" #: src/view/shell/desktop/LeftNav.tsx:258 msgctxt "action" msgid "New Post" -msgstr "" - -#: src/view/shell/desktop/LeftNav.tsx:258 -#~ msgid "New Post" -#~ msgstr "नई पोस्ट" +msgstr "नई पोस्ट" -#: src/view/com/modals/CreateOrEditList.tsx:189 +#: src/view/com/modals/CreateOrEditList.tsx:247 msgid "New User List" msgstr "" @@ -2227,7 +2295,11 @@ msgstr "" msgid "Newest replies first" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:155 +#: src/screens/Onboarding/index.tsx:23 +msgid "News" +msgstr "" + +#: src/view/com/auth/create/CreateAccount.tsx:161 #: src/view/com/auth/login/ForgotPasswordForm.tsx:178 #: src/view/com/auth/login/ForgotPasswordForm.tsx:188 #: src/view/com/auth/login/LoginForm.tsx:288 @@ -2242,7 +2314,7 @@ msgctxt "action" msgid "Next" msgstr "" -#: src/view/com/lightbox/Lightbox.web.tsx:142 +#: src/view/com/lightbox/Lightbox.web.tsx:149 msgid "Next image" msgstr "अगली फोटो" @@ -2255,8 +2327,8 @@ msgstr "अगली फोटो" msgid "No" msgstr "नहीं" -#: src/view/screens/ProfileFeed.tsx:593 -#: src/view/screens/ProfileList.tsx:733 +#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileList.tsx:730 msgid "No description" msgstr "कोई विवरण नहीं" @@ -2264,7 +2336,7 @@ msgstr "कोई विवरण नहीं" msgid "No longer following {0}" msgstr "" -#: src/view/com/notifications/Feed.tsx:107 +#: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "" @@ -2273,20 +2345,15 @@ msgstr "" msgid "No result" msgstr "" -#: src/view/screens/Feeds.tsx:456 +#: src/view/screens/Feeds.tsx:490 msgid "No results found for \"{query}\"" msgstr "\"{query}\" के लिए कोई परिणाम नहीं मिला" -#: src/view/com/modals/ListAddUser.tsx:142 -#: src/view/shell/desktop/Search.tsx:112 -#~ msgid "No results found for {0}" -#~ msgstr "{0} के लिए कोई परिणाम नहीं मिला" - #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:272 -#: src/view/screens/Search/Search.tsx:300 +#: src/view/screens/Search/Search.tsx:274 +#: src/view/screens/Search/Search.tsx:302 msgid "No results found for {query}" -msgstr "" +msgstr "{query} के लिए कोई परिणाम नहीं मिला\"" #: src/view/com/modals/EmbedConsent.tsx:129 msgid "No thanks" @@ -2296,15 +2363,11 @@ msgstr "" msgid "Nobody" msgstr "" -#: src/view/com/modals/SelfLabel.tsx:136 -#~ msgid "Not Applicable" -#~ msgstr "लागू नहीं" - #: src/view/com/modals/SelfLabel.tsx:135 msgid "Not Applicable." msgstr "लागू नहीं।" -#: src/Navigation.tsx:104 +#: src/Navigation.tsx:105 msgid "Not Found" msgstr "" @@ -2313,21 +2376,13 @@ msgstr "" msgid "Not right now" msgstr "" -#: src/view/screens/Moderation.tsx:227 -#~ msgid "Note: Bluesky is an open and public network, and enabling this will not make your profile private or limit the ability of logged in users to see your posts. This setting only limits the visibility of posts on the Bluesky app and website; third-party apps that display Bluesky content may not respect this setting, and could show your content to logged-out users." -#~ msgstr "" - #: src/view/screens/Moderation.tsx:232 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 "" -#: src/view/screens/Moderation.tsx:227 -#~ msgid "Note: Third-party apps that display Bluesky content may not respect this setting." -#~ msgstr "" - -#: src/Navigation.tsx:445 -#: src/view/screens/Notifications.tsx:113 -#: src/view/screens/Notifications.tsx:137 +#: src/Navigation.tsx:448 +#: src/view/screens/Notifications.tsx:120 +#: src/view/screens/Notifications.tsx:144 #: src/view/shell/bottom-bar/BottomBar.tsx:205 #: src/view/shell/desktop/LeftNav.tsx:361 #: src/view/shell/Drawer.tsx:438 @@ -2343,6 +2398,10 @@ msgstr "" msgid "Oh no!" msgstr "अरे नहीं!" +#: src/screens/Onboarding/StepInterests/index.tsx:128 +msgid "Oh no! Something went wrong." +msgstr "" + #: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 msgid "Okay" msgstr "ठीक है" @@ -2369,6 +2428,10 @@ msgstr "" msgid "Oops!" msgstr "" +#: src/screens/Onboarding/StepFinished.tsx:115 +msgid "Open" +msgstr "" + #: src/view/com/composer/Composer.tsx:470 #: src/view/com/composer/Composer.tsx:471 msgid "Open emoji picker" @@ -2378,7 +2441,7 @@ msgstr "" msgid "Open links with in-app browser" msgstr "" -#: src/view/com/pager/FeedsTabBarMobile.tsx:81 +#: src/view/com/pager/FeedsTabBarMobile.tsx:87 msgid "Open navigation" msgstr "ओपन नेविगेशन" @@ -2394,7 +2457,7 @@ msgstr "" msgid "Opens additional details for a debug entry" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:352 +#: src/view/com/notifications/FeedItem.tsx:348 msgid "Opens an expanded list of users in this notification" msgstr "" @@ -2456,7 +2519,7 @@ msgstr "मॉडरेशन सेटिंग्स खोलें" msgid "Opens password reset form" msgstr "" -#: src/view/screens/Feeds.tsx:335 +#: src/view/screens/Feeds.tsx:338 msgid "Opens screen to edit Saved Feeds" msgstr "" @@ -2492,6 +2555,10 @@ msgstr "" msgid "Or combine these options:" msgstr "" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:122 +#~ msgid "Or you can try our \"Discover\" algorithm:" +#~ msgstr "" + #: src/view/com/auth/login/ChooseAccountForm.tsx:138 msgid "Other account" msgstr "अन्य खाता" @@ -2504,11 +2571,14 @@ msgstr "अन्य सेवा" msgid "Other..." msgstr "अन्य..।" -#: src/view/screens/NotFound.tsx:42 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "पृष्ठ नहीं मिला" +#: src/view/screens/NotFound.tsx:42 +msgid "Page Not Found" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:158 #: src/view/com/auth/create/Step1.tsx:168 #: src/view/com/auth/login/LoginForm.tsx:223 @@ -2525,11 +2595,11 @@ msgstr "" msgid "Password updated!" msgstr "पासवर्ड अद्यतन!" -#: src/Navigation.tsx:160 +#: src/Navigation.tsx:161 msgid "People followed by @{0}" msgstr "" -#: src/Navigation.tsx:153 +#: src/Navigation.tsx:154 msgid "People following @{0}" msgstr "" @@ -2541,7 +2611,11 @@ msgstr "" msgid "Permission to access camera roll was denied. Please enable it in your system settings." msgstr "" -#: src/view/com/auth/create/Step2.tsx:181 +#: src/screens/Onboarding/index.tsx:31 +msgid "Pets" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:182 msgid "Phone number" msgstr "" @@ -2549,8 +2623,8 @@ msgstr "" msgid "Pictures meant for adults." msgstr "चित्र वयस्कों के लिए थे।।" -#: src/view/screens/ProfileFeed.tsx:362 -#: src/view/screens/ProfileList.tsx:559 +#: src/view/screens/ProfileFeed.tsx:353 +#: src/view/screens/ProfileList.tsx:556 msgid "Pin to home" msgstr "" @@ -2587,7 +2661,7 @@ msgstr "इसे बदलने से पहले कृपया अपन msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "" -#: src/view/com/auth/create/Step2.tsx:204 +#: src/view/com/auth/create/Step2.tsx:205 msgid "Please enter a phone number that can receive SMS text messages." msgstr "" @@ -2599,7 +2673,7 @@ msgstr "कृपया इस ऐप पासवर्ड के लिए ए msgid "Please enter the code you received by SMS." msgstr "" -#: src/view/com/auth/create/Step2.tsx:279 +#: src/view/com/auth/create/Step2.tsx:281 msgid "Please enter the verification code sent to {phoneNumberFormatted}." msgstr "" @@ -2616,11 +2690,6 @@ msgstr "कृपया अपना पासवर्ड भी दर्ज msgid "Please tell us why you think this content warning was incorrectly applied!" msgstr "" -#: src/view/com/modals/AppealLabel.tsx:72 -#: src/view/com/modals/AppealLabel.tsx:75 -#~ msgid "Please tell us why you think this decision was incorrect." -#~ msgstr "" - #: src/view/com/modals/VerifyEmail.tsx:101 msgid "Please Verify Your Email" msgstr "" @@ -2629,6 +2698,10 @@ msgstr "" msgid "Please wait for your link card to finish loading" msgstr "" +#: src/screens/Onboarding/index.tsx:37 +msgid "Politics" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:111 msgid "Porn" msgstr "" @@ -2639,33 +2712,26 @@ msgctxt "action" msgid "Post" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:227 -#: src/view/screens/PostThread.tsx:82 +#: src/view/com/post-thread/PostThread.tsx:251 msgctxt "description" msgid "Post" -msgstr "" +msgstr "पोस्ट" -#: src/view/com/composer/Composer.tsx:346 -#: src/view/com/post-thread/PostThread.tsx:225 -#: src/view/screens/PostThread.tsx:80 -#~ msgid "Post" -#~ msgstr "पोस्ट" - -#: src/view/com/post-thread/PostThreadItem.tsx:176 +#: src/view/com/post-thread/PostThreadItem.tsx:177 msgid "Post by {0}" msgstr "" -#: src/Navigation.tsx:172 -#: src/Navigation.tsx:179 -#: src/Navigation.tsx:186 +#: src/Navigation.tsx:173 +#: src/Navigation.tsx:180 +#: src/Navigation.tsx:187 msgid "Post by @{0}" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:82 +#: src/view/com/util/forms/PostDropdownBtn.tsx:84 msgid "Post deleted" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:382 +#: src/view/com/post-thread/PostThread.tsx:403 msgid "Post hidden" msgstr "छुपा पोस्ट" @@ -2677,11 +2743,11 @@ msgstr "पोस्ट भाषा" msgid "Post Languages" msgstr "पोस्ट भाषा" -#: src/view/com/post-thread/PostThread.tsx:434 +#: src/view/com/post-thread/PostThread.tsx:455 msgid "Post not found" msgstr "पोस्ट नहीं मिला" -#: src/view/screens/Profile.tsx:161 +#: src/view/screens/Profile.tsx:171 msgid "Posts" msgstr "" @@ -2693,7 +2759,7 @@ msgstr "" msgid "Potentially Misleading Link" msgstr "शायद एक भ्रामक लिंक" -#: src/view/com/lightbox/Lightbox.web.tsx:128 +#: src/view/com/lightbox/Lightbox.web.tsx:135 msgid "Previous image" msgstr "पिछली छवि" @@ -2710,7 +2776,7 @@ msgstr "अपने फ़ॉलोअर्स को प्राथमिक msgid "Privacy" msgstr "गोपनीयता" -#: src/Navigation.tsx:217 +#: src/Navigation.tsx:218 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings.tsx:824 #: src/view/shell/Drawer.tsx:265 @@ -2737,6 +2803,10 @@ msgstr "" msgid "Protect your account by verifying your email." msgstr "अपने ईमेल को सत्यापित करके अपने खाते को सुरक्षित रखें।।" +#: src/screens/Onboarding/StepFinished.tsx:101 +msgid "Public" +msgstr "" + #: src/view/screens/ModerationModlists.tsx:61 msgid "Public, shareable lists of users to mute or block in bulk." msgstr "" @@ -2765,11 +2835,7 @@ msgstr "कोटे पोस्ट" #: src/view/com/modals/Repost.tsx:70 msgctxt "action" msgid "Quote Post" -msgstr "" - -#: src/view/com/modals/Repost.tsx:56 -#~ msgid "Quote Post" -#~ msgstr "कोटे पोस्ट" +msgstr "कोटे पोस्ट" #: src/view/screens/PreferencesThreads.tsx:86 msgid "Random (aka \"Poster's Roulette\")" @@ -2779,11 +2845,6 @@ msgstr "" msgid "Ratios" msgstr "अनुपात" -#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:73 -#: src/view/com/auth/onboarding/RecommendedFollows.tsx:50 -#~ msgid "Recommended" -#~ msgstr "अनुशंसित" - #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:116 msgid "Recommended Feeds" msgstr "अनुशंसित फ़ीड" @@ -2794,7 +2855,7 @@ msgstr "अनुशंसित लोग" #: src/view/com/modals/ListAddRemoveUsers.tsx:264 #: src/view/com/modals/SelfLabel.tsx:83 -#: src/view/com/modals/UserAddRemoveLists.tsx:203 +#: src/view/com/modals/UserAddRemoveLists.tsx:219 #: src/view/com/util/UserAvatar.tsx:282 #: src/view/com/util/UserBanner.tsx:89 msgid "Remove" @@ -2817,7 +2878,7 @@ msgstr "फ़ीड हटाएँ" #: src/view/com/feeds/FeedSourceCard.tsx:167 #: src/view/com/feeds/FeedSourceCard.tsx:172 #: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:281 +#: src/view/screens/ProfileFeed.tsx:272 msgid "Remove from my feeds" msgstr "मेरे फ़ीड से हटाएँ" @@ -2842,7 +2903,7 @@ msgid "Remove this feed from your saved feeds?" msgstr "इस फ़ीड को सहेजे गए फ़ीड से हटा दें?" #: src/view/com/modals/ListAddRemoveUsers.tsx:199 -#: src/view/com/modals/UserAddRemoveLists.tsx:136 +#: src/view/com/modals/UserAddRemoveLists.tsx:152 msgid "Removed from list" msgstr "" @@ -2855,7 +2916,7 @@ msgstr "" msgid "Removes default thumbnail from {0}" msgstr "" -#: src/view/screens/Profile.tsx:162 +#: src/view/screens/Profile.tsx:172 msgid "Replies" msgstr "" @@ -2872,8 +2933,8 @@ msgstr "" msgid "Reply Filters" msgstr "फिल्टर" -#: src/view/com/post/Post.tsx:165 -#: src/view/com/posts/FeedItem.tsx:286 +#: src/view/com/post/Post.tsx:166 +#: src/view/com/posts/FeedItem.tsx:287 msgctxt "description" msgid "Reply to <0/>" msgstr "" @@ -2886,16 +2947,16 @@ msgstr "रिपोर्ट {collectionName}" msgid "Report Account" msgstr "रिपोर्ट" -#: src/view/screens/ProfileFeed.tsx:301 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Report feed" msgstr "रिपोर्ट फ़ीड" -#: src/view/screens/ProfileList.tsx:437 +#: src/view/screens/ProfileList.tsx:434 msgid "Report List" msgstr "रिपोर्ट सूची" #: src/view/com/modals/report/SendReportButton.tsx:37 -#: src/view/com/util/forms/PostDropdownBtn.tsx:208 +#: src/view/com/util/forms/PostDropdownBtn.tsx:210 msgid "Report post" msgstr "रिपोर्ट पोस्ट" @@ -2917,14 +2978,14 @@ msgid "Repost or quote post" msgstr "पोस्ट दोबारा पोस्ट करें या उद्धृत करे" #: src/view/screens/PostRepostedBy.tsx:27 -msgid "Reposted by" +msgid "Reposted By" msgstr "द्वारा दोबारा पोस्ट किया गया" -#: src/view/com/posts/FeedItem.tsx:206 -msgid "Reposted by {0})" +#: src/view/com/posts/FeedItem.tsx:207 +msgid "Reposted by {0}" msgstr "" -#: src/view/com/posts/FeedItem.tsx:223 +#: src/view/com/posts/FeedItem.tsx:224 msgid "Reposted by <0/>" msgstr "" @@ -2932,7 +2993,7 @@ msgstr "" msgid "reposted your post" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:189 +#: src/view/com/post-thread/PostThreadItem.tsx:190 msgid "Reposts of this post" msgstr "" @@ -2941,14 +3002,10 @@ msgstr "" msgid "Request Change" msgstr "अनुरोध बदलें" -#: src/view/com/auth/create/Step2.tsx:217 +#: src/view/com/auth/create/Step2.tsx:218 msgid "Request code" msgstr "" -#: src/view/screens/Moderation.tsx:188 -#~ msgid "Request to limit the visibility of my account" -#~ msgstr "" - #: src/view/screens/Settings.tsx:450 msgid "Require alt text before posting" msgstr "पोस्ट करने से पहले वैकल्पिक टेक्स्ट की आवश्यकता है" @@ -2999,9 +3056,11 @@ msgstr "" msgid "Retries the last action, which errored out" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:164 -#: src/view/com/auth/create/CreateAccount.tsx:168 -#: src/view/com/auth/create/Step2.tsx:252 +#: src/screens/Onboarding/StepInterests/index.tsx:221 +#: src/screens/Onboarding/StepInterests/index.tsx:224 +#: src/view/com/auth/create/CreateAccount.tsx:170 +#: src/view/com/auth/create/CreateAccount.tsx:175 +#: src/view/com/auth/create/Step2.tsx:254 #: src/view/com/auth/login/LoginForm.tsx:265 #: src/view/com/auth/login/LoginForm.tsx:268 #: src/view/com/util/error/ErrorMessage.tsx:55 @@ -3009,15 +3068,11 @@ msgstr "" msgid "Retry" msgstr "फिर से कोशिश करो" -#: src/view/com/modals/ChangeHandle.tsx:169 -#~ msgid "Retry change handle" -#~ msgstr "हैंडल बदलना फिर से कोशिश करो" - -#: src/view/com/auth/create/Step2.tsx:245 +#: src/view/com/auth/create/Step2.tsx:246 msgid "Retry." msgstr "" -#: src/view/screens/ProfileList.tsx:877 +#: src/view/screens/ProfileList.tsx:874 msgid "Return to previous page" msgstr "" @@ -3025,8 +3080,8 @@ msgstr "" msgid "SANDBOX. Posts and accounts are not permanent." msgstr "" -#: src/view/com/lightbox/Lightbox.tsx:129 -#: src/view/com/modals/CreateOrEditList.tsx:276 +#: src/view/com/lightbox/Lightbox.tsx:132 +#: src/view/com/modals/CreateOrEditList.tsx:345 msgctxt "action" msgid "Save" msgstr "" @@ -3034,20 +3089,16 @@ msgstr "" #: src/view/com/modals/BirthDateSettings.tsx:94 #: src/view/com/modals/BirthDateSettings.tsx:97 #: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:268 +#: src/view/com/modals/CreateOrEditList.tsx:337 #: src/view/com/modals/EditProfile.tsx:224 -#: src/view/screens/ProfileFeed.tsx:354 +#: src/view/screens/ProfileFeed.tsx:345 msgid "Save" msgstr "सेव करो" -#: src/view/com/modals/AltImage.tsx:106 +#: src/view/com/modals/AltImage.tsx:129 msgid "Save alt text" msgstr "सेव ऑल्ट टेक्स्ट" -#: src/view/com/modals/UserAddRemoveLists.tsx:212 -#~ msgid "Save changes" -#~ msgstr "बदलाव सेव करो" - #: src/view/com/modals/EditProfile.tsx:232 msgid "Save Changes" msgstr "बदलाव सेव करो" @@ -3072,18 +3123,22 @@ msgstr "" msgid "Saves handle change to {handle}" msgstr "" -#: src/view/screens/ProfileList.tsx:833 +#: src/screens/Onboarding/index.tsx:36 +msgid "Science" +msgstr "" + +#: src/view/screens/ProfileList.tsx:830 msgid "Scroll to top" msgstr "" -#: src/Navigation.tsx:435 +#: src/Navigation.tsx:438 #: src/view/com/auth/LoggedOut.tsx:122 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:53 #: src/view/com/util/forms/SearchInput.tsx:65 -#: src/view/screens/Search/Search.tsx:408 -#: src/view/screens/Search/Search.tsx:566 -#: src/view/screens/Search/Search.tsx:579 +#: src/view/screens/Search/Search.tsx:418 +#: src/view/screens/Search/Search.tsx:645 +#: src/view/screens/Search/Search.tsx:663 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:324 #: src/view/shell/desktop/Search.tsx:214 @@ -3093,15 +3148,11 @@ msgstr "" msgid "Search" msgstr "खोज" -#: src/view/screens/Search/Search.tsx:628 +#: src/view/screens/Search/Search.tsx:712 #: src/view/shell/desktop/Search.tsx:255 msgid "Search for \"{query}\"" msgstr "" -#: src/view/screens/Search/Search.tsx:390 -#~ msgid "Search for posts and users." -#~ msgstr "" - #: src/view/com/auth/LoggedOut.tsx:104 #: src/view/com/auth/LoggedOut.tsx:105 #: src/view/com/modals/ListAddRemoveUsers.tsx:70 @@ -3141,6 +3192,22 @@ msgstr "" msgid "Select service" msgstr "सेवा चुनें" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 +msgid "Select some accounts below to follow" +msgstr "" + +#: src/screens/Onboarding/StepModeration/index.tsx:49 +#~ msgid "Select the types of content that you want to see (or not see), and we'll handle the rest." +#~ msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:90 +msgid "Select topical feeds to follow from the list below" +msgstr "" + +#: src/screens/Onboarding/StepModeration/index.tsx:75 +msgid "Select what you want to see (or not see), and we’ll handle the rest." +msgstr "" + #: src/view/screens/LanguageSettings.tsx:281 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "चुनें कि आप अपनी सदस्यता वाली फ़ीड में कौन सी भाषाएँ शामिल करना चाहते हैं। यदि कोई भी चयनित नहीं है, तो सभी भाषाएँ दिखाई जाएंगी।" @@ -3149,7 +3216,11 @@ msgstr "चुनें कि आप अपनी सदस्यता वा msgid "Select your app language for the default text to display in the app" msgstr "ऐप में प्रदर्शित होने वाले डिफ़ॉल्ट टेक्स्ट के लिए अपनी ऐप भाषा चुनें" -#: src/view/com/auth/create/Step2.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:196 +msgid "Select your interests from the options below" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:154 msgid "Select your phone's country" msgstr "" @@ -3157,6 +3228,14 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "अपने फ़ीड में अनुवाद के लिए अपनी पसंदीदा भाषा चुनें।" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +msgid "Select your primary algorithmic feeds" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:132 +msgid "Select your secondary algorithmic feeds" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:202 #: src/view/com/modals/VerifyEmail.tsx:204 msgid "Send Confirmation Email" @@ -3169,11 +3248,7 @@ msgstr "ईमेल भेजें" #: src/view/com/modals/DeleteAccount.tsx:140 msgctxt "action" msgid "Send Email" -msgstr "" - -#: src/view/com/modals/DeleteAccount.tsx:138 -#~ msgid "Send Email" -#~ msgstr "ईमेल भेजें" +msgstr "ईमेल भेजें" #: src/view/shell/Drawer.tsx:298 #: src/view/shell/Drawer.tsx:319 @@ -3238,6 +3313,10 @@ msgstr "इस सेटिंग को \"हाँ\" में सेट क 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:50 +msgid "Set up your account" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:266 msgid "Sets Bluesky username" msgstr "" @@ -3250,16 +3329,12 @@ msgstr "" msgid "Sets hosting provider for password reset" msgstr "" -#: src/view/com/auth/create/Step1.tsx:143 -#~ msgid "Sets hosting provider to {label}" -#~ msgstr "" - #: src/view/com/auth/create/Step1.tsx:78 #: src/view/com/auth/login/LoginForm.tsx:148 msgid "Sets server for the Bluesky client" msgstr "" -#: src/Navigation.tsx:134 +#: src/Navigation.tsx:135 #: src/view/screens/Settings.tsx:294 #: src/view/shell/desktop/LeftNav.tsx:433 #: src/view/shell/Drawer.tsx:570 @@ -3271,25 +3346,22 @@ msgstr "सेटिंग्स" msgid "Sexual activity or erotic nudity." msgstr "यौन गतिविधि या कामुक नग्नता।।" -#: src/view/com/lightbox/Lightbox.tsx:138 +#: src/view/com/lightbox/Lightbox.tsx:141 msgctxt "action" msgid "Share" msgstr "" #: src/view/com/profile/ProfileHeader.tsx:342 -#: src/view/com/util/forms/PostDropdownBtn.tsx:151 -#: src/view/screens/ProfileList.tsx:396 +#: src/view/com/util/forms/PostDropdownBtn.tsx:153 +#: src/view/screens/ProfileList.tsx:393 msgid "Share" msgstr "शेयर" -#: src/view/screens/ProfileFeed.tsx:313 +#: src/view/screens/ProfileFeed.tsx:304 msgid "Share feed" msgstr "" -#: src/view/screens/ProfileFeed.tsx:276 -#~ msgid "Share link" -#~ msgstr "लिंक शेयर करें" - +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:43 #: src/view/com/modals/ContentFilteringSettings.tsx:261 #: src/view/com/util/moderation/ContentHider.tsx:107 #: src/view/com/util/moderation/PostHider.tsx:108 @@ -3313,9 +3385,9 @@ msgstr "" msgid "Show follows similar to {0}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:569 -#: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:362 +#: src/view/com/post-thread/PostThreadItem.tsx:571 +#: src/view/com/post/Post.tsx:197 +#: src/view/com/posts/FeedItem.tsx:363 msgid "Show More" msgstr "" @@ -3327,6 +3399,18 @@ msgstr "मेरी फीड से पोस्ट दिखाएं" msgid "Show Quote Posts" msgstr "उद्धरण पोस्ट दिखाओ" +#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +msgid "Show quote-posts in Following feed" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +msgid "Show quotes in Following" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +msgid "Show re-posts in Following feed" +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:119 msgid "Show Replies" msgstr "उत्तर दिखाएँ" @@ -3335,6 +3419,14 @@ msgstr "उत्तर दिखाएँ" msgid "Show replies by people you follow before all other replies." msgstr "अन्य सभी उत्तरों से पहले उन लोगों के उत्तर दिखाएं जिन्हें आप फ़ॉलो करते हैं।" +#: src/screens/Onboarding/StepFollowingFeed.tsx:86 +msgid "Show replies in Following" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +msgid "Show replies in Following feed" +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:70 msgid "Show replies with at least {value} {0}" msgstr "" @@ -3343,12 +3435,16 @@ msgstr "" msgid "Show Reposts" msgstr "रीपोस्ट दिखाएँ" +#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +msgid "Show reposts in Following" +msgstr "" + #: src/view/com/util/moderation/ContentHider.tsx:67 #: src/view/com/util/moderation/PostHider.tsx:61 msgid "Show the content" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:350 +#: src/view/com/notifications/FeedItem.tsx:346 msgid "Show users" msgstr "लोग दिखाएँ" @@ -3366,9 +3462,9 @@ msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:285 #: src/view/shell/bottom-bar/BottomBar.tsx:286 #: src/view/shell/bottom-bar/BottomBar.tsx:288 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:177 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:180 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 #: src/view/shell/NavSignupCard.tsx:58 #: src/view/shell/NavSignupCard.tsx:59 msgid "Sign in" @@ -3403,9 +3499,9 @@ msgstr "साइन आउट" #: src/view/shell/bottom-bar/BottomBar.tsx:275 #: src/view/shell/bottom-bar/BottomBar.tsx:276 #: src/view/shell/bottom-bar/BottomBar.tsx:278 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:167 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:170 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 #: src/view/shell/NavSignupCard.tsx:49 #: src/view/shell/NavSignupCard.tsx:50 #: src/view/shell/NavSignupCard.tsx:52 @@ -3432,14 +3528,24 @@ msgstr "" msgid "Signs {0} out of Bluesky" msgstr "" +#: src/screens/Onboarding/StepInterests/index.tsx:235 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:33 msgid "Skip" msgstr "स्किप" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Onboarding/StepInterests/index.tsx:232 +msgid "Skip this flow" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:81 msgid "SMS verification" msgstr "" +#: src/screens/Onboarding/index.tsx:40 +msgid "Software Dev" +msgstr "" + #: src/view/com/modals/ProfilePreview.tsx:62 msgid "Something went wrong and we're not sure what." msgstr "" @@ -3460,6 +3566,10 @@ msgstr "उत्तर क्रमबद्ध करें" msgid "Sort replies to the same post by:" msgstr "उसी पोस्ट के उत्तरों को इस प्रकार क्रमबद्ध करें:" +#: src/screens/Onboarding/index.tsx:30 +msgid "Sports" +msgstr "" + #: src/view/com/modals/crop-image/CropImage.web.tsx:122 msgid "Square" msgstr "स्क्वायर" @@ -3476,15 +3586,11 @@ msgstr "स्थिति पृष्ठ" msgid "Step {0} of {numSteps}" msgstr "" -#: src/view/com/auth/create/StepHeader.tsx:15 -#~ msgid "Step {step} of 3" -#~ msgstr "" - #: src/view/screens/Settings.tsx:276 msgid "Storage cleared, you need to restart the app now." msgstr "" -#: src/Navigation.tsx:202 +#: src/Navigation.tsx:203 #: src/view/screens/Settings.tsx:740 msgid "Storybook" msgstr "Storybook" @@ -3493,19 +3599,20 @@ msgstr "Storybook" msgid "Submit" msgstr "" -#: src/view/screens/ProfileList.tsx:586 +#: src/view/screens/ProfileList.tsx:583 msgid "Subscribe" msgstr "सब्सक्राइब" -#: src/view/screens/ProfileList.tsx:582 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 +msgid "Subscribe to the {0} feed" +msgstr "" + +#: src/view/screens/ProfileList.tsx:579 msgid "Subscribe to this list" msgstr "इस सूची को सब्सक्राइब करें" -#: src/view/com/lists/ListCard.tsx:101 -#~ msgid "Subscribed" -#~ msgstr "" - -#: src/view/screens/Search/Search.tsx:364 +#: src/view/screens/Search/Search.tsx:372 msgid "Suggested Follows" msgstr "अनुशंसित लोग" @@ -3517,7 +3624,7 @@ msgstr "" msgid "Suggestive" msgstr "" -#: src/Navigation.tsx:212 +#: src/Navigation.tsx:213 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -3557,11 +3664,15 @@ msgstr "लंबा" msgid "Tap to view fully" msgstr "" +#: src/screens/Onboarding/index.tsx:39 +msgid "Tech" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:93 msgid "Terms" msgstr "शर्तें" -#: src/Navigation.tsx:222 +#: src/Navigation.tsx:223 #: src/view/screens/Settings.tsx:818 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:259 @@ -3585,7 +3696,11 @@ msgstr "सामुदायिक दिशानिर्देशों क msgid "The Copyright Policy has been moved to <0/>" msgstr "कॉपीराइट नीति को <0/> पर स्थानांतरित कर दिया गया है" -#: src/view/com/post-thread/PostThread.tsx:437 +#: src/screens/Onboarding/Layout.tsx:60 +msgid "The following steps will help customize your Bluesky experience." +msgstr "" + +#: src/view/com/post-thread/PostThread.tsx:458 msgid "The post may have been deleted." msgstr "हो सकता है कि यह पोस्ट हटा दी गई हो।" @@ -3595,17 +3710,17 @@ msgstr "गोपनीयता नीति को <0/> पर स्थान #: 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 "" - -#: 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} पर जाएं।" +msgstr "समर्थन प्रपत्र स्थानांतरित कर दिया गया है. यदि आपको सहायता की आवश्यकता है, तो कृपया <0/> या हमसे संपर्क करने के लिए {HELP_DESK_URL} पर जाएं।" #: src/view/screens/TermsOfService.tsx:33 msgid "The Terms of Service have been moved to" msgstr "सेवा की शर्तों को स्थानांतरित कर दिया गया है" -#: src/view/screens/ProfileFeed.tsx:558 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:135 +msgid "There are many feeds to try:" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:549 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "" @@ -3613,12 +3728,12 @@ msgstr "" msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "" -#: src/view/screens/ProfileFeed.tsx:218 +#: src/view/screens/ProfileFeed.tsx:209 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "" -#: src/view/screens/ProfileFeed.tsx:245 -#: src/view/screens/ProfileList.tsx:266 +#: src/view/screens/ProfileFeed.tsx:236 +#: src/view/screens/ProfileList.tsx:263 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 #: src/view/screens/SavedFeeds.tsx:252 @@ -3633,7 +3748,7 @@ msgstr "" msgid "There was an issue contacting your server" msgstr "" -#: src/view/com/notifications/Feed.tsx:115 +#: src/view/com/notifications/Feed.tsx:117 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" @@ -3650,6 +3765,7 @@ msgstr "" msgid "There was an issue fetching your lists. Tap here to try again." msgstr "" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:63 #: src/view/com/modals/ContentFilteringSettings.tsx:126 msgid "There was an issue syncing your preferences with the server" msgstr "" @@ -3667,10 +3783,10 @@ msgstr "" msgid "There was an issue! {0}" msgstr "" -#: src/view/screens/ProfileList.tsx:287 -#: src/view/screens/ProfileList.tsx:306 -#: src/view/screens/ProfileList.tsx:328 -#: src/view/screens/ProfileList.tsx:347 +#: src/view/screens/ProfileList.tsx:284 +#: src/view/screens/ProfileList.tsx:303 +#: src/view/screens/ProfileList.tsx:325 +#: src/view/screens/ProfileList.tsx:344 msgid "There was an issue. Please check your internet connection and try again." msgstr "" @@ -3678,13 +3794,17 @@ msgstr "" msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "एप्लिकेशन में एक अप्रत्याशित समस्या थी. कृपया हमें बताएं कि क्या आपके साथ ऐसा हुआ है!" -#: src/view/com/auth/create/Step2.tsx:53 +#: src/screens/Deactivated.tsx:107 +msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:54 msgid "There's something wrong with this number. Please choose your country and enter your full phone number!" msgstr "" -#: src/view/com/util/moderation/LabelInfo.tsx:45 -#~ msgid "This {0} has been labeled." -#~ msgstr "" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +msgid "These are popular accounts you might like:" +msgstr "" #: src/view/com/util/moderation/ScreenHider.tsx:88 msgid "This {screenDescription} has been flagged:" @@ -3710,9 +3830,9 @@ msgstr "" msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "" -#: src/view/screens/Profile.tsx:392 -#: src/view/screens/ProfileFeed.tsx:484 -#: src/view/screens/ProfileList.tsx:639 +#: src/view/screens/Profile.tsx:402 +#: src/view/screens/ProfileFeed.tsx:475 +#: src/view/screens/ProfileList.tsx:636 msgid "This feed is empty!" msgstr "" @@ -3728,15 +3848,11 @@ msgstr "यह जानकारी अन्य उपयोगकर्ता msgid "This is important in case you ever need to change your email or reset your password." msgstr "अगर आपको कभी अपना ईमेल बदलने या पासवर्ड रीसेट करने की आवश्यकता है तो यह महत्वपूर्ण है।।" -#: src/view/com/auth/create/Step1.tsx:55 -#~ msgid "This is the service that keeps you online." -#~ msgstr "यह वह सेवा है जो आपको ऑनलाइन रखता है।।" - #: src/view/com/modals/LinkWarning.tsx:58 msgid "This link is taking you to the following website:" msgstr "यह लिंक आपको निम्नलिखित वेबसाइट पर ले जा रहा है:" -#: src/view/screens/ProfileList.tsx:813 +#: src/view/screens/ProfileList.tsx:810 msgid "This list is empty!" msgstr "" @@ -3744,7 +3860,7 @@ msgstr "" msgid "This name is already in use" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:123 +#: src/view/com/post-thread/PostThreadItem.tsx:124 msgid "This post has been deleted." msgstr "इस पोस्ट को हटा दिया गया है।।" @@ -3764,7 +3880,7 @@ msgstr "" msgid "This warning is only available for posts with media attached." msgstr "यह चेतावनी केवल मीडिया संलग्न पोस्ट के लिए उपलब्ध है।" -#: src/view/com/util/forms/PostDropdownBtn.tsx:190 +#: src/view/com/util/forms/PostDropdownBtn.tsx:192 msgid "This will hide this post from your feeds." msgstr "" @@ -3777,7 +3893,7 @@ msgstr "थ्रेड प्राथमिकता" msgid "Threaded Mode" msgstr "थ्रेड मोड" -#: src/Navigation.tsx:252 +#: src/Navigation.tsx:253 msgid "Threads Preferences" msgstr "" @@ -3789,26 +3905,22 @@ msgstr "ड्रॉपडाउन टॉगल करें" msgid "Transformations" msgstr "परिवर्तन" -#: src/view/com/post-thread/PostThreadItem.tsx:710 -#: src/view/com/post-thread/PostThreadItem.tsx:712 -#: src/view/com/util/forms/PostDropdownBtn.tsx:123 +#: src/view/com/post-thread/PostThreadItem.tsx:719 +#: src/view/com/post-thread/PostThreadItem.tsx:721 +#: src/view/com/util/forms/PostDropdownBtn.tsx:125 msgid "Translate" msgstr "अनुवाद" #: src/view/com/util/error/ErrorScreen.tsx:75 msgctxt "action" msgid "Try again" -msgstr "" - -#: src/view/com/util/error/ErrorScreen.tsx:73 -#~ msgid "Try again" -#~ msgstr "फिर से कोशिश करो" +msgstr "फिर से कोशिश करो" -#: src/view/screens/ProfileList.tsx:484 +#: src/view/screens/ProfileList.tsx:481 msgid "Un-block list" msgstr "" -#: src/view/screens/ProfileList.tsx:469 +#: src/view/screens/ProfileList.tsx:466 msgid "Un-mute list" msgstr "" @@ -3820,7 +3932,7 @@ msgid "Unable to contact your service. Please check your Internet connection." msgstr "आपकी सेवा से संपर्क करने में असमर्थ। कृपया अपने इंटरनेट कनेक्शन की जांच करें।।" #: src/view/com/profile/ProfileHeader.tsx:472 -#: src/view/screens/ProfileList.tsx:568 +#: src/view/screens/ProfileList.tsx:565 msgid "Unblock" msgstr "अनब्लॉक" @@ -3850,15 +3962,15 @@ msgstr "" msgid "Unfollow {0}" msgstr "" -#: src/view/com/auth/create/state.ts:298 +#: src/view/com/auth/create/state.ts:300 msgid "Unfortunately, you do not meet the requirements to create an account." msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:189 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 msgid "Unlike" msgstr "" -#: src/view/screens/ProfileList.tsx:575 +#: src/view/screens/ProfileList.tsx:572 msgid "Unmute" msgstr "" @@ -3866,24 +3978,24 @@ msgstr "" msgid "Unmute Account" msgstr "अनम्यूट खाता" -#: src/view/com/util/forms/PostDropdownBtn.tsx:169 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "Unmute thread" msgstr "थ्रेड को अनम्यूट करें" -#: src/view/screens/ProfileFeed.tsx:362 -#: src/view/screens/ProfileList.tsx:559 +#: src/view/screens/ProfileFeed.tsx:353 +#: src/view/screens/ProfileList.tsx:556 msgid "Unpin" msgstr "" -#: src/view/screens/ProfileList.tsx:452 +#: src/view/screens/ProfileList.tsx:449 msgid "Unpin moderation list" msgstr "" -#: src/view/screens/ProfileFeed.tsx:354 +#: src/view/screens/ProfileFeed.tsx:345 msgid "Unsave" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:54 +#: src/view/com/modals/UserAddRemoveLists.tsx:70 msgid "Update {displayName} in Lists" msgstr "सूची में {displayName} अद्यतन करें" @@ -3941,30 +4053,30 @@ msgstr "" msgid "User Blocks You" msgstr "" -#: src/view/com/auth/create/Step3.tsx:38 +#: src/view/com/auth/create/Step3.tsx:41 msgid "User handle" msgstr "यूजर हैंडल" #: src/view/com/lists/ListCard.tsx:84 -#: src/view/com/modals/UserAddRemoveLists.tsx:182 +#: src/view/com/modals/UserAddRemoveLists.tsx:198 msgid "User list by {0}" msgstr "" -#: src/view/screens/ProfileList.tsx:741 +#: src/view/screens/ProfileList.tsx:738 msgid "User list by <0/>" msgstr "" #: src/view/com/lists/ListCard.tsx:82 -#: src/view/com/modals/UserAddRemoveLists.tsx:180 -#: src/view/screens/ProfileList.tsx:739 +#: src/view/com/modals/UserAddRemoveLists.tsx:196 +#: src/view/screens/ProfileList.tsx:736 msgid "User list by you" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:138 +#: src/view/com/modals/CreateOrEditList.tsx:196 msgid "User list created" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:125 +#: src/view/com/modals/CreateOrEditList.tsx:182 msgid "User list updated" msgstr "" @@ -3977,7 +4089,7 @@ msgstr "लोग सूचियाँ" msgid "Username or email address" msgstr "यूजर नाम या ईमेल पता" -#: src/view/screens/ProfileList.tsx:775 +#: src/view/screens/ProfileList.tsx:772 msgid "Users" msgstr "यूजर लोग" @@ -3985,15 +4097,11 @@ msgstr "यूजर लोग" msgid "users followed by <0/>" msgstr "" -#: src/view/com/threadgate/WhoCanReply.tsx:115 -#~ msgid "Users followed by <0/>" -#~ msgstr "" - #: src/view/com/modals/Threadgate.tsx:106 msgid "Users in \"{0}\"" msgstr "" -#: src/view/com/auth/create/Step2.tsx:241 +#: src/view/com/auth/create/Step2.tsx:242 msgid "Verification code" msgstr "" @@ -4018,6 +4126,10 @@ msgstr "नया ईमेल सत्यापित करें" msgid "Verify Your Email" msgstr "" +#: src/screens/Onboarding/index.tsx:42 +msgid "Video Games" +msgstr "" + #: src/view/com/profile/ProfileHeader.tsx:701 msgid "View {0}'s avatar" msgstr "" @@ -4042,39 +4154,60 @@ msgstr "अवतार देखें" msgid "Visit Site" msgstr "साइट पर जाएं" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:42 #: src/view/com/modals/ContentFilteringSettings.tsx:254 msgid "Warn" msgstr "" -#: src/view/com/posts/DiscoverFallbackHeader.tsx:29 -#~ msgid "We ran out of posts from your follows. Here's the latest from" -#~ msgstr "" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +msgid "We also think you'll like \"For You\" by Skygaze:" +msgstr "" + +#: src/screens/Deactivated.tsx:134 +msgid "We estimate {estimatedTime} until your account is ready." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:93 +msgid "We hope you have a wonderful time. Remember, Bluesky is:" +msgstr "" #: src/view/com/posts/DiscoverFallbackHeader.tsx:29 msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:118 +#~ msgid "We recommend \"For You\" by Skygaze:" +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:119 +msgid "We recommend our \"Discover\" feed:" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:133 +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/Deactivated.tsx:138 +msgid "We will let you know when your account is ready." +msgstr "" + #: src/view/com/modals/AppealLabel.tsx:48 msgid "We'll look into your appeal promptly." msgstr "" +#: src/screens/Onboarding/StepInterests/index.tsx:138 +msgid "We'll use this to help customize your experience." +msgstr "" + #: src/view/com/auth/create/CreateAccount.tsx:123 msgid "We're so excited to have you join us!" msgstr "हम आपके हमारी सेवा में शामिल होने को लेकर बहुत उत्साहित हैं!" -#: src/view/com/posts/FeedErrorMessage.tsx:99 -#~ msgid "We're sorry, but this content is not viewable without a Bluesky account." -#~ msgstr "" - -#: src/view/com/posts/FeedErrorMessage.tsx:105 -#~ msgid "We're sorry, but this feed is currently receiving high traffic and is temporarily unavailable. Please try again later." -#~ msgstr "" - -#: src/view/screens/ProfileList.tsx:83 +#: src/view/screens/ProfileList.tsx:84 msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "" -#: src/view/screens/Search/Search.tsx:245 +#: src/view/screens/Search/Search.tsx:247 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -4086,6 +4219,10 @@ msgstr "हम क्षमा चाहते हैं! हमें वह msgid "Welcome to <0>Bluesky</0>" msgstr "<0>Bluesky</0> में आपका स्वागत है" +#: src/screens/Onboarding/StepInterests/index.tsx:130 +msgid "What are your interests?" +msgstr "" + #: src/view/com/modals/report/Modal.tsx:169 msgid "What is the issue with this {collectionName}?" msgstr "इस {collectionName} के साथ क्या मुद्दा है?" @@ -4108,10 +4245,6 @@ msgstr "कौन से भाषाएं आपको अपने एल् msgid "Who can reply" msgstr "" -#: src/view/com/threadgate/WhoCanReply.tsx:79 -#~ msgid "Who can reply?" -#~ msgstr "" - #: src/view/com/modals/crop-image/CropImage.web.tsx:102 msgid "Wide" msgstr "चौड़ा" @@ -4125,11 +4258,15 @@ msgstr "पोस्ट लिखो" msgid "Write your reply" msgstr "अपना जवाब दें" -#: src/view/com/auth/create/Step2.tsx:260 +#: src/screens/Onboarding/index.tsx:28 +msgid "Writers" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:262 msgid "XXXXXX" msgstr "" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:82 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:77 #: src/view/screens/PreferencesHomeFeed.tsx:129 #: src/view/screens/PreferencesHomeFeed.tsx:201 #: src/view/screens/PreferencesHomeFeed.tsx:236 @@ -4139,14 +4276,26 @@ msgstr "" msgid "Yes" msgstr "हाँ" +#: src/screens/Onboarding/StepModeration/index.tsx:46 +#~ msgid "You are in control" +#~ msgstr "" + +#: src/screens/Deactivated.tsx:131 +msgid "You are in line." +msgstr "" + #: src/view/com/posts/FollowingEmptyState.tsx:67 #: src/view/com/posts/FollowingEndOfFeed.tsx:68 msgid "You can also discover new Custom Feeds to follow." msgstr "" -#: src/view/com/auth/create/Step1.tsx:106 -#~ msgid "You can change hosting providers at any time." -#~ msgstr "आप किसी भी समय होस्टिंग प्रदाताओं को बदल सकते हैं।।" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:123 +#~ msgid "You can also try our \"Discover\" algorithm:" +#~ msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +msgid "You can change these settings later." +msgstr "" #: src/view/com/auth/login/Login.tsx:158 #: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 @@ -4161,7 +4310,7 @@ msgstr "आपके पास अभी तक कोई आमंत्रण msgid "You don't have any pinned feeds." msgstr "आपके पास कोई पिन किया हुआ फ़ीड नहीं है." -#: src/view/screens/Feeds.tsx:387 +#: src/view/screens/Feeds.tsx:419 msgid "You don't have any saved feeds!" msgstr "" @@ -4169,7 +4318,7 @@ msgstr "" msgid "You don't have any saved feeds." msgstr "आपके पास कोई सहेजी गई फ़ीड नहीं है." -#: src/view/com/post-thread/PostThread.tsx:385 +#: src/view/com/post-thread/PostThread.tsx:406 msgid "You have blocked the author or you have been blocked by the author." msgstr "आपने लेखक को अवरुद्ध किया है या आपने लेखक द्वारा अवरुद्ध किया है।।" @@ -4206,11 +4355,15 @@ msgstr "आपने अभी तक कोई खाता म्यूट न msgid "You must be 18 or older to enable adult content." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:96 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:103 +msgid "You must be 18 years or older to enable adult content" +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:98 msgid "You will no longer receive notifications for this thread" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:99 +#: src/view/com/util/forms/PostDropdownBtn.tsx:101 msgid "You will now receive notifications for this thread" msgstr "" @@ -4218,6 +4371,20 @@ msgstr "" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "आपको \"reset code\" के साथ एक ईमेल प्राप्त होगा। उस कोड को यहाँ दर्ज करें, फिर अपना नया पासवर्ड दर्ज करें।।" +#: src/screens/Onboarding/StepModeration/index.tsx:72 +msgid "You're in control" +msgstr "" + +#: src/screens/Deactivated.tsx:88 +#: src/screens/Deactivated.tsx:89 +#: src/screens/Deactivated.tsx:104 +msgid "You're in line" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:90 +msgid "You're ready to go!" +msgstr "" + #: src/view/com/posts/FollowingEndOfFeed.tsx:48 msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" @@ -4238,6 +4405,10 @@ msgstr "जन्म तिथि" msgid "Your choice will be saved, but can be changed later in settings." msgstr "" +#: src/screens/Onboarding/StepFollowingFeed.tsx:61 +msgid "Your default feed is \"Following\"" +msgstr "" + #: src/view/com/auth/create/state.ts:153 #: src/view/com/auth/login/ForgotPasswordForm.tsx:70 msgid "Your email appears to be invalid." @@ -4259,7 +4430,7 @@ msgstr "आपका ईमेल अभी तक सत्यापित न msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "" -#: src/view/com/auth/create/Step3.tsx:42 +#: src/view/com/auth/create/Step3.tsx:45 msgid "Your full handle will be" msgstr "आपका पूरा हैंडल होगा" @@ -4267,10 +4438,6 @@ msgstr "आपका पूरा हैंडल होगा" msgid "Your full handle will be <0>@{0}</0>" msgstr "" -#: src/view/com/auth/create/Step1.tsx:53 -#~ msgid "Your hosting provider" -#~ msgstr "आपका होस्टिंग प्रदाता" - #: src/view/screens/Settings.tsx:430 #: src/view/shell/desktop/RightNav.tsx:137 #: src/view/shell/Drawer.tsx:660 @@ -4281,6 +4448,7 @@ msgstr "" msgid "Your post has been published" msgstr "" +#: src/screens/Onboarding/StepFinished.tsx:105 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:59 msgid "Your posts, likes, and blocks are public. Mutes are private." @@ -4291,18 +4459,6 @@ msgstr "आपकी पोस्ट, पसंद और ब्लॉक सा msgid "Your profile" msgstr "आपकी प्रोफ़ाइल" -#: src/view/screens/Moderation.tsx:205 -#~ msgid "Your profile and account will not be visible to anyone visiting the Bluesky app without an account, or to account holders who are not logged in. Enabling this will not make your profile private." -#~ msgstr "" - -#: src/view/screens/Moderation.tsx:220 -#~ msgid "Your profile and content will not be visible to anyone visiting the Bluesky app without an account. Enabling this will not make your profile private." -#~ msgstr "" - -#: src/view/screens/Moderation.tsx:220 -#~ msgid "Your profile and posts will not be visible to people visiting the Bluesky app or website without having an account and being logged in." -#~ msgstr "" - #: src/view/com/composer/Composer.tsx:266 msgid "Your reply has been published" msgstr "" diff --git a/src/locale/locales/id/messages.po b/src/locale/locales/id/messages.po index f1237b001..c9c95d3dc 100644 --- a/src/locale/locales/id/messages.po +++ b/src/locale/locales/id/messages.po @@ -92,11 +92,11 @@ msgid "A new version of the app is available. Please update to continue using th msgstr "Versi baru dari aplikasi ini telah tersedia. Harap perbarui untuk terus menggunakan aplikasi." #: src/view/com/util/ViewHeader.tsx:83 -#: src/view/screens/Search/Search.tsx:545 +#: src/view/screens/Search/Search.tsx:624 msgid "Access navigation links and settings" msgstr "Akses tautan navigasi dan pengaturan" -#: src/view/com/pager/FeedsTabBarMobile.tsx:83 +#: src/view/com/pager/FeedsTabBarMobile.tsx:89 msgid "Access profile and other navigation links" msgstr "Akses profil dan tautan navigasi lain" @@ -144,8 +144,8 @@ msgstr "Akun batal dibisukan" #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:264 -#: src/view/com/modals/UserAddRemoveLists.tsx:203 -#: src/view/screens/ProfileList.tsx:791 +#: src/view/com/modals/UserAddRemoveLists.tsx:219 +#: src/view/screens/ProfileList.tsx:788 msgid "Add" msgstr "Tambah" @@ -153,7 +153,7 @@ msgstr "Tambah" msgid "Add a content warning" msgstr "Tambahkan peringatan konten" -#: src/view/screens/ProfileList.tsx:781 +#: src/view/screens/ProfileList.tsx:778 msgid "Add a user to this list" msgstr "Tambahkan pengguna ke daftar ini" @@ -164,7 +164,7 @@ msgstr "Tambahkan akun" #: src/view/com/composer/photos/Gallery.tsx:119 #: src/view/com/composer/photos/Gallery.tsx:180 -#: src/view/com/modals/AltImage.tsx:93 +#: src/view/com/modals/AltImage.tsx:115 msgid "Add alt text" msgstr "Tambahkan teks alt" @@ -200,7 +200,7 @@ msgid "Add to Lists" msgstr "Tambahkan ke Daftar" #: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:281 +#: src/view/screens/ProfileFeed.tsx:272 msgid "Add to my feeds" msgstr "Tambakan ke feed saya" @@ -209,7 +209,7 @@ msgid "Added" msgstr "Ditambahkan" #: src/view/com/modals/ListAddRemoveUsers.tsx:191 -#: src/view/com/modals/UserAddRemoveLists.tsx:128 +#: src/view/com/modals/UserAddRemoveLists.tsx:144 msgid "Added to list" msgstr "Ditambahkan ke daftar" @@ -229,6 +229,10 @@ msgstr "Konten Dewasa" msgid "Adult content can only be enabled via the Web at <0/>." msgstr "Konten dewasa hanya dapat diaktifkan melalui Web di <0/>." +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:78 +#~ msgid "Adult content can only be enabled via the Web at <0>bsky.app</0>." +#~ msgstr "" + #: src/view/screens/Settings.tsx:630 msgid "Advanced" msgstr "Lanjutan" @@ -262,11 +266,15 @@ msgstr "Email telah dikirim ke alamat Anda sebelumnya, {0}. Email tersebut beris msgid "An issue occurred, please try again." msgstr "Terjadi masalah, silakan coba lagi." -#: src/view/com/notifications/FeedItem.tsx:240 +#: src/view/com/notifications/FeedItem.tsx:236 #: src/view/com/threadgate/WhoCanReply.tsx:178 msgid "and" msgstr "dan" +#: src/screens/Onboarding/index.tsx:32 +msgid "Animals" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:95 msgid "App Language" msgstr "Bahasa Aplikasi" @@ -291,12 +299,12 @@ msgstr "Pengaturan kata sandi aplikasi" msgid "App passwords" msgstr "Kata sandi aplikasi" -#: src/Navigation.tsx:237 +#: src/Navigation.tsx:238 #: src/view/screens/AppPasswords.tsx:187 msgid "App Passwords" msgstr "Kata sandi Aplikasi" -#: src/view/com/util/forms/PostDropdownBtn.tsx:248 +#: src/view/com/util/forms/PostDropdownBtn.tsx:250 msgid "Appeal content warning" msgstr "Ajukan banding peringatan konten" @@ -327,41 +335,49 @@ msgstr "Anda yakin untuk menghapus kata sandi aplikasi \"{name}\"?" msgid "Are you sure you'd like to discard this draft?" msgstr "Anda yakin untuk membuang draf ini?" -#: src/view/screens/ProfileList.tsx:364 +#: src/view/screens/ProfileList.tsx:361 msgid "Are you sure?" msgstr "Anda yakin?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:231 +#: src/view/com/util/forms/PostDropdownBtn.tsx:233 msgid "Are you sure? This cannot be undone." msgstr "Anda yakin? Ini tidak dapat dibatalkan." -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:65 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:60 msgid "Are you writing in <0>{0}</0>?" msgstr "Apakah Anda menulis dalam <0>{0}</0>?" +#: src/screens/Onboarding/index.tsx:26 +msgid "Art" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:123 msgid "Artistic or non-erotic nudity." msgstr "Ketelanjangan artistik atau non-erotis." -#: src/view/com/auth/create/CreateAccount.tsx:142 +#: src/view/com/auth/create/CreateAccount.tsx:147 #: src/view/com/auth/login/ChooseAccountForm.tsx:151 #: src/view/com/auth/login/ForgotPasswordForm.tsx:170 #: src/view/com/auth/login/LoginForm.tsx:256 #: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/report/InputIssueDetails.tsx:46 -#: src/view/com/post-thread/PostThread.tsx:392 -#: src/view/com/post-thread/PostThread.tsx:442 -#: src/view/com/post-thread/PostThread.tsx:450 +#: src/view/com/post-thread/PostThread.tsx:413 +#: src/view/com/post-thread/PostThread.tsx:463 +#: src/view/com/post-thread/PostThread.tsx:471 #: src/view/com/profile/ProfileHeader.tsx:688 #: src/view/com/util/ViewHeader.tsx:81 msgid "Back" msgstr "Kembali" -#: src/view/com/post-thread/PostThread.tsx:400 +#: src/view/com/post-thread/PostThread.tsx:421 msgctxt "action" msgid "Back" msgstr "Kembali" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +msgid "Based on your interest in {interestsText}" +msgstr "" + #: src/view/screens/Settings.tsx:489 msgid "Basics" msgstr "Dasar" @@ -380,19 +396,19 @@ msgstr "Tanggal lahir:" msgid "Block Account" msgstr "Blokir Akun" -#: src/view/screens/ProfileList.tsx:534 +#: src/view/screens/ProfileList.tsx:531 msgid "Block accounts" msgstr "Blokir akun" -#: src/view/screens/ProfileList.tsx:484 +#: src/view/screens/ProfileList.tsx:481 msgid "Block list" msgstr "Daftar blokir" -#: src/view/screens/ProfileList.tsx:315 +#: src/view/screens/ProfileList.tsx:312 msgid "Block these accounts?" msgstr "Blokir akun ini?" -#: src/view/screens/ProfileList.tsx:319 +#: src/view/screens/ProfileList.tsx:316 msgid "Block this List" msgstr "Blokir Daftar ini" @@ -405,7 +421,7 @@ msgstr "Diblokir" msgid "Blocked accounts" msgstr "Akun yang diblokir" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationBlockedAccounts.tsx:107 msgid "Blocked Accounts" msgstr "Akun yang diblokir" @@ -418,11 +434,11 @@ msgstr "Akun yang diblokir tidak dapat membalas di utas Anda, menyebut Anda, ata 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 "Akun yang diblokir tidak dapat membalas postingan Anda, menyebutkan Anda, dan interaksi lain dengan Anda. Anda tidak akan melihat konten mereka dan mereka akan dicegah melihat konten Anda." -#: src/view/com/post-thread/PostThread.tsx:254 +#: src/view/com/post-thread/PostThread.tsx:272 msgid "Blocked post." msgstr "Postingan yang diblokir." -#: src/view/screens/ProfileList.tsx:317 +#: src/view/screens/ProfileList.tsx:314 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "Blokir bersifat publik. Akun yang diblokir tidak dapat membalas postingan Anda, menyebutkan Anda, dan interaksi lain dengan Anda." @@ -461,6 +477,10 @@ msgstr "Bluesky tidak akan menampilkan profil dan postingan Anda ke pengguna yan msgid "Bluesky.Social" msgstr "Bluesky.Social" +#: src/screens/Onboarding/index.tsx:33 +msgid "Books" +msgstr "" + #: src/view/screens/Settings.tsx:792 msgid "Build version {0} {1}" msgstr "Versi {0} {1}" @@ -504,7 +524,7 @@ msgstr "Hanya dapat terdiri dari huruf, angka, spasi, tanda hubung dan garis baw #: src/view/com/composer/Composer.tsx:305 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/CreateOrEditList.tsx:286 +#: src/view/com/modals/CreateOrEditList.tsx:355 #: src/view/com/modals/EditImage.tsx:323 #: src/view/com/modals/EditProfile.tsx:249 #: src/view/com/modals/InAppBrowserConsent.tsx:78 @@ -513,14 +533,14 @@ msgstr "Hanya dapat terdiri dari huruf, angka, spasi, tanda hubung dan garis baw #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 #: src/view/com/modals/Waitlist.tsx:142 -#: src/view/screens/Search/Search.tsx:609 +#: src/view/screens/Search/Search.tsx:693 #: src/view/shell/desktop/Search.tsx:238 msgid "Cancel" msgstr "Batal" #: src/view/com/modals/Confirm.tsx:88 #: src/view/com/modals/Confirm.tsx:91 -#: src/view/com/modals/CreateOrEditList.tsx:291 +#: src/view/com/modals/CreateOrEditList.tsx:360 #: src/view/com/modals/DeleteAccount.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:230 msgctxt "action" @@ -581,7 +601,7 @@ msgstr "Ubah Handle" msgid "Change my email" msgstr "Ubah email saya" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:78 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:73 msgid "Change post language to {0}" msgstr "Ubah bahasa postingan menjadi {0}" @@ -589,6 +609,11 @@ msgstr "Ubah bahasa postingan menjadi {0}" msgid "Change Your Email" msgstr "Ubah Email Anda" +#: src/screens/Deactivated.tsx:73 +#: src/screens/Deactivated.tsx:77 +msgid "Check my status" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:121 msgid "Check out some recommended feeds. Tap + to add them to your list of pinned feeds." msgstr "Lihat beberapa rekomendasi feed. Ketuk + untuk menambahkan ke daftar feed yang disematkan." @@ -613,11 +638,23 @@ msgstr "Pilih nama pengguna Bluesky baru atau buat" msgid "Choose Service" msgstr "Pilih Layanan" +#: src/screens/Onboarding/StepFinished.tsx:135 +msgid "Choose the algorithms that power your custom feeds." +msgstr "" + #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:83 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:83 msgid "Choose the algorithms that power your experience with custom feeds." msgstr "Pilih algoritma yang akan digunakan untuk kustom feed Anda." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#~ msgid "Choose your algorithmic feeds" +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +msgid "Choose your main feeds" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:163 msgid "Choose your password" msgstr "Pilih kata sandi Anda" @@ -641,7 +678,7 @@ msgid "Clear all storage data (restart after this)" msgstr "Hapus semua data penyimpanan (mulai ulang setelah ini)" #: src/view/com/util/forms/SearchInput.tsx:74 -#: src/view/screens/Search/Search.tsx:590 +#: src/view/screens/Search/Search.tsx:674 msgid "Clear search query" msgstr "Hapus kueri pencarian" @@ -649,6 +686,10 @@ msgstr "Hapus kueri pencarian" msgid "click here" msgstr "klik di sini" +#: src/screens/Onboarding/index.tsx:35 +msgid "Climate" +msgstr "" + #: src/components/Dialog/index.web.tsx:78 msgid "Close active dialog" msgstr "" @@ -665,7 +706,7 @@ msgstr "Tutup kotak bawah" msgid "Close image" msgstr "Tutup gambar" -#: src/view/com/lightbox/Lightbox.web.tsx:112 +#: src/view/com/lightbox/Lightbox.web.tsx:119 msgid "Close image viewer" msgstr "Tutup penampil gambar" @@ -689,15 +730,27 @@ 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:321 +#: src/view/com/notifications/FeedItem.tsx:317 msgid "Collapses list of users for a given notification" msgstr "Menciutkan daftar pengguna untuk notifikasi tertentu" -#: src/Navigation.tsx:227 +#: src/screens/Onboarding/index.tsx:41 +msgid "Comedy" +msgstr "" + +#: src/screens/Onboarding/index.tsx:27 +msgid "Comics" +msgstr "" + +#: src/Navigation.tsx:228 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Panduan Komunitas" +#: src/screens/Onboarding/StepFinished.tsx:148 +msgid "Complete onboarding and start using your account" +msgstr "" + #: src/view/com/composer/Composer.tsx:417 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Buat postingan dengan panjang hingga {MAX_GRAPHEME_LENGTH} karakter" @@ -706,6 +759,10 @@ msgstr "Buat postingan dengan panjang hingga {MAX_GRAPHEME_LENGTH} karakter" msgid "Compose reply" msgstr "Tulis balasan" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:67 +msgid "Configure content filtering setting for category: {0}" +msgstr "" + #: src/components/Prompt.tsx:114 #: src/view/com/modals/AppealLabel.tsx:98 #: src/view/com/modals/SelfLabel.tsx:154 @@ -749,12 +806,12 @@ msgstr "Kode konfirmasi" msgid "Confirms signing up {email} to the waitlist" msgstr "Konfirmasi pendaftaran {email} ke daftar tunggu" -#: src/view/com/auth/create/CreateAccount.tsx:175 +#: src/view/com/auth/create/CreateAccount.tsx:182 #: src/view/com/auth/login/LoginForm.tsx:275 msgid "Connecting..." msgstr "Menghubungkan..." -#: src/view/com/auth/create/CreateAccount.tsx:195 +#: src/view/com/auth/create/CreateAccount.tsx:202 msgid "Contact support" msgstr "" @@ -784,11 +841,35 @@ msgstr "Peringatan Konten" msgid "Content warnings" msgstr "Peringatan konten" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:155 +#: src/screens/Onboarding/StepFollowingFeed.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:248 +#: src/screens/Onboarding/StepModeration/index.tsx:118 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:108 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 msgid "Continue" msgstr "Lanjutkan" +#: src/screens/Onboarding/StepFollowingFeed.tsx:150 +#: src/screens/Onboarding/StepInterests/index.tsx:245 +#: src/screens/Onboarding/StepModeration/index.tsx:115 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:105 +msgid "Continue to next step" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:152 +msgid "Continue to the next step" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 +msgid "Continue to the next step without following any accounts" +msgstr "" + +#: src/screens/Onboarding/index.tsx:44 +msgid "Cooking" +msgstr "" + #: src/view/com/modals/AddAppPasswords.tsx:197 #: src/view/com/modals/InviteCodes.tsx:182 msgid "Copied" @@ -800,7 +881,7 @@ msgstr "Menyalin versi build ke papan klip" #: src/view/com/modals/AddAppPasswords.tsx:75 #: src/view/com/modals/InviteCodes.tsx:152 -#: src/view/com/util/forms/PostDropdownBtn.tsx:110 +#: src/view/com/util/forms/PostDropdownBtn.tsx:112 msgid "Copied to clipboard" msgstr "Disalin ke papan klip" @@ -812,11 +893,11 @@ msgstr "Menyalin kata sandi aplikasi" msgid "Copy" msgstr "Salin" -#: src/view/screens/ProfileList.tsx:396 +#: src/view/screens/ProfileList.tsx:393 msgid "Copy link to list" msgstr "Salin tautan ke daftar" -#: src/view/com/util/forms/PostDropdownBtn.tsx:151 +#: src/view/com/util/forms/PostDropdownBtn.tsx:153 msgid "Copy link to post" msgstr "Salin tautan ke postingan" @@ -824,24 +905,24 @@ msgstr "Salin tautan ke postingan" msgid "Copy link to profile" msgstr "Salin tautan ke profil" -#: src/view/com/util/forms/PostDropdownBtn.tsx:137 +#: src/view/com/util/forms/PostDropdownBtn.tsx:139 msgid "Copy post text" msgstr "Salin teks postingan" -#: src/Navigation.tsx:232 +#: src/Navigation.tsx:233 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Kebijakan Hak Cipta" -#: src/view/screens/ProfileFeed.tsx:95 +#: src/view/screens/ProfileFeed.tsx:96 msgid "Could not load feed" msgstr "Tidak dapat memuat feed" -#: src/view/screens/ProfileList.tsx:867 +#: src/view/screens/ProfileList.tsx:864 msgid "Could not load list" msgstr "Tidak dapat memuat daftar" -#: src/view/com/auth/create/Step2.tsx:89 +#: src/view/com/auth/create/Step2.tsx:90 msgid "Country" msgstr "" @@ -872,11 +953,11 @@ msgstr "Buat akun baru" msgid "Created {0}" msgstr "Dibuat {0}" -#: src/view/screens/ProfileFeed.tsx:625 +#: src/view/screens/ProfileFeed.tsx:616 msgid "Created by <0/>" msgstr "Dibuat oleh <0/>" -#: src/view/screens/ProfileFeed.tsx:623 +#: src/view/screens/ProfileFeed.tsx:614 msgid "Created by you" msgstr "Dibuat oleh Anda" @@ -884,6 +965,10 @@ msgstr "Dibuat oleh Anda" msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "Buat kartu dengan gambar kecil. Tautan kartu ke {url}" +#: src/screens/Onboarding/index.tsx:29 +msgid "Culture" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:389 #: src/view/com/modals/ServerInput.tsx:102 msgid "Custom domain" @@ -926,8 +1011,8 @@ msgstr "Hapus Akun" msgid "Delete app password" msgstr "Hapus kata sandi aplikasi" -#: src/view/screens/ProfileList.tsx:363 -#: src/view/screens/ProfileList.tsx:423 +#: src/view/screens/ProfileList.tsx:360 +#: src/view/screens/ProfileList.tsx:420 msgid "Delete List" msgstr "Hapus Daftar" @@ -939,11 +1024,11 @@ msgstr "Hapus akun saya" msgid "Delete my account…" msgstr "Hapus akun saya…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:226 +#: src/view/com/util/forms/PostDropdownBtn.tsx:228 msgid "Delete post" msgstr "Hapus postingan" -#: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Delete this post?" msgstr "Hapus postingan ini?" @@ -951,12 +1036,12 @@ msgstr "Hapus postingan ini?" msgid "Deleted" msgstr "Dihapus" -#: src/view/com/post-thread/PostThread.tsx:246 +#: src/view/com/post-thread/PostThread.tsx:264 msgid "Deleted post." msgstr "Postingan dihapus." -#: src/view/com/modals/CreateOrEditList.tsx:237 -#: src/view/com/modals/CreateOrEditList.tsx:253 +#: src/view/com/modals/CreateOrEditList.tsx:300 +#: src/view/com/modals/CreateOrEditList.tsx:321 #: src/view/com/modals/EditProfile.tsx:198 #: src/view/com/modals/EditProfile.tsx:210 msgid "Description" @@ -991,7 +1076,7 @@ msgstr "Cegah aplikasi untuk menampilkan akun saya ke pengguna yang tidak login" msgid "Discover new custom feeds" msgstr "Temukan feed khusus baru" -#: src/view/screens/Feeds.tsx:409 +#: src/view/screens/Feeds.tsx:441 msgid "Discover new feeds" msgstr "Temukan feed baru" @@ -1017,15 +1102,15 @@ msgstr "Tidak punya kode undangan?" #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 #: src/view/com/modals/Threadgate.tsx:132 -#: src/view/com/modals/UserAddRemoveLists.tsx:79 -#: src/view/com/modals/UserAddRemoveLists.tsx:82 +#: src/view/com/modals/UserAddRemoveLists.tsx:95 +#: src/view/com/modals/UserAddRemoveLists.tsx:98 #: src/view/screens/PreferencesThreads.tsx:162 msgctxt "action" msgid "Done" msgstr "Selesai" #: src/view/com/modals/AddAppPasswords.tsx:228 -#: src/view/com/modals/AltImage.tsx:115 +#: src/view/com/modals/AltImage.tsx:138 #: src/view/com/modals/ContentFilteringSettings.tsx:88 #: src/view/com/modals/ContentFilteringSettings.tsx:96 #: src/view/com/modals/crop-image/CropImage.web.tsx:152 @@ -1044,6 +1129,14 @@ msgstr "Selesai{extraText}" msgid "Double tap to sign in" msgstr "Ketuk dua kali untuk masuk" +#: src/view/com/composer/text-input/TextInput.web.tsx:244 +msgid "Drop to add images" +msgstr "" + +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:111 +msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." +msgstr "" + #: src/view/com/modals/EditProfile.tsx:185 msgid "e.g. Alice Roberts" msgstr "contoh: Alice Roberts" @@ -1052,19 +1145,19 @@ msgstr "contoh: Alice Roberts" msgid "e.g. Artist, dog-lover, and avid reader." msgstr "contoh: Seniman, penyayang anjing, dan pembaca setia." -#: src/view/com/modals/CreateOrEditList.tsx:223 +#: src/view/com/modals/CreateOrEditList.tsx:283 msgid "e.g. Great Posters" msgstr "contoh: Pemosting Keren" -#: src/view/com/modals/CreateOrEditList.tsx:224 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Spammers" msgstr "contoh: Spammer" -#: src/view/com/modals/CreateOrEditList.tsx:244 +#: src/view/com/modals/CreateOrEditList.tsx:312 msgid "e.g. The posters who never miss." msgstr "contoh: Pemosting yang selalu tepat sasaran." -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. Users that repeatedly reply with ads." msgstr "contoh: Pengguna yang membalas dengan iklan secara berulang." @@ -1082,16 +1175,16 @@ msgstr "Ubah" msgid "Edit image" msgstr "Edit gambar" -#: src/view/screens/ProfileList.tsx:411 +#: src/view/screens/ProfileList.tsx:408 msgid "Edit list details" msgstr "Edit detail daftar" -#: src/view/com/modals/CreateOrEditList.tsx:192 +#: src/view/com/modals/CreateOrEditList.tsx:250 msgid "Edit Moderation List" msgstr "Ubah Daftar Moderasi" -#: src/Navigation.tsx:242 -#: src/view/screens/Feeds.tsx:371 +#: src/Navigation.tsx:243 +#: src/view/screens/Feeds.tsx:403 #: src/view/screens/SavedFeeds.tsx:84 msgid "Edit My Feeds" msgstr "Edit Feed Saya" @@ -1108,11 +1201,11 @@ msgstr "Edit profil" msgid "Edit Profile" msgstr "Edit Profil" -#: src/view/screens/Feeds.tsx:334 +#: src/view/screens/Feeds.tsx:337 msgid "Edit Saved Feeds" msgstr "Edit Feed Tersimpan" -#: src/view/com/modals/CreateOrEditList.tsx:187 +#: src/view/com/modals/CreateOrEditList.tsx:245 msgid "Edit User List" msgstr "Edit Daftar Pengguna" @@ -1124,9 +1217,13 @@ msgstr "Ubah nama tampilan Anda" msgid "Edit your profile description" msgstr "Ubah deskripsi profil Anda" +#: src/screens/Onboarding/index.tsx:34 +msgid "Education" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:143 -#: src/view/com/auth/create/Step2.tsx:192 -#: src/view/com/auth/create/Step2.tsx:266 +#: src/view/com/auth/create/Step2.tsx:193 +#: src/view/com/auth/create/Step2.tsx:268 #: src/view/com/auth/login/ForgotPasswordForm.tsx:152 #: src/view/com/modals/ChangeEmail.tsx:141 #: src/view/com/modals/Waitlist.tsx:88 @@ -1163,6 +1260,11 @@ msgstr "Aktifkan {0} saja" msgid "Enable Adult Content" msgstr "Aktifkan Konten Dewasa" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:76 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:77 +msgid "Enable adult content in your feeds" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 msgid "Enable External Media" msgstr "Aktifkan Media Eksternal" @@ -1175,7 +1277,7 @@ msgstr "Aktifkan pemutar media untuk" msgid "Enable this setting to only see replies between people you follow." msgstr "Aktifkan opsi ini untuk hanya menampilkan balasan dari akun yang Anda ikuti." -#: src/view/screens/Profile.tsx:427 +#: src/view/screens/Profile.tsx:437 msgid "End of feed" msgstr "Akhir feed" @@ -1220,7 +1322,7 @@ msgstr "Masukkan email baru Anda di atas" msgid "Enter your new email address below." msgstr "Masukkan alamat email baru Anda di bawah ini." -#: src/view/com/auth/create/Step2.tsx:186 +#: src/view/com/auth/create/Step2.tsx:187 msgid "Enter your phone number" msgstr "" @@ -1228,7 +1330,7 @@ msgstr "" msgid "Enter your username and password" msgstr "Masukkan nama pengguna dan kata sandi Anda" -#: src/view/screens/Search/Search.tsx:107 +#: src/view/screens/Search/Search.tsx:109 msgid "Error:" msgstr "Eror:" @@ -1240,7 +1342,7 @@ msgstr "Semua orang" msgid "Exits handle change process" msgstr "Keluar dari proses perubahan handle" -#: src/view/com/lightbox/Lightbox.web.tsx:113 +#: src/view/com/lightbox/Lightbox.web.tsx:120 msgid "Exits image view" msgstr "Keluar dari tampilan gambar" @@ -1253,7 +1355,7 @@ msgstr "Keluar dari memasukkan permintaan pencarian" msgid "Exits signing up for waitlist with {email}" msgstr "Keluar dari pendaftaran untuk daftar tunggu dengan {email}" -#: src/view/com/lightbox/Lightbox.web.tsx:156 +#: src/view/com/lightbox/Lightbox.web.tsx:163 msgid "Expand alt text" msgstr "Tampilkan teks alt" @@ -1271,7 +1373,7 @@ msgstr "Media Eksternal" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Media eksternal memungkinkan situs web untuk mengumpulkan informasi tentang Anda dan perangkat Anda. Tidak ada informasi yang dikirim atau diminta hingga Anda menekan tombol \"play\"." -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:259 #: src/view/screens/PreferencesExternalEmbeds.tsx:52 #: src/view/screens/Settings.tsx:623 msgid "External Media Preferences" @@ -1286,11 +1388,11 @@ msgstr "Pengaturan media eksternal" msgid "Failed to create app password." msgstr "Gagal membuat kata sandi aplikasi." -#: src/view/com/modals/CreateOrEditList.tsx:148 +#: src/view/com/modals/CreateOrEditList.tsx:206 msgid "Failed to create the list. Check your internet connection and try again." msgstr "Gagal membuat daftar. Periksa koneksi internet Anda dan coba lagi." -#: src/view/com/util/forms/PostDropdownBtn.tsx:86 +#: src/view/com/util/forms/PostDropdownBtn.tsx:88 msgid "Failed to delete post, please try again" msgstr "Gagal menghapus postingan, silakan coba lagi" @@ -1299,7 +1401,7 @@ msgstr "Gagal menghapus postingan, silakan coba lagi" msgid "Failed to load recommended feeds" msgstr "Gagal memuat rekomendasi feed" -#: src/Navigation.tsx:192 +#: src/Navigation.tsx:193 msgid "Feed" msgstr "Feed" @@ -1307,7 +1409,7 @@ msgstr "Feed" msgid "Feed by {0}" msgstr "Feed oleh {0}" -#: src/view/screens/Feeds.tsx:560 +#: src/view/screens/Feeds.tsx:597 msgid "Feed offline" msgstr "Feed offline" @@ -1320,9 +1422,9 @@ msgstr "Preferensi Feed" msgid "Feedback" msgstr "Masukan" -#: src/Navigation.tsx:440 -#: src/view/screens/Feeds.tsx:479 -#: src/view/screens/Profile.tsx:165 +#: src/Navigation.tsx:443 +#: src/view/screens/Feeds.tsx:514 +#: src/view/screens/Profile.tsx:175 #: src/view/shell/bottom-bar/BottomBar.tsx:181 #: src/view/shell/desktop/LeftNav.tsx:342 #: src/view/shell/Drawer.tsx:479 @@ -1330,6 +1432,14 @@ msgstr "Masukan" msgid "Feeds" msgstr "Feed" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#~ msgid "Feeds are created by users and can give you entirely new experiences." +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +msgid "Feeds are created by users and organizations. They offer you varied experiences and suggest content you may like using algorithms." +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:57 msgid "Feeds are created by users to curate content. Choose some feeds that you find interesting." msgstr "Feed dibuat oleh pengguna untuk mengkurasi konten. Pilih beberapa feed yang menurut Anda menarik." @@ -1338,17 +1448,25 @@ msgstr "Feed dibuat oleh pengguna untuk mengkurasi konten. Pilih beberapa feed y msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information." msgstr "Feed adalah algoritma khusus yang dibuat oleh pengguna dengan sedikit keahlian pengkodean. <0/> untuk informasi lebih lanjut." +#: src/screens/Onboarding/StepTopicalFeeds.tsx:70 +msgid "Feeds can be topical as well!" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:151 +msgid "Finalizing" +msgstr "" + #: src/view/com/posts/CustomFeedEmptyState.tsx:47 #: src/view/com/posts/FollowingEmptyState.tsx:57 #: src/view/com/posts/FollowingEndOfFeed.tsx:58 msgid "Find accounts to follow" msgstr "Temukan akun untuk diikuti" -#: src/view/screens/Search/Search.tsx:429 +#: src/view/screens/Search/Search.tsx:439 msgid "Find users on Bluesky" msgstr "Temukan pengguna di Bluesky" -#: src/view/screens/Search/Search.tsx:427 +#: src/view/screens/Search/Search.tsx:437 msgid "Find users with the search tool on the right" msgstr "Temukan pengguna dengan alat pencarian di sebelah kanan" @@ -1364,6 +1482,14 @@ msgstr "Atur konten yang Anda lihat di beranda." msgid "Fine-tune the discussion threads." msgstr "Atur utasan diskusi." +#: src/screens/Onboarding/index.tsx:38 +msgid "Fitness" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:131 +msgid "Flexible" +msgstr "" + #: src/view/com/modals/EditImage.tsx:115 msgid "Flip horizontal" msgstr "Balik secara horizontal" @@ -1382,10 +1508,23 @@ msgstr "Ikuti" msgid "Follow" msgstr "Ikuti" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 #: src/view/com/profile/ProfileHeader.tsx:543 msgid "Follow {0}" msgstr "Ikuti {0}" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:178 +msgid "Follow All" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +msgid "Follow selected accounts and continue to the next step" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +#~ msgid "Follow selected accounts and continue to then next step" +#~ msgstr "" + #: src/view/com/auth/onboarding/RecommendedFollows.tsx:64 msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." msgstr "Ikuti beberapa pengguna untuk memulai. Kami dapat merekomendasikan lebih banyak pengguna yang mungkin menarik Anda." @@ -1430,6 +1569,10 @@ msgstr "Mengikuti Anda" msgid "Follows You" msgstr "Mengikuti Anda" +#: src/screens/Onboarding/index.tsx:43 +msgid "Food" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:107 msgid "For security reasons, we'll need to send a confirmation code to your email address." msgstr "Untuk alasan keamanan, kami akan mengirimkan kode konfirmasi ke alamat email Anda." @@ -1451,7 +1594,7 @@ msgstr "Lupa kata sandi" msgid "Forgot Password" msgstr "Lupa Kata Sandi" -#: src/view/com/posts/FeedItem.tsx:188 +#: src/view/com/posts/FeedItem.tsx:189 msgctxt "from-feed" msgid "From <0/>" msgstr "Dari <0/>" @@ -1472,14 +1615,19 @@ msgstr "Memulai" msgid "Go back" msgstr "Kembali" -#: src/view/screens/ProfileFeed.tsx:104 -#: src/view/screens/ProfileFeed.tsx:109 -#: src/view/screens/ProfileList.tsx:876 -#: src/view/screens/ProfileList.tsx:881 +#: src/view/screens/ProfileFeed.tsx:105 +#: src/view/screens/ProfileFeed.tsx:110 +#: src/view/screens/ProfileList.tsx:873 +#: src/view/screens/ProfileList.tsx:878 msgid "Go Back" msgstr "Kembali" -#: src/view/screens/Search/Search.tsx:640 +#: src/screens/Onboarding/Layout.tsx:104 +#: src/screens/Onboarding/Layout.tsx:193 +msgid "Go back to previous step" +msgstr "" + +#: src/view/screens/Search/Search.tsx:724 #: src/view/shell/desktop/Search.tsx:262 msgid "Go to @{queryMaybeHandle}" msgstr "" @@ -1494,7 +1642,7 @@ msgstr "Berikutnya" msgid "Handle" msgstr "Handle" -#: src/view/com/auth/create/CreateAccount.tsx:190 +#: src/view/com/auth/create/CreateAccount.tsx:197 msgid "Having trouble?" msgstr "" @@ -1503,23 +1651,40 @@ msgstr "" msgid "Help" msgstr "Bantuan" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +msgid "Here are some accounts for you to follow" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +#~ msgid "Here are some accounts for your to follow" +#~ msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:79 +msgid "Here are some popular topical feeds. You can choose to follow as many as you like." +msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:74 +msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." +msgstr "" + #: src/view/com/modals/AddAppPasswords.tsx:152 msgid "Here is your app password." msgstr "Berikut kata sandi aplikasi Anda." -#: src/view/com/modals/ContentFilteringSettings.tsx:219 -#: src/view/com/notifications/FeedItem.tsx:329 -msgctxt "action" -msgid "Hide" -msgstr "Sembunyikan" - +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:41 #: src/view/com/modals/ContentFilteringSettings.tsx:246 #: src/view/com/util/moderation/ContentHider.tsx:105 #: src/view/com/util/moderation/PostHider.tsx:108 msgid "Hide" msgstr "Sembunyikan" -#: src/view/com/util/forms/PostDropdownBtn.tsx:185 +#: src/view/com/modals/ContentFilteringSettings.tsx:219 +#: src/view/com/notifications/FeedItem.tsx:325 +msgctxt "action" +msgid "Hide" +msgstr "Sembunyikan" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:187 msgid "Hide post" msgstr "Sembunyikan postingan" @@ -1528,11 +1693,11 @@ msgstr "Sembunyikan postingan" msgid "Hide the content" msgstr "Sembunyikan konten" -#: src/view/com/util/forms/PostDropdownBtn.tsx:189 +#: src/view/com/util/forms/PostDropdownBtn.tsx:191 msgid "Hide this post?" msgstr "Sembunyikan postingan ini?" -#: src/view/com/notifications/FeedItem.tsx:319 +#: src/view/com/notifications/FeedItem.tsx:315 msgid "Hide user list" msgstr "Sembunyikan daftar pengguna" @@ -1560,7 +1725,7 @@ msgstr "Hmm, server feed memberikan respons yang buruk. Harap beri tahu pemilik msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, kami kesulitan menemukan feed ini. Mungkin sudah dihapus." -#: src/Navigation.tsx:430 +#: src/Navigation.tsx:433 #: src/view/shell/bottom-bar/BottomBar.tsx:137 #: src/view/shell/desktop/LeftNav.tsx:306 #: src/view/shell/Drawer.tsx:401 @@ -1568,8 +1733,8 @@ msgstr "Hmm, kami kesulitan menemukan feed ini. Mungkin sudah dihapus." msgid "Home" msgstr "Beranda" -#: src/Navigation.tsx:247 -#: src/view/com/pager/FeedsTabBarMobile.tsx:117 +#: src/Navigation.tsx:248 +#: src/view/com/pager/FeedsTabBarMobile.tsx:123 #: src/view/screens/PreferencesHomeFeed.tsx:104 #: src/view/screens/Settings.tsx:509 msgid "Home Feed Preferences" @@ -1599,7 +1764,7 @@ msgstr "Saya punya kode konfirmasi" msgid "I have my own domain" msgstr "Saya punya domain sendiri" -#: src/view/com/lightbox/Lightbox.web.tsx:158 +#: src/view/com/lightbox/Lightbox.web.tsx:165 msgid "If alt text is long, toggles alt text expanded state" msgstr "Jika teks alt panjang, alihkan status teks alt yang diperluas" @@ -1607,11 +1772,11 @@ msgstr "Jika teks alt panjang, alihkan status teks alt yang diperluas" msgid "If none are selected, suitable for all ages." msgstr "Jika tidak ada yang dipilih, cocok untuk semua umur." -#: src/view/com/util/images/Gallery.tsx:37 +#: src/view/com/util/images/Gallery.tsx:38 msgid "Image" msgstr "Gambar" -#: src/view/com/modals/AltImage.tsx:97 +#: src/view/com/modals/AltImage.tsx:119 msgid "Image alt text" msgstr "Teks alt gambar" @@ -1656,7 +1821,7 @@ msgstr "Masukkan kata sandi baru" msgid "Input password for account deletion" msgstr "Masukkan kata sandi untuk penghapusan akun" -#: src/view/com/auth/create/Step2.tsx:194 +#: src/view/com/auth/create/Step2.tsx:195 msgid "Input phone number for SMS verification" msgstr "" @@ -1668,7 +1833,7 @@ msgstr "Masukkan kata sandi yang terkait dengan {identifier}" msgid "Input the username or email address you used at signup" msgstr "Masukkan nama pengguna atau alamat email yang Anda gunakan saat mendaftar" -#: src/view/com/auth/create/Step2.tsx:268 +#: src/view/com/auth/create/Step2.tsx:270 msgid "Input the verification code we have texted to you" msgstr "" @@ -1680,11 +1845,11 @@ msgstr "Masukkan email Anda untuk masuk ke daftar tunggu Bluesky" msgid "Input your password" msgstr "Masukkan kata sandi Anda" -#: src/view/com/auth/create/Step3.tsx:39 +#: src/view/com/auth/create/Step3.tsx:42 msgid "Input your user handle" msgstr "Masukkan handle pengguna Anda" -#: src/view/com/post-thread/PostThreadItem.tsx:229 +#: src/view/com/post-thread/PostThreadItem.tsx:231 msgid "Invalid or unsupported post record" msgstr "Catatan posting tidak valid atau tidak didukung" @@ -1722,6 +1887,10 @@ msgstr "Kode undangan: {invitesAvailable} tersedia" msgid "Invite codes: 1 available" msgstr "Kode undangan: 1 tersedia" +#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +msgid "It shows posts from the people you follow as they happen." +msgstr "" + #: src/view/com/auth/HomeLoggedOutCTA.tsx:99 msgid "Jobs" msgstr "Karir" @@ -1739,6 +1908,10 @@ msgstr "Gabung ke daftar tunggu." msgid "Join Waitlist" msgstr "Gabung ke Daftar Tunggu" +#: src/screens/Onboarding/index.tsx:24 +msgid "Journalism" +msgstr "" + #: src/view/com/composer/select-language/SelectLangBtn.tsx:104 msgid "Language selection" msgstr "Pilih bahasa" @@ -1747,7 +1920,7 @@ msgstr "Pilih bahasa" msgid "Language settings" msgstr "Pengaturan bahasa" -#: src/Navigation.tsx:139 +#: src/Navigation.tsx:140 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "Pengaturan Bahasa" @@ -1790,6 +1963,10 @@ msgstr "Biarkan semua tidak tercentang untuk melihat bahasa apa pun." msgid "Leaving Bluesky" msgstr "Meninggalkan Bluesky" +#: src/screens/Deactivated.tsx:129 +msgid "left to go." +msgstr "" + #: src/view/screens/Settings.tsx:280 msgid "Legacy storage cleared, you need to restart the app now." msgstr "Penyimpanan lama dihapus, Anda perlu memulai ulang aplikasi sekarang." @@ -1799,6 +1976,10 @@ msgstr "Penyimpanan lama dihapus, Anda perlu memulai ulang aplikasi sekarang." msgid "Let's get your password reset!" msgstr "Reset kata sandi Anda!" +#: src/screens/Onboarding/StepFinished.tsx:151 +msgid "Let's go!" +msgstr "" + #: src/view/com/util/UserAvatar.tsx:245 #: src/view/com/util/UserBanner.tsx:60 msgid "Library" @@ -1808,53 +1989,64 @@ msgstr "Pustaka" msgid "Light" msgstr "Terang" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:189 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 msgid "Like" msgstr "Suka" -#: src/view/screens/ProfileFeed.tsx:600 +#: src/view/screens/ProfileFeed.tsx:591 msgid "Like this feed" msgstr "Suka feed ini" -#: src/Navigation.tsx:197 -#: src/view/screens/PostLikedBy.tsx:27 -#: src/view/screens/ProfileFeedLikedBy.tsx:27 +#: src/Navigation.tsx:198 msgid "Liked by" msgstr "Disukai oleh" +#: src/view/screens/PostLikedBy.tsx:27 +#: src/view/screens/ProfileFeedLikedBy.tsx:27 +msgid "Liked By" +msgstr "" + #: src/view/com/feeds/FeedSourceCard.tsx:277 msgid "Liked by {0} {1}" msgstr "Disukai oleh {0} {1}" -#: src/view/screens/ProfileFeed.tsx:615 +#: src/view/screens/ProfileFeed.tsx:606 msgid "Liked by {likeCount} {0}" msgstr "Disukai oleh {likeCount} {0}" +#: src/view/com/notifications/FeedItem.tsx:170 +msgid "liked your custom feed" +msgstr "" + +#: src/view/com/notifications/FeedItem.tsx:171 +#~ msgid "liked your custom feed '{0}'" +#~ msgstr "" + #: src/view/com/notifications/FeedItem.tsx:171 -msgid "liked your custom feed{0}" -msgstr "menyukai feed Anda{0}" +#~ msgid "liked your custom feed{0}" +#~ msgstr "menyukai feed Anda{0}" #: src/view/com/notifications/FeedItem.tsx:155 msgid "liked your post" msgstr "menyukai postingan Anda" -#: src/view/screens/Profile.tsx:164 +#: src/view/screens/Profile.tsx:174 msgid "Likes" msgstr "Suka" -#: src/view/com/post-thread/PostThreadItem.tsx:184 +#: src/view/com/post-thread/PostThreadItem.tsx:185 msgid "Likes on this post" msgstr "Suka pada postingan ini" -#: src/Navigation.tsx:166 +#: src/Navigation.tsx:167 msgid "List" msgstr "Daftar" -#: src/view/com/modals/CreateOrEditList.tsx:203 +#: src/view/com/modals/CreateOrEditList.tsx:261 msgid "List Avatar" msgstr "Avatar Daftar" -#: src/view/screens/ProfileList.tsx:323 +#: src/view/screens/ProfileList.tsx:320 msgid "List blocked" msgstr "Daftar diblokir" @@ -1862,47 +2054,47 @@ msgstr "Daftar diblokir" msgid "List by {0}" msgstr "Daftar oleh {0}" -#: src/view/screens/ProfileList.tsx:367 +#: src/view/screens/ProfileList.tsx:364 msgid "List deleted" msgstr "Daftar dihapus" -#: src/view/screens/ProfileList.tsx:282 +#: src/view/screens/ProfileList.tsx:279 msgid "List muted" msgstr "Daftar dibisukan" -#: src/view/com/modals/CreateOrEditList.tsx:216 +#: src/view/com/modals/CreateOrEditList.tsx:275 msgid "List Name" msgstr "Nama Daftar" -#: src/view/screens/ProfileList.tsx:342 +#: src/view/screens/ProfileList.tsx:339 msgid "List unblocked" msgstr "Daftar tidak diblokir" -#: src/view/screens/ProfileList.tsx:301 +#: src/view/screens/ProfileList.tsx:298 msgid "List unmuted" msgstr "Daftar tidak dibisukan" -#: src/Navigation.tsx:109 -#: src/view/screens/Profile.tsx:166 +#: src/Navigation.tsx:110 +#: src/view/screens/Profile.tsx:176 #: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 msgid "Lists" msgstr "Daftar" -#: src/view/com/post-thread/PostThread.tsx:263 -#: src/view/com/post-thread/PostThread.tsx:271 +#: src/view/com/post-thread/PostThread.tsx:281 +#: src/view/com/post-thread/PostThread.tsx:289 msgid "Load more posts" msgstr "Muat postingan lainnya" -#: src/view/screens/Notifications.tsx:148 +#: src/view/screens/Notifications.tsx:155 msgid "Load new notifications" msgstr "Muat notifikasi baru" #: src/view/com/feeds/FeedPage.tsx:190 -#: src/view/screens/Profile.tsx:412 -#: src/view/screens/ProfileFeed.tsx:503 -#: src/view/screens/ProfileList.tsx:659 +#: src/view/screens/Profile.tsx:422 +#: src/view/screens/ProfileFeed.tsx:494 +#: src/view/screens/ProfileList.tsx:656 msgid "Load new posts" msgstr "Muat postingan baru" @@ -1914,10 +2106,17 @@ msgstr "Memuat..." msgid "Local dev server" msgstr "Server dev lokal" -#: src/Navigation.tsx:207 +#: src/Navigation.tsx:208 msgid "Log" msgstr "Catatan" +#: src/screens/Deactivated.tsx:150 +#: src/screens/Deactivated.tsx:153 +#: src/screens/Deactivated.tsx:179 +#: src/screens/Deactivated.tsx:182 +msgid "Log out" +msgstr "" + #: src/view/screens/Moderation.tsx:136 msgid "Logged-out visibility" msgstr "Visibilitas pengguna yang tidak login" @@ -1933,7 +2132,7 @@ msgstr "Masuk ke akun yang tidak ada di daftar" msgid "Make sure this is where you intend to go!" msgstr "Pastikan ini adalah website yang Anda tuju!" -#: src/view/screens/Profile.tsx:163 +#: src/view/screens/Profile.tsx:173 msgid "Media" msgstr "Media" @@ -1946,7 +2145,7 @@ msgid "Mentioned users" msgstr "Pengguna yang disebutkan" #: src/view/com/util/ViewHeader.tsx:81 -#: src/view/screens/Search/Search.tsx:544 +#: src/view/screens/Search/Search.tsx:623 msgid "Menu" msgstr "Menu" @@ -1957,7 +2156,7 @@ msgstr "Menu" msgid "Message from server: {0}" msgstr "Pesan dari server: {0}" -#: src/Navigation.tsx:114 +#: src/Navigation.tsx:115 #: src/view/screens/Moderation.tsx:64 #: src/view/screens/Settings.tsx:591 #: src/view/shell/desktop/LeftNav.tsx:397 @@ -1967,25 +2166,25 @@ msgid "Moderation" msgstr "Moderasi" #: src/view/com/lists/ListCard.tsx:92 -#: src/view/com/modals/UserAddRemoveLists.tsx:190 +#: src/view/com/modals/UserAddRemoveLists.tsx:206 msgid "Moderation list by {0}" msgstr "Daftar moderasi oleh {0}" -#: src/view/screens/ProfileList.tsx:753 +#: src/view/screens/ProfileList.tsx:750 msgid "Moderation list by <0/>" msgstr "Daftar moderasi oleh <0/>" #: src/view/com/lists/ListCard.tsx:90 -#: src/view/com/modals/UserAddRemoveLists.tsx:188 -#: src/view/screens/ProfileList.tsx:751 +#: src/view/com/modals/UserAddRemoveLists.tsx:204 +#: src/view/screens/ProfileList.tsx:748 msgid "Moderation list by you" msgstr "Daftar moderasi oleh Anda" -#: src/view/com/modals/CreateOrEditList.tsx:139 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "Moderation list created" msgstr "Daftar moderasi dibuat" -#: src/view/com/modals/CreateOrEditList.tsx:126 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "Moderation list updated" msgstr "Daftar moderasi diperbarui" @@ -1993,7 +2192,7 @@ msgstr "Daftar moderasi diperbarui" msgid "Moderation lists" msgstr "Daftar moderasi" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Daftar Moderasi" @@ -2011,12 +2210,12 @@ msgid "More feeds" msgstr "Feed lainnya" #: src/view/com/profile/ProfileHeader.tsx:562 -#: src/view/screens/ProfileFeed.tsx:371 -#: src/view/screens/ProfileList.tsx:595 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileList.tsx:592 msgid "More options" msgstr "Pilihan lainnya" -#: src/view/com/util/forms/PostDropdownBtn.tsx:268 +#: src/view/com/util/forms/PostDropdownBtn.tsx:270 msgid "More post options" msgstr "Opsi posting lainnya" @@ -2028,23 +2227,23 @@ msgstr "Balasan yang paling disukai lebih dulu" msgid "Mute Account" msgstr "Bisukan Akun" -#: src/view/screens/ProfileList.tsx:522 +#: src/view/screens/ProfileList.tsx:519 msgid "Mute accounts" msgstr "Bisukan akun" -#: src/view/screens/ProfileList.tsx:469 +#: src/view/screens/ProfileList.tsx:466 msgid "Mute list" msgstr "Daftar akun yang dibisukan" -#: src/view/screens/ProfileList.tsx:274 +#: src/view/screens/ProfileList.tsx:271 msgid "Mute these accounts?" msgstr "Bisukan akun ini?" -#: src/view/screens/ProfileList.tsx:278 +#: src/view/screens/ProfileList.tsx:275 msgid "Mute this List" msgstr "Bisukan Daftar ini" -#: src/view/com/util/forms/PostDropdownBtn.tsx:169 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "Mute thread" msgstr "Bisukan utasan" @@ -2056,7 +2255,7 @@ msgstr "Dibisukan" msgid "Muted accounts" msgstr "Akun yang dibisukan" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Akun yang Dibisukan" @@ -2065,7 +2264,7 @@ msgstr "Akun yang Dibisukan" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Postingan dari akun yang dibisukan akan dihilangkan dari feed dan notifikasi Anda. Pembisuan ini bersifat privat." -#: src/view/screens/ProfileList.tsx:276 +#: src/view/screens/ProfileList.tsx:273 msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them." msgstr "Pembisuan akun bersifat privat. Akun yang dibisukan tetap dapat berinteraksi dengan Anda, namun Anda tidak akan melihat postingan atau notifikasi dari mereka." @@ -2073,7 +2272,7 @@ msgstr "Pembisuan akun bersifat privat. Akun yang dibisukan tetap dapat berinter msgid "My Birthday" msgstr "Tanggal Lahir Saya" -#: src/view/screens/Feeds.tsx:367 +#: src/view/screens/Feeds.tsx:399 msgid "My Feeds" msgstr "Feed Saya" @@ -2086,14 +2285,18 @@ msgid "My Saved Feeds" msgstr "Feed Tersimpan Saya" #: src/view/com/modals/AddAppPasswords.tsx:181 -#: src/view/com/modals/CreateOrEditList.tsx:230 +#: src/view/com/modals/CreateOrEditList.tsx:290 msgid "Name" msgstr "Nama" -#: src/view/com/modals/CreateOrEditList.tsx:108 +#: src/view/com/modals/CreateOrEditList.tsx:145 msgid "Name is required" msgstr "Nama harus diisi" +#: src/screens/Onboarding/index.tsx:25 +msgid "Nature" +msgstr "" + #: src/view/com/auth/login/ForgotPasswordForm.tsx:186 #: src/view/com/auth/login/LoginForm.tsx:286 #: src/view/com/auth/login/SetNewPasswordForm.tsx:166 @@ -2114,6 +2317,10 @@ msgstr "Jangan pernah memuat embed dari {0}" msgid "Never lose access to your followers and data." msgstr "Tidak akan lagi kehilangan akses ke data dan pengikut Anda." +#: src/screens/Onboarding/StepFinished.tsx:119 +msgid "Never lose access to your followers or data." +msgstr "" + #: src/view/screens/Lists.tsx:76 msgctxt "action" msgid "New" @@ -2123,7 +2330,7 @@ msgstr "Baru" msgid "New" msgstr "Baru" -#: src/view/com/modals/CreateOrEditList.tsx:194 +#: src/view/com/modals/CreateOrEditList.tsx:252 msgid "New Moderation List" msgstr "Daftar Moderasi Baru" @@ -2136,11 +2343,11 @@ msgctxt "action" msgid "New post" msgstr "Postingan baru" -#: src/view/screens/Feeds.tsx:511 -#: src/view/screens/Profile.tsx:354 -#: src/view/screens/ProfileFeed.tsx:441 -#: src/view/screens/ProfileList.tsx:197 -#: src/view/screens/ProfileList.tsx:225 +#: src/view/screens/Feeds.tsx:547 +#: src/view/screens/Profile.tsx:364 +#: src/view/screens/ProfileFeed.tsx:432 +#: src/view/screens/ProfileList.tsx:194 +#: src/view/screens/ProfileList.tsx:222 #: src/view/shell/desktop/LeftNav.tsx:248 msgid "New post" msgstr "Postingan baru" @@ -2153,7 +2360,7 @@ msgstr "Postingan baru" #~ msgid "New Post" #~ msgstr "Postingan Baru" -#: src/view/com/modals/CreateOrEditList.tsx:189 +#: src/view/com/modals/CreateOrEditList.tsx:247 msgid "New User List" msgstr "Daftar Pengguna Baru" @@ -2161,7 +2368,11 @@ msgstr "Daftar Pengguna Baru" msgid "Newest replies first" msgstr "Balasan terbaru terlebih dahulu" -#: src/view/com/auth/create/CreateAccount.tsx:155 +#: src/screens/Onboarding/index.tsx:23 +msgid "News" +msgstr "" + +#: src/view/com/auth/create/CreateAccount.tsx:161 #: src/view/com/auth/login/ForgotPasswordForm.tsx:178 #: src/view/com/auth/login/ForgotPasswordForm.tsx:188 #: src/view/com/auth/login/LoginForm.tsx:288 @@ -2176,7 +2387,7 @@ msgctxt "action" msgid "Next" msgstr "Selanjutnya" -#: src/view/com/lightbox/Lightbox.web.tsx:142 +#: src/view/com/lightbox/Lightbox.web.tsx:149 msgid "Next image" msgstr "Gambar berikutnya" @@ -2189,8 +2400,8 @@ msgstr "Gambar berikutnya" msgid "No" msgstr "Tidak" -#: src/view/screens/ProfileFeed.tsx:593 -#: src/view/screens/ProfileList.tsx:733 +#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileList.tsx:730 msgid "No description" msgstr "Tidak ada deskripsi" @@ -2198,7 +2409,7 @@ msgstr "Tidak ada deskripsi" msgid "No longer following {0}" msgstr "Tidak lagi mengikuti {0}" -#: src/view/com/notifications/Feed.tsx:107 +#: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "Belum ada notifikasi!" @@ -2207,13 +2418,13 @@ msgstr "Belum ada notifikasi!" msgid "No result" msgstr "Tidak ada hasil" -#: src/view/screens/Feeds.tsx:456 +#: src/view/screens/Feeds.tsx:490 msgid "No results found for \"{query}\"" msgstr "Tidak ada hasil ditemukan untuk \"{query}\"" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:272 -#: src/view/screens/Search/Search.tsx:300 +#: src/view/screens/Search/Search.tsx:274 +#: src/view/screens/Search/Search.tsx:302 msgid "No results found for {query}" msgstr "Tidak ada hasil ditemukan untuk {query}" @@ -2229,7 +2440,7 @@ msgstr "Tak seorang pun" msgid "Not Applicable." msgstr "Tidak Berlaku." -#: src/Navigation.tsx:104 +#: src/Navigation.tsx:105 msgid "Not Found" msgstr "Tidak ditemukan" @@ -2242,9 +2453,9 @@ msgstr "Jangan sekarang" 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 "Catatan: Bluesky merupakan jaringan terbuka dan publik. Pengaturan ini hanya akan membatasi visibilitas konten Anda pada aplikasi dan website Bluesky, dan aplikasi lain mungkin tidak mengindahkan pengaturan ini. Konten Anda mungkin tetap ditampilkan kepada pengguna yang tidak login oleh aplikasi dan website lain." -#: src/Navigation.tsx:445 -#: src/view/screens/Notifications.tsx:113 -#: src/view/screens/Notifications.tsx:137 +#: src/Navigation.tsx:448 +#: src/view/screens/Notifications.tsx:120 +#: src/view/screens/Notifications.tsx:144 #: src/view/shell/bottom-bar/BottomBar.tsx:205 #: src/view/shell/desktop/LeftNav.tsx:361 #: src/view/shell/Drawer.tsx:438 @@ -2260,6 +2471,10 @@ msgstr "Ketelanjangan" msgid "Oh no!" msgstr "Oh tidak!" +#: src/screens/Onboarding/StepInterests/index.tsx:128 +msgid "Oh no! Something went wrong." +msgstr "" + #: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 msgid "Okay" msgstr "Baiklah" @@ -2286,6 +2501,10 @@ msgstr "Hanya {0} dapat membalas." msgid "Oops!" msgstr "Uups!" +#: src/screens/Onboarding/StepFinished.tsx:115 +msgid "Open" +msgstr "" + #: src/view/com/composer/Composer.tsx:470 #: src/view/com/composer/Composer.tsx:471 msgid "Open emoji picker" @@ -2295,7 +2514,7 @@ msgstr "Buka pemilih emoji" msgid "Open links with in-app browser" msgstr "Buka tautan dengan browser dalam aplikasi" -#: src/view/com/pager/FeedsTabBarMobile.tsx:81 +#: src/view/com/pager/FeedsTabBarMobile.tsx:87 msgid "Open navigation" msgstr "Buka navigasi" @@ -2311,7 +2530,7 @@ msgstr "Membuka opsi {numItems}" msgid "Opens additional details for a debug entry" msgstr "Membuka detail tambahan untuk entri debug" -#: src/view/com/notifications/FeedItem.tsx:352 +#: src/view/com/notifications/FeedItem.tsx:348 msgid "Opens an expanded list of users in this notification" msgstr "Membuka daftar pengguna yang diperluas dalam notifikasi ini" @@ -2373,7 +2592,7 @@ msgstr "Buka pengaturan moderasi" msgid "Opens password reset form" msgstr "Membuka formulir pengaturan ulang kata sandi" -#: src/view/screens/Feeds.tsx:335 +#: src/view/screens/Feeds.tsx:338 msgid "Opens screen to edit Saved Feeds" msgstr "Membuka layar untuk mengedit Umpan Tersimpan" @@ -2409,6 +2628,10 @@ msgstr "Opsi {0} dari {numItems}" msgid "Or combine these options:" msgstr "Atau gabungkan opsi-opsi berikut:" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:122 +#~ msgid "Or you can try our \"Discover\" algorithm:" +#~ msgstr "" + #: src/view/com/auth/login/ChooseAccountForm.tsx:138 msgid "Other account" msgstr "Akun lainnya" @@ -2421,11 +2644,14 @@ msgstr "Layanan lainnya" msgid "Other..." msgstr "Lainnya..." -#: src/view/screens/NotFound.tsx:42 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Halaman tidak ditemukan" +#: src/view/screens/NotFound.tsx:42 +msgid "Page Not Found" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:158 #: src/view/com/auth/create/Step1.tsx:168 #: src/view/com/auth/login/LoginForm.tsx:223 @@ -2442,11 +2668,11 @@ msgstr "Kata sandi diganti" msgid "Password updated!" msgstr "Kata sandi diganti!" -#: src/Navigation.tsx:160 +#: src/Navigation.tsx:161 msgid "People followed by @{0}" msgstr "Orang yang diikuti oleh @{0}" -#: src/Navigation.tsx:153 +#: src/Navigation.tsx:154 msgid "People following @{0}" msgstr "Orang yang mengikuti @{0}" @@ -2458,7 +2684,11 @@ msgstr "Diperlukan izin untuk mengakses rol kamera." msgid "Permission to access camera roll was denied. Please enable it in your system settings." msgstr "Izin untuk mengakses rol kamera ditolak. Silakan aktifkan di pengaturan sistem Anda." -#: src/view/com/auth/create/Step2.tsx:181 +#: src/screens/Onboarding/index.tsx:31 +msgid "Pets" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:182 msgid "Phone number" msgstr "" @@ -2466,8 +2696,8 @@ msgstr "" msgid "Pictures meant for adults." msgstr "Gambar yang ditujukan untuk orang dewasa." -#: src/view/screens/ProfileFeed.tsx:362 -#: src/view/screens/ProfileList.tsx:559 +#: src/view/screens/ProfileFeed.tsx:353 +#: src/view/screens/ProfileList.tsx:556 msgid "Pin to home" msgstr "Sematkan ke beranda" @@ -2504,7 +2734,7 @@ msgstr "Harap konfirmasi email Anda sebelum mengubahnya. Ini adalah persyaratan msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "Masukkan nama untuk kata sandi aplikasi Anda. Semua spasi tidak diperbolehkan." -#: src/view/com/auth/create/Step2.tsx:204 +#: src/view/com/auth/create/Step2.tsx:205 msgid "Please enter a phone number that can receive SMS text messages." msgstr "" @@ -2516,7 +2746,7 @@ msgstr "Masukkan nama unik untuk Kata Sandi Aplikasi ini atau gunakan nama yang msgid "Please enter the code you received by SMS." msgstr "" -#: src/view/com/auth/create/Step2.tsx:279 +#: src/view/com/auth/create/Step2.tsx:281 msgid "Please enter the verification code sent to {phoneNumberFormatted}." msgstr "" @@ -2544,6 +2774,10 @@ msgstr "Mohon Verifikasi Email Anda" msgid "Please wait for your link card to finish loading" msgstr "Harap tunggu hingga kartu tautan Anda selesai dimuat" +#: src/screens/Onboarding/index.tsx:37 +msgid "Politics" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:111 msgid "Porn" msgstr "Pornografi" @@ -2554,8 +2788,7 @@ msgctxt "action" msgid "Post" msgstr "Posting" -#: src/view/com/post-thread/PostThread.tsx:227 -#: src/view/screens/PostThread.tsx:82 +#: src/view/com/post-thread/PostThread.tsx:251 msgctxt "description" msgid "Post" msgstr "Posting" @@ -2563,21 +2796,21 @@ msgstr "Posting" #~ msgid "Post" #~ msgstr "Posting" -#: src/view/com/post-thread/PostThreadItem.tsx:176 +#: src/view/com/post-thread/PostThreadItem.tsx:177 msgid "Post by {0}" msgstr "Postingan oleh {0}" -#: src/Navigation.tsx:172 -#: src/Navigation.tsx:179 -#: src/Navigation.tsx:186 +#: src/Navigation.tsx:173 +#: src/Navigation.tsx:180 +#: src/Navigation.tsx:187 msgid "Post by @{0}" msgstr "Postingan oleh @{0}" -#: src/view/com/util/forms/PostDropdownBtn.tsx:82 +#: src/view/com/util/forms/PostDropdownBtn.tsx:84 msgid "Post deleted" msgstr "Postingan dihapus" -#: src/view/com/post-thread/PostThread.tsx:382 +#: src/view/com/post-thread/PostThread.tsx:403 msgid "Post hidden" msgstr "Postingan disembunyikan" @@ -2589,11 +2822,11 @@ msgstr "Bahasa postingan" msgid "Post Languages" msgstr "Bahasa Postingan" -#: src/view/com/post-thread/PostThread.tsx:434 +#: src/view/com/post-thread/PostThread.tsx:455 msgid "Post not found" msgstr "Postingan tidak ditemukan" -#: src/view/screens/Profile.tsx:161 +#: src/view/screens/Profile.tsx:171 msgid "Posts" msgstr "Postingan" @@ -2605,7 +2838,7 @@ msgstr "Postingan disembunyikan" msgid "Potentially Misleading Link" msgstr "Tautan yang Mungkin Menyesatkan" -#: src/view/com/lightbox/Lightbox.web.tsx:128 +#: src/view/com/lightbox/Lightbox.web.tsx:135 msgid "Previous image" msgstr "Gambar sebelumnya" @@ -2622,7 +2855,7 @@ msgstr "Prioritaskan Pengikut Anda" msgid "Privacy" msgstr "Privasi" -#: src/Navigation.tsx:217 +#: src/Navigation.tsx:218 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings.tsx:824 #: src/view/shell/Drawer.tsx:265 @@ -2649,6 +2882,10 @@ msgstr "Profil diperbarui" msgid "Protect your account by verifying your email." msgstr "Amankan akun Anda dengan memverifikasi email Anda." +#: src/screens/Onboarding/StepFinished.tsx:101 +msgid "Public" +msgstr "" + #: src/view/screens/ModerationModlists.tsx:61 msgid "Public, shareable lists of users to mute or block in bulk." msgstr "Daftar publik yang dapat dibagikan oleh pengguna untuk dibisukan atau diblokir secara massal." @@ -2700,7 +2937,7 @@ msgstr "Pengguna Direkomendasikan" #: src/view/com/modals/ListAddRemoveUsers.tsx:264 #: src/view/com/modals/SelfLabel.tsx:83 -#: src/view/com/modals/UserAddRemoveLists.tsx:203 +#: src/view/com/modals/UserAddRemoveLists.tsx:219 #: src/view/com/util/UserAvatar.tsx:282 #: src/view/com/util/UserBanner.tsx:89 msgid "Remove" @@ -2723,7 +2960,7 @@ msgstr "Hapus feed" #: src/view/com/feeds/FeedSourceCard.tsx:167 #: src/view/com/feeds/FeedSourceCard.tsx:172 #: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:281 +#: src/view/screens/ProfileFeed.tsx:272 msgid "Remove from my feeds" msgstr "Hapus dari feed saya" @@ -2748,7 +2985,7 @@ msgid "Remove this feed from your saved feeds?" msgstr "Hapus feed ini dari feed tersimpan Anda?" #: src/view/com/modals/ListAddRemoveUsers.tsx:199 -#: src/view/com/modals/UserAddRemoveLists.tsx:136 +#: src/view/com/modals/UserAddRemoveLists.tsx:152 msgid "Removed from list" msgstr "Dihapus dari daftar" @@ -2761,7 +2998,7 @@ msgstr "Dihapus dari feed saya" msgid "Removes default thumbnail from {0}" msgstr "Menghapus gambar pra tinjau bawaan dari {0}" -#: src/view/screens/Profile.tsx:162 +#: src/view/screens/Profile.tsx:172 msgid "Replies" msgstr "Balasan" @@ -2778,8 +3015,8 @@ msgstr "Balas" msgid "Reply Filters" msgstr "Penyaring Balasan" -#: src/view/com/post/Post.tsx:165 -#: src/view/com/posts/FeedItem.tsx:286 +#: src/view/com/post/Post.tsx:166 +#: src/view/com/posts/FeedItem.tsx:287 msgctxt "description" msgid "Reply to <0/>" msgstr "Balas ke <0/>" @@ -2792,16 +3029,16 @@ msgstr "Laporkan {collectionName}" msgid "Report Account" msgstr "Laporkan Akun" -#: src/view/screens/ProfileFeed.tsx:301 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Report feed" msgstr "Laporkan feed" -#: src/view/screens/ProfileList.tsx:437 +#: src/view/screens/ProfileList.tsx:434 msgid "Report List" msgstr "Laporkan Daftar" #: src/view/com/modals/report/SendReportButton.tsx:37 -#: src/view/com/util/forms/PostDropdownBtn.tsx:208 +#: src/view/com/util/forms/PostDropdownBtn.tsx:210 msgid "Report post" msgstr "Laporkan postingan" @@ -2823,14 +3060,22 @@ msgid "Repost or quote post" msgstr "Posting ulang atau kutip postingan" #: src/view/screens/PostRepostedBy.tsx:27 -msgid "Reposted by" -msgstr "Diposting ulang oleh" +#~ msgid "Reposted by" +#~ msgstr "Diposting ulang oleh" + +#: src/view/screens/PostRepostedBy.tsx:27 +msgid "Reposted By" +msgstr "" + +#: src/view/com/posts/FeedItem.tsx:207 +msgid "Reposted by {0}" +msgstr "" #: src/view/com/posts/FeedItem.tsx:206 -msgid "Reposted by {0})" -msgstr "Diposting ulang oleh {0})" +#~ msgid "Reposted by {0})" +#~ msgstr "Diposting ulang oleh {0})" -#: src/view/com/posts/FeedItem.tsx:223 +#: src/view/com/posts/FeedItem.tsx:224 msgid "Reposted by <0/>" msgstr "Diposting ulang oleh <0/>" @@ -2838,7 +3083,7 @@ msgstr "Diposting ulang oleh <0/>" msgid "reposted your post" msgstr "posting ulang posting Anda" -#: src/view/com/post-thread/PostThreadItem.tsx:189 +#: src/view/com/post-thread/PostThreadItem.tsx:190 msgid "Reposts of this post" msgstr "Posting ulang postingan ini" @@ -2847,7 +3092,7 @@ msgstr "Posting ulang postingan ini" msgid "Request Change" msgstr "Ajukan Perubahan" -#: src/view/com/auth/create/Step2.tsx:217 +#: src/view/com/auth/create/Step2.tsx:218 msgid "Request code" msgstr "" @@ -2901,9 +3146,11 @@ msgstr "Mencoba masuk kembali" msgid "Retries the last action, which errored out" msgstr "Coba kembali tindakan terakhir, yang gagal" -#: src/view/com/auth/create/CreateAccount.tsx:164 -#: src/view/com/auth/create/CreateAccount.tsx:168 -#: src/view/com/auth/create/Step2.tsx:252 +#: src/screens/Onboarding/StepInterests/index.tsx:221 +#: src/screens/Onboarding/StepInterests/index.tsx:224 +#: src/view/com/auth/create/CreateAccount.tsx:170 +#: src/view/com/auth/create/CreateAccount.tsx:175 +#: src/view/com/auth/create/Step2.tsx:254 #: src/view/com/auth/login/LoginForm.tsx:265 #: src/view/com/auth/login/LoginForm.tsx:268 #: src/view/com/util/error/ErrorMessage.tsx:55 @@ -2911,11 +3158,11 @@ msgstr "Coba kembali tindakan terakhir, yang gagal" msgid "Retry" msgstr "Ulangi" -#: src/view/com/auth/create/Step2.tsx:245 +#: src/view/com/auth/create/Step2.tsx:246 msgid "Retry." msgstr "" -#: src/view/screens/ProfileList.tsx:877 +#: src/view/screens/ProfileList.tsx:874 msgid "Return to previous page" msgstr "Kembali ke halaman sebelumnya" @@ -2923,8 +3170,8 @@ msgstr "Kembali ke halaman sebelumnya" msgid "SANDBOX. Posts and accounts are not permanent." msgstr "SANDBOX. Postingan dan akun tidak bersifat permanen." -#: src/view/com/lightbox/Lightbox.tsx:129 -#: src/view/com/modals/CreateOrEditList.tsx:276 +#: src/view/com/lightbox/Lightbox.tsx:132 +#: src/view/com/modals/CreateOrEditList.tsx:345 msgctxt "action" msgid "Save" msgstr "Simpan" @@ -2932,13 +3179,13 @@ msgstr "Simpan" #: src/view/com/modals/BirthDateSettings.tsx:94 #: src/view/com/modals/BirthDateSettings.tsx:97 #: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:268 +#: src/view/com/modals/CreateOrEditList.tsx:337 #: src/view/com/modals/EditProfile.tsx:224 -#: src/view/screens/ProfileFeed.tsx:354 +#: src/view/screens/ProfileFeed.tsx:345 msgid "Save" msgstr "Simpan" -#: src/view/com/modals/AltImage.tsx:106 +#: src/view/com/modals/AltImage.tsx:129 msgid "Save alt text" msgstr "Simpan teks alt" @@ -2966,18 +3213,22 @@ msgstr "Simpan setiap perubahan pada profil Anda" msgid "Saves handle change to {handle}" msgstr "Simpan perubahan handle ke {handle}" -#: src/view/screens/ProfileList.tsx:833 +#: src/screens/Onboarding/index.tsx:36 +msgid "Science" +msgstr "" + +#: src/view/screens/ProfileList.tsx:830 msgid "Scroll to top" msgstr "Gulir ke atas" -#: src/Navigation.tsx:435 +#: src/Navigation.tsx:438 #: src/view/com/auth/LoggedOut.tsx:122 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:53 #: src/view/com/util/forms/SearchInput.tsx:65 -#: src/view/screens/Search/Search.tsx:408 -#: src/view/screens/Search/Search.tsx:566 -#: src/view/screens/Search/Search.tsx:579 +#: src/view/screens/Search/Search.tsx:418 +#: src/view/screens/Search/Search.tsx:645 +#: src/view/screens/Search/Search.tsx:663 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:324 #: src/view/shell/desktop/Search.tsx:214 @@ -2987,7 +3238,7 @@ msgstr "Gulir ke atas" msgid "Search" msgstr "Cari" -#: src/view/screens/Search/Search.tsx:628 +#: src/view/screens/Search/Search.tsx:712 #: src/view/shell/desktop/Search.tsx:255 msgid "Search for \"{query}\"" msgstr "" @@ -3031,6 +3282,22 @@ msgstr "Pilih opsi {i} dari {numItems}" msgid "Select service" msgstr "Pilih layanan" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 +msgid "Select some accounts below to follow" +msgstr "" + +#: src/screens/Onboarding/StepModeration/index.tsx:49 +#~ msgid "Select the types of content that you want to see (or not see), and we'll handle the rest." +#~ msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:90 +msgid "Select topical feeds to follow from the list below" +msgstr "" + +#: src/screens/Onboarding/StepModeration/index.tsx:75 +msgid "Select what you want to see (or not see), and we’ll handle the rest." +msgstr "" + #: src/view/screens/LanguageSettings.tsx:281 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Pilih bahasa yang ingin Anda langgani di feed Anda. Jika tidak memilih, maka semua bahasa akan ditampilkan." @@ -3039,7 +3306,11 @@ msgstr "Pilih bahasa yang ingin Anda langgani di feed Anda. Jika tidak memilih, msgid "Select your app language for the default text to display in the app" msgstr "Pilih bahasa aplikasi Anda untuk tampilan teks bawaan dalam aplikasi" -#: src/view/com/auth/create/Step2.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:196 +msgid "Select your interests from the options below" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:154 msgid "Select your phone's country" msgstr "" @@ -3047,6 +3318,14 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "Pilih bahasa yang disukai untuk penerjemahaan feed Anda." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +msgid "Select your primary algorithmic feeds" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:132 +msgid "Select your secondary algorithmic feeds" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:202 #: src/view/com/modals/VerifyEmail.tsx:204 msgid "Send Confirmation Email" @@ -3127,6 +3406,10 @@ msgstr "Pilih \"Ya\" untuk menampilkan balasan dalam bentuk utasan. Ini merupaka msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your following feed. This is an experimental feature." msgstr "Pilih \"Ya\" untuk menampilkan beberapa sampel dari feed tersimpan Anda pada feed mengikuti. Ini merupakan fitur eksperimental." +#: src/screens/Onboarding/Layout.tsx:50 +msgid "Set up your account" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:266 msgid "Sets Bluesky username" msgstr "Atur nama pengguna Bluesky" @@ -3148,7 +3431,7 @@ msgstr "Atur penyedia hosting untuk pengaturan ulang kata sandi" msgid "Sets server for the Bluesky client" msgstr "Atur server untuk klien Bluesky" -#: src/Navigation.tsx:134 +#: src/Navigation.tsx:135 #: src/view/screens/Settings.tsx:294 #: src/view/shell/desktop/LeftNav.tsx:433 #: src/view/shell/Drawer.tsx:570 @@ -3160,21 +3443,22 @@ msgstr "Pengaturan" msgid "Sexual activity or erotic nudity." msgstr "Aktivitas seksual atau ketelanjangan erotis." -#: src/view/com/lightbox/Lightbox.tsx:138 +#: src/view/com/lightbox/Lightbox.tsx:141 msgctxt "action" msgid "Share" msgstr "Bagikan" #: src/view/com/profile/ProfileHeader.tsx:342 -#: src/view/com/util/forms/PostDropdownBtn.tsx:151 -#: src/view/screens/ProfileList.tsx:396 +#: src/view/com/util/forms/PostDropdownBtn.tsx:153 +#: src/view/screens/ProfileList.tsx:393 msgid "Share" msgstr "Bagikan" -#: src/view/screens/ProfileFeed.tsx:313 +#: src/view/screens/ProfileFeed.tsx:304 msgid "Share feed" msgstr "Bagikan feed" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:43 #: src/view/com/modals/ContentFilteringSettings.tsx:261 #: src/view/com/util/moderation/ContentHider.tsx:107 #: src/view/com/util/moderation/PostHider.tsx:108 @@ -3198,9 +3482,9 @@ msgstr "Tampilkan embed dari {0}" msgid "Show follows similar to {0}" msgstr "Tampilkan berikut ini mirip dengan {0}" -#: src/view/com/post-thread/PostThreadItem.tsx:569 -#: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:362 +#: src/view/com/post-thread/PostThreadItem.tsx:571 +#: src/view/com/post/Post.tsx:197 +#: src/view/com/posts/FeedItem.tsx:363 msgid "Show More" msgstr "Tampilkan Lebih Lanjut" @@ -3212,6 +3496,18 @@ msgstr "Tampilkan Postingan dari Feed Saya" msgid "Show Quote Posts" msgstr "Tampilkan Kutipan Postingan" +#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +msgid "Show quote-posts in Following feed" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +msgid "Show quotes in Following" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +msgid "Show re-posts in Following feed" +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:119 msgid "Show Replies" msgstr "Tampilkan Balasan" @@ -3220,6 +3516,14 @@ msgstr "Tampilkan Balasan" msgid "Show replies by people you follow before all other replies." msgstr "Tampilkan balasan dari orang yang Anda ikuti sebelum balasan lainnya." +#: src/screens/Onboarding/StepFollowingFeed.tsx:86 +msgid "Show replies in Following" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +msgid "Show replies in Following feed" +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:70 msgid "Show replies with at least {value} {0}" msgstr "Tampilkan balasan dengan setidaknya {value} {0}" @@ -3228,12 +3532,16 @@ msgstr "Tampilkan balasan dengan setidaknya {value} {0}" msgid "Show Reposts" msgstr "Tampilkan Posting Ulang" +#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +msgid "Show reposts in Following" +msgstr "" + #: src/view/com/util/moderation/ContentHider.tsx:67 #: src/view/com/util/moderation/PostHider.tsx:61 msgid "Show the content" msgstr "Tampilkan konten" -#: src/view/com/notifications/FeedItem.tsx:350 +#: src/view/com/notifications/FeedItem.tsx:346 msgid "Show users" msgstr "Tampilkan pengguna" @@ -3251,9 +3559,9 @@ msgstr "Tampilkan postingan dari {0} di feed Anda" #: src/view/shell/bottom-bar/BottomBar.tsx:285 #: src/view/shell/bottom-bar/BottomBar.tsx:286 #: src/view/shell/bottom-bar/BottomBar.tsx:288 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:177 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:180 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 #: src/view/shell/NavSignupCard.tsx:58 #: src/view/shell/NavSignupCard.tsx:59 msgid "Sign in" @@ -3288,9 +3596,9 @@ msgstr "Keluar" #: src/view/shell/bottom-bar/BottomBar.tsx:275 #: src/view/shell/bottom-bar/BottomBar.tsx:276 #: src/view/shell/bottom-bar/BottomBar.tsx:278 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:167 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:170 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 #: src/view/shell/NavSignupCard.tsx:49 #: src/view/shell/NavSignupCard.tsx:50 #: src/view/shell/NavSignupCard.tsx:52 @@ -3317,14 +3625,24 @@ msgstr "Masuk sebagai @{0}" msgid "Signs {0} out of Bluesky" msgstr "Mengeluarkan {0} dari Bluesky" +#: src/screens/Onboarding/StepInterests/index.tsx:235 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:33 msgid "Skip" msgstr "Lewati" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Onboarding/StepInterests/index.tsx:232 +msgid "Skip this flow" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:81 msgid "SMS verification" msgstr "" +#: src/screens/Onboarding/index.tsx:40 +msgid "Software Dev" +msgstr "" + #: src/view/com/modals/ProfilePreview.tsx:62 msgid "Something went wrong and we're not sure what." msgstr "Ada yang tidak beres dan kami tidak yakin apa itu." @@ -3345,6 +3663,10 @@ msgstr "Urutkan Balasan" msgid "Sort replies to the same post by:" msgstr "Urutkan balasan ke postingan yang sama berdasarkan:" +#: src/screens/Onboarding/index.tsx:30 +msgid "Sports" +msgstr "" + #: src/view/com/modals/crop-image/CropImage.web.tsx:122 msgid "Square" msgstr "Persegi" @@ -3369,7 +3691,7 @@ msgstr "" msgid "Storage cleared, you need to restart the app now." msgstr "Penyimpanan dihapus, Anda perlu memulai ulang aplikasi sekarang." -#: src/Navigation.tsx:202 +#: src/Navigation.tsx:203 #: src/view/screens/Settings.tsx:740 msgid "Storybook" msgstr "Storybook" @@ -3378,15 +3700,20 @@ msgstr "Storybook" msgid "Submit" msgstr "Kirim" -#: src/view/screens/ProfileList.tsx:586 +#: src/view/screens/ProfileList.tsx:583 msgid "Subscribe" msgstr "Langganan" -#: src/view/screens/ProfileList.tsx:582 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 +msgid "Subscribe to the {0} feed" +msgstr "" + +#: src/view/screens/ProfileList.tsx:579 msgid "Subscribe to this list" msgstr "Langganan ke daftar ini" -#: src/view/screens/Search/Search.tsx:364 +#: src/view/screens/Search/Search.tsx:372 msgid "Suggested Follows" msgstr "Saran untuk Diikuti" @@ -3398,7 +3725,7 @@ msgstr "Disarankan untuk Anda" msgid "Suggestive" msgstr "Sugestif" -#: src/Navigation.tsx:212 +#: src/Navigation.tsx:213 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -3438,11 +3765,15 @@ msgstr "Tinggi" msgid "Tap to view fully" msgstr "Ketuk untuk melihat sepenuhnya" +#: src/screens/Onboarding/index.tsx:39 +msgid "Tech" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:93 msgid "Terms" msgstr "Ketentuan" -#: src/Navigation.tsx:222 +#: src/Navigation.tsx:223 #: src/view/screens/Settings.tsx:818 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:259 @@ -3466,7 +3797,11 @@ msgstr "Panduan Komunitas telah dipindahkan ke <0/>" msgid "The Copyright Policy has been moved to <0/>" msgstr "Kebijakan Hak Cipta telah dipindahkan ke <0/>" -#: src/view/com/post-thread/PostThread.tsx:437 +#: src/screens/Onboarding/Layout.tsx:60 +msgid "The following steps will help customize your Bluesky experience." +msgstr "" + +#: src/view/com/post-thread/PostThread.tsx:458 msgid "The post may have been deleted." msgstr "Postingan mungkin telah dihapus." @@ -3485,7 +3820,11 @@ 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/view/screens/ProfileFeed.tsx:558 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:135 +msgid "There are many feeds to try:" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:549 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "Ada masalah saat menghubungi server, silakan periksa koneksi internet Anda dan coba lagi." @@ -3493,12 +3832,12 @@ msgstr "Ada masalah saat menghubungi server, silakan periksa koneksi internet An msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "Ada masalah saat menghapus feed ini. Periksa koneksi internet Anda dan coba lagi." -#: src/view/screens/ProfileFeed.tsx:218 +#: src/view/screens/ProfileFeed.tsx:209 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "Ada masalah saat memperbarui feed Anda, periksa koneksi internet Anda dan coba lagi." -#: src/view/screens/ProfileFeed.tsx:245 -#: src/view/screens/ProfileList.tsx:266 +#: src/view/screens/ProfileFeed.tsx:236 +#: src/view/screens/ProfileList.tsx:263 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 #: src/view/screens/SavedFeeds.tsx:252 @@ -3513,7 +3852,7 @@ msgstr "Ada masalah saat menghubungi server" msgid "There was an issue contacting your server" msgstr "Ada masalah saat menghubungi server Anda" -#: src/view/com/notifications/Feed.tsx:115 +#: src/view/com/notifications/Feed.tsx:117 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Ada masalah saat mengambil notifikasi. Ketuk di sini untuk mencoba lagi." @@ -3530,6 +3869,7 @@ msgstr "Ada masalah saat mengambil daftar. Ketuk di sini untuk mencoba lagi." msgid "There was an issue fetching your lists. Tap here to try again." msgstr "Ada masalah saat mengambil daftar Anda. Ketuk di sini untuk mencoba lagi." +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:63 #: src/view/com/modals/ContentFilteringSettings.tsx:126 msgid "There was an issue syncing your preferences with the server" msgstr "Ada masalah saat mensinkronkan preferensi Anda dengan server" @@ -3547,10 +3887,10 @@ msgstr "Ada masalah dengan pengambilan kata sandi aplikasi Anda" msgid "There was an issue! {0}" msgstr "Ada masalah! {0}" -#: src/view/screens/ProfileList.tsx:287 -#: src/view/screens/ProfileList.tsx:306 -#: src/view/screens/ProfileList.tsx:328 -#: src/view/screens/ProfileList.tsx:347 +#: src/view/screens/ProfileList.tsx:284 +#: src/view/screens/ProfileList.tsx:303 +#: src/view/screens/ProfileList.tsx:325 +#: src/view/screens/ProfileList.tsx:344 msgid "There was an issue. Please check your internet connection and try again." msgstr "Ada masalah. Periksa koneksi internet Anda dan coba lagi." @@ -3558,10 +3898,22 @@ msgstr "Ada masalah. Periksa koneksi internet Anda dan coba lagi." msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Sepertinya ada masalah pada aplikasi. Harap beri tahu kami jika Anda mengalaminya!" -#: src/view/com/auth/create/Step2.tsx:53 +#: src/screens/Deactivated.tsx:107 +msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:54 msgid "There's something wrong with this number. Please choose your country and enter your full phone number!" msgstr "" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +msgid "These are popular accounts you might like:" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +#~ msgid "These are popular accounts you might like." +#~ msgstr "" + #~ msgid "This {0} has been labeled." #~ msgstr "Ini {0} telah diberi label." @@ -3589,9 +3941,9 @@ msgstr "Konten ini tidak dapat dilihat tanpa akun Bluesky." msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Feed ini sedang menerima terlalu banyak trafik dan sementara tidak tersedia. Silakan coba lagi nanti." -#: src/view/screens/Profile.tsx:392 -#: src/view/screens/ProfileFeed.tsx:484 -#: src/view/screens/ProfileList.tsx:639 +#: src/view/screens/Profile.tsx:402 +#: src/view/screens/ProfileFeed.tsx:475 +#: src/view/screens/ProfileList.tsx:636 msgid "This feed is empty!" msgstr "Feed ini kosong!" @@ -3615,7 +3967,7 @@ msgstr "Ini penting jika Anda butuh untuk mengganti email atau reset kata sandi msgid "This link is taking you to the following website:" msgstr "Tautan ini akan membawa Anda ke website:" -#: src/view/screens/ProfileList.tsx:813 +#: src/view/screens/ProfileList.tsx:810 msgid "This list is empty!" msgstr "Daftar ini kosong!" @@ -3623,7 +3975,7 @@ msgstr "Daftar ini kosong!" msgid "This name is already in use" msgstr "Nama ini sudah digunakan" -#: src/view/com/post-thread/PostThreadItem.tsx:123 +#: src/view/com/post-thread/PostThreadItem.tsx:124 msgid "This post has been deleted." msgstr "Postingan ini telah dihapus." @@ -3643,7 +3995,7 @@ msgstr "Pengguna ini termasuk dalam daftar <0/> yang telah Anda bisukan." msgid "This warning is only available for posts with media attached." msgstr "Peringatan ini hanya tersedia untuk postingan dengan lampiran media." -#: src/view/com/util/forms/PostDropdownBtn.tsx:190 +#: src/view/com/util/forms/PostDropdownBtn.tsx:192 msgid "This will hide this post from your feeds." msgstr "Ini akan menyembunyikan postingan ini dari feed Anda." @@ -3656,7 +4008,7 @@ msgstr "Preferensi Utasan" msgid "Threaded Mode" msgstr "Mode Utasan" -#: src/Navigation.tsx:252 +#: src/Navigation.tsx:253 msgid "Threads Preferences" msgstr "Preferensi Utas" @@ -3668,9 +4020,9 @@ msgstr "Beralih dropdown" msgid "Transformations" msgstr "Transformasi" -#: src/view/com/post-thread/PostThreadItem.tsx:710 -#: src/view/com/post-thread/PostThreadItem.tsx:712 -#: src/view/com/util/forms/PostDropdownBtn.tsx:123 +#: src/view/com/post-thread/PostThreadItem.tsx:719 +#: src/view/com/post-thread/PostThreadItem.tsx:721 +#: src/view/com/util/forms/PostDropdownBtn.tsx:125 msgid "Translate" msgstr "Terjemahkan" @@ -3682,11 +4034,11 @@ msgstr "Coba lagi" #~ msgid "Try again" #~ msgstr "Ulangi" -#: src/view/screens/ProfileList.tsx:484 +#: src/view/screens/ProfileList.tsx:481 msgid "Un-block list" msgstr "Buka blokir daftar" -#: src/view/screens/ProfileList.tsx:469 +#: src/view/screens/ProfileList.tsx:466 msgid "Un-mute list" msgstr "Bunyikan daftar" @@ -3698,7 +4050,7 @@ msgid "Unable to contact your service. Please check your Internet connection." msgstr "Tidak dapat terhubung ke layanan. Mohon periksa koneksi internet Anda." #: src/view/com/profile/ProfileHeader.tsx:472 -#: src/view/screens/ProfileList.tsx:568 +#: src/view/screens/ProfileList.tsx:565 msgid "Unblock" msgstr "Buka blokir" @@ -3728,15 +4080,15 @@ msgstr "Berhenti mengikuti" msgid "Unfollow {0}" msgstr "Berhenti mengikuti {0}" -#: src/view/com/auth/create/state.ts:298 +#: src/view/com/auth/create/state.ts:300 msgid "Unfortunately, you do not meet the requirements to create an account." msgstr "Sayangnya, Anda tidak memenuhi syarat untuk membuat akun." -#: src/view/com/util/post-ctrls/PostCtrls.tsx:189 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 msgid "Unlike" msgstr "Tidak suka" -#: src/view/screens/ProfileList.tsx:575 +#: src/view/screens/ProfileList.tsx:572 msgid "Unmute" msgstr "Bunyikan" @@ -3744,24 +4096,24 @@ msgstr "Bunyikan" msgid "Unmute Account" msgstr "Bunyikan Akun" -#: src/view/com/util/forms/PostDropdownBtn.tsx:169 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "Unmute thread" msgstr "Bunyikan utasan" -#: src/view/screens/ProfileFeed.tsx:362 -#: src/view/screens/ProfileList.tsx:559 +#: src/view/screens/ProfileFeed.tsx:353 +#: src/view/screens/ProfileList.tsx:556 msgid "Unpin" msgstr "Lepas sematan" -#: src/view/screens/ProfileList.tsx:452 +#: src/view/screens/ProfileList.tsx:449 msgid "Unpin moderation list" msgstr "Lepas sematan daftar moderasi" -#: src/view/screens/ProfileFeed.tsx:354 +#: src/view/screens/ProfileFeed.tsx:345 msgid "Unsave" msgstr "Batal simpan" -#: src/view/com/modals/UserAddRemoveLists.tsx:54 +#: src/view/com/modals/UserAddRemoveLists.tsx:70 msgid "Update {displayName} in Lists" msgstr "Memperbarui {displayName} di Daftar" @@ -3819,30 +4171,30 @@ msgstr "Pengguna Diblokir oleh Daftar" msgid "User Blocks You" msgstr "Pengguna Memblokir Anda" -#: src/view/com/auth/create/Step3.tsx:38 +#: src/view/com/auth/create/Step3.tsx:41 msgid "User handle" msgstr "Handle pengguna" #: src/view/com/lists/ListCard.tsx:84 -#: src/view/com/modals/UserAddRemoveLists.tsx:182 +#: src/view/com/modals/UserAddRemoveLists.tsx:198 msgid "User list by {0}" msgstr "Daftar pengguna oleh {0}" -#: src/view/screens/ProfileList.tsx:741 +#: src/view/screens/ProfileList.tsx:738 msgid "User list by <0/>" msgstr "Daftar pengguna oleh<0/>" #: src/view/com/lists/ListCard.tsx:82 -#: src/view/com/modals/UserAddRemoveLists.tsx:180 -#: src/view/screens/ProfileList.tsx:739 +#: src/view/com/modals/UserAddRemoveLists.tsx:196 +#: src/view/screens/ProfileList.tsx:736 msgid "User list by you" msgstr "Daftar pengguna oleh Anda" -#: src/view/com/modals/CreateOrEditList.tsx:138 +#: src/view/com/modals/CreateOrEditList.tsx:196 msgid "User list created" msgstr "Daftar pengguna dibuat" -#: src/view/com/modals/CreateOrEditList.tsx:125 +#: src/view/com/modals/CreateOrEditList.tsx:182 msgid "User list updated" msgstr "Daftar pengguna diperbarui" @@ -3855,7 +4207,7 @@ msgstr "Daftar Pengguna" msgid "Username or email address" msgstr "Nama pengguna atau alamat email" -#: src/view/screens/ProfileList.tsx:775 +#: src/view/screens/ProfileList.tsx:772 msgid "Users" msgstr "Pengguna" @@ -3867,7 +4219,7 @@ msgstr "pengguna yang diikuti <0/>" msgid "Users in \"{0}\"" msgstr "Pengguna di \"{0}\"" -#: src/view/com/auth/create/Step2.tsx:241 +#: src/view/com/auth/create/Step2.tsx:242 msgid "Verification code" msgstr "" @@ -3892,6 +4244,10 @@ msgstr "Verifikasi Email Baru" msgid "Verify Your Email" msgstr "Verifikasi Email Anda" +#: src/screens/Onboarding/index.tsx:42 +msgid "Video Games" +msgstr "" + #: src/view/com/profile/ProfileHeader.tsx:701 msgid "View {0}'s avatar" msgstr "Lihat avatar {0}" @@ -3916,10 +4272,23 @@ msgstr "Lihat avatar" msgid "Visit Site" msgstr "Kunjungi Halaman" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:42 #: src/view/com/modals/ContentFilteringSettings.tsx:254 msgid "Warn" msgstr "Peringatkan" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +msgid "We also think you'll like \"For You\" by Skygaze:" +msgstr "" + +#: src/screens/Deactivated.tsx:134 +msgid "We estimate {estimatedTime} until your account is ready." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:93 +msgid "We hope you have a wonderful time. Remember, Bluesky is:" +msgstr "" + #: src/view/com/posts/DiscoverFallbackHeader.tsx:29 #~ msgid "We ran out of posts from your follows. Here's the latest from" #~ msgstr "Kami kehabisan postingan dari akun yang Anda ikuti. Inilah yang terbaru dari" @@ -3928,19 +4297,39 @@ msgstr "Peringatkan" msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:118 +#~ msgid "We recommend \"For You\" by Skygaze:" +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:119 +msgid "We recommend our \"Discover\" feed:" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:133 +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/Deactivated.tsx:138 +msgid "We will let you know when your account is ready." +msgstr "" + #: src/view/com/modals/AppealLabel.tsx:48 msgid "We'll look into your appeal promptly." msgstr "Kami akan segera memeriksa permohonan banding Anda." +#: src/screens/Onboarding/StepInterests/index.tsx:138 +msgid "We'll use this to help customize your experience." +msgstr "" + #: src/view/com/auth/create/CreateAccount.tsx:123 msgid "We're so excited to have you join us!" msgstr "Kami sangat senang Anda bergabung dengan kami!" -#: src/view/screens/ProfileList.tsx:83 +#: src/view/screens/ProfileList.tsx:84 msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "Mohon maaf, kami tidak dapat menyelesaikan daftar ini. Jika hal ini terus berlanjut, silakan hubungi pembuat daftar, @{handleOrDid}." -#: src/view/screens/Search/Search.tsx:245 +#: src/view/screens/Search/Search.tsx:247 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." @@ -3952,6 +4341,10 @@ msgstr "Maaf! Kami tidak dapat menemukan halaman yang Anda cari." msgid "Welcome to <0>Bluesky</0>" msgstr "Selamat Datang di <0>Bluesky</0>" +#: src/screens/Onboarding/StepInterests/index.tsx:130 +msgid "What are your interests?" +msgstr "" + #: src/view/com/modals/report/Modal.tsx:169 msgid "What is the issue with this {collectionName}?" msgstr "Apa yang bermasalah dengan {collectionName}?" @@ -3990,11 +4383,15 @@ msgstr "Tulis postingan" msgid "Write your reply" msgstr "Tulis balasan Anda" -#: src/view/com/auth/create/Step2.tsx:260 +#: src/screens/Onboarding/index.tsx:28 +msgid "Writers" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:262 msgid "XXXXXX" msgstr "" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:82 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:77 #: src/view/screens/PreferencesHomeFeed.tsx:129 #: src/view/screens/PreferencesHomeFeed.tsx:201 #: src/view/screens/PreferencesHomeFeed.tsx:236 @@ -4004,15 +4401,31 @@ msgstr "" msgid "Yes" msgstr "Ya" +#: src/screens/Onboarding/StepModeration/index.tsx:46 +#~ msgid "You are in control" +#~ msgstr "" + +#: src/screens/Deactivated.tsx:131 +msgid "You are in line." +msgstr "" + #: src/view/com/posts/FollowingEmptyState.tsx:67 #: src/view/com/posts/FollowingEndOfFeed.tsx:68 msgid "You can also discover new Custom Feeds to follow." msgstr "Anda juga dapat menemukan Feed Khusus baru untuk diikuti." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:123 +#~ msgid "You can also try our \"Discover\" algorithm:" +#~ msgstr "" + #: src/view/com/auth/create/Step1.tsx:106 #~ msgid "You can change hosting providers at any time." #~ msgstr "Anda dapat mengganti layanan hosting kapan pun." +#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +msgid "You can change these settings later." +msgstr "" + #: src/view/com/auth/login/Login.tsx:158 #: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 msgid "You can now sign in with your new password." @@ -4026,7 +4439,7 @@ msgstr "Anda belum memiliki kode undangan! Kami akan mengirimkan kode saat Anda msgid "You don't have any pinned feeds." msgstr "Anda tidak memiliki feed yang disematkan." -#: src/view/screens/Feeds.tsx:387 +#: src/view/screens/Feeds.tsx:419 msgid "You don't have any saved feeds!" msgstr "Anda tidak memiliki feed yang disimpan!" @@ -4034,7 +4447,7 @@ msgstr "Anda tidak memiliki feed yang disimpan!" msgid "You don't have any saved feeds." msgstr "Anda tidak memiliki feed yang disimpan." -#: src/view/com/post-thread/PostThread.tsx:385 +#: src/view/com/post-thread/PostThread.tsx:406 msgid "You have blocked the author or you have been blocked by the author." msgstr "Anda telah memblokir atau diblokir oleh penulis ini." @@ -4071,11 +4484,15 @@ msgstr "Anda belum membisukan akun lain. Untuk membisukan akun, kunjungi profil msgid "You must be 18 or older to enable adult content." msgstr "Anda harus berusia 18 tahun atau lebih untuk mengaktifkan konten dewasa." -#: src/view/com/util/forms/PostDropdownBtn.tsx:96 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:103 +msgid "You must be 18 years or older to enable adult content" +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:98 msgid "You will no longer receive notifications for this thread" msgstr "Anda tidak akan lagi menerima notifikasi untuk utas ini" -#: src/view/com/util/forms/PostDropdownBtn.tsx:99 +#: src/view/com/util/forms/PostDropdownBtn.tsx:101 msgid "You will now receive notifications for this thread" msgstr "Anda sekarang akan menerima notifikasi untuk utas ini" @@ -4083,6 +4500,20 @@ msgstr "Anda sekarang akan menerima notifikasi untuk utas ini" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Anda akan menerima email berisikan \"kode reset\". Masukkan kode tersebut di sini, lalu masukkan kata sandi baru." +#: src/screens/Onboarding/StepModeration/index.tsx:72 +msgid "You're in control" +msgstr "" + +#: src/screens/Deactivated.tsx:88 +#: src/screens/Deactivated.tsx:89 +#: src/screens/Deactivated.tsx:104 +msgid "You're in line" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:90 +msgid "You're ready to go!" +msgstr "" + #: src/view/com/posts/FollowingEndOfFeed.tsx:48 msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Anda telah mencapai akhir feed Anda! Temukan beberapa akun lain untuk diikuti." @@ -4103,6 +4534,10 @@ msgstr "Tanggal lahir Anda" msgid "Your choice will be saved, but can be changed later in settings." msgstr "Pilihan Anda akan disimpan, tetapi dapat diubah nanti di pengaturan." +#: src/screens/Onboarding/StepFollowingFeed.tsx:61 +msgid "Your default feed is \"Following\"" +msgstr "" + #: src/view/com/auth/create/state.ts:153 #: src/view/com/auth/login/ForgotPasswordForm.tsx:70 msgid "Your email appears to be invalid." @@ -4124,7 +4559,7 @@ msgstr "Alamat email Anda belum diverifikasi. Ini merupakan langkah keamanan pen 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/view/com/auth/create/Step3.tsx:42 +#: src/view/com/auth/create/Step3.tsx:45 msgid "Your full handle will be" msgstr "Handle lengkap Anda akan menjadi" @@ -4146,6 +4581,7 @@ msgstr "Kode undangan Anda disembunyikan saat masuk menggunakan Kata Sandi Aplik msgid "Your post has been published" msgstr "Postingan Anda telah dipublikasikan" +#: src/screens/Onboarding/StepFinished.tsx:105 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:59 msgid "Your posts, likes, and blocks are public. Mutes are private." diff --git a/src/locale/locales/ja/messages.po b/src/locale/locales/ja/messages.po index 96dd51edc..a0707b557 100644 --- a/src/locale/locales/ja/messages.po +++ b/src/locale/locales/ja/messages.po @@ -93,11 +93,11 @@ msgid "A new version of the app is available. Please update to continue using th msgstr "新しいバージョンのアプリが利用可能です。継続して使用するためにはアップデートしてください。" #: src/view/com/util/ViewHeader.tsx:83 -#: src/view/screens/Search/Search.tsx:545 +#: src/view/screens/Search/Search.tsx:624 msgid "Access navigation links and settings" msgstr "ナビゲーションリンクと設定にアクセス" -#: src/view/com/pager/FeedsTabBarMobile.tsx:83 +#: src/view/com/pager/FeedsTabBarMobile.tsx:89 msgid "Access profile and other navigation links" msgstr "プロフィールと他のナビゲーションリンクにアクセス" @@ -145,8 +145,8 @@ msgstr "アカウントのミュートを解除しました" #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:264 -#: src/view/com/modals/UserAddRemoveLists.tsx:203 -#: src/view/screens/ProfileList.tsx:791 +#: src/view/com/modals/UserAddRemoveLists.tsx:219 +#: src/view/screens/ProfileList.tsx:788 msgid "Add" msgstr "追加" @@ -154,7 +154,7 @@ msgstr "追加" msgid "Add a content warning" msgstr "コンテンツの警告を追加" -#: src/view/screens/ProfileList.tsx:781 +#: src/view/screens/ProfileList.tsx:778 msgid "Add a user to this list" msgstr "リストにユーザーを追加" @@ -165,7 +165,7 @@ msgstr "アカウントを追加" #: src/view/com/composer/photos/Gallery.tsx:119 #: src/view/com/composer/photos/Gallery.tsx:180 -#: src/view/com/modals/AltImage.tsx:93 +#: src/view/com/modals/AltImage.tsx:115 msgid "Add alt text" msgstr "ALTテキストを追加" @@ -201,7 +201,7 @@ msgid "Add to Lists" msgstr "リストに追加" #: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:281 +#: src/view/screens/ProfileFeed.tsx:272 msgid "Add to my feeds" msgstr "マイフィードに追加" @@ -210,7 +210,7 @@ msgid "Added" msgstr "追加済み" #: src/view/com/modals/ListAddRemoveUsers.tsx:191 -#: src/view/com/modals/UserAddRemoveLists.tsx:128 +#: src/view/com/modals/UserAddRemoveLists.tsx:144 msgid "Added to list" msgstr "リストに追加" @@ -230,6 +230,10 @@ msgstr "成人向けコンテンツ" msgid "Adult content can only be enabled via the Web at <0/>." msgstr "成人向けコンテンツを有効にするには、ウェブで<0/>にアクセスする必要があります。" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:78 +#~ msgid "Adult content can only be enabled via the Web at <0>bsky.app</0>." +#~ msgstr "" + #: src/view/screens/Settings.tsx:630 msgid "Advanced" msgstr "高度な設定" @@ -263,11 +267,15 @@ msgstr "以前のメールアドレス{0}にメールが送信されました。 msgid "An issue occurred, please try again." msgstr "問題が発生しました。もう一度お試しください。" -#: src/view/com/notifications/FeedItem.tsx:240 +#: src/view/com/notifications/FeedItem.tsx:236 #: src/view/com/threadgate/WhoCanReply.tsx:178 msgid "and" msgstr "および" +#: src/screens/Onboarding/index.tsx:32 +msgid "Animals" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:95 msgid "App Language" msgstr "アプリの言語" @@ -292,12 +300,12 @@ msgstr "アプリパスワードの設定" msgid "App passwords" msgstr "アプリパスワード" -#: src/Navigation.tsx:237 +#: src/Navigation.tsx:238 #: src/view/screens/AppPasswords.tsx:187 msgid "App Passwords" msgstr "アプリパスワード" -#: src/view/com/util/forms/PostDropdownBtn.tsx:248 +#: src/view/com/util/forms/PostDropdownBtn.tsx:250 msgid "Appeal content warning" msgstr "コンテンツの警告に異議を申し立てる" @@ -329,41 +337,49 @@ msgstr "アプリパスワード「{name}」を本当に削除しますか?" msgid "Are you sure you'd like to discard this draft?" msgstr "本当にこの下書きを破棄しますか?" -#: src/view/screens/ProfileList.tsx:364 +#: src/view/screens/ProfileList.tsx:361 msgid "Are you sure?" msgstr "本当によろしいですか?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:231 +#: src/view/com/util/forms/PostDropdownBtn.tsx:233 msgid "Are you sure? This cannot be undone." msgstr "本当によろしいですか?これは元に戻せません。" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:65 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:60 msgid "Are you writing in <0>{0}</0>?" msgstr "<0>{0}</0>で書かれた投稿ですか?" +#: src/screens/Onboarding/index.tsx:26 +msgid "Art" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:123 msgid "Artistic or non-erotic nudity." msgstr "芸術的または性的ではないヌード。" -#: src/view/com/auth/create/CreateAccount.tsx:142 +#: src/view/com/auth/create/CreateAccount.tsx:147 #: src/view/com/auth/login/ChooseAccountForm.tsx:151 #: src/view/com/auth/login/ForgotPasswordForm.tsx:170 #: src/view/com/auth/login/LoginForm.tsx:256 #: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/report/InputIssueDetails.tsx:46 -#: src/view/com/post-thread/PostThread.tsx:392 -#: src/view/com/post-thread/PostThread.tsx:442 -#: src/view/com/post-thread/PostThread.tsx:450 +#: src/view/com/post-thread/PostThread.tsx:413 +#: src/view/com/post-thread/PostThread.tsx:463 +#: src/view/com/post-thread/PostThread.tsx:471 #: src/view/com/profile/ProfileHeader.tsx:688 #: src/view/com/util/ViewHeader.tsx:81 msgid "Back" msgstr "戻る" -#: src/view/com/post-thread/PostThread.tsx:400 +#: src/view/com/post-thread/PostThread.tsx:421 msgctxt "action" msgid "Back" msgstr "戻る" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +msgid "Based on your interest in {interestsText}" +msgstr "" + #: src/view/screens/Settings.tsx:489 msgid "Basics" msgstr "基本" @@ -382,19 +398,19 @@ msgstr "誕生日:" msgid "Block Account" msgstr "アカウントをブロック" -#: src/view/screens/ProfileList.tsx:534 +#: src/view/screens/ProfileList.tsx:531 msgid "Block accounts" msgstr "アカウントをブロック" -#: src/view/screens/ProfileList.tsx:484 +#: src/view/screens/ProfileList.tsx:481 msgid "Block list" msgstr "リストをブロック" -#: src/view/screens/ProfileList.tsx:315 +#: src/view/screens/ProfileList.tsx:312 msgid "Block these accounts?" msgstr "これらのアカウントをブロックしますか?" -#: src/view/screens/ProfileList.tsx:319 +#: src/view/screens/ProfileList.tsx:316 msgid "Block this List" msgstr "このリストをブロック" @@ -407,7 +423,7 @@ msgstr "ブロックされています" msgid "Blocked accounts" msgstr "ブロック中のアカウント" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationBlockedAccounts.tsx:107 msgid "Blocked Accounts" msgstr "ブロック中のアカウント" @@ -420,11 +436,11 @@ msgstr "ブロック中のアカウントは、あなたのスレッドでの返 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:254 +#: src/view/com/post-thread/PostThread.tsx:272 msgid "Blocked post." msgstr "投稿をブロックしました。" -#: src/view/screens/ProfileList.tsx:317 +#: src/view/screens/ProfileList.tsx:314 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "ブロックしたことは公開されます。ブロック中のアカウントは、あなたのスレッドでの返信、あなたへのメンション、その他の方法であなたとやり取りすることはできません。" @@ -463,6 +479,10 @@ msgstr "Blueskyはログアウトしたユーザーにあなたのプロフィ msgid "Bluesky.Social" msgstr "Bluesky.Social" +#: src/screens/Onboarding/index.tsx:33 +msgid "Books" +msgstr "" + #: src/view/screens/Settings.tsx:792 msgid "Build version {0} {1}" msgstr "ビルドバージョン {0} {1}" @@ -506,7 +526,7 @@ msgstr "英数字、スペース、ハイフン、アンダースコアのみが #: src/view/com/composer/Composer.tsx:305 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/CreateOrEditList.tsx:286 +#: src/view/com/modals/CreateOrEditList.tsx:355 #: src/view/com/modals/EditImage.tsx:323 #: src/view/com/modals/EditProfile.tsx:249 #: src/view/com/modals/InAppBrowserConsent.tsx:78 @@ -515,14 +535,14 @@ msgstr "英数字、スペース、ハイフン、アンダースコアのみが #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 #: src/view/com/modals/Waitlist.tsx:142 -#: src/view/screens/Search/Search.tsx:609 +#: src/view/screens/Search/Search.tsx:693 #: src/view/shell/desktop/Search.tsx:238 msgid "Cancel" msgstr "キャンセル" #: src/view/com/modals/Confirm.tsx:88 #: src/view/com/modals/Confirm.tsx:91 -#: src/view/com/modals/CreateOrEditList.tsx:291 +#: src/view/com/modals/CreateOrEditList.tsx:360 #: src/view/com/modals/DeleteAccount.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:230 msgctxt "action" @@ -585,7 +605,7 @@ msgstr "ハンドルを変更" msgid "Change my email" msgstr "メールアドレスを変更" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:78 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:73 msgid "Change post language to {0}" msgstr "投稿の言語を{0}に変更します" @@ -593,6 +613,11 @@ msgstr "投稿の言語を{0}に変更します" msgid "Change Your Email" msgstr "メールアドレスを変更" +#: src/screens/Deactivated.tsx:73 +#: src/screens/Deactivated.tsx:77 +msgid "Check my status" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:121 msgid "Check out some recommended feeds. Tap + to add them to your list of pinned feeds." msgstr "おすすめのフィードを確認してください。「+」をタップするとピン留めしたフィードのリストに追加されます。" @@ -617,11 +642,23 @@ msgstr "Blueskyの別のユーザー名を選択するか、新規に作成し msgid "Choose Service" msgstr "サービスを選択" +#: src/screens/Onboarding/StepFinished.tsx:135 +msgid "Choose the algorithms that power your custom feeds." +msgstr "" + #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:83 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:83 msgid "Choose the algorithms that power your experience with custom feeds." msgstr "カスタムフィードを使用してあなたの体験を強化するアルゴリズムを選択します。" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#~ msgid "Choose your algorithmic feeds" +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +msgid "Choose your main feeds" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:163 msgid "Choose your password" msgstr "パスワードを選択" @@ -645,7 +682,7 @@ msgid "Clear all storage data (restart after this)" msgstr "すべてのストレージデータをクリア(この後再起動します)" #: src/view/com/util/forms/SearchInput.tsx:74 -#: src/view/screens/Search/Search.tsx:590 +#: src/view/screens/Search/Search.tsx:674 msgid "Clear search query" msgstr "検索クエリをクリア" @@ -653,6 +690,10 @@ msgstr "検索クエリをクリア" msgid "click here" msgstr "こちらをクリック" +#: src/screens/Onboarding/index.tsx:35 +msgid "Climate" +msgstr "" + #: src/components/Dialog/index.web.tsx:78 msgid "Close active dialog" msgstr "アクティブなダイアログを閉じる" @@ -669,7 +710,7 @@ msgstr "一番下の引き出しを閉じる" msgid "Close image" msgstr "画像を閉じる" -#: src/view/com/lightbox/Lightbox.web.tsx:112 +#: src/view/com/lightbox/Lightbox.web.tsx:119 msgid "Close image viewer" msgstr "画像ビューアを閉じる" @@ -693,15 +734,27 @@ msgstr "投稿の編集画面を閉じ、下書きを削除する" msgid "Closes viewer for header image" msgstr "ヘッダー画像のビューワーを閉じる" -#: src/view/com/notifications/FeedItem.tsx:321 +#: src/view/com/notifications/FeedItem.tsx:317 msgid "Collapses list of users for a given notification" msgstr "指定した通知のユーザーリストを折りたたむ" -#: src/Navigation.tsx:227 +#: src/screens/Onboarding/index.tsx:41 +msgid "Comedy" +msgstr "" + +#: src/screens/Onboarding/index.tsx:27 +msgid "Comics" +msgstr "" + +#: src/Navigation.tsx:228 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "コミュニティガイドライン" +#: src/screens/Onboarding/StepFinished.tsx:148 +msgid "Complete onboarding and start using your account" +msgstr "" + #: src/view/com/composer/Composer.tsx:417 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "{MAX_GRAPHEME_LENGTH}文字までの投稿を作成" @@ -710,6 +763,10 @@ msgstr "{MAX_GRAPHEME_LENGTH}文字までの投稿を作成" msgid "Compose reply" msgstr "返信を作成" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:67 +msgid "Configure content filtering setting for category: {0}" +msgstr "" + #: src/components/Prompt.tsx:114 #: src/view/com/modals/AppealLabel.tsx:98 #: src/view/com/modals/SelfLabel.tsx:154 @@ -753,12 +810,12 @@ msgstr "確認コード" msgid "Confirms signing up {email} to the waitlist" msgstr "{email}のWaitlistへの登録を確認" -#: src/view/com/auth/create/CreateAccount.tsx:175 +#: src/view/com/auth/create/CreateAccount.tsx:182 #: src/view/com/auth/login/LoginForm.tsx:275 msgid "Connecting..." msgstr "接続中..." -#: src/view/com/auth/create/CreateAccount.tsx:195 +#: src/view/com/auth/create/CreateAccount.tsx:202 msgid "Contact support" msgstr "サポートに連絡" @@ -788,11 +845,35 @@ msgstr "コンテンツの警告" msgid "Content warnings" msgstr "コンテンツの警告" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:155 +#: src/screens/Onboarding/StepFollowingFeed.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:248 +#: src/screens/Onboarding/StepModeration/index.tsx:118 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:108 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 msgid "Continue" msgstr "続行" +#: src/screens/Onboarding/StepFollowingFeed.tsx:150 +#: src/screens/Onboarding/StepInterests/index.tsx:245 +#: src/screens/Onboarding/StepModeration/index.tsx:115 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:105 +msgid "Continue to next step" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:152 +msgid "Continue to the next step" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 +msgid "Continue to the next step without following any accounts" +msgstr "" + +#: src/screens/Onboarding/index.tsx:44 +msgid "Cooking" +msgstr "" + #: src/view/com/modals/AddAppPasswords.tsx:197 #: src/view/com/modals/InviteCodes.tsx:182 msgid "Copied" @@ -804,7 +885,7 @@ msgstr "ビルドバージョンをクリップボードにコピーしました #: src/view/com/modals/AddAppPasswords.tsx:75 #: src/view/com/modals/InviteCodes.tsx:152 -#: src/view/com/util/forms/PostDropdownBtn.tsx:110 +#: src/view/com/util/forms/PostDropdownBtn.tsx:112 msgid "Copied to clipboard" msgstr "クリップボードにコピーしました" @@ -816,11 +897,11 @@ msgstr "アプリパスワードをコピーします" msgid "Copy" msgstr "コピー" -#: src/view/screens/ProfileList.tsx:396 +#: src/view/screens/ProfileList.tsx:393 msgid "Copy link to list" msgstr "リストへのリンクをコピー" -#: src/view/com/util/forms/PostDropdownBtn.tsx:151 +#: src/view/com/util/forms/PostDropdownBtn.tsx:153 msgid "Copy link to post" msgstr "投稿へのリンクをコピー" @@ -828,24 +909,24 @@ msgstr "投稿へのリンクをコピー" msgid "Copy link to profile" msgstr "プロフィールへのリンクをコピー" -#: src/view/com/util/forms/PostDropdownBtn.tsx:137 +#: src/view/com/util/forms/PostDropdownBtn.tsx:139 msgid "Copy post text" msgstr "投稿のテキストをコピー" -#: src/Navigation.tsx:232 +#: src/Navigation.tsx:233 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "著作権ポリシー" -#: src/view/screens/ProfileFeed.tsx:95 +#: src/view/screens/ProfileFeed.tsx:96 msgid "Could not load feed" msgstr "フィードのロードに失敗しました" -#: src/view/screens/ProfileList.tsx:867 +#: src/view/screens/ProfileList.tsx:864 msgid "Could not load list" msgstr "リストのロードに失敗しました" -#: src/view/com/auth/create/Step2.tsx:89 +#: src/view/com/auth/create/Step2.tsx:90 msgid "Country" msgstr "国" @@ -876,11 +957,11 @@ msgstr "新しいアカウントを作成" msgid "Created {0}" msgstr "{0}を作成済み" -#: src/view/screens/ProfileFeed.tsx:625 +#: src/view/screens/ProfileFeed.tsx:616 msgid "Created by <0/>" msgstr "作成者:<0/>" -#: src/view/screens/ProfileFeed.tsx:623 +#: src/view/screens/ProfileFeed.tsx:614 msgid "Created by you" msgstr "作成者:あなた" @@ -888,6 +969,10 @@ msgstr "作成者:あなた" msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "サムネイル付きのカードを作成します。そのカードは次のアドレスへリンクします:{url}" +#: src/screens/Onboarding/index.tsx:29 +msgid "Culture" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:389 #: src/view/com/modals/ServerInput.tsx:102 msgid "Custom domain" @@ -930,8 +1015,8 @@ msgstr "アカウントを削除" msgid "Delete app password" msgstr "アプリパスワードを削除" -#: src/view/screens/ProfileList.tsx:363 -#: src/view/screens/ProfileList.tsx:423 +#: src/view/screens/ProfileList.tsx:360 +#: src/view/screens/ProfileList.tsx:420 msgid "Delete List" msgstr "リストを削除" @@ -943,11 +1028,11 @@ msgstr "マイアカウントを削除" msgid "Delete my account…" msgstr "マイアカウントを削除…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:226 +#: src/view/com/util/forms/PostDropdownBtn.tsx:228 msgid "Delete post" msgstr "投稿を削除" -#: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Delete this post?" msgstr "この投稿を削除しますか?" @@ -955,12 +1040,12 @@ msgstr "この投稿を削除しますか?" msgid "Deleted" msgstr "削除されています" -#: src/view/com/post-thread/PostThread.tsx:246 +#: src/view/com/post-thread/PostThread.tsx:264 msgid "Deleted post." msgstr "投稿を削除しました。" -#: src/view/com/modals/CreateOrEditList.tsx:237 -#: src/view/com/modals/CreateOrEditList.tsx:253 +#: src/view/com/modals/CreateOrEditList.tsx:300 +#: src/view/com/modals/CreateOrEditList.tsx:321 #: src/view/com/modals/EditProfile.tsx:198 #: src/view/com/modals/EditProfile.tsx:210 msgid "Description" @@ -995,7 +1080,7 @@ msgstr "アプリがログアウトしたユーザーに自分のアカウント msgid "Discover new custom feeds" msgstr "新しいカスタムフィードを見つける" -#: src/view/screens/Feeds.tsx:409 +#: src/view/screens/Feeds.tsx:441 msgid "Discover new feeds" msgstr "新しいフィードを見つける" @@ -1021,15 +1106,15 @@ msgstr "招待コードをお持ちでない場合" #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 #: src/view/com/modals/Threadgate.tsx:132 -#: src/view/com/modals/UserAddRemoveLists.tsx:79 -#: src/view/com/modals/UserAddRemoveLists.tsx:82 +#: src/view/com/modals/UserAddRemoveLists.tsx:95 +#: src/view/com/modals/UserAddRemoveLists.tsx:98 #: src/view/screens/PreferencesThreads.tsx:162 msgctxt "action" msgid "Done" msgstr "完了" #: src/view/com/modals/AddAppPasswords.tsx:228 -#: src/view/com/modals/AltImage.tsx:115 +#: src/view/com/modals/AltImage.tsx:138 #: src/view/com/modals/ContentFilteringSettings.tsx:88 #: src/view/com/modals/ContentFilteringSettings.tsx:96 #: src/view/com/modals/crop-image/CropImage.web.tsx:152 @@ -1048,6 +1133,14 @@ msgstr "完了{extraText}" msgid "Double tap to sign in" msgstr "ダブルタップでサインイン" +#: src/view/com/composer/text-input/TextInput.web.tsx:244 +msgid "Drop to add images" +msgstr "" + +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:111 +msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." +msgstr "" + #: src/view/com/modals/EditProfile.tsx:185 msgid "e.g. Alice Roberts" msgstr "例:山田 太郎" @@ -1056,19 +1149,19 @@ msgstr "例:山田 太郎" msgid "e.g. Artist, dog-lover, and avid reader." msgstr "例:アーティスト、犬好き、熱烈な読書愛好家。" -#: src/view/com/modals/CreateOrEditList.tsx:223 +#: src/view/com/modals/CreateOrEditList.tsx:283 msgid "e.g. Great Posters" msgstr "例:重要な投稿をするユーザー" -#: src/view/com/modals/CreateOrEditList.tsx:224 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Spammers" msgstr "例:スパム" -#: src/view/com/modals/CreateOrEditList.tsx:244 +#: src/view/com/modals/CreateOrEditList.tsx:312 msgid "e.g. The posters who never miss." msgstr "例:絶対に投稿を見逃してはならないユーザー。" -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. Users that repeatedly reply with ads." msgstr "例:返信として広告を繰り返し送ってくるユーザー。" @@ -1086,16 +1179,16 @@ msgstr "編集" msgid "Edit image" msgstr "画像を編集" -#: src/view/screens/ProfileList.tsx:411 +#: src/view/screens/ProfileList.tsx:408 msgid "Edit list details" msgstr "リストの詳細を編集" -#: src/view/com/modals/CreateOrEditList.tsx:192 +#: src/view/com/modals/CreateOrEditList.tsx:250 msgid "Edit Moderation List" msgstr "モデレーションリストを編集" -#: src/Navigation.tsx:242 -#: src/view/screens/Feeds.tsx:371 +#: src/Navigation.tsx:243 +#: src/view/screens/Feeds.tsx:403 #: src/view/screens/SavedFeeds.tsx:84 msgid "Edit My Feeds" msgstr "マイフィードを編集" @@ -1112,11 +1205,11 @@ msgstr "プロフィールを編集" msgid "Edit Profile" msgstr "プロフィールを編集" -#: src/view/screens/Feeds.tsx:334 +#: src/view/screens/Feeds.tsx:337 msgid "Edit Saved Feeds" msgstr "保存されたフィードを編集" -#: src/view/com/modals/CreateOrEditList.tsx:187 +#: src/view/com/modals/CreateOrEditList.tsx:245 msgid "Edit User List" msgstr "ユーザーリストを編集" @@ -1128,9 +1221,13 @@ msgstr "あなたの表示名を編集します" msgid "Edit your profile description" msgstr "あなたのプロフィールの説明を編集します" +#: src/screens/Onboarding/index.tsx:34 +msgid "Education" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:143 -#: src/view/com/auth/create/Step2.tsx:192 -#: src/view/com/auth/create/Step2.tsx:266 +#: src/view/com/auth/create/Step2.tsx:193 +#: src/view/com/auth/create/Step2.tsx:268 #: src/view/com/auth/login/ForgotPasswordForm.tsx:152 #: src/view/com/modals/ChangeEmail.tsx:141 #: src/view/com/modals/Waitlist.tsx:88 @@ -1167,6 +1264,11 @@ msgstr "{0}のみ有効にする" msgid "Enable Adult Content" msgstr "成人向けコンテンツを有効にする" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:76 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:77 +msgid "Enable adult content in your feeds" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 msgid "Enable External Media" msgstr "外部メディアを有効にする" @@ -1179,7 +1281,7 @@ msgstr "有効にするメディアプレイヤー" msgid "Enable this setting to only see replies between people you follow." msgstr "この設定を有効にすると、自分がフォローしているユーザーからの返信だけが表示されます。" -#: src/view/screens/Profile.tsx:427 +#: src/view/screens/Profile.tsx:437 msgid "End of feed" msgstr "フィードの終わり" @@ -1224,7 +1326,7 @@ msgstr "上記に新しいメールアドレスを入力してください" msgid "Enter your new email address below." msgstr "以下に新しいメールアドレスを入力してください。" -#: src/view/com/auth/create/Step2.tsx:186 +#: src/view/com/auth/create/Step2.tsx:187 msgid "Enter your phone number" msgstr "電話番号を入力" @@ -1232,7 +1334,7 @@ msgstr "電話番号を入力" msgid "Enter your username and password" msgstr "ユーザー名とパスワードを入力してください" -#: src/view/screens/Search/Search.tsx:107 +#: src/view/screens/Search/Search.tsx:109 msgid "Error:" msgstr "エラー:" @@ -1244,7 +1346,7 @@ msgstr "全員" msgid "Exits handle change process" msgstr "ハンドルの変更を終了" -#: src/view/com/lightbox/Lightbox.web.tsx:113 +#: src/view/com/lightbox/Lightbox.web.tsx:120 msgid "Exits image view" msgstr "画像表示を終了" @@ -1257,7 +1359,7 @@ msgstr "検索クエリの入力を終了" msgid "Exits signing up for waitlist with {email}" msgstr "{email}でWaitlistへの登録を終了" -#: src/view/com/lightbox/Lightbox.web.tsx:156 +#: src/view/com/lightbox/Lightbox.web.tsx:163 msgid "Expand alt text" msgstr "ALTテキストを展開" @@ -1275,7 +1377,7 @@ msgstr "外部メディア" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "外部メディアを有効にすると、それらのメディアのウェブサイトがあなたやお使いのデバイスに関する情報を収集する場合があります。その場合でも、あなたが「再生」ボタンを押すまで情報は送信されず、要求もされません。" -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:259 #: src/view/screens/PreferencesExternalEmbeds.tsx:52 #: src/view/screens/Settings.tsx:623 msgid "External Media Preferences" @@ -1290,11 +1392,11 @@ msgstr "外部メディアの設定" msgid "Failed to create app password." msgstr "アプリパスワードの作成に失敗しました。" -#: src/view/com/modals/CreateOrEditList.tsx:148 +#: src/view/com/modals/CreateOrEditList.tsx:206 msgid "Failed to create the list. Check your internet connection and try again." msgstr "リストの作成に失敗しました。インターネットへの接続を確認の上、もう一度お試しください。" -#: src/view/com/util/forms/PostDropdownBtn.tsx:86 +#: src/view/com/util/forms/PostDropdownBtn.tsx:88 msgid "Failed to delete post, please try again" msgstr "投稿の削除に失敗しました。もう一度お試しください。" @@ -1303,7 +1405,7 @@ msgstr "投稿の削除に失敗しました。もう一度お試しください msgid "Failed to load recommended feeds" msgstr "おすすめのフィードのロードに失敗しました" -#: src/Navigation.tsx:192 +#: src/Navigation.tsx:193 msgid "Feed" msgstr "フィード" @@ -1311,7 +1413,7 @@ msgstr "フィード" msgid "Feed by {0}" msgstr "{0}によるフィード" -#: src/view/screens/Feeds.tsx:560 +#: src/view/screens/Feeds.tsx:597 msgid "Feed offline" msgstr "フィードはオフラインです" @@ -1324,9 +1426,9 @@ msgstr "フィードの設定" msgid "Feedback" msgstr "フィードバック" -#: src/Navigation.tsx:440 -#: src/view/screens/Feeds.tsx:479 -#: src/view/screens/Profile.tsx:165 +#: src/Navigation.tsx:443 +#: src/view/screens/Feeds.tsx:514 +#: src/view/screens/Profile.tsx:175 #: src/view/shell/bottom-bar/BottomBar.tsx:181 #: src/view/shell/desktop/LeftNav.tsx:342 #: src/view/shell/Drawer.tsx:479 @@ -1334,6 +1436,14 @@ msgstr "フィードバック" msgid "Feeds" msgstr "フィード" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#~ msgid "Feeds are created by users and can give you entirely new experiences." +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +msgid "Feeds are created by users and organizations. They offer you varied experiences and suggest content you may like using algorithms." +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:57 msgid "Feeds are created by users to curate content. Choose some feeds that you find interesting." msgstr "フィードはコンテンツを整理する為にユーザーによって作成されます。興味のあるフィードをいくつか選択してください。" @@ -1342,17 +1452,25 @@ msgstr "フィードはコンテンツを整理する為にユーザーによっ msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information." msgstr "フィードはユーザーがプログラミングの専門知識を持って構築するカスタムアルゴリズムです。詳細については、<0/>を参照してください。" +#: src/screens/Onboarding/StepTopicalFeeds.tsx:70 +msgid "Feeds can be topical as well!" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:151 +msgid "Finalizing" +msgstr "" + #: src/view/com/posts/CustomFeedEmptyState.tsx:47 #: src/view/com/posts/FollowingEmptyState.tsx:57 #: src/view/com/posts/FollowingEndOfFeed.tsx:58 msgid "Find accounts to follow" msgstr "フォローするアカウントを探す" -#: src/view/screens/Search/Search.tsx:429 +#: src/view/screens/Search/Search.tsx:439 msgid "Find users on Bluesky" msgstr "Blueskyでユーザーを検索" -#: src/view/screens/Search/Search.tsx:427 +#: src/view/screens/Search/Search.tsx:437 msgid "Find users with the search tool on the right" msgstr "右側の検索ツールでユーザーを検索" @@ -1368,6 +1486,14 @@ msgstr "ホーム画面に表示されるコンテンツを微調整します。 msgid "Fine-tune the discussion threads." msgstr "ディスカッションスレッドを微調整します。" +#: src/screens/Onboarding/index.tsx:38 +msgid "Fitness" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:131 +msgid "Flexible" +msgstr "" + #: src/view/com/modals/EditImage.tsx:115 msgid "Flip horizontal" msgstr "水平方向に反転" @@ -1386,10 +1512,23 @@ msgstr "フォロー" msgid "Follow" msgstr "フォロー" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 #: src/view/com/profile/ProfileHeader.tsx:543 msgid "Follow {0}" msgstr "{0}をフォロー" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:178 +msgid "Follow All" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +msgid "Follow selected accounts and continue to the next step" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +#~ msgid "Follow selected accounts and continue to then next step" +#~ msgstr "" + #: src/view/com/auth/onboarding/RecommendedFollows.tsx:64 msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." msgstr "何人かのユーザーをフォローして開始します。興味を持っている人に基づいて、より多くのユーザーをおすすめします。" @@ -1435,6 +1574,10 @@ msgstr "あなたをフォロー" msgid "Follows You" msgstr "あなたをフォロー" +#: src/screens/Onboarding/index.tsx:43 +msgid "Food" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:107 msgid "For security reasons, we'll need to send a confirmation code to your email address." msgstr "セキュリティ上の理由から、あなたのメールアドレスに確認コードを送信する必要があります。" @@ -1456,7 +1599,7 @@ msgstr "パスワードを忘れた" msgid "Forgot Password" msgstr "パスワードを忘れた" -#: src/view/com/posts/FeedItem.tsx:188 +#: src/view/com/posts/FeedItem.tsx:189 msgctxt "from-feed" msgid "From <0/>" msgstr "<0/>から" @@ -1477,14 +1620,19 @@ msgstr "はじめに" msgid "Go back" msgstr "戻る" -#: src/view/screens/ProfileFeed.tsx:104 -#: src/view/screens/ProfileFeed.tsx:109 -#: src/view/screens/ProfileList.tsx:876 -#: src/view/screens/ProfileList.tsx:881 +#: src/view/screens/ProfileFeed.tsx:105 +#: src/view/screens/ProfileFeed.tsx:110 +#: src/view/screens/ProfileList.tsx:873 +#: src/view/screens/ProfileList.tsx:878 msgid "Go Back" msgstr "戻る" -#: src/view/screens/Search/Search.tsx:640 +#: src/screens/Onboarding/Layout.tsx:104 +#: src/screens/Onboarding/Layout.tsx:193 +msgid "Go back to previous step" +msgstr "" + +#: src/view/screens/Search/Search.tsx:724 #: src/view/shell/desktop/Search.tsx:262 msgid "Go to @{queryMaybeHandle}" msgstr "@{queryMaybeHandle}へ" @@ -1499,7 +1647,7 @@ msgstr "次へ" msgid "Handle" msgstr "ハンドル" -#: src/view/com/auth/create/CreateAccount.tsx:190 +#: src/view/com/auth/create/CreateAccount.tsx:197 msgid "Having trouble?" msgstr "何か問題が発生しましたか?" @@ -1508,23 +1656,40 @@ msgstr "何か問題が発生しましたか?" msgid "Help" msgstr "ヘルプ" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +msgid "Here are some accounts for you to follow" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +#~ msgid "Here are some accounts for your to follow" +#~ msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:79 +msgid "Here are some popular topical feeds. You can choose to follow as many as you like." +msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:74 +msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." +msgstr "" + #: src/view/com/modals/AddAppPasswords.tsx:152 msgid "Here is your app password." msgstr "アプリパスワードをお知らせします。" -#: src/view/com/modals/ContentFilteringSettings.tsx:219 -#: src/view/com/notifications/FeedItem.tsx:329 -msgctxt "action" -msgid "Hide" -msgstr "非表示" - +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:41 #: src/view/com/modals/ContentFilteringSettings.tsx:246 #: src/view/com/util/moderation/ContentHider.tsx:105 #: src/view/com/util/moderation/PostHider.tsx:108 msgid "Hide" msgstr "非表示" -#: src/view/com/util/forms/PostDropdownBtn.tsx:185 +#: src/view/com/modals/ContentFilteringSettings.tsx:219 +#: src/view/com/notifications/FeedItem.tsx:325 +msgctxt "action" +msgid "Hide" +msgstr "非表示" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:187 msgid "Hide post" msgstr "投稿を非表示" @@ -1533,11 +1698,11 @@ msgstr "投稿を非表示" msgid "Hide the content" msgstr "コンテンツを非表示" -#: src/view/com/util/forms/PostDropdownBtn.tsx:189 +#: src/view/com/util/forms/PostDropdownBtn.tsx:191 msgid "Hide this post?" msgstr "この投稿を非表示にしますか?" -#: src/view/com/notifications/FeedItem.tsx:319 +#: src/view/com/notifications/FeedItem.tsx:315 msgid "Hide user list" msgstr "ユーザーリストを非表示" @@ -1565,7 +1730,7 @@ msgstr "フィードサーバーの反応が悪いようです。この問題を msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "このフィードが見つからないようです。もしかしたら削除されたのかもしれません。" -#: src/Navigation.tsx:430 +#: src/Navigation.tsx:433 #: src/view/shell/bottom-bar/BottomBar.tsx:137 #: src/view/shell/desktop/LeftNav.tsx:306 #: src/view/shell/Drawer.tsx:401 @@ -1573,8 +1738,8 @@ msgstr "このフィードが見つからないようです。もしかしたら msgid "Home" msgstr "ホーム" -#: src/Navigation.tsx:247 -#: src/view/com/pager/FeedsTabBarMobile.tsx:117 +#: src/Navigation.tsx:248 +#: src/view/com/pager/FeedsTabBarMobile.tsx:123 #: src/view/screens/PreferencesHomeFeed.tsx:104 #: src/view/screens/Settings.tsx:509 msgid "Home Feed Preferences" @@ -1605,7 +1770,7 @@ msgstr "確認コードを持っています" msgid "I have my own domain" msgstr "自分のドメインを持っています" -#: src/view/com/lightbox/Lightbox.web.tsx:158 +#: src/view/com/lightbox/Lightbox.web.tsx:165 msgid "If alt text is long, toggles alt text expanded state" msgstr "ALTテキストが長い場合、ALTテキストの展開状態を切り替える" @@ -1613,11 +1778,11 @@ msgstr "ALTテキストが長い場合、ALTテキストの展開状態を切り msgid "If none are selected, suitable for all ages." msgstr "選択されていない場合は、すべての年齢に適しています。" -#: src/view/com/util/images/Gallery.tsx:37 +#: src/view/com/util/images/Gallery.tsx:38 msgid "Image" msgstr "画像" -#: src/view/com/modals/AltImage.tsx:97 +#: src/view/com/modals/AltImage.tsx:119 msgid "Image alt text" msgstr "画像のALTテキスト" @@ -1662,7 +1827,7 @@ msgstr "新しいパスワードを入力" msgid "Input password for account deletion" msgstr "アカウント削除のためにパスワードを入力" -#: src/view/com/auth/create/Step2.tsx:194 +#: src/view/com/auth/create/Step2.tsx:195 msgid "Input phone number for SMS verification" msgstr "SMS認証に用いる電話番号を入力" @@ -1674,7 +1839,7 @@ msgstr "{identifier}に紐づくパスワードを入力" msgid "Input the username or email address you used at signup" msgstr "サインアップ時に使用したユーザー名またはメールアドレスを入力" -#: src/view/com/auth/create/Step2.tsx:268 +#: src/view/com/auth/create/Step2.tsx:270 msgid "Input the verification code we have texted to you" msgstr "テキストメッセージで送られてきた認証コードを入力してください" @@ -1686,11 +1851,11 @@ msgstr "BlueskyのWaitlistに登録するメールアドレスを入力" msgid "Input your password" msgstr "あなたのパスワードを入力" -#: src/view/com/auth/create/Step3.tsx:39 +#: src/view/com/auth/create/Step3.tsx:42 msgid "Input your user handle" msgstr "あなたのユーザーハンドルを入力" -#: src/view/com/post-thread/PostThreadItem.tsx:229 +#: src/view/com/post-thread/PostThreadItem.tsx:231 msgid "Invalid or unsupported post record" msgstr "無効またはサポートされていない投稿のレコード" @@ -1728,6 +1893,10 @@ msgstr "使用可能な招待コード: {invitesAvailable} 個" msgid "Invite codes: 1 available" msgstr "招待コード:1個使用可能" +#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +msgid "It shows posts from the people you follow as they happen." +msgstr "" + #: src/view/com/auth/HomeLoggedOutCTA.tsx:99 msgid "Jobs" msgstr "仕事" @@ -1745,6 +1914,10 @@ msgstr "Waitlistに参加します。" msgid "Join Waitlist" msgstr "Waitlistに参加" +#: src/screens/Onboarding/index.tsx:24 +msgid "Journalism" +msgstr "" + #: src/view/com/composer/select-language/SelectLangBtn.tsx:104 msgid "Language selection" msgstr "言語の選択" @@ -1753,7 +1926,7 @@ msgstr "言語の選択" msgid "Language settings" msgstr "言語の設定" -#: src/Navigation.tsx:139 +#: src/Navigation.tsx:140 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "言語の設定" @@ -1796,6 +1969,10 @@ msgstr "どの言語も表示するには、すべてのチェックを外した msgid "Leaving Bluesky" msgstr "Blueskyから離れる" +#: src/screens/Deactivated.tsx:129 +msgid "left to go." +msgstr "" + #: src/view/screens/Settings.tsx:280 msgid "Legacy storage cleared, you need to restart the app now." msgstr "レガシーストレージがクリアされたため、今すぐアプリを再起動する必要があります。" @@ -1805,6 +1982,10 @@ msgstr "レガシーストレージがクリアされたため、今すぐアプ msgid "Let's get your password reset!" msgstr "パスワードをリセットしましょう!" +#: src/screens/Onboarding/StepFinished.tsx:151 +msgid "Let's go!" +msgstr "" + #: src/view/com/util/UserAvatar.tsx:245 #: src/view/com/util/UserBanner.tsx:60 msgid "Library" @@ -1814,41 +1995,52 @@ msgstr "ライブラリー" msgid "Light" msgstr "ライト" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:189 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 msgid "Like" msgstr "いいね" -#: src/view/screens/ProfileFeed.tsx:600 +#: src/view/screens/ProfileFeed.tsx:591 msgid "Like this feed" msgstr "このフィードをいいね" -#: src/Navigation.tsx:197 -#: src/view/screens/PostLikedBy.tsx:27 -#: src/view/screens/ProfileFeedLikedBy.tsx:27 +#: src/Navigation.tsx:198 msgid "Liked by" msgstr "いいねしたユーザー" +#: src/view/screens/PostLikedBy.tsx:27 +#: src/view/screens/ProfileFeedLikedBy.tsx:27 +msgid "Liked By" +msgstr "" + #: src/view/com/feeds/FeedSourceCard.tsx:277 msgid "Liked by {0} {1}" msgstr "{0} {1}にいいねされました" -#: src/view/screens/ProfileFeed.tsx:615 +#: src/view/screens/ProfileFeed.tsx:606 msgid "Liked by {likeCount} {0}" msgstr "いいねしたユーザー:{likeCount}人" +#: src/view/com/notifications/FeedItem.tsx:170 +msgid "liked your custom feed" +msgstr "" + +#: src/view/com/notifications/FeedItem.tsx:171 +#~ msgid "liked your custom feed '{0}'" +#~ msgstr "" + #: src/view/com/notifications/FeedItem.tsx:171 -msgid "liked your custom feed{0}" -msgstr "{0}にあなたのカスタムフィールドがいいねされました" +#~ msgid "liked your custom feed{0}" +#~ msgstr "{0}にあなたのカスタムフィールドがいいねされました" #: src/view/com/notifications/FeedItem.tsx:155 msgid "liked your post" msgstr "あなたの投稿がいいねされました" -#: src/view/screens/Profile.tsx:164 +#: src/view/screens/Profile.tsx:174 msgid "Likes" msgstr "いいね" -#: src/view/com/post-thread/PostThreadItem.tsx:184 +#: src/view/com/post-thread/PostThreadItem.tsx:185 msgid "Likes on this post" msgstr "この投稿をいいねする" @@ -1856,15 +2048,15 @@ msgstr "この投稿をいいねする" #~ msgid "Limit the visibility of my account to logged-out users" #~ msgstr "ログアウトしたユーザーに対して私のアカウントの閲覧を制限" -#: src/Navigation.tsx:166 +#: src/Navigation.tsx:167 msgid "List" msgstr "リスト" -#: src/view/com/modals/CreateOrEditList.tsx:203 +#: src/view/com/modals/CreateOrEditList.tsx:261 msgid "List Avatar" msgstr "リストのアバター" -#: src/view/screens/ProfileList.tsx:323 +#: src/view/screens/ProfileList.tsx:320 msgid "List blocked" msgstr "リストをブロックしました" @@ -1872,47 +2064,47 @@ msgstr "リストをブロックしました" msgid "List by {0}" msgstr "{0}によるリスト" -#: src/view/screens/ProfileList.tsx:367 +#: src/view/screens/ProfileList.tsx:364 msgid "List deleted" msgstr "リストを削除しました" -#: src/view/screens/ProfileList.tsx:282 +#: src/view/screens/ProfileList.tsx:279 msgid "List muted" msgstr "リストをミュートしました" -#: src/view/com/modals/CreateOrEditList.tsx:216 +#: src/view/com/modals/CreateOrEditList.tsx:275 msgid "List Name" msgstr "リストの名前" -#: src/view/screens/ProfileList.tsx:342 +#: src/view/screens/ProfileList.tsx:339 msgid "List unblocked" msgstr "リストのブロックを解除しました" -#: src/view/screens/ProfileList.tsx:301 +#: src/view/screens/ProfileList.tsx:298 msgid "List unmuted" msgstr "リストのミュートを解除しました" -#: src/Navigation.tsx:109 -#: src/view/screens/Profile.tsx:166 +#: src/Navigation.tsx:110 +#: src/view/screens/Profile.tsx:176 #: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 msgid "Lists" msgstr "リスト" -#: src/view/com/post-thread/PostThread.tsx:263 -#: src/view/com/post-thread/PostThread.tsx:271 +#: src/view/com/post-thread/PostThread.tsx:281 +#: src/view/com/post-thread/PostThread.tsx:289 msgid "Load more posts" msgstr "投稿をさらにロード" -#: src/view/screens/Notifications.tsx:148 +#: src/view/screens/Notifications.tsx:155 msgid "Load new notifications" msgstr "最新の通知をロード" #: src/view/com/feeds/FeedPage.tsx:190 -#: src/view/screens/Profile.tsx:412 -#: src/view/screens/ProfileFeed.tsx:503 -#: src/view/screens/ProfileList.tsx:659 +#: src/view/screens/Profile.tsx:422 +#: src/view/screens/ProfileFeed.tsx:494 +#: src/view/screens/ProfileList.tsx:656 msgid "Load new posts" msgstr "最新の投稿をロード" @@ -1924,10 +2116,17 @@ msgstr "ロード中..." msgid "Local dev server" msgstr "ローカル開発者サーバー" -#: src/Navigation.tsx:207 +#: src/Navigation.tsx:208 msgid "Log" msgstr "ログ" +#: src/screens/Deactivated.tsx:150 +#: src/screens/Deactivated.tsx:153 +#: src/screens/Deactivated.tsx:179 +#: src/screens/Deactivated.tsx:182 +msgid "Log out" +msgstr "" + #: src/view/screens/Moderation.tsx:134 #~ msgid "Logged-out users" #~ msgstr "ログアウトしたユーザー" @@ -1948,7 +2147,7 @@ msgstr "リストにないアカウントにログイン" msgid "Make sure this is where you intend to go!" msgstr "意図した場所であることを確認してください!" -#: src/view/screens/Profile.tsx:163 +#: src/view/screens/Profile.tsx:173 msgid "Media" msgstr "メディア" @@ -1961,7 +2160,7 @@ msgid "Mentioned users" msgstr "メンションされたユーザー" #: src/view/com/util/ViewHeader.tsx:81 -#: src/view/screens/Search/Search.tsx:544 +#: src/view/screens/Search/Search.tsx:623 msgid "Menu" msgstr "メニュー" @@ -1973,7 +2172,7 @@ msgstr "メニュー" msgid "Message from server: {0}" msgstr "サーバーからのメッセージ:{0}" -#: src/Navigation.tsx:114 +#: src/Navigation.tsx:115 #: src/view/screens/Moderation.tsx:64 #: src/view/screens/Settings.tsx:591 #: src/view/shell/desktop/LeftNav.tsx:397 @@ -1983,25 +2182,25 @@ msgid "Moderation" msgstr "モデレーション" #: src/view/com/lists/ListCard.tsx:92 -#: src/view/com/modals/UserAddRemoveLists.tsx:190 +#: src/view/com/modals/UserAddRemoveLists.tsx:206 msgid "Moderation list by {0}" msgstr "{0}の作成したモデレーションリスト" -#: src/view/screens/ProfileList.tsx:753 +#: src/view/screens/ProfileList.tsx:750 msgid "Moderation list by <0/>" msgstr "<0/>の作成したモデレーションリスト" #: src/view/com/lists/ListCard.tsx:90 -#: src/view/com/modals/UserAddRemoveLists.tsx:188 -#: src/view/screens/ProfileList.tsx:751 +#: src/view/com/modals/UserAddRemoveLists.tsx:204 +#: src/view/screens/ProfileList.tsx:748 msgid "Moderation list by you" msgstr "あなたの作成したモデレーションリスト" -#: src/view/com/modals/CreateOrEditList.tsx:139 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "Moderation list created" msgstr "モデレーションリストを作成しました" -#: src/view/com/modals/CreateOrEditList.tsx:126 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "Moderation list updated" msgstr "モデレーションリストを更新しました" @@ -2009,7 +2208,7 @@ msgstr "モデレーションリストを更新しました" msgid "Moderation lists" msgstr "モデレーションリスト" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "モデレーションリスト" @@ -2027,12 +2226,12 @@ msgid "More feeds" msgstr "その他のフィード" #: src/view/com/profile/ProfileHeader.tsx:562 -#: src/view/screens/ProfileFeed.tsx:371 -#: src/view/screens/ProfileList.tsx:595 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileList.tsx:592 msgid "More options" msgstr "その他のオプション" -#: src/view/com/util/forms/PostDropdownBtn.tsx:268 +#: src/view/com/util/forms/PostDropdownBtn.tsx:270 msgid "More post options" msgstr "そのほかの投稿のオプション" @@ -2044,23 +2243,23 @@ msgstr "いいねの数が多い順に返信を表示" msgid "Mute Account" msgstr "アカウントをミュート" -#: src/view/screens/ProfileList.tsx:522 +#: src/view/screens/ProfileList.tsx:519 msgid "Mute accounts" msgstr "アカウントをミュート" -#: src/view/screens/ProfileList.tsx:469 +#: src/view/screens/ProfileList.tsx:466 msgid "Mute list" msgstr "リストをミュート" -#: src/view/screens/ProfileList.tsx:274 +#: src/view/screens/ProfileList.tsx:271 msgid "Mute these accounts?" msgstr "これらのアカウントをミュートしますか?" -#: src/view/screens/ProfileList.tsx:278 +#: src/view/screens/ProfileList.tsx:275 msgid "Mute this List" msgstr "このリストをミュート" -#: src/view/com/util/forms/PostDropdownBtn.tsx:169 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "Mute thread" msgstr "スレッドをミュート" @@ -2072,7 +2271,7 @@ msgstr "ミュートされています" msgid "Muted accounts" msgstr "ミュート中のアカウント" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "ミュート中のアカウント" @@ -2081,7 +2280,7 @@ msgstr "ミュート中のアカウント" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "ミュート中のアカウントの投稿は、フィードや通知から取り除かれます。ミュートの設定は完全に非公開です。" -#: src/view/screens/ProfileList.tsx:276 +#: src/view/screens/ProfileList.tsx:273 msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them." msgstr "ミュートの設定は非公開です。ミュート中のアカウントはあなたと引き続き関わることができますが、そのアカウントの投稿や通知を受信することはできません。" @@ -2089,7 +2288,7 @@ msgstr "ミュートの設定は非公開です。ミュート中のアカウン msgid "My Birthday" msgstr "誕生日" -#: src/view/screens/Feeds.tsx:367 +#: src/view/screens/Feeds.tsx:399 msgid "My Feeds" msgstr "マイフィード" @@ -2102,14 +2301,18 @@ msgid "My Saved Feeds" msgstr "保存されたフィード" #: src/view/com/modals/AddAppPasswords.tsx:181 -#: src/view/com/modals/CreateOrEditList.tsx:230 +#: src/view/com/modals/CreateOrEditList.tsx:290 msgid "Name" msgstr "名前" -#: src/view/com/modals/CreateOrEditList.tsx:108 +#: src/view/com/modals/CreateOrEditList.tsx:145 msgid "Name is required" msgstr "名前は必須です" +#: src/screens/Onboarding/index.tsx:25 +msgid "Nature" +msgstr "" + #: src/view/com/auth/login/ForgotPasswordForm.tsx:186 #: src/view/com/auth/login/LoginForm.tsx:286 #: src/view/com/auth/login/SetNewPasswordForm.tsx:166 @@ -2130,6 +2333,10 @@ msgstr "{0}からの埋め込みを表示しない" msgid "Never lose access to your followers and data." msgstr "フォロワーやデータへのアクセスを失うことはありません。" +#: src/screens/Onboarding/StepFinished.tsx:119 +msgid "Never lose access to your followers or data." +msgstr "" + #: src/view/screens/Lists.tsx:76 msgctxt "action" msgid "New" @@ -2139,7 +2346,7 @@ msgstr "新規" msgid "New" msgstr "新規" -#: src/view/com/modals/CreateOrEditList.tsx:194 +#: src/view/com/modals/CreateOrEditList.tsx:252 msgid "New Moderation List" msgstr "新しいモデレーションリスト" @@ -2152,11 +2359,11 @@ msgctxt "action" msgid "New post" msgstr "新しい投稿" -#: src/view/screens/Feeds.tsx:511 -#: src/view/screens/Profile.tsx:354 -#: src/view/screens/ProfileFeed.tsx:441 -#: src/view/screens/ProfileList.tsx:197 -#: src/view/screens/ProfileList.tsx:225 +#: src/view/screens/Feeds.tsx:547 +#: src/view/screens/Profile.tsx:364 +#: src/view/screens/ProfileFeed.tsx:432 +#: src/view/screens/ProfileList.tsx:194 +#: src/view/screens/ProfileList.tsx:222 #: src/view/shell/desktop/LeftNav.tsx:248 msgid "New post" msgstr "新しい投稿" @@ -2170,7 +2377,7 @@ msgstr "新しい投稿" #~ msgid "New Post" #~ msgstr "新しい投稿" -#: src/view/com/modals/CreateOrEditList.tsx:189 +#: src/view/com/modals/CreateOrEditList.tsx:247 msgid "New User List" msgstr "新しいユーザーリスト" @@ -2178,7 +2385,11 @@ msgstr "新しいユーザーリスト" msgid "Newest replies first" msgstr "新しい順に返信を表示" -#: src/view/com/auth/create/CreateAccount.tsx:155 +#: src/screens/Onboarding/index.tsx:23 +msgid "News" +msgstr "" + +#: src/view/com/auth/create/CreateAccount.tsx:161 #: src/view/com/auth/login/ForgotPasswordForm.tsx:178 #: src/view/com/auth/login/ForgotPasswordForm.tsx:188 #: src/view/com/auth/login/LoginForm.tsx:288 @@ -2193,7 +2404,7 @@ msgctxt "action" msgid "Next" msgstr "次へ" -#: src/view/com/lightbox/Lightbox.web.tsx:142 +#: src/view/com/lightbox/Lightbox.web.tsx:149 msgid "Next image" msgstr "次の画像" @@ -2206,8 +2417,8 @@ msgstr "次の画像" msgid "No" msgstr "いいえ" -#: src/view/screens/ProfileFeed.tsx:593 -#: src/view/screens/ProfileList.tsx:733 +#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileList.tsx:730 msgid "No description" msgstr "説明はありません" @@ -2215,7 +2426,7 @@ msgstr "説明はありません" msgid "No longer following {0}" msgstr "{0}のフォローを解除しました" -#: src/view/com/notifications/Feed.tsx:107 +#: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "お知らせはありません!" @@ -2224,13 +2435,13 @@ msgstr "お知らせはありません!" msgid "No result" msgstr "結果はありません" -#: src/view/screens/Feeds.tsx:456 +#: src/view/screens/Feeds.tsx:490 msgid "No results found for \"{query}\"" msgstr "「{query}」の検索結果はありません" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:272 -#: src/view/screens/Search/Search.tsx:300 +#: src/view/screens/Search/Search.tsx:274 +#: src/view/screens/Search/Search.tsx:302 msgid "No results found for {query}" msgstr "「{query}」の検索結果はありません" @@ -2246,7 +2457,7 @@ msgstr "返信不可" msgid "Not Applicable." msgstr "該当なし。" -#: src/Navigation.tsx:104 +#: src/Navigation.tsx:105 msgid "Not Found" msgstr "見つかりません" @@ -2263,9 +2474,9 @@ msgstr "今すぐにではない" 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/Navigation.tsx:445 -#: src/view/screens/Notifications.tsx:113 -#: src/view/screens/Notifications.tsx:137 +#: src/Navigation.tsx:448 +#: src/view/screens/Notifications.tsx:120 +#: src/view/screens/Notifications.tsx:144 #: src/view/shell/bottom-bar/BottomBar.tsx:205 #: src/view/shell/desktop/LeftNav.tsx:361 #: src/view/shell/Drawer.tsx:438 @@ -2281,6 +2492,10 @@ msgstr "ヌード" msgid "Oh no!" msgstr "ちょっと!" +#: src/screens/Onboarding/StepInterests/index.tsx:128 +msgid "Oh no! Something went wrong." +msgstr "" + #: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 msgid "Okay" msgstr "OK" @@ -2307,6 +2522,10 @@ msgstr "{0}のみ返信可能" msgid "Oops!" msgstr "おっと!" +#: src/screens/Onboarding/StepFinished.tsx:115 +msgid "Open" +msgstr "" + #: src/view/com/composer/Composer.tsx:470 #: src/view/com/composer/Composer.tsx:471 msgid "Open emoji picker" @@ -2316,7 +2535,7 @@ msgstr "絵文字を入力" msgid "Open links with in-app browser" msgstr "アプリ内ブラウザーでリンクを開く" -#: src/view/com/pager/FeedsTabBarMobile.tsx:81 +#: src/view/com/pager/FeedsTabBarMobile.tsx:87 msgid "Open navigation" msgstr "ナビゲーションを開く" @@ -2332,7 +2551,7 @@ msgstr "{numItems}個のオプションを開く" msgid "Opens additional details for a debug entry" msgstr "デバッグエントリーの追加詳細を開く" -#: src/view/com/notifications/FeedItem.tsx:352 +#: src/view/com/notifications/FeedItem.tsx:348 msgid "Opens an expanded list of users in this notification" msgstr "この通知内のユーザーの拡張リストを開く" @@ -2394,7 +2613,7 @@ msgstr "モデレーションの設定を開く" msgid "Opens password reset form" msgstr "パスワードリセットのフォームを開く" -#: src/view/screens/Feeds.tsx:335 +#: src/view/screens/Feeds.tsx:338 msgid "Opens screen to edit Saved Feeds" msgstr "保存されたフィードの編集画面を開く" @@ -2430,6 +2649,10 @@ msgstr "{numItems}個中{0}目のオプション" msgid "Or combine these options:" msgstr "または以下のオプションを組み合わせてください:" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:122 +#~ msgid "Or you can try our \"Discover\" algorithm:" +#~ msgstr "" + #: src/view/com/auth/login/ChooseAccountForm.tsx:138 msgid "Other account" msgstr "その他のアカウント" @@ -2442,11 +2665,14 @@ msgstr "その他のサービス" msgid "Other..." msgstr "その他..." -#: src/view/screens/NotFound.tsx:42 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "ページが見つかりません" +#: src/view/screens/NotFound.tsx:42 +msgid "Page Not Found" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:158 #: src/view/com/auth/create/Step1.tsx:168 #: src/view/com/auth/login/LoginForm.tsx:223 @@ -2463,11 +2689,11 @@ msgstr "パスワードが更新されました" msgid "Password updated!" msgstr "パスワードが更新されました!" -#: src/Navigation.tsx:160 +#: src/Navigation.tsx:161 msgid "People followed by @{0}" msgstr "@{0}がフォロー中のユーザー" -#: src/Navigation.tsx:153 +#: src/Navigation.tsx:154 msgid "People following @{0}" msgstr "@{0}をフォロー中のユーザー" @@ -2479,7 +2705,11 @@ msgstr "カメラへのアクセス権限が必要です。" msgid "Permission to access camera roll was denied. Please enable it in your system settings." msgstr "カメラへのアクセスが拒否されました。システムの設定で有効にしてください。" -#: src/view/com/auth/create/Step2.tsx:181 +#: src/screens/Onboarding/index.tsx:31 +msgid "Pets" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:182 msgid "Phone number" msgstr "電話番号" @@ -2487,8 +2717,8 @@ msgstr "電話番号" msgid "Pictures meant for adults." msgstr "成人向けの写真です。" -#: src/view/screens/ProfileFeed.tsx:362 -#: src/view/screens/ProfileList.tsx:559 +#: src/view/screens/ProfileFeed.tsx:353 +#: src/view/screens/ProfileList.tsx:556 msgid "Pin to home" msgstr "ホームにピン留め" @@ -2525,7 +2755,7 @@ msgstr "変更する前にメールを確認してください。これは、メ msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "アプリパスワードにつける名前を入力してください。すべてスペースとしてはいけません。" -#: src/view/com/auth/create/Step2.tsx:204 +#: src/view/com/auth/create/Step2.tsx:205 msgid "Please enter a phone number that can receive SMS text messages." msgstr "SMSでテキストメッセージを受け取れる電話番号を入力してください。" @@ -2537,7 +2767,7 @@ msgstr "このアプリパスワードに固有の名前を入力するか、ラ msgid "Please enter the code you received by SMS." msgstr "SMSで受け取ったコードを入力してください。" -#: src/view/com/auth/create/Step2.tsx:279 +#: src/view/com/auth/create/Step2.tsx:281 msgid "Please enter the verification code sent to {phoneNumberFormatted}." msgstr "{phoneNumberFormatted}に送った認証コードを入力してください。" @@ -2567,6 +2797,10 @@ msgstr "メールアドレスを確認してください" msgid "Please wait for your link card to finish loading" msgstr "リンクカードがロードされるまでお待ちください" +#: src/screens/Onboarding/index.tsx:37 +msgid "Politics" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:111 msgid "Porn" msgstr "ポルノ" @@ -2577,8 +2811,7 @@ msgctxt "action" msgid "Post" msgstr "投稿" -#: src/view/com/post-thread/PostThread.tsx:227 -#: src/view/screens/PostThread.tsx:82 +#: src/view/com/post-thread/PostThread.tsx:251 msgctxt "description" msgid "Post" msgstr "投稿" @@ -2589,21 +2822,21 @@ msgstr "投稿" #~ msgid "Post" #~ msgstr "投稿" -#: src/view/com/post-thread/PostThreadItem.tsx:176 +#: src/view/com/post-thread/PostThreadItem.tsx:177 msgid "Post by {0}" msgstr "{0}による投稿" -#: src/Navigation.tsx:172 -#: src/Navigation.tsx:179 -#: src/Navigation.tsx:186 +#: src/Navigation.tsx:173 +#: src/Navigation.tsx:180 +#: src/Navigation.tsx:187 msgid "Post by @{0}" msgstr "@{0}による投稿" -#: src/view/com/util/forms/PostDropdownBtn.tsx:82 +#: src/view/com/util/forms/PostDropdownBtn.tsx:84 msgid "Post deleted" msgstr "投稿を削除" -#: src/view/com/post-thread/PostThread.tsx:382 +#: src/view/com/post-thread/PostThread.tsx:403 msgid "Post hidden" msgstr "投稿を非表示" @@ -2615,11 +2848,11 @@ msgstr "投稿の言語" msgid "Post Languages" msgstr "投稿の言語" -#: src/view/com/post-thread/PostThread.tsx:434 +#: src/view/com/post-thread/PostThread.tsx:455 msgid "Post not found" msgstr "投稿が見つかりません" -#: src/view/screens/Profile.tsx:161 +#: src/view/screens/Profile.tsx:171 msgid "Posts" msgstr "投稿" @@ -2631,7 +2864,7 @@ msgstr "非表示の投稿" msgid "Potentially Misleading Link" msgstr "誤解を招く可能性のあるリンク" -#: src/view/com/lightbox/Lightbox.web.tsx:128 +#: src/view/com/lightbox/Lightbox.web.tsx:135 msgid "Previous image" msgstr "前の画像" @@ -2648,7 +2881,7 @@ msgstr "あなたのフォローを優先" msgid "Privacy" msgstr "プライバシー" -#: src/Navigation.tsx:217 +#: src/Navigation.tsx:218 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings.tsx:824 #: src/view/shell/Drawer.tsx:265 @@ -2675,6 +2908,10 @@ msgstr "プロフィールを更新しました" msgid "Protect your account by verifying your email." msgstr "メールアドレスを確認してアカウントを保護します。" +#: src/screens/Onboarding/StepFinished.tsx:101 +msgid "Public" +msgstr "" + #: src/view/screens/ModerationModlists.tsx:61 msgid "Public, shareable lists of users to mute or block in bulk." msgstr "ユーザーを一括でミュートまたはブロックする、公開された共有可能なリスト。" @@ -2727,7 +2964,7 @@ msgstr "おすすめのユーザー" #: src/view/com/modals/ListAddRemoveUsers.tsx:264 #: src/view/com/modals/SelfLabel.tsx:83 -#: src/view/com/modals/UserAddRemoveLists.tsx:203 +#: src/view/com/modals/UserAddRemoveLists.tsx:219 #: src/view/com/util/UserAvatar.tsx:282 #: src/view/com/util/UserBanner.tsx:89 msgid "Remove" @@ -2750,7 +2987,7 @@ msgstr "フィードを削除" #: src/view/com/feeds/FeedSourceCard.tsx:167 #: src/view/com/feeds/FeedSourceCard.tsx:172 #: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:281 +#: src/view/screens/ProfileFeed.tsx:272 msgid "Remove from my feeds" msgstr "マイフィードから削除" @@ -2775,7 +3012,7 @@ msgid "Remove this feed from your saved feeds?" msgstr "保存したフィードからこのフィードを削除しますか?" #: src/view/com/modals/ListAddRemoveUsers.tsx:199 -#: src/view/com/modals/UserAddRemoveLists.tsx:136 +#: src/view/com/modals/UserAddRemoveLists.tsx:152 msgid "Removed from list" msgstr "リストから削除されました" @@ -2788,7 +3025,7 @@ msgstr "フィードから削除しました" msgid "Removes default thumbnail from {0}" msgstr "{0}からデフォルトのサムネイルを削除" -#: src/view/screens/Profile.tsx:162 +#: src/view/screens/Profile.tsx:172 msgid "Replies" msgstr "返信" @@ -2805,8 +3042,8 @@ msgstr "返信" msgid "Reply Filters" msgstr "返信のフィルター" -#: src/view/com/post/Post.tsx:165 -#: src/view/com/posts/FeedItem.tsx:286 +#: src/view/com/post/Post.tsx:166 +#: src/view/com/posts/FeedItem.tsx:287 msgctxt "description" msgid "Reply to <0/>" msgstr "<0/>に返信" @@ -2819,16 +3056,16 @@ msgstr "{collectionName}を報告" msgid "Report Account" msgstr "アカウントを報告" -#: src/view/screens/ProfileFeed.tsx:301 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Report feed" msgstr "フィードを報告" -#: src/view/screens/ProfileList.tsx:437 +#: src/view/screens/ProfileList.tsx:434 msgid "Report List" msgstr "リストを報告" #: src/view/com/modals/report/SendReportButton.tsx:37 -#: src/view/com/util/forms/PostDropdownBtn.tsx:208 +#: src/view/com/util/forms/PostDropdownBtn.tsx:210 msgid "Report post" msgstr "投稿を報告" @@ -2850,14 +3087,22 @@ msgid "Repost or quote post" msgstr "リポストまたは引用" #: src/view/screens/PostRepostedBy.tsx:27 -msgid "Reposted by" -msgstr "リポストしたユーザー" +#~ msgid "Reposted by" +#~ msgstr "リポストしたユーザー" + +#: src/view/screens/PostRepostedBy.tsx:27 +msgid "Reposted By" +msgstr "" + +#: src/view/com/posts/FeedItem.tsx:207 +msgid "Reposted by {0}" +msgstr "" #: src/view/com/posts/FeedItem.tsx:206 -msgid "Reposted by {0})" -msgstr "{0}によるリポスト" +#~ msgid "Reposted by {0})" +#~ msgstr "{0}によるリポスト" -#: src/view/com/posts/FeedItem.tsx:223 +#: src/view/com/posts/FeedItem.tsx:224 msgid "Reposted by <0/>" msgstr "<0/>によるリポスト" @@ -2865,7 +3110,7 @@ msgstr "<0/>によるリポスト" msgid "reposted your post" msgstr "あなたの投稿はリポストされました" -#: src/view/com/post-thread/PostThreadItem.tsx:189 +#: src/view/com/post-thread/PostThreadItem.tsx:190 msgid "Reposts of this post" msgstr "この投稿をリポスト" @@ -2874,7 +3119,7 @@ msgstr "この投稿をリポスト" msgid "Request Change" msgstr "変更を要求" -#: src/view/com/auth/create/Step2.tsx:217 +#: src/view/com/auth/create/Step2.tsx:218 msgid "Request code" msgstr "コードをリクエスト" @@ -2928,9 +3173,11 @@ msgstr "ログインをやり直す" msgid "Retries the last action, which errored out" msgstr "エラーになった最後のアクションをやり直す" -#: src/view/com/auth/create/CreateAccount.tsx:164 -#: src/view/com/auth/create/CreateAccount.tsx:168 -#: src/view/com/auth/create/Step2.tsx:252 +#: src/screens/Onboarding/StepInterests/index.tsx:221 +#: src/screens/Onboarding/StepInterests/index.tsx:224 +#: src/view/com/auth/create/CreateAccount.tsx:170 +#: src/view/com/auth/create/CreateAccount.tsx:175 +#: src/view/com/auth/create/Step2.tsx:254 #: src/view/com/auth/login/LoginForm.tsx:265 #: src/view/com/auth/login/LoginForm.tsx:268 #: src/view/com/util/error/ErrorMessage.tsx:55 @@ -2938,11 +3185,11 @@ msgstr "エラーになった最後のアクションをやり直す" msgid "Retry" msgstr "再試行" -#: src/view/com/auth/create/Step2.tsx:245 +#: src/view/com/auth/create/Step2.tsx:246 msgid "Retry." msgstr "再試行" -#: src/view/screens/ProfileList.tsx:877 +#: src/view/screens/ProfileList.tsx:874 msgid "Return to previous page" msgstr "前のページに戻る" @@ -2950,8 +3197,8 @@ msgstr "前のページに戻る" msgid "SANDBOX. Posts and accounts are not permanent." msgstr "サンドボックス。投稿とアカウントは永久的なものではありません。" -#: src/view/com/lightbox/Lightbox.tsx:129 -#: src/view/com/modals/CreateOrEditList.tsx:276 +#: src/view/com/lightbox/Lightbox.tsx:132 +#: src/view/com/modals/CreateOrEditList.tsx:345 msgctxt "action" msgid "Save" msgstr "保存" @@ -2959,13 +3206,13 @@ msgstr "保存" #: src/view/com/modals/BirthDateSettings.tsx:94 #: src/view/com/modals/BirthDateSettings.tsx:97 #: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:268 +#: src/view/com/modals/CreateOrEditList.tsx:337 #: src/view/com/modals/EditProfile.tsx:224 -#: src/view/screens/ProfileFeed.tsx:354 +#: src/view/screens/ProfileFeed.tsx:345 msgid "Save" msgstr "保存" -#: src/view/com/modals/AltImage.tsx:106 +#: src/view/com/modals/AltImage.tsx:129 msgid "Save alt text" msgstr "ALTテキストを保存" @@ -2993,18 +3240,22 @@ msgstr "プロフィールに加えた変更を保存します" msgid "Saves handle change to {handle}" msgstr "{handle}へのハンドルの変更を保存" -#: src/view/screens/ProfileList.tsx:833 +#: src/screens/Onboarding/index.tsx:36 +msgid "Science" +msgstr "" + +#: src/view/screens/ProfileList.tsx:830 msgid "Scroll to top" msgstr "一番上までスクロール" -#: src/Navigation.tsx:435 +#: src/Navigation.tsx:438 #: src/view/com/auth/LoggedOut.tsx:122 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:53 #: src/view/com/util/forms/SearchInput.tsx:65 -#: src/view/screens/Search/Search.tsx:408 -#: src/view/screens/Search/Search.tsx:566 -#: src/view/screens/Search/Search.tsx:579 +#: src/view/screens/Search/Search.tsx:418 +#: src/view/screens/Search/Search.tsx:645 +#: src/view/screens/Search/Search.tsx:663 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:324 #: src/view/shell/desktop/Search.tsx:214 @@ -3014,7 +3265,7 @@ msgstr "一番上までスクロール" msgid "Search" msgstr "検索" -#: src/view/screens/Search/Search.tsx:628 +#: src/view/screens/Search/Search.tsx:712 #: src/view/shell/desktop/Search.tsx:255 msgid "Search for \"{query}\"" msgstr "「{query}」を検索" @@ -3062,6 +3313,22 @@ msgstr "{numItems}個中{i}個目のオプションを選択" msgid "Select service" msgstr "サービスを選択" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 +msgid "Select some accounts below to follow" +msgstr "" + +#: src/screens/Onboarding/StepModeration/index.tsx:49 +#~ msgid "Select the types of content that you want to see (or not see), and we'll handle the rest." +#~ msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:90 +msgid "Select topical feeds to follow from the list below" +msgstr "" + +#: src/screens/Onboarding/StepModeration/index.tsx:75 +msgid "Select what you want to see (or not see), and we’ll handle the rest." +msgstr "" + #: src/view/screens/LanguageSettings.tsx:281 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "登録されたフィードに含める言語を選択します。選択されていない場合は、すべての言語が表示されます。" @@ -3070,7 +3337,11 @@ msgstr "登録されたフィードに含める言語を選択します。選択 msgid "Select your app language for the default text to display in the app" msgstr "アプリに表示されるデフォルトのテキストの言語を選択" -#: src/view/com/auth/create/Step2.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:196 +msgid "Select your interests from the options below" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:154 msgid "Select your phone's country" msgstr "電話番号が登録されている国を選択" @@ -3078,6 +3349,14 @@ msgstr "電話番号が登録されている国を選択" msgid "Select your preferred language for translations in your feed." msgstr "フィード内の翻訳に使用する言語を選択します。" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +msgid "Select your primary algorithmic feeds" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:132 +msgid "Select your secondary algorithmic feeds" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:202 #: src/view/com/modals/VerifyEmail.tsx:204 msgid "Send Confirmation Email" @@ -3159,6 +3438,10 @@ msgstr "スレッド表示で返信を表示するには、この設定を「は msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your following feed. This is an experimental feature." msgstr "保存されたフィードから投稿を抽出して「Following」フィードに表示するには、この設定を「はい」にします。これは実験的な機能です。" +#: src/screens/Onboarding/Layout.tsx:50 +msgid "Set up your account" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:266 msgid "Sets Bluesky username" msgstr "Blueskyのユーザーネームを設定" @@ -3180,7 +3463,7 @@ msgstr "パスワードをリセットするためのホスティングプロバ msgid "Sets server for the Bluesky client" msgstr "Blueskyのクライアントのサーバーを設定" -#: src/Navigation.tsx:134 +#: src/Navigation.tsx:135 #: src/view/screens/Settings.tsx:294 #: src/view/shell/desktop/LeftNav.tsx:433 #: src/view/shell/Drawer.tsx:570 @@ -3192,21 +3475,22 @@ msgstr "設定" msgid "Sexual activity or erotic nudity." msgstr "性的行為または性的なヌード。" -#: src/view/com/lightbox/Lightbox.tsx:138 +#: src/view/com/lightbox/Lightbox.tsx:141 msgctxt "action" msgid "Share" msgstr "共有" #: src/view/com/profile/ProfileHeader.tsx:342 -#: src/view/com/util/forms/PostDropdownBtn.tsx:151 -#: src/view/screens/ProfileList.tsx:396 +#: src/view/com/util/forms/PostDropdownBtn.tsx:153 +#: src/view/screens/ProfileList.tsx:393 msgid "Share" msgstr "共有" -#: src/view/screens/ProfileFeed.tsx:313 +#: src/view/screens/ProfileFeed.tsx:304 msgid "Share feed" msgstr "フィードを共有" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:43 #: src/view/com/modals/ContentFilteringSettings.tsx:261 #: src/view/com/util/moderation/ContentHider.tsx:107 #: src/view/com/util/moderation/PostHider.tsx:108 @@ -3230,9 +3514,9 @@ msgstr "{0}による埋め込みを表示" msgid "Show follows similar to {0}" msgstr "{0}に似たおすすめのフォロー候補を表示" -#: src/view/com/post-thread/PostThreadItem.tsx:569 -#: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:362 +#: src/view/com/post-thread/PostThreadItem.tsx:571 +#: src/view/com/post/Post.tsx:197 +#: src/view/com/posts/FeedItem.tsx:363 msgid "Show More" msgstr "さらに表示" @@ -3244,6 +3528,18 @@ msgstr "マイフィードからの投稿を表示" msgid "Show Quote Posts" msgstr "引用を表示" +#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +msgid "Show quote-posts in Following feed" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +msgid "Show quotes in Following" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +msgid "Show re-posts in Following feed" +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:119 msgid "Show Replies" msgstr "返信を表示" @@ -3252,6 +3548,14 @@ msgstr "返信を表示" msgid "Show replies by people you follow before all other replies." msgstr "自分がフォローしているユーザーからの返信を、他のすべての返信の前に表示します。" +#: src/screens/Onboarding/StepFollowingFeed.tsx:86 +msgid "Show replies in Following" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +msgid "Show replies in Following feed" +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:70 msgid "Show replies with at least {value} {0}" msgstr "{value}個以上の{0}がついた返信を表示" @@ -3260,12 +3564,16 @@ msgstr "{value}個以上の{0}がついた返信を表示" msgid "Show Reposts" msgstr "リポストを表示" +#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +msgid "Show reposts in Following" +msgstr "" + #: src/view/com/util/moderation/ContentHider.tsx:67 #: src/view/com/util/moderation/PostHider.tsx:61 msgid "Show the content" msgstr "コンテンツを表示" -#: src/view/com/notifications/FeedItem.tsx:350 +#: src/view/com/notifications/FeedItem.tsx:346 msgid "Show users" msgstr "ユーザーを表示" @@ -3283,9 +3591,9 @@ msgstr "マイフィード内の{0}からの投稿を表示します" #: src/view/shell/bottom-bar/BottomBar.tsx:285 #: src/view/shell/bottom-bar/BottomBar.tsx:286 #: src/view/shell/bottom-bar/BottomBar.tsx:288 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:177 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:180 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 #: src/view/shell/NavSignupCard.tsx:58 #: src/view/shell/NavSignupCard.tsx:59 msgid "Sign in" @@ -3320,9 +3628,9 @@ msgstr "サインアウト" #: src/view/shell/bottom-bar/BottomBar.tsx:275 #: src/view/shell/bottom-bar/BottomBar.tsx:276 #: src/view/shell/bottom-bar/BottomBar.tsx:278 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:167 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:170 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 #: src/view/shell/NavSignupCard.tsx:49 #: src/view/shell/NavSignupCard.tsx:50 #: src/view/shell/NavSignupCard.tsx:52 @@ -3349,14 +3657,24 @@ msgstr "@{0}でサインイン" msgid "Signs {0} out of Bluesky" msgstr "Blueskyから{0}をサインアウト" +#: src/screens/Onboarding/StepInterests/index.tsx:235 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:33 msgid "Skip" msgstr "スキップ" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Onboarding/StepInterests/index.tsx:232 +msgid "Skip this flow" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:81 msgid "SMS verification" msgstr "SMS認証" +#: src/screens/Onboarding/index.tsx:40 +msgid "Software Dev" +msgstr "" + #: src/view/com/modals/ProfilePreview.tsx:62 msgid "Something went wrong and we're not sure what." msgstr "何かの問題が起きましたが、それが何なのかわかりません。" @@ -3377,6 +3695,10 @@ msgstr "返信を並び替える" msgid "Sort replies to the same post by:" msgstr "次の方法で同じ投稿への返信を並び替えます。" +#: src/screens/Onboarding/index.tsx:30 +msgid "Sports" +msgstr "" + #: src/view/com/modals/crop-image/CropImage.web.tsx:122 msgid "Square" msgstr "正方形" @@ -3401,7 +3723,7 @@ msgstr "{numSteps}個中{0}個目のステップ" msgid "Storage cleared, you need to restart the app now." msgstr "ストレージがクリアされたため、今すぐアプリを再起動する必要があります。" -#: src/Navigation.tsx:202 +#: src/Navigation.tsx:203 #: src/view/screens/Settings.tsx:740 msgid "Storybook" msgstr "ストーリーブック" @@ -3410,11 +3732,16 @@ msgstr "ストーリーブック" msgid "Submit" msgstr "送信" -#: src/view/screens/ProfileList.tsx:586 +#: src/view/screens/ProfileList.tsx:583 msgid "Subscribe" msgstr "登録" -#: src/view/screens/ProfileList.tsx:582 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 +msgid "Subscribe to the {0} feed" +msgstr "" + +#: src/view/screens/ProfileList.tsx:579 msgid "Subscribe to this list" msgstr "このリストに登録" @@ -3422,7 +3749,7 @@ msgstr "このリストに登録" #~ msgid "Subscribed" #~ msgstr "登録済み" -#: src/view/screens/Search/Search.tsx:364 +#: src/view/screens/Search/Search.tsx:372 msgid "Suggested Follows" msgstr "おすすめのフォロー" @@ -3434,7 +3761,7 @@ msgstr "あなたへのおすすめ" msgid "Suggestive" msgstr "提案" -#: src/Navigation.tsx:212 +#: src/Navigation.tsx:213 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -3474,11 +3801,15 @@ msgstr "トール" msgid "Tap to view fully" msgstr "タップして全体を表示" +#: src/screens/Onboarding/index.tsx:39 +msgid "Tech" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:93 msgid "Terms" msgstr "条件" -#: src/Navigation.tsx:222 +#: src/Navigation.tsx:223 #: src/view/screens/Settings.tsx:818 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:259 @@ -3502,7 +3833,11 @@ msgstr "コミュニティガイドラインは<0/>に移動しました" msgid "The Copyright Policy has been moved to <0/>" msgstr "著作権ポリシーは<0/>に移動しました" -#: src/view/com/post-thread/PostThread.tsx:437 +#: src/screens/Onboarding/Layout.tsx:60 +msgid "The following steps will help customize your Bluesky experience." +msgstr "" + +#: src/view/com/post-thread/PostThread.tsx:458 msgid "The post may have been deleted." msgstr "投稿が削除された可能性があります。" @@ -3522,7 +3857,11 @@ msgstr "サポートフォームは移動しました。サポートが必要な msgid "The Terms of Service have been moved to" msgstr "サービス規約は移動しました" -#: src/view/screens/ProfileFeed.tsx:558 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:135 +msgid "There are many feeds to try:" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:549 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "サーバーへの問い合わせ中に問題が発生しました。インターネットへの接続を確認の上、もう一度お試しください。" @@ -3530,12 +3869,12 @@ msgstr "サーバーへの問い合わせ中に問題が発生しました。イ msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "フィードの削除中に問題が発生しました。インターネットへの接続を確認の上、もう一度お試しください。" -#: src/view/screens/ProfileFeed.tsx:218 +#: src/view/screens/ProfileFeed.tsx:209 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "フィードの更新中に問題が発生しました。インターネットへの接続を確認の上、もう一度お試しください。" -#: src/view/screens/ProfileFeed.tsx:245 -#: src/view/screens/ProfileList.tsx:266 +#: src/view/screens/ProfileFeed.tsx:236 +#: src/view/screens/ProfileList.tsx:263 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 #: src/view/screens/SavedFeeds.tsx:252 @@ -3550,7 +3889,7 @@ msgstr "サーバーへの問い合わせ中に問題が発生しました" msgid "There was an issue contacting your server" msgstr "サーバーへの問い合わせ中に問題が発生しました" -#: src/view/com/notifications/Feed.tsx:115 +#: src/view/com/notifications/Feed.tsx:117 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "通知の取得中に問題が発生しました。もう一度試すにはこちらをタップしてください。" @@ -3567,6 +3906,7 @@ msgstr "リストの取得中に問題が発生しました。もう一度試す msgid "There was an issue fetching your lists. Tap here to try again." msgstr "リストの取得中に問題が発生しました。もう一度試すにはこちらをタップしてください。" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:63 #: src/view/com/modals/ContentFilteringSettings.tsx:126 msgid "There was an issue syncing your preferences with the server" msgstr "設定をサーバーと同期中に問題が発生しました" @@ -3584,10 +3924,10 @@ msgstr "アプリパスワードの取得中に問題が発生しました" msgid "There was an issue! {0}" msgstr "問題が発生しました!{0}" -#: src/view/screens/ProfileList.tsx:287 -#: src/view/screens/ProfileList.tsx:306 -#: src/view/screens/ProfileList.tsx:328 -#: src/view/screens/ProfileList.tsx:347 +#: src/view/screens/ProfileList.tsx:284 +#: src/view/screens/ProfileList.tsx:303 +#: src/view/screens/ProfileList.tsx:325 +#: src/view/screens/ProfileList.tsx:344 msgid "There was an issue. Please check your internet connection and try again." msgstr "問題が発生しました。インターネットへの接続を確認の上、もう一度お試しください。" @@ -3595,10 +3935,22 @@ msgstr "問題が発生しました。インターネットへの接続を確認 msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "アプリケーションに予期しない問題が発生しました。このようなことが繰り返した場合はサポートへお知らせください!" -#: src/view/com/auth/create/Step2.tsx:53 +#: src/screens/Deactivated.tsx:107 +msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:54 msgid "There's something wrong with this number. Please choose your country and enter your full phone number!" msgstr "この電話番号は正しくありません。登録されている国を選択し、電話番号を省略せずに入力してください!" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +msgid "These are popular accounts you might like:" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +#~ msgid "These are popular accounts you might like." +#~ msgstr "" + #: src/view/com/util/moderation/LabelInfo.tsx:45 #~ msgid "This {0} has been labeled." #~ msgstr "この{0}にはラベルが貼られています" @@ -3627,9 +3979,9 @@ msgstr "このコンテンツはBlueskyのアカウントがないと閲覧で msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "現在このフィードにはアクセスが集中しており、一時的にご利用いただけません。時間をおいてもう一度お試しください。" -#: src/view/screens/Profile.tsx:392 -#: src/view/screens/ProfileFeed.tsx:484 -#: src/view/screens/ProfileList.tsx:639 +#: src/view/screens/Profile.tsx:402 +#: src/view/screens/ProfileFeed.tsx:475 +#: src/view/screens/ProfileList.tsx:636 msgid "This feed is empty!" msgstr "このフィードは空です!" @@ -3653,7 +4005,7 @@ msgstr "これは、メールアドレスの変更やパスワードのリセッ msgid "This link is taking you to the following website:" msgstr "このリンクは次のウェブサイトへリンクしています:" -#: src/view/screens/ProfileList.tsx:813 +#: src/view/screens/ProfileList.tsx:810 msgid "This list is empty!" msgstr "このリストは空です!" @@ -3661,7 +4013,7 @@ msgstr "このリストは空です!" msgid "This name is already in use" msgstr "この名前はすでに使用中です" -#: src/view/com/post-thread/PostThreadItem.tsx:123 +#: src/view/com/post-thread/PostThreadItem.tsx:124 msgid "This post has been deleted." msgstr "この投稿は削除されました。" @@ -3681,7 +4033,7 @@ msgstr "このユーザーは、あなたがミュートした<0/>リストに msgid "This warning is only available for posts with media attached." msgstr "この警告は、メディアが接続されている投稿にのみ使用できます。" -#: src/view/com/util/forms/PostDropdownBtn.tsx:190 +#: src/view/com/util/forms/PostDropdownBtn.tsx:192 msgid "This will hide this post from your feeds." msgstr "この投稿をあなたのフィードにおいて非表示にします。" @@ -3694,7 +4046,7 @@ msgstr "スレッドの設定" msgid "Threaded Mode" msgstr "スレッドモード" -#: src/Navigation.tsx:252 +#: src/Navigation.tsx:253 msgid "Threads Preferences" msgstr "スレッドの設定" @@ -3706,9 +4058,9 @@ msgstr "ドロップダウンをトグル" msgid "Transformations" msgstr "変換" -#: src/view/com/post-thread/PostThreadItem.tsx:710 -#: src/view/com/post-thread/PostThreadItem.tsx:712 -#: src/view/com/util/forms/PostDropdownBtn.tsx:123 +#: src/view/com/post-thread/PostThreadItem.tsx:719 +#: src/view/com/post-thread/PostThreadItem.tsx:721 +#: src/view/com/util/forms/PostDropdownBtn.tsx:125 msgid "Translate" msgstr "翻訳" @@ -3721,11 +4073,11 @@ msgstr "再試行" #~ msgid "Try again" #~ msgstr "再試行" -#: src/view/screens/ProfileList.tsx:484 +#: src/view/screens/ProfileList.tsx:481 msgid "Un-block list" msgstr "リストでのブロックを解除" -#: src/view/screens/ProfileList.tsx:469 +#: src/view/screens/ProfileList.tsx:466 msgid "Un-mute list" msgstr "リストでのミュートを解除" @@ -3737,7 +4089,7 @@ msgid "Unable to contact your service. Please check your Internet connection." msgstr "あなたのサービスに接続できません。インターネットの接続を確認してください。" #: src/view/com/profile/ProfileHeader.tsx:472 -#: src/view/screens/ProfileList.tsx:568 +#: src/view/screens/ProfileList.tsx:565 msgid "Unblock" msgstr "ブロックを解除" @@ -3767,15 +4119,15 @@ msgstr "フォローをやめる" msgid "Unfollow {0}" msgstr "{0}のフォローを解除" -#: src/view/com/auth/create/state.ts:298 +#: src/view/com/auth/create/state.ts:300 msgid "Unfortunately, you do not meet the requirements to create an account." msgstr "残念ながら、アカウントを作成するための要件を満たしていません。" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:189 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 msgid "Unlike" msgstr "いいねを外す" -#: src/view/screens/ProfileList.tsx:575 +#: src/view/screens/ProfileList.tsx:572 msgid "Unmute" msgstr "ミュートを解除" @@ -3783,24 +4135,24 @@ msgstr "ミュートを解除" msgid "Unmute Account" msgstr "アカウントのミュートを解除" -#: src/view/com/util/forms/PostDropdownBtn.tsx:169 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "Unmute thread" msgstr "スレッドのミュートを解除" -#: src/view/screens/ProfileFeed.tsx:362 -#: src/view/screens/ProfileList.tsx:559 +#: src/view/screens/ProfileFeed.tsx:353 +#: src/view/screens/ProfileList.tsx:556 msgid "Unpin" msgstr "ピン留めを解除" -#: src/view/screens/ProfileList.tsx:452 +#: src/view/screens/ProfileList.tsx:449 msgid "Unpin moderation list" msgstr "モデレーションリストのピン留めを解除" -#: src/view/screens/ProfileFeed.tsx:354 +#: src/view/screens/ProfileFeed.tsx:345 msgid "Unsave" msgstr "保存を解除" -#: src/view/com/modals/UserAddRemoveLists.tsx:54 +#: src/view/com/modals/UserAddRemoveLists.tsx:70 msgid "Update {displayName} in Lists" msgstr "リストの{displayName}を更新" @@ -3858,30 +4210,30 @@ msgstr "リストによってブロック中のユーザー" msgid "User Blocks You" msgstr "あなたをブロックしているユーザー" -#: src/view/com/auth/create/Step3.tsx:38 +#: src/view/com/auth/create/Step3.tsx:41 msgid "User handle" msgstr "ユーザーハンドル" #: src/view/com/lists/ListCard.tsx:84 -#: src/view/com/modals/UserAddRemoveLists.tsx:182 +#: src/view/com/modals/UserAddRemoveLists.tsx:198 msgid "User list by {0}" msgstr "<0/>の作成したユーザーリスト" -#: src/view/screens/ProfileList.tsx:741 +#: src/view/screens/ProfileList.tsx:738 msgid "User list by <0/>" msgstr "<0/>の作成したユーザーリスト" #: src/view/com/lists/ListCard.tsx:82 -#: src/view/com/modals/UserAddRemoveLists.tsx:180 -#: src/view/screens/ProfileList.tsx:739 +#: src/view/com/modals/UserAddRemoveLists.tsx:196 +#: src/view/screens/ProfileList.tsx:736 msgid "User list by you" msgstr "あなたの作成したユーザーリスト" -#: src/view/com/modals/CreateOrEditList.tsx:138 +#: src/view/com/modals/CreateOrEditList.tsx:196 msgid "User list created" msgstr "ユーザーリストを作成しました" -#: src/view/com/modals/CreateOrEditList.tsx:125 +#: src/view/com/modals/CreateOrEditList.tsx:182 msgid "User list updated" msgstr "ユーザーリストを更新しました" @@ -3894,7 +4246,7 @@ msgstr "ユーザーリスト" msgid "Username or email address" msgstr "ユーザー名またはメールアドレス" -#: src/view/screens/ProfileList.tsx:775 +#: src/view/screens/ProfileList.tsx:772 msgid "Users" msgstr "ユーザー" @@ -3906,7 +4258,7 @@ msgstr "<0/>にフォローされているユーザー" msgid "Users in \"{0}\"" msgstr "{0}のユーザー" -#: src/view/com/auth/create/Step2.tsx:241 +#: src/view/com/auth/create/Step2.tsx:242 msgid "Verification code" msgstr "認証コード" @@ -3931,6 +4283,10 @@ msgstr "新しいメールアドレスを確認" msgid "Verify Your Email" msgstr "メールアドレスを確認" +#: src/screens/Onboarding/index.tsx:42 +msgid "Video Games" +msgstr "" + #: src/view/com/profile/ProfileHeader.tsx:701 msgid "View {0}'s avatar" msgstr "{0}のアバターを表示" @@ -3955,10 +4311,23 @@ msgstr "アバターを表示" msgid "Visit Site" msgstr "サイトへアクセス" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:42 #: src/view/com/modals/ContentFilteringSettings.tsx:254 msgid "Warn" msgstr "警告" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +msgid "We also think you'll like \"For You\" by Skygaze:" +msgstr "" + +#: src/screens/Deactivated.tsx:134 +msgid "We estimate {estimatedTime} until your account is ready." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:93 +msgid "We hope you have a wonderful time. Remember, Bluesky is:" +msgstr "" + #: src/view/com/posts/DiscoverFallbackHeader.tsx:29 #~ msgid "We ran out of posts from your follows. Here's the latest from" #~ msgstr "あなたのフォロー中のユーザーの投稿を読み終わりました。以下のフィード内の最新の投稿を表示します:" @@ -3967,19 +4336,39 @@ msgstr "警告" msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "あなたのフォロー中のユーザーの投稿を読み終わりました。フィード<0/>内の最新の投稿を表示します。" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:118 +#~ msgid "We recommend \"For You\" by Skygaze:" +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:119 +msgid "We recommend our \"Discover\" feed:" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:133 +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/Deactivated.tsx:138 +msgid "We will let you know when your account is ready." +msgstr "" + #: src/view/com/modals/AppealLabel.tsx:48 msgid "We'll look into your appeal promptly." msgstr "私たちはあなたの申し立てを迅速に調査します。" +#: src/screens/Onboarding/StepInterests/index.tsx:138 +msgid "We'll use this to help customize your experience." +msgstr "" + #: src/view/com/auth/create/CreateAccount.tsx:123 msgid "We're so excited to have you join us!" msgstr "私たちはあなたが参加してくれることをとても楽しみにしています!" -#: src/view/screens/ProfileList.tsx:83 +#: src/view/screens/ProfileList.tsx:84 msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "大変申し訳ありませんが、このリストを解決できませんでした。それでもこの問題が解決しない場合は、作成者の@{handleOrDid}までお問い合わせください。" -#: src/view/screens/Search/Search.tsx:245 +#: src/view/screens/Search/Search.tsx:247 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "大変申し訳ありませんが、検索を完了できませんでした。数分後に再試行してください。" @@ -3991,6 +4380,10 @@ msgstr "大変申し訳ありません!お探しのページが見つかりま msgid "Welcome to <0>Bluesky</0>" msgstr "<0>Bluesky</0>へようこそ" +#: src/screens/Onboarding/StepInterests/index.tsx:130 +msgid "What are your interests?" +msgstr "" + #: src/view/com/modals/report/Modal.tsx:169 msgid "What is the issue with this {collectionName}?" msgstr "この{collectionName}の問題は何ですか?" @@ -4026,11 +4419,15 @@ msgstr "投稿を書く" msgid "Write your reply" msgstr "返信を書く" -#: src/view/com/auth/create/Step2.tsx:260 +#: src/screens/Onboarding/index.tsx:28 +msgid "Writers" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:262 msgid "XXXXXX" msgstr "XXXXXX" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:82 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:77 #: src/view/screens/PreferencesHomeFeed.tsx:129 #: src/view/screens/PreferencesHomeFeed.tsx:201 #: src/view/screens/PreferencesHomeFeed.tsx:236 @@ -4040,15 +4437,31 @@ msgstr "XXXXXX" msgid "Yes" msgstr "はい" +#: src/screens/Onboarding/StepModeration/index.tsx:46 +#~ msgid "You are in control" +#~ msgstr "" + +#: src/screens/Deactivated.tsx:131 +msgid "You are in line." +msgstr "" + #: src/view/com/posts/FollowingEmptyState.tsx:67 #: src/view/com/posts/FollowingEndOfFeed.tsx:68 msgid "You can also discover new Custom Feeds to follow." msgstr "また、あなたはフォローすべき新しいカスタムフィードを発見できます。" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:123 +#~ msgid "You can also try our \"Discover\" algorithm:" +#~ msgstr "" + #: src/view/com/auth/create/Step1.tsx:106 #~ msgid "You can change hosting providers at any time." #~ msgstr "ホスティングプロバイダはいつでも変更できます。" +#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +msgid "You can change these settings later." +msgstr "" + #: src/view/com/auth/login/Login.tsx:158 #: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 msgid "You can now sign in with your new password." @@ -4062,7 +4475,7 @@ msgstr "まだ招待コードがありません!Blueskyをもうしばらく msgid "You don't have any pinned feeds." msgstr "ピン留めされたフィードがありません。" -#: src/view/screens/Feeds.tsx:387 +#: src/view/screens/Feeds.tsx:419 msgid "You don't have any saved feeds!" msgstr "保存されたフィードがありません!" @@ -4070,7 +4483,7 @@ msgstr "保存されたフィードがありません!" msgid "You don't have any saved feeds." msgstr "保存されたフィードがありません。" -#: src/view/com/post-thread/PostThread.tsx:385 +#: src/view/com/post-thread/PostThread.tsx:406 msgid "You have blocked the author or you have been blocked by the author." msgstr "あなたが著者をブロックしているか、または著者によってあなたはブロックされています。" @@ -4107,11 +4520,15 @@ msgstr "ミュートしているアカウントはまだありません。アカ msgid "You must be 18 or older to enable adult content." msgstr "成人向けコンテンツを有効にするには、18歳以上である必要があります。" -#: src/view/com/util/forms/PostDropdownBtn.tsx:96 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:103 +msgid "You must be 18 years or older to enable adult content" +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:98 msgid "You will no longer receive notifications for this thread" msgstr "これ以降、このスレッドに関する通知を受け取ることはできなくなります" -#: src/view/com/util/forms/PostDropdownBtn.tsx:99 +#: src/view/com/util/forms/PostDropdownBtn.tsx:101 msgid "You will now receive notifications for this thread" msgstr "これ以降、このスレッドに関する通知を受け取ることができます" @@ -4119,6 +4536,20 @@ msgstr "これ以降、このスレッドに関する通知を受け取ること msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "「リセットコード」が記載されたメールが届きます。ここにコードを入力し、新しいパスワードを入力します。" +#: src/screens/Onboarding/StepModeration/index.tsx:72 +msgid "You're in control" +msgstr "" + +#: src/screens/Deactivated.tsx:88 +#: src/screens/Deactivated.tsx:89 +#: src/screens/Deactivated.tsx:104 +msgid "You're in line" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:90 +msgid "You're ready to go!" +msgstr "" + #: src/view/com/posts/FollowingEndOfFeed.tsx:48 msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "フィードはここまでです!もっとフォローするアカウントを見つけましょう。" @@ -4139,6 +4570,10 @@ msgstr "生年月日" msgid "Your choice will be saved, but can be changed later in settings." msgstr "ここで選択した内容は保存されますが、後から設定で変更できます。" +#: src/screens/Onboarding/StepFollowingFeed.tsx:61 +msgid "Your default feed is \"Following\"" +msgstr "" + #: src/view/com/auth/create/state.ts:153 #: src/view/com/auth/login/ForgotPasswordForm.tsx:70 msgid "Your email appears to be invalid." @@ -4160,7 +4595,7 @@ msgstr "メールアドレスはまだ確認されていません。これは、 msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "フォローフィードは空です!もっと多くのユーザーをフォローして、近況を確認しましょう。" -#: src/view/com/auth/create/Step3.tsx:42 +#: src/view/com/auth/create/Step3.tsx:45 msgid "Your full handle will be" msgstr "フルハンドルは" @@ -4182,6 +4617,7 @@ msgstr "アプリパスワードを使用してログインすると、招待コ msgid "Your post has been published" msgstr "投稿を公開しました" +#: src/screens/Onboarding/StepFinished.tsx:105 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:59 msgid "Your posts, likes, and blocks are public. Mutes are private." diff --git a/src/locale/locales/ko/messages.po b/src/locale/locales/ko/messages.po index 401d72879..b057919a5 100644 --- a/src/locale/locales/ko/messages.po +++ b/src/locale/locales/ko/messages.po @@ -76,11 +76,11 @@ msgid "A new version of the app is available. Please update to continue using th msgstr "새 버전의 앱을 사용할 수 있습니다. 앱을 계속 사용하려면 업데이트하세요." #: src/view/com/util/ViewHeader.tsx:83 -#: src/view/screens/Search/Search.tsx:555 +#: src/view/screens/Search/Search.tsx:624 msgid "Access navigation links and settings" msgstr "탐색 링크 및 설정으로 이동합니다" -#: src/view/com/pager/FeedsTabBarMobile.tsx:83 +#: src/view/com/pager/FeedsTabBarMobile.tsx:89 msgid "Access profile and other navigation links" msgstr "프로필 및 기타 탐색 링크로 이동합니다" @@ -128,8 +128,8 @@ msgstr "계정 언뮤트됨" #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:264 -#: src/view/com/modals/UserAddRemoveLists.tsx:203 -#: src/view/screens/ProfileList.tsx:791 +#: src/view/com/modals/UserAddRemoveLists.tsx:219 +#: src/view/screens/ProfileList.tsx:788 msgid "Add" msgstr "추가" @@ -137,7 +137,7 @@ msgstr "추가" msgid "Add a content warning" msgstr "콘텐츠 경고 추가" -#: src/view/screens/ProfileList.tsx:781 +#: src/view/screens/ProfileList.tsx:778 msgid "Add a user to this list" msgstr "이 리스트에 사용자 추가" @@ -148,7 +148,7 @@ msgstr "계정 추가" #: src/view/com/composer/photos/Gallery.tsx:119 #: src/view/com/composer/photos/Gallery.tsx:180 -#: src/view/com/modals/AltImage.tsx:93 +#: src/view/com/modals/AltImage.tsx:115 msgid "Add alt text" msgstr "대체 텍스트 추가하기" @@ -184,7 +184,7 @@ msgid "Add to Lists" msgstr "리스트에 추가" #: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:281 +#: src/view/screens/ProfileFeed.tsx:272 msgid "Add to my feeds" msgstr "내 피드에 추가" @@ -193,7 +193,7 @@ msgid "Added" msgstr "추가됨" #: src/view/com/modals/ListAddRemoveUsers.tsx:191 -#: src/view/com/modals/UserAddRemoveLists.tsx:128 +#: src/view/com/modals/UserAddRemoveLists.tsx:144 msgid "Added to list" msgstr "리스트에 추가됨" @@ -213,6 +213,10 @@ msgstr "성인 콘텐츠" msgid "Adult content can only be enabled via the Web at <0/>." msgstr "성인 콘텐츠는 <0/>에서 웹을 통해서만 활성화할 수 있습니다." +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:78 +#~ msgid "Adult content can only be enabled via the Web at <0>bsky.app</0>." +#~ msgstr "" + #: src/view/screens/Settings.tsx:630 msgid "Advanced" msgstr "고급" @@ -246,11 +250,15 @@ msgstr "이전 주소인 {0}(으)로 이메일을 보냈습니다. 이 이메일 msgid "An issue occurred, please try again." msgstr "문제가 발생했습니다. 다시 시도해 주세요." -#: src/view/com/notifications/FeedItem.tsx:238 +#: src/view/com/notifications/FeedItem.tsx:236 #: src/view/com/threadgate/WhoCanReply.tsx:178 msgid "and" msgstr "및" +#: src/screens/Onboarding/index.tsx:32 +msgid "Animals" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:95 msgid "App Language" msgstr "앱 언어" @@ -280,7 +288,7 @@ msgstr "앱 비밀번호" msgid "App Passwords" msgstr "앱 비밀번호" -#: src/view/com/util/forms/PostDropdownBtn.tsx:248 +#: src/view/com/util/forms/PostDropdownBtn.tsx:250 msgid "Appeal content warning" msgstr "콘텐츠 경고 이의신청" @@ -308,41 +316,49 @@ msgstr "앱 비밀번호 \"{name}\"을(를) 삭제하시겠습니까?" msgid "Are you sure you'd like to discard this draft?" msgstr "이 초안을 삭제하시겠습니까?" -#: src/view/screens/ProfileList.tsx:364 +#: src/view/screens/ProfileList.tsx:361 msgid "Are you sure?" msgstr "정말인가요?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:231 +#: src/view/com/util/forms/PostDropdownBtn.tsx:233 msgid "Are you sure? This cannot be undone." msgstr "정말인가요? 되돌릴 수 없습니다." -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:65 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:60 msgid "Are you writing in <0>{0}</0>?" msgstr "{0}(으)로 쓰고 있나요?" +#: src/screens/Onboarding/index.tsx:26 +msgid "Art" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:123 msgid "Artistic or non-erotic nudity." msgstr "선정적이지 않거나 예술적인 노출." -#: src/view/com/auth/create/CreateAccount.tsx:142 +#: src/view/com/auth/create/CreateAccount.tsx:147 #: src/view/com/auth/login/ChooseAccountForm.tsx:151 #: src/view/com/auth/login/ForgotPasswordForm.tsx:170 #: src/view/com/auth/login/LoginForm.tsx:256 #: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/report/InputIssueDetails.tsx:46 -#: src/view/com/post-thread/PostThread.tsx:416 -#: src/view/com/post-thread/PostThread.tsx:466 -#: src/view/com/post-thread/PostThread.tsx:474 +#: src/view/com/post-thread/PostThread.tsx:413 +#: src/view/com/post-thread/PostThread.tsx:463 +#: src/view/com/post-thread/PostThread.tsx:471 #: src/view/com/profile/ProfileHeader.tsx:688 #: src/view/com/util/ViewHeader.tsx:81 msgid "Back" msgstr "뒤로" -#: src/view/com/post-thread/PostThread.tsx:424 +#: src/view/com/post-thread/PostThread.tsx:421 msgctxt "action" msgid "Back" msgstr "뒤로" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +msgid "Based on your interest in {interestsText}" +msgstr "" + #: src/view/screens/Settings.tsx:489 msgid "Basics" msgstr "기본" @@ -361,19 +377,19 @@ msgstr "생년월일:" msgid "Block Account" msgstr "계정 차단" -#: src/view/screens/ProfileList.tsx:534 +#: src/view/screens/ProfileList.tsx:531 msgid "Block accounts" msgstr "계정 차단" -#: src/view/screens/ProfileList.tsx:484 +#: src/view/screens/ProfileList.tsx:481 msgid "Block list" msgstr "리스트 차단" -#: src/view/screens/ProfileList.tsx:315 +#: src/view/screens/ProfileList.tsx:312 msgid "Block these accounts?" msgstr "이 계정들을 차단하시겠습니까?" -#: src/view/screens/ProfileList.tsx:319 +#: src/view/screens/ProfileList.tsx:316 msgid "Block this List" msgstr "이 리스트 차단" @@ -399,11 +415,11 @@ msgstr "차단한 계정은 내 스레드에 답글을 달거나 나를 멘션 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:276 +#: src/view/com/post-thread/PostThread.tsx:272 msgid "Blocked post." msgstr "차단된 게시물." -#: src/view/screens/ProfileList.tsx:317 +#: src/view/screens/ProfileList.tsx:314 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "차단 목록은 공개됩니다. 차단한 계정은 내 스레드에 답글을 달거나 나를 멘션하거나 기타 다른 방식으로 나와 상호작용할 수 없습니다." @@ -442,6 +458,10 @@ msgstr "로그아웃한 사용자에게 내 프로필과 게시물을 표시하 msgid "Bluesky.Social" msgstr "Bluesky.Social" +#: src/screens/Onboarding/index.tsx:33 +msgid "Books" +msgstr "" + #: src/view/screens/Settings.tsx:792 msgid "Build version {0} {1}" msgstr "빌드 버전 {0} {1}" @@ -485,7 +505,7 @@ msgstr "글자, 숫자, 공백, 대시, 밑줄만 포함할 수 있습니다. #: src/view/com/composer/Composer.tsx:305 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/CreateOrEditList.tsx:286 +#: src/view/com/modals/CreateOrEditList.tsx:355 #: src/view/com/modals/EditImage.tsx:323 #: src/view/com/modals/EditProfile.tsx:249 #: src/view/com/modals/InAppBrowserConsent.tsx:78 @@ -494,14 +514,14 @@ msgstr "글자, 숫자, 공백, 대시, 밑줄만 포함할 수 있습니다. #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 #: src/view/com/modals/Waitlist.tsx:142 -#: src/view/screens/Search/Search.tsx:619 +#: src/view/screens/Search/Search.tsx:693 #: src/view/shell/desktop/Search.tsx:238 msgid "Cancel" msgstr "취소" #: src/view/com/modals/Confirm.tsx:88 #: src/view/com/modals/Confirm.tsx:91 -#: src/view/com/modals/CreateOrEditList.tsx:291 +#: src/view/com/modals/CreateOrEditList.tsx:360 #: src/view/com/modals/DeleteAccount.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:230 msgctxt "action" @@ -556,7 +576,7 @@ msgstr "핸들 변경" msgid "Change my email" msgstr "내 이메일 변경하기" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:78 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:73 msgid "Change post language to {0}" msgstr "게시물 언어를 {0}(으)로 변경" @@ -564,6 +584,11 @@ msgstr "게시물 언어를 {0}(으)로 변경" msgid "Change Your Email" msgstr "이메일 변경" +#: src/screens/Deactivated.tsx:73 +#: src/screens/Deactivated.tsx:77 +msgid "Check my status" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:121 msgid "Check out some recommended feeds. Tap + to add them to your list of pinned feeds." msgstr "몇 가지 추천 피드를 확인하세요. +를 탭하여 고정된 피드 목록에 추가합니다." @@ -588,11 +613,23 @@ msgstr "새 Bluesky 사용자 이름을 선택하거나 만듭니다" msgid "Choose Service" msgstr "서비스 선택" +#: src/screens/Onboarding/StepFinished.tsx:135 +msgid "Choose the algorithms that power your custom feeds." +msgstr "" + #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:83 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:83 msgid "Choose the algorithms that power your experience with custom feeds." msgstr "맞춤 피드를 통해 사용자 경험을 강화하는 알고리즘을 선택합니다." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#~ msgid "Choose your algorithmic feeds" +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +msgid "Choose your main feeds" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:163 msgid "Choose your password" msgstr "비밀번호를 입력하세요" @@ -616,7 +653,7 @@ msgid "Clear all storage data (restart after this)" msgstr "모든 스토리지 데이터 지우기 (이후 다시 시작)" #: src/view/com/util/forms/SearchInput.tsx:74 -#: src/view/screens/Search/Search.tsx:600 +#: src/view/screens/Search/Search.tsx:674 msgid "Clear search query" msgstr "검색어 지우기" @@ -624,6 +661,10 @@ msgstr "검색어 지우기" msgid "click here" msgstr "이곳을 클릭" +#: src/screens/Onboarding/index.tsx:35 +msgid "Climate" +msgstr "" + #: src/components/Dialog/index.web.tsx:78 msgid "Close active dialog" msgstr "활성 대화 상자 닫기" @@ -664,15 +705,27 @@ msgstr "게시물 작성 상자를 닫고 게시물 초안을 삭제합니다" msgid "Closes viewer for header image" msgstr "헤더 이미지 뷰어를 닫습니다" -#: src/view/com/notifications/FeedItem.tsx:319 +#: src/view/com/notifications/FeedItem.tsx:317 msgid "Collapses list of users for a given notification" msgstr "이 알림에 대한 사용자 목록을 축소합니다" +#: src/screens/Onboarding/index.tsx:41 +msgid "Comedy" +msgstr "" + +#: src/screens/Onboarding/index.tsx:27 +msgid "Comics" +msgstr "" + #: src/Navigation.tsx:228 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "커뮤니티 가이드라인" +#: src/screens/Onboarding/StepFinished.tsx:148 +msgid "Complete onboarding and start using your account" +msgstr "" + #: src/view/com/composer/Composer.tsx:417 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "최대 {MAX_GRAPHEME_LENGTH}자 길이까지 글을 작성할 수 있습니다" @@ -681,6 +734,10 @@ msgstr "최대 {MAX_GRAPHEME_LENGTH}자 길이까지 글을 작성할 수 있습 msgid "Compose reply" msgstr "답글 작성하기" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:67 +msgid "Configure content filtering setting for category: {0}" +msgstr "" + #: src/components/Prompt.tsx:114 #: src/view/com/modals/AppealLabel.tsx:98 #: src/view/com/modals/SelfLabel.tsx:154 @@ -724,12 +781,12 @@ msgstr "확인 코드" msgid "Confirms signing up {email} to the waitlist" msgstr "{email}을(를) 대기자 명단에 등록합니다" -#: src/view/com/auth/create/CreateAccount.tsx:175 +#: src/view/com/auth/create/CreateAccount.tsx:182 #: src/view/com/auth/login/LoginForm.tsx:275 msgid "Connecting..." msgstr "연결 중…" -#: src/view/com/auth/create/CreateAccount.tsx:195 +#: src/view/com/auth/create/CreateAccount.tsx:202 msgid "Contact support" msgstr "지원에 연락하기" @@ -759,11 +816,35 @@ msgstr "콘텐츠 경고" msgid "Content warnings" msgstr "콘텐츠 경고" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:155 +#: src/screens/Onboarding/StepFollowingFeed.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:248 +#: src/screens/Onboarding/StepModeration/index.tsx:118 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:108 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 msgid "Continue" msgstr "계속" +#: src/screens/Onboarding/StepFollowingFeed.tsx:150 +#: src/screens/Onboarding/StepInterests/index.tsx:245 +#: src/screens/Onboarding/StepModeration/index.tsx:115 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:105 +msgid "Continue to next step" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:152 +msgid "Continue to the next step" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 +msgid "Continue to the next step without following any accounts" +msgstr "" + +#: src/screens/Onboarding/index.tsx:44 +msgid "Cooking" +msgstr "" + #: src/view/com/modals/AddAppPasswords.tsx:197 #: src/view/com/modals/InviteCodes.tsx:182 msgid "Copied" @@ -775,7 +856,7 @@ msgstr "빌드 버전 클립보드에 복사됨" #: src/view/com/modals/AddAppPasswords.tsx:75 #: src/view/com/modals/InviteCodes.tsx:152 -#: src/view/com/util/forms/PostDropdownBtn.tsx:110 +#: src/view/com/util/forms/PostDropdownBtn.tsx:112 msgid "Copied to clipboard" msgstr "클립보드에 복사됨" @@ -787,11 +868,11 @@ msgstr "앱 비밀번호를 복사합니다" msgid "Copy" msgstr "복사" -#: src/view/screens/ProfileList.tsx:396 +#: src/view/screens/ProfileList.tsx:393 msgid "Copy link to list" msgstr "리스트 링크 복사" -#: src/view/com/util/forms/PostDropdownBtn.tsx:151 +#: src/view/com/util/forms/PostDropdownBtn.tsx:153 msgid "Copy link to post" msgstr "게시물 링크 복사" @@ -799,7 +880,7 @@ msgstr "게시물 링크 복사" msgid "Copy link to profile" msgstr "프로필 링크 복사" -#: src/view/com/util/forms/PostDropdownBtn.tsx:137 +#: src/view/com/util/forms/PostDropdownBtn.tsx:139 msgid "Copy post text" msgstr "게시물 텍스트 복사" @@ -808,15 +889,15 @@ msgstr "게시물 텍스트 복사" msgid "Copyright Policy" msgstr "저작권 정책" -#: src/view/screens/ProfileFeed.tsx:95 +#: src/view/screens/ProfileFeed.tsx:96 msgid "Could not load feed" msgstr "피드를 불러올 수 없습니다" -#: src/view/screens/ProfileList.tsx:867 +#: src/view/screens/ProfileList.tsx:864 msgid "Could not load list" msgstr "리스트를 불러올 수 없습니다" -#: src/view/com/auth/create/Step2.tsx:89 +#: src/view/com/auth/create/Step2.tsx:90 msgid "Country" msgstr "국가" @@ -847,11 +928,11 @@ msgstr "새 계정 만들기" msgid "Created {0}" msgstr "{0} 생성됨" -#: src/view/screens/ProfileFeed.tsx:625 +#: src/view/screens/ProfileFeed.tsx:616 msgid "Created by <0/>" msgstr "<0/> 님이 만듦" -#: src/view/screens/ProfileFeed.tsx:623 +#: src/view/screens/ProfileFeed.tsx:614 msgid "Created by you" msgstr "내가 만듦" @@ -859,6 +940,10 @@ msgstr "내가 만듦" msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "미리보기 이미지가 있는 카드를 만듭니다. 카드가 {url}(으)로 연결됩니다" +#: src/screens/Onboarding/index.tsx:29 +msgid "Culture" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:389 #: src/view/com/modals/ServerInput.tsx:102 msgid "Custom domain" @@ -897,8 +982,8 @@ msgstr "계정 삭제" msgid "Delete app password" msgstr "앱 비밀번호 삭제" -#: src/view/screens/ProfileList.tsx:363 -#: src/view/screens/ProfileList.tsx:423 +#: src/view/screens/ProfileList.tsx:360 +#: src/view/screens/ProfileList.tsx:420 msgid "Delete List" msgstr "리스트 삭제" @@ -910,11 +995,11 @@ msgstr "내 계정 삭제" msgid "Delete my account…" msgstr "내 계정 삭제…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:226 +#: src/view/com/util/forms/PostDropdownBtn.tsx:228 msgid "Delete post" msgstr "게시물 삭제" -#: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Delete this post?" msgstr "이 게시물을 삭제하시겠습니까?" @@ -922,12 +1007,12 @@ msgstr "이 게시물을 삭제하시겠습니까?" msgid "Deleted" msgstr "삭제됨" -#: src/view/com/post-thread/PostThread.tsx:268 +#: src/view/com/post-thread/PostThread.tsx:264 msgid "Deleted post." msgstr "삭제된 게시물." -#: src/view/com/modals/CreateOrEditList.tsx:237 -#: src/view/com/modals/CreateOrEditList.tsx:253 +#: src/view/com/modals/CreateOrEditList.tsx:300 +#: src/view/com/modals/CreateOrEditList.tsx:321 #: src/view/com/modals/EditProfile.tsx:198 #: src/view/com/modals/EditProfile.tsx:210 msgid "Description" @@ -958,7 +1043,7 @@ msgstr "앱이 로그아웃한 사용자에게 내 계정을 표시하지 않도 msgid "Discover new custom feeds" msgstr "새로운 맞춤 피드 찾아보기" -#: src/view/screens/Feeds.tsx:409 +#: src/view/screens/Feeds.tsx:441 msgid "Discover new feeds" msgstr "새 피드 발견하기" @@ -984,15 +1069,15 @@ msgstr "초대 코드가 없나요?" #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 #: src/view/com/modals/Threadgate.tsx:132 -#: src/view/com/modals/UserAddRemoveLists.tsx:79 -#: src/view/com/modals/UserAddRemoveLists.tsx:82 +#: src/view/com/modals/UserAddRemoveLists.tsx:95 +#: src/view/com/modals/UserAddRemoveLists.tsx:98 #: src/view/screens/PreferencesThreads.tsx:162 msgctxt "action" msgid "Done" msgstr "완료" #: src/view/com/modals/AddAppPasswords.tsx:228 -#: src/view/com/modals/AltImage.tsx:115 +#: src/view/com/modals/AltImage.tsx:138 #: src/view/com/modals/ContentFilteringSettings.tsx:88 #: src/view/com/modals/ContentFilteringSettings.tsx:96 #: src/view/com/modals/crop-image/CropImage.web.tsx:152 @@ -1011,6 +1096,14 @@ msgstr "완료{extraText}" msgid "Double tap to sign in" msgstr "두 번 탭하여 로그인합니다" +#: src/view/com/composer/text-input/TextInput.web.tsx:244 +msgid "Drop to add images" +msgstr "" + +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:111 +msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." +msgstr "" + #: src/view/com/modals/EditProfile.tsx:185 msgid "e.g. Alice Roberts" msgstr "예: 앨리스 로버츠" @@ -1019,19 +1112,19 @@ msgstr "예: 앨리스 로버츠" msgid "e.g. Artist, dog-lover, and avid reader." msgstr "예: 예술가, 개 애호가, 독서광." -#: src/view/com/modals/CreateOrEditList.tsx:223 +#: src/view/com/modals/CreateOrEditList.tsx:283 msgid "e.g. Great Posters" msgstr "예: 멋진 포스터" -#: src/view/com/modals/CreateOrEditList.tsx:224 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Spammers" msgstr "예: 스팸 계정" -#: src/view/com/modals/CreateOrEditList.tsx:244 +#: src/view/com/modals/CreateOrEditList.tsx:312 msgid "e.g. The posters who never miss." msgstr "예: 놓칠 수 없는 포스터들." -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. Users that repeatedly reply with ads." msgstr "예: 반복적으로 광고 답글을 다는 계정." @@ -1049,16 +1142,16 @@ msgstr "편집" msgid "Edit image" msgstr "이미지 편집" -#: src/view/screens/ProfileList.tsx:411 +#: src/view/screens/ProfileList.tsx:408 msgid "Edit list details" msgstr "리스트 세부 정보 편집" -#: src/view/com/modals/CreateOrEditList.tsx:192 +#: src/view/com/modals/CreateOrEditList.tsx:250 msgid "Edit Moderation List" msgstr "검토 리스트 편집" #: src/Navigation.tsx:243 -#: src/view/screens/Feeds.tsx:371 +#: src/view/screens/Feeds.tsx:403 #: src/view/screens/SavedFeeds.tsx:84 msgid "Edit My Feeds" msgstr "내 피드 편집" @@ -1075,11 +1168,11 @@ msgstr "프로필 편집" msgid "Edit Profile" msgstr "프로필 편집" -#: src/view/screens/Feeds.tsx:334 +#: src/view/screens/Feeds.tsx:337 msgid "Edit Saved Feeds" msgstr "저장된 피드 편집" -#: src/view/com/modals/CreateOrEditList.tsx:187 +#: src/view/com/modals/CreateOrEditList.tsx:245 msgid "Edit User List" msgstr "사용자 리스트 편집" @@ -1091,9 +1184,13 @@ msgstr "내 표시 이름 편집" msgid "Edit your profile description" msgstr "내 프로필 설명 편집" +#: src/screens/Onboarding/index.tsx:34 +msgid "Education" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:143 -#: src/view/com/auth/create/Step2.tsx:192 -#: src/view/com/auth/create/Step2.tsx:266 +#: src/view/com/auth/create/Step2.tsx:193 +#: src/view/com/auth/create/Step2.tsx:268 #: src/view/com/auth/login/ForgotPasswordForm.tsx:152 #: src/view/com/modals/ChangeEmail.tsx:141 #: src/view/com/modals/Waitlist.tsx:88 @@ -1130,6 +1227,11 @@ msgstr "{0}만 사용" msgid "Enable Adult Content" msgstr "성인 콘텐츠 활성화" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:76 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:77 +msgid "Enable adult content in your feeds" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 msgid "Enable External Media" msgstr "외부 미디어 사용" @@ -1142,7 +1244,7 @@ msgstr "미디어 플레이어를 사용할 외부 사이트" msgid "Enable this setting to only see replies between people you follow." msgstr "내가 팔로우하는 사람들 간의 답글만 표시합니다." -#: src/view/screens/Profile.tsx:427 +#: src/view/screens/Profile.tsx:437 msgid "End of feed" msgstr "피드 끝" @@ -1183,7 +1285,7 @@ msgstr "새 이메일을 입력하세요" msgid "Enter your new email address below." msgstr "아래에 새 이메일 주소를 입력하세요." -#: src/view/com/auth/create/Step2.tsx:186 +#: src/view/com/auth/create/Step2.tsx:187 msgid "Enter your phone number" msgstr "전화번호를 입력하세요" @@ -1191,7 +1293,7 @@ msgstr "전화번호를 입력하세요" msgid "Enter your username and password" msgstr "사용자 이름 및 비밀번호 입력" -#: src/view/screens/Search/Search.tsx:107 +#: src/view/screens/Search/Search.tsx:109 msgid "Error:" msgstr "오류:" @@ -1249,11 +1351,11 @@ msgstr "외부 미디어 설정" msgid "Failed to create app password." msgstr "앱 비밀번호를 만들지 못했습니다." -#: src/view/com/modals/CreateOrEditList.tsx:148 +#: src/view/com/modals/CreateOrEditList.tsx:206 msgid "Failed to create the list. Check your internet connection and try again." msgstr "리스트를 만들지 못했습니다. 인터넷 연결을 확인한 후 다시 시도하세요." -#: src/view/com/util/forms/PostDropdownBtn.tsx:86 +#: src/view/com/util/forms/PostDropdownBtn.tsx:88 msgid "Failed to delete post, please try again" msgstr "게시물을 삭제하지 못했습니다. 다시 시도해 주세요" @@ -1270,7 +1372,7 @@ msgstr "피드" msgid "Feed by {0}" msgstr "{0} 님의 피드" -#: src/view/screens/Feeds.tsx:560 +#: src/view/screens/Feeds.tsx:597 msgid "Feed offline" msgstr "피드 오프라인" @@ -1284,8 +1386,8 @@ msgid "Feedback" msgstr "피드백" #: src/Navigation.tsx:443 -#: src/view/screens/Feeds.tsx:479 -#: src/view/screens/Profile.tsx:165 +#: src/view/screens/Feeds.tsx:514 +#: src/view/screens/Profile.tsx:175 #: src/view/shell/bottom-bar/BottomBar.tsx:181 #: src/view/shell/desktop/LeftNav.tsx:342 #: src/view/shell/Drawer.tsx:479 @@ -1293,6 +1395,14 @@ msgstr "피드백" msgid "Feeds" msgstr "피드" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#~ msgid "Feeds are created by users and can give you entirely new experiences." +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +msgid "Feeds are created by users and organizations. They offer you varied experiences and suggest content you may like using algorithms." +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:57 msgid "Feeds are created by users to curate content. Choose some feeds that you find interesting." msgstr "피드는 콘텐츠를 큐레이션하기 위해 사용자에 의해 만들어집니다. 관심 있는 피드를 선택하세요." @@ -1301,17 +1411,25 @@ msgstr "피드는 콘텐츠를 큐레이션하기 위해 사용자에 의해 만 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information." msgstr "피드는 사용자가 약간의 코딩 전문 지식으로 구축할 수 있는 맞춤 알고리즘입니다. <0/>에서 자세한 내용을 확인하세요." +#: src/screens/Onboarding/StepTopicalFeeds.tsx:70 +msgid "Feeds can be topical as well!" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:151 +msgid "Finalizing" +msgstr "" + #: src/view/com/posts/CustomFeedEmptyState.tsx:47 #: src/view/com/posts/FollowingEmptyState.tsx:57 #: src/view/com/posts/FollowingEndOfFeed.tsx:58 msgid "Find accounts to follow" msgstr "팔로우할 계정 찾아보기" -#: src/view/screens/Search/Search.tsx:433 +#: src/view/screens/Search/Search.tsx:439 msgid "Find users on Bluesky" msgstr "Bluesky에서 사용자 찾기" -#: src/view/screens/Search/Search.tsx:431 +#: src/view/screens/Search/Search.tsx:437 msgid "Find users with the search tool on the right" msgstr "오른쪽의 검색 도구로 사용자 찾기" @@ -1327,6 +1445,14 @@ msgstr "홈 화면에 표시되는 콘텐츠를 미세 조정합니다." msgid "Fine-tune the discussion threads." msgstr "토론 스레드를 미세 조정합니다." +#: src/screens/Onboarding/index.tsx:38 +msgid "Fitness" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:131 +msgid "Flexible" +msgstr "" + #: src/view/com/modals/EditImage.tsx:115 msgid "Flip horizontal" msgstr "가로로 뒤집기" @@ -1345,10 +1471,23 @@ msgstr "팔로우" msgid "Follow" msgstr "팔로우" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 #: src/view/com/profile/ProfileHeader.tsx:543 msgid "Follow {0}" msgstr "{0} 님을 팔로우" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:178 +msgid "Follow All" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +msgid "Follow selected accounts and continue to the next step" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +#~ msgid "Follow selected accounts and continue to then next step" +#~ msgstr "" + #: src/view/com/auth/onboarding/RecommendedFollows.tsx:64 msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." msgstr "일부 사용자를 팔로우하여 시작하세요. 관심 있는 사용자를 기반으로 더 많은 사용자를 추천해 드릴 수 있습니다." @@ -1390,6 +1529,10 @@ msgstr "나를 팔로우함" msgid "Follows You" msgstr "나를 팔로우함" +#: src/screens/Onboarding/index.tsx:43 +msgid "Food" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:107 msgid "For security reasons, we'll need to send a confirmation code to your email address." msgstr "보안상의 이유로 이메일 주소로 확인 코드를 보내야 합니다." @@ -1411,7 +1554,7 @@ msgstr "비밀번호 분실" msgid "Forgot Password" msgstr "비밀번호 분실" -#: src/view/com/posts/FeedItem.tsx:188 +#: src/view/com/posts/FeedItem.tsx:189 msgctxt "from-feed" msgid "From <0/>" msgstr "<0/>에서" @@ -1432,14 +1575,19 @@ msgstr "시작하기" msgid "Go back" msgstr "뒤로" -#: src/view/screens/ProfileFeed.tsx:104 -#: src/view/screens/ProfileFeed.tsx:109 -#: src/view/screens/ProfileList.tsx:876 -#: src/view/screens/ProfileList.tsx:881 +#: src/view/screens/ProfileFeed.tsx:105 +#: src/view/screens/ProfileFeed.tsx:110 +#: src/view/screens/ProfileList.tsx:873 +#: src/view/screens/ProfileList.tsx:878 msgid "Go Back" msgstr "뒤로" -#: src/view/screens/Search/Search.tsx:650 +#: src/screens/Onboarding/Layout.tsx:104 +#: src/screens/Onboarding/Layout.tsx:193 +msgid "Go back to previous step" +msgstr "" + +#: src/view/screens/Search/Search.tsx:724 #: src/view/shell/desktop/Search.tsx:262 msgid "Go to @{queryMaybeHandle}" msgstr "@{queryMaybeHandle}(으)로 이동" @@ -1454,7 +1602,7 @@ msgstr "다음" msgid "Handle" msgstr "핸들" -#: src/view/com/auth/create/CreateAccount.tsx:190 +#: src/view/com/auth/create/CreateAccount.tsx:197 msgid "Having trouble?" msgstr "문제가 있나요?" @@ -1463,23 +1611,40 @@ msgstr "문제가 있나요?" msgid "Help" msgstr "도움말" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +msgid "Here are some accounts for you to follow" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +#~ msgid "Here are some accounts for your to follow" +#~ msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:79 +msgid "Here are some popular topical feeds. You can choose to follow as many as you like." +msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:74 +msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." +msgstr "" + #: src/view/com/modals/AddAppPasswords.tsx:152 msgid "Here is your app password." msgstr "앱 비밀번호입니다." -#: src/view/com/modals/ContentFilteringSettings.tsx:219 -#: src/view/com/notifications/FeedItem.tsx:327 -msgctxt "action" -msgid "Hide" -msgstr "숨기기" - +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:41 #: src/view/com/modals/ContentFilteringSettings.tsx:246 #: src/view/com/util/moderation/ContentHider.tsx:105 #: src/view/com/util/moderation/PostHider.tsx:108 msgid "Hide" msgstr "숨기기" -#: src/view/com/util/forms/PostDropdownBtn.tsx:185 +#: src/view/com/modals/ContentFilteringSettings.tsx:219 +#: src/view/com/notifications/FeedItem.tsx:325 +msgctxt "action" +msgid "Hide" +msgstr "숨기기" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:187 msgid "Hide post" msgstr "게시물 숨기기" @@ -1488,11 +1653,11 @@ msgstr "게시물 숨기기" msgid "Hide the content" msgstr "콘텐츠 숨기기" -#: src/view/com/util/forms/PostDropdownBtn.tsx:189 +#: src/view/com/util/forms/PostDropdownBtn.tsx:191 msgid "Hide this post?" msgstr "이 게시물을 숨기시겠습니까?" -#: src/view/com/notifications/FeedItem.tsx:317 +#: src/view/com/notifications/FeedItem.tsx:315 msgid "Hide user list" msgstr "사용자 리스트 숨기기" @@ -1529,7 +1694,7 @@ msgid "Home" msgstr "홈" #: src/Navigation.tsx:248 -#: src/view/com/pager/FeedsTabBarMobile.tsx:117 +#: src/view/com/pager/FeedsTabBarMobile.tsx:123 #: src/view/screens/PreferencesHomeFeed.tsx:104 #: src/view/screens/Settings.tsx:509 msgid "Home Feed Preferences" @@ -1563,11 +1728,11 @@ msgstr "대체 텍스트가 긴 경우 대체 텍스트 확장 상태를 전환 msgid "If none are selected, suitable for all ages." msgstr "아무것도 선택하지 않으면 모든 연령대에 적합하다는 뜻입니다." -#: src/view/com/util/images/Gallery.tsx:37 +#: src/view/com/util/images/Gallery.tsx:38 msgid "Image" msgstr "이미지" -#: src/view/com/modals/AltImage.tsx:97 +#: src/view/com/modals/AltImage.tsx:119 msgid "Image alt text" msgstr "이미지 대체 텍스트" @@ -1604,7 +1769,7 @@ msgstr "새 비밀번호를 입력합니다" msgid "Input password for account deletion" msgstr "계정을 삭제하기 위해 비밀번호를 입력합니다" -#: src/view/com/auth/create/Step2.tsx:194 +#: src/view/com/auth/create/Step2.tsx:195 msgid "Input phone number for SMS verification" msgstr "SMS 인증에 사용할 전화번호를 입력합니다" @@ -1616,7 +1781,7 @@ msgstr "{identifier}에 연결된 비밀번호를 입력합니다" msgid "Input the username or email address you used at signup" msgstr "가입 시 사용한 사용자 이름 또는 이메일 주소를 입력합니다" -#: src/view/com/auth/create/Step2.tsx:268 +#: src/view/com/auth/create/Step2.tsx:270 msgid "Input the verification code we have texted to you" msgstr "문자 메시지로 전송된 인증 코드를 입력합니다" @@ -1628,11 +1793,11 @@ msgstr "Bluesky 대기자 명단에 등록하려면 이메일을 입력합니다 msgid "Input your password" msgstr "비밀번호를 입력합니다" -#: src/view/com/auth/create/Step3.tsx:39 +#: src/view/com/auth/create/Step3.tsx:42 msgid "Input your user handle" msgstr "사용자 핸들을 입력합니다" -#: src/view/com/post-thread/PostThreadItem.tsx:229 +#: src/view/com/post-thread/PostThreadItem.tsx:231 msgid "Invalid or unsupported post record" msgstr "유효하지 않거나 지원되지 않는 게시물 기록" @@ -1670,6 +1835,10 @@ msgstr "초대 코드: {invitesAvailable}개 사용 가능" msgid "Invite codes: 1 available" msgstr "초대 코드: 1개 사용 가능" +#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +msgid "It shows posts from the people you follow as they happen." +msgstr "" + #: src/view/com/auth/HomeLoggedOutCTA.tsx:99 msgid "Jobs" msgstr "채용" @@ -1687,6 +1856,10 @@ msgstr "대기자 명단에 등록하세요." msgid "Join Waitlist" msgstr "대기자 명단 등록" +#: src/screens/Onboarding/index.tsx:24 +msgid "Journalism" +msgstr "" + #: src/view/com/composer/select-language/SelectLangBtn.tsx:104 msgid "Language selection" msgstr "언어 선택" @@ -1738,6 +1911,10 @@ msgstr "모든 언어를 보려면 모두 선택하지 않은 상태로 두세 msgid "Leaving Bluesky" msgstr "Bluesky 떠나기" +#: src/screens/Deactivated.tsx:129 +msgid "left to go." +msgstr "" + #: src/view/screens/Settings.tsx:280 msgid "Legacy storage cleared, you need to restart the app now." msgstr "레거시 스토리지가 지워졌으며 지금 앱을 다시 시작해야 합니다." @@ -1747,6 +1924,10 @@ msgstr "레거시 스토리지가 지워졌으며 지금 앱을 다시 시작해 msgid "Let's get your password reset!" msgstr "비밀번호를 재설정해 봅시다!" +#: src/screens/Onboarding/StepFinished.tsx:151 +msgid "Let's go!" +msgstr "" + #: src/view/com/util/UserAvatar.tsx:245 #: src/view/com/util/UserBanner.tsx:60 msgid "Library" @@ -1756,45 +1937,48 @@ msgstr "라이브러리" msgid "Light" msgstr "밝음" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:189 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 msgid "Like" msgstr "좋아요" -#: src/view/screens/ProfileFeed.tsx:600 +#: src/view/screens/ProfileFeed.tsx:591 msgid "Like this feed" msgstr "이 피드에 좋아요 표시" #: src/Navigation.tsx:198 -#: src/view/screens/PostLikedBy.tsx:27 -#: src/view/screens/ProfileFeedLikedBy.tsx:27 msgid "Liked by" msgstr "좋아요 표시한 계정" +#: src/view/screens/PostLikedBy.tsx:27 +#: src/view/screens/ProfileFeedLikedBy.tsx:27 +msgid "Liked By" +msgstr "" + #: src/view/com/feeds/FeedSourceCard.tsx:277 msgid "Liked by {0} {1}" msgstr "{0}명의 사용자가 좋아함" -#: src/view/screens/ProfileFeed.tsx:615 +#: src/view/screens/ProfileFeed.tsx:606 msgid "Liked by {likeCount} {0}" msgstr "{likeCount}명의 사용자가 좋아함" -#: src/view/com/notifications/FeedItem.tsx:172 +#: src/view/com/notifications/FeedItem.tsx:170 msgid "liked your custom feed" msgstr "님이 내 맞춤 피드를 좋아합니다" #: src/view/com/notifications/FeedItem.tsx:171 -msgid "liked your custom feed '{0}'" -msgstr "님이 내 맞춤 피드 '{0}'(을)를 좋아합니다" +#~ msgid "liked your custom feed '{0}'" +#~ msgstr "님이 내 맞춤 피드 '{0}'(을)를 좋아합니다" #: src/view/com/notifications/FeedItem.tsx:155 msgid "liked your post" msgstr "님이 내 게시물을 좋아합니다" -#: src/view/screens/Profile.tsx:164 +#: src/view/screens/Profile.tsx:174 msgid "Likes" msgstr "좋아요" -#: src/view/com/post-thread/PostThreadItem.tsx:184 +#: src/view/com/post-thread/PostThreadItem.tsx:185 msgid "Likes on this post" msgstr "이 게시물을 좋아요 표시합니다" @@ -1802,11 +1986,11 @@ msgstr "이 게시물을 좋아요 표시합니다" msgid "List" msgstr "리스트" -#: src/view/com/modals/CreateOrEditList.tsx:203 +#: src/view/com/modals/CreateOrEditList.tsx:261 msgid "List Avatar" msgstr "리스트 아바타" -#: src/view/screens/ProfileList.tsx:323 +#: src/view/screens/ProfileList.tsx:320 msgid "List blocked" msgstr "리스트 차단됨" @@ -1814,47 +1998,47 @@ msgstr "리스트 차단됨" msgid "List by {0}" msgstr "{0} 님의 리스트" -#: src/view/screens/ProfileList.tsx:367 +#: src/view/screens/ProfileList.tsx:364 msgid "List deleted" msgstr "리스트 삭제됨" -#: src/view/screens/ProfileList.tsx:282 +#: src/view/screens/ProfileList.tsx:279 msgid "List muted" msgstr "리스트 뮤트됨" -#: src/view/com/modals/CreateOrEditList.tsx:216 +#: src/view/com/modals/CreateOrEditList.tsx:275 msgid "List Name" msgstr "리스트 이름" -#: src/view/screens/ProfileList.tsx:342 +#: src/view/screens/ProfileList.tsx:339 msgid "List unblocked" msgstr "리스트 차단 해제됨" -#: src/view/screens/ProfileList.tsx:301 +#: src/view/screens/ProfileList.tsx:298 msgid "List unmuted" msgstr "리스트 언뮤트됨" #: src/Navigation.tsx:110 -#: src/view/screens/Profile.tsx:166 +#: src/view/screens/Profile.tsx:176 #: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 msgid "Lists" msgstr "리스트" -#: src/view/com/post-thread/PostThread.tsx:285 -#: src/view/com/post-thread/PostThread.tsx:293 +#: src/view/com/post-thread/PostThread.tsx:281 +#: src/view/com/post-thread/PostThread.tsx:289 msgid "Load more posts" msgstr "더 많은 게시물 불러오기" -#: src/view/screens/Notifications.tsx:148 +#: src/view/screens/Notifications.tsx:155 msgid "Load new notifications" msgstr "새 알림 불러오기" #: src/view/com/feeds/FeedPage.tsx:190 -#: src/view/screens/Profile.tsx:412 -#: src/view/screens/ProfileFeed.tsx:503 -#: src/view/screens/ProfileList.tsx:659 +#: src/view/screens/Profile.tsx:422 +#: src/view/screens/ProfileFeed.tsx:494 +#: src/view/screens/ProfileList.tsx:656 msgid "Load new posts" msgstr "새 게시물 불러오기" @@ -1870,6 +2054,13 @@ msgstr "로컬 개발 서버" msgid "Log" msgstr "로그" +#: src/screens/Deactivated.tsx:150 +#: src/screens/Deactivated.tsx:153 +#: src/screens/Deactivated.tsx:179 +#: src/screens/Deactivated.tsx:182 +msgid "Log out" +msgstr "" + #: src/view/screens/Moderation.tsx:136 msgid "Logged-out visibility" msgstr "로그아웃 표시" @@ -1882,7 +2073,7 @@ msgstr "목록에 없는 계정으로 로그인" msgid "Make sure this is where you intend to go!" msgstr "이곳이 당신이 가고자 하는 곳인지 확인하세요!" -#: src/view/screens/Profile.tsx:163 +#: src/view/screens/Profile.tsx:173 msgid "Media" msgstr "미디어" @@ -1895,7 +2086,7 @@ msgid "Mentioned users" msgstr "멘션한 사용자" #: src/view/com/util/ViewHeader.tsx:81 -#: src/view/screens/Search/Search.tsx:554 +#: src/view/screens/Search/Search.tsx:623 msgid "Menu" msgstr "메뉴" @@ -1913,25 +2104,25 @@ msgid "Moderation" msgstr "검토" #: src/view/com/lists/ListCard.tsx:92 -#: src/view/com/modals/UserAddRemoveLists.tsx:190 +#: src/view/com/modals/UserAddRemoveLists.tsx:206 msgid "Moderation list by {0}" msgstr "{0} 님의 검토 리스트" -#: src/view/screens/ProfileList.tsx:753 +#: src/view/screens/ProfileList.tsx:750 msgid "Moderation list by <0/>" msgstr "<0/> 님의 검토 리스트" #: src/view/com/lists/ListCard.tsx:90 -#: src/view/com/modals/UserAddRemoveLists.tsx:188 -#: src/view/screens/ProfileList.tsx:751 +#: src/view/com/modals/UserAddRemoveLists.tsx:204 +#: src/view/screens/ProfileList.tsx:748 msgid "Moderation list by you" msgstr "내 검토 리스트" -#: src/view/com/modals/CreateOrEditList.tsx:139 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "Moderation list created" msgstr "검토 리스트 생성됨" -#: src/view/com/modals/CreateOrEditList.tsx:126 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "Moderation list updated" msgstr "검토 리스트 업데이트됨" @@ -1957,12 +2148,12 @@ msgid "More feeds" msgstr "피드 더 보기" #: src/view/com/profile/ProfileHeader.tsx:562 -#: src/view/screens/ProfileFeed.tsx:371 -#: src/view/screens/ProfileList.tsx:595 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileList.tsx:592 msgid "More options" msgstr "옵션 더 보기" -#: src/view/com/util/forms/PostDropdownBtn.tsx:268 +#: src/view/com/util/forms/PostDropdownBtn.tsx:270 msgid "More post options" msgstr "게시물 옵션 더 보기" @@ -1974,23 +2165,23 @@ msgstr "좋아요 많은 순" msgid "Mute Account" msgstr "계정 뮤트" -#: src/view/screens/ProfileList.tsx:522 +#: src/view/screens/ProfileList.tsx:519 msgid "Mute accounts" msgstr "계정 뮤트" -#: src/view/screens/ProfileList.tsx:469 +#: src/view/screens/ProfileList.tsx:466 msgid "Mute list" msgstr "리스트 뮤트" -#: src/view/screens/ProfileList.tsx:274 +#: src/view/screens/ProfileList.tsx:271 msgid "Mute these accounts?" msgstr "이 계정들을 뮤트하시겠습니까?" -#: src/view/screens/ProfileList.tsx:278 +#: src/view/screens/ProfileList.tsx:275 msgid "Mute this List" msgstr "이 리스트 뮤트" -#: src/view/com/util/forms/PostDropdownBtn.tsx:169 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "Mute thread" msgstr "스레드 뮤트" @@ -2011,7 +2202,7 @@ msgstr "뮤트한 계정" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "계정을 뮤트하면 피드와 알림에서 해당 계정의 게시물이 사라집니다. 뮤트 목록은 완전히 비공개로 유지됩니다." -#: src/view/screens/ProfileList.tsx:276 +#: src/view/screens/ProfileList.tsx:273 msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them." msgstr "뮤트 목록은 비공개입니다. 뮤트한 계정은 나와 상호작용할 수 있지만 해당 계정의 게시물을 보거나 해당 계정으로부터 알림을 받을 수 없습니다." @@ -2019,7 +2210,7 @@ msgstr "뮤트 목록은 비공개입니다. 뮤트한 계정은 나와 상호 msgid "My Birthday" msgstr "내 생년월일" -#: src/view/screens/Feeds.tsx:367 +#: src/view/screens/Feeds.tsx:399 msgid "My Feeds" msgstr "내 피드" @@ -2032,14 +2223,18 @@ msgid "My Saved Feeds" msgstr "내 저장된 피드" #: src/view/com/modals/AddAppPasswords.tsx:181 -#: src/view/com/modals/CreateOrEditList.tsx:230 +#: src/view/com/modals/CreateOrEditList.tsx:290 msgid "Name" msgstr "이름" -#: src/view/com/modals/CreateOrEditList.tsx:108 +#: src/view/com/modals/CreateOrEditList.tsx:145 msgid "Name is required" msgstr "이름을 입력하세요" +#: src/screens/Onboarding/index.tsx:25 +msgid "Nature" +msgstr "" + #: src/view/com/auth/login/ForgotPasswordForm.tsx:186 #: src/view/com/auth/login/LoginForm.tsx:286 #: src/view/com/auth/login/SetNewPasswordForm.tsx:166 @@ -2060,6 +2255,10 @@ msgstr "{0}에서 임베드를 불러오지 않습니다" msgid "Never lose access to your followers and data." msgstr "팔로워와 데이터에 대한 접근 권한을 잃지 않습니다." +#: src/screens/Onboarding/StepFinished.tsx:119 +msgid "Never lose access to your followers or data." +msgstr "" + #: src/view/screens/Lists.tsx:76 msgctxt "action" msgid "New" @@ -2069,7 +2268,7 @@ msgstr "새로 만들기" msgid "New" msgstr "새로 만들기" -#: src/view/com/modals/CreateOrEditList.tsx:194 +#: src/view/com/modals/CreateOrEditList.tsx:252 msgid "New Moderation List" msgstr "새 검토 리스트" @@ -2082,11 +2281,11 @@ msgctxt "action" msgid "New post" msgstr "새 게시물" -#: src/view/screens/Feeds.tsx:511 -#: src/view/screens/Profile.tsx:354 -#: src/view/screens/ProfileFeed.tsx:441 -#: src/view/screens/ProfileList.tsx:197 -#: src/view/screens/ProfileList.tsx:225 +#: src/view/screens/Feeds.tsx:547 +#: src/view/screens/Profile.tsx:364 +#: src/view/screens/ProfileFeed.tsx:432 +#: src/view/screens/ProfileList.tsx:194 +#: src/view/screens/ProfileList.tsx:222 #: src/view/shell/desktop/LeftNav.tsx:248 msgid "New post" msgstr "새 게시물" @@ -2096,7 +2295,7 @@ msgctxt "action" msgid "New Post" msgstr "새 게시물" -#: src/view/com/modals/CreateOrEditList.tsx:189 +#: src/view/com/modals/CreateOrEditList.tsx:247 msgid "New User List" msgstr "새 사용자 리스트" @@ -2104,7 +2303,11 @@ msgstr "새 사용자 리스트" msgid "Newest replies first" msgstr "새로운 순" -#: src/view/com/auth/create/CreateAccount.tsx:155 +#: src/screens/Onboarding/index.tsx:23 +msgid "News" +msgstr "" + +#: src/view/com/auth/create/CreateAccount.tsx:161 #: src/view/com/auth/login/ForgotPasswordForm.tsx:178 #: src/view/com/auth/login/ForgotPasswordForm.tsx:188 #: src/view/com/auth/login/LoginForm.tsx:288 @@ -2132,8 +2335,8 @@ msgstr "다음 이미지" msgid "No" msgstr "아니요" -#: src/view/screens/ProfileFeed.tsx:593 -#: src/view/screens/ProfileList.tsx:733 +#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileList.tsx:730 msgid "No description" msgstr "설명 없음" @@ -2141,7 +2344,7 @@ msgstr "설명 없음" msgid "No longer following {0}" msgstr "더 이상 {0} 님을 팔로우하지 않음" -#: src/view/com/notifications/Feed.tsx:107 +#: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "아직 알림이 없습니다." @@ -2150,13 +2353,13 @@ msgstr "아직 알림이 없습니다." msgid "No result" msgstr "결과 없음" -#: src/view/screens/Feeds.tsx:456 +#: src/view/screens/Feeds.tsx:490 msgid "No results found for \"{query}\"" msgstr "\"{query}\"에 대한 결과를 찾을 수 없습니다" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:272 -#: src/view/screens/Search/Search.tsx:300 +#: src/view/screens/Search/Search.tsx:274 +#: src/view/screens/Search/Search.tsx:302 msgid "No results found for {query}" msgstr "{query}에 대한 결과를 찾을 수 없습니다" @@ -2186,8 +2389,8 @@ msgid "Note: Bluesky is an open and public network. This setting only limits the msgstr "참고: Bluesky는 개방형 공개 네트워크입니다. 이 설정은 Bluesky 앱과 웹사이트에서만 내 콘텐츠가 표시되는 것을 제한하며, 다른 앱에서는 이 설정을 준수하지 않을 수 있습니다. 다른 앱과 웹사이트에서는 로그아웃한 사용자에게 내 콘텐츠가 계속 표시될 수 있습니다." #: src/Navigation.tsx:448 -#: src/view/screens/Notifications.tsx:113 -#: src/view/screens/Notifications.tsx:137 +#: src/view/screens/Notifications.tsx:120 +#: src/view/screens/Notifications.tsx:144 #: src/view/shell/bottom-bar/BottomBar.tsx:205 #: src/view/shell/desktop/LeftNav.tsx:361 #: src/view/shell/Drawer.tsx:438 @@ -2203,6 +2406,10 @@ msgstr "노출" msgid "Oh no!" msgstr "안 돼!" +#: src/screens/Onboarding/StepInterests/index.tsx:128 +msgid "Oh no! Something went wrong." +msgstr "" + #: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 msgid "Okay" msgstr "확인" @@ -2229,6 +2436,10 @@ msgstr "{0}만 답글을 달 수 있습니다." msgid "Oops!" msgstr "이런!" +#: src/screens/Onboarding/StepFinished.tsx:115 +msgid "Open" +msgstr "" + #: src/view/com/composer/Composer.tsx:470 #: src/view/com/composer/Composer.tsx:471 msgid "Open emoji picker" @@ -2238,7 +2449,7 @@ msgstr "이모티콘 선택기 열기" msgid "Open links with in-app browser" msgstr "링크를 인앱 브라우저로 엽니다" -#: src/view/com/pager/FeedsTabBarMobile.tsx:81 +#: src/view/com/pager/FeedsTabBarMobile.tsx:87 msgid "Open navigation" msgstr "내비게이션 열기" @@ -2254,7 +2465,7 @@ msgstr "{numItems}번째 옵션을 엽니다" msgid "Opens additional details for a debug entry" msgstr "디버그 항목에 대한 추가 세부 정보를 엽니다" -#: src/view/com/notifications/FeedItem.tsx:350 +#: src/view/com/notifications/FeedItem.tsx:348 msgid "Opens an expanded list of users in this notification" msgstr "이 알림에서 확장된 사용자 목록을 엽니다" @@ -2316,7 +2527,7 @@ msgstr "검토 설정을 엽니다" msgid "Opens password reset form" msgstr "비밀번호 재설정 양식을 엽니다" -#: src/view/screens/Feeds.tsx:335 +#: src/view/screens/Feeds.tsx:338 msgid "Opens screen to edit Saved Feeds" msgstr "저장된 피드를 편집할 수 있는 화면을 엽니다" @@ -2352,6 +2563,10 @@ msgstr "{numItems}개 중 {0}번째 옵션" msgid "Or combine these options:" msgstr "또는 다음 옵션을 결합하세요:" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:122 +#~ msgid "Or you can try our \"Discover\" algorithm:" +#~ msgstr "" + #: src/view/com/auth/login/ChooseAccountForm.tsx:138 msgid "Other account" msgstr "다른 계정" @@ -2364,11 +2579,14 @@ msgstr "다른 서비스" msgid "Other..." msgstr "기타…" -#: src/view/screens/NotFound.tsx:42 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "페이지를 찾을 수 없음" +#: src/view/screens/NotFound.tsx:42 +msgid "Page Not Found" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:158 #: src/view/com/auth/create/Step1.tsx:168 #: src/view/com/auth/login/LoginForm.tsx:223 @@ -2401,7 +2619,11 @@ msgstr "앨범에 접근할 수 있는 권한이 필요합니다." msgid "Permission to access camera roll was denied. Please enable it in your system settings." msgstr "앨범에 접근할 수 있는 권한이 거부되었습니다. 시스템 설정에서 활성화하세요." -#: src/view/com/auth/create/Step2.tsx:181 +#: src/screens/Onboarding/index.tsx:31 +msgid "Pets" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:182 msgid "Phone number" msgstr "전화번호" @@ -2409,8 +2631,8 @@ msgstr "전화번호" msgid "Pictures meant for adults." msgstr "성인용 사진." -#: src/view/screens/ProfileFeed.tsx:362 -#: src/view/screens/ProfileList.tsx:559 +#: src/view/screens/ProfileFeed.tsx:353 +#: src/view/screens/ProfileList.tsx:556 msgid "Pin to home" msgstr "홈에 고정" @@ -2447,7 +2669,7 @@ msgstr "이메일을 변경하기 전에 이메일을 확인해 주세요. 이 msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "앱 비밀번호의 이름을 입력하세요. 모든 공백 문자는 허용되지 않습니다." -#: src/view/com/auth/create/Step2.tsx:204 +#: src/view/com/auth/create/Step2.tsx:205 msgid "Please enter a phone number that can receive SMS text messages." msgstr "SMS 문자 메시지를 받을 수 있는 휴대폰 번호를 입력하세요." @@ -2459,7 +2681,7 @@ msgstr "이 앱 비밀번호에 대해 고유한 이름을 입력하거나 무 msgid "Please enter the code you received by SMS." msgstr "SMS로 받은 코드를 입력하세요." -#: src/view/com/auth/create/Step2.tsx:279 +#: src/view/com/auth/create/Step2.tsx:281 msgid "Please enter the verification code sent to {phoneNumberFormatted}." msgstr "{phoneNumberFormatted}(으)로 보내진 인증 코드를 입력하세요." @@ -2484,6 +2706,10 @@ msgstr "이메일 인증하기" msgid "Please wait for your link card to finish loading" msgstr "링크 카드를 완전히 불러올 때까지 기다려주세요" +#: src/screens/Onboarding/index.tsx:37 +msgid "Politics" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:111 msgid "Porn" msgstr "포르노" @@ -2494,13 +2720,12 @@ msgctxt "action" msgid "Post" msgstr "게시하기" -#: src/view/com/post-thread/PostThread.tsx:249 -#: src/view/screens/PostThread.tsx:83 +#: src/view/com/post-thread/PostThread.tsx:251 msgctxt "description" msgid "Post" msgstr "게시물" -#: src/view/com/post-thread/PostThreadItem.tsx:176 +#: src/view/com/post-thread/PostThreadItem.tsx:177 msgid "Post by {0}" msgstr "{0} 님의 게시물" @@ -2510,11 +2735,11 @@ msgstr "{0} 님의 게시물" msgid "Post by @{0}" msgstr "@{0} 님의 게시물" -#: src/view/com/util/forms/PostDropdownBtn.tsx:82 +#: src/view/com/util/forms/PostDropdownBtn.tsx:84 msgid "Post deleted" msgstr "게시물 삭제됨" -#: src/view/com/post-thread/PostThread.tsx:406 +#: src/view/com/post-thread/PostThread.tsx:403 msgid "Post hidden" msgstr "게시물 숨김" @@ -2526,11 +2751,11 @@ msgstr "게시물 언어" msgid "Post Languages" msgstr "게시물 언어" -#: src/view/com/post-thread/PostThread.tsx:458 +#: src/view/com/post-thread/PostThread.tsx:455 msgid "Post not found" msgstr "게시물을 찾을 수 없음" -#: src/view/screens/Profile.tsx:161 +#: src/view/screens/Profile.tsx:171 msgid "Posts" msgstr "게시물" @@ -2586,6 +2811,10 @@ msgstr "프로필 업데이트됨" msgid "Protect your account by verifying your email." msgstr "이메일을 인증하여 계정을 보호하세요." +#: src/screens/Onboarding/StepFinished.tsx:101 +msgid "Public" +msgstr "" + #: src/view/screens/ModerationModlists.tsx:61 msgid "Public, shareable lists of users to mute or block in bulk." msgstr "음소거하거나 일괄 차단할 수 있는 공개적이고 공유할 수 있는 사용자 목록입니다." @@ -2634,7 +2863,7 @@ msgstr "추천 사용자" #: src/view/com/modals/ListAddRemoveUsers.tsx:264 #: src/view/com/modals/SelfLabel.tsx:83 -#: src/view/com/modals/UserAddRemoveLists.tsx:203 +#: src/view/com/modals/UserAddRemoveLists.tsx:219 #: src/view/com/util/UserAvatar.tsx:282 #: src/view/com/util/UserBanner.tsx:89 msgid "Remove" @@ -2657,7 +2886,7 @@ msgstr "피드 제거" #: src/view/com/feeds/FeedSourceCard.tsx:167 #: src/view/com/feeds/FeedSourceCard.tsx:172 #: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:281 +#: src/view/screens/ProfileFeed.tsx:272 msgid "Remove from my feeds" msgstr "내 피드에서 제거" @@ -2682,7 +2911,7 @@ msgid "Remove this feed from your saved feeds?" msgstr "이 피드를 저장된 피드에서 제거하시겠습니까?" #: src/view/com/modals/ListAddRemoveUsers.tsx:199 -#: src/view/com/modals/UserAddRemoveLists.tsx:136 +#: src/view/com/modals/UserAddRemoveLists.tsx:152 msgid "Removed from list" msgstr "리스트에서 제거됨" @@ -2695,7 +2924,7 @@ msgstr "내 피드에서 제거됨" msgid "Removes default thumbnail from {0}" msgstr "{0}에서 기본 미리보기 이미지를 제거합니다" -#: src/view/screens/Profile.tsx:162 +#: src/view/screens/Profile.tsx:172 msgid "Replies" msgstr "답글" @@ -2712,8 +2941,8 @@ msgstr "답글" msgid "Reply Filters" msgstr "답글 필터" -#: src/view/com/post/Post.tsx:165 -#: src/view/com/posts/FeedItem.tsx:286 +#: src/view/com/post/Post.tsx:166 +#: src/view/com/posts/FeedItem.tsx:287 msgctxt "description" msgid "Reply to <0/>" msgstr "<0/> 님에게 보내는 답글" @@ -2726,16 +2955,16 @@ msgstr "{collectionName} 신고" msgid "Report Account" msgstr "계정 신고" -#: src/view/screens/ProfileFeed.tsx:301 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Report feed" msgstr "피드 신고" -#: src/view/screens/ProfileList.tsx:437 +#: src/view/screens/ProfileList.tsx:434 msgid "Report List" msgstr "리스트 신고" #: src/view/com/modals/report/SendReportButton.tsx:37 -#: src/view/com/util/forms/PostDropdownBtn.tsx:208 +#: src/view/com/util/forms/PostDropdownBtn.tsx:210 msgid "Report post" msgstr "게시물 신고" @@ -2757,14 +2986,18 @@ msgid "Repost or quote post" msgstr "재게시 또는 게시물 인용" #: src/view/screens/PostRepostedBy.tsx:27 -msgid "Reposted by" -msgstr "재게시한 계정" +#~ msgid "Reposted by" +#~ msgstr "재게시한 계정" + +#: src/view/screens/PostRepostedBy.tsx:27 +msgid "Reposted By" +msgstr "" -#: src/view/com/posts/FeedItem.tsx:206 +#: src/view/com/posts/FeedItem.tsx:207 msgid "Reposted by {0}" msgstr "{0} 님이 재게시함" -#: src/view/com/posts/FeedItem.tsx:223 +#: src/view/com/posts/FeedItem.tsx:224 msgid "Reposted by <0/>" msgstr "<0/> 님이 재게시함" @@ -2772,7 +3005,7 @@ msgstr "<0/> 님이 재게시함" msgid "reposted your post" msgstr "님이 내 게시물을 재게시했습니다" -#: src/view/com/post-thread/PostThreadItem.tsx:189 +#: src/view/com/post-thread/PostThreadItem.tsx:190 msgid "Reposts of this post" msgstr "이 게시물의 재게시" @@ -2781,7 +3014,7 @@ msgstr "이 게시물의 재게시" msgid "Request Change" msgstr "변경 요청" -#: src/view/com/auth/create/Step2.tsx:217 +#: src/view/com/auth/create/Step2.tsx:218 msgid "Request code" msgstr "코드 요청" @@ -2835,9 +3068,11 @@ msgstr "로그인을 다시 시도합니다" msgid "Retries the last action, which errored out" msgstr "오류가 발생한 마지막 작업을 다시 시도합니다" -#: src/view/com/auth/create/CreateAccount.tsx:164 -#: src/view/com/auth/create/CreateAccount.tsx:168 -#: src/view/com/auth/create/Step2.tsx:252 +#: src/screens/Onboarding/StepInterests/index.tsx:221 +#: src/screens/Onboarding/StepInterests/index.tsx:224 +#: src/view/com/auth/create/CreateAccount.tsx:170 +#: src/view/com/auth/create/CreateAccount.tsx:175 +#: src/view/com/auth/create/Step2.tsx:254 #: src/view/com/auth/login/LoginForm.tsx:265 #: src/view/com/auth/login/LoginForm.tsx:268 #: src/view/com/util/error/ErrorMessage.tsx:55 @@ -2845,11 +3080,11 @@ msgstr "오류가 발생한 마지막 작업을 다시 시도합니다" msgid "Retry" msgstr "다시 시도" -#: src/view/com/auth/create/Step2.tsx:245 +#: src/view/com/auth/create/Step2.tsx:246 msgid "Retry." msgstr "다시 시도하기" -#: src/view/screens/ProfileList.tsx:877 +#: src/view/screens/ProfileList.tsx:874 msgid "Return to previous page" msgstr "이전 페이지로 돌아갑니다" @@ -2857,8 +3092,8 @@ msgstr "이전 페이지로 돌아갑니다" msgid "SANDBOX. Posts and accounts are not permanent." msgstr "샌드박스. 글과 계정은 영구적이지 않습니다." -#: src/view/com/lightbox/Lightbox.tsx:129 -#: src/view/com/modals/CreateOrEditList.tsx:276 +#: src/view/com/lightbox/Lightbox.tsx:132 +#: src/view/com/modals/CreateOrEditList.tsx:345 msgctxt "action" msgid "Save" msgstr "저장" @@ -2866,13 +3101,13 @@ msgstr "저장" #: src/view/com/modals/BirthDateSettings.tsx:94 #: src/view/com/modals/BirthDateSettings.tsx:97 #: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:268 +#: src/view/com/modals/CreateOrEditList.tsx:337 #: src/view/com/modals/EditProfile.tsx:224 -#: src/view/screens/ProfileFeed.tsx:354 +#: src/view/screens/ProfileFeed.tsx:345 msgid "Save" msgstr "저장" -#: src/view/com/modals/AltImage.tsx:106 +#: src/view/com/modals/AltImage.tsx:129 msgid "Save alt text" msgstr "대체 텍스트 저장" @@ -2900,7 +3135,11 @@ msgstr "프로필에 대한 모든 변경 사항을 저장합니다" msgid "Saves handle change to {handle}" msgstr "핸들을 {handle}(으)로 변경합니다" -#: src/view/screens/ProfileList.tsx:833 +#: src/screens/Onboarding/index.tsx:36 +msgid "Science" +msgstr "" + +#: src/view/screens/ProfileList.tsx:830 msgid "Scroll to top" msgstr "맨 위로 스크롤" @@ -2909,9 +3148,9 @@ msgstr "맨 위로 스크롤" #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:53 #: src/view/com/util/forms/SearchInput.tsx:65 -#: src/view/screens/Search/Search.tsx:412 -#: src/view/screens/Search/Search.tsx:576 -#: src/view/screens/Search/Search.tsx:589 +#: src/view/screens/Search/Search.tsx:418 +#: src/view/screens/Search/Search.tsx:645 +#: src/view/screens/Search/Search.tsx:663 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:324 #: src/view/shell/desktop/Search.tsx:214 @@ -2921,7 +3160,7 @@ msgstr "맨 위로 스크롤" msgid "Search" msgstr "검색" -#: src/view/screens/Search/Search.tsx:638 +#: src/view/screens/Search/Search.tsx:712 #: src/view/shell/desktop/Search.tsx:255 msgid "Search for \"{query}\"" msgstr "\"{query}\"에 대한 검색 결과" @@ -2965,6 +3204,22 @@ msgstr "{numItems}개 중 {i}번째 옵션을 선택합니다" msgid "Select service" msgstr "서비스 선택" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 +msgid "Select some accounts below to follow" +msgstr "" + +#: src/screens/Onboarding/StepModeration/index.tsx:49 +#~ msgid "Select the types of content that you want to see (or not see), and we'll handle the rest." +#~ msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:90 +msgid "Select topical feeds to follow from the list below" +msgstr "" + +#: src/screens/Onboarding/StepModeration/index.tsx:75 +msgid "Select what you want to see (or not see), and we’ll handle the rest." +msgstr "" + #: src/view/screens/LanguageSettings.tsx:281 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "구독하는 피드에 포함할 언어를 선택합니다. 선택하지 않으면 모든 언어가 표시됩니다." @@ -2973,7 +3228,11 @@ msgstr "구독하는 피드에 포함할 언어를 선택합니다. 선택하지 msgid "Select your app language for the default text to display in the app" msgstr "앱에 표시되는 기본 텍스트 언어를 선택합니다." -#: src/view/com/auth/create/Step2.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:196 +msgid "Select your interests from the options below" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:154 msgid "Select your phone's country" msgstr "전화번호 국가 선택" @@ -2981,6 +3240,14 @@ msgstr "전화번호 국가 선택" msgid "Select your preferred language for translations in your feed." msgstr "피드에서 번역을 위해 선호하는 언어를 선택합니다." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +msgid "Select your primary algorithmic feeds" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:132 +msgid "Select your secondary algorithmic feeds" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:202 #: src/view/com/modals/VerifyEmail.tsx:204 msgid "Send Confirmation Email" @@ -3058,6 +3325,10 @@ msgstr "스레드 보기에 답글을 표시하려면 이 설정을 \"예\"로 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:50 +msgid "Set up your account" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:266 msgid "Sets Bluesky username" msgstr "Bluesky 사용자 이름을 설정합니다" @@ -3087,21 +3358,22 @@ msgstr "설정" msgid "Sexual activity or erotic nudity." msgstr "성행위 또는 선정적인 노출." -#: src/view/com/lightbox/Lightbox.tsx:138 +#: src/view/com/lightbox/Lightbox.tsx:141 msgctxt "action" msgid "Share" msgstr "공유" #: src/view/com/profile/ProfileHeader.tsx:342 -#: src/view/com/util/forms/PostDropdownBtn.tsx:151 -#: src/view/screens/ProfileList.tsx:396 +#: src/view/com/util/forms/PostDropdownBtn.tsx:153 +#: src/view/screens/ProfileList.tsx:393 msgid "Share" msgstr "공유" -#: src/view/screens/ProfileFeed.tsx:313 +#: src/view/screens/ProfileFeed.tsx:304 msgid "Share feed" msgstr "피드 공유" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:43 #: src/view/com/modals/ContentFilteringSettings.tsx:261 #: src/view/com/util/moderation/ContentHider.tsx:107 #: src/view/com/util/moderation/PostHider.tsx:108 @@ -3125,9 +3397,9 @@ msgstr "{0} 임베드 표시" msgid "Show follows similar to {0}" msgstr "{0} 님과 비슷한 팔로우 표시" -#: src/view/com/post-thread/PostThreadItem.tsx:569 -#: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:362 +#: src/view/com/post-thread/PostThreadItem.tsx:571 +#: src/view/com/post/Post.tsx:197 +#: src/view/com/posts/FeedItem.tsx:363 msgid "Show More" msgstr "더 보기" @@ -3139,6 +3411,18 @@ msgstr "내 피드에서 게시물 표시" msgid "Show Quote Posts" msgstr "인용 게시물 표시" +#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +msgid "Show quote-posts in Following feed" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +msgid "Show quotes in Following" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +msgid "Show re-posts in Following feed" +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:119 msgid "Show Replies" msgstr "답글 표시" @@ -3147,6 +3431,14 @@ msgstr "답글 표시" msgid "Show replies by people you follow before all other replies." msgstr "내가 팔로우하는 사람들의 답글을 다른 모든 답글보다 먼저 표시합니다." +#: src/screens/Onboarding/StepFollowingFeed.tsx:86 +msgid "Show replies in Following" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +msgid "Show replies in Following feed" +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:70 msgid "Show replies with at least {value} {0}" msgstr "좋아요가 {value}개 이상인 답글 표시" @@ -3155,12 +3447,16 @@ msgstr "좋아요가 {value}개 이상인 답글 표시" msgid "Show Reposts" msgstr "재게시 표시" +#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +msgid "Show reposts in Following" +msgstr "" + #: src/view/com/util/moderation/ContentHider.tsx:67 #: src/view/com/util/moderation/PostHider.tsx:61 msgid "Show the content" msgstr "콘텐츠 표시" -#: src/view/com/notifications/FeedItem.tsx:348 +#: src/view/com/notifications/FeedItem.tsx:346 msgid "Show users" msgstr "사용자 표시" @@ -3244,14 +3540,24 @@ msgstr "@{0}(으)로 로그인했습니다" msgid "Signs {0} out of Bluesky" msgstr "Bluesky에서 {0}을(를) 로그아웃합니다" +#: src/screens/Onboarding/StepInterests/index.tsx:235 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:33 msgid "Skip" msgstr "건너뛰기" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Onboarding/StepInterests/index.tsx:232 +msgid "Skip this flow" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:81 msgid "SMS verification" msgstr "SMS 인증" +#: src/screens/Onboarding/index.tsx:40 +msgid "Software Dev" +msgstr "" + #: src/view/com/modals/ProfilePreview.tsx:62 msgid "Something went wrong and we're not sure what." msgstr "문제가 발생했지만 원인을 알 수 없습니다." @@ -3272,6 +3578,10 @@ msgstr "답글 정렬" msgid "Sort replies to the same post by:" msgstr "동일한 게시물에 대한 답글을 정렬하는 기준입니다." +#: src/screens/Onboarding/index.tsx:30 +msgid "Sports" +msgstr "" + #: src/view/com/modals/crop-image/CropImage.web.tsx:122 msgid "Square" msgstr "정사각형" @@ -3301,15 +3611,20 @@ msgstr "스토리북" msgid "Submit" msgstr "확인" -#: src/view/screens/ProfileList.tsx:586 +#: src/view/screens/ProfileList.tsx:583 msgid "Subscribe" msgstr "구독" -#: src/view/screens/ProfileList.tsx:582 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 +msgid "Subscribe to the {0} feed" +msgstr "" + +#: src/view/screens/ProfileList.tsx:579 msgid "Subscribe to this list" msgstr "이 리스트로 구독" -#: src/view/screens/Search/Search.tsx:366 +#: src/view/screens/Search/Search.tsx:372 msgid "Suggested Follows" msgstr "팔로우 추천" @@ -3361,6 +3676,10 @@ msgstr "세로" msgid "Tap to view fully" msgstr "탭하여 전체 크기로 봅니다" +#: src/screens/Onboarding/index.tsx:39 +msgid "Tech" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:93 msgid "Terms" msgstr "이용약관" @@ -3389,7 +3708,11 @@ msgstr "커뮤니티 가이드라인을 <0/>(으)로 이동했습니다" msgid "The Copyright Policy has been moved to <0/>" msgstr "저작권 정책을 <0/>(으)로 이동했습니다" -#: src/view/com/post-thread/PostThread.tsx:461 +#: src/screens/Onboarding/Layout.tsx:60 +msgid "The following steps will help customize your Bluesky experience." +msgstr "" + +#: src/view/com/post-thread/PostThread.tsx:458 msgid "The post may have been deleted." msgstr "게시물이 삭제되었을 수 있습니다." @@ -3405,7 +3728,11 @@ msgstr "지원 양식을 이동했습니다. 도움이 필요하다면 <0/>하 msgid "The Terms of Service have been moved to" msgstr "서비스 이용약관을 다음으로 이동했습니다:" -#: src/view/screens/ProfileFeed.tsx:558 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:135 +msgid "There are many feeds to try:" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:549 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "서버에 연결하는 동안 문제가 발생했습니다. 인터넷 연결을 확인한 후 다시 시도하세요." @@ -3413,12 +3740,12 @@ msgstr "서버에 연결하는 동안 문제가 발생했습니다. 인터넷 msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "이 피드를 삭제하는 동안 문제가 발생했습니다. 인터넷 연결을 확인한 후 다시 시도하세요." -#: src/view/screens/ProfileFeed.tsx:218 +#: src/view/screens/ProfileFeed.tsx:209 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "피드를 업데이트하는 동안 문제가 발생했습니다. 인터넷 연결을 확인한 후 다시 시도하세요." -#: src/view/screens/ProfileFeed.tsx:245 -#: src/view/screens/ProfileList.tsx:266 +#: src/view/screens/ProfileFeed.tsx:236 +#: src/view/screens/ProfileList.tsx:263 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 #: src/view/screens/SavedFeeds.tsx:252 @@ -3433,7 +3760,7 @@ msgstr "서버에 연결하는 동안 문제가 발생했습니다" msgid "There was an issue contacting your server" msgstr "서버에 연결하는 동안 문제가 발생했습니다" -#: src/view/com/notifications/Feed.tsx:115 +#: src/view/com/notifications/Feed.tsx:117 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "알림을 가져오는 동안 문제가 발생했습니다. 이곳을 탭하여 다시 시도하세요." @@ -3450,6 +3777,7 @@ msgstr "리스트를 가져오는 동안 문제가 발생했습니다. 이곳을 msgid "There was an issue fetching your lists. Tap here to try again." msgstr "리스트를 가져오는 동안 문제가 발생했습니다. 이곳을 탭하여 다시 시도하세요." +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:63 #: src/view/com/modals/ContentFilteringSettings.tsx:126 msgid "There was an issue syncing your preferences with the server" msgstr "설정을 서버와 동기화하는 동안 문제가 발생했습니다" @@ -3467,10 +3795,10 @@ msgstr "앱 비밀번호를 가져오는 동안 문제가 발생했습니다" msgid "There was an issue! {0}" msgstr "문제가 발생했습니다! {0}" -#: src/view/screens/ProfileList.tsx:287 -#: src/view/screens/ProfileList.tsx:306 -#: src/view/screens/ProfileList.tsx:328 -#: src/view/screens/ProfileList.tsx:347 +#: src/view/screens/ProfileList.tsx:284 +#: src/view/screens/ProfileList.tsx:303 +#: src/view/screens/ProfileList.tsx:325 +#: src/view/screens/ProfileList.tsx:344 msgid "There was an issue. Please check your internet connection and try again." msgstr "문제가 발생했습니다. 인터넷 연결을 확인한 후 다시 시도하세요." @@ -3478,10 +3806,22 @@ msgstr "문제가 발생했습니다. 인터넷 연결을 확인한 후 다시 msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "애플리케이션에 예기치 않은 문제가 발생했습니다. 이런 일이 발생하면 저희에게 알려주세요!" -#: src/view/com/auth/create/Step2.tsx:53 +#: src/screens/Deactivated.tsx:107 +msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:54 msgid "There's something wrong with this number. Please choose your country and enter your full phone number!" msgstr "잘못된 번호입니다. 국가를 선택하고 전체 전화번호를 입력하세요." +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +msgid "These are popular accounts you might like:" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +#~ msgid "These are popular accounts you might like." +#~ msgstr "" + #: src/view/com/util/moderation/ScreenHider.tsx:88 msgid "This {screenDescription} has been flagged:" msgstr "이 {screenDescription}에 플래그가 지정되었습니다:" @@ -3506,9 +3846,9 @@ msgstr "이 콘텐츠는 Bluesky 계정이 없으면 볼 수 없습니다." msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "이 피드는 현재 트래픽이 많아 일시적으로 사용할 수 없습니다. 나중에 다시 시도해 주세요." -#: src/view/screens/Profile.tsx:392 -#: src/view/screens/ProfileFeed.tsx:484 -#: src/view/screens/ProfileList.tsx:639 +#: src/view/screens/Profile.tsx:402 +#: src/view/screens/ProfileFeed.tsx:475 +#: src/view/screens/ProfileList.tsx:636 msgid "This feed is empty!" msgstr "이 피드는 비어 있습니다." @@ -3528,7 +3868,7 @@ msgstr "이는 이메일을 변경하거나 비밀번호를 재설정해야 할 msgid "This link is taking you to the following website:" msgstr "이 링크를 클릭하면 다음 웹사이트로 이동합니다:" -#: src/view/screens/ProfileList.tsx:813 +#: src/view/screens/ProfileList.tsx:810 msgid "This list is empty!" msgstr "이 리스트는 비어 있습니다." @@ -3536,7 +3876,7 @@ msgstr "이 리스트는 비어 있습니다." msgid "This name is already in use" msgstr "이 이름은 이미 사용 중입니다" -#: src/view/com/post-thread/PostThreadItem.tsx:123 +#: src/view/com/post-thread/PostThreadItem.tsx:124 msgid "This post has been deleted." msgstr "이 게시물은 삭제되었습니다." @@ -3556,7 +3896,7 @@ msgstr "이 사용자는 뮤트한 <0/> 리스트에 포함되어 있습니다." msgid "This warning is only available for posts with media attached." msgstr "이 경고는 미디어가 첨부된 게시물에만 사용할 수 있습니다." -#: src/view/com/util/forms/PostDropdownBtn.tsx:190 +#: src/view/com/util/forms/PostDropdownBtn.tsx:192 msgid "This will hide this post from your feeds." msgstr "피드에서 이 게시물을 숨깁니다." @@ -3581,9 +3921,9 @@ msgstr "드롭다운 열기 및 닫기" msgid "Transformations" msgstr "변형" -#: src/view/com/post-thread/PostThreadItem.tsx:710 -#: src/view/com/post-thread/PostThreadItem.tsx:712 -#: src/view/com/util/forms/PostDropdownBtn.tsx:123 +#: src/view/com/post-thread/PostThreadItem.tsx:719 +#: src/view/com/post-thread/PostThreadItem.tsx:721 +#: src/view/com/util/forms/PostDropdownBtn.tsx:125 msgid "Translate" msgstr "번역" @@ -3592,11 +3932,11 @@ msgctxt "action" msgid "Try again" msgstr "다시 시도" -#: src/view/screens/ProfileList.tsx:484 +#: src/view/screens/ProfileList.tsx:481 msgid "Un-block list" msgstr "리스트 차단 해제" -#: src/view/screens/ProfileList.tsx:469 +#: src/view/screens/ProfileList.tsx:466 msgid "Un-mute list" msgstr "리스트 언뮤트" @@ -3608,7 +3948,7 @@ msgid "Unable to contact your service. Please check your Internet connection." msgstr "서비스에 연결할 수 없습니다. 인터넷 연결을 확인하세요." #: src/view/com/profile/ProfileHeader.tsx:472 -#: src/view/screens/ProfileList.tsx:568 +#: src/view/screens/ProfileList.tsx:565 msgid "Unblock" msgstr "차단 해제" @@ -3638,15 +3978,15 @@ msgstr "언팔로우" msgid "Unfollow {0}" msgstr "{0} 님을 언팔로우" -#: src/view/com/auth/create/state.ts:298 +#: src/view/com/auth/create/state.ts:300 msgid "Unfortunately, you do not meet the requirements to create an account." msgstr "아쉽지만 계정을 만들 수 있는 요건을 충족하지 못했습니다." -#: src/view/com/util/post-ctrls/PostCtrls.tsx:189 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 msgid "Unlike" msgstr "좋아요 취소" -#: src/view/screens/ProfileList.tsx:575 +#: src/view/screens/ProfileList.tsx:572 msgid "Unmute" msgstr "언뮤트" @@ -3654,24 +3994,24 @@ msgstr "언뮤트" msgid "Unmute Account" msgstr "계정 언뮤트" -#: src/view/com/util/forms/PostDropdownBtn.tsx:169 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "Unmute thread" msgstr "스레드 언뮤트" -#: src/view/screens/ProfileFeed.tsx:362 -#: src/view/screens/ProfileList.tsx:559 +#: src/view/screens/ProfileFeed.tsx:353 +#: src/view/screens/ProfileList.tsx:556 msgid "Unpin" msgstr "고정 해제" -#: src/view/screens/ProfileList.tsx:452 +#: src/view/screens/ProfileList.tsx:449 msgid "Unpin moderation list" msgstr "검토 리스트 고정 해제" -#: src/view/screens/ProfileFeed.tsx:354 +#: src/view/screens/ProfileFeed.tsx:345 msgid "Unsave" msgstr "저장 해제" -#: src/view/com/modals/UserAddRemoveLists.tsx:54 +#: src/view/com/modals/UserAddRemoveLists.tsx:70 msgid "Update {displayName} in Lists" msgstr "리스트에서 {displayName} 업데이트" @@ -3729,30 +4069,30 @@ msgstr "리스트로 사용자 차단됨" msgid "User Blocks You" msgstr "사용자가 나를 차단함" -#: src/view/com/auth/create/Step3.tsx:38 +#: src/view/com/auth/create/Step3.tsx:41 msgid "User handle" msgstr "사용자 핸들" #: src/view/com/lists/ListCard.tsx:84 -#: src/view/com/modals/UserAddRemoveLists.tsx:182 +#: src/view/com/modals/UserAddRemoveLists.tsx:198 msgid "User list by {0}" msgstr "{0} 님의 사용자 리스트" -#: src/view/screens/ProfileList.tsx:741 +#: src/view/screens/ProfileList.tsx:738 msgid "User list by <0/>" msgstr "<0/> 님의 사용자 리스트" #: src/view/com/lists/ListCard.tsx:82 -#: src/view/com/modals/UserAddRemoveLists.tsx:180 -#: src/view/screens/ProfileList.tsx:739 +#: src/view/com/modals/UserAddRemoveLists.tsx:196 +#: src/view/screens/ProfileList.tsx:736 msgid "User list by you" msgstr "내 사용자 리스트" -#: src/view/com/modals/CreateOrEditList.tsx:138 +#: src/view/com/modals/CreateOrEditList.tsx:196 msgid "User list created" msgstr "사용자 리스트 생성됨" -#: src/view/com/modals/CreateOrEditList.tsx:125 +#: src/view/com/modals/CreateOrEditList.tsx:182 msgid "User list updated" msgstr "사용자 리스트 업데이트됨" @@ -3765,7 +4105,7 @@ msgstr "사용자 리스트" msgid "Username or email address" msgstr "사용자 이름 또는 이메일 주소" -#: src/view/screens/ProfileList.tsx:775 +#: src/view/screens/ProfileList.tsx:772 msgid "Users" msgstr "사용자" @@ -3777,7 +4117,7 @@ msgstr "<0/> 님이 팔로우한 사용자" msgid "Users in \"{0}\"" msgstr "\"{0}\"에 있는 사용자" -#: src/view/com/auth/create/Step2.tsx:241 +#: src/view/com/auth/create/Step2.tsx:242 msgid "Verification code" msgstr "인증 코드" @@ -3802,6 +4142,10 @@ msgstr "새 이메일 인증" msgid "Verify Your Email" msgstr "이메일 인증하기" +#: src/screens/Onboarding/index.tsx:42 +msgid "Video Games" +msgstr "" + #: src/view/com/profile/ProfileHeader.tsx:701 msgid "View {0}'s avatar" msgstr "{0} 님의 아바타를 봅니다" @@ -3826,27 +4170,60 @@ msgstr "아바타 보기" msgid "Visit Site" msgstr "사이트 방문" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:42 #: src/view/com/modals/ContentFilteringSettings.tsx:254 msgid "Warn" msgstr "경고" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +msgid "We also think you'll like \"For You\" by Skygaze:" +msgstr "" + +#: src/screens/Deactivated.tsx:134 +msgid "We estimate {estimatedTime} until your account is ready." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:93 +msgid "We hope you have a wonderful time. Remember, Bluesky is:" +msgstr "" + #: 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/screens/Onboarding/StepAlgoFeeds/index.tsx:118 +#~ msgid "We recommend \"For You\" by Skygaze:" +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:119 +msgid "We recommend our \"Discover\" feed:" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:133 +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/Deactivated.tsx:138 +msgid "We will let you know when your account is ready." +msgstr "" + #: src/view/com/modals/AppealLabel.tsx:48 msgid "We'll look into your appeal promptly." msgstr "이의신청을 즉시 검토하겠습니다." +#: src/screens/Onboarding/StepInterests/index.tsx:138 +msgid "We'll use this to help customize your experience." +msgstr "" + #: src/view/com/auth/create/CreateAccount.tsx:123 msgid "We're so excited to have you join us!" msgstr "당신과 함께하게 되어 정말 기쁘네요!" -#: src/view/screens/ProfileList.tsx:83 +#: src/view/screens/ProfileList.tsx:84 msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "죄송하지만 이 리스트를 불러올 수 없습니다. 이 문제가 계속되면 리스트 작성자인 @{handleOrDid}에게 문의하세요." -#: src/view/screens/Search/Search.tsx:245 +#: src/view/screens/Search/Search.tsx:247 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "죄송하지만 검색을 완료할 수 없습니다. 몇 분 후에 다시 시도해 주세요." @@ -3858,6 +4235,10 @@ msgstr "죄송합니다. 페이지를 찾을 수 없습니다." msgid "Welcome to <0>Bluesky</0>" msgstr "<0>Bluesky</0>에 오신 것을 환영합니다" +#: src/screens/Onboarding/StepInterests/index.tsx:130 +msgid "What are your interests?" +msgstr "" + #: src/view/com/modals/report/Modal.tsx:169 msgid "What is the issue with this {collectionName}?" msgstr "이 {collectionName}에 어떤 문제가 있나요?" @@ -3893,11 +4274,15 @@ msgstr "게시물 작성" msgid "Write your reply" msgstr "답글 작성하기" -#: src/view/com/auth/create/Step2.tsx:260 +#: src/screens/Onboarding/index.tsx:28 +msgid "Writers" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:262 msgid "XXXXXX" msgstr "XXXXXX" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:82 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:77 #: src/view/screens/PreferencesHomeFeed.tsx:129 #: src/view/screens/PreferencesHomeFeed.tsx:201 #: src/view/screens/PreferencesHomeFeed.tsx:236 @@ -3907,11 +4292,27 @@ msgstr "XXXXXX" msgid "Yes" msgstr "예" +#: src/screens/Onboarding/StepModeration/index.tsx:46 +#~ msgid "You are in control" +#~ msgstr "" + +#: src/screens/Deactivated.tsx:131 +msgid "You are in line." +msgstr "" + #: src/view/com/posts/FollowingEmptyState.tsx:67 #: src/view/com/posts/FollowingEndOfFeed.tsx:68 msgid "You can also discover new Custom Feeds to follow." msgstr "팔로우할 새로운 맞춤 피드를 찾을 수도 있습니다." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:123 +#~ msgid "You can also try our \"Discover\" algorithm:" +#~ msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +msgid "You can change these settings later." +msgstr "" + #: src/view/com/auth/login/Login.tsx:158 #: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 msgid "You can now sign in with your new password." @@ -3925,7 +4326,7 @@ msgstr "아직 초대 코드가 없습니다! Bluesky를 좀 더 오래 사용 msgid "You don't have any pinned feeds." msgstr "고정된 피드가 없습니다." -#: src/view/screens/Feeds.tsx:387 +#: src/view/screens/Feeds.tsx:419 msgid "You don't have any saved feeds!" msgstr "저장된 피드가 없습니다!" @@ -3933,7 +4334,7 @@ msgstr "저장된 피드가 없습니다!" msgid "You don't have any saved feeds." msgstr "저장된 피드가 없습니다." -#: src/view/com/post-thread/PostThread.tsx:409 +#: src/view/com/post-thread/PostThread.tsx:406 msgid "You have blocked the author or you have been blocked by the author." msgstr "작성자를 차단했거나 작성자가 나를 차단한 경우입니다." @@ -3970,11 +4371,15 @@ msgstr "아직 어떤 계정도 뮤트하지 않았습니다. 계정을 뮤트 msgid "You must be 18 or older to enable adult content." msgstr "성인 콘텐츠를 활성화하려면 18세 이상이어야 합니다." -#: src/view/com/util/forms/PostDropdownBtn.tsx:96 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:103 +msgid "You must be 18 years or older to enable adult content" +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:98 msgid "You will no longer receive notifications for this thread" msgstr "이 스레드에 대한 알림을 더 이상 받지 않습니다" -#: src/view/com/util/forms/PostDropdownBtn.tsx:99 +#: src/view/com/util/forms/PostDropdownBtn.tsx:101 msgid "You will now receive notifications for this thread" msgstr "이제 이 스레드에 대한 알림을 받습니다" @@ -3982,6 +4387,20 @@ msgstr "이제 이 스레드에 대한 알림을 받습니다" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "\"재설정 코드\"가 포함된 이메일을 받게 되면 여기에 해당 코드를 입력한 다음 새 비밀번호를 입력합니다." +#: src/screens/Onboarding/StepModeration/index.tsx:72 +msgid "You're in control" +msgstr "" + +#: src/screens/Deactivated.tsx:88 +#: src/screens/Deactivated.tsx:89 +#: src/screens/Deactivated.tsx:104 +msgid "You're in line" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:90 +msgid "You're ready to go!" +msgstr "" + #: src/view/com/posts/FollowingEndOfFeed.tsx:48 msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "피드 끝에 도달했습니다! 팔로우할 계정을 더 찾아보세요." @@ -4002,6 +4421,10 @@ msgstr "생년월일" msgid "Your choice will be saved, but can be changed later in settings." msgstr "선택 사항은 저장되며 나중에 설정에서 변경할 수 있습니다." +#: src/screens/Onboarding/StepFollowingFeed.tsx:61 +msgid "Your default feed is \"Following\"" +msgstr "" + #: src/view/com/auth/create/state.ts:153 #: src/view/com/auth/login/ForgotPasswordForm.tsx:70 msgid "Your email appears to be invalid." @@ -4023,7 +4446,7 @@ msgstr "이메일이 아직 인증되지 않았습니다. 이는 중요한 보 msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "팔로우 중인 피드가 비어 있습니다! 더 많은 사용자를 팔로우하여 무슨 일이 일어나고 있는지 확인하세요." -#: src/view/com/auth/create/Step3.tsx:42 +#: src/view/com/auth/create/Step3.tsx:45 msgid "Your full handle will be" msgstr "내 전체 핸들:" @@ -4041,6 +4464,7 @@ msgstr "앱 비밀번호를 사용하여 로그인하면 초대 코드가 숨겨 msgid "Your post has been published" msgstr "내 게시물을 게시했습니다" +#: src/screens/Onboarding/StepFinished.tsx:105 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:59 msgid "Your posts, likes, and blocks are public. Mutes are private." diff --git a/src/locale/locales/pt-BR/messages.po b/src/locale/locales/pt-BR/messages.po index 57c72a6cd..ea16bc5ea 100644 --- a/src/locale/locales/pt-BR/messages.po +++ b/src/locale/locales/pt-BR/messages.po @@ -13,6 +13,12 @@ msgstr "" "Language-Team: maisondasilva, gildaswise, gleydson, faeriarum\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#~ msgid "- end of feed -" +#~ msgstr "- fim do feed -" + +#~ msgid ". This warning is only available for posts with media attached." +#~ msgstr ". Este aviso só aparece em posts com imagens." + #: src/view/com/modals/VerifyEmail.tsx:142 msgid "(no email)" msgstr "(sem email)" @@ -76,6 +82,18 @@ msgstr "<0>Escolha seus</0><2>Feeds</2><1>recomendados</1>" msgid "<0>Follow some</0><1>Recommended</1><2>Users</2>" msgstr "<0>Siga alguns</0><2>Usuários</2><1>recomendados</1>" +#: src/view/com/modals/AddAppPasswords.tsx:132 +#~ msgid "<0>Here is your app password.</0> Use this to sign into the other app along with your handle." +#~ msgstr "<0>Aqui está sua senha de aplicativo.</0> Use-a com seu usuário para logar em outro aplicativo." + +#: src/view/screens/Moderation.tsx:212 +#~ msgid "<0>Note: This setting may not be respected by third-party apps that display Bluesky content.</0>" +#~ msgstr "<0>Nota: Esta opção pode não ser respeitada por aplicativos de terceiro que mostram conteúdo do Bluesky.</0>" + +#: src/view/screens/Moderation.tsx:212 +#~ msgid "<0>Note: Your profile and posts will remain publicly available. Third-party apps that display Bluesky content may not respect this setting.</0>" +#~ msgstr "<0>Nota: Seu perfil e posts continuarão públicos. Aplicativos de terceiros que mostram conteúdo do Bluesky podem não respeitar esta opção." + #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:21 msgid "<0>Welcome to</0><1>Bluesky</1>" msgstr "<0>Bem-vindo ao</0><1>Bluesky</1>" @@ -93,11 +111,11 @@ msgid "A new version of the app is available. Please update to continue using th msgstr "Uma nova versão do aplicativo está disponível. Por favor, atualize para continuar usando o aplicativo." #: src/view/com/util/ViewHeader.tsx:83 -#: src/view/screens/Search/Search.tsx:545 +#: src/view/screens/Search/Search.tsx:624 msgid "Access navigation links and settings" msgstr "Acessar links de navegação e configurações" -#: src/view/com/pager/FeedsTabBarMobile.tsx:83 +#: src/view/com/pager/FeedsTabBarMobile.tsx:89 msgid "Access profile and other navigation links" msgstr "Acessar perfil e outros links de navegação" @@ -145,8 +163,8 @@ msgstr "Conta dessilenciada" #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:264 -#: src/view/com/modals/UserAddRemoveLists.tsx:203 -#: src/view/screens/ProfileList.tsx:791 +#: src/view/com/modals/UserAddRemoveLists.tsx:219 +#: src/view/screens/ProfileList.tsx:788 msgid "Add" msgstr "Adicionar" @@ -154,7 +172,7 @@ msgstr "Adicionar" msgid "Add a content warning" msgstr "Adicionar um aviso de conteúdo" -#: src/view/screens/ProfileList.tsx:781 +#: src/view/screens/ProfileList.tsx:778 msgid "Add a user to this list" msgstr "Adicionar um usuário a esta lista" @@ -165,7 +183,7 @@ msgstr "Adicionar conta" #: src/view/com/composer/photos/Gallery.tsx:119 #: src/view/com/composer/photos/Gallery.tsx:180 -#: src/view/com/modals/AltImage.tsx:93 +#: src/view/com/modals/AltImage.tsx:115 msgid "Add alt text" msgstr "Adicionar texto alternativo" @@ -201,7 +219,7 @@ msgid "Add to Lists" msgstr "Adicionar às Listas" #: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:281 +#: src/view/screens/ProfileFeed.tsx:272 msgid "Add to my feeds" msgstr "Adicionar aos meus feeds" @@ -210,7 +228,7 @@ msgid "Added" msgstr "Adicionado" #: src/view/com/modals/ListAddRemoveUsers.tsx:191 -#: src/view/com/modals/UserAddRemoveLists.tsx:128 +#: src/view/com/modals/UserAddRemoveLists.tsx:144 msgid "Added to list" msgstr "Adicionado à lista" @@ -230,6 +248,10 @@ msgstr "Conteúdo Adulto" msgid "Adult content can only be enabled via the Web at <0/>." msgstr "Conteúdo adulto só pode ser habilitado no site: <0/>." +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:78 +#~ msgid "Adult content can only be enabled via the Web at <0>bsky.app</0>." +#~ msgstr "" + #: src/view/screens/Settings.tsx:630 msgid "Advanced" msgstr "Avançado" @@ -263,11 +285,15 @@ msgstr "Um email foi enviado para seu email anterior, {0}. Ele inclui um código msgid "An issue occurred, please try again." msgstr "Ocorreu um problema, por favor tente novamente." -#: src/view/com/notifications/FeedItem.tsx:240 +#: src/view/com/notifications/FeedItem.tsx:236 #: src/view/com/threadgate/WhoCanReply.tsx:178 msgid "and" msgstr "e" +#: src/screens/Onboarding/index.tsx:32 +msgid "Animals" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:95 msgid "App Language" msgstr "Idioma do aplicativo" @@ -292,12 +318,12 @@ msgstr "Configurações de Senha de Aplicativo" msgid "App passwords" msgstr "Senhas de aplicativos" -#: src/Navigation.tsx:237 +#: src/Navigation.tsx:238 #: src/view/screens/AppPasswords.tsx:187 msgid "App Passwords" msgstr "Senhas de Aplicativos" -#: src/view/com/util/forms/PostDropdownBtn.tsx:248 +#: src/view/com/util/forms/PostDropdownBtn.tsx:250 msgid "Appeal content warning" msgstr "Contestar aviso de conteúdo" @@ -305,6 +331,10 @@ msgstr "Contestar aviso de conteúdo" msgid "Appeal Content Warning" msgstr "Contestar aviso de conteúdo" +#: src/view/com/modals/AppealLabel.tsx:65 +#~ msgid "Appeal Decision" +#~ msgstr "Contestar Decisão" + #: src/view/com/util/moderation/LabelInfo.tsx:52 msgid "Appeal this decision" msgstr "Contestar esta decisão" @@ -329,18 +359,22 @@ msgstr "Tem certeza de que deseja excluir a senha do aplicativo \"{name}\"?" msgid "Are you sure you'd like to discard this draft?" msgstr "Tem certeza que deseja descartar este rascunho?" -#: src/view/screens/ProfileList.tsx:364 +#: src/view/screens/ProfileList.tsx:361 msgid "Are you sure?" msgstr "Tem certeza?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:231 +#: src/view/com/util/forms/PostDropdownBtn.tsx:233 msgid "Are you sure? This cannot be undone." msgstr "Tem certeza? Esta ação não poderá ser desfeita." -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:65 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:60 msgid "Are you writing in <0>{0}</0>?" msgstr "Você está escrevendo em <0>{0}</0>?" +#: src/screens/Onboarding/index.tsx:26 +msgid "Art" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:123 msgid "Artistic or non-erotic nudity." msgstr "Nudez artística ou não erótica." @@ -349,25 +383,29 @@ msgstr "Nudez artística ou não erótica." #~ msgid "Ask apps to limit the visibility of my account" #~ msgstr "Exigir visibilidade limitada da minha conta" -#: src/view/com/auth/create/CreateAccount.tsx:142 +#: src/view/com/auth/create/CreateAccount.tsx:147 #: src/view/com/auth/login/ChooseAccountForm.tsx:151 #: src/view/com/auth/login/ForgotPasswordForm.tsx:170 #: src/view/com/auth/login/LoginForm.tsx:256 #: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/report/InputIssueDetails.tsx:46 -#: src/view/com/post-thread/PostThread.tsx:392 -#: src/view/com/post-thread/PostThread.tsx:442 -#: src/view/com/post-thread/PostThread.tsx:450 +#: src/view/com/post-thread/PostThread.tsx:413 +#: src/view/com/post-thread/PostThread.tsx:463 +#: src/view/com/post-thread/PostThread.tsx:471 #: src/view/com/profile/ProfileHeader.tsx:688 #: src/view/com/util/ViewHeader.tsx:81 msgid "Back" msgstr "Voltar" -#: src/view/com/post-thread/PostThread.tsx:400 +#: src/view/com/post-thread/PostThread.tsx:421 msgctxt "action" msgid "Back" msgstr "Voltar" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +msgid "Based on your interest in {interestsText}" +msgstr "" + #: src/view/screens/Settings.tsx:489 msgid "Basics" msgstr "Básicos" @@ -386,19 +424,19 @@ msgstr "Aniversário:" msgid "Block Account" msgstr "Bloquear Conta" -#: src/view/screens/ProfileList.tsx:534 +#: src/view/screens/ProfileList.tsx:531 msgid "Block accounts" msgstr "Bloquear contas" -#: src/view/screens/ProfileList.tsx:484 +#: src/view/screens/ProfileList.tsx:481 msgid "Block list" msgstr "Lista de bloqueio" -#: src/view/screens/ProfileList.tsx:315 +#: src/view/screens/ProfileList.tsx:312 msgid "Block these accounts?" msgstr "Bloquear estas contas?" -#: src/view/screens/ProfileList.tsx:319 +#: src/view/screens/ProfileList.tsx:316 msgid "Block this List" msgstr "Bloquear esta Lista" @@ -411,7 +449,7 @@ msgstr "Bloqueado" msgid "Blocked accounts" msgstr "Contas bloqueadas" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationBlockedAccounts.tsx:107 msgid "Blocked Accounts" msgstr "Contas Bloqueadas" @@ -424,11 +462,11 @@ msgstr "Contas bloqueadas não podem te responder, mencionar ou interagir com vo 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 "Contas bloqueadas não podem te responder, mencionar ou interagir com você. Você não verá o conteúdo deles e eles serão impedidos de ver o seu." -#: src/view/com/post-thread/PostThread.tsx:254 +#: src/view/com/post-thread/PostThread.tsx:272 msgid "Blocked post." msgstr "Post bloqueado." -#: src/view/screens/ProfileList.tsx:317 +#: src/view/screens/ProfileList.tsx:314 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "Bloqueios são públicos. Contas bloqueadas não podem te responder, mencionar ou interagir com você." @@ -467,6 +505,10 @@ msgstr "O Bluesky não mostrará seu perfil e publicações para usuários desco msgid "Bluesky.Social" msgstr "Bluesky.Social" +#: src/screens/Onboarding/index.tsx:33 +msgid "Books" +msgstr "" + #: src/view/screens/Settings.tsx:792 msgid "Build version {0} {1}" msgstr "Versão {0} {1}" @@ -496,7 +538,7 @@ msgid "by you" msgstr "por você" #: src/view/com/composer/photos/OpenCameraBtn.tsx:60 -#: src/view/com/util/UserAvatar.tsx:221 +#: src/view/com/util/UserAvatar.tsx:221 #: src/view/com/util/UserBanner.tsx:38 msgid "Camera" msgstr "Câmera" @@ -510,7 +552,7 @@ msgstr "Só pode conter letras, números, espaços, traços e sublinhados. Deve #: src/view/com/composer/Composer.tsx:305 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/CreateOrEditList.tsx:286 +#: src/view/com/modals/CreateOrEditList.tsx:355 #: src/view/com/modals/EditImage.tsx:323 #: src/view/com/modals/EditProfile.tsx:249 #: src/view/com/modals/InAppBrowserConsent.tsx:78 @@ -519,14 +561,14 @@ msgstr "Só pode conter letras, números, espaços, traços e sublinhados. Deve #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 #: src/view/com/modals/Waitlist.tsx:142 -#: src/view/screens/Search/Search.tsx:609 +#: src/view/screens/Search/Search.tsx:693 #: src/view/shell/desktop/Search.tsx:238 msgid "Cancel" msgstr "Cancelar" #: src/view/com/modals/Confirm.tsx:88 #: src/view/com/modals/Confirm.tsx:91 -#: src/view/com/modals/CreateOrEditList.tsx:291 +#: src/view/com/modals/CreateOrEditList.tsx:360 #: src/view/com/modals/DeleteAccount.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:230 msgctxt "action" @@ -538,6 +580,10 @@ msgstr "Cancelar" msgid "Cancel account deletion" msgstr "Cancelar exclusão da conta" +#: src/view/com/modals/AltImage.tsx:123 +#~ msgid "Cancel add image alt text" +#~ msgstr "Cancelar adição de texto alternativo da imagem" + #: src/view/com/modals/ChangeHandle.tsx:149 msgid "Cancel change handle" msgstr "Cancelar alteração de usuário" @@ -585,7 +631,7 @@ msgstr "Alterar Usuário" msgid "Change my email" msgstr "Alterar meu email" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:78 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:73 msgid "Change post language to {0}" msgstr "Trocar idioma do post para {0}" @@ -593,6 +639,11 @@ msgstr "Trocar idioma do post para {0}" msgid "Change Your Email" msgstr "Altere o Seu Email" +#: src/screens/Deactivated.tsx:73 +#: src/screens/Deactivated.tsx:77 +msgid "Check my status" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:121 msgid "Check out some recommended feeds. Tap + to add them to your list of pinned feeds." msgstr "Confira alguns feeds recomendados. Toque em + para adicioná-los à sua lista de feeds fixados." @@ -617,11 +668,27 @@ msgstr "Crie ou escolha um novo usuário no Bluesky" msgid "Choose Service" msgstr "Escolher Serviço" +#: src/screens/Onboarding/StepFinished.tsx:135 +msgid "Choose the algorithms that power your custom feeds." +msgstr "" + #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:83 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:83 msgid "Choose the algorithms that power your experience with custom feeds." msgstr "Escolha os algoritmos que fazem sentido para você com os feeds personalizados." +#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:65 +#~ msgid "Choose your" +#~ msgstr "Escolha seu" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#~ msgid "Choose your algorithmic feeds" +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +msgid "Choose your main feeds" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:163 msgid "Choose your password" msgstr "Escolha sua senha" @@ -645,7 +712,7 @@ msgid "Clear all storage data (restart after this)" msgstr "Limpar todos os dados de armazenamento (reinicie em seguida)" #: src/view/com/util/forms/SearchInput.tsx:74 -#: src/view/screens/Search/Search.tsx:590 +#: src/view/screens/Search/Search.tsx:674 msgid "Clear search query" msgstr "Limpar busca" @@ -653,6 +720,10 @@ msgstr "Limpar busca" msgid "click here" msgstr "clique aqui" +#: src/screens/Onboarding/index.tsx:35 +msgid "Climate" +msgstr "" + #: src/components/Dialog/index.web.tsx:78 msgid "Close active dialog" msgstr "Fechar janela ativa" @@ -669,7 +740,7 @@ msgstr "Fechar parte inferior" msgid "Close image" msgstr "Fechar imagem" -#: src/view/com/lightbox/Lightbox.web.tsx:112 +#: src/view/com/lightbox/Lightbox.web.tsx:119 msgid "Close image viewer" msgstr "Fechar visualizador de imagens" @@ -693,15 +764,27 @@ msgstr "Fecha o editor de post e descarta o rascunho" msgid "Closes viewer for header image" msgstr "Fechar o visualizador de banner" -#: src/view/com/notifications/FeedItem.tsx:321 +#: src/view/com/notifications/FeedItem.tsx:317 msgid "Collapses list of users for a given notification" msgstr "Fecha lista de usuários da notificação" -#: src/Navigation.tsx:227 +#: src/screens/Onboarding/index.tsx:41 +msgid "Comedy" +msgstr "" + +#: src/screens/Onboarding/index.tsx:27 +msgid "Comics" +msgstr "" + +#: src/Navigation.tsx:228 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Diretrizes da Comunidade" +#: src/screens/Onboarding/StepFinished.tsx:148 +msgid "Complete onboarding and start using your account" +msgstr "" + #: src/view/com/composer/Composer.tsx:417 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Escreva posts de até {MAX_GRAPHEME_LENGTH} caracteres" @@ -710,6 +793,10 @@ msgstr "Escreva posts de até {MAX_GRAPHEME_LENGTH} caracteres" msgid "Compose reply" msgstr "Escrever resposta" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:67 +msgid "Configure content filtering setting for category: {0}" +msgstr "" + #: src/components/Prompt.tsx:114 #: src/view/com/modals/AppealLabel.tsx:98 #: src/view/com/modals/SelfLabel.tsx:154 @@ -726,12 +813,6 @@ msgctxt "action" msgid "Confirm" msgstr "Confirmar" -#: src/view/com/modals/Confirm.tsx:75 -#: src/view/com/modals/Confirm.tsx:78 -msgctxt "action" -msgid "Confirm" -msgstr "Confirmar" - #: src/view/com/modals/ChangeEmail.tsx:193 #: src/view/com/modals/ChangeEmail.tsx:195 msgid "Confirm Change" @@ -759,12 +840,12 @@ msgstr "Código de confirmação" msgid "Confirms signing up {email} to the waitlist" msgstr "Confirma adição de {email} à lista de espera" -#: src/view/com/auth/create/CreateAccount.tsx:175 +#: src/view/com/auth/create/CreateAccount.tsx:182 #: src/view/com/auth/login/LoginForm.tsx:275 msgid "Connecting..." msgstr "Conectando..." -#: src/view/com/auth/create/CreateAccount.tsx:195 +#: src/view/com/auth/create/CreateAccount.tsx:202 msgid "Contact support" msgstr "Contatar suporte" @@ -794,11 +875,35 @@ msgstr "Aviso de Conteúdo" msgid "Content warnings" msgstr "Avisos de conteúdo" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:155 +#: src/screens/Onboarding/StepFollowingFeed.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:248 +#: src/screens/Onboarding/StepModeration/index.tsx:118 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:108 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 msgid "Continue" msgstr "Continuar" +#: src/screens/Onboarding/StepFollowingFeed.tsx:150 +#: src/screens/Onboarding/StepInterests/index.tsx:245 +#: src/screens/Onboarding/StepModeration/index.tsx:115 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:105 +msgid "Continue to next step" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:152 +msgid "Continue to the next step" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 +msgid "Continue to the next step without following any accounts" +msgstr "" + +#: src/screens/Onboarding/index.tsx:44 +msgid "Cooking" +msgstr "" + #: src/view/com/modals/AddAppPasswords.tsx:197 #: src/view/com/modals/InviteCodes.tsx:182 msgid "Copied" @@ -810,7 +915,7 @@ msgstr "Versão do aplicativo copiada" #: src/view/com/modals/AddAppPasswords.tsx:75 #: src/view/com/modals/InviteCodes.tsx:152 -#: src/view/com/util/forms/PostDropdownBtn.tsx:110 +#: src/view/com/util/forms/PostDropdownBtn.tsx:112 msgid "Copied to clipboard" msgstr "Copiado" @@ -822,11 +927,11 @@ msgstr "Copia senha de aplicativo" msgid "Copy" msgstr "Copiar" -#: src/view/screens/ProfileList.tsx:396 +#: src/view/screens/ProfileList.tsx:393 msgid "Copy link to list" msgstr "Copiar link da lista" -#: src/view/com/util/forms/PostDropdownBtn.tsx:151 +#: src/view/com/util/forms/PostDropdownBtn.tsx:153 msgid "Copy link to post" msgstr "Copiar link do post" @@ -834,24 +939,24 @@ msgstr "Copiar link do post" msgid "Copy link to profile" msgstr "Copiar link do perfil" -#: src/view/com/util/forms/PostDropdownBtn.tsx:137 +#: src/view/com/util/forms/PostDropdownBtn.tsx:139 msgid "Copy post text" msgstr "Copiar texto do post" -#: src/Navigation.tsx:232 +#: src/Navigation.tsx:233 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Política de Direitos Autorais" -#: src/view/screens/ProfileFeed.tsx:95 +#: src/view/screens/ProfileFeed.tsx:96 msgid "Could not load feed" msgstr "Não foi possível carregar o feed" -#: src/view/screens/ProfileList.tsx:867 +#: src/view/screens/ProfileList.tsx:864 msgid "Could not load list" msgstr "Não foi possível carregar a lista" -#: src/view/com/auth/create/Step2.tsx:89 +#: src/view/com/auth/create/Step2.tsx:90 msgid "Country" msgstr "País" @@ -882,11 +987,11 @@ msgstr "Criar uma nova conta" msgid "Created {0}" msgstr "{0} criada" -#: src/view/screens/ProfileFeed.tsx:625 +#: src/view/screens/ProfileFeed.tsx:616 msgid "Created by <0/>" msgstr "Criado por <0/>" -#: src/view/screens/ProfileFeed.tsx:623 +#: src/view/screens/ProfileFeed.tsx:614 msgid "Created by you" msgstr "Criado por você" @@ -894,6 +999,10 @@ msgstr "Criado por você" msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "Cria uma prévia com miniatura. A prévia faz um link para {url}" +#: src/screens/Onboarding/index.tsx:29 +msgid "Culture" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:389 #: src/view/com/modals/ServerInput.tsx:102 msgid "Custom domain" @@ -936,8 +1045,8 @@ msgstr "Excluir a Conta" msgid "Delete app password" msgstr "Excluir senha de aplicativo" -#: src/view/screens/ProfileList.tsx:363 -#: src/view/screens/ProfileList.tsx:423 +#: src/view/screens/ProfileList.tsx:360 +#: src/view/screens/ProfileList.tsx:420 msgid "Delete List" msgstr "Excluir Lista" @@ -949,11 +1058,11 @@ msgstr "Excluir minha conta" msgid "Delete my account…" msgstr "Excluir minha conta…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:226 +#: src/view/com/util/forms/PostDropdownBtn.tsx:228 msgid "Delete post" msgstr "Excluir post" -#: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Delete this post?" msgstr "Excluir este post?" @@ -961,12 +1070,12 @@ msgstr "Excluir este post?" msgid "Deleted" msgstr "Excluído" -#: src/view/com/post-thread/PostThread.tsx:246 +#: src/view/com/post-thread/PostThread.tsx:264 msgid "Deleted post." msgstr "Post excluído." -#: src/view/com/modals/CreateOrEditList.tsx:237 -#: src/view/com/modals/CreateOrEditList.tsx:253 +#: src/view/com/modals/CreateOrEditList.tsx:300 +#: src/view/com/modals/CreateOrEditList.tsx:321 #: src/view/com/modals/EditProfile.tsx:198 #: src/view/com/modals/EditProfile.tsx:210 msgid "Description" @@ -1001,7 +1110,7 @@ msgstr "Desencorajar aplicativos a mostrar minha conta para usuários deslogados msgid "Discover new custom feeds" msgstr "Descubra novos feeds" -#: src/view/screens/Feeds.tsx:409 +#: src/view/screens/Feeds.tsx:441 msgid "Discover new feeds" msgstr "Descubra novos feeds" @@ -1027,15 +1136,15 @@ msgstr "Não possui um convite?" #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 #: src/view/com/modals/Threadgate.tsx:132 -#: src/view/com/modals/UserAddRemoveLists.tsx:79 -#: src/view/com/modals/UserAddRemoveLists.tsx:82 +#: src/view/com/modals/UserAddRemoveLists.tsx:95 +#: src/view/com/modals/UserAddRemoveLists.tsx:98 #: src/view/screens/PreferencesThreads.tsx:162 msgctxt "action" msgid "Done" msgstr "Feito" #: src/view/com/modals/AddAppPasswords.tsx:228 -#: src/view/com/modals/AltImage.tsx:115 +#: src/view/com/modals/AltImage.tsx:138 #: src/view/com/modals/ContentFilteringSettings.tsx:88 #: src/view/com/modals/ContentFilteringSettings.tsx:96 #: src/view/com/modals/crop-image/CropImage.web.tsx:152 @@ -1054,6 +1163,14 @@ msgstr "Feito{extraText}" msgid "Double tap to sign in" msgstr "Toque duas vezes para logar" +#: src/view/com/composer/text-input/TextInput.web.tsx:244 +msgid "Drop to add images" +msgstr "" + +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:111 +msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." +msgstr "" + #: src/view/com/modals/EditProfile.tsx:185 msgid "e.g. Alice Roberts" msgstr "ex. Alice Roberts" @@ -1062,19 +1179,19 @@ msgstr "ex. Alice Roberts" msgid "e.g. Artist, dog-lover, and avid reader." msgstr "ex. Artista, amo cachorros, leitora ávida." -#: src/view/com/modals/CreateOrEditList.tsx:223 +#: src/view/com/modals/CreateOrEditList.tsx:283 msgid "e.g. Great Posters" msgstr "ex. Perfis Legais" -#: src/view/com/modals/CreateOrEditList.tsx:224 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Spammers" msgstr "ex. Chatos" -#: src/view/com/modals/CreateOrEditList.tsx:244 +#: src/view/com/modals/CreateOrEditList.tsx:312 msgid "e.g. The posters who never miss." msgstr "ex. Os perfis que eu mais gosto." -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. Users that repeatedly reply with ads." msgstr "ex. Perfis que enchem o saco." @@ -1092,16 +1209,16 @@ msgstr "Editar" msgid "Edit image" msgstr "Editar imagem" -#: src/view/screens/ProfileList.tsx:411 +#: src/view/screens/ProfileList.tsx:408 msgid "Edit list details" msgstr "Editar detalhes da lista" -#: src/view/com/modals/CreateOrEditList.tsx:192 +#: src/view/com/modals/CreateOrEditList.tsx:250 msgid "Edit Moderation List" msgstr "Editar lista de moderação" -#: src/Navigation.tsx:242 -#: src/view/screens/Feeds.tsx:371 +#: src/Navigation.tsx:243 +#: src/view/screens/Feeds.tsx:403 #: src/view/screens/SavedFeeds.tsx:84 msgid "Edit My Feeds" msgstr "Editar Meus Feeds" @@ -1118,11 +1235,11 @@ msgstr "Editar perfil" msgid "Edit Profile" msgstr "Editar Perfil" -#: src/view/screens/Feeds.tsx:334 +#: src/view/screens/Feeds.tsx:337 msgid "Edit Saved Feeds" msgstr "Editar Feeds Salvos" -#: src/view/com/modals/CreateOrEditList.tsx:187 +#: src/view/com/modals/CreateOrEditList.tsx:245 msgid "Edit User List" msgstr "Editar lista de usuários" @@ -1134,9 +1251,13 @@ msgstr "Editar seu nome" msgid "Edit your profile description" msgstr "Editar sua descrição" +#: src/screens/Onboarding/index.tsx:34 +msgid "Education" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:143 -#: src/view/com/auth/create/Step2.tsx:192 -#: src/view/com/auth/create/Step2.tsx:266 +#: src/view/com/auth/create/Step2.tsx:193 +#: src/view/com/auth/create/Step2.tsx:268 #: src/view/com/auth/login/ForgotPasswordForm.tsx:152 #: src/view/com/modals/ChangeEmail.tsx:141 #: src/view/com/modals/Waitlist.tsx:88 @@ -1173,6 +1294,11 @@ msgstr "Habilitar somente {0}" msgid "Enable Adult Content" msgstr "Habilitar Conteúdo Adulto" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:76 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:77 +msgid "Enable adult content in your feeds" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 msgid "Enable External Media" msgstr "Habilitar Mídia Externa" @@ -1185,7 +1311,7 @@ msgstr "Habilitar mídia para" msgid "Enable this setting to only see replies between people you follow." msgstr "Ative esta configuração para ver respostas apenas entre as pessoas que você segue." -#: src/view/screens/Profile.tsx:427 +#: src/view/screens/Profile.tsx:437 msgid "End of feed" msgstr "Fim do feed" @@ -1230,7 +1356,7 @@ msgstr "Digite o novo e-mail acima" msgid "Enter your new email address below." msgstr "Digite seu novo endereço de e-mail abaixo." -#: src/view/com/auth/create/Step2.tsx:186 +#: src/view/com/auth/create/Step2.tsx:187 msgid "Enter your phone number" msgstr "Digite seu número de telefone" @@ -1238,7 +1364,7 @@ msgstr "Digite seu número de telefone" msgid "Enter your username and password" msgstr "Digite seu nome de usuário e senha" -#: src/view/screens/Search/Search.tsx:107 +#: src/view/screens/Search/Search.tsx:109 msgid "Error:" msgstr "Erro:" @@ -1250,7 +1376,7 @@ msgstr "Todos" msgid "Exits handle change process" msgstr "Sair do processo de trocar usuário" -#: src/view/com/lightbox/Lightbox.web.tsx:113 +#: src/view/com/lightbox/Lightbox.web.tsx:120 msgid "Exits image view" msgstr "Sair do visualizador de imagem" @@ -1263,7 +1389,7 @@ msgstr "Sair da busca" msgid "Exits signing up for waitlist with {email}" msgstr "Desistir de entrar na lista de espera" -#: src/view/com/lightbox/Lightbox.web.tsx:156 +#: src/view/com/lightbox/Lightbox.web.tsx:163 msgid "Expand alt text" msgstr "Expandir texto alternativo" @@ -1281,7 +1407,7 @@ msgstr "Mídia Externa" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Mídias externas podem permitir que sites coletem informações sobre você e seu dispositivo. Nenhuma informação é enviada ou solicitada até que você pressione o botão de \"play\"." -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:259 #: src/view/screens/PreferencesExternalEmbeds.tsx:52 #: src/view/screens/Settings.tsx:623 msgid "External Media Preferences" @@ -1296,11 +1422,11 @@ msgstr "Preferências de mídia externa" msgid "Failed to create app password." msgstr "Não foi possível criar senha de aplicativo." -#: src/view/com/modals/CreateOrEditList.tsx:148 +#: src/view/com/modals/CreateOrEditList.tsx:206 msgid "Failed to create the list. Check your internet connection and try again." msgstr "Não foi possível criar a lista. Por favor tente novamente." -#: src/view/com/util/forms/PostDropdownBtn.tsx:86 +#: src/view/com/util/forms/PostDropdownBtn.tsx:88 msgid "Failed to delete post, please try again" msgstr "Não foi possível excluir o post, por favor tente novamente." @@ -1309,7 +1435,7 @@ msgstr "Não foi possível excluir o post, por favor tente novamente." msgid "Failed to load recommended feeds" msgstr "Falha ao carregar feeds recomendados" -#: src/Navigation.tsx:192 +#: src/Navigation.tsx:193 msgid "Feed" msgstr "Feed" @@ -1317,7 +1443,7 @@ msgstr "Feed" msgid "Feed by {0}" msgstr "Feed por {0}" -#: src/view/screens/Feeds.tsx:560 +#: src/view/screens/Feeds.tsx:597 msgid "Feed offline" msgstr "Feed offline" @@ -1330,9 +1456,9 @@ msgstr "Preferências de Feeds" msgid "Feedback" msgstr "Comentários" -#: src/Navigation.tsx:440 -#: src/view/screens/Feeds.tsx:479 -#: src/view/screens/Profile.tsx:165 +#: src/Navigation.tsx:443 +#: src/view/screens/Feeds.tsx:514 +#: src/view/screens/Profile.tsx:175 #: src/view/shell/bottom-bar/BottomBar.tsx:181 #: src/view/shell/desktop/LeftNav.tsx:342 #: src/view/shell/Drawer.tsx:479 @@ -1340,6 +1466,14 @@ msgstr "Comentários" msgid "Feeds" msgstr "Feeds" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#~ msgid "Feeds are created by users and can give you entirely new experiences." +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +msgid "Feeds are created by users and organizations. They offer you varied experiences and suggest content you may like using algorithms." +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:57 msgid "Feeds are created by users to curate content. Choose some feeds that you find interesting." msgstr "Os feeds são criados por usuários para curadoria de conteúdo. Escolha alguns feeds que você acha interessantes." @@ -1348,17 +1482,25 @@ msgstr "Os feeds são criados por usuários para curadoria de conteúdo. Escolha msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information." msgstr "Os feeds são algoritmos personalizados que os usuários com um pouco de experiência em programação podem criar. <0/> para mais informações." +#: src/screens/Onboarding/StepTopicalFeeds.tsx:70 +msgid "Feeds can be topical as well!" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:151 +msgid "Finalizing" +msgstr "" + #: src/view/com/posts/CustomFeedEmptyState.tsx:47 #: src/view/com/posts/FollowingEmptyState.tsx:57 #: src/view/com/posts/FollowingEndOfFeed.tsx:58 msgid "Find accounts to follow" msgstr "Encontre contas para seguir" -#: src/view/screens/Search/Search.tsx:429 +#: src/view/screens/Search/Search.tsx:439 msgid "Find users on Bluesky" msgstr "Encontrar usuários no Bluesky" -#: src/view/screens/Search/Search.tsx:427 +#: src/view/screens/Search/Search.tsx:437 msgid "Find users with the search tool on the right" msgstr "Encontre usuários com a ferramenta de busca à direita" @@ -1374,6 +1516,14 @@ msgstr "Ajuste o conteúdo que você vê na sua tela inicial." msgid "Fine-tune the discussion threads." msgstr "Ajuste as threads." +#: src/screens/Onboarding/index.tsx:38 +msgid "Fitness" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:131 +msgid "Flexible" +msgstr "" + #: src/view/com/modals/EditImage.tsx:115 msgid "Flip horizontal" msgstr "Virar horizontalmente" @@ -1392,10 +1542,23 @@ msgstr "Seguir" msgid "Follow" msgstr "Seguir" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 #: src/view/com/profile/ProfileHeader.tsx:543 msgid "Follow {0}" msgstr "Seguir {0}" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:178 +msgid "Follow All" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +msgid "Follow selected accounts and continue to the next step" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +#~ msgid "Follow selected accounts and continue to then next step" +#~ msgstr "" + #: src/view/com/auth/onboarding/RecommendedFollows.tsx:42 #~ msgid "Follow some" #~ msgstr "Siga alguns" @@ -1445,6 +1608,10 @@ msgstr "Segue você" msgid "Follows You" msgstr "Segue Você" +#: src/screens/Onboarding/index.tsx:43 +msgid "Food" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:107 msgid "For security reasons, we'll need to send a confirmation code to your email address." msgstr "Por motivos de segurança, precisamos enviar um código de confirmação para seu endereço de e-mail." @@ -1461,12 +1628,12 @@ msgstr "Esqueci" msgid "Forgot password" msgstr "Esqueci a senha" -#: src/view/com/auth/login/Login.tsx:127 +#: src/view/com/auth/login/Login.tsx:127 #: src/view/com/auth/login/Login.tsx:143 msgid "Forgot Password" msgstr "Esqueci a Senha" -#: src/view/com/posts/FeedItem.tsx:188 +#: src/view/com/posts/FeedItem.tsx:189 msgctxt "from-feed" msgid "From <0/>" msgstr "Por <0/>" @@ -1480,21 +1647,26 @@ msgstr "Galeria" msgid "Get Started" msgstr "Vamos começar" -#: src/view/com/auth/LoggedOut.tsx:81 +#: src/view/com/auth/LoggedOut.tsx:81 #: src/view/com/auth/LoggedOut.tsx:82 #: src/view/com/util/moderation/ScreenHider.tsx:123 #: src/view/shell/desktop/LeftNav.tsx:104 msgid "Go back" msgstr "Voltar" -#: src/view/screens/ProfileFeed.tsx:104 -#: src/view/screens/ProfileFeed.tsx:109 -#: src/view/screens/ProfileList.tsx:876 -#: src/view/screens/ProfileList.tsx:881 +#: src/view/screens/ProfileFeed.tsx:105 +#: src/view/screens/ProfileFeed.tsx:110 +#: src/view/screens/ProfileList.tsx:873 +#: src/view/screens/ProfileList.tsx:878 msgid "Go Back" msgstr "Voltar" -#: src/view/screens/Search/Search.tsx:640 +#: src/screens/Onboarding/Layout.tsx:104 +#: src/screens/Onboarding/Layout.tsx:193 +msgid "Go back to previous step" +msgstr "" + +#: src/view/screens/Search/Search.tsx:724 #: src/view/shell/desktop/Search.tsx:262 msgid "Go to @{queryMaybeHandle}" msgstr "Ir para @{queryMaybleHandle}" @@ -1509,7 +1681,7 @@ msgstr "Próximo" msgid "Handle" msgstr "Usuário" -#: src/view/com/auth/create/CreateAccount.tsx:190 +#: src/view/com/auth/create/CreateAccount.tsx:197 msgid "Having trouble?" msgstr "Precisa de ajuda?" @@ -1518,23 +1690,40 @@ msgstr "Precisa de ajuda?" msgid "Help" msgstr "Ajuda" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +msgid "Here are some accounts for you to follow" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +#~ msgid "Here are some accounts for your to follow" +#~ msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:79 +msgid "Here are some popular topical feeds. You can choose to follow as many as you like." +msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:74 +msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." +msgstr "" + #: src/view/com/modals/AddAppPasswords.tsx:152 msgid "Here is your app password." msgstr "Aqui está a sua senha de aplicativo." -#: src/view/com/modals/ContentFilteringSettings.tsx:219 -#: src/view/com/notifications/FeedItem.tsx:329 -msgctxt "action" -msgid "Hide" -msgstr "Esconder" - +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:41 #: src/view/com/modals/ContentFilteringSettings.tsx:246 #: src/view/com/util/moderation/ContentHider.tsx:105 #: src/view/com/util/moderation/PostHider.tsx:108 msgid "Hide" msgstr "Ocultar" -#: src/view/com/util/forms/PostDropdownBtn.tsx:185 +#: src/view/com/modals/ContentFilteringSettings.tsx:219 +#: src/view/com/notifications/FeedItem.tsx:325 +msgctxt "action" +msgid "Hide" +msgstr "Esconder" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:187 msgid "Hide post" msgstr "Ocultar post" @@ -1543,11 +1732,11 @@ msgstr "Ocultar post" msgid "Hide the content" msgstr "Esconder o conteúdo" -#: src/view/com/util/forms/PostDropdownBtn.tsx:189 +#: src/view/com/util/forms/PostDropdownBtn.tsx:191 msgid "Hide this post?" msgstr "Ocultar este post?" -#: src/view/com/notifications/FeedItem.tsx:319 +#: src/view/com/notifications/FeedItem.tsx:315 msgid "Hide user list" msgstr "Ocultar lista de usuários" @@ -1583,7 +1772,7 @@ msgstr "Hmm, estamos com problemas para encontrar este feed. Ele pode ter sido e #~ msgid "Hmmm, we're having trouble finding this feed. It may have been deleted." #~ msgstr "Hmm, estamos com problemas para encontrar este feed. Ele pode ter sido excluído." -#: src/Navigation.tsx:430 +#: src/Navigation.tsx:433 #: src/view/shell/bottom-bar/BottomBar.tsx:137 #: src/view/shell/desktop/LeftNav.tsx:306 #: src/view/shell/Drawer.tsx:401 @@ -1591,8 +1780,8 @@ msgstr "Hmm, estamos com problemas para encontrar este feed. Ele pode ter sido e msgid "Home" msgstr "Página Inicial" -#: src/Navigation.tsx:247 -#: src/view/com/pager/FeedsTabBarMobile.tsx:117 +#: src/Navigation.tsx:248 +#: src/view/com/pager/FeedsTabBarMobile.tsx:123 #: src/view/screens/PreferencesHomeFeed.tsx:104 #: src/view/screens/Settings.tsx:509 msgid "Home Feed Preferences" @@ -1602,7 +1791,7 @@ msgstr "Preferências da Página Inicial" msgid "Hosting provider" msgstr "Provedor de hospedagem" -#: src/view/com/auth/create/Step1.tsx:76 +#: src/view/com/auth/create/Step1.tsx:76 #: src/view/com/auth/create/Step1.tsx:81 #~ msgid "Hosting provider address" #~ msgstr "Endereço do provedor de hospedagem" @@ -1623,7 +1812,7 @@ msgstr "Eu tenho um código" msgid "I have my own domain" msgstr "Eu tenho meu próprio domínio" -#: src/view/com/lightbox/Lightbox.web.tsx:158 +#: src/view/com/lightbox/Lightbox.web.tsx:165 msgid "If alt text is long, toggles alt text expanded state" msgstr "Se o texto alternativo é longo, mostra o texto completo" @@ -1631,15 +1820,15 @@ msgstr "Se o texto alternativo é longo, mostra o texto completo" msgid "If none are selected, suitable for all ages." msgstr "Se nenhum for selecionado, adequado para todas as idades." -#: src/view/com/util/images/Gallery.tsx:37 +#: src/view/com/util/images/Gallery.tsx:38 msgid "Image" msgstr "Imagem" -#: src/view/com/modals/AltImage.tsx:97 +#: src/view/com/modals/AltImage.tsx:119 msgid "Image alt text" msgstr "Texto alternativo da imagem" -#: src/view/com/util/UserAvatar.tsx:308 +#: src/view/com/util/UserAvatar.tsx:308 #: src/view/com/util/UserBanner.tsx:116 msgid "Image options" msgstr "Opções de imagem" @@ -1685,7 +1874,7 @@ msgstr "Insira a nova senha" msgid "Input password for account deletion" msgstr "Insira a senha para excluir a conta" -#: src/view/com/auth/create/Step2.tsx:194 +#: src/view/com/auth/create/Step2.tsx:195 msgid "Input phone number for SMS verification" msgstr "Insira o número de telefone para verificação via SMS" @@ -1697,7 +1886,7 @@ msgstr "Insira a senha da conta {identifier}" msgid "Input the username or email address you used at signup" msgstr "Insira o usuário ou e-mail que você cadastrou" -#: src/view/com/auth/create/Step2.tsx:268 +#: src/view/com/auth/create/Step2.tsx:270 msgid "Input the verification code we have texted to you" msgstr "Insira o código de verificação que enviamos para você" @@ -1709,11 +1898,11 @@ msgstr "Insira seu e-mail para entrar na lista de espera do Bluesky" msgid "Input your password" msgstr "Insira sua senha" -#: src/view/com/auth/create/Step3.tsx:39 +#: src/view/com/auth/create/Step3.tsx:42 msgid "Input your user handle" msgstr "Insira o usuário" -#: src/view/com/post-thread/PostThreadItem.tsx:229 +#: src/view/com/post-thread/PostThreadItem.tsx:231 msgid "Invalid or unsupported post record" msgstr "Post inválido" @@ -1751,6 +1940,10 @@ msgstr "Convites: {invitesAvailable} disponível" msgid "Invite codes: 1 available" msgstr "Convites: 1 disponível" +#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +msgid "It shows posts from the people you follow as they happen." +msgstr "" + #: src/view/com/auth/HomeLoggedOutCTA.tsx:99 msgid "Jobs" msgstr "Carreiras" @@ -1768,6 +1961,10 @@ msgstr "Junte-se à lista de espera." msgid "Join Waitlist" msgstr "Junte-se à Lista de Espera" +#: src/screens/Onboarding/index.tsx:24 +msgid "Journalism" +msgstr "" + #: src/view/com/composer/select-language/SelectLangBtn.tsx:104 msgid "Language selection" msgstr "Seleção de idioma" @@ -1776,7 +1973,7 @@ msgstr "Seleção de idioma" msgid "Language settings" msgstr "Configuração de Idioma" -#: src/Navigation.tsx:139 +#: src/Navigation.tsx:140 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "Configurações de Idiomas" @@ -1819,6 +2016,10 @@ msgstr "Deixe todos desmarcados para ver qualquer idioma." msgid "Leaving Bluesky" msgstr "Saindo do Bluesky" +#: src/screens/Deactivated.tsx:129 +msgid "left to go." +msgstr "" + #: src/view/screens/Settings.tsx:280 msgid "Legacy storage cleared, you need to restart the app now." msgstr "Armazenamento limpo, você precisa reiniciar o app agora." @@ -1828,7 +2029,11 @@ msgstr "Armazenamento limpo, você precisa reiniciar o app agora." msgid "Let's get your password reset!" msgstr "Vamos redefinir sua senha!" -#: src/view/com/util/UserAvatar.tsx:24 +#: src/screens/Onboarding/StepFinished.tsx:151 +msgid "Let's go!" +msgstr "" + +#: src/view/com/util/UserAvatar.tsx:245 #: src/view/com/util/UserBanner.tsx:60 msgid "Library" msgstr "Biblioteca" @@ -1837,41 +2042,52 @@ msgstr "Biblioteca" msgid "Light" msgstr "Claro" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:189 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 msgid "Like" msgstr "Curtir" -#: src/view/screens/ProfileFeed.tsx:600 +#: src/view/screens/ProfileFeed.tsx:591 msgid "Like this feed" msgstr "Curtir este feed" -#: src/Navigation.tsx:197 -#: src/view/screens/PostLikedBy.tsx:27 -#: src/view/screens/ProfileFeedLikedBy.tsx:27 +#: src/Navigation.tsx:198 msgid "Liked by" msgstr "Curtido por" +#: src/view/screens/PostLikedBy.tsx:27 +#: src/view/screens/ProfileFeedLikedBy.tsx:27 +msgid "Liked By" +msgstr "" + #: src/view/com/feeds/FeedSourceCard.tsx:277 msgid "Liked by {0} {1}" msgstr "Curtido por {0} {1}" -#: src/view/screens/ProfileFeed.tsx:615 +#: src/view/screens/ProfileFeed.tsx:606 msgid "Liked by {likeCount} {0}" msgstr "Curtido por {likeCount} {0}" +#: src/view/com/notifications/FeedItem.tsx:170 +msgid "liked your custom feed" +msgstr "" + +#: src/view/com/notifications/FeedItem.tsx:171 +#~ msgid "liked your custom feed '{0}'" +#~ msgstr "" + #: src/view/com/notifications/FeedItem.tsx:171 -msgid "liked your custom feed{0}" -msgstr "curtiu seu feed" +#~ msgid "liked your custom feed{0}" +#~ msgstr "curtiu seu feed" #: src/view/com/notifications/FeedItem.tsx:155 msgid "liked your post" msgstr "curtiu seu post" -#: src/view/screens/Profile.tsx:164 +#: src/view/screens/Profile.tsx:174 msgid "Likes" msgstr "Curtidas" -#: src/view/com/post-thread/PostThreadItem.tsx:184 +#: src/view/com/post-thread/PostThreadItem.tsx:185 msgid "Likes on this post" msgstr "Curtidas neste post" @@ -1883,15 +2099,15 @@ msgstr "Curtidas neste post" #~ msgid "Limit the visibility of my account to logged-out users" #~ msgstr "Limitar a visibilidade do meu perfil para usuários deslogados" -#: src/Navigation.tsx:166 +#: src/Navigation.tsx:167 msgid "List" msgstr "Lista" -#: src/view/com/modals/CreateOrEditList.tsx:203 +#: src/view/com/modals/CreateOrEditList.tsx:261 msgid "List Avatar" msgstr "Avatar da lista" -#: src/view/screens/ProfileList.tsx:323 +#: src/view/screens/ProfileList.tsx:320 msgid "List blocked" msgstr "Lista bloqueada" @@ -1899,47 +2115,47 @@ msgstr "Lista bloqueada" msgid "List by {0}" msgstr "Lista por {0}" -#: src/view/screens/ProfileList.tsx:367 +#: src/view/screens/ProfileList.tsx:364 msgid "List deleted" msgstr "Lista excluída" -#: src/view/screens/ProfileList.tsx:282 +#: src/view/screens/ProfileList.tsx:279 msgid "List muted" msgstr "Lista silenciada" -#: src/view/com/modals/CreateOrEditList.tsx:216 +#: src/view/com/modals/CreateOrEditList.tsx:275 msgid "List Name" msgstr "Nome da lista" -#: src/view/screens/ProfileList.tsx:342 +#: src/view/screens/ProfileList.tsx:339 msgid "List unblocked" msgstr "Lista desbloqueada" -#: src/view/screens/ProfileList.tsx:301 +#: src/view/screens/ProfileList.tsx:298 msgid "List unmuted" msgstr "Lista dessilenciada" -#: src/Navigation.tsx:109 -#: src/view/screens/Profile.tsx:166 +#: src/Navigation.tsx:110 +#: src/view/screens/Profile.tsx:176 #: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 msgid "Lists" msgstr "Listas" -#: src/view/com/post-thread/PostThread.tsx:263 -#: src/view/com/post-thread/PostThread.tsx:271 +#: src/view/com/post-thread/PostThread.tsx:281 +#: src/view/com/post-thread/PostThread.tsx:289 msgid "Load more posts" msgstr "Carregar mais posts" -#: src/view/screens/Notifications.tsx:148 +#: src/view/screens/Notifications.tsx:155 msgid "Load new notifications" msgstr "Carregar novas notificações" #: src/view/com/feeds/FeedPage.tsx:190 -#: src/view/screens/Profile.tsx:412 -#: src/view/screens/ProfileFeed.tsx:503 -#: src/view/screens/ProfileList.tsx:659 +#: src/view/screens/Profile.tsx:422 +#: src/view/screens/ProfileFeed.tsx:494 +#: src/view/screens/ProfileList.tsx:656 msgid "Load new posts" msgstr "Carregar novos posts" @@ -1951,10 +2167,17 @@ msgstr "Carregando..." msgid "Local dev server" msgstr "Servidor de desenvolvimento local" -#: src/Navigation.tsx:207 +#: src/Navigation.tsx:208 msgid "Log" msgstr "Registros" +#: src/screens/Deactivated.tsx:150 +#: src/screens/Deactivated.tsx:153 +#: src/screens/Deactivated.tsx:179 +#: src/screens/Deactivated.tsx:182 +msgid "Log out" +msgstr "" + #: src/view/screens/Moderation.tsx:134 #~ msgid "Logged-out users" #~ msgstr "Visibilidade do seu perfil" @@ -1975,7 +2198,7 @@ msgstr "Fazer login em uma conta que não está listada" msgid "Make sure this is where you intend to go!" msgstr "Certifique-se de onde está indo!" -#: src/view/screens/Profile.tsx:163 +#: src/view/screens/Profile.tsx:173 msgid "Media" msgstr "Mídia" @@ -1988,7 +2211,7 @@ msgid "Mentioned users" msgstr "Usuários mencionados" #: src/view/com/util/ViewHeader.tsx:81 -#: src/view/screens/Search/Search.tsx:544 +#: src/view/screens/Search/Search.tsx:623 msgid "Menu" msgstr "Menu" @@ -2000,7 +2223,7 @@ msgstr "Menu" msgid "Message from server: {0}" msgstr "Mensagem do servidor: {0}" -#: src/Navigation.tsx:114 +#: src/Navigation.tsx:115 #: src/view/screens/Moderation.tsx:64 #: src/view/screens/Settings.tsx:591 #: src/view/shell/desktop/LeftNav.tsx:397 @@ -2010,25 +2233,25 @@ msgid "Moderation" msgstr "Moderação" #: src/view/com/lists/ListCard.tsx:92 -#: src/view/com/modals/UserAddRemoveLists.tsx:190 +#: src/view/com/modals/UserAddRemoveLists.tsx:206 msgid "Moderation list by {0}" msgstr "Lista de moderação por {0}" -#: src/view/screens/ProfileList.tsx:753 +#: src/view/screens/ProfileList.tsx:750 msgid "Moderation list by <0/>" msgstr "Lista de moderação por <0/>" #: src/view/com/lists/ListCard.tsx:90 -#: src/view/com/modals/UserAddRemoveLists.tsx:188 -#: src/view/screens/ProfileList.tsx:751 +#: src/view/com/modals/UserAddRemoveLists.tsx:204 +#: src/view/screens/ProfileList.tsx:748 msgid "Moderation list by you" msgstr "Lista de moderação por você" -#: src/view/com/modals/CreateOrEditList.tsx:139 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "Moderation list created" msgstr "Lista de moderação criada" -#: src/view/com/modals/CreateOrEditList.tsx:126 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "Moderation list updated" msgstr "Lista de moderação criada" @@ -2036,7 +2259,7 @@ msgstr "Lista de moderação criada" msgid "Moderation lists" msgstr "Listas de moderação" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Listas de Moderação" @@ -2054,12 +2277,12 @@ msgid "More feeds" msgstr "Mais feeds" #: src/view/com/profile/ProfileHeader.tsx:562 -#: src/view/screens/ProfileFeed.tsx:371 -#: src/view/screens/ProfileList.tsx:595 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileList.tsx:592 msgid "More options" msgstr "Mais opções" -#: src/view/com/util/forms/PostDropdownBtn.tsx:268 +#: src/view/com/util/forms/PostDropdownBtn.tsx:270 msgid "More post options" msgstr "Mais opções do post" @@ -2071,23 +2294,23 @@ msgstr "Respostas mais curtidas primeiro" msgid "Mute Account" msgstr "Silenciar Conta" -#: src/view/screens/ProfileList.tsx:522 +#: src/view/screens/ProfileList.tsx:519 msgid "Mute accounts" msgstr "Silenciar contas" -#: src/view/screens/ProfileList.tsx:469 +#: src/view/screens/ProfileList.tsx:466 msgid "Mute list" msgstr "Lista de moderação" -#: src/view/screens/ProfileList.tsx:274 +#: src/view/screens/ProfileList.tsx:271 msgid "Mute these accounts?" msgstr "Silenciar estas contas?" -#: src/view/screens/ProfileList.tsx:278 +#: src/view/screens/ProfileList.tsx:275 msgid "Mute this List" msgstr "Silenciar esta lista" -#: src/view/com/util/forms/PostDropdownBtn.tsx:169 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "Mute thread" msgstr "Silenciar thread" @@ -2095,15 +2318,11 @@ msgstr "Silenciar thread" msgid "Muted" msgstr "Silenciada" -#: src/view/com/lists/ListCard.tsx:101 -msgid "Muted" -msgstr "Silenciada" - #: src/view/screens/Moderation.tsx:109 msgid "Muted accounts" msgstr "Contas silenciadas" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Contas Silenciadas" @@ -2112,15 +2331,19 @@ msgstr "Contas Silenciadas" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Contas silenciadas não aparecem no seu feed ou nas suas notificações. Suas contas silenciadas são completamente privadas." -#: src/view/screens/ProfileList.tsx:276 +#: src/view/screens/ProfileList.tsx:273 msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them." msgstr "Silenciar é privado. Contas silenciadas podem interagir com você, mas você não verá postagens ou receber notificações delas." +#: src/view/screens/Moderation.tsx:134 +#~ msgid "My Account" +#~ msgstr "Minha Conta" + #: src/view/com/modals/BirthDateSettings.tsx:56 msgid "My Birthday" msgstr "Meu Aniversário" -#: src/view/screens/Feeds.tsx:367 +#: src/view/screens/Feeds.tsx:399 msgid "My Feeds" msgstr "Meus Feeds" @@ -2133,14 +2356,18 @@ msgid "My Saved Feeds" msgstr "Meus Feeds Salvos" #: src/view/com/modals/AddAppPasswords.tsx:181 -#: src/view/com/modals/CreateOrEditList.tsx:230 +#: src/view/com/modals/CreateOrEditList.tsx:290 msgid "Name" msgstr "Nome" -#: src/view/com/modals/CreateOrEditList.tsx:108 +#: src/view/com/modals/CreateOrEditList.tsx:145 msgid "Name is required" msgstr "Nome é obrigatório" +#: src/screens/Onboarding/index.tsx:25 +msgid "Nature" +msgstr "" + #: src/view/com/auth/login/ForgotPasswordForm.tsx:186 #: src/view/com/auth/login/LoginForm.tsx:286 #: src/view/com/auth/login/SetNewPasswordForm.tsx:166 @@ -2161,6 +2388,10 @@ msgstr "Nunca carregar anexos de {0}" msgid "Never lose access to your followers and data." msgstr "Nunca perca o acesso aos seus seguidores e dados." +#: src/screens/Onboarding/StepFinished.tsx:119 +msgid "Never lose access to your followers or data." +msgstr "" + #: src/view/screens/Lists.tsx:76 msgctxt "action" msgid "New" @@ -2170,7 +2401,7 @@ msgstr "Novo" msgid "New" msgstr "Novo" -#: src/view/com/modals/CreateOrEditList.tsx:194 +#: src/view/com/modals/CreateOrEditList.tsx:252 msgid "New Moderation List" msgstr "Nova lista de moderação" @@ -2183,11 +2414,11 @@ msgctxt "action" msgid "New post" msgstr "Novo post" -#: src/view/screens/Feeds.tsx:511 -#: src/view/screens/Profile.tsx:354 -#: src/view/screens/ProfileFeed.tsx:441 -#: src/view/screens/ProfileList.tsx:197 -#: src/view/screens/ProfileList.tsx:225 +#: src/view/screens/Feeds.tsx:547 +#: src/view/screens/Profile.tsx:364 +#: src/view/screens/ProfileFeed.tsx:432 +#: src/view/screens/ProfileList.tsx:194 +#: src/view/screens/ProfileList.tsx:222 #: src/view/shell/desktop/LeftNav.tsx:248 msgid "New post" msgstr "Novo post" @@ -2201,7 +2432,7 @@ msgstr "Novo Post" #~ msgid "New Post" #~ msgstr "Novo Post" -#: src/view/com/modals/CreateOrEditList.tsx:189 +#: src/view/com/modals/CreateOrEditList.tsx:247 msgid "New User List" msgstr "Nova lista de usuários" @@ -2209,7 +2440,11 @@ msgstr "Nova lista de usuários" msgid "Newest replies first" msgstr "Respostas mais recentes primeiro" -#: src/view/com/auth/create/CreateAccount.tsx:155 +#: src/screens/Onboarding/index.tsx:23 +msgid "News" +msgstr "" + +#: src/view/com/auth/create/CreateAccount.tsx:161 #: src/view/com/auth/login/ForgotPasswordForm.tsx:178 #: src/view/com/auth/login/ForgotPasswordForm.tsx:188 #: src/view/com/auth/login/LoginForm.tsx:288 @@ -2224,7 +2459,7 @@ msgctxt "action" msgid "Next" msgstr "Próximo" -#: src/view/com/lightbox/Lightbox.web.tsx:142 +#: src/view/com/lightbox/Lightbox.web.tsx:149 msgid "Next image" msgstr "Próxima imagem" @@ -2237,8 +2472,8 @@ msgstr "Próxima imagem" msgid "No" msgstr "Não" -#: src/view/screens/ProfileFeed.tsx:593 -#: src/view/screens/ProfileList.tsx:733 +#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileList.tsx:730 msgid "No description" msgstr "Sem descrição" @@ -2246,7 +2481,7 @@ msgstr "Sem descrição" msgid "No longer following {0}" msgstr "Você não está mais seguindo {0}" -#: src/view/com/notifications/Feed.tsx:107 +#: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "Nenhuma notificação!" @@ -2255,13 +2490,18 @@ msgstr "Nenhuma notificação!" msgid "No result" msgstr "Nenhum resultado" -#: src/view/screens/Feeds.tsx:456 +#: src/view/screens/Feeds.tsx:490 msgid "No results found for \"{query}\"" msgstr "Nenhum resultado encontrado para \"{query}\"" +#: src/view/com/modals/ListAddUser.tsx:142 +#: src/view/shell/desktop/Search.tsx:112 +#~ msgid "No results found for {0}" +#~ msgstr "Nenhum resultado encontrado para {0}" + #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:272 -#: src/view/screens/Search/Search.tsx:300 +#: src/view/screens/Search/Search.tsx:274 +#: src/view/screens/Search/Search.tsx:302 msgid "No results found for {query}" msgstr "Nenhum resultado encontrado para {query}" @@ -2273,11 +2513,15 @@ msgstr "Não, obrigado" msgid "Nobody" msgstr "Ninguém" +#: src/view/com/modals/SelfLabel.tsx:136 +#~ msgid "Not Applicable" +#~ msgstr "Não Aplicável" + #: src/view/com/modals/SelfLabel.tsx:135 msgid "Not Applicable." msgstr "Não Aplicável." -#: src/Navigation.tsx:104 +#: src/Navigation.tsx:105 msgid "Not Found" msgstr "Não encontrado" @@ -2294,9 +2538,13 @@ msgstr "Agora não" 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 "Nota: o Bluesky é uma rede aberta e pública. Esta configuração limita somente a visibilidade do seu conteúdo no site e aplicativo do Bluesky, e outros aplicativos podem não respeitar esta configuração. Seu conteúdo ainda poderá ser exibido para usuários deslogados por outros aplicativos e sites." -#: src/Navigation.tsx:445 -#: src/view/screens/Notifications.tsx:113 -#: src/view/screens/Notifications.tsx:137 +#: src/view/screens/Moderation.tsx:227 +#~ msgid "Note: Third-party apps that display Bluesky content may not respect this setting." +#~ msgstr "Nota: Aplicativos de terceiros que mostram conteúdo do Bluesky podem não respeitar esta opção." + +#: src/Navigation.tsx:448 +#: src/view/screens/Notifications.tsx:120 +#: src/view/screens/Notifications.tsx:144 #: src/view/shell/bottom-bar/BottomBar.tsx:205 #: src/view/shell/desktop/LeftNav.tsx:361 #: src/view/shell/Drawer.tsx:438 @@ -2312,6 +2560,10 @@ msgstr "Nudez" msgid "Oh no!" msgstr "Opa!" +#: src/screens/Onboarding/StepInterests/index.tsx:128 +msgid "Oh no! Something went wrong." +msgstr "" + #: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 msgid "Okay" msgstr "Ok" @@ -2338,6 +2590,10 @@ msgstr "Apenas {0} pode responder." msgid "Oops!" msgstr "Opa!" +#: src/screens/Onboarding/StepFinished.tsx:115 +msgid "Open" +msgstr "" + #: src/view/com/composer/Composer.tsx:470 #: src/view/com/composer/Composer.tsx:471 msgid "Open emoji picker" @@ -2347,7 +2603,7 @@ msgstr "Abrir seletor de emojis" msgid "Open links with in-app browser" msgstr "Abrir links no navegador interno" -#: src/view/com/pager/FeedsTabBarMobile.tsx:81 +#: src/view/com/pager/FeedsTabBarMobile.tsx:87 msgid "Open navigation" msgstr "Abrir navegação" @@ -2363,7 +2619,7 @@ msgstr "Abre {numItems} opções" msgid "Opens additional details for a debug entry" msgstr "Abre detalhes adicionais para um registro de depuração" -#: src/view/com/notifications/FeedItem.tsx:352 +#: src/view/com/notifications/FeedItem.tsx:348 msgid "Opens an expanded list of users in this notification" msgstr "Abre a lista de usuários nesta notificação" @@ -2425,7 +2681,7 @@ msgstr "Abre configurações de moderação" msgid "Opens password reset form" msgstr "Abre o formulário de redefinição de senha" -#: src/view/screens/Feeds.tsx:335 +#: src/view/screens/Feeds.tsx:338 msgid "Opens screen to edit Saved Feeds" msgstr "Abre a tela para editar feeds salvos" @@ -2461,6 +2717,10 @@ msgstr "Opção {0} de {numItems}" msgid "Or combine these options:" msgstr "Ou combine estas opções:" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:122 +#~ msgid "Or you can try our \"Discover\" algorithm:" +#~ msgstr "" + #: src/view/com/auth/login/ChooseAccountForm.tsx:138 msgid "Other account" msgstr "Outra conta" @@ -2473,11 +2733,14 @@ msgstr "Outro serviço" msgid "Other..." msgstr "Outro..." -#: src/view/screens/NotFound.tsx:42 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Página não encontrada" +#: src/view/screens/NotFound.tsx:42 +msgid "Page Not Found" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:158 #: src/view/com/auth/create/Step1.tsx:168 #: src/view/com/auth/login/LoginForm.tsx:223 @@ -2494,11 +2757,11 @@ msgstr "Senha atualizada" msgid "Password updated!" msgstr "Senha atualizada!" -#: src/Navigation.tsx:160 +#: src/Navigation.tsx:161 msgid "People followed by @{0}" msgstr "Pessoas seguidas por @{0}" -#: src/Navigation.tsx:153 +#: src/Navigation.tsx:154 msgid "People following @{0}" msgstr "Pessoas seguindo @{0}" @@ -2510,7 +2773,11 @@ msgstr "A permissão de galeria é obrigatória." msgid "Permission to access camera roll was denied. Please enable it in your system settings." msgstr "A permissão de galeria foi recusada. Por favor, habilite-a nas configurações do dispositivo." -#: src/view/com/auth/create/Step2.tsx:181 +#: src/screens/Onboarding/index.tsx:31 +msgid "Pets" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:182 msgid "Phone number" msgstr "Número de telefone" @@ -2518,8 +2785,8 @@ msgstr "Número de telefone" msgid "Pictures meant for adults." msgstr "Imagens destinadas a adultos." -#: src/view/screens/ProfileFeed.tsx:362 -#: src/view/screens/ProfileList.tsx:559 +#: src/view/screens/ProfileFeed.tsx:353 +#: src/view/screens/ProfileList.tsx:556 msgid "Pin to home" msgstr "Fixar na tela inicial" @@ -2556,7 +2823,7 @@ msgstr "Por favor, confirme seu e-mail antes de alterá-lo. Este é um requisito msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "Por favor, insira um nome para a sua Senha de Aplicativo." -#: src/view/com/auth/create/Step2.tsx:204 +#: src/view/com/auth/create/Step2.tsx:205 msgid "Please enter a phone number that can receive SMS text messages." msgstr "Por favor, insira um número de telefone que possa receber mensagens SMS." @@ -2568,7 +2835,7 @@ msgstr "Por favor, insira um nome único para esta Senha de Aplicativo ou use no msgid "Please enter the code you received by SMS." msgstr "Por favor, digite o código recebido via SMS." -#: src/view/com/auth/create/Step2.tsx:279 +#: src/view/com/auth/create/Step2.tsx:281 msgid "Please enter the verification code sent to {phoneNumberFormatted}." msgstr "Por favor, digite o código de verificação enviado para {phoneNumberFormatted}." @@ -2598,6 +2865,10 @@ msgstr "Por favor, verifique seu e-mail" msgid "Please wait for your link card to finish loading" msgstr "Aguarde até que a prévia de link termine de carregar" +#: src/screens/Onboarding/index.tsx:37 +msgid "Politics" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:111 msgid "Porn" msgstr "Pornografia" @@ -2608,8 +2879,7 @@ msgctxt "action" msgid "Post" msgstr "Postar" -#: src/view/com/post-thread/PostThread.tsx:227 -#: src/view/screens/PostThread.tsx:82 +#: src/view/com/post-thread/PostThread.tsx:251 msgctxt "description" msgid "Post" msgstr "Post" @@ -2620,21 +2890,21 @@ msgstr "Post" #~ msgid "Post" #~ msgstr "Post" -#: src/view/com/post-thread/PostThreadItem.tsx:176 +#: src/view/com/post-thread/PostThreadItem.tsx:177 msgid "Post by {0}" msgstr "Post por {0}" -#: src/Navigation.tsx:172 -#: src/Navigation.tsx:179 -#: src/Navigation.tsx:186 +#: src/Navigation.tsx:173 +#: src/Navigation.tsx:180 +#: src/Navigation.tsx:187 msgid "Post by @{0}" msgstr "Post por @{0}" -#: src/view/com/util/forms/PostDropdownBtn.tsx:82 +#: src/view/com/util/forms/PostDropdownBtn.tsx:84 msgid "Post deleted" msgstr "Post excluído" -#: src/view/com/post-thread/PostThread.tsx:382 +#: src/view/com/post-thread/PostThread.tsx:403 msgid "Post hidden" msgstr "Post oculto" @@ -2646,11 +2916,11 @@ msgstr "Idioma do post" msgid "Post Languages" msgstr "Idiomas do Post" -#: src/view/com/post-thread/PostThread.tsx:434 +#: src/view/com/post-thread/PostThread.tsx:455 msgid "Post not found" msgstr "Post não encontrado" -#: src/view/screens/Profile.tsx:161 +#: src/view/screens/Profile.tsx:171 msgid "Posts" msgstr "Posts" @@ -2662,7 +2932,7 @@ msgstr "Posts ocultados" msgid "Potentially Misleading Link" msgstr "Link Potencialmente Enganoso" -#: src/view/com/lightbox/Lightbox.web.tsx:128 +#: src/view/com/lightbox/Lightbox.web.tsx:135 msgid "Previous image" msgstr "Imagem anterior" @@ -2679,7 +2949,7 @@ msgstr "Priorizar seus Seguidores" msgid "Privacy" msgstr "Privacidade" -#: src/Navigation.tsx:217 +#: src/Navigation.tsx:218 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings.tsx:824 #: src/view/shell/Drawer.tsx:265 @@ -2706,6 +2976,10 @@ 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:101 +msgid "Public" +msgstr "" + #: src/view/screens/ModerationModlists.tsx:61 msgid "Public, shareable lists of users to mute or block in bulk." msgstr "Listas públicas e compartilháveis para silenciar ou bloquear usuários em massa." @@ -2748,6 +3022,11 @@ msgstr "Aleatório" msgid "Ratios" msgstr "Índices" +#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:73 +#: src/view/com/auth/onboarding/RecommendedFollows.tsx:50 +#~ msgid "Recommended" +#~ msgstr "Recomendados" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:116 msgid "Recommended Feeds" msgstr "Feeds Recomendados" @@ -2758,7 +3037,7 @@ msgstr "Usuários Recomendados" #: src/view/com/modals/ListAddRemoveUsers.tsx:264 #: src/view/com/modals/SelfLabel.tsx:83 -#: src/view/com/modals/UserAddRemoveLists.tsx:203 +#: src/view/com/modals/UserAddRemoveLists.tsx:219 #: src/view/com/util/UserAvatar.tsx:282 #: src/view/com/util/UserBanner.tsx:89 msgid "Remove" @@ -2781,7 +3060,7 @@ msgstr "Remover feed" #: src/view/com/feeds/FeedSourceCard.tsx:167 #: src/view/com/feeds/FeedSourceCard.tsx:172 #: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:281 +#: src/view/screens/ProfileFeed.tsx:272 msgid "Remove from my feeds" msgstr "Remover dos meus feeds" @@ -2806,7 +3085,7 @@ msgid "Remove this feed from your saved feeds?" msgstr "Remover este feed dos feeds salvos?" #: src/view/com/modals/ListAddRemoveUsers.tsx:199 -#: src/view/com/modals/UserAddRemoveLists.tsx:136 +#: src/view/com/modals/UserAddRemoveLists.tsx:152 msgid "Removed from list" msgstr "Removido da lista" @@ -2819,7 +3098,7 @@ msgstr "Remover dos meus feeds" msgid "Removes default thumbnail from {0}" msgstr "Remover miniatura de {0}" -#: src/view/screens/Profile.tsx:162 +#: src/view/screens/Profile.tsx:172 msgid "Replies" msgstr "Respostas" @@ -2836,8 +3115,8 @@ msgstr "Responder" msgid "Reply Filters" msgstr "Filtros de Resposta" -#: src/view/com/post/Post.tsx:165 -#: src/view/com/posts/FeedItem.tsx:286 +#: src/view/com/post/Post.tsx:166 +#: src/view/com/posts/FeedItem.tsx:287 msgctxt "description" msgid "Reply to <0/>" msgstr "Responder <0/>" @@ -2850,16 +3129,16 @@ msgstr "Denunciar {collectionName}" msgid "Report Account" msgstr "Denunciar Conta" -#: src/view/screens/ProfileFeed.tsx:301 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Report feed" msgstr "Denunciar feed" -#: src/view/screens/ProfileList.tsx:437 +#: src/view/screens/ProfileList.tsx:434 msgid "Report List" msgstr "Denunciar Lista" #: src/view/com/modals/report/SendReportButton.tsx:37 -#: src/view/com/util/forms/PostDropdownBtn.tsx:208 +#: src/view/com/util/forms/PostDropdownBtn.tsx:210 msgid "Report post" msgstr "Denunciar post" @@ -2881,14 +3160,22 @@ msgid "Repost or quote post" msgstr "Repostar ou citar um post" #: src/view/screens/PostRepostedBy.tsx:27 -msgid "Reposted by" -msgstr "Repostado por" +#~ msgid "Reposted by" +#~ msgstr "Repostado por" + +#: src/view/screens/PostRepostedBy.tsx:27 +msgid "Reposted By" +msgstr "" + +#: src/view/com/posts/FeedItem.tsx:207 +msgid "Reposted by {0}" +msgstr "" #: src/view/com/posts/FeedItem.tsx:206 -msgid "Reposted by {0})" -msgstr "Repostado por {0})" +#~ msgid "Reposted by {0})" +#~ msgstr "Repostado por {0})" -#: src/view/com/posts/FeedItem.tsx:223 +#: src/view/com/posts/FeedItem.tsx:224 msgid "Reposted by <0/>" msgstr "Repostado por <0/>" @@ -2896,7 +3183,7 @@ msgstr "Repostado por <0/>" msgid "reposted your post" msgstr "repostou seu post" -#: src/view/com/post-thread/PostThreadItem.tsx:189 +#: src/view/com/post-thread/PostThreadItem.tsx:190 msgid "Reposts of this post" msgstr "Reposts" @@ -2905,7 +3192,7 @@ msgstr "Reposts" msgid "Request Change" msgstr "Solicitar Alteração" -#: src/view/com/auth/create/Step2.tsx:217 +#: src/view/com/auth/create/Step2.tsx:218 msgid "Request code" msgstr "Solicitar código" @@ -2963,9 +3250,11 @@ msgstr "Tenta entrar novamente" msgid "Retries the last action, which errored out" msgstr "Tenta a última ação, que deu erro" -#: src/view/com/auth/create/CreateAccount.tsx:164 -#: src/view/com/auth/create/CreateAccount.tsx:168 -#: src/view/com/auth/create/Step2.tsx:252 +#: src/screens/Onboarding/StepInterests/index.tsx:221 +#: src/screens/Onboarding/StepInterests/index.tsx:224 +#: src/view/com/auth/create/CreateAccount.tsx:170 +#: src/view/com/auth/create/CreateAccount.tsx:175 +#: src/view/com/auth/create/Step2.tsx:254 #: src/view/com/auth/login/LoginForm.tsx:265 #: src/view/com/auth/login/LoginForm.tsx:268 #: src/view/com/util/error/ErrorMessage.tsx:55 @@ -2977,11 +3266,11 @@ msgstr "Tente novamente" #~ msgid "Retry change handle" #~ msgstr "Tentar troca de usuário novamente" -#: src/view/com/auth/create/Step2.tsx:245 +#: src/view/com/auth/create/Step2.tsx:246 msgid "Retry." msgstr "Tentar novamente." -#: src/view/screens/ProfileList.tsx:877 +#: src/view/screens/ProfileList.tsx:874 msgid "Return to previous page" msgstr "Voltar para página anterior" @@ -2989,8 +3278,8 @@ msgstr "Voltar para página anterior" msgid "SANDBOX. Posts and accounts are not permanent." msgstr "SANDBOX. Posts e contas não são permanentes." -#: src/view/com/lightbox/Lightbox.tsx:129 -#: src/view/com/modals/CreateOrEditList.tsx:276 +#: src/view/com/lightbox/Lightbox.tsx:132 +#: src/view/com/modals/CreateOrEditList.tsx:345 msgctxt "action" msgid "Save" msgstr "Salvar" @@ -2998,13 +3287,13 @@ msgstr "Salvar" #: src/view/com/modals/BirthDateSettings.tsx:94 #: src/view/com/modals/BirthDateSettings.tsx:97 #: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:268 +#: src/view/com/modals/CreateOrEditList.tsx:337 #: src/view/com/modals/EditProfile.tsx:224 -#: src/view/screens/ProfileFeed.tsx:354 +#: src/view/screens/ProfileFeed.tsx:345 msgid "Save" msgstr "Salvar" -#: src/view/com/modals/AltImage.tsx:106 +#: src/view/com/modals/AltImage.tsx:129 msgid "Save alt text" msgstr "Salvar texto alternativo" @@ -3036,18 +3325,22 @@ msgstr "Salva todas as alterações" msgid "Saves handle change to {handle}" msgstr "Salva mudança de usuário para {handle}" -#: src/view/screens/ProfileList.tsx:833 +#: src/screens/Onboarding/index.tsx:36 +msgid "Science" +msgstr "" + +#: src/view/screens/ProfileList.tsx:830 msgid "Scroll to top" msgstr "Ir para o topo" -#: src/Navigation.tsx:435 +#: src/Navigation.tsx:438 #: src/view/com/auth/LoggedOut.tsx:122 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:53 #: src/view/com/util/forms/SearchInput.tsx:65 -#: src/view/screens/Search/Search.tsx:408 -#: src/view/screens/Search/Search.tsx:566 -#: src/view/screens/Search/Search.tsx:579 +#: src/view/screens/Search/Search.tsx:418 +#: src/view/screens/Search/Search.tsx:645 +#: src/view/screens/Search/Search.tsx:663 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:324 #: src/view/shell/desktop/Search.tsx:214 @@ -3057,7 +3350,7 @@ msgstr "Ir para o topo" msgid "Search" msgstr "Buscar" -#: src/view/screens/Search/Search.tsx:628 +#: src/view/screens/Search/Search.tsx:712 #: src/view/shell/desktop/Search.tsx:255 msgid "Search for \"{query}\"" msgstr "Pesquisar por \"{query}\"" @@ -3105,6 +3398,22 @@ msgstr "Seleciona opção {i} de {numItems}" msgid "Select service" msgstr "Selecionar serviço" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 +msgid "Select some accounts below to follow" +msgstr "" + +#: src/screens/Onboarding/StepModeration/index.tsx:49 +#~ msgid "Select the types of content that you want to see (or not see), and we'll handle the rest." +#~ msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:90 +msgid "Select topical feeds to follow from the list below" +msgstr "" + +#: src/screens/Onboarding/StepModeration/index.tsx:75 +msgid "Select what you want to see (or not see), and we’ll handle the rest." +msgstr "" + #: src/view/screens/LanguageSettings.tsx:281 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Selecione quais idiomas você deseja ver nos seus feeds. Se nenhum for selecionado, todos os idiomas serão exibidos." @@ -3113,7 +3422,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/view/com/auth/create/Step2.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:196 +msgid "Select your interests from the options below" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:154 msgid "Select your phone's country" msgstr "Selecione o país do número de telefone" @@ -3121,6 +3434,14 @@ msgstr "Selecione o país do número de telefone" msgid "Select your preferred language for translations in your feed." msgstr "Selecione seu idioma preferido para as traduções no seu feed." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +msgid "Select your primary algorithmic feeds" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:132 +msgid "Select your secondary algorithmic feeds" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:202 #: src/view/com/modals/VerifyEmail.tsx:204 msgid "Send Confirmation Email" @@ -3202,6 +3523,10 @@ msgstr "Defina esta configuração como \"Sim\" para mostrar respostas em uma vi msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your following feed. This is an experimental feature." msgstr "Defina esta configuração como \"Sim\" para mostrar amostras de seus feeds salvos na sua página inicial. Este é um recurso experimental." +#: src/screens/Onboarding/Layout.tsx:50 +msgid "Set up your account" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:266 msgid "Sets Bluesky username" msgstr "Configura o usuário no Bluesky" @@ -3223,7 +3548,7 @@ msgstr "Configura o provedor de hospedagem para recuperação de senha" msgid "Sets server for the Bluesky client" msgstr "Configura o servidor para o cliente do Bluesky" -#: src/Navigation.tsx:134 +#: src/Navigation.tsx:135 #: src/view/screens/Settings.tsx:294 #: src/view/shell/desktop/LeftNav.tsx:433 #: src/view/shell/Drawer.tsx:570 @@ -3235,18 +3560,18 @@ msgstr "Configurações" msgid "Sexual activity or erotic nudity." msgstr "Atividade sexual ou nudez erótica." -#: src/view/com/lightbox/Lightbox.tsx:138 +#: src/view/com/lightbox/Lightbox.tsx:141 msgctxt "action" msgid "Share" msgstr "Compartilhar" #: src/view/com/profile/ProfileHeader.tsx:342 -#: src/view/com/util/forms/PostDropdownBtn.tsx:151 -#: src/view/screens/ProfileList.tsx:396 +#: src/view/com/util/forms/PostDropdownBtn.tsx:153 +#: src/view/screens/ProfileList.tsx:393 msgid "Share" msgstr "Compartilhar" -#: src/view/screens/ProfileFeed.tsx:313 +#: src/view/screens/ProfileFeed.tsx:304 msgid "Share feed" msgstr "Compartilhar feed" @@ -3254,6 +3579,7 @@ msgstr "Compartilhar feed" #~ msgid "Share link" #~ msgstr "Compartilhar link" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:43 #: src/view/com/modals/ContentFilteringSettings.tsx:261 #: src/view/com/util/moderation/ContentHider.tsx:107 #: src/view/com/util/moderation/PostHider.tsx:108 @@ -3277,9 +3603,9 @@ msgstr "Mostrar anexos de {0}" msgid "Show follows similar to {0}" msgstr "Mostrar usuários parecidos com {0}" -#: src/view/com/post-thread/PostThreadItem.tsx:569 -#: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:362 +#: src/view/com/post-thread/PostThreadItem.tsx:571 +#: src/view/com/post/Post.tsx:197 +#: src/view/com/posts/FeedItem.tsx:363 msgid "Show More" msgstr "Mostrar Mais" @@ -3291,6 +3617,18 @@ msgstr "Mostrar Posts dos Meus Feeds" msgid "Show Quote Posts" msgstr "Mostrar Citações" +#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +msgid "Show quote-posts in Following feed" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +msgid "Show quotes in Following" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +msgid "Show re-posts in Following feed" +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:119 msgid "Show Replies" msgstr "Mostrar Respostas" @@ -3299,6 +3637,14 @@ msgstr "Mostrar Respostas" msgid "Show replies by people you follow before all other replies." msgstr "Mostrar as respostas de pessoas que você segue antes de todas as outras respostas." +#: src/screens/Onboarding/StepFollowingFeed.tsx:86 +msgid "Show replies in Following" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +msgid "Show replies in Following feed" +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:70 msgid "Show replies with at least {value} {0}" msgstr "Mostrar respostas com ao menos {0} {value}" @@ -3307,12 +3653,16 @@ msgstr "Mostrar respostas com ao menos {0} {value}" msgid "Show Reposts" msgstr "Mostrar Reposts" +#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +msgid "Show reposts in Following" +msgstr "" + #: src/view/com/util/moderation/ContentHider.tsx:67 #: src/view/com/util/moderation/PostHider.tsx:61 msgid "Show the content" msgstr "Mostrar conteúdo" -#: src/view/com/notifications/FeedItem.tsx:350 +#: src/view/com/notifications/FeedItem.tsx:346 msgid "Show users" msgstr "Mostrar usuários" @@ -3325,14 +3675,14 @@ msgid "Shows posts from {0} in your feed" msgstr "Mostra posts de {0} no seu feed" #: src/view/com/auth/HomeLoggedOutCTA.tsx:70 -#: src/view/com/auth/login/Login.tsx:98 +#: src/view/com/auth/login/Login.tsx:98 #: src/view/com/auth/SplashScreen.tsx:54 #: src/view/shell/bottom-bar/BottomBar.tsx:285 #: src/view/shell/bottom-bar/BottomBar.tsx:286 #: src/view/shell/bottom-bar/BottomBar.tsx:288 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:177 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:180 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 #: src/view/shell/NavSignupCard.tsx:58 #: src/view/shell/NavSignupCard.tsx:59 msgid "Sign in" @@ -3367,10 +3717,10 @@ msgstr "Sair" #: src/view/shell/bottom-bar/BottomBar.tsx:275 #: src/view/shell/bottom-bar/BottomBar.tsx:276 #: src/view/shell/bottom-bar/BottomBar.tsx:278 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:167 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:170 -#: src/view/shell/NavSignupCard.tsx:49 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 +#: src/view/shell/NavSignupCard.tsx:49 #: src/view/shell/NavSignupCard.tsx:50 #: src/view/shell/NavSignupCard.tsx:52 msgid "Sign up" @@ -3396,14 +3746,24 @@ msgstr "Logado como @{0}" msgid "Signs {0} out of Bluesky" msgstr "Desloga a conta {0}" +#: src/screens/Onboarding/StepInterests/index.tsx:235 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:33 msgid "Skip" msgstr "Pular" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Onboarding/StepInterests/index.tsx:232 +msgid "Skip this flow" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:81 msgid "SMS verification" msgstr "Verificação por SMS" +#: src/screens/Onboarding/index.tsx:40 +msgid "Software Dev" +msgstr "" + #: src/view/com/modals/ProfilePreview.tsx:62 msgid "Something went wrong and we're not sure what." msgstr "Algo deu errado e meio que não sabemos o que houve." @@ -3424,6 +3784,10 @@ msgstr "Classificar Respostas" msgid "Sort replies to the same post by:" msgstr "Classificar respostas de um post por:" +#: src/screens/Onboarding/index.tsx:30 +msgid "Sports" +msgstr "" + #: src/view/com/modals/crop-image/CropImage.web.tsx:122 msgid "Square" msgstr "Quadrado" @@ -3448,7 +3812,7 @@ msgstr "Passo {0} de {numSteps}" msgid "Storage cleared, you need to restart the app now." msgstr "Armazenamento limpo, você precisa reiniciar o app agora." -#: src/Navigation.tsx:202 +#: src/Navigation.tsx:203 #: src/view/screens/Settings.tsx:740 msgid "Storybook" msgstr "Storybook" @@ -3457,11 +3821,16 @@ msgstr "Storybook" msgid "Submit" msgstr "Enviar" -#: src/view/screens/ProfileList.tsx:586 +#: src/view/screens/ProfileList.tsx:583 msgid "Subscribe" msgstr "Inscrever-se" -#: src/view/screens/ProfileList.tsx:582 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 +msgid "Subscribe to the {0} feed" +msgstr "" + +#: src/view/screens/ProfileList.tsx:579 msgid "Subscribe to this list" msgstr "Inscreva-se nesta lista" @@ -3469,7 +3838,7 @@ msgstr "Inscreva-se nesta lista" #~ msgid "Subscribed" #~ msgstr "Inscrito" -#: src/view/screens/Search/Search.tsx:364 +#: src/view/screens/Search/Search.tsx:372 msgid "Suggested Follows" msgstr "Sugestões de Seguidores" @@ -3481,7 +3850,7 @@ msgstr "Sugeridos para você" msgid "Suggestive" msgstr "Sugestivo" -#: src/Navigation.tsx:212 +#: src/Navigation.tsx:213 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -3521,11 +3890,15 @@ msgstr "Alto" msgid "Tap to view fully" msgstr "Toque para ver tudo" +#: src/screens/Onboarding/index.tsx:39 +msgid "Tech" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:93 msgid "Terms" msgstr "Termos" -#: src/Navigation.tsx:222 +#: src/Navigation.tsx:223 #: src/view/screens/Settings.tsx:818 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:259 @@ -3549,7 +3922,11 @@ msgstr "As Diretrizes da Comunidade foram movidas para <0/>" msgid "The Copyright Policy has been moved to <0/>" msgstr "A Política de Direitos Autorais foi movida para <0/>" -#: src/view/com/post-thread/PostThread.tsx:437 +#: src/screens/Onboarding/Layout.tsx:60 +msgid "The following steps will help customize your Bluesky experience." +msgstr "" + +#: src/view/com/post-thread/PostThread.tsx:458 msgid "The post may have been deleted." msgstr "O post pode ter sido excluído." @@ -3569,7 +3946,11 @@ 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/view/screens/ProfileFeed.tsx:558 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:135 +msgid "There are many feeds to try:" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:549 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "Tivemos um problema ao contatar o servidor, por favor verifique sua conexão com a internet e tente novamente." @@ -3577,12 +3958,12 @@ msgstr "Tivemos um problema ao contatar o servidor, por favor verifique sua cone msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "Tivemos um problema ao remover este feed, por favor verifique sua conexão com a internet e tente novamente." -#: src/view/screens/ProfileFeed.tsx:218 +#: src/view/screens/ProfileFeed.tsx:209 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "Tivemos um problema ao atualizar seus feeds, por favor verifique sua conexão com a internet e tente novamente." -#: src/view/screens/ProfileFeed.tsx:245 -#: src/view/screens/ProfileList.tsx:266 +#: src/view/screens/ProfileFeed.tsx:236 +#: src/view/screens/ProfileList.tsx:263 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 #: src/view/screens/SavedFeeds.tsx:252 @@ -3597,7 +3978,7 @@ msgstr "Tivemos um problema ao contatar o servidor deste feed" msgid "There was an issue contacting your server" msgstr "Tivemos um problema ao contatar o servidor deste feed" -#: src/view/com/notifications/Feed.tsx:115 +#: src/view/com/notifications/Feed.tsx:117 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." @@ -3614,6 +3995,7 @@ msgstr "Tivemos um problema ao carregar esta lista. Toque aqui para tentar de no msgid "There was an issue fetching your lists. Tap here to try again." msgstr "Tivemos um problema ao carregar suas listas. Toque aqui para tentar de novo." +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:63 #: src/view/com/modals/ContentFilteringSettings.tsx:126 msgid "There was an issue syncing your preferences with the server" msgstr "Tivemos um problema ao sincronizar suas configurações" @@ -3631,10 +4013,10 @@ msgstr "Tivemos um problema ao carregar suas senhas de app." msgid "There was an issue! {0}" msgstr "Tivemos um problema! {0}" -#: src/view/screens/ProfileList.tsx:287 -#: src/view/screens/ProfileList.tsx:306 -#: src/view/screens/ProfileList.tsx:328 -#: src/view/screens/ProfileList.tsx:347 +#: src/view/screens/ProfileList.tsx:284 +#: src/view/screens/ProfileList.tsx:303 +#: src/view/screens/ProfileList.tsx:325 +#: src/view/screens/ProfileList.tsx:344 msgid "There was an issue. Please check your internet connection and try again." msgstr "Tivemos algum problema. Por favor verifique sua conexão com a internet e tente novamente." @@ -3642,13 +4024,25 @@ msgstr "Tivemos algum problema. Por favor verifique sua conexão com a internet msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Houve um problema inesperado no aplicativo. Por favor, deixe-nos saber se isso aconteceu com você!" -#: src/view/com/auth/create/Step2.tsx:53 +#: src/screens/Deactivated.tsx:107 +msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:54 msgid "There's something wrong with this number. Please choose your country and enter your full phone number!" msgstr "Houve um problema com este número. Por favor, escolha um país e digite seu número de telefone completo!" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +msgid "These are popular accounts you might like:" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +#~ msgid "These are popular accounts you might like." +#~ msgstr "" + #: src/view/com/util/moderation/LabelInfo.tsx:45 #~ msgid "This {0} has been labeled." -#~ msgstr "Este {screenDescription} foi reportado." +#~ msgstr "Este {0} foi reportado." #: src/view/com/util/moderation/ScreenHider.tsx:88 msgid "This {screenDescription} has been flagged:" @@ -3674,9 +4068,9 @@ msgstr "Este conteúdo não é visível sem uma conta do Bluesky." msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Este feed está recebendo muito tráfego e está temporariamente indisponível. Por favor, tente novamente mais tarde." -#: src/view/screens/Profile.tsx:392 -#: src/view/screens/ProfileFeed.tsx:484 -#: src/view/screens/ProfileList.tsx:639 +#: src/view/screens/Profile.tsx:402 +#: src/view/screens/ProfileFeed.tsx:475 +#: src/view/screens/ProfileList.tsx:636 msgid "This feed is empty!" msgstr "Este feed está vazio!" @@ -3700,7 +4094,7 @@ msgstr "Isso é importante caso você precise alterar seu e-mail ou redefinir su msgid "This link is taking you to the following website:" msgstr "Este link está levando você ao seguinte site:" -#: src/view/screens/ProfileList.tsx:813 +#: src/view/screens/ProfileList.tsx:810 msgid "This list is empty!" msgstr "Esta lista está vazia!" @@ -3708,7 +4102,7 @@ msgstr "Esta lista está vazia!" msgid "This name is already in use" msgstr "Você já tem uma senha com esse nome" -#: src/view/com/post-thread/PostThreadItem.tsx:123 +#: src/view/com/post-thread/PostThreadItem.tsx:124 msgid "This post has been deleted." msgstr "Este post foi excluído." @@ -3728,7 +4122,7 @@ msgstr "Este usuário está incluído na lista <0/>, que você silenciou." msgid "This warning is only available for posts with media attached." msgstr "Este aviso só está disponível para publicações com mídia anexada." -#: src/view/com/util/forms/PostDropdownBtn.tsx:190 +#: src/view/com/util/forms/PostDropdownBtn.tsx:192 msgid "This will hide this post from your feeds." msgstr "Isso ocultará este post de seus feeds." @@ -3741,7 +4135,7 @@ msgstr "Preferências das Threads" msgid "Threaded Mode" msgstr "Visualização de Threads" -#: src/Navigation.tsx:252 +#: src/Navigation.tsx:253 msgid "Threads Preferences" msgstr "Preferências das Threads" @@ -3753,9 +4147,9 @@ msgstr "Alternar menu suspenso" msgid "Transformations" msgstr "Transformações" -#: src/view/com/post-thread/PostThreadItem.tsx:710 -#: src/view/com/post-thread/PostThreadItem.tsx:712 -#: src/view/com/util/forms/PostDropdownBtn.tsx:123 +#: src/view/com/post-thread/PostThreadItem.tsx:719 +#: src/view/com/post-thread/PostThreadItem.tsx:721 +#: src/view/com/util/forms/PostDropdownBtn.tsx:125 msgid "Translate" msgstr "Traduzir" @@ -3768,11 +4162,11 @@ msgstr "Tentar novamente" #~ msgid "Try again" #~ msgstr "Tente novamente" -#: src/view/screens/ProfileList.tsx:484 +#: src/view/screens/ProfileList.tsx:481 msgid "Un-block list" msgstr "Desbloquear lista" -#: src/view/screens/ProfileList.tsx:469 +#: src/view/screens/ProfileList.tsx:466 msgid "Un-mute list" msgstr "Dessilenciar lista" @@ -3784,7 +4178,7 @@ msgid "Unable to contact your service. Please check your Internet connection." msgstr "Não foi possível entrar em contato com seu serviço. Por favor, verifique sua conexão à internet." #: src/view/com/profile/ProfileHeader.tsx:472 -#: src/view/screens/ProfileList.tsx:568 +#: src/view/screens/ProfileList.tsx:565 msgid "Unblock" msgstr "Desbloquear" @@ -3814,15 +4208,15 @@ msgstr "Deixar de seguir" msgid "Unfollow {0}" msgstr "Deixar de seguir {0}" -#: src/view/com/auth/create/state.ts:298 +#: src/view/com/auth/create/state.ts:300 msgid "Unfortunately, you do not meet the requirements to create an account." msgstr "Infelizmente, você não atende aos requisitos para criar uma conta." -#: src/view/com/util/post-ctrls/PostCtrls.tsx:189 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 msgid "Unlike" msgstr "Descurtir" -#: src/view/screens/ProfileList.tsx:575 +#: src/view/screens/ProfileList.tsx:572 msgid "Unmute" msgstr "Dessilenciar" @@ -3830,24 +4224,24 @@ msgstr "Dessilenciar" msgid "Unmute Account" msgstr "Dessilenciar conta" -#: src/view/com/util/forms/PostDropdownBtn.tsx:169 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "Unmute thread" msgstr "Dessilenciar thread" -#: src/view/screens/ProfileFeed.tsx:362 -#: src/view/screens/ProfileList.tsx:559 +#: src/view/screens/ProfileFeed.tsx:353 +#: src/view/screens/ProfileList.tsx:556 msgid "Unpin" msgstr "Desafixar" -#: src/view/screens/ProfileList.tsx:452 +#: src/view/screens/ProfileList.tsx:449 msgid "Unpin moderation list" msgstr "Desafixar lista de moderação" -#: src/view/screens/ProfileFeed.tsx:354 +#: src/view/screens/ProfileFeed.tsx:345 msgid "Unsave" msgstr "Remover" -#: src/view/com/modals/UserAddRemoveLists.tsx:54 +#: src/view/com/modals/UserAddRemoveLists.tsx:70 msgid "Update {displayName} in Lists" msgstr "Atualizar {displayName} nas Listas" @@ -3905,30 +4299,30 @@ msgstr "Usuário Bloqueado Por Lista" msgid "User Blocks You" msgstr "Este Usuário Te Bloqueou" -#: src/view/com/auth/create/Step3.tsx:38 +#: src/view/com/auth/create/Step3.tsx:41 msgid "User handle" msgstr "Usuário" #: src/view/com/lists/ListCard.tsx:84 -#: src/view/com/modals/UserAddRemoveLists.tsx:182 +#: src/view/com/modals/UserAddRemoveLists.tsx:198 msgid "User list by {0}" msgstr "Lista de usuários por {0}" -#: src/view/screens/ProfileList.tsx:741 +#: src/view/screens/ProfileList.tsx:738 msgid "User list by <0/>" msgstr "Lista de usuários por <0/>" #: src/view/com/lists/ListCard.tsx:82 -#: src/view/com/modals/UserAddRemoveLists.tsx:180 -#: src/view/screens/ProfileList.tsx:739 +#: src/view/com/modals/UserAddRemoveLists.tsx:196 +#: src/view/screens/ProfileList.tsx:736 msgid "User list by you" msgstr "Sua lista de usuários" -#: src/view/com/modals/CreateOrEditList.tsx:138 +#: src/view/com/modals/CreateOrEditList.tsx:196 msgid "User list created" msgstr "Lista de usuários criada" -#: src/view/com/modals/CreateOrEditList.tsx:125 +#: src/view/com/modals/CreateOrEditList.tsx:182 msgid "User list updated" msgstr "Lista de usuários atualizada" @@ -3941,7 +4335,7 @@ msgstr "Listas de Usuários" msgid "Username or email address" msgstr "Nome de usuário ou endereço de e-mail" -#: src/view/screens/ProfileList.tsx:775 +#: src/view/screens/ProfileList.tsx:772 msgid "Users" msgstr "Usuários" @@ -3949,11 +4343,15 @@ msgstr "Usuários" msgid "users followed by <0/>" msgstr "usuários seguidos por <0/>" +#: src/view/com/threadgate/WhoCanReply.tsx:115 +#~ msgid "Users followed by <0/>" +#~ msgstr "Usuários seguidos por <0/>" + #: src/view/com/modals/Threadgate.tsx:106 msgid "Users in \"{0}\"" msgstr "Usuários em \"{0}\"" -#: src/view/com/auth/create/Step2.tsx:241 +#: src/view/com/auth/create/Step2.tsx:242 msgid "Verification code" msgstr "Código de verificação" @@ -3978,6 +4376,10 @@ msgstr "Verificar Novo E-mail" msgid "Verify Your Email" msgstr "Verificar Seu E-mail" +#: src/screens/Onboarding/index.tsx:42 +msgid "Video Games" +msgstr "" + #: src/view/com/profile/ProfileHeader.tsx:701 msgid "View {0}'s avatar" msgstr "Ver o avatar de {0}" @@ -4002,10 +4404,23 @@ msgstr "Ver o avatar" msgid "Visit Site" msgstr "Visitar Site" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:42 #: src/view/com/modals/ContentFilteringSettings.tsx:254 msgid "Warn" msgstr "Avisar" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +msgid "We also think you'll like \"For You\" by Skygaze:" +msgstr "" + +#: src/screens/Deactivated.tsx:134 +msgid "We estimate {estimatedTime} until your account is ready." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:93 +msgid "We hope you have a wonderful time. Remember, Bluesky is:" +msgstr "" + #: src/view/com/posts/DiscoverFallbackHeader.tsx:29 #~ msgid "We ran out of posts from your follows. Here's the latest from" #~ msgstr "Não temos mais posts de quem você segue. Aqui estão os mais novos de" @@ -4014,19 +4429,47 @@ msgstr "Avisar" msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "Não temos mais posts de quem você segue. Aqui estão os mais novos de <0/>." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:118 +#~ msgid "We recommend \"For You\" by Skygaze:" +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:119 +msgid "We recommend our \"Discover\" feed:" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:133 +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/Deactivated.tsx:138 +msgid "We will let you know when your account is ready." +msgstr "" + #: src/view/com/modals/AppealLabel.tsx:48 msgid "We'll look into your appeal promptly." msgstr "Avaliaremos sua contestação o quanto antes." +#: src/screens/Onboarding/StepInterests/index.tsx:138 +msgid "We'll use this to help customize your experience." +msgstr "" + #: src/view/com/auth/create/CreateAccount.tsx:123 msgid "We're so excited to have you join us!" msgstr "Estamos muito felizes em recebê-lo!" -#: src/view/screens/ProfileList.tsx:83 +#: src/view/com/posts/FeedErrorMessage.tsx:99 +#~ msgid "We're sorry, but this content is not viewable without a Bluesky account." +#~ msgstr "Desculpe, mas este conteúdo não é visível sem uma conta do Bluesky." + +#: src/view/com/posts/FeedErrorMessage.tsx:105 +#~ msgid "We're sorry, but this feed is currently receiving high traffic and is temporarily unavailable. Please try again later." +#~ msgstr "Desculpe, mas este feed está recebendo muito tráfego e está temporariamente indisponível. Por favor, tente novamente mais tarde." + +#: src/view/screens/ProfileList.tsx:84 msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "Tivemos um problema ao exibir esta lista. Se continuar acontecendo, contate o criador da lista: @{handleOrDid}." -#: src/view/screens/Search/Search.tsx:245 +#: src/view/screens/Search/Search.tsx:247 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." @@ -4038,6 +4481,10 @@ msgstr "Sentimos muito! Não conseguimos encontrar a página que você estava pr msgid "Welcome to <0>Bluesky</0>" msgstr "Bem-vindo ao <0>Bluesky</0>" +#: src/screens/Onboarding/StepInterests/index.tsx:130 +msgid "What are your interests?" +msgstr "" + #: src/view/com/modals/report/Modal.tsx:169 msgid "What is the issue with this {collectionName}?" msgstr "Qual é o problema com este {collectionName}?" @@ -4073,11 +4520,15 @@ msgstr "Escrever post" msgid "Write your reply" msgstr "Escreva sua resposta" -#: src/view/com/auth/create/Step2.tsx:260 +#: src/screens/Onboarding/index.tsx:28 +msgid "Writers" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:262 msgid "XXXXXX" msgstr "XXXXXX" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:82 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:77 #: src/view/screens/PreferencesHomeFeed.tsx:129 #: src/view/screens/PreferencesHomeFeed.tsx:201 #: src/view/screens/PreferencesHomeFeed.tsx:236 @@ -4087,15 +4538,31 @@ msgstr "XXXXXX" msgid "Yes" msgstr "Sim" +#: src/screens/Onboarding/StepModeration/index.tsx:46 +#~ msgid "You are in control" +#~ msgstr "" + +#: src/screens/Deactivated.tsx:131 +msgid "You are in line." +msgstr "" + #: src/view/com/posts/FollowingEmptyState.tsx:67 #: src/view/com/posts/FollowingEndOfFeed.tsx:68 msgid "You can also discover new Custom Feeds to follow." msgstr "Você também pode descobrir novos feeds para seguir." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:123 +#~ msgid "You can also try our \"Discover\" algorithm:" +#~ msgstr "" + #: src/view/com/auth/create/Step1.tsx:106 #~ msgid "You can change hosting providers at any time." #~ msgstr "Você pode alterar os provedores de hospedagem a qualquer momento." +#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +msgid "You can change these settings later." +msgstr "" + #: src/view/com/auth/login/Login.tsx:158 #: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 msgid "You can now sign in with your new password." @@ -4109,7 +4576,7 @@ msgstr "Você ainda não tem nenhum convite! Nós lhe enviaremos alguns quando v msgid "You don't have any pinned feeds." msgstr "Você não tem feeds fixados." -#: src/view/screens/Feeds.tsx:387 +#: src/view/screens/Feeds.tsx:419 msgid "You don't have any saved feeds!" msgstr "Você não tem feeds salvos!" @@ -4117,7 +4584,7 @@ msgstr "Você não tem feeds salvos!" msgid "You don't have any saved feeds." msgstr "Você não tem feeds salvos." -#: src/view/com/post-thread/PostThread.tsx:385 +#: src/view/com/post-thread/PostThread.tsx:406 msgid "You have blocked the author or you have been blocked by the author." msgstr "Você bloqueou esta conta ou foi bloqueado por ela." @@ -4154,11 +4621,15 @@ msgstr "Você ainda não silenciou nenhuma conta. Para silenciar uma conta, aces msgid "You must be 18 or older to enable adult content." msgstr "Você precisa ser maior de idade para habilitar conteúdo adulto." -#: src/view/com/util/forms/PostDropdownBtn.tsx:96 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:103 +msgid "You must be 18 years or older to enable adult content" +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:98 msgid "You will no longer receive notifications for this thread" msgstr "Você não vai mais receber notificações desta thread" -#: src/view/com/util/forms/PostDropdownBtn.tsx:99 +#: src/view/com/util/forms/PostDropdownBtn.tsx:101 msgid "You will now receive notifications for this thread" msgstr "Você vai receber notificações desta thread" @@ -4166,6 +4637,20 @@ msgstr "Você vai receber notificações desta thread" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Você receberá um e-mail com um \"código de redefinição\". Digite esse código aqui, e então digite sua nova senha." +#: src/screens/Onboarding/StepModeration/index.tsx:72 +msgid "You're in control" +msgstr "" + +#: src/screens/Deactivated.tsx:88 +#: src/screens/Deactivated.tsx:89 +#: src/screens/Deactivated.tsx:104 +msgid "You're in line" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:90 +msgid "You're ready to go!" +msgstr "" + #: src/view/com/posts/FollowingEndOfFeed.tsx:48 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." @@ -4186,6 +4671,10 @@ msgstr "Sua data de nascimento" msgid "Your choice will be saved, but can be changed later in settings." msgstr "Sua escolha será salva, mas você pode trocá-la nas configurações depois" +#: src/screens/Onboarding/StepFollowingFeed.tsx:61 +msgid "Your default feed is \"Following\"" +msgstr "" + #: src/view/com/auth/create/state.ts:153 #: src/view/com/auth/login/ForgotPasswordForm.tsx:70 msgid "Your email appears to be invalid." @@ -4207,7 +4696,7 @@ msgstr "Seu e-mail ainda não foi verificado. Esta é uma etapa importante de se 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/view/com/auth/create/Step3.tsx:42 +#: src/view/com/auth/create/Step3.tsx:45 msgid "Your full handle will be" msgstr "Seu identificador completo será" @@ -4229,6 +4718,7 @@ msgstr "Seus códigos de convite estão ocultos quando conectado com uma Senha d msgid "Your post has been published" msgstr "Seu post foi publicado" +#: src/screens/Onboarding/StepFinished.tsx:105 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:59 msgid "Your posts, likes, and blocks are public. Mutes are private." @@ -4239,18 +4729,6 @@ msgstr "Suas postagens, curtidas e bloqueios são públicos. Silenciamentos são msgid "Your profile" msgstr "Seu perfil" -#: src/view/com/auth/create/Step3.tsx:28 -msgid "Your user handle" -msgstr "Seu usuário" - -#: src/view/com/composer/Composer.tsx:266 -msgid "Your reply has been published" -msgstr "Sua resposta foi publicada" - -#: src/view/com/auth/create/Step3.tsx:28 -msgid "Your user handle" -msgstr "Seu identificador de usuário" - #: src/view/screens/Moderation.tsx:205 #~ msgid "Your profile and account will not be visible to anyone visiting the Bluesky app without an account, or to account holders who are not logged in. Enabling this will not make your profile private." #~ msgstr "Seu perfil e conta não serão visíveis para pessoas utilizando o app Bluesky sem uma conta, ou para pessoas que têm conta mas estão deslogadas. Habilitar esta opção não torna a sua conta privada." @@ -4263,70 +4741,10 @@ msgstr "Seu identificador de usuário" #~ msgid "Your profile and posts will not be visible to people visiting the Bluesky app or website without having an account and being logged in." #~ msgstr "Seu perfil e posts não serão visíveis para pessoas utilizando o app ou site do Bluesky sem uma conta logada." -#: src/view/screens/Moderation.tsx:227 -#~ msgid "Note: Third-party apps that display Bluesky content may not respect this setting." -#~ msgstr "Nota: Aplicativos de terceiros que mostram conteúdo do Bluesky podem não respeitar esta opção." - -#: src/view/com/modals/SelfLabel.tsx:136 -#~ msgid "Not Applicable" -#~ msgstr "Não Aplicável" - -#: src/view/com/posts/FeedErrorMessage.tsx:99 -#~ msgid "We're sorry, but this content is not viewable without a Bluesky account." -#~ msgstr "Desculpe, mas este conteúdo não é visível sem uma conta do Bluesky." - -#: src/view/com/posts/FeedErrorMessage.tsx:105 -#~ msgid "We're sorry, but this feed is currently receiving high traffic and is temporarily unavailable. Please try again later." -#~ msgstr "Desculpe, mas este feed está recebendo muito tráfego e está temporariamente indisponível. Por favor, tente novamente mais tarde." - -#: src/view/com/threadgate/WhoCanReply.tsx:115 -#~ msgid "Users followed by <0/>" -#~ msgstr "Usuários seguidos por <0/>" - -#: src/view/com/util/moderation/LabelInfo.tsx:45 -#~ msgid "This {0} has been labeled." -#~ msgstr "Este {0} foi reportado." - -#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:73 -#: src/view/com/auth/onboarding/RecommendedFollows.tsx:50 -#~ msgid "Recommended" -#~ msgstr "Recomendados" - -#: src/view/screens/Moderation.tsx:134 -#~ msgid "My Account" -#~ msgstr "Minha Conta" - -#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:65 -#~ msgid "Choose your" -#~ msgstr "Escolha seu" - -#: src/view/com/modals/AltImage.tsx:123 -#~ msgid "Cancel add image alt text" -#~ msgstr "Cancelar adição de texto alternativo da imagem" - -#: src/view/com/modals/AppealLabel.tsx:65 -#~ msgid "Appeal Decision" -#~ msgstr "Contestar Decisão" - -#: src/view/com/modals/ListAddUser.tsx:142 -#: src/view/shell/desktop/Search.tsx:112 -#~ msgid "No results found for {0}" -#~ msgstr "Nenhum resultado encontrado para {0}" - -#: src/view/com/modals/AddAppPasswords.tsx:132 -#~ msgid "<0>Here is your app password.</0> Use this to sign into the other app along with your handle." -#~ msgstr "<0>Aqui está sua senha de aplicativo.</0> Use-a com seu usuário para logar em outro aplicativo." - -#: src/view/screens/Moderation.tsx:212 -#~ msgid "<0>Note: This setting may not be respected by third-party apps that display Bluesky content.</0>" -#~ msgstr "<0>Nota: Esta opção pode não ser respeitada por aplicativos de terceiro que mostram conteúdo do Bluesky.</0>" - -#: src/view/screens/Moderation.tsx:212 -#~ msgid "<0>Note: Your profile and posts will remain publicly available. Third-party apps that display Bluesky content may not respect this setting.</0>" -#~ msgstr "<0>Nota: Seu perfil e posts continuarão públicos. Aplicativos de terceiros que mostram conteúdo do Bluesky podem não respeitar esta opção." - -#~ msgid "- end of feed -" -#~ msgstr "- fim do feed -" +#: src/view/com/composer/Composer.tsx:266 +msgid "Your reply has been published" +msgstr "Sua resposta foi publicada" -#~ msgid ". This warning is only available for posts with media attached." -#~ msgstr ". Este aviso só aparece em posts com imagens." +#: src/view/com/auth/create/Step3.tsx:28 +msgid "Your user handle" +msgstr "Seu identificador de usuário" diff --git a/src/locale/locales/uk/messages.po b/src/locale/locales/uk/messages.po index 5a477996a..4a47fd17f 100644 --- a/src/locale/locales/uk/messages.po +++ b/src/locale/locales/uk/messages.po @@ -118,11 +118,11 @@ msgid "A new version of the app is available. Please update to continue using th msgstr "Доступна нова версія. Будь ласка, оновіть застосунок, щоб продовжити ним користуватися." #: src/view/com/util/ViewHeader.tsx:83 -#: src/view/screens/Search/Search.tsx:545 +#: src/view/screens/Search/Search.tsx:624 msgid "Access navigation links and settings" msgstr "" -#: src/view/com/pager/FeedsTabBarMobile.tsx:83 +#: src/view/com/pager/FeedsTabBarMobile.tsx:89 msgid "Access profile and other navigation links" msgstr "" @@ -170,8 +170,8 @@ msgstr "" #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:264 -#: src/view/com/modals/UserAddRemoveLists.tsx:203 -#: src/view/screens/ProfileList.tsx:791 +#: src/view/com/modals/UserAddRemoveLists.tsx:219 +#: src/view/screens/ProfileList.tsx:788 msgid "Add" msgstr "Додати" @@ -179,7 +179,7 @@ msgstr "Додати" msgid "Add a content warning" msgstr "Додати попередження про вміст" -#: src/view/screens/ProfileList.tsx:781 +#: src/view/screens/ProfileList.tsx:778 msgid "Add a user to this list" msgstr "Додати користувача до списку" @@ -190,7 +190,7 @@ msgstr "Додати обліковий запис" #: src/view/com/composer/photos/Gallery.tsx:119 #: src/view/com/composer/photos/Gallery.tsx:180 -#: src/view/com/modals/AltImage.tsx:93 +#: src/view/com/modals/AltImage.tsx:115 msgid "Add alt text" msgstr "Додати альтернативний текст" @@ -226,7 +226,7 @@ msgid "Add to Lists" msgstr "Додати до списку" #: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:281 +#: src/view/screens/ProfileFeed.tsx:272 msgid "Add to my feeds" msgstr "Додати до моїх стрічок" @@ -235,7 +235,7 @@ msgid "Added" msgstr "" #: src/view/com/modals/ListAddRemoveUsers.tsx:191 -#: src/view/com/modals/UserAddRemoveLists.tsx:128 +#: src/view/com/modals/UserAddRemoveLists.tsx:144 msgid "Added to list" msgstr "Додано до списку" @@ -255,6 +255,10 @@ msgstr "Вміст для дорослих" msgid "Adult content can only be enabled via the Web at <0/>." msgstr "" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:78 +#~ msgid "Adult content can only be enabled via the Web at <0>bsky.app</0>." +#~ msgstr "" + #: src/view/screens/Settings.tsx:630 msgid "Advanced" msgstr "Розширені" @@ -288,11 +292,15 @@ msgstr "Було надіслано лист на вашу попередню а msgid "An issue occurred, please try again." msgstr "" -#: src/view/com/notifications/FeedItem.tsx:240 +#: src/view/com/notifications/FeedItem.tsx:236 #: src/view/com/threadgate/WhoCanReply.tsx:178 msgid "and" msgstr "та" +#: src/screens/Onboarding/index.tsx:32 +msgid "Animals" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:95 msgid "App Language" msgstr "Мова застосунку" @@ -317,12 +325,12 @@ msgstr "" msgid "App passwords" msgstr "Паролі для застосунків" -#: src/Navigation.tsx:237 +#: src/Navigation.tsx:238 #: src/view/screens/AppPasswords.tsx:187 msgid "App Passwords" msgstr "Паролі для застосунків" -#: src/view/com/util/forms/PostDropdownBtn.tsx:248 +#: src/view/com/util/forms/PostDropdownBtn.tsx:250 msgid "Appeal content warning" msgstr "Оскаржити попередження про вміст" @@ -358,18 +366,22 @@ msgstr "Ви дійсно хочете видалити пароль для за msgid "Are you sure you'd like to discard this draft?" msgstr "Ви дійсно бажаєте видалити цю чернетку?" -#: src/view/screens/ProfileList.tsx:364 +#: src/view/screens/ProfileList.tsx:361 msgid "Are you sure?" msgstr "Ви впевнені?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:231 +#: src/view/com/util/forms/PostDropdownBtn.tsx:233 msgid "Are you sure? This cannot be undone." msgstr "Ви впевнені? Це не можна буде скасувати." -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:65 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:60 msgid "Are you writing in <0>{0}</0>?" msgstr "" +#: src/screens/Onboarding/index.tsx:26 +msgid "Art" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:123 msgid "Artistic or non-erotic nudity." msgstr "Художня або нееротична оголеність." @@ -378,25 +390,29 @@ msgstr "Художня або нееротична оголеність." #~ msgid "Ask apps to limit the visibility of my account" #~ msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:142 +#: src/view/com/auth/create/CreateAccount.tsx:147 #: src/view/com/auth/login/ChooseAccountForm.tsx:151 #: src/view/com/auth/login/ForgotPasswordForm.tsx:170 #: src/view/com/auth/login/LoginForm.tsx:256 #: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/report/InputIssueDetails.tsx:46 -#: src/view/com/post-thread/PostThread.tsx:392 -#: src/view/com/post-thread/PostThread.tsx:442 -#: src/view/com/post-thread/PostThread.tsx:450 +#: src/view/com/post-thread/PostThread.tsx:413 +#: src/view/com/post-thread/PostThread.tsx:463 +#: src/view/com/post-thread/PostThread.tsx:471 #: src/view/com/profile/ProfileHeader.tsx:688 #: src/view/com/util/ViewHeader.tsx:81 msgid "Back" msgstr "Назад" -#: src/view/com/post-thread/PostThread.tsx:400 +#: src/view/com/post-thread/PostThread.tsx:421 msgctxt "action" msgid "Back" msgstr "" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +msgid "Based on your interest in {interestsText}" +msgstr "" + #: src/view/screens/Settings.tsx:489 msgid "Basics" msgstr "Основні" @@ -415,19 +431,19 @@ msgstr "Дата народження:" msgid "Block Account" msgstr "Заблокувати" -#: src/view/screens/ProfileList.tsx:534 +#: src/view/screens/ProfileList.tsx:531 msgid "Block accounts" msgstr "Заблокувати облікові записи" -#: src/view/screens/ProfileList.tsx:484 +#: src/view/screens/ProfileList.tsx:481 msgid "Block list" msgstr "Заблокувати список" -#: src/view/screens/ProfileList.tsx:315 +#: src/view/screens/ProfileList.tsx:312 msgid "Block these accounts?" msgstr "Заблокувати ці облікові записи?" -#: src/view/screens/ProfileList.tsx:319 +#: src/view/screens/ProfileList.tsx:316 msgid "Block this List" msgstr "" @@ -440,7 +456,7 @@ msgstr "" msgid "Blocked accounts" msgstr "Заблоковані облікові записи" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationBlockedAccounts.tsx:107 msgid "Blocked Accounts" msgstr "Заблоковані облікові записи" @@ -453,11 +469,11 @@ msgstr "Заблоковані облікові записи не можуть 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:254 +#: src/view/com/post-thread/PostThread.tsx:272 msgid "Blocked post." msgstr "Заблокований пост." -#: src/view/screens/ProfileList.tsx:317 +#: src/view/screens/ProfileList.tsx:314 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "Блокування - це відкрита інформація. Заблоковані користувачі не можуть відповісти у ваших темах, згадувати вас або іншим чином взаємодіяти з вами." @@ -496,6 +512,10 @@ msgstr "Bluesky не буде показувати ваш профіль і по msgid "Bluesky.Social" msgstr "Bluesky.Social" +#: src/screens/Onboarding/index.tsx:33 +msgid "Books" +msgstr "" + #: src/view/screens/Settings.tsx:792 msgid "Build version {0} {1}" msgstr "Версія {0} {1}" @@ -539,7 +559,7 @@ msgstr "Може містити лише літери, цифри, пробіл #: src/view/com/composer/Composer.tsx:305 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/CreateOrEditList.tsx:286 +#: src/view/com/modals/CreateOrEditList.tsx:355 #: src/view/com/modals/EditImage.tsx:323 #: src/view/com/modals/EditProfile.tsx:249 #: src/view/com/modals/InAppBrowserConsent.tsx:78 @@ -548,14 +568,14 @@ msgstr "Може містити лише літери, цифри, пробіл #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 #: src/view/com/modals/Waitlist.tsx:142 -#: src/view/screens/Search/Search.tsx:609 +#: src/view/screens/Search/Search.tsx:693 #: src/view/shell/desktop/Search.tsx:238 msgid "Cancel" msgstr "Скасувати" #: src/view/com/modals/Confirm.tsx:88 #: src/view/com/modals/Confirm.tsx:91 -#: src/view/com/modals/CreateOrEditList.tsx:291 +#: src/view/com/modals/CreateOrEditList.tsx:360 #: src/view/com/modals/DeleteAccount.tsx:152 #: src/view/com/modals/DeleteAccount.tsx:230 msgctxt "action" @@ -618,7 +638,7 @@ msgstr "Змінити псевдонім" msgid "Change my email" msgstr "Змінити адресу електронної пошти" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:78 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:73 msgid "Change post language to {0}" msgstr "" @@ -626,6 +646,11 @@ msgstr "" msgid "Change Your Email" msgstr "Змінити адресу електронної пошти" +#: src/screens/Deactivated.tsx:73 +#: src/screens/Deactivated.tsx:77 +msgid "Check my status" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:121 msgid "Check out some recommended feeds. Tap + to add them to your list of pinned feeds." msgstr "Подивіться на деякі з рекомендованих стрічок. Натисніть +, щоб додати їх до свого списку закріплених стрічок." @@ -650,6 +675,10 @@ msgstr "" msgid "Choose Service" msgstr "Оберіть хостинг-провайдера" +#: src/screens/Onboarding/StepFinished.tsx:135 +msgid "Choose the algorithms that power your custom feeds." +msgstr "" + #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:83 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:83 msgid "Choose the algorithms that power your experience with custom feeds." @@ -659,6 +688,14 @@ msgstr "Автори стрічок можуть обирати будь-які #~ msgid "Choose your" #~ msgstr "" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#~ msgid "Choose your algorithmic feeds" +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +msgid "Choose your main feeds" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:163 msgid "Choose your password" msgstr "Вкажіть пароль" @@ -682,7 +719,7 @@ msgid "Clear all storage data (restart after this)" msgstr "" #: src/view/com/util/forms/SearchInput.tsx:74 -#: src/view/screens/Search/Search.tsx:590 +#: src/view/screens/Search/Search.tsx:674 msgid "Clear search query" msgstr "Очистити пошуковий запит" @@ -690,6 +727,10 @@ msgstr "Очистити пошуковий запит" msgid "click here" msgstr "" +#: src/screens/Onboarding/index.tsx:35 +msgid "Climate" +msgstr "" + #: src/components/Dialog/index.web.tsx:78 msgid "Close active dialog" msgstr "" @@ -706,7 +747,7 @@ msgstr "Закрити нижнє меню" msgid "Close image" msgstr "Закрити зображення" -#: src/view/com/lightbox/Lightbox.web.tsx:112 +#: src/view/com/lightbox/Lightbox.web.tsx:119 msgid "Close image viewer" msgstr "Закрити перегляд зображення" @@ -730,15 +771,27 @@ msgstr "" msgid "Closes viewer for header image" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:321 +#: src/view/com/notifications/FeedItem.tsx:317 msgid "Collapses list of users for a given notification" msgstr "" -#: src/Navigation.tsx:227 +#: src/screens/Onboarding/index.tsx:41 +msgid "Comedy" +msgstr "" + +#: src/screens/Onboarding/index.tsx:27 +msgid "Comics" +msgstr "" + +#: src/Navigation.tsx:228 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Правила спільноти" +#: src/screens/Onboarding/StepFinished.tsx:148 +msgid "Complete onboarding and start using your account" +msgstr "" + #: src/view/com/composer/Composer.tsx:417 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "" @@ -747,6 +800,10 @@ msgstr "" msgid "Compose reply" msgstr "Відповісти" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:67 +msgid "Configure content filtering setting for category: {0}" +msgstr "" + #: src/components/Prompt.tsx:114 #: src/view/com/modals/AppealLabel.tsx:98 #: src/view/com/modals/SelfLabel.tsx:154 @@ -790,12 +847,12 @@ msgstr "Код підтвердження" msgid "Confirms signing up {email} to the waitlist" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:175 +#: src/view/com/auth/create/CreateAccount.tsx:182 #: src/view/com/auth/login/LoginForm.tsx:275 msgid "Connecting..." msgstr "З’єднання..." -#: src/view/com/auth/create/CreateAccount.tsx:195 +#: src/view/com/auth/create/CreateAccount.tsx:202 msgid "Contact support" msgstr "" @@ -825,11 +882,35 @@ msgstr "Попередження про вміст" msgid "Content warnings" msgstr "Попередження про вміст" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:155 +#: src/screens/Onboarding/StepFollowingFeed.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:248 +#: src/screens/Onboarding/StepModeration/index.tsx:118 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:108 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 msgid "Continue" msgstr "Продовжити" +#: src/screens/Onboarding/StepFollowingFeed.tsx:150 +#: src/screens/Onboarding/StepInterests/index.tsx:245 +#: src/screens/Onboarding/StepModeration/index.tsx:115 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:105 +msgid "Continue to next step" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:152 +msgid "Continue to the next step" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 +msgid "Continue to the next step without following any accounts" +msgstr "" + +#: src/screens/Onboarding/index.tsx:44 +msgid "Cooking" +msgstr "" + #: src/view/com/modals/AddAppPasswords.tsx:197 #: src/view/com/modals/InviteCodes.tsx:182 msgid "Copied" @@ -841,7 +922,7 @@ msgstr "" #: src/view/com/modals/AddAppPasswords.tsx:75 #: src/view/com/modals/InviteCodes.tsx:152 -#: src/view/com/util/forms/PostDropdownBtn.tsx:110 +#: src/view/com/util/forms/PostDropdownBtn.tsx:112 msgid "Copied to clipboard" msgstr "" @@ -853,11 +934,11 @@ msgstr "" msgid "Copy" msgstr "Скопіювати" -#: src/view/screens/ProfileList.tsx:396 +#: src/view/screens/ProfileList.tsx:393 msgid "Copy link to list" msgstr "Скопіювати посилання" -#: src/view/com/util/forms/PostDropdownBtn.tsx:151 +#: src/view/com/util/forms/PostDropdownBtn.tsx:153 msgid "Copy link to post" msgstr "Скопіювати посилання" @@ -865,24 +946,24 @@ msgstr "Скопіювати посилання" msgid "Copy link to profile" msgstr "Скопіювати посилання" -#: src/view/com/util/forms/PostDropdownBtn.tsx:137 +#: src/view/com/util/forms/PostDropdownBtn.tsx:139 msgid "Copy post text" msgstr "Скопіювати текст" -#: src/Navigation.tsx:232 +#: src/Navigation.tsx:233 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Політика захисту авторського права" -#: src/view/screens/ProfileFeed.tsx:95 +#: src/view/screens/ProfileFeed.tsx:96 msgid "Could not load feed" msgstr "Не вдалося завантажити стрічку" -#: src/view/screens/ProfileList.tsx:867 +#: src/view/screens/ProfileList.tsx:864 msgid "Could not load list" msgstr "Не вдалося завантажити список" -#: src/view/com/auth/create/Step2.tsx:89 +#: src/view/com/auth/create/Step2.tsx:90 msgid "Country" msgstr "" @@ -913,11 +994,11 @@ msgstr "Створити новий обліковий запис" msgid "Created {0}" msgstr "Створено: {0}" -#: src/view/screens/ProfileFeed.tsx:625 +#: src/view/screens/ProfileFeed.tsx:616 msgid "Created by <0/>" msgstr "" -#: src/view/screens/ProfileFeed.tsx:623 +#: src/view/screens/ProfileFeed.tsx:614 msgid "Created by you" msgstr "" @@ -925,6 +1006,10 @@ msgstr "" msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "" +#: src/screens/Onboarding/index.tsx:29 +msgid "Culture" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:389 #: src/view/com/modals/ServerInput.tsx:102 msgid "Custom domain" @@ -967,8 +1052,8 @@ msgstr "Видалити обліковий запис" msgid "Delete app password" msgstr "Видалити пароль для застосунку" -#: src/view/screens/ProfileList.tsx:363 -#: src/view/screens/ProfileList.tsx:423 +#: src/view/screens/ProfileList.tsx:360 +#: src/view/screens/ProfileList.tsx:420 msgid "Delete List" msgstr "Видалити список" @@ -980,11 +1065,11 @@ msgstr "Видалити мій обліковий запис" msgid "Delete my account…" msgstr "Видалити мій обліковий запис…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:226 +#: src/view/com/util/forms/PostDropdownBtn.tsx:228 msgid "Delete post" msgstr "Видалити пост" -#: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Delete this post?" msgstr "Видалити цей пост?" @@ -992,12 +1077,12 @@ msgstr "Видалити цей пост?" msgid "Deleted" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:246 +#: src/view/com/post-thread/PostThread.tsx:264 msgid "Deleted post." msgstr "Видалений пост." -#: src/view/com/modals/CreateOrEditList.tsx:237 -#: src/view/com/modals/CreateOrEditList.tsx:253 +#: src/view/com/modals/CreateOrEditList.tsx:300 +#: src/view/com/modals/CreateOrEditList.tsx:321 #: src/view/com/modals/EditProfile.tsx:198 #: src/view/com/modals/EditProfile.tsx:210 msgid "Description" @@ -1032,7 +1117,7 @@ msgstr "Попросити застосунки не показувати мій msgid "Discover new custom feeds" msgstr "" -#: src/view/screens/Feeds.tsx:409 +#: src/view/screens/Feeds.tsx:441 msgid "Discover new feeds" msgstr "Відкрийте для себе нові стрічки" @@ -1058,15 +1143,15 @@ msgstr "" #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 #: src/view/com/modals/Threadgate.tsx:132 -#: src/view/com/modals/UserAddRemoveLists.tsx:79 -#: src/view/com/modals/UserAddRemoveLists.tsx:82 +#: src/view/com/modals/UserAddRemoveLists.tsx:95 +#: src/view/com/modals/UserAddRemoveLists.tsx:98 #: src/view/screens/PreferencesThreads.tsx:162 msgctxt "action" msgid "Done" msgstr "" #: src/view/com/modals/AddAppPasswords.tsx:228 -#: src/view/com/modals/AltImage.tsx:115 +#: src/view/com/modals/AltImage.tsx:138 #: src/view/com/modals/ContentFilteringSettings.tsx:88 #: src/view/com/modals/ContentFilteringSettings.tsx:96 #: src/view/com/modals/crop-image/CropImage.web.tsx:152 @@ -1085,6 +1170,14 @@ msgstr "Готово{extraText}" msgid "Double tap to sign in" msgstr "" +#: src/view/com/composer/text-input/TextInput.web.tsx:244 +msgid "Drop to add images" +msgstr "" + +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:111 +msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." +msgstr "" + #: src/view/com/modals/EditProfile.tsx:185 msgid "e.g. Alice Roberts" msgstr "" @@ -1093,19 +1186,19 @@ msgstr "" msgid "e.g. Artist, dog-lover, and avid reader." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:223 +#: src/view/com/modals/CreateOrEditList.tsx:283 msgid "e.g. Great Posters" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:224 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Spammers" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:244 +#: src/view/com/modals/CreateOrEditList.tsx:312 msgid "e.g. The posters who never miss." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -1123,16 +1216,16 @@ msgstr "" msgid "Edit image" msgstr "Редагувати зображення" -#: src/view/screens/ProfileList.tsx:411 +#: src/view/screens/ProfileList.tsx:408 msgid "Edit list details" msgstr "Редагувати опис списку" -#: src/view/com/modals/CreateOrEditList.tsx:192 +#: src/view/com/modals/CreateOrEditList.tsx:250 msgid "Edit Moderation List" msgstr "" -#: src/Navigation.tsx:242 -#: src/view/screens/Feeds.tsx:371 +#: src/Navigation.tsx:243 +#: src/view/screens/Feeds.tsx:403 #: src/view/screens/SavedFeeds.tsx:84 msgid "Edit My Feeds" msgstr "Редагувати мої стрічки" @@ -1149,11 +1242,11 @@ msgstr "Редагувати профіль" msgid "Edit Profile" msgstr "Редагувати профіль" -#: src/view/screens/Feeds.tsx:334 +#: src/view/screens/Feeds.tsx:337 msgid "Edit Saved Feeds" msgstr "Редагувати збережені стрічки" -#: src/view/com/modals/CreateOrEditList.tsx:187 +#: src/view/com/modals/CreateOrEditList.tsx:245 msgid "Edit User List" msgstr "" @@ -1165,9 +1258,13 @@ msgstr "" msgid "Edit your profile description" msgstr "" +#: src/screens/Onboarding/index.tsx:34 +msgid "Education" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:143 -#: src/view/com/auth/create/Step2.tsx:192 -#: src/view/com/auth/create/Step2.tsx:266 +#: src/view/com/auth/create/Step2.tsx:193 +#: src/view/com/auth/create/Step2.tsx:268 #: src/view/com/auth/login/ForgotPasswordForm.tsx:152 #: src/view/com/modals/ChangeEmail.tsx:141 #: src/view/com/modals/Waitlist.tsx:88 @@ -1204,6 +1301,11 @@ msgstr "Увімкнути лише {0}" msgid "Enable Adult Content" msgstr "" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:76 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:77 +msgid "Enable adult content in your feeds" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 msgid "Enable External Media" msgstr "Увімкнути зовнішні медіа" @@ -1216,7 +1318,7 @@ msgstr "" msgid "Enable this setting to only see replies between people you follow." msgstr "Увімкніть цей параметр, щоб бачити відповіді тільки між людьми, на яких ви підписані." -#: src/view/screens/Profile.tsx:427 +#: src/view/screens/Profile.tsx:437 msgid "End of feed" msgstr "Кінець стрічки" @@ -1261,7 +1363,7 @@ msgstr "" msgid "Enter your new email address below." msgstr "Введіть нову адресу електронної пошти." -#: src/view/com/auth/create/Step2.tsx:186 +#: src/view/com/auth/create/Step2.tsx:187 msgid "Enter your phone number" msgstr "" @@ -1269,7 +1371,7 @@ msgstr "" msgid "Enter your username and password" msgstr "Введіть псевдонім та пароль" -#: src/view/screens/Search/Search.tsx:107 +#: src/view/screens/Search/Search.tsx:109 msgid "Error:" msgstr "Помилка:" @@ -1281,7 +1383,7 @@ msgstr "Усі" msgid "Exits handle change process" msgstr "" -#: src/view/com/lightbox/Lightbox.web.tsx:113 +#: src/view/com/lightbox/Lightbox.web.tsx:120 msgid "Exits image view" msgstr "" @@ -1294,7 +1396,7 @@ msgstr "" msgid "Exits signing up for waitlist with {email}" msgstr "" -#: src/view/com/lightbox/Lightbox.web.tsx:156 +#: src/view/com/lightbox/Lightbox.web.tsx:163 msgid "Expand alt text" msgstr "Розгорнути альтернативний текст" @@ -1312,7 +1414,7 @@ msgstr "Зовнішні медіа" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Зовнішні медіа можуть дозволяти вебсайтам збирати інформацію про вас та ваш пристрій. Інформація не надсилається та не запитується, допоки не натиснуто кнопку «Відтворити»." -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:259 #: src/view/screens/PreferencesExternalEmbeds.tsx:52 #: src/view/screens/Settings.tsx:623 msgid "External Media Preferences" @@ -1327,11 +1429,11 @@ msgstr "" msgid "Failed to create app password." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:148 +#: src/view/com/modals/CreateOrEditList.tsx:206 msgid "Failed to create the list. Check your internet connection and try again." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:86 +#: src/view/com/util/forms/PostDropdownBtn.tsx:88 msgid "Failed to delete post, please try again" msgstr "" @@ -1340,7 +1442,7 @@ msgstr "" msgid "Failed to load recommended feeds" msgstr "Не вдалося завантажити рекомендації стрічок" -#: src/Navigation.tsx:192 +#: src/Navigation.tsx:193 msgid "Feed" msgstr "" @@ -1348,7 +1450,7 @@ msgstr "" msgid "Feed by {0}" msgstr "" -#: src/view/screens/Feeds.tsx:560 +#: src/view/screens/Feeds.tsx:597 msgid "Feed offline" msgstr "Стрічка не працює" @@ -1361,9 +1463,9 @@ msgstr "Налаштування стрічки" msgid "Feedback" msgstr "Надіслати відгук" -#: src/Navigation.tsx:440 -#: src/view/screens/Feeds.tsx:479 -#: src/view/screens/Profile.tsx:165 +#: src/Navigation.tsx:443 +#: src/view/screens/Feeds.tsx:514 +#: src/view/screens/Profile.tsx:175 #: src/view/shell/bottom-bar/BottomBar.tsx:181 #: src/view/shell/desktop/LeftNav.tsx:342 #: src/view/shell/Drawer.tsx:479 @@ -1371,6 +1473,14 @@ msgstr "Надіслати відгук" msgid "Feeds" msgstr "Стрічки" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#~ msgid "Feeds are created by users and can give you entirely new experiences." +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +msgid "Feeds are created by users and organizations. They offer you varied experiences and suggest content you may like using algorithms." +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:57 msgid "Feeds are created by users to curate content. Choose some feeds that you find interesting." msgstr "Стрічки створюються користувачами для відбору постів. Оберіть стрічки, що вас цікавлять." @@ -1379,17 +1489,25 @@ msgstr "Стрічки створюються користувачами для msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information." msgstr "Стрічки - це алгоритми, створені користувачами з деяким досвідом програмування. <0/> для додаткової інформації." +#: src/screens/Onboarding/StepTopicalFeeds.tsx:70 +msgid "Feeds can be topical as well!" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:151 +msgid "Finalizing" +msgstr "" + #: src/view/com/posts/CustomFeedEmptyState.tsx:47 #: src/view/com/posts/FollowingEmptyState.tsx:57 #: src/view/com/posts/FollowingEndOfFeed.tsx:58 msgid "Find accounts to follow" msgstr "" -#: src/view/screens/Search/Search.tsx:429 +#: src/view/screens/Search/Search.tsx:439 msgid "Find users on Bluesky" msgstr "Знайти користувачів у Bluesky" -#: src/view/screens/Search/Search.tsx:427 +#: src/view/screens/Search/Search.tsx:437 msgid "Find users with the search tool on the right" msgstr "Знайти користувачів за допомогою поля пошуку справа вгорі" @@ -1405,6 +1523,14 @@ msgstr "Оберіть, що ви хочете бачити у своїй дом msgid "Fine-tune the discussion threads." msgstr "Налаштуйте відображення обговорень." +#: src/screens/Onboarding/index.tsx:38 +msgid "Fitness" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:131 +msgid "Flexible" +msgstr "" + #: src/view/com/modals/EditImage.tsx:115 msgid "Flip horizontal" msgstr "" @@ -1423,10 +1549,23 @@ msgstr "" msgid "Follow" msgstr "Підписатися" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 #: src/view/com/profile/ProfileHeader.tsx:543 msgid "Follow {0}" msgstr "" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:178 +msgid "Follow All" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +msgid "Follow selected accounts and continue to the next step" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +#~ msgid "Follow selected accounts and continue to then next step" +#~ msgstr "" + #: src/view/com/auth/onboarding/RecommendedFollows.tsx:42 #~ msgid "Follow some" #~ msgstr "" @@ -1476,6 +1615,10 @@ msgstr "Підписаний(-на) на вас" msgid "Follows You" msgstr "" +#: src/screens/Onboarding/index.tsx:43 +msgid "Food" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:107 msgid "For security reasons, we'll need to send a confirmation code to your email address." msgstr "З міркувань безпеки нам потрібно буде відправити код підтвердження на вашу електронну адресу." @@ -1497,7 +1640,7 @@ msgstr "Забули пароль" msgid "Forgot Password" msgstr "Забули пароль" -#: src/view/com/posts/FeedItem.tsx:188 +#: src/view/com/posts/FeedItem.tsx:189 msgctxt "from-feed" msgid "From <0/>" msgstr "" @@ -1518,14 +1661,19 @@ msgstr "Почати" msgid "Go back" msgstr "Назад" -#: src/view/screens/ProfileFeed.tsx:104 -#: src/view/screens/ProfileFeed.tsx:109 -#: src/view/screens/ProfileList.tsx:876 -#: src/view/screens/ProfileList.tsx:881 +#: src/view/screens/ProfileFeed.tsx:105 +#: src/view/screens/ProfileFeed.tsx:110 +#: src/view/screens/ProfileList.tsx:873 +#: src/view/screens/ProfileList.tsx:878 msgid "Go Back" msgstr "Назад" -#: src/view/screens/Search/Search.tsx:640 +#: src/screens/Onboarding/Layout.tsx:104 +#: src/screens/Onboarding/Layout.tsx:193 +msgid "Go back to previous step" +msgstr "" + +#: src/view/screens/Search/Search.tsx:724 #: src/view/shell/desktop/Search.tsx:262 msgid "Go to @{queryMaybeHandle}" msgstr "" @@ -1540,7 +1688,7 @@ msgstr "Далі" msgid "Handle" msgstr "Псевдонім" -#: src/view/com/auth/create/CreateAccount.tsx:190 +#: src/view/com/auth/create/CreateAccount.tsx:197 msgid "Having trouble?" msgstr "" @@ -1549,23 +1697,40 @@ msgstr "" msgid "Help" msgstr "Довідка" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +msgid "Here are some accounts for you to follow" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +#~ msgid "Here are some accounts for your to follow" +#~ msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:79 +msgid "Here are some popular topical feeds. You can choose to follow as many as you like." +msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:74 +msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." +msgstr "" + #: src/view/com/modals/AddAppPasswords.tsx:152 msgid "Here is your app password." msgstr "Це ваш пароль для застосунків." -#: src/view/com/modals/ContentFilteringSettings.tsx:219 -#: src/view/com/notifications/FeedItem.tsx:329 -msgctxt "action" -msgid "Hide" -msgstr "" - +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:41 #: src/view/com/modals/ContentFilteringSettings.tsx:246 #: src/view/com/util/moderation/ContentHider.tsx:105 #: src/view/com/util/moderation/PostHider.tsx:108 msgid "Hide" msgstr "Приховати" -#: src/view/com/util/forms/PostDropdownBtn.tsx:185 +#: src/view/com/modals/ContentFilteringSettings.tsx:219 +#: src/view/com/notifications/FeedItem.tsx:325 +msgctxt "action" +msgid "Hide" +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:187 msgid "Hide post" msgstr "Приховати пост" @@ -1574,11 +1739,11 @@ msgstr "Приховати пост" msgid "Hide the content" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:189 +#: src/view/com/util/forms/PostDropdownBtn.tsx:191 msgid "Hide this post?" msgstr "Приховати цей пост?" -#: src/view/com/notifications/FeedItem.tsx:319 +#: src/view/com/notifications/FeedItem.tsx:315 msgid "Hide user list" msgstr "Приховати список користувачів" @@ -1614,7 +1779,7 @@ msgstr "Хм, ми не можемо знайти цю стрічку. Можл #~ msgid "Hmmm, we're having trouble finding this feed. It may have been deleted." #~ msgstr "" -#: src/Navigation.tsx:430 +#: src/Navigation.tsx:433 #: src/view/shell/bottom-bar/BottomBar.tsx:137 #: src/view/shell/desktop/LeftNav.tsx:306 #: src/view/shell/Drawer.tsx:401 @@ -1622,8 +1787,8 @@ msgstr "Хм, ми не можемо знайти цю стрічку. Можл msgid "Home" msgstr "Головна" -#: src/Navigation.tsx:247 -#: src/view/com/pager/FeedsTabBarMobile.tsx:117 +#: src/Navigation.tsx:248 +#: src/view/com/pager/FeedsTabBarMobile.tsx:123 #: src/view/screens/PreferencesHomeFeed.tsx:104 #: src/view/screens/Settings.tsx:509 msgid "Home Feed Preferences" @@ -1654,7 +1819,7 @@ msgstr "" msgid "I have my own domain" msgstr "Я маю власний домен" -#: src/view/com/lightbox/Lightbox.web.tsx:158 +#: src/view/com/lightbox/Lightbox.web.tsx:165 msgid "If alt text is long, toggles alt text expanded state" msgstr "" @@ -1662,11 +1827,11 @@ msgstr "" msgid "If none are selected, suitable for all ages." msgstr "Якщо не вибрано жодного варіанту - підходить для всіх." -#: src/view/com/util/images/Gallery.tsx:37 +#: src/view/com/util/images/Gallery.tsx:38 msgid "Image" msgstr "" -#: src/view/com/modals/AltImage.tsx:97 +#: src/view/com/modals/AltImage.tsx:119 msgid "Image alt text" msgstr "Альтернативний текст" @@ -1716,7 +1881,7 @@ msgstr "" msgid "Input password for account deletion" msgstr "" -#: src/view/com/auth/create/Step2.tsx:194 +#: src/view/com/auth/create/Step2.tsx:195 msgid "Input phone number for SMS verification" msgstr "" @@ -1728,7 +1893,7 @@ msgstr "" msgid "Input the username or email address you used at signup" msgstr "" -#: src/view/com/auth/create/Step2.tsx:268 +#: src/view/com/auth/create/Step2.tsx:270 msgid "Input the verification code we have texted to you" msgstr "" @@ -1740,11 +1905,11 @@ msgstr "" msgid "Input your password" msgstr "" -#: src/view/com/auth/create/Step3.tsx:39 +#: src/view/com/auth/create/Step3.tsx:42 msgid "Input your user handle" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:229 +#: src/view/com/post-thread/PostThreadItem.tsx:231 msgid "Invalid or unsupported post record" msgstr "" @@ -1782,6 +1947,10 @@ msgstr "Коди запрошення: {invitesAvailable}" msgid "Invite codes: 1 available" msgstr "" +#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +msgid "It shows posts from the people you follow as they happen." +msgstr "" + #: src/view/com/auth/HomeLoggedOutCTA.tsx:99 msgid "Jobs" msgstr "Вакансії" @@ -1799,6 +1968,10 @@ msgstr "Приєднатися до черги очікування." msgid "Join Waitlist" msgstr "Приєднатися до черги очікування" +#: src/screens/Onboarding/index.tsx:24 +msgid "Journalism" +msgstr "" + #: src/view/com/composer/select-language/SelectLangBtn.tsx:104 msgid "Language selection" msgstr "Вибір мови" @@ -1807,7 +1980,7 @@ msgstr "Вибір мови" msgid "Language settings" msgstr "" -#: src/Navigation.tsx:139 +#: src/Navigation.tsx:140 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "Налаштування мов" @@ -1850,6 +2023,10 @@ msgstr "Залиште їх усі невідміченими, щоб бачит msgid "Leaving Bluesky" msgstr "Ви залишаєте Bluesky" +#: src/screens/Deactivated.tsx:129 +msgid "left to go." +msgstr "" + #: src/view/screens/Settings.tsx:280 msgid "Legacy storage cleared, you need to restart the app now." msgstr "" @@ -1859,6 +2036,10 @@ msgstr "" msgid "Let's get your password reset!" msgstr "Давайте відновимо ваш пароль!" +#: src/screens/Onboarding/StepFinished.tsx:151 +msgid "Let's go!" +msgstr "" + #: src/view/com/util/UserAvatar.tsx:245 #: src/view/com/util/UserBanner.tsx:60 msgid "Library" @@ -1868,41 +2049,52 @@ msgstr "Галерея" msgid "Light" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:189 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 msgid "Like" msgstr "" -#: src/view/screens/ProfileFeed.tsx:600 +#: src/view/screens/ProfileFeed.tsx:591 msgid "Like this feed" msgstr "Вподобати цю стрічку" -#: src/Navigation.tsx:197 -#: src/view/screens/PostLikedBy.tsx:27 -#: src/view/screens/ProfileFeedLikedBy.tsx:27 +#: src/Navigation.tsx:198 msgid "Liked by" msgstr "Сподобалося" +#: src/view/screens/PostLikedBy.tsx:27 +#: src/view/screens/ProfileFeedLikedBy.tsx:27 +msgid "Liked By" +msgstr "" + #: src/view/com/feeds/FeedSourceCard.tsx:277 msgid "Liked by {0} {1}" msgstr "" -#: src/view/screens/ProfileFeed.tsx:615 +#: src/view/screens/ProfileFeed.tsx:606 msgid "Liked by {likeCount} {0}" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:171 -msgid "liked your custom feed{0}" +#: src/view/com/notifications/FeedItem.tsx:170 +msgid "liked your custom feed" msgstr "" +#: src/view/com/notifications/FeedItem.tsx:171 +#~ msgid "liked your custom feed '{0}'" +#~ msgstr "" + +#: src/view/com/notifications/FeedItem.tsx:171 +#~ msgid "liked your custom feed{0}" +#~ msgstr "" + #: src/view/com/notifications/FeedItem.tsx:155 msgid "liked your post" msgstr "" -#: src/view/screens/Profile.tsx:164 +#: src/view/screens/Profile.tsx:174 msgid "Likes" msgstr "Вподобання" -#: src/view/com/post-thread/PostThreadItem.tsx:184 +#: src/view/com/post-thread/PostThreadItem.tsx:185 msgid "Likes on this post" msgstr "" @@ -1914,15 +2106,15 @@ msgstr "" #~ msgid "Limit the visibility of my account to logged-out users" #~ msgstr "" -#: src/Navigation.tsx:166 +#: src/Navigation.tsx:167 msgid "List" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:203 +#: src/view/com/modals/CreateOrEditList.tsx:261 msgid "List Avatar" msgstr "Аватар списку" -#: src/view/screens/ProfileList.tsx:323 +#: src/view/screens/ProfileList.tsx:320 msgid "List blocked" msgstr "" @@ -1930,47 +2122,47 @@ msgstr "" msgid "List by {0}" msgstr "" -#: src/view/screens/ProfileList.tsx:367 +#: src/view/screens/ProfileList.tsx:364 msgid "List deleted" msgstr "" -#: src/view/screens/ProfileList.tsx:282 +#: src/view/screens/ProfileList.tsx:279 msgid "List muted" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:216 +#: src/view/com/modals/CreateOrEditList.tsx:275 msgid "List Name" msgstr "Назва списку" -#: src/view/screens/ProfileList.tsx:342 +#: src/view/screens/ProfileList.tsx:339 msgid "List unblocked" msgstr "" -#: src/view/screens/ProfileList.tsx:301 +#: src/view/screens/ProfileList.tsx:298 msgid "List unmuted" msgstr "" -#: src/Navigation.tsx:109 -#: src/view/screens/Profile.tsx:166 +#: src/Navigation.tsx:110 +#: src/view/screens/Profile.tsx:176 #: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 msgid "Lists" msgstr "Списки" -#: src/view/com/post-thread/PostThread.tsx:263 -#: src/view/com/post-thread/PostThread.tsx:271 +#: src/view/com/post-thread/PostThread.tsx:281 +#: src/view/com/post-thread/PostThread.tsx:289 msgid "Load more posts" msgstr "Завантажити більше постів" -#: src/view/screens/Notifications.tsx:148 +#: src/view/screens/Notifications.tsx:155 msgid "Load new notifications" msgstr "Завантажити нові сповіщення" #: src/view/com/feeds/FeedPage.tsx:190 -#: src/view/screens/Profile.tsx:412 -#: src/view/screens/ProfileFeed.tsx:503 -#: src/view/screens/ProfileList.tsx:659 +#: src/view/screens/Profile.tsx:422 +#: src/view/screens/ProfileFeed.tsx:494 +#: src/view/screens/ProfileList.tsx:656 msgid "Load new posts" msgstr "Завантажити нові пости" @@ -1982,10 +2174,17 @@ msgstr "Завантаження..." msgid "Local dev server" msgstr "Локальний сервер розробки" -#: src/Navigation.tsx:207 +#: src/Navigation.tsx:208 msgid "Log" msgstr "" +#: src/screens/Deactivated.tsx:150 +#: src/screens/Deactivated.tsx:153 +#: src/screens/Deactivated.tsx:179 +#: src/screens/Deactivated.tsx:182 +msgid "Log out" +msgstr "" + #: src/view/screens/Moderation.tsx:134 #~ msgid "Logged-out users" #~ msgstr "" @@ -2006,7 +2205,7 @@ msgstr "Увійти до облікового запису, якого нема msgid "Make sure this is where you intend to go!" msgstr "Переконайтеся, що це дійсно той сайт, що ви збираєтеся відвідати!" -#: src/view/screens/Profile.tsx:163 +#: src/view/screens/Profile.tsx:173 msgid "Media" msgstr "Медіа" @@ -2019,7 +2218,7 @@ msgid "Mentioned users" msgstr "Згадані користувачі" #: src/view/com/util/ViewHeader.tsx:81 -#: src/view/screens/Search/Search.tsx:544 +#: src/view/screens/Search/Search.tsx:623 msgid "Menu" msgstr "Меню" @@ -2031,7 +2230,7 @@ msgstr "Меню" msgid "Message from server: {0}" msgstr "" -#: src/Navigation.tsx:114 +#: src/Navigation.tsx:115 #: src/view/screens/Moderation.tsx:64 #: src/view/screens/Settings.tsx:591 #: src/view/shell/desktop/LeftNav.tsx:397 @@ -2041,25 +2240,25 @@ msgid "Moderation" msgstr "Модерація" #: src/view/com/lists/ListCard.tsx:92 -#: src/view/com/modals/UserAddRemoveLists.tsx:190 +#: src/view/com/modals/UserAddRemoveLists.tsx:206 msgid "Moderation list by {0}" msgstr "" -#: src/view/screens/ProfileList.tsx:753 +#: src/view/screens/ProfileList.tsx:750 msgid "Moderation list by <0/>" msgstr "" #: src/view/com/lists/ListCard.tsx:90 -#: src/view/com/modals/UserAddRemoveLists.tsx:188 -#: src/view/screens/ProfileList.tsx:751 +#: src/view/com/modals/UserAddRemoveLists.tsx:204 +#: src/view/screens/ProfileList.tsx:748 msgid "Moderation list by you" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:139 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "Moderation list created" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:126 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "Moderation list updated" msgstr "" @@ -2067,7 +2266,7 @@ msgstr "" msgid "Moderation lists" msgstr "Списки для модерації" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Списки для модерації" @@ -2085,12 +2284,12 @@ msgid "More feeds" msgstr "Більше стрічок" #: src/view/com/profile/ProfileHeader.tsx:562 -#: src/view/screens/ProfileFeed.tsx:371 -#: src/view/screens/ProfileList.tsx:595 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileList.tsx:592 msgid "More options" msgstr "Додаткові опції" -#: src/view/com/util/forms/PostDropdownBtn.tsx:268 +#: src/view/com/util/forms/PostDropdownBtn.tsx:270 msgid "More post options" msgstr "" @@ -2102,23 +2301,23 @@ msgstr "За кількістю вподобань" msgid "Mute Account" msgstr "Ігнорувати обліковий запис" -#: src/view/screens/ProfileList.tsx:522 +#: src/view/screens/ProfileList.tsx:519 msgid "Mute accounts" msgstr "Ігнорувати облікові записи" -#: src/view/screens/ProfileList.tsx:469 +#: src/view/screens/ProfileList.tsx:466 msgid "Mute list" msgstr "Ігнорувати список" -#: src/view/screens/ProfileList.tsx:274 +#: src/view/screens/ProfileList.tsx:271 msgid "Mute these accounts?" msgstr "Ігнорувати ці облікові записи?" -#: src/view/screens/ProfileList.tsx:278 +#: src/view/screens/ProfileList.tsx:275 msgid "Mute this List" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:169 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "Mute thread" msgstr "Ігнорувати пост" @@ -2130,7 +2329,7 @@ msgstr "" msgid "Muted accounts" msgstr "Ігноровані облікові записи" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Ігноровані облікові записи" @@ -2139,7 +2338,7 @@ msgstr "Ігноровані облікові записи" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Ігноровані облікові записи автоматично вилучаються із вашої стрічки та сповіщень. Ігнорування є повністю приватним." -#: src/view/screens/ProfileList.tsx:276 +#: src/view/screens/ProfileList.tsx:273 msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them." msgstr "Ігнорування є приватним. Ігноровані користувачі можуть взаємодіяти з вами, але ви не бачитимете їх пости і не отримуватимете від них сповіщень." @@ -2151,7 +2350,7 @@ msgstr "Ігнорування є приватним. Ігноровані ко msgid "My Birthday" msgstr "Мій день народження" -#: src/view/screens/Feeds.tsx:367 +#: src/view/screens/Feeds.tsx:399 msgid "My Feeds" msgstr "Мої стрічки" @@ -2164,14 +2363,18 @@ msgid "My Saved Feeds" msgstr "Мої збережені стрічки" #: src/view/com/modals/AddAppPasswords.tsx:181 -#: src/view/com/modals/CreateOrEditList.tsx:230 +#: src/view/com/modals/CreateOrEditList.tsx:290 msgid "Name" msgstr "Ім'я" -#: src/view/com/modals/CreateOrEditList.tsx:108 +#: src/view/com/modals/CreateOrEditList.tsx:145 msgid "Name is required" msgstr "" +#: src/screens/Onboarding/index.tsx:25 +msgid "Nature" +msgstr "" + #: src/view/com/auth/login/ForgotPasswordForm.tsx:186 #: src/view/com/auth/login/LoginForm.tsx:286 #: src/view/com/auth/login/SetNewPasswordForm.tsx:166 @@ -2192,6 +2395,10 @@ msgstr "Не завантажувати вбудування з {0}" msgid "Never lose access to your followers and data." msgstr "Ніколи не втрачайте доступ до ваших даних та підписників." +#: src/screens/Onboarding/StepFinished.tsx:119 +msgid "Never lose access to your followers or data." +msgstr "" + #: src/view/screens/Lists.tsx:76 msgctxt "action" msgid "New" @@ -2201,7 +2408,7 @@ msgstr "" msgid "New" msgstr "Новий" -#: src/view/com/modals/CreateOrEditList.tsx:194 +#: src/view/com/modals/CreateOrEditList.tsx:252 msgid "New Moderation List" msgstr "" @@ -2214,11 +2421,11 @@ msgctxt "action" msgid "New post" msgstr "" -#: src/view/screens/Feeds.tsx:511 -#: src/view/screens/Profile.tsx:354 -#: src/view/screens/ProfileFeed.tsx:441 -#: src/view/screens/ProfileList.tsx:197 -#: src/view/screens/ProfileList.tsx:225 +#: src/view/screens/Feeds.tsx:547 +#: src/view/screens/Profile.tsx:364 +#: src/view/screens/ProfileFeed.tsx:432 +#: src/view/screens/ProfileList.tsx:194 +#: src/view/screens/ProfileList.tsx:222 #: src/view/shell/desktop/LeftNav.tsx:248 msgid "New post" msgstr "Новий пост" @@ -2232,7 +2439,7 @@ msgstr "" #~ msgid "New Post" #~ msgstr "Новий пост" -#: src/view/com/modals/CreateOrEditList.tsx:189 +#: src/view/com/modals/CreateOrEditList.tsx:247 msgid "New User List" msgstr "" @@ -2240,7 +2447,11 @@ msgstr "" msgid "Newest replies first" msgstr "Спочатку найновіші" -#: src/view/com/auth/create/CreateAccount.tsx:155 +#: src/screens/Onboarding/index.tsx:23 +msgid "News" +msgstr "" + +#: src/view/com/auth/create/CreateAccount.tsx:161 #: src/view/com/auth/login/ForgotPasswordForm.tsx:178 #: src/view/com/auth/login/ForgotPasswordForm.tsx:188 #: src/view/com/auth/login/LoginForm.tsx:288 @@ -2255,7 +2466,7 @@ msgctxt "action" msgid "Next" msgstr "" -#: src/view/com/lightbox/Lightbox.web.tsx:142 +#: src/view/com/lightbox/Lightbox.web.tsx:149 msgid "Next image" msgstr "Наступне зображення" @@ -2268,8 +2479,8 @@ msgstr "Наступне зображення" msgid "No" msgstr "Ні" -#: src/view/screens/ProfileFeed.tsx:593 -#: src/view/screens/ProfileList.tsx:733 +#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileList.tsx:730 msgid "No description" msgstr "Опис відсутній" @@ -2277,7 +2488,7 @@ msgstr "Опис відсутній" msgid "No longer following {0}" msgstr "" -#: src/view/com/notifications/Feed.tsx:107 +#: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "" @@ -2286,7 +2497,7 @@ msgstr "" msgid "No result" msgstr "Результати відсутні" -#: src/view/screens/Feeds.tsx:456 +#: src/view/screens/Feeds.tsx:490 msgid "No results found for \"{query}\"" msgstr "Нічого не знайдено за запитом «{query}»" @@ -2296,8 +2507,8 @@ msgstr "Нічого не знайдено за запитом «{query}»" #~ msgstr "" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:272 -#: src/view/screens/Search/Search.tsx:300 +#: src/view/screens/Search/Search.tsx:274 +#: src/view/screens/Search/Search.tsx:302 msgid "No results found for {query}" msgstr "Нічого не знайдено за запитом «{query}»" @@ -2317,7 +2528,7 @@ msgstr "Ніхто" msgid "Not Applicable." msgstr "Не застосовно." -#: src/Navigation.tsx:104 +#: src/Navigation.tsx:105 msgid "Not Found" msgstr "" @@ -2338,9 +2549,9 @@ msgstr "Примітка: Bluesky є відкритою і публічною м #~ msgid "Note: Third-party apps that display Bluesky content may not respect this setting." #~ msgstr "" -#: src/Navigation.tsx:445 -#: src/view/screens/Notifications.tsx:113 -#: src/view/screens/Notifications.tsx:137 +#: src/Navigation.tsx:448 +#: src/view/screens/Notifications.tsx:120 +#: src/view/screens/Notifications.tsx:144 #: src/view/shell/bottom-bar/BottomBar.tsx:205 #: src/view/shell/desktop/LeftNav.tsx:361 #: src/view/shell/Drawer.tsx:438 @@ -2356,6 +2567,10 @@ msgstr "" msgid "Oh no!" msgstr "О, ні!" +#: src/screens/Onboarding/StepInterests/index.tsx:128 +msgid "Oh no! Something went wrong." +msgstr "" + #: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 msgid "Okay" msgstr "Добре" @@ -2382,6 +2597,10 @@ msgstr "Тільки {0} можуть відповідати." msgid "Oops!" msgstr "" +#: src/screens/Onboarding/StepFinished.tsx:115 +msgid "Open" +msgstr "" + #: src/view/com/composer/Composer.tsx:470 #: src/view/com/composer/Composer.tsx:471 msgid "Open emoji picker" @@ -2391,7 +2610,7 @@ msgstr "Емоджі" msgid "Open links with in-app browser" msgstr "" -#: src/view/com/pager/FeedsTabBarMobile.tsx:81 +#: src/view/com/pager/FeedsTabBarMobile.tsx:87 msgid "Open navigation" msgstr "Відкрити навігацію" @@ -2407,7 +2626,7 @@ msgstr "" msgid "Opens additional details for a debug entry" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:352 +#: src/view/com/notifications/FeedItem.tsx:348 msgid "Opens an expanded list of users in this notification" msgstr "" @@ -2469,7 +2688,7 @@ msgstr "Відкриває налаштування модерації" msgid "Opens password reset form" msgstr "" -#: src/view/screens/Feeds.tsx:335 +#: src/view/screens/Feeds.tsx:338 msgid "Opens screen to edit Saved Feeds" msgstr "" @@ -2505,6 +2724,10 @@ msgstr "" msgid "Or combine these options:" msgstr "Або якісь із наступних варіантів:" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:122 +#~ msgid "Or you can try our \"Discover\" algorithm:" +#~ msgstr "" + #: src/view/com/auth/login/ChooseAccountForm.tsx:138 msgid "Other account" msgstr "Інший обліковий запис" @@ -2517,11 +2740,14 @@ msgstr "Інший хостинг-провайдер" msgid "Other..." msgstr "Інші..." -#: src/view/screens/NotFound.tsx:42 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Сторінку не знайдено" +#: src/view/screens/NotFound.tsx:42 +msgid "Page Not Found" +msgstr "" + #: src/view/com/auth/create/Step1.tsx:158 #: src/view/com/auth/create/Step1.tsx:168 #: src/view/com/auth/login/LoginForm.tsx:223 @@ -2538,11 +2764,11 @@ msgstr "Пароль змінено" msgid "Password updated!" msgstr "Пароль змінено!" -#: src/Navigation.tsx:160 +#: src/Navigation.tsx:161 msgid "People followed by @{0}" msgstr "" -#: src/Navigation.tsx:153 +#: src/Navigation.tsx:154 msgid "People following @{0}" msgstr "" @@ -2554,7 +2780,11 @@ msgstr "" msgid "Permission to access camera roll was denied. Please enable it in your system settings." msgstr "" -#: src/view/com/auth/create/Step2.tsx:181 +#: src/screens/Onboarding/index.tsx:31 +msgid "Pets" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:182 msgid "Phone number" msgstr "" @@ -2562,8 +2792,8 @@ msgstr "" msgid "Pictures meant for adults." msgstr "Зображення, призначені для дорослих." -#: src/view/screens/ProfileFeed.tsx:362 -#: src/view/screens/ProfileList.tsx:559 +#: src/view/screens/ProfileFeed.tsx:353 +#: src/view/screens/ProfileList.tsx:556 msgid "Pin to home" msgstr "" @@ -2600,7 +2830,7 @@ msgstr "Будь ласка, підтвердіть вашу електронн msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "" -#: src/view/com/auth/create/Step2.tsx:204 +#: src/view/com/auth/create/Step2.tsx:205 msgid "Please enter a phone number that can receive SMS text messages." msgstr "" @@ -2612,7 +2842,7 @@ msgstr "Будь ласка, введіть унікальну назву для msgid "Please enter the code you received by SMS." msgstr "" -#: src/view/com/auth/create/Step2.tsx:279 +#: src/view/com/auth/create/Step2.tsx:281 msgid "Please enter the verification code sent to {phoneNumberFormatted}." msgstr "" @@ -2642,6 +2872,10 @@ msgstr "" msgid "Please wait for your link card to finish loading" msgstr "Будь ласка, зачекайте доки завершиться створення попереднього перегляду для посилання" +#: src/screens/Onboarding/index.tsx:37 +msgid "Politics" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:111 msgid "Porn" msgstr "" @@ -2652,8 +2886,7 @@ msgctxt "action" msgid "Post" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:227 -#: src/view/screens/PostThread.tsx:82 +#: src/view/com/post-thread/PostThread.tsx:251 msgctxt "description" msgid "Post" msgstr "" @@ -2664,21 +2897,21 @@ msgstr "" #~ msgid "Post" #~ msgstr "Пост" -#: src/view/com/post-thread/PostThreadItem.tsx:176 +#: src/view/com/post-thread/PostThreadItem.tsx:177 msgid "Post by {0}" msgstr "" -#: src/Navigation.tsx:172 -#: src/Navigation.tsx:179 -#: src/Navigation.tsx:186 +#: src/Navigation.tsx:173 +#: src/Navigation.tsx:180 +#: src/Navigation.tsx:187 msgid "Post by @{0}" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:82 +#: src/view/com/util/forms/PostDropdownBtn.tsx:84 msgid "Post deleted" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:382 +#: src/view/com/post-thread/PostThread.tsx:403 msgid "Post hidden" msgstr "Пост приховано" @@ -2690,11 +2923,11 @@ msgstr "Мова посту" msgid "Post Languages" msgstr "Мови посту" -#: src/view/com/post-thread/PostThread.tsx:434 +#: src/view/com/post-thread/PostThread.tsx:455 msgid "Post not found" msgstr "Пост не знайдено" -#: src/view/screens/Profile.tsx:161 +#: src/view/screens/Profile.tsx:171 msgid "Posts" msgstr "Пости" @@ -2706,7 +2939,7 @@ msgstr "" msgid "Potentially Misleading Link" msgstr "Потенційно оманливе посилання" -#: src/view/com/lightbox/Lightbox.web.tsx:128 +#: src/view/com/lightbox/Lightbox.web.tsx:135 msgid "Previous image" msgstr "Попереднє зображення" @@ -2723,7 +2956,7 @@ msgstr "Пріоритезувати ваші підписки" msgid "Privacy" msgstr "Конфіденційність" -#: src/Navigation.tsx:217 +#: src/Navigation.tsx:218 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings.tsx:824 #: src/view/shell/Drawer.tsx:265 @@ -2750,6 +2983,10 @@ msgstr "" msgid "Protect your account by verifying your email." msgstr "Захистіть свій обліковий запис, підтвердивши свою електронну адресу." +#: src/screens/Onboarding/StepFinished.tsx:101 +msgid "Public" +msgstr "" + #: src/view/screens/ModerationModlists.tsx:61 msgid "Public, shareable lists of users to mute or block in bulk." msgstr "Публічні, поширювані списки користувачів для ігнорування або блокування." @@ -2807,7 +3044,7 @@ msgstr "Рекомендовані користувачі" #: src/view/com/modals/ListAddRemoveUsers.tsx:264 #: src/view/com/modals/SelfLabel.tsx:83 -#: src/view/com/modals/UserAddRemoveLists.tsx:203 +#: src/view/com/modals/UserAddRemoveLists.tsx:219 #: src/view/com/util/UserAvatar.tsx:282 #: src/view/com/util/UserBanner.tsx:89 msgid "Remove" @@ -2830,7 +3067,7 @@ msgstr "Вилучити стрічку" #: src/view/com/feeds/FeedSourceCard.tsx:167 #: src/view/com/feeds/FeedSourceCard.tsx:172 #: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:281 +#: src/view/screens/ProfileFeed.tsx:272 msgid "Remove from my feeds" msgstr "Вилучити з моїх стрічок" @@ -2855,7 +3092,7 @@ msgid "Remove this feed from your saved feeds?" msgstr "Вилучити цю стрічку зі збережених стрічок?" #: src/view/com/modals/ListAddRemoveUsers.tsx:199 -#: src/view/com/modals/UserAddRemoveLists.tsx:136 +#: src/view/com/modals/UserAddRemoveLists.tsx:152 msgid "Removed from list" msgstr "Вилучено зі списку" @@ -2868,7 +3105,7 @@ msgstr "" msgid "Removes default thumbnail from {0}" msgstr "" -#: src/view/screens/Profile.tsx:162 +#: src/view/screens/Profile.tsx:172 msgid "Replies" msgstr "Відповіді" @@ -2885,8 +3122,8 @@ msgstr "" msgid "Reply Filters" msgstr "Які відповіді показувати" -#: src/view/com/post/Post.tsx:165 -#: src/view/com/posts/FeedItem.tsx:286 +#: src/view/com/post/Post.tsx:166 +#: src/view/com/posts/FeedItem.tsx:287 msgctxt "description" msgid "Reply to <0/>" msgstr "" @@ -2899,16 +3136,16 @@ msgstr "Поскаржитись на {collectionName}" msgid "Report Account" msgstr "Поскаржитись на обліковий запис" -#: src/view/screens/ProfileFeed.tsx:301 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Report feed" msgstr "Поскаржитись на стрічку" -#: src/view/screens/ProfileList.tsx:437 +#: src/view/screens/ProfileList.tsx:434 msgid "Report List" msgstr "Поскаржитись на список" #: src/view/com/modals/report/SendReportButton.tsx:37 -#: src/view/com/util/forms/PostDropdownBtn.tsx:208 +#: src/view/com/util/forms/PostDropdownBtn.tsx:210 msgid "Report post" msgstr "Поскаржитись на пост" @@ -2930,14 +3167,22 @@ msgid "Repost or quote post" msgstr "Репостити або цитувати" #: src/view/screens/PostRepostedBy.tsx:27 -msgid "Reposted by" -msgstr "Репост" +#~ msgid "Reposted by" +#~ msgstr "Репост" -#: src/view/com/posts/FeedItem.tsx:206 -msgid "Reposted by {0})" +#: src/view/screens/PostRepostedBy.tsx:27 +msgid "Reposted By" msgstr "" -#: src/view/com/posts/FeedItem.tsx:223 +#: src/view/com/posts/FeedItem.tsx:207 +msgid "Reposted by {0}" +msgstr "" + +#: src/view/com/posts/FeedItem.tsx:206 +#~ msgid "Reposted by {0})" +#~ msgstr "" + +#: src/view/com/posts/FeedItem.tsx:224 msgid "Reposted by <0/>" msgstr "" @@ -2945,7 +3190,7 @@ msgstr "" msgid "reposted your post" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:189 +#: src/view/com/post-thread/PostThreadItem.tsx:190 msgid "Reposts of this post" msgstr "" @@ -2954,7 +3199,7 @@ msgstr "" msgid "Request Change" msgstr "Змінити" -#: src/view/com/auth/create/Step2.tsx:217 +#: src/view/com/auth/create/Step2.tsx:218 msgid "Request code" msgstr "" @@ -3012,9 +3257,11 @@ msgstr "" msgid "Retries the last action, which errored out" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:164 -#: src/view/com/auth/create/CreateAccount.tsx:168 -#: src/view/com/auth/create/Step2.tsx:252 +#: src/screens/Onboarding/StepInterests/index.tsx:221 +#: src/screens/Onboarding/StepInterests/index.tsx:224 +#: src/view/com/auth/create/CreateAccount.tsx:170 +#: src/view/com/auth/create/CreateAccount.tsx:175 +#: src/view/com/auth/create/Step2.tsx:254 #: src/view/com/auth/login/LoginForm.tsx:265 #: src/view/com/auth/login/LoginForm.tsx:268 #: src/view/com/util/error/ErrorMessage.tsx:55 @@ -3026,11 +3273,11 @@ msgstr "Повторити спробу" #~ msgid "Retry change handle" #~ msgstr "" -#: src/view/com/auth/create/Step2.tsx:245 +#: src/view/com/auth/create/Step2.tsx:246 msgid "Retry." msgstr "" -#: src/view/screens/ProfileList.tsx:877 +#: src/view/screens/ProfileList.tsx:874 msgid "Return to previous page" msgstr "" @@ -3038,8 +3285,8 @@ msgstr "" msgid "SANDBOX. Posts and accounts are not permanent." msgstr "" -#: src/view/com/lightbox/Lightbox.tsx:129 -#: src/view/com/modals/CreateOrEditList.tsx:276 +#: src/view/com/lightbox/Lightbox.tsx:132 +#: src/view/com/modals/CreateOrEditList.tsx:345 msgctxt "action" msgid "Save" msgstr "" @@ -3047,13 +3294,13 @@ msgstr "" #: src/view/com/modals/BirthDateSettings.tsx:94 #: src/view/com/modals/BirthDateSettings.tsx:97 #: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:268 +#: src/view/com/modals/CreateOrEditList.tsx:337 #: src/view/com/modals/EditProfile.tsx:224 -#: src/view/screens/ProfileFeed.tsx:354 +#: src/view/screens/ProfileFeed.tsx:345 msgid "Save" msgstr "Зберегти" -#: src/view/com/modals/AltImage.tsx:106 +#: src/view/com/modals/AltImage.tsx:129 msgid "Save alt text" msgstr "Зберегти альтернативний текст" @@ -3085,18 +3332,22 @@ msgstr "" msgid "Saves handle change to {handle}" msgstr "" -#: src/view/screens/ProfileList.tsx:833 +#: src/screens/Onboarding/index.tsx:36 +msgid "Science" +msgstr "" + +#: src/view/screens/ProfileList.tsx:830 msgid "Scroll to top" msgstr "" -#: src/Navigation.tsx:435 +#: src/Navigation.tsx:438 #: src/view/com/auth/LoggedOut.tsx:122 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:53 #: src/view/com/util/forms/SearchInput.tsx:65 -#: src/view/screens/Search/Search.tsx:408 -#: src/view/screens/Search/Search.tsx:566 -#: src/view/screens/Search/Search.tsx:579 +#: src/view/screens/Search/Search.tsx:418 +#: src/view/screens/Search/Search.tsx:645 +#: src/view/screens/Search/Search.tsx:663 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:324 #: src/view/shell/desktop/Search.tsx:214 @@ -3106,7 +3357,7 @@ msgstr "" msgid "Search" msgstr "Пошук" -#: src/view/screens/Search/Search.tsx:628 +#: src/view/screens/Search/Search.tsx:712 #: src/view/shell/desktop/Search.tsx:255 msgid "Search for \"{query}\"" msgstr "" @@ -3154,6 +3405,22 @@ msgstr "" msgid "Select service" msgstr "Вибрати хостинг-провайдера" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 +msgid "Select some accounts below to follow" +msgstr "" + +#: src/screens/Onboarding/StepModeration/index.tsx:49 +#~ msgid "Select the types of content that you want to see (or not see), and we'll handle the rest." +#~ msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:90 +msgid "Select topical feeds to follow from the list below" +msgstr "" + +#: src/screens/Onboarding/StepModeration/index.tsx:75 +msgid "Select what you want to see (or not see), and we’ll handle the rest." +msgstr "" + #: src/view/screens/LanguageSettings.tsx:281 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Оберіть мови постів, які ви хочете бачити у збережених стрічках. Якщо не вибрано жодної - буде показано пости всіма мовами." @@ -3162,7 +3429,11 @@ msgstr "Оберіть мови постів, які ви хочете бачи msgid "Select your app language for the default text to display in the app" msgstr "Оберіть мову інтерфейсу" -#: src/view/com/auth/create/Step2.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:196 +msgid "Select your interests from the options below" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:154 msgid "Select your phone's country" msgstr "" @@ -3170,6 +3441,14 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "Оберіть бажану мову для перекладів у вашій стрічці." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +msgid "Select your primary algorithmic feeds" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:132 +msgid "Select your secondary algorithmic feeds" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:202 #: src/view/com/modals/VerifyEmail.tsx:204 msgid "Send Confirmation Email" @@ -3251,6 +3530,10 @@ msgstr "Увімкніть це налаштування, щоб показув 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:50 +msgid "Set up your account" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:266 msgid "Sets Bluesky username" msgstr "" @@ -3272,7 +3555,7 @@ msgstr "" msgid "Sets server for the Bluesky client" msgstr "" -#: src/Navigation.tsx:134 +#: src/Navigation.tsx:135 #: src/view/screens/Settings.tsx:294 #: src/view/shell/desktop/LeftNav.tsx:433 #: src/view/shell/Drawer.tsx:570 @@ -3284,18 +3567,18 @@ msgstr "Налаштування" msgid "Sexual activity or erotic nudity." msgstr "Сексуальна активність або еротична оголеність." -#: src/view/com/lightbox/Lightbox.tsx:138 +#: src/view/com/lightbox/Lightbox.tsx:141 msgctxt "action" msgid "Share" msgstr "" #: src/view/com/profile/ProfileHeader.tsx:342 -#: src/view/com/util/forms/PostDropdownBtn.tsx:151 -#: src/view/screens/ProfileList.tsx:396 +#: src/view/com/util/forms/PostDropdownBtn.tsx:153 +#: src/view/screens/ProfileList.tsx:393 msgid "Share" msgstr "Поширити" -#: src/view/screens/ProfileFeed.tsx:313 +#: src/view/screens/ProfileFeed.tsx:304 msgid "Share feed" msgstr "Поширити стрічку" @@ -3303,6 +3586,7 @@ msgstr "Поширити стрічку" #~ msgid "Share link" #~ msgstr "" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:43 #: src/view/com/modals/ContentFilteringSettings.tsx:261 #: src/view/com/util/moderation/ContentHider.tsx:107 #: src/view/com/util/moderation/PostHider.tsx:108 @@ -3326,9 +3610,9 @@ msgstr "Показати вбудування з {0}" msgid "Show follows similar to {0}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:569 -#: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:362 +#: src/view/com/post-thread/PostThreadItem.tsx:571 +#: src/view/com/post/Post.tsx:197 +#: src/view/com/posts/FeedItem.tsx:363 msgid "Show More" msgstr "" @@ -3340,6 +3624,18 @@ msgstr "Показувати пости зі збережених стрічок msgid "Show Quote Posts" msgstr "Показувати цитати" +#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +msgid "Show quote-posts in Following feed" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +msgid "Show quotes in Following" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +msgid "Show re-posts in Following feed" +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:119 msgid "Show Replies" msgstr "Показувати відповіді" @@ -3348,6 +3644,14 @@ msgstr "Показувати відповіді" msgid "Show replies by people you follow before all other replies." msgstr "Показувати відповіді від людей, за якими ви слідкуєте, вище інших." +#: src/screens/Onboarding/StepFollowingFeed.tsx:86 +msgid "Show replies in Following" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +msgid "Show replies in Following feed" +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:70 msgid "Show replies with at least {value} {0}" msgstr "" @@ -3356,12 +3660,16 @@ msgstr "" msgid "Show Reposts" msgstr "Показувати репости" +#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +msgid "Show reposts in Following" +msgstr "" + #: src/view/com/util/moderation/ContentHider.tsx:67 #: src/view/com/util/moderation/PostHider.tsx:61 msgid "Show the content" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:350 +#: src/view/com/notifications/FeedItem.tsx:346 msgid "Show users" msgstr "Показати користувачів" @@ -3379,9 +3687,9 @@ msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:285 #: src/view/shell/bottom-bar/BottomBar.tsx:286 #: src/view/shell/bottom-bar/BottomBar.tsx:288 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:177 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:180 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 #: src/view/shell/NavSignupCard.tsx:58 #: src/view/shell/NavSignupCard.tsx:59 msgid "Sign in" @@ -3416,9 +3724,9 @@ msgstr "Вийти" #: src/view/shell/bottom-bar/BottomBar.tsx:275 #: src/view/shell/bottom-bar/BottomBar.tsx:276 #: src/view/shell/bottom-bar/BottomBar.tsx:278 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:167 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:170 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 #: src/view/shell/NavSignupCard.tsx:49 #: src/view/shell/NavSignupCard.tsx:50 #: src/view/shell/NavSignupCard.tsx:52 @@ -3445,14 +3753,24 @@ msgstr "" msgid "Signs {0} out of Bluesky" msgstr "" +#: src/screens/Onboarding/StepInterests/index.tsx:235 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:33 msgid "Skip" msgstr "Пропустити" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Onboarding/StepInterests/index.tsx:232 +msgid "Skip this flow" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:81 msgid "SMS verification" msgstr "" +#: src/screens/Onboarding/index.tsx:40 +msgid "Software Dev" +msgstr "" + #: src/view/com/modals/ProfilePreview.tsx:62 msgid "Something went wrong and we're not sure what." msgstr "" @@ -3473,6 +3791,10 @@ msgstr "Сортувати відповіді" msgid "Sort replies to the same post by:" msgstr "Оберіть, як сортувати відповіді до постів:" +#: src/screens/Onboarding/index.tsx:30 +msgid "Sports" +msgstr "" + #: src/view/com/modals/crop-image/CropImage.web.tsx:122 msgid "Square" msgstr "Квадратне" @@ -3497,7 +3819,7 @@ msgstr "" msgid "Storage cleared, you need to restart the app now." msgstr "" -#: src/Navigation.tsx:202 +#: src/Navigation.tsx:203 #: src/view/screens/Settings.tsx:740 msgid "Storybook" msgstr "" @@ -3506,11 +3828,16 @@ msgstr "" msgid "Submit" msgstr "Надіслати" -#: src/view/screens/ProfileList.tsx:586 +#: src/view/screens/ProfileList.tsx:583 msgid "Subscribe" msgstr "Підписатися" -#: src/view/screens/ProfileList.tsx:582 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 +msgid "Subscribe to the {0} feed" +msgstr "" + +#: src/view/screens/ProfileList.tsx:579 msgid "Subscribe to this list" msgstr "Підписатися на цей список" @@ -3518,7 +3845,7 @@ msgstr "Підписатися на цей список" #~ msgid "Subscribed" #~ msgstr "" -#: src/view/screens/Search/Search.tsx:364 +#: src/view/screens/Search/Search.tsx:372 msgid "Suggested Follows" msgstr "Пропоновані підписки" @@ -3530,7 +3857,7 @@ msgstr "" msgid "Suggestive" msgstr "" -#: src/Navigation.tsx:212 +#: src/Navigation.tsx:213 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -3570,11 +3897,15 @@ msgstr "Високе" msgid "Tap to view fully" msgstr "" +#: src/screens/Onboarding/index.tsx:39 +msgid "Tech" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:93 msgid "Terms" msgstr "Умови" -#: src/Navigation.tsx:222 +#: src/Navigation.tsx:223 #: src/view/screens/Settings.tsx:818 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:259 @@ -3598,7 +3929,11 @@ msgstr "Правила Спільноти переміщено до <0/>" msgid "The Copyright Policy has been moved to <0/>" msgstr "Політику захисту авторського права переміщено до <0/>" -#: src/view/com/post-thread/PostThread.tsx:437 +#: src/screens/Onboarding/Layout.tsx:60 +msgid "The following steps will help customize your Bluesky experience." +msgstr "" + +#: src/view/com/post-thread/PostThread.tsx:458 msgid "The post may have been deleted." msgstr "Можливо цей пост було видалено." @@ -3618,7 +3953,11 @@ msgstr "" msgid "The Terms of Service have been moved to" msgstr "Умови Використання перенесено до" -#: src/view/screens/ProfileFeed.tsx:558 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:135 +msgid "There are many feeds to try:" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:549 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "" @@ -3626,12 +3965,12 @@ msgstr "" msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "" -#: src/view/screens/ProfileFeed.tsx:218 +#: src/view/screens/ProfileFeed.tsx:209 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "" -#: src/view/screens/ProfileFeed.tsx:245 -#: src/view/screens/ProfileList.tsx:266 +#: src/view/screens/ProfileFeed.tsx:236 +#: src/view/screens/ProfileList.tsx:263 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 #: src/view/screens/SavedFeeds.tsx:252 @@ -3646,7 +3985,7 @@ msgstr "" msgid "There was an issue contacting your server" msgstr "" -#: src/view/com/notifications/Feed.tsx:115 +#: src/view/com/notifications/Feed.tsx:117 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" @@ -3663,6 +4002,7 @@ msgstr "" msgid "There was an issue fetching your lists. Tap here to try again." msgstr "" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:63 #: src/view/com/modals/ContentFilteringSettings.tsx:126 msgid "There was an issue syncing your preferences with the server" msgstr "" @@ -3680,10 +4020,10 @@ msgstr "" msgid "There was an issue! {0}" msgstr "" -#: src/view/screens/ProfileList.tsx:287 -#: src/view/screens/ProfileList.tsx:306 -#: src/view/screens/ProfileList.tsx:328 -#: src/view/screens/ProfileList.tsx:347 +#: src/view/screens/ProfileList.tsx:284 +#: src/view/screens/ProfileList.tsx:303 +#: src/view/screens/ProfileList.tsx:325 +#: src/view/screens/ProfileList.tsx:344 msgid "There was an issue. Please check your internet connection and try again." msgstr "" @@ -3691,10 +4031,22 @@ msgstr "" msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "У застосунку сталася неочікувана проблема. Будь ласка, повідомте нас, якщо ви отримали це повідомлення!" -#: src/view/com/auth/create/Step2.tsx:53 +#: src/screens/Deactivated.tsx:107 +msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:54 msgid "There's something wrong with this number. Please choose your country and enter your full phone number!" msgstr "" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +msgid "These are popular accounts you might like:" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +#~ msgid "These are popular accounts you might like." +#~ msgstr "" + #: src/view/com/util/moderation/LabelInfo.tsx:45 #~ msgid "This {0} has been labeled." #~ msgstr "" @@ -3723,9 +4075,9 @@ msgstr "Цей вміст не доступний для перегляду бе msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Ця стрічка зараз отримує забагато запитів і тимчасово недоступна. Спробуйте ще раз пізніше." -#: src/view/screens/Profile.tsx:392 -#: src/view/screens/ProfileFeed.tsx:484 -#: src/view/screens/ProfileList.tsx:639 +#: src/view/screens/Profile.tsx:402 +#: src/view/screens/ProfileFeed.tsx:475 +#: src/view/screens/ProfileList.tsx:636 msgid "This feed is empty!" msgstr "" @@ -3749,7 +4101,7 @@ msgstr "Це важливо для випадку, якщо вам коли-не msgid "This link is taking you to the following website:" msgstr "Це посилання веде на сайт:" -#: src/view/screens/ProfileList.tsx:813 +#: src/view/screens/ProfileList.tsx:810 msgid "This list is empty!" msgstr "" @@ -3757,7 +4109,7 @@ msgstr "" msgid "This name is already in use" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:123 +#: src/view/com/post-thread/PostThreadItem.tsx:124 msgid "This post has been deleted." msgstr "Цей пост було видалено." @@ -3777,7 +4129,7 @@ msgstr "" msgid "This warning is only available for posts with media attached." msgstr "Це попередження доступне тільки для записів з прикріпленими медіа-файлами." -#: src/view/com/util/forms/PostDropdownBtn.tsx:190 +#: src/view/com/util/forms/PostDropdownBtn.tsx:192 msgid "This will hide this post from your feeds." msgstr "Це приховає цей пост із вашої стрічки." @@ -3790,7 +4142,7 @@ msgstr "Налаштування гілок" msgid "Threaded Mode" msgstr "Режим гілок" -#: src/Navigation.tsx:252 +#: src/Navigation.tsx:253 msgid "Threads Preferences" msgstr "" @@ -3802,9 +4154,9 @@ msgstr "Розкрити/сховати" msgid "Transformations" msgstr "Редагування" -#: src/view/com/post-thread/PostThreadItem.tsx:710 -#: src/view/com/post-thread/PostThreadItem.tsx:712 -#: src/view/com/util/forms/PostDropdownBtn.tsx:123 +#: src/view/com/post-thread/PostThreadItem.tsx:719 +#: src/view/com/post-thread/PostThreadItem.tsx:721 +#: src/view/com/util/forms/PostDropdownBtn.tsx:125 msgid "Translate" msgstr "Перекласти" @@ -3817,11 +4169,11 @@ msgstr "" #~ msgid "Try again" #~ msgstr "Спробувати ще раз" -#: src/view/screens/ProfileList.tsx:484 +#: src/view/screens/ProfileList.tsx:481 msgid "Un-block list" msgstr "Розблокувати список" -#: src/view/screens/ProfileList.tsx:469 +#: src/view/screens/ProfileList.tsx:466 msgid "Un-mute list" msgstr "Перестати ігнорувати" @@ -3833,7 +4185,7 @@ msgid "Unable to contact your service. Please check your Internet connection." msgstr "Не вдалося зв'язатися з вашим хостинг-провайдером. Перевірте ваше підключення до Інтернету." #: src/view/com/profile/ProfileHeader.tsx:472 -#: src/view/screens/ProfileList.tsx:568 +#: src/view/screens/ProfileList.tsx:565 msgid "Unblock" msgstr "Розблокувати" @@ -3863,15 +4215,15 @@ msgstr "" msgid "Unfollow {0}" msgstr "" -#: src/view/com/auth/create/state.ts:298 +#: src/view/com/auth/create/state.ts:300 msgid "Unfortunately, you do not meet the requirements to create an account." msgstr "На жаль, ви не відповідаєте вимогам для створення облікового запису." -#: src/view/com/util/post-ctrls/PostCtrls.tsx:189 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 msgid "Unlike" msgstr "" -#: src/view/screens/ProfileList.tsx:575 +#: src/view/screens/ProfileList.tsx:572 msgid "Unmute" msgstr "" @@ -3879,24 +4231,24 @@ msgstr "" msgid "Unmute Account" msgstr "Перестати ігнорувати" -#: src/view/com/util/forms/PostDropdownBtn.tsx:169 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "Unmute thread" msgstr "Перестати ігнорувати" -#: src/view/screens/ProfileFeed.tsx:362 -#: src/view/screens/ProfileList.tsx:559 +#: src/view/screens/ProfileFeed.tsx:353 +#: src/view/screens/ProfileList.tsx:556 msgid "Unpin" msgstr "" -#: src/view/screens/ProfileList.tsx:452 +#: src/view/screens/ProfileList.tsx:449 msgid "Unpin moderation list" msgstr "Відкріпити список модерації" -#: src/view/screens/ProfileFeed.tsx:354 +#: src/view/screens/ProfileFeed.tsx:345 msgid "Unsave" msgstr "" -#: src/view/com/modals/UserAddRemoveLists.tsx:54 +#: src/view/com/modals/UserAddRemoveLists.tsx:70 msgid "Update {displayName} in Lists" msgstr "Змінити належність {displayName} до списків" @@ -3954,30 +4306,30 @@ msgstr "" msgid "User Blocks You" msgstr "" -#: src/view/com/auth/create/Step3.tsx:38 +#: src/view/com/auth/create/Step3.tsx:41 msgid "User handle" msgstr "Псевдонім" #: src/view/com/lists/ListCard.tsx:84 -#: src/view/com/modals/UserAddRemoveLists.tsx:182 +#: src/view/com/modals/UserAddRemoveLists.tsx:198 msgid "User list by {0}" msgstr "" -#: src/view/screens/ProfileList.tsx:741 +#: src/view/screens/ProfileList.tsx:738 msgid "User list by <0/>" msgstr "" #: src/view/com/lists/ListCard.tsx:82 -#: src/view/com/modals/UserAddRemoveLists.tsx:180 -#: src/view/screens/ProfileList.tsx:739 +#: src/view/com/modals/UserAddRemoveLists.tsx:196 +#: src/view/screens/ProfileList.tsx:736 msgid "User list by you" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:138 +#: src/view/com/modals/CreateOrEditList.tsx:196 msgid "User list created" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:125 +#: src/view/com/modals/CreateOrEditList.tsx:182 msgid "User list updated" msgstr "" @@ -3990,7 +4342,7 @@ msgstr "Списки користувачів" msgid "Username or email address" msgstr "Ім'я користувача або електронна адреса" -#: src/view/screens/ProfileList.tsx:775 +#: src/view/screens/ProfileList.tsx:772 msgid "Users" msgstr "Користувачі" @@ -4006,7 +4358,7 @@ msgstr "користувачі, на яких підписані <0/>" msgid "Users in \"{0}\"" msgstr "Користувачі в «{0}»" -#: src/view/com/auth/create/Step2.tsx:241 +#: src/view/com/auth/create/Step2.tsx:242 msgid "Verification code" msgstr "" @@ -4031,6 +4383,10 @@ msgstr "Підтвердити нову адресу електронної по msgid "Verify Your Email" msgstr "" +#: src/screens/Onboarding/index.tsx:42 +msgid "Video Games" +msgstr "" + #: src/view/com/profile/ProfileHeader.tsx:701 msgid "View {0}'s avatar" msgstr "" @@ -4055,10 +4411,23 @@ msgstr "Переглянути аватар" msgid "Visit Site" msgstr "Відвідати сайт" +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:42 #: src/view/com/modals/ContentFilteringSettings.tsx:254 msgid "Warn" msgstr "" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +msgid "We also think you'll like \"For You\" by Skygaze:" +msgstr "" + +#: src/screens/Deactivated.tsx:134 +msgid "We estimate {estimatedTime} until your account is ready." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:93 +msgid "We hope you have a wonderful time. Remember, Bluesky is:" +msgstr "" + #: src/view/com/posts/DiscoverFallbackHeader.tsx:29 #~ msgid "We ran out of posts from your follows. Here's the latest from" #~ msgstr "" @@ -4067,10 +4436,30 @@ msgstr "" msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:118 +#~ msgid "We recommend \"For You\" by Skygaze:" +#~ msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:119 +msgid "We recommend our \"Discover\" feed:" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:133 +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/Deactivated.tsx:138 +msgid "We will let you know when your account is ready." +msgstr "" + #: src/view/com/modals/AppealLabel.tsx:48 msgid "We'll look into your appeal promptly." msgstr "" +#: src/screens/Onboarding/StepInterests/index.tsx:138 +msgid "We'll use this to help customize your experience." +msgstr "" + #: src/view/com/auth/create/CreateAccount.tsx:123 msgid "We're so excited to have you join us!" msgstr "Ми дуже раді, що ви приєдналися!" @@ -4083,11 +4472,11 @@ msgstr "Ми дуже раді, що ви приєдналися!" #~ msgid "We're sorry, but this feed is currently receiving high traffic and is temporarily unavailable. Please try again later." #~ msgstr "" -#: src/view/screens/ProfileList.tsx:83 +#: src/view/screens/ProfileList.tsx:84 msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "" -#: src/view/screens/Search/Search.tsx:245 +#: src/view/screens/Search/Search.tsx:247 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Даруйте, нам не вдалося виконати пошук за вашим запитом. Будь ласка, спробуйте ще раз через кілька хвилин." @@ -4099,6 +4488,10 @@ msgstr "Нам дуже прикро! Ми не можемо знайти сто msgid "Welcome to <0>Bluesky</0>" msgstr "Ласкаво просимо до <0>Bluesky</0>" +#: src/screens/Onboarding/StepInterests/index.tsx:130 +msgid "What are your interests?" +msgstr "" + #: src/view/com/modals/report/Modal.tsx:169 msgid "What is the issue with this {collectionName}?" msgstr "Яка проблема з {collectionName}?" @@ -4138,11 +4531,15 @@ msgstr "Написати пост" msgid "Write your reply" msgstr "Написати відповідь" -#: src/view/com/auth/create/Step2.tsx:260 +#: src/screens/Onboarding/index.tsx:28 +msgid "Writers" +msgstr "" + +#: src/view/com/auth/create/Step2.tsx:262 msgid "XXXXXX" msgstr "" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:82 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:77 #: src/view/screens/PreferencesHomeFeed.tsx:129 #: src/view/screens/PreferencesHomeFeed.tsx:201 #: src/view/screens/PreferencesHomeFeed.tsx:236 @@ -4152,15 +4549,31 @@ msgstr "" msgid "Yes" msgstr "Так" +#: src/screens/Onboarding/StepModeration/index.tsx:46 +#~ msgid "You are in control" +#~ msgstr "" + +#: src/screens/Deactivated.tsx:131 +msgid "You are in line." +msgstr "" + #: src/view/com/posts/FollowingEmptyState.tsx:67 #: src/view/com/posts/FollowingEndOfFeed.tsx:68 msgid "You can also discover new Custom Feeds to follow." msgstr "" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:123 +#~ msgid "You can also try our \"Discover\" algorithm:" +#~ msgstr "" + #: src/view/com/auth/create/Step1.tsx:106 #~ msgid "You can change hosting providers at any time." #~ msgstr "Ви можете змінити хостинг-провайдера у будь-який час." +#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +msgid "You can change these settings later." +msgstr "" + #: src/view/com/auth/login/Login.tsx:158 #: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 msgid "You can now sign in with your new password." @@ -4174,7 +4587,7 @@ msgstr "У вас ще немає кодів запрошення! З часом msgid "You don't have any pinned feeds." msgstr "У вас немає закріплених стрічок." -#: src/view/screens/Feeds.tsx:387 +#: src/view/screens/Feeds.tsx:419 msgid "You don't have any saved feeds!" msgstr "У вас немає збережених стрічок!" @@ -4182,7 +4595,7 @@ msgstr "У вас немає збережених стрічок!" msgid "You don't have any saved feeds." msgstr "У вас немає збережених стрічок." -#: src/view/com/post-thread/PostThread.tsx:385 +#: src/view/com/post-thread/PostThread.tsx:406 msgid "You have blocked the author or you have been blocked by the author." msgstr "Ви заблокували автора або автор заблокував вас." @@ -4219,11 +4632,15 @@ msgstr "Ви ще не ігноруєте жодного облікового з msgid "You must be 18 or older to enable adult content." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:96 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:103 +msgid "You must be 18 years or older to enable adult content" +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:98 msgid "You will no longer receive notifications for this thread" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:99 +#: src/view/com/util/forms/PostDropdownBtn.tsx:101 msgid "You will now receive notifications for this thread" msgstr "" @@ -4231,6 +4648,20 @@ msgstr "" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Ви отримаєте електронний лист із кодом підтвердження. Введіть цей код тут, а потім введіть новий пароль." +#: src/screens/Onboarding/StepModeration/index.tsx:72 +msgid "You're in control" +msgstr "" + +#: src/screens/Deactivated.tsx:88 +#: src/screens/Deactivated.tsx:89 +#: src/screens/Deactivated.tsx:104 +msgid "You're in line" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:90 +msgid "You're ready to go!" +msgstr "" + #: src/view/com/posts/FollowingEndOfFeed.tsx:48 msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" @@ -4251,6 +4682,10 @@ msgstr "Ваша дата народження" msgid "Your choice will be saved, but can be changed later in settings." msgstr "" +#: src/screens/Onboarding/StepFollowingFeed.tsx:61 +msgid "Your default feed is \"Following\"" +msgstr "" + #: src/view/com/auth/create/state.ts:153 #: src/view/com/auth/login/ForgotPasswordForm.tsx:70 msgid "Your email appears to be invalid." @@ -4272,7 +4707,7 @@ msgstr "Ваша електронна пошта ще не підтвердже msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "" -#: src/view/com/auth/create/Step3.tsx:42 +#: src/view/com/auth/create/Step3.tsx:45 msgid "Your full handle will be" msgstr "Ваш повний псевдонім буде" @@ -4294,6 +4729,7 @@ msgstr "Ваші коди запрошення приховано, якщо ви msgid "Your post has been published" msgstr "" +#: src/screens/Onboarding/StepFinished.tsx:105 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:59 msgid "Your posts, likes, and blocks are public. Mutes are private." diff --git a/src/screens/Onboarding/Layout.tsx b/src/screens/Onboarding/Layout.tsx index 50487c189..b9683999f 100644 --- a/src/screens/Onboarding/Layout.tsx +++ b/src/screens/Onboarding/Layout.tsx @@ -173,7 +173,7 @@ export function Layout({children}: React.PropsWithChildren<{}>) { ? a.py_2xl : { paddingTop: a.pt_lg.paddingTop, - paddingBottom: insets.bottom, + paddingBottom: insets.bottom + 10, }, ]}> <View diff --git a/src/screens/Onboarding/StepAlgoFeeds/index.tsx b/src/screens/Onboarding/StepAlgoFeeds/index.tsx index 4920c5ad7..7a87318e8 100644 --- a/src/screens/Onboarding/StepAlgoFeeds/index.tsx +++ b/src/screens/Onboarding/StepAlgoFeeds/index.tsx @@ -3,6 +3,7 @@ import {View} from 'react-native' import {useLingui} from '@lingui/react' import {msg, Trans} from '@lingui/macro' +import {IS_PROD} from '#/env' import {atoms as a, tokens, useTheme} from '#/alf' import {ChevronRight_Stroke2_Corner0_Rounded as ChevronRight} from '#/components/icons/Chevron' import {Button, ButtonIcon, ButtonText} from '#/components/Button' @@ -27,15 +28,15 @@ export type FeedConfig = { gradient?: typeof tokens.gradients.midnight | typeof tokens.gradients.nordic } -const PRIMARY_FEEDS: FeedConfig[] = [ +export const PRIMARY_FEEDS: FeedConfig[] = [ { - default: true, - uri: 'at://did:plc:wqowuobffl66jv3kpsvo7ak4/app.bsky.feed.generator/the-algorithm', + default: IS_PROD, // these feeds are only available in prod + uri: 'at://did:plc:z72i7hdynmk6r22z27h6tvur/app.bsky.feed.generator/whats-hot', gradient: tokens.gradients.midnight, }, { - default: false, - uri: 'at://did:plc:z72i7hdynmk6r22z27h6tvur/app.bsky.feed.generator/whats-hot', + default: IS_PROD, // these feeds are only available in prod + uri: 'at://did:plc:wqowuobffl66jv3kpsvo7ak4/app.bsky.feed.generator/the-algorithm', gradient: tokens.gradients.midnight, }, ] @@ -99,11 +100,12 @@ export function StepAlgoFeeds() { <IconCircle icon={ListSparkle} style={[a.mb_2xl]} /> <Title> - <Trans>Choose your algorithmic feeds</Trans> + <Trans>Choose your main feeds</Trans> </Title> <Description> <Trans> - Feeds are created by users and can give you entirely new experiences. + Custom feeds built by the community bring you new experiences and help + you find the content you love. </Trans> </Description> @@ -114,12 +116,12 @@ export function StepAlgoFeeds() { label={_(msg`Select your primary algorithmic feeds`)}> <Text style={[a.text_md, a.pt_4xl, a.pb_md, t.atoms.text_contrast_700]}> - <Trans>We recommend "For You" by Skygaze:</Trans> + <Trans>We recommend our "Discover" feed:</Trans> </Text> <FeedCard config={PRIMARY_FEEDS[0]} /> <Text style={[a.text_md, a.pt_4xl, a.pb_lg, t.atoms.text_contrast_700]}> - <Trans>Or you can try our "Discover" algorithm:</Trans> + <Trans>We also think you'll like "For You" by Skygaze:</Trans> </Text> <FeedCard config={PRIMARY_FEEDS[1]} /> </Toggle.Group> diff --git a/src/screens/Onboarding/StepFinished.tsx b/src/screens/Onboarding/StepFinished.tsx index 02c45f590..af73c6fc1 100644 --- a/src/screens/Onboarding/StepFinished.tsx +++ b/src/screens/Onboarding/StepFinished.tsx @@ -116,7 +116,7 @@ export function StepFinished() { </Text> <Text style={[t.atoms.text_contrast_500, a.text_md, a.leading_snug]}> - <Trans>Never lose access to your followers and data.</Trans> + <Trans>Never lose access to your followers or data.</Trans> </Text> </View> </View> diff --git a/src/screens/Onboarding/StepFollowingFeed.tsx b/src/screens/Onboarding/StepFollowingFeed.tsx index 4b3c62889..114e274b6 100644 --- a/src/screens/Onboarding/StepFollowingFeed.tsx +++ b/src/screens/Onboarding/StepFollowingFeed.tsx @@ -61,7 +61,7 @@ export function StepFollowingFeed() { <Trans>Your default feed is "Following"</Trans> </Title> <Description style={[a.mb_md]}> - <Trans>It show posts from the people your follow as they happen.</Trans> + <Trans>It shows posts from the people you follow as they happen.</Trans> </Description> <View style={[a.w_full]}> diff --git a/src/screens/Onboarding/StepInterests/InterestButton.tsx b/src/screens/Onboarding/StepInterests/InterestButton.tsx index 02413b18d..cc692dafd 100644 --- a/src/screens/Onboarding/StepInterests/InterestButton.tsx +++ b/src/screens/Onboarding/StepInterests/InterestButton.tsx @@ -4,11 +4,13 @@ import {View, ViewStyle, TextStyle} from 'react-native' import {useTheme, atoms as a, native} from '#/alf' import * as Toggle from '#/components/forms/Toggle' import {Text} from '#/components/Typography' +import {capitalize} from '#/lib/strings/capitalize' -import {INTEREST_TO_DISPLAY_NAME} from '#/screens/Onboarding/StepInterests/data' +import {Context} from '#/screens/Onboarding/state' export function InterestButton({interest}: {interest: string}) { const t = useTheme() + const {interestsDisplayNames} = React.useContext(Context) const ctx = Toggle.useItemContext() const styles = React.useMemo(() => { @@ -72,7 +74,7 @@ export function InterestButton({interest}: {interest: string}) { native({paddingTop: 2}), ctx.selected ? styles.textSelected : {}, ]}> - {INTEREST_TO_DISPLAY_NAME[interest]} + {interestsDisplayNames[interest] || capitalize(interest)} </Text> </View> ) diff --git a/src/screens/Onboarding/StepInterests/data.ts b/src/screens/Onboarding/StepInterests/data.ts deleted file mode 100644 index 00a25331c..000000000 --- a/src/screens/Onboarding/StepInterests/data.ts +++ /dev/null @@ -1,36 +0,0 @@ -export const INTEREST_TO_DISPLAY_NAME: { - [key: string]: string -} = { - news: 'News', - journalism: 'Journalism', - nature: 'Nature', - art: 'Art', - comics: 'Comics', - writers: 'Writers', - culture: 'Culture', - sports: 'Sports', - pets: 'Pets', - animals: 'Animals', - books: 'Books', - education: 'Education', - climate: 'Climate', - science: 'Science', - politics: 'Politics', - fitness: 'Fitness', - tech: 'Tech', - dev: 'Software Dev', - comedy: 'Comedy', - gaming: 'Video Games', - food: 'Food', - cooking: 'Cooking', -} - -export type ApiResponseMap = { - interests: string[] - suggestedAccountDids: { - [key: string]: string[] - } - suggestedFeedUris: { - [key: string]: string[] - } -} diff --git a/src/screens/Onboarding/StepInterests/index.tsx b/src/screens/Onboarding/StepInterests/index.tsx index 6f60991d5..5440dcd2b 100644 --- a/src/screens/Onboarding/StepInterests/index.tsx +++ b/src/screens/Onboarding/StepInterests/index.tsx @@ -17,17 +17,14 @@ import {getAgent} from '#/state/session' import {useAnalytics} from '#/lib/analytics/analytics' import {Text} from '#/components/Typography' import {useOnboardingDispatch} from '#/state/shell' +import {capitalize} from '#/lib/strings/capitalize' -import {Context} from '#/screens/Onboarding/state' +import {Context, ApiResponseMap} from '#/screens/Onboarding/state' import { Title, Description, OnboardingControls, } from '#/screens/Onboarding/Layout' -import { - ApiResponseMap, - INTEREST_TO_DISPLAY_NAME, -} from '#/screens/Onboarding/StepInterests/data' import {InterestButton} from '#/screens/Onboarding/StepInterests/InterestButton' import {IconCircle} from '#/screens/Onboarding/IconCircle' @@ -36,7 +33,7 @@ export function StepInterests() { const t = useTheme() const {track} = useAnalytics() const {gtMobile} = useBreakpoints() - const {state, dispatch} = React.useContext(Context) + const {state, dispatch, interestsDisplayNames} = React.useContext(Context) const [saving, setSaving] = React.useState(false) const [interests, setInterests] = React.useState<string[]>( state.interestsStepResults.selectedInterests.map(i => i), @@ -202,7 +199,9 @@ export function StepInterests() { <Toggle.Item key={interest} name={interest} - label={INTEREST_TO_DISPLAY_NAME[interest]}> + label={ + interestsDisplayNames[interest] || capitalize(interest) + }> <InterestButton interest={interest} /> </Toggle.Item> ))} diff --git a/src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx b/src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx index bc4c0387f..6b456de80 100644 --- a/src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx +++ b/src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx @@ -2,19 +2,17 @@ import React from 'react' import {View} from 'react-native' import {useLingui} from '@lingui/react' import {msg, Trans} from '@lingui/macro' +import {UseMutateFunction} from '@tanstack/react-query' -import {isIOS} from '#/platform/detection' import * as Toast from '#/view/com/util/Toast' import {atoms as a, useTheme} from '#/alf' -import { - usePreferencesQuery, - usePreferencesSetAdultContentMutation, -} from '#/state/queries/preferences' +import {usePreferencesQuery} from '#/state/queries/preferences' import {logger} from '#/logger' import {Text} from '#/components/Typography' -import {InlineLink} from '#/components/Link' import * as Toggle from '#/components/forms/Toggle' import {CircleInfo_Stroke2_Corner0_Rounded as CircleInfo} from '#/components/icons/CircleInfo' +import * as Prompt from '#/components/Prompt' +import {isIOS} from '#/platform/detection' function Card({children}: React.PropsWithChildren<{}>) { const t = useTheme() @@ -36,16 +34,25 @@ function Card({children}: React.PropsWithChildren<{}>) { ) } -export function AdultContentEnabledPref() { +export function AdultContentEnabledPref({ + mutate, + variables, +}: { + mutate: UseMutateFunction<void, unknown, {enabled: boolean}, unknown> + variables: {enabled: boolean} | undefined +}) { const {_} = useLingui() const t = useTheme() + const prompt = Prompt.usePromptControl() // Reuse logic here form ContentFilteringSettings.tsx const {data: preferences} = usePreferencesQuery() - const {mutate, variables} = usePreferencesSetAdultContentMutation() const onToggleAdultContent = React.useCallback(async () => { - if (isIOS) return + if (isIOS) { + prompt.open() + return + } try { mutate({ @@ -57,15 +64,33 @@ export function AdultContentEnabledPref() { ) logger.error('Failed to update preferences with server', {error: e}) } - }, [variables, preferences, mutate, _]) + }, [variables, preferences, mutate, _, prompt]) if (!preferences) return null - if (isIOS) { - if (preferences?.adultContentEnabled === true) { - return null - } else { - return ( + return ( + <> + {preferences.userAge && preferences.userAge >= 18 ? ( + <View style={[a.w_full, a.px_xs]}> + <Toggle.Item + name={_(msg`Enable adult content in your feeds`)} + label={_(msg`Enable adult content in your feeds`)} + value={variables?.enabled ?? preferences?.adultContentEnabled} + onChange={onToggleAdultContent}> + <View + style={[ + a.flex_row, + a.w_full, + a.justify_between, + a.align_center, + a.py_md, + ]}> + <Text style={[a.font_bold]}>Enable Adult Content</Text> + <Toggle.Switch /> + </View> + </Toggle.Item> + </View> + ) : ( <Card> <CircleInfo size="sm" fill={t.palette.contrast_500} /> <Text @@ -75,61 +100,23 @@ export function AdultContentEnabledPref() { a.leading_snug, {paddingTop: 1}, ]}> - <Trans> - Adult content can only be enabled via the Web at{' '} - <InlineLink style={[a.leading_snug]} to="https://bsky.app"> - bsky.app - </InlineLink> - . - </Trans> + <Trans>You must be 18 years or older to enable adult content</Trans> </Text> </Card> - ) - } - } else { - if (preferences?.userAge) { - if (preferences.userAge >= 18) { - return ( - <View style={[a.w_full]}> - <Toggle.Item - name={_(msg`Enable adult content in your feeds`)} - label={_(msg`Enable adult content in your feeds`)} - value={variables?.enabled ?? preferences?.adultContentEnabled} - onChange={onToggleAdultContent}> - <View - style={[ - a.flex_row, - a.w_full, - a.justify_between, - a.align_center, - a.py_md, - ]}> - <Text style={[a.font_bold]}>Enable Adult Content</Text> - <Toggle.Switch /> - </View> - </Toggle.Item> - </View> - ) - } else { - return ( - <Card> - <CircleInfo size="sm" fill={t.palette.contrast_500} /> - <Text - style={[ - a.flex_1, - t.atoms.text_contrast_700, - a.leading_snug, - {paddingTop: 1}, - ]}> - <Trans> - You must be 18 years or older to enable adult content - </Trans> - </Text> - </Card> - ) - } - } + )} - return null - } + <Prompt.Outer control={prompt}> + <Prompt.Title>Adult Content</Prompt.Title> + <Prompt.Description> + <Trans> + Due to Apple policies, adult content can only be enabled on the web + after completing sign up. + </Trans> + </Prompt.Description> + <Prompt.Actions> + <Prompt.Action onPress={prompt.close}>OK</Prompt.Action> + </Prompt.Actions> + </Prompt.Outer> + </> + ) } diff --git a/src/screens/Onboarding/StepModeration/ModerationOption.tsx b/src/screens/Onboarding/StepModeration/ModerationOption.tsx index 904c47299..d216692d0 100644 --- a/src/screens/Onboarding/StepModeration/ModerationOption.tsx +++ b/src/screens/Onboarding/StepModeration/ModerationOption.tsx @@ -3,6 +3,7 @@ import {View} from 'react-native' import {LabelPreference} from '@atproto/api' import {useLingui} from '@lingui/react' import {msg} from '@lingui/macro' +import Animated, {Easing, Layout, FadeIn} from 'react-native-reanimated' import { CONFIGURABLE_LABEL_GROUPS, @@ -16,8 +17,10 @@ import * as ToggleButton from '#/components/forms/ToggleButton' export function ModerationOption({ labelGroup, + isMounted, }: { labelGroup: ConfigurableLabelGroup + isMounted: React.MutableRefObject<boolean> }) { const {_} = useLingui() const t = useTheme() @@ -41,7 +44,7 @@ export function ModerationOption({ } return ( - <View + <Animated.View style={[ a.flex_row, a.justify_between, @@ -49,7 +52,9 @@ export function ModerationOption({ a.py_xs, a.px_xs, a.align_center, - ]}> + ]} + layout={Layout.easing(Easing.ease).duration(200)} + entering={isMounted.current ? FadeIn : undefined}> <View style={[a.gap_xs, {width: '50%'}]}> <Text style={[a.font_bold]}>{groupInfo.title}</Text> <Text style={[t.atoms.text_contrast_700, a.leading_snug]}> @@ -57,29 +62,23 @@ export function ModerationOption({ </Text> </View> <View style={[a.justify_center, {minHeight: 35}]}> - {!preferences?.adultContentEnabled && groupInfo.isAdultImagery ? ( - <View style={[a.justify_center, {minHeight: 40}]}> - <Text style={[a.font_bold]}>{labels.hide}</Text> - </View> - ) : ( - <ToggleButton.Group - label={_( - msg`Configure content filtering setting for category: ${groupInfo.title.toLowerCase()}`, - )} - values={[visibility ?? 'hide']} - onChange={onChange}> - <ToggleButton.Button name="hide" label={labels.hide}> - {labels.hide} - </ToggleButton.Button> - <ToggleButton.Button name="warn" label={labels.warn}> - {labels.warn} - </ToggleButton.Button> - <ToggleButton.Button name="ignore" label={labels.show}> - {labels.show} - </ToggleButton.Button> - </ToggleButton.Group> - )} + <ToggleButton.Group + label={_( + msg`Configure content filtering setting for category: ${groupInfo.title.toLowerCase()}`, + )} + values={[visibility ?? 'hide']} + onChange={onChange}> + <ToggleButton.Button name="hide" label={labels.hide}> + {labels.hide} + </ToggleButton.Button> + <ToggleButton.Button name="warn" label={labels.warn}> + {labels.warn} + </ToggleButton.Button> + <ToggleButton.Button name="ignore" label={labels.show}> + {labels.show} + </ToggleButton.Button> + </ToggleButton.Group> </View> - </View> + </Animated.View> ) } diff --git a/src/screens/Onboarding/StepModeration/index.tsx b/src/screens/Onboarding/StepModeration/index.tsx index be605e407..c831b6880 100644 --- a/src/screens/Onboarding/StepModeration/index.tsx +++ b/src/screens/Onboarding/StepModeration/index.tsx @@ -2,9 +2,14 @@ import React from 'react' import {View} from 'react-native' import {useLingui} from '@lingui/react' import {msg, Trans} from '@lingui/macro' +import Animated, {Easing, Layout} from 'react-native-reanimated' import {atoms as a} from '#/alf' -import {configurableLabelGroups} from 'state/queries/preferences' +import { + configurableAdultLabelGroups, + configurableOtherLabelGroups, + usePreferencesSetAdultContentMutation, +} from 'state/queries/preferences' import {Divider} from '#/components/Divider' import {Button, ButtonIcon, ButtonText} from '#/components/Button' import {ChevronRight_Stroke2_Corner0_Rounded as ChevronRight} from '#/components/icons/Chevron' @@ -23,11 +28,32 @@ import {AdultContentEnabledPref} from '#/screens/Onboarding/StepModeration/Adult import {Context} from '#/screens/Onboarding/state' import {IconCircle} from '#/screens/Onboarding/IconCircle' +function AnimatedDivider() { + return ( + <Animated.View layout={Layout.easing(Easing.ease).duration(200)}> + <Divider /> + </Animated.View> + ) +} + export function StepModeration() { const {_} = useLingui() const {track} = useAnalytics() const {state, dispatch} = React.useContext(Context) const {data: preferences} = usePreferencesQuery() + const {mutate, variables} = usePreferencesSetAdultContentMutation() + + // We need to know if the screen is mounted so we know if we want to run entering animations + // https://github.com/software-mansion/react-native-reanimated/discussions/2513 + const isMounted = React.useRef(false) + React.useLayoutEffect(() => { + isMounted.current = true + }, []) + + const adultContentEnabled = !!( + (variables && variables.enabled) || + (!variables && preferences?.adultContentEnabled) + ) const onContinue = React.useCallback(() => { dispatch({type: 'next'}) @@ -43,12 +69,11 @@ export function StepModeration() { <IconCircle icon={EyeSlash} style={[a.mb_2xl]} /> <Title> - <Trans>You are in control</Trans> + <Trans>You're in control</Trans> </Title> <Description style={[a.mb_xl]}> <Trans> - Select the types of content that you want to see (or not see), and - we'll handle the rest. + Select what you want to see (or not see), and we’ll handle the rest. </Trans> </Description> @@ -58,14 +83,23 @@ export function StepModeration() { </View> ) : ( <> - <AdultContentEnabledPref /> + <AdultContentEnabledPref mutate={mutate} variables={variables} /> <View style={[a.gap_sm, a.w_full]}> - {configurableLabelGroups.map((g, index) => ( + {adultContentEnabled && + configurableAdultLabelGroups.map((g, index) => ( + <React.Fragment key={index}> + {index === 0 && <AnimatedDivider />} + <ModerationOption labelGroup={g} isMounted={isMounted} /> + <AnimatedDivider /> + </React.Fragment> + ))} + + {configurableOtherLabelGroups.map((g, index) => ( <React.Fragment key={index}> - {index === 0 && <Divider />} - <ModerationOption labelGroup={g} /> - <Divider /> + {!adultContentEnabled && index === 0 && <AnimatedDivider />} + <ModerationOption labelGroup={g} isMounted={isMounted} /> + <AnimatedDivider /> </React.Fragment> ))} </View> diff --git a/src/screens/Onboarding/StepSuggestedAccounts/index.tsx b/src/screens/Onboarding/StepSuggestedAccounts/index.tsx index 723e53a98..965dae334 100644 --- a/src/screens/Onboarding/StepSuggestedAccounts/index.tsx +++ b/src/screens/Onboarding/StepSuggestedAccounts/index.tsx @@ -14,6 +14,7 @@ import {Loader} from '#/components/Loader' import * as Toggle from '#/components/forms/Toggle' import {useModerationOpts} from '#/state/queries/preferences' import {useAnalytics} from '#/lib/analytics/analytics' +import {capitalize} from '#/lib/strings/capitalize' import {Context} from '#/screens/Onboarding/state' import { @@ -25,7 +26,6 @@ import { SuggestedAccountCard, SuggestedAccountCardPlaceholder, } from '#/screens/Onboarding/StepSuggestedAccounts/SuggestedAccountCard' -import {INTEREST_TO_DISPLAY_NAME} from '#/screens/Onboarding/StepInterests/data' import {aggregateInterestItems} from '#/screens/Onboarding/util' import {IconCircle} from '#/screens/Onboarding/IconCircle' @@ -70,7 +70,7 @@ export function Inner({ export function StepSuggestedAccounts() { const {_} = useLingui() const {track} = useAnalytics() - const {state, dispatch} = React.useContext(Context) + const {state, dispatch, interestsDisplayNames} = React.useContext(Context) const {gtMobile} = useBreakpoints() const suggestedDids = React.useMemo(() => { return aggregateInterestItems( @@ -93,10 +93,10 @@ export function StepSuggestedAccounts() { const interestsText = React.useMemo(() => { const i = state.interestsStepResults.selectedInterests.map( - i => INTEREST_TO_DISPLAY_NAME[i], + i => interestsDisplayNames[i] || capitalize(i), ) return i.join(', ') - }, [state.interestsStepResults.selectedInterests]) + }, [state.interestsStepResults.selectedInterests, interestsDisplayNames]) const handleContinue = React.useCallback(async () => { setSaving(true) @@ -107,7 +107,7 @@ export function StepSuggestedAccounts() { setSaving(false) dispatch({type: 'next'}) - track('OnboardingV2:StepSuggestedAccounts:Start', { + track('OnboardingV2:StepSuggestedAccounts:End', { selectedAccountsLength: dids.length, }) }, [dids, setSaving, dispatch, track]) @@ -129,13 +129,13 @@ export function StepSuggestedAccounts() { <IconCircle icon={At} style={[a.mb_2xl]} /> <Title> - <Trans>Here are some accounts for your to follow</Trans> + <Trans>Here are some accounts for you to follow</Trans> </Title> <Description> {state.interestsStepResults.selectedInterests.length ? ( <Trans>Based on your interest in {interestsText}</Trans> ) : ( - <Trans>These are popular accounts you might like.</Trans> + <Trans>These are popular accounts you might like:</Trans> )} </Description> @@ -171,7 +171,7 @@ export function StepSuggestedAccounts() { color="gradient_sky" size="large" label={_( - msg`Follow selected accounts and continue to then next step`, + msg`Follow selected accounts and continue to the next step`, )} onPress={handleContinue}> <ButtonText> diff --git a/src/screens/Onboarding/StepTopicalFeeds.tsx b/src/screens/Onboarding/StepTopicalFeeds.tsx index 516c18e6e..3640b764d 100644 --- a/src/screens/Onboarding/StepTopicalFeeds.tsx +++ b/src/screens/Onboarding/StepTopicalFeeds.tsx @@ -3,6 +3,7 @@ import {View} from 'react-native' import {useLingui} from '@lingui/react' import {msg, Trans} from '@lingui/macro' +import {IS_PROD} from '#/env' import {atoms as a} from '#/alf' import {ChevronRight_Stroke2_Corner0_Rounded as ChevronRight} from '#/components/icons/Chevron' import {ListMagnifyingGlass_Stroke2_Corner0_Rounded as ListMagnifyingGlass} from '#/components/icons/ListMagnifyingGlass' @@ -10,6 +11,7 @@ import {Button, ButtonIcon, ButtonText} from '#/components/Button' import * as Toggle from '#/components/forms/Toggle' import {Loader} from '#/components/Loader' import {useAnalytics} from '#/lib/analytics/analytics' +import {capitalize} from '#/lib/strings/capitalize' import {Context} from '#/screens/Onboarding/state' import { @@ -18,17 +20,17 @@ import { OnboardingControls, } from '#/screens/Onboarding/Layout' import {FeedCard} from '#/screens/Onboarding/StepAlgoFeeds/FeedCard' -import {INTEREST_TO_DISPLAY_NAME} from '#/screens/Onboarding/StepInterests/data' import {aggregateInterestItems} from '#/screens/Onboarding/util' import {IconCircle} from '#/screens/Onboarding/IconCircle' export function StepTopicalFeeds() { const {_} = useLingui() const {track} = useAnalytics() - const {state, dispatch} = React.useContext(Context) + const {state, dispatch, interestsDisplayNames} = React.useContext(Context) const [selectedFeedUris, setSelectedFeedUris] = React.useState<string[]>([]) const [saving, setSaving] = React.useState(false) const suggestedFeedUris = React.useMemo(() => { + if (!IS_PROD) return [] return aggregateInterestItems( state.interestsStepResults.selectedInterests, state.interestsStepResults.apiResponse.suggestedFeedUris, @@ -38,10 +40,10 @@ export function StepTopicalFeeds() { const interestsText = React.useMemo(() => { const i = state.interestsStepResults.selectedInterests.map( - i => INTEREST_TO_DISPLAY_NAME[i], + i => interestsDisplayNames[i] || capitalize(i), ) return i.join(', ') - }, [state.interestsStepResults.selectedInterests]) + }, [state.interestsStepResults.selectedInterests, interestsDisplayNames]) const saveFeeds = React.useCallback(async () => { setSaving(true) diff --git a/src/screens/Onboarding/index.tsx b/src/screens/Onboarding/index.tsx index a4eb04012..9e5029e87 100644 --- a/src/screens/Onboarding/index.tsx +++ b/src/screens/Onboarding/index.tsx @@ -1,4 +1,6 @@ import React from 'react' +import {useLingui} from '@lingui/react' +import {msg} from '@lingui/macro' import {Portal} from '#/components/Portal' @@ -13,13 +15,44 @@ import {StepFinished} from '#/screens/Onboarding/StepFinished' import {StepModeration} from '#/screens/Onboarding/StepModeration' export function Onboarding() { + const {_} = useLingui() const [state, dispatch] = React.useReducer(reducer, {...initialState}) + const interestsDisplayNames = React.useMemo(() => { + return { + news: _(msg`News`), + journalism: _(msg`Journalism`), + nature: _(msg`Nature`), + art: _(msg`Art`), + comics: _(msg`Comics`), + writers: _(msg`Writers`), + culture: _(msg`Culture`), + sports: _(msg`Sports`), + pets: _(msg`Pets`), + animals: _(msg`Animals`), + books: _(msg`Books`), + education: _(msg`Education`), + climate: _(msg`Climate`), + science: _(msg`Science`), + politics: _(msg`Politics`), + fitness: _(msg`Fitness`), + tech: _(msg`Tech`), + dev: _(msg`Software Dev`), + comedy: _(msg`Comedy`), + gaming: _(msg`Video Games`), + food: _(msg`Food`), + cooking: _(msg`Cooking`), + } + }, [_]) + return ( <Portal> <OnboardingControls.Provider> <Context.Provider - value={React.useMemo(() => ({state, dispatch}), [state, dispatch])}> + value={React.useMemo( + () => ({state, dispatch, interestsDisplayNames}), + [state, dispatch, interestsDisplayNames], + )}> <Layout> {state.activeStep === 'interests' && <StepInterests />} {state.activeStep === 'suggestedAccounts' && ( diff --git a/src/screens/Onboarding/state.ts b/src/screens/Onboarding/state.ts index 164c2f5f3..bd8205ca2 100644 --- a/src/screens/Onboarding/state.ts +++ b/src/screens/Onboarding/state.ts @@ -1,6 +1,5 @@ import React from 'react' -import {ApiResponseMap} from '#/screens/Onboarding/StepInterests/data' import {logger} from '#/logger' export type OnboardingState = { @@ -59,6 +58,16 @@ export type OnboardingAction = feedUris: string[] } +export type ApiResponseMap = { + interests: string[] + suggestedAccountDids: { + [key: string]: string[] + } + suggestedFeedUris: { + [key: string]: string[] + } +} + export const initialState: OnboardingState = { hasPrev: false, totalSteps: 7, @@ -84,12 +93,41 @@ export const initialState: OnboardingState = { }, } +export const INTEREST_TO_DISPLAY_NAME_DEFAULTS: { + [key: string]: string +} = { + news: 'News', + journalism: 'Journalism', + nature: 'Nature', + art: 'Art', + comics: 'Comics', + writers: 'Writers', + culture: 'Culture', + sports: 'Sports', + pets: 'Pets', + animals: 'Animals', + books: 'Books', + education: 'Education', + climate: 'Climate', + science: 'Science', + politics: 'Politics', + fitness: 'Fitness', + tech: 'Tech', + dev: 'Software Dev', + comedy: 'Comedy', + gaming: 'Video Games', + food: 'Food', + cooking: 'Cooking', +} + export const Context = React.createContext<{ state: OnboardingState dispatch: React.Dispatch<OnboardingAction> + interestsDisplayNames: {[key: string]: string} }>({ state: {...initialState}, dispatch: () => {}, + interestsDisplayNames: INTEREST_TO_DISPLAY_NAME_DEFAULTS, }) export function reducer( diff --git a/src/screens/Onboarding/util.ts b/src/screens/Onboarding/util.ts index 2a709a67b..1a0b8d21b 100644 --- a/src/screens/Onboarding/util.ts +++ b/src/screens/Onboarding/util.ts @@ -2,6 +2,7 @@ import {AppBskyGraphFollow, AppBskyGraphGetFollows} from '@atproto/api' import {until} from '#/lib/async/until' import {getAgent} from '#/state/session' +import {PRIMARY_FEEDS} from './StepAlgoFeeds' function shuffle(array: any) { let currentIndex = array.length, @@ -31,7 +32,15 @@ export function aggregateInterestItems( const selected = interests.length const all = interests .map(i => { - const suggestions = shuffle(map[i]) + // suggestions from server + const rawSuggestions = map[i] + + // safeguard against a missing interest->suggestion mapping + if (!rawSuggestions || !rawSuggestions.length) { + return [] + } + + const suggestions = shuffle(rawSuggestions) if (selected === 1) { return suggestions // return all @@ -102,11 +111,19 @@ async function whenFollowsIndexed( * feed after Following */ export function sortPrimaryAlgorithmFeeds(uris: string[]) { - return uris.sort(uri => { - return uri.includes('the-algorithm') - ? -1 - : uri.includes('whats-hot') - ? 0 - : 1 + return uris.sort((a, b) => { + if (a === PRIMARY_FEEDS[0].uri) { + return -1 + } + if (b === PRIMARY_FEEDS[0].uri) { + return 1 + } + if (a === PRIMARY_FEEDS[1].uri) { + return -1 + } + if (b === PRIMARY_FEEDS[1].uri) { + return 1 + } + return a.localeCompare(b) }) } diff --git a/src/state/modals/index.tsx b/src/state/modals/index.tsx index 45856e108..ab710a3d0 100644 --- a/src/state/modals/index.tsx +++ b/src/state/modals/index.tsx @@ -6,7 +6,7 @@ import {Image as RNImage} from 'react-native-image-crop-picker' import {ImageModel} from '#/state/models/media/image' import {GalleryModel} from '#/state/models/media/gallery' import {useNonReactiveCallback} from '#/lib/hooks/useNonReactiveCallback' -import {EmbedPlayerSource} from '#/lib/strings/embed-player.ts' +import {EmbedPlayerSource} from '#/lib/strings/embed-player' import {ThreadgateSetting} from '../queries/threadgate' export interface ConfirmModal { diff --git a/src/state/queries/feed.ts b/src/state/queries/feed.ts index 4acc7179a..67294ece2 100644 --- a/src/state/queries/feed.ts +++ b/src/state/queries/feed.ts @@ -136,6 +136,10 @@ export function getFeedTypeFromUri(uri: string) { return pathname.includes(feedSourceNSIDs.feed) ? 'feed' : 'list' } +export function getAvatarTypeFromUri(uri: string) { + return getFeedTypeFromUri(uri) === 'feed' ? 'algo' : 'list' +} + export function useFeedSourceInfoQuery({uri}: {uri: string}) { const type = getFeedTypeFromUri(uri) diff --git a/src/state/queries/notifications/feed.ts b/src/state/queries/notifications/feed.ts index d652f493d..b91db9237 100644 --- a/src/state/queries/notifications/feed.ts +++ b/src/state/queries/notifications/feed.ts @@ -67,18 +67,20 @@ export function useNotificationFeedQuery(opts?: {enabled?: boolean}) { page = unreads.getCachedUnreadPage() } if (!page) { - page = await fetchPage({ - limit: PAGE_SIZE, - cursor: pageParam, - queryClient, - moderationOpts, - threadMutes, - fetchAdditionalData: true, - }) + page = ( + await fetchPage({ + limit: PAGE_SIZE, + cursor: pageParam, + queryClient, + moderationOpts, + threadMutes, + fetchAdditionalData: true, + }) + ).page } // if the first page has an unread, mark all read - if (!pageParam && page.items[0] && !page.items[0].notification.isRead) { + if (!pageParam) { unreads.markAllRead() } diff --git a/src/state/queries/notifications/unread.tsx b/src/state/queries/notifications/unread.tsx index a96b56225..e7a0631ec 100644 --- a/src/state/queries/notifications/unread.tsx +++ b/src/state/queries/notifications/unread.tsx @@ -127,7 +127,7 @@ export function Provider({children}: React.PropsWithChildren<{}>) { } // count - const page = await fetchPage({ + const {page, indexedAt: lastIndexed} = await fetchPage({ cursor: undefined, limit: 40, queryClient, @@ -151,12 +151,14 @@ export function Provider({children}: React.PropsWithChildren<{}>) { // track last sync const now = new Date() - const lastIndexed = - page.items[0] && new Date(page.items[0].notification.indexedAt) + const lastIndexedDate = lastIndexed + ? new Date(lastIndexed) + : undefined cacheRef.current = { usableInFeed: !!invalidate, // will be used immediately data: page, - syncedAt: !lastIndexed || now > lastIndexed ? now : lastIndexed, + syncedAt: + !lastIndexedDate || now > lastIndexedDate ? now : lastIndexedDate, unreadCount, } diff --git a/src/state/queries/notifications/util.ts b/src/state/queries/notifications/util.ts index 411a0f791..1c85d2b6d 100644 --- a/src/state/queries/notifications/util.ts +++ b/src/state/queries/notifications/util.ts @@ -6,6 +6,7 @@ import { AppBskyFeedPost, AppBskyFeedRepost, AppBskyFeedLike, + AppBskyEmbedRecord, } from '@atproto/api' import {moderatePost_wrapped as moderatePost} from '#/lib/moderatePost_wrapped' import chunk from 'lodash.chunk' @@ -35,11 +36,12 @@ export async function fetchPage({ moderationOpts: ModerationOpts | undefined threadMutes: string[] fetchAdditionalData: boolean -}): Promise<FeedPage> { +}): Promise<{page: FeedPage; indexedAt: string | undefined}> { const res = await getAgent().listNotifications({ limit, cursor, }) + const indexedAt = res.data.notifications[0]?.indexedAt // filter out notifs by mod rules const notifs = res.data.notifications.filter( @@ -74,9 +76,12 @@ export async function fetchPage({ } return { - cursor: res.data.cursor, - seenAt, - items: notifsGrouped, + page: { + cursor: res.data.cursor, + seenAt, + items: notifsGrouped, + }, + indexedAt, } } @@ -110,8 +115,6 @@ function shouldFilterNotif( return true } } - // TODO: thread muting is not being applied - // (this requires fetching the post) return false } @@ -221,10 +224,44 @@ function getSubjectUri( } } -function isThreadMuted(notif: FeedNotification, mutes: string[]): boolean { - if (!notif.subject) { - return false +export function isThreadMuted(notif: FeedNotification, threadMutes: string[]) { + // If there's a subject we want to use that. This will always work on the notifications tab + if (notif.subject) { + const record = notif.subject.record as AppBskyFeedPost.Record + // Check for a quote record + if ( + (record.reply && threadMutes.includes(record.reply.root.uri)) || + (notif.subject.uri && threadMutes.includes(notif.subject.uri)) + ) { + return true + } else if ( + AppBskyEmbedRecord.isMain(record.embed) && + threadMutes.includes(record.embed.record.uri) + ) { + return true + } + } else { + // Otherwise we just do the best that we can + const record = notif.notification.record + if (AppBskyFeedPost.isRecord(record)) { + if (record.reply && threadMutes.includes(record.reply.root.uri)) { + // We can always filter replies + return true + } else if ( + AppBskyEmbedRecord.isMain(record.embed) && + threadMutes.includes(record.embed.record.uri) + ) { + // We can also filter quotes if the quoted post is the root + return true + } + } else if ( + AppBskyFeedRepost.isRecord(record) && + threadMutes.includes(record.subject.uri) + ) { + // Finally we can filter reposts, again if the post is the root + return true + } } - const record = notif.subject.record as AppBskyFeedPost.Record // assured in fetchSubjects() - return mutes.includes(record.reply?.root.uri || notif.subject.uri) + + return false } diff --git a/src/state/queries/post-feed.ts b/src/state/queries/post-feed.ts index 82acf3974..b422fa8fe 100644 --- a/src/state/queries/post-feed.ts +++ b/src/state/queries/post-feed.ts @@ -28,6 +28,7 @@ import {getModerationOpts} from '#/state/queries/preferences/moderation' import {KnownError} from '#/view/com/posts/FeedErrorMessage' import {embedViewRecordToPostView, getEmbeddedPost} from './util' import {useModerationOpts} from './preferences' +import {queryClient} from 'lib/react-query' type ActorDid = string type AuthorFilter = @@ -444,3 +445,15 @@ function assertSomePostsPassModeration(feed: AppBskyFeedDefs.FeedViewPost[]) { throw new Error(KnownError.FeedNSFPublic) } } + +export function resetProfilePostsQueries(did: string, timeout = 0) { + setTimeout(() => { + queryClient.resetQueries({ + predicate: query => + !!( + query.queryKey[0] === 'post-feed' && + (query.queryKey[1] as string)?.includes(did) + ), + }) + }, timeout) +} diff --git a/src/state/queries/preferences/types.ts b/src/state/queries/preferences/types.ts index cd9a2e8f9..45c9eed7d 100644 --- a/src/state/queries/preferences/types.ts +++ b/src/state/queries/preferences/types.ts @@ -5,15 +5,23 @@ import { BskyFeedViewPreference, } from '@atproto/api' -export const configurableLabelGroups = [ +export const configurableAdultLabelGroups = [ 'nsfw', 'nudity', 'suggestive', 'gore', +] as const + +export const configurableOtherLabelGroups = [ 'hate', 'spam', 'impersonation', ] as const + +export const configurableLabelGroups = [ + ...configurableAdultLabelGroups, + ...configurableOtherLabelGroups, +] as const export type ConfigurableLabelGroup = (typeof configurableLabelGroups)[number] export type LabelGroup = diff --git a/src/state/queries/profile.ts b/src/state/queries/profile.ts index 74be99330..affb8295c 100644 --- a/src/state/queries/profile.ts +++ b/src/state/queries/profile.ts @@ -17,6 +17,7 @@ import {updateProfileShadow} from '../cache/profile-shadow' import {uploadBlob} from '#/lib/api' import {until} from '#/lib/async/until' import {Shadow} from '#/state/cache/types' +import {resetProfilePostsQueries} from '#/state/queries/post-feed' import {useToggleMutationQueue} from '#/lib/hooks/useToggleMutationQueue' import {RQKEY as RQKEY_MY_MUTED} from './my-muted-accounts' import {RQKEY as RQKEY_MY_BLOCKED} from './my-blocked-accounts' @@ -26,16 +27,19 @@ import {track} from '#/lib/analytics/analytics' export const RQKEY = (did: string) => ['profile', did] export const profilesQueryKey = (handles: string[]) => ['profiles', handles] -export function useProfileQuery({did}: {did: string | undefined}) { - const {currentAccount} = useSession() - const isCurrentAccount = did === currentAccount?.did - +export function useProfileQuery({ + did, + staleTime = STALE.SECONDS.FIFTEEN, +}: { + did: string | undefined + staleTime?: number +}) { return useQuery({ // WARNING // this staleTime is load-bearing // if you remove it, the UI infinite-loops // -prf - staleTime: isCurrentAccount ? STALE.SECONDS.THIRTY : STALE.MINUTES.FIVE, + staleTime, refetchOnWindowFocus: true, queryKey: RQKEY(did || ''), queryFn: async () => { @@ -375,8 +379,9 @@ function useProfileBlockMutation() { {subject: did, createdAt: new Date().toISOString()}, ) }, - onSuccess() { + onSuccess(_, {did}) { queryClient.invalidateQueries({queryKey: RQKEY_MY_BLOCKED()}) + resetProfilePostsQueries(did, 1000) }, }) } @@ -394,6 +399,9 @@ function useProfileUnblockMutation() { rkey, }) }, + onSuccess(_, {did}) { + resetProfilePostsQueries(did, 1000) + }, }) } diff --git a/src/state/session/index.tsx b/src/state/session/index.tsx index ed2e6fcf1..c44f96dd6 100644 --- a/src/state/session/index.tsx +++ b/src/state/session/index.tsx @@ -236,7 +236,7 @@ export function Provider({children}: React.PropsWithChildren<{}>) { if (!deactivated) { /*dont await*/ agent.upsertProfile(_existing => { return { - displayName: handle, + displayName: '', } }) } diff --git a/src/state/shell/composer.tsx b/src/state/shell/composer.tsx index 2133ee6b0..696a3c5ba 100644 --- a/src/state/shell/composer.tsx +++ b/src/state/shell/composer.tsx @@ -1,5 +1,9 @@ import React from 'react' -import {AppBskyEmbedRecord, AppBskyRichtextFacet} from '@atproto/api' +import { + AppBskyEmbedRecord, + AppBskyRichtextFacet, + PostModeration, +} from '@atproto/api' import {useNonReactiveCallback} from '#/lib/hooks/useNonReactiveCallback' export interface ComposerOptsPostRef { @@ -12,6 +16,7 @@ export interface ComposerOptsPostRef { avatar?: string } embed?: AppBskyEmbedRecord.ViewRecord['embed'] + moderation?: PostModeration } export interface ComposerOptsQuote { uri: string diff --git a/src/view/com/composer/ComposerReplyTo.tsx b/src/view/com/composer/ComposerReplyTo.tsx index 678c8581f..39a1473a3 100644 --- a/src/view/com/composer/ComposerReplyTo.tsx +++ b/src/view/com/composer/ComposerReplyTo.tsx @@ -83,7 +83,11 @@ export function ComposerReplyTo({replyTo}: {replyTo: ComposerOptsPostRef}) { accessibilityHint={_( msg`Expand or collapse the full post you are replying to`, )}> - <UserAvatar avatar={replyTo.author.avatar} size={50} /> + <UserAvatar + avatar={replyTo.author.avatar} + size={50} + moderation={replyTo.moderation?.avatar} + /> <View style={styles.replyToPost}> <Text type="xl-medium" style={[pal.text]}> {sanitizeDisplayName( @@ -99,7 +103,7 @@ export function ComposerReplyTo({replyTo}: {replyTo: ComposerOptsPostRef}) { {replyTo.text} </Text> </View> - {images && ( + {images && !replyTo.moderation?.embed.blur && ( <ComposerReplyToImages images={images} showFull={showFull} /> )} </View> diff --git a/src/view/com/composer/select-language/SuggestedLanguage.tsx b/src/view/com/composer/select-language/SuggestedLanguage.tsx index 987d89d36..0bf62ae0d 100644 --- a/src/view/com/composer/select-language/SuggestedLanguage.tsx +++ b/src/view/com/composer/select-language/SuggestedLanguage.tsx @@ -23,7 +23,9 @@ const onIdle = globalThis.requestIdleCallback || (cb => setTimeout(cb, 1)) const cancelIdle = globalThis.cancelIdleCallback || clearTimeout export function SuggestedLanguage({text}: {text: string}) { - const [suggestedLanguage, setSuggestedLanguage] = useState<string>() + const [suggestedLanguage, setSuggestedLanguage] = useState< + string | undefined + >() const langPrefs = useLanguagePrefs() const setLangPrefs = useLanguagePrefsApi() const pal = usePalette('default') @@ -40,14 +42,7 @@ export function SuggestedLanguage({text}: {text: string}) { } const idle = onIdle(() => { - // Only select languages that have a high confidence and convert to code2 - const result = lande(textTrimmed).filter( - ([lang, value]) => value >= 0.97 && code3ToCode2Strict(lang), - ) - - setSuggestedLanguage( - result.length > 0 ? code3ToCode2Strict(result[0][0]) : undefined, - ) + setSuggestedLanguage(guessLanguage(textTrimmed)) }) return () => cancelIdle(idle) @@ -99,3 +94,22 @@ const styles = StyleSheet.create({ marginBottom: 10, }, }) + +/** + * This function is using the lande language model to attempt to detect the language + * We want to only make suggestions when we feel a high degree of certainty + * The magic numbers are based on debugging sessions against some test strings + */ +function guessLanguage(text: string): string | undefined { + const scores = lande(text).filter(([_lang, value]) => value >= 0.0002) + // if the model has multiple items with a score higher than 0.0002, it isn't certain enough + if (scores.length !== 1) { + return undefined + } + const [lang, value] = scores[0] + // if the model doesn't give a score of 0.97 or above, it isn't certain enough + if (value < 0.97) { + return undefined + } + return code3ToCode2Strict(lang) +} diff --git a/src/view/com/composer/text-input/TextInput.web.tsx b/src/view/com/composer/text-input/TextInput.web.tsx index f2012a630..af0d18743 100644 --- a/src/view/com/composer/text-input/TextInput.web.tsx +++ b/src/view/com/composer/text-input/TextInput.web.tsx @@ -316,7 +316,6 @@ function getImageFromUri( const type = item.type if (type === 'text/plain') { - console.log('hit') item.getAsString(async itemString => { if (isUriImage(itemString)) { const response = await fetch(itemString) diff --git a/src/view/com/feeds/ProfileFeedgens.tsx b/src/view/com/feeds/ProfileFeedgens.tsx index 96a04bad0..e9cf9e535 100644 --- a/src/view/com/feeds/ProfileFeedgens.tsx +++ b/src/view/com/feeds/ProfileFeedgens.tsx @@ -1,5 +1,5 @@ import React from 'react' -import {Dimensions, StyleProp, StyleSheet, View, ViewStyle} from 'react-native' +import {StyleProp, StyleSheet, View, ViewStyle} from 'react-native' import {useQueryClient} from '@tanstack/react-query' import {List, ListRef} from '../util/List' import {FeedSourceCardLoaded} from './FeedSourceCard' @@ -180,9 +180,7 @@ export const ProfileFeedgens = React.forwardRef< refreshing={isPTRing} onRefresh={onRefresh} headerOffset={headerOffset} - contentContainerStyle={{ - minHeight: Dimensions.get('window').height * 1.5, - }} + contentContainerStyle={isNative && {paddingBottom: headerOffset + 100}} indicatorStyle={theme.colorScheme === 'dark' ? 'white' : 'black'} removeClippedSubviews={true} // @ts-ignore our .web version only -prf diff --git a/src/view/com/lists/ProfileLists.tsx b/src/view/com/lists/ProfileLists.tsx index ba3e95b54..a47b25bed 100644 --- a/src/view/com/lists/ProfileLists.tsx +++ b/src/view/com/lists/ProfileLists.tsx @@ -1,5 +1,5 @@ import React from 'react' -import {Dimensions, StyleProp, StyleSheet, View, ViewStyle} from 'react-native' +import {StyleProp, StyleSheet, View, ViewStyle} from 'react-native' import {useQueryClient} from '@tanstack/react-query' import {List, ListRef} from '../util/List' import {ListCard} from './ListCard' @@ -182,9 +182,9 @@ export const ProfileLists = React.forwardRef<SectionRef, ProfileListsProps>( refreshing={isPTRing} onRefresh={onRefresh} headerOffset={headerOffset} - contentContainerStyle={{ - minHeight: Dimensions.get('window').height * 1.5, - }} + contentContainerStyle={ + isNative && {paddingBottom: headerOffset + 100} + } indicatorStyle={theme.colorScheme === 'dark' ? 'white' : 'black'} removeClippedSubviews={true} // @ts-ignore our .web version only -prf diff --git a/src/view/com/modals/AltImage.tsx b/src/view/com/modals/AltImage.tsx index 5156511d6..7671c29c8 100644 --- a/src/view/com/modals/AltImage.tsx +++ b/src/view/com/modals/AltImage.tsx @@ -4,7 +4,9 @@ import { StyleSheet, TouchableOpacity, View, + TextInput as RNTextInput, useWindowDimensions, + ScrollView as RNScrollView, } from 'react-native' import {ScrollView, TextInput} from './util' import {Image} from 'expo-image' @@ -13,6 +15,7 @@ import {gradients, s} from 'lib/styles' import {enforceLen} from 'lib/strings/helpers' import {MAX_ALT_TEXT} from 'lib/constants' import {useTheme} from 'lib/ThemeContext' +import {useIsKeyboardVisible} from 'lib/hooks/useIsKeyboardVisible' import {Text} from '../util/text/Text' import LinearGradient from 'react-native-linear-gradient' import {isWeb} from 'platform/detection' @@ -34,6 +37,24 @@ export function Component({image}: Props) { const [altText, setAltText] = useState(image.altText) const windim = useWindowDimensions() const {closeModal} = useModalControls() + const inputRef = React.useRef<RNTextInput>(null) + const scrollViewRef = React.useRef<RNScrollView>(null) + const keyboardShown = useIsKeyboardVisible() + + // Autofocus hack when we open the modal. We have to wait for the animation to complete first + React.useEffect(() => { + setTimeout(() => { + inputRef.current?.focus() + }, 500) + }, []) + + // We'd rather be at the bottom here so that we can easily dismiss the modal instead of having to scroll + // (especially on android, it acts weird) + React.useEffect(() => { + if (keyboardShown[0]) { + scrollViewRef.current?.scrollToEnd() + } + }, [keyboardShown]) const imageStyles = useMemo<ImageStyle>(() => { const maxWidth = isWeb ? 450 : windim.width @@ -71,6 +92,7 @@ export function Component({image}: Props) { testID="altTextImageModal" style={[pal.view, styles.scrollContainer]} keyboardShouldPersistTaps="always" + ref={scrollViewRef} nativeID="imageAltText"> <View style={styles.scrollInner}> <View style={[pal.viewLight, styles.imageContainer]}> @@ -97,7 +119,8 @@ export function Component({image}: Props) { accessibilityLabel={_(msg`Image alt text`)} accessibilityHint="" accessibilityLabelledBy="imageAltText" - autoFocus + // @ts-ignore This is fine, type is weird on the BottomSheetTextInput + ref={inputRef} /> <View style={styles.buttonControls}> <TouchableOpacity diff --git a/src/view/com/modals/ProfilePreview.tsx b/src/view/com/modals/ProfilePreview.tsx index 77e68db70..88b0df71d 100644 --- a/src/view/com/modals/ProfilePreview.tsx +++ b/src/view/com/modals/ProfilePreview.tsx @@ -27,12 +27,12 @@ export function Component({did}: {did: string}) { data: profile, error: profileError, refetch: refetchProfile, - isFetching: isFetchingProfile, + isLoading: isLoadingProfile, } = useProfileQuery({ did: did, }) - if (isFetchingProfile || !moderationOpts) { + if (isLoadingProfile || !moderationOpts) { return ( <CenteredView style={[pal.view, s.flex1]}> <ProfileHeader diff --git a/src/view/com/modals/UserAddRemoveLists.tsx b/src/view/com/modals/UserAddRemoveLists.tsx index 23adbe1a8..8452f2513 100644 --- a/src/view/com/modals/UserAddRemoveLists.tsx +++ b/src/view/com/modals/UserAddRemoveLists.tsx @@ -1,5 +1,10 @@ import React, {useCallback} from 'react' -import {ActivityIndicator, StyleSheet, View} from 'react-native' +import { + ActivityIndicator, + StyleSheet, + useWindowDimensions, + View, +} from 'react-native' import {AppBskyGraphDefs as GraphDefs} from '@atproto/api' import {Text} from '../util/text/Text' import {UserAvatar} from '../util/UserAvatar' @@ -10,7 +15,7 @@ import {sanitizeDisplayName} from 'lib/strings/display-names' import {sanitizeHandle} from 'lib/strings/handles' import {s} from 'lib/styles' import {usePalette} from 'lib/hooks/usePalette' -import {isWeb, isAndroid} from 'platform/detection' +import {isWeb, isAndroid, isMobileWeb} from 'platform/detection' import {Trans, msg} from '@lingui/macro' import {useLingui} from '@lingui/react' import {useModalControls} from '#/state/modals' @@ -41,6 +46,7 @@ export function Component({ }) { const {closeModal} = useModalControls() const pal = usePalette('default') + const {height: screenHeight} = useWindowDimensions() const {_} = useLingui() const {data: memberships} = useDangerousListMembershipsQuery() @@ -48,6 +54,16 @@ export function Component({ closeModal() }, [closeModal]) + const listStyle = React.useMemo(() => { + if (isMobileWeb) { + return [pal.border, {height: screenHeight / 2}] + } else if (isWeb) { + return [pal.border, {height: screenHeight / 1.5}] + } + + return [pal.border, {flex: 1}] + }, [pal.border, screenHeight]) + return ( <View testID="userAddRemoveListsModal" style={s.hContentRegion}> <Text style={[styles.title, pal.text]}> @@ -68,7 +84,7 @@ export function Component({ onRemove={onRemove} /> )} - style={[styles.list, pal.border]} + style={listStyle} /> <View style={[styles.btns, pal.border]}> <Button diff --git a/src/view/com/notifications/FeedItem.tsx b/src/view/com/notifications/FeedItem.tsx index 0dfac2a83..f037097df 100644 --- a/src/view/com/notifications/FeedItem.tsx +++ b/src/view/com/notifications/FeedItem.tsx @@ -167,9 +167,7 @@ let FeedItem = ({ icon = 'user-plus' iconStyle = [s.blue3 as FontAwesomeIconStyle] } else if (item.type === 'feedgen-like') { - action = item.subjectUri - ? _(msg`liked your custom feed '${new AtUri(item.subjectUri).rkey}'`) - : _(msg`liked your custom feed`) + action = _(msg`liked your custom feed`) icon = 'HeartIconSolid' iconStyle = [ s.likeColor as FontAwesomeIconStyle, diff --git a/src/view/com/pager/FeedsTabBar.web.tsx b/src/view/com/pager/FeedsTabBar.web.tsx index 385da5544..9fe03b7e9 100644 --- a/src/view/com/pager/FeedsTabBar.web.tsx +++ b/src/view/com/pager/FeedsTabBar.web.tsx @@ -88,11 +88,17 @@ function FeedsTabBarTablet( const navigation = useNavigation<NavigationProp>() const {headerMinimalShellTransform} = useMinimalShellMode() const {headerHeight} = useShellLayout() - const pinnedDisplayNames = hasSession ? feeds.map(f => f.displayName) : [] - const showFeedsLinkInTabBar = hasSession && !hasPinnedCustom - const items = showFeedsLinkInTabBar - ? pinnedDisplayNames.concat('Feeds ✨') - : pinnedDisplayNames + + const items = React.useMemo(() => { + if (!hasSession) return [] + + const pinnedNames = feeds.map(f => f.displayName) + + if (!hasPinnedCustom) { + return pinnedNames.concat('Feeds ✨') + } + return pinnedNames + }, [hasSession, hasPinnedCustom, feeds]) const onPressDiscoverFeeds = React.useCallback(() => { if (isWeb) { @@ -105,13 +111,13 @@ function FeedsTabBarTablet( const onSelect = React.useCallback( (index: number) => { - if (showFeedsLinkInTabBar && index === items.length - 1) { + if (hasSession && !hasPinnedCustom && index === items.length - 1) { onPressDiscoverFeeds() } else if (props.onSelect) { props.onSelect(index) } }, - [items.length, onPressDiscoverFeeds, props, showFeedsLinkInTabBar], + [items.length, onPressDiscoverFeeds, props, hasSession, hasPinnedCustom], ) return ( diff --git a/src/view/com/pager/FeedsTabBarMobile.tsx b/src/view/com/pager/FeedsTabBarMobile.tsx index b9959a6d9..4eba241ae 100644 --- a/src/view/com/pager/FeedsTabBarMobile.tsx +++ b/src/view/com/pager/FeedsTabBarMobile.tsx @@ -36,11 +36,17 @@ export function FeedsTabBar( const {feeds, hasPinnedCustom} = usePinnedFeedsInfos() const {headerHeight} = useShellLayout() const {headerMinimalShellTransform} = useMinimalShellMode() - const pinnedDisplayNames = hasSession ? feeds.map(f => f.displayName) : [] - const showFeedsLinkInTabBar = hasSession && !hasPinnedCustom - const items = showFeedsLinkInTabBar - ? pinnedDisplayNames.concat('Feeds ✨') - : pinnedDisplayNames + + const items = React.useMemo(() => { + if (!hasSession) return [] + + const pinnedNames = feeds.map(f => f.displayName) + + if (!hasPinnedCustom) { + return pinnedNames.concat('Feeds ✨') + } + return pinnedNames + }, [hasSession, hasPinnedCustom, feeds]) const onPressFeedsLink = React.useCallback(() => { if (isWeb) { @@ -53,13 +59,13 @@ export function FeedsTabBar( const onSelect = React.useCallback( (index: number) => { - if (showFeedsLinkInTabBar && index === items.length - 1) { + if (hasSession && !hasPinnedCustom && index === items.length - 1) { onPressFeedsLink() } else if (props.onSelect) { props.onSelect(index) } }, - [items.length, onPressFeedsLink, props, showFeedsLinkInTabBar], + [items.length, onPressFeedsLink, props, hasSession, hasPinnedCustom], ) const onPressAvi = React.useCallback(() => { diff --git a/src/view/com/pager/TabBar.tsx b/src/view/com/pager/TabBar.tsx index c3a95c5c0..dadcfcebd 100644 --- a/src/view/com/pager/TabBar.tsx +++ b/src/view/com/pager/TabBar.tsx @@ -78,7 +78,7 @@ export function TabBar({ return ( <PressableWithHover testID={`${testID}-selector-${i}`} - key={item} + key={`${item}-${i}`} onLayout={e => onItemLayout(e, i)} style={[styles.item, selected && indicatorStyle]} hoverStyle={pal.viewLight} diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx index 95fd5aefb..d11c2781b 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -40,6 +40,7 @@ import {useLingui} from '@lingui/react' import {useLanguagePrefs} from '#/state/preferences' import {useComposerControls} from '#/state/shell/composer' import {useModerationOpts} from '#/state/queries/preferences' +import {useOpenLink} from '#/state/preferences/in-app-browser' import {Shadow, usePostShadow, POST_TOMBSTONE} from '#/state/cache/post-shadow' import {ThreadPost} from '#/state/queries/post-thread' import {useSession} from '#/state/session' @@ -216,10 +217,11 @@ let PostThreadItemLoaded = ({ avatar: post.author.avatar, }, embed: post.embed, + moderation, }, onPost: onPostReply, }) - }, [openComposer, post, record, onPostReply]) + }, [openComposer, post, record, onPostReply, moderation]) const onPressShowMore = React.useCallback(() => { setLimitLines(false) @@ -250,13 +252,7 @@ let PostThreadItemLoaded = ({ <View testID={`postThreadItem-by-${post.author.handle}`} - style={[ - styles.outer, - styles.outerHighlighted, - rootUri === post.uri && styles.outerHighlightedRoot, - pal.border, - pal.view, - ]} + style={[styles.outer, styles.outerHighlighted, pal.border, pal.view]} accessible={false}> <PostSandboxWarning /> <View style={styles.layout}> @@ -707,17 +703,23 @@ function ExpandedPostDetails({ }) { const pal = usePalette('default') const {_} = useLingui() + const openLink = useOpenLink() + const onTranslatePress = React.useCallback( + () => openLink(translatorUrl), + [openLink, translatorUrl], + ) return ( <View style={[s.flexRow, s.mt2, s.mb10]}> <Text style={pal.textLight}>{niceDate(post.indexedAt)}</Text> {needsTranslation && ( <> <Text style={pal.textLight}> · </Text> - <Link href={translatorUrl} title={_(msg`Translate`)}> - <Text style={pal.link}> - <Trans>Translate</Trans> - </Text> - </Link> + <Text + style={pal.link} + title={_(msg`Translate`)} + onPress={onTranslatePress}> + <Trans>Translate</Trans> + </Text> </> )} </View> @@ -732,15 +734,10 @@ const useStyles = () => { paddingLeft: 8, }, outerHighlighted: { - borderTopWidth: 0, - paddingTop: 4, + paddingTop: 16, paddingLeft: 8, paddingRight: 8, }, - outerHighlightedRoot: { - borderTopWidth: 1, - paddingTop: 16, - }, noTopBorder: { borderTopWidth: 0, }, @@ -779,6 +776,7 @@ const useStyles = () => { }, postTextLargeContainer: { paddingHorizontal: 0, + paddingRight: 0, paddingBottom: 10, }, translateLink: { diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx index f035c32ad..2f1c0d37b 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -122,9 +122,10 @@ function PostInner({ avatar: post.author.avatar, }, embed: post.embed, + moderation, }, }) - }, [openComposer, post, record]) + }, [openComposer, post, record, moderation]) const onPressShowMore = React.useCallback(() => { setLimitLines(false) diff --git a/src/view/com/posts/FeedItem.tsx b/src/view/com/posts/FeedItem.tsx index 225607ca9..920409ec6 100644 --- a/src/view/com/posts/FeedItem.tsx +++ b/src/view/com/posts/FeedItem.tsx @@ -135,9 +135,10 @@ let FeedItemInner = ({ avatar: post.author.avatar, }, embed: post.embed, + moderation, }, }) - }, [post, record, openComposer]) + }, [post, record, openComposer, moderation]) const outerStyles = [ styles.outer, diff --git a/src/view/com/util/List.web.tsx b/src/view/com/util/List.web.tsx index 3e81a8c37..29bad2db8 100644 --- a/src/view/com/util/List.web.tsx +++ b/src/view/com/util/List.web.tsx @@ -300,6 +300,9 @@ export const List = memo(React.forwardRef(ListImpl)) as <ItemT>( props: ListProps<ItemT> & {ref?: React.Ref<ListMethods>}, ) => React.ReactElement +// https://stackoverflow.com/questions/7944460/detect-safari-browser +const isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent) + const styles = StyleSheet.create({ contentContainer: { borderLeftWidth: 1, @@ -313,7 +316,7 @@ const styles = StyleSheet.create({ }, row: { // @ts-ignore web only - contentVisibility: 'auto', + contentVisibility: isSafari ? '' : 'auto', // Safari support for this is buggy. }, minHeightViewport: { // @ts-ignore web only diff --git a/src/view/com/util/LoadingPlaceholder.tsx b/src/view/com/util/LoadingPlaceholder.tsx index 8941bfb9c..6dfe12598 100644 --- a/src/view/com/util/LoadingPlaceholder.tsx +++ b/src/view/com/util/LoadingPlaceholder.tsx @@ -67,28 +67,36 @@ export function PostLoadingPlaceholder({ <LoadingPlaceholder width="95%" height={6} style={{marginBottom: 8}} /> <LoadingPlaceholder width="80%" height={6} style={{marginBottom: 11}} /> <View style={styles.postCtrls}> - <View style={[styles.postCtrl, {paddingLeft: 0}]}> - <CommentBottomArrow - style={[{color: theme.palette.default.icon, marginTop: 1}]} - strokeWidth={3} - size={15} - /> + <View style={styles.postCtrl}> + <View style={[styles.postBtn, {paddingLeft: 0}]}> + <CommentBottomArrow + style={[{color: theme.palette.default.icon, marginTop: 1}]} + strokeWidth={3} + size={15} + /> + </View> + </View> + <View style={styles.postCtrl}> + <View style={styles.postBtn}> + <RepostIcon + style={{color: theme.palette.default.icon}} + strokeWidth={3} + size={20} + /> + </View> </View> <View style={styles.postCtrl}> - <RepostIcon - style={{color: theme.palette.default.icon}} - strokeWidth={3} - size={20} - /> + <View style={styles.postBtn}> + <HeartIcon + style={{color: theme.palette.default.icon} as ViewStyle} + size={16} + strokeWidth={3} + /> + </View> </View> <View style={styles.postCtrl}> - <HeartIcon - style={{color: theme.palette.default.icon} as ViewStyle} - size={16} - strokeWidth={3} - /> + <View style={styles.postBtn} /> </View> - <View style={{width: 30, height: 30}} /> </View> </View> </View> @@ -279,6 +287,9 @@ const styles = StyleSheet.create({ justifyContent: 'space-between', }, postCtrl: { + flex: 1, + }, + postBtn: { padding: 5, flex: 1, flexDirection: 'row', diff --git a/src/view/com/util/UserInfoText.tsx b/src/view/com/util/UserInfoText.tsx index e5d2ceb03..9cb9997f6 100644 --- a/src/view/com/util/UserInfoText.tsx +++ b/src/view/com/util/UserInfoText.tsx @@ -9,6 +9,7 @@ import {sanitizeDisplayName} from 'lib/strings/display-names' import {sanitizeHandle} from 'lib/strings/handles' import {makeProfileLink} from 'lib/routes/links' import {useProfileQuery} from '#/state/queries/profile' +import {STALE} from '#/state/queries' export function UserInfoText({ type = 'md', @@ -29,7 +30,10 @@ export function UserInfoText({ attr = attr || 'handle' failed = failed || 'user' - const {data: profile, isError} = useProfileQuery({did}) + const {data: profile, isError} = useProfileQuery({ + did, + staleTime: STALE.INFINITY, + }) let inner if (isError) { diff --git a/src/view/com/util/forms/PostDropdownBtn.tsx b/src/view/com/util/forms/PostDropdownBtn.tsx index 940f39057..e56c88d2c 100644 --- a/src/view/com/util/forms/PostDropdownBtn.tsx +++ b/src/view/com/util/forms/PostDropdownBtn.tsx @@ -1,5 +1,5 @@ import React, {memo} from 'react' -import {Linking, StyleProp, View, ViewStyle} from 'react-native' +import {StyleProp, View, ViewStyle} from 'react-native' import Clipboard from '@react-native-clipboard/clipboard' import {FontAwesomeIcon} from '@fortawesome/react-native-fontawesome' import { @@ -24,6 +24,7 @@ import {usePostDeleteMutation} from '#/state/queries/post' import {useMutedThreads, useToggleThreadMute} from '#/state/muted-threads' import {useLanguagePrefs} from '#/state/preferences' import {useHiddenPosts, useHiddenPostsApi} from '#/state/preferences' +import {useOpenLink} from '#/state/preferences/in-app-browser' import {logger} from '#/logger' import {msg} from '@lingui/macro' import {useLingui} from '@lingui/react' @@ -61,6 +62,7 @@ let PostDropdownBtn = ({ const postDeleteMutation = usePostDeleteMutation() const hiddenPosts = useHiddenPosts() const {hidePost} = useHiddenPostsApi() + const openLink = useOpenLink() const rootUri = record.reply?.root?.uri || postUri const isThreadMuted = mutedThreads.includes(rootUri) @@ -111,8 +113,8 @@ let PostDropdownBtn = ({ }, [_, richText]) const onOpenTranslate = React.useCallback(() => { - Linking.openURL(translatorUrl) - }, [translatorUrl]) + openLink(translatorUrl) + }, [openLink, translatorUrl]) const onHidePost = React.useCallback(() => { hidePost({uri: postUri}) diff --git a/src/view/com/util/images/Gallery.tsx b/src/view/com/util/images/Gallery.tsx index e7110372c..7de3b093a 100644 --- a/src/view/com/util/images/Gallery.tsx +++ b/src/view/com/util/images/Gallery.tsx @@ -4,6 +4,7 @@ import {StyleSheet, Text, Pressable, View} from 'react-native' import {Image} from 'expo-image' import {msg} from '@lingui/macro' import {useLingui} from '@lingui/react' +import {isWeb} from 'platform/detection' type EventFunction = (index: number) => void @@ -70,8 +71,10 @@ const styles = StyleSheet.create({ paddingHorizontal: 6, paddingVertical: 3, position: 'absolute', - left: 8, - bottom: 8, + // Related to margin/gap hack. This keeps the alt label in the same position + // on all platforms + left: isWeb ? 8 : 5, + bottom: isWeb ? 8 : 5, }, alt: { color: 'white', diff --git a/src/view/com/util/images/ImageLayoutGrid.tsx b/src/view/com/util/images/ImageLayoutGrid.tsx index 23e807b6a..ba6c04f50 100644 --- a/src/view/com/util/images/ImageLayoutGrid.tsx +++ b/src/view/com/util/images/ImageLayoutGrid.tsx @@ -2,6 +2,7 @@ import React from 'react' import {StyleProp, StyleSheet, View, ViewStyle} from 'react-native' import {AppBskyEmbedImages} from '@atproto/api' import {GalleryItem} from './Gallery' +import {isWeb} from 'platform/detection' interface ImageLayoutGridProps { images: AppBskyEmbedImages.ViewImage[] @@ -47,10 +48,10 @@ function ImageLayoutGridInner(props: ImageLayoutGridInnerProps) { case 3: return ( <View style={styles.flexRow}> - <View style={{flex: 2, aspectRatio: 1}}> + <View style={styles.threeSingle}> <GalleryItem {...props} index={0} imageStyle={styles.image} /> </View> - <View style={{flex: 1}}> + <View style={styles.threeDouble}> <View style={styles.smallItem}> <GalleryItem {...props} index={1} imageStyle={styles.image} /> </View> @@ -88,18 +89,38 @@ function ImageLayoutGridInner(props: ImageLayoutGridInnerProps) { } } -// This is used to compute margins (rather than flexbox gap) due to Yoga bugs: +// On web we use margin to calculate gap, as aspectRatio does not properly size +// all images on web. On native though we cannot rely on margin, since the +// negative margin interferes with the swipe controls on pagers. // https://github.com/facebook/yoga/issues/1418 +// https://github.com/bluesky-social/social-app/issues/2601 const IMAGE_GAP = 5 const styles = StyleSheet.create({ - container: { - marginHorizontal: -IMAGE_GAP / 2, - marginVertical: -IMAGE_GAP / 2, + container: isWeb + ? { + marginHorizontal: -IMAGE_GAP / 2, + marginVertical: -IMAGE_GAP / 2, + } + : { + gap: IMAGE_GAP, + }, + flexRow: { + flexDirection: 'row', + gap: isWeb ? undefined : IMAGE_GAP, }, - flexRow: {flexDirection: 'row'}, smallItem: {flex: 1, aspectRatio: 1}, - image: { - margin: IMAGE_GAP / 2, + image: isWeb + ? { + margin: IMAGE_GAP / 2, + } + : {}, + threeSingle: { + flex: 2, + aspectRatio: isWeb ? 1 : undefined, + }, + threeDouble: { + flex: 1, + gap: isWeb ? undefined : IMAGE_GAP, }, }) diff --git a/src/view/com/util/load-latest/LoadLatestBtn.tsx b/src/view/com/util/load-latest/LoadLatestBtn.tsx index 970d3a73a..5fad11760 100644 --- a/src/view/com/util/load-latest/LoadLatestBtn.tsx +++ b/src/view/com/util/load-latest/LoadLatestBtn.tsx @@ -10,6 +10,7 @@ import Animated from 'react-native-reanimated' const AnimatedTouchableOpacity = Animated.createAnimatedComponent(TouchableOpacity) import {isWeb} from 'platform/detection' +import {useSession} from 'state/session' export function LoadLatestBtn({ onPress, @@ -21,9 +22,14 @@ export function LoadLatestBtn({ showIndicator: boolean }) { const pal = usePalette('default') - const {isDesktop, isTablet, isMobile} = useWebMediaQueries() + const {hasSession} = useSession() + const {isDesktop, isTablet, isMobile, isTabletOrMobile} = useWebMediaQueries() const {fabMinimalShellTransform} = useMinimalShellMode() + // Adjust height of the fab if we have a session only on mobile web. If we don't have a session, we want to adjust + // it on both tablet and mobile since we are showing the bottom bar (see createNativeStackNavigatorWithAuth) + const showBottomBar = hasSession ? isMobile : isTabletOrMobile + return ( <AnimatedTouchableOpacity style={[ @@ -32,7 +38,7 @@ export function LoadLatestBtn({ isTablet && styles.loadLatestTablet, pal.borderDark, pal.view, - isMobile && fabMinimalShellTransform, + showBottomBar && fabMinimalShellTransform, ]} onPress={onPress} hitSlop={HITSLOP_20} diff --git a/src/view/com/util/post-ctrls/PostCtrls.tsx b/src/view/com/util/post-ctrls/PostCtrls.tsx index a6d7e38c3..249111a04 100644 --- a/src/view/com/util/post-ctrls/PostCtrls.tsx +++ b/src/view/com/util/post-ctrls/PostCtrls.tsx @@ -149,7 +149,7 @@ let PostCtrls = ({ ) : undefined} </TouchableOpacity> </View> - <View style={[styles.ctrl]}> + <View style={styles.ctrl}> <RepostButton big={big} isReposted={!!post.viewer?.repost} @@ -194,19 +194,19 @@ let PostCtrls = ({ </TouchableOpacity> </View> {big ? undefined : ( - <PostDropdownBtn - testID="postDropdownBtn" - postAuthor={post.author} - postCid={post.cid} - postUri={post.uri} - record={record} - richText={richText} - showAppealLabelItem={showAppealLabelItem} - style={styles.btnPad} - /> + <View style={styles.ctrl}> + <PostDropdownBtn + testID="postDropdownBtn" + postAuthor={post.author} + postCid={post.cid} + postUri={post.uri} + record={record} + richText={richText} + showAppealLabelItem={showAppealLabelItem} + style={styles.btnPad} + /> + </View> )} - {/* used for adding pad to the right side */} - <View /> </View> ) } diff --git a/src/view/screens/Feeds.tsx b/src/view/screens/Feeds.tsx index 9b3fd6181..6651084bd 100644 --- a/src/view/screens/Feeds.tsx +++ b/src/view/screens/Feeds.tsx @@ -30,6 +30,7 @@ import { useFeedSourceInfoQuery, useGetPopularFeedsQuery, useSearchPopularFeedsMutation, + getAvatarTypeFromUri, } from '#/state/queries/feed' import {cleanError} from 'lib/strings/errors' import {useComposerControls} from '#/state/shell/composer' @@ -555,6 +556,7 @@ function SavedFeed({feedUri}: {feedUri: string}) { const pal = usePalette('default') const {isMobile} = useWebMediaQueries() const {data: info, error} = useFeedSourceInfoQuery({uri: feedUri}) + const typeAvatar = getAvatarTypeFromUri(feedUri) if (!info) return ( @@ -582,7 +584,7 @@ function SavedFeed({feedUri}: {feedUri: string}) { /> </View> ) : ( - <UserAvatar type="algo" size={28} avatar={info.avatar} /> + <UserAvatar type={typeAvatar} size={28} avatar={info.avatar} /> )} <View style={{flex: 1, flexDirection: 'row', gap: 8, alignItems: 'center'}}> diff --git a/src/view/screens/Notifications.tsx b/src/view/screens/Notifications.tsx index 6e2f18305..03f0a8f61 100644 --- a/src/view/screens/Notifications.tsx +++ b/src/view/screens/Notifications.tsx @@ -27,6 +27,7 @@ import { import {RQKEY as NOTIFS_RQKEY} from '#/state/queries/notifications/feed' import {listenSoftReset, emitSoftReset} from '#/state/events' import {truncateAndInvalidate} from '#/state/queries/util' +import {useNonReactiveCallback} from '#/lib/hooks/useNonReactiveCallback' import {isNative} from '#/platform/detection' type Props = NativeStackScreenProps< @@ -38,7 +39,6 @@ export function NotificationsScreen({}: Props) { const setMinimalShellMode = useSetMinimalShellMode() const [isScrolledDown, setIsScrolledDown] = React.useState(false) const scrollElRef = React.useRef<ListMethods>(null) - const checkLatestRef = React.useRef<() => void | null>() const {screen} = useAnalytics() const pal = usePalette('default') const {isDesktop} = useWebMediaQueries() @@ -66,12 +66,19 @@ export function NotificationsScreen({}: Props) { } }, [scrollToTop, queryClient, unreadApi, hasNew]) - const onFocusCheckLatest = React.useCallback(() => { + const onFocusCheckLatest = useNonReactiveCallback(() => { // on focus, check for latest, but only invalidate if the user // isnt scrolled down to avoid moving content underneath them - unreadApi.checkUnread({invalidate: !isScrolledDown}) - }, [unreadApi, isScrolledDown]) - checkLatestRef.current = onFocusCheckLatest + let currentIsScrolledDown + if (isNative) { + currentIsScrolledDown = isScrolledDown + } else { + // On the web, this isn't always updated in time so + // we're just going to look it up synchronously. + currentIsScrolledDown = window.scrollY > 200 + } + unreadApi.checkUnread({invalidate: !currentIsScrolledDown}) + }) // on-visible setup // = @@ -80,8 +87,8 @@ export function NotificationsScreen({}: Props) { setMinimalShellMode(false) logger.debug('NotificationsScreen: Focus') screen('Notifications') - checkLatestRef.current?.() - }, [screen, setMinimalShellMode]), + onFocusCheckLatest() + }, [screen, setMinimalShellMode, onFocusCheckLatest]), ) React.useEffect(() => { if (!isScreenFocused) { diff --git a/src/view/screens/Profile.tsx b/src/view/screens/Profile.tsx index 7fc4d7a20..6d0f15d81 100644 --- a/src/view/screens/Profile.tsx +++ b/src/view/screens/Profile.tsx @@ -21,7 +21,10 @@ import {useAnalytics} from 'lib/analytics/analytics' import {ComposeIcon2} from 'lib/icons' import {useSetTitle} from 'lib/hooks/useSetTitle' import {combinedDisplayName} from 'lib/strings/display-names' -import {FeedDescriptor} from '#/state/queries/post-feed' +import { + FeedDescriptor, + resetProfilePostsQueries, +} from '#/state/queries/post-feed' import {useResolveDidQuery} from '#/state/queries/resolve-uri' import {useProfileQuery} from '#/state/queries/profile' import {useProfileShadow} from '#/state/cache/profile-shadow' @@ -55,13 +58,13 @@ export function ProfileScreen({route}: Props) { data: resolvedDid, error: resolveError, refetch: refetchDid, - isInitialLoading: isInitialLoadingDid, + isLoading: isLoadingDid, } = useResolveDidQuery(name) const { data: profile, error: profileError, refetch: refetchProfile, - isInitialLoading: isInitialLoadingProfile, + isLoading: isLoadingProfile, } = useProfileQuery({ did: resolvedDid, }) @@ -74,7 +77,14 @@ export function ProfileScreen({route}: Props) { } }, [resolveError, refetchDid, refetchProfile]) - if (isInitialLoadingDid || isInitialLoadingProfile || !moderationOpts) { + // When we open the profile, we want to reset the posts query if we are blocked. + React.useEffect(() => { + if (resolvedDid && profile?.viewer?.blockedBy) { + resetProfilePostsQueries(resolvedDid) + } + }, [profile?.viewer?.blockedBy, resolvedDid]) + + if (isLoadingDid || isLoadingProfile || !moderationOpts) { return ( <CenteredView> <ProfileHeader diff --git a/src/view/shell/createNativeStackNavigatorWithAuth.tsx b/src/view/shell/createNativeStackNavigatorWithAuth.tsx index 0f240ea00..938213c31 100644 --- a/src/view/shell/createNativeStackNavigatorWithAuth.tsx +++ b/src/view/shell/createNativeStackNavigatorWithAuth.tsx @@ -101,7 +101,7 @@ function NativeStackNavigator({ const onboardingState = useOnboardingState() const {showLoggedOut} = useLoggedOutView() const {setShowLoggedOut} = useLoggedOutViewControls() - const {isMobile} = useWebMediaQueries() + const {isMobile, isTabletOrMobile} = useWebMediaQueries() if ((!PWI_ENABLED || activeRouteRequiresAuth) && !hasSession) { return <LoggedOut /> } @@ -134,6 +134,10 @@ function NativeStackNavigator({ } } + // Show the bottom bar if we have a session only on mobile web. If we don't have a session, we want to show it + // on both tablet and mobile web so that we see the sign up CTA. + const showBottomBar = hasSession ? isMobile : isTabletOrMobile + return ( <NavigationContent> <NativeStackView @@ -142,8 +146,8 @@ function NativeStackNavigator({ navigation={navigation} descriptors={newDescriptors} /> - {isWeb && isMobile && <BottomBarWeb />} - {isWeb && !isMobile && ( + {isWeb && showBottomBar && <BottomBarWeb />} + {isWeb && !showBottomBar && ( <> <DesktopLeftNav /> <DesktopRightNav routeName={activeRoute.name} /> |