diff options
Diffstat (limited to 'src')
21 files changed, 18445 insertions, 13777 deletions
diff --git a/src/components/ReportDialog/SelectReportOptionView.tsx b/src/components/ReportDialog/SelectReportOptionView.tsx index c67698348..8219b2095 100644 --- a/src/components/ReportDialog/SelectReportOptionView.tsx +++ b/src/components/ReportDialog/SelectReportOptionView.tsx @@ -90,6 +90,7 @@ export function SelectReportOptionView({ return ( <Button key={reportOption.reason} + testID={reportOption.reason} label={_(msg`Create report for ${reportOption.title}`)} onPress={() => props.onSelectReportOption(reportOption)}> <ReportOptionButton diff --git a/src/components/ReportDialog/SubmitView.tsx b/src/components/ReportDialog/SubmitView.tsx index d47211c81..892e55489 100644 --- a/src/components/ReportDialog/SubmitView.tsx +++ b/src/components/ReportDialog/SubmitView.tsx @@ -1,25 +1,23 @@ import React from 'react' import {View} from 'react-native' +import {AppBskyLabelerDefs} from '@atproto/api' import {msg, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' -import {AppBskyLabelerDefs} from '@atproto/api' import {getLabelingServiceTitle} from '#/lib/moderation' import {ReportOption} from '#/lib/moderation/useReportOptions' - -import {atoms as a, useTheme, native} from '#/alf' -import {Text} from '#/components/Typography' -import * as Dialog from '#/components/Dialog' +import {getAgent} from '#/state/session' +import {CharProgress} from '#/view/com/composer/char-progress/CharProgress' +import * as Toast from '#/view/com/util/Toast' +import {atoms as a, native, useTheme} from '#/alf' import {Button, ButtonIcon, ButtonText} from '#/components/Button' -import {ChevronLeft_Stroke2_Corner0_Rounded as ChevronLeft} from '#/components/icons/Chevron' -import {Check_Stroke2_Corner0_Rounded as Check} from '#/components/icons/Check' +import * as Dialog from '#/components/Dialog' import * as Toggle from '#/components/forms/Toggle' -import {CharProgress} from '#/view/com/composer/char-progress/CharProgress' +import {Check_Stroke2_Corner0_Rounded as Check} from '#/components/icons/Check' +import {ChevronLeft_Stroke2_Corner0_Rounded as ChevronLeft} from '#/components/icons/Chevron' import {Loader} from '#/components/Loader' -import * as Toast from '#/view/com/util/Toast' - +import {Text} from '#/components/Typography' import {ReportDialogProps} from './types' -import {getAgent} from '#/state/session' export function SubmitView({ params, @@ -208,6 +206,7 @@ export function SubmitView({ ))} <Button + testID="sendReportBtn" size="large" variant="solid" color="negative" diff --git a/src/components/forms/HostingProvider.tsx b/src/components/forms/HostingProvider.tsx index f2d11062a..4f3767ece 100644 --- a/src/components/forms/HostingProvider.tsx +++ b/src/components/forms/HostingProvider.tsx @@ -41,6 +41,7 @@ export function HostingProvider({ onSelect={onSelectServiceUrl} /> <Button + testID="loginSelectServiceButton" label={toNiceDomain(serviceUrl)} accessibilityHint={_(msg`Press to change hosting provider`)} variant="solid" diff --git a/src/locale/locales/ca/messages.po b/src/locale/locales/ca/messages.po index 4d5da97cf..7945fe8b5 100644 --- a/src/locale/locales/ca/messages.po +++ b/src/locale/locales/ca/messages.po @@ -32,7 +32,7 @@ msgstr "(sense correu)" #~ msgid "{0} {purposeLabel} List" #~ msgstr "Llista {purposeLabel} {0}" -#: src/screens/Profile/Header/Metrics.tsx:45 +#: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} seguint" @@ -66,7 +66,7 @@ msgstr "<0/> membres" msgid "<0>{0}</0> following" msgstr "<0>{0}</0> seguint" -#: src/screens/Profile/Header/Metrics.tsx:46 +#: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} </0><1>following</1>" msgstr "<0>{following} </0><1>seguint</1>" @@ -95,7 +95,7 @@ msgstr "⚠Identificador invàlid" #~ msgstr "Hi ha una nova versió d'aquesta aplicació. Actualitza-la per a continuar." #: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:648 +#: src/view/screens/Search/Search.tsx:649 msgid "Access navigation links and settings" msgstr "Accedeix als enllaços de navegació i configuració" @@ -103,7 +103,7 @@ msgstr "Accedeix als enllaços de navegació i configuració" msgid "Access profile and other navigation links" msgstr "Accedeix al perfil i altres enllaços de navegació" -#: src/view/com/modals/EditImage.tsx:299 +#: src/view/com/modals/EditImage.tsx:300 #: src/view/screens/Settings/index.tsx:470 msgid "Accessibility" msgstr "Accessibilitat" @@ -112,7 +112,7 @@ msgstr "Accessibilitat" msgid "account" msgstr "compte" -#: src/view/com/auth/login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:144 #: src/view/screens/Settings/index.tsx:327 #: src/view/screens/Settings/index.tsx:743 msgid "Account" @@ -130,12 +130,12 @@ msgstr "Compte seguit" msgid "Account muted" msgstr "Compte silenciat" -#: src/components/moderation/ModerationDetailsDialog.tsx:94 +#: src/components/moderation/ModerationDetailsDialog.tsx:93 #: src/lib/moderation/useModerationCauseDescription.ts:91 msgid "Account Muted" msgstr "Compte silenciat" -#: src/components/moderation/ModerationDetailsDialog.tsx:83 +#: src/components/moderation/ModerationDetailsDialog.tsx:82 msgid "Account Muted by List" msgstr "Compte silenciat per una llista" @@ -147,7 +147,7 @@ msgstr "Opcions del compte" msgid "Account removed from quick access" msgstr "Compte eliminat de l'accés ràpid" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:130 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "Compte desbloquejat" @@ -160,7 +160,7 @@ msgstr "Compte no seguit" msgid "Account unmuted" msgstr "Compte no silenciat" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:219 @@ -176,6 +176,7 @@ msgstr "Afegeix una advertència de contingut" msgid "Add a user to this list" msgstr "Afegeix un usuari a aquesta llista" +#: src/components/dialogs/SwitchAccount.tsx:55 #: src/view/screens/Settings/index.tsx:402 #: src/view/screens/Settings/index.tsx:411 msgid "Add account" @@ -183,7 +184,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:116 +#: src/view/com/modals/AltImage.tsx:117 msgid "Add alt text" msgstr "Afegeix text alternatiu" @@ -202,23 +203,23 @@ msgstr "Afegeix una contrasenya d'aplicació" #~ msgid "Add details to report" #~ msgstr "Afegeix detalls a l'informe" -#: src/view/com/composer/Composer.tsx:466 +#: src/view/com/composer/Composer.tsx:467 msgid "Add link card" msgstr "Afegeix una targeta a l'enllaç" -#: src/view/com/composer/Composer.tsx:471 +#: src/view/com/composer/Composer.tsx:472 msgid "Add link card:" msgstr "Afegeix una targeta a l'enllaç:" -#: src/components/dialogs/MutedWords.tsx:158 +#: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" msgstr "Afegeix paraula silenciada a la configuració" -#: src/components/dialogs/MutedWords.tsx:87 +#: src/components/dialogs/MutedWords.tsx:86 msgid "Add muted words and tags" msgstr "Afegeix les paraules i etiquetes silenciades" -#: src/view/com/modals/ChangeHandle.tsx:417 +#: src/view/com/modals/ChangeHandle.tsx:416 msgid "Add the following DNS record to your domain:" msgstr "Afegeix el següent registre DNS al teu domini:" @@ -248,6 +249,7 @@ msgstr "Afegit als meus canals" msgid "Adjust the number of likes a reply must have to be shown in your feed." msgstr "Ajusta el nombre de m'agrades que hagi de tenir una resposta per a aparèixer al teu canal." +#: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:117 #: src/view/com/modals/SelfLabel.tsx:75 msgid "Adult Content" @@ -257,11 +259,11 @@ msgstr "Contingut per a adults" #~ msgid "Adult content can only be enabled via the Web at <0/>." #~ msgstr "El contingut per a adults només es pot habilitar via web a <0/>." -#: src/components/moderation/ModerationLabelPref.tsx:114 +#: src/components/moderation/LabelPreference.tsx:242 msgid "Adult content is disabled." msgstr "El contingut per adults està deshabilitat." -#: src/screens/Moderation/index.tsx:377 +#: src/screens/Moderation/index.tsx:375 #: src/view/screens/Settings/index.tsx:684 msgid "Advanced" msgstr "Avançat" @@ -270,12 +272,12 @@ msgstr "Avançat" msgid "All the feeds you've saved, right in one place." msgstr "Tots els canals que has desat, en un sol lloc." -#: src/view/com/auth/login/ForgotPasswordForm.tsx:221 +#: src/screens/Login/ForgotPasswordForm.tsx:178 #: src/view/com/modals/ChangePassword.tsx:170 msgid "Already have a code?" msgstr "Ja tens un codi?" -#: src/view/com/auth/login/ChooseAccountForm.tsx:103 +#: src/screens/Login/ChooseAccountForm.tsx:39 msgid "Already signed in as @{0}" msgstr "Ja estàs registrat com a @{0}" @@ -283,7 +285,7 @@ msgstr "Ja estàs registrat com a @{0}" msgid "ALT" msgstr "ALT" -#: src/view/com/modals/EditImage.tsx:315 +#: src/view/com/modals/EditImage.tsx:316 msgid "Alt text" msgstr "Text alternatiu" @@ -331,11 +333,11 @@ msgstr "Idioma de l'aplicació" msgid "App password deleted" msgstr "Contrasenya de l'aplicació esborrada" -#: src/view/com/modals/AddAppPasswords.tsx:134 +#: src/view/com/modals/AddAppPasswords.tsx:135 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "La contrasenya de l'aplicació només pot estar formada per lletres, números, espais, guions i guions baixos." -#: src/view/com/modals/AddAppPasswords.tsx:99 +#: src/view/com/modals/AddAppPasswords.tsx:100 msgid "App Password names must be at least 4 characters long." msgstr "La contrasenya de l'aplicació ha de ser d'almenys 4 caràcters." @@ -353,12 +355,12 @@ msgstr "Configuració de la contrasenya d'aplicació" msgid "App Passwords" msgstr "Contrasenyes de l'aplicació" -#: src/components/moderation/LabelsOnMeDialog.tsx:134 -#: src/components/moderation/LabelsOnMeDialog.tsx:137 +#: src/components/moderation/LabelsOnMeDialog.tsx:133 +#: src/components/moderation/LabelsOnMeDialog.tsx:136 msgid "Appeal" msgstr "Apel·la" -#: src/components/moderation/LabelsOnMeDialog.tsx:202 +#: src/components/moderation/LabelsOnMeDialog.tsx:201 msgid "Appeal \"{0}\" label" msgstr "Apel·la \"{0}\" etiqueta" @@ -374,7 +376,7 @@ msgstr "Apel·la \"{0}\" etiqueta" #~ msgid "Appeal Decision" #~ msgstr "Decisión de apelación" -#: src/components/moderation/LabelsOnMeDialog.tsx:193 +#: src/components/moderation/LabelsOnMeDialog.tsx:192 msgid "Appeal submitted." msgstr "Apel·lació enviada." @@ -398,11 +400,11 @@ msgstr "Confirmes que vols eliminar la contrasenya de l'aplicació \"{name}\"?" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "Confirmes que vols eliminar {0} dels teus canals?" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:509 msgid "Are you sure you'd like to discard this draft?" msgstr "Confirmes que vols descartar aquest esborrany?" -#: src/components/dialogs/MutedWords.tsx:282 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "Ho confirmes?" @@ -422,14 +424,22 @@ msgstr "Art" msgid "Artistic or non-erotic nudity." msgstr "Nuesa artística o no eròtica." +#: src/screens/Signup/StepHandle.tsx:118 +msgid "At least 3 characters" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:246 #: src/components/moderation/LabelsOnMeDialog.tsx:247 -#: src/components/moderation/LabelsOnMeDialog.tsx:248 -#: src/screens/Profile/Header/Shell.tsx:97 -#: src/view/com/auth/create/CreateAccount.tsx:158 -#: src/view/com/auth/login/ChooseAccountForm.tsx:160 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:174 -#: src/view/com/auth/login/LoginForm.tsx:262 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:179 +#: src/screens/Login/ChooseAccountForm.tsx:73 +#: src/screens/Login/ChooseAccountForm.tsx:78 +#: src/screens/Login/ForgotPasswordForm.tsx:129 +#: src/screens/Login/ForgotPasswordForm.tsx:135 +#: src/screens/Login/LoginForm.tsx:221 +#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/SetNewPasswordForm.tsx:160 +#: src/screens/Login/SetNewPasswordForm.tsx:166 +#: src/screens/Profile/Header/Shell.tsx:96 +#: src/screens/Signup/index.tsx:179 #: src/view/com/util/ViewHeader.tsx:87 msgid "Back" msgstr "Endarrere" @@ -439,7 +449,7 @@ msgstr "Endarrere" #~ msgid "Back" #~ msgstr "Endarrere" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:144 msgid "Based on your interest in {interestsText}" msgstr "Segons els teus interessos en {interestsText}" @@ -448,7 +458,6 @@ msgid "Basics" msgstr "Conceptes bàsics" #: src/components/dialogs/BirthDateSettings.tsx:107 -#: src/view/com/auth/create/Step1.tsx:227 msgid "Birthday" msgstr "Aniversari" @@ -456,7 +465,7 @@ msgstr "Aniversari" msgid "Birthday:" msgstr "Aniversari:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "Bloqueja" @@ -492,7 +501,7 @@ msgstr "Vols bloquejar aquests comptes?" msgid "Blocked" msgstr "Bloquejada" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:267 msgid "Blocked accounts" msgstr "Comptes bloquejats" @@ -513,7 +522,7 @@ msgstr "Els comptes bloquejats no poden respondre a cap fil teu, ni anomenar-te msgid "Blocked post." msgstr "Publicació bloquejada." -#: src/screens/Profile/Sections/Labels.tsx:153 +#: src/screens/Profile/Sections/Labels.tsx:152 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "El bloqueig no evita que aquest etiquetador apliqui etiquetes al teu compte." @@ -525,18 +534,18 @@ msgstr "El bloqueig és públic. Els comptes bloquejats no poden respondre els t msgid "Blocking will not prevent labels from being applied on your account, but it will stop this account from replying in your threads or interacting with you." msgstr "Bloquejar no evitarà que s'apliquin etiquetes al teu compte, però no deixarà que aquest compte respongui els teus fils ni interactui amb tu." -#: src/view/com/auth/HomeLoggedOutCTA.tsx:97 -#: src/view/com/auth/SplashScreen.web.tsx:133 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:98 +#: src/view/com/auth/SplashScreen.web.tsx:169 msgid "Blog" msgstr "Blog" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:31 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:32 #: src/view/com/auth/server-input/index.tsx:89 -#: src/view/com/auth/server-input/index.tsx:90 +#: src/view/com/auth/server-input/index.tsx:91 msgid "Bluesky" msgstr "Bluesky" -#: src/view/com/auth/server-input/index.tsx:150 +#: src/view/com/auth/server-input/index.tsx:154 msgid "Bluesky is an open network where you can choose your hosting provider. Custom hosting is now available in beta for developers." msgstr "Bluesky és una xarxa oberta on pots escollir el teu proveïdor d'allotjament. L'allotjament personalitzat està disponible en beta per a desenvolupadors." @@ -559,7 +568,7 @@ msgstr "Bluesky és públic." #~ msgid "Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon." #~ msgstr "Bluesky utilitza les invitacions per construir una comunitat saludable. Si no coneixes ningú amb invitacions, pots apuntar-te a la llista d'espera i te n'enviarem una aviat." -#: src/screens/Moderation/index.tsx:535 +#: src/screens/Moderation/index.tsx:533 msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private." msgstr "Bluesky no mostrarà el teu perfil ni les publicacions als usuaris que no estiguin registrats. Altres aplicacions poden no seguir aquesta demanda. Això no fa que el teu compte sigui privat." @@ -580,11 +589,11 @@ msgid "Books" msgstr "Llibres" #: src/view/screens/Settings/index.tsx:893 -msgid "Build version {0} {1}" -msgstr "Versió {0} {1}" +#~ msgid "Build version {0} {1}" +#~ msgstr "Versió {0} {1}" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:128 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:92 +#: src/view/com/auth/SplashScreen.web.tsx:166 msgid "Business" msgstr "Negocis" @@ -608,7 +617,7 @@ msgstr "Per {0}" msgid "by <0/>" msgstr "per <0/>" -#: src/view/com/auth/create/Policies.tsx:87 +#: src/screens/Signup/StepInfo/Policies.tsx:74 msgid "By creating an account you agree to the {els}." msgstr "Creant el compte indiques que estàs d'acord amb {els}." @@ -620,46 +629,46 @@ msgstr "per tu" msgid "Camera" msgstr "Càmera" -#: src/view/com/modals/AddAppPasswords.tsx:216 +#: src/view/com/modals/AddAppPasswords.tsx:217 msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long." msgstr "Només pot tenir lletres, números, espais, guions i guions baixos. Ha de tenir almenys 4 caràcters i no més de 32." #: src/components/Menu/index.tsx:213 -#: src/components/Prompt.tsx:116 -#: src/components/Prompt.tsx:118 +#: src/components/Prompt.tsx:113 +#: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:316 -#: src/view/com/composer/Composer.tsx:321 +#: src/view/com/composer/Composer.tsx:317 +#: src/view/com/composer/Composer.tsx:322 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/ChangeHandle.tsx:153 +#: src/view/com/modals/ChangeHandle.tsx:154 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 -#: src/view/com/modals/CreateOrEditList.tsx:355 -#: src/view/com/modals/crop-image/CropImage.web.tsx:137 -#: src/view/com/modals/EditImage.tsx:323 -#: src/view/com/modals/EditProfile.tsx:249 +#: src/view/com/modals/CreateOrEditList.tsx:356 +#: src/view/com/modals/crop-image/CropImage.web.tsx:138 +#: src/view/com/modals/EditImage.tsx:324 +#: src/view/com/modals/EditProfile.tsx:250 #: src/view/com/modals/InAppBrowserConsent.tsx:78 #: src/view/com/modals/InAppBrowserConsent.tsx:80 -#: src/view/com/modals/LinkWarning.tsx:87 -#: src/view/com/modals/LinkWarning.tsx:89 -#: src/view/com/modals/Repost.tsx:87 +#: src/view/com/modals/LinkWarning.tsx:105 +#: src/view/com/modals/LinkWarning.tsx:107 +#: src/view/com/modals/Repost.tsx:88 #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:717 +#: src/view/screens/Search/Search.tsx:718 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "Cancel·la" -#: src/view/com/modals/CreateOrEditList.tsx:360 -#: src/view/com/modals/DeleteAccount.tsx:156 -#: src/view/com/modals/DeleteAccount.tsx:234 +#: src/view/com/modals/CreateOrEditList.tsx:361 +#: src/view/com/modals/DeleteAccount.tsx:155 +#: src/view/com/modals/DeleteAccount.tsx:233 msgctxt "action" msgid "Cancel" msgstr "Cancel·la" -#: src/view/com/modals/DeleteAccount.tsx:152 -#: src/view/com/modals/DeleteAccount.tsx:230 +#: src/view/com/modals/DeleteAccount.tsx:151 +#: src/view/com/modals/DeleteAccount.tsx:229 msgid "Cancel account deletion" msgstr "Cancel·la la supressió del compte" @@ -667,19 +676,19 @@ msgstr "Cancel·la la supressió del compte" #~ msgid "Cancel add image alt text" #~ msgstr "Cancel·la afegir text a la imatge" -#: src/view/com/modals/ChangeHandle.tsx:149 +#: src/view/com/modals/ChangeHandle.tsx:150 msgid "Cancel change handle" msgstr "Cancel·la el canvi d'identificador" -#: src/view/com/modals/crop-image/CropImage.web.tsx:134 +#: src/view/com/modals/crop-image/CropImage.web.tsx:135 msgid "Cancel image crop" msgstr "Cancel·la la retallada de la imatge" -#: src/view/com/modals/EditProfile.tsx:244 +#: src/view/com/modals/EditProfile.tsx:245 msgid "Cancel profile editing" msgstr "Cancel·la l'edició del perfil" -#: src/view/com/modals/Repost.tsx:78 +#: src/view/com/modals/Repost.tsx:79 msgid "Cancel quote post" msgstr "Cancel·la la citació de la publicació" @@ -692,7 +701,7 @@ msgstr "Cancel·la la cerca" #~ msgid "Cancel waitlist signup" #~ msgstr "Cancel·la la inscripció a la llista d'espera" -#: src/view/com/modals/LinkWarning.tsx:88 +#: src/view/com/modals/LinkWarning.tsx:106 msgid "Cancels opening the linked website" msgstr "Cancel·la obrir la web enllaçada" @@ -709,7 +718,7 @@ msgstr "Canvia" msgid "Change handle" msgstr "Canvia l'identificador" -#: src/view/com/modals/ChangeHandle.tsx:161 +#: src/view/com/modals/ChangeHandle.tsx:162 #: src/view/screens/Settings/index.tsx:727 msgid "Change Handle" msgstr "Canvia l'identificador" @@ -752,7 +761,7 @@ msgstr "Mira alguns canals recomanats. Prem + per a afegir-los als teus canals f msgid "Check out some recommended users. Follow them to see similar users." msgstr "Mira alguns usuaris recomanats. Segueix-los per a veure altres usuaris similars." -#: src/view/com/modals/DeleteAccount.tsx:169 +#: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Comprova el teu correu per a rebre el codi de confirmació i entra'l aquí sota:" @@ -768,7 +777,7 @@ msgstr "Tria \"Tothom\" or \"Ningú\"" msgid "Choose Service" msgstr "Tria un servei" -#: src/screens/Onboarding/StepFinished.tsx:135 +#: src/screens/Onboarding/StepFinished.tsx:139 msgid "Choose the algorithms that power your custom feeds." msgstr "Tria els algoritmes que alimentaran els teus canals personalitzats." @@ -777,11 +786,11 @@ msgstr "Tria els algoritmes que alimentaran els teus canals personalitzats." 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 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:104 msgid "Choose your main feeds" msgstr "Tria els teus canals principals" -#: src/view/com/auth/create/Step1.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:112 msgid "Choose your password" msgstr "Tria la teva contrasenya" @@ -802,7 +811,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:88 -#: src/view/screens/Search/Search.tsx:698 +#: src/view/screens/Search/Search.tsx:699 msgid "Clear search query" msgstr "Esborra la cerca" @@ -822,7 +831,7 @@ msgstr "clica aquí" msgid "Click here to open tag menu for {tag}" msgstr "Clica aquí per obrir el menú d'etiquetes per {tag}" -#: src/components/RichText.tsx:191 +#: src/components/RichText.tsx:192 msgid "Click here to open tag menu for #{tag}" msgstr "Clica aquí per obrir el menú d'etiquetes per #{tag}" @@ -835,12 +844,12 @@ msgstr "Clima" msgid "Close" msgstr "Tanca" -#: src/components/Dialog/index.web.tsx:84 -#: src/components/Dialog/index.web.tsx:198 +#: src/components/Dialog/index.web.tsx:106 +#: src/components/Dialog/index.web.tsx:218 msgid "Close active dialog" msgstr "Tanca el diàleg actiu" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:38 +#: src/screens/Login/PasswordUpdatedForm.tsx:38 msgid "Close alert" msgstr "Tanca l'advertència" @@ -869,11 +878,11 @@ msgstr "Tanca aquest diàleg" msgid "Closes bottom navigation bar" msgstr "Tanca la barra de navegació inferior" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:39 +#: src/screens/Login/PasswordUpdatedForm.tsx:39 msgid "Closes password update alert" msgstr "Tanca l'alerta d'actualització de contrasenya" -#: src/view/com/composer/Composer.tsx:318 +#: src/view/com/composer/Composer.tsx:319 msgid "Closes post composer and discards post draft" msgstr "Tanca l'editor de la publicació i descarta l'esborrany" @@ -898,15 +907,15 @@ msgstr "Còmics" msgid "Community Guidelines" msgstr "Directrius de la comunitat" -#: src/screens/Onboarding/StepFinished.tsx:148 +#: src/screens/Onboarding/StepFinished.tsx:152 msgid "Complete onboarding and start using your account" msgstr "Finalitza el registre i comença a utilitzar el teu compte" -#: src/view/com/auth/create/Step3.tsx:73 +#: src/screens/Signup/index.tsx:154 msgid "Complete the challenge" msgstr "Completa la prova" -#: src/view/com/composer/Composer.tsx:437 +#: src/view/com/composer/Composer.tsx:438 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Crea publicacions de fins a {MAX_GRAPHEME_LENGTH} caràcters" @@ -914,18 +923,20 @@ msgstr "Crea publicacions de fins a {MAX_GRAPHEME_LENGTH} caràcters" msgid "Compose reply" msgstr "Redacta una resposta" -#: src/components/moderation/GlobalModerationLabelPref.tsx:69 -#: src/components/moderation/ModerationLabelPref.tsx:149 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 msgid "Configure content filtering setting for category: {0}" msgstr "Configura els filtres de continguts per la categoria: {0}" -#: src/components/moderation/ModerationLabelPref.tsx:116 +#: src/components/moderation/LabelPreference.tsx:81 +msgid "Configure content filtering setting for category: {name}" +msgstr "" + +#: src/components/moderation/LabelPreference.tsx:244 msgid "Configured in <0>moderation settings</0>." msgstr "Configurat a <0>configuració de moderació</0>." -#: src/components/Prompt.tsx:152 -#: src/components/Prompt.tsx:155 +#: src/components/Prompt.tsx:153 +#: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 #: src/view/com/modals/VerifyEmail.tsx:231 #: src/view/com/modals/VerifyEmail.tsx:233 @@ -945,11 +956,11 @@ msgstr "Confirma" msgid "Confirm Change" msgstr "Confirma el canvi" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:35 msgid "Confirm content language settings" msgstr "Confirma la configuració de l'idioma del contingut" -#: src/view/com/modals/DeleteAccount.tsx:220 +#: src/view/com/modals/DeleteAccount.tsx:219 msgid "Confirm delete account" msgstr "Confirma l'eliminació del compte" @@ -957,17 +968,17 @@ msgstr "Confirma l'eliminació del compte" #~ msgid "Confirm your age to enable adult content." #~ msgstr "Confirma la teva edat per a habilitar el contingut per a adults" -#: src/screens/Moderation/index.tsx:303 +#: src/screens/Moderation/index.tsx:301 msgid "Confirm your age:" msgstr "Confirma la teva edat:" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:292 msgid "Confirm your birthdate" msgstr "Confirma la teva data de naixement" #: src/view/com/modals/ChangeEmail.tsx:157 -#: src/view/com/modals/DeleteAccount.tsx:176 -#: src/view/com/modals/DeleteAccount.tsx:182 +#: src/view/com/modals/DeleteAccount.tsx:175 +#: src/view/com/modals/DeleteAccount.tsx:181 #: src/view/com/modals/VerifyEmail.tsx:165 msgid "Confirmation code" msgstr "Codi de confirmació" @@ -976,12 +987,11 @@ 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:193 -#: src/view/com/auth/login/LoginForm.tsx:281 +#: src/screens/Login/LoginForm.tsx:248 msgid "Connecting..." msgstr "Connectant…" -#: src/view/com/auth/create/CreateAccount.tsx:213 +#: src/screens/Signup/index.tsx:219 msgid "Contact support" msgstr "Contacta amb suport" @@ -1001,7 +1011,7 @@ msgstr "Contingut bloquejat" #~ msgid "Content Filtering" #~ msgstr "Filtre de contingut" -#: src/screens/Moderation/index.tsx:287 +#: src/screens/Moderation/index.tsx:285 msgid "Content filters" msgstr "Filtres de contingut" @@ -1010,13 +1020,13 @@ msgstr "Filtres de contingut" msgid "Content Languages" msgstr "Idiomes del contingut" -#: src/components/moderation/ModerationDetailsDialog.tsx:76 +#: src/components/moderation/ModerationDetailsDialog.tsx:75 #: src/lib/moderation/useModerationCauseDescription.ts:75 msgid "Content Not Available" msgstr "Contingut no disponible" -#: src/components/moderation/ModerationDetailsDialog.tsx:47 -#: src/components/moderation/ScreenHider.tsx:100 +#: src/components/moderation/ModerationDetailsDialog.tsx:46 +#: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 #: src/lib/moderation/useModerationCauseDescription.ts:38 msgid "Content Warning" @@ -1030,29 +1040,34 @@ msgstr "Advertències del contingut" msgid "Context menu backdrop, click to close the menu." msgstr "Teló de fons del menú contextual, fes clic per tancar-lo." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:170 -#: src/screens/Onboarding/StepFollowingFeed.tsx:153 -#: src/screens/Onboarding/StepInterests/index.tsx:248 -#: src/screens/Onboarding/StepModeration/index.tsx:102 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:114 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:161 +#: src/screens/Onboarding/StepFollowingFeed.tsx:154 +#: src/screens/Onboarding/StepInterests/index.tsx:252 +#: src/screens/Onboarding/StepModeration/index.tsx:103 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:118 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:96 msgid "Continue" msgstr "Continua" -#: src/screens/Onboarding/StepFollowingFeed.tsx:150 -#: src/screens/Onboarding/StepInterests/index.tsx:245 -#: src/screens/Onboarding/StepModeration/index.tsx:99 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:111 +#: src/components/AccountList.tsx:108 +msgid "Continue as {0} (currently signed in)" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:151 +#: src/screens/Onboarding/StepInterests/index.tsx:249 +#: src/screens/Onboarding/StepModeration/index.tsx:100 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:115 +#: src/screens/Signup/index.tsx:198 msgid "Continue to next step" msgstr "Continua" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:167 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:158 msgid "Continue to the next step" msgstr "Continua" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:199 msgid "Continue to the next step without following any accounts" msgstr "Continua sense seguir cap compte" @@ -1060,8 +1075,8 @@ msgstr "Continua sense seguir cap compte" msgid "Cooking" msgstr "Cuina" -#: src/view/com/modals/AddAppPasswords.tsx:195 -#: src/view/com/modals/InviteCodes.tsx:182 +#: src/view/com/modals/AddAppPasswords.tsx:196 +#: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "Copiat" @@ -1069,22 +1084,22 @@ msgstr "Copiat" msgid "Copied build version to clipboard" msgstr "Número de versió copiat en memòria" -#: src/view/com/modals/AddAppPasswords.tsx:76 -#: src/view/com/modals/ChangeHandle.tsx:327 -#: src/view/com/modals/InviteCodes.tsx:152 +#: src/view/com/modals/AddAppPasswords.tsx:77 +#: src/view/com/modals/ChangeHandle.tsx:326 +#: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:158 msgid "Copied to clipboard" msgstr "Copiat en memòria" -#: src/view/com/modals/AddAppPasswords.tsx:189 +#: src/view/com/modals/AddAppPasswords.tsx:190 msgid "Copies app password" msgstr "Copia la contrasenya d'aplicació" -#: src/view/com/modals/AddAppPasswords.tsx:188 +#: src/view/com/modals/AddAppPasswords.tsx:189 msgid "Copy" msgstr "Copia" -#: src/view/com/modals/ChangeHandle.tsx:481 +#: src/view/com/modals/ChangeHandle.tsx:480 msgid "Copy {0}" msgstr "Copia {0}" @@ -1111,7 +1126,7 @@ msgstr "Copia el text de la publicació" msgid "Copyright Policy" msgstr "Política de drets d'autor" -#: src/view/screens/ProfileFeed.tsx:102 +#: src/view/screens/ProfileFeed.tsx:103 msgid "Could not load feed" msgstr "No es pot carregar el canal" @@ -1123,9 +1138,9 @@ msgstr "No es pot carregar la llista" #~ msgid "Country" #~ msgstr "País" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:64 -#: src/view/com/auth/SplashScreen.tsx:73 -#: src/view/com/auth/SplashScreen.web.tsx:81 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:65 +#: src/view/com/auth/SplashScreen.tsx:75 +#: src/view/com/auth/SplashScreen.web.tsx:104 msgid "Create a new account" msgstr "Crea un nou compte" @@ -1133,20 +1148,21 @@ msgstr "Crea un nou compte" msgid "Create a new Bluesky account" msgstr "Crea un nou compte de Bluesky" -#: src/view/com/auth/create/CreateAccount.tsx:133 +#: src/screens/Signup/index.tsx:129 msgid "Create Account" msgstr "Crea un compte" -#: src/view/com/modals/AddAppPasswords.tsx:226 +#: src/view/com/modals/AddAppPasswords.tsx:227 msgid "Create App Password" msgstr "Crea una contrasenya d'aplicació" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:54 -#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:55 +#: src/view/com/auth/SplashScreen.tsx:66 +#: src/view/com/auth/SplashScreen.web.tsx:95 msgid "Create new account" msgstr "Crea un nou compte" -#: src/components/ReportDialog/SelectReportOptionView.tsx:94 +#: src/components/ReportDialog/SelectReportOptionView.tsx:93 msgid "Create report for {0}" msgstr "Crea un informe per a {0}" @@ -1162,7 +1178,7 @@ msgstr "Creat {0}" #~ msgid "Created by you" #~ msgstr "Creat per tu" -#: src/view/com/composer/Composer.tsx:468 +#: src/view/com/composer/Composer.tsx:469 msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "Crea una targeta amb una miniatura. La targeta enllaça a {url}" @@ -1170,16 +1186,16 @@ msgstr "Crea una targeta amb una miniatura. La targeta enllaça a {url}" msgid "Culture" msgstr "Cultura" -#: src/view/com/auth/server-input/index.tsx:95 -#: src/view/com/auth/server-input/index.tsx:96 +#: src/view/com/auth/server-input/index.tsx:97 +#: src/view/com/auth/server-input/index.tsx:99 msgid "Custom" msgstr "Personalitzat" -#: src/view/com/modals/ChangeHandle.tsx:389 +#: src/view/com/modals/ChangeHandle.tsx:388 msgid "Custom domain" msgstr "Domini personalitzat" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:107 #: src/view/screens/Feeds.tsx:692 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "Els canals personalitzats fets per la comunitat et porten noves experiències i t'ajuden a trobar contingut que t'agradarà." @@ -1205,6 +1221,10 @@ msgstr "Mode fosc" msgid "Dark Theme" msgstr "Tema fosc" +#: src/screens/Signup/StepInfo/index.tsx:132 +msgid "Date of birth" +msgstr "" + #: src/view/screens/Settings/index.tsx:841 msgid "Debug Moderation" msgstr "Moderació de depuració" @@ -1223,7 +1243,7 @@ msgstr "Elimina" msgid "Delete account" msgstr "Elimina el compte" -#: src/view/com/modals/DeleteAccount.tsx:87 +#: src/view/com/modals/DeleteAccount.tsx:86 msgid "Delete Account" msgstr "Elimina el compte" @@ -1239,7 +1259,7 @@ msgstr "Vols eliminar la contrasenya d'aplicació?" msgid "Delete List" msgstr "Elimina la llista" -#: src/view/com/modals/DeleteAccount.tsx:223 +#: src/view/com/modals/DeleteAccount.tsx:222 msgid "Delete my account" msgstr "Elimina el meu compte" @@ -1272,10 +1292,10 @@ msgstr "Eliminat" msgid "Deleted post." msgstr "Publicació eliminada." -#: 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 +#: src/view/com/modals/CreateOrEditList.tsx:301 +#: src/view/com/modals/CreateOrEditList.tsx:322 +#: src/view/com/modals/EditProfile.tsx:199 +#: src/view/com/modals/EditProfile.tsx:211 msgid "Description" msgstr "Descripció" @@ -1287,7 +1307,7 @@ msgstr "Descripció" #~ msgid "Developer Tools" #~ msgstr "Eines de desenvolupador" -#: src/view/com/composer/Composer.tsx:217 +#: src/view/com/composer/Composer.tsx:218 msgid "Did you want to say anything?" msgstr "Vols dir alguna cosa?" @@ -1298,11 +1318,11 @@ msgstr "Tènue" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 #: src/lib/moderation/useLabelBehaviorDescription.ts:68 -#: src/screens/Moderation/index.tsx:343 +#: src/screens/Moderation/index.tsx:341 msgid "Disabled" msgstr "Deshabilitat" -#: src/view/com/composer/Composer.tsx:510 +#: src/view/com/composer/Composer.tsx:511 msgid "Discard" msgstr "Descarta" @@ -1310,12 +1330,12 @@ msgstr "Descarta" #~ msgid "Discard draft" #~ msgstr "Descarta l'esborrany" -#: src/view/com/composer/Composer.tsx:507 +#: src/view/com/composer/Composer.tsx:508 msgid "Discard draft?" msgstr "Vols descartar l'esborrany?" -#: src/screens/Moderation/index.tsx:520 -#: src/screens/Moderation/index.tsx:524 +#: src/screens/Moderation/index.tsx:518 +#: src/screens/Moderation/index.tsx:522 msgid "Discourage apps from showing my account to logged-out users" msgstr "Evita que les aplicacions mostrin el meu compte als usuaris no connectats" @@ -1332,15 +1352,15 @@ msgstr "Descobreix nous canals personalitzats" msgid "Discover New Feeds" msgstr "Descobreix nous canals" -#: src/view/com/modals/EditProfile.tsx:192 +#: src/view/com/modals/EditProfile.tsx:193 msgid "Display name" msgstr "Nom mostrat" -#: src/view/com/modals/EditProfile.tsx:180 +#: src/view/com/modals/EditProfile.tsx:181 msgid "Display Name" msgstr "Nom mostrat" -#: src/view/com/modals/ChangeHandle.tsx:398 +#: src/view/com/modals/ChangeHandle.tsx:397 msgid "DNS Panel" msgstr "Panell de DNS" @@ -1348,11 +1368,15 @@ msgstr "Panell de DNS" msgid "Does not include nudity." msgstr "No inclou nuesa." -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/screens/Signup/StepHandle.tsx:104 +msgid "Doesn't begin or end with a hyphen" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "Domain Value" msgstr "valor del domini" -#: src/view/com/modals/ChangeHandle.tsx:489 +#: src/view/com/modals/ChangeHandle.tsx:488 msgid "Domain verified!" msgstr "Domini verificat!" @@ -1362,22 +1386,24 @@ msgstr "Domini verificat!" #: src/components/dialogs/BirthDateSettings.tsx:119 #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/auth/server-input/index.tsx:165 -#: src/view/com/auth/server-input/index.tsx:166 -#: src/view/com/modals/AddAppPasswords.tsx:226 -#: src/view/com/modals/AltImage.tsx:139 -#: src/view/com/modals/crop-image/CropImage.web.tsx:152 -#: src/view/com/modals/InviteCodes.tsx:80 -#: src/view/com/modals/InviteCodes.tsx:123 +#: src/components/forms/DateField/index.tsx:74 +#: src/components/forms/DateField/index.tsx:80 +#: src/view/com/auth/server-input/index.tsx:169 +#: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/modals/AddAppPasswords.tsx:227 +#: src/view/com/modals/AltImage.tsx:140 +#: src/view/com/modals/crop-image/CropImage.web.tsx:153 +#: src/view/com/modals/InviteCodes.tsx:81 +#: src/view/com/modals/InviteCodes.tsx:124 #: src/view/com/modals/ListAddRemoveUsers.tsx:142 #: src/view/screens/PreferencesFollowingFeed.tsx:311 #: src/view/screens/Settings/ExportCarDialog.tsx:94 -#: src/view/screens/Settings/ExportCarDialog.tsx:95 +#: src/view/screens/Settings/ExportCarDialog.tsx:96 msgid "Done" msgstr "Fet" #: src/view/com/auth/onboarding/RecommendedFollows.tsx:86 -#: src/view/com/modals/EditImage.tsx:333 +#: src/view/com/modals/EditImage.tsx:334 #: src/view/com/modals/ListAddRemoveUsers.tsx:144 #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 @@ -1389,13 +1415,13 @@ msgctxt "action" msgid "Done" msgstr "Fet" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:42 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:43 msgid "Done{extraText}" msgstr "Fet{extraText}" #: src/view/com/auth/login/ChooseAccountForm.tsx:46 -msgid "Double tap to sign in" -msgstr "Fes doble toc per a iniciar la sessió" +#~ msgid "Double tap to sign in" +#~ msgstr "Fes doble toc per a iniciar la sessió" #: src/view/screens/Settings/index.tsx:755 #~ msgid "Download Bluesky account data (repository)" @@ -1414,19 +1440,19 @@ msgstr "Deixa anar a afegir imatges" msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." msgstr "A causa de les polítiques d'Apple, el contingut a adults només es pot habilitar a la web després de registrar-se." -#: src/view/com/modals/ChangeHandle.tsx:257 +#: src/view/com/modals/ChangeHandle.tsx:258 msgid "e.g. alice" msgstr "p. ex.jordi" -#: src/view/com/modals/EditProfile.tsx:185 +#: src/view/com/modals/EditProfile.tsx:186 msgid "e.g. Alice Roberts" msgstr "p. ex.Jordi Guix" -#: src/view/com/modals/ChangeHandle.tsx:381 +#: src/view/com/modals/ChangeHandle.tsx:380 msgid "e.g. alice.com" msgstr "p. ex.jordi.com" -#: src/view/com/modals/EditProfile.tsx:203 +#: src/view/com/modals/EditProfile.tsx:204 msgid "e.g. Artist, dog-lover, and avid reader." msgstr "p. ex.Artista, amant dels gossos i amant de la lectura." @@ -1434,23 +1460,23 @@ msgstr "p. ex.Artista, amant dels gossos i amant de la lectura." msgid "E.g. artistic nudes." msgstr "p. ex.nuesa artística" -#: src/view/com/modals/CreateOrEditList.tsx:283 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Great Posters" msgstr "p. ex.Gent interessant" -#: src/view/com/modals/CreateOrEditList.tsx:284 +#: src/view/com/modals/CreateOrEditList.tsx:285 msgid "e.g. Spammers" msgstr "p. ex.Spammers" -#: src/view/com/modals/CreateOrEditList.tsx:312 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. The posters who never miss." msgstr "p. ex.Els que mai fallen" -#: src/view/com/modals/CreateOrEditList.tsx:313 +#: src/view/com/modals/CreateOrEditList.tsx:314 msgid "e.g. Users that repeatedly reply with ads." msgstr "p. ex.Usuaris que sempre responen amb anuncis" -#: src/view/com/modals/InviteCodes.tsx:96 +#: src/view/com/modals/InviteCodes.tsx:97 msgid "Each code works once. You'll receive more invite codes periodically." msgstr "Cada codi funciona un cop. Rebràs més codis d'invitació periòdicament." @@ -1465,7 +1491,7 @@ msgid "Edit avatar" msgstr "Edita l'avatar" #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/modals/EditImage.tsx:207 +#: src/view/com/modals/EditImage.tsx:208 msgid "Edit image" msgstr "Edita la imatge" @@ -1473,7 +1499,7 @@ msgstr "Edita la imatge" msgid "Edit list details" msgstr "Edita els detalls de la llista" -#: src/view/com/modals/CreateOrEditList.tsx:250 +#: src/view/com/modals/CreateOrEditList.tsx:251 msgid "Edit Moderation List" msgstr "Edita la llista de moderació" @@ -1483,17 +1509,17 @@ msgstr "Edita la llista de moderació" msgid "Edit My Feeds" msgstr "Edita els meus canals" -#: src/view/com/modals/EditProfile.tsx:152 +#: src/view/com/modals/EditProfile.tsx:153 msgid "Edit my profile" msgstr "Edita el meu perfil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:172 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:161 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 msgid "Edit profile" msgstr "Edita el perfil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:175 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:164 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 msgid "Edit Profile" msgstr "Edita el perfil" @@ -1502,15 +1528,15 @@ msgstr "Edita el perfil" msgid "Edit Saved Feeds" msgstr "Edita els meus canals guardats" -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:246 msgid "Edit User List" msgstr "Edita la llista d'usuaris" -#: src/view/com/modals/EditProfile.tsx:193 +#: src/view/com/modals/EditProfile.tsx:194 msgid "Edit your display name" msgstr "Edita el teu nom mostrat" -#: src/view/com/modals/EditProfile.tsx:211 +#: src/view/com/modals/EditProfile.tsx:212 msgid "Edit your profile description" msgstr "Edita la descripció del teu perfil" @@ -1518,14 +1544,12 @@ msgstr "Edita la descripció del teu perfil" msgid "Education" msgstr "Ensenyament" -#: src/view/com/auth/create/Step1.tsx:176 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:156 +#: src/screens/Signup/StepInfo/index.tsx:80 #: src/view/com/modals/ChangeEmail.tsx:141 msgid "Email" msgstr "Correu" -#: src/view/com/auth/create/Step1.tsx:167 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:147 +#: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "Adreça de correu" @@ -1546,11 +1570,11 @@ msgstr "Correu verificat" msgid "Email:" msgstr "Correu:" -#: src/view/com/modals/EmbedConsent.tsx:113 +#: src/components/dialogs/EmbedConsent.tsx:101 msgid "Enable {0} only" msgstr "Habilita només {0}" -#: src/screens/Moderation/index.tsx:331 +#: src/screens/Moderation/index.tsx:329 msgid "Enable adult content" msgstr "Habilita el contingut per adults" @@ -1563,9 +1587,14 @@ msgstr "Habilita el contingut per adults" msgid "Enable adult content in your feeds" msgstr "Habilita veure el contingut per adults als teus canals" +#: src/components/dialogs/EmbedConsent.tsx:82 +#: src/components/dialogs/EmbedConsent.tsx:89 +msgid "Enable external media" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 -msgid "Enable External Media" -msgstr "Habilita el contingut extern" +#~ msgid "Enable External Media" +#~ msgstr "Habilita el contingut extern" #: src/view/screens/PreferencesExternalEmbeds.tsx:75 msgid "Enable media players for" @@ -1575,7 +1604,11 @@ msgstr "Habilita reproductors de contingut per" msgid "Enable this setting to only see replies between people you follow." msgstr "Activa aquesta opció per a veure només les respostes entre els comptes que segueixes." -#: src/screens/Moderation/index.tsx:341 +#: src/components/dialogs/EmbedConsent.tsx:94 +msgid "Enable this source only" +msgstr "" + +#: src/screens/Moderation/index.tsx:339 msgid "Enabled" msgstr "Habilitat" @@ -1583,12 +1616,16 @@ msgstr "Habilitat" msgid "End of feed" msgstr "Fi del canal" -#: src/view/com/modals/AddAppPasswords.tsx:166 +#: src/view/com/modals/AddAppPasswords.tsx:167 msgid "Enter a name for this App Password" msgstr "Posa un nom a aquesta contrasenya d'aplicació" +#: src/screens/Login/SetNewPasswordForm.tsx:139 +msgid "Enter a password" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:99 #: src/components/dialogs/MutedWords.tsx:100 -#: src/components/dialogs/MutedWords.tsx:101 msgid "Enter a word or tag" msgstr "Introdueix una lletra o etiqueta" @@ -1604,16 +1641,15 @@ msgstr "Entra el codi de confirmació" msgid "Enter the code you received to change your password." msgstr "Introdueix el codi que has rebut per a canviar la teva contrasenya." -#: src/view/com/modals/ChangeHandle.tsx:371 +#: src/view/com/modals/ChangeHandle.tsx:370 msgid "Enter the domain you want to use" msgstr "Introdueix el domini que vols utilitzar" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:107 +#: src/screens/Login/ForgotPasswordForm.tsx:119 msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Introdueix el correu que vas fer servir per a crear el teu compte. T'enviarem un \"codi de restabliment\" perquè puguis posar una nova contrasenya." #: src/components/dialogs/BirthDateSettings.tsx:108 -#: src/view/com/auth/create/Step1.tsx:228 msgid "Enter your birth date" msgstr "Introdueix la teva data de naixement" @@ -1621,7 +1657,8 @@ msgstr "Introdueix la teva data de naixement" #~ msgid "Enter your email" #~ msgstr "Introdueix el teu correu" -#: src/view/com/auth/create/Step1.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:105 +#: src/screens/Signup/StepInfo/index.tsx:91 msgid "Enter your email address" msgstr "Introdueix el teu correu" @@ -1637,15 +1674,15 @@ msgstr "Introdueix el teu nou correu a continuació." #~ msgid "Enter your phone number" #~ msgstr "Introdueix el teu telèfon" -#: src/view/com/auth/login/Login.tsx:99 +#: src/screens/Login/index.tsx:101 msgid "Enter your username and password" msgstr "Introdueix el teu usuari i contrasenya" -#: src/view/com/auth/create/Step3.tsx:67 +#: src/screens/Signup/StepCaptcha/index.tsx:49 msgid "Error receiving captcha response." msgstr "Erro en rebre la resposta al captcha." -#: src/view/screens/Search/Search.tsx:110 +#: src/view/screens/Search/Search.tsx:111 msgid "Error:" msgstr "Error:" @@ -1657,15 +1694,15 @@ msgstr "Tothom" msgid "Excessive mentions or replies" msgstr "Mencions o respostes excessives" -#: src/view/com/modals/DeleteAccount.tsx:231 +#: src/view/com/modals/DeleteAccount.tsx:230 msgid "Exits account deletion process" msgstr "Surt del procés d'eliminació del compte" -#: src/view/com/modals/ChangeHandle.tsx:150 +#: src/view/com/modals/ChangeHandle.tsx:151 msgid "Exits handle change process" msgstr "Surt del procés de canvi d'identificador" -#: src/view/com/modals/crop-image/CropImage.web.tsx:135 +#: src/view/com/modals/crop-image/CropImage.web.tsx:136 msgid "Exits image cropping process" msgstr "Surt del procés de retallar l'imatge" @@ -1708,11 +1745,12 @@ msgstr "Exporta les meves dades" msgid "Export My Data" msgstr "Exporta les meves dades" -#: src/view/com/modals/EmbedConsent.tsx:64 +#: src/components/dialogs/EmbedConsent.tsx:55 +#: src/components/dialogs/EmbedConsent.tsx:59 msgid "External Media" msgstr "Contingut extern" -#: src/view/com/modals/EmbedConsent.tsx:75 +#: src/components/dialogs/EmbedConsent.tsx:71 #: src/view/screens/PreferencesExternalEmbeds.tsx:66 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\"." @@ -1727,12 +1765,12 @@ msgstr "Preferència del contingut extern" msgid "External media settings" msgstr "Configuració del contingut extern" -#: src/view/com/modals/AddAppPasswords.tsx:115 -#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:116 +#: src/view/com/modals/AddAppPasswords.tsx:120 msgid "Failed to create app password." msgstr "No s'ha pogut crear la contrasenya d'aplicació." -#: src/view/com/modals/CreateOrEditList.tsx:206 +#: src/view/com/modals/CreateOrEditList.tsx:207 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." @@ -1773,8 +1811,8 @@ msgstr "Comentaris" #: src/Navigation.tsx:464 #: src/view/screens/Feeds.tsx:419 #: src/view/screens/Feeds.tsx:524 -#: src/view/screens/Profile.tsx:192 -#: src/view/shell/bottom-bar/BottomBar.tsx:183 +#: src/view/screens/Profile.tsx:194 +#: src/view/shell/bottom-bar/BottomBar.tsx:191 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:479 #: src/view/shell/Drawer.tsx:480 @@ -1789,11 +1827,11 @@ msgstr "Els canals són creats pels usuaris per a curar contingut. Tria els cana 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:76 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 msgid "Feeds can be topical as well!" msgstr "Els canals també poden ser d'actualitat!" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "File Contents" msgstr "Continguts del fitxer" @@ -1801,7 +1839,7 @@ msgstr "Continguts del fitxer" msgid "Filter from feeds" msgstr "Filtra-ho dels canals" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Finalizing" msgstr "Finalitzant" @@ -1811,11 +1849,11 @@ msgstr "Finalitzant" msgid "Find accounts to follow" msgstr "Troba comptes per a seguir" -#: src/view/screens/Search/Search.tsx:441 +#: src/view/screens/Search/Search.tsx:442 msgid "Find users on Bluesky" msgstr "Troba usuaris a Bluesky" -#: src/view/screens/Search/Search.tsx:439 +#: src/view/screens/Search/Search.tsx:440 msgid "Find users with the search tool on the right" msgstr "Troba usuaris amb l'eina de cerca de la dreta" @@ -1839,23 +1877,23 @@ msgstr "Ajusta els fils de debat." msgid "Fitness" msgstr "Exercici" -#: src/screens/Onboarding/StepFinished.tsx:131 +#: src/screens/Onboarding/StepFinished.tsx:135 msgid "Flexible" msgstr "Flexible" -#: src/view/com/modals/EditImage.tsx:115 +#: src/view/com/modals/EditImage.tsx:116 msgid "Flip horizontal" msgstr "Gira horitzontalment" -#: src/view/com/modals/EditImage.tsx:120 -#: src/view/com/modals/EditImage.tsx:287 +#: src/view/com/modals/EditImage.tsx:121 +#: src/view/com/modals/EditImage.tsx:288 msgid "Flip vertically" msgstr "Gira verticalment" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:246 msgid "Follow" msgstr "Segueix" @@ -1866,8 +1904,8 @@ msgid "Follow" msgstr "Segueix" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Segueix {0}" @@ -1876,11 +1914,15 @@ msgstr "Segueix {0}" msgid "Follow Account" msgstr "Segueix el compte" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:179 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 msgid "Follow All" msgstr "Segueix-los a tots" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +msgid "Follow Back" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 msgid "Follow selected accounts and continue to the next step" msgstr "Segueix els comptes seleccionats i continua" @@ -1904,7 +1946,7 @@ msgstr "Només els usuaris seguits" msgid "followed you" msgstr "et segueix" -#: src/view/com/profile/ProfileFollowers.tsx:109 +#: src/view/com/profile/ProfileFollowers.tsx:104 #: src/view/screens/ProfileFollowers.tsx:25 msgid "Followers" msgstr "Seguidors" @@ -1913,14 +1955,14 @@ msgstr "Seguidors" #~ msgid "following" #~ msgstr "seguint" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:227 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 -#: src/view/com/profile/ProfileFollows.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 +#: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "Seguint" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 msgid "Following {0}" msgstr "Seguint {0}" @@ -1948,33 +1990,41 @@ msgstr "Et segueix" msgid "Food" msgstr "Menjar" -#: src/view/com/modals/DeleteAccount.tsx:111 +#: src/view/com/modals/DeleteAccount.tsx:110 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." -#: src/view/com/modals/AddAppPasswords.tsx:209 +#: src/view/com/modals/AddAppPasswords.tsx:210 msgid "For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one." msgstr "Per motius de seguretat no podràs tornar-la a veure. Si perds aquesta contrasenya necessitaràs generar-ne una de nova." #: src/view/com/auth/login/LoginForm.tsx:244 -msgid "Forgot" -msgstr "L'he oblidat" +#~ msgid "Forgot" +#~ msgstr "L'he oblidat" #: src/view/com/auth/login/LoginForm.tsx:241 -msgid "Forgot password" -msgstr "He oblidat la contrasenya" +#~ msgid "Forgot password" +#~ msgstr "He oblidat la contrasenya" -#: src/view/com/auth/login/Login.tsx:127 -#: src/view/com/auth/login/Login.tsx:143 +#: src/screens/Login/index.tsx:129 +#: src/screens/Login/index.tsx:144 msgid "Forgot Password" msgstr "He oblidat la contrasenya" +#: src/screens/Login/LoginForm.tsx:201 +msgid "Forgot password?" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 +msgid "Forgot?" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:52 msgid "Frequently Posts Unwanted Content" msgstr "Publica contingut no dessitjat freqüentment" -#: src/screens/Hashtag.tsx:108 -#: src/screens/Hashtag.tsx:148 +#: src/screens/Hashtag.tsx:109 +#: src/screens/Hashtag.tsx:149 msgid "From @{sanitizedAuthor}" msgstr "De @{sanitizedAuthor}" @@ -1996,29 +2046,31 @@ msgstr "Comença" msgid "Glaring violations of law or terms of service" msgstr "Infraccions flagrants de la llei o les condicions del servei" -#: src/components/moderation/ScreenHider.tsx:144 -#: src/components/moderation/ScreenHider.tsx:153 -#: src/view/com/auth/LoggedOut.tsx:81 +#: src/components/moderation/ScreenHider.tsx:151 +#: src/components/moderation/ScreenHider.tsx:160 #: src/view/com/auth/LoggedOut.tsx:82 +#: src/view/com/auth/LoggedOut.tsx:83 #: src/view/screens/NotFound.tsx:55 -#: src/view/screens/ProfileFeed.tsx:111 +#: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:916 #: src/view/shell/desktop/LeftNav.tsx:108 msgid "Go back" msgstr "Ves enrere" +#: src/components/Error.tsx:91 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 -#: src/view/screens/ProfileFeed.tsx:116 +#: src/view/screens/ProfileFeed.tsx:117 #: src/view/screens/ProfileList.tsx:921 msgid "Go Back" msgstr "Ves enrere" -#: src/components/ReportDialog/SelectReportOptionView.tsx:74 +#: src/components/ReportDialog/SelectReportOptionView.tsx:73 #: src/components/ReportDialog/SubmitView.tsx:104 -#: src/screens/Onboarding/Layout.tsx:104 -#: src/screens/Onboarding/Layout.tsx:193 +#: src/screens/Onboarding/Layout.tsx:102 +#: src/screens/Onboarding/Layout.tsx:191 +#: src/screens/Signup/index.tsx:173 msgid "Go back to previous step" msgstr "Ves al pas anterior" @@ -2030,15 +2082,12 @@ msgstr "Ves a l'inici" msgid "Go Home" msgstr "Ves a l'inici" -#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:749 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "Ves a @{queryMaybeHandle}" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:189 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:218 -#: src/view/com/auth/login/LoginForm.tsx:291 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:195 +#: src/screens/Login/ForgotPasswordForm.tsx:172 #: src/view/com/modals/ChangePassword.tsx:167 msgid "Go to next" msgstr "Ves al següent" @@ -2047,7 +2096,7 @@ msgstr "Ves al següent" msgid "Graphic Media" msgstr "Mitjans gràfics" -#: src/view/com/modals/ChangeHandle.tsx:265 +#: src/view/com/modals/ChangeHandle.tsx:266 msgid "Handle" msgstr "Identificador" @@ -2063,11 +2112,11 @@ msgstr "Etiqueta" #~ msgid "Hashtag: {tag}" #~ msgstr "Etiqueta: {tag}" -#: src/components/RichText.tsx:190 +#: src/components/RichText.tsx:191 msgid "Hashtag: #{tag}" msgstr "Etiqueta: #{tag}" -#: src/view/com/auth/create/CreateAccount.tsx:208 +#: src/screens/Signup/index.tsx:217 msgid "Having trouble?" msgstr "Tens problemes?" @@ -2076,24 +2125,24 @@ msgstr "Tens problemes?" msgid "Help" msgstr "Ajuda" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:140 msgid "Here are some accounts for you to follow" msgstr "Aquí tens uns quants comptes que pots seguir" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:85 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:89 msgid "Here are some popular topical feeds. You can choose to follow as many as you like." msgstr "Aquí tens alguns canals d'actualitat populars. Pots seguir-ne tants com vulguis." -#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:84 msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." msgstr "Aquí tens uns quants canals d'actualitat basats en els teus interessos: {interestsText}. Pots seguir-ne tants com vulguis." -#: src/view/com/modals/AddAppPasswords.tsx:153 +#: src/view/com/modals/AddAppPasswords.tsx:154 msgid "Here is your app password." msgstr "Aquí tens la teva contrasenya d'aplicació." #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:43 +#: src/components/moderation/LabelPreference.tsx:134 #: src/components/moderation/PostHider.tsx:107 #: src/lib/moderation/useLabelBehaviorDescription.ts:15 #: src/lib/moderation/useLabelBehaviorDescription.ts:20 @@ -2152,7 +2201,7 @@ msgstr "El servidor del canal ha donat una resposta incorrecta. Avisa al propiet msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Tenim problemes per a trobar aquest canal. Potser ha estat eliminat." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:59 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Tenim problemes per a carregar aquestes dades. Mira a continuació per a veure més detalls. Contacta'ns si aquest problema continua." @@ -2161,7 +2210,7 @@ msgid "Hmmmm, we couldn't load that moderation service." msgstr "No podem carregar el servei de moderació." #: src/Navigation.tsx:454 -#: src/view/shell/bottom-bar/BottomBar.tsx:139 +#: src/view/shell/bottom-bar/BottomBar.tsx:147 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:401 #: src/view/shell/Drawer.tsx:402 @@ -2175,13 +2224,14 @@ msgstr "Inici" #~ msgid "Home Feed Preferences" #~ msgstr "Preferències dels canals a l'inici" -#: src/view/com/modals/ChangeHandle.tsx:421 +#: src/view/com/modals/ChangeHandle.tsx:420 msgid "Host:" msgstr "Allotjament:" -#: src/view/com/auth/create/Step1.tsx:75 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:120 -#: src/view/com/modals/ChangeHandle.tsx:280 +#: src/screens/Login/ForgotPasswordForm.tsx:89 +#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Signup/StepInfo/index.tsx:40 +#: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" msgstr "Proveïdor d'allotjament" @@ -2202,7 +2252,7 @@ msgstr "Tinc un codi" msgid "I have a confirmation code" msgstr "Tinc un codi de confirmació" -#: src/view/com/modals/ChangeHandle.tsx:283 +#: src/view/com/modals/ChangeHandle.tsx:284 msgid "I have my own domain" msgstr "Tinc el meu propi domini" @@ -2214,7 +2264,7 @@ 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/auth/create/Policies.tsx:91 +#: src/screens/Signup/StepInfo/Policies.tsx:83 msgid "If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf." msgstr "Si encara no ets un adult segons les lleis del teu país, el teu tutor legal haurà de llegir aquests Termes en el teu lloc." @@ -2238,7 +2288,7 @@ msgstr "Il·legal i urgent" msgid "Image" msgstr "Imatge" -#: src/view/com/modals/AltImage.tsx:120 +#: src/view/com/modals/AltImage.tsx:121 msgid "Image alt text" msgstr "Text alternatiu de la imatge" @@ -2251,31 +2301,31 @@ msgstr "Text alternatiu de la imatge" msgid "Impersonation or false claims about identity or affiliation" msgstr "Suplantació d'identitat o afirmacions falses sobre identitat o afiliació" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:138 +#: src/screens/Login/SetNewPasswordForm.tsx:127 msgid "Input code sent to your email for password reset" msgstr "Introdueix el codi que s'ha enviat al teu correu per a restablir la contrasenya" -#: src/view/com/modals/DeleteAccount.tsx:184 +#: src/view/com/modals/DeleteAccount.tsx:183 msgid "Input confirmation code for account deletion" msgstr "Introdueix el codi de confirmació per a eliminar el compte" #: src/view/com/auth/create/Step1.tsx:177 -msgid "Input email for Bluesky account" -msgstr "Introdueix el correu del compte de Bluesky" +#~ msgid "Input email for Bluesky account" +#~ msgstr "Introdueix el correu del compte de Bluesky" #: src/view/com/auth/create/Step1.tsx:151 -msgid "Input invite code to proceed" -msgstr "Introdueix el codi d'invitació per a continuar" +#~ msgid "Input invite code to proceed" +#~ msgstr "Introdueix el codi d'invitació per a continuar" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:181 msgid "Input name for app password" msgstr "Introdueix un nom per la contrasenya d'aplicació" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:162 +#: src/screens/Login/SetNewPasswordForm.tsx:151 msgid "Input new password" msgstr "Introdueix una nova contrasenya" -#: src/view/com/modals/DeleteAccount.tsx:203 +#: src/view/com/modals/DeleteAccount.tsx:202 msgid "Input password for account deletion" msgstr "Introdueix la contrasenya per a eliminar el compte" @@ -2283,11 +2333,11 @@ msgstr "Introdueix la contrasenya per a eliminar el compte" #~ msgid "Input phone number for SMS verification" #~ msgstr "Introdueix el telèfon per la verificació per SMS" -#: src/view/com/auth/login/LoginForm.tsx:233 +#: src/screens/Login/LoginForm.tsx:195 msgid "Input the password tied to {identifier}" msgstr "Introdueix la contrasenya lligada a {identifier}" -#: src/view/com/auth/login/LoginForm.tsx:200 +#: src/screens/Login/LoginForm.tsx:168 msgid "Input the username or email address you used at signup" msgstr "Introdueix el nom d'usuari o correu que vas utilitzar per a registrar-te" @@ -2299,15 +2349,15 @@ msgstr "Introdueix el nom d'usuari o correu que vas utilitzar per a registrar-te #~ msgid "Input your email to get on the Bluesky waitlist" #~ msgstr "Introdueix el teu correu per a afegir-te a la llista d'espera de Bluesky" -#: src/view/com/auth/login/LoginForm.tsx:232 +#: src/screens/Login/LoginForm.tsx:194 msgid "Input your password" msgstr "Introdueix la teva contrasenya" -#: src/view/com/modals/ChangeHandle.tsx:390 +#: src/view/com/modals/ChangeHandle.tsx:389 msgid "Input your preferred hosting provider" msgstr "Introdeix el teu proveïdor d'allotjament preferit" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Signup/StepHandle.tsx:62 msgid "Input your user handle" msgstr "Introdueix el teu identificador d'usuari" @@ -2315,7 +2365,7 @@ msgstr "Introdueix el teu identificador d'usuari" msgid "Invalid or unsupported post record" msgstr "Registre de publicació no vàlid o no admès" -#: src/view/com/auth/login/LoginForm.tsx:116 +#: src/screens/Login/LoginForm.tsx:114 msgid "Invalid username or password" msgstr "Nom d'usuari o contrasenya incorrectes" @@ -2323,20 +2373,19 @@ msgstr "Nom d'usuari o contrasenya incorrectes" #~ msgid "Invite" #~ msgstr "Convida" -#: src/view/com/modals/InviteCodes.tsx:93 +#: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Convida un amic" -#: src/view/com/auth/create/Step1.tsx:141 -#: src/view/com/auth/create/Step1.tsx:150 +#: src/screens/Signup/StepInfo/index.tsx:58 msgid "Invite code" msgstr "Codi d'invitació" -#: src/view/com/auth/create/state.ts:158 +#: src/screens/Signup/state.ts:278 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Codi d'invitació rebutjat. Comprova que l'has entrat correctament i torna-ho a provar." -#: src/view/com/modals/InviteCodes.tsx:170 +#: src/view/com/modals/InviteCodes.tsx:171 msgid "Invite codes: {0} available" msgstr "Codis d'invitació: {0} disponible" @@ -2344,16 +2393,16 @@ msgstr "Codis d'invitació: {0} disponible" #~ msgid "Invite codes: {invitesAvailable} available" #~ msgstr "Codis d'invitació: {invitesAvailable} disponibles" -#: src/view/com/modals/InviteCodes.tsx:169 +#: src/view/com/modals/InviteCodes.tsx:170 msgid "Invite codes: 1 available" msgstr "Codis d'invitació: 1 disponible" -#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +#: src/screens/Onboarding/StepFollowingFeed.tsx:65 msgid "It shows posts from the people you follow as they happen." msgstr "Mostra les publicacions de les persones que segueixes cronològicament." -#: src/view/com/auth/HomeLoggedOutCTA.tsx:103 -#: src/view/com/auth/SplashScreen.web.tsx:138 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:104 +#: src/view/com/auth/SplashScreen.web.tsx:172 msgid "Jobs" msgstr "Feines" @@ -2386,11 +2435,11 @@ msgstr "Etiquetat per {0}." msgid "Labeled by the author." msgstr "Etiquetat per l'autor." -#: src/view/screens/Profile.tsx:186 +#: src/view/screens/Profile.tsx:188 msgid "Labels" msgstr "Etiquetes" -#: src/screens/Profile/Sections/Labels.tsx:143 +#: src/screens/Profile/Sections/Labels.tsx:142 msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Les etiquetes son anotacions sobre els usuaris i el contingut. Poden ser utilitzades per a ocultar, advertir i categoritxar la xarxa." @@ -2398,11 +2447,11 @@ msgstr "Les etiquetes son anotacions sobre els usuaris i el contingut. Poden ser msgid "labels have been placed on this {labelTarget}" msgstr "S'han posat etiquetes a aquest {labelTarget}" -#: src/components/moderation/LabelsOnMeDialog.tsx:63 +#: src/components/moderation/LabelsOnMeDialog.tsx:62 msgid "Labels on your account" msgstr "Etiquetes al teu compte" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "Labels on your content" msgstr "Etiquetes al teu contingut" @@ -2424,14 +2473,14 @@ msgid "Languages" msgstr "Idiomes" #: src/view/com/auth/create/StepHeader.tsx:20 -msgid "Last step!" -msgstr "Últim pas" +#~ msgid "Last step!" +#~ msgstr "Últim pas" #: src/view/com/util/moderation/ContentHider.tsx:103 #~ msgid "Learn more" #~ msgstr "Més informació" -#: src/components/moderation/ScreenHider.tsx:129 +#: src/components/moderation/ScreenHider.tsx:136 msgid "Learn More" msgstr "Més informació" @@ -2441,11 +2490,11 @@ msgid "Learn more about the moderation applied to this content." msgstr "Més informació sobre la moderació que s'ha aplicat a aquest contingut." #: src/components/moderation/PostHider.tsx:85 -#: src/components/moderation/ScreenHider.tsx:126 +#: src/components/moderation/ScreenHider.tsx:125 msgid "Learn more about this warning" msgstr "Més informació d'aquesta advertència" -#: src/screens/Moderation/index.tsx:551 +#: src/screens/Moderation/index.tsx:549 msgid "Learn more about what is public on Bluesky." msgstr "Més informació sobre què és públic a Bluesky." @@ -2457,7 +2506,7 @@ msgstr "Més informació." msgid "Leave them all unchecked to see any language." msgstr "Deixa'ls tots sense marcar per a veure tots els idiomes." -#: src/view/com/modals/LinkWarning.tsx:51 +#: src/view/com/modals/LinkWarning.tsx:65 msgid "Leaving Bluesky" msgstr "Sortint de Bluesky" @@ -2469,12 +2518,12 @@ msgstr "queda." msgid "Legacy storage cleared, you need to restart the app now." msgstr "L'emmagatzematge heretat s'ha esborrat, cal que reinicieu l'aplicació ara." -#: src/view/com/auth/login/Login.tsx:128 -#: src/view/com/auth/login/Login.tsx:144 +#: src/screens/Login/index.tsx:130 +#: src/screens/Login/index.tsx:145 msgid "Let's get your password reset!" msgstr "Restablirem la teva contrasenya!" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Let's go!" msgstr "Som-hi!" @@ -2487,12 +2536,12 @@ msgstr "Som-hi!" msgid "Light" msgstr "Clar" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Like" msgstr "M'agrada" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:257 -#: src/view/screens/ProfileFeed.tsx:572 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:258 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Like this feed" msgstr "Fes m'agrada a aquest canal" @@ -2502,7 +2551,7 @@ msgstr "Fes m'agrada a aquest canal" msgid "Liked by" msgstr "Li ha agradat a" -#: src/screens/Profile/ProfileLabelerLikedBy.tsx:42 +#: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 #: src/view/screens/PostLikedBy.tsx:27 #: src/view/screens/ProfileFeedLikedBy.tsx:27 msgid "Liked By" @@ -2516,9 +2565,9 @@ msgstr "Li ha agradat a {0} {1}" msgid "Liked by {count} {0}" msgstr "Li ha agradat a {count} {0}" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:277 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:291 -#: src/view/screens/ProfileFeed.tsx:587 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292 +#: src/view/screens/ProfileFeed.tsx:588 msgid "Liked by {likeCount} {0}" msgstr "Li ha agradat a {likeCount} {0}" @@ -2534,7 +2583,7 @@ msgstr "els hi ha agradat el teu canal personalitzat" msgid "liked your post" msgstr "li ha agradat la teva publicació" -#: src/view/screens/Profile.tsx:191 +#: src/view/screens/Profile.tsx:193 msgid "Likes" msgstr "M'agrades" @@ -2546,7 +2595,7 @@ msgstr "M'agrades a aquesta publicació" msgid "List" msgstr "Llista" -#: src/view/com/modals/CreateOrEditList.tsx:261 +#: src/view/com/modals/CreateOrEditList.tsx:262 msgid "List Avatar" msgstr "Avatar de la llista" @@ -2566,7 +2615,7 @@ msgstr "Llista eliminada" msgid "List muted" msgstr "Llista silenciada" -#: src/view/com/modals/CreateOrEditList.tsx:275 +#: src/view/com/modals/CreateOrEditList.tsx:276 msgid "List Name" msgstr "Nom de la llista" @@ -2579,8 +2628,8 @@ msgid "List unmuted" msgstr "Llista no silenciada" #: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:187 -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:195 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 @@ -2597,8 +2646,8 @@ msgid "Load new notifications" msgstr "Carrega noves notificacions" #: src/screens/Profile/Sections/Feed.tsx:70 -#: src/view/com/feeds/FeedPage.tsx:124 -#: src/view/screens/ProfileFeed.tsx:495 +#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/screens/ProfileFeed.tsx:496 #: src/view/screens/ProfileList.tsx:695 msgid "Load new posts" msgstr "Carrega noves publicacions" @@ -2622,34 +2671,38 @@ msgstr "Registre" msgid "Log out" msgstr "Desconnecta" -#: src/screens/Moderation/index.tsx:444 +#: src/screens/Moderation/index.tsx:442 msgid "Logged-out visibility" msgstr "Visibilitat pels usuaris no connectats" -#: src/view/com/auth/login/ChooseAccountForm.tsx:142 +#: src/components/AccountList.tsx:54 msgid "Login to account that is not listed" msgstr "Accedeix a un compte que no està llistat" #~ 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 "Parece que este canal de noticias sólo está disponible para usuarios con una cuenta Bluesky. Por favor, ¡regístrate o inicia sesión para ver este canal!" -#: src/view/com/modals/LinkWarning.tsx:65 +#: src/screens/Login/SetNewPasswordForm.tsx:116 +msgid "Looks like XXXXX-XXXXX" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:79 msgid "Make sure this is where you intend to go!" msgstr "Assegura't que és aquí on vols anar!" -#: src/components/dialogs/MutedWords.tsx:83 +#: src/components/dialogs/MutedWords.tsx:82 msgid "Manage your muted words and tags" msgstr "Gestiona les teves etiquetes i paraules silenciades" #: src/view/com/auth/create/Step2.tsx:118 -msgid "May not be longer than 253 characters" -msgstr "No pot ser més llarg de 253 caràcters" +#~ msgid "May not be longer than 253 characters" +#~ msgstr "No pot ser més llarg de 253 caràcters" #: src/view/com/auth/create/Step2.tsx:109 -msgid "May only contain letters and numbers" -msgstr "Només pot tenir lletres i números" +#~ msgid "May only contain letters and numbers" +#~ msgstr "Només pot tenir lletres i números" -#: src/view/screens/Profile.tsx:190 +#: src/view/screens/Profile.tsx:192 msgid "Media" msgstr "Contingut" @@ -2662,7 +2715,7 @@ msgid "Mentioned users" msgstr "Usuaris mencionats" #: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:647 +#: src/view/screens/Search/Search.tsx:648 msgid "Menu" msgstr "Menú" @@ -2679,7 +2732,7 @@ msgid "Misleading Account" msgstr "Compte enganyòs" #: src/Navigation.tsx:119 -#: src/screens/Moderation/index.tsx:106 +#: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:645 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:514 @@ -2687,7 +2740,7 @@ msgstr "Compte enganyòs" msgid "Moderation" msgstr "Moderació" -#: src/components/moderation/ModerationDetailsDialog.tsx:113 +#: src/components/moderation/ModerationDetailsDialog.tsx:112 msgid "Moderation details" msgstr "Detalls de la moderació" @@ -2706,15 +2759,15 @@ msgstr "Llista de moderació per <0/>" msgid "Moderation list by you" msgstr "Llista de moderació teva" -#: src/view/com/modals/CreateOrEditList.tsx:197 +#: src/view/com/modals/CreateOrEditList.tsx:198 msgid "Moderation list created" msgstr "S'ha creat la llista de moderació" -#: src/view/com/modals/CreateOrEditList.tsx:183 +#: src/view/com/modals/CreateOrEditList.tsx:184 msgid "Moderation list updated" msgstr "S'ha actualitzat la llista de moderació" -#: src/screens/Moderation/index.tsx:245 +#: src/screens/Moderation/index.tsx:243 msgid "Moderation lists" msgstr "Llistes de moderació" @@ -2731,11 +2784,11 @@ msgstr "Configuració de moderació" msgid "Moderation states" msgstr "Estats de moderació" -#: src/screens/Moderation/index.tsx:217 +#: src/screens/Moderation/index.tsx:215 msgid "Moderation tools" msgstr "Eines de moderació" -#: src/components/moderation/ModerationDetailsDialog.tsx:49 +#: src/components/moderation/ModerationDetailsDialog.tsx:48 #: src/lib/moderation/useModerationCauseDescription.ts:40 msgid "Moderator has chosen to set a general warning on the content." msgstr "El moderador ha decidit establir un advertiment general sobre el contingut." @@ -2761,8 +2814,8 @@ msgid "Most-liked replies first" msgstr "Respostes amb més m'agrada primer" #: src/view/com/auth/create/Step2.tsx:122 -msgid "Must be at least 3 characters" -msgstr "Ha de tenir almenys 3 caràcters" +#~ msgid "Must be at least 3 characters" +#~ msgstr "Ha de tenir almenys 3 caràcters" #: src/components/TagMenu/index.tsx:249 msgid "Mute" @@ -2789,11 +2842,11 @@ msgstr "Silencia totes les publicacions {displayTag}" #~ msgid "Mute all {tag} posts" #~ msgstr "Silencia totes les publicacions {tag}" -#: src/components/dialogs/MutedWords.tsx:149 +#: src/components/dialogs/MutedWords.tsx:148 msgid "Mute in tags only" msgstr "Silencia només a les etiquetes" -#: src/components/dialogs/MutedWords.tsx:134 +#: src/components/dialogs/MutedWords.tsx:133 msgid "Mute in text & tags" msgstr "Silencia a les etiquetes i al text" @@ -2810,11 +2863,11 @@ msgstr "Vols silenciar aquests comptes?" #~ msgid "Mute this List" #~ msgstr "Silencia aquesta llista" -#: src/components/dialogs/MutedWords.tsx:127 +#: src/components/dialogs/MutedWords.tsx:126 msgid "Mute this word in post text and tags" msgstr "Silencia aquesta paraula en el text de les publicacions i a les etiquetes" -#: src/components/dialogs/MutedWords.tsx:142 +#: src/components/dialogs/MutedWords.tsx:141 msgid "Mute this word in tags only" msgstr "Silencia aquesta paraula només a les etiquetes" @@ -2832,7 +2885,7 @@ msgstr "Silencia paraules i etiquetes" msgid "Muted" msgstr "Silenciada" -#: src/screens/Moderation/index.tsx:257 +#: src/screens/Moderation/index.tsx:255 msgid "Muted accounts" msgstr "Comptes silenciats" @@ -2849,7 +2902,7 @@ msgstr "Les publicacions dels comptes silenciats seran eliminats del teu canal i msgid "Muted by \"{0}\"" msgstr "Silenciat per \"{0}\"" -#: src/screens/Moderation/index.tsx:233 +#: src/screens/Moderation/index.tsx:231 msgid "Muted words & tags" msgstr "Paraules i etiquetes silenciades" @@ -2882,12 +2935,12 @@ msgstr "Els meus canals desats" #~ msgid "my-server.com" #~ msgstr "el-meu-servidor.com" -#: src/view/com/modals/AddAppPasswords.tsx:179 -#: src/view/com/modals/CreateOrEditList.tsx:290 +#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/CreateOrEditList.tsx:291 msgid "Name" msgstr "Nom" -#: src/view/com/modals/CreateOrEditList.tsx:145 +#: src/view/com/modals/CreateOrEditList.tsx:146 msgid "Name is required" msgstr "Es requereix un nom" @@ -2901,10 +2954,8 @@ msgstr "El nom o la descripció infringeixen els estàndards comunitaris" msgid "Nature" msgstr "Natura" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:190 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:219 -#: src/view/com/auth/login/LoginForm.tsx:292 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:196 +#: src/screens/Login/ForgotPasswordForm.tsx:173 +#: src/screens/Login/LoginForm.tsx:254 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "Navega a la pantalla següent" @@ -2913,21 +2964,21 @@ msgstr "Navega a la pantalla següent" msgid "Navigates to your profile" msgstr "Navega al teu perfil" -#: src/components/ReportDialog/SelectReportOptionView.tsx:124 +#: src/components/ReportDialog/SelectReportOptionView.tsx:122 msgid "Need to report a copyright violation?" msgstr "Necessites informar d'una infracció dels drets d'autor?" #: src/view/com/modals/EmbedConsent.tsx:107 #: src/view/com/modals/EmbedConsent.tsx:123 -msgid "Never load embeds from {0}" -msgstr "No carreguis mai les incrustacions de {0}" +#~ msgid "Never load embeds from {0}" +#~ msgstr "No carreguis mai les incrustacions de {0}" #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:72 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:74 msgid "Never lose access to your followers and data." msgstr "No perdis mai accés als teus seguidors ni a les teves dades." -#: src/screens/Onboarding/StepFinished.tsx:119 +#: src/screens/Onboarding/StepFinished.tsx:123 msgid "Never lose access to your followers or data." msgstr "No perdis mai accés als teus seguidors i les teves dades." @@ -2935,7 +2986,7 @@ msgstr "No perdis mai accés als teus seguidors i les teves dades." #~ msgid "Nevermind" #~ msgstr "Tant hi fa" -#: src/view/com/modals/ChangeHandle.tsx:520 +#: src/view/com/modals/ChangeHandle.tsx:519 msgid "Nevermind, create a handle for me" msgstr "Tant hi fa, crea'm un identificador" @@ -2948,11 +2999,10 @@ msgstr "Nova" msgid "New" msgstr "Nova" -#: src/view/com/modals/CreateOrEditList.tsx:252 +#: src/view/com/modals/CreateOrEditList.tsx:253 msgid "New Moderation List" msgstr "Nova llista de moderació" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/ChangePassword.tsx:212 msgid "New password" msgstr "Nova contrasenya" @@ -2961,15 +3011,15 @@ msgstr "Nova contrasenya" msgid "New Password" msgstr "Nova contrasenya" -#: src/view/com/feeds/FeedPage.tsx:135 +#: src/view/com/feeds/FeedPage.tsx:149 msgctxt "action" msgid "New post" msgstr "Nova publicació" #: src/view/screens/Feeds.tsx:555 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:450 -#: src/view/screens/ProfileFeed.tsx:433 +#: src/view/screens/Profile.tsx:452 +#: src/view/screens/ProfileFeed.tsx:434 #: src/view/screens/ProfileList.tsx:199 #: src/view/screens/ProfileList.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:252 @@ -2985,7 +3035,7 @@ msgstr "Nova publicació" #~ msgid "New Post" #~ msgstr "Nova publicació" -#: src/view/com/modals/CreateOrEditList.tsx:247 +#: src/view/com/modals/CreateOrEditList.tsx:248 msgid "New User List" msgstr "Nova llista d'usuaris" @@ -2997,12 +3047,13 @@ msgstr "Les respostes més noves primer" msgid "News" msgstr "Notícies" -#: src/view/com/auth/create/CreateAccount.tsx:172 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:182 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:192 -#: src/view/com/auth/login/LoginForm.tsx:294 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:187 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:143 +#: src/screens/Login/ForgotPasswordForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:253 +#: src/screens/Login/LoginForm.tsx:260 +#: src/screens/Login/SetNewPasswordForm.tsx:174 +#: src/screens/Login/SetNewPasswordForm.tsx:180 +#: src/screens/Signup/index.tsx:205 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:79 #: src/view/com/modals/ChangePassword.tsx:253 #: src/view/com/modals/ChangePassword.tsx:255 @@ -3027,19 +3078,23 @@ msgstr "Següent imatge" msgid "No" msgstr "No" -#: src/view/screens/ProfileFeed.tsx:561 +#: src/view/screens/ProfileFeed.tsx:562 #: src/view/screens/ProfileList.tsx:769 msgid "No description" msgstr "Cap descripció" -#: src/view/com/modals/ChangeHandle.tsx:406 +#: src/view/com/modals/ChangeHandle.tsx:405 msgid "No DNS Panel" msgstr "No hi ha panell de DNS" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 msgid "No longer following {0}" msgstr "Ja no segueixes a {0}" +#: src/screens/Signup/StepHandle.tsx:114 +msgid "No longer than 253 characters" +msgstr "" + #: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "Encara no tens cap notificació" @@ -3049,7 +3104,7 @@ msgstr "Encara no tens cap notificació" msgid "No result" msgstr "Cap resultat" -#: src/components/Lists.tsx:189 +#: src/components/Lists.tsx:183 msgid "No results found" msgstr "No s'han trobat resultats" @@ -3058,12 +3113,13 @@ 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:282 -#: src/view/screens/Search/Search.tsx:310 +#: src/view/screens/Search/Search.tsx:283 +#: src/view/screens/Search/Search.tsx:311 msgid "No results found for {query}" msgstr "No s'han trobat resultats per {query}" -#: src/view/com/modals/EmbedConsent.tsx:129 +#: src/components/dialogs/EmbedConsent.tsx:105 +#: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" msgstr "No, gràcies" @@ -3071,7 +3127,7 @@ msgstr "No, gràcies" msgid "Nobody" msgstr "Ningú" -#: src/components/LikedByList.tsx:102 +#: src/components/LikedByList.tsx:79 #: src/components/LikesDialog.tsx:99 msgid "Nobody has liked this yet. Maybe you should be the first!" msgstr "A ningú encara li ha agradat això. Potser hauries de ser el primer!" @@ -3085,7 +3141,7 @@ msgid "Not Applicable." msgstr "No aplicable." #: src/Navigation.tsx:109 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Not Found" msgstr "No s'ha trobat" @@ -3096,17 +3152,18 @@ msgstr "Ara mateix no" #: src/view/com/profile/ProfileMenu.tsx:368 #: src/view/com/util/forms/PostDropdownBtn.tsx:342 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:246 msgid "Note about sharing" msgstr "Nota sobre compartir" -#: src/screens/Moderation/index.tsx:542 +#: src/screens/Moderation/index.tsx:540 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:469 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 -#: src/view/shell/bottom-bar/BottomBar.tsx:207 +#: src/view/shell/bottom-bar/BottomBar.tsx:215 #: src/view/shell/desktop/LeftNav.tsx:365 #: src/view/shell/Drawer.tsx:438 #: src/view/shell/Drawer.tsx:439 @@ -3118,8 +3175,16 @@ msgid "Nudity" msgstr "Nuesa" #: src/lib/moderation/useReportOptions.ts:71 -msgid "Nudity or pornography not labeled as such" -msgstr "Nuesa o pornografia no etiquetada com a tal" +msgid "Nudity or adult content not labeled as such" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:71 +#~ msgid "Nudity or pornography not labeled as such" +#~ msgstr "Nuesa o pornografia no etiquetada com a tal" + +#: src/screens/Signup/index.tsx:142 +msgid "of" +msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:11 msgid "Off" @@ -3129,15 +3194,16 @@ msgstr "Apagat" msgid "Oh no!" msgstr "Ostres!" -#: src/screens/Onboarding/StepInterests/index.tsx:128 +#: src/screens/Onboarding/StepInterests/index.tsx:132 msgid "Oh no! Something went wrong." msgstr "Ostres! Alguna cosa ha fallat." -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:127 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:126 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:327 msgid "OK" msgstr "D'acord" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 +#: src/screens/Login/PasswordUpdatedForm.tsx:44 msgid "Okay" msgstr "D'acord" @@ -3149,7 +3215,7 @@ msgstr "Respostes més antigues primer" msgid "Onboarding reset" msgstr "Restableix la incorporació" -#: src/view/com/composer/Composer.tsx:391 +#: src/view/com/composer/Composer.tsx:392 msgid "One or more images is missing alt text." msgstr "Falta el text alternatiu a una o més imatges." @@ -3157,17 +3223,21 @@ msgstr "Falta el text alternatiu a una o més imatges." msgid "Only {0} can reply." msgstr "Només {0} poden respondre." -#: src/components/Lists.tsx:83 +#: src/screens/Signup/StepHandle.tsx:97 +msgid "Only contains letters, numbers, and hyphens" +msgstr "" + +#: src/components/Lists.tsx:75 msgid "Oops, something went wrong!" msgstr "Ostres, alguna cosa ha anat malament!" -#: src/components/Lists.tsx:157 +#: src/components/Lists.tsx:170 #: src/view/screens/AppPasswords.tsx:67 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Oops!" msgstr "Ostres!" -#: src/screens/Onboarding/StepFinished.tsx:115 +#: src/screens/Onboarding/StepFinished.tsx:119 msgid "Open" msgstr "Obre" @@ -3175,12 +3245,12 @@ msgstr "Obre" #~ msgid "Open content filtering settings" #~ msgstr "Obre la configuració del filtre de contingut" -#: src/view/com/composer/Composer.tsx:490 #: src/view/com/composer/Composer.tsx:491 +#: src/view/com/composer/Composer.tsx:492 msgid "Open emoji picker" msgstr "Obre el selector d'emojis" -#: src/view/screens/ProfileFeed.tsx:299 +#: src/view/screens/ProfileFeed.tsx:300 msgid "Open feed options menu" msgstr "Obre el menú de les opcions del canal" @@ -3188,7 +3258,7 @@ msgstr "Obre el menú de les opcions del canal" msgid "Open links with in-app browser" msgstr "Obre els enllaços al navegador de l'aplicació" -#: src/screens/Moderation/index.tsx:229 +#: src/screens/Moderation/index.tsx:227 msgid "Open muted words and tags settings" msgstr "Obre la configuració de les paraules i etiquetes silenciades" @@ -3249,13 +3319,15 @@ msgstr "Obre la galeria fotogràfica del dispositiu" msgid "Opens external embeds settings" msgstr "Obre la configuració per les incrustacions externes" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:56 -#: src/view/com/auth/SplashScreen.tsx:70 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:57 +#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/SplashScreen.web.tsx:97 msgid "Opens flow to create a new Bluesky account" msgstr "Obre el procés per a crear un nou compte de Bluesky" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:74 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:75 #: src/view/com/auth/SplashScreen.tsx:83 +#: src/view/com/auth/SplashScreen.web.tsx:112 msgid "Opens flow to sign into your existing Bluesky account" msgstr "Obre el procés per a iniciar sessió a un compte existent de Bluesky" @@ -3271,7 +3343,7 @@ msgstr "Obre el procés per a iniciar sessió a un compte existent de Bluesky" #~ msgid "Opens invite code list" #~ msgstr "Obre la llista de codis d'invitació" -#: src/view/com/modals/InviteCodes.tsx:172 +#: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "Obre la llista de codis d'invitació" @@ -3295,11 +3367,11 @@ msgstr "Obre el modal per a triar un nou identificador de Bluesky" msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "Obre el modal per a baixar les dades del vostre compte Bluesky (repositori)" -#: src/view/screens/Settings/index.tsx:970 +#: src/view/screens/Settings/index.tsx:968 msgid "Opens modal for email verification" msgstr "Obre el modal per a verificar el correu" -#: src/view/com/modals/ChangeHandle.tsx:281 +#: src/view/com/modals/ChangeHandle.tsx:282 msgid "Opens modal for using custom domain" msgstr "Obre el modal per a utilitzar un domini personalitzat" @@ -3307,7 +3379,7 @@ msgstr "Obre el modal per a utilitzar un domini personalitzat" msgid "Opens moderation settings" msgstr "Obre la configuració de la moderació" -#: src/view/com/auth/login/LoginForm.tsx:242 +#: src/screens/Login/LoginForm.tsx:202 msgid "Opens password reset form" msgstr "Obre el formulari de restabliment de la contrasenya" @@ -3336,7 +3408,7 @@ msgstr "Obre les preferències del canal de Seguint" #~ msgid "Opens the home feed preferences" #~ msgstr "Obre les preferències de canals de l'inici" -#: src/view/com/modals/LinkWarning.tsx:76 +#: src/view/com/modals/LinkWarning.tsx:93 msgid "Opens the linked website" msgstr "Obre la web enllaçada" @@ -3369,7 +3441,7 @@ msgstr "O combina aquestes opcions:" msgid "Other" msgstr "Un altre" -#: src/view/com/auth/login/ChooseAccountForm.tsx:147 +#: src/components/AccountList.tsx:73 msgid "Other account" msgstr "Un altre compte" @@ -3381,7 +3453,7 @@ msgstr "Un altre compte" msgid "Other..." msgstr "Un altre…" -#: src/components/Lists.tsx:190 +#: src/components/Lists.tsx:184 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Pàgina no trobada" @@ -3390,13 +3462,10 @@ msgstr "Pàgina no trobada" msgid "Page Not Found" msgstr "Pàgina no trobada" -#: src/view/com/auth/create/Step1.tsx:191 -#: src/view/com/auth/create/Step1.tsx:201 -#: src/view/com/auth/login/LoginForm.tsx:213 -#: src/view/com/auth/login/LoginForm.tsx:229 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:161 -#: src/view/com/modals/DeleteAccount.tsx:195 -#: src/view/com/modals/DeleteAccount.tsx:202 +#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Signup/StepInfo/index.tsx:101 +#: src/view/com/modals/DeleteAccount.tsx:194 +#: src/view/com/modals/DeleteAccount.tsx:201 msgid "Password" msgstr "Contrasenya" @@ -3404,11 +3473,11 @@ msgstr "Contrasenya" msgid "Password Changed" msgstr "Contrasenya canviada" -#: src/view/com/auth/login/Login.tsx:157 +#: src/screens/Login/index.tsx:157 msgid "Password updated" msgstr "Contrasenya actualitzada" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:28 +#: src/screens/Login/PasswordUpdatedForm.tsx:30 msgid "Password updated!" msgstr "Contrasenya actualitzada!" @@ -3440,12 +3509,12 @@ msgstr "Mascotes" msgid "Pictures meant for adults." msgstr "Imatges destinades a adults." -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:563 msgid "Pin to home" msgstr "Fixa a l'inici" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 msgid "Pin to Home" msgstr "Fixa a l'Inici" @@ -3453,28 +3522,28 @@ msgstr "Fixa a l'Inici" msgid "Pinned Feeds" msgstr "Canals de notícies fixats" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:111 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "Reprodueix {0}" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:54 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:55 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" msgstr "Reprodueix el vídeo" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:110 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 msgid "Plays the GIF" msgstr "Reprodueix el GIF" -#: src/view/com/auth/create/state.ts:124 +#: src/screens/Signup/state.ts:241 msgid "Please choose your handle." msgstr "Tria el teu identificador." -#: src/view/com/auth/create/state.ts:117 +#: src/screens/Signup/state.ts:234 msgid "Please choose your password." msgstr "Tria la teva contrasenya." -#: src/view/com/auth/create/state.ts:131 +#: src/screens/Signup/state.ts:251 msgid "Please complete the verification captcha." msgstr "Completa el captcha de verificació." @@ -3482,7 +3551,7 @@ msgstr "Completa el captcha de verificació." msgid "Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed." msgstr "Confirma el teu correu abans de canviar-lo. Aquest és un requisit temporal mentre no s'afegeixin eines per a actualitzar el correu. Aviat no serà necessari." -#: src/view/com/modals/AddAppPasswords.tsx:90 +#: src/view/com/modals/AddAppPasswords.tsx:91 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." @@ -3490,11 +3559,11 @@ msgstr "Introdueix un nom per a la contrasenya de la vostra aplicació. No es pe #~ msgid "Please enter a phone number that can receive SMS text messages." #~ msgstr "Introdueix un telèfon que pugui rebre missatges SMS" -#: src/view/com/modals/AddAppPasswords.tsx:145 +#: src/view/com/modals/AddAppPasswords.tsx:146 msgid "Please enter a unique name for this App Password or use our randomly generated one." msgstr "Introdueix un nom únic per aquesta contrasenya d'aplicació o fes servir un nom generat aleatòriament." -#: src/components/dialogs/MutedWords.tsx:68 +#: src/components/dialogs/MutedWords.tsx:67 msgid "Please enter a valid word, tag, or phrase to mute" msgstr "Introdueix una paraula, una etiqueta o una frase vàlida per a silenciar" @@ -3506,15 +3575,15 @@ msgstr "Introdueix una paraula, una etiqueta o una frase vàlida per a silenciar #~ msgid "Please enter the verification code sent to {phoneNumberFormatted}." #~ msgstr "Introdueix el codi de verificació enviat a {phoneNumberFormatted}" -#: src/view/com/auth/create/state.ts:103 +#: src/screens/Signup/state.ts:220 msgid "Please enter your email." msgstr "Introdueix el teu correu." -#: src/view/com/modals/DeleteAccount.tsx:191 +#: src/view/com/modals/DeleteAccount.tsx:190 msgid "Please enter your password as well:" msgstr "Introdueix la teva contrasenya també:" -#: src/components/moderation/LabelsOnMeDialog.tsx:222 +#: src/components/moderation/LabelsOnMeDialog.tsx:221 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Explica per què creieu que aquesta etiqueta ha estat aplicada incorrectament per {0}" @@ -3530,7 +3599,7 @@ msgstr "Explica per què creieu que aquesta etiqueta ha estat aplicada incorrect msgid "Please Verify Your Email" msgstr "Verifica el teu correu" -#: src/view/com/composer/Composer.tsx:221 +#: src/view/com/composer/Composer.tsx:222 msgid "Please wait for your link card to finish loading" msgstr "Espera que es generi la targeta de l'enllaç" @@ -3543,11 +3612,11 @@ msgid "Porn" msgstr "Pornografia" #: src/lib/moderation/useGlobalLabelStrings.ts:34 -msgid "Pornography" -msgstr "Pornografia" +#~ msgid "Pornography" +#~ msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:366 -#: src/view/com/composer/Composer.tsx:374 +#: src/view/com/composer/Composer.tsx:367 +#: src/view/com/composer/Composer.tsx:375 msgctxt "action" msgid "Post" msgstr "Publica" @@ -3581,12 +3650,12 @@ msgstr "Publicació eliminada" msgid "Post hidden" msgstr "Publicació oculta" -#: src/components/moderation/ModerationDetailsDialog.tsx:98 +#: src/components/moderation/ModerationDetailsDialog.tsx:97 #: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Post Hidden by Muted Word" msgstr "Publicació amagada per una paraula silenciada" -#: src/components/moderation/ModerationDetailsDialog.tsx:101 +#: src/components/moderation/ModerationDetailsDialog.tsx:100 #: src/lib/moderation/useModerationCauseDescription.ts:108 msgid "Post Hidden by You" msgstr "Publicació amagada per tu" @@ -3608,11 +3677,11 @@ msgstr "Publicació no trobada" msgid "posts" msgstr "publicacions" -#: src/view/screens/Profile.tsx:188 +#: src/view/screens/Profile.tsx:190 msgid "Posts" msgstr "Publicacions" -#: src/components/dialogs/MutedWords.tsx:90 +#: src/components/dialogs/MutedWords.tsx:89 msgid "Posts can be muted based on their text, their tags, or both." msgstr "Les publicacions es poder silenciar segons el seu text, etiquetes o ambdues." @@ -3620,11 +3689,17 @@ msgstr "Les publicacions es poder silenciar segons el seu text, etiquetes o ambd msgid "Posts hidden" msgstr "Publicacions amagades" -#: src/view/com/modals/LinkWarning.tsx:46 +#: src/view/com/modals/LinkWarning.tsx:60 msgid "Potentially Misleading Link" msgstr "Enllaç potencialment enganyós" -#: src/components/Lists.tsx:88 +#: src/components/forms/HostingProvider.tsx:45 +msgid "Press to change hosting provider" +msgstr "" + +#: src/components/Error.tsx:74 +#: src/components/Lists.tsx:80 +#: src/screens/Signup/index.tsx:186 msgid "Press to retry" msgstr "Prem per a tornar-ho a provar" @@ -3646,23 +3721,23 @@ msgid "Privacy" msgstr "Privacitat" #: src/Navigation.tsx:231 -#: src/view/com/auth/create/Policies.tsx:69 +#: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:925 +#: src/view/screens/Settings/index.tsx:923 #: src/view/shell/Drawer.tsx:265 msgid "Privacy Policy" msgstr "Política de privacitat" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:156 msgid "Processing..." msgstr "Processant…" #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:340 +#: src/view/screens/Profile.tsx:342 msgid "profile" msgstr "perfil" -#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:260 #: src/view/shell/desktop/LeftNav.tsx:419 #: src/view/shell/Drawer.tsx:70 #: src/view/shell/Drawer.tsx:549 @@ -3670,15 +3745,15 @@ msgstr "perfil" msgid "Profile" msgstr "Perfil" -#: src/view/com/modals/EditProfile.tsx:128 +#: src/view/com/modals/EditProfile.tsx:129 msgid "Profile updated" msgstr "Perfil actualitzat" -#: src/view/screens/Settings/index.tsx:983 +#: src/view/screens/Settings/index.tsx:981 msgid "Protect your account by verifying your email." msgstr "Protegeix el teu compte verificant el teu correu." -#: src/screens/Onboarding/StepFinished.tsx:101 +#: src/screens/Onboarding/StepFinished.tsx:105 msgid "Public" msgstr "Públic" @@ -3690,15 +3765,15 @@ msgstr "Llistes d'usuaris per a silenciar o bloquejar en massa, públiques i per msgid "Public, shareable lists which can drive feeds." msgstr "Llistes que poden nodrir canals, públiques i per a compartir." -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish post" msgstr "Publica" -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish reply" msgstr "Publica la resposta" -#: src/view/com/modals/Repost.tsx:65 +#: src/view/com/modals/Repost.tsx:66 msgctxt "action" msgid "Quote post" msgstr "Cita la publicació" @@ -3707,7 +3782,7 @@ msgstr "Cita la publicació" msgid "Quote post" msgstr "Cita la publicació" -#: src/view/com/modals/Repost.tsx:70 +#: src/view/com/modals/Repost.tsx:71 msgctxt "action" msgid "Quote Post" msgstr "Cita la publicació" @@ -3720,11 +3795,11 @@ msgstr "Cita la publicació" msgid "Random (aka \"Poster's Roulette\")" msgstr "Aleatori (també conegut com a \"Poster's Roulette\")" -#: src/view/com/modals/EditImage.tsx:236 +#: src/view/com/modals/EditImage.tsx:237 msgid "Ratios" msgstr "Proporcions" -#: src/view/screens/Search/Search.tsx:776 +#: src/view/screens/Search/Search.tsx:777 msgid "Recent Searches" msgstr "Cerques recents" @@ -3736,7 +3811,7 @@ msgstr "Canals recomanats" msgid "Recommended Users" msgstr "Usuaris recomanats" -#: src/components/dialogs/MutedWords.tsx:287 +#: src/components/dialogs/MutedWords.tsx:286 #: src/view/com/feeds/FeedSourceCard.tsx:283 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:83 @@ -3771,8 +3846,8 @@ msgstr "Vols eliminar el canal?" #: src/view/com/feeds/FeedSourceCard.tsx:173 #: src/view/com/feeds/FeedSourceCard.tsx:233 -#: src/view/screens/ProfileFeed.tsx:334 -#: src/view/screens/ProfileFeed.tsx:340 +#: src/view/screens/ProfileFeed.tsx:335 +#: src/view/screens/ProfileFeed.tsx:341 msgid "Remove from my feeds" msgstr "Elimina dels meus canals" @@ -3788,11 +3863,11 @@ msgstr "Elimina la imatge" msgid "Remove image preview" msgstr "Elimina la visualització prèvia de la imatge" -#: src/components/dialogs/MutedWords.tsx:330 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "Elimina la paraula silenciada de la teva llista" -#: src/view/com/modals/Repost.tsx:47 +#: src/view/com/modals/Repost.tsx:48 msgid "Remove repost" msgstr "Elimina la republicació" @@ -3817,7 +3892,7 @@ msgstr "Elimina de la llista" msgid "Removed from my feeds" msgstr "Eliminat dels meus canals" -#: src/view/screens/ProfileFeed.tsx:208 +#: src/view/screens/ProfileFeed.tsx:209 msgid "Removed from your feeds" msgstr "Eliminat dels teus canals" @@ -3825,7 +3900,7 @@ msgstr "Eliminat dels teus canals" msgid "Removes default thumbnail from {0}" msgstr "Elimina la miniatura per defecte de {0}" -#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:191 msgid "Replies" msgstr "Respostes" @@ -3833,7 +3908,7 @@ msgstr "Respostes" msgid "Replies to this thread are disabled" msgstr "Les respostes a aquest fil de debat estan deshabilitades" -#: src/view/com/composer/Composer.tsx:364 +#: src/view/com/composer/Composer.tsx:365 msgctxt "action" msgid "Reply" msgstr "Respon" @@ -3857,8 +3932,12 @@ msgstr "Resposta a <0/>" msgid "Report Account" msgstr "Informa del compte" -#: src/view/screens/ProfileFeed.tsx:351 -#: src/view/screens/ProfileFeed.tsx:353 +#: src/components/ReportDialog/index.tsx:49 +msgid "Report dialog" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:352 +#: src/view/screens/ProfileFeed.tsx:354 msgid "Report feed" msgstr "Informa del canal" @@ -3871,29 +3950,29 @@ msgstr "Informa de la llista" msgid "Report post" msgstr "Informa de la publicació" -#: src/components/ReportDialog/SelectReportOptionView.tsx:43 +#: src/components/ReportDialog/SelectReportOptionView.tsx:42 msgid "Report this content" msgstr "Informa d'aquest contingut" -#: src/components/ReportDialog/SelectReportOptionView.tsx:56 +#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Report this feed" msgstr "Informa d'aquest canal" -#: src/components/ReportDialog/SelectReportOptionView.tsx:53 +#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Report this list" msgstr "Informa d'aquesta llista" -#: src/components/ReportDialog/SelectReportOptionView.tsx:50 +#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Report this post" msgstr "Informa d'aquesta publicació" -#: src/components/ReportDialog/SelectReportOptionView.tsx:47 +#: src/components/ReportDialog/SelectReportOptionView.tsx:46 msgid "Report this user" msgstr "Informa d'aquest usuari" -#: src/view/com/modals/Repost.tsx:43 -#: src/view/com/modals/Repost.tsx:48 -#: src/view/com/modals/Repost.tsx:53 +#: src/view/com/modals/Repost.tsx:44 +#: src/view/com/modals/Repost.tsx:49 +#: src/view/com/modals/Repost.tsx:54 #: src/view/com/util/post-ctrls/RepostButton.tsx:61 msgctxt "action" msgid "Repost" @@ -3954,12 +4033,10 @@ msgstr "Demana un codi" msgid "Require alt text before posting" msgstr "Requereix un text alternatiu abans de publicar" -#: src/view/com/auth/create/Step1.tsx:146 +#: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "Requerit per aquest proveïdor" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:124 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:136 #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "Codi de restabliment" @@ -3977,7 +4054,7 @@ msgstr "Codi de restabliment" msgid "Reset onboarding state" msgstr "Restableix l'estat de la incorporació" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:104 +#: src/screens/Login/ForgotPasswordForm.tsx:86 msgid "Reset password" msgstr "Restableix la contrasenya" @@ -3998,7 +4075,7 @@ msgstr "Restableix l'estat de la incorporació" msgid "Resets the preferences state" msgstr "Restableix l'estat de les preferències" -#: src/view/com/auth/login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:235 msgid "Retries login" msgstr "Torna a intentar iniciar sessió" @@ -4007,13 +4084,13 @@ msgstr "Torna a intentar iniciar sessió" msgid "Retries the last action, which errored out" msgstr "Torna a intentar l'última acció, que ha donat error" -#: src/components/Lists.tsx:98 -#: src/screens/Onboarding/StepInterests/index.tsx:221 -#: src/screens/Onboarding/StepInterests/index.tsx:224 -#: src/view/com/auth/create/CreateAccount.tsx:181 -#: src/view/com/auth/create/CreateAccount.tsx:186 -#: src/view/com/auth/login/LoginForm.tsx:271 -#: src/view/com/auth/login/LoginForm.tsx:274 +#: src/components/Error.tsx:79 +#: src/components/Lists.tsx:91 +#: src/screens/Login/LoginForm.tsx:234 +#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Onboarding/StepInterests/index.tsx:225 +#: src/screens/Onboarding/StepInterests/index.tsx:228 +#: src/screens/Signup/index.tsx:193 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 msgid "Retry" @@ -4023,6 +4100,7 @@ msgstr "Torna-ho a provar" #~ msgid "Retry." #~ msgstr "Torna-ho a provar" +#: src/components/Error.tsx:86 #: src/view/screens/ProfileList.tsx:917 msgid "Return to previous page" msgstr "Torna a la pàgina anterior" @@ -4032,7 +4110,7 @@ msgid "Returns to home page" msgstr "Torna a la pàgina d'inici" #: src/view/screens/NotFound.tsx:58 -#: src/view/screens/ProfileFeed.tsx:112 +#: src/view/screens/ProfileFeed.tsx:113 msgid "Returns to previous page" msgstr "Torna a la pàgina anterior" @@ -4041,19 +4119,19 @@ msgstr "Torna a la pàgina anterior" #~ msgstr "ENTORN DE PROVES. Les publicacions i els comptes no són permanents." #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:337 -#: src/view/com/modals/EditProfile.tsx:224 +#: src/view/com/modals/ChangeHandle.tsx:174 +#: src/view/com/modals/CreateOrEditList.tsx:338 +#: src/view/com/modals/EditProfile.tsx:225 msgid "Save" msgstr "Desa" #: src/view/com/lightbox/Lightbox.tsx:132 -#: src/view/com/modals/CreateOrEditList.tsx:345 +#: src/view/com/modals/CreateOrEditList.tsx:346 msgctxt "action" msgid "Save" msgstr "Desa" -#: src/view/com/modals/AltImage.tsx:130 +#: src/view/com/modals/AltImage.tsx:131 msgid "Save alt text" msgstr "Desa el text alternatiu" @@ -4061,20 +4139,20 @@ msgstr "Desa el text alternatiu" msgid "Save birthday" msgstr "Desa la data de naixement" -#: src/view/com/modals/EditProfile.tsx:232 +#: src/view/com/modals/EditProfile.tsx:233 msgid "Save Changes" msgstr "Desa els canvis" -#: src/view/com/modals/ChangeHandle.tsx:170 +#: src/view/com/modals/ChangeHandle.tsx:171 msgid "Save handle change" msgstr "Desa el canvi d'identificador" -#: src/view/com/modals/crop-image/CropImage.web.tsx:144 +#: src/view/com/modals/crop-image/CropImage.web.tsx:145 msgid "Save image crop" msgstr "Desa la imatge retallada" -#: src/view/screens/ProfileFeed.tsx:335 -#: src/view/screens/ProfileFeed.tsx:341 +#: src/view/screens/ProfileFeed.tsx:336 +#: src/view/screens/ProfileFeed.tsx:342 msgid "Save to my feeds" msgstr "Desa-ho als meus canals" @@ -4086,19 +4164,19 @@ msgstr "Canals desats" msgid "Saved to your camera roll." msgstr "S'ha desat a la teva galeria d'imatges." -#: src/view/screens/ProfileFeed.tsx:212 +#: src/view/screens/ProfileFeed.tsx:213 msgid "Saved to your feeds" msgstr "S'ha desat als teus canals." -#: src/view/com/modals/EditProfile.tsx:225 +#: src/view/com/modals/EditProfile.tsx:226 msgid "Saves any changes to your profile" msgstr "Desa qualsevol canvi al teu perfil" -#: src/view/com/modals/ChangeHandle.tsx:171 +#: src/view/com/modals/ChangeHandle.tsx:172 msgid "Saves handle change to {handle}" msgstr "Desa el canvi d'identificador a {handle}" -#: src/view/com/modals/crop-image/CropImage.web.tsx:145 +#: src/view/com/modals/crop-image/CropImage.web.tsx:146 msgid "Saves image crop settings" msgstr "Desa la configuració de retall d'imatges" @@ -4111,14 +4189,14 @@ msgid "Scroll to top" msgstr "Desplaça't cap a dalt" #: src/Navigation.tsx:459 -#: src/view/com/auth/LoggedOut.tsx:122 +#: src/view/com/auth/LoggedOut.tsx:123 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 -#: src/view/screens/Search/Search.tsx:420 -#: src/view/screens/Search/Search.tsx:669 -#: src/view/screens/Search/Search.tsx:687 -#: src/view/shell/bottom-bar/BottomBar.tsx:161 +#: src/view/screens/Search/Search.tsx:421 +#: src/view/screens/Search/Search.tsx:670 +#: src/view/screens/Search/Search.tsx:688 +#: src/view/shell/bottom-bar/BottomBar.tsx:169 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 #: src/view/shell/desktop/Search.tsx:224 @@ -4127,7 +4205,7 @@ msgstr "Desplaça't cap a dalt" msgid "Search" msgstr "Cerca" -#: src/view/screens/Search/Search.tsx:736 +#: src/view/screens/Search/Search.tsx:737 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "Cerca per \"{query}\"" @@ -4148,8 +4226,8 @@ msgstr "Cerca totes les publicacions amb l'etiqueta {displayTag}" #~ msgid "Search for all posts with tag {tag}" #~ msgstr "Cerca totes les publicacions amb l'etiqueta {tag}" -#: src/view/com/auth/LoggedOut.tsx:104 #: src/view/com/auth/LoggedOut.tsx:105 +#: src/view/com/auth/LoggedOut.tsx:106 #: src/view/com/modals/ListAddRemoveUsers.tsx:70 msgid "Search for users" msgstr "Cerca usuaris" @@ -4186,7 +4264,7 @@ msgstr "Mostra les publicacions amb <0>{displayTag}</0> d'aquest usuari" msgid "See this guide" msgstr "Consulta aquesta guia" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:39 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:40 msgid "See what's next" msgstr "Què més hi ha" @@ -4194,11 +4272,15 @@ msgstr "Què més hi ha" msgid "Select {item}" msgstr "Selecciona {item}" +#: src/screens/Login/ChooseAccountForm.tsx:61 +msgid "Select account" +msgstr "" + #: src/view/com/modals/ServerInput.tsx:75 #~ msgid "Select Bluesky Social" #~ msgstr "Selecciona Bluesky Social" -#: src/view/com/auth/login/Login.tsx:117 +#: src/screens/Login/index.tsx:120 msgid "Select from an existing account" msgstr "Selecciona d'un compte existent" @@ -4206,7 +4288,7 @@ msgstr "Selecciona d'un compte existent" msgid "Select languages" msgstr "Selecciona els idiomes" -#: src/components/ReportDialog/SelectLabelerView.tsx:32 +#: src/components/ReportDialog/SelectLabelerView.tsx:30 msgid "Select moderator" msgstr "Selecciona el moderador" @@ -4216,8 +4298,8 @@ msgstr "Selecciona l'opció {i} de {numItems}" #: src/view/com/auth/create/Step1.tsx:96 #: src/view/com/auth/login/LoginForm.tsx:153 -msgid "Select service" -msgstr "Selecciona el servei" +#~ msgid "Select service" +#~ msgstr "Selecciona el servei" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 msgid "Select some accounts below to follow" @@ -4231,11 +4313,11 @@ msgstr "Selecciona els serveis de moderació als quals voleu informar" msgid "Select the service that hosts your data." msgstr "Selecciona el servei que allotja les teves dades." -#: src/screens/Onboarding/StepTopicalFeeds.tsx:96 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:100 msgid "Select topical feeds to follow from the list below" msgstr "Selecciona els canals d'actualitat per a seguir d'aquesta llista" -#: src/screens/Onboarding/StepModeration/index.tsx:62 +#: src/screens/Onboarding/StepModeration/index.tsx:63 msgid "Select what you want to see (or not see), and we’ll handle the rest." msgstr "Selecciona què vols veure (o què no vols veure) i nosaltres farem la resta." @@ -4251,7 +4333,11 @@ msgstr "Selecciona quins idiomes vols que incloguin els canals a què estàs sub msgid "Select your app language for the default text to display in the app." msgstr "Selecciona l'idioma de l'aplicació perquè el text predeterminat es mostri a l'aplicació." -#: src/screens/Onboarding/StepInterests/index.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:133 +msgid "Select your date of birth" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:200 msgid "Select your interests from the options below" msgstr "Selecciona els teus interessos d'entre aquestes opcions" @@ -4263,11 +4349,11 @@ msgstr "Selecciona els teus interessos d'entre aquestes opcions" msgid "Select your preferred language for translations in your feed." msgstr "Selecciona el teu idioma preferit per a les traduccions al teu canal." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:117 msgid "Select your primary algorithmic feeds" msgstr "Selecciona els teus canals algorítmics primaris" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:142 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:133 msgid "Select your secondary algorithmic feeds" msgstr "Selecciona els teus canals algorítmics secundaris" @@ -4276,11 +4362,11 @@ msgstr "Selecciona els teus canals algorítmics secundaris" msgid "Send Confirmation Email" msgstr "Envia correu de confirmació" -#: src/view/com/modals/DeleteAccount.tsx:131 +#: src/view/com/modals/DeleteAccount.tsx:130 msgid "Send email" msgstr "Envia correu" -#: src/view/com/modals/DeleteAccount.tsx:144 +#: src/view/com/modals/DeleteAccount.tsx:143 msgctxt "action" msgid "Send Email" msgstr "Envia correu" @@ -4303,15 +4389,15 @@ msgstr "Envia informe" #~ msgid "Send Report" #~ msgstr "Envia informe" -#: src/components/ReportDialog/SelectLabelerView.tsx:46 +#: src/components/ReportDialog/SelectLabelerView.tsx:44 msgid "Send report to {0}" msgstr "Envia informe a {0}" -#: src/view/com/modals/DeleteAccount.tsx:133 +#: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "Envia un correu amb el codi de confirmació per l'eliminació del compte" -#: src/view/com/auth/server-input/index.tsx:110 +#: src/view/com/auth/server-input/index.tsx:114 msgid "Server address" msgstr "Adreça del servidor" @@ -4325,7 +4411,7 @@ msgstr "Adreça del servidor" #~ msgid "Set Age" #~ msgstr "Estableix l'edat" -#: src/screens/Moderation/index.tsx:306 +#: src/screens/Moderation/index.tsx:304 msgid "Set birthdate" msgstr "Estableix la data de naixement" @@ -4349,13 +4435,13 @@ msgstr "Estableix la data de naixement" #~ msgid "Set dark theme to the dim theme" #~ msgstr "Posa el tema fosc al tema atenuat" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:104 +#: src/screens/Login/SetNewPasswordForm.tsx:102 msgid "Set new password" msgstr "Estableix una nova contrasenya" #: src/view/com/auth/create/Step1.tsx:202 -msgid "Set password" -msgstr "Estableix una contrasenya" +#~ msgid "Set password" +#~ msgstr "Estableix una contrasenya" #: src/view/screens/PreferencesFollowingFeed.tsx:225 msgid "Set this setting to \"No\" to hide all quote posts from your feed. Reposts will still be visible." @@ -4381,11 +4467,11 @@ msgstr "Posa \"Sí\" a aquesta opció per a mostrar les respostes en vista de fi msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your Following feed. This is an experimental feature." msgstr "Estableix aquesta configuració a \"Sí\" per a mostrar mostres dels teus canals desats al teu canal Seguint. Aquesta és una característica experimental." -#: src/screens/Onboarding/Layout.tsx:50 +#: src/screens/Onboarding/Layout.tsx:48 msgid "Set up your account" msgstr "Configura el teu compte" -#: src/view/com/modals/ChangeHandle.tsx:266 +#: src/view/com/modals/ChangeHandle.tsx:267 msgid "Sets Bluesky username" msgstr "Estableix un nom d'usuari de Bluesky" @@ -4409,30 +4495,30 @@ msgstr "Estableix el tema fosc al tema fosc" msgid "Sets dark theme to the dim theme" msgstr "Estableix el tema fosc al tema atenuat" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:157 +#: src/screens/Login/ForgotPasswordForm.tsx:113 msgid "Sets email for password reset" msgstr "Estableix un correu per a restablir la contrasenya" #: src/view/com/auth/login/ForgotPasswordForm.tsx:122 -msgid "Sets hosting provider for password reset" -msgstr "Estableix un proveïdor d'allotjament per a restablir la contrasenya" +#~ msgid "Sets hosting provider for password reset" +#~ msgstr "Estableix un proveïdor d'allotjament per a restablir la contrasenya" -#: src/view/com/modals/crop-image/CropImage.web.tsx:123 +#: src/view/com/modals/crop-image/CropImage.web.tsx:124 msgid "Sets image aspect ratio to square" msgstr "Estableix la relació d'aspecte de la imatge com a quadrat" -#: src/view/com/modals/crop-image/CropImage.web.tsx:113 +#: src/view/com/modals/crop-image/CropImage.web.tsx:114 msgid "Sets image aspect ratio to tall" msgstr "Estableix la relació d'aspecte de la imatge com a alta" -#: src/view/com/modals/crop-image/CropImage.web.tsx:103 +#: src/view/com/modals/crop-image/CropImage.web.tsx:104 msgid "Sets image aspect ratio to wide" msgstr "Estableix la relació d'aspecte de la imatge com a ampla" #: src/view/com/auth/create/Step1.tsx:97 #: src/view/com/auth/login/LoginForm.tsx:154 -msgid "Sets server for the Bluesky client" -msgstr "Estableix el servidor pel cient de Bluesky" +#~ msgid "Sets server for the Bluesky client" +#~ msgstr "Estableix el servidor pel cient de Bluesky" #: src/Navigation.tsx:139 #: src/view/screens/Settings/index.tsx:313 @@ -4459,23 +4545,33 @@ msgstr "Comparteix" #: src/view/com/profile/ProfileMenu.tsx:224 #: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:237 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:218 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:235 #: src/view/screens/ProfileList.tsx:388 msgid "Share" msgstr "Comparteix" #: src/view/com/profile/ProfileMenu.tsx:373 #: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:251 msgid "Share anyway" msgstr "Comparteix de totes maneres" -#: src/view/screens/ProfileFeed.tsx:361 -#: src/view/screens/ProfileFeed.tsx:363 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileFeed.tsx:364 msgid "Share feed" msgstr "Comparteix el canal" +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 +msgid "Share Link" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:92 +msgid "Shares the linked website" +msgstr "" + #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:45 +#: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 #: src/view/screens/Settings/index.tsx:363 @@ -4486,8 +4582,8 @@ msgstr "Mostra" msgid "Show all replies" msgstr "Mostra totes les respostes" -#: src/components/moderation/ScreenHider.tsx:162 -#: src/components/moderation/ScreenHider.tsx:165 +#: src/components/moderation/ScreenHider.tsx:169 +#: src/components/moderation/ScreenHider.tsx:172 msgid "Show anyway" msgstr "Mostra igualment" @@ -4501,10 +4597,10 @@ msgid "Show badge and filter from feeds" msgstr "Mostra la insígnia i filtra-ho dels canals" #: src/view/com/modals/EmbedConsent.tsx:87 -msgid "Show embeds from {0}" -msgstr "Mostra els incrustats de {0}" +#~ msgid "Show embeds from {0}" +#~ msgstr "Mostra els incrustats de {0}" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 msgid "Show follows similar to {0}" msgstr "Mostra seguidors semblants a {0}" @@ -4522,15 +4618,15 @@ msgstr "Mostra les publicacions dels meus canals" msgid "Show Quote Posts" msgstr "Mostra les publicacions citades" -#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +#: src/screens/Onboarding/StepFollowingFeed.tsx:119 msgid "Show quote-posts in Following feed" msgstr "Mostra les publicacions citades en el canal Seguint" -#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +#: src/screens/Onboarding/StepFollowingFeed.tsx:135 msgid "Show quotes in Following" msgstr "Mostra els citats a Seguint" -#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +#: src/screens/Onboarding/StepFollowingFeed.tsx:95 msgid "Show re-posts in Following feed" msgstr "Mostra les republicacions al canal Seguint" @@ -4542,11 +4638,11 @@ 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 +#: src/screens/Onboarding/StepFollowingFeed.tsx:87 msgid "Show replies in Following" msgstr "Mostra les respostes a Seguint" -#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +#: src/screens/Onboarding/StepFollowingFeed.tsx:71 msgid "Show replies in Following feed" msgstr "Mostra les respostes al canal Seguint" @@ -4558,7 +4654,7 @@ msgstr "Mostra respostes amb almenys {value} {0}" msgid "Show Reposts" msgstr "Mostra republicacions" -#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +#: src/screens/Onboarding/StepFollowingFeed.tsx:111 msgid "Show reposts in Following" msgstr "Mostra les republicacions al canal Seguint" @@ -4583,16 +4679,22 @@ msgstr "Mostra l'advertiment i filtra-ho del canals" #~ msgid "Shows a list of users similar to this user." #~ msgstr "Mostra una llista d'usuaris semblants a aquest" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:127 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 msgid "Shows posts from {0} in your feed" msgstr "Mostra les publicacions de {0} al teu canal" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:72 -#: src/view/com/auth/login/Login.tsx:98 +#: src/screens/Login/index.tsx:100 +#: src/screens/Login/index.tsx:119 +#: src/screens/Login/LoginForm.tsx:131 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:73 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:83 #: src/view/com/auth/SplashScreen.tsx:81 -#: src/view/shell/bottom-bar/BottomBar.tsx:289 -#: src/view/shell/bottom-bar/BottomBar.tsx:290 -#: src/view/shell/bottom-bar/BottomBar.tsx:292 +#: src/view/com/auth/SplashScreen.tsx:90 +#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:119 +#: src/view/shell/bottom-bar/BottomBar.tsx:300 +#: src/view/shell/bottom-bar/BottomBar.tsx:301 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 @@ -4605,32 +4707,29 @@ msgstr "Inicia sessió" #: src/view/com/auth/HomeLoggedOutCTA.tsx:82 #: src/view/com/auth/SplashScreen.tsx:86 #: src/view/com/auth/SplashScreen.web.tsx:91 -msgid "Sign In" -msgstr "Inicia sessió" +#~ msgid "Sign In" +#~ msgstr "Inicia sessió" -#: src/view/com/auth/login/ChooseAccountForm.tsx:45 +#: src/components/AccountList.tsx:109 msgid "Sign in as {0}" msgstr "Inicia sessió com a {0}" -#: src/view/com/auth/login/ChooseAccountForm.tsx:127 -#: src/view/com/auth/login/Login.tsx:116 +#: src/screens/Login/ChooseAccountForm.tsx:64 msgid "Sign in as..." msgstr "Inicia sessió com a …" #: src/view/com/auth/login/LoginForm.tsx:140 -msgid "Sign into" -msgstr "Inicia sessió en" +#~ msgid "Sign into" +#~ msgstr "Inicia sessió en" -#: src/view/com/modals/SwitchAccount.tsx:68 -#: src/view/com/modals/SwitchAccount.tsx:73 #: src/view/screens/Settings/index.tsx:107 #: src/view/screens/Settings/index.tsx:110 msgid "Sign out" msgstr "Tanca sessió" -#: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/bottom-bar/BottomBar.tsx:280 -#: src/view/shell/bottom-bar/BottomBar.tsx:282 +#: src/view/shell/bottom-bar/BottomBar.tsx:290 +#: src/view/shell/bottom-bar/BottomBar.tsx:291 +#: src/view/shell/bottom-bar/BottomBar.tsx:293 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 @@ -4644,7 +4743,7 @@ msgstr "Registra't" msgid "Sign up or sign in to join the conversation" msgstr "Registra't o inicia sessió per a unir-te a la conversa" -#: src/components/moderation/ScreenHider.tsx:98 +#: src/components/moderation/ScreenHider.tsx:97 #: src/lib/moderation/useGlobalLabelStrings.ts:28 msgid "Sign-in Required" msgstr "Es requereix iniciar sessió" @@ -4653,21 +4752,21 @@ msgstr "Es requereix iniciar sessió" msgid "Signed in as" msgstr "S'ha iniciat sessió com a" -#: src/view/com/auth/login/ChooseAccountForm.tsx:112 +#: src/screens/Login/ChooseAccountForm.tsx:48 msgid "Signed in as @{0}" msgstr "S'ha iniciat sessió com a @{0}" #: src/view/com/modals/SwitchAccount.tsx:70 -msgid "Signs {0} out of Bluesky" -msgstr "Tanca la sessió de Bluesky de {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:195 +#: src/screens/Onboarding/StepInterests/index.tsx:239 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:203 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:35 msgid "Skip" msgstr "Salta aquest pas" -#: src/screens/Onboarding/StepInterests/index.tsx:232 +#: src/screens/Onboarding/StepInterests/index.tsx:236 msgid "Skip this flow" msgstr "Salta aquest flux" @@ -4683,9 +4782,9 @@ msgstr "Desenvolupament de programari" #~ msgid "Something went wrong and we're not sure what." #~ msgstr "Alguna cosa ha fallat i no estem segurs de què." -#: src/components/ReportDialog/index.tsx:52 -#: src/screens/Moderation/index.tsx:116 -#: src/screens/Profile/Sections/Labels.tsx:77 +#: src/components/ReportDialog/index.tsx:59 +#: src/screens/Moderation/index.tsx:114 +#: src/screens/Profile/Sections/Labels.tsx:76 msgid "Something went wrong, please try again." msgstr "Alguna cosa ha fallat, torna-ho a provar." @@ -4697,7 +4796,7 @@ msgstr "Alguna cosa ha fallat, torna-ho a provar." #~ msgid "Something went wrong. Check your email and try again." #~ msgstr "Alguna cosa ha fallat. Comprova el teu correu i torna-ho a provar." -#: src/App.native.tsx:71 +#: src/App.native.tsx:66 msgid "Sorry! Your session expired. Please log in again." msgstr "La teva sessió ha caducat. Torna a iniciar-la." @@ -4709,7 +4808,7 @@ msgstr "Ordena les respostes" msgid "Sort replies to the same post by:" msgstr "Ordena les respostes a la mateixa publicació per:" -#: src/components/moderation/LabelsOnMeDialog.tsx:147 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 msgid "Source:" msgstr "Font:" @@ -4725,7 +4824,7 @@ msgstr "Brossa; excessives mencions o respostes" msgid "Sports" msgstr "Esports" -#: src/view/com/modals/crop-image/CropImage.web.tsx:122 +#: src/view/com/modals/crop-image/CropImage.web.tsx:123 msgid "Square" msgstr "Quadrat" @@ -4733,13 +4832,17 @@ msgstr "Quadrat" #~ msgid "Staging" #~ msgstr "Posada en escena" -#: src/view/screens/Settings/index.tsx:905 +#: src/view/screens/Settings/index.tsx:903 msgid "Status page" msgstr "Pàgina d'estat" +#: src/screens/Signup/index.tsx:142 +msgid "Step" +msgstr "" + #: src/view/com/auth/create/StepHeader.tsx:22 -msgid "Step {0} of {numSteps}" -msgstr "Pas {0} de {numSteps}" +#~ msgid "Step {0} of {numSteps}" +#~ msgstr "Pas {0} de {numSteps}" #: src/view/screens/Settings/index.tsx:292 msgid "Storage cleared, you need to restart the app now." @@ -4750,8 +4853,8 @@ msgstr "L'emmagatzematge s'ha esborrat, cal que reinicieu l'aplicació ara." msgid "Storybook" msgstr "Historial" +#: src/components/moderation/LabelsOnMeDialog.tsx:255 #: src/components/moderation/LabelsOnMeDialog.tsx:256 -#: src/components/moderation/LabelsOnMeDialog.tsx:257 msgid "Submit" msgstr "Envia" @@ -4759,20 +4862,20 @@ msgstr "Envia" msgid "Subscribe" msgstr "Subscriure's" -#: src/screens/Profile/Sections/Labels.tsx:181 +#: src/screens/Profile/Sections/Labels.tsx:180 msgid "Subscribe to @{0} to use these labels:" msgstr "Subscriu-te a @{0} per a utilitzar aquestes etiquetes:" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:222 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:221 msgid "Subscribe to Labeler" msgstr "Subscriu-te a l'Etiquetador" -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:308 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:172 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 msgid "Subscribe to the {0} feed" msgstr "Subscriu-te al canal {0}" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:185 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 msgid "Subscribe to this labeler" msgstr "Subscriu-te a aquest etiquetador" @@ -4780,7 +4883,7 @@ msgstr "Subscriu-te a aquest etiquetador" msgid "Subscribe to this list" msgstr "Subscriure's a la llista" -#: src/view/screens/Search/Search.tsx:375 +#: src/view/screens/Search/Search.tsx:376 msgid "Suggested Follows" msgstr "Usuaris suggerits per a seguir" @@ -4802,16 +4905,15 @@ msgstr "Suport" #~ msgid "Swipe up to see more" #~ msgstr "Llisca cap amunt per a veure'n més" -#: src/view/com/modals/SwitchAccount.tsx:123 +#: src/components/dialogs/SwitchAccount.tsx:46 +#: src/components/dialogs/SwitchAccount.tsx:49 msgid "Switch Account" msgstr "Canvia el compte" -#: src/view/com/modals/SwitchAccount.tsx:103 #: src/view/screens/Settings/index.tsx:139 msgid "Switch to {0}" msgstr "Canvia a {0}" -#: src/view/com/modals/SwitchAccount.tsx:104 #: src/view/screens/Settings/index.tsx:140 msgid "Switches the account you are logged in to" msgstr "Canvia en compte amb el que tens iniciada la sessió" @@ -4824,7 +4926,7 @@ msgstr "Sistema" msgid "System log" msgstr "Registres del sistema" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "etiqueta" @@ -4836,7 +4938,7 @@ msgstr "Menú d'etiquetes: {displayTag}" #~ msgid "Tag menu: {tag}" #~ msgstr "Menú d'etiquetes: {displayTag}" -#: src/view/com/modals/crop-image/CropImage.web.tsx:112 +#: src/view/com/modals/crop-image/CropImage.web.tsx:113 msgid "Tall" msgstr "Alt" @@ -4853,8 +4955,8 @@ msgid "Terms" msgstr "Condicions" #: src/Navigation.tsx:236 -#: src/view/com/auth/create/Policies.tsx:59 -#: src/view/screens/Settings/index.tsx:919 +#: src/screens/Signup/StepInfo/Policies.tsx:49 +#: src/view/screens/Settings/index.tsx:917 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:259 msgid "Terms of Service" @@ -4866,11 +4968,11 @@ msgstr "Condicions del servei" msgid "Terms used violate community standards" msgstr "Els termes utilitzats infringeixen els estàndards de la comunitat" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "text" -#: src/components/moderation/LabelsOnMeDialog.tsx:220 +#: src/components/moderation/LabelsOnMeDialog.tsx:219 msgid "Text input field" msgstr "Camp d'introducció de text" @@ -4878,20 +4980,20 @@ msgstr "Camp d'introducció de text" msgid "Thank you. Your report has been sent." msgstr "Gràcies. El teu informe s'ha enviat." -#: src/view/com/modals/ChangeHandle.tsx:466 +#: src/view/com/modals/ChangeHandle.tsx:465 msgid "That contains the following:" msgstr "Això conté els següents:" -#: src/view/com/auth/create/CreateAccount.tsx:94 +#: src/screens/Signup/index.tsx:84 msgid "That handle is already taken." msgstr "Aquest identificador ja està agafat." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:283 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "El compte podrà interactuar amb tu després del desbloqueig." -#: src/components/moderation/ModerationDetailsDialog.tsx:128 +#: src/components/moderation/ModerationDetailsDialog.tsx:127 msgid "the author" msgstr "l'autor" @@ -4903,15 +5005,15 @@ 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/components/moderation/LabelsOnMeDialog.tsx:49 +#: src/components/moderation/LabelsOnMeDialog.tsx:48 msgid "The following labels were applied to your account." msgstr "Les següents etiquetes s'han aplicat al teu compte." -#: src/components/moderation/LabelsOnMeDialog.tsx:50 +#: src/components/moderation/LabelsOnMeDialog.tsx:49 msgid "The following labels were applied to your content." msgstr "Les següents etiquetes s'han aplicat als teus continguts." -#: src/screens/Onboarding/Layout.tsx:60 +#: src/screens/Onboarding/Layout.tsx:58 msgid "The following steps will help customize your Bluesky experience." msgstr "Els següents passos t'ajudaran a personalitzar la teva experiència a Bluesky." @@ -4936,12 +5038,12 @@ 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/screens/Onboarding/StepAlgoFeeds/index.tsx:150 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:141 msgid "There are many feeds to try:" msgstr "Hi ha molts canals per a provar:" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:113 -#: src/view/screens/ProfileFeed.tsx:543 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112 +#: src/view/screens/ProfileFeed.tsx:544 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "Hi ha hagut un problema per a contactar amb el servidor, comprova la teva connexió a internet i torna-ho a provar." @@ -4949,11 +5051,11 @@ msgstr "Hi ha hagut un problema per a contactar amb el servidor, comprova la tev msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "Hi ha hagut un problema per a eliminar aquest canal, comprova la teva connexió a internet i torna-ho a provar." -#: src/view/screens/ProfileFeed.tsx:217 +#: src/view/screens/ProfileFeed.tsx:218 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "Hi ha hagut un problema per a actualitzar els teus canals, comprova la teva connexió a internet i torna-ho a provar." -#: src/view/screens/ProfileFeed.tsx:244 +#: src/view/screens/ProfileFeed.tsx:245 #: src/view/screens/ProfileList.tsx:275 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 @@ -4972,7 +5074,7 @@ msgstr "Hi ha hagut un problema per a contactar amb el teu servidor" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Hi ha hagut un problema en obtenir les notificacions. Toca aquí per a tornar-ho a provar." -#: src/view/com/posts/Feed.tsx:283 +#: src/view/com/posts/Feed.tsx:287 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Hi ha hagut un problema en obtenir les notificacions. Toca aquí per a tornar-ho a provar." @@ -4997,11 +5099,11 @@ msgstr "Hi ha hagut un problema en sincronitzar les teves preferències amb el s msgid "There was an issue with fetching your app passwords" msgstr "Hi ha hagut un problema en obtenir les teves contrasenyes d'aplicació" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:134 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:96 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:106 #: src/view/com/profile/ProfileMenu.tsx:117 #: src/view/com/profile/ProfileMenu.tsx:132 @@ -5030,22 +5132,22 @@ msgstr "Hi ha hagut una gran quantitat d'usuaris nous a Bluesky! Activarem el te #~ 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 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146 msgid "These are popular accounts you might like:" msgstr "Aquests són alguns comptes populars que et poden agradar:" #~ msgid "This {0} has been labeled." #~ msgstr "Aquest {0} ha estat etiquetat." -#: src/components/moderation/ScreenHider.tsx:117 +#: src/components/moderation/ScreenHider.tsx:116 msgid "This {screenDescription} has been flagged:" msgstr "Aquesta {screenDescription} ha estat etiquetada:" -#: src/components/moderation/ScreenHider.tsx:112 +#: src/components/moderation/ScreenHider.tsx:111 msgid "This account has requested that users sign in to view their profile." msgstr "Aquest compte ha sol·licitat que els usuaris estiguin registrats per a veure el seu perfil." -#: src/components/moderation/LabelsOnMeDialog.tsx:205 +#: src/components/moderation/LabelsOnMeDialog.tsx:204 msgid "This appeal will be sent to <0>{0}</0>." msgstr "Aquesta apel·lació s'enviarà a <0>{0}</0>." @@ -5057,11 +5159,11 @@ msgstr "Aquest contingut ha estat amagat pels moderadors." msgid "This content has received a general warning from moderators." msgstr "Aquest contingut ha rebut una advertència general dels moderadors." -#: src/view/com/modals/EmbedConsent.tsx:68 +#: src/components/dialogs/EmbedConsent.tsx:64 msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Aquest contingut està allotjat a {0}. Vols habilitat els continguts externs?" -#: src/components/moderation/ModerationDetailsDialog.tsx:78 +#: src/components/moderation/ModerationDetailsDialog.tsx:77 #: src/lib/moderation/useModerationCauseDescription.ts:77 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Aquest contingut no està disponible degut a que un dels usuaris involucrats ha bloquejat a l'altre." @@ -5083,7 +5185,7 @@ msgid "This feed is currently receiving high traffic and is temporarily unavaila msgstr "Aquest canal està rebent moltes visites actualment i està temporalment inactiu. Prova-ho més tard." #: src/screens/Profile/Sections/Feed.tsx:50 -#: src/view/screens/ProfileFeed.tsx:476 +#: src/view/screens/ProfileFeed.tsx:477 #: src/view/screens/ProfileList.tsx:675 msgid "This feed is empty!" msgstr "Aquest canal està buit!" @@ -5104,15 +5206,15 @@ msgstr "Això és important si mai necessites canviar el teu correu o restablir #~ msgid "This is the service that keeps you online." #~ msgstr "Aquest és el servei que et manté connectat." -#: src/components/moderation/ModerationDetailsDialog.tsx:125 +#: src/components/moderation/ModerationDetailsDialog.tsx:124 msgid "This label was applied by {0}." msgstr "Aquesta etiqueta l'ha aplicat {0}." -#: src/screens/Profile/Sections/Labels.tsx:168 +#: src/screens/Profile/Sections/Labels.tsx:167 msgid "This labeler hasn't declared what labels it publishes, and may not be active." msgstr "Aquest etiquetador no ha declarat quines etiquetes publica i pot ser que no estigui actiu." -#: src/view/com/modals/LinkWarning.tsx:58 +#: src/view/com/modals/LinkWarning.tsx:72 msgid "This link is taking you to the following website:" msgstr "Aquest enllaç et porta a la web:" @@ -5124,7 +5226,7 @@ msgstr "Aquesta llista està buida!" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Aquest servei de moderació no està disponible. Mira a continuació per obtenir més detalls. Si aquest problema persisteix, posa't en contacte amb nosaltres." -#: src/view/com/modals/AddAppPasswords.tsx:106 +#: src/view/com/modals/AddAppPasswords.tsx:107 msgid "This name is already in use" msgstr "Aquest nom ja està en ús" @@ -5133,6 +5235,7 @@ msgid "This post has been deleted." msgstr "Aquesta publicació ha estat esborrada." #: src/view/com/util/forms/PostDropdownBtn.tsx:344 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "Aquesta publicació només és visible per als usuaris que han iniciat sessió. No serà visible per a les persones que no hagin iniciat sessió." @@ -5144,19 +5247,19 @@ msgstr "Aqeusta publicació no es mostrarà als canals." msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "Aquest perfil només és visible per als usuaris que han iniciat sessió. No serà visible per a les persones que no hagin iniciat sessió." -#: src/view/com/auth/create/Policies.tsx:46 +#: src/screens/Signup/StepInfo/Policies.tsx:37 msgid "This service has not provided terms of service or a privacy policy." msgstr "Aquest servei no ha proporcionat termes de servei ni una política de privadesa." -#: src/view/com/modals/ChangeHandle.tsx:446 +#: src/view/com/modals/ChangeHandle.tsx:445 msgid "This should create a domain record at:" msgstr "Això hauria de crear un registre de domini a:" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:87 msgid "This user doesn't have any followers." msgstr "Aquest usuari no té cap seguidor." -#: src/components/moderation/ModerationDetailsDialog.tsx:73 +#: src/components/moderation/ModerationDetailsDialog.tsx:72 #: src/lib/moderation/useModerationCauseDescription.ts:68 msgid "This user has blocked you. You cannot view their content." msgstr "Aquest usuari t'ha bloquejat. No pots veure les seves publicacions." @@ -5173,11 +5276,11 @@ msgstr "Aquest usuari ha sol·licitat que el seu contingut només es mostri als #~ msgid "This user is included in the <0/> list which you have muted." #~ msgstr "Aquest usuari està inclòs a la llista <0/> que has silenciat." -#: src/components/moderation/ModerationDetailsDialog.tsx:56 +#: src/components/moderation/ModerationDetailsDialog.tsx:55 msgid "This user is included in the <0>{0}</0> list which you have blocked." msgstr "Aquest usuari està inclòs a la llista <0>{0}</0> que has bloquejat." -#: src/components/moderation/ModerationDetailsDialog.tsx:85 +#: src/components/moderation/ModerationDetailsDialog.tsx:84 msgid "This user is included in the <0>{0}</0> list which you have muted." msgstr "Aquest usuari està inclòs a la llista <0>{0}</0> que has silenciat." @@ -5185,7 +5288,7 @@ msgstr "Aquest usuari està inclòs a la llista <0>{0}</0> que has silenciat." #~ msgid "This user is included the <0/> list which you have muted." #~ msgstr "Aquest usuari està inclós a la llista <0/> que tens silenciada" -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:87 msgid "This user isn't following anyone." msgstr "Aquest usuari no segueix a ningú." @@ -5193,7 +5296,7 @@ msgstr "Aquest usuari no segueix a ningú." 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/components/dialogs/MutedWords.tsx:284 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "Això suprimirà {0} de les teves paraules silenciades. Sempre la pots tornar a afegir més tard." @@ -5218,11 +5321,11 @@ msgstr "Mode fils de debat" msgid "Threads Preferences" msgstr "Preferències dels fils de debat" -#: src/components/ReportDialog/SelectLabelerView.tsx:35 +#: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "A qui vols enviar aquest informe?" -#: src/components/dialogs/MutedWords.tsx:113 +#: src/components/dialogs/MutedWords.tsx:112 msgid "Toggle between muted word options." msgstr "Commuta entre les opcions de paraules silenciades." @@ -5230,11 +5333,11 @@ msgstr "Commuta entre les opcions de paraules silenciades." msgid "Toggle dropdown" msgstr "Commuta el menú desplegable" -#: src/screens/Moderation/index.tsx:334 +#: src/screens/Moderation/index.tsx:332 msgid "Toggle to enable or disable adult content" msgstr "Communta per a habilitar o deshabilitar el contingut per adults" -#: src/view/com/modals/EditImage.tsx:271 +#: src/view/com/modals/EditImage.tsx:272 msgid "Transformations" msgstr "Transformacions" @@ -5254,7 +5357,7 @@ msgstr "Torna-ho a provar" #~ msgid "Try again" #~ msgstr "Torna-ho a provar" -#: src/view/com/modals/ChangeHandle.tsx:429 +#: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "Tipus:" @@ -5266,22 +5369,23 @@ msgstr "Desbloqueja la llista" msgid "Un-mute list" msgstr "Deixa de silenciar la llista" -#: src/view/com/auth/create/CreateAccount.tsx:58 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:87 -#: src/view/com/auth/login/Login.tsx:76 -#: src/view/com/auth/login/LoginForm.tsx:121 +#: src/screens/Login/ForgotPasswordForm.tsx:74 +#: src/screens/Login/index.tsx:78 +#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/SetNewPasswordForm.tsx:77 +#: src/screens/Signup/index.tsx:63 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "No es pot contactar amb el teu servei. Comprova la teva connexió a internet." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:572 msgid "Unblock" msgstr "Desbloqueja" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 msgctxt "action" msgid "Unblock" msgstr "Desbloqueja" @@ -5291,13 +5395,13 @@ msgstr "Desbloqueja" msgid "Unblock Account" msgstr "Desbloqueja el compte" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:281 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "Vols desbloquejar el compte?" -#: src/view/com/modals/Repost.tsx:42 -#: src/view/com/modals/Repost.tsx:55 +#: src/view/com/modals/Repost.tsx:43 +#: src/view/com/modals/Repost.tsx:56 #: src/view/com/util/post-ctrls/RepostButton.tsx:60 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:48 msgid "Undo repost" @@ -5313,7 +5417,7 @@ msgctxt "action" msgid "Unfollow" msgstr "Deixa de seguir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 msgid "Unfollow {0}" msgstr "Deixa de seguir a {0}" @@ -5323,14 +5427,14 @@ msgid "Unfollow Account" msgstr "Deixa de seguir el compte" #: src/view/com/auth/create/state.ts:262 -msgid "Unfortunately, you do not meet the requirements to create an account." -msgstr "No compleixes les condicions per a crear un compte." +#~ msgid "Unfortunately, you do not meet the requirements to create an account." +#~ msgstr "No compleixes les condicions per a crear un compte." -#: src/view/com/util/post-ctrls/PostCtrls.tsx:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Unlike" msgstr "Desfés el m'agrada" -#: src/view/screens/ProfileFeed.tsx:572 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Unlike this feed" msgstr "Desfés el m'agrada a aquest canal" @@ -5361,12 +5465,12 @@ msgstr "Deixa de silenciar totes les publicacions amb {displayTag}" msgid "Unmute thread" msgstr "Deixa de silenciar el fil de debat" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 #: src/view/screens/ProfileList.tsx:563 msgid "Unpin" msgstr "Deixa de fixar" -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Unpin from home" msgstr "Deixa de fixar a l'inici" @@ -5378,11 +5482,11 @@ msgstr "Desancora la llista de moderació" #~ msgid "Unsave" #~ msgstr "No desis" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:219 msgid "Unsubscribe" msgstr "Dona't de baixa" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183 msgid "Unsubscribe from this labeler" msgstr "Dona't de baixa d'aquest etiquetador" @@ -5398,15 +5502,15 @@ msgstr "Actualitza {displayName} a les Llistes" #~ msgid "Update Available" #~ msgstr "Actualització disponible" -#: src/view/com/modals/ChangeHandle.tsx:509 +#: src/view/com/modals/ChangeHandle.tsx:508 msgid "Update to {handle}" msgstr "Actualitza a {handle}" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:204 +#: src/screens/Login/SetNewPasswordForm.tsx:186 msgid "Updating..." msgstr "Actualitzant…" -#: src/view/com/modals/ChangeHandle.tsx:455 +#: src/view/com/modals/ChangeHandle.tsx:454 msgid "Upload a text file to:" msgstr "Puja un fitxer de text a:" @@ -5429,7 +5533,7 @@ msgstr "Puja dels Arxius" msgid "Upload from Library" msgstr "Puja de la biblioteca" -#: src/view/com/modals/ChangeHandle.tsx:409 +#: src/view/com/modals/ChangeHandle.tsx:408 msgid "Use a file on your server" msgstr "Utilitza un fitxer del teu servidor" @@ -5437,11 +5541,11 @@ msgstr "Utilitza un fitxer del teu servidor" msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "Utilitza les contrasenyes d'aplicació per a iniciar sessió en altres clients de Bluesky, sense haver de donar accés total al teu compte o contrasenya." -#: src/view/com/modals/ChangeHandle.tsx:518 +#: src/view/com/modals/ChangeHandle.tsx:517 msgid "Use bsky.social as hosting provider" msgstr "Utilitza bsky.social com a proveïdor d'allotjament" -#: src/view/com/modals/ChangeHandle.tsx:517 +#: src/view/com/modals/ChangeHandle.tsx:516 msgid "Use default provider" msgstr "Utilitza el proveïdor predeterminat" @@ -5455,11 +5559,11 @@ msgstr "Utilitza el navegador de l'aplicació" msgid "Use my default browser" msgstr "Utilitza el meu navegador predeterminat" -#: src/view/com/modals/ChangeHandle.tsx:401 +#: src/view/com/modals/ChangeHandle.tsx:400 msgid "Use the DNS panel" msgstr "Utilitza el panell de DNS" -#: src/view/com/modals/AddAppPasswords.tsx:155 +#: src/view/com/modals/AddAppPasswords.tsx:156 msgid "Use this to sign into the other app along with your handle." msgstr "Utilitza-ho per a iniciar sessió a l'altra aplicació, juntament amb el teu identificador." @@ -5467,11 +5571,11 @@ msgstr "Utilitza-ho per a iniciar sessió a l'altra aplicació, juntament amb el #~ msgid "Use your domain as your Bluesky client service provider" #~ msgstr "Utilitza el teu domini com a client proveïdor del servei de Bluesky" -#: src/view/com/modals/InviteCodes.tsx:200 +#: src/view/com/modals/InviteCodes.tsx:201 msgid "Used by:" msgstr "Utilitzat per:" -#: src/components/moderation/ModerationDetailsDialog.tsx:65 +#: src/components/moderation/ModerationDetailsDialog.tsx:64 #: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked" msgstr "Usuari bloquejat" @@ -5480,7 +5584,7 @@ msgstr "Usuari bloquejat" msgid "User Blocked by \"{0}\"" msgstr "Usuari bloquejat per \"{0}\"" -#: src/components/moderation/ModerationDetailsDialog.tsx:54 +#: src/components/moderation/ModerationDetailsDialog.tsx:53 msgid "User Blocked by List" msgstr "Usuari bloquejat per una llista" @@ -5488,13 +5592,13 @@ msgstr "Usuari bloquejat per una llista" msgid "User Blocking You" msgstr "L'usuari t'ha bloquejat" -#: src/components/moderation/ModerationDetailsDialog.tsx:71 +#: src/components/moderation/ModerationDetailsDialog.tsx:70 msgid "User Blocks You" msgstr "L'usuari t'ha bloquejat" #: src/view/com/auth/create/Step2.tsx:79 -msgid "User handle" -msgstr "Identificador d'usuari" +#~ msgid "User handle" +#~ msgstr "Identificador d'usuari" #: src/view/com/lists/ListCard.tsx:85 #: src/view/com/modals/UserAddRemoveLists.tsx:198 @@ -5511,11 +5615,11 @@ msgstr "Llista d'usuaris feta per <0/>" msgid "User list by you" msgstr "Llista d'usuaris feta per tu" -#: src/view/com/modals/CreateOrEditList.tsx:196 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "User list created" msgstr "Llista d'usuaris creada" -#: src/view/com/modals/CreateOrEditList.tsx:182 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "User list updated" msgstr "Llista d'usuaris actualitzada" @@ -5523,8 +5627,7 @@ msgstr "Llista d'usuaris actualitzada" msgid "User Lists" msgstr "Llistes d'usuaris" -#: src/view/com/auth/login/LoginForm.tsx:180 -#: src/view/com/auth/login/LoginForm.tsx:198 +#: src/screens/Login/LoginForm.tsx:151 msgid "Username or email address" msgstr "Nom d'usuari o correu" @@ -5544,7 +5647,7 @@ msgstr "Usuaris a \"{0}\"" msgid "Users that have liked this content or profile" msgstr "Usuaris a qui els ha agradat aquest contingut o perfil" -#: src/view/com/modals/ChangeHandle.tsx:437 +#: src/view/com/modals/ChangeHandle.tsx:436 msgid "Value:" msgstr "Valor:" @@ -5552,19 +5655,19 @@ msgstr "Valor:" #~ msgid "Verification code" #~ msgstr "Codi de verificació" -#: src/view/com/modals/ChangeHandle.tsx:510 +#: src/view/com/modals/ChangeHandle.tsx:509 msgid "Verify {0}" msgstr "Verifica {0}" -#: src/view/screens/Settings/index.tsx:944 +#: src/view/screens/Settings/index.tsx:942 msgid "Verify email" msgstr "Verifica el correu" -#: src/view/screens/Settings/index.tsx:969 +#: src/view/screens/Settings/index.tsx:967 msgid "Verify my email" msgstr "Verifica el meu correu" -#: src/view/screens/Settings/index.tsx:978 +#: src/view/screens/Settings/index.tsx:976 msgid "Verify My Email" msgstr "Verifica el meu correu" @@ -5577,11 +5680,15 @@ msgstr "Verifica el correu nou" msgid "Verify Your Email" msgstr "Verifica el teu correu" +#: src/view/screens/Settings/index.tsx:893 +msgid "Version {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:42 msgid "Video Games" msgstr "Videojocs" -#: src/screens/Profile/Header/Shell.tsx:110 +#: src/screens/Profile/Header/Shell.tsx:107 msgid "View {0}'s avatar" msgstr "Veure l'avatar de {0}" @@ -5589,11 +5696,11 @@ msgstr "Veure l'avatar de {0}" msgid "View debug entry" msgstr "Veure el registre de depuració" -#: src/components/ReportDialog/SelectReportOptionView.tsx:133 +#: src/components/ReportDialog/SelectReportOptionView.tsx:131 msgid "View details" msgstr "Veure els detalls" -#: src/components/ReportDialog/SelectReportOptionView.tsx:128 +#: src/components/ReportDialog/SelectReportOptionView.tsx:126 msgid "View details for reporting a copyright violation" msgstr "Veure els detalls per a informar d'una infracció dels drets d'autor" @@ -5617,16 +5724,16 @@ msgstr "Veure l'avatar" msgid "View the labeling service provided by @{0}" msgstr "Veure el servei d'etiquetatge proporcionat per @{0}" -#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileFeed.tsx:585 msgid "View users who like this feed" msgstr "Veure els usuaris a qui els agrada aquest canal" -#: src/view/com/modals/LinkWarning.tsx:75 -#: src/view/com/modals/LinkWarning.tsx:77 +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" msgstr "Visita el lloc web" -#: src/components/moderation/GlobalModerationLabelPref.tsx:44 +#: src/components/moderation/LabelPreference.tsx:135 #: src/lib/moderation/useLabelBehaviorDescription.ts:17 #: src/lib/moderation/useLabelBehaviorDescription.ts:22 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:53 @@ -5642,10 +5749,10 @@ msgid "Warn content and filter from feeds" msgstr "Adverteix del contingut i filtra-ho dels canals" #: src/screens/Onboarding/StepAlgoFeeds/index.tsx:134 -msgid "We also think you'll like \"For You\" by Skygaze:" -msgstr "També creiem que t'agradarà el canal \"For You\" d'Skygaze:" +#~ msgid "We also think you'll like \"For You\" by Skygaze:" +#~ msgstr "També creiem que t'agradarà el canal \"For You\" d'Skygaze:" -#: src/screens/Hashtag.tsx:132 +#: src/screens/Hashtag.tsx:133 msgid "We couldn't find any results for that hashtag." msgstr "No hem trobat cap resultat per a aquest hashtag." @@ -5653,7 +5760,7 @@ msgstr "No hem trobat cap resultat per a aquest hashtag." msgid "We estimate {estimatedTime} until your account is ready." msgstr "Calculem {estimatedTime} fins que el teu compte estigui llest." -#: src/screens/Onboarding/StepFinished.tsx:93 +#: src/screens/Onboarding/StepFinished.tsx:97 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Esperem que t'ho passis pipa. Recorda que Bluesky és:" @@ -5661,11 +5768,11 @@ msgstr "Esperem que t'ho passis pipa. Recorda que Bluesky és:" 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/components/dialogs/MutedWords.tsx:204 +#: src/components/dialogs/MutedWords.tsx:203 msgid "We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Recomanem evitar les paraules habituals que apareixen en moltes publicacions, ja que pot provocar que no es mostri cap publicació." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:125 msgid "We recommend our \"Discover\" feed:" msgstr "Et recomanem el nostre canal \"Discover\":" @@ -5673,11 +5780,11 @@ msgstr "Et recomanem el nostre canal \"Discover\":" msgid "We were unable to load your birth date preferences. Please try again." msgstr "No hem pogut carregar les teves preferències de data de naixement. Torna-ho a provar." -#: src/screens/Moderation/index.tsx:387 +#: src/screens/Moderation/index.tsx:385 msgid "We were unable to load your configured labelers at this time." msgstr "En aquest moment no hem pogut carregar els teus etiquetadors configurats." -#: src/screens/Onboarding/StepInterests/index.tsx:133 +#: src/screens/Onboarding/StepInterests/index.tsx:137 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "No ens hem pogut connectar. Torna-ho a provar per a continuar configurant el teu compte. Si continua fallant, pots ometre aquest flux." @@ -5689,11 +5796,11 @@ msgstr "T'informarem quan el teu compte estigui llest." #~ msgid "We'll look into your appeal promptly." #~ msgstr "Analitzarem la teva apel·lació ràpidament." -#: src/screens/Onboarding/StepInterests/index.tsx:138 +#: src/screens/Onboarding/StepInterests/index.tsx:142 msgid "We'll use this to help customize your experience." msgstr "Ho farem servir per a personalitzar la teva experiència." -#: src/view/com/auth/create/CreateAccount.tsx:134 +#: src/screens/Signup/index.tsx:130 msgid "We're so excited to have you join us!" msgstr "Ens fa molta il·lusió que t'uneixis a nosaltres!" @@ -5701,20 +5808,20 @@ msgstr "Ens fa molta il·lusió que t'uneixis a nosaltres!" 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/components/dialogs/MutedWords.tsx:230 +#: src/components/dialogs/MutedWords.tsx:229 msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Ho sentim, però no hem pogut carregar les teves paraules silenciades en aquest moment. Torna-ho a provar." -#: src/view/screens/Search/Search.tsx:255 +#: src/view/screens/Search/Search.tsx:256 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Ens sap greu, però la teva cerca no s'ha pogut fer. Prova-ho d'aquí una estona." -#: src/components/Lists.tsx:194 +#: src/components/Lists.tsx:188 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "Ens sap greu! No podem trobar la pàgina que estàs cercant." -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:321 msgid "We're sorry! You can only subscribe to ten labelers, and you've reached your limit of ten." msgstr "Ho sentim! Només et pots subscriure a deu etiquetadors i has arribat al teu límit de deu." @@ -5722,7 +5829,7 @@ msgstr "Ho sentim! Només et pots subscriure a deu etiquetadors i has arribat al msgid "Welcome to <0>Bluesky</0>" msgstr "Us donem la benvinguda a <0>Bluesky</0>" -#: src/screens/Onboarding/StepInterests/index.tsx:130 +#: src/screens/Onboarding/StepInterests/index.tsx:134 msgid "What are your interests?" msgstr "Quins són els teus interesos?" @@ -5733,8 +5840,9 @@ msgstr "Quins són els teus interesos?" #~ msgid "What's next?" #~ msgstr "¿Qué sigue?" -#: src/view/com/auth/SplashScreen.tsx:59 -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/auth/SplashScreen.tsx:58 +#: src/view/com/auth/SplashScreen.web.tsx:84 +#: src/view/com/composer/Composer.tsx:296 msgid "What's up?" msgstr "Què hi ha de nou" @@ -5751,35 +5859,35 @@ msgstr "Quins idiomes t'agradaria veure en els teus canals algorítmics?" msgid "Who can reply" msgstr "Qui hi pot respondre" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 +#: src/components/ReportDialog/SelectReportOptionView.tsx:43 msgid "Why should this content be reviewed?" msgstr "Per què s'hauria de revisar aquest contingut?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 +#: src/components/ReportDialog/SelectReportOptionView.tsx:56 msgid "Why should this feed be reviewed?" msgstr "Per què s'hauria de revisar aquest canal?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 +#: src/components/ReportDialog/SelectReportOptionView.tsx:53 msgid "Why should this list be reviewed?" msgstr "Per què s'hauria de revisar aquesta llista?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 +#: src/components/ReportDialog/SelectReportOptionView.tsx:50 msgid "Why should this post be reviewed?" msgstr "Per què s'hauria de revisar aquesta publicació?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 +#: src/components/ReportDialog/SelectReportOptionView.tsx:47 msgid "Why should this user be reviewed?" msgstr "Per què s'hauria de revisar aquest usuari?" -#: src/view/com/modals/crop-image/CropImage.web.tsx:102 +#: src/view/com/modals/crop-image/CropImage.web.tsx:103 msgid "Wide" msgstr "Amplada" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:436 msgid "Write post" msgstr "Escriu una publicació" -#: src/view/com/composer/Composer.tsx:294 +#: src/view/com/composer/Composer.tsx:295 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "Escriu la teva resposta" @@ -5806,7 +5914,7 @@ msgstr "Sí" msgid "You are in line." msgstr "Estàs a la cua." -#: src/view/com/profile/ProfileFollows.tsx:93 +#: src/view/com/profile/ProfileFollows.tsx:86 msgid "You are not following anyone." msgstr "No segueixes a ningú." @@ -5819,20 +5927,20 @@ msgstr "També pots descobrir nous canals personalitzats per a 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 +#: src/screens/Onboarding/StepFollowingFeed.tsx:143 msgid "You can change these settings later." msgstr "Pots canviar aquests paràmetres més endavant." -#: src/view/com/auth/login/Login.tsx:158 -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 +#: src/screens/Login/index.tsx:158 +#: src/screens/Login/PasswordUpdatedForm.tsx:33 msgid "You can now sign in with your new password." msgstr "Ara pots iniciar sessió amb la nova contrasenya." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:86 msgid "You do not have any followers." msgstr "No tens cap seguidor." -#: src/view/com/modals/InviteCodes.tsx:66 +#: src/view/com/modals/InviteCodes.tsx:67 msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer." msgstr "Encara no tens codis d'invitació! Te n'enviarem quan portis una mica més de temps a Bluesky." @@ -5852,14 +5960,14 @@ msgstr "No tens cap canal desat." 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." -#: src/components/moderation/ModerationDetailsDialog.tsx:67 +#: src/components/moderation/ModerationDetailsDialog.tsx:66 #: src/lib/moderation/useModerationCauseDescription.ts:50 #: src/lib/moderation/useModerationCauseDescription.ts:58 msgid "You have blocked this user. You cannot view their content." msgstr "Has bloquejat aquest usuari. No pots veure el seu contingut." -#: src/view/com/auth/login/SetNewPasswordForm.tsx:57 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:92 +#: src/screens/Login/SetNewPasswordForm.tsx:54 +#: src/screens/Login/SetNewPasswordForm.tsx:91 #: src/view/com/modals/ChangePassword.tsx:87 #: src/view/com/modals/ChangePassword.tsx:121 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." @@ -5869,11 +5977,11 @@ msgstr "Has entrat un codi invàlid. Hauria de ser tipus XXXXX-XXXXX." msgid "You have hidden this post" msgstr "Has amagat aquesta publicació" -#: src/components/moderation/ModerationDetailsDialog.tsx:102 +#: src/components/moderation/ModerationDetailsDialog.tsx:101 msgid "You have hidden this post." msgstr "Has amagat aquesta publicació." -#: src/components/moderation/ModerationDetailsDialog.tsx:95 +#: src/components/moderation/ModerationDetailsDialog.tsx:94 #: src/lib/moderation/useModerationCauseDescription.ts:92 msgid "You have muted this account." msgstr "Has silenciat aquest compte." @@ -5915,14 +6023,18 @@ msgstr "Encara no has silenciat cap compte. per a silenciar un compte, ves al se #~ msgid "You have not muted any accounts yet. To mute an account, go to their profile and selected \"Mute account\" from the menu on their account." #~ msgstr "Encara no has silenciat cap compte. Per a fer-ho, al seu perfil i selecciona \"Silencia compte\" en el menú del seu compte." -#: src/components/dialogs/MutedWords.tsx:250 +#: src/components/dialogs/MutedWords.tsx:249 msgid "You haven't muted any words or tags yet" msgstr "Encara no has silenciat cap paraula ni etiqueta" -#: src/components/moderation/LabelsOnMeDialog.tsx:69 +#: src/components/moderation/LabelsOnMeDialog.tsx:68 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Pots apel·lar aquestes etiquetes si creus que s'han col·locat per error," +#: src/screens/Signup/StepInfo/Policies.tsx:79 +msgid "You must be 13 years of age or older to sign up." +msgstr "" + #: src/view/com/modals/ContentFilteringSettings.tsx:175 #~ msgid "You must be 18 or older to enable adult content." #~ msgstr "Has de tenir 18 anys o més per a habilitar el contingut per a adults." @@ -5943,11 +6055,11 @@ msgstr "Ja no rebràs més notificacions d'aquest debat" msgid "You will now receive notifications for this thread" msgstr "Ara rebràs notificacions d'aquest debat" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:107 +#: src/screens/Login/SetNewPasswordForm.tsx:104 msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "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:59 +#: src/screens/Onboarding/StepModeration/index.tsx:60 msgid "You're in control" msgstr "Tu tens el control" @@ -5957,11 +6069,11 @@ msgstr "Tu tens el control" msgid "You're in line" msgstr "Estàs a la cua" -#: src/screens/Onboarding/StepFinished.tsx:90 +#: src/screens/Onboarding/StepFinished.tsx:94 msgid "You're ready to go!" msgstr "Ja està tot llest!" -#: src/components/moderation/ModerationDetailsDialog.tsx:99 +#: src/components/moderation/ModerationDetailsDialog.tsx:98 #: src/lib/moderation/useModerationCauseDescription.ts:101 msgid "You've chosen to hide a word or tag within this post." msgstr "Has triat amagar una paraula o una etiqueta d'aquesta publicació." @@ -5970,11 +6082,11 @@ msgstr "Has triat amagar una paraula o una etiqueta d'aquesta publicació." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Has arribat al final del vostre cabal! Cerca alguns comptes més per a seguir." -#: src/view/com/auth/create/Step1.tsx:67 +#: src/screens/Signup/index.tsx:150 msgid "Your account" msgstr "El teu compte" -#: src/view/com/modals/DeleteAccount.tsx:67 +#: src/view/com/modals/DeleteAccount.tsx:68 msgid "Your account has been deleted" msgstr "El teu compte s'ha eliminat" @@ -5982,7 +6094,7 @@ msgstr "El teu compte s'ha eliminat" msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "El repositori del teu compte, que conté tots els registres de dades públiques, es pot baixar com a fitxer \"CAR\". Aquest fitxer no inclou incrustacions multimèdia, com ara imatges, ni les teves dades privades, que s'han d'obtenir per separat." -#: src/view/com/auth/create/Step1.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:121 msgid "Your birth date" msgstr "La teva data de naixement" @@ -5990,12 +6102,12 @@ 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 +#: src/screens/Onboarding/StepFollowingFeed.tsx:62 msgid "Your default feed is \"Following\"" msgstr "El teu canal per defecte és \"Seguint\"" -#: src/view/com/auth/create/state.ts:110 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:70 +#: src/screens/Login/ForgotPasswordForm.tsx:57 +#: src/screens/Signup/state.ts:227 #: src/view/com/modals/ChangePassword.tsx:54 msgid "Your email appears to be invalid." msgstr "El teu correu no sembla vàlid." @@ -6016,11 +6128,11 @@ 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 a saber què està passant." -#: src/view/com/auth/create/Step2.tsx:83 +#: src/screens/Signup/StepHandle.tsx:72 msgid "Your full handle will be" msgstr "El teu identificador complet serà" -#: src/view/com/modals/ChangeHandle.tsx:270 +#: src/view/com/modals/ChangeHandle.tsx:271 msgid "Your full handle will be <0>@{0}</0>" msgstr "El teu identificador complet serà <0>@{0}</0>" @@ -6034,7 +6146,7 @@ msgstr "El teu identificador complet serà <0>@{0}</0>" #~ msgid "Your invite codes are hidden when logged in using an App Password" #~ msgstr "Els teus codis d'invitació no es mostren quan has iniciat sessió amb una contrasenya d'aplicació" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "Les teves paraules silenciades" @@ -6042,25 +6154,24 @@ msgstr "Les teves paraules silenciades" msgid "Your password has been changed successfully!" msgstr "S'ha canviat la teva contrasenya!" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:284 msgid "Your post has been published" msgstr "S'ha publicat" -#: src/screens/Onboarding/StepFinished.tsx:105 +#: src/screens/Onboarding/StepFinished.tsx:109 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:61 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Les teves publicacions, m'agrades i bloquejos són públics. Els comptes silenciats són privats." -#: src/view/com/modals/SwitchAccount.tsx:88 #: src/view/screens/Settings/index.tsx:125 msgid "Your profile" msgstr "El teu perfil" -#: src/view/com/composer/Composer.tsx:282 +#: src/view/com/composer/Composer.tsx:283 msgid "Your reply has been published" msgstr "S'ha publicat la teva resposta" -#: src/view/com/auth/create/Step2.tsx:65 +#: src/screens/Signup/index.tsx:152 msgid "Your user handle" msgstr "El teu identificador d'usuari" diff --git a/src/locale/locales/de/messages.po b/src/locale/locales/de/messages.po index 67dd235f7..28fd2256b 100644 --- a/src/locale/locales/de/messages.po +++ b/src/locale/locales/de/messages.po @@ -17,7 +17,7 @@ msgstr "" msgid "(no email)" msgstr "(keine E-Mail)" -#: src/screens/Profile/Header/Metrics.tsx:45 +#: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} folge ich" @@ -33,7 +33,7 @@ msgstr "<0/> Mitglieder" msgid "<0>{0}</0> following" msgstr "" -#: src/screens/Profile/Header/Metrics.tsx:46 +#: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} </0><1>following</1>" msgstr "<0>{following} </0><1>folge ich</1>" @@ -62,7 +62,7 @@ msgstr "⚠Ungültiger Handle" #~ msgstr "Eine neue Version der App ist verfügbar. Bitte aktualisiere die App, um sie weiter nutzen zu können." #: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:648 +#: src/view/screens/Search/Search.tsx:649 msgid "Access navigation links and settings" msgstr "Zugriff auf Navigationslinks und Einstellungen" @@ -70,7 +70,7 @@ msgstr "Zugriff auf Navigationslinks und Einstellungen" msgid "Access profile and other navigation links" msgstr "Zugang zum Profil und anderen Navigationslinks" -#: src/view/com/modals/EditImage.tsx:299 +#: src/view/com/modals/EditImage.tsx:300 #: src/view/screens/Settings/index.tsx:470 msgid "Accessibility" msgstr "Barrierefreiheit" @@ -79,7 +79,7 @@ msgstr "Barrierefreiheit" msgid "account" msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:144 #: src/view/screens/Settings/index.tsx:327 #: src/view/screens/Settings/index.tsx:743 msgid "Account" @@ -97,12 +97,12 @@ msgstr "" msgid "Account muted" msgstr "Konto stummgeschaltet" -#: src/components/moderation/ModerationDetailsDialog.tsx:94 +#: src/components/moderation/ModerationDetailsDialog.tsx:93 #: src/lib/moderation/useModerationCauseDescription.ts:91 msgid "Account Muted" msgstr "Konto Stummgeschaltet" -#: src/components/moderation/ModerationDetailsDialog.tsx:83 +#: src/components/moderation/ModerationDetailsDialog.tsx:82 msgid "Account Muted by List" msgstr "Konto stummgeschaltet nach Liste" @@ -114,7 +114,7 @@ msgstr "Kontoeinstellungen" msgid "Account removed from quick access" msgstr "Konto aus dem Schnellzugriff entfernt" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:130 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "Konto entblockiert" @@ -127,7 +127,7 @@ msgstr "" msgid "Account unmuted" msgstr "Konto Stummschaltung aufgehoben" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:219 @@ -143,6 +143,7 @@ msgstr "Eine Inhaltswarnung hinzufügen" msgid "Add a user to this list" msgstr "Einen Nutzer zu dieser Liste hinzufügen" +#: src/components/dialogs/SwitchAccount.tsx:55 #: src/view/screens/Settings/index.tsx:402 #: src/view/screens/Settings/index.tsx:411 msgid "Add account" @@ -150,7 +151,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:116 +#: src/view/com/modals/AltImage.tsx:117 msgid "Add alt text" msgstr "Alt-Text hinzufügen" @@ -169,23 +170,23 @@ msgstr "App-Passwort hinzufügen" #~ msgid "Add details to report" #~ msgstr "Details zum Report hinzufügen" -#: src/view/com/composer/Composer.tsx:466 +#: src/view/com/composer/Composer.tsx:467 msgid "Add link card" msgstr "Link-Karte hinzufügen" -#: src/view/com/composer/Composer.tsx:471 +#: src/view/com/composer/Composer.tsx:472 msgid "Add link card:" msgstr "Link-Karte hinzufügen:" -#: src/components/dialogs/MutedWords.tsx:158 +#: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" msgstr "Stummgeschaltetes Wort für konfigurierte Einstellungen hinzufügen" -#: src/components/dialogs/MutedWords.tsx:87 +#: src/components/dialogs/MutedWords.tsx:86 msgid "Add muted words and tags" msgstr "Füge stummgeschaltete Wörter und Tags hinzu" -#: src/view/com/modals/ChangeHandle.tsx:417 +#: src/view/com/modals/ChangeHandle.tsx:416 msgid "Add the following DNS record to your domain:" msgstr "Füge den folgenden DNS-Eintrag zu deiner Domain hinzu:" @@ -215,6 +216,7 @@ msgstr "Zu meinen Feeds hinzugefügt" msgid "Adjust the number of likes a reply must have to be shown in your feed." msgstr "Passe die Anzahl der Likes an, die eine Antwort haben muss, um in deinem Feed angezeigt zu werden." +#: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:117 #: src/view/com/modals/SelfLabel.tsx:75 msgid "Adult Content" @@ -224,11 +226,11 @@ msgstr "Inhalt für Erwachsene" #~ msgid "Adult content can only be enabled via the Web at <0/>." #~ msgstr "Inhalte für Erwachsene können nur über das Web unter <0/> aktiviert werden." -#: src/components/moderation/ModerationLabelPref.tsx:114 +#: src/components/moderation/LabelPreference.tsx:242 msgid "Adult content is disabled." msgstr "" -#: src/screens/Moderation/index.tsx:377 +#: src/screens/Moderation/index.tsx:375 #: src/view/screens/Settings/index.tsx:684 msgid "Advanced" msgstr "Erweitert" @@ -237,12 +239,12 @@ msgstr "Erweitert" msgid "All the feeds you've saved, right in one place." msgstr "All deine gespeicherten Feeds an einem Ort." -#: src/view/com/auth/login/ForgotPasswordForm.tsx:221 +#: src/screens/Login/ForgotPasswordForm.tsx:178 #: src/view/com/modals/ChangePassword.tsx:170 msgid "Already have a code?" msgstr "Hast du bereits einen Code?" -#: src/view/com/auth/login/ChooseAccountForm.tsx:103 +#: src/screens/Login/ChooseAccountForm.tsx:39 msgid "Already signed in as @{0}" msgstr "Bereits angemeldet als @{0}" @@ -250,7 +252,7 @@ msgstr "Bereits angemeldet als @{0}" msgid "ALT" msgstr "ALT" -#: src/view/com/modals/EditImage.tsx:315 +#: src/view/com/modals/EditImage.tsx:316 msgid "Alt text" msgstr "Alt-Text" @@ -298,11 +300,11 @@ msgstr "App-Sprache" msgid "App password deleted" msgstr "App-Passwort gelöscht" -#: src/view/com/modals/AddAppPasswords.tsx:134 +#: src/view/com/modals/AddAppPasswords.tsx:135 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "App-Passwortnamen dürfen nur Buchstaben, Zahlen, Leerzeichen, Bindestriche und Unterstriche enthalten." -#: src/view/com/modals/AddAppPasswords.tsx:99 +#: src/view/com/modals/AddAppPasswords.tsx:100 msgid "App Password names must be at least 4 characters long." msgstr "App-Passwortnamen müssen mindestens 4 Zeichen lang sein." @@ -316,12 +318,12 @@ msgstr "App-Passwort-Einstellungen" msgid "App Passwords" msgstr "App-Passwörter" -#: src/components/moderation/LabelsOnMeDialog.tsx:134 -#: src/components/moderation/LabelsOnMeDialog.tsx:137 +#: src/components/moderation/LabelsOnMeDialog.tsx:133 +#: src/components/moderation/LabelsOnMeDialog.tsx:136 msgid "Appeal" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:202 +#: src/components/moderation/LabelsOnMeDialog.tsx:201 msgid "Appeal \"{0}\" label" msgstr "" @@ -334,7 +336,7 @@ msgstr "" #~ msgid "Appeal Content Warning" #~ msgstr "Inhaltswarnungseinspruch" -#: src/components/moderation/LabelsOnMeDialog.tsx:193 +#: src/components/moderation/LabelsOnMeDialog.tsx:192 msgid "Appeal submitted." msgstr "" @@ -358,11 +360,11 @@ msgstr "Bist du sicher, dass du das App-Passwort \"{name}\" löschen möchtest?" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:509 msgid "Are you sure you'd like to discard this draft?" msgstr "Bist du sicher, dass du diesen Entwurf verwerfen möchtest?" -#: src/components/dialogs/MutedWords.tsx:282 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "Bist du sicher?" @@ -382,14 +384,22 @@ msgstr "Kunst" msgid "Artistic or non-erotic nudity." msgstr "Künstlerische oder nicht-erotische Nacktheit." +#: src/screens/Signup/StepHandle.tsx:118 +msgid "At least 3 characters" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:246 #: src/components/moderation/LabelsOnMeDialog.tsx:247 -#: src/components/moderation/LabelsOnMeDialog.tsx:248 -#: src/screens/Profile/Header/Shell.tsx:97 -#: src/view/com/auth/create/CreateAccount.tsx:158 -#: src/view/com/auth/login/ChooseAccountForm.tsx:160 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:174 -#: src/view/com/auth/login/LoginForm.tsx:262 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:179 +#: src/screens/Login/ChooseAccountForm.tsx:73 +#: src/screens/Login/ChooseAccountForm.tsx:78 +#: src/screens/Login/ForgotPasswordForm.tsx:129 +#: src/screens/Login/ForgotPasswordForm.tsx:135 +#: src/screens/Login/LoginForm.tsx:221 +#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/SetNewPasswordForm.tsx:160 +#: src/screens/Login/SetNewPasswordForm.tsx:166 +#: src/screens/Profile/Header/Shell.tsx:96 +#: src/screens/Signup/index.tsx:179 #: src/view/com/util/ViewHeader.tsx:87 msgid "Back" msgstr "Zurück" @@ -399,7 +409,7 @@ msgstr "Zurück" #~ msgid "Back" #~ msgstr "Zurück" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:144 msgid "Based on your interest in {interestsText}" msgstr "Ausgehend von deinem Interesse an {interestsText}" @@ -408,7 +418,6 @@ msgid "Basics" msgstr "Grundlagen" #: src/components/dialogs/BirthDateSettings.tsx:107 -#: src/view/com/auth/create/Step1.tsx:227 msgid "Birthday" msgstr "Geburtstag" @@ -416,7 +425,7 @@ msgstr "Geburtstag" msgid "Birthday:" msgstr "Geburtstag:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "" @@ -452,7 +461,7 @@ msgstr "Diese Konten blockieren?" msgid "Blocked" msgstr "Blockiert" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:267 msgid "Blocked accounts" msgstr "Blockierte Konten" @@ -473,7 +482,7 @@ msgstr "Blockierte Konten können nicht in deinen Threads antworten, dich erwäh msgid "Blocked post." msgstr "Gesperrter Beitrag." -#: src/screens/Profile/Sections/Labels.tsx:153 +#: src/screens/Profile/Sections/Labels.tsx:152 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "" @@ -485,18 +494,18 @@ msgstr "Die Sperrung ist öffentlich. Gesperrte Konten können nicht in deinen T msgid "Blocking will not prevent labels from being applied on your account, but it will stop this account from replying in your threads or interacting with you." msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:97 -#: src/view/com/auth/SplashScreen.web.tsx:133 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:98 +#: src/view/com/auth/SplashScreen.web.tsx:169 msgid "Blog" msgstr "Blog" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:31 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:32 #: src/view/com/auth/server-input/index.tsx:89 -#: src/view/com/auth/server-input/index.tsx:90 +#: src/view/com/auth/server-input/index.tsx:91 msgid "Bluesky" msgstr "Bluesky" -#: src/view/com/auth/server-input/index.tsx:150 +#: src/view/com/auth/server-input/index.tsx:154 msgid "Bluesky is an open network where you can choose your hosting provider. Custom hosting is now available in beta for developers." msgstr "Bluesky ist ein offenes Netzwerk, in dem du deinen Hosting-Anbieter wählen kannst. Benutzerdefiniertes Hosting ist jetzt in der Beta-Phase für Entwickler verfügbar." @@ -515,7 +524,7 @@ msgstr "Bluesky ist offen." msgid "Bluesky is public." msgstr "Bluesky ist öffentlich." -#: src/screens/Moderation/index.tsx:535 +#: src/screens/Moderation/index.tsx:533 msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private." msgstr "Bluesky zeigt dein Profil und deine Beiträge nicht für abgemeldete Nutzer an. Andere Apps kommen dieser Aufforderung möglicherweise nicht nach." @@ -532,11 +541,11 @@ msgid "Books" msgstr "Bücher" #: src/view/screens/Settings/index.tsx:893 -msgid "Build version {0} {1}" -msgstr "Build-Version {0} {1}" +#~ msgid "Build version {0} {1}" +#~ msgstr "Build-Version {0} {1}" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:128 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:92 +#: src/view/com/auth/SplashScreen.web.tsx:166 msgid "Business" msgstr "Business" @@ -556,7 +565,7 @@ msgstr "" msgid "by <0/>" msgstr "von <0/>" -#: src/view/com/auth/create/Policies.tsx:87 +#: src/screens/Signup/StepInfo/Policies.tsx:74 msgid "By creating an account you agree to the {els}." msgstr "" @@ -568,62 +577,62 @@ msgstr "von dir" msgid "Camera" msgstr "Kamera" -#: src/view/com/modals/AddAppPasswords.tsx:216 +#: src/view/com/modals/AddAppPasswords.tsx:217 msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long." msgstr "Darf nur Buchstaben, Zahlen, Leerzeichen, Bindestriche und Unterstriche enthalten. Muss mindestens 4 Zeichen lang sein, darf aber nicht länger als 32 Zeichen sein." #: src/components/Menu/index.tsx:213 -#: src/components/Prompt.tsx:116 -#: src/components/Prompt.tsx:118 +#: src/components/Prompt.tsx:113 +#: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:316 -#: src/view/com/composer/Composer.tsx:321 +#: src/view/com/composer/Composer.tsx:317 +#: src/view/com/composer/Composer.tsx:322 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/ChangeHandle.tsx:153 +#: src/view/com/modals/ChangeHandle.tsx:154 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 -#: src/view/com/modals/CreateOrEditList.tsx:355 -#: src/view/com/modals/crop-image/CropImage.web.tsx:137 -#: src/view/com/modals/EditImage.tsx:323 -#: src/view/com/modals/EditProfile.tsx:249 +#: src/view/com/modals/CreateOrEditList.tsx:356 +#: src/view/com/modals/crop-image/CropImage.web.tsx:138 +#: src/view/com/modals/EditImage.tsx:324 +#: src/view/com/modals/EditProfile.tsx:250 #: src/view/com/modals/InAppBrowserConsent.tsx:78 #: src/view/com/modals/InAppBrowserConsent.tsx:80 -#: src/view/com/modals/LinkWarning.tsx:87 -#: src/view/com/modals/LinkWarning.tsx:89 -#: src/view/com/modals/Repost.tsx:87 +#: src/view/com/modals/LinkWarning.tsx:105 +#: src/view/com/modals/LinkWarning.tsx:107 +#: src/view/com/modals/Repost.tsx:88 #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:717 +#: src/view/screens/Search/Search.tsx:718 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "Abbrechen" -#: src/view/com/modals/CreateOrEditList.tsx:360 -#: src/view/com/modals/DeleteAccount.tsx:156 -#: src/view/com/modals/DeleteAccount.tsx:234 +#: src/view/com/modals/CreateOrEditList.tsx:361 +#: src/view/com/modals/DeleteAccount.tsx:155 +#: src/view/com/modals/DeleteAccount.tsx:233 msgctxt "action" msgid "Cancel" msgstr "Abbrechen" -#: src/view/com/modals/DeleteAccount.tsx:152 -#: src/view/com/modals/DeleteAccount.tsx:230 +#: src/view/com/modals/DeleteAccount.tsx:151 +#: src/view/com/modals/DeleteAccount.tsx:229 msgid "Cancel account deletion" msgstr "Konto-Löschung abbrechen" -#: src/view/com/modals/ChangeHandle.tsx:149 +#: src/view/com/modals/ChangeHandle.tsx:150 msgid "Cancel change handle" msgstr "Handle ändern abbrechen" -#: src/view/com/modals/crop-image/CropImage.web.tsx:134 +#: src/view/com/modals/crop-image/CropImage.web.tsx:135 msgid "Cancel image crop" msgstr "Bildbeschneidung abbrechen" -#: src/view/com/modals/EditProfile.tsx:244 +#: src/view/com/modals/EditProfile.tsx:245 msgid "Cancel profile editing" msgstr "Profilbearbeitung abbrechen" -#: src/view/com/modals/Repost.tsx:78 +#: src/view/com/modals/Repost.tsx:79 msgid "Cancel quote post" msgstr "Beitrag zitieren abbrechen" @@ -632,7 +641,7 @@ msgstr "Beitrag zitieren abbrechen" msgid "Cancel search" msgstr "Suche abbrechen" -#: src/view/com/modals/LinkWarning.tsx:88 +#: src/view/com/modals/LinkWarning.tsx:106 msgid "Cancels opening the linked website" msgstr "" @@ -649,7 +658,7 @@ msgstr "Ändern" msgid "Change handle" msgstr "Handle ändern" -#: src/view/com/modals/ChangeHandle.tsx:161 +#: src/view/com/modals/ChangeHandle.tsx:162 #: src/view/screens/Settings/index.tsx:727 msgid "Change Handle" msgstr "Handle ändern" @@ -692,7 +701,7 @@ msgstr "Schau dir einige empfohlene Feeds an. Tippe auf +, um sie zu deiner List msgid "Check out some recommended users. Follow them to see similar users." msgstr "Schau dir einige empfohlene Nutzer an. Folge ihnen, um ähnliche Nutzer zu sehen." -#: src/view/com/modals/DeleteAccount.tsx:169 +#: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Überprüfe deinen Posteingang auf eine E-Mail mit dem Bestätigungscode, den du unten eingeben musst:" @@ -708,7 +717,7 @@ msgstr "Wähle \"Alle\" oder \"Niemand\"" msgid "Choose Service" msgstr "Service wählen" -#: src/screens/Onboarding/StepFinished.tsx:135 +#: src/screens/Onboarding/StepFinished.tsx:139 msgid "Choose the algorithms that power your custom feeds." msgstr "Wähle die Algorithmen aus, welche deine benutzerdefinierten Feeds generieren." @@ -717,11 +726,11 @@ msgstr "Wähle die Algorithmen aus, welche deine benutzerdefinierten Feeds gener msgid "Choose the algorithms that power your experience with custom feeds." msgstr "Wähle die Algorithmen aus, welche dein Erlebnis mit benutzerdefinierten Feeds unterstützen." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:104 msgid "Choose your main feeds" msgstr "Wähle deine Haupt-Feeds" -#: src/view/com/auth/create/Step1.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:112 msgid "Choose your password" msgstr "Wähle dein Passwort" @@ -742,7 +751,7 @@ msgid "Clear all storage data (restart after this)" msgstr "Alle Speicherdaten löschen (danach neu starten)" #: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:698 +#: src/view/screens/Search/Search.tsx:699 msgid "Clear search query" msgstr "Suchanfrage löschen" @@ -762,7 +771,7 @@ msgstr "hier klicken" msgid "Click here to open tag menu for {tag}" msgstr "Klicke hier, um das Tag-Menü für {tag} zu öffnen" -#: src/components/RichText.tsx:191 +#: src/components/RichText.tsx:192 msgid "Click here to open tag menu for #{tag}" msgstr "Klicke hier, um das Tag-Menü für #{tag} zu öffnen" @@ -775,12 +784,12 @@ msgstr "Klima" msgid "Close" msgstr "Schließen" -#: src/components/Dialog/index.web.tsx:84 -#: src/components/Dialog/index.web.tsx:198 +#: src/components/Dialog/index.web.tsx:106 +#: src/components/Dialog/index.web.tsx:218 msgid "Close active dialog" msgstr "Aktiven Dialog schließen" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:38 +#: src/screens/Login/PasswordUpdatedForm.tsx:38 msgid "Close alert" msgstr "Meldung schließen" @@ -809,11 +818,11 @@ msgstr "Diesen Dialog schließen" msgid "Closes bottom navigation bar" msgstr "Schließt die untere Navigationsleiste" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:39 +#: src/screens/Login/PasswordUpdatedForm.tsx:39 msgid "Closes password update alert" msgstr "Schließt die Kennwortaktualisierungsmeldung" -#: src/view/com/composer/Composer.tsx:318 +#: src/view/com/composer/Composer.tsx:319 msgid "Closes post composer and discards post draft" msgstr "Schließt den Beitragsverfasser und verwirft den Beitragsentwurf" @@ -838,15 +847,15 @@ msgstr "Comics" msgid "Community Guidelines" msgstr "Community-Richtlinien" -#: src/screens/Onboarding/StepFinished.tsx:148 +#: src/screens/Onboarding/StepFinished.tsx:152 msgid "Complete onboarding and start using your account" msgstr "Schließe das Onboarding ab und nutze dein Konto" -#: src/view/com/auth/create/Step3.tsx:73 +#: src/screens/Signup/index.tsx:154 msgid "Complete the challenge" msgstr "Beende die Herausforderung" -#: src/view/com/composer/Composer.tsx:437 +#: src/view/com/composer/Composer.tsx:438 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Verfasse Beiträge mit einer Länge von bis zu {MAX_GRAPHEME_LENGTH} Zeichen" @@ -854,18 +863,20 @@ msgstr "Verfasse Beiträge mit einer Länge von bis zu {MAX_GRAPHEME_LENGTH} Zei msgid "Compose reply" msgstr "Antwort verfassen" -#: src/components/moderation/GlobalModerationLabelPref.tsx:69 -#: src/components/moderation/ModerationLabelPref.tsx:149 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 msgid "Configure content filtering setting for category: {0}" msgstr "Inhaltsfilterungseinstellung der Kategorie {0} konfigurieren" -#: src/components/moderation/ModerationLabelPref.tsx:116 +#: src/components/moderation/LabelPreference.tsx:81 +msgid "Configure content filtering setting for category: {name}" +msgstr "" + +#: src/components/moderation/LabelPreference.tsx:244 msgid "Configured in <0>moderation settings</0>." msgstr "" -#: src/components/Prompt.tsx:152 -#: src/components/Prompt.tsx:155 +#: src/components/Prompt.tsx:153 +#: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 #: src/view/com/modals/VerifyEmail.tsx:231 #: src/view/com/modals/VerifyEmail.tsx:233 @@ -885,11 +896,11 @@ msgstr "Bestätigen" msgid "Confirm Change" msgstr "Änderung bestätigen" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:35 msgid "Confirm content language settings" msgstr "Bestätige die Spracheinstellungen für den Inhalt" -#: src/view/com/modals/DeleteAccount.tsx:220 +#: src/view/com/modals/DeleteAccount.tsx:219 msgid "Confirm delete account" msgstr "Bestätige das Löschen des Kontos" @@ -897,27 +908,26 @@ msgstr "Bestätige das Löschen des Kontos" #~ msgid "Confirm your age to enable adult content." #~ msgstr "Bestätige dein Alter, um Inhalte für Erwachsene zu aktivieren." -#: src/screens/Moderation/index.tsx:303 +#: src/screens/Moderation/index.tsx:301 msgid "Confirm your age:" msgstr "" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:292 msgid "Confirm your birthdate" msgstr "" #: src/view/com/modals/ChangeEmail.tsx:157 -#: src/view/com/modals/DeleteAccount.tsx:176 -#: src/view/com/modals/DeleteAccount.tsx:182 +#: src/view/com/modals/DeleteAccount.tsx:175 +#: src/view/com/modals/DeleteAccount.tsx:181 #: src/view/com/modals/VerifyEmail.tsx:165 msgid "Confirmation code" msgstr "Bestätigungscode" -#: src/view/com/auth/create/CreateAccount.tsx:193 -#: src/view/com/auth/login/LoginForm.tsx:281 +#: src/screens/Login/LoginForm.tsx:248 msgid "Connecting..." msgstr "Verbinden..." -#: src/view/com/auth/create/CreateAccount.tsx:213 +#: src/screens/Signup/index.tsx:219 msgid "Contact support" msgstr "Support kontaktieren" @@ -937,7 +947,7 @@ msgstr "" #~ msgid "Content Filtering" #~ msgstr "Inhaltsfilterung" -#: src/screens/Moderation/index.tsx:287 +#: src/screens/Moderation/index.tsx:285 msgid "Content filters" msgstr "" @@ -946,13 +956,13 @@ msgstr "" msgid "Content Languages" msgstr "Inhaltssprachen" -#: src/components/moderation/ModerationDetailsDialog.tsx:76 +#: src/components/moderation/ModerationDetailsDialog.tsx:75 #: src/lib/moderation/useModerationCauseDescription.ts:75 msgid "Content Not Available" msgstr "Inhalt nicht verfügbar" -#: src/components/moderation/ModerationDetailsDialog.tsx:47 -#: src/components/moderation/ScreenHider.tsx:100 +#: src/components/moderation/ModerationDetailsDialog.tsx:46 +#: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 #: src/lib/moderation/useModerationCauseDescription.ts:38 msgid "Content Warning" @@ -966,29 +976,34 @@ msgstr "Inhaltswarnungen" msgid "Context menu backdrop, click to close the menu." msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:170 -#: src/screens/Onboarding/StepFollowingFeed.tsx:153 -#: src/screens/Onboarding/StepInterests/index.tsx:248 -#: src/screens/Onboarding/StepModeration/index.tsx:102 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:114 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:161 +#: src/screens/Onboarding/StepFollowingFeed.tsx:154 +#: src/screens/Onboarding/StepInterests/index.tsx:252 +#: src/screens/Onboarding/StepModeration/index.tsx:103 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:118 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:96 msgid "Continue" msgstr "Fortfahren" -#: src/screens/Onboarding/StepFollowingFeed.tsx:150 -#: src/screens/Onboarding/StepInterests/index.tsx:245 -#: src/screens/Onboarding/StepModeration/index.tsx:99 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:111 +#: src/components/AccountList.tsx:108 +msgid "Continue as {0} (currently signed in)" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:151 +#: src/screens/Onboarding/StepInterests/index.tsx:249 +#: src/screens/Onboarding/StepModeration/index.tsx:100 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:115 +#: src/screens/Signup/index.tsx:198 msgid "Continue to next step" msgstr "Weiter zum nächsten Schritt" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:167 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:158 msgid "Continue to the next step" msgstr "Weiter zum nächsten Schritt" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:199 msgid "Continue to the next step without following any accounts" msgstr "Fahre mit dem nächsten Schritt fort, ohne Konten zu folgen" @@ -996,8 +1011,8 @@ msgstr "Fahre mit dem nächsten Schritt fort, ohne Konten zu folgen" msgid "Cooking" msgstr "Kochen" -#: src/view/com/modals/AddAppPasswords.tsx:195 -#: src/view/com/modals/InviteCodes.tsx:182 +#: src/view/com/modals/AddAppPasswords.tsx:196 +#: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "Kopiert" @@ -1005,22 +1020,22 @@ msgstr "Kopiert" msgid "Copied build version to clipboard" msgstr "Die Build-Version wurde in die Zwischenablage kopiert" -#: src/view/com/modals/AddAppPasswords.tsx:76 -#: src/view/com/modals/ChangeHandle.tsx:327 -#: src/view/com/modals/InviteCodes.tsx:152 +#: src/view/com/modals/AddAppPasswords.tsx:77 +#: src/view/com/modals/ChangeHandle.tsx:326 +#: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:158 msgid "Copied to clipboard" msgstr "In die Zwischenablage kopiert" -#: src/view/com/modals/AddAppPasswords.tsx:189 +#: src/view/com/modals/AddAppPasswords.tsx:190 msgid "Copies app password" msgstr "Kopiert das App-Passwort" -#: src/view/com/modals/AddAppPasswords.tsx:188 +#: src/view/com/modals/AddAppPasswords.tsx:189 msgid "Copy" msgstr "Kopieren" -#: src/view/com/modals/ChangeHandle.tsx:481 +#: src/view/com/modals/ChangeHandle.tsx:480 msgid "Copy {0}" msgstr "" @@ -1047,7 +1062,7 @@ msgstr "Beitragstext kopieren" msgid "Copyright Policy" msgstr "Urheberrechtsbestimmungen" -#: src/view/screens/ProfileFeed.tsx:102 +#: src/view/screens/ProfileFeed.tsx:103 msgid "Could not load feed" msgstr "Feed konnte nicht geladen werden" @@ -1055,9 +1070,9 @@ msgstr "Feed konnte nicht geladen werden" msgid "Could not load list" msgstr "Liste konnte nicht geladen werden" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:64 -#: src/view/com/auth/SplashScreen.tsx:73 -#: src/view/com/auth/SplashScreen.web.tsx:81 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:65 +#: src/view/com/auth/SplashScreen.tsx:75 +#: src/view/com/auth/SplashScreen.web.tsx:104 msgid "Create a new account" msgstr "Ein neues Konto erstellen" @@ -1065,20 +1080,21 @@ msgstr "Ein neues Konto erstellen" msgid "Create a new Bluesky account" msgstr "Erstelle ein neues Bluesky-Konto" -#: src/view/com/auth/create/CreateAccount.tsx:133 +#: src/screens/Signup/index.tsx:129 msgid "Create Account" msgstr "Konto erstellen" -#: src/view/com/modals/AddAppPasswords.tsx:226 +#: src/view/com/modals/AddAppPasswords.tsx:227 msgid "Create App Password" msgstr "App-Passwort erstellen" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:54 -#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:55 +#: src/view/com/auth/SplashScreen.tsx:66 +#: src/view/com/auth/SplashScreen.web.tsx:95 msgid "Create new account" msgstr "Neues Konto erstellen" -#: src/components/ReportDialog/SelectReportOptionView.tsx:94 +#: src/components/ReportDialog/SelectReportOptionView.tsx:93 msgid "Create report for {0}" msgstr "" @@ -1094,7 +1110,7 @@ msgstr "Erstellt {0}" #~ msgid "Created by you" #~ msgstr "Erstellt von dir" -#: src/view/com/composer/Composer.tsx:468 +#: src/view/com/composer/Composer.tsx:469 msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "Erzeugt eine Karte mit Vorschaubild und verlinkt auf {url}" @@ -1102,16 +1118,16 @@ msgstr "Erzeugt eine Karte mit Vorschaubild und verlinkt auf {url}" msgid "Culture" msgstr "Kultur" -#: src/view/com/auth/server-input/index.tsx:95 -#: src/view/com/auth/server-input/index.tsx:96 +#: src/view/com/auth/server-input/index.tsx:97 +#: src/view/com/auth/server-input/index.tsx:99 msgid "Custom" msgstr "Benutzerdefiniert" -#: src/view/com/modals/ChangeHandle.tsx:389 +#: src/view/com/modals/ChangeHandle.tsx:388 msgid "Custom domain" msgstr "Benutzerdefinierte Domain" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:107 #: src/view/screens/Feeds.tsx:692 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "Benutzerdefinierte Feeds, die von der Community erstellt wurden, bringen dir neue Erfahrungen und helfen dir, die Inhalte zu finden, die du liebst." @@ -1133,6 +1149,10 @@ msgstr "Dunkelmodus" msgid "Dark Theme" msgstr "Dunkles Thema" +#: src/screens/Signup/StepInfo/index.tsx:132 +msgid "Date of birth" +msgstr "" + #: src/view/screens/Settings/index.tsx:841 msgid "Debug Moderation" msgstr "" @@ -1151,7 +1171,7 @@ msgstr "" msgid "Delete account" msgstr "Konto löschen" -#: src/view/com/modals/DeleteAccount.tsx:87 +#: src/view/com/modals/DeleteAccount.tsx:86 msgid "Delete Account" msgstr "Konto löschen" @@ -1167,7 +1187,7 @@ msgstr "" msgid "Delete List" msgstr "Liste löschen" -#: src/view/com/modals/DeleteAccount.tsx:223 +#: src/view/com/modals/DeleteAccount.tsx:222 msgid "Delete my account" msgstr "Mein Konto löschen" @@ -1196,14 +1216,14 @@ msgstr "Gelöscht" msgid "Deleted post." msgstr "Gelöschter Beitrag." -#: 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 +#: src/view/com/modals/CreateOrEditList.tsx:301 +#: src/view/com/modals/CreateOrEditList.tsx:322 +#: src/view/com/modals/EditProfile.tsx:199 +#: src/view/com/modals/EditProfile.tsx:211 msgid "Description" msgstr "Beschreibung" -#: src/view/com/composer/Composer.tsx:217 +#: src/view/com/composer/Composer.tsx:218 msgid "Did you want to say anything?" msgstr "Wolltest du etwas sagen?" @@ -1214,11 +1234,11 @@ msgstr "Dimmen" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 #: src/lib/moderation/useLabelBehaviorDescription.ts:68 -#: src/screens/Moderation/index.tsx:343 +#: src/screens/Moderation/index.tsx:341 msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:510 +#: src/view/com/composer/Composer.tsx:511 msgid "Discard" msgstr "Verwerfen" @@ -1226,12 +1246,12 @@ msgstr "Verwerfen" #~ msgid "Discard draft" #~ msgstr "Entwurf verwerfen" -#: src/view/com/composer/Composer.tsx:507 +#: src/view/com/composer/Composer.tsx:508 msgid "Discard draft?" msgstr "" -#: src/screens/Moderation/index.tsx:520 -#: src/screens/Moderation/index.tsx:524 +#: src/screens/Moderation/index.tsx:518 +#: src/screens/Moderation/index.tsx:522 msgid "Discourage apps from showing my account to logged-out users" msgstr "Apps daran hindern, abgemeldeten Nutzern mein Konto zu zeigen" @@ -1244,15 +1264,15 @@ msgstr "Entdecke neue benutzerdefinierte Feeds" msgid "Discover New Feeds" msgstr "Entdecke neue Feeds" -#: src/view/com/modals/EditProfile.tsx:192 +#: src/view/com/modals/EditProfile.tsx:193 msgid "Display name" msgstr "Anzeigename" -#: src/view/com/modals/EditProfile.tsx:180 +#: src/view/com/modals/EditProfile.tsx:181 msgid "Display Name" msgstr "Anzeigename" -#: src/view/com/modals/ChangeHandle.tsx:398 +#: src/view/com/modals/ChangeHandle.tsx:397 msgid "DNS Panel" msgstr "" @@ -1260,32 +1280,38 @@ msgstr "" msgid "Does not include nudity." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/screens/Signup/StepHandle.tsx:104 +msgid "Doesn't begin or end with a hyphen" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "Domain Value" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:489 +#: src/view/com/modals/ChangeHandle.tsx:488 msgid "Domain verified!" msgstr "Domain verifiziert!" #: src/components/dialogs/BirthDateSettings.tsx:119 #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/auth/server-input/index.tsx:165 -#: src/view/com/auth/server-input/index.tsx:166 -#: src/view/com/modals/AddAppPasswords.tsx:226 -#: src/view/com/modals/AltImage.tsx:139 -#: src/view/com/modals/crop-image/CropImage.web.tsx:152 -#: src/view/com/modals/InviteCodes.tsx:80 -#: src/view/com/modals/InviteCodes.tsx:123 +#: src/components/forms/DateField/index.tsx:74 +#: src/components/forms/DateField/index.tsx:80 +#: src/view/com/auth/server-input/index.tsx:169 +#: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/modals/AddAppPasswords.tsx:227 +#: src/view/com/modals/AltImage.tsx:140 +#: src/view/com/modals/crop-image/CropImage.web.tsx:153 +#: src/view/com/modals/InviteCodes.tsx:81 +#: src/view/com/modals/InviteCodes.tsx:124 #: src/view/com/modals/ListAddRemoveUsers.tsx:142 #: src/view/screens/PreferencesFollowingFeed.tsx:311 #: src/view/screens/Settings/ExportCarDialog.tsx:94 -#: src/view/screens/Settings/ExportCarDialog.tsx:95 +#: src/view/screens/Settings/ExportCarDialog.tsx:96 msgid "Done" msgstr "Erledigt" #: src/view/com/auth/onboarding/RecommendedFollows.tsx:86 -#: src/view/com/modals/EditImage.tsx:333 +#: src/view/com/modals/EditImage.tsx:334 #: src/view/com/modals/ListAddRemoveUsers.tsx:144 #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 @@ -1297,13 +1323,13 @@ msgctxt "action" msgid "Done" msgstr "Erledigt" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:42 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:43 msgid "Done{extraText}" msgstr "Erledigt{extraText}" #: src/view/com/auth/login/ChooseAccountForm.tsx:46 -msgid "Double tap to sign in" -msgstr "Doppeltippen zum Anmelden" +#~ msgid "Double tap to sign in" +#~ msgstr "Doppeltippen zum Anmelden" #: src/view/screens/Settings/index.tsx:755 #~ msgid "Download Bluesky account data (repository)" @@ -1322,19 +1348,19 @@ msgstr "Ablegen zum Hinzufügen von Bildern" msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." msgstr "Aufgrund der Apple-Richtlinien können Inhalte für Erwachsene erst nach Abschluss der Registrierung auf der Website aktiviert werden." -#: src/view/com/modals/ChangeHandle.tsx:257 +#: src/view/com/modals/ChangeHandle.tsx:258 msgid "e.g. alice" msgstr "" -#: src/view/com/modals/EditProfile.tsx:185 +#: src/view/com/modals/EditProfile.tsx:186 msgid "e.g. Alice Roberts" msgstr "z.B. Alice Roberts" -#: src/view/com/modals/ChangeHandle.tsx:381 +#: src/view/com/modals/ChangeHandle.tsx:380 msgid "e.g. alice.com" msgstr "" -#: src/view/com/modals/EditProfile.tsx:203 +#: src/view/com/modals/EditProfile.tsx:204 msgid "e.g. Artist, dog-lover, and avid reader." msgstr "z.B. Künstlerin, Hundeliebhaberin und begeisterte Leserin." @@ -1342,23 +1368,23 @@ msgstr "z.B. Künstlerin, Hundeliebhaberin und begeisterte Leserin." msgid "E.g. artistic nudes." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:283 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Great Posters" msgstr "z.B. Große Poster" -#: src/view/com/modals/CreateOrEditList.tsx:284 +#: src/view/com/modals/CreateOrEditList.tsx:285 msgid "e.g. Spammers" msgstr "z.B. Spammer" -#: src/view/com/modals/CreateOrEditList.tsx:312 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. The posters who never miss." msgstr "z.B. Die Poster, die immer ins Schwarze treffen." -#: src/view/com/modals/CreateOrEditList.tsx:313 +#: src/view/com/modals/CreateOrEditList.tsx:314 msgid "e.g. Users that repeatedly reply with ads." msgstr "z.B. Nutzer, die wiederholt mit Werbung antworten." -#: src/view/com/modals/InviteCodes.tsx:96 +#: src/view/com/modals/InviteCodes.tsx:97 msgid "Each code works once. You'll receive more invite codes periodically." msgstr "Jeder Code funktioniert einmal. Du erhältst regelmäßig neue Einladungscodes." @@ -1373,7 +1399,7 @@ msgid "Edit avatar" msgstr "" #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/modals/EditImage.tsx:207 +#: src/view/com/modals/EditImage.tsx:208 msgid "Edit image" msgstr "Bild bearbeiten" @@ -1381,7 +1407,7 @@ msgstr "Bild bearbeiten" msgid "Edit list details" msgstr "Details der Liste bearbeiten" -#: src/view/com/modals/CreateOrEditList.tsx:250 +#: src/view/com/modals/CreateOrEditList.tsx:251 msgid "Edit Moderation List" msgstr "Moderationsliste bearbeiten" @@ -1391,17 +1417,17 @@ msgstr "Moderationsliste bearbeiten" msgid "Edit My Feeds" msgstr "Meine Feeds bearbeiten" -#: src/view/com/modals/EditProfile.tsx:152 +#: src/view/com/modals/EditProfile.tsx:153 msgid "Edit my profile" msgstr "Mein Profil bearbeiten" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:172 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:161 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 msgid "Edit profile" msgstr "Profil bearbeiten" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:175 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:164 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 msgid "Edit Profile" msgstr "Profil bearbeiten" @@ -1410,15 +1436,15 @@ msgstr "Profil bearbeiten" msgid "Edit Saved Feeds" msgstr "Gespeicherte Feeds bearbeiten" -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:246 msgid "Edit User List" msgstr "Benutzerliste bearbeiten" -#: src/view/com/modals/EditProfile.tsx:193 +#: src/view/com/modals/EditProfile.tsx:194 msgid "Edit your display name" msgstr "Bearbeite deinen Anzeigenamen" -#: src/view/com/modals/EditProfile.tsx:211 +#: src/view/com/modals/EditProfile.tsx:212 msgid "Edit your profile description" msgstr "Bearbeite deine Profilbeschreibung" @@ -1426,14 +1452,12 @@ msgstr "Bearbeite deine Profilbeschreibung" msgid "Education" msgstr "Bildung" -#: src/view/com/auth/create/Step1.tsx:176 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:156 +#: src/screens/Signup/StepInfo/index.tsx:80 #: src/view/com/modals/ChangeEmail.tsx:141 msgid "Email" msgstr "E-Mail" -#: src/view/com/auth/create/Step1.tsx:167 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:147 +#: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "E-Mail-Adresse" @@ -1454,11 +1478,11 @@ msgstr "E-Mail verifiziert" msgid "Email:" msgstr "E-Mail:" -#: src/view/com/modals/EmbedConsent.tsx:113 +#: src/components/dialogs/EmbedConsent.tsx:101 msgid "Enable {0} only" msgstr "Nur {0} aktivieren" -#: src/screens/Moderation/index.tsx:331 +#: src/screens/Moderation/index.tsx:329 msgid "Enable adult content" msgstr "" @@ -1471,9 +1495,14 @@ msgstr "Inhalte für Erwachsene aktivieren" msgid "Enable adult content in your feeds" msgstr "Aktiviere Inhalte für Erwachsene in deinen Feeds" +#: src/components/dialogs/EmbedConsent.tsx:82 +#: src/components/dialogs/EmbedConsent.tsx:89 +msgid "Enable external media" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 -msgid "Enable External Media" -msgstr "Externe Medien aktivieren" +#~ msgid "Enable External Media" +#~ msgstr "Externe Medien aktivieren" #: src/view/screens/PreferencesExternalEmbeds.tsx:75 msgid "Enable media players for" @@ -1483,7 +1512,11 @@ msgstr "Aktiviere Medienplayer für" 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/screens/Moderation/index.tsx:341 +#: src/components/dialogs/EmbedConsent.tsx:94 +msgid "Enable this source only" +msgstr "" + +#: src/screens/Moderation/index.tsx:339 msgid "Enabled" msgstr "" @@ -1491,12 +1524,16 @@ msgstr "" msgid "End of feed" msgstr "Ende des Feeds" -#: src/view/com/modals/AddAppPasswords.tsx:166 +#: src/view/com/modals/AddAppPasswords.tsx:167 msgid "Enter a name for this App Password" msgstr "Gebe einen Namen für dieses App-Passwort ein" +#: src/screens/Login/SetNewPasswordForm.tsx:139 +msgid "Enter a password" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:99 #: src/components/dialogs/MutedWords.tsx:100 -#: src/components/dialogs/MutedWords.tsx:101 msgid "Enter a word or tag" msgstr "Gib ein Wort oder einen Tag ein" @@ -1508,20 +1545,20 @@ msgstr "Bestätigungscode eingeben" msgid "Enter the code you received to change your password." msgstr "Gib den Code ein, welchen du erhalten hast, um dein Passwort zu ändern." -#: src/view/com/modals/ChangeHandle.tsx:371 +#: src/view/com/modals/ChangeHandle.tsx:370 msgid "Enter the domain you want to use" msgstr "Gib die Domain ein, die du verwenden möchtest" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:107 +#: src/screens/Login/ForgotPasswordForm.tsx:119 msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Gib die E-Mail ein, die du zur Erstellung deines Kontos verwendet hast. Wir schicken dir einen \"Reset-Code\", damit du ein neues Passwort festlegen kannst." #: src/components/dialogs/BirthDateSettings.tsx:108 -#: src/view/com/auth/create/Step1.tsx:228 msgid "Enter your birth date" msgstr "Gib dein Geburtsdatum ein" -#: src/view/com/auth/create/Step1.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:105 +#: src/screens/Signup/StepInfo/index.tsx:91 msgid "Enter your email address" msgstr "Gib deine E-Mail-Adresse ein" @@ -1533,15 +1570,15 @@ msgstr "Gib oben deine neue E-Mail-Adresse ein" msgid "Enter your new email address below." msgstr "Gib unten deine neue E-Mail-Adresse ein." -#: src/view/com/auth/login/Login.tsx:99 +#: src/screens/Login/index.tsx:101 msgid "Enter your username and password" msgstr "Gib deinen Benutzernamen und dein Passwort ein" -#: src/view/com/auth/create/Step3.tsx:67 +#: src/screens/Signup/StepCaptcha/index.tsx:49 msgid "Error receiving captcha response." msgstr "Fehler beim Empfang der Captcha-Antwort." -#: src/view/screens/Search/Search.tsx:110 +#: src/view/screens/Search/Search.tsx:111 msgid "Error:" msgstr "Fehler:" @@ -1553,15 +1590,15 @@ msgstr "Alle" msgid "Excessive mentions or replies" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:231 +#: src/view/com/modals/DeleteAccount.tsx:230 msgid "Exits account deletion process" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:150 +#: src/view/com/modals/ChangeHandle.tsx:151 msgid "Exits handle change process" msgstr "Beendet den Prozess des Handle-Wechsels" -#: src/view/com/modals/crop-image/CropImage.web.tsx:135 +#: src/view/com/modals/crop-image/CropImage.web.tsx:136 msgid "Exits image cropping process" msgstr "" @@ -1600,11 +1637,12 @@ msgstr "Exportiere meine Daten" msgid "Export My Data" msgstr "Exportiere meine Daten" -#: src/view/com/modals/EmbedConsent.tsx:64 +#: src/components/dialogs/EmbedConsent.tsx:55 +#: src/components/dialogs/EmbedConsent.tsx:59 msgid "External Media" msgstr "Externe Medien" -#: src/view/com/modals/EmbedConsent.tsx:75 +#: src/components/dialogs/EmbedConsent.tsx:71 #: src/view/screens/PreferencesExternalEmbeds.tsx:66 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Externe Medien können es Websites ermöglichen, Informationen über dich und dein Gerät zu sammeln. Es werden keine Informationen gesendet oder angefordert, bis du die Schaltfläche \"Abspielen\" drückst." @@ -1619,12 +1657,12 @@ msgstr "Externe Medienpräferenzen" msgid "External media settings" msgstr "Externe Medienpräferenzen" -#: src/view/com/modals/AddAppPasswords.tsx:115 -#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:116 +#: src/view/com/modals/AddAppPasswords.tsx:120 msgid "Failed to create app password." msgstr "Das App-Passwort konnte nicht erstellt werden." -#: src/view/com/modals/CreateOrEditList.tsx:206 +#: src/view/com/modals/CreateOrEditList.tsx:207 msgid "Failed to create the list. Check your internet connection and try again." msgstr "Die Liste konnte nicht erstellt werden. Überprüfe deine Internetverbindung und versuche es erneut." @@ -1661,8 +1699,8 @@ msgstr "Feedback" #: src/Navigation.tsx:464 #: src/view/screens/Feeds.tsx:419 #: src/view/screens/Feeds.tsx:524 -#: src/view/screens/Profile.tsx:192 -#: src/view/shell/bottom-bar/BottomBar.tsx:183 +#: src/view/screens/Profile.tsx:194 +#: src/view/shell/bottom-bar/BottomBar.tsx:191 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:479 #: src/view/shell/Drawer.tsx:480 @@ -1677,11 +1715,11 @@ 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:76 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 msgid "Feeds can be topical as well!" msgstr "Die Feeds können auch auf einem Thema basieren!" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "File Contents" msgstr "" @@ -1689,7 +1727,7 @@ msgstr "" msgid "Filter from feeds" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Finalizing" msgstr "Abschließen" @@ -1699,11 +1737,11 @@ msgstr "Abschließen" msgid "Find accounts to follow" msgstr "Konten zum Folgen finden" -#: src/view/screens/Search/Search.tsx:441 +#: src/view/screens/Search/Search.tsx:442 msgid "Find users on Bluesky" msgstr "Nutzer auf Bluesky finden" -#: src/view/screens/Search/Search.tsx:439 +#: src/view/screens/Search/Search.tsx:440 msgid "Find users with the search tool on the right" msgstr "Finde Nutzer mit der Suchfunktion auf der rechten Seite" @@ -1723,23 +1761,23 @@ msgstr "Passe die Diskussionsstränge an." msgid "Fitness" msgstr "Fitness" -#: src/screens/Onboarding/StepFinished.tsx:131 +#: src/screens/Onboarding/StepFinished.tsx:135 msgid "Flexible" msgstr "Flexibel" -#: src/view/com/modals/EditImage.tsx:115 +#: src/view/com/modals/EditImage.tsx:116 msgid "Flip horizontal" msgstr "Horizontal drehen" -#: src/view/com/modals/EditImage.tsx:120 -#: src/view/com/modals/EditImage.tsx:287 +#: src/view/com/modals/EditImage.tsx:121 +#: src/view/com/modals/EditImage.tsx:288 msgid "Flip vertically" msgstr "Vertikal drehen" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:246 msgid "Follow" msgstr "Folgen" @@ -1750,8 +1788,8 @@ msgid "Follow" msgstr "Folgen" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "{0} folgen" @@ -1760,11 +1798,15 @@ msgstr "{0} folgen" msgid "Follow Account" msgstr "" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:179 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 msgid "Follow All" msgstr "Allen folgen" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +msgid "Follow Back" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 msgid "Follow selected accounts and continue to the next step" msgstr "Ausgewählten Konten folgen und mit dem nächsten Schritt fortfahren" @@ -1788,19 +1830,19 @@ msgstr "Nur Benutzer, denen ich folge" msgid "followed you" msgstr "folgte dir" -#: src/view/com/profile/ProfileFollowers.tsx:109 +#: src/view/com/profile/ProfileFollowers.tsx:104 #: src/view/screens/ProfileFollowers.tsx:25 msgid "Followers" msgstr "Follower" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:227 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 -#: src/view/com/profile/ProfileFollows.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 +#: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "Folge ich" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 msgid "Following {0}" msgstr "ich folge {0}" @@ -1828,33 +1870,41 @@ msgstr "Folgt dir" msgid "Food" msgstr "Essen" -#: src/view/com/modals/DeleteAccount.tsx:111 +#: src/view/com/modals/DeleteAccount.tsx:110 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." -#: src/view/com/modals/AddAppPasswords.tsx:209 +#: src/view/com/modals/AddAppPasswords.tsx:210 msgid "For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one." msgstr "Aus Sicherheitsgründen kannst du dies nicht erneut ansehen. Wenn du dieses Passwort verlierst, musst du ein neues generieren." #: src/view/com/auth/login/LoginForm.tsx:244 -msgid "Forgot" -msgstr "Vergessen" +#~ msgid "Forgot" +#~ msgstr "Vergessen" #: src/view/com/auth/login/LoginForm.tsx:241 -msgid "Forgot password" -msgstr "Passwort vergessen" +#~ msgid "Forgot password" +#~ msgstr "Passwort vergessen" -#: src/view/com/auth/login/Login.tsx:127 -#: src/view/com/auth/login/Login.tsx:143 +#: src/screens/Login/index.tsx:129 +#: src/screens/Login/index.tsx:144 msgid "Forgot Password" msgstr "Passwort vergessen" +#: src/screens/Login/LoginForm.tsx:201 +msgid "Forgot password?" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 +msgid "Forgot?" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:52 msgid "Frequently Posts Unwanted Content" msgstr "" -#: src/screens/Hashtag.tsx:108 -#: src/screens/Hashtag.tsx:148 +#: src/screens/Hashtag.tsx:109 +#: src/screens/Hashtag.tsx:149 msgid "From @{sanitizedAuthor}" msgstr "Von @{sanitizedAuthor}" @@ -1876,29 +1926,31 @@ msgstr "Los geht's" msgid "Glaring violations of law or terms of service" msgstr "" -#: src/components/moderation/ScreenHider.tsx:144 -#: src/components/moderation/ScreenHider.tsx:153 -#: src/view/com/auth/LoggedOut.tsx:81 +#: src/components/moderation/ScreenHider.tsx:151 +#: src/components/moderation/ScreenHider.tsx:160 #: src/view/com/auth/LoggedOut.tsx:82 +#: src/view/com/auth/LoggedOut.tsx:83 #: src/view/screens/NotFound.tsx:55 -#: src/view/screens/ProfileFeed.tsx:111 +#: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:916 #: src/view/shell/desktop/LeftNav.tsx:108 msgid "Go back" msgstr "Gehe zurück" +#: src/components/Error.tsx:91 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 -#: src/view/screens/ProfileFeed.tsx:116 +#: src/view/screens/ProfileFeed.tsx:117 #: src/view/screens/ProfileList.tsx:921 msgid "Go Back" msgstr "Gehe zurück" -#: src/components/ReportDialog/SelectReportOptionView.tsx:74 +#: src/components/ReportDialog/SelectReportOptionView.tsx:73 #: src/components/ReportDialog/SubmitView.tsx:104 -#: src/screens/Onboarding/Layout.tsx:104 -#: src/screens/Onboarding/Layout.tsx:193 +#: src/screens/Onboarding/Layout.tsx:102 +#: src/screens/Onboarding/Layout.tsx:191 +#: src/screens/Signup/index.tsx:173 msgid "Go back to previous step" msgstr "Zum vorherigen Schritt zurückkehren" @@ -1910,15 +1962,12 @@ msgstr "" msgid "Go Home" msgstr "" -#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:749 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "Gehe zu @{queryMaybeHandle}" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:189 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:218 -#: src/view/com/auth/login/LoginForm.tsx:291 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:195 +#: src/screens/Login/ForgotPasswordForm.tsx:172 #: src/view/com/modals/ChangePassword.tsx:167 msgid "Go to next" msgstr "Gehe zum nächsten" @@ -1927,7 +1976,7 @@ msgstr "Gehe zum nächsten" msgid "Graphic Media" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:265 +#: src/view/com/modals/ChangeHandle.tsx:266 msgid "Handle" msgstr "Handle" @@ -1939,11 +1988,11 @@ msgstr "" msgid "Hashtag" msgstr "Hashtag" -#: src/components/RichText.tsx:190 +#: src/components/RichText.tsx:191 msgid "Hashtag: #{tag}" msgstr "Hashtag: #{tag}" -#: src/view/com/auth/create/CreateAccount.tsx:208 +#: src/screens/Signup/index.tsx:217 msgid "Having trouble?" msgstr "Hast du Probleme?" @@ -1952,24 +2001,24 @@ msgstr "Hast du Probleme?" msgid "Help" msgstr "Hilfe" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:140 msgid "Here are some accounts for you to follow" msgstr "Hier sind einige Konten, denen du folgen könntest" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:85 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:89 msgid "Here are some popular topical feeds. You can choose to follow as many as you like." msgstr "Hier sind einige beliebte thematische Feeds. Du kannst so vielen folgen, wie du möchtest." -#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:84 msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." msgstr "Hier sind einige thematische Feeds, die auf deinen Interessen basieren: {interestsText}. Du kannst so vielen Feeds folgen, wie du möchtest." -#: src/view/com/modals/AddAppPasswords.tsx:153 +#: src/view/com/modals/AddAppPasswords.tsx:154 msgid "Here is your app password." msgstr "Hier ist dein App-Passwort." #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:43 +#: src/components/moderation/LabelPreference.tsx:134 #: src/components/moderation/PostHider.tsx:107 #: src/lib/moderation/useLabelBehaviorDescription.ts:15 #: src/lib/moderation/useLabelBehaviorDescription.ts:20 @@ -2028,7 +2077,7 @@ msgstr "Hmm, der Feed-Server hat eine schlechte Antwort gegeben. Bitte informier msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, wir haben Probleme, diesen Feed zu finden. Möglicherweise wurde er gelöscht." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:59 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "" @@ -2037,20 +2086,21 @@ msgid "Hmmmm, we couldn't load that moderation service." msgstr "" #: src/Navigation.tsx:454 -#: src/view/shell/bottom-bar/BottomBar.tsx:139 +#: src/view/shell/bottom-bar/BottomBar.tsx:147 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:401 #: src/view/shell/Drawer.tsx:402 msgid "Home" msgstr "Home" -#: src/view/com/modals/ChangeHandle.tsx:421 +#: src/view/com/modals/ChangeHandle.tsx:420 msgid "Host:" msgstr "" -#: src/view/com/auth/create/Step1.tsx:75 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:120 -#: src/view/com/modals/ChangeHandle.tsx:280 +#: src/screens/Login/ForgotPasswordForm.tsx:89 +#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Signup/StepInfo/index.tsx:40 +#: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" msgstr "Hosting-Anbieter" @@ -2066,7 +2116,7 @@ msgstr "Ich habe einen Code" msgid "I have a confirmation code" msgstr "Ich habe einen Bestätigungscode" -#: src/view/com/modals/ChangeHandle.tsx:283 +#: src/view/com/modals/ChangeHandle.tsx:284 msgid "I have my own domain" msgstr "Ich habe meine eigene Domain" @@ -2078,7 +2128,7 @@ msgstr "Schaltet den erweiterten Status des Alt-Textes um, wenn dieser lang ist" 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/auth/create/Policies.tsx:91 +#: src/screens/Signup/StepInfo/Policies.tsx:83 msgid "If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf." msgstr "" @@ -2102,7 +2152,7 @@ msgstr "" msgid "Image" msgstr "Bild" -#: src/view/com/modals/AltImage.tsx:120 +#: src/view/com/modals/AltImage.tsx:121 msgid "Image alt text" msgstr "Bild-Alt-Text" @@ -2115,51 +2165,51 @@ msgstr "Bild-Alt-Text" msgid "Impersonation or false claims about identity or affiliation" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:138 +#: src/screens/Login/SetNewPasswordForm.tsx:127 msgid "Input code sent to your email for password reset" msgstr "Gib den Code ein, den du per E-Mail erhalten hast, um dein Passwort zurückzusetzen." -#: src/view/com/modals/DeleteAccount.tsx:184 +#: src/view/com/modals/DeleteAccount.tsx:183 msgid "Input confirmation code for account deletion" msgstr "Bestätigungscode für die Kontolöschung eingeben" #: src/view/com/auth/create/Step1.tsx:177 -msgid "Input email for Bluesky account" -msgstr "E-Mail für Bluesky-Konto eingeben" +#~ msgid "Input email for Bluesky account" +#~ msgstr "E-Mail für Bluesky-Konto eingeben" #: src/view/com/auth/create/Step1.tsx:151 -msgid "Input invite code to proceed" -msgstr "Einladungscode eingeben, um fortzufahren" +#~ msgid "Input invite code to proceed" +#~ msgstr "Einladungscode eingeben, um fortzufahren" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:181 msgid "Input name for app password" msgstr "Namen für das App-Passwort eingeben" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:162 +#: src/screens/Login/SetNewPasswordForm.tsx:151 msgid "Input new password" msgstr "Neues Passwort eingeben" -#: src/view/com/modals/DeleteAccount.tsx:203 +#: src/view/com/modals/DeleteAccount.tsx:202 msgid "Input password for account deletion" msgstr "Passwort für die Kontolöschung eingeben" -#: src/view/com/auth/login/LoginForm.tsx:233 +#: src/screens/Login/LoginForm.tsx:195 msgid "Input the password tied to {identifier}" msgstr "Passwort, das an {identifier} gebunden ist, eingeben" -#: src/view/com/auth/login/LoginForm.tsx:200 +#: src/screens/Login/LoginForm.tsx:168 msgid "Input the username or email address you used at signup" msgstr "Benutzernamen oder E-Mail-Adresse eingeben, die du bei der Anmeldung verwendet hast" -#: src/view/com/auth/login/LoginForm.tsx:232 +#: src/screens/Login/LoginForm.tsx:194 msgid "Input your password" msgstr "Gib dein Passwort ein" -#: src/view/com/modals/ChangeHandle.tsx:390 +#: src/view/com/modals/ChangeHandle.tsx:389 msgid "Input your preferred hosting provider" msgstr "" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Signup/StepHandle.tsx:62 msgid "Input your user handle" msgstr "Gib deinen Handle ein" @@ -2167,37 +2217,36 @@ msgstr "Gib deinen Handle ein" msgid "Invalid or unsupported post record" msgstr "Ungültiger oder nicht unterstützter Beitragrekord" -#: src/view/com/auth/login/LoginForm.tsx:116 +#: src/screens/Login/LoginForm.tsx:114 msgid "Invalid username or password" msgstr "Ungültiger Benutzername oder Passwort" -#: src/view/com/modals/InviteCodes.tsx:93 +#: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Einen Freund einladen" -#: src/view/com/auth/create/Step1.tsx:141 -#: src/view/com/auth/create/Step1.tsx:150 +#: src/screens/Signup/StepInfo/index.tsx:58 msgid "Invite code" msgstr "Einladungscode" -#: src/view/com/auth/create/state.ts:158 +#: src/screens/Signup/state.ts:278 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Einladungscode nicht akzeptiert. Überprüfe, ob du ihn richtig eingegeben hast und versuche es erneut." -#: src/view/com/modals/InviteCodes.tsx:170 +#: src/view/com/modals/InviteCodes.tsx:171 msgid "Invite codes: {0} available" msgstr "Einladungscodes: {0} verfügbar" -#: src/view/com/modals/InviteCodes.tsx:169 +#: src/view/com/modals/InviteCodes.tsx:170 msgid "Invite codes: 1 available" msgstr "Einladungscodes: 1 verfügbar" -#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +#: src/screens/Onboarding/StepFollowingFeed.tsx:65 msgid "It shows posts from the people you follow as they happen." msgstr "Es zeigt die Beiträge der Personen an, denen du folgst, sobald sie erscheinen." -#: src/view/com/auth/HomeLoggedOutCTA.tsx:103 -#: src/view/com/auth/SplashScreen.web.tsx:138 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:104 +#: src/view/com/auth/SplashScreen.web.tsx:172 msgid "Jobs" msgstr "Jobs" @@ -2217,11 +2266,11 @@ msgstr "" msgid "Labeled by the author." msgstr "" -#: src/view/screens/Profile.tsx:186 +#: src/view/screens/Profile.tsx:188 msgid "Labels" msgstr "" -#: src/screens/Profile/Sections/Labels.tsx:143 +#: src/screens/Profile/Sections/Labels.tsx:142 msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "" @@ -2229,11 +2278,11 @@ msgstr "" msgid "labels have been placed on this {labelTarget}" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:63 +#: src/components/moderation/LabelsOnMeDialog.tsx:62 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "Labels on your content" msgstr "" @@ -2255,14 +2304,14 @@ msgid "Languages" msgstr "Sprachen" #: src/view/com/auth/create/StepHeader.tsx:20 -msgid "Last step!" -msgstr "Letzter Schritt!" +#~ msgid "Last step!" +#~ msgstr "Letzter Schritt!" #: src/view/com/util/moderation/ContentHider.tsx:103 #~ msgid "Learn more" #~ msgstr "Mehr erfahren" -#: src/components/moderation/ScreenHider.tsx:129 +#: src/components/moderation/ScreenHider.tsx:136 msgid "Learn More" msgstr "Mehr erfahren" @@ -2272,11 +2321,11 @@ msgid "Learn more about the moderation applied to this content." msgstr "" #: src/components/moderation/PostHider.tsx:85 -#: src/components/moderation/ScreenHider.tsx:126 +#: src/components/moderation/ScreenHider.tsx:125 msgid "Learn more about this warning" msgstr "Erfahre mehr über diese Warnung" -#: src/screens/Moderation/index.tsx:551 +#: src/screens/Moderation/index.tsx:549 msgid "Learn more about what is public on Bluesky." msgstr "Erfahre mehr darüber, was auf Bluesky öffentlich ist." @@ -2288,7 +2337,7 @@ msgstr "" msgid "Leave them all unchecked to see any language." msgstr "Lass alle Kontrollkästchen deaktiviert, um alle Sprachen zu sehen." -#: src/view/com/modals/LinkWarning.tsx:51 +#: src/view/com/modals/LinkWarning.tsx:65 msgid "Leaving Bluesky" msgstr "Bluesky verlassen" @@ -2300,12 +2349,12 @@ msgstr "noch übrig." msgid "Legacy storage cleared, you need to restart the app now." msgstr "Der Legacy-Speicher wurde gelöscht, du musst die App jetzt neu starten." -#: src/view/com/auth/login/Login.tsx:128 -#: src/view/com/auth/login/Login.tsx:144 +#: src/screens/Login/index.tsx:130 +#: src/screens/Login/index.tsx:145 msgid "Let's get your password reset!" msgstr "Lass uns dein Passwort zurücksetzen!" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Let's go!" msgstr "Los geht's!" @@ -2318,12 +2367,12 @@ msgstr "Los geht's!" msgid "Light" msgstr "Licht" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Like" msgstr "Liken" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:257 -#: src/view/screens/ProfileFeed.tsx:572 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:258 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Like this feed" msgstr "Diesen Feed liken" @@ -2333,7 +2382,7 @@ msgstr "Diesen Feed liken" msgid "Liked by" msgstr "Gelikt von" -#: src/screens/Profile/ProfileLabelerLikedBy.tsx:42 +#: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 #: src/view/screens/PostLikedBy.tsx:27 #: src/view/screens/ProfileFeedLikedBy.tsx:27 msgid "Liked By" @@ -2347,9 +2396,9 @@ msgstr "Von {0} {1} gelikt" msgid "Liked by {count} {0}" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:277 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:291 -#: src/view/screens/ProfileFeed.tsx:587 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292 +#: src/view/screens/ProfileFeed.tsx:588 msgid "Liked by {likeCount} {0}" msgstr "Von {likeCount} {0} gelikt" @@ -2361,7 +2410,7 @@ msgstr "hat deinen benutzerdefinierten Feed gelikt" msgid "liked your post" msgstr "hat deinen Beitrag gelikt" -#: src/view/screens/Profile.tsx:191 +#: src/view/screens/Profile.tsx:193 msgid "Likes" msgstr "Likes" @@ -2373,7 +2422,7 @@ msgstr "Likes für diesen Beitrag" msgid "List" msgstr "Liste" -#: src/view/com/modals/CreateOrEditList.tsx:261 +#: src/view/com/modals/CreateOrEditList.tsx:262 msgid "List Avatar" msgstr "Avatar auflisten" @@ -2393,7 +2442,7 @@ msgstr "Liste gelöscht" msgid "List muted" msgstr "Liste stummgeschaltet" -#: src/view/com/modals/CreateOrEditList.tsx:275 +#: src/view/com/modals/CreateOrEditList.tsx:276 msgid "List Name" msgstr "Name der Liste" @@ -2406,8 +2455,8 @@ msgid "List unmuted" msgstr "Listenstummschaltung aufgehoben" #: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:187 -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:195 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 @@ -2424,8 +2473,8 @@ msgid "Load new notifications" msgstr "Neue Mitteilungen laden" #: src/screens/Profile/Sections/Feed.tsx:70 -#: src/view/com/feeds/FeedPage.tsx:124 -#: src/view/screens/ProfileFeed.tsx:495 +#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/screens/ProfileFeed.tsx:496 #: src/view/screens/ProfileList.tsx:695 msgid "Load new posts" msgstr "Neue Beiträge laden" @@ -2445,31 +2494,35 @@ msgstr "Systemprotokoll" msgid "Log out" msgstr "Abmelden" -#: src/screens/Moderation/index.tsx:444 +#: src/screens/Moderation/index.tsx:442 msgid "Logged-out visibility" msgstr "Sichtbarkeit für abgemeldete Benutzer" -#: src/view/com/auth/login/ChooseAccountForm.tsx:142 +#: src/components/AccountList.tsx:54 msgid "Login to account that is not listed" msgstr "Anmeldung bei einem Konto, das nicht aufgelistet ist" -#: src/view/com/modals/LinkWarning.tsx:65 +#: src/screens/Login/SetNewPasswordForm.tsx:116 +msgid "Looks like XXXXX-XXXXX" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:79 msgid "Make sure this is where you intend to go!" msgstr "Vergewissere dich, dass du auch wirklich dorthin gehen willst!" -#: src/components/dialogs/MutedWords.tsx:83 +#: src/components/dialogs/MutedWords.tsx:82 msgid "Manage your muted words and tags" msgstr "Verwalte deine stummgeschalteten Wörter und Tags" #: src/view/com/auth/create/Step2.tsx:118 -msgid "May not be longer than 253 characters" -msgstr "Darf nicht länger als 253 Zeichen sein" +#~ msgid "May not be longer than 253 characters" +#~ msgstr "Darf nicht länger als 253 Zeichen sein" #: src/view/com/auth/create/Step2.tsx:109 -msgid "May only contain letters and numbers" -msgstr "Darf nur Buchstaben und Zahlen enthalten" +#~ msgid "May only contain letters and numbers" +#~ msgstr "Darf nur Buchstaben und Zahlen enthalten" -#: src/view/screens/Profile.tsx:190 +#: src/view/screens/Profile.tsx:192 msgid "Media" msgstr "Medien" @@ -2482,7 +2535,7 @@ msgid "Mentioned users" msgstr "Erwähnte Benutzer" #: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:647 +#: src/view/screens/Search/Search.tsx:648 msgid "Menu" msgstr "Menü" @@ -2495,7 +2548,7 @@ msgid "Misleading Account" msgstr "" #: src/Navigation.tsx:119 -#: src/screens/Moderation/index.tsx:106 +#: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:645 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:514 @@ -2503,7 +2556,7 @@ msgstr "" msgid "Moderation" msgstr "Moderation" -#: src/components/moderation/ModerationDetailsDialog.tsx:113 +#: src/components/moderation/ModerationDetailsDialog.tsx:112 msgid "Moderation details" msgstr "" @@ -2522,15 +2575,15 @@ msgstr "Moderationsliste von <0/>" msgid "Moderation list by you" msgstr "Moderationsliste von dir" -#: src/view/com/modals/CreateOrEditList.tsx:197 +#: src/view/com/modals/CreateOrEditList.tsx:198 msgid "Moderation list created" msgstr "Moderationsliste erstellt" -#: src/view/com/modals/CreateOrEditList.tsx:183 +#: src/view/com/modals/CreateOrEditList.tsx:184 msgid "Moderation list updated" msgstr "Moderationsliste aktualisiert" -#: src/screens/Moderation/index.tsx:245 +#: src/screens/Moderation/index.tsx:243 msgid "Moderation lists" msgstr "Moderationslisten" @@ -2547,11 +2600,11 @@ msgstr "Moderationseinstellungen" msgid "Moderation states" msgstr "" -#: src/screens/Moderation/index.tsx:217 +#: src/screens/Moderation/index.tsx:215 msgid "Moderation tools" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:49 +#: src/components/moderation/ModerationDetailsDialog.tsx:48 #: src/lib/moderation/useModerationCauseDescription.ts:40 msgid "Moderator has chosen to set a general warning on the content." msgstr "Der Moderator hat beschlossen, eine allgemeine Warnung vor dem Inhalt auszusprechen." @@ -2573,8 +2626,8 @@ msgid "Most-liked replies first" msgstr "Beliebteste Antworten zuerst" #: src/view/com/auth/create/Step2.tsx:122 -msgid "Must be at least 3 characters" -msgstr "Muss mindestens 3 Zeichen lang sein" +#~ msgid "Must be at least 3 characters" +#~ msgstr "Muss mindestens 3 Zeichen lang sein" #: src/components/TagMenu/index.tsx:249 msgid "Mute" @@ -2597,11 +2650,11 @@ msgstr "Konten stummschalten" msgid "Mute all {displayTag} posts" msgstr "Alle {displayTag}-Beiträge stummschalten" -#: src/components/dialogs/MutedWords.tsx:149 +#: src/components/dialogs/MutedWords.tsx:148 msgid "Mute in tags only" msgstr "Nur in Tags stummschalten" -#: src/components/dialogs/MutedWords.tsx:134 +#: src/components/dialogs/MutedWords.tsx:133 msgid "Mute in text & tags" msgstr "In Text und Tags stummschalten" @@ -2618,11 +2671,11 @@ msgstr "Diese Konten stummschalten?" #~ msgid "Mute this List" #~ msgstr "Diese Liste stummschalten" -#: src/components/dialogs/MutedWords.tsx:127 +#: src/components/dialogs/MutedWords.tsx:126 msgid "Mute this word in post text and tags" msgstr "Dieses Wort in Beitragstexten und Tags stummschalten" -#: src/components/dialogs/MutedWords.tsx:142 +#: src/components/dialogs/MutedWords.tsx:141 msgid "Mute this word in tags only" msgstr "Dieses Wort nur in Tags stummschalten" @@ -2640,7 +2693,7 @@ msgstr "Wörter und Tags stummschalten" msgid "Muted" msgstr "Stummgeschaltet" -#: src/screens/Moderation/index.tsx:257 +#: src/screens/Moderation/index.tsx:255 msgid "Muted accounts" msgstr "Stummgeschaltete Konten" @@ -2657,7 +2710,7 @@ msgstr "Bei stummgeschalteten Konten werden dazugehörige Beiträge aus deinem F msgid "Muted by \"{0}\"" msgstr "" -#: src/screens/Moderation/index.tsx:233 +#: src/screens/Moderation/index.tsx:231 msgid "Muted words & tags" msgstr "Stummgeschaltete Wörter und Tags" @@ -2690,12 +2743,12 @@ msgstr "Meine gespeicherten Feeds" #~ msgid "my-server.com" #~ msgstr "mein-server.de" -#: src/view/com/modals/AddAppPasswords.tsx:179 -#: src/view/com/modals/CreateOrEditList.tsx:290 +#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/CreateOrEditList.tsx:291 msgid "Name" msgstr "Name" -#: src/view/com/modals/CreateOrEditList.tsx:145 +#: src/view/com/modals/CreateOrEditList.tsx:146 msgid "Name is required" msgstr "Name ist erforderlich" @@ -2709,10 +2762,8 @@ msgstr "" msgid "Nature" msgstr "Natur" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:190 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:219 -#: src/view/com/auth/login/LoginForm.tsx:292 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:196 +#: src/screens/Login/ForgotPasswordForm.tsx:173 +#: src/screens/Login/LoginForm.tsx:254 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "Navigiert zum nächsten Bildschirm" @@ -2721,21 +2772,21 @@ msgstr "Navigiert zum nächsten Bildschirm" msgid "Navigates to your profile" msgstr "Navigiert zu Deinem Profil" -#: src/components/ReportDialog/SelectReportOptionView.tsx:124 +#: src/components/ReportDialog/SelectReportOptionView.tsx:122 msgid "Need to report a copyright violation?" msgstr "" #: src/view/com/modals/EmbedConsent.tsx:107 #: src/view/com/modals/EmbedConsent.tsx:123 -msgid "Never load embeds from {0}" -msgstr "Lade niemals eingebettete Medien von {0}" +#~ msgid "Never load embeds from {0}" +#~ msgstr "Lade niemals eingebettete Medien von {0}" #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:72 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:74 msgid "Never lose access to your followers and data." msgstr "Verliere nie den Zugriff auf deine Follower und Daten." -#: src/screens/Onboarding/StepFinished.tsx:119 +#: src/screens/Onboarding/StepFinished.tsx:123 msgid "Never lose access to your followers or data." msgstr "Verliere nie den Zugriff auf deine Follower oder Daten." @@ -2743,7 +2794,7 @@ msgstr "Verliere nie den Zugriff auf deine Follower oder Daten." #~ msgid "Nevermind" #~ msgstr "Egal" -#: src/view/com/modals/ChangeHandle.tsx:520 +#: src/view/com/modals/ChangeHandle.tsx:519 msgid "Nevermind, create a handle for me" msgstr "" @@ -2756,11 +2807,10 @@ msgstr "Neu" msgid "New" msgstr "Neu" -#: src/view/com/modals/CreateOrEditList.tsx:252 +#: src/view/com/modals/CreateOrEditList.tsx:253 msgid "New Moderation List" msgstr "Neue Moderationsliste" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/ChangePassword.tsx:212 msgid "New password" msgstr "Neues Passwort" @@ -2769,15 +2819,15 @@ msgstr "Neues Passwort" msgid "New Password" msgstr "Neues Passwort" -#: src/view/com/feeds/FeedPage.tsx:135 +#: src/view/com/feeds/FeedPage.tsx:149 msgctxt "action" msgid "New post" msgstr "Neuer Beitrag" #: src/view/screens/Feeds.tsx:555 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:450 -#: src/view/screens/ProfileFeed.tsx:433 +#: src/view/screens/Profile.tsx:452 +#: src/view/screens/ProfileFeed.tsx:434 #: src/view/screens/ProfileList.tsx:199 #: src/view/screens/ProfileList.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:252 @@ -2789,7 +2839,7 @@ msgctxt "action" msgid "New Post" msgstr "Neuer Beitrag" -#: src/view/com/modals/CreateOrEditList.tsx:247 +#: src/view/com/modals/CreateOrEditList.tsx:248 msgid "New User List" msgstr "Neue Benutzerliste" @@ -2801,12 +2851,13 @@ msgstr "Neueste Antworten zuerst" msgid "News" msgstr "Aktuelles" -#: src/view/com/auth/create/CreateAccount.tsx:172 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:182 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:192 -#: src/view/com/auth/login/LoginForm.tsx:294 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:187 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:143 +#: src/screens/Login/ForgotPasswordForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:253 +#: src/screens/Login/LoginForm.tsx:260 +#: src/screens/Login/SetNewPasswordForm.tsx:174 +#: src/screens/Login/SetNewPasswordForm.tsx:180 +#: src/screens/Signup/index.tsx:205 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:79 #: src/view/com/modals/ChangePassword.tsx:253 #: src/view/com/modals/ChangePassword.tsx:255 @@ -2831,19 +2882,23 @@ msgstr "Nächstes Bild" msgid "No" msgstr "Nein" -#: src/view/screens/ProfileFeed.tsx:561 +#: src/view/screens/ProfileFeed.tsx:562 #: src/view/screens/ProfileList.tsx:769 msgid "No description" msgstr "Keine Beschreibung" -#: src/view/com/modals/ChangeHandle.tsx:406 +#: src/view/com/modals/ChangeHandle.tsx:405 msgid "No DNS Panel" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 msgid "No longer following {0}" msgstr "{0} wird nicht mehr gefolgt" +#: src/screens/Signup/StepHandle.tsx:114 +msgid "No longer than 253 characters" +msgstr "" + #: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "Noch keine Mitteilungen!" @@ -2853,7 +2908,7 @@ msgstr "Noch keine Mitteilungen!" msgid "No result" msgstr "Kein Ergebnis" -#: src/components/Lists.tsx:189 +#: src/components/Lists.tsx:183 msgid "No results found" msgstr "Keine Ergebnisse gefunden" @@ -2862,12 +2917,13 @@ msgid "No results found for \"{query}\"" msgstr "Keine Ergebnisse für \"{query}\" gefunden" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:282 -#: src/view/screens/Search/Search.tsx:310 +#: src/view/screens/Search/Search.tsx:283 +#: src/view/screens/Search/Search.tsx:311 msgid "No results found for {query}" msgstr "Keine Ergebnisse für {query} gefunden" -#: src/view/com/modals/EmbedConsent.tsx:129 +#: src/components/dialogs/EmbedConsent.tsx:105 +#: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" msgstr "Nein danke" @@ -2875,7 +2931,7 @@ msgstr "Nein danke" msgid "Nobody" msgstr "Niemand" -#: src/components/LikedByList.tsx:102 +#: src/components/LikedByList.tsx:79 #: src/components/LikesDialog.tsx:99 msgid "Nobody has liked this yet. Maybe you should be the first!" msgstr "" @@ -2889,7 +2945,7 @@ msgid "Not Applicable." msgstr "Unzutreffend." #: src/Navigation.tsx:109 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Not Found" msgstr "Nicht gefunden" @@ -2900,17 +2956,18 @@ msgstr "Im Moment nicht" #: src/view/com/profile/ProfileMenu.tsx:368 #: src/view/com/util/forms/PostDropdownBtn.tsx:342 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:246 msgid "Note about sharing" msgstr "" -#: src/screens/Moderation/index.tsx:542 +#: src/screens/Moderation/index.tsx:540 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 "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:469 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 -#: src/view/shell/bottom-bar/BottomBar.tsx:207 +#: src/view/shell/bottom-bar/BottomBar.tsx:215 #: src/view/shell/desktop/LeftNav.tsx:365 #: src/view/shell/Drawer.tsx:438 #: src/view/shell/Drawer.tsx:439 @@ -2922,7 +2979,15 @@ msgid "Nudity" msgstr "Nacktheit" #: src/lib/moderation/useReportOptions.ts:71 -msgid "Nudity or pornography not labeled as such" +msgid "Nudity or adult content not labeled as such" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:71 +#~ msgid "Nudity or pornography not labeled as such" +#~ msgstr "" + +#: src/screens/Signup/index.tsx:142 +msgid "of" msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:11 @@ -2933,15 +2998,16 @@ msgstr "" msgid "Oh no!" msgstr "Oh nein!" -#: src/screens/Onboarding/StepInterests/index.tsx:128 +#: src/screens/Onboarding/StepInterests/index.tsx:132 msgid "Oh no! Something went wrong." msgstr "Oh nein, da ist etwas schief gelaufen." -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:127 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:126 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:327 msgid "OK" msgstr "" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 +#: src/screens/Login/PasswordUpdatedForm.tsx:44 msgid "Okay" msgstr "Okay" @@ -2953,7 +3019,7 @@ msgstr "Älteste Antworten zuerst" msgid "Onboarding reset" msgstr "Onboarding zurücksetzen" -#: src/view/com/composer/Composer.tsx:391 +#: src/view/com/composer/Composer.tsx:392 msgid "One or more images is missing alt text." msgstr "Bei einem oder mehreren Bildern fehlt der Alt-Text." @@ -2961,17 +3027,21 @@ msgstr "Bei einem oder mehreren Bildern fehlt der Alt-Text." msgid "Only {0} can reply." msgstr "Nur {0} kann antworten." -#: src/components/Lists.tsx:83 +#: src/screens/Signup/StepHandle.tsx:97 +msgid "Only contains letters, numbers, and hyphens" +msgstr "" + +#: src/components/Lists.tsx:75 msgid "Oops, something went wrong!" msgstr "Ups, da ist etwas schief gelaufen!" -#: src/components/Lists.tsx:157 +#: src/components/Lists.tsx:170 #: src/view/screens/AppPasswords.tsx:67 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Oops!" msgstr "Huch!" -#: src/screens/Onboarding/StepFinished.tsx:115 +#: src/screens/Onboarding/StepFinished.tsx:119 msgid "Open" msgstr "Öffnen" @@ -2979,12 +3049,12 @@ msgstr "Öffnen" #~ msgid "Open content filtering settings" #~ msgstr "Inhaltsfiltereinstellungen öffnen" -#: src/view/com/composer/Composer.tsx:490 #: src/view/com/composer/Composer.tsx:491 +#: src/view/com/composer/Composer.tsx:492 msgid "Open emoji picker" msgstr "Emoji-Picker öffnen" -#: src/view/screens/ProfileFeed.tsx:299 +#: src/view/screens/ProfileFeed.tsx:300 msgid "Open feed options menu" msgstr "" @@ -2992,7 +3062,7 @@ msgstr "" msgid "Open links with in-app browser" msgstr "Links mit In-App-Browser öffnen" -#: src/screens/Moderation/index.tsx:229 +#: src/screens/Moderation/index.tsx:227 msgid "Open muted words and tags settings" msgstr "" @@ -3053,13 +3123,15 @@ msgstr "Öffnet die Gerätefotogalerie" msgid "Opens external embeds settings" msgstr "Öffnet die Einstellungen für externe eingebettete Medien" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:56 -#: src/view/com/auth/SplashScreen.tsx:70 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:57 +#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/SplashScreen.web.tsx:97 msgid "Opens flow to create a new Bluesky account" msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:74 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:75 #: src/view/com/auth/SplashScreen.tsx:83 +#: src/view/com/auth/SplashScreen.web.tsx:112 msgid "Opens flow to sign into your existing Bluesky account" msgstr "" @@ -3071,7 +3143,7 @@ msgstr "" #~ msgid "Opens following list" #~ msgstr "Öffnet folgende Liste" -#: src/view/com/modals/InviteCodes.tsx:172 +#: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "Öffnet die Liste der Einladungscodes" @@ -3095,11 +3167,11 @@ msgstr "" msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "" -#: src/view/screens/Settings/index.tsx:970 +#: src/view/screens/Settings/index.tsx:968 msgid "Opens modal for email verification" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:281 +#: src/view/com/modals/ChangeHandle.tsx:282 msgid "Opens modal for using custom domain" msgstr "Öffnet das Modal für die Verwendung einer benutzerdefinierten Domain" @@ -3107,7 +3179,7 @@ msgstr "Öffnet das Modal für die Verwendung einer benutzerdefinierten Domain" msgid "Opens moderation settings" msgstr "Öffnet die Moderationseinstellungen" -#: src/view/com/auth/login/LoginForm.tsx:242 +#: src/screens/Login/LoginForm.tsx:202 msgid "Opens password reset form" msgstr "Öffnet das Formular zum Zurücksetzen des Passworts" @@ -3136,7 +3208,7 @@ msgstr "" #~ msgid "Opens the home feed preferences" #~ msgstr "Öffnet die Home-Feed-Einstellungen" -#: src/view/com/modals/LinkWarning.tsx:76 +#: src/view/com/modals/LinkWarning.tsx:93 msgid "Opens the linked website" msgstr "" @@ -3169,7 +3241,7 @@ msgstr "Oder kombiniere diese Optionen:" msgid "Other" msgstr "" -#: src/view/com/auth/login/ChooseAccountForm.tsx:147 +#: src/components/AccountList.tsx:73 msgid "Other account" msgstr "Anderes Konto" @@ -3177,7 +3249,7 @@ msgstr "Anderes Konto" msgid "Other..." msgstr "Andere..." -#: src/components/Lists.tsx:190 +#: src/components/Lists.tsx:184 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Seite nicht gefunden" @@ -3186,13 +3258,10 @@ msgstr "Seite nicht gefunden" msgid "Page Not Found" msgstr "Seite nicht gefunden" -#: src/view/com/auth/create/Step1.tsx:191 -#: src/view/com/auth/create/Step1.tsx:201 -#: src/view/com/auth/login/LoginForm.tsx:213 -#: src/view/com/auth/login/LoginForm.tsx:229 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:161 -#: src/view/com/modals/DeleteAccount.tsx:195 -#: src/view/com/modals/DeleteAccount.tsx:202 +#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Signup/StepInfo/index.tsx:101 +#: src/view/com/modals/DeleteAccount.tsx:194 +#: src/view/com/modals/DeleteAccount.tsx:201 msgid "Password" msgstr "Passwort" @@ -3200,11 +3269,11 @@ msgstr "Passwort" msgid "Password Changed" msgstr "" -#: src/view/com/auth/login/Login.tsx:157 +#: src/screens/Login/index.tsx:157 msgid "Password updated" msgstr "Passwort aktualisiert" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:28 +#: src/screens/Login/PasswordUpdatedForm.tsx:30 msgid "Password updated!" msgstr "Passwort aktualisiert!" @@ -3232,12 +3301,12 @@ msgstr "Haustiere" msgid "Pictures meant for adults." msgstr "Bilder, die für Erwachsene bestimmt sind." -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:563 msgid "Pin to home" msgstr "An die Startseite anheften" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 msgid "Pin to Home" msgstr "" @@ -3245,28 +3314,28 @@ msgstr "" msgid "Pinned Feeds" msgstr "Angeheftete Feeds" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:111 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "{0} abspielen" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:54 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:55 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" msgstr "Video abspielen" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:110 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 msgid "Plays the GIF" msgstr "Spielt das GIF ab" -#: src/view/com/auth/create/state.ts:124 +#: src/screens/Signup/state.ts:241 msgid "Please choose your handle." msgstr "Bitte wähle deinen Handle." -#: src/view/com/auth/create/state.ts:117 +#: src/screens/Signup/state.ts:234 msgid "Please choose your password." msgstr "Bitte wähle dein Passwort." -#: src/view/com/auth/create/state.ts:131 +#: src/screens/Signup/state.ts:251 msgid "Please complete the verification captcha." msgstr "Bitte fülle das Verifizierungs-Captcha aus." @@ -3274,27 +3343,27 @@ msgstr "Bitte fülle das Verifizierungs-Captcha aus." msgid "Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed." msgstr "Bitte bestätige deine E-Mail, bevor du sie änderst. Dies ist eine vorübergehende Anforderung, während E-Mail-Aktualisierungstools hinzugefügt werden, und wird bald wieder entfernt." -#: src/view/com/modals/AddAppPasswords.tsx:90 +#: src/view/com/modals/AddAppPasswords.tsx:91 msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "Bitte gib einen Namen für dein App-Passwort ein. Nur Leerzeichen sind nicht erlaubt." -#: src/view/com/modals/AddAppPasswords.tsx:145 +#: src/view/com/modals/AddAppPasswords.tsx:146 msgid "Please enter a unique name for this App Password or use our randomly generated one." msgstr "Bitte gib einen eindeutigen Namen für dieses App-Passwort ein oder verwende unseren zufällig generierten Namen." -#: src/components/dialogs/MutedWords.tsx:68 +#: src/components/dialogs/MutedWords.tsx:67 msgid "Please enter a valid word, tag, or phrase to mute" msgstr "Bitte gib ein gültiges Wort, einen Tag oder eine Phrase zum Stummschalten ein" -#: src/view/com/auth/create/state.ts:103 +#: src/screens/Signup/state.ts:220 msgid "Please enter your email." msgstr "Bitte gib deine E-Mail ein." -#: src/view/com/modals/DeleteAccount.tsx:191 +#: src/view/com/modals/DeleteAccount.tsx:190 msgid "Please enter your password as well:" msgstr "Bitte gib auch dein Passwort ein:" -#: src/components/moderation/LabelsOnMeDialog.tsx:222 +#: src/components/moderation/LabelsOnMeDialog.tsx:221 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -3307,7 +3376,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "Bitte verifiziere deine E-Mail" -#: src/view/com/composer/Composer.tsx:221 +#: src/view/com/composer/Composer.tsx:222 msgid "Please wait for your link card to finish loading" msgstr "Bitte warte, bis deine Link-karte vollständig geladen ist" @@ -3320,11 +3389,11 @@ msgid "Porn" msgstr "Porno" #: src/lib/moderation/useGlobalLabelStrings.ts:34 -msgid "Pornography" -msgstr "" +#~ msgid "Pornography" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:366 -#: src/view/com/composer/Composer.tsx:374 +#: src/view/com/composer/Composer.tsx:367 +#: src/view/com/composer/Composer.tsx:375 msgctxt "action" msgid "Post" msgstr "Beitrag" @@ -3352,12 +3421,12 @@ msgstr "Beitrag gelöscht" msgid "Post hidden" msgstr "Beitrag ausgeblendet" -#: src/components/moderation/ModerationDetailsDialog.tsx:98 +#: src/components/moderation/ModerationDetailsDialog.tsx:97 #: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Post Hidden by Muted Word" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:101 +#: src/components/moderation/ModerationDetailsDialog.tsx:100 #: src/lib/moderation/useModerationCauseDescription.ts:108 msgid "Post Hidden by You" msgstr "" @@ -3379,11 +3448,11 @@ msgstr "Beitrag nicht gefunden" msgid "posts" msgstr "Beiträge" -#: src/view/screens/Profile.tsx:188 +#: src/view/screens/Profile.tsx:190 msgid "Posts" msgstr "Beiträge" -#: src/components/dialogs/MutedWords.tsx:90 +#: src/components/dialogs/MutedWords.tsx:89 msgid "Posts can be muted based on their text, their tags, or both." msgstr "Beiträge können basierend auf ihrem Text, ihren Tags oder beidem stummgeschaltet werden." @@ -3391,11 +3460,17 @@ msgstr "Beiträge können basierend auf ihrem Text, ihren Tags oder beidem stumm msgid "Posts hidden" msgstr "Ausgeblendete Beiträge" -#: src/view/com/modals/LinkWarning.tsx:46 +#: src/view/com/modals/LinkWarning.tsx:60 msgid "Potentially Misleading Link" msgstr "Potenziell irreführender Link" -#: src/components/Lists.tsx:88 +#: src/components/forms/HostingProvider.tsx:45 +msgid "Press to change hosting provider" +msgstr "" + +#: src/components/Error.tsx:74 +#: src/components/Lists.tsx:80 +#: src/screens/Signup/index.tsx:186 msgid "Press to retry" msgstr "" @@ -3417,23 +3492,23 @@ msgid "Privacy" msgstr "Privatsphäre" #: src/Navigation.tsx:231 -#: src/view/com/auth/create/Policies.tsx:69 +#: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:925 +#: src/view/screens/Settings/index.tsx:923 #: src/view/shell/Drawer.tsx:265 msgid "Privacy Policy" msgstr "Datenschutzerklärung" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:156 msgid "Processing..." msgstr "Wird bearbeitet..." #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:340 +#: src/view/screens/Profile.tsx:342 msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:260 #: src/view/shell/desktop/LeftNav.tsx:419 #: src/view/shell/Drawer.tsx:70 #: src/view/shell/Drawer.tsx:549 @@ -3441,15 +3516,15 @@ msgstr "" msgid "Profile" msgstr "Profil" -#: src/view/com/modals/EditProfile.tsx:128 +#: src/view/com/modals/EditProfile.tsx:129 msgid "Profile updated" msgstr "Profil aktualisiert" -#: src/view/screens/Settings/index.tsx:983 +#: src/view/screens/Settings/index.tsx:981 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 +#: src/screens/Onboarding/StepFinished.tsx:105 msgid "Public" msgstr "Öffentlich" @@ -3461,15 +3536,15 @@ msgstr "Öffentliche, gemeinsam nutzbare Listen von Nutzern, die du stummschalte msgid "Public, shareable lists which can drive feeds." msgstr "Öffentliche, gemeinsam nutzbare Listen, die Feeds steuern können." -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish post" msgstr "Beitrag veröffentlichen" -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish reply" msgstr "Antwort veröffentlichen" -#: src/view/com/modals/Repost.tsx:65 +#: src/view/com/modals/Repost.tsx:66 msgctxt "action" msgid "Quote post" msgstr "Beitrag zitieren" @@ -3478,7 +3553,7 @@ msgstr "Beitrag zitieren" msgid "Quote post" msgstr "Beitrag zitieren" -#: src/view/com/modals/Repost.tsx:70 +#: src/view/com/modals/Repost.tsx:71 msgctxt "action" msgid "Quote Post" msgstr "Beitrag zitieren" @@ -3487,11 +3562,11 @@ msgstr "Beitrag zitieren" msgid "Random (aka \"Poster's Roulette\")" msgstr "Zufällig (alias \"Poster's Roulette\")" -#: src/view/com/modals/EditImage.tsx:236 +#: src/view/com/modals/EditImage.tsx:237 msgid "Ratios" msgstr "Verhältnisse" -#: src/view/screens/Search/Search.tsx:776 +#: src/view/screens/Search/Search.tsx:777 msgid "Recent Searches" msgstr "" @@ -3503,7 +3578,7 @@ msgstr "Empfohlene Feeds" msgid "Recommended Users" msgstr "Empfohlene Nutzer" -#: src/components/dialogs/MutedWords.tsx:287 +#: src/components/dialogs/MutedWords.tsx:286 #: src/view/com/feeds/FeedSourceCard.tsx:283 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:83 @@ -3538,8 +3613,8 @@ msgstr "" #: src/view/com/feeds/FeedSourceCard.tsx:173 #: src/view/com/feeds/FeedSourceCard.tsx:233 -#: src/view/screens/ProfileFeed.tsx:334 -#: src/view/screens/ProfileFeed.tsx:340 +#: src/view/screens/ProfileFeed.tsx:335 +#: src/view/screens/ProfileFeed.tsx:341 msgid "Remove from my feeds" msgstr "Aus meinen Feeds entfernen" @@ -3555,11 +3630,11 @@ msgstr "Bild entfernen" msgid "Remove image preview" msgstr "Bildvorschau entfernen" -#: src/components/dialogs/MutedWords.tsx:330 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "Stummgeschaltetes Wort aus deiner Liste entfernen" -#: src/view/com/modals/Repost.tsx:47 +#: src/view/com/modals/Repost.tsx:48 msgid "Remove repost" msgstr "Repost entfernen" @@ -3584,7 +3659,7 @@ msgstr "Aus der Liste entfernt" msgid "Removed from my feeds" msgstr "Aus meinen Feeds entfernt" -#: src/view/screens/ProfileFeed.tsx:208 +#: src/view/screens/ProfileFeed.tsx:209 msgid "Removed from your feeds" msgstr "" @@ -3592,7 +3667,7 @@ msgstr "" msgid "Removes default thumbnail from {0}" msgstr "Entfernt Standard-Miniaturansicht von {0}" -#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:191 msgid "Replies" msgstr "Antworten" @@ -3600,7 +3675,7 @@ msgstr "Antworten" msgid "Replies to this thread are disabled" msgstr "Antworten auf diesen Thread sind deaktiviert" -#: src/view/com/composer/Composer.tsx:364 +#: src/view/com/composer/Composer.tsx:365 msgctxt "action" msgid "Reply" msgstr "Antworten" @@ -3624,8 +3699,12 @@ msgstr "Antwort an <0/>" msgid "Report Account" msgstr "Konto melden" -#: src/view/screens/ProfileFeed.tsx:351 -#: src/view/screens/ProfileFeed.tsx:353 +#: src/components/ReportDialog/index.tsx:49 +msgid "Report dialog" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:352 +#: src/view/screens/ProfileFeed.tsx:354 msgid "Report feed" msgstr "Feed melden" @@ -3638,29 +3717,29 @@ msgstr "Liste melden" msgid "Report post" msgstr "Beitrag melden" -#: src/components/ReportDialog/SelectReportOptionView.tsx:43 +#: src/components/ReportDialog/SelectReportOptionView.tsx:42 msgid "Report this content" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:56 +#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Report this feed" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:53 +#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Report this list" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:50 +#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Report this post" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:47 +#: src/components/ReportDialog/SelectReportOptionView.tsx:46 msgid "Report this user" msgstr "" -#: src/view/com/modals/Repost.tsx:43 -#: src/view/com/modals/Repost.tsx:48 -#: src/view/com/modals/Repost.tsx:53 +#: src/view/com/modals/Repost.tsx:44 +#: src/view/com/modals/Repost.tsx:49 +#: src/view/com/modals/Repost.tsx:54 #: src/view/com/util/post-ctrls/RepostButton.tsx:61 msgctxt "action" msgid "Repost" @@ -3709,12 +3788,10 @@ msgstr "Einen Code anfordern" msgid "Require alt text before posting" msgstr "Alt-Text vor der Veröffentlichung erforderlich machen" -#: src/view/com/auth/create/Step1.tsx:146 +#: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "Für diesen Anbieter erforderlich" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:124 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:136 #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "Code zurücksetzen" @@ -3732,7 +3809,7 @@ msgstr "Code zurücksetzen" msgid "Reset onboarding state" msgstr "Onboarding-Status zurücksetzen" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:104 +#: src/screens/Login/ForgotPasswordForm.tsx:86 msgid "Reset password" msgstr "Passwort zurücksetzen" @@ -3753,7 +3830,7 @@ msgstr "Setzt den Onboarding-Status zurück" msgid "Resets the preferences state" msgstr "Einstellungen zurücksetzen" -#: src/view/com/auth/login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:235 msgid "Retries login" msgstr "Versucht die Anmeldung erneut" @@ -3762,18 +3839,19 @@ msgstr "Versucht die Anmeldung erneut" msgid "Retries the last action, which errored out" msgstr "Wiederholung der letzten Aktion, bei der ein Fehler aufgetreten ist" -#: src/components/Lists.tsx:98 -#: src/screens/Onboarding/StepInterests/index.tsx:221 -#: src/screens/Onboarding/StepInterests/index.tsx:224 -#: src/view/com/auth/create/CreateAccount.tsx:181 -#: src/view/com/auth/create/CreateAccount.tsx:186 -#: src/view/com/auth/login/LoginForm.tsx:271 -#: src/view/com/auth/login/LoginForm.tsx:274 +#: src/components/Error.tsx:79 +#: src/components/Lists.tsx:91 +#: src/screens/Login/LoginForm.tsx:234 +#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Onboarding/StepInterests/index.tsx:225 +#: src/screens/Onboarding/StepInterests/index.tsx:228 +#: src/screens/Signup/index.tsx:193 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 msgid "Retry" msgstr "Wiederholen" +#: src/components/Error.tsx:86 #: src/view/screens/ProfileList.tsx:917 msgid "Return to previous page" msgstr "Zurück zur vorherigen Seite" @@ -3783,24 +3861,24 @@ msgid "Returns to home page" msgstr "" #: src/view/screens/NotFound.tsx:58 -#: src/view/screens/ProfileFeed.tsx:112 +#: src/view/screens/ProfileFeed.tsx:113 msgid "Returns to previous page" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:337 -#: src/view/com/modals/EditProfile.tsx:224 +#: src/view/com/modals/ChangeHandle.tsx:174 +#: src/view/com/modals/CreateOrEditList.tsx:338 +#: src/view/com/modals/EditProfile.tsx:225 msgid "Save" msgstr "Speichern" #: src/view/com/lightbox/Lightbox.tsx:132 -#: src/view/com/modals/CreateOrEditList.tsx:345 +#: src/view/com/modals/CreateOrEditList.tsx:346 msgctxt "action" msgid "Save" msgstr "Speichern" -#: src/view/com/modals/AltImage.tsx:130 +#: src/view/com/modals/AltImage.tsx:131 msgid "Save alt text" msgstr "Alt-Text speichern" @@ -3808,20 +3886,20 @@ msgstr "Alt-Text speichern" msgid "Save birthday" msgstr "" -#: src/view/com/modals/EditProfile.tsx:232 +#: src/view/com/modals/EditProfile.tsx:233 msgid "Save Changes" msgstr "Änderungen speichern" -#: src/view/com/modals/ChangeHandle.tsx:170 +#: src/view/com/modals/ChangeHandle.tsx:171 msgid "Save handle change" msgstr "Handle-Änderung speichern" -#: src/view/com/modals/crop-image/CropImage.web.tsx:144 +#: src/view/com/modals/crop-image/CropImage.web.tsx:145 msgid "Save image crop" msgstr "Bildausschnitt speichern" -#: src/view/screens/ProfileFeed.tsx:335 -#: src/view/screens/ProfileFeed.tsx:341 +#: src/view/screens/ProfileFeed.tsx:336 +#: src/view/screens/ProfileFeed.tsx:342 msgid "Save to my feeds" msgstr "" @@ -3833,19 +3911,19 @@ msgstr "Gespeicherte Feeds" msgid "Saved to your camera roll." msgstr "" -#: src/view/screens/ProfileFeed.tsx:212 +#: src/view/screens/ProfileFeed.tsx:213 msgid "Saved to your feeds" msgstr "" -#: src/view/com/modals/EditProfile.tsx:225 +#: src/view/com/modals/EditProfile.tsx:226 msgid "Saves any changes to your profile" msgstr "Speichert alle Änderungen an Deinem Profil" -#: src/view/com/modals/ChangeHandle.tsx:171 +#: src/view/com/modals/ChangeHandle.tsx:172 msgid "Saves handle change to {handle}" msgstr "Speichert Handle-Änderung in {handle}" -#: src/view/com/modals/crop-image/CropImage.web.tsx:145 +#: src/view/com/modals/crop-image/CropImage.web.tsx:146 msgid "Saves image crop settings" msgstr "" @@ -3858,14 +3936,14 @@ msgid "Scroll to top" msgstr "Zum Anfang blättern" #: src/Navigation.tsx:459 -#: src/view/com/auth/LoggedOut.tsx:122 +#: src/view/com/auth/LoggedOut.tsx:123 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 -#: src/view/screens/Search/Search.tsx:420 -#: src/view/screens/Search/Search.tsx:669 -#: src/view/screens/Search/Search.tsx:687 -#: src/view/shell/bottom-bar/BottomBar.tsx:161 +#: src/view/screens/Search/Search.tsx:421 +#: src/view/screens/Search/Search.tsx:670 +#: src/view/screens/Search/Search.tsx:688 +#: src/view/shell/bottom-bar/BottomBar.tsx:169 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 #: src/view/shell/desktop/Search.tsx:224 @@ -3874,7 +3952,7 @@ msgstr "Zum Anfang blättern" msgid "Search" msgstr "Suche" -#: src/view/screens/Search/Search.tsx:736 +#: src/view/screens/Search/Search.tsx:737 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "Suche nach \"{query}\"" @@ -3887,8 +3965,8 @@ msgstr "Nach allen Beiträgen von @{authorHandle} mit dem Tag {displayTag} suche msgid "Search for all posts with tag {displayTag}" msgstr "Nach allen Beiträgen mit dem Tag {displayTag} suchen" -#: src/view/com/auth/LoggedOut.tsx:104 #: src/view/com/auth/LoggedOut.tsx:105 +#: src/view/com/auth/LoggedOut.tsx:106 #: src/view/com/modals/ListAddRemoveUsers.tsx:70 msgid "Search for users" msgstr "Nach Nutzern suchen" @@ -3917,7 +3995,7 @@ msgstr "Siehe <0>{displayTag}</0>-Beiträge von diesem Benutzer" msgid "See this guide" msgstr "Siehe diesen Leitfaden" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:39 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:40 msgid "See what's next" msgstr "Schau, was als nächstes kommt" @@ -3925,7 +4003,11 @@ msgstr "Schau, was als nächstes kommt" msgid "Select {item}" msgstr "Wähle {item}" -#: src/view/com/auth/login/Login.tsx:117 +#: src/screens/Login/ChooseAccountForm.tsx:61 +msgid "Select account" +msgstr "" + +#: src/screens/Login/index.tsx:120 msgid "Select from an existing account" msgstr "Von einem bestehenden Konto auswählen" @@ -3933,7 +4015,7 @@ msgstr "Von einem bestehenden Konto auswählen" msgid "Select languages" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:32 +#: src/components/ReportDialog/SelectLabelerView.tsx:30 msgid "Select moderator" msgstr "" @@ -3943,8 +4025,8 @@ msgstr "Wähle Option {i} von {numItems}" #: src/view/com/auth/create/Step1.tsx:96 #: src/view/com/auth/login/LoginForm.tsx:153 -msgid "Select service" -msgstr "Service auswählen" +#~ msgid "Select service" +#~ msgstr "Service auswählen" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 msgid "Select some accounts below to follow" @@ -3958,11 +4040,11 @@ msgstr "" msgid "Select the service that hosts your data." msgstr "Wähle den Dienst aus, der deine Daten hostet." -#: src/screens/Onboarding/StepTopicalFeeds.tsx:96 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:100 msgid "Select topical feeds to follow from the list below" msgstr "Wähle aus der folgenden Liste die themenbezogenen Feeds aus, die du verfolgen möchtest" -#: src/screens/Onboarding/StepModeration/index.tsx:62 +#: src/screens/Onboarding/StepModeration/index.tsx:63 msgid "Select what you want to see (or not see), and we’ll handle the rest." msgstr "Wähle aus, was du sehen (oder nicht sehen) möchtest, und wir kümmern uns um den Rest." @@ -3978,7 +4060,11 @@ msgstr "Wähle aus, welche Sprachen deine abonnierten Feeds enthalten sollen. We msgid "Select your app language for the default text to display in the app." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:133 +msgid "Select your date of birth" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:200 msgid "Select your interests from the options below" msgstr "Wähle aus den folgenden Optionen deine Interessen aus" @@ -3986,11 +4072,11 @@ msgstr "Wähle aus den folgenden Optionen deine Interessen aus" 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 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:117 msgid "Select your primary algorithmic feeds" msgstr "Wähle deine primären algorithmischen Feeds" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:142 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:133 msgid "Select your secondary algorithmic feeds" msgstr "Wähle deine sekundären algorithmischen Feeds" @@ -3999,11 +4085,11 @@ msgstr "Wähle deine sekundären algorithmischen Feeds" msgid "Send Confirmation Email" msgstr "Bestätigungs-E-Mail senden" -#: src/view/com/modals/DeleteAccount.tsx:131 +#: src/view/com/modals/DeleteAccount.tsx:130 msgid "Send email" msgstr "E-Mail senden" -#: src/view/com/modals/DeleteAccount.tsx:144 +#: src/view/com/modals/DeleteAccount.tsx:143 msgctxt "action" msgid "Send Email" msgstr "E-Mail senden" @@ -4022,15 +4108,15 @@ msgstr "" #~ msgid "Send Report" #~ msgstr "Bericht senden" -#: src/components/ReportDialog/SelectLabelerView.tsx:46 +#: src/components/ReportDialog/SelectLabelerView.tsx:44 msgid "Send report to {0}" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:133 +#: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "Sendet eine E-Mail mit Bestätigungscode für die Kontolöschung" -#: src/view/com/auth/server-input/index.tsx:110 +#: src/view/com/auth/server-input/index.tsx:114 msgid "Server address" msgstr "Server-Adresse" @@ -4044,7 +4130,7 @@ msgstr "Server-Adresse" #~ msgid "Set Age" #~ msgstr "Alter festlegen" -#: src/screens/Moderation/index.tsx:306 +#: src/screens/Moderation/index.tsx:304 msgid "Set birthdate" msgstr "" @@ -4068,13 +4154,13 @@ msgstr "" #~ msgid "Set dark theme to the dim theme" #~ msgstr "Dunkles Thema auf das gedämpfte Thema einstellen" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:104 +#: src/screens/Login/SetNewPasswordForm.tsx:102 msgid "Set new password" msgstr "Neues Passwort festlegen" #: src/view/com/auth/create/Step1.tsx:202 -msgid "Set password" -msgstr "Passwort festlegen" +#~ msgid "Set password" +#~ msgstr "Passwort festlegen" #: src/view/screens/PreferencesFollowingFeed.tsx:225 msgid "Set this setting to \"No\" to hide all quote posts from your feed. Reposts will still be visible." @@ -4096,11 +4182,11 @@ 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 Following-Feed anzuzeigen. Dies ist eine experimentelle Funktion." -#: src/screens/Onboarding/Layout.tsx:50 +#: src/screens/Onboarding/Layout.tsx:48 msgid "Set up your account" msgstr "Dein Konto einrichten" -#: src/view/com/modals/ChangeHandle.tsx:266 +#: src/view/com/modals/ChangeHandle.tsx:267 msgid "Sets Bluesky username" msgstr "Legt deinen Bluesky-Benutzernamen fest" @@ -4124,30 +4210,30 @@ msgstr "" msgid "Sets dark theme to the dim theme" msgstr "" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:157 +#: src/screens/Login/ForgotPasswordForm.tsx:113 msgid "Sets email for password reset" msgstr "Legt die E-Mail für das Zurücksetzen des Passworts fest" #: src/view/com/auth/login/ForgotPasswordForm.tsx:122 -msgid "Sets hosting provider for password reset" -msgstr "Legt den Hosting-Anbieter für das Zurücksetzen des Passworts fest" +#~ msgid "Sets hosting provider for password reset" +#~ msgstr "Legt den Hosting-Anbieter für das Zurücksetzen des Passworts fest" -#: src/view/com/modals/crop-image/CropImage.web.tsx:123 +#: src/view/com/modals/crop-image/CropImage.web.tsx:124 msgid "Sets image aspect ratio to square" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:113 +#: src/view/com/modals/crop-image/CropImage.web.tsx:114 msgid "Sets image aspect ratio to tall" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:103 +#: src/view/com/modals/crop-image/CropImage.web.tsx:104 msgid "Sets image aspect ratio to wide" msgstr "" #: src/view/com/auth/create/Step1.tsx:97 #: src/view/com/auth/login/LoginForm.tsx:154 -msgid "Sets server for the Bluesky client" -msgstr "Setzt den Server für den Bluesky-Client" +#~ msgid "Sets server for the Bluesky client" +#~ msgstr "Setzt den Server für den Bluesky-Client" #: src/Navigation.tsx:139 #: src/view/screens/Settings/index.tsx:313 @@ -4174,23 +4260,33 @@ msgstr "Teilen" #: src/view/com/profile/ProfileMenu.tsx:224 #: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:237 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:218 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:235 #: src/view/screens/ProfileList.tsx:388 msgid "Share" msgstr "Teilen" #: src/view/com/profile/ProfileMenu.tsx:373 #: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:251 msgid "Share anyway" msgstr "" -#: src/view/screens/ProfileFeed.tsx:361 -#: src/view/screens/ProfileFeed.tsx:363 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileFeed.tsx:364 msgid "Share feed" msgstr "Feed teilen" +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 +msgid "Share Link" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:92 +msgid "Shares the linked website" +msgstr "" + #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:45 +#: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 #: src/view/screens/Settings/index.tsx:363 @@ -4201,8 +4297,8 @@ msgstr "Anzeigen" msgid "Show all replies" msgstr "Alle Antworten anzeigen" -#: src/components/moderation/ScreenHider.tsx:162 -#: src/components/moderation/ScreenHider.tsx:165 +#: src/components/moderation/ScreenHider.tsx:169 +#: src/components/moderation/ScreenHider.tsx:172 msgid "Show anyway" msgstr "Trotzdem anzeigen" @@ -4216,10 +4312,10 @@ msgid "Show badge and filter from feeds" msgstr "" #: src/view/com/modals/EmbedConsent.tsx:87 -msgid "Show embeds from {0}" -msgstr "Eingebettete Medien von {0} anzeigen" +#~ msgid "Show embeds from {0}" +#~ msgstr "Eingebettete Medien von {0} anzeigen" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 msgid "Show follows similar to {0}" msgstr "Zeige ähnliche Konten wie {0}" @@ -4237,15 +4333,15 @@ msgstr "Beiträge aus meinen Feeds anzeigen" msgid "Show Quote Posts" msgstr "Zitierte Beiträge anzeigen" -#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +#: src/screens/Onboarding/StepFollowingFeed.tsx:119 msgid "Show quote-posts in Following feed" msgstr "Zitierte Beiträge im Following Feed anzeigen" -#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +#: src/screens/Onboarding/StepFollowingFeed.tsx:135 msgid "Show quotes in Following" msgstr "Zitierte Beiträge im Following Feed anzeigen" -#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +#: src/screens/Onboarding/StepFollowingFeed.tsx:95 msgid "Show re-posts in Following feed" msgstr "Reposts im Following-Feed anzeigen" @@ -4257,11 +4353,11 @@ 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 +#: src/screens/Onboarding/StepFollowingFeed.tsx:87 msgid "Show replies in Following" msgstr "Antworten in folgendem Feed anzeigen" -#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +#: src/screens/Onboarding/StepFollowingFeed.tsx:71 msgid "Show replies in Following feed" msgstr "Antworten in folgendem Feed anzeigen" @@ -4273,7 +4369,7 @@ msgstr "Antworten mit mindestens {value} {0} anzeigen" msgid "Show Reposts" msgstr "Reposts anzeigen" -#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +#: src/screens/Onboarding/StepFollowingFeed.tsx:111 msgid "Show reposts in Following" msgstr "Reposts im Following-Feed anzeigen" @@ -4298,16 +4394,22 @@ msgstr "" #~ msgid "Shows a list of users similar to this user." #~ msgstr "Zeigt eine Liste von Benutzern, die diesem Benutzer ähnlich sind." -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:127 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 msgid "Shows posts from {0} in your feed" msgstr "Zeigt Beiträge von {0} in deinem Feed" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:72 -#: src/view/com/auth/login/Login.tsx:98 +#: src/screens/Login/index.tsx:100 +#: src/screens/Login/index.tsx:119 +#: src/screens/Login/LoginForm.tsx:131 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:73 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:83 #: src/view/com/auth/SplashScreen.tsx:81 -#: src/view/shell/bottom-bar/BottomBar.tsx:289 -#: src/view/shell/bottom-bar/BottomBar.tsx:290 -#: src/view/shell/bottom-bar/BottomBar.tsx:292 +#: src/view/com/auth/SplashScreen.tsx:90 +#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:119 +#: src/view/shell/bottom-bar/BottomBar.tsx:300 +#: src/view/shell/bottom-bar/BottomBar.tsx:301 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 @@ -4320,32 +4422,29 @@ msgstr "Anmelden" #: src/view/com/auth/HomeLoggedOutCTA.tsx:82 #: src/view/com/auth/SplashScreen.tsx:86 #: src/view/com/auth/SplashScreen.web.tsx:91 -msgid "Sign In" -msgstr "Anmelden" +#~ msgid "Sign In" +#~ msgstr "Anmelden" -#: src/view/com/auth/login/ChooseAccountForm.tsx:45 +#: src/components/AccountList.tsx:109 msgid "Sign in as {0}" msgstr "Anmelden als {0}" -#: src/view/com/auth/login/ChooseAccountForm.tsx:127 -#: src/view/com/auth/login/Login.tsx:116 +#: src/screens/Login/ChooseAccountForm.tsx:64 msgid "Sign in as..." msgstr "Anmelden als..." #: src/view/com/auth/login/LoginForm.tsx:140 -msgid "Sign into" -msgstr "Anmelden bei" +#~ msgid "Sign into" +#~ msgstr "Anmelden bei" -#: src/view/com/modals/SwitchAccount.tsx:68 -#: src/view/com/modals/SwitchAccount.tsx:73 #: src/view/screens/Settings/index.tsx:107 #: src/view/screens/Settings/index.tsx:110 msgid "Sign out" msgstr "Abmelden" -#: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/bottom-bar/BottomBar.tsx:280 -#: src/view/shell/bottom-bar/BottomBar.tsx:282 +#: src/view/shell/bottom-bar/BottomBar.tsx:290 +#: src/view/shell/bottom-bar/BottomBar.tsx:291 +#: src/view/shell/bottom-bar/BottomBar.tsx:293 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 @@ -4359,7 +4458,7 @@ msgstr "Registrieren" msgid "Sign up or sign in to join the conversation" msgstr "Registriere dich oder melden dich an, um an der Diskussion teilzunehmen" -#: src/components/moderation/ScreenHider.tsx:98 +#: src/components/moderation/ScreenHider.tsx:97 #: src/lib/moderation/useGlobalLabelStrings.ts:28 msgid "Sign-in Required" msgstr "Anmelden erforderlich" @@ -4368,21 +4467,21 @@ msgstr "Anmelden erforderlich" msgid "Signed in as" msgstr "Angemeldet als" -#: src/view/com/auth/login/ChooseAccountForm.tsx:112 +#: src/screens/Login/ChooseAccountForm.tsx:48 msgid "Signed in as @{0}" msgstr "Angemeldet als @{0}" #: src/view/com/modals/SwitchAccount.tsx:70 -msgid "Signs {0} out of Bluesky" -msgstr "Meldet {0} von Bluesky ab" +#~ msgid "Signs {0} out of Bluesky" +#~ msgstr "Meldet {0} von Bluesky ab" -#: src/screens/Onboarding/StepInterests/index.tsx:235 -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:195 +#: src/screens/Onboarding/StepInterests/index.tsx:239 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:203 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:35 msgid "Skip" msgstr "Überspringen" -#: src/screens/Onboarding/StepInterests/index.tsx:232 +#: src/screens/Onboarding/StepInterests/index.tsx:236 msgid "Skip this flow" msgstr "Diesen Schritt überspringen" @@ -4390,9 +4489,9 @@ msgstr "Diesen Schritt überspringen" msgid "Software Dev" msgstr "Software-Entwicklung" -#: src/components/ReportDialog/index.tsx:52 -#: src/screens/Moderation/index.tsx:116 -#: src/screens/Profile/Sections/Labels.tsx:77 +#: src/components/ReportDialog/index.tsx:59 +#: src/screens/Moderation/index.tsx:114 +#: src/screens/Profile/Sections/Labels.tsx:76 msgid "Something went wrong, please try again." msgstr "" @@ -4400,7 +4499,7 @@ msgstr "" #~ msgid "Something went wrong!" #~ msgstr "Es ist ein Fehler aufgetreten." -#: src/App.native.tsx:71 +#: src/App.native.tsx:66 msgid "Sorry! Your session expired. Please log in again." msgstr "Entschuldigung! Deine Sitzung ist abgelaufen. Bitte logge dich erneut ein." @@ -4412,7 +4511,7 @@ msgstr "Antworten sortieren" msgid "Sort replies to the same post by:" msgstr "Antworten auf denselben Beitrag sortieren nach:" -#: src/components/moderation/LabelsOnMeDialog.tsx:147 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 msgid "Source:" msgstr "" @@ -4428,17 +4527,21 @@ msgstr "" msgid "Sports" msgstr "Sport" -#: src/view/com/modals/crop-image/CropImage.web.tsx:122 +#: src/view/com/modals/crop-image/CropImage.web.tsx:123 msgid "Square" msgstr "Quadratische" -#: src/view/screens/Settings/index.tsx:905 +#: src/view/screens/Settings/index.tsx:903 msgid "Status page" msgstr "Status-Seite" +#: src/screens/Signup/index.tsx:142 +msgid "Step" +msgstr "" + #: src/view/com/auth/create/StepHeader.tsx:22 -msgid "Step {0} of {numSteps}" -msgstr "Schritt {0} von {numSteps}" +#~ msgid "Step {0} of {numSteps}" +#~ msgstr "Schritt {0} von {numSteps}" #: src/view/screens/Settings/index.tsx:292 msgid "Storage cleared, you need to restart the app now." @@ -4449,8 +4552,8 @@ msgstr "Der Speicher wurde gelöscht, du musst die App jetzt neu starten." msgid "Storybook" msgstr "Geschichtenbuch" +#: src/components/moderation/LabelsOnMeDialog.tsx:255 #: src/components/moderation/LabelsOnMeDialog.tsx:256 -#: src/components/moderation/LabelsOnMeDialog.tsx:257 msgid "Submit" msgstr "Einreichen" @@ -4458,20 +4561,20 @@ msgstr "Einreichen" msgid "Subscribe" msgstr "Abonnieren" -#: src/screens/Profile/Sections/Labels.tsx:181 +#: src/screens/Profile/Sections/Labels.tsx:180 msgid "Subscribe to @{0} to use these labels:" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:222 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:221 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:308 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:172 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 msgid "Subscribe to the {0} feed" msgstr "Abonniere den {0} Feed" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:185 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 msgid "Subscribe to this labeler" msgstr "" @@ -4479,7 +4582,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "Abonniere diese Liste" -#: src/view/screens/Search/Search.tsx:375 +#: src/view/screens/Search/Search.tsx:376 msgid "Suggested Follows" msgstr "Vorgeschlagene Follower" @@ -4497,16 +4600,15 @@ msgstr "Suggestiv" msgid "Support" msgstr "Support" -#: src/view/com/modals/SwitchAccount.tsx:123 +#: src/components/dialogs/SwitchAccount.tsx:46 +#: src/components/dialogs/SwitchAccount.tsx:49 msgid "Switch Account" msgstr "Konto wechseln" -#: src/view/com/modals/SwitchAccount.tsx:103 #: src/view/screens/Settings/index.tsx:139 msgid "Switch to {0}" msgstr "Wechseln zu {0}" -#: src/view/com/modals/SwitchAccount.tsx:104 #: src/view/screens/Settings/index.tsx:140 msgid "Switches the account you are logged in to" msgstr "Wechselt das Konto, in das du eingeloggt bist" @@ -4519,7 +4621,7 @@ msgstr "System" msgid "System log" msgstr "Systemprotokoll" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "Tag" @@ -4527,7 +4629,7 @@ msgstr "Tag" msgid "Tag menu: {displayTag}" msgstr "Tag-Menü: {displayTag}" -#: src/view/com/modals/crop-image/CropImage.web.tsx:112 +#: src/view/com/modals/crop-image/CropImage.web.tsx:113 msgid "Tall" msgstr "Groß" @@ -4544,8 +4646,8 @@ msgid "Terms" msgstr "Bedingungen" #: src/Navigation.tsx:236 -#: src/view/com/auth/create/Policies.tsx:59 -#: src/view/screens/Settings/index.tsx:919 +#: src/screens/Signup/StepInfo/Policies.tsx:49 +#: src/view/screens/Settings/index.tsx:917 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:259 msgid "Terms of Service" @@ -4557,11 +4659,11 @@ msgstr "Nutzungsbedingungen" msgid "Terms used violate community standards" msgstr "" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "Text" -#: src/components/moderation/LabelsOnMeDialog.tsx:220 +#: src/components/moderation/LabelsOnMeDialog.tsx:219 msgid "Text input field" msgstr "Text-Eingabefeld" @@ -4569,20 +4671,20 @@ msgstr "Text-Eingabefeld" msgid "Thank you. Your report has been sent." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:466 +#: src/view/com/modals/ChangeHandle.tsx:465 msgid "That contains the following:" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:94 +#: src/screens/Signup/index.tsx:84 msgid "That handle is already taken." msgstr "Dieser Handle ist bereits besetzt." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:283 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "Das Konto kann nach der Entblockiert mit dir interagieren." -#: src/components/moderation/ModerationDetailsDialog.tsx:128 +#: src/components/moderation/ModerationDetailsDialog.tsx:127 msgid "the author" msgstr "" @@ -4594,15 +4696,15 @@ msgstr "Die Community-Richtlinien wurden nach <0/> verschoben" msgid "The Copyright Policy has been moved to <0/>" msgstr "Die Copyright-Richtlinie wurde nach <0/> verschoben" -#: src/components/moderation/LabelsOnMeDialog.tsx:49 +#: src/components/moderation/LabelsOnMeDialog.tsx:48 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:50 +#: src/components/moderation/LabelsOnMeDialog.tsx:49 msgid "The following labels were applied to your content." msgstr "" -#: src/screens/Onboarding/Layout.tsx:60 +#: src/screens/Onboarding/Layout.tsx:58 msgid "The following steps will help customize your Bluesky experience." msgstr "Die folgenden Schritte helfen dir, dein Bluesky-Erlebnis anzupassen." @@ -4623,12 +4725,12 @@ msgstr "Das Support-Formular wurde verschoben. Wenn du Hilfe benötigst, wende d msgid "The Terms of Service have been moved to" msgstr "Die Allgemeinen Geschäftsbedingungen wurden verschoben nach" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:150 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:141 msgid "There are many feeds to try:" msgstr "Es gibt viele Feeds zum Ausprobieren:" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:113 -#: src/view/screens/ProfileFeed.tsx:543 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112 +#: src/view/screens/ProfileFeed.tsx:544 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "Es gab ein Problem bei der Kontaktaufnahme mit dem Server. Bitte überprüfe deine Internetverbindung und versuche es erneut." @@ -4636,11 +4738,11 @@ msgstr "Es gab ein Problem bei der Kontaktaufnahme mit dem Server. Bitte überpr msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "Es gab ein Problem beim Entfernen dieses Feeds. Bitte überprüfe deine Internetverbindung und versuche es erneut." -#: src/view/screens/ProfileFeed.tsx:217 +#: src/view/screens/ProfileFeed.tsx:218 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "Es gab ein Problem bei der Aktualisierung deines Feeds. Bitte überprüfe deine Internetverbindung und versuche es erneut." -#: src/view/screens/ProfileFeed.tsx:244 +#: src/view/screens/ProfileFeed.tsx:245 #: src/view/screens/ProfileList.tsx:275 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 @@ -4659,7 +4761,7 @@ msgstr "Es gab ein Problem bei der Kontaktaufnahme mit deinem Server" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Es gab ein Problem beim Abrufen von Mitteilungen. Tippe hier, um es erneut zu versuchen." -#: src/view/com/posts/Feed.tsx:283 +#: src/view/com/posts/Feed.tsx:287 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Es gab ein Problem beim Abrufen der Beiträge. Tippe hier, um es erneut zu versuchen." @@ -4684,11 +4786,11 @@ msgstr "Es gab ein Problem bei der Synchronisierung deiner Einstellungen mit dem msgid "There was an issue with fetching your app passwords" msgstr "Es gab ein Problem beim Abrufen deiner App-Passwörter" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:134 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:96 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:106 #: src/view/com/profile/ProfileMenu.tsx:117 #: src/view/com/profile/ProfileMenu.tsx:132 @@ -4713,19 +4815,19 @@ msgstr "Es gab ein unerwartetes Problem in der Anwendung. Bitte teile uns mit, w msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Es gab einen Ansturm neuer Nutzer auf Bluesky! Wir werden dein Konto so schnell wie möglich aktivieren." -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146 msgid "These are popular accounts you might like:" msgstr "Dies sind beliebte Konten, die dir gefallen könnten:" -#: src/components/moderation/ScreenHider.tsx:117 +#: src/components/moderation/ScreenHider.tsx:116 msgid "This {screenDescription} has been flagged:" msgstr "Diese {screenDescription} wurde gekennzeichnet:" -#: src/components/moderation/ScreenHider.tsx:112 +#: src/components/moderation/ScreenHider.tsx:111 msgid "This account has requested that users sign in to view their profile." msgstr "Dieses Konto hat die Benutzer aufgefordert, sich anzumelden, um dein Profil zu sehen." -#: src/components/moderation/LabelsOnMeDialog.tsx:205 +#: src/components/moderation/LabelsOnMeDialog.tsx:204 msgid "This appeal will be sent to <0>{0}</0>." msgstr "" @@ -4737,11 +4839,11 @@ msgstr "" msgid "This content has received a general warning from moderators." msgstr "" -#: src/view/com/modals/EmbedConsent.tsx:68 +#: src/components/dialogs/EmbedConsent.tsx:64 msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Dieser Inhalt wird von {0} gehostet. Möchtest du externe Medien aktivieren?" -#: src/components/moderation/ModerationDetailsDialog.tsx:78 +#: src/components/moderation/ModerationDetailsDialog.tsx:77 #: src/lib/moderation/useModerationCauseDescription.ts:77 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Dieser Inhalt ist nicht verfügbar, weil einer der beteiligten Nutzer den anderen blockiert hat." @@ -4763,7 +4865,7 @@ msgid "This feed is currently receiving high traffic and is temporarily unavaila msgstr "Dieser Feed wird derzeit stark frequentiert und ist vorübergehend nicht verfügbar. Bitte versuche es später erneut." #: src/screens/Profile/Sections/Feed.tsx:50 -#: src/view/screens/ProfileFeed.tsx:476 +#: src/view/screens/ProfileFeed.tsx:477 #: src/view/screens/ProfileList.tsx:675 msgid "This feed is empty!" msgstr "Dieser Feed ist leer!" @@ -4780,15 +4882,15 @@ 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/components/moderation/ModerationDetailsDialog.tsx:125 +#: src/components/moderation/ModerationDetailsDialog.tsx:124 msgid "This label was applied by {0}." msgstr "" -#: src/screens/Profile/Sections/Labels.tsx:168 +#: src/screens/Profile/Sections/Labels.tsx:167 msgid "This labeler hasn't declared what labels it publishes, and may not be active." msgstr "" -#: src/view/com/modals/LinkWarning.tsx:58 +#: src/view/com/modals/LinkWarning.tsx:72 msgid "This link is taking you to the following website:" msgstr "Dieser Link führt dich auf die folgende Website:" @@ -4800,7 +4902,7 @@ msgstr "Diese Liste ist leer!" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:106 +#: src/view/com/modals/AddAppPasswords.tsx:107 msgid "This name is already in use" msgstr "Dieser Name ist bereits in Gebrauch" @@ -4809,6 +4911,7 @@ msgid "This post has been deleted." msgstr "Dieser Beitrag wurde gelöscht." #: src/view/com/util/forms/PostDropdownBtn.tsx:344 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "" @@ -4820,19 +4923,19 @@ msgstr "" msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "" -#: src/view/com/auth/create/Policies.tsx:46 +#: src/screens/Signup/StepInfo/Policies.tsx:37 msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:446 +#: src/view/com/modals/ChangeHandle.tsx:445 msgid "This should create a domain record at:" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:87 msgid "This user doesn't have any followers." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:73 +#: src/components/moderation/ModerationDetailsDialog.tsx:72 #: src/lib/moderation/useModerationCauseDescription.ts:68 msgid "This user has blocked you. You cannot view their content." msgstr "Dieser Benutzer hat dich blockiert. Du kannst deren Inhalte nicht sehen." @@ -4849,15 +4952,15 @@ msgstr "" #~ msgid "This user is included in the <0/> list which you have muted." #~ msgstr "Dieser Benutzer ist in der Liste <0/> enthalten, die du stummgeschaltet haben." -#: src/components/moderation/ModerationDetailsDialog.tsx:56 +#: src/components/moderation/ModerationDetailsDialog.tsx:55 msgid "This user is included in the <0>{0}</0> list which you have blocked." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:85 +#: src/components/moderation/ModerationDetailsDialog.tsx:84 msgid "This user is included in the <0>{0}</0> list which you have muted." msgstr "" -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:87 msgid "This user isn't following anyone." msgstr "" @@ -4865,7 +4968,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/components/dialogs/MutedWords.tsx:284 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "Dies wird {0} aus deinen stummgeschalteten Wörtern löschen. Du kannst es später jederzeit wieder hinzufügen." @@ -4890,11 +4993,11 @@ msgstr "Gewindemodus" msgid "Threads Preferences" msgstr "Thread-Einstellungen" -#: src/components/ReportDialog/SelectLabelerView.tsx:35 +#: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "" -#: src/components/dialogs/MutedWords.tsx:113 +#: src/components/dialogs/MutedWords.tsx:112 msgid "Toggle between muted word options." msgstr "Zwischen den Optionen für stummgeschaltete Wörter wechseln." @@ -4902,11 +5005,11 @@ msgstr "Zwischen den Optionen für stummgeschaltete Wörter wechseln." msgid "Toggle dropdown" msgstr "Dieses Dropdown umschalten" -#: src/screens/Moderation/index.tsx:334 +#: src/screens/Moderation/index.tsx:332 msgid "Toggle to enable or disable adult content" msgstr "" -#: src/view/com/modals/EditImage.tsx:271 +#: src/view/com/modals/EditImage.tsx:272 msgid "Transformations" msgstr "Verwandlungen" @@ -4922,7 +5025,7 @@ msgctxt "action" msgid "Try again" msgstr "Erneut versuchen" -#: src/view/com/modals/ChangeHandle.tsx:429 +#: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "" @@ -4934,22 +5037,23 @@ msgstr "Liste entblocken" msgid "Un-mute list" msgstr "Stummschaltung von Liste aufheben" -#: src/view/com/auth/create/CreateAccount.tsx:58 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:87 -#: src/view/com/auth/login/Login.tsx:76 -#: src/view/com/auth/login/LoginForm.tsx:121 +#: src/screens/Login/ForgotPasswordForm.tsx:74 +#: src/screens/Login/index.tsx:78 +#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/SetNewPasswordForm.tsx:77 +#: src/screens/Signup/index.tsx:63 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Es ist uns nicht gelungen, deinen Dienst zu kontaktieren. Bitte überprüfe deine Internetverbindung." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:572 msgid "Unblock" msgstr "Entblocken" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 msgctxt "action" msgid "Unblock" msgstr "Entblocken" @@ -4959,13 +5063,13 @@ msgstr "Entblocken" msgid "Unblock Account" msgstr "Konto entblocken" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:281 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "" -#: src/view/com/modals/Repost.tsx:42 -#: src/view/com/modals/Repost.tsx:55 +#: src/view/com/modals/Repost.tsx:43 +#: src/view/com/modals/Repost.tsx:56 #: src/view/com/util/post-ctrls/RepostButton.tsx:60 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:48 msgid "Undo repost" @@ -4981,7 +5085,7 @@ msgctxt "action" msgid "Unfollow" msgstr "Nicht mehr folgen" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 msgid "Unfollow {0}" msgstr "{0} nicht mehr folgen" @@ -4991,14 +5095,14 @@ msgid "Unfollow Account" msgstr "" #: src/view/com/auth/create/state.ts:262 -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." +#~ 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:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Unlike" msgstr "Like aufheben" -#: src/view/screens/ProfileFeed.tsx:572 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Unlike this feed" msgstr "" @@ -5025,12 +5129,12 @@ msgstr "Stummschaltung aller {displayTag}-Beiträge aufheben" msgid "Unmute thread" msgstr "Stummschaltung von Thread aufheben" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 #: src/view/screens/ProfileList.tsx:563 msgid "Unpin" msgstr "Anheften aufheben" -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Unpin from home" msgstr "" @@ -5042,11 +5146,11 @@ msgstr "Anheften der Moderationsliste aufheben" #~ msgid "Unsave" #~ msgstr "Speicherung aufheben" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:219 msgid "Unsubscribe" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183 msgid "Unsubscribe from this labeler" msgstr "" @@ -5062,15 +5166,15 @@ msgstr "{displayName} in Listen aktualisieren" #~ msgid "Update Available" #~ msgstr "Update verfügbar" -#: src/view/com/modals/ChangeHandle.tsx:509 +#: src/view/com/modals/ChangeHandle.tsx:508 msgid "Update to {handle}" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:204 +#: src/screens/Login/SetNewPasswordForm.tsx:186 msgid "Updating..." msgstr "Aktualisieren..." -#: src/view/com/modals/ChangeHandle.tsx:455 +#: src/view/com/modals/ChangeHandle.tsx:454 msgid "Upload a text file to:" msgstr "Hochladen einer Textdatei auf:" @@ -5093,7 +5197,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:409 +#: src/view/com/modals/ChangeHandle.tsx:408 msgid "Use a file on your server" msgstr "" @@ -5101,11 +5205,11 @@ msgstr "" msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "Verwende App-Passwörter, um dich bei anderen Bluesky-Clients anzumelden, ohne dass du vollen Zugriff auf deinen Account oder Passwort hast." -#: src/view/com/modals/ChangeHandle.tsx:518 +#: src/view/com/modals/ChangeHandle.tsx:517 msgid "Use bsky.social as hosting provider" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:517 +#: src/view/com/modals/ChangeHandle.tsx:516 msgid "Use default provider" msgstr "Standardanbieter verwenden" @@ -5119,19 +5223,19 @@ msgstr "In-App-Browser verwenden" msgid "Use my default browser" msgstr "Meinen Standardbrowser verwenden" -#: src/view/com/modals/ChangeHandle.tsx:401 +#: src/view/com/modals/ChangeHandle.tsx:400 msgid "Use the DNS panel" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:155 +#: src/view/com/modals/AddAppPasswords.tsx:156 msgid "Use this to sign into the other app along with your handle." msgstr "Verwenden dies, um dich mit deinem Handle bei der anderen App einzuloggen." -#: src/view/com/modals/InviteCodes.tsx:200 +#: src/view/com/modals/InviteCodes.tsx:201 msgid "Used by:" msgstr "Verwendet von:" -#: src/components/moderation/ModerationDetailsDialog.tsx:65 +#: src/components/moderation/ModerationDetailsDialog.tsx:64 #: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked" msgstr "Benutzer blockiert" @@ -5140,7 +5244,7 @@ msgstr "Benutzer blockiert" msgid "User Blocked by \"{0}\"" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:54 +#: src/components/moderation/ModerationDetailsDialog.tsx:53 msgid "User Blocked by List" msgstr "Benutzer durch der Liste blockiert" @@ -5148,13 +5252,13 @@ msgstr "Benutzer durch der Liste blockiert" msgid "User Blocking You" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:71 +#: src/components/moderation/ModerationDetailsDialog.tsx:70 msgid "User Blocks You" msgstr "Benutzer blockiert dich" #: src/view/com/auth/create/Step2.tsx:79 -msgid "User handle" -msgstr "Benutzerhandle" +#~ msgid "User handle" +#~ msgstr "Benutzerhandle" #: src/view/com/lists/ListCard.tsx:85 #: src/view/com/modals/UserAddRemoveLists.tsx:198 @@ -5171,11 +5275,11 @@ msgstr "Benutzerliste von <0/>" msgid "User list by you" msgstr "Benutzerliste von dir" -#: src/view/com/modals/CreateOrEditList.tsx:196 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "User list created" msgstr "Benutzerliste erstellt" -#: src/view/com/modals/CreateOrEditList.tsx:182 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "User list updated" msgstr "Benutzerliste aktualisiert" @@ -5183,8 +5287,7 @@ msgstr "Benutzerliste aktualisiert" msgid "User Lists" msgstr "Benutzerlisten" -#: src/view/com/auth/login/LoginForm.tsx:180 -#: src/view/com/auth/login/LoginForm.tsx:198 +#: src/screens/Login/LoginForm.tsx:151 msgid "Username or email address" msgstr "Benutzername oder E-Mail-Adresse" @@ -5204,23 +5307,23 @@ msgstr "Benutzer in \"{0}\"" msgid "Users that have liked this content or profile" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:437 +#: src/view/com/modals/ChangeHandle.tsx:436 msgid "Value:" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:510 +#: src/view/com/modals/ChangeHandle.tsx:509 msgid "Verify {0}" msgstr "" -#: src/view/screens/Settings/index.tsx:944 +#: src/view/screens/Settings/index.tsx:942 msgid "Verify email" msgstr "E-Mail bestätigen" -#: src/view/screens/Settings/index.tsx:969 +#: src/view/screens/Settings/index.tsx:967 msgid "Verify my email" msgstr "Meine E-Mail bestätigen" -#: src/view/screens/Settings/index.tsx:978 +#: src/view/screens/Settings/index.tsx:976 msgid "Verify My Email" msgstr "Meine E-Mail bestätigen" @@ -5233,11 +5336,15 @@ msgstr "Neue E-Mail bestätigen" msgid "Verify Your Email" msgstr "Überprüfe deine E-Mail" +#: src/view/screens/Settings/index.tsx:893 +msgid "Version {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:42 msgid "Video Games" msgstr "Videospiele" -#: src/screens/Profile/Header/Shell.tsx:110 +#: src/screens/Profile/Header/Shell.tsx:107 msgid "View {0}'s avatar" msgstr "Avatar {0} ansehen" @@ -5245,11 +5352,11 @@ msgstr "Avatar {0} ansehen" msgid "View debug entry" msgstr "Debug-Eintrag anzeigen" -#: src/components/ReportDialog/SelectReportOptionView.tsx:133 +#: src/components/ReportDialog/SelectReportOptionView.tsx:131 msgid "View details" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:128 +#: src/components/ReportDialog/SelectReportOptionView.tsx:126 msgid "View details for reporting a copyright violation" msgstr "" @@ -5273,16 +5380,16 @@ msgstr "Avatar ansehen" msgid "View the labeling service provided by @{0}" msgstr "" -#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileFeed.tsx:585 msgid "View users who like this feed" msgstr "" -#: src/view/com/modals/LinkWarning.tsx:75 -#: src/view/com/modals/LinkWarning.tsx:77 +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" msgstr "Seite ansehen" -#: src/components/moderation/GlobalModerationLabelPref.tsx:44 +#: src/components/moderation/LabelPreference.tsx:135 #: src/lib/moderation/useLabelBehaviorDescription.ts:17 #: src/lib/moderation/useLabelBehaviorDescription.ts:22 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:53 @@ -5298,10 +5405,10 @@ msgid "Warn content and filter from feeds" msgstr "" #: src/screens/Onboarding/StepAlgoFeeds/index.tsx:134 -msgid "We also think you'll like \"For You\" by Skygaze:" -msgstr "Wir glauben auch, dass dir \"For You\" von Skygaze gefallen wird:" +#~ msgid "We also think you'll like \"For You\" by Skygaze:" +#~ msgstr "Wir glauben auch, dass dir \"For You\" von Skygaze gefallen wird:" -#: src/screens/Hashtag.tsx:132 +#: src/screens/Hashtag.tsx:133 msgid "We couldn't find any results for that hashtag." msgstr "Wir konnten keine Ergebnisse für diesen Hashtag finden." @@ -5309,7 +5416,7 @@ msgstr "Wir konnten keine Ergebnisse für diesen Hashtag finden." msgid "We estimate {estimatedTime} until your account is ready." msgstr "Wir schätzen {estimatedTime} bis dein Konto bereit ist." -#: src/screens/Onboarding/StepFinished.tsx:93 +#: src/screens/Onboarding/StepFinished.tsx:97 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Wir hoffen, dass du eine schöne Zeit hast. Denke daran, Bluesky ist:" @@ -5317,11 +5424,11 @@ msgstr "Wir hoffen, dass du eine schöne Zeit hast. Denke daran, Bluesky ist:" msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "Wir haben keine Beiträge mehr von den Konten, denen du folgst. Hier ist das Neueste von <0/>." -#: src/components/dialogs/MutedWords.tsx:204 +#: src/components/dialogs/MutedWords.tsx:203 msgid "We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Wir empfehlen, gebräuchliche Wörter zu vermeiden, die in vielen Beiträgen vorkommen, da dies dazu führen kann, dass keine Beiträge angezeigt werden." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:125 msgid "We recommend our \"Discover\" feed:" msgstr "Wir empfehlen unser \"Discover\" Feed:" @@ -5329,11 +5436,11 @@ msgstr "Wir empfehlen unser \"Discover\" Feed:" msgid "We were unable to load your birth date preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:387 +#: src/screens/Moderation/index.tsx:385 msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:133 +#: src/screens/Onboarding/StepInterests/index.tsx:137 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "Die Verbindung konnte nicht hergestellt werden. Bitte versuche es erneut, um mit der Einrichtung deines Kontos fortzufahren. Wenn der Versuch weiterhin fehlschlägt, kannst du diesen Schritt überspringen." @@ -5345,11 +5452,11 @@ msgstr "Wir werden dich benachrichtigen, wenn dein Konto bereit ist." #~ msgid "We'll look into your appeal promptly." #~ msgstr "Wir werden deinen Widerspruch unverzüglich prüfen." -#: src/screens/Onboarding/StepInterests/index.tsx:138 +#: src/screens/Onboarding/StepInterests/index.tsx:142 msgid "We'll use this to help customize your experience." msgstr "Wir verwenden diese Informationen, um dein Erlebnis individuell zu gestalten." -#: src/view/com/auth/create/CreateAccount.tsx:134 +#: src/screens/Signup/index.tsx:130 msgid "We're so excited to have you join us!" msgstr "Wir freuen uns sehr, dass du dabei bist!" @@ -5357,20 +5464,20 @@ msgstr "Wir freuen uns sehr, dass du dabei bist!" msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "Es tut uns leid, aber wir waren nicht in der Lage, diese Liste aufzulösen. Wenn das Problem weiterhin besteht, kontaktiere bitte den Ersteller der Liste, @{handleOrDid}." -#: src/components/dialogs/MutedWords.tsx:230 +#: src/components/dialogs/MutedWords.tsx:229 msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Es tut uns leid, aber wir konnten deine stummgeschalteten Wörter nicht laden. Bitte versuche es erneut." -#: src/view/screens/Search/Search.tsx:255 +#: src/view/screens/Search/Search.tsx:256 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Es tut uns leid, aber deine Suche konnte nicht abgeschlossen werden. Bitte versuche es in ein paar Minuten erneut." -#: src/components/Lists.tsx:194 +#: src/components/Lists.tsx:188 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "Es tut uns leid! Wir können die Seite, nach der du gesucht hast, nicht finden." -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:321 msgid "We're sorry! You can only subscribe to ten labelers, and you've reached your limit of ten." msgstr "" @@ -5378,7 +5485,7 @@ msgstr "" msgid "Welcome to <0>Bluesky</0>" msgstr "Willkommen bei <0>Bluesky</0>" -#: src/screens/Onboarding/StepInterests/index.tsx:130 +#: src/screens/Onboarding/StepInterests/index.tsx:134 msgid "What are your interests?" msgstr "Was sind deine Interessen?" @@ -5386,8 +5493,9 @@ msgstr "Was sind deine Interessen?" #~ msgid "What is the issue with this {collectionName}?" #~ msgstr "Was ist das Problem mit diesem {collectionName}?" -#: src/view/com/auth/SplashScreen.tsx:59 -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/auth/SplashScreen.tsx:58 +#: src/view/com/auth/SplashScreen.web.tsx:84 +#: src/view/com/composer/Composer.tsx:296 msgid "What's up?" msgstr "Was gibt's?" @@ -5404,35 +5512,35 @@ msgstr "Welche Sprachen würdest du gerne in deinen algorithmischen Feeds sehen? msgid "Who can reply" msgstr "Wer antworten kann" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 +#: src/components/ReportDialog/SelectReportOptionView.tsx:43 msgid "Why should this content be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 +#: src/components/ReportDialog/SelectReportOptionView.tsx:56 msgid "Why should this feed be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 +#: src/components/ReportDialog/SelectReportOptionView.tsx:53 msgid "Why should this list be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 +#: src/components/ReportDialog/SelectReportOptionView.tsx:50 msgid "Why should this post be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 +#: src/components/ReportDialog/SelectReportOptionView.tsx:47 msgid "Why should this user be reviewed?" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:102 +#: src/view/com/modals/crop-image/CropImage.web.tsx:103 msgid "Wide" msgstr "Breit" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:436 msgid "Write post" msgstr "Beitrag verfassen" -#: src/view/com/composer/Composer.tsx:294 +#: src/view/com/composer/Composer.tsx:295 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "Schreibe deine Antwort" @@ -5455,7 +5563,7 @@ msgstr "Ja" msgid "You are in line." msgstr "Du befindest dich in der Warteschlange." -#: src/view/com/profile/ProfileFollows.tsx:93 +#: src/view/com/profile/ProfileFollows.tsx:86 msgid "You are not following anyone." msgstr "" @@ -5464,20 +5572,20 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "Du kannst auch neue benutzerdefinierte Feeds entdecken und ihnen folgen." -#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +#: src/screens/Onboarding/StepFollowingFeed.tsx:143 msgid "You can change these settings later." msgstr "Du kannst diese Einstellungen später ändern." -#: src/view/com/auth/login/Login.tsx:158 -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 +#: src/screens/Login/index.tsx:158 +#: src/screens/Login/PasswordUpdatedForm.tsx:33 msgid "You can now sign in with your new password." msgstr "Du kannst dich jetzt mit deinem neuen Passwort anmelden." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:86 msgid "You do not have any followers." msgstr "" -#: src/view/com/modals/InviteCodes.tsx:66 +#: src/view/com/modals/InviteCodes.tsx:67 msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer." msgstr "Du hast noch keine Einladungscodes! Wir schicken dir welche, wenn du schon etwas länger bei Bluesky bist." @@ -5497,14 +5605,14 @@ msgstr "Du hast keine gespeicherten Feeds." 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." -#: src/components/moderation/ModerationDetailsDialog.tsx:67 +#: src/components/moderation/ModerationDetailsDialog.tsx:66 #: src/lib/moderation/useModerationCauseDescription.ts:50 #: src/lib/moderation/useModerationCauseDescription.ts:58 msgid "You have blocked this user. You cannot view their content." msgstr "Du hast diesen Benutzer blockiert und kannst seine Inhalte nicht sehen." -#: src/view/com/auth/login/SetNewPasswordForm.tsx:57 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:92 +#: src/screens/Login/SetNewPasswordForm.tsx:54 +#: src/screens/Login/SetNewPasswordForm.tsx:91 #: src/view/com/modals/ChangePassword.tsx:87 #: src/view/com/modals/ChangePassword.tsx:121 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." @@ -5514,11 +5622,11 @@ msgstr "Du hast einen ungültigen Code eingegeben. Er sollte wie XXXXX-XXXXX aus msgid "You have hidden this post" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:102 +#: src/components/moderation/ModerationDetailsDialog.tsx:101 msgid "You have hidden this post." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:95 +#: src/components/moderation/ModerationDetailsDialog.tsx:94 #: src/lib/moderation/useModerationCauseDescription.ts:92 msgid "You have muted this account." msgstr "" @@ -5560,14 +5668,18 @@ msgstr "" #~ msgid "You have not muted any accounts yet. To mute an account, go to their profile and selected \"Mute account\" from the menu on their account." #~ msgstr "Du hast noch keine Konten stummgeschaltet. Um ein Konto stumm zu schalten, gehe auf dessen Profil und wähle \"Konto stummschalten\" aus dem Menü des Kontos aus." -#: src/components/dialogs/MutedWords.tsx:250 +#: src/components/dialogs/MutedWords.tsx:249 msgid "You haven't muted any words or tags yet" msgstr "Du hast noch keine Wörter oder Tags stummgeschaltet" -#: src/components/moderation/LabelsOnMeDialog.tsx:69 +#: src/components/moderation/LabelsOnMeDialog.tsx:68 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" +#: src/screens/Signup/StepInfo/Policies.tsx:79 +msgid "You must be 13 years of age or older to sign up." +msgstr "" + #: src/view/com/modals/ContentFilteringSettings.tsx:175 #~ msgid "You must be 18 or older to enable adult content." #~ msgstr "Du musst 18 Jahre oder älter sein, um Inhalte für Erwachsene zu aktivieren." @@ -5588,11 +5700,11 @@ msgstr "Du wirst keine Mitteilungen mehr für diesen Thread erhalten" msgid "You will now receive notifications for this thread" msgstr "Du erhälst nun Mitteilungen für dieses Thread" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:107 +#: src/screens/Login/SetNewPasswordForm.tsx:104 msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "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:59 +#: src/screens/Onboarding/StepModeration/index.tsx:60 msgid "You're in control" msgstr "Du hast die Kontrolle" @@ -5602,11 +5714,11 @@ msgstr "Du hast die Kontrolle" msgid "You're in line" msgstr "Du bist in der Warteschlange" -#: src/screens/Onboarding/StepFinished.tsx:90 +#: src/screens/Onboarding/StepFinished.tsx:94 msgid "You're ready to go!" msgstr "Du kannst loslegen!" -#: src/components/moderation/ModerationDetailsDialog.tsx:99 +#: src/components/moderation/ModerationDetailsDialog.tsx:98 #: src/lib/moderation/useModerationCauseDescription.ts:101 msgid "You've chosen to hide a word or tag within this post." msgstr "" @@ -5615,11 +5727,11 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Du hast das Ende deines Feeds erreicht! Finde weitere Konten, denen du folgen kannst." -#: src/view/com/auth/create/Step1.tsx:67 +#: src/screens/Signup/index.tsx:150 msgid "Your account" msgstr "Dein Konto" -#: src/view/com/modals/DeleteAccount.tsx:67 +#: src/view/com/modals/DeleteAccount.tsx:68 msgid "Your account has been deleted" msgstr "Dein Konto wurde gelöscht" @@ -5627,7 +5739,7 @@ msgstr "Dein Konto wurde gelöscht" msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Dein Kontodepot, das alle öffentlichen Datensätze enthält, kann als \"CAR\"-Datei heruntergeladen werden. Diese Datei enthält keine Medieneinbettungen, wie z. B. Bilder, oder deine privaten Daten, welche separat abgerufen werden müssen." -#: src/view/com/auth/create/Step1.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:121 msgid "Your birth date" msgstr "Dein Geburtsdatum" @@ -5635,12 +5747,12 @@ msgstr "Dein Geburtsdatum" msgid "Your choice will be saved, but can be changed later in settings." msgstr "Deine Wahl wird gespeichert, kann aber später in den Einstellungen geändert werden." -#: src/screens/Onboarding/StepFollowingFeed.tsx:61 +#: src/screens/Onboarding/StepFollowingFeed.tsx:62 msgid "Your default feed is \"Following\"" msgstr "Dein Standard-Feed ist \"Following\"" -#: src/view/com/auth/create/state.ts:110 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:70 +#: src/screens/Login/ForgotPasswordForm.tsx:57 +#: src/screens/Signup/state.ts:227 #: src/view/com/modals/ChangePassword.tsx:54 msgid "Your email appears to be invalid." msgstr "Deine E-Mail scheint ungültig zu sein." @@ -5657,15 +5769,15 @@ 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 "Dein Following-Feed ist leer! Folge mehr Benutzern, um auf dem Laufenden zu bleiben." -#: src/view/com/auth/create/Step2.tsx:83 +#: src/screens/Signup/StepHandle.tsx:72 msgid "Your full handle will be" msgstr "Dein vollständiger Handle lautet" -#: src/view/com/modals/ChangeHandle.tsx:270 +#: src/view/com/modals/ChangeHandle.tsx:271 msgid "Your full handle will be <0>@{0}</0>" msgstr "Dein vollständiger Handle lautet <0>@{0}</0>" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "Deine stummgeschalteten Wörter" @@ -5673,25 +5785,24 @@ msgstr "Deine stummgeschalteten Wörter" msgid "Your password has been changed successfully!" msgstr "Dein Passwort wurde erfolgreich geändert!" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:284 msgid "Your post has been published" msgstr "Dein Beitrag wurde veröffentlicht" -#: src/screens/Onboarding/StepFinished.tsx:105 +#: src/screens/Onboarding/StepFinished.tsx:109 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:61 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Deine Beiträge, Likes und Blockierungen sind öffentlich. Stummschaltungen sind privat." -#: src/view/com/modals/SwitchAccount.tsx:88 #: src/view/screens/Settings/index.tsx:125 msgid "Your profile" msgstr "Dein Profil" -#: src/view/com/composer/Composer.tsx:282 +#: src/view/com/composer/Composer.tsx:283 msgid "Your reply has been published" msgstr "Deine Antwort wurde veröffentlicht" -#: src/view/com/auth/create/Step2.tsx:65 +#: src/screens/Signup/index.tsx:152 msgid "Your user handle" msgstr "Dein Benutzerhandle" diff --git a/src/locale/locales/en/messages.po b/src/locale/locales/en/messages.po index c4d2c284b..8a88ef3ad 100644 --- a/src/locale/locales/en/messages.po +++ b/src/locale/locales/en/messages.po @@ -21,7 +21,7 @@ msgstr "" #~ msgid "{0, plural, one {# invite code available} other {# invite codes available}}" #~ msgstr "" -#: src/screens/Profile/Header/Metrics.tsx:45 +#: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "" @@ -51,7 +51,7 @@ msgstr "" msgid "<0>{0}</0> following" msgstr "" -#: src/screens/Profile/Header/Metrics.tsx:46 +#: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} </0><1>following</1>" msgstr "" @@ -80,7 +80,7 @@ msgstr "" #~ msgstr "" #: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:648 +#: src/view/screens/Search/Search.tsx:649 msgid "Access navigation links and settings" msgstr "" @@ -88,7 +88,7 @@ msgstr "" msgid "Access profile and other navigation links" msgstr "" -#: src/view/com/modals/EditImage.tsx:299 +#: src/view/com/modals/EditImage.tsx:300 #: src/view/screens/Settings/index.tsx:470 msgid "Accessibility" msgstr "" @@ -97,7 +97,7 @@ msgstr "" msgid "account" msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:144 #: src/view/screens/Settings/index.tsx:327 #: src/view/screens/Settings/index.tsx:743 msgid "Account" @@ -115,12 +115,12 @@ msgstr "" msgid "Account muted" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:94 +#: src/components/moderation/ModerationDetailsDialog.tsx:93 #: src/lib/moderation/useModerationCauseDescription.ts:91 msgid "Account Muted" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:83 +#: src/components/moderation/ModerationDetailsDialog.tsx:82 msgid "Account Muted by List" msgstr "" @@ -132,7 +132,7 @@ msgstr "" msgid "Account removed from quick access" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:130 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "" @@ -145,7 +145,7 @@ msgstr "" msgid "Account unmuted" msgstr "" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:219 @@ -161,6 +161,7 @@ msgstr "" msgid "Add a user to this list" msgstr "" +#: src/components/dialogs/SwitchAccount.tsx:55 #: src/view/screens/Settings/index.tsx:402 #: src/view/screens/Settings/index.tsx:411 msgid "Add account" @@ -168,7 +169,7 @@ msgstr "" #: src/view/com/composer/photos/Gallery.tsx:119 #: src/view/com/composer/photos/Gallery.tsx:180 -#: src/view/com/modals/AltImage.tsx:116 +#: src/view/com/modals/AltImage.tsx:117 msgid "Add alt text" msgstr "" @@ -187,23 +188,23 @@ msgstr "" #~ msgid "Add details to report" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:466 +#: src/view/com/composer/Composer.tsx:467 msgid "Add link card" msgstr "" -#: src/view/com/composer/Composer.tsx:471 +#: src/view/com/composer/Composer.tsx:472 msgid "Add link card:" msgstr "" -#: src/components/dialogs/MutedWords.tsx:158 +#: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" msgstr "" -#: src/components/dialogs/MutedWords.tsx:87 +#: src/components/dialogs/MutedWords.tsx:86 msgid "Add muted words and tags" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:417 +#: src/view/com/modals/ChangeHandle.tsx:416 msgid "Add the following DNS record to your domain:" msgstr "" @@ -233,6 +234,7 @@ msgstr "" msgid "Adjust the number of likes a reply must have to be shown in your feed." msgstr "" +#: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:117 #: src/view/com/modals/SelfLabel.tsx:75 msgid "Adult Content" @@ -246,11 +248,11 @@ msgstr "" #~ msgid "Adult content can only be enabled via the Web at <0>bsky.app</0>." #~ msgstr "" -#: src/components/moderation/ModerationLabelPref.tsx:114 +#: src/components/moderation/LabelPreference.tsx:242 msgid "Adult content is disabled." msgstr "" -#: src/screens/Moderation/index.tsx:377 +#: src/screens/Moderation/index.tsx:375 #: src/view/screens/Settings/index.tsx:684 msgid "Advanced" msgstr "" @@ -259,12 +261,12 @@ msgstr "" msgid "All the feeds you've saved, right in one place." msgstr "" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:221 +#: src/screens/Login/ForgotPasswordForm.tsx:178 #: src/view/com/modals/ChangePassword.tsx:170 msgid "Already have a code?" msgstr "" -#: src/view/com/auth/login/ChooseAccountForm.tsx:103 +#: src/screens/Login/ChooseAccountForm.tsx:39 msgid "Already signed in as @{0}" msgstr "" @@ -272,7 +274,7 @@ msgstr "" msgid "ALT" msgstr "" -#: src/view/com/modals/EditImage.tsx:315 +#: src/view/com/modals/EditImage.tsx:316 msgid "Alt text" msgstr "" @@ -320,11 +322,11 @@ msgstr "" msgid "App password deleted" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:134 +#: src/view/com/modals/AddAppPasswords.tsx:135 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:99 +#: src/view/com/modals/AddAppPasswords.tsx:100 msgid "App Password names must be at least 4 characters long." msgstr "" @@ -342,12 +344,12 @@ msgstr "" msgid "App Passwords" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:134 -#: src/components/moderation/LabelsOnMeDialog.tsx:137 +#: src/components/moderation/LabelsOnMeDialog.tsx:133 +#: src/components/moderation/LabelsOnMeDialog.tsx:136 msgid "Appeal" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:202 +#: src/components/moderation/LabelsOnMeDialog.tsx:201 msgid "Appeal \"{0}\" label" msgstr "" @@ -360,7 +362,7 @@ msgstr "" #~ msgid "Appeal Content Warning" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:193 +#: src/components/moderation/LabelsOnMeDialog.tsx:192 msgid "Appeal submitted." msgstr "" @@ -384,11 +386,11 @@ msgstr "" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:509 msgid "Are you sure you'd like to discard this draft?" msgstr "" -#: src/components/dialogs/MutedWords.tsx:282 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "" @@ -408,14 +410,22 @@ msgstr "" msgid "Artistic or non-erotic nudity." msgstr "" +#: src/screens/Signup/StepHandle.tsx:118 +msgid "At least 3 characters" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:246 #: src/components/moderation/LabelsOnMeDialog.tsx:247 -#: src/components/moderation/LabelsOnMeDialog.tsx:248 -#: src/screens/Profile/Header/Shell.tsx:97 -#: src/view/com/auth/create/CreateAccount.tsx:158 -#: src/view/com/auth/login/ChooseAccountForm.tsx:160 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:174 -#: src/view/com/auth/login/LoginForm.tsx:262 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:179 +#: src/screens/Login/ChooseAccountForm.tsx:73 +#: src/screens/Login/ChooseAccountForm.tsx:78 +#: src/screens/Login/ForgotPasswordForm.tsx:129 +#: src/screens/Login/ForgotPasswordForm.tsx:135 +#: src/screens/Login/LoginForm.tsx:221 +#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/SetNewPasswordForm.tsx:160 +#: src/screens/Login/SetNewPasswordForm.tsx:166 +#: src/screens/Profile/Header/Shell.tsx:96 +#: src/screens/Signup/index.tsx:179 #: src/view/com/util/ViewHeader.tsx:87 msgid "Back" msgstr "" @@ -425,7 +435,7 @@ msgstr "" #~ msgid "Back" #~ msgstr "" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:144 msgid "Based on your interest in {interestsText}" msgstr "" @@ -434,7 +444,6 @@ msgid "Basics" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:107 -#: src/view/com/auth/create/Step1.tsx:227 msgid "Birthday" msgstr "" @@ -442,7 +451,7 @@ msgstr "" msgid "Birthday:" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "" @@ -478,7 +487,7 @@ msgstr "" msgid "Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:267 msgid "Blocked accounts" msgstr "" @@ -499,7 +508,7 @@ msgstr "" msgid "Blocked post." msgstr "" -#: src/screens/Profile/Sections/Labels.tsx:153 +#: src/screens/Profile/Sections/Labels.tsx:152 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "" @@ -511,18 +520,18 @@ msgstr "" msgid "Blocking will not prevent labels from being applied on your account, but it will stop this account from replying in your threads or interacting with you." msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:97 -#: src/view/com/auth/SplashScreen.web.tsx:133 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:98 +#: src/view/com/auth/SplashScreen.web.tsx:169 msgid "Blog" msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:31 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:32 #: src/view/com/auth/server-input/index.tsx:89 -#: src/view/com/auth/server-input/index.tsx:90 +#: src/view/com/auth/server-input/index.tsx:91 msgid "Bluesky" msgstr "" -#: src/view/com/auth/server-input/index.tsx:150 +#: src/view/com/auth/server-input/index.tsx:154 msgid "Bluesky is an open network where you can choose your hosting provider. Custom hosting is now available in beta for developers." msgstr "" @@ -545,7 +554,7 @@ msgstr "" #~ msgid "Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon." #~ msgstr "" -#: src/screens/Moderation/index.tsx:535 +#: src/screens/Moderation/index.tsx:533 msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private." msgstr "" @@ -566,11 +575,11 @@ msgid "Books" msgstr "" #: src/view/screens/Settings/index.tsx:893 -msgid "Build version {0} {1}" -msgstr "" +#~ msgid "Build version {0} {1}" +#~ msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:128 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:92 +#: src/view/com/auth/SplashScreen.web.tsx:166 msgid "Business" msgstr "" @@ -594,7 +603,7 @@ msgstr "" msgid "by <0/>" msgstr "" -#: src/view/com/auth/create/Policies.tsx:87 +#: src/screens/Signup/StepInfo/Policies.tsx:74 msgid "By creating an account you agree to the {els}." msgstr "" @@ -606,62 +615,62 @@ msgstr "" msgid "Camera" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:216 +#: src/view/com/modals/AddAppPasswords.tsx:217 msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long." msgstr "" #: src/components/Menu/index.tsx:213 -#: src/components/Prompt.tsx:116 -#: src/components/Prompt.tsx:118 +#: src/components/Prompt.tsx:113 +#: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:316 -#: src/view/com/composer/Composer.tsx:321 +#: src/view/com/composer/Composer.tsx:317 +#: src/view/com/composer/Composer.tsx:322 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/ChangeHandle.tsx:153 +#: src/view/com/modals/ChangeHandle.tsx:154 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 -#: src/view/com/modals/CreateOrEditList.tsx:355 -#: src/view/com/modals/crop-image/CropImage.web.tsx:137 -#: src/view/com/modals/EditImage.tsx:323 -#: src/view/com/modals/EditProfile.tsx:249 +#: src/view/com/modals/CreateOrEditList.tsx:356 +#: src/view/com/modals/crop-image/CropImage.web.tsx:138 +#: src/view/com/modals/EditImage.tsx:324 +#: src/view/com/modals/EditProfile.tsx:250 #: src/view/com/modals/InAppBrowserConsent.tsx:78 #: src/view/com/modals/InAppBrowserConsent.tsx:80 -#: src/view/com/modals/LinkWarning.tsx:87 -#: src/view/com/modals/LinkWarning.tsx:89 -#: src/view/com/modals/Repost.tsx:87 +#: src/view/com/modals/LinkWarning.tsx:105 +#: src/view/com/modals/LinkWarning.tsx:107 +#: src/view/com/modals/Repost.tsx:88 #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:717 +#: src/view/screens/Search/Search.tsx:718 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:360 -#: src/view/com/modals/DeleteAccount.tsx:156 -#: src/view/com/modals/DeleteAccount.tsx:234 +#: src/view/com/modals/CreateOrEditList.tsx:361 +#: src/view/com/modals/DeleteAccount.tsx:155 +#: src/view/com/modals/DeleteAccount.tsx:233 msgctxt "action" msgid "Cancel" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:152 -#: src/view/com/modals/DeleteAccount.tsx:230 +#: src/view/com/modals/DeleteAccount.tsx:151 +#: src/view/com/modals/DeleteAccount.tsx:229 msgid "Cancel account deletion" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:149 +#: src/view/com/modals/ChangeHandle.tsx:150 msgid "Cancel change handle" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:134 +#: src/view/com/modals/crop-image/CropImage.web.tsx:135 msgid "Cancel image crop" msgstr "" -#: src/view/com/modals/EditProfile.tsx:244 +#: src/view/com/modals/EditProfile.tsx:245 msgid "Cancel profile editing" msgstr "" -#: src/view/com/modals/Repost.tsx:78 +#: src/view/com/modals/Repost.tsx:79 msgid "Cancel quote post" msgstr "" @@ -674,7 +683,7 @@ msgstr "" #~ msgid "Cancel waitlist signup" #~ msgstr "" -#: src/view/com/modals/LinkWarning.tsx:88 +#: src/view/com/modals/LinkWarning.tsx:106 msgid "Cancels opening the linked website" msgstr "" @@ -691,7 +700,7 @@ msgstr "" msgid "Change handle" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:161 +#: src/view/com/modals/ChangeHandle.tsx:162 #: src/view/screens/Settings/index.tsx:727 msgid "Change Handle" msgstr "" @@ -734,7 +743,7 @@ msgstr "" msgid "Check out some recommended users. Follow them to see similar users." msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:169 +#: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "" @@ -750,7 +759,7 @@ msgstr "" msgid "Choose Service" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:135 +#: src/screens/Onboarding/StepFinished.tsx:139 msgid "Choose the algorithms that power your custom feeds." msgstr "" @@ -763,11 +772,11 @@ msgstr "" #~ msgid "Choose your algorithmic feeds" #~ msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:104 msgid "Choose your main feeds" msgstr "" -#: src/view/com/auth/create/Step1.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:112 msgid "Choose your password" msgstr "" @@ -788,7 +797,7 @@ msgid "Clear all storage data (restart after this)" msgstr "" #: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:698 +#: src/view/screens/Search/Search.tsx:699 msgid "Clear search query" msgstr "" @@ -808,7 +817,7 @@ msgstr "" msgid "Click here to open tag menu for {tag}" msgstr "" -#: src/components/RichText.tsx:191 +#: src/components/RichText.tsx:192 msgid "Click here to open tag menu for #{tag}" msgstr "" @@ -821,12 +830,12 @@ msgstr "" msgid "Close" msgstr "" -#: src/components/Dialog/index.web.tsx:84 -#: src/components/Dialog/index.web.tsx:198 +#: src/components/Dialog/index.web.tsx:106 +#: src/components/Dialog/index.web.tsx:218 msgid "Close active dialog" msgstr "" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:38 +#: src/screens/Login/PasswordUpdatedForm.tsx:38 msgid "Close alert" msgstr "" @@ -855,11 +864,11 @@ msgstr "" msgid "Closes bottom navigation bar" msgstr "" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:39 +#: src/screens/Login/PasswordUpdatedForm.tsx:39 msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:318 +#: src/view/com/composer/Composer.tsx:319 msgid "Closes post composer and discards post draft" msgstr "" @@ -884,15 +893,15 @@ msgstr "" msgid "Community Guidelines" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:148 +#: src/screens/Onboarding/StepFinished.tsx:152 msgid "Complete onboarding and start using your account" msgstr "" -#: src/view/com/auth/create/Step3.tsx:73 +#: src/screens/Signup/index.tsx:154 msgid "Complete the challenge" msgstr "" -#: src/view/com/composer/Composer.tsx:437 +#: src/view/com/composer/Composer.tsx:438 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "" @@ -900,18 +909,20 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/components/moderation/GlobalModerationLabelPref.tsx:69 -#: src/components/moderation/ModerationLabelPref.tsx:149 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 msgid "Configure content filtering setting for category: {0}" msgstr "" -#: src/components/moderation/ModerationLabelPref.tsx:116 +#: src/components/moderation/LabelPreference.tsx:81 +msgid "Configure content filtering setting for category: {name}" +msgstr "" + +#: src/components/moderation/LabelPreference.tsx:244 msgid "Configured in <0>moderation settings</0>." msgstr "" -#: src/components/Prompt.tsx:152 -#: src/components/Prompt.tsx:155 +#: src/components/Prompt.tsx:153 +#: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 #: src/view/com/modals/VerifyEmail.tsx:231 #: src/view/com/modals/VerifyEmail.tsx:233 @@ -931,11 +942,11 @@ msgstr "" msgid "Confirm Change" msgstr "" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:35 msgid "Confirm content language settings" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:220 +#: src/view/com/modals/DeleteAccount.tsx:219 msgid "Confirm delete account" msgstr "" @@ -943,17 +954,17 @@ msgstr "" #~ msgid "Confirm your age to enable adult content." #~ msgstr "" -#: src/screens/Moderation/index.tsx:303 +#: src/screens/Moderation/index.tsx:301 msgid "Confirm your age:" msgstr "" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:292 msgid "Confirm your birthdate" msgstr "" #: src/view/com/modals/ChangeEmail.tsx:157 -#: src/view/com/modals/DeleteAccount.tsx:176 -#: src/view/com/modals/DeleteAccount.tsx:182 +#: src/view/com/modals/DeleteAccount.tsx:175 +#: src/view/com/modals/DeleteAccount.tsx:181 #: src/view/com/modals/VerifyEmail.tsx:165 msgid "Confirmation code" msgstr "" @@ -962,12 +973,11 @@ msgstr "" #~ msgid "Confirms signing up {email} to the waitlist" #~ msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:193 -#: src/view/com/auth/login/LoginForm.tsx:281 +#: src/screens/Login/LoginForm.tsx:248 msgid "Connecting..." msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:213 +#: src/screens/Signup/index.tsx:219 msgid "Contact support" msgstr "" @@ -987,7 +997,7 @@ msgstr "" #~ msgid "Content Filtering" #~ msgstr "" -#: src/screens/Moderation/index.tsx:287 +#: src/screens/Moderation/index.tsx:285 msgid "Content filters" msgstr "" @@ -996,13 +1006,13 @@ msgstr "" msgid "Content Languages" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:76 +#: src/components/moderation/ModerationDetailsDialog.tsx:75 #: src/lib/moderation/useModerationCauseDescription.ts:75 msgid "Content Not Available" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:47 -#: src/components/moderation/ScreenHider.tsx:100 +#: src/components/moderation/ModerationDetailsDialog.tsx:46 +#: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 #: src/lib/moderation/useModerationCauseDescription.ts:38 msgid "Content Warning" @@ -1016,29 +1026,34 @@ msgstr "" msgid "Context menu backdrop, click to close the menu." msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:170 -#: src/screens/Onboarding/StepFollowingFeed.tsx:153 -#: src/screens/Onboarding/StepInterests/index.tsx:248 -#: src/screens/Onboarding/StepModeration/index.tsx:102 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:114 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:161 +#: src/screens/Onboarding/StepFollowingFeed.tsx:154 +#: src/screens/Onboarding/StepInterests/index.tsx:252 +#: src/screens/Onboarding/StepModeration/index.tsx:103 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:118 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:96 msgid "Continue" msgstr "" -#: src/screens/Onboarding/StepFollowingFeed.tsx:150 -#: src/screens/Onboarding/StepInterests/index.tsx:245 -#: src/screens/Onboarding/StepModeration/index.tsx:99 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:111 +#: src/components/AccountList.tsx:108 +msgid "Continue as {0} (currently signed in)" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:151 +#: src/screens/Onboarding/StepInterests/index.tsx:249 +#: src/screens/Onboarding/StepModeration/index.tsx:100 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:115 +#: src/screens/Signup/index.tsx:198 msgid "Continue to next step" msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:167 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:158 msgid "Continue to the next step" msgstr "" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:199 msgid "Continue to the next step without following any accounts" msgstr "" @@ -1046,8 +1061,8 @@ msgstr "" msgid "Cooking" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:195 -#: src/view/com/modals/InviteCodes.tsx:182 +#: src/view/com/modals/AddAppPasswords.tsx:196 +#: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "" @@ -1055,22 +1070,22 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:76 -#: src/view/com/modals/ChangeHandle.tsx:327 -#: src/view/com/modals/InviteCodes.tsx:152 +#: src/view/com/modals/AddAppPasswords.tsx:77 +#: src/view/com/modals/ChangeHandle.tsx:326 +#: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:158 msgid "Copied to clipboard" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:189 +#: src/view/com/modals/AddAppPasswords.tsx:190 msgid "Copies app password" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:188 +#: src/view/com/modals/AddAppPasswords.tsx:189 msgid "Copy" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:481 +#: src/view/com/modals/ChangeHandle.tsx:480 msgid "Copy {0}" msgstr "" @@ -1097,7 +1112,7 @@ msgstr "" msgid "Copyright Policy" msgstr "" -#: src/view/screens/ProfileFeed.tsx:102 +#: src/view/screens/ProfileFeed.tsx:103 msgid "Could not load feed" msgstr "" @@ -1109,9 +1124,9 @@ msgstr "" #~ msgid "Country" #~ msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:64 -#: src/view/com/auth/SplashScreen.tsx:73 -#: src/view/com/auth/SplashScreen.web.tsx:81 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:65 +#: src/view/com/auth/SplashScreen.tsx:75 +#: src/view/com/auth/SplashScreen.web.tsx:104 msgid "Create a new account" msgstr "" @@ -1119,20 +1134,21 @@ msgstr "" msgid "Create a new Bluesky account" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:133 +#: src/screens/Signup/index.tsx:129 msgid "Create Account" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:226 +#: src/view/com/modals/AddAppPasswords.tsx:227 msgid "Create App Password" msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:54 -#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:55 +#: src/view/com/auth/SplashScreen.tsx:66 +#: src/view/com/auth/SplashScreen.web.tsx:95 msgid "Create new account" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:94 +#: src/components/ReportDialog/SelectReportOptionView.tsx:93 msgid "Create report for {0}" msgstr "" @@ -1148,7 +1164,7 @@ msgstr "" #~ msgid "Created by you" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:468 +#: src/view/com/composer/Composer.tsx:469 msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "" @@ -1156,16 +1172,16 @@ msgstr "" msgid "Culture" msgstr "" -#: src/view/com/auth/server-input/index.tsx:95 -#: src/view/com/auth/server-input/index.tsx:96 +#: src/view/com/auth/server-input/index.tsx:97 +#: src/view/com/auth/server-input/index.tsx:99 msgid "Custom" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:389 +#: src/view/com/modals/ChangeHandle.tsx:388 msgid "Custom domain" msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:107 #: src/view/screens/Feeds.tsx:692 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "" @@ -1191,6 +1207,10 @@ msgstr "" msgid "Dark Theme" msgstr "" +#: src/screens/Signup/StepInfo/index.tsx:132 +msgid "Date of birth" +msgstr "" + #: src/view/screens/Settings/index.tsx:841 msgid "Debug Moderation" msgstr "" @@ -1209,7 +1229,7 @@ msgstr "" msgid "Delete account" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:87 +#: src/view/com/modals/DeleteAccount.tsx:86 msgid "Delete Account" msgstr "" @@ -1225,7 +1245,7 @@ msgstr "" msgid "Delete List" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:223 +#: src/view/com/modals/DeleteAccount.tsx:222 msgid "Delete my account" msgstr "" @@ -1258,10 +1278,10 @@ msgstr "" msgid "Deleted post." msgstr "" -#: 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 +#: src/view/com/modals/CreateOrEditList.tsx:301 +#: src/view/com/modals/CreateOrEditList.tsx:322 +#: src/view/com/modals/EditProfile.tsx:199 +#: src/view/com/modals/EditProfile.tsx:211 msgid "Description" msgstr "" @@ -1269,7 +1289,7 @@ msgstr "" #~ msgid "Developer Tools" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:217 +#: src/view/com/composer/Composer.tsx:218 msgid "Did you want to say anything?" msgstr "" @@ -1280,11 +1300,11 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 #: src/lib/moderation/useLabelBehaviorDescription.ts:68 -#: src/screens/Moderation/index.tsx:343 +#: src/screens/Moderation/index.tsx:341 msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:510 +#: src/view/com/composer/Composer.tsx:511 msgid "Discard" msgstr "" @@ -1292,12 +1312,12 @@ msgstr "" #~ msgid "Discard draft" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:507 +#: src/view/com/composer/Composer.tsx:508 msgid "Discard draft?" msgstr "" -#: src/screens/Moderation/index.tsx:520 -#: src/screens/Moderation/index.tsx:524 +#: src/screens/Moderation/index.tsx:518 +#: src/screens/Moderation/index.tsx:522 msgid "Discourage apps from showing my account to logged-out users" msgstr "" @@ -1314,15 +1334,15 @@ msgstr "" msgid "Discover New Feeds" msgstr "" -#: src/view/com/modals/EditProfile.tsx:192 +#: src/view/com/modals/EditProfile.tsx:193 msgid "Display name" msgstr "" -#: src/view/com/modals/EditProfile.tsx:180 +#: src/view/com/modals/EditProfile.tsx:181 msgid "Display Name" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:398 +#: src/view/com/modals/ChangeHandle.tsx:397 msgid "DNS Panel" msgstr "" @@ -1330,11 +1350,15 @@ msgstr "" msgid "Does not include nudity." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/screens/Signup/StepHandle.tsx:104 +msgid "Doesn't begin or end with a hyphen" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "Domain Value" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:489 +#: src/view/com/modals/ChangeHandle.tsx:488 msgid "Domain verified!" msgstr "" @@ -1344,22 +1368,24 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:119 #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/auth/server-input/index.tsx:165 -#: src/view/com/auth/server-input/index.tsx:166 -#: src/view/com/modals/AddAppPasswords.tsx:226 -#: src/view/com/modals/AltImage.tsx:139 -#: src/view/com/modals/crop-image/CropImage.web.tsx:152 -#: src/view/com/modals/InviteCodes.tsx:80 -#: src/view/com/modals/InviteCodes.tsx:123 +#: src/components/forms/DateField/index.tsx:74 +#: src/components/forms/DateField/index.tsx:80 +#: src/view/com/auth/server-input/index.tsx:169 +#: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/modals/AddAppPasswords.tsx:227 +#: src/view/com/modals/AltImage.tsx:140 +#: src/view/com/modals/crop-image/CropImage.web.tsx:153 +#: src/view/com/modals/InviteCodes.tsx:81 +#: src/view/com/modals/InviteCodes.tsx:124 #: src/view/com/modals/ListAddRemoveUsers.tsx:142 #: src/view/screens/PreferencesFollowingFeed.tsx:311 #: src/view/screens/Settings/ExportCarDialog.tsx:94 -#: src/view/screens/Settings/ExportCarDialog.tsx:95 +#: src/view/screens/Settings/ExportCarDialog.tsx:96 msgid "Done" msgstr "" #: src/view/com/auth/onboarding/RecommendedFollows.tsx:86 -#: src/view/com/modals/EditImage.tsx:333 +#: src/view/com/modals/EditImage.tsx:334 #: src/view/com/modals/ListAddRemoveUsers.tsx:144 #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 @@ -1371,13 +1397,13 @@ msgctxt "action" msgid "Done" msgstr "" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:42 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:43 msgid "Done{extraText}" msgstr "" #: src/view/com/auth/login/ChooseAccountForm.tsx:46 -msgid "Double tap to sign in" -msgstr "" +#~ msgid "Double tap to sign in" +#~ msgstr "" #: src/view/screens/Settings/index.tsx:755 #~ msgid "Download Bluesky account data (repository)" @@ -1396,19 +1422,19 @@ msgstr "" msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:257 +#: src/view/com/modals/ChangeHandle.tsx:258 msgid "e.g. alice" msgstr "" -#: src/view/com/modals/EditProfile.tsx:185 +#: src/view/com/modals/EditProfile.tsx:186 msgid "e.g. Alice Roberts" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:381 +#: src/view/com/modals/ChangeHandle.tsx:380 msgid "e.g. alice.com" msgstr "" -#: src/view/com/modals/EditProfile.tsx:203 +#: src/view/com/modals/EditProfile.tsx:204 msgid "e.g. Artist, dog-lover, and avid reader." msgstr "" @@ -1416,23 +1442,23 @@ msgstr "" msgid "E.g. artistic nudes." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:283 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Great Posters" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:284 +#: src/view/com/modals/CreateOrEditList.tsx:285 msgid "e.g. Spammers" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:312 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. The posters who never miss." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:313 +#: src/view/com/modals/CreateOrEditList.tsx:314 msgid "e.g. Users that repeatedly reply with ads." msgstr "" -#: src/view/com/modals/InviteCodes.tsx:96 +#: src/view/com/modals/InviteCodes.tsx:97 msgid "Each code works once. You'll receive more invite codes periodically." msgstr "" @@ -1447,7 +1473,7 @@ msgid "Edit avatar" msgstr "" #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/modals/EditImage.tsx:207 +#: src/view/com/modals/EditImage.tsx:208 msgid "Edit image" msgstr "" @@ -1455,7 +1481,7 @@ msgstr "" msgid "Edit list details" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:250 +#: src/view/com/modals/CreateOrEditList.tsx:251 msgid "Edit Moderation List" msgstr "" @@ -1465,17 +1491,17 @@ msgstr "" msgid "Edit My Feeds" msgstr "" -#: src/view/com/modals/EditProfile.tsx:152 +#: src/view/com/modals/EditProfile.tsx:153 msgid "Edit my profile" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:172 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:161 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 msgid "Edit profile" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:175 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:164 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 msgid "Edit Profile" msgstr "" @@ -1484,15 +1510,15 @@ msgstr "" msgid "Edit Saved Feeds" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:246 msgid "Edit User List" msgstr "" -#: src/view/com/modals/EditProfile.tsx:193 +#: src/view/com/modals/EditProfile.tsx:194 msgid "Edit your display name" msgstr "" -#: src/view/com/modals/EditProfile.tsx:211 +#: src/view/com/modals/EditProfile.tsx:212 msgid "Edit your profile description" msgstr "" @@ -1500,14 +1526,12 @@ msgstr "" msgid "Education" msgstr "" -#: src/view/com/auth/create/Step1.tsx:176 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:156 +#: src/screens/Signup/StepInfo/index.tsx:80 #: src/view/com/modals/ChangeEmail.tsx:141 msgid "Email" msgstr "" -#: src/view/com/auth/create/Step1.tsx:167 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:147 +#: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "" @@ -1528,11 +1552,11 @@ msgstr "" msgid "Email:" msgstr "" -#: src/view/com/modals/EmbedConsent.tsx:113 +#: src/components/dialogs/EmbedConsent.tsx:101 msgid "Enable {0} only" msgstr "" -#: src/screens/Moderation/index.tsx:331 +#: src/screens/Moderation/index.tsx:329 msgid "Enable adult content" msgstr "" @@ -1545,10 +1569,15 @@ msgstr "" msgid "Enable adult content in your feeds" msgstr "" -#: src/view/com/modals/EmbedConsent.tsx:97 -msgid "Enable External Media" +#: src/components/dialogs/EmbedConsent.tsx:82 +#: src/components/dialogs/EmbedConsent.tsx:89 +msgid "Enable external media" msgstr "" +#: src/view/com/modals/EmbedConsent.tsx:97 +#~ msgid "Enable External Media" +#~ msgstr "" + #: src/view/screens/PreferencesExternalEmbeds.tsx:75 msgid "Enable media players for" msgstr "" @@ -1557,7 +1586,11 @@ msgstr "" msgid "Enable this setting to only see replies between people you follow." msgstr "" -#: src/screens/Moderation/index.tsx:341 +#: src/components/dialogs/EmbedConsent.tsx:94 +msgid "Enable this source only" +msgstr "" + +#: src/screens/Moderation/index.tsx:339 msgid "Enabled" msgstr "" @@ -1565,12 +1598,16 @@ msgstr "" msgid "End of feed" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:166 +#: src/view/com/modals/AddAppPasswords.tsx:167 msgid "Enter a name for this App Password" msgstr "" +#: src/screens/Login/SetNewPasswordForm.tsx:139 +msgid "Enter a password" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:99 #: src/components/dialogs/MutedWords.tsx:100 -#: src/components/dialogs/MutedWords.tsx:101 msgid "Enter a word or tag" msgstr "" @@ -1582,16 +1619,15 @@ msgstr "" msgid "Enter the code you received to change your password." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:371 +#: src/view/com/modals/ChangeHandle.tsx:370 msgid "Enter the domain you want to use" msgstr "" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:107 +#: src/screens/Login/ForgotPasswordForm.tsx:119 msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:108 -#: src/view/com/auth/create/Step1.tsx:228 msgid "Enter your birth date" msgstr "" @@ -1599,7 +1635,8 @@ msgstr "" #~ msgid "Enter your email" #~ msgstr "" -#: src/view/com/auth/create/Step1.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:105 +#: src/screens/Signup/StepInfo/index.tsx:91 msgid "Enter your email address" msgstr "" @@ -1615,15 +1652,15 @@ msgstr "" #~ msgid "Enter your phone number" #~ msgstr "" -#: src/view/com/auth/login/Login.tsx:99 +#: src/screens/Login/index.tsx:101 msgid "Enter your username and password" msgstr "" -#: src/view/com/auth/create/Step3.tsx:67 +#: src/screens/Signup/StepCaptcha/index.tsx:49 msgid "Error receiving captcha response." msgstr "" -#: src/view/screens/Search/Search.tsx:110 +#: src/view/screens/Search/Search.tsx:111 msgid "Error:" msgstr "" @@ -1635,15 +1672,15 @@ msgstr "" msgid "Excessive mentions or replies" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:231 +#: src/view/com/modals/DeleteAccount.tsx:230 msgid "Exits account deletion process" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:150 +#: src/view/com/modals/ChangeHandle.tsx:151 msgid "Exits handle change process" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:135 +#: src/view/com/modals/crop-image/CropImage.web.tsx:136 msgid "Exits image cropping process" msgstr "" @@ -1686,11 +1723,12 @@ msgstr "" msgid "Export My Data" msgstr "" -#: src/view/com/modals/EmbedConsent.tsx:64 +#: src/components/dialogs/EmbedConsent.tsx:55 +#: src/components/dialogs/EmbedConsent.tsx:59 msgid "External Media" msgstr "" -#: src/view/com/modals/EmbedConsent.tsx:75 +#: src/components/dialogs/EmbedConsent.tsx:71 #: src/view/screens/PreferencesExternalEmbeds.tsx:66 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 "" @@ -1705,12 +1743,12 @@ msgstr "" msgid "External media settings" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:115 -#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:116 +#: src/view/com/modals/AddAppPasswords.tsx:120 msgid "Failed to create app password." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:206 +#: src/view/com/modals/CreateOrEditList.tsx:207 msgid "Failed to create the list. Check your internet connection and try again." msgstr "" @@ -1751,8 +1789,8 @@ msgstr "" #: src/Navigation.tsx:464 #: src/view/screens/Feeds.tsx:419 #: src/view/screens/Feeds.tsx:524 -#: src/view/screens/Profile.tsx:192 -#: src/view/shell/bottom-bar/BottomBar.tsx:183 +#: src/view/screens/Profile.tsx:194 +#: src/view/shell/bottom-bar/BottomBar.tsx:191 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:479 #: src/view/shell/Drawer.tsx:480 @@ -1775,11 +1813,11 @@ msgstr "" msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information." msgstr "" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:76 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 msgid "Feeds can be topical as well!" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "File Contents" msgstr "" @@ -1787,7 +1825,7 @@ msgstr "" msgid "Filter from feeds" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Finalizing" msgstr "" @@ -1797,11 +1835,11 @@ msgstr "" msgid "Find accounts to follow" msgstr "" -#: src/view/screens/Search/Search.tsx:441 +#: src/view/screens/Search/Search.tsx:442 msgid "Find users on Bluesky" msgstr "" -#: src/view/screens/Search/Search.tsx:439 +#: src/view/screens/Search/Search.tsx:440 msgid "Find users with the search tool on the right" msgstr "" @@ -1825,23 +1863,23 @@ msgstr "" msgid "Fitness" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:131 +#: src/screens/Onboarding/StepFinished.tsx:135 msgid "Flexible" msgstr "" -#: src/view/com/modals/EditImage.tsx:115 +#: src/view/com/modals/EditImage.tsx:116 msgid "Flip horizontal" msgstr "" -#: src/view/com/modals/EditImage.tsx:120 -#: src/view/com/modals/EditImage.tsx:287 +#: src/view/com/modals/EditImage.tsx:121 +#: src/view/com/modals/EditImage.tsx:288 msgid "Flip vertically" msgstr "" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:246 msgid "Follow" msgstr "" @@ -1852,8 +1890,8 @@ msgid "Follow" msgstr "" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "" @@ -1862,11 +1900,15 @@ msgstr "" msgid "Follow Account" msgstr "" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:179 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 msgid "Follow All" msgstr "" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +msgid "Follow Back" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 msgid "Follow selected accounts and continue to the next step" msgstr "" @@ -1890,19 +1932,19 @@ msgstr "" msgid "followed you" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:109 +#: src/view/com/profile/ProfileFollowers.tsx:104 #: src/view/screens/ProfileFollowers.tsx:25 msgid "Followers" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:227 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 -#: src/view/com/profile/ProfileFollows.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 +#: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 msgid "Following {0}" msgstr "" @@ -1930,33 +1972,41 @@ msgstr "" msgid "Food" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:111 +#: src/view/com/modals/DeleteAccount.tsx:110 msgid "For security reasons, we'll need to send a confirmation code to your email address." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:209 +#: src/view/com/modals/AddAppPasswords.tsx:210 msgid "For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one." msgstr "" #: src/view/com/auth/login/LoginForm.tsx:244 -msgid "Forgot" -msgstr "" +#~ msgid "Forgot" +#~ msgstr "" #: src/view/com/auth/login/LoginForm.tsx:241 -msgid "Forgot password" -msgstr "" +#~ msgid "Forgot password" +#~ msgstr "" -#: src/view/com/auth/login/Login.tsx:127 -#: src/view/com/auth/login/Login.tsx:143 +#: src/screens/Login/index.tsx:129 +#: src/screens/Login/index.tsx:144 msgid "Forgot Password" msgstr "" +#: src/screens/Login/LoginForm.tsx:201 +msgid "Forgot password?" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 +msgid "Forgot?" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:52 msgid "Frequently Posts Unwanted Content" msgstr "" -#: src/screens/Hashtag.tsx:108 -#: src/screens/Hashtag.tsx:148 +#: src/screens/Hashtag.tsx:109 +#: src/screens/Hashtag.tsx:149 msgid "From @{sanitizedAuthor}" msgstr "" @@ -1978,29 +2028,31 @@ msgstr "" msgid "Glaring violations of law or terms of service" msgstr "" -#: src/components/moderation/ScreenHider.tsx:144 -#: src/components/moderation/ScreenHider.tsx:153 -#: src/view/com/auth/LoggedOut.tsx:81 +#: src/components/moderation/ScreenHider.tsx:151 +#: src/components/moderation/ScreenHider.tsx:160 #: src/view/com/auth/LoggedOut.tsx:82 +#: src/view/com/auth/LoggedOut.tsx:83 #: src/view/screens/NotFound.tsx:55 -#: src/view/screens/ProfileFeed.tsx:111 +#: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:916 #: src/view/shell/desktop/LeftNav.tsx:108 msgid "Go back" msgstr "" +#: src/components/Error.tsx:91 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 -#: src/view/screens/ProfileFeed.tsx:116 +#: src/view/screens/ProfileFeed.tsx:117 #: src/view/screens/ProfileList.tsx:921 msgid "Go Back" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:74 +#: src/components/ReportDialog/SelectReportOptionView.tsx:73 #: src/components/ReportDialog/SubmitView.tsx:104 -#: src/screens/Onboarding/Layout.tsx:104 -#: src/screens/Onboarding/Layout.tsx:193 +#: src/screens/Onboarding/Layout.tsx:102 +#: src/screens/Onboarding/Layout.tsx:191 +#: src/screens/Signup/index.tsx:173 msgid "Go back to previous step" msgstr "" @@ -2012,15 +2064,12 @@ msgstr "" msgid "Go Home" msgstr "" -#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:749 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:189 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:218 -#: src/view/com/auth/login/LoginForm.tsx:291 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:195 +#: src/screens/Login/ForgotPasswordForm.tsx:172 #: src/view/com/modals/ChangePassword.tsx:167 msgid "Go to next" msgstr "" @@ -2029,7 +2078,7 @@ msgstr "" msgid "Graphic Media" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:265 +#: src/view/com/modals/ChangeHandle.tsx:266 msgid "Handle" msgstr "" @@ -2045,11 +2094,11 @@ msgstr "" #~ msgid "Hashtag: {tag}" #~ msgstr "" -#: src/components/RichText.tsx:190 +#: src/components/RichText.tsx:191 msgid "Hashtag: #{tag}" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:208 +#: src/screens/Signup/index.tsx:217 msgid "Having trouble?" msgstr "" @@ -2058,24 +2107,24 @@ msgstr "" msgid "Help" msgstr "" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:140 msgid "Here are some accounts for you to follow" msgstr "" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:85 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:89 msgid "Here are some popular topical feeds. You can choose to follow as many as you like." msgstr "" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:84 msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:153 +#: src/view/com/modals/AddAppPasswords.tsx:154 msgid "Here is your app password." msgstr "" #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:43 +#: src/components/moderation/LabelPreference.tsx:134 #: src/components/moderation/PostHider.tsx:107 #: src/lib/moderation/useLabelBehaviorDescription.ts:15 #: src/lib/moderation/useLabelBehaviorDescription.ts:20 @@ -2134,7 +2183,7 @@ msgstr "" msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:59 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "" @@ -2143,7 +2192,7 @@ msgid "Hmmmm, we couldn't load that moderation service." msgstr "" #: src/Navigation.tsx:454 -#: src/view/shell/bottom-bar/BottomBar.tsx:139 +#: src/view/shell/bottom-bar/BottomBar.tsx:147 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:401 #: src/view/shell/Drawer.tsx:402 @@ -2157,13 +2206,14 @@ msgstr "" #~ msgid "Home Feed Preferences" #~ msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:421 +#: src/view/com/modals/ChangeHandle.tsx:420 msgid "Host:" msgstr "" -#: src/view/com/auth/create/Step1.tsx:75 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:120 -#: src/view/com/modals/ChangeHandle.tsx:280 +#: src/screens/Login/ForgotPasswordForm.tsx:89 +#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Signup/StepInfo/index.tsx:40 +#: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" msgstr "" @@ -2179,7 +2229,7 @@ msgstr "" msgid "I have a confirmation code" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:283 +#: src/view/com/modals/ChangeHandle.tsx:284 msgid "I have my own domain" msgstr "" @@ -2191,7 +2241,7 @@ msgstr "" msgid "If none are selected, suitable for all ages." msgstr "" -#: src/view/com/auth/create/Policies.tsx:91 +#: src/screens/Signup/StepInfo/Policies.tsx:83 msgid "If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf." msgstr "" @@ -2215,7 +2265,7 @@ msgstr "" msgid "Image" msgstr "" -#: src/view/com/modals/AltImage.tsx:120 +#: src/view/com/modals/AltImage.tsx:121 msgid "Image alt text" msgstr "" @@ -2228,31 +2278,31 @@ msgstr "" msgid "Impersonation or false claims about identity or affiliation" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:138 +#: src/screens/Login/SetNewPasswordForm.tsx:127 msgid "Input code sent to your email for password reset" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:184 +#: src/view/com/modals/DeleteAccount.tsx:183 msgid "Input confirmation code for account deletion" msgstr "" #: src/view/com/auth/create/Step1.tsx:177 -msgid "Input email for Bluesky account" -msgstr "" +#~ msgid "Input email for Bluesky account" +#~ msgstr "" #: src/view/com/auth/create/Step1.tsx:151 -msgid "Input invite code to proceed" -msgstr "" +#~ msgid "Input invite code to proceed" +#~ msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:181 msgid "Input name for app password" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:162 +#: src/screens/Login/SetNewPasswordForm.tsx:151 msgid "Input new password" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:203 +#: src/view/com/modals/DeleteAccount.tsx:202 msgid "Input password for account deletion" msgstr "" @@ -2260,11 +2310,11 @@ msgstr "" #~ msgid "Input phone number for SMS verification" #~ msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:233 +#: src/screens/Login/LoginForm.tsx:195 msgid "Input the password tied to {identifier}" msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:200 +#: src/screens/Login/LoginForm.tsx:168 msgid "Input the username or email address you used at signup" msgstr "" @@ -2276,15 +2326,15 @@ msgstr "" #~ msgid "Input your email to get on the Bluesky waitlist" #~ msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:232 +#: src/screens/Login/LoginForm.tsx:194 msgid "Input your password" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:390 +#: src/view/com/modals/ChangeHandle.tsx:389 msgid "Input your preferred hosting provider" msgstr "" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Signup/StepHandle.tsx:62 msgid "Input your user handle" msgstr "" @@ -2292,7 +2342,7 @@ msgstr "" msgid "Invalid or unsupported post record" msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:116 +#: src/screens/Login/LoginForm.tsx:114 msgid "Invalid username or password" msgstr "" @@ -2300,20 +2350,19 @@ msgstr "" #~ msgid "Invite" #~ msgstr "" -#: src/view/com/modals/InviteCodes.tsx:93 +#: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "" -#: src/view/com/auth/create/Step1.tsx:141 -#: src/view/com/auth/create/Step1.tsx:150 +#: src/screens/Signup/StepInfo/index.tsx:58 msgid "Invite code" msgstr "" -#: src/view/com/auth/create/state.ts:158 +#: src/screens/Signup/state.ts:278 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/view/com/modals/InviteCodes.tsx:170 +#: src/view/com/modals/InviteCodes.tsx:171 msgid "Invite codes: {0} available" msgstr "" @@ -2321,16 +2370,16 @@ msgstr "" #~ msgid "Invite codes: {invitesAvailable} available" #~ msgstr "" -#: src/view/com/modals/InviteCodes.tsx:169 +#: src/view/com/modals/InviteCodes.tsx:170 msgid "Invite codes: 1 available" msgstr "" -#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +#: src/screens/Onboarding/StepFollowingFeed.tsx:65 msgid "It shows posts from the people you follow as they happen." msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:103 -#: src/view/com/auth/SplashScreen.web.tsx:138 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:104 +#: src/view/com/auth/SplashScreen.web.tsx:172 msgid "Jobs" msgstr "" @@ -2363,11 +2412,11 @@ msgstr "" msgid "Labeled by the author." msgstr "" -#: src/view/screens/Profile.tsx:186 +#: src/view/screens/Profile.tsx:188 msgid "Labels" msgstr "" -#: src/screens/Profile/Sections/Labels.tsx:143 +#: src/screens/Profile/Sections/Labels.tsx:142 msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "" @@ -2375,11 +2424,11 @@ msgstr "" msgid "labels have been placed on this {labelTarget}" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:63 +#: src/components/moderation/LabelsOnMeDialog.tsx:62 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "Labels on your content" msgstr "" @@ -2401,14 +2450,14 @@ msgid "Languages" msgstr "" #: src/view/com/auth/create/StepHeader.tsx:20 -msgid "Last step!" -msgstr "" +#~ msgid "Last step!" +#~ msgstr "" #: src/view/com/util/moderation/ContentHider.tsx:103 #~ msgid "Learn more" #~ msgstr "" -#: src/components/moderation/ScreenHider.tsx:129 +#: src/components/moderation/ScreenHider.tsx:136 msgid "Learn More" msgstr "" @@ -2418,11 +2467,11 @@ msgid "Learn more about the moderation applied to this content." msgstr "" #: src/components/moderation/PostHider.tsx:85 -#: src/components/moderation/ScreenHider.tsx:126 +#: src/components/moderation/ScreenHider.tsx:125 msgid "Learn more about this warning" msgstr "" -#: src/screens/Moderation/index.tsx:551 +#: src/screens/Moderation/index.tsx:549 msgid "Learn more about what is public on Bluesky." msgstr "" @@ -2434,7 +2483,7 @@ msgstr "" msgid "Leave them all unchecked to see any language." msgstr "" -#: src/view/com/modals/LinkWarning.tsx:51 +#: src/view/com/modals/LinkWarning.tsx:65 msgid "Leaving Bluesky" msgstr "" @@ -2446,12 +2495,12 @@ msgstr "" msgid "Legacy storage cleared, you need to restart the app now." msgstr "" -#: src/view/com/auth/login/Login.tsx:128 -#: src/view/com/auth/login/Login.tsx:144 +#: src/screens/Login/index.tsx:130 +#: src/screens/Login/index.tsx:145 msgid "Let's get your password reset!" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Let's go!" msgstr "" @@ -2464,12 +2513,12 @@ msgstr "" msgid "Light" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Like" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:257 -#: src/view/screens/ProfileFeed.tsx:572 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:258 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Like this feed" msgstr "" @@ -2479,7 +2528,7 @@ msgstr "" msgid "Liked by" msgstr "" -#: src/screens/Profile/ProfileLabelerLikedBy.tsx:42 +#: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 #: src/view/screens/PostLikedBy.tsx:27 #: src/view/screens/ProfileFeedLikedBy.tsx:27 msgid "Liked By" @@ -2493,9 +2542,9 @@ msgstr "" msgid "Liked by {count} {0}" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:277 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:291 -#: src/view/screens/ProfileFeed.tsx:587 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292 +#: src/view/screens/ProfileFeed.tsx:588 msgid "Liked by {likeCount} {0}" msgstr "" @@ -2507,7 +2556,7 @@ msgstr "" msgid "liked your post" msgstr "" -#: src/view/screens/Profile.tsx:191 +#: src/view/screens/Profile.tsx:193 msgid "Likes" msgstr "" @@ -2519,7 +2568,7 @@ msgstr "" msgid "List" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:261 +#: src/view/com/modals/CreateOrEditList.tsx:262 msgid "List Avatar" msgstr "" @@ -2539,7 +2588,7 @@ msgstr "" msgid "List muted" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:275 +#: src/view/com/modals/CreateOrEditList.tsx:276 msgid "List Name" msgstr "" @@ -2552,8 +2601,8 @@ msgid "List unmuted" msgstr "" #: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:187 -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:195 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 @@ -2570,8 +2619,8 @@ msgid "Load new notifications" msgstr "" #: src/screens/Profile/Sections/Feed.tsx:70 -#: src/view/com/feeds/FeedPage.tsx:124 -#: src/view/screens/ProfileFeed.tsx:495 +#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/screens/ProfileFeed.tsx:496 #: src/view/screens/ProfileList.tsx:695 msgid "Load new posts" msgstr "" @@ -2595,31 +2644,35 @@ msgstr "" msgid "Log out" msgstr "" -#: src/screens/Moderation/index.tsx:444 +#: src/screens/Moderation/index.tsx:442 msgid "Logged-out visibility" msgstr "" -#: src/view/com/auth/login/ChooseAccountForm.tsx:142 +#: src/components/AccountList.tsx:54 msgid "Login to account that is not listed" msgstr "" -#: src/view/com/modals/LinkWarning.tsx:65 +#: src/screens/Login/SetNewPasswordForm.tsx:116 +msgid "Looks like XXXXX-XXXXX" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:79 msgid "Make sure this is where you intend to go!" msgstr "" -#: src/components/dialogs/MutedWords.tsx:83 +#: src/components/dialogs/MutedWords.tsx:82 msgid "Manage your muted words and tags" msgstr "" #: src/view/com/auth/create/Step2.tsx:118 -msgid "May not be longer than 253 characters" -msgstr "" +#~ msgid "May not be longer than 253 characters" +#~ msgstr "" #: src/view/com/auth/create/Step2.tsx:109 -msgid "May only contain letters and numbers" -msgstr "" +#~ msgid "May only contain letters and numbers" +#~ msgstr "" -#: src/view/screens/Profile.tsx:190 +#: src/view/screens/Profile.tsx:192 msgid "Media" msgstr "" @@ -2632,7 +2685,7 @@ msgid "Mentioned users" msgstr "" #: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:647 +#: src/view/screens/Search/Search.tsx:648 msgid "Menu" msgstr "" @@ -2645,7 +2698,7 @@ msgid "Misleading Account" msgstr "" #: src/Navigation.tsx:119 -#: src/screens/Moderation/index.tsx:106 +#: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:645 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:514 @@ -2653,7 +2706,7 @@ msgstr "" msgid "Moderation" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:113 +#: src/components/moderation/ModerationDetailsDialog.tsx:112 msgid "Moderation details" msgstr "" @@ -2672,15 +2725,15 @@ msgstr "" msgid "Moderation list by you" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:197 +#: src/view/com/modals/CreateOrEditList.tsx:198 msgid "Moderation list created" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:183 +#: src/view/com/modals/CreateOrEditList.tsx:184 msgid "Moderation list updated" msgstr "" -#: src/screens/Moderation/index.tsx:245 +#: src/screens/Moderation/index.tsx:243 msgid "Moderation lists" msgstr "" @@ -2697,11 +2750,11 @@ msgstr "" msgid "Moderation states" msgstr "" -#: src/screens/Moderation/index.tsx:217 +#: src/screens/Moderation/index.tsx:215 msgid "Moderation tools" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:49 +#: src/components/moderation/ModerationDetailsDialog.tsx:48 #: src/lib/moderation/useModerationCauseDescription.ts:40 msgid "Moderator has chosen to set a general warning on the content." msgstr "" @@ -2727,8 +2780,8 @@ msgid "Most-liked replies first" msgstr "" #: src/view/com/auth/create/Step2.tsx:122 -msgid "Must be at least 3 characters" -msgstr "" +#~ msgid "Must be at least 3 characters" +#~ msgstr "" #: src/components/TagMenu/index.tsx:249 msgid "Mute" @@ -2755,11 +2808,11 @@ msgstr "" #~ msgid "Mute all {tag} posts" #~ msgstr "" -#: src/components/dialogs/MutedWords.tsx:149 +#: src/components/dialogs/MutedWords.tsx:148 msgid "Mute in tags only" msgstr "" -#: src/components/dialogs/MutedWords.tsx:134 +#: src/components/dialogs/MutedWords.tsx:133 msgid "Mute in text & tags" msgstr "" @@ -2776,11 +2829,11 @@ msgstr "" #~ msgid "Mute this List" #~ msgstr "" -#: src/components/dialogs/MutedWords.tsx:127 +#: src/components/dialogs/MutedWords.tsx:126 msgid "Mute this word in post text and tags" msgstr "" -#: src/components/dialogs/MutedWords.tsx:142 +#: src/components/dialogs/MutedWords.tsx:141 msgid "Mute this word in tags only" msgstr "" @@ -2798,7 +2851,7 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:257 +#: src/screens/Moderation/index.tsx:255 msgid "Muted accounts" msgstr "" @@ -2815,7 +2868,7 @@ msgstr "" msgid "Muted by \"{0}\"" msgstr "" -#: src/screens/Moderation/index.tsx:233 +#: src/screens/Moderation/index.tsx:231 msgid "Muted words & tags" msgstr "" @@ -2848,12 +2901,12 @@ msgstr "" #~ msgid "my-server.com" #~ msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:179 -#: src/view/com/modals/CreateOrEditList.tsx:290 +#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/CreateOrEditList.tsx:291 msgid "Name" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:145 +#: src/view/com/modals/CreateOrEditList.tsx:146 msgid "Name is required" msgstr "" @@ -2867,10 +2920,8 @@ msgstr "" msgid "Nature" msgstr "" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:190 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:219 -#: src/view/com/auth/login/LoginForm.tsx:292 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:196 +#: src/screens/Login/ForgotPasswordForm.tsx:173 +#: src/screens/Login/LoginForm.tsx:254 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "" @@ -2879,21 +2930,21 @@ msgstr "" msgid "Navigates to your profile" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:124 +#: src/components/ReportDialog/SelectReportOptionView.tsx:122 msgid "Need to report a copyright violation?" msgstr "" #: src/view/com/modals/EmbedConsent.tsx:107 #: src/view/com/modals/EmbedConsent.tsx:123 -msgid "Never load embeds from {0}" -msgstr "" +#~ msgid "Never load embeds from {0}" +#~ msgstr "" #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:72 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:74 msgid "Never lose access to your followers and data." msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:119 +#: src/screens/Onboarding/StepFinished.tsx:123 msgid "Never lose access to your followers or data." msgstr "" @@ -2901,7 +2952,7 @@ msgstr "" #~ msgid "Nevermind" #~ msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:520 +#: src/view/com/modals/ChangeHandle.tsx:519 msgid "Nevermind, create a handle for me" msgstr "" @@ -2914,11 +2965,10 @@ msgstr "" msgid "New" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:252 +#: src/view/com/modals/CreateOrEditList.tsx:253 msgid "New Moderation List" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/ChangePassword.tsx:212 msgid "New password" msgstr "" @@ -2927,15 +2977,15 @@ msgstr "" msgid "New Password" msgstr "" -#: src/view/com/feeds/FeedPage.tsx:135 +#: src/view/com/feeds/FeedPage.tsx:149 msgctxt "action" msgid "New post" msgstr "" #: src/view/screens/Feeds.tsx:555 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:450 -#: src/view/screens/ProfileFeed.tsx:433 +#: src/view/screens/Profile.tsx:452 +#: src/view/screens/ProfileFeed.tsx:434 #: src/view/screens/ProfileList.tsx:199 #: src/view/screens/ProfileList.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:252 @@ -2947,7 +2997,7 @@ msgctxt "action" msgid "New Post" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:247 +#: src/view/com/modals/CreateOrEditList.tsx:248 msgid "New User List" msgstr "" @@ -2959,12 +3009,13 @@ msgstr "" msgid "News" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:172 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:182 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:192 -#: src/view/com/auth/login/LoginForm.tsx:294 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:187 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:143 +#: src/screens/Login/ForgotPasswordForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:253 +#: src/screens/Login/LoginForm.tsx:260 +#: src/screens/Login/SetNewPasswordForm.tsx:174 +#: src/screens/Login/SetNewPasswordForm.tsx:180 +#: src/screens/Signup/index.tsx:205 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:79 #: src/view/com/modals/ChangePassword.tsx:253 #: src/view/com/modals/ChangePassword.tsx:255 @@ -2989,19 +3040,23 @@ msgstr "" msgid "No" msgstr "" -#: src/view/screens/ProfileFeed.tsx:561 +#: src/view/screens/ProfileFeed.tsx:562 #: src/view/screens/ProfileList.tsx:769 msgid "No description" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:406 +#: src/view/com/modals/ChangeHandle.tsx:405 msgid "No DNS Panel" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 msgid "No longer following {0}" msgstr "" +#: src/screens/Signup/StepHandle.tsx:114 +msgid "No longer than 253 characters" +msgstr "" + #: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "" @@ -3011,7 +3066,7 @@ msgstr "" msgid "No result" msgstr "" -#: src/components/Lists.tsx:189 +#: src/components/Lists.tsx:183 msgid "No results found" msgstr "" @@ -3020,12 +3075,13 @@ msgid "No results found for \"{query}\"" msgstr "" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:282 -#: src/view/screens/Search/Search.tsx:310 +#: src/view/screens/Search/Search.tsx:283 +#: src/view/screens/Search/Search.tsx:311 msgid "No results found for {query}" msgstr "" -#: src/view/com/modals/EmbedConsent.tsx:129 +#: src/components/dialogs/EmbedConsent.tsx:105 +#: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" msgstr "" @@ -3033,7 +3089,7 @@ msgstr "" msgid "Nobody" msgstr "" -#: src/components/LikedByList.tsx:102 +#: src/components/LikedByList.tsx:79 #: src/components/LikesDialog.tsx:99 msgid "Nobody has liked this yet. Maybe you should be the first!" msgstr "" @@ -3047,7 +3103,7 @@ msgid "Not Applicable." msgstr "" #: src/Navigation.tsx:109 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Not Found" msgstr "" @@ -3058,17 +3114,18 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:368 #: src/view/com/util/forms/PostDropdownBtn.tsx:342 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:246 msgid "Note about sharing" msgstr "" -#: src/screens/Moderation/index.tsx:542 +#: src/screens/Moderation/index.tsx:540 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/Navigation.tsx:469 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 -#: src/view/shell/bottom-bar/BottomBar.tsx:207 +#: src/view/shell/bottom-bar/BottomBar.tsx:215 #: src/view/shell/desktop/LeftNav.tsx:365 #: src/view/shell/Drawer.tsx:438 #: src/view/shell/Drawer.tsx:439 @@ -3080,7 +3137,15 @@ msgid "Nudity" msgstr "" #: src/lib/moderation/useReportOptions.ts:71 -msgid "Nudity or pornography not labeled as such" +msgid "Nudity or adult content not labeled as such" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:71 +#~ msgid "Nudity or pornography not labeled as such" +#~ msgstr "" + +#: src/screens/Signup/index.tsx:142 +msgid "of" msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:11 @@ -3091,15 +3156,16 @@ msgstr "" msgid "Oh no!" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:128 +#: src/screens/Onboarding/StepInterests/index.tsx:132 msgid "Oh no! Something went wrong." msgstr "" -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:127 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:126 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:327 msgid "OK" msgstr "" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 +#: src/screens/Login/PasswordUpdatedForm.tsx:44 msgid "Okay" msgstr "" @@ -3111,7 +3177,7 @@ msgstr "" msgid "Onboarding reset" msgstr "" -#: src/view/com/composer/Composer.tsx:391 +#: src/view/com/composer/Composer.tsx:392 msgid "One or more images is missing alt text." msgstr "" @@ -3119,17 +3185,21 @@ msgstr "" msgid "Only {0} can reply." msgstr "" -#: src/components/Lists.tsx:83 +#: src/screens/Signup/StepHandle.tsx:97 +msgid "Only contains letters, numbers, and hyphens" +msgstr "" + +#: src/components/Lists.tsx:75 msgid "Oops, something went wrong!" msgstr "" -#: src/components/Lists.tsx:157 +#: src/components/Lists.tsx:170 #: src/view/screens/AppPasswords.tsx:67 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Oops!" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:115 +#: src/screens/Onboarding/StepFinished.tsx:119 msgid "Open" msgstr "" @@ -3137,12 +3207,12 @@ msgstr "" #~ msgid "Open content filtering settings" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:490 #: src/view/com/composer/Composer.tsx:491 +#: src/view/com/composer/Composer.tsx:492 msgid "Open emoji picker" msgstr "" -#: src/view/screens/ProfileFeed.tsx:299 +#: src/view/screens/ProfileFeed.tsx:300 msgid "Open feed options menu" msgstr "" @@ -3150,7 +3220,7 @@ msgstr "" msgid "Open links with in-app browser" msgstr "" -#: src/screens/Moderation/index.tsx:229 +#: src/screens/Moderation/index.tsx:227 msgid "Open muted words and tags settings" msgstr "" @@ -3211,13 +3281,15 @@ msgstr "" msgid "Opens external embeds settings" msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:56 -#: src/view/com/auth/SplashScreen.tsx:70 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:57 +#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/SplashScreen.web.tsx:97 msgid "Opens flow to create a new Bluesky account" msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:74 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:75 #: src/view/com/auth/SplashScreen.tsx:83 +#: src/view/com/auth/SplashScreen.web.tsx:112 msgid "Opens flow to sign into your existing Bluesky account" msgstr "" @@ -3233,7 +3305,7 @@ msgstr "" #~ msgid "Opens invite code list" #~ msgstr "" -#: src/view/com/modals/InviteCodes.tsx:172 +#: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "" @@ -3257,11 +3329,11 @@ msgstr "" msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "" -#: src/view/screens/Settings/index.tsx:970 +#: src/view/screens/Settings/index.tsx:968 msgid "Opens modal for email verification" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:281 +#: src/view/com/modals/ChangeHandle.tsx:282 msgid "Opens modal for using custom domain" msgstr "" @@ -3269,7 +3341,7 @@ msgstr "" msgid "Opens moderation settings" msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:242 +#: src/screens/Login/LoginForm.tsx:202 msgid "Opens password reset form" msgstr "" @@ -3298,7 +3370,7 @@ msgstr "" #~ msgid "Opens the home feed preferences" #~ msgstr "" -#: src/view/com/modals/LinkWarning.tsx:76 +#: src/view/com/modals/LinkWarning.tsx:93 msgid "Opens the linked website" msgstr "" @@ -3331,7 +3403,7 @@ msgstr "" msgid "Other" msgstr "" -#: src/view/com/auth/login/ChooseAccountForm.tsx:147 +#: src/components/AccountList.tsx:73 msgid "Other account" msgstr "" @@ -3343,7 +3415,7 @@ msgstr "" msgid "Other..." msgstr "" -#: src/components/Lists.tsx:190 +#: src/components/Lists.tsx:184 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "" @@ -3352,13 +3424,10 @@ msgstr "" msgid "Page Not Found" msgstr "" -#: src/view/com/auth/create/Step1.tsx:191 -#: src/view/com/auth/create/Step1.tsx:201 -#: src/view/com/auth/login/LoginForm.tsx:213 -#: src/view/com/auth/login/LoginForm.tsx:229 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:161 -#: src/view/com/modals/DeleteAccount.tsx:195 -#: src/view/com/modals/DeleteAccount.tsx:202 +#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Signup/StepInfo/index.tsx:101 +#: src/view/com/modals/DeleteAccount.tsx:194 +#: src/view/com/modals/DeleteAccount.tsx:201 msgid "Password" msgstr "" @@ -3366,11 +3435,11 @@ msgstr "" msgid "Password Changed" msgstr "" -#: src/view/com/auth/login/Login.tsx:157 +#: src/screens/Login/index.tsx:157 msgid "Password updated" msgstr "" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:28 +#: src/screens/Login/PasswordUpdatedForm.tsx:30 msgid "Password updated!" msgstr "" @@ -3402,12 +3471,12 @@ msgstr "" msgid "Pictures meant for adults." msgstr "" -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:563 msgid "Pin to home" msgstr "" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 msgid "Pin to Home" msgstr "" @@ -3415,28 +3484,28 @@ msgstr "" msgid "Pinned Feeds" msgstr "" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:111 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:54 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:55 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" msgstr "" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:110 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 msgid "Plays the GIF" msgstr "" -#: src/view/com/auth/create/state.ts:124 +#: src/screens/Signup/state.ts:241 msgid "Please choose your handle." msgstr "" -#: src/view/com/auth/create/state.ts:117 +#: src/screens/Signup/state.ts:234 msgid "Please choose your password." msgstr "" -#: src/view/com/auth/create/state.ts:131 +#: src/screens/Signup/state.ts:251 msgid "Please complete the verification captcha." msgstr "" @@ -3444,7 +3513,7 @@ msgstr "" msgid "Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:90 +#: src/view/com/modals/AddAppPasswords.tsx:91 msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "" @@ -3452,11 +3521,11 @@ msgstr "" #~ msgid "Please enter a phone number that can receive SMS text messages." #~ msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:145 +#: src/view/com/modals/AddAppPasswords.tsx:146 msgid "Please enter a unique name for this App Password or use our randomly generated one." msgstr "" -#: src/components/dialogs/MutedWords.tsx:68 +#: src/components/dialogs/MutedWords.tsx:67 msgid "Please enter a valid word, tag, or phrase to mute" msgstr "" @@ -3468,15 +3537,15 @@ msgstr "" #~ msgid "Please enter the verification code sent to {phoneNumberFormatted}." #~ msgstr "" -#: src/view/com/auth/create/state.ts:103 +#: src/screens/Signup/state.ts:220 msgid "Please enter your email." msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:191 +#: src/view/com/modals/DeleteAccount.tsx:190 msgid "Please enter your password as well:" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:222 +#: src/components/moderation/LabelsOnMeDialog.tsx:221 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -3494,7 +3563,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "" -#: src/view/com/composer/Composer.tsx:221 +#: src/view/com/composer/Composer.tsx:222 msgid "Please wait for your link card to finish loading" msgstr "" @@ -3507,11 +3576,11 @@ msgid "Porn" msgstr "" #: src/lib/moderation/useGlobalLabelStrings.ts:34 -msgid "Pornography" -msgstr "" +#~ msgid "Pornography" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:366 -#: src/view/com/composer/Composer.tsx:374 +#: src/view/com/composer/Composer.tsx:367 +#: src/view/com/composer/Composer.tsx:375 msgctxt "action" msgid "Post" msgstr "" @@ -3539,12 +3608,12 @@ msgstr "" msgid "Post hidden" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:98 +#: src/components/moderation/ModerationDetailsDialog.tsx:97 #: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Post Hidden by Muted Word" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:101 +#: src/components/moderation/ModerationDetailsDialog.tsx:100 #: src/lib/moderation/useModerationCauseDescription.ts:108 msgid "Post Hidden by You" msgstr "" @@ -3566,11 +3635,11 @@ msgstr "" msgid "posts" msgstr "" -#: src/view/screens/Profile.tsx:188 +#: src/view/screens/Profile.tsx:190 msgid "Posts" msgstr "" -#: src/components/dialogs/MutedWords.tsx:90 +#: src/components/dialogs/MutedWords.tsx:89 msgid "Posts can be muted based on their text, their tags, or both." msgstr "" @@ -3578,11 +3647,17 @@ msgstr "" msgid "Posts hidden" msgstr "" -#: src/view/com/modals/LinkWarning.tsx:46 +#: src/view/com/modals/LinkWarning.tsx:60 msgid "Potentially Misleading Link" msgstr "" -#: src/components/Lists.tsx:88 +#: src/components/forms/HostingProvider.tsx:45 +msgid "Press to change hosting provider" +msgstr "" + +#: src/components/Error.tsx:74 +#: src/components/Lists.tsx:80 +#: src/screens/Signup/index.tsx:186 msgid "Press to retry" msgstr "" @@ -3604,23 +3679,23 @@ msgid "Privacy" msgstr "" #: src/Navigation.tsx:231 -#: src/view/com/auth/create/Policies.tsx:69 +#: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:925 +#: src/view/screens/Settings/index.tsx:923 #: src/view/shell/Drawer.tsx:265 msgid "Privacy Policy" msgstr "" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:156 msgid "Processing..." msgstr "" #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:340 +#: src/view/screens/Profile.tsx:342 msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:260 #: src/view/shell/desktop/LeftNav.tsx:419 #: src/view/shell/Drawer.tsx:70 #: src/view/shell/Drawer.tsx:549 @@ -3628,15 +3703,15 @@ msgstr "" msgid "Profile" msgstr "" -#: src/view/com/modals/EditProfile.tsx:128 +#: src/view/com/modals/EditProfile.tsx:129 msgid "Profile updated" msgstr "" -#: src/view/screens/Settings/index.tsx:983 +#: src/view/screens/Settings/index.tsx:981 msgid "Protect your account by verifying your email." msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:101 +#: src/screens/Onboarding/StepFinished.tsx:105 msgid "Public" msgstr "" @@ -3648,15 +3723,15 @@ msgstr "" msgid "Public, shareable lists which can drive feeds." msgstr "" -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish post" msgstr "" -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish reply" msgstr "" -#: src/view/com/modals/Repost.tsx:65 +#: src/view/com/modals/Repost.tsx:66 msgctxt "action" msgid "Quote post" msgstr "" @@ -3665,7 +3740,7 @@ msgstr "" msgid "Quote post" msgstr "" -#: src/view/com/modals/Repost.tsx:70 +#: src/view/com/modals/Repost.tsx:71 msgctxt "action" msgid "Quote Post" msgstr "" @@ -3674,11 +3749,11 @@ msgstr "" msgid "Random (aka \"Poster's Roulette\")" msgstr "" -#: src/view/com/modals/EditImage.tsx:236 +#: src/view/com/modals/EditImage.tsx:237 msgid "Ratios" msgstr "" -#: src/view/screens/Search/Search.tsx:776 +#: src/view/screens/Search/Search.tsx:777 msgid "Recent Searches" msgstr "" @@ -3690,7 +3765,7 @@ msgstr "" msgid "Recommended Users" msgstr "" -#: src/components/dialogs/MutedWords.tsx:287 +#: src/components/dialogs/MutedWords.tsx:286 #: src/view/com/feeds/FeedSourceCard.tsx:283 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:83 @@ -3725,8 +3800,8 @@ msgstr "" #: src/view/com/feeds/FeedSourceCard.tsx:173 #: src/view/com/feeds/FeedSourceCard.tsx:233 -#: src/view/screens/ProfileFeed.tsx:334 -#: src/view/screens/ProfileFeed.tsx:340 +#: src/view/screens/ProfileFeed.tsx:335 +#: src/view/screens/ProfileFeed.tsx:341 msgid "Remove from my feeds" msgstr "" @@ -3742,11 +3817,11 @@ msgstr "" msgid "Remove image preview" msgstr "" -#: src/components/dialogs/MutedWords.tsx:330 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "" -#: src/view/com/modals/Repost.tsx:47 +#: src/view/com/modals/Repost.tsx:48 msgid "Remove repost" msgstr "" @@ -3771,7 +3846,7 @@ msgstr "" msgid "Removed from my feeds" msgstr "" -#: src/view/screens/ProfileFeed.tsx:208 +#: src/view/screens/ProfileFeed.tsx:209 msgid "Removed from your feeds" msgstr "" @@ -3779,7 +3854,7 @@ msgstr "" msgid "Removes default thumbnail from {0}" msgstr "" -#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:191 msgid "Replies" msgstr "" @@ -3787,7 +3862,7 @@ msgstr "" msgid "Replies to this thread are disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:364 +#: src/view/com/composer/Composer.tsx:365 msgctxt "action" msgid "Reply" msgstr "" @@ -3811,8 +3886,12 @@ msgstr "" msgid "Report Account" msgstr "" -#: src/view/screens/ProfileFeed.tsx:351 -#: src/view/screens/ProfileFeed.tsx:353 +#: src/components/ReportDialog/index.tsx:49 +msgid "Report dialog" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:352 +#: src/view/screens/ProfileFeed.tsx:354 msgid "Report feed" msgstr "" @@ -3825,29 +3904,29 @@ msgstr "" msgid "Report post" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:43 +#: src/components/ReportDialog/SelectReportOptionView.tsx:42 msgid "Report this content" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:56 +#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Report this feed" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:53 +#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Report this list" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:50 +#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Report this post" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:47 +#: src/components/ReportDialog/SelectReportOptionView.tsx:46 msgid "Report this user" msgstr "" -#: src/view/com/modals/Repost.tsx:43 -#: src/view/com/modals/Repost.tsx:48 -#: src/view/com/modals/Repost.tsx:53 +#: src/view/com/modals/Repost.tsx:44 +#: src/view/com/modals/Repost.tsx:49 +#: src/view/com/modals/Repost.tsx:54 #: src/view/com/util/post-ctrls/RepostButton.tsx:61 msgctxt "action" msgid "Repost" @@ -3900,12 +3979,10 @@ msgstr "" msgid "Require alt text before posting" msgstr "" -#: src/view/com/auth/create/Step1.tsx:146 +#: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:124 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:136 #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "" @@ -3923,7 +4000,7 @@ msgstr "" msgid "Reset onboarding state" msgstr "" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:104 +#: src/screens/Login/ForgotPasswordForm.tsx:86 msgid "Reset password" msgstr "" @@ -3944,7 +4021,7 @@ msgstr "" msgid "Resets the preferences state" msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:235 msgid "Retries login" msgstr "" @@ -3953,13 +4030,13 @@ msgstr "" msgid "Retries the last action, which errored out" msgstr "" -#: src/components/Lists.tsx:98 -#: src/screens/Onboarding/StepInterests/index.tsx:221 -#: src/screens/Onboarding/StepInterests/index.tsx:224 -#: src/view/com/auth/create/CreateAccount.tsx:181 -#: src/view/com/auth/create/CreateAccount.tsx:186 -#: src/view/com/auth/login/LoginForm.tsx:271 -#: src/view/com/auth/login/LoginForm.tsx:274 +#: src/components/Error.tsx:79 +#: src/components/Lists.tsx:91 +#: src/screens/Login/LoginForm.tsx:234 +#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Onboarding/StepInterests/index.tsx:225 +#: src/screens/Onboarding/StepInterests/index.tsx:228 +#: src/screens/Signup/index.tsx:193 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 msgid "Retry" @@ -3969,6 +4046,7 @@ msgstr "" #~ msgid "Retry." #~ msgstr "" +#: src/components/Error.tsx:86 #: src/view/screens/ProfileList.tsx:917 msgid "Return to previous page" msgstr "" @@ -3978,7 +4056,7 @@ msgid "Returns to home page" msgstr "" #: src/view/screens/NotFound.tsx:58 -#: src/view/screens/ProfileFeed.tsx:112 +#: src/view/screens/ProfileFeed.tsx:113 msgid "Returns to previous page" msgstr "" @@ -3987,19 +4065,19 @@ msgstr "" #~ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:337 -#: src/view/com/modals/EditProfile.tsx:224 +#: src/view/com/modals/ChangeHandle.tsx:174 +#: src/view/com/modals/CreateOrEditList.tsx:338 +#: src/view/com/modals/EditProfile.tsx:225 msgid "Save" msgstr "" #: src/view/com/lightbox/Lightbox.tsx:132 -#: src/view/com/modals/CreateOrEditList.tsx:345 +#: src/view/com/modals/CreateOrEditList.tsx:346 msgctxt "action" msgid "Save" msgstr "" -#: src/view/com/modals/AltImage.tsx:130 +#: src/view/com/modals/AltImage.tsx:131 msgid "Save alt text" msgstr "" @@ -4007,20 +4085,20 @@ msgstr "" msgid "Save birthday" msgstr "" -#: src/view/com/modals/EditProfile.tsx:232 +#: src/view/com/modals/EditProfile.tsx:233 msgid "Save Changes" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:170 +#: src/view/com/modals/ChangeHandle.tsx:171 msgid "Save handle change" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:144 +#: src/view/com/modals/crop-image/CropImage.web.tsx:145 msgid "Save image crop" msgstr "" -#: src/view/screens/ProfileFeed.tsx:335 -#: src/view/screens/ProfileFeed.tsx:341 +#: src/view/screens/ProfileFeed.tsx:336 +#: src/view/screens/ProfileFeed.tsx:342 msgid "Save to my feeds" msgstr "" @@ -4032,19 +4110,19 @@ msgstr "" msgid "Saved to your camera roll." msgstr "" -#: src/view/screens/ProfileFeed.tsx:212 +#: src/view/screens/ProfileFeed.tsx:213 msgid "Saved to your feeds" msgstr "" -#: src/view/com/modals/EditProfile.tsx:225 +#: src/view/com/modals/EditProfile.tsx:226 msgid "Saves any changes to your profile" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:171 +#: src/view/com/modals/ChangeHandle.tsx:172 msgid "Saves handle change to {handle}" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:145 +#: src/view/com/modals/crop-image/CropImage.web.tsx:146 msgid "Saves image crop settings" msgstr "" @@ -4057,14 +4135,14 @@ msgid "Scroll to top" msgstr "" #: src/Navigation.tsx:459 -#: src/view/com/auth/LoggedOut.tsx:122 +#: src/view/com/auth/LoggedOut.tsx:123 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 -#: src/view/screens/Search/Search.tsx:420 -#: src/view/screens/Search/Search.tsx:669 -#: src/view/screens/Search/Search.tsx:687 -#: src/view/shell/bottom-bar/BottomBar.tsx:161 +#: src/view/screens/Search/Search.tsx:421 +#: src/view/screens/Search/Search.tsx:670 +#: src/view/screens/Search/Search.tsx:688 +#: src/view/shell/bottom-bar/BottomBar.tsx:169 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 #: src/view/shell/desktop/Search.tsx:224 @@ -4073,7 +4151,7 @@ msgstr "" msgid "Search" msgstr "" -#: src/view/screens/Search/Search.tsx:736 +#: src/view/screens/Search/Search.tsx:737 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "" @@ -4094,8 +4172,8 @@ msgstr "" #~ msgid "Search for all posts with tag {tag}" #~ msgstr "" -#: src/view/com/auth/LoggedOut.tsx:104 #: src/view/com/auth/LoggedOut.tsx:105 +#: src/view/com/auth/LoggedOut.tsx:106 #: src/view/com/modals/ListAddRemoveUsers.tsx:70 msgid "Search for users" msgstr "" @@ -4132,7 +4210,7 @@ msgstr "" msgid "See this guide" msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:39 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:40 msgid "See what's next" msgstr "" @@ -4140,11 +4218,15 @@ msgstr "" msgid "Select {item}" msgstr "" +#: src/screens/Login/ChooseAccountForm.tsx:61 +msgid "Select account" +msgstr "" + #: src/view/com/modals/ServerInput.tsx:75 #~ msgid "Select Bluesky Social" #~ msgstr "" -#: src/view/com/auth/login/Login.tsx:117 +#: src/screens/Login/index.tsx:120 msgid "Select from an existing account" msgstr "" @@ -4152,7 +4234,7 @@ msgstr "" msgid "Select languages" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:32 +#: src/components/ReportDialog/SelectLabelerView.tsx:30 msgid "Select moderator" msgstr "" @@ -4162,8 +4244,8 @@ msgstr "" #: src/view/com/auth/create/Step1.tsx:96 #: src/view/com/auth/login/LoginForm.tsx:153 -msgid "Select service" -msgstr "" +#~ msgid "Select service" +#~ msgstr "" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 msgid "Select some accounts below to follow" @@ -4181,11 +4263,11 @@ msgstr "" #~ 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:96 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:100 msgid "Select topical feeds to follow from the list below" msgstr "" -#: src/screens/Onboarding/StepModeration/index.tsx:62 +#: src/screens/Onboarding/StepModeration/index.tsx:63 msgid "Select what you want to see (or not see), and we’ll handle the rest." msgstr "" @@ -4201,7 +4283,11 @@ msgstr "" msgid "Select your app language for the default text to display in the app." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:133 +msgid "Select your date of birth" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:200 msgid "Select your interests from the options below" msgstr "" @@ -4213,11 +4299,11 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:117 msgid "Select your primary algorithmic feeds" msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:142 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:133 msgid "Select your secondary algorithmic feeds" msgstr "" @@ -4226,11 +4312,11 @@ msgstr "" msgid "Send Confirmation Email" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:131 +#: src/view/com/modals/DeleteAccount.tsx:130 msgid "Send email" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:144 +#: src/view/com/modals/DeleteAccount.tsx:143 msgctxt "action" msgid "Send Email" msgstr "" @@ -4249,15 +4335,15 @@ msgstr "" #~ msgid "Send Report" #~ msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:46 +#: src/components/ReportDialog/SelectLabelerView.tsx:44 msgid "Send report to {0}" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:133 +#: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "" -#: src/view/com/auth/server-input/index.tsx:110 +#: src/view/com/auth/server-input/index.tsx:114 msgid "Server address" msgstr "" @@ -4271,7 +4357,7 @@ msgstr "" #~ msgid "Set Age" #~ msgstr "" -#: src/screens/Moderation/index.tsx:306 +#: src/screens/Moderation/index.tsx:304 msgid "Set birthdate" msgstr "" @@ -4295,13 +4381,13 @@ msgstr "" #~ msgid "Set dark theme to the dim theme" #~ msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:104 +#: src/screens/Login/SetNewPasswordForm.tsx:102 msgid "Set new password" msgstr "" #: src/view/com/auth/create/Step1.tsx:202 -msgid "Set password" -msgstr "" +#~ msgid "Set password" +#~ msgstr "" #: src/view/screens/PreferencesFollowingFeed.tsx:225 msgid "Set this setting to \"No\" to hide all quote posts from your feed. Reposts will still be visible." @@ -4327,11 +4413,11 @@ 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 +#: src/screens/Onboarding/Layout.tsx:48 msgid "Set up your account" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:266 +#: src/view/com/modals/ChangeHandle.tsx:267 msgid "Sets Bluesky username" msgstr "" @@ -4355,30 +4441,30 @@ msgstr "" msgid "Sets dark theme to the dim theme" msgstr "" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:157 +#: src/screens/Login/ForgotPasswordForm.tsx:113 msgid "Sets email for password reset" msgstr "" #: src/view/com/auth/login/ForgotPasswordForm.tsx:122 -msgid "Sets hosting provider for password reset" -msgstr "" +#~ msgid "Sets hosting provider for password reset" +#~ msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:123 +#: src/view/com/modals/crop-image/CropImage.web.tsx:124 msgid "Sets image aspect ratio to square" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:113 +#: src/view/com/modals/crop-image/CropImage.web.tsx:114 msgid "Sets image aspect ratio to tall" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:103 +#: src/view/com/modals/crop-image/CropImage.web.tsx:104 msgid "Sets image aspect ratio to wide" msgstr "" #: src/view/com/auth/create/Step1.tsx:97 #: src/view/com/auth/login/LoginForm.tsx:154 -msgid "Sets server for the Bluesky client" -msgstr "" +#~ msgid "Sets server for the Bluesky client" +#~ msgstr "" #: src/Navigation.tsx:139 #: src/view/screens/Settings/index.tsx:313 @@ -4405,23 +4491,33 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:224 #: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:237 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:218 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:235 #: src/view/screens/ProfileList.tsx:388 msgid "Share" msgstr "" #: src/view/com/profile/ProfileMenu.tsx:373 #: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:251 msgid "Share anyway" msgstr "" -#: src/view/screens/ProfileFeed.tsx:361 -#: src/view/screens/ProfileFeed.tsx:363 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileFeed.tsx:364 msgid "Share feed" msgstr "" +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 +msgid "Share Link" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:92 +msgid "Shares the linked website" +msgstr "" + #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:45 +#: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 #: src/view/screens/Settings/index.tsx:363 @@ -4432,8 +4528,8 @@ msgstr "" msgid "Show all replies" msgstr "" -#: src/components/moderation/ScreenHider.tsx:162 -#: src/components/moderation/ScreenHider.tsx:165 +#: src/components/moderation/ScreenHider.tsx:169 +#: src/components/moderation/ScreenHider.tsx:172 msgid "Show anyway" msgstr "" @@ -4447,10 +4543,10 @@ msgid "Show badge and filter from feeds" msgstr "" #: src/view/com/modals/EmbedConsent.tsx:87 -msgid "Show embeds from {0}" -msgstr "" +#~ msgid "Show embeds from {0}" +#~ msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 msgid "Show follows similar to {0}" msgstr "" @@ -4468,15 +4564,15 @@ msgstr "" msgid "Show Quote Posts" msgstr "" -#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +#: src/screens/Onboarding/StepFollowingFeed.tsx:119 msgid "Show quote-posts in Following feed" msgstr "" -#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +#: src/screens/Onboarding/StepFollowingFeed.tsx:135 msgid "Show quotes in Following" msgstr "" -#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +#: src/screens/Onboarding/StepFollowingFeed.tsx:95 msgid "Show re-posts in Following feed" msgstr "" @@ -4488,11 +4584,11 @@ msgstr "" msgid "Show replies by people you follow before all other replies." msgstr "" -#: src/screens/Onboarding/StepFollowingFeed.tsx:86 +#: src/screens/Onboarding/StepFollowingFeed.tsx:87 msgid "Show replies in Following" msgstr "" -#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +#: src/screens/Onboarding/StepFollowingFeed.tsx:71 msgid "Show replies in Following feed" msgstr "" @@ -4504,7 +4600,7 @@ msgstr "" msgid "Show Reposts" msgstr "" -#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +#: src/screens/Onboarding/StepFollowingFeed.tsx:111 msgid "Show reposts in Following" msgstr "" @@ -4529,16 +4625,22 @@ msgstr "" #~ msgid "Shows a list of users similar to this user." #~ msgstr "" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:127 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 msgid "Shows posts from {0} in your feed" msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:72 -#: src/view/com/auth/login/Login.tsx:98 +#: src/screens/Login/index.tsx:100 +#: src/screens/Login/index.tsx:119 +#: src/screens/Login/LoginForm.tsx:131 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:73 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:83 #: src/view/com/auth/SplashScreen.tsx:81 -#: src/view/shell/bottom-bar/BottomBar.tsx:289 -#: src/view/shell/bottom-bar/BottomBar.tsx:290 -#: src/view/shell/bottom-bar/BottomBar.tsx:292 +#: src/view/com/auth/SplashScreen.tsx:90 +#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:119 +#: src/view/shell/bottom-bar/BottomBar.tsx:300 +#: src/view/shell/bottom-bar/BottomBar.tsx:301 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 @@ -4551,32 +4653,29 @@ msgstr "" #: src/view/com/auth/HomeLoggedOutCTA.tsx:82 #: src/view/com/auth/SplashScreen.tsx:86 #: src/view/com/auth/SplashScreen.web.tsx:91 -msgid "Sign In" -msgstr "" +#~ msgid "Sign In" +#~ msgstr "" -#: src/view/com/auth/login/ChooseAccountForm.tsx:45 +#: src/components/AccountList.tsx:109 msgid "Sign in as {0}" msgstr "" -#: src/view/com/auth/login/ChooseAccountForm.tsx:127 -#: src/view/com/auth/login/Login.tsx:116 +#: src/screens/Login/ChooseAccountForm.tsx:64 msgid "Sign in as..." msgstr "" #: src/view/com/auth/login/LoginForm.tsx:140 -msgid "Sign into" -msgstr "" +#~ msgid "Sign into" +#~ msgstr "" -#: src/view/com/modals/SwitchAccount.tsx:68 -#: src/view/com/modals/SwitchAccount.tsx:73 #: src/view/screens/Settings/index.tsx:107 #: src/view/screens/Settings/index.tsx:110 msgid "Sign out" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/bottom-bar/BottomBar.tsx:280 -#: src/view/shell/bottom-bar/BottomBar.tsx:282 +#: src/view/shell/bottom-bar/BottomBar.tsx:290 +#: src/view/shell/bottom-bar/BottomBar.tsx:291 +#: src/view/shell/bottom-bar/BottomBar.tsx:293 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 @@ -4590,7 +4689,7 @@ msgstr "" msgid "Sign up or sign in to join the conversation" msgstr "" -#: src/components/moderation/ScreenHider.tsx:98 +#: src/components/moderation/ScreenHider.tsx:97 #: src/lib/moderation/useGlobalLabelStrings.ts:28 msgid "Sign-in Required" msgstr "" @@ -4599,21 +4698,21 @@ msgstr "" msgid "Signed in as" msgstr "" -#: src/view/com/auth/login/ChooseAccountForm.tsx:112 +#: src/screens/Login/ChooseAccountForm.tsx:48 msgid "Signed in as @{0}" msgstr "" #: src/view/com/modals/SwitchAccount.tsx:70 -msgid "Signs {0} out of Bluesky" -msgstr "" +#~ msgid "Signs {0} out of Bluesky" +#~ msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:235 -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:195 +#: src/screens/Onboarding/StepInterests/index.tsx:239 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:203 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:35 msgid "Skip" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:232 +#: src/screens/Onboarding/StepInterests/index.tsx:236 msgid "Skip this flow" msgstr "" @@ -4629,9 +4728,9 @@ msgstr "" #~ msgid "Something went wrong and we're not sure what." #~ msgstr "" -#: src/components/ReportDialog/index.tsx:52 -#: src/screens/Moderation/index.tsx:116 -#: src/screens/Profile/Sections/Labels.tsx:77 +#: src/components/ReportDialog/index.tsx:59 +#: src/screens/Moderation/index.tsx:114 +#: src/screens/Profile/Sections/Labels.tsx:76 msgid "Something went wrong, please try again." msgstr "" @@ -4643,7 +4742,7 @@ msgstr "" #~ msgid "Something went wrong. Check your email and try again." #~ msgstr "" -#: src/App.native.tsx:71 +#: src/App.native.tsx:66 msgid "Sorry! Your session expired. Please log in again." msgstr "" @@ -4655,7 +4754,7 @@ msgstr "" msgid "Sort replies to the same post by:" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:147 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 msgid "Source:" msgstr "" @@ -4671,7 +4770,7 @@ msgstr "" msgid "Sports" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:122 +#: src/view/com/modals/crop-image/CropImage.web.tsx:123 msgid "Square" msgstr "" @@ -4679,14 +4778,18 @@ msgstr "" #~ msgid "Staging" #~ msgstr "" -#: src/view/screens/Settings/index.tsx:905 +#: src/view/screens/Settings/index.tsx:903 msgid "Status page" msgstr "" -#: src/view/com/auth/create/StepHeader.tsx:22 -msgid "Step {0} of {numSteps}" +#: src/screens/Signup/index.tsx:142 +msgid "Step" msgstr "" +#: src/view/com/auth/create/StepHeader.tsx:22 +#~ msgid "Step {0} of {numSteps}" +#~ msgstr "" + #: src/view/screens/Settings/index.tsx:292 msgid "Storage cleared, you need to restart the app now." msgstr "" @@ -4696,8 +4799,8 @@ msgstr "" msgid "Storybook" msgstr "" +#: src/components/moderation/LabelsOnMeDialog.tsx:255 #: src/components/moderation/LabelsOnMeDialog.tsx:256 -#: src/components/moderation/LabelsOnMeDialog.tsx:257 msgid "Submit" msgstr "Submit" @@ -4705,20 +4808,20 @@ msgstr "Submit" msgid "Subscribe" msgstr "" -#: src/screens/Profile/Sections/Labels.tsx:181 +#: src/screens/Profile/Sections/Labels.tsx:180 msgid "Subscribe to @{0} to use these labels:" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:222 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:221 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:308 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:172 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 msgid "Subscribe to the {0} feed" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:185 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 msgid "Subscribe to this labeler" msgstr "" @@ -4726,7 +4829,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "" -#: src/view/screens/Search/Search.tsx:375 +#: src/view/screens/Search/Search.tsx:376 msgid "Suggested Follows" msgstr "" @@ -4748,16 +4851,15 @@ msgstr "" #~ msgid "Swipe up to see more" #~ msgstr "" -#: src/view/com/modals/SwitchAccount.tsx:123 +#: src/components/dialogs/SwitchAccount.tsx:46 +#: src/components/dialogs/SwitchAccount.tsx:49 msgid "Switch Account" msgstr "" -#: src/view/com/modals/SwitchAccount.tsx:103 #: src/view/screens/Settings/index.tsx:139 msgid "Switch to {0}" msgstr "" -#: src/view/com/modals/SwitchAccount.tsx:104 #: src/view/screens/Settings/index.tsx:140 msgid "Switches the account you are logged in to" msgstr "" @@ -4770,7 +4872,7 @@ msgstr "" msgid "System log" msgstr "" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "" @@ -4782,7 +4884,7 @@ msgstr "" #~ msgid "Tag menu: {tag}" #~ msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:112 +#: src/view/com/modals/crop-image/CropImage.web.tsx:113 msgid "Tall" msgstr "" @@ -4799,8 +4901,8 @@ msgid "Terms" msgstr "" #: src/Navigation.tsx:236 -#: src/view/com/auth/create/Policies.tsx:59 -#: src/view/screens/Settings/index.tsx:919 +#: src/screens/Signup/StepInfo/Policies.tsx:49 +#: src/view/screens/Settings/index.tsx:917 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:259 msgid "Terms of Service" @@ -4812,11 +4914,11 @@ msgstr "" msgid "Terms used violate community standards" msgstr "" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:220 +#: src/components/moderation/LabelsOnMeDialog.tsx:219 msgid "Text input field" msgstr "" @@ -4824,20 +4926,20 @@ msgstr "" msgid "Thank you. Your report has been sent." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:466 +#: src/view/com/modals/ChangeHandle.tsx:465 msgid "That contains the following:" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:94 +#: src/screens/Signup/index.tsx:84 msgid "That handle is already taken." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:283 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:128 +#: src/components/moderation/ModerationDetailsDialog.tsx:127 msgid "the author" msgstr "" @@ -4849,15 +4951,15 @@ msgstr "" msgid "The Copyright Policy has been moved to <0/>" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:49 +#: src/components/moderation/LabelsOnMeDialog.tsx:48 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:50 +#: src/components/moderation/LabelsOnMeDialog.tsx:49 msgid "The following labels were applied to your content." msgstr "" -#: src/screens/Onboarding/Layout.tsx:60 +#: src/screens/Onboarding/Layout.tsx:58 msgid "The following steps will help customize your Bluesky experience." msgstr "" @@ -4878,12 +4980,12 @@ msgstr "" msgid "The Terms of Service have been moved to" msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:150 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:141 msgid "There are many feeds to try:" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:113 -#: src/view/screens/ProfileFeed.tsx:543 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112 +#: src/view/screens/ProfileFeed.tsx:544 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "" @@ -4891,11 +4993,11 @@ msgstr "" msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "" -#: src/view/screens/ProfileFeed.tsx:217 +#: src/view/screens/ProfileFeed.tsx:218 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "" -#: src/view/screens/ProfileFeed.tsx:244 +#: src/view/screens/ProfileFeed.tsx:245 #: src/view/screens/ProfileList.tsx:275 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 @@ -4914,7 +5016,7 @@ msgstr "" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" -#: src/view/com/posts/Feed.tsx:283 +#: src/view/com/posts/Feed.tsx:287 msgid "There was an issue fetching posts. Tap here to try again." msgstr "" @@ -4939,11 +5041,11 @@ msgstr "" msgid "There was an issue with fetching your app passwords" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:134 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:96 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:106 #: src/view/com/profile/ProfileMenu.tsx:117 #: src/view/com/profile/ProfileMenu.tsx:132 @@ -4972,19 +5074,19 @@ msgstr "" #~ 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 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146 msgid "These are popular accounts you might like:" msgstr "" -#: src/components/moderation/ScreenHider.tsx:117 +#: src/components/moderation/ScreenHider.tsx:116 msgid "This {screenDescription} has been flagged:" msgstr "" -#: src/components/moderation/ScreenHider.tsx:112 +#: src/components/moderation/ScreenHider.tsx:111 msgid "This account has requested that users sign in to view their profile." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:205 +#: src/components/moderation/LabelsOnMeDialog.tsx:204 msgid "This appeal will be sent to <0>{0}</0>." msgstr "" @@ -4996,11 +5098,11 @@ msgstr "" msgid "This content has received a general warning from moderators." msgstr "" -#: src/view/com/modals/EmbedConsent.tsx:68 +#: src/components/dialogs/EmbedConsent.tsx:64 msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:78 +#: src/components/moderation/ModerationDetailsDialog.tsx:77 #: src/lib/moderation/useModerationCauseDescription.ts:77 msgid "This content is not available because one of the users involved has blocked the other." msgstr "" @@ -5022,7 +5124,7 @@ msgid "This feed is currently receiving high traffic and is temporarily unavaila msgstr "" #: src/screens/Profile/Sections/Feed.tsx:50 -#: src/view/screens/ProfileFeed.tsx:476 +#: src/view/screens/ProfileFeed.tsx:477 #: src/view/screens/ProfileList.tsx:675 msgid "This feed is empty!" msgstr "" @@ -5039,15 +5141,15 @@ msgstr "" msgid "This is important in case you ever need to change your email or reset your password." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:125 +#: src/components/moderation/ModerationDetailsDialog.tsx:124 msgid "This label was applied by {0}." msgstr "" -#: src/screens/Profile/Sections/Labels.tsx:168 +#: src/screens/Profile/Sections/Labels.tsx:167 msgid "This labeler hasn't declared what labels it publishes, and may not be active." msgstr "" -#: src/view/com/modals/LinkWarning.tsx:58 +#: src/view/com/modals/LinkWarning.tsx:72 msgid "This link is taking you to the following website:" msgstr "" @@ -5059,7 +5161,7 @@ msgstr "" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:106 +#: src/view/com/modals/AddAppPasswords.tsx:107 msgid "This name is already in use" msgstr "" @@ -5068,6 +5170,7 @@ msgid "This post has been deleted." msgstr "" #: src/view/com/util/forms/PostDropdownBtn.tsx:344 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "" @@ -5079,19 +5182,19 @@ msgstr "" msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "" -#: src/view/com/auth/create/Policies.tsx:46 +#: src/screens/Signup/StepInfo/Policies.tsx:37 msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:446 +#: src/view/com/modals/ChangeHandle.tsx:445 msgid "This should create a domain record at:" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:87 msgid "This user doesn't have any followers." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:73 +#: src/components/moderation/ModerationDetailsDialog.tsx:72 #: src/lib/moderation/useModerationCauseDescription.ts:68 msgid "This user has blocked you. You cannot view their content." msgstr "" @@ -5108,11 +5211,11 @@ msgstr "" #~ msgid "This user is included in the <0/> list which you have muted." #~ msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:56 +#: src/components/moderation/ModerationDetailsDialog.tsx:55 msgid "This user is included in the <0>{0}</0> list which you have blocked." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:85 +#: src/components/moderation/ModerationDetailsDialog.tsx:84 msgid "This user is included in the <0>{0}</0> list which you have muted." msgstr "" @@ -5120,7 +5223,7 @@ msgstr "" #~ msgid "This user is included the <0/> list which you have muted." #~ msgstr "" -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:87 msgid "This user isn't following anyone." msgstr "" @@ -5128,7 +5231,7 @@ msgstr "" msgid "This warning is only available for posts with media attached." msgstr "" -#: src/components/dialogs/MutedWords.tsx:284 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "" @@ -5153,11 +5256,11 @@ msgstr "" msgid "Threads Preferences" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:35 +#: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "" -#: src/components/dialogs/MutedWords.tsx:113 +#: src/components/dialogs/MutedWords.tsx:112 msgid "Toggle between muted word options." msgstr "" @@ -5165,11 +5268,11 @@ msgstr "" msgid "Toggle dropdown" msgstr "" -#: src/screens/Moderation/index.tsx:334 +#: src/screens/Moderation/index.tsx:332 msgid "Toggle to enable or disable adult content" msgstr "" -#: src/view/com/modals/EditImage.tsx:271 +#: src/view/com/modals/EditImage.tsx:272 msgid "Transformations" msgstr "" @@ -5185,7 +5288,7 @@ msgctxt "action" msgid "Try again" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:429 +#: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "" @@ -5197,22 +5300,23 @@ msgstr "" msgid "Un-mute list" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:58 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:87 -#: src/view/com/auth/login/Login.tsx:76 -#: src/view/com/auth/login/LoginForm.tsx:121 +#: src/screens/Login/ForgotPasswordForm.tsx:74 +#: src/screens/Login/index.tsx:78 +#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/SetNewPasswordForm.tsx:77 +#: src/screens/Signup/index.tsx:63 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:572 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 msgctxt "action" msgid "Unblock" msgstr "" @@ -5222,13 +5326,13 @@ msgstr "" msgid "Unblock Account" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:281 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "" -#: src/view/com/modals/Repost.tsx:42 -#: src/view/com/modals/Repost.tsx:55 +#: src/view/com/modals/Repost.tsx:43 +#: src/view/com/modals/Repost.tsx:56 #: src/view/com/util/post-ctrls/RepostButton.tsx:60 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:48 msgid "Undo repost" @@ -5244,7 +5348,7 @@ msgctxt "action" msgid "Unfollow" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 msgid "Unfollow {0}" msgstr "" @@ -5254,14 +5358,14 @@ msgid "Unfollow Account" msgstr "" #: src/view/com/auth/create/state.ts:262 -msgid "Unfortunately, you do not meet the requirements to create an account." -msgstr "" +#~ msgid "Unfortunately, you do not meet the requirements to create an account." +#~ msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Unlike" msgstr "" -#: src/view/screens/ProfileFeed.tsx:572 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Unlike this feed" msgstr "" @@ -5292,12 +5396,12 @@ msgstr "" msgid "Unmute thread" msgstr "" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 #: src/view/screens/ProfileList.tsx:563 msgid "Unpin" msgstr "" -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Unpin from home" msgstr "" @@ -5309,11 +5413,11 @@ msgstr "" #~ msgid "Unsave" #~ msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:219 msgid "Unsubscribe" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183 msgid "Unsubscribe from this labeler" msgstr "" @@ -5329,15 +5433,15 @@ msgstr "" #~ msgid "Update Available" #~ msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:509 +#: src/view/com/modals/ChangeHandle.tsx:508 msgid "Update to {handle}" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:204 +#: src/screens/Login/SetNewPasswordForm.tsx:186 msgid "Updating..." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:455 +#: src/view/com/modals/ChangeHandle.tsx:454 msgid "Upload a text file to:" msgstr "" @@ -5360,7 +5464,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:409 +#: src/view/com/modals/ChangeHandle.tsx:408 msgid "Use a file on your server" msgstr "" @@ -5368,11 +5472,11 @@ msgstr "" msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:518 +#: src/view/com/modals/ChangeHandle.tsx:517 msgid "Use bsky.social as hosting provider" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:517 +#: src/view/com/modals/ChangeHandle.tsx:516 msgid "Use default provider" msgstr "" @@ -5386,11 +5490,11 @@ msgstr "" msgid "Use my default browser" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:401 +#: src/view/com/modals/ChangeHandle.tsx:400 msgid "Use the DNS panel" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:155 +#: src/view/com/modals/AddAppPasswords.tsx:156 msgid "Use this to sign into the other app along with your handle." msgstr "" @@ -5398,11 +5502,11 @@ msgstr "" #~ msgid "Use your domain as your Bluesky client service provider" #~ msgstr "" -#: src/view/com/modals/InviteCodes.tsx:200 +#: src/view/com/modals/InviteCodes.tsx:201 msgid "Used by:" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:65 +#: src/components/moderation/ModerationDetailsDialog.tsx:64 #: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked" msgstr "" @@ -5411,7 +5515,7 @@ msgstr "" msgid "User Blocked by \"{0}\"" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:54 +#: src/components/moderation/ModerationDetailsDialog.tsx:53 msgid "User Blocked by List" msgstr "" @@ -5419,13 +5523,13 @@ msgstr "" msgid "User Blocking You" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:71 +#: src/components/moderation/ModerationDetailsDialog.tsx:70 msgid "User Blocks You" msgstr "" #: src/view/com/auth/create/Step2.tsx:79 -msgid "User handle" -msgstr "" +#~ msgid "User handle" +#~ msgstr "" #: src/view/com/lists/ListCard.tsx:85 #: src/view/com/modals/UserAddRemoveLists.tsx:198 @@ -5442,11 +5546,11 @@ msgstr "" msgid "User list by you" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:196 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "User list created" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:182 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "User list updated" msgstr "" @@ -5454,8 +5558,7 @@ msgstr "" msgid "User Lists" msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:180 -#: src/view/com/auth/login/LoginForm.tsx:198 +#: src/screens/Login/LoginForm.tsx:151 msgid "Username or email address" msgstr "" @@ -5475,7 +5578,7 @@ msgstr "" msgid "Users that have liked this content or profile" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:437 +#: src/view/com/modals/ChangeHandle.tsx:436 msgid "Value:" msgstr "" @@ -5483,19 +5586,19 @@ msgstr "" #~ msgid "Verification code" #~ msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:510 +#: src/view/com/modals/ChangeHandle.tsx:509 msgid "Verify {0}" msgstr "" -#: src/view/screens/Settings/index.tsx:944 +#: src/view/screens/Settings/index.tsx:942 msgid "Verify email" msgstr "" -#: src/view/screens/Settings/index.tsx:969 +#: src/view/screens/Settings/index.tsx:967 msgid "Verify my email" msgstr "" -#: src/view/screens/Settings/index.tsx:978 +#: src/view/screens/Settings/index.tsx:976 msgid "Verify My Email" msgstr "" @@ -5508,11 +5611,15 @@ msgstr "" msgid "Verify Your Email" msgstr "" +#: src/view/screens/Settings/index.tsx:893 +msgid "Version {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:42 msgid "Video Games" msgstr "" -#: src/screens/Profile/Header/Shell.tsx:110 +#: src/screens/Profile/Header/Shell.tsx:107 msgid "View {0}'s avatar" msgstr "" @@ -5520,11 +5627,11 @@ msgstr "" msgid "View debug entry" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:133 +#: src/components/ReportDialog/SelectReportOptionView.tsx:131 msgid "View details" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:128 +#: src/components/ReportDialog/SelectReportOptionView.tsx:126 msgid "View details for reporting a copyright violation" msgstr "" @@ -5548,16 +5655,16 @@ msgstr "" msgid "View the labeling service provided by @{0}" msgstr "" -#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileFeed.tsx:585 msgid "View users who like this feed" msgstr "" -#: src/view/com/modals/LinkWarning.tsx:75 -#: src/view/com/modals/LinkWarning.tsx:77 +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" msgstr "" -#: src/components/moderation/GlobalModerationLabelPref.tsx:44 +#: src/components/moderation/LabelPreference.tsx:135 #: src/lib/moderation/useLabelBehaviorDescription.ts:17 #: src/lib/moderation/useLabelBehaviorDescription.ts:22 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:53 @@ -5573,10 +5680,10 @@ msgid "Warn content and filter from feeds" msgstr "" #: src/screens/Onboarding/StepAlgoFeeds/index.tsx:134 -msgid "We also think you'll like \"For You\" by Skygaze:" -msgstr "" +#~ msgid "We also think you'll like \"For You\" by Skygaze:" +#~ msgstr "" -#: src/screens/Hashtag.tsx:132 +#: src/screens/Hashtag.tsx:133 msgid "We couldn't find any results for that hashtag." msgstr "" @@ -5584,7 +5691,7 @@ msgstr "" msgid "We estimate {estimatedTime} until your account is ready." msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:93 +#: src/screens/Onboarding/StepFinished.tsx:97 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "" @@ -5596,11 +5703,11 @@ msgstr "" #~ msgid "We recommend \"For You\" by Skygaze:" #~ msgstr "" -#: src/components/dialogs/MutedWords.tsx:204 +#: src/components/dialogs/MutedWords.tsx:203 msgid "We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:125 msgid "We recommend our \"Discover\" feed:" msgstr "" @@ -5608,11 +5715,11 @@ msgstr "" msgid "We were unable to load your birth date preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:387 +#: src/screens/Moderation/index.tsx:385 msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:133 +#: src/screens/Onboarding/StepInterests/index.tsx:137 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 "" @@ -5624,11 +5731,11 @@ msgstr "" #~ msgid "We'll look into your appeal promptly." #~ msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:138 +#: src/screens/Onboarding/StepInterests/index.tsx:142 msgid "We'll use this to help customize your experience." msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:134 +#: src/screens/Signup/index.tsx:130 msgid "We're so excited to have you join us!" msgstr "" @@ -5636,20 +5743,20 @@ msgstr "" msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "" -#: src/components/dialogs/MutedWords.tsx:230 +#: src/components/dialogs/MutedWords.tsx:229 msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "" -#: src/view/screens/Search/Search.tsx:255 +#: src/view/screens/Search/Search.tsx:256 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" -#: src/components/Lists.tsx:194 +#: src/components/Lists.tsx:188 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:321 msgid "We're sorry! You can only subscribe to ten labelers, and you've reached your limit of ten." msgstr "" @@ -5657,7 +5764,7 @@ msgstr "" msgid "Welcome to <0>Bluesky</0>" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:130 +#: src/screens/Onboarding/StepInterests/index.tsx:134 msgid "What are your interests?" msgstr "" @@ -5665,8 +5772,9 @@ msgstr "" #~ msgid "What is the issue with this {collectionName}?" #~ msgstr "" -#: src/view/com/auth/SplashScreen.tsx:59 -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/auth/SplashScreen.tsx:58 +#: src/view/com/auth/SplashScreen.web.tsx:84 +#: src/view/com/composer/Composer.tsx:296 msgid "What's up?" msgstr "" @@ -5683,35 +5791,35 @@ msgstr "" msgid "Who can reply" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 +#: src/components/ReportDialog/SelectReportOptionView.tsx:43 msgid "Why should this content be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 +#: src/components/ReportDialog/SelectReportOptionView.tsx:56 msgid "Why should this feed be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 +#: src/components/ReportDialog/SelectReportOptionView.tsx:53 msgid "Why should this list be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 +#: src/components/ReportDialog/SelectReportOptionView.tsx:50 msgid "Why should this post be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 +#: src/components/ReportDialog/SelectReportOptionView.tsx:47 msgid "Why should this user be reviewed?" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:102 +#: src/view/com/modals/crop-image/CropImage.web.tsx:103 msgid "Wide" msgstr "" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:436 msgid "Write post" msgstr "" -#: src/view/com/composer/Composer.tsx:294 +#: src/view/com/composer/Composer.tsx:295 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "" @@ -5742,7 +5850,7 @@ msgstr "" msgid "You are in line." msgstr "" -#: src/view/com/profile/ProfileFollows.tsx:93 +#: src/view/com/profile/ProfileFollows.tsx:86 msgid "You are not following anyone." msgstr "" @@ -5755,20 +5863,20 @@ msgstr "" #~ msgid "You can also try our \"Discover\" algorithm:" #~ msgstr "" -#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +#: src/screens/Onboarding/StepFollowingFeed.tsx:143 msgid "You can change these settings later." msgstr "" -#: src/view/com/auth/login/Login.tsx:158 -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 +#: src/screens/Login/index.tsx:158 +#: src/screens/Login/PasswordUpdatedForm.tsx:33 msgid "You can now sign in with your new password." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:86 msgid "You do not have any followers." msgstr "" -#: src/view/com/modals/InviteCodes.tsx:66 +#: src/view/com/modals/InviteCodes.tsx:67 msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer." msgstr "" @@ -5788,14 +5896,14 @@ msgstr "" msgid "You have blocked the author or you have been blocked by the author." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:67 +#: src/components/moderation/ModerationDetailsDialog.tsx:66 #: src/lib/moderation/useModerationCauseDescription.ts:50 #: src/lib/moderation/useModerationCauseDescription.ts:58 msgid "You have blocked this user. You cannot view their content." msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:57 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:92 +#: src/screens/Login/SetNewPasswordForm.tsx:54 +#: src/screens/Login/SetNewPasswordForm.tsx:91 #: src/view/com/modals/ChangePassword.tsx:87 #: src/view/com/modals/ChangePassword.tsx:121 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." @@ -5805,11 +5913,11 @@ msgstr "" msgid "You have hidden this post" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:102 +#: src/components/moderation/ModerationDetailsDialog.tsx:101 msgid "You have hidden this post." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:95 +#: src/components/moderation/ModerationDetailsDialog.tsx:94 #: src/lib/moderation/useModerationCauseDescription.ts:92 msgid "You have muted this account." msgstr "" @@ -5851,14 +5959,18 @@ msgstr "" #~ msgid "You have not muted any accounts yet. To mute an account, go to their profile and selected \"Mute account\" from the menu on their account." #~ msgstr "" -#: src/components/dialogs/MutedWords.tsx:250 +#: src/components/dialogs/MutedWords.tsx:249 msgid "You haven't muted any words or tags yet" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:69 +#: src/components/moderation/LabelsOnMeDialog.tsx:68 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" +#: src/screens/Signup/StepInfo/Policies.tsx:79 +msgid "You must be 13 years of age or older to sign up." +msgstr "" + #: src/view/com/modals/ContentFilteringSettings.tsx:175 #~ msgid "You must be 18 or older to enable adult content." #~ msgstr "" @@ -5879,11 +5991,11 @@ msgstr "" msgid "You will now receive notifications for this thread" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:107 +#: src/screens/Login/SetNewPasswordForm.tsx:104 msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "" -#: src/screens/Onboarding/StepModeration/index.tsx:59 +#: src/screens/Onboarding/StepModeration/index.tsx:60 msgid "You're in control" msgstr "" @@ -5893,11 +6005,11 @@ msgstr "" msgid "You're in line" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:90 +#: src/screens/Onboarding/StepFinished.tsx:94 msgid "You're ready to go!" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:99 +#: src/components/moderation/ModerationDetailsDialog.tsx:98 #: src/lib/moderation/useModerationCauseDescription.ts:101 msgid "You've chosen to hide a word or tag within this post." msgstr "" @@ -5906,11 +6018,11 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/auth/create/Step1.tsx:67 +#: src/screens/Signup/index.tsx:150 msgid "Your account" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:67 +#: src/view/com/modals/DeleteAccount.tsx:68 msgid "Your account has been deleted" msgstr "" @@ -5918,7 +6030,7 @@ msgstr "" msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "" -#: src/view/com/auth/create/Step1.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:121 msgid "Your birth date" msgstr "" @@ -5926,12 +6038,12 @@ msgstr "" msgid "Your choice will be saved, but can be changed later in settings." msgstr "" -#: src/screens/Onboarding/StepFollowingFeed.tsx:61 +#: src/screens/Onboarding/StepFollowingFeed.tsx:62 msgid "Your default feed is \"Following\"" msgstr "" -#: src/view/com/auth/create/state.ts:110 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:70 +#: src/screens/Login/ForgotPasswordForm.tsx:57 +#: src/screens/Signup/state.ts:227 #: src/view/com/modals/ChangePassword.tsx:54 msgid "Your email appears to be invalid." msgstr "" @@ -5952,11 +6064,11 @@ msgstr "" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "" -#: src/view/com/auth/create/Step2.tsx:83 +#: src/screens/Signup/StepHandle.tsx:72 msgid "Your full handle will be" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:270 +#: src/view/com/modals/ChangeHandle.tsx:271 msgid "Your full handle will be <0>@{0}</0>" msgstr "" @@ -5966,7 +6078,7 @@ msgstr "" #~ msgid "Your invite codes are hidden when logged in using an App Password" #~ msgstr "" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "" @@ -5974,25 +6086,24 @@ msgstr "" msgid "Your password has been changed successfully!" msgstr "" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:284 msgid "Your post has been published" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:105 +#: src/screens/Onboarding/StepFinished.tsx:109 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:61 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "" -#: src/view/com/modals/SwitchAccount.tsx:88 #: src/view/screens/Settings/index.tsx:125 msgid "Your profile" msgstr "" -#: src/view/com/composer/Composer.tsx:282 +#: src/view/com/composer/Composer.tsx:283 msgid "Your reply has been published" msgstr "" -#: src/view/com/auth/create/Step2.tsx:65 +#: src/screens/Signup/index.tsx:152 msgid "Your user handle" msgstr "" diff --git a/src/locale/locales/es/messages.po b/src/locale/locales/es/messages.po index 60503d82e..73a77abd6 100644 --- a/src/locale/locales/es/messages.po +++ b/src/locale/locales/es/messages.po @@ -21,7 +21,7 @@ msgstr "" #~ msgid "{0, plural, one {# invite code available} other {# invite codes available}}" #~ msgstr "{0, plural, one {# invite code available} other {# invite codes available}}" -#: src/screens/Profile/Header/Metrics.tsx:45 +#: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "" @@ -51,7 +51,7 @@ msgstr "<0/> miembros" msgid "<0>{0}</0> following" msgstr "" -#: src/screens/Profile/Header/Metrics.tsx:46 +#: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} </0><1>following</1>" msgstr "" @@ -80,7 +80,7 @@ msgstr "" #~ msgstr "Ya está disponible una nueva versión de la aplicación. Actualízala para seguir utilizándola." #: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:648 +#: src/view/screens/Search/Search.tsx:649 msgid "Access navigation links and settings" msgstr "" @@ -88,7 +88,7 @@ msgstr "" msgid "Access profile and other navigation links" msgstr "" -#: src/view/com/modals/EditImage.tsx:299 +#: src/view/com/modals/EditImage.tsx:300 #: src/view/screens/Settings/index.tsx:470 msgid "Accessibility" msgstr "Accesibilidad" @@ -97,7 +97,7 @@ msgstr "Accesibilidad" msgid "account" msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:144 #: src/view/screens/Settings/index.tsx:327 #: src/view/screens/Settings/index.tsx:743 msgid "Account" @@ -115,12 +115,12 @@ msgstr "" msgid "Account muted" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:94 +#: src/components/moderation/ModerationDetailsDialog.tsx:93 #: src/lib/moderation/useModerationCauseDescription.ts:91 msgid "Account Muted" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:83 +#: src/components/moderation/ModerationDetailsDialog.tsx:82 msgid "Account Muted by List" msgstr "" @@ -132,7 +132,7 @@ msgstr "Opciones de la cuenta" msgid "Account removed from quick access" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:130 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "" @@ -145,7 +145,7 @@ msgstr "" msgid "Account unmuted" msgstr "" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:219 @@ -161,6 +161,7 @@ msgstr "Agregar una advertencia de cuenta" msgid "Add a user to this list" msgstr "Agregar un usuario a esta lista" +#: src/components/dialogs/SwitchAccount.tsx:55 #: src/view/screens/Settings/index.tsx:402 #: src/view/screens/Settings/index.tsx:411 msgid "Add account" @@ -168,7 +169,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:116 +#: src/view/com/modals/AltImage.tsx:117 msgid "Add alt text" msgstr "Agregar texto alt" @@ -187,23 +188,23 @@ msgstr "" #~ msgid "Add details to report" #~ msgstr "Agregar detalles al informe" -#: src/view/com/composer/Composer.tsx:466 +#: src/view/com/composer/Composer.tsx:467 msgid "Add link card" msgstr "Agregar una tarjeta de enlace" -#: src/view/com/composer/Composer.tsx:471 +#: src/view/com/composer/Composer.tsx:472 msgid "Add link card:" msgstr "Agregar una tarjeta de enlace:" -#: src/components/dialogs/MutedWords.tsx:158 +#: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" msgstr "" -#: src/components/dialogs/MutedWords.tsx:87 +#: src/components/dialogs/MutedWords.tsx:86 msgid "Add muted words and tags" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:417 +#: src/view/com/modals/ChangeHandle.tsx:416 msgid "Add the following DNS record to your domain:" msgstr "Añade el siguiente registro DNS a tu dominio:" @@ -233,6 +234,7 @@ msgstr "" msgid "Adjust the number of likes a reply must have to be shown in your feed." msgstr "Ajusta el número de Me gusta que debe tener una respuesta para que se muestre en tus noticias." +#: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:117 #: src/view/com/modals/SelfLabel.tsx:75 msgid "Adult Content" @@ -246,11 +248,11 @@ msgstr "Contenido para adultos" #~ msgid "Adult content can only be enabled via the Web at <0>bsky.app</0>." #~ msgstr "" -#: src/components/moderation/ModerationLabelPref.tsx:114 +#: src/components/moderation/LabelPreference.tsx:242 msgid "Adult content is disabled." msgstr "" -#: src/screens/Moderation/index.tsx:377 +#: src/screens/Moderation/index.tsx:375 #: src/view/screens/Settings/index.tsx:684 msgid "Advanced" msgstr "Avanzado" @@ -259,12 +261,12 @@ msgstr "Avanzado" msgid "All the feeds you've saved, right in one place." msgstr "" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:221 +#: src/screens/Login/ForgotPasswordForm.tsx:178 #: src/view/com/modals/ChangePassword.tsx:170 msgid "Already have a code?" msgstr "" -#: src/view/com/auth/login/ChooseAccountForm.tsx:103 +#: src/screens/Login/ChooseAccountForm.tsx:39 msgid "Already signed in as @{0}" msgstr "" @@ -272,7 +274,7 @@ msgstr "" msgid "ALT" msgstr "ALT" -#: src/view/com/modals/EditImage.tsx:315 +#: src/view/com/modals/EditImage.tsx:316 msgid "Alt text" msgstr "Texto alt" @@ -320,11 +322,11 @@ msgstr "Lenguaje de app" msgid "App password deleted" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:134 +#: src/view/com/modals/AddAppPasswords.tsx:135 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:99 +#: src/view/com/modals/AddAppPasswords.tsx:100 msgid "App Password names must be at least 4 characters long." msgstr "" @@ -342,12 +344,12 @@ msgstr "" msgid "App Passwords" msgstr "Contraseñas de la app" -#: src/components/moderation/LabelsOnMeDialog.tsx:134 -#: src/components/moderation/LabelsOnMeDialog.tsx:137 +#: src/components/moderation/LabelsOnMeDialog.tsx:133 +#: src/components/moderation/LabelsOnMeDialog.tsx:136 msgid "Appeal" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:202 +#: src/components/moderation/LabelsOnMeDialog.tsx:201 msgid "Appeal \"{0}\" label" msgstr "" @@ -360,7 +362,7 @@ msgstr "" #~ msgid "Appeal Content Warning" #~ msgstr "Aviso sobre el Contenido del Recurso" -#: src/components/moderation/LabelsOnMeDialog.tsx:193 +#: src/components/moderation/LabelsOnMeDialog.tsx:192 msgid "Appeal submitted." msgstr "" @@ -384,11 +386,11 @@ msgstr "¿Estás seguro de que quieres eliminar la contraseña de la app \"{name msgid "Are you sure you want to remove {0} from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:509 msgid "Are you sure you'd like to discard this draft?" msgstr "¿Estás seguro de que quieres descartar este borrador?" -#: src/components/dialogs/MutedWords.tsx:282 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "¿Estás seguro?" @@ -408,14 +410,22 @@ msgstr "" msgid "Artistic or non-erotic nudity." msgstr "Desnudez artística o no erótica." +#: src/screens/Signup/StepHandle.tsx:118 +msgid "At least 3 characters" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:246 #: src/components/moderation/LabelsOnMeDialog.tsx:247 -#: src/components/moderation/LabelsOnMeDialog.tsx:248 -#: src/screens/Profile/Header/Shell.tsx:97 -#: src/view/com/auth/create/CreateAccount.tsx:158 -#: src/view/com/auth/login/ChooseAccountForm.tsx:160 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:174 -#: src/view/com/auth/login/LoginForm.tsx:262 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:179 +#: src/screens/Login/ChooseAccountForm.tsx:73 +#: src/screens/Login/ChooseAccountForm.tsx:78 +#: src/screens/Login/ForgotPasswordForm.tsx:129 +#: src/screens/Login/ForgotPasswordForm.tsx:135 +#: src/screens/Login/LoginForm.tsx:221 +#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/SetNewPasswordForm.tsx:160 +#: src/screens/Login/SetNewPasswordForm.tsx:166 +#: src/screens/Profile/Header/Shell.tsx:96 +#: src/screens/Signup/index.tsx:179 #: src/view/com/util/ViewHeader.tsx:87 msgid "Back" msgstr "Regresar" @@ -425,7 +435,7 @@ msgstr "Regresar" #~ msgid "Back" #~ msgstr "" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:144 msgid "Based on your interest in {interestsText}" msgstr "" @@ -434,7 +444,6 @@ msgid "Basics" msgstr "Conceptos básicos" #: src/components/dialogs/BirthDateSettings.tsx:107 -#: src/view/com/auth/create/Step1.tsx:227 msgid "Birthday" msgstr "Cumpleaños" @@ -442,7 +451,7 @@ msgstr "Cumpleaños" msgid "Birthday:" msgstr "Cumpleaños:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "" @@ -478,7 +487,7 @@ msgstr "¿Bloquear estas cuentas?" msgid "Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:267 msgid "Blocked accounts" msgstr "Cuentas bloqueadas" @@ -499,7 +508,7 @@ msgstr "Las cuentas bloqueadas no pueden responder en tus hilos, mencionarte ni msgid "Blocked post." msgstr "Publicación bloqueada." -#: src/screens/Profile/Sections/Labels.tsx:153 +#: src/screens/Profile/Sections/Labels.tsx:152 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "" @@ -511,18 +520,18 @@ msgstr "El bloque es público. Las cuentas bloqueadas no pueden responder en tus msgid "Blocking will not prevent labels from being applied on your account, but it will stop this account from replying in your threads or interacting with you." msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:97 -#: src/view/com/auth/SplashScreen.web.tsx:133 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:98 +#: src/view/com/auth/SplashScreen.web.tsx:169 msgid "Blog" msgstr "Blog" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:31 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:32 #: src/view/com/auth/server-input/index.tsx:89 -#: src/view/com/auth/server-input/index.tsx:90 +#: src/view/com/auth/server-input/index.tsx:91 msgid "Bluesky" msgstr "Bluesky" -#: src/view/com/auth/server-input/index.tsx:150 +#: src/view/com/auth/server-input/index.tsx:154 msgid "Bluesky is an open network where you can choose your hosting provider. Custom hosting is now available in beta for developers." msgstr "" @@ -545,7 +554,7 @@ msgstr "Bluesky es público." #~ msgid "Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon." #~ msgstr "Bluesky utiliza las invitaciones para construir una comunidad más saludable. Si no conoces a nadie con una invitación, puedes apuntarte a la lista de espera y te enviaremos una en breve." -#: src/screens/Moderation/index.tsx:535 +#: src/screens/Moderation/index.tsx:533 msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private." msgstr "Bluesky no mostrará tu perfil ni tus publicaciones a los usuarios que hayan cerrado sesión. Es posible que otras aplicaciones no acepten esta solicitud. Esto no hace que tu cuenta sea privada." @@ -566,11 +575,11 @@ msgid "Books" msgstr "" #: src/view/screens/Settings/index.tsx:893 -msgid "Build version {0} {1}" -msgstr "Versión {0} {1}" +#~ msgid "Build version {0} {1}" +#~ msgstr "Versión {0} {1}" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:128 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:92 +#: src/view/com/auth/SplashScreen.web.tsx:166 msgid "Business" msgstr "Negocios" @@ -594,7 +603,7 @@ msgstr "" msgid "by <0/>" msgstr "" -#: src/view/com/auth/create/Policies.tsx:87 +#: src/screens/Signup/StepInfo/Policies.tsx:74 msgid "By creating an account you agree to the {els}." msgstr "" @@ -606,62 +615,62 @@ msgstr "" msgid "Camera" msgstr "Cámara" -#: src/view/com/modals/AddAppPasswords.tsx:216 +#: src/view/com/modals/AddAppPasswords.tsx:217 msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long." msgstr "Sólo puede contener letras, números, espacios, guiones y guiones bajos. Debe tener al menos 4 caracteres, pero no más de 32." #: src/components/Menu/index.tsx:213 -#: src/components/Prompt.tsx:116 -#: src/components/Prompt.tsx:118 +#: src/components/Prompt.tsx:113 +#: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:316 -#: src/view/com/composer/Composer.tsx:321 +#: src/view/com/composer/Composer.tsx:317 +#: src/view/com/composer/Composer.tsx:322 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/ChangeHandle.tsx:153 +#: src/view/com/modals/ChangeHandle.tsx:154 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 -#: src/view/com/modals/CreateOrEditList.tsx:355 -#: src/view/com/modals/crop-image/CropImage.web.tsx:137 -#: src/view/com/modals/EditImage.tsx:323 -#: src/view/com/modals/EditProfile.tsx:249 +#: src/view/com/modals/CreateOrEditList.tsx:356 +#: src/view/com/modals/crop-image/CropImage.web.tsx:138 +#: src/view/com/modals/EditImage.tsx:324 +#: src/view/com/modals/EditProfile.tsx:250 #: src/view/com/modals/InAppBrowserConsent.tsx:78 #: src/view/com/modals/InAppBrowserConsent.tsx:80 -#: src/view/com/modals/LinkWarning.tsx:87 -#: src/view/com/modals/LinkWarning.tsx:89 -#: src/view/com/modals/Repost.tsx:87 +#: src/view/com/modals/LinkWarning.tsx:105 +#: src/view/com/modals/LinkWarning.tsx:107 +#: src/view/com/modals/Repost.tsx:88 #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:717 +#: src/view/screens/Search/Search.tsx:718 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "Cancelar" -#: src/view/com/modals/CreateOrEditList.tsx:360 -#: src/view/com/modals/DeleteAccount.tsx:156 -#: src/view/com/modals/DeleteAccount.tsx:234 +#: src/view/com/modals/CreateOrEditList.tsx:361 +#: src/view/com/modals/DeleteAccount.tsx:155 +#: src/view/com/modals/DeleteAccount.tsx:233 msgctxt "action" msgid "Cancel" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:152 -#: src/view/com/modals/DeleteAccount.tsx:230 +#: src/view/com/modals/DeleteAccount.tsx:151 +#: src/view/com/modals/DeleteAccount.tsx:229 msgid "Cancel account deletion" msgstr "Cancelar la eliminación de la cuenta" -#: src/view/com/modals/ChangeHandle.tsx:149 +#: src/view/com/modals/ChangeHandle.tsx:150 msgid "Cancel change handle" msgstr "Cancelar identificador de cambio" -#: src/view/com/modals/crop-image/CropImage.web.tsx:134 +#: src/view/com/modals/crop-image/CropImage.web.tsx:135 msgid "Cancel image crop" msgstr "Cancelar recorte de imagen" -#: src/view/com/modals/EditProfile.tsx:244 +#: src/view/com/modals/EditProfile.tsx:245 msgid "Cancel profile editing" msgstr "Cancelar la edición de perfil" -#: src/view/com/modals/Repost.tsx:78 +#: src/view/com/modals/Repost.tsx:79 msgid "Cancel quote post" msgstr "Cancelar la publicación de un presupuesto" @@ -674,7 +683,7 @@ msgstr "Cancelar búsqueda" #~ msgid "Cancel waitlist signup" #~ msgstr "Cancelar la inscripción en la lista de espera" -#: src/view/com/modals/LinkWarning.tsx:88 +#: src/view/com/modals/LinkWarning.tsx:106 msgid "Cancels opening the linked website" msgstr "" @@ -691,7 +700,7 @@ msgstr "Cambiar" msgid "Change handle" msgstr "Cambiar el identificador" -#: src/view/com/modals/ChangeHandle.tsx:161 +#: src/view/com/modals/ChangeHandle.tsx:162 #: src/view/screens/Settings/index.tsx:727 msgid "Change Handle" msgstr "Cambiar el identificador" @@ -734,7 +743,7 @@ msgstr "Echa un vistazo a algunas publicaciones recomendadas. Pulsa + para añad msgid "Check out some recommended users. Follow them to see similar users." msgstr "Echa un vistazo a algunos usuarios recomendados. Síguelos para ver usuarios similares." -#: src/view/com/modals/DeleteAccount.tsx:169 +#: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Consulta tu bandeja de entrada para recibir un correo electrónico con el código de confirmación que debes introducir a continuación:" @@ -750,7 +759,7 @@ msgstr "" msgid "Choose Service" msgstr "Elige un Servicio" -#: src/screens/Onboarding/StepFinished.tsx:135 +#: src/screens/Onboarding/StepFinished.tsx:139 msgid "Choose the algorithms that power your custom feeds." msgstr "" @@ -763,11 +772,11 @@ msgstr "Elige los algoritmos que potencian tu experiencia con publicaciones pers #~ msgid "Choose your algorithmic feeds" #~ msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:104 msgid "Choose your main feeds" msgstr "" -#: src/view/com/auth/create/Step1.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:112 msgid "Choose your password" msgstr "Elige tu contraseña" @@ -788,7 +797,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:88 -#: src/view/screens/Search/Search.tsx:698 +#: src/view/screens/Search/Search.tsx:699 msgid "Clear search query" msgstr "Borrar consulta de búsqueda" @@ -808,7 +817,7 @@ msgstr "" msgid "Click here to open tag menu for {tag}" msgstr "" -#: src/components/RichText.tsx:191 +#: src/components/RichText.tsx:192 msgid "Click here to open tag menu for #{tag}" msgstr "" @@ -821,12 +830,12 @@ msgstr "" msgid "Close" msgstr "" -#: src/components/Dialog/index.web.tsx:84 -#: src/components/Dialog/index.web.tsx:198 +#: src/components/Dialog/index.web.tsx:106 +#: src/components/Dialog/index.web.tsx:218 msgid "Close active dialog" msgstr "" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:38 +#: src/screens/Login/PasswordUpdatedForm.tsx:38 msgid "Close alert" msgstr "Cerrar la alerta" @@ -855,11 +864,11 @@ msgstr "" msgid "Closes bottom navigation bar" msgstr "" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:39 +#: src/screens/Login/PasswordUpdatedForm.tsx:39 msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:318 +#: src/view/com/composer/Composer.tsx:319 msgid "Closes post composer and discards post draft" msgstr "" @@ -884,15 +893,15 @@ msgstr "" msgid "Community Guidelines" msgstr "Directrices de la comunidad" -#: src/screens/Onboarding/StepFinished.tsx:148 +#: src/screens/Onboarding/StepFinished.tsx:152 msgid "Complete onboarding and start using your account" msgstr "" -#: src/view/com/auth/create/Step3.tsx:73 +#: src/screens/Signup/index.tsx:154 msgid "Complete the challenge" msgstr "" -#: src/view/com/composer/Composer.tsx:437 +#: src/view/com/composer/Composer.tsx:438 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "" @@ -900,18 +909,20 @@ msgstr "" msgid "Compose reply" msgstr "Redactar la respuesta" -#: src/components/moderation/GlobalModerationLabelPref.tsx:69 -#: src/components/moderation/ModerationLabelPref.tsx:149 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 msgid "Configure content filtering setting for category: {0}" msgstr "" -#: src/components/moderation/ModerationLabelPref.tsx:116 +#: src/components/moderation/LabelPreference.tsx:81 +msgid "Configure content filtering setting for category: {name}" +msgstr "" + +#: src/components/moderation/LabelPreference.tsx:244 msgid "Configured in <0>moderation settings</0>." msgstr "" -#: src/components/Prompt.tsx:152 -#: src/components/Prompt.tsx:155 +#: src/components/Prompt.tsx:153 +#: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 #: src/view/com/modals/VerifyEmail.tsx:231 #: src/view/com/modals/VerifyEmail.tsx:233 @@ -931,11 +942,11 @@ msgstr "Confirmar" msgid "Confirm Change" msgstr "Confirmar el cambio" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:35 msgid "Confirm content language settings" msgstr "Confirmar la configuración del idioma del contenido" -#: src/view/com/modals/DeleteAccount.tsx:220 +#: src/view/com/modals/DeleteAccount.tsx:219 msgid "Confirm delete account" msgstr "Confirmar eliminación de cuenta" @@ -943,17 +954,17 @@ msgstr "Confirmar eliminación de cuenta" #~ msgid "Confirm your age to enable adult content." #~ msgstr "" -#: src/screens/Moderation/index.tsx:303 +#: src/screens/Moderation/index.tsx:301 msgid "Confirm your age:" msgstr "" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:292 msgid "Confirm your birthdate" msgstr "" #: src/view/com/modals/ChangeEmail.tsx:157 -#: src/view/com/modals/DeleteAccount.tsx:176 -#: src/view/com/modals/DeleteAccount.tsx:182 +#: src/view/com/modals/DeleteAccount.tsx:175 +#: src/view/com/modals/DeleteAccount.tsx:181 #: src/view/com/modals/VerifyEmail.tsx:165 msgid "Confirmation code" msgstr "Código de confirmación" @@ -962,12 +973,11 @@ msgstr "Código de confirmación" #~ msgid "Confirms signing up {email} to the waitlist" #~ msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:193 -#: src/view/com/auth/login/LoginForm.tsx:281 +#: src/screens/Login/LoginForm.tsx:248 msgid "Connecting..." msgstr "Conectando..." -#: src/view/com/auth/create/CreateAccount.tsx:213 +#: src/screens/Signup/index.tsx:219 msgid "Contact support" msgstr "" @@ -987,7 +997,7 @@ msgstr "" #~ msgid "Content Filtering" #~ msgstr "Filtro de contenido" -#: src/screens/Moderation/index.tsx:287 +#: src/screens/Moderation/index.tsx:285 msgid "Content filters" msgstr "" @@ -996,13 +1006,13 @@ msgstr "" msgid "Content Languages" msgstr "Lenguajes de contenido" -#: src/components/moderation/ModerationDetailsDialog.tsx:76 +#: src/components/moderation/ModerationDetailsDialog.tsx:75 #: src/lib/moderation/useModerationCauseDescription.ts:75 msgid "Content Not Available" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:47 -#: src/components/moderation/ScreenHider.tsx:100 +#: src/components/moderation/ModerationDetailsDialog.tsx:46 +#: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 #: src/lib/moderation/useModerationCauseDescription.ts:38 msgid "Content Warning" @@ -1016,29 +1026,34 @@ msgstr "Advertencias de contenido" msgid "Context menu backdrop, click to close the menu." msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:170 -#: src/screens/Onboarding/StepFollowingFeed.tsx:153 -#: src/screens/Onboarding/StepInterests/index.tsx:248 -#: src/screens/Onboarding/StepModeration/index.tsx:102 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:114 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:161 +#: src/screens/Onboarding/StepFollowingFeed.tsx:154 +#: src/screens/Onboarding/StepInterests/index.tsx:252 +#: src/screens/Onboarding/StepModeration/index.tsx:103 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:118 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:96 msgid "Continue" msgstr "Continuar" -#: src/screens/Onboarding/StepFollowingFeed.tsx:150 -#: src/screens/Onboarding/StepInterests/index.tsx:245 -#: src/screens/Onboarding/StepModeration/index.tsx:99 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:111 +#: src/components/AccountList.tsx:108 +msgid "Continue as {0} (currently signed in)" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:151 +#: src/screens/Onboarding/StepInterests/index.tsx:249 +#: src/screens/Onboarding/StepModeration/index.tsx:100 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:115 +#: src/screens/Signup/index.tsx:198 msgid "Continue to next step" msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:167 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:158 msgid "Continue to the next step" msgstr "" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:199 msgid "Continue to the next step without following any accounts" msgstr "" @@ -1046,8 +1061,8 @@ msgstr "" msgid "Cooking" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:195 -#: src/view/com/modals/InviteCodes.tsx:182 +#: src/view/com/modals/AddAppPasswords.tsx:196 +#: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "Copiado" @@ -1055,22 +1070,22 @@ msgstr "Copiado" msgid "Copied build version to clipboard" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:76 -#: src/view/com/modals/ChangeHandle.tsx:327 -#: src/view/com/modals/InviteCodes.tsx:152 +#: src/view/com/modals/AddAppPasswords.tsx:77 +#: src/view/com/modals/ChangeHandle.tsx:326 +#: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:158 msgid "Copied to clipboard" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:189 +#: src/view/com/modals/AddAppPasswords.tsx:190 msgid "Copies app password" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:188 +#: src/view/com/modals/AddAppPasswords.tsx:189 msgid "Copy" msgstr "Copiar" -#: src/view/com/modals/ChangeHandle.tsx:481 +#: src/view/com/modals/ChangeHandle.tsx:480 msgid "Copy {0}" msgstr "" @@ -1097,7 +1112,7 @@ msgstr "Copiar el texto de la publicación" msgid "Copyright Policy" msgstr "Política de derechos de autor" -#: src/view/screens/ProfileFeed.tsx:102 +#: src/view/screens/ProfileFeed.tsx:103 msgid "Could not load feed" msgstr "No se ha podido cargar las publicaciones" @@ -1109,9 +1124,9 @@ msgstr "No se ha podido cargar la lista" #~ msgid "Country" #~ msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:64 -#: src/view/com/auth/SplashScreen.tsx:73 -#: src/view/com/auth/SplashScreen.web.tsx:81 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:65 +#: src/view/com/auth/SplashScreen.tsx:75 +#: src/view/com/auth/SplashScreen.web.tsx:104 msgid "Create a new account" msgstr "Crear una cuenta nueva" @@ -1119,20 +1134,21 @@ msgstr "Crear una cuenta nueva" msgid "Create a new Bluesky account" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:133 +#: src/screens/Signup/index.tsx:129 msgid "Create Account" msgstr "Crear una cuenta" -#: src/view/com/modals/AddAppPasswords.tsx:226 +#: src/view/com/modals/AddAppPasswords.tsx:227 msgid "Create App Password" msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:54 -#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:55 +#: src/view/com/auth/SplashScreen.tsx:66 +#: src/view/com/auth/SplashScreen.web.tsx:95 msgid "Create new account" msgstr "Crear una cuenta nueva" -#: src/components/ReportDialog/SelectReportOptionView.tsx:94 +#: src/components/ReportDialog/SelectReportOptionView.tsx:93 msgid "Create report for {0}" msgstr "" @@ -1148,7 +1164,7 @@ msgstr "Creado {0}" #~ msgid "Created by you" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:468 +#: src/view/com/composer/Composer.tsx:469 msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "" @@ -1156,16 +1172,16 @@ msgstr "" msgid "Culture" msgstr "" -#: src/view/com/auth/server-input/index.tsx:95 -#: src/view/com/auth/server-input/index.tsx:96 +#: src/view/com/auth/server-input/index.tsx:97 +#: src/view/com/auth/server-input/index.tsx:99 msgid "Custom" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:389 +#: src/view/com/modals/ChangeHandle.tsx:388 msgid "Custom domain" msgstr "Dominio personalizado" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:107 #: src/view/screens/Feeds.tsx:692 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "" @@ -1191,6 +1207,10 @@ msgstr "" msgid "Dark Theme" msgstr "" +#: src/screens/Signup/StepInfo/index.tsx:132 +msgid "Date of birth" +msgstr "" + #: src/view/screens/Settings/index.tsx:841 msgid "Debug Moderation" msgstr "" @@ -1209,7 +1229,7 @@ msgstr "" msgid "Delete account" msgstr "Borrar la cuenta" -#: src/view/com/modals/DeleteAccount.tsx:87 +#: src/view/com/modals/DeleteAccount.tsx:86 msgid "Delete Account" msgstr "Borrar la cuenta" @@ -1225,7 +1245,7 @@ msgstr "" msgid "Delete List" msgstr "Borrar la lista" -#: src/view/com/modals/DeleteAccount.tsx:223 +#: src/view/com/modals/DeleteAccount.tsx:222 msgid "Delete my account" msgstr "Borrar mi cuenta" @@ -1258,10 +1278,10 @@ msgstr "" msgid "Deleted post." msgstr "Se borró la publicación." -#: 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 +#: src/view/com/modals/CreateOrEditList.tsx:301 +#: src/view/com/modals/CreateOrEditList.tsx:322 +#: src/view/com/modals/EditProfile.tsx:199 +#: src/view/com/modals/EditProfile.tsx:211 msgid "Description" msgstr "Descripción" @@ -1269,7 +1289,7 @@ msgstr "Descripción" #~ msgid "Developer Tools" #~ msgstr "Herramientas de desarrollador" -#: src/view/com/composer/Composer.tsx:217 +#: src/view/com/composer/Composer.tsx:218 msgid "Did you want to say anything?" msgstr "¿Quieres decir algo?" @@ -1280,11 +1300,11 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 #: src/lib/moderation/useLabelBehaviorDescription.ts:68 -#: src/screens/Moderation/index.tsx:343 +#: src/screens/Moderation/index.tsx:341 msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:510 +#: src/view/com/composer/Composer.tsx:511 msgid "Discard" msgstr "Descartar" @@ -1292,12 +1312,12 @@ msgstr "Descartar" #~ msgid "Discard draft" #~ msgstr "Descartar el borrador" -#: src/view/com/composer/Composer.tsx:507 +#: src/view/com/composer/Composer.tsx:508 msgid "Discard draft?" msgstr "" -#: src/screens/Moderation/index.tsx:520 -#: src/screens/Moderation/index.tsx:524 +#: src/screens/Moderation/index.tsx:518 +#: src/screens/Moderation/index.tsx:522 msgid "Discourage apps from showing my account to logged-out users" msgstr "Evitar que las aplicaciones muestren mi cuenta a los usuarios desconectados" @@ -1314,15 +1334,15 @@ msgstr "" msgid "Discover New Feeds" msgstr "" -#: src/view/com/modals/EditProfile.tsx:192 +#: src/view/com/modals/EditProfile.tsx:193 msgid "Display name" msgstr "Mostrar el nombre" -#: src/view/com/modals/EditProfile.tsx:180 +#: src/view/com/modals/EditProfile.tsx:181 msgid "Display Name" msgstr "Mostrar el nombre" -#: src/view/com/modals/ChangeHandle.tsx:398 +#: src/view/com/modals/ChangeHandle.tsx:397 msgid "DNS Panel" msgstr "" @@ -1330,11 +1350,15 @@ msgstr "" msgid "Does not include nudity." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/screens/Signup/StepHandle.tsx:104 +msgid "Doesn't begin or end with a hyphen" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "Domain Value" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:489 +#: src/view/com/modals/ChangeHandle.tsx:488 msgid "Domain verified!" msgstr "¡Dominio verificado!" @@ -1344,22 +1368,24 @@ msgstr "¡Dominio verificado!" #: src/components/dialogs/BirthDateSettings.tsx:119 #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/auth/server-input/index.tsx:165 -#: src/view/com/auth/server-input/index.tsx:166 -#: src/view/com/modals/AddAppPasswords.tsx:226 -#: src/view/com/modals/AltImage.tsx:139 -#: src/view/com/modals/crop-image/CropImage.web.tsx:152 -#: src/view/com/modals/InviteCodes.tsx:80 -#: src/view/com/modals/InviteCodes.tsx:123 +#: src/components/forms/DateField/index.tsx:74 +#: src/components/forms/DateField/index.tsx:80 +#: src/view/com/auth/server-input/index.tsx:169 +#: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/modals/AddAppPasswords.tsx:227 +#: src/view/com/modals/AltImage.tsx:140 +#: src/view/com/modals/crop-image/CropImage.web.tsx:153 +#: src/view/com/modals/InviteCodes.tsx:81 +#: src/view/com/modals/InviteCodes.tsx:124 #: src/view/com/modals/ListAddRemoveUsers.tsx:142 #: src/view/screens/PreferencesFollowingFeed.tsx:311 #: src/view/screens/Settings/ExportCarDialog.tsx:94 -#: src/view/screens/Settings/ExportCarDialog.tsx:95 +#: src/view/screens/Settings/ExportCarDialog.tsx:96 msgid "Done" msgstr "Listo" #: src/view/com/auth/onboarding/RecommendedFollows.tsx:86 -#: src/view/com/modals/EditImage.tsx:333 +#: src/view/com/modals/EditImage.tsx:334 #: src/view/com/modals/ListAddRemoveUsers.tsx:144 #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 @@ -1371,13 +1397,13 @@ msgctxt "action" msgid "Done" msgstr "" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:42 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:43 msgid "Done{extraText}" msgstr "Listo{extraText}" #: src/view/com/auth/login/ChooseAccountForm.tsx:46 -msgid "Double tap to sign in" -msgstr "" +#~ msgid "Double tap to sign in" +#~ msgstr "" #: src/view/screens/Settings/index.tsx:755 #~ msgid "Download Bluesky account data (repository)" @@ -1396,19 +1422,19 @@ msgstr "" msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:257 +#: src/view/com/modals/ChangeHandle.tsx:258 msgid "e.g. alice" msgstr "" -#: src/view/com/modals/EditProfile.tsx:185 +#: src/view/com/modals/EditProfile.tsx:186 msgid "e.g. Alice Roberts" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:381 +#: src/view/com/modals/ChangeHandle.tsx:380 msgid "e.g. alice.com" msgstr "" -#: src/view/com/modals/EditProfile.tsx:203 +#: src/view/com/modals/EditProfile.tsx:204 msgid "e.g. Artist, dog-lover, and avid reader." msgstr "" @@ -1416,23 +1442,23 @@ msgstr "" msgid "E.g. artistic nudes." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:283 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Great Posters" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:284 +#: src/view/com/modals/CreateOrEditList.tsx:285 msgid "e.g. Spammers" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:312 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. The posters who never miss." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:313 +#: src/view/com/modals/CreateOrEditList.tsx:314 msgid "e.g. Users that repeatedly reply with ads." msgstr "" -#: src/view/com/modals/InviteCodes.tsx:96 +#: src/view/com/modals/InviteCodes.tsx:97 msgid "Each code works once. You'll receive more invite codes periodically." msgstr "Cada código funciona una vez. Recibirás más códigos de invitación periódicamente." @@ -1447,7 +1473,7 @@ msgid "Edit avatar" msgstr "" #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/modals/EditImage.tsx:207 +#: src/view/com/modals/EditImage.tsx:208 msgid "Edit image" msgstr "Editar la imagen" @@ -1455,7 +1481,7 @@ msgstr "Editar la imagen" msgid "Edit list details" msgstr "Editar los detalles de la lista" -#: src/view/com/modals/CreateOrEditList.tsx:250 +#: src/view/com/modals/CreateOrEditList.tsx:251 msgid "Edit Moderation List" msgstr "" @@ -1465,17 +1491,17 @@ msgstr "" msgid "Edit My Feeds" msgstr "Editar mis noticias" -#: src/view/com/modals/EditProfile.tsx:152 +#: src/view/com/modals/EditProfile.tsx:153 msgid "Edit my profile" msgstr "Editar mi perfil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:172 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:161 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 msgid "Edit profile" msgstr "Editar el perfil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:175 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:164 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 msgid "Edit Profile" msgstr "Editar el perfil" @@ -1484,15 +1510,15 @@ msgstr "Editar el perfil" msgid "Edit Saved Feeds" msgstr "Editar mis noticias guardadas" -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:246 msgid "Edit User List" msgstr "" -#: src/view/com/modals/EditProfile.tsx:193 +#: src/view/com/modals/EditProfile.tsx:194 msgid "Edit your display name" msgstr "" -#: src/view/com/modals/EditProfile.tsx:211 +#: src/view/com/modals/EditProfile.tsx:212 msgid "Edit your profile description" msgstr "" @@ -1500,14 +1526,12 @@ msgstr "" msgid "Education" msgstr "" -#: src/view/com/auth/create/Step1.tsx:176 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:156 +#: src/screens/Signup/StepInfo/index.tsx:80 #: src/view/com/modals/ChangeEmail.tsx:141 msgid "Email" msgstr "Correo electrónico" -#: src/view/com/auth/create/Step1.tsx:167 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:147 +#: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "Dirección de correo electrónico" @@ -1528,11 +1552,11 @@ msgstr "" msgid "Email:" msgstr "Correo electrónico:" -#: src/view/com/modals/EmbedConsent.tsx:113 +#: src/components/dialogs/EmbedConsent.tsx:101 msgid "Enable {0} only" msgstr "" -#: src/screens/Moderation/index.tsx:331 +#: src/screens/Moderation/index.tsx:329 msgid "Enable adult content" msgstr "" @@ -1545,10 +1569,15 @@ msgstr "" msgid "Enable adult content in your feeds" msgstr "" -#: src/view/com/modals/EmbedConsent.tsx:97 -msgid "Enable External Media" +#: src/components/dialogs/EmbedConsent.tsx:82 +#: src/components/dialogs/EmbedConsent.tsx:89 +msgid "Enable external media" msgstr "" +#: src/view/com/modals/EmbedConsent.tsx:97 +#~ msgid "Enable External Media" +#~ msgstr "" + #: src/view/screens/PreferencesExternalEmbeds.tsx:75 msgid "Enable media players for" msgstr "" @@ -1557,7 +1586,11 @@ 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/screens/Moderation/index.tsx:341 +#: src/components/dialogs/EmbedConsent.tsx:94 +msgid "Enable this source only" +msgstr "" + +#: src/screens/Moderation/index.tsx:339 msgid "Enabled" msgstr "" @@ -1565,12 +1598,16 @@ msgstr "" msgid "End of feed" msgstr "Fin de noticias" -#: src/view/com/modals/AddAppPasswords.tsx:166 +#: src/view/com/modals/AddAppPasswords.tsx:167 msgid "Enter a name for this App Password" msgstr "" +#: src/screens/Login/SetNewPasswordForm.tsx:139 +msgid "Enter a password" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:99 #: src/components/dialogs/MutedWords.tsx:100 -#: src/components/dialogs/MutedWords.tsx:101 msgid "Enter a word or tag" msgstr "" @@ -1582,16 +1619,15 @@ msgstr "" msgid "Enter the code you received to change your password." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:371 +#: src/view/com/modals/ChangeHandle.tsx:370 msgid "Enter the domain you want to use" msgstr "Introduce el dominio que quieres utilizar" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:107 +#: src/screens/Login/ForgotPasswordForm.tsx:119 msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Introduce el correo electrónico que utilizaste para crear tu cuenta. Te enviaremos un \"código de restablecimiento\" para que puedas establecer una nueva contraseña." #: src/components/dialogs/BirthDateSettings.tsx:108 -#: src/view/com/auth/create/Step1.tsx:228 msgid "Enter your birth date" msgstr "" @@ -1599,7 +1635,8 @@ msgstr "" #~ msgid "Enter your email" #~ msgstr "" -#: src/view/com/auth/create/Step1.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:105 +#: src/screens/Signup/StepInfo/index.tsx:91 msgid "Enter your email address" msgstr "Introduce la dirección de correo electrónico" @@ -1615,15 +1652,15 @@ msgstr "Introduce tu nueva dirección de correo electrónico a continuación." #~ msgid "Enter your phone number" #~ msgstr "" -#: src/view/com/auth/login/Login.tsx:99 +#: src/screens/Login/index.tsx:101 msgid "Enter your username and password" msgstr "Introduce tu nombre de usuario y contraseña" -#: src/view/com/auth/create/Step3.tsx:67 +#: src/screens/Signup/StepCaptcha/index.tsx:49 msgid "Error receiving captcha response." msgstr "" -#: src/view/screens/Search/Search.tsx:110 +#: src/view/screens/Search/Search.tsx:111 msgid "Error:" msgstr "Error:" @@ -1635,15 +1672,15 @@ msgstr "Todos" msgid "Excessive mentions or replies" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:231 +#: src/view/com/modals/DeleteAccount.tsx:230 msgid "Exits account deletion process" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:150 +#: src/view/com/modals/ChangeHandle.tsx:151 msgid "Exits handle change process" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:135 +#: src/view/com/modals/crop-image/CropImage.web.tsx:136 msgid "Exits image cropping process" msgstr "" @@ -1686,11 +1723,12 @@ msgstr "" msgid "Export My Data" msgstr "" -#: src/view/com/modals/EmbedConsent.tsx:64 +#: src/components/dialogs/EmbedConsent.tsx:55 +#: src/components/dialogs/EmbedConsent.tsx:59 msgid "External Media" msgstr "" -#: src/view/com/modals/EmbedConsent.tsx:75 +#: src/components/dialogs/EmbedConsent.tsx:71 #: src/view/screens/PreferencesExternalEmbeds.tsx:66 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 "" @@ -1705,12 +1743,12 @@ msgstr "" msgid "External media settings" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:115 -#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:116 +#: src/view/com/modals/AddAppPasswords.tsx:120 msgid "Failed to create app password." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:206 +#: src/view/com/modals/CreateOrEditList.tsx:207 msgid "Failed to create the list. Check your internet connection and try again." msgstr "" @@ -1751,8 +1789,8 @@ msgstr "Comentarios" #: src/Navigation.tsx:464 #: src/view/screens/Feeds.tsx:419 #: src/view/screens/Feeds.tsx:524 -#: src/view/screens/Profile.tsx:192 -#: src/view/shell/bottom-bar/BottomBar.tsx:183 +#: src/view/screens/Profile.tsx:194 +#: src/view/shell/bottom-bar/BottomBar.tsx:191 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:479 #: src/view/shell/Drawer.tsx:480 @@ -1775,11 +1813,11 @@ 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:76 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 msgid "Feeds can be topical as well!" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "File Contents" msgstr "" @@ -1787,7 +1825,7 @@ msgstr "" msgid "Filter from feeds" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Finalizing" msgstr "" @@ -1797,11 +1835,11 @@ msgstr "" msgid "Find accounts to follow" msgstr "" -#: src/view/screens/Search/Search.tsx:441 +#: src/view/screens/Search/Search.tsx:442 msgid "Find users on Bluesky" msgstr "Encontrar usuarios en Bluesky" -#: src/view/screens/Search/Search.tsx:439 +#: src/view/screens/Search/Search.tsx:440 msgid "Find users with the search tool on the right" msgstr "Encuentra usuarios con la herramienta de búsqueda de la derecha" @@ -1825,23 +1863,23 @@ msgstr "Ajusta los hilos de discusión." msgid "Fitness" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:131 +#: src/screens/Onboarding/StepFinished.tsx:135 msgid "Flexible" msgstr "" -#: src/view/com/modals/EditImage.tsx:115 +#: src/view/com/modals/EditImage.tsx:116 msgid "Flip horizontal" msgstr "" -#: src/view/com/modals/EditImage.tsx:120 -#: src/view/com/modals/EditImage.tsx:287 +#: src/view/com/modals/EditImage.tsx:121 +#: src/view/com/modals/EditImage.tsx:288 msgid "Flip vertically" msgstr "" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:246 msgid "Follow" msgstr "Seguir" @@ -1852,8 +1890,8 @@ msgid "Follow" msgstr "" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "" @@ -1862,11 +1900,15 @@ msgstr "" msgid "Follow Account" msgstr "" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:179 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 msgid "Follow All" msgstr "" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +msgid "Follow Back" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 msgid "Follow selected accounts and continue to the next step" msgstr "" @@ -1890,19 +1932,19 @@ msgstr "Solo usuarios seguidos" msgid "followed you" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:109 +#: src/view/com/profile/ProfileFollowers.tsx:104 #: src/view/screens/ProfileFollowers.tsx:25 msgid "Followers" msgstr "Seguidores" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:227 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 -#: src/view/com/profile/ProfileFollows.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 +#: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "Siguiendo" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 msgid "Following {0}" msgstr "" @@ -1930,33 +1972,41 @@ msgstr "" msgid "Food" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:111 +#: src/view/com/modals/DeleteAccount.tsx:110 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." -#: src/view/com/modals/AddAppPasswords.tsx:209 +#: src/view/com/modals/AddAppPasswords.tsx:210 msgid "For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one." msgstr "Por razones de seguridad, no podrás volver a verla. Si pierdes esta contraseña, tendrás que generar una nueva." #: src/view/com/auth/login/LoginForm.tsx:244 -msgid "Forgot" -msgstr "Lo olvidé" +#~ msgid "Forgot" +#~ msgstr "Lo olvidé" #: src/view/com/auth/login/LoginForm.tsx:241 -msgid "Forgot password" -msgstr "Olvidé mi contraseña" +#~ msgid "Forgot password" +#~ msgstr "Olvidé mi contraseña" -#: src/view/com/auth/login/Login.tsx:127 -#: src/view/com/auth/login/Login.tsx:143 +#: src/screens/Login/index.tsx:129 +#: src/screens/Login/index.tsx:144 msgid "Forgot Password" msgstr "Olvidé mi contraseña" +#: src/screens/Login/LoginForm.tsx:201 +msgid "Forgot password?" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 +msgid "Forgot?" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:52 msgid "Frequently Posts Unwanted Content" msgstr "" -#: src/screens/Hashtag.tsx:108 -#: src/screens/Hashtag.tsx:148 +#: src/screens/Hashtag.tsx:109 +#: src/screens/Hashtag.tsx:149 msgid "From @{sanitizedAuthor}" msgstr "" @@ -1978,29 +2028,31 @@ msgstr "Comenzar" msgid "Glaring violations of law or terms of service" msgstr "" -#: src/components/moderation/ScreenHider.tsx:144 -#: src/components/moderation/ScreenHider.tsx:153 -#: src/view/com/auth/LoggedOut.tsx:81 +#: src/components/moderation/ScreenHider.tsx:151 +#: src/components/moderation/ScreenHider.tsx:160 #: src/view/com/auth/LoggedOut.tsx:82 +#: src/view/com/auth/LoggedOut.tsx:83 #: src/view/screens/NotFound.tsx:55 -#: src/view/screens/ProfileFeed.tsx:111 +#: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:916 #: src/view/shell/desktop/LeftNav.tsx:108 msgid "Go back" msgstr "Regresar" +#: src/components/Error.tsx:91 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 -#: src/view/screens/ProfileFeed.tsx:116 +#: src/view/screens/ProfileFeed.tsx:117 #: src/view/screens/ProfileList.tsx:921 msgid "Go Back" msgstr "Regresar" -#: src/components/ReportDialog/SelectReportOptionView.tsx:74 +#: src/components/ReportDialog/SelectReportOptionView.tsx:73 #: src/components/ReportDialog/SubmitView.tsx:104 -#: src/screens/Onboarding/Layout.tsx:104 -#: src/screens/Onboarding/Layout.tsx:193 +#: src/screens/Onboarding/Layout.tsx:102 +#: src/screens/Onboarding/Layout.tsx:191 +#: src/screens/Signup/index.tsx:173 msgid "Go back to previous step" msgstr "" @@ -2012,15 +2064,12 @@ msgstr "" msgid "Go Home" msgstr "" -#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:749 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:189 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:218 -#: src/view/com/auth/login/LoginForm.tsx:291 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:195 +#: src/screens/Login/ForgotPasswordForm.tsx:172 #: src/view/com/modals/ChangePassword.tsx:167 msgid "Go to next" msgstr "Ir al siguiente" @@ -2029,7 +2078,7 @@ msgstr "Ir al siguiente" msgid "Graphic Media" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:265 +#: src/view/com/modals/ChangeHandle.tsx:266 msgid "Handle" msgstr "Identificador" @@ -2045,11 +2094,11 @@ msgstr "" #~ msgid "Hashtag: {tag}" #~ msgstr "" -#: src/components/RichText.tsx:190 +#: src/components/RichText.tsx:191 msgid "Hashtag: #{tag}" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:208 +#: src/screens/Signup/index.tsx:217 msgid "Having trouble?" msgstr "" @@ -2058,24 +2107,24 @@ msgstr "" msgid "Help" msgstr "Ayuda" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:140 msgid "Here are some accounts for you to follow" msgstr "" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:85 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:89 msgid "Here are some popular topical feeds. You can choose to follow as many as you like." msgstr "" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:84 msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:153 +#: src/view/com/modals/AddAppPasswords.tsx:154 msgid "Here is your app password." msgstr "Aquí tienes tu contraseña de la app." #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:43 +#: src/components/moderation/LabelPreference.tsx:134 #: src/components/moderation/PostHider.tsx:107 #: src/lib/moderation/useLabelBehaviorDescription.ts:15 #: src/lib/moderation/useLabelBehaviorDescription.ts:20 @@ -2134,7 +2183,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/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:59 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "" @@ -2143,7 +2192,7 @@ msgid "Hmmmm, we couldn't load that moderation service." msgstr "" #: src/Navigation.tsx:454 -#: src/view/shell/bottom-bar/BottomBar.tsx:139 +#: src/view/shell/bottom-bar/BottomBar.tsx:147 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:401 #: src/view/shell/Drawer.tsx:402 @@ -2157,13 +2206,14 @@ msgstr "Página inicial" #~ msgid "Home Feed Preferences" #~ msgstr "Preferencias de noticias de la página inicial" -#: src/view/com/modals/ChangeHandle.tsx:421 +#: src/view/com/modals/ChangeHandle.tsx:420 msgid "Host:" msgstr "" -#: src/view/com/auth/create/Step1.tsx:75 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:120 -#: src/view/com/modals/ChangeHandle.tsx:280 +#: src/screens/Login/ForgotPasswordForm.tsx:89 +#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Signup/StepInfo/index.tsx:40 +#: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" msgstr "Proveedor de alojamiento" @@ -2179,7 +2229,7 @@ msgstr "Tengo un código" msgid "I have a confirmation code" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:283 +#: src/view/com/modals/ChangeHandle.tsx:284 msgid "I have my own domain" msgstr "Tengo mi propio dominio" @@ -2191,7 +2241,7 @@ 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/auth/create/Policies.tsx:91 +#: src/screens/Signup/StepInfo/Policies.tsx:83 msgid "If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf." msgstr "" @@ -2215,7 +2265,7 @@ msgstr "" msgid "Image" msgstr "" -#: src/view/com/modals/AltImage.tsx:120 +#: src/view/com/modals/AltImage.tsx:121 msgid "Image alt text" msgstr "Texto alt de la imagen" @@ -2228,31 +2278,31 @@ msgstr "Texto alt de la imagen" msgid "Impersonation or false claims about identity or affiliation" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:138 +#: src/screens/Login/SetNewPasswordForm.tsx:127 msgid "Input code sent to your email for password reset" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:184 +#: src/view/com/modals/DeleteAccount.tsx:183 msgid "Input confirmation code for account deletion" msgstr "" #: src/view/com/auth/create/Step1.tsx:177 -msgid "Input email for Bluesky account" -msgstr "" +#~ msgid "Input email for Bluesky account" +#~ msgstr "" #: src/view/com/auth/create/Step1.tsx:151 -msgid "Input invite code to proceed" -msgstr "" +#~ msgid "Input invite code to proceed" +#~ msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:181 msgid "Input name for app password" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:162 +#: src/screens/Login/SetNewPasswordForm.tsx:151 msgid "Input new password" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:203 +#: src/view/com/modals/DeleteAccount.tsx:202 msgid "Input password for account deletion" msgstr "" @@ -2260,11 +2310,11 @@ msgstr "" #~ msgid "Input phone number for SMS verification" #~ msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:233 +#: src/screens/Login/LoginForm.tsx:195 msgid "Input the password tied to {identifier}" msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:200 +#: src/screens/Login/LoginForm.tsx:168 msgid "Input the username or email address you used at signup" msgstr "" @@ -2276,15 +2326,15 @@ msgstr "" #~ msgid "Input your email to get on the Bluesky waitlist" #~ msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:232 +#: src/screens/Login/LoginForm.tsx:194 msgid "Input your password" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:390 +#: src/view/com/modals/ChangeHandle.tsx:389 msgid "Input your preferred hosting provider" msgstr "" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Signup/StepHandle.tsx:62 msgid "Input your user handle" msgstr "" @@ -2292,7 +2342,7 @@ msgstr "" msgid "Invalid or unsupported post record" msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:116 +#: src/screens/Login/LoginForm.tsx:114 msgid "Invalid username or password" msgstr "Nombre de usuario o contraseña no válidos" @@ -2300,20 +2350,19 @@ msgstr "Nombre de usuario o contraseña no válidos" #~ msgid "Invite" #~ msgstr "Invitar" -#: src/view/com/modals/InviteCodes.tsx:93 +#: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Invitar a un amigo" -#: src/view/com/auth/create/Step1.tsx:141 -#: src/view/com/auth/create/Step1.tsx:150 +#: src/screens/Signup/StepInfo/index.tsx:58 msgid "Invite code" msgstr "Código de invitación" -#: src/view/com/auth/create/state.ts:158 +#: src/screens/Signup/state.ts:278 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "No se acepta el código de invitación. Comprueba que lo has introducido correctamente e inténtalo de nuevo." -#: src/view/com/modals/InviteCodes.tsx:170 +#: src/view/com/modals/InviteCodes.tsx:171 msgid "Invite codes: {0} available" msgstr "" @@ -2321,16 +2370,16 @@ msgstr "" #~ msgid "Invite codes: {invitesAvailable} available" #~ msgstr "Códigos de invitación: {invitesAvailable} disponibles" -#: src/view/com/modals/InviteCodes.tsx:169 +#: src/view/com/modals/InviteCodes.tsx:170 msgid "Invite codes: 1 available" msgstr "" -#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +#: src/screens/Onboarding/StepFollowingFeed.tsx:65 msgid "It shows posts from the people you follow as they happen." msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:103 -#: src/view/com/auth/SplashScreen.web.tsx:138 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:104 +#: src/view/com/auth/SplashScreen.web.tsx:172 msgid "Jobs" msgstr "Tareas" @@ -2363,11 +2412,11 @@ msgstr "" msgid "Labeled by the author." msgstr "" -#: src/view/screens/Profile.tsx:186 +#: src/view/screens/Profile.tsx:188 msgid "Labels" msgstr "" -#: src/screens/Profile/Sections/Labels.tsx:143 +#: src/screens/Profile/Sections/Labels.tsx:142 msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "" @@ -2375,11 +2424,11 @@ msgstr "" msgid "labels have been placed on this {labelTarget}" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:63 +#: src/components/moderation/LabelsOnMeDialog.tsx:62 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "Labels on your content" msgstr "" @@ -2401,14 +2450,14 @@ msgid "Languages" msgstr "Idiomas" #: src/view/com/auth/create/StepHeader.tsx:20 -msgid "Last step!" -msgstr "" +#~ msgid "Last step!" +#~ msgstr "" #: src/view/com/util/moderation/ContentHider.tsx:103 #~ msgid "Learn more" #~ msgstr "Aprender más" -#: src/components/moderation/ScreenHider.tsx:129 +#: src/components/moderation/ScreenHider.tsx:136 msgid "Learn More" msgstr "Aprender más" @@ -2418,11 +2467,11 @@ msgid "Learn more about the moderation applied to this content." msgstr "" #: src/components/moderation/PostHider.tsx:85 -#: src/components/moderation/ScreenHider.tsx:126 +#: src/components/moderation/ScreenHider.tsx:125 msgid "Learn more about this warning" msgstr "Aprender más acerca de esta advertencia" -#: src/screens/Moderation/index.tsx:551 +#: src/screens/Moderation/index.tsx:549 msgid "Learn more about what is public on Bluesky." msgstr "Más información sobre lo que es público en Bluesky." @@ -2434,7 +2483,7 @@ msgstr "" msgid "Leave them all unchecked to see any language." msgstr "Déjalos todos sin marcar para ver cualquier idioma." -#: src/view/com/modals/LinkWarning.tsx:51 +#: src/view/com/modals/LinkWarning.tsx:65 msgid "Leaving Bluesky" msgstr "Salir de Bluesky" @@ -2446,12 +2495,12 @@ msgstr "" msgid "Legacy storage cleared, you need to restart the app now." msgstr "" -#: src/view/com/auth/login/Login.tsx:128 -#: src/view/com/auth/login/Login.tsx:144 +#: src/screens/Login/index.tsx:130 +#: src/screens/Login/index.tsx:145 msgid "Let's get your password reset!" msgstr "¡Vamos a restablecer tu contraseña!" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Let's go!" msgstr "" @@ -2464,12 +2513,12 @@ msgstr "" msgid "Light" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Like" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:257 -#: src/view/screens/ProfileFeed.tsx:572 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:258 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Like this feed" msgstr "Dar «me gusta» a esta noticia" @@ -2479,7 +2528,7 @@ msgstr "Dar «me gusta» a esta noticia" msgid "Liked by" msgstr "Le ha gustado a" -#: src/screens/Profile/ProfileLabelerLikedBy.tsx:42 +#: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 #: src/view/screens/PostLikedBy.tsx:27 #: src/view/screens/ProfileFeedLikedBy.tsx:27 msgid "Liked By" @@ -2493,9 +2542,9 @@ msgstr "" msgid "Liked by {count} {0}" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:277 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:291 -#: src/view/screens/ProfileFeed.tsx:587 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292 +#: src/view/screens/ProfileFeed.tsx:588 msgid "Liked by {likeCount} {0}" msgstr "" @@ -2507,7 +2556,7 @@ msgstr "" msgid "liked your post" msgstr "" -#: src/view/screens/Profile.tsx:191 +#: src/view/screens/Profile.tsx:193 msgid "Likes" msgstr "Cantidad de «Me gusta»" @@ -2519,7 +2568,7 @@ msgstr "" msgid "List" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:261 +#: src/view/com/modals/CreateOrEditList.tsx:262 msgid "List Avatar" msgstr "Avatar de la lista" @@ -2539,7 +2588,7 @@ msgstr "" msgid "List muted" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:275 +#: src/view/com/modals/CreateOrEditList.tsx:276 msgid "List Name" msgstr "Nombre de la lista" @@ -2552,8 +2601,8 @@ msgid "List unmuted" msgstr "" #: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:187 -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:195 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 @@ -2570,8 +2619,8 @@ msgid "Load new notifications" msgstr "Cargar notificaciones nuevas" #: src/screens/Profile/Sections/Feed.tsx:70 -#: src/view/com/feeds/FeedPage.tsx:124 -#: src/view/screens/ProfileFeed.tsx:495 +#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/screens/ProfileFeed.tsx:496 #: src/view/screens/ProfileList.tsx:695 msgid "Load new posts" msgstr "Cargar publicaciones nuevas" @@ -2595,31 +2644,35 @@ msgstr "" msgid "Log out" msgstr "" -#: src/screens/Moderation/index.tsx:444 +#: src/screens/Moderation/index.tsx:442 msgid "Logged-out visibility" msgstr "Visibilidad de desconexión" -#: src/view/com/auth/login/ChooseAccountForm.tsx:142 +#: src/components/AccountList.tsx:54 msgid "Login to account that is not listed" msgstr "Acceder a una cuenta que no está en la lista" -#: src/view/com/modals/LinkWarning.tsx:65 +#: src/screens/Login/SetNewPasswordForm.tsx:116 +msgid "Looks like XXXXX-XXXXX" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:79 msgid "Make sure this is where you intend to go!" msgstr "¡Asegúrate de que es aquí a donde pretendes ir!" -#: src/components/dialogs/MutedWords.tsx:83 +#: src/components/dialogs/MutedWords.tsx:82 msgid "Manage your muted words and tags" msgstr "" #: src/view/com/auth/create/Step2.tsx:118 -msgid "May not be longer than 253 characters" -msgstr "" +#~ msgid "May not be longer than 253 characters" +#~ msgstr "" #: src/view/com/auth/create/Step2.tsx:109 -msgid "May only contain letters and numbers" -msgstr "" +#~ msgid "May only contain letters and numbers" +#~ msgstr "" -#: src/view/screens/Profile.tsx:190 +#: src/view/screens/Profile.tsx:192 msgid "Media" msgstr "Medios" @@ -2632,7 +2685,7 @@ msgid "Mentioned users" msgstr "Usuarios mencionados" #: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:647 +#: src/view/screens/Search/Search.tsx:648 msgid "Menu" msgstr "Menú" @@ -2645,7 +2698,7 @@ msgid "Misleading Account" msgstr "" #: src/Navigation.tsx:119 -#: src/screens/Moderation/index.tsx:106 +#: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:645 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:514 @@ -2653,7 +2706,7 @@ msgstr "" msgid "Moderation" msgstr "Moderación" -#: src/components/moderation/ModerationDetailsDialog.tsx:113 +#: src/components/moderation/ModerationDetailsDialog.tsx:112 msgid "Moderation details" msgstr "" @@ -2672,15 +2725,15 @@ msgstr "" msgid "Moderation list by you" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:197 +#: src/view/com/modals/CreateOrEditList.tsx:198 msgid "Moderation list created" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:183 +#: src/view/com/modals/CreateOrEditList.tsx:184 msgid "Moderation list updated" msgstr "" -#: src/screens/Moderation/index.tsx:245 +#: src/screens/Moderation/index.tsx:243 msgid "Moderation lists" msgstr "Listas de moderación" @@ -2697,11 +2750,11 @@ msgstr "" msgid "Moderation states" msgstr "" -#: src/screens/Moderation/index.tsx:217 +#: src/screens/Moderation/index.tsx:215 msgid "Moderation tools" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:49 +#: src/components/moderation/ModerationDetailsDialog.tsx:48 #: src/lib/moderation/useModerationCauseDescription.ts:40 msgid "Moderator has chosen to set a general warning on the content." msgstr "" @@ -2727,8 +2780,8 @@ msgid "Most-liked replies first" msgstr "" #: src/view/com/auth/create/Step2.tsx:122 -msgid "Must be at least 3 characters" -msgstr "" +#~ msgid "Must be at least 3 characters" +#~ msgstr "" #: src/components/TagMenu/index.tsx:249 msgid "Mute" @@ -2755,11 +2808,11 @@ msgstr "" #~ msgid "Mute all {tag} posts" #~ msgstr "" -#: src/components/dialogs/MutedWords.tsx:149 +#: src/components/dialogs/MutedWords.tsx:148 msgid "Mute in tags only" msgstr "" -#: src/components/dialogs/MutedWords.tsx:134 +#: src/components/dialogs/MutedWords.tsx:133 msgid "Mute in text & tags" msgstr "" @@ -2776,11 +2829,11 @@ msgstr "¿Silenciar estas cuentas?" #~ msgid "Mute this List" #~ msgstr "" -#: src/components/dialogs/MutedWords.tsx:127 +#: src/components/dialogs/MutedWords.tsx:126 msgid "Mute this word in post text and tags" msgstr "" -#: src/components/dialogs/MutedWords.tsx:142 +#: src/components/dialogs/MutedWords.tsx:141 msgid "Mute this word in tags only" msgstr "" @@ -2798,7 +2851,7 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:257 +#: src/screens/Moderation/index.tsx:255 msgid "Muted accounts" msgstr "Cuentas silenciadas" @@ -2815,7 +2868,7 @@ msgstr "Las cuentas silenciadas eliminan sus publicaciones de tu canal de notici msgid "Muted by \"{0}\"" msgstr "" -#: src/screens/Moderation/index.tsx:233 +#: src/screens/Moderation/index.tsx:231 msgid "Muted words & tags" msgstr "" @@ -2848,12 +2901,12 @@ msgstr "Mis canales de noticias guardados" #~ msgid "my-server.com" #~ msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:179 -#: src/view/com/modals/CreateOrEditList.tsx:290 +#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/CreateOrEditList.tsx:291 msgid "Name" msgstr "Nombre" -#: src/view/com/modals/CreateOrEditList.tsx:145 +#: src/view/com/modals/CreateOrEditList.tsx:146 msgid "Name is required" msgstr "" @@ -2867,10 +2920,8 @@ msgstr "" msgid "Nature" msgstr "" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:190 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:219 -#: src/view/com/auth/login/LoginForm.tsx:292 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:196 +#: src/screens/Login/ForgotPasswordForm.tsx:173 +#: src/screens/Login/LoginForm.tsx:254 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "" @@ -2879,21 +2930,21 @@ msgstr "" msgid "Navigates to your profile" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:124 +#: src/components/ReportDialog/SelectReportOptionView.tsx:122 msgid "Need to report a copyright violation?" msgstr "" #: src/view/com/modals/EmbedConsent.tsx:107 #: src/view/com/modals/EmbedConsent.tsx:123 -msgid "Never load embeds from {0}" -msgstr "" +#~ msgid "Never load embeds from {0}" +#~ msgstr "" #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:72 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:74 msgid "Never lose access to your followers and data." msgstr "No pierdas nunca el acceso a tus seguidores y datos." -#: src/screens/Onboarding/StepFinished.tsx:119 +#: src/screens/Onboarding/StepFinished.tsx:123 msgid "Never lose access to your followers or data." msgstr "" @@ -2901,7 +2952,7 @@ msgstr "" #~ msgid "Nevermind" #~ msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:520 +#: src/view/com/modals/ChangeHandle.tsx:519 msgid "Nevermind, create a handle for me" msgstr "" @@ -2914,11 +2965,10 @@ msgstr "" msgid "New" msgstr "Nuevo" -#: src/view/com/modals/CreateOrEditList.tsx:252 +#: src/view/com/modals/CreateOrEditList.tsx:253 msgid "New Moderation List" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/ChangePassword.tsx:212 msgid "New password" msgstr "" @@ -2927,15 +2977,15 @@ msgstr "" msgid "New Password" msgstr "" -#: src/view/com/feeds/FeedPage.tsx:135 +#: src/view/com/feeds/FeedPage.tsx:149 msgctxt "action" msgid "New post" msgstr "" #: src/view/screens/Feeds.tsx:555 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:450 -#: src/view/screens/ProfileFeed.tsx:433 +#: src/view/screens/Profile.tsx:452 +#: src/view/screens/ProfileFeed.tsx:434 #: src/view/screens/ProfileList.tsx:199 #: src/view/screens/ProfileList.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:252 @@ -2947,7 +2997,7 @@ msgctxt "action" msgid "New Post" msgstr "Publicación nueva" -#: src/view/com/modals/CreateOrEditList.tsx:247 +#: src/view/com/modals/CreateOrEditList.tsx:248 msgid "New User List" msgstr "" @@ -2959,12 +3009,13 @@ msgstr "" msgid "News" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:172 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:182 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:192 -#: src/view/com/auth/login/LoginForm.tsx:294 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:187 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:143 +#: src/screens/Login/ForgotPasswordForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:253 +#: src/screens/Login/LoginForm.tsx:260 +#: src/screens/Login/SetNewPasswordForm.tsx:174 +#: src/screens/Login/SetNewPasswordForm.tsx:180 +#: src/screens/Signup/index.tsx:205 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:79 #: src/view/com/modals/ChangePassword.tsx:253 #: src/view/com/modals/ChangePassword.tsx:255 @@ -2989,19 +3040,23 @@ msgstr "Imagen nueva" msgid "No" msgstr "No" -#: src/view/screens/ProfileFeed.tsx:561 +#: src/view/screens/ProfileFeed.tsx:562 #: src/view/screens/ProfileList.tsx:769 msgid "No description" msgstr "Sin descripción" -#: src/view/com/modals/ChangeHandle.tsx:406 +#: src/view/com/modals/ChangeHandle.tsx:405 msgid "No DNS Panel" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 msgid "No longer following {0}" msgstr "" +#: src/screens/Signup/StepHandle.tsx:114 +msgid "No longer than 253 characters" +msgstr "" + #: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "" @@ -3011,7 +3066,7 @@ msgstr "" msgid "No result" msgstr "Sin resultados" -#: src/components/Lists.tsx:189 +#: src/components/Lists.tsx:183 msgid "No results found" msgstr "" @@ -3020,12 +3075,13 @@ 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:282 -#: src/view/screens/Search/Search.tsx:310 +#: src/view/screens/Search/Search.tsx:283 +#: src/view/screens/Search/Search.tsx:311 msgid "No results found for {query}" msgstr "No se han encontrado resultados para {query}" -#: src/view/com/modals/EmbedConsent.tsx:129 +#: src/components/dialogs/EmbedConsent.tsx:105 +#: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" msgstr "" @@ -3033,7 +3089,7 @@ msgstr "" msgid "Nobody" msgstr "Nadie" -#: src/components/LikedByList.tsx:102 +#: src/components/LikedByList.tsx:79 #: src/components/LikesDialog.tsx:99 msgid "Nobody has liked this yet. Maybe you should be the first!" msgstr "" @@ -3047,7 +3103,7 @@ msgid "Not Applicable." msgstr "No aplicable." #: src/Navigation.tsx:109 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Not Found" msgstr "" @@ -3058,17 +3114,18 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:368 #: src/view/com/util/forms/PostDropdownBtn.tsx:342 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:246 msgid "Note about sharing" msgstr "" -#: src/screens/Moderation/index.tsx:542 +#: src/screens/Moderation/index.tsx:540 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:469 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 -#: src/view/shell/bottom-bar/BottomBar.tsx:207 +#: src/view/shell/bottom-bar/BottomBar.tsx:215 #: src/view/shell/desktop/LeftNav.tsx:365 #: src/view/shell/Drawer.tsx:438 #: src/view/shell/Drawer.tsx:439 @@ -3080,7 +3137,15 @@ msgid "Nudity" msgstr "" #: src/lib/moderation/useReportOptions.ts:71 -msgid "Nudity or pornography not labeled as such" +msgid "Nudity or adult content not labeled as such" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:71 +#~ msgid "Nudity or pornography not labeled as such" +#~ msgstr "" + +#: src/screens/Signup/index.tsx:142 +msgid "of" msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:11 @@ -3091,15 +3156,16 @@ msgstr "" msgid "Oh no!" msgstr "¡Qué problema!" -#: src/screens/Onboarding/StepInterests/index.tsx:128 +#: src/screens/Onboarding/StepInterests/index.tsx:132 msgid "Oh no! Something went wrong." msgstr "" -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:127 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:126 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:327 msgid "OK" msgstr "" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 +#: src/screens/Login/PasswordUpdatedForm.tsx:44 msgid "Okay" msgstr "Está bien" @@ -3111,7 +3177,7 @@ msgstr "" msgid "Onboarding reset" msgstr "" -#: src/view/com/composer/Composer.tsx:391 +#: src/view/com/composer/Composer.tsx:392 msgid "One or more images is missing alt text." msgstr "Falta el texto alternativo en una o varias imágenes." @@ -3119,17 +3185,21 @@ msgstr "Falta el texto alternativo en una o varias imágenes." msgid "Only {0} can reply." msgstr "Solo {0} puede responder." -#: src/components/Lists.tsx:83 +#: src/screens/Signup/StepHandle.tsx:97 +msgid "Only contains letters, numbers, and hyphens" +msgstr "" + +#: src/components/Lists.tsx:75 msgid "Oops, something went wrong!" msgstr "" -#: src/components/Lists.tsx:157 +#: src/components/Lists.tsx:170 #: src/view/screens/AppPasswords.tsx:67 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Oops!" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:115 +#: src/screens/Onboarding/StepFinished.tsx:119 msgid "Open" msgstr "" @@ -3137,12 +3207,12 @@ msgstr "" #~ msgid "Open content filtering settings" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:490 #: src/view/com/composer/Composer.tsx:491 +#: src/view/com/composer/Composer.tsx:492 msgid "Open emoji picker" msgstr "" -#: src/view/screens/ProfileFeed.tsx:299 +#: src/view/screens/ProfileFeed.tsx:300 msgid "Open feed options menu" msgstr "" @@ -3150,7 +3220,7 @@ msgstr "" msgid "Open links with in-app browser" msgstr "" -#: src/screens/Moderation/index.tsx:229 +#: src/screens/Moderation/index.tsx:227 msgid "Open muted words and tags settings" msgstr "" @@ -3211,13 +3281,15 @@ msgstr "" msgid "Opens external embeds settings" msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:56 -#: src/view/com/auth/SplashScreen.tsx:70 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:57 +#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/SplashScreen.web.tsx:97 msgid "Opens flow to create a new Bluesky account" msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:74 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:75 #: src/view/com/auth/SplashScreen.tsx:83 +#: src/view/com/auth/SplashScreen.web.tsx:112 msgid "Opens flow to sign into your existing Bluesky account" msgstr "" @@ -3233,7 +3305,7 @@ msgstr "" #~ msgid "Opens invite code list" #~ msgstr "" -#: src/view/com/modals/InviteCodes.tsx:172 +#: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "Abre la lista de códigos de invitación" @@ -3257,11 +3329,11 @@ msgstr "" msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "" -#: src/view/screens/Settings/index.tsx:970 +#: src/view/screens/Settings/index.tsx:968 msgid "Opens modal for email verification" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:281 +#: src/view/com/modals/ChangeHandle.tsx:282 msgid "Opens modal for using custom domain" msgstr "Abre el modal para usar el dominio personalizado" @@ -3269,7 +3341,7 @@ msgstr "Abre el modal para usar el dominio personalizado" msgid "Opens moderation settings" msgstr "Abre la configuración de moderación" -#: src/view/com/auth/login/LoginForm.tsx:242 +#: src/screens/Login/LoginForm.tsx:202 msgid "Opens password reset form" msgstr "" @@ -3298,7 +3370,7 @@ msgstr "" #~ msgid "Opens the home feed preferences" #~ msgstr "Abre las preferencias de noticias de la página inicial" -#: src/view/com/modals/LinkWarning.tsx:76 +#: src/view/com/modals/LinkWarning.tsx:93 msgid "Opens the linked website" msgstr "" @@ -3331,7 +3403,7 @@ msgstr "" msgid "Other" msgstr "" -#: src/view/com/auth/login/ChooseAccountForm.tsx:147 +#: src/components/AccountList.tsx:73 msgid "Other account" msgstr "Otra cuenta" @@ -3343,7 +3415,7 @@ msgstr "Otra cuenta" msgid "Other..." msgstr "Otro..." -#: src/components/Lists.tsx:190 +#: src/components/Lists.tsx:184 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Página no encontrada" @@ -3352,13 +3424,10 @@ msgstr "Página no encontrada" msgid "Page Not Found" msgstr "" -#: src/view/com/auth/create/Step1.tsx:191 -#: src/view/com/auth/create/Step1.tsx:201 -#: src/view/com/auth/login/LoginForm.tsx:213 -#: src/view/com/auth/login/LoginForm.tsx:229 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:161 -#: src/view/com/modals/DeleteAccount.tsx:195 -#: src/view/com/modals/DeleteAccount.tsx:202 +#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Signup/StepInfo/index.tsx:101 +#: src/view/com/modals/DeleteAccount.tsx:194 +#: src/view/com/modals/DeleteAccount.tsx:201 msgid "Password" msgstr "Contraseña" @@ -3366,11 +3435,11 @@ msgstr "Contraseña" msgid "Password Changed" msgstr "" -#: src/view/com/auth/login/Login.tsx:157 +#: src/screens/Login/index.tsx:157 msgid "Password updated" msgstr "Contraseña actualizada" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:28 +#: src/screens/Login/PasswordUpdatedForm.tsx:30 msgid "Password updated!" msgstr "¡Contraseña actualizada!" @@ -3402,12 +3471,12 @@ msgstr "" msgid "Pictures meant for adults." msgstr "Imágenes destinadas a adultos." -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:563 msgid "Pin to home" msgstr "" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 msgid "Pin to Home" msgstr "" @@ -3415,28 +3484,28 @@ msgstr "" msgid "Pinned Feeds" msgstr "Canales de noticias anclados" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:111 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:54 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:55 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" msgstr "" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:110 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 msgid "Plays the GIF" msgstr "" -#: src/view/com/auth/create/state.ts:124 +#: src/screens/Signup/state.ts:241 msgid "Please choose your handle." msgstr "Por favor, elige tu identificador." -#: src/view/com/auth/create/state.ts:117 +#: src/screens/Signup/state.ts:234 msgid "Please choose your password." msgstr "Por favor, elige tu contraseña." -#: src/view/com/auth/create/state.ts:131 +#: src/screens/Signup/state.ts:251 msgid "Please complete the verification captcha." msgstr "" @@ -3444,7 +3513,7 @@ msgstr "" msgid "Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed." msgstr "Por favor, confirma tu correo electrónico antes de cambiarlo. Se trata de un requisito temporal mientras se añaden herramientas de actualización de correo electrónico, y pronto se eliminará." -#: src/view/com/modals/AddAppPasswords.tsx:90 +#: src/view/com/modals/AddAppPasswords.tsx:91 msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "" @@ -3452,11 +3521,11 @@ msgstr "" #~ msgid "Please enter a phone number that can receive SMS text messages." #~ msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:145 +#: src/view/com/modals/AddAppPasswords.tsx:146 msgid "Please enter a unique name for this App Password or use our randomly generated one." msgstr "Introduce un nombre único para la contraseña de esta app o utiliza una generada aleatoriamente." -#: src/components/dialogs/MutedWords.tsx:68 +#: src/components/dialogs/MutedWords.tsx:67 msgid "Please enter a valid word, tag, or phrase to mute" msgstr "" @@ -3468,15 +3537,15 @@ msgstr "" #~ msgid "Please enter the verification code sent to {phoneNumberFormatted}." #~ msgstr "" -#: src/view/com/auth/create/state.ts:103 +#: src/screens/Signup/state.ts:220 msgid "Please enter your email." msgstr "Introduce tu correo electrónico." -#: src/view/com/modals/DeleteAccount.tsx:191 +#: src/view/com/modals/DeleteAccount.tsx:190 msgid "Please enter your password as well:" msgstr "Introduce tu contraseña, también:" -#: src/components/moderation/LabelsOnMeDialog.tsx:222 +#: src/components/moderation/LabelsOnMeDialog.tsx:221 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -3489,7 +3558,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "" -#: src/view/com/composer/Composer.tsx:221 +#: src/view/com/composer/Composer.tsx:222 msgid "Please wait for your link card to finish loading" msgstr "Por favor, espera a que tu tarjeta de enlace termine de cargarse" @@ -3502,11 +3571,11 @@ msgid "Porn" msgstr "" #: src/lib/moderation/useGlobalLabelStrings.ts:34 -msgid "Pornography" -msgstr "" +#~ msgid "Pornography" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:366 -#: src/view/com/composer/Composer.tsx:374 +#: src/view/com/composer/Composer.tsx:367 +#: src/view/com/composer/Composer.tsx:375 msgctxt "action" msgid "Post" msgstr "" @@ -3534,12 +3603,12 @@ msgstr "" msgid "Post hidden" msgstr "Publicación oculta" -#: src/components/moderation/ModerationDetailsDialog.tsx:98 +#: src/components/moderation/ModerationDetailsDialog.tsx:97 #: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Post Hidden by Muted Word" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:101 +#: src/components/moderation/ModerationDetailsDialog.tsx:100 #: src/lib/moderation/useModerationCauseDescription.ts:108 msgid "Post Hidden by You" msgstr "" @@ -3561,11 +3630,11 @@ msgstr "Publicación no encontrada" msgid "posts" msgstr "" -#: src/view/screens/Profile.tsx:188 +#: src/view/screens/Profile.tsx:190 msgid "Posts" msgstr "Publicaciones" -#: src/components/dialogs/MutedWords.tsx:90 +#: src/components/dialogs/MutedWords.tsx:89 msgid "Posts can be muted based on their text, their tags, or both." msgstr "" @@ -3573,11 +3642,17 @@ msgstr "" msgid "Posts hidden" msgstr "" -#: src/view/com/modals/LinkWarning.tsx:46 +#: src/view/com/modals/LinkWarning.tsx:60 msgid "Potentially Misleading Link" msgstr "Enlace potencialmente engañoso" -#: src/components/Lists.tsx:88 +#: src/components/forms/HostingProvider.tsx:45 +msgid "Press to change hosting provider" +msgstr "" + +#: src/components/Error.tsx:74 +#: src/components/Lists.tsx:80 +#: src/screens/Signup/index.tsx:186 msgid "Press to retry" msgstr "" @@ -3599,23 +3674,23 @@ msgid "Privacy" msgstr "Privacidad" #: src/Navigation.tsx:231 -#: src/view/com/auth/create/Policies.tsx:69 +#: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:925 +#: src/view/screens/Settings/index.tsx:923 #: src/view/shell/Drawer.tsx:265 msgid "Privacy Policy" msgstr "Política de privacidad" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:156 msgid "Processing..." msgstr "Procesando..." #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:340 +#: src/view/screens/Profile.tsx:342 msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:260 #: src/view/shell/desktop/LeftNav.tsx:419 #: src/view/shell/Drawer.tsx:70 #: src/view/shell/Drawer.tsx:549 @@ -3623,15 +3698,15 @@ msgstr "" msgid "Profile" msgstr "Perfil" -#: src/view/com/modals/EditProfile.tsx:128 +#: src/view/com/modals/EditProfile.tsx:129 msgid "Profile updated" msgstr "" -#: src/view/screens/Settings/index.tsx:983 +#: src/view/screens/Settings/index.tsx:981 msgid "Protect your account by verifying your email." msgstr "Protege tu cuenta verificando tu correo electrónico." -#: src/screens/Onboarding/StepFinished.tsx:101 +#: src/screens/Onboarding/StepFinished.tsx:105 msgid "Public" msgstr "" @@ -3643,15 +3718,15 @@ msgstr "Listas públicas y compartibles de usuarios para silenciar o bloquear en msgid "Public, shareable lists which can drive feeds." msgstr "Listas públicas y compartibles que pueden impulsar las noticias." -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish post" msgstr "" -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish reply" msgstr "" -#: src/view/com/modals/Repost.tsx:65 +#: src/view/com/modals/Repost.tsx:66 msgctxt "action" msgid "Quote post" msgstr "Citar una publicación" @@ -3660,7 +3735,7 @@ msgstr "Citar una publicación" msgid "Quote post" msgstr "Citar una publicación" -#: src/view/com/modals/Repost.tsx:70 +#: src/view/com/modals/Repost.tsx:71 msgctxt "action" msgid "Quote Post" msgstr "Citar una publicación" @@ -3669,11 +3744,11 @@ msgstr "Citar una publicación" msgid "Random (aka \"Poster's Roulette\")" msgstr "" -#: src/view/com/modals/EditImage.tsx:236 +#: src/view/com/modals/EditImage.tsx:237 msgid "Ratios" msgstr "Proporciones" -#: src/view/screens/Search/Search.tsx:776 +#: src/view/screens/Search/Search.tsx:777 msgid "Recent Searches" msgstr "" @@ -3685,7 +3760,7 @@ msgstr "Canales de noticias recomendados" msgid "Recommended Users" msgstr "Usuarios recomendados" -#: src/components/dialogs/MutedWords.tsx:287 +#: src/components/dialogs/MutedWords.tsx:286 #: src/view/com/feeds/FeedSourceCard.tsx:283 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:83 @@ -3720,8 +3795,8 @@ msgstr "" #: src/view/com/feeds/FeedSourceCard.tsx:173 #: src/view/com/feeds/FeedSourceCard.tsx:233 -#: src/view/screens/ProfileFeed.tsx:334 -#: src/view/screens/ProfileFeed.tsx:340 +#: src/view/screens/ProfileFeed.tsx:335 +#: src/view/screens/ProfileFeed.tsx:341 msgid "Remove from my feeds" msgstr "Eliminar de mis canales de noticias" @@ -3737,11 +3812,11 @@ msgstr "Eliminar la imagen" msgid "Remove image preview" msgstr "Eliminar la vista previa de la imagen" -#: src/components/dialogs/MutedWords.tsx:330 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "" -#: src/view/com/modals/Repost.tsx:47 +#: src/view/com/modals/Repost.tsx:48 msgid "Remove repost" msgstr "" @@ -3766,7 +3841,7 @@ msgstr "Eliminar de la lista" msgid "Removed from my feeds" msgstr "" -#: src/view/screens/ProfileFeed.tsx:208 +#: src/view/screens/ProfileFeed.tsx:209 msgid "Removed from your feeds" msgstr "" @@ -3774,7 +3849,7 @@ msgstr "" msgid "Removes default thumbnail from {0}" msgstr "" -#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:191 msgid "Replies" msgstr "Respuestas" @@ -3782,7 +3857,7 @@ msgstr "Respuestas" msgid "Replies to this thread are disabled" msgstr "Las respuestas a este hilo están desactivadas" -#: src/view/com/composer/Composer.tsx:364 +#: src/view/com/composer/Composer.tsx:365 msgctxt "action" msgid "Reply" msgstr "" @@ -3806,8 +3881,12 @@ msgstr "" msgid "Report Account" msgstr "Informe de la cuenta" -#: src/view/screens/ProfileFeed.tsx:351 -#: src/view/screens/ProfileFeed.tsx:353 +#: src/components/ReportDialog/index.tsx:49 +msgid "Report dialog" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:352 +#: src/view/screens/ProfileFeed.tsx:354 msgid "Report feed" msgstr "Informe del canal de noticias" @@ -3820,29 +3899,29 @@ msgstr "Informe de la lista" msgid "Report post" msgstr "Informe de la publicación" -#: src/components/ReportDialog/SelectReportOptionView.tsx:43 +#: src/components/ReportDialog/SelectReportOptionView.tsx:42 msgid "Report this content" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:56 +#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Report this feed" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:53 +#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Report this list" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:50 +#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Report this post" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:47 +#: src/components/ReportDialog/SelectReportOptionView.tsx:46 msgid "Report this user" msgstr "" -#: src/view/com/modals/Repost.tsx:43 -#: src/view/com/modals/Repost.tsx:48 -#: src/view/com/modals/Repost.tsx:53 +#: src/view/com/modals/Repost.tsx:44 +#: src/view/com/modals/Repost.tsx:49 +#: src/view/com/modals/Repost.tsx:54 #: src/view/com/util/post-ctrls/RepostButton.tsx:61 msgctxt "action" msgid "Repost" @@ -3895,12 +3974,10 @@ msgstr "" msgid "Require alt text before posting" msgstr "" -#: src/view/com/auth/create/Step1.tsx:146 +#: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "Requerido para este proveedor" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:124 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:136 #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "Restablecer el código" @@ -3918,7 +3995,7 @@ msgstr "" msgid "Reset onboarding state" msgstr "Restablecer el estado de incorporación" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:104 +#: src/screens/Login/ForgotPasswordForm.tsx:86 msgid "Reset password" msgstr "Restablecer la contraseña" @@ -3939,7 +4016,7 @@ msgstr "Restablece el estado de incorporación" msgid "Resets the preferences state" msgstr "Restablecer el estado de preferencias" -#: src/view/com/auth/login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:235 msgid "Retries login" msgstr "" @@ -3948,13 +4025,13 @@ msgstr "" msgid "Retries the last action, which errored out" msgstr "" -#: src/components/Lists.tsx:98 -#: src/screens/Onboarding/StepInterests/index.tsx:221 -#: src/screens/Onboarding/StepInterests/index.tsx:224 -#: src/view/com/auth/create/CreateAccount.tsx:181 -#: src/view/com/auth/create/CreateAccount.tsx:186 -#: src/view/com/auth/login/LoginForm.tsx:271 -#: src/view/com/auth/login/LoginForm.tsx:274 +#: src/components/Error.tsx:79 +#: src/components/Lists.tsx:91 +#: src/screens/Login/LoginForm.tsx:234 +#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Onboarding/StepInterests/index.tsx:225 +#: src/screens/Onboarding/StepInterests/index.tsx:228 +#: src/screens/Signup/index.tsx:193 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 msgid "Retry" @@ -3964,6 +4041,7 @@ msgstr "Volver a intentar" #~ msgid "Retry." #~ msgstr "" +#: src/components/Error.tsx:86 #: src/view/screens/ProfileList.tsx:917 msgid "Return to previous page" msgstr "" @@ -3973,7 +4051,7 @@ msgid "Returns to home page" msgstr "" #: src/view/screens/NotFound.tsx:58 -#: src/view/screens/ProfileFeed.tsx:112 +#: src/view/screens/ProfileFeed.tsx:113 msgid "Returns to previous page" msgstr "" @@ -3982,19 +4060,19 @@ msgstr "" #~ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:337 -#: src/view/com/modals/EditProfile.tsx:224 +#: src/view/com/modals/ChangeHandle.tsx:174 +#: src/view/com/modals/CreateOrEditList.tsx:338 +#: src/view/com/modals/EditProfile.tsx:225 msgid "Save" msgstr "Guardar" #: src/view/com/lightbox/Lightbox.tsx:132 -#: src/view/com/modals/CreateOrEditList.tsx:345 +#: src/view/com/modals/CreateOrEditList.tsx:346 msgctxt "action" msgid "Save" msgstr "" -#: src/view/com/modals/AltImage.tsx:130 +#: src/view/com/modals/AltImage.tsx:131 msgid "Save alt text" msgstr "Guardar el texto alt" @@ -4002,20 +4080,20 @@ msgstr "Guardar el texto alt" msgid "Save birthday" msgstr "" -#: src/view/com/modals/EditProfile.tsx:232 +#: src/view/com/modals/EditProfile.tsx:233 msgid "Save Changes" msgstr "Guardar cambios" -#: src/view/com/modals/ChangeHandle.tsx:170 +#: src/view/com/modals/ChangeHandle.tsx:171 msgid "Save handle change" msgstr "Guardar el cambio de identificador" -#: src/view/com/modals/crop-image/CropImage.web.tsx:144 +#: src/view/com/modals/crop-image/CropImage.web.tsx:145 msgid "Save image crop" msgstr "Guardar el recorte de imagen" -#: src/view/screens/ProfileFeed.tsx:335 -#: src/view/screens/ProfileFeed.tsx:341 +#: src/view/screens/ProfileFeed.tsx:336 +#: src/view/screens/ProfileFeed.tsx:342 msgid "Save to my feeds" msgstr "" @@ -4027,19 +4105,19 @@ msgstr "Guardar canales de noticias" msgid "Saved to your camera roll." msgstr "" -#: src/view/screens/ProfileFeed.tsx:212 +#: src/view/screens/ProfileFeed.tsx:213 msgid "Saved to your feeds" msgstr "" -#: src/view/com/modals/EditProfile.tsx:225 +#: src/view/com/modals/EditProfile.tsx:226 msgid "Saves any changes to your profile" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:171 +#: src/view/com/modals/ChangeHandle.tsx:172 msgid "Saves handle change to {handle}" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:145 +#: src/view/com/modals/crop-image/CropImage.web.tsx:146 msgid "Saves image crop settings" msgstr "" @@ -4052,14 +4130,14 @@ msgid "Scroll to top" msgstr "" #: src/Navigation.tsx:459 -#: src/view/com/auth/LoggedOut.tsx:122 +#: src/view/com/auth/LoggedOut.tsx:123 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 -#: src/view/screens/Search/Search.tsx:420 -#: src/view/screens/Search/Search.tsx:669 -#: src/view/screens/Search/Search.tsx:687 -#: src/view/shell/bottom-bar/BottomBar.tsx:161 +#: src/view/screens/Search/Search.tsx:421 +#: src/view/screens/Search/Search.tsx:670 +#: src/view/screens/Search/Search.tsx:688 +#: src/view/shell/bottom-bar/BottomBar.tsx:169 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 #: src/view/shell/desktop/Search.tsx:224 @@ -4068,7 +4146,7 @@ msgstr "" msgid "Search" msgstr "Buscar" -#: src/view/screens/Search/Search.tsx:736 +#: src/view/screens/Search/Search.tsx:737 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "" @@ -4089,8 +4167,8 @@ msgstr "" #~ msgid "Search for all posts with tag {tag}" #~ msgstr "" -#: src/view/com/auth/LoggedOut.tsx:104 #: src/view/com/auth/LoggedOut.tsx:105 +#: src/view/com/auth/LoggedOut.tsx:106 #: src/view/com/modals/ListAddRemoveUsers.tsx:70 msgid "Search for users" msgstr "Buscar usuarios" @@ -4127,7 +4205,7 @@ msgstr "" msgid "See this guide" msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:39 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:40 msgid "See what's next" msgstr "Ver lo que sigue" @@ -4135,11 +4213,15 @@ msgstr "Ver lo que sigue" msgid "Select {item}" msgstr "" +#: src/screens/Login/ChooseAccountForm.tsx:61 +msgid "Select account" +msgstr "" + #: src/view/com/modals/ServerInput.tsx:75 #~ msgid "Select Bluesky Social" #~ msgstr "Seleccionar Bluesky Social" -#: src/view/com/auth/login/Login.tsx:117 +#: src/screens/Login/index.tsx:120 msgid "Select from an existing account" msgstr "Selecciona de una cuenta existente" @@ -4147,7 +4229,7 @@ msgstr "Selecciona de una cuenta existente" msgid "Select languages" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:32 +#: src/components/ReportDialog/SelectLabelerView.tsx:30 msgid "Select moderator" msgstr "" @@ -4157,8 +4239,8 @@ msgstr "" #: src/view/com/auth/create/Step1.tsx:96 #: src/view/com/auth/login/LoginForm.tsx:153 -msgid "Select service" -msgstr "Selecciona el servicio" +#~ msgid "Select service" +#~ msgstr "Selecciona el servicio" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 msgid "Select some accounts below to follow" @@ -4176,11 +4258,11 @@ msgstr "" #~ 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:96 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:100 msgid "Select topical feeds to follow from the list below" msgstr "" -#: src/screens/Onboarding/StepModeration/index.tsx:62 +#: src/screens/Onboarding/StepModeration/index.tsx:63 msgid "Select what you want to see (or not see), and we’ll handle the rest." msgstr "" @@ -4196,7 +4278,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 "" -#: src/screens/Onboarding/StepInterests/index.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:133 +msgid "Select your date of birth" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:200 msgid "Select your interests from the options below" msgstr "" @@ -4208,11 +4294,11 @@ 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 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:117 msgid "Select your primary algorithmic feeds" msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:142 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:133 msgid "Select your secondary algorithmic feeds" msgstr "" @@ -4221,11 +4307,11 @@ msgstr "" msgid "Send Confirmation Email" msgstr "Enviar el mensaje de confirmación" -#: src/view/com/modals/DeleteAccount.tsx:131 +#: src/view/com/modals/DeleteAccount.tsx:130 msgid "Send email" msgstr "Enviar el mensaje" -#: src/view/com/modals/DeleteAccount.tsx:144 +#: src/view/com/modals/DeleteAccount.tsx:143 msgctxt "action" msgid "Send Email" msgstr "Enviar el mensaje" @@ -4244,15 +4330,15 @@ msgstr "" #~ msgid "Send Report" #~ msgstr "Enviar el informe" -#: src/components/ReportDialog/SelectLabelerView.tsx:46 +#: src/components/ReportDialog/SelectLabelerView.tsx:44 msgid "Send report to {0}" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:133 +#: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "" -#: src/view/com/auth/server-input/index.tsx:110 +#: src/view/com/auth/server-input/index.tsx:114 msgid "Server address" msgstr "" @@ -4266,7 +4352,7 @@ msgstr "" #~ msgid "Set Age" #~ msgstr "" -#: src/screens/Moderation/index.tsx:306 +#: src/screens/Moderation/index.tsx:304 msgid "Set birthdate" msgstr "" @@ -4290,13 +4376,13 @@ msgstr "" #~ msgid "Set dark theme to the dim theme" #~ msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:104 +#: src/screens/Login/SetNewPasswordForm.tsx:102 msgid "Set new password" msgstr "Establecer la contraseña nueva" #: src/view/com/auth/create/Step1.tsx:202 -msgid "Set password" -msgstr "" +#~ msgid "Set password" +#~ msgstr "" #: src/view/screens/PreferencesFollowingFeed.tsx:225 msgid "Set this setting to \"No\" to hide all quote posts from your feed. Reposts will still be visible." @@ -4322,11 +4408,11 @@ 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 "" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/screens/Onboarding/Layout.tsx:48 msgid "Set up your account" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:266 +#: src/view/com/modals/ChangeHandle.tsx:267 msgid "Sets Bluesky username" msgstr "" @@ -4350,30 +4436,30 @@ msgstr "" msgid "Sets dark theme to the dim theme" msgstr "" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:157 +#: src/screens/Login/ForgotPasswordForm.tsx:113 msgid "Sets email for password reset" msgstr "" #: src/view/com/auth/login/ForgotPasswordForm.tsx:122 -msgid "Sets hosting provider for password reset" -msgstr "" +#~ msgid "Sets hosting provider for password reset" +#~ msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:123 +#: src/view/com/modals/crop-image/CropImage.web.tsx:124 msgid "Sets image aspect ratio to square" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:113 +#: src/view/com/modals/crop-image/CropImage.web.tsx:114 msgid "Sets image aspect ratio to tall" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:103 +#: src/view/com/modals/crop-image/CropImage.web.tsx:104 msgid "Sets image aspect ratio to wide" msgstr "" #: src/view/com/auth/create/Step1.tsx:97 #: src/view/com/auth/login/LoginForm.tsx:154 -msgid "Sets server for the Bluesky client" -msgstr "" +#~ msgid "Sets server for the Bluesky client" +#~ msgstr "" #: src/Navigation.tsx:139 #: src/view/screens/Settings/index.tsx:313 @@ -4400,23 +4486,33 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:224 #: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:237 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:218 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:235 #: src/view/screens/ProfileList.tsx:388 msgid "Share" msgstr "Compartir" #: src/view/com/profile/ProfileMenu.tsx:373 #: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:251 msgid "Share anyway" msgstr "" -#: src/view/screens/ProfileFeed.tsx:361 -#: src/view/screens/ProfileFeed.tsx:363 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileFeed.tsx:364 msgid "Share feed" msgstr "Compartir las noticias" +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 +msgid "Share Link" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:92 +msgid "Shares the linked website" +msgstr "" + #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:45 +#: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 #: src/view/screens/Settings/index.tsx:363 @@ -4427,8 +4523,8 @@ msgstr "Mostrar" msgid "Show all replies" msgstr "" -#: src/components/moderation/ScreenHider.tsx:162 -#: src/components/moderation/ScreenHider.tsx:165 +#: src/components/moderation/ScreenHider.tsx:169 +#: src/components/moderation/ScreenHider.tsx:172 msgid "Show anyway" msgstr "Mostrar de todas maneras" @@ -4442,10 +4538,10 @@ msgid "Show badge and filter from feeds" msgstr "" #: src/view/com/modals/EmbedConsent.tsx:87 -msgid "Show embeds from {0}" -msgstr "" +#~ msgid "Show embeds from {0}" +#~ msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 msgid "Show follows similar to {0}" msgstr "" @@ -4463,15 +4559,15 @@ msgstr "Mostrar publicaciones de mis noticias" msgid "Show Quote Posts" msgstr "Mostrar publicaciones de citas" -#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +#: src/screens/Onboarding/StepFollowingFeed.tsx:119 msgid "Show quote-posts in Following feed" msgstr "" -#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +#: src/screens/Onboarding/StepFollowingFeed.tsx:135 msgid "Show quotes in Following" msgstr "" -#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +#: src/screens/Onboarding/StepFollowingFeed.tsx:95 msgid "Show re-posts in Following feed" msgstr "" @@ -4483,11 +4579,11 @@ 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 +#: src/screens/Onboarding/StepFollowingFeed.tsx:87 msgid "Show replies in Following" msgstr "" -#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +#: src/screens/Onboarding/StepFollowingFeed.tsx:71 msgid "Show replies in Following feed" msgstr "" @@ -4499,7 +4595,7 @@ msgstr "" msgid "Show Reposts" msgstr "Mostrar publicaciones que se han publicado nuevamente" -#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +#: src/screens/Onboarding/StepFollowingFeed.tsx:111 msgid "Show reposts in Following" msgstr "" @@ -4524,16 +4620,22 @@ msgstr "" #~ msgid "Shows a list of users similar to this user." #~ msgstr "" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:127 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 msgid "Shows posts from {0} in your feed" msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:72 -#: src/view/com/auth/login/Login.tsx:98 +#: src/screens/Login/index.tsx:100 +#: src/screens/Login/index.tsx:119 +#: src/screens/Login/LoginForm.tsx:131 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:73 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:83 #: src/view/com/auth/SplashScreen.tsx:81 -#: src/view/shell/bottom-bar/BottomBar.tsx:289 -#: src/view/shell/bottom-bar/BottomBar.tsx:290 -#: src/view/shell/bottom-bar/BottomBar.tsx:292 +#: src/view/com/auth/SplashScreen.tsx:90 +#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:119 +#: src/view/shell/bottom-bar/BottomBar.tsx:300 +#: src/view/shell/bottom-bar/BottomBar.tsx:301 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 @@ -4546,32 +4648,29 @@ msgstr "Iniciar sesión" #: src/view/com/auth/HomeLoggedOutCTA.tsx:82 #: src/view/com/auth/SplashScreen.tsx:86 #: src/view/com/auth/SplashScreen.web.tsx:91 -msgid "Sign In" -msgstr "Iniciar sesión" +#~ msgid "Sign In" +#~ msgstr "Iniciar sesión" -#: src/view/com/auth/login/ChooseAccountForm.tsx:45 +#: src/components/AccountList.tsx:109 msgid "Sign in as {0}" msgstr "Iniciar sesión como {0}" -#: src/view/com/auth/login/ChooseAccountForm.tsx:127 -#: src/view/com/auth/login/Login.tsx:116 +#: src/screens/Login/ChooseAccountForm.tsx:64 msgid "Sign in as..." msgstr "Iniciar sesión como ..." #: src/view/com/auth/login/LoginForm.tsx:140 -msgid "Sign into" -msgstr "Iniciar sesión en" +#~ msgid "Sign into" +#~ msgstr "Iniciar sesión en" -#: src/view/com/modals/SwitchAccount.tsx:68 -#: src/view/com/modals/SwitchAccount.tsx:73 #: src/view/screens/Settings/index.tsx:107 #: src/view/screens/Settings/index.tsx:110 msgid "Sign out" msgstr "Cerrar sesión" -#: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/bottom-bar/BottomBar.tsx:280 -#: src/view/shell/bottom-bar/BottomBar.tsx:282 +#: src/view/shell/bottom-bar/BottomBar.tsx:290 +#: src/view/shell/bottom-bar/BottomBar.tsx:291 +#: src/view/shell/bottom-bar/BottomBar.tsx:293 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 @@ -4585,7 +4684,7 @@ msgstr "Inscribirse" msgid "Sign up or sign in to join the conversation" msgstr "Regístrate o inicia sesión para unirte a la conversación" -#: src/components/moderation/ScreenHider.tsx:98 +#: src/components/moderation/ScreenHider.tsx:97 #: src/lib/moderation/useGlobalLabelStrings.ts:28 msgid "Sign-in Required" msgstr "Se requiere iniciar sesión" @@ -4594,21 +4693,21 @@ msgstr "Se requiere iniciar sesión" msgid "Signed in as" msgstr "Se inició sesión como" -#: src/view/com/auth/login/ChooseAccountForm.tsx:112 +#: src/screens/Login/ChooseAccountForm.tsx:48 msgid "Signed in as @{0}" msgstr "" #: src/view/com/modals/SwitchAccount.tsx:70 -msgid "Signs {0} out of Bluesky" -msgstr "" +#~ msgid "Signs {0} out of Bluesky" +#~ msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:235 -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:195 +#: src/screens/Onboarding/StepInterests/index.tsx:239 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:203 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:35 msgid "Skip" msgstr "Saltarse este paso" -#: src/screens/Onboarding/StepInterests/index.tsx:232 +#: src/screens/Onboarding/StepInterests/index.tsx:236 msgid "Skip this flow" msgstr "" @@ -4624,9 +4723,9 @@ msgstr "" #~ msgid "Something went wrong and we're not sure what." #~ msgstr "" -#: src/components/ReportDialog/index.tsx:52 -#: src/screens/Moderation/index.tsx:116 -#: src/screens/Profile/Sections/Labels.tsx:77 +#: src/components/ReportDialog/index.tsx:59 +#: src/screens/Moderation/index.tsx:114 +#: src/screens/Profile/Sections/Labels.tsx:76 msgid "Something went wrong, please try again." msgstr "" @@ -4638,7 +4737,7 @@ msgstr "" #~ msgid "Something went wrong. Check your email and try again." #~ msgstr "" -#: src/App.native.tsx:71 +#: src/App.native.tsx:66 msgid "Sorry! Your session expired. Please log in again." msgstr "" @@ -4650,7 +4749,7 @@ msgstr "Clasificar respuestas" msgid "Sort replies to the same post by:" msgstr "Ordenar las respuestas a un mismo mensaje por:" -#: src/components/moderation/LabelsOnMeDialog.tsx:147 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 msgid "Source:" msgstr "" @@ -4666,7 +4765,7 @@ msgstr "" msgid "Sports" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:122 +#: src/view/com/modals/crop-image/CropImage.web.tsx:123 msgid "Square" msgstr "Cuadrado" @@ -4674,14 +4773,18 @@ msgstr "Cuadrado" #~ msgid "Staging" #~ msgstr "Puesta en escena" -#: src/view/screens/Settings/index.tsx:905 +#: src/view/screens/Settings/index.tsx:903 msgid "Status page" msgstr "Página de estado" -#: src/view/com/auth/create/StepHeader.tsx:22 -msgid "Step {0} of {numSteps}" +#: src/screens/Signup/index.tsx:142 +msgid "Step" msgstr "" +#: src/view/com/auth/create/StepHeader.tsx:22 +#~ msgid "Step {0} of {numSteps}" +#~ msgstr "" + #: src/view/screens/Settings/index.tsx:292 msgid "Storage cleared, you need to restart the app now." msgstr "" @@ -4691,8 +4794,8 @@ msgstr "" msgid "Storybook" msgstr "Libro de cuentos" +#: src/components/moderation/LabelsOnMeDialog.tsx:255 #: src/components/moderation/LabelsOnMeDialog.tsx:256 -#: src/components/moderation/LabelsOnMeDialog.tsx:257 msgid "Submit" msgstr "Enviar" @@ -4700,20 +4803,20 @@ msgstr "Enviar" msgid "Subscribe" msgstr "Suscribirse" -#: src/screens/Profile/Sections/Labels.tsx:181 +#: src/screens/Profile/Sections/Labels.tsx:180 msgid "Subscribe to @{0} to use these labels:" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:222 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:221 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:308 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:172 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 msgid "Subscribe to the {0} feed" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:185 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 msgid "Subscribe to this labeler" msgstr "" @@ -4721,7 +4824,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "Suscribirse a esta lista" -#: src/view/screens/Search/Search.tsx:375 +#: src/view/screens/Search/Search.tsx:376 msgid "Suggested Follows" msgstr "Usuarios sugeridos a seguir" @@ -4743,16 +4846,15 @@ msgstr "Soporte" #~ msgid "Swipe up to see more" #~ msgstr "" -#: src/view/com/modals/SwitchAccount.tsx:123 +#: src/components/dialogs/SwitchAccount.tsx:46 +#: src/components/dialogs/SwitchAccount.tsx:49 msgid "Switch Account" msgstr "Cambiar a otra cuenta" -#: src/view/com/modals/SwitchAccount.tsx:103 #: src/view/screens/Settings/index.tsx:139 msgid "Switch to {0}" msgstr "" -#: src/view/com/modals/SwitchAccount.tsx:104 #: src/view/screens/Settings/index.tsx:140 msgid "Switches the account you are logged in to" msgstr "" @@ -4765,7 +4867,7 @@ msgstr "" msgid "System log" msgstr "Bitácora del sistema" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "" @@ -4777,7 +4879,7 @@ msgstr "" #~ msgid "Tag menu: {tag}" #~ msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:112 +#: src/view/com/modals/crop-image/CropImage.web.tsx:113 msgid "Tall" msgstr "Alto" @@ -4794,8 +4896,8 @@ msgid "Terms" msgstr "Condiciones" #: src/Navigation.tsx:236 -#: src/view/com/auth/create/Policies.tsx:59 -#: src/view/screens/Settings/index.tsx:919 +#: src/screens/Signup/StepInfo/Policies.tsx:49 +#: src/view/screens/Settings/index.tsx:917 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:259 msgid "Terms of Service" @@ -4807,11 +4909,11 @@ msgstr "Condiciones de servicio" msgid "Terms used violate community standards" msgstr "" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:220 +#: src/components/moderation/LabelsOnMeDialog.tsx:219 msgid "Text input field" msgstr "Campo de introducción de texto" @@ -4819,20 +4921,20 @@ msgstr "Campo de introducción de texto" msgid "Thank you. Your report has been sent." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:466 +#: src/view/com/modals/ChangeHandle.tsx:465 msgid "That contains the following:" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:94 +#: src/screens/Signup/index.tsx:84 msgid "That handle is already taken." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:283 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "La cuenta podrá interactuar contigo tras el desbloqueo." -#: src/components/moderation/ModerationDetailsDialog.tsx:128 +#: src/components/moderation/ModerationDetailsDialog.tsx:127 msgid "the author" msgstr "" @@ -4844,15 +4946,15 @@ 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/components/moderation/LabelsOnMeDialog.tsx:49 +#: src/components/moderation/LabelsOnMeDialog.tsx:48 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:50 +#: src/components/moderation/LabelsOnMeDialog.tsx:49 msgid "The following labels were applied to your content." msgstr "" -#: src/screens/Onboarding/Layout.tsx:60 +#: src/screens/Onboarding/Layout.tsx:58 msgid "The following steps will help customize your Bluesky experience." msgstr "" @@ -4873,12 +4975,12 @@ msgstr "Se ha movido el formulario de soporte. Si necesitas ayuda, por favor <0/ msgid "The Terms of Service have been moved to" msgstr "Las condiciones de servicio se han trasladado a" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:150 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:141 msgid "There are many feeds to try:" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:113 -#: src/view/screens/ProfileFeed.tsx:543 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112 +#: src/view/screens/ProfileFeed.tsx:544 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "" @@ -4886,11 +4988,11 @@ msgstr "" msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "" -#: src/view/screens/ProfileFeed.tsx:217 +#: src/view/screens/ProfileFeed.tsx:218 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "" -#: src/view/screens/ProfileFeed.tsx:244 +#: src/view/screens/ProfileFeed.tsx:245 #: src/view/screens/ProfileList.tsx:275 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 @@ -4909,7 +5011,7 @@ msgstr "" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" -#: src/view/com/posts/Feed.tsx:283 +#: src/view/com/posts/Feed.tsx:287 msgid "There was an issue fetching posts. Tap here to try again." msgstr "" @@ -4934,11 +5036,11 @@ msgstr "" msgid "There was an issue with fetching your app passwords" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:134 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:96 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:106 #: src/view/com/profile/ProfileMenu.tsx:117 #: src/view/com/profile/ProfileMenu.tsx:132 @@ -4967,19 +5069,19 @@ msgstr "" #~ 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 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146 msgid "These are popular accounts you might like:" msgstr "" -#: src/components/moderation/ScreenHider.tsx:117 +#: src/components/moderation/ScreenHider.tsx:116 msgid "This {screenDescription} has been flagged:" msgstr "Esta {screenDescription} ha sido marcada:" -#: src/components/moderation/ScreenHider.tsx:112 +#: src/components/moderation/ScreenHider.tsx:111 msgid "This account has requested that users sign in to view their profile." msgstr "Esta cuenta ha solicitado que los usuarios inicien sesión para ver su perfil." -#: src/components/moderation/LabelsOnMeDialog.tsx:205 +#: src/components/moderation/LabelsOnMeDialog.tsx:204 msgid "This appeal will be sent to <0>{0}</0>." msgstr "" @@ -4991,11 +5093,11 @@ msgstr "" msgid "This content has received a general warning from moderators." msgstr "" -#: src/view/com/modals/EmbedConsent.tsx:68 +#: src/components/dialogs/EmbedConsent.tsx:64 msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:78 +#: src/components/moderation/ModerationDetailsDialog.tsx:77 #: src/lib/moderation/useModerationCauseDescription.ts:77 msgid "This content is not available because one of the users involved has blocked the other." msgstr "" @@ -5017,7 +5119,7 @@ msgid "This feed is currently receiving high traffic and is temporarily unavaila msgstr "Este canal de noticias está recibiendo mucho tráfico y no está disponible temporalmente. Vuelve a intentarlo más tarde." #: src/screens/Profile/Sections/Feed.tsx:50 -#: src/view/screens/ProfileFeed.tsx:476 +#: src/view/screens/ProfileFeed.tsx:477 #: src/view/screens/ProfileList.tsx:675 msgid "This feed is empty!" msgstr "" @@ -5034,15 +5136,15 @@ 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/components/moderation/ModerationDetailsDialog.tsx:125 +#: src/components/moderation/ModerationDetailsDialog.tsx:124 msgid "This label was applied by {0}." msgstr "" -#: src/screens/Profile/Sections/Labels.tsx:168 +#: src/screens/Profile/Sections/Labels.tsx:167 msgid "This labeler hasn't declared what labels it publishes, and may not be active." msgstr "" -#: src/view/com/modals/LinkWarning.tsx:58 +#: src/view/com/modals/LinkWarning.tsx:72 msgid "This link is taking you to the following website:" msgstr "Este enlace te lleva al siguiente sitio web:" @@ -5054,7 +5156,7 @@ msgstr "" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:106 +#: src/view/com/modals/AddAppPasswords.tsx:107 msgid "This name is already in use" msgstr "" @@ -5063,6 +5165,7 @@ msgid "This post has been deleted." msgstr "Esta publicación ha sido eliminada." #: src/view/com/util/forms/PostDropdownBtn.tsx:344 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "" @@ -5074,19 +5177,19 @@ msgstr "" msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "" -#: src/view/com/auth/create/Policies.tsx:46 +#: src/screens/Signup/StepInfo/Policies.tsx:37 msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:446 +#: src/view/com/modals/ChangeHandle.tsx:445 msgid "This should create a domain record at:" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:87 msgid "This user doesn't have any followers." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:73 +#: src/components/moderation/ModerationDetailsDialog.tsx:72 #: src/lib/moderation/useModerationCauseDescription.ts:68 msgid "This user has blocked you. You cannot view their content." msgstr "" @@ -5103,11 +5206,11 @@ msgstr "" #~ msgid "This user is included in the <0/> list which you have muted." #~ msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:56 +#: src/components/moderation/ModerationDetailsDialog.tsx:55 msgid "This user is included in the <0>{0}</0> list which you have blocked." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:85 +#: src/components/moderation/ModerationDetailsDialog.tsx:84 msgid "This user is included in the <0>{0}</0> list which you have muted." msgstr "" @@ -5115,7 +5218,7 @@ msgstr "" #~ msgid "This user is included the <0/> list which you have muted." #~ msgstr "" -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:87 msgid "This user isn't following anyone." msgstr "" @@ -5123,7 +5226,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/components/dialogs/MutedWords.tsx:284 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "" @@ -5148,11 +5251,11 @@ msgstr "Modo con hilos" msgid "Threads Preferences" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:35 +#: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "" -#: src/components/dialogs/MutedWords.tsx:113 +#: src/components/dialogs/MutedWords.tsx:112 msgid "Toggle between muted word options." msgstr "" @@ -5160,11 +5263,11 @@ msgstr "" msgid "Toggle dropdown" msgstr "Conmutar el menú desplegable" -#: src/screens/Moderation/index.tsx:334 +#: src/screens/Moderation/index.tsx:332 msgid "Toggle to enable or disable adult content" msgstr "" -#: src/view/com/modals/EditImage.tsx:271 +#: src/view/com/modals/EditImage.tsx:272 msgid "Transformations" msgstr "Transformaciones" @@ -5180,7 +5283,7 @@ msgctxt "action" msgid "Try again" msgstr "Intentar nuevamente" -#: src/view/com/modals/ChangeHandle.tsx:429 +#: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "" @@ -5192,22 +5295,23 @@ msgstr "Desbloquear una lista" msgid "Un-mute list" msgstr "Desactivar la opción de silenciar la lista" -#: src/view/com/auth/create/CreateAccount.tsx:58 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:87 -#: src/view/com/auth/login/Login.tsx:76 -#: src/view/com/auth/login/LoginForm.tsx:121 +#: src/screens/Login/ForgotPasswordForm.tsx:74 +#: src/screens/Login/index.tsx:78 +#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/SetNewPasswordForm.tsx:77 +#: src/screens/Signup/index.tsx:63 #: src/view/com/modals/ChangePassword.tsx:70 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/screens/Profile/Header/ProfileHeaderStandard.tsx:174 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:572 msgid "Unblock" msgstr "Desbloquear" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 msgctxt "action" msgid "Unblock" msgstr "" @@ -5217,13 +5321,13 @@ msgstr "" msgid "Unblock Account" msgstr "Desbloquear una cuenta" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:281 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "" -#: src/view/com/modals/Repost.tsx:42 -#: src/view/com/modals/Repost.tsx:55 +#: src/view/com/modals/Repost.tsx:43 +#: src/view/com/modals/Repost.tsx:56 #: src/view/com/util/post-ctrls/RepostButton.tsx:60 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:48 msgid "Undo repost" @@ -5239,7 +5343,7 @@ msgctxt "action" msgid "Unfollow" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 msgid "Unfollow {0}" msgstr "" @@ -5249,14 +5353,14 @@ msgid "Unfollow Account" msgstr "" #: src/view/com/auth/create/state.ts:262 -msgid "Unfortunately, you do not meet the requirements to create an account." -msgstr "Lamentablemente, no cumples los requisitos para crear una cuenta." +#~ 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:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Unlike" msgstr "" -#: src/view/screens/ProfileFeed.tsx:572 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Unlike this feed" msgstr "" @@ -5287,12 +5391,12 @@ msgstr "" msgid "Unmute thread" msgstr "Desactivar la opción de silenciar el hilo" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 #: src/view/screens/ProfileList.tsx:563 msgid "Unpin" msgstr "" -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Unpin from home" msgstr "" @@ -5304,11 +5408,11 @@ msgstr "Desanclar la lista de moderación" #~ msgid "Unsave" #~ msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:219 msgid "Unsubscribe" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183 msgid "Unsubscribe from this labeler" msgstr "" @@ -5324,15 +5428,15 @@ msgstr "Actualizar {displayName} en Listas" #~ msgid "Update Available" #~ msgstr "Actualización disponible" -#: src/view/com/modals/ChangeHandle.tsx:509 +#: src/view/com/modals/ChangeHandle.tsx:508 msgid "Update to {handle}" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:204 +#: src/screens/Login/SetNewPasswordForm.tsx:186 msgid "Updating..." msgstr "Actualizando..." -#: src/view/com/modals/ChangeHandle.tsx:455 +#: src/view/com/modals/ChangeHandle.tsx:454 msgid "Upload a text file to:" msgstr "Carga un archivo de texto en:" @@ -5355,7 +5459,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:409 +#: src/view/com/modals/ChangeHandle.tsx:408 msgid "Use a file on your server" msgstr "" @@ -5363,11 +5467,11 @@ msgstr "" msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "Utiliza las contraseñas de la app para iniciar sesión en otros clientes Bluesky sin dar acceso completo a tu cuenta o contraseña." -#: src/view/com/modals/ChangeHandle.tsx:518 +#: src/view/com/modals/ChangeHandle.tsx:517 msgid "Use bsky.social as hosting provider" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:517 +#: src/view/com/modals/ChangeHandle.tsx:516 msgid "Use default provider" msgstr "Utiliza un proveedor predeterminado" @@ -5381,11 +5485,11 @@ msgstr "" msgid "Use my default browser" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:401 +#: src/view/com/modals/ChangeHandle.tsx:400 msgid "Use the DNS panel" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:155 +#: src/view/com/modals/AddAppPasswords.tsx:156 msgid "Use this to sign into the other app along with your handle." msgstr "Utilízalo para iniciar sesión en la otra aplicación junto con tu identificador." @@ -5393,11 +5497,11 @@ msgstr "Utilízalo para iniciar sesión en la otra aplicación junto con tu iden #~ msgid "Use your domain as your Bluesky client service provider" #~ msgstr "" -#: src/view/com/modals/InviteCodes.tsx:200 +#: src/view/com/modals/InviteCodes.tsx:201 msgid "Used by:" msgstr "Usado por:" -#: src/components/moderation/ModerationDetailsDialog.tsx:65 +#: src/components/moderation/ModerationDetailsDialog.tsx:64 #: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked" msgstr "" @@ -5406,7 +5510,7 @@ msgstr "" msgid "User Blocked by \"{0}\"" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:54 +#: src/components/moderation/ModerationDetailsDialog.tsx:53 msgid "User Blocked by List" msgstr "" @@ -5414,13 +5518,13 @@ msgstr "" msgid "User Blocking You" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:71 +#: src/components/moderation/ModerationDetailsDialog.tsx:70 msgid "User Blocks You" msgstr "" #: src/view/com/auth/create/Step2.tsx:79 -msgid "User handle" -msgstr "Identificador del usuario" +#~ msgid "User handle" +#~ msgstr "Identificador del usuario" #: src/view/com/lists/ListCard.tsx:85 #: src/view/com/modals/UserAddRemoveLists.tsx:198 @@ -5437,11 +5541,11 @@ msgstr "" msgid "User list by you" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:196 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "User list created" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:182 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "User list updated" msgstr "" @@ -5449,8 +5553,7 @@ msgstr "" msgid "User Lists" msgstr "Listas de usuarios" -#: src/view/com/auth/login/LoginForm.tsx:180 -#: src/view/com/auth/login/LoginForm.tsx:198 +#: src/screens/Login/LoginForm.tsx:151 msgid "Username or email address" msgstr "Nombre de usuario o dirección de correo electrónico" @@ -5470,7 +5573,7 @@ msgstr "Usuarios en «{0}»" msgid "Users that have liked this content or profile" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:437 +#: src/view/com/modals/ChangeHandle.tsx:436 msgid "Value:" msgstr "" @@ -5478,19 +5581,19 @@ msgstr "" #~ msgid "Verification code" #~ msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:510 +#: src/view/com/modals/ChangeHandle.tsx:509 msgid "Verify {0}" msgstr "" -#: src/view/screens/Settings/index.tsx:944 +#: src/view/screens/Settings/index.tsx:942 msgid "Verify email" msgstr "Verificar el correo electrónico" -#: src/view/screens/Settings/index.tsx:969 +#: src/view/screens/Settings/index.tsx:967 msgid "Verify my email" msgstr "Verificar mi correo electrónico" -#: src/view/screens/Settings/index.tsx:978 +#: src/view/screens/Settings/index.tsx:976 msgid "Verify My Email" msgstr "Verificar mi correo electrónico" @@ -5503,11 +5606,15 @@ msgstr "Verificar el correo electrónico nuevo" msgid "Verify Your Email" msgstr "" +#: src/view/screens/Settings/index.tsx:893 +msgid "Version {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:42 msgid "Video Games" msgstr "" -#: src/screens/Profile/Header/Shell.tsx:110 +#: src/screens/Profile/Header/Shell.tsx:107 msgid "View {0}'s avatar" msgstr "" @@ -5515,11 +5622,11 @@ msgstr "" msgid "View debug entry" msgstr "Ver entrada de depuración" -#: src/components/ReportDialog/SelectReportOptionView.tsx:133 +#: src/components/ReportDialog/SelectReportOptionView.tsx:131 msgid "View details" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:128 +#: src/components/ReportDialog/SelectReportOptionView.tsx:126 msgid "View details for reporting a copyright violation" msgstr "" @@ -5543,16 +5650,16 @@ msgstr "Ver el avatar" msgid "View the labeling service provided by @{0}" msgstr "" -#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileFeed.tsx:585 msgid "View users who like this feed" msgstr "" -#: src/view/com/modals/LinkWarning.tsx:75 -#: src/view/com/modals/LinkWarning.tsx:77 +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" msgstr "Visitar el sitio" -#: src/components/moderation/GlobalModerationLabelPref.tsx:44 +#: src/components/moderation/LabelPreference.tsx:135 #: src/lib/moderation/useLabelBehaviorDescription.ts:17 #: src/lib/moderation/useLabelBehaviorDescription.ts:22 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:53 @@ -5568,10 +5675,10 @@ msgid "Warn content and filter from feeds" msgstr "" #: src/screens/Onboarding/StepAlgoFeeds/index.tsx:134 -msgid "We also think you'll like \"For You\" by Skygaze:" -msgstr "" +#~ msgid "We also think you'll like \"For You\" by Skygaze:" +#~ msgstr "" -#: src/screens/Hashtag.tsx:132 +#: src/screens/Hashtag.tsx:133 msgid "We couldn't find any results for that hashtag." msgstr "" @@ -5579,7 +5686,7 @@ msgstr "" msgid "We estimate {estimatedTime} until your account is ready." msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:93 +#: src/screens/Onboarding/StepFinished.tsx:97 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "" @@ -5591,11 +5698,11 @@ msgstr "" #~ msgid "We recommend \"For You\" by Skygaze:" #~ msgstr "" -#: src/components/dialogs/MutedWords.tsx:204 +#: src/components/dialogs/MutedWords.tsx:203 msgid "We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:125 msgid "We recommend our \"Discover\" feed:" msgstr "" @@ -5603,11 +5710,11 @@ msgstr "" msgid "We were unable to load your birth date preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:387 +#: src/screens/Moderation/index.tsx:385 msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:133 +#: src/screens/Onboarding/StepInterests/index.tsx:137 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 "" @@ -5619,11 +5726,11 @@ msgstr "" #~ msgid "We'll look into your appeal promptly." #~ msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:138 +#: src/screens/Onboarding/StepInterests/index.tsx:142 msgid "We'll use this to help customize your experience." msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:134 +#: src/screens/Signup/index.tsx:130 msgid "We're so excited to have you join us!" msgstr "¡Nos hace mucha ilusión que te unas a nosotros!" @@ -5631,20 +5738,20 @@ msgstr "¡Nos hace mucha ilusión que te unas a nosotros!" msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "" -#: src/components/dialogs/MutedWords.tsx:230 +#: src/components/dialogs/MutedWords.tsx:229 msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "" -#: src/view/screens/Search/Search.tsx:255 +#: src/view/screens/Search/Search.tsx:256 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." -#: src/components/Lists.tsx:194 +#: src/components/Lists.tsx:188 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "Lo sentimos. No encontramos la página que buscabas." -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:321 msgid "We're sorry! You can only subscribe to ten labelers, and you've reached your limit of ten." msgstr "" @@ -5652,7 +5759,7 @@ msgstr "" msgid "Welcome to <0>Bluesky</0>" msgstr "Bienvenido a <0>Bluesky</0>" -#: src/screens/Onboarding/StepInterests/index.tsx:130 +#: src/screens/Onboarding/StepInterests/index.tsx:134 msgid "What are your interests?" msgstr "" @@ -5660,8 +5767,9 @@ msgstr "" #~ msgid "What is the issue with this {collectionName}?" #~ msgstr "¿Cuál es el problema con esta {collectionName}?" -#: src/view/com/auth/SplashScreen.tsx:59 -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/auth/SplashScreen.tsx:58 +#: src/view/com/auth/SplashScreen.web.tsx:84 +#: src/view/com/composer/Composer.tsx:296 msgid "What's up?" msgstr "¿Qué hay de nuevo?" @@ -5678,35 +5786,35 @@ msgstr "¿Qué idiomas te gustaría ver en tus noticias algorítmicas?" msgid "Who can reply" msgstr "Quién puede responder" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 +#: src/components/ReportDialog/SelectReportOptionView.tsx:43 msgid "Why should this content be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 +#: src/components/ReportDialog/SelectReportOptionView.tsx:56 msgid "Why should this feed be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 +#: src/components/ReportDialog/SelectReportOptionView.tsx:53 msgid "Why should this list be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 +#: src/components/ReportDialog/SelectReportOptionView.tsx:50 msgid "Why should this post be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 +#: src/components/ReportDialog/SelectReportOptionView.tsx:47 msgid "Why should this user be reviewed?" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:102 +#: src/view/com/modals/crop-image/CropImage.web.tsx:103 msgid "Wide" msgstr "Ancho" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:436 msgid "Write post" msgstr "Redactar una publicación" -#: src/view/com/composer/Composer.tsx:294 +#: src/view/com/composer/Composer.tsx:295 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "Redactar tu respuesta" @@ -5737,7 +5845,7 @@ msgstr "Sí" msgid "You are in line." msgstr "" -#: src/view/com/profile/ProfileFollows.tsx:93 +#: src/view/com/profile/ProfileFollows.tsx:86 msgid "You are not following anyone." msgstr "" @@ -5750,20 +5858,20 @@ msgstr "" #~ msgid "You can also try our \"Discover\" algorithm:" #~ msgstr "" -#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +#: src/screens/Onboarding/StepFollowingFeed.tsx:143 msgid "You can change these settings later." msgstr "" -#: src/view/com/auth/login/Login.tsx:158 -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 +#: src/screens/Login/index.tsx:158 +#: src/screens/Login/PasswordUpdatedForm.tsx:33 msgid "You can now sign in with your new password." msgstr "Ahora puedes iniciar sesión con tu nueva contraseña." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:86 msgid "You do not have any followers." msgstr "" -#: src/view/com/modals/InviteCodes.tsx:66 +#: src/view/com/modals/InviteCodes.tsx:67 msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer." msgstr "¡Aún no tienes códigos de invitación! Te enviaremos algunos cuando lleves un poco más de tiempo en Bluesky." @@ -5783,14 +5891,14 @@ msgstr "No tienes ninguna noticia guardada." 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." -#: src/components/moderation/ModerationDetailsDialog.tsx:67 +#: src/components/moderation/ModerationDetailsDialog.tsx:66 #: src/lib/moderation/useModerationCauseDescription.ts:50 #: src/lib/moderation/useModerationCauseDescription.ts:58 msgid "You have blocked this user. You cannot view their content." msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:57 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:92 +#: src/screens/Login/SetNewPasswordForm.tsx:54 +#: src/screens/Login/SetNewPasswordForm.tsx:91 #: src/view/com/modals/ChangePassword.tsx:87 #: src/view/com/modals/ChangePassword.tsx:121 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." @@ -5800,11 +5908,11 @@ msgstr "" msgid "You have hidden this post" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:102 +#: src/components/moderation/ModerationDetailsDialog.tsx:101 msgid "You have hidden this post." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:95 +#: src/components/moderation/ModerationDetailsDialog.tsx:94 #: src/lib/moderation/useModerationCauseDescription.ts:92 msgid "You have muted this account." msgstr "" @@ -5846,14 +5954,18 @@ msgstr "" #~ msgid "You have not muted any accounts yet. To mute an account, go to their profile and selected \"Mute account\" from the menu on their account." #~ msgstr "Aún no has silenciado ninguna cuenta. Para silenciar una cuenta, ve a su perfil y selecciona \"Silenciar cuenta\" en el menú de su cuenta." -#: src/components/dialogs/MutedWords.tsx:250 +#: src/components/dialogs/MutedWords.tsx:249 msgid "You haven't muted any words or tags yet" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:69 +#: src/components/moderation/LabelsOnMeDialog.tsx:68 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" +#: src/screens/Signup/StepInfo/Policies.tsx:79 +msgid "You must be 13 years of age or older to sign up." +msgstr "" + #: src/view/com/modals/ContentFilteringSettings.tsx:175 #~ msgid "You must be 18 or older to enable adult content." #~ msgstr "" @@ -5874,11 +5986,11 @@ msgstr "" msgid "You will now receive notifications for this thread" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:107 +#: src/screens/Login/SetNewPasswordForm.tsx:104 msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "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:59 +#: src/screens/Onboarding/StepModeration/index.tsx:60 msgid "You're in control" msgstr "" @@ -5888,11 +6000,11 @@ msgstr "" msgid "You're in line" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:90 +#: src/screens/Onboarding/StepFinished.tsx:94 msgid "You're ready to go!" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:99 +#: src/components/moderation/ModerationDetailsDialog.tsx:98 #: src/lib/moderation/useModerationCauseDescription.ts:101 msgid "You've chosen to hide a word or tag within this post." msgstr "" @@ -5901,11 +6013,11 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/auth/create/Step1.tsx:67 +#: src/screens/Signup/index.tsx:150 msgid "Your account" msgstr "Tu cuenta" -#: src/view/com/modals/DeleteAccount.tsx:67 +#: src/view/com/modals/DeleteAccount.tsx:68 msgid "Your account has been deleted" msgstr "" @@ -5913,7 +6025,7 @@ msgstr "" msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "" -#: src/view/com/auth/create/Step1.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:121 msgid "Your birth date" msgstr "Tu fecha de nacimiento" @@ -5921,12 +6033,12 @@ 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 +#: src/screens/Onboarding/StepFollowingFeed.tsx:62 msgid "Your default feed is \"Following\"" msgstr "" -#: src/view/com/auth/create/state.ts:110 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:70 +#: src/screens/Login/ForgotPasswordForm.tsx:57 +#: src/screens/Signup/state.ts:227 #: src/view/com/modals/ChangePassword.tsx:54 msgid "Your email appears to be invalid." msgstr "Tu correo electrónico parece no ser válido." @@ -5947,11 +6059,11 @@ 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/Step2.tsx:83 +#: src/screens/Signup/StepHandle.tsx:72 msgid "Your full handle will be" msgstr "Tu identificador completo será" -#: src/view/com/modals/ChangeHandle.tsx:270 +#: src/view/com/modals/ChangeHandle.tsx:271 msgid "Your full handle will be <0>@{0}</0>" msgstr "" @@ -5961,7 +6073,7 @@ msgstr "" #~ msgid "Your invite codes are hidden when logged in using an App Password" #~ msgstr "Tus códigos de invitación están ocultos cuando inicias sesión con una contraseña de la app" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "" @@ -5969,25 +6081,24 @@ msgstr "" msgid "Your password has been changed successfully!" msgstr "" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:284 msgid "Your post has been published" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:105 +#: src/screens/Onboarding/StepFinished.tsx:109 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:61 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Tus publicaciones, Me gustas y bloqueos son públicos. Las cuentas silenciadas son privadas." -#: src/view/com/modals/SwitchAccount.tsx:88 #: src/view/screens/Settings/index.tsx:125 msgid "Your profile" msgstr "Tu perfil" -#: src/view/com/composer/Composer.tsx:282 +#: src/view/com/composer/Composer.tsx:283 msgid "Your reply has been published" msgstr "" -#: src/view/com/auth/create/Step2.tsx:65 +#: src/screens/Signup/index.tsx:152 msgid "Your user handle" msgstr "Tu identificador del usuario" diff --git a/src/locale/locales/fi/messages.po b/src/locale/locales/fi/messages.po index 546ecd40e..d5ff67405 100644 --- a/src/locale/locales/fi/messages.po +++ b/src/locale/locales/fi/messages.po @@ -21,7 +21,7 @@ msgstr "(ei sähköpostiosoitetta)" #~ msgid "{0, plural, one {# invite code available} other {# invite codes available}}" #~ msgstr "" -#: src/screens/Profile/Header/Metrics.tsx:45 +#: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} seurattua" @@ -51,7 +51,7 @@ msgstr "<0/> jäsentä" msgid "<0>{0}</0> following" msgstr "<0>{0}</0> seurattua" -#: src/screens/Profile/Header/Metrics.tsx:46 +#: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} </0><1>following</1>" msgstr "<0>{following} </0><1>seurattua</1>" @@ -80,7 +80,7 @@ msgstr "⚠Virheellinen käyttäjätunnus" #~ msgstr "Sovelluksen uusi versio on saatavilla. Päivitä jatkaaksesi sovelluksen käyttöä." #: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:648 +#: src/view/screens/Search/Search.tsx:649 msgid "Access navigation links and settings" msgstr "Siirry navigointilinkkeihin ja asetuksiin" @@ -88,7 +88,7 @@ msgstr "Siirry navigointilinkkeihin ja asetuksiin" msgid "Access profile and other navigation links" msgstr "Siirry profiiliin ja muihin navigointilinkkeihin" -#: src/view/com/modals/EditImage.tsx:299 +#: src/view/com/modals/EditImage.tsx:300 #: src/view/screens/Settings/index.tsx:470 msgid "Accessibility" msgstr "Saavutettavuus" @@ -97,7 +97,7 @@ msgstr "Saavutettavuus" msgid "account" msgstr "käyttäjätili" -#: src/view/com/auth/login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:144 #: src/view/screens/Settings/index.tsx:327 #: src/view/screens/Settings/index.tsx:743 msgid "Account" @@ -115,12 +115,12 @@ msgstr "Käyttäjätili seurannassa" msgid "Account muted" msgstr "Käyttäjätili hiljennetty" -#: src/components/moderation/ModerationDetailsDialog.tsx:94 +#: src/components/moderation/ModerationDetailsDialog.tsx:93 #: src/lib/moderation/useModerationCauseDescription.ts:91 msgid "Account Muted" msgstr "Käyttäjätili hiljennetty" -#: src/components/moderation/ModerationDetailsDialog.tsx:83 +#: src/components/moderation/ModerationDetailsDialog.tsx:82 msgid "Account Muted by List" msgstr "Käyttäjätili hiljennetty listalla" @@ -132,7 +132,7 @@ msgstr "Käyttäjätilin asetukset" msgid "Account removed from quick access" msgstr "Käyttäjätili poistettu pikalinkeistä" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:130 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "Käyttäjätilin esto poistettu" @@ -145,7 +145,7 @@ msgstr "Käyttäjätilin seuranta lopetettu" msgid "Account unmuted" msgstr "Käyttäjätilin hiljennys poistettu" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:219 @@ -161,6 +161,7 @@ msgstr "Lisää sisältövaroitus" msgid "Add a user to this list" msgstr "Lisää käyttäjä tähän listaan" +#: src/components/dialogs/SwitchAccount.tsx:55 #: src/view/screens/Settings/index.tsx:402 #: src/view/screens/Settings/index.tsx:411 msgid "Add account" @@ -168,7 +169,7 @@ msgstr "Lisää käyttäjätili" #: src/view/com/composer/photos/Gallery.tsx:119 #: src/view/com/composer/photos/Gallery.tsx:180 -#: src/view/com/modals/AltImage.tsx:116 +#: src/view/com/modals/AltImage.tsx:117 msgid "Add alt text" msgstr "Lisää ALT-teksti" @@ -187,23 +188,23 @@ msgstr "Lisää sovelluksen salasana" #~ msgid "Add details to report" #~ msgstr "Lisää tiedot raporttiin" -#: src/view/com/composer/Composer.tsx:466 +#: src/view/com/composer/Composer.tsx:467 msgid "Add link card" msgstr "Lisää linkkikortti" -#: src/view/com/composer/Composer.tsx:471 +#: src/view/com/composer/Composer.tsx:472 msgid "Add link card:" msgstr "Lisää linkkikortti:" -#: src/components/dialogs/MutedWords.tsx:158 +#: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" msgstr "Lisää hiljennetty sana määritettyihin asetuksiin" -#: src/components/dialogs/MutedWords.tsx:87 +#: src/components/dialogs/MutedWords.tsx:86 msgid "Add muted words and tags" msgstr "Lisää hiljennetyt sanat ja aihetunnisteet" -#: src/view/com/modals/ChangeHandle.tsx:417 +#: src/view/com/modals/ChangeHandle.tsx:416 msgid "Add the following DNS record to your domain:" msgstr "Lisää seuraava DNS-merkintä verkkotunnukseesi:" @@ -233,6 +234,7 @@ msgstr "Lisätty syötteisiini" msgid "Adjust the number of likes a reply must have to be shown in your feed." msgstr "Säädä, kuinka monta tykkäystä vastauksen on saatava näkyäkseen syötteessäsi." +#: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:117 #: src/view/com/modals/SelfLabel.tsx:75 msgid "Adult Content" @@ -246,11 +248,11 @@ msgstr "Aikuissisältöä" #~ msgid "Adult content can only be enabled via the Web at <0>bsky.app</0>." #~ msgstr "" -#: src/components/moderation/ModerationLabelPref.tsx:114 +#: src/components/moderation/LabelPreference.tsx:242 msgid "Adult content is disabled." msgstr "Aikuissisältö on estetty" -#: src/screens/Moderation/index.tsx:377 +#: src/screens/Moderation/index.tsx:375 #: src/view/screens/Settings/index.tsx:684 msgid "Advanced" msgstr "Edistyneemmät" @@ -259,12 +261,12 @@ msgstr "Edistyneemmät" msgid "All the feeds you've saved, right in one place." msgstr "Kaikki tallentamasi syötteet yhdessä paikassa." -#: src/view/com/auth/login/ForgotPasswordForm.tsx:221 +#: src/screens/Login/ForgotPasswordForm.tsx:178 #: src/view/com/modals/ChangePassword.tsx:170 msgid "Already have a code?" msgstr "Onko sinulla jo koodi?" -#: src/view/com/auth/login/ChooseAccountForm.tsx:103 +#: src/screens/Login/ChooseAccountForm.tsx:39 msgid "Already signed in as @{0}" msgstr "Kirjautuneena sisään nimellä @{0}" @@ -272,7 +274,7 @@ msgstr "Kirjautuneena sisään nimellä @{0}" msgid "ALT" msgstr "ALT" -#: src/view/com/modals/EditImage.tsx:315 +#: src/view/com/modals/EditImage.tsx:316 msgid "Alt text" msgstr "ALT-teksti" @@ -320,11 +322,11 @@ msgstr "Sovelluksen kieli" msgid "App password deleted" msgstr "Sovelluksen salasana poistettu" -#: src/view/com/modals/AddAppPasswords.tsx:134 +#: src/view/com/modals/AddAppPasswords.tsx:135 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "Sovelluksen salasanan nimet voivat sisältää vain kirjaimia, numeroita, välilyöntejä, viivoja ja alaviivoja." -#: src/view/com/modals/AddAppPasswords.tsx:99 +#: src/view/com/modals/AddAppPasswords.tsx:100 msgid "App Password names must be at least 4 characters long." msgstr "Sovelluksen salasanojen nimien on oltava vähintään 4 merkkiä pitkiä." @@ -342,12 +344,12 @@ msgstr "Sovelluksen salasanan asetukset" msgid "App Passwords" msgstr "Sovellussalasanat" -#: src/components/moderation/LabelsOnMeDialog.tsx:134 -#: src/components/moderation/LabelsOnMeDialog.tsx:137 +#: src/components/moderation/LabelsOnMeDialog.tsx:133 +#: src/components/moderation/LabelsOnMeDialog.tsx:136 msgid "Appeal" msgstr "Valita" -#: src/components/moderation/LabelsOnMeDialog.tsx:202 +#: src/components/moderation/LabelsOnMeDialog.tsx:201 msgid "Appeal \"{0}\" label" msgstr "Valita \"{0}\" -merkinnästä" @@ -359,7 +361,7 @@ msgstr "Valita \"{0}\" -merkinnästä" #~ msgid "Appeal Content Warning" #~ msgstr "Valita sisältövaroituksesta" -#: src/components/moderation/LabelsOnMeDialog.tsx:193 +#: src/components/moderation/LabelsOnMeDialog.tsx:192 msgid "Appeal submitted." msgstr "Valitus jätetty." @@ -383,11 +385,11 @@ msgstr "Haluatko varmasti poistaa sovellussalasanan \"{name}\"?" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "Haluatko varmasti poistaa {0} syötteistäsi?" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:509 msgid "Are you sure you'd like to discard this draft?" msgstr "Haluatko varmasti hylätä tämän luonnoksen?" -#: src/components/dialogs/MutedWords.tsx:282 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "Oletko varma?" @@ -407,14 +409,22 @@ msgstr "Taide" msgid "Artistic or non-erotic nudity." msgstr "Taiteellinen tai ei-eroottinen alastomuus." +#: src/screens/Signup/StepHandle.tsx:118 +msgid "At least 3 characters" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:246 #: src/components/moderation/LabelsOnMeDialog.tsx:247 -#: src/components/moderation/LabelsOnMeDialog.tsx:248 -#: src/screens/Profile/Header/Shell.tsx:97 -#: src/view/com/auth/create/CreateAccount.tsx:158 -#: src/view/com/auth/login/ChooseAccountForm.tsx:160 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:174 -#: src/view/com/auth/login/LoginForm.tsx:262 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:179 +#: src/screens/Login/ChooseAccountForm.tsx:73 +#: src/screens/Login/ChooseAccountForm.tsx:78 +#: src/screens/Login/ForgotPasswordForm.tsx:129 +#: src/screens/Login/ForgotPasswordForm.tsx:135 +#: src/screens/Login/LoginForm.tsx:221 +#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/SetNewPasswordForm.tsx:160 +#: src/screens/Login/SetNewPasswordForm.tsx:166 +#: src/screens/Profile/Header/Shell.tsx:96 +#: src/screens/Signup/index.tsx:179 #: src/view/com/util/ViewHeader.tsx:87 msgid "Back" msgstr "Takaisin" @@ -424,7 +434,7 @@ msgstr "Takaisin" #~ msgid "Back" #~ msgstr "Takaisin" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:144 msgid "Based on your interest in {interestsText}" msgstr "Perustuen kiinnostukseesi {interestsText}" @@ -433,7 +443,6 @@ msgid "Basics" msgstr "Perusasiat" #: src/components/dialogs/BirthDateSettings.tsx:107 -#: src/view/com/auth/create/Step1.tsx:227 msgid "Birthday" msgstr "Syntymäpäivä" @@ -441,7 +450,7 @@ msgstr "Syntymäpäivä" msgid "Birthday:" msgstr "Syntymäpäivä:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "Estä" @@ -477,7 +486,7 @@ msgstr "Estetäänkö nämä käyttäjät?" msgid "Blocked" msgstr "Estetty" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:267 msgid "Blocked accounts" msgstr "Estetyt käyttäjät" @@ -498,7 +507,7 @@ msgstr "Estetyt käyttäjät eivät voi vastata viesteihisi, mainita sinua tai m msgid "Blocked post." msgstr "Estetty viesti." -#: src/screens/Profile/Sections/Labels.tsx:153 +#: src/screens/Profile/Sections/Labels.tsx:152 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Estäminen ei estä tätä merkitsijää asettamasta merkintöjä tilillesi." @@ -510,18 +519,18 @@ msgstr "Estäminen on julkista. Estetyt käyttäjät eivät voi vastata viesteih msgid "Blocking will not prevent labels from being applied on your account, but it will stop this account from replying in your threads or interacting with you." msgstr "Estäminen ei estä merkintöjen tekemistä tilillesi, mutta se estää kyseistä tiliä vastaamasta ketjuissasi tai muuten vuorovaikuttamasta kanssasi." -#: src/view/com/auth/HomeLoggedOutCTA.tsx:97 -#: src/view/com/auth/SplashScreen.web.tsx:133 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:98 +#: src/view/com/auth/SplashScreen.web.tsx:169 msgid "Blog" msgstr "Blogi" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:31 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:32 #: src/view/com/auth/server-input/index.tsx:89 -#: src/view/com/auth/server-input/index.tsx:90 +#: src/view/com/auth/server-input/index.tsx:91 msgid "Bluesky" msgstr "Bluesky" -#: src/view/com/auth/server-input/index.tsx:150 +#: src/view/com/auth/server-input/index.tsx:154 msgid "Bluesky is an open network where you can choose your hosting provider. Custom hosting is now available in beta for developers." msgstr "Bluesky on avoin verkko, jossa voit valita palveluntarjoajasi. Räätälöity palveluntarjoajan määritys on nyt saatavilla betavaiheen kehittäjille." @@ -544,7 +553,7 @@ msgstr "Bluesky on julkinen." #~ msgid "Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon." #~ msgstr "Bluesky käyttää kutsuja rakentaakseen terveellisemmän yhteisön. Jos et tunne ketään, jolla on kutsu, voit ilmoittautua odotuslistalle, niin lähetämme sinulle pian yhden." -#: src/screens/Moderation/index.tsx:535 +#: src/screens/Moderation/index.tsx:533 msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private." msgstr "Bluesky ei näytä profiiliasi ja viestejäsi kirjautumattomille käyttäjille. Toiset sovellukset eivät ehkä noudata tätä asetusta. Tämä ei tee käyttäjätilistäsi yksityistä." @@ -565,11 +574,11 @@ msgid "Books" msgstr "Kirjat" #: src/view/screens/Settings/index.tsx:893 -msgid "Build version {0} {1}" -msgstr "Versio {0} {1}" +#~ msgid "Build version {0} {1}" +#~ msgstr "Versio {0} {1}" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:128 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:92 +#: src/view/com/auth/SplashScreen.web.tsx:166 msgid "Business" msgstr "Yritys" @@ -593,7 +602,7 @@ msgstr "" msgid "by <0/>" msgstr "käyttäjältä <0/>" -#: src/view/com/auth/create/Policies.tsx:87 +#: src/screens/Signup/StepInfo/Policies.tsx:74 msgid "By creating an account you agree to the {els}." msgstr "Luomalla käyttäjätilin hyväksyt {els}." @@ -605,62 +614,62 @@ msgstr "sinulta" msgid "Camera" msgstr "Kamera" -#: src/view/com/modals/AddAppPasswords.tsx:216 +#: src/view/com/modals/AddAppPasswords.tsx:217 msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long." msgstr "Voi sisältää vain kirjaimia, numeroita, välilyöntejä, viivoja ja alaviivoja. Täytyy olla vähintään 4 merkkiä pitkä, mutta enintään 32 merkkiä pitkä." #: src/components/Menu/index.tsx:213 -#: src/components/Prompt.tsx:116 -#: src/components/Prompt.tsx:118 +#: src/components/Prompt.tsx:113 +#: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:316 -#: src/view/com/composer/Composer.tsx:321 +#: src/view/com/composer/Composer.tsx:317 +#: src/view/com/composer/Composer.tsx:322 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/ChangeHandle.tsx:153 +#: src/view/com/modals/ChangeHandle.tsx:154 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 -#: src/view/com/modals/CreateOrEditList.tsx:355 -#: src/view/com/modals/crop-image/CropImage.web.tsx:137 -#: src/view/com/modals/EditImage.tsx:323 -#: src/view/com/modals/EditProfile.tsx:249 +#: src/view/com/modals/CreateOrEditList.tsx:356 +#: src/view/com/modals/crop-image/CropImage.web.tsx:138 +#: src/view/com/modals/EditImage.tsx:324 +#: src/view/com/modals/EditProfile.tsx:250 #: src/view/com/modals/InAppBrowserConsent.tsx:78 #: src/view/com/modals/InAppBrowserConsent.tsx:80 -#: src/view/com/modals/LinkWarning.tsx:87 -#: src/view/com/modals/LinkWarning.tsx:89 -#: src/view/com/modals/Repost.tsx:87 +#: src/view/com/modals/LinkWarning.tsx:105 +#: src/view/com/modals/LinkWarning.tsx:107 +#: src/view/com/modals/Repost.tsx:88 #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:717 +#: src/view/screens/Search/Search.tsx:718 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "Peruuta" -#: src/view/com/modals/CreateOrEditList.tsx:360 -#: src/view/com/modals/DeleteAccount.tsx:156 -#: src/view/com/modals/DeleteAccount.tsx:234 +#: src/view/com/modals/CreateOrEditList.tsx:361 +#: src/view/com/modals/DeleteAccount.tsx:155 +#: src/view/com/modals/DeleteAccount.tsx:233 msgctxt "action" msgid "Cancel" msgstr "Peruuta" -#: src/view/com/modals/DeleteAccount.tsx:152 -#: src/view/com/modals/DeleteAccount.tsx:230 +#: src/view/com/modals/DeleteAccount.tsx:151 +#: src/view/com/modals/DeleteAccount.tsx:229 msgid "Cancel account deletion" msgstr "Peruuta käyttäjätilin poisto" -#: src/view/com/modals/ChangeHandle.tsx:149 +#: src/view/com/modals/ChangeHandle.tsx:150 msgid "Cancel change handle" msgstr "Peruuta käyttäjätunnuksen vaihto" -#: src/view/com/modals/crop-image/CropImage.web.tsx:134 +#: src/view/com/modals/crop-image/CropImage.web.tsx:135 msgid "Cancel image crop" msgstr "Peruuta kuvan rajaus" -#: src/view/com/modals/EditProfile.tsx:244 +#: src/view/com/modals/EditProfile.tsx:245 msgid "Cancel profile editing" msgstr "Peruuta profiilin muokkaus" -#: src/view/com/modals/Repost.tsx:78 +#: src/view/com/modals/Repost.tsx:79 msgid "Cancel quote post" msgstr "Peruuta uudelleenpostaus" @@ -673,7 +682,7 @@ msgstr "Peruuta haku" #~ msgid "Cancel waitlist signup" #~ msgstr "Peruuta odotuslistalle liittyminen" -#: src/view/com/modals/LinkWarning.tsx:88 +#: src/view/com/modals/LinkWarning.tsx:106 msgid "Cancels opening the linked website" msgstr "Peruuttaa linkitetyn verkkosivuston avaamisen" @@ -690,7 +699,7 @@ msgstr "Vaihda" msgid "Change handle" msgstr "Vaihda käyttäjätunnus" -#: src/view/com/modals/ChangeHandle.tsx:161 +#: src/view/com/modals/ChangeHandle.tsx:162 #: src/view/screens/Settings/index.tsx:727 msgid "Change Handle" msgstr "Vaihda käyttäjätunnus" @@ -733,7 +742,7 @@ msgstr "Katso joitakin suositeltuja syötteitä. Napauta + lisätäksesi ne kiin msgid "Check out some recommended users. Follow them to see similar users." msgstr "Tutustu suositeltuihin käyttäjiin. Seuraa heitä löytääksesi samankaltaisia käyttäjiä." -#: src/view/com/modals/DeleteAccount.tsx:169 +#: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Tarkista sähköpostisi ja syötä saamasi vahvistuskoodi alle:" @@ -749,7 +758,7 @@ msgstr "Valitse \"Kaikki\" tai \"Ei kukaan\"" msgid "Choose Service" msgstr "Valitse palvelu" -#: src/screens/Onboarding/StepFinished.tsx:135 +#: src/screens/Onboarding/StepFinished.tsx:139 msgid "Choose the algorithms that power your custom feeds." msgstr "Valitse algoritmit, jotka ohjaavat mukautettuja syötteitäsi." @@ -762,11 +771,11 @@ msgstr "Valitse algoritmit, jotka ohjaavat kokemustasi mukautettujen syötteiden #~ msgid "Choose your algorithmic feeds" #~ msgstr "Valitse algoritmiperustaiset syötteet" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:104 msgid "Choose your main feeds" msgstr "Valitse pääsyötteet" -#: src/view/com/auth/create/Step1.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:112 msgid "Choose your password" msgstr "Valitse salasanasi" @@ -787,7 +796,7 @@ msgid "Clear all storage data (restart after this)" msgstr "Tyhjennä kaikki tallennukset (käynnistä uudelleen tämän jälkeen)" #: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:698 +#: src/view/screens/Search/Search.tsx:699 msgid "Clear search query" msgstr "Tyhjennä hakukysely" @@ -807,7 +816,7 @@ msgstr "klikkaa tästä" msgid "Click here to open tag menu for {tag}" msgstr "Avaa tästä valikko aihetunnisteelle {tag}" -#: src/components/RichText.tsx:191 +#: src/components/RichText.tsx:192 msgid "Click here to open tag menu for #{tag}" msgstr "Klikkaa tästä avataksesi valikon aihetunnisteelle #{tag}." @@ -820,12 +829,12 @@ msgstr "Ilmasto" msgid "Close" msgstr "Sulje" -#: src/components/Dialog/index.web.tsx:84 -#: src/components/Dialog/index.web.tsx:198 +#: src/components/Dialog/index.web.tsx:106 +#: src/components/Dialog/index.web.tsx:218 msgid "Close active dialog" msgstr "Sulje aktiivinen ikkuna" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:38 +#: src/screens/Login/PasswordUpdatedForm.tsx:38 msgid "Close alert" msgstr "Sulje hälytys" @@ -854,11 +863,11 @@ msgstr "Sulje tämä valintaikkuna" msgid "Closes bottom navigation bar" msgstr "Sulkee alanavigaation" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:39 +#: src/screens/Login/PasswordUpdatedForm.tsx:39 msgid "Closes password update alert" msgstr "Sulkee salasanan päivitysilmoituksen" -#: src/view/com/composer/Composer.tsx:318 +#: src/view/com/composer/Composer.tsx:319 msgid "Closes post composer and discards post draft" msgstr "Sulkee editorin ja hylkää luonnoksen" @@ -883,15 +892,15 @@ msgstr "Sarjakuvat" msgid "Community Guidelines" msgstr "Yhteisöohjeet" -#: src/screens/Onboarding/StepFinished.tsx:148 +#: src/screens/Onboarding/StepFinished.tsx:152 msgid "Complete onboarding and start using your account" msgstr "Suorita käyttöönotto loppuun ja aloita käyttäjätilisi käyttö" -#: src/view/com/auth/create/Step3.tsx:73 +#: src/screens/Signup/index.tsx:154 msgid "Complete the challenge" msgstr "Tee haaste loppuun" -#: src/view/com/composer/Composer.tsx:437 +#: src/view/com/composer/Composer.tsx:438 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Laadi viestejä, joiden pituus on enintään {MAX_GRAPHEME_LENGTH} merkkiä" @@ -899,18 +908,20 @@ msgstr "Laadi viestejä, joiden pituus on enintään {MAX_GRAPHEME_LENGTH} merkk msgid "Compose reply" msgstr "Kirjoita vastaus" -#: src/components/moderation/GlobalModerationLabelPref.tsx:69 -#: src/components/moderation/ModerationLabelPref.tsx:149 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 msgid "Configure content filtering setting for category: {0}" msgstr "Määritä sisällönsuodatusasetus aiheille: {0}" -#: src/components/moderation/ModerationLabelPref.tsx:116 +#: src/components/moderation/LabelPreference.tsx:81 +msgid "Configure content filtering setting for category: {name}" +msgstr "" + +#: src/components/moderation/LabelPreference.tsx:244 msgid "Configured in <0>moderation settings</0>." msgstr "" -#: src/components/Prompt.tsx:152 -#: src/components/Prompt.tsx:155 +#: src/components/Prompt.tsx:153 +#: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 #: src/view/com/modals/VerifyEmail.tsx:231 #: src/view/com/modals/VerifyEmail.tsx:233 @@ -930,11 +941,11 @@ msgstr "Vahvista" msgid "Confirm Change" msgstr "Vahvista muutos" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:35 msgid "Confirm content language settings" msgstr "Vahvista sisällön kieliasetukset" -#: src/view/com/modals/DeleteAccount.tsx:220 +#: src/view/com/modals/DeleteAccount.tsx:219 msgid "Confirm delete account" msgstr "Vahvista käyttäjätilin poisto" @@ -942,17 +953,17 @@ msgstr "Vahvista käyttäjätilin poisto" #~ msgid "Confirm your age to enable adult content." #~ msgstr "Vahvista ikäsi nähdäksesi ikärajarajoitettua sisältöä" -#: src/screens/Moderation/index.tsx:303 +#: src/screens/Moderation/index.tsx:301 msgid "Confirm your age:" msgstr "Vahvista ikäsi:" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:292 msgid "Confirm your birthdate" msgstr "Vahvista syntymäaikasi" #: src/view/com/modals/ChangeEmail.tsx:157 -#: src/view/com/modals/DeleteAccount.tsx:176 -#: src/view/com/modals/DeleteAccount.tsx:182 +#: src/view/com/modals/DeleteAccount.tsx:175 +#: src/view/com/modals/DeleteAccount.tsx:181 #: src/view/com/modals/VerifyEmail.tsx:165 msgid "Confirmation code" msgstr "Vahvistuskoodi" @@ -961,12 +972,11 @@ msgstr "Vahvistuskoodi" #~ msgid "Confirms signing up {email} to the waitlist" #~ msgstr "Vahvistaa sähköpostiosoitteen {email} - rekisteröinnin odotuslistalle" -#: src/view/com/auth/create/CreateAccount.tsx:193 -#: src/view/com/auth/login/LoginForm.tsx:281 +#: src/screens/Login/LoginForm.tsx:248 msgid "Connecting..." msgstr "Yhdistetään..." -#: src/view/com/auth/create/CreateAccount.tsx:213 +#: src/screens/Signup/index.tsx:219 msgid "Contact support" msgstr "Ota yhteyttä tukeen" @@ -986,7 +996,7 @@ msgstr "Sisältö estetty" #~ msgid "Content Filtering" #~ msgstr "Sisällönsuodatus" -#: src/screens/Moderation/index.tsx:287 +#: src/screens/Moderation/index.tsx:285 msgid "Content filters" msgstr "Sisältösuodattimet" @@ -995,13 +1005,13 @@ msgstr "Sisältösuodattimet" msgid "Content Languages" msgstr "Sisältöjen kielet" -#: src/components/moderation/ModerationDetailsDialog.tsx:76 +#: src/components/moderation/ModerationDetailsDialog.tsx:75 #: src/lib/moderation/useModerationCauseDescription.ts:75 msgid "Content Not Available" msgstr "Sisältö ei ole saatavilla" -#: src/components/moderation/ModerationDetailsDialog.tsx:47 -#: src/components/moderation/ScreenHider.tsx:100 +#: src/components/moderation/ModerationDetailsDialog.tsx:46 +#: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 #: src/lib/moderation/useModerationCauseDescription.ts:38 msgid "Content Warning" @@ -1015,29 +1025,34 @@ msgstr "Sisältövaroitukset" msgid "Context menu backdrop, click to close the menu." msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:170 -#: src/screens/Onboarding/StepFollowingFeed.tsx:153 -#: src/screens/Onboarding/StepInterests/index.tsx:248 -#: src/screens/Onboarding/StepModeration/index.tsx:102 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:114 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:161 +#: src/screens/Onboarding/StepFollowingFeed.tsx:154 +#: src/screens/Onboarding/StepInterests/index.tsx:252 +#: src/screens/Onboarding/StepModeration/index.tsx:103 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:118 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:96 msgid "Continue" msgstr "Jatka" -#: src/screens/Onboarding/StepFollowingFeed.tsx:150 -#: src/screens/Onboarding/StepInterests/index.tsx:245 -#: src/screens/Onboarding/StepModeration/index.tsx:99 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:111 +#: src/components/AccountList.tsx:108 +msgid "Continue as {0} (currently signed in)" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:151 +#: src/screens/Onboarding/StepInterests/index.tsx:249 +#: src/screens/Onboarding/StepModeration/index.tsx:100 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:115 +#: src/screens/Signup/index.tsx:198 msgid "Continue to next step" msgstr "Jatka seuraavaan vaiheeseen" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:167 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:158 msgid "Continue to the next step" msgstr "Jatka seuraavaan vaiheeseen" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:199 msgid "Continue to the next step without following any accounts" msgstr "Jatka seuraavaan vaiheeseen seuraamatta yhtään tiliä" @@ -1045,8 +1060,8 @@ msgstr "Jatka seuraavaan vaiheeseen seuraamatta yhtään tiliä" msgid "Cooking" msgstr "Ruoanlaitto" -#: src/view/com/modals/AddAppPasswords.tsx:195 -#: src/view/com/modals/InviteCodes.tsx:182 +#: src/view/com/modals/AddAppPasswords.tsx:196 +#: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "Kopioitu" @@ -1054,22 +1069,22 @@ msgstr "Kopioitu" msgid "Copied build version to clipboard" msgstr "Ohjelmiston versio kopioitu leikepöydälle" -#: src/view/com/modals/AddAppPasswords.tsx:76 -#: src/view/com/modals/ChangeHandle.tsx:327 -#: src/view/com/modals/InviteCodes.tsx:152 +#: src/view/com/modals/AddAppPasswords.tsx:77 +#: src/view/com/modals/ChangeHandle.tsx:326 +#: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:158 msgid "Copied to clipboard" msgstr "Kopioitu leikepöydälle" -#: src/view/com/modals/AddAppPasswords.tsx:189 +#: src/view/com/modals/AddAppPasswords.tsx:190 msgid "Copies app password" msgstr "Kopioi sovellussalasanan" -#: src/view/com/modals/AddAppPasswords.tsx:188 +#: src/view/com/modals/AddAppPasswords.tsx:189 msgid "Copy" msgstr "Kopioi" -#: src/view/com/modals/ChangeHandle.tsx:481 +#: src/view/com/modals/ChangeHandle.tsx:480 msgid "Copy {0}" msgstr "Kopioi {0}" @@ -1096,7 +1111,7 @@ msgstr "Kopioi viestin teksti" msgid "Copyright Policy" msgstr "Tekijänoikeuskäytäntö" -#: src/view/screens/ProfileFeed.tsx:102 +#: src/view/screens/ProfileFeed.tsx:103 msgid "Could not load feed" msgstr "Syötettä ei voitu ladata" @@ -1108,9 +1123,9 @@ msgstr "Listaa ei voitu ladata" #~ msgid "Country" #~ msgstr "Maa" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:64 -#: src/view/com/auth/SplashScreen.tsx:73 -#: src/view/com/auth/SplashScreen.web.tsx:81 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:65 +#: src/view/com/auth/SplashScreen.tsx:75 +#: src/view/com/auth/SplashScreen.web.tsx:104 msgid "Create a new account" msgstr "Luo uusi käyttäjätili" @@ -1118,20 +1133,21 @@ msgstr "Luo uusi käyttäjätili" msgid "Create a new Bluesky account" msgstr "Luo uusi Bluesky-tili" -#: src/view/com/auth/create/CreateAccount.tsx:133 +#: src/screens/Signup/index.tsx:129 msgid "Create Account" msgstr "Luo käyttäjätili" -#: src/view/com/modals/AddAppPasswords.tsx:226 +#: src/view/com/modals/AddAppPasswords.tsx:227 msgid "Create App Password" msgstr "Luo sovellussalasana" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:54 -#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:55 +#: src/view/com/auth/SplashScreen.tsx:66 +#: src/view/com/auth/SplashScreen.web.tsx:95 msgid "Create new account" msgstr "Luo uusi käyttäjätili" -#: src/components/ReportDialog/SelectReportOptionView.tsx:94 +#: src/components/ReportDialog/SelectReportOptionView.tsx:93 msgid "Create report for {0}" msgstr "Luo raportti: {0}" @@ -1147,7 +1163,7 @@ msgstr "{0} luotu" #~ msgid "Created by you" #~ msgstr "Luomasi sisältö" -#: src/view/com/composer/Composer.tsx:468 +#: src/view/com/composer/Composer.tsx:469 msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "Luo kortin pikkukuvan kanssa. Kortti linkittyy osoitteeseen {url}" @@ -1155,16 +1171,16 @@ msgstr "Luo kortin pikkukuvan kanssa. Kortti linkittyy osoitteeseen {url}" msgid "Culture" msgstr "Kulttuuri" -#: src/view/com/auth/server-input/index.tsx:95 -#: src/view/com/auth/server-input/index.tsx:96 +#: src/view/com/auth/server-input/index.tsx:97 +#: src/view/com/auth/server-input/index.tsx:99 msgid "Custom" msgstr "Mukautettu" -#: src/view/com/modals/ChangeHandle.tsx:389 +#: src/view/com/modals/ChangeHandle.tsx:388 msgid "Custom domain" msgstr "Mukautettu verkkotunnus" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:107 #: src/view/screens/Feeds.tsx:692 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "Yhteisön rakentamat mukautetut syötteet tuovat sinulle uusia kokemuksia ja auttavat löytämään mieluisaa sisältöä." @@ -1190,6 +1206,10 @@ msgstr "Tumma ulkoasu" msgid "Dark Theme" msgstr "Tumma teema" +#: src/screens/Signup/StepInfo/index.tsx:132 +msgid "Date of birth" +msgstr "" + #: src/view/screens/Settings/index.tsx:841 msgid "Debug Moderation" msgstr "" @@ -1208,7 +1228,7 @@ msgstr "Poista" msgid "Delete account" msgstr "Poista käyttäjätili" -#: src/view/com/modals/DeleteAccount.tsx:87 +#: src/view/com/modals/DeleteAccount.tsx:86 msgid "Delete Account" msgstr "Poista käyttäjätili" @@ -1224,7 +1244,7 @@ msgstr "Poista sovellussalasana" msgid "Delete List" msgstr "Poista lista" -#: src/view/com/modals/DeleteAccount.tsx:223 +#: src/view/com/modals/DeleteAccount.tsx:222 msgid "Delete my account" msgstr "Poista käyttäjätilini" @@ -1257,10 +1277,10 @@ msgstr "Poistettu" msgid "Deleted post." msgstr "Poistettu viesti." -#: 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 +#: src/view/com/modals/CreateOrEditList.tsx:301 +#: src/view/com/modals/CreateOrEditList.tsx:322 +#: src/view/com/modals/EditProfile.tsx:199 +#: src/view/com/modals/EditProfile.tsx:211 msgid "Description" msgstr "Kuvaus" @@ -1268,7 +1288,7 @@ msgstr "Kuvaus" #~ msgid "Developer Tools" #~ msgstr "Kehittäjätyökalut" -#: src/view/com/composer/Composer.tsx:217 +#: src/view/com/composer/Composer.tsx:218 msgid "Did you want to say anything?" msgstr "Haluatko sanoa jotain?" @@ -1279,11 +1299,11 @@ msgstr "Himmeä" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 #: src/lib/moderation/useLabelBehaviorDescription.ts:68 -#: src/screens/Moderation/index.tsx:343 +#: src/screens/Moderation/index.tsx:341 msgid "Disabled" msgstr "Poistettu käytöstä" -#: src/view/com/composer/Composer.tsx:510 +#: src/view/com/composer/Composer.tsx:511 msgid "Discard" msgstr "Hylkää" @@ -1291,12 +1311,12 @@ msgstr "Hylkää" #~ msgid "Discard draft" #~ msgstr "Hylkää luonnos" -#: src/view/com/composer/Composer.tsx:507 +#: src/view/com/composer/Composer.tsx:508 msgid "Discard draft?" msgstr "Hylkää luonnos?" -#: src/screens/Moderation/index.tsx:520 -#: src/screens/Moderation/index.tsx:524 +#: src/screens/Moderation/index.tsx:518 +#: src/screens/Moderation/index.tsx:522 msgid "Discourage apps from showing my account to logged-out users" msgstr "Estä sovelluksia näyttämästä tiliäni kirjautumattomille käyttäjille" @@ -1313,15 +1333,15 @@ msgstr "Löydä uusia mukautettuja syötteitä" msgid "Discover New Feeds" msgstr "Löydä uusia syötteitä" -#: src/view/com/modals/EditProfile.tsx:192 +#: src/view/com/modals/EditProfile.tsx:193 msgid "Display name" msgstr "Näyttönimi" -#: src/view/com/modals/EditProfile.tsx:180 +#: src/view/com/modals/EditProfile.tsx:181 msgid "Display Name" msgstr "Näyttönimi" -#: src/view/com/modals/ChangeHandle.tsx:398 +#: src/view/com/modals/ChangeHandle.tsx:397 msgid "DNS Panel" msgstr "DNS-paneeli" @@ -1329,11 +1349,15 @@ msgstr "DNS-paneeli" msgid "Does not include nudity." msgstr "Ei sisällä alastomuutta." -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/screens/Signup/StepHandle.tsx:104 +msgid "Doesn't begin or end with a hyphen" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "Domain Value" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:489 +#: src/view/com/modals/ChangeHandle.tsx:488 msgid "Domain verified!" msgstr "Verkkotunnus vahvistettu!" @@ -1343,22 +1367,24 @@ msgstr "Verkkotunnus vahvistettu!" #: src/components/dialogs/BirthDateSettings.tsx:119 #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/auth/server-input/index.tsx:165 -#: src/view/com/auth/server-input/index.tsx:166 -#: src/view/com/modals/AddAppPasswords.tsx:226 -#: src/view/com/modals/AltImage.tsx:139 -#: src/view/com/modals/crop-image/CropImage.web.tsx:152 -#: src/view/com/modals/InviteCodes.tsx:80 -#: src/view/com/modals/InviteCodes.tsx:123 +#: src/components/forms/DateField/index.tsx:74 +#: src/components/forms/DateField/index.tsx:80 +#: src/view/com/auth/server-input/index.tsx:169 +#: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/modals/AddAppPasswords.tsx:227 +#: src/view/com/modals/AltImage.tsx:140 +#: src/view/com/modals/crop-image/CropImage.web.tsx:153 +#: src/view/com/modals/InviteCodes.tsx:81 +#: src/view/com/modals/InviteCodes.tsx:124 #: src/view/com/modals/ListAddRemoveUsers.tsx:142 #: src/view/screens/PreferencesFollowingFeed.tsx:311 #: src/view/screens/Settings/ExportCarDialog.tsx:94 -#: src/view/screens/Settings/ExportCarDialog.tsx:95 +#: src/view/screens/Settings/ExportCarDialog.tsx:96 msgid "Done" msgstr "Valmis" #: src/view/com/auth/onboarding/RecommendedFollows.tsx:86 -#: src/view/com/modals/EditImage.tsx:333 +#: src/view/com/modals/EditImage.tsx:334 #: src/view/com/modals/ListAddRemoveUsers.tsx:144 #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 @@ -1370,13 +1396,13 @@ msgctxt "action" msgid "Done" msgstr "Valmis" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:42 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:43 msgid "Done{extraText}" msgstr "Valmis{extraText}" #: src/view/com/auth/login/ChooseAccountForm.tsx:46 -msgid "Double tap to sign in" -msgstr "Kaksoisnapauta kirjautuaksesi sisään" +#~ msgid "Double tap to sign in" +#~ msgstr "Kaksoisnapauta kirjautuaksesi sisään" #: src/view/screens/Settings/index.tsx:755 #~ msgid "Download Bluesky account data (repository)" @@ -1395,19 +1421,19 @@ msgstr "Raahaa tähän lisätäksesi kuvia" msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." msgstr "Applen sääntöjen vuoksi aikuisviihde voidaan ottaa käyttöön vasta rekisteröitymisen jälkeen." -#: src/view/com/modals/ChangeHandle.tsx:257 +#: src/view/com/modals/ChangeHandle.tsx:258 msgid "e.g. alice" msgstr "esim. maija" -#: src/view/com/modals/EditProfile.tsx:185 +#: src/view/com/modals/EditProfile.tsx:186 msgid "e.g. Alice Roberts" msgstr "esim. Maija Mallikas" -#: src/view/com/modals/ChangeHandle.tsx:381 +#: src/view/com/modals/ChangeHandle.tsx:380 msgid "e.g. alice.com" msgstr "esim. liisa.fi" -#: src/view/com/modals/EditProfile.tsx:203 +#: src/view/com/modals/EditProfile.tsx:204 msgid "e.g. Artist, dog-lover, and avid reader." msgstr "esim. Taiteilija, koiraharrastaja ja innokas lukija." @@ -1415,23 +1441,23 @@ msgstr "esim. Taiteilija, koiraharrastaja ja innokas lukija." msgid "E.g. artistic nudes." msgstr "Esimerkiksi taiteelliset alastonkuvat." -#: src/view/com/modals/CreateOrEditList.tsx:283 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Great Posters" msgstr "esim. Loistavat kirjoittajat" -#: src/view/com/modals/CreateOrEditList.tsx:284 +#: src/view/com/modals/CreateOrEditList.tsx:285 msgid "e.g. Spammers" msgstr "esim. Roskapostittajat" -#: src/view/com/modals/CreateOrEditList.tsx:312 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. The posters who never miss." msgstr "esim. Julkaisijat, jotka osuvat maaliin aina." -#: src/view/com/modals/CreateOrEditList.tsx:313 +#: src/view/com/modals/CreateOrEditList.tsx:314 msgid "e.g. Users that repeatedly reply with ads." msgstr "esim. Käyttäjät, jotka vastaavat toistuvasti mainoksilla." -#: src/view/com/modals/InviteCodes.tsx:96 +#: src/view/com/modals/InviteCodes.tsx:97 msgid "Each code works once. You'll receive more invite codes periodically." msgstr "Jokainen koodi toimii vain kerran. Saat lisää kutsukoodeja säännöllisin väliajoin." @@ -1446,7 +1472,7 @@ msgid "Edit avatar" msgstr "Muokkaa profiilikuvaa" #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/modals/EditImage.tsx:207 +#: src/view/com/modals/EditImage.tsx:208 msgid "Edit image" msgstr "Muokkaa kuvaa" @@ -1454,7 +1480,7 @@ msgstr "Muokkaa kuvaa" msgid "Edit list details" msgstr "Muokkaa listan tietoja" -#: src/view/com/modals/CreateOrEditList.tsx:250 +#: src/view/com/modals/CreateOrEditList.tsx:251 msgid "Edit Moderation List" msgstr "Muokkaa moderaatiolistaa" @@ -1464,17 +1490,17 @@ msgstr "Muokkaa moderaatiolistaa" msgid "Edit My Feeds" msgstr "Muokkaa syötteitä" -#: src/view/com/modals/EditProfile.tsx:152 +#: src/view/com/modals/EditProfile.tsx:153 msgid "Edit my profile" msgstr "Muokkaa profiilia" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:172 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:161 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 msgid "Edit profile" msgstr "Muokkaa profiilia" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:175 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:164 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 msgid "Edit Profile" msgstr "Muokkaa profiilia" @@ -1483,15 +1509,15 @@ msgstr "Muokkaa profiilia" msgid "Edit Saved Feeds" msgstr "Muokkaa tallennettuja syötteitä" -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:246 msgid "Edit User List" msgstr "Muokkaa käyttäjälistaa" -#: src/view/com/modals/EditProfile.tsx:193 +#: src/view/com/modals/EditProfile.tsx:194 msgid "Edit your display name" msgstr "Muokkaa näyttönimeäsi" -#: src/view/com/modals/EditProfile.tsx:211 +#: src/view/com/modals/EditProfile.tsx:212 msgid "Edit your profile description" msgstr "Muokkaa profiilin kuvausta" @@ -1499,14 +1525,12 @@ msgstr "Muokkaa profiilin kuvausta" msgid "Education" msgstr "Koulutus" -#: src/view/com/auth/create/Step1.tsx:176 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:156 +#: src/screens/Signup/StepInfo/index.tsx:80 #: src/view/com/modals/ChangeEmail.tsx:141 msgid "Email" msgstr "Sähköposti" -#: src/view/com/auth/create/Step1.tsx:167 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:147 +#: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "Sähköpostiosoite" @@ -1527,11 +1551,11 @@ msgstr "Sähköpostiosoite vahvistettu" msgid "Email:" msgstr "Sähköpostiosoite:" -#: src/view/com/modals/EmbedConsent.tsx:113 +#: src/components/dialogs/EmbedConsent.tsx:101 msgid "Enable {0} only" msgstr "Ota käyttöön vain {0}" -#: src/screens/Moderation/index.tsx:331 +#: src/screens/Moderation/index.tsx:329 msgid "Enable adult content" msgstr "Ota aikuissisältö käyttöön" @@ -1544,9 +1568,14 @@ msgstr "Ota aikuissisältö käyttöön" msgid "Enable adult content in your feeds" msgstr "Näytä aikuissisältöä syötteissäsi" +#: src/components/dialogs/EmbedConsent.tsx:82 +#: src/components/dialogs/EmbedConsent.tsx:89 +msgid "Enable external media" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 -msgid "Enable External Media" -msgstr "Ota ulkoinen media käyttöön" +#~ msgid "Enable External Media" +#~ msgstr "Ota ulkoinen media käyttöön" #: src/view/screens/PreferencesExternalEmbeds.tsx:75 msgid "Enable media players for" @@ -1556,7 +1585,11 @@ msgstr "Ota mediatoistimet käyttöön kohteille" msgid "Enable this setting to only see replies between people you follow." msgstr "Ota tämä asetus käyttöön nähdäksesi vastaukset vain seuraamiltasi ihmisiltä." -#: src/screens/Moderation/index.tsx:341 +#: src/components/dialogs/EmbedConsent.tsx:94 +msgid "Enable this source only" +msgstr "" + +#: src/screens/Moderation/index.tsx:339 msgid "Enabled" msgstr "Käytössä" @@ -1564,12 +1597,16 @@ msgstr "Käytössä" msgid "End of feed" msgstr "Syötteen loppu" -#: src/view/com/modals/AddAppPasswords.tsx:166 +#: src/view/com/modals/AddAppPasswords.tsx:167 msgid "Enter a name for this App Password" msgstr "Anna sovellusalasanalle nimi" +#: src/screens/Login/SetNewPasswordForm.tsx:139 +msgid "Enter a password" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:99 #: src/components/dialogs/MutedWords.tsx:100 -#: src/components/dialogs/MutedWords.tsx:101 msgid "Enter a word or tag" msgstr "Kirjoita sana tai aihetunniste" @@ -1581,16 +1618,15 @@ msgstr "Syötä vahvistuskoodi" msgid "Enter the code you received to change your password." msgstr "Anna saamasi koodi vaihtaaksesi salasanasi." -#: src/view/com/modals/ChangeHandle.tsx:371 +#: src/view/com/modals/ChangeHandle.tsx:370 msgid "Enter the domain you want to use" msgstr "Anna verkkotunnus, jota haluat käyttää" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:107 +#: src/screens/Login/ForgotPasswordForm.tsx:119 msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Anna sähköpostiosoite, jotaa käytit tilin luomiseen. Lähetämme sinulle \"nollauskoodin\", jotta voit määritellä uuden salasanan." #: src/components/dialogs/BirthDateSettings.tsx:108 -#: src/view/com/auth/create/Step1.tsx:228 msgid "Enter your birth date" msgstr "Syötä syntymäaikasi" @@ -1598,7 +1634,8 @@ msgstr "Syötä syntymäaikasi" #~ msgid "Enter your email" #~ msgstr "Syötä sähköpostiosoitteesi" -#: src/view/com/auth/create/Step1.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:105 +#: src/screens/Signup/StepInfo/index.tsx:91 msgid "Enter your email address" msgstr "Syötä sähköpostiosoitteesi" @@ -1614,15 +1651,15 @@ msgstr "Syötä uusi sähköpostiosoitteesi alle" #~ msgid "Enter your phone number" #~ msgstr "Syötä puhelinnumerosi" -#: src/view/com/auth/login/Login.tsx:99 +#: src/screens/Login/index.tsx:101 msgid "Enter your username and password" msgstr "Syötä käyttäjätunnuksesi ja salasanasi" -#: src/view/com/auth/create/Step3.tsx:67 +#: src/screens/Signup/StepCaptcha/index.tsx:49 msgid "Error receiving captcha response." msgstr "Virhe captcha-vastauksen vastaanottamisessa." -#: src/view/screens/Search/Search.tsx:110 +#: src/view/screens/Search/Search.tsx:111 msgid "Error:" msgstr "Virhe:" @@ -1634,15 +1671,15 @@ msgstr "Kaikki" msgid "Excessive mentions or replies" msgstr "Liialliset maininnat tai vastaukset" -#: src/view/com/modals/DeleteAccount.tsx:231 +#: src/view/com/modals/DeleteAccount.tsx:230 msgid "Exits account deletion process" msgstr "Keskeyttää tilin poistoprosessin" -#: src/view/com/modals/ChangeHandle.tsx:150 +#: src/view/com/modals/ChangeHandle.tsx:151 msgid "Exits handle change process" msgstr "Peruuttaa käyttäjätunnuksen vaihtamisen" -#: src/view/com/modals/crop-image/CropImage.web.tsx:135 +#: src/view/com/modals/crop-image/CropImage.web.tsx:136 msgid "Exits image cropping process" msgstr "Keskeyttää kuvan rajausprosessin" @@ -1685,11 +1722,12 @@ msgstr "Vie tietoni" msgid "Export My Data" msgstr "Vie tietoni" -#: src/view/com/modals/EmbedConsent.tsx:64 +#: src/components/dialogs/EmbedConsent.tsx:55 +#: src/components/dialogs/EmbedConsent.tsx:59 msgid "External Media" msgstr "Ulkoiset mediat" -#: src/view/com/modals/EmbedConsent.tsx:75 +#: src/components/dialogs/EmbedConsent.tsx:71 #: src/view/screens/PreferencesExternalEmbeds.tsx:66 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 "Ulkoiset mediat voivat sallia verkkosivustojen kerätä tietoja sinusta ja laitteestasi. Tietoja ei lähetetä eikä pyydetä, ennen kuin painat \"toista\"-painiketta." @@ -1704,12 +1742,12 @@ msgstr "Ulkoisten mediasoittimien asetukset" msgid "External media settings" msgstr "Ulkoisten mediasoittimien asetukset" -#: src/view/com/modals/AddAppPasswords.tsx:115 -#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:116 +#: src/view/com/modals/AddAppPasswords.tsx:120 msgid "Failed to create app password." msgstr "Sovellussalasanan luominen epäonnistui." -#: src/view/com/modals/CreateOrEditList.tsx:206 +#: src/view/com/modals/CreateOrEditList.tsx:207 msgid "Failed to create the list. Check your internet connection and try again." msgstr "Listan luominen epäonnistui. Tarkista internetyhteytesi ja yritä uudelleen." @@ -1750,8 +1788,8 @@ msgstr "Palaute" #: src/Navigation.tsx:464 #: src/view/screens/Feeds.tsx:419 #: src/view/screens/Feeds.tsx:524 -#: src/view/screens/Profile.tsx:192 -#: src/view/shell/bottom-bar/BottomBar.tsx:183 +#: src/view/screens/Profile.tsx:194 +#: src/view/shell/bottom-bar/BottomBar.tsx:191 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:479 #: src/view/shell/Drawer.tsx:480 @@ -1774,11 +1812,11 @@ msgstr "Käyttäjät luovat syötteitä sisällön kuratointiin. Valitse joitaki msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information." msgstr "Syötteet ovat käyttäjien rakentamia mukautettuja algoritmeja, jotka vaativat vain vähän koodaustaitoja. <0/> lisätietoa varten." -#: src/screens/Onboarding/StepTopicalFeeds.tsx:76 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 msgid "Feeds can be topical as well!" msgstr "Syötteet voivat olla myös aihepiirikohtaisia!" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "File Contents" msgstr "Tiedoston sisältö" @@ -1786,7 +1824,7 @@ msgstr "Tiedoston sisältö" msgid "Filter from feeds" msgstr "Suodata syötteistä" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Finalizing" msgstr "Viimeistely" @@ -1796,11 +1834,11 @@ msgstr "Viimeistely" msgid "Find accounts to follow" msgstr "Etsi seurattavia tilejä" -#: src/view/screens/Search/Search.tsx:441 +#: src/view/screens/Search/Search.tsx:442 msgid "Find users on Bluesky" msgstr "Etsi käyttäjiä Bluesky-palvelusta" -#: src/view/screens/Search/Search.tsx:439 +#: src/view/screens/Search/Search.tsx:440 msgid "Find users with the search tool on the right" msgstr "Etsi käyttäjiä oikealla olevan hakutyökalun avulla" @@ -1824,23 +1862,23 @@ msgstr "Hienosäädä keskusteluketjuja." msgid "Fitness" msgstr "Kuntoilu" -#: src/screens/Onboarding/StepFinished.tsx:131 +#: src/screens/Onboarding/StepFinished.tsx:135 msgid "Flexible" msgstr "Joustava" -#: src/view/com/modals/EditImage.tsx:115 +#: src/view/com/modals/EditImage.tsx:116 msgid "Flip horizontal" msgstr "Käännä vaakasuunnassa" -#: src/view/com/modals/EditImage.tsx:120 -#: src/view/com/modals/EditImage.tsx:287 +#: src/view/com/modals/EditImage.tsx:121 +#: src/view/com/modals/EditImage.tsx:288 msgid "Flip vertically" msgstr "Käännä pystysuunnassa" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:246 msgid "Follow" msgstr "Seuraa" @@ -1851,8 +1889,8 @@ msgid "Follow" msgstr "Seuraa" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Seuraa {0}" @@ -1861,11 +1899,15 @@ msgstr "Seuraa {0}" msgid "Follow Account" msgstr "" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:179 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 msgid "Follow All" msgstr "Seuraa kaikkia" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +msgid "Follow Back" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 msgid "Follow selected accounts and continue to the next step" msgstr "Seuraa valittuja tilejä ja siirry seuraavaan vaiheeseen" @@ -1889,19 +1931,19 @@ msgstr "Vain seuratut käyttäjät" msgid "followed you" msgstr "seurasi sinua" - +#: src/view/com/profile/ProfileFollowers.tsx:104 #: src/view/screens/ProfileFollowers.tsx:25 msgid "Followers" msgstr "Seuraajat" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:227 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 -#: src/view/com/profile/ProfileFollows.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 +#: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "Seurataan" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 msgid "Following {0}" msgstr "Seurataan {0}" @@ -1929,33 +1971,41 @@ msgstr "Seuraa sinua" msgid "Food" msgstr "Ruoka" -#: src/view/com/modals/DeleteAccount.tsx:111 +#: src/view/com/modals/DeleteAccount.tsx:110 msgid "For security reasons, we'll need to send a confirmation code to your email address." msgstr "Turvallisuussyistä meidän on lähetettävä vahvistuskoodi sähköpostiosoitteeseesi." -#: src/view/com/modals/AddAppPasswords.tsx:209 +#: src/view/com/modals/AddAppPasswords.tsx:210 msgid "For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one." msgstr "Turvallisuussyistä et näe tätä uudelleen. Jos unohdat tämän salasanan, sinun on luotava uusi." #: src/view/com/auth/login/LoginForm.tsx:244 -msgid "Forgot" -msgstr "Unohtui" +#~ msgid "Forgot" +#~ msgstr "Unohtui" #: src/view/com/auth/login/LoginForm.tsx:241 -msgid "Forgot password" -msgstr "Unohtunut salasana" +#~ msgid "Forgot password" +#~ msgstr "Unohtunut salasana" -#: src/view/com/auth/login/Login.tsx:127 -#: src/view/com/auth/login/Login.tsx:143 +#: src/screens/Login/index.tsx:129 +#: src/screens/Login/index.tsx:144 msgid "Forgot Password" msgstr "Unohtunut salasana" +#: src/screens/Login/LoginForm.tsx:201 +msgid "Forgot password?" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 +msgid "Forgot?" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:52 msgid "Frequently Posts Unwanted Content" msgstr "Julkaisee usein ei-toivottua sisältöä" -#: src/screens/Hashtag.tsx:108 -#: src/screens/Hashtag.tsx:148 +#: src/screens/Hashtag.tsx:109 +#: src/screens/Hashtag.tsx:149 msgid "From @{sanitizedAuthor}" msgstr "" @@ -1977,29 +2027,31 @@ msgstr "Aloita tästä" msgid "Glaring violations of law or terms of service" msgstr "Ilmeisiä lain tai käyttöehtojen rikkomuksia" -#: src/components/moderation/ScreenHider.tsx:144 -#: src/components/moderation/ScreenHider.tsx:153 -#: src/view/com/auth/LoggedOut.tsx:81 +#: src/components/moderation/ScreenHider.tsx:151 +#: src/components/moderation/ScreenHider.tsx:160 #: src/view/com/auth/LoggedOut.tsx:82 +#: src/view/com/auth/LoggedOut.tsx:83 #: src/view/screens/NotFound.tsx:55 -#: src/view/screens/ProfileFeed.tsx:111 +#: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:916 #: src/view/shell/desktop/LeftNav.tsx:108 msgid "Go back" msgstr "Palaa takaisin" +#: src/components/Error.tsx:91 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 -#: src/view/screens/ProfileFeed.tsx:116 +#: src/view/screens/ProfileFeed.tsx:117 #: src/view/screens/ProfileList.tsx:921 msgid "Go Back" msgstr "Palaa takaisin" -#: src/components/ReportDialog/SelectReportOptionView.tsx:74 +#: src/components/ReportDialog/SelectReportOptionView.tsx:73 #: src/components/ReportDialog/SubmitView.tsx:104 -#: src/screens/Onboarding/Layout.tsx:104 -#: src/screens/Onboarding/Layout.tsx:193 +#: src/screens/Onboarding/Layout.tsx:102 +#: src/screens/Onboarding/Layout.tsx:191 +#: src/screens/Signup/index.tsx:173 msgid "Go back to previous step" msgstr "Palaa edelliseen vaiheeseen" @@ -2011,15 +2063,12 @@ msgstr "Palaa alkuun" msgid "Go Home" msgstr "Palaa alkuun" -#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:749 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "Siirry @{queryMaybeHandle}" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:189 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:218 -#: src/view/com/auth/login/LoginForm.tsx:291 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:195 +#: src/screens/Login/ForgotPasswordForm.tsx:172 #: src/view/com/modals/ChangePassword.tsx:167 msgid "Go to next" msgstr "Siirry seuraavaan" @@ -2028,7 +2077,7 @@ msgstr "Siirry seuraavaan" msgid "Graphic Media" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:265 +#: src/view/com/modals/ChangeHandle.tsx:266 msgid "Handle" msgstr "Käyttäjätunnus" @@ -2044,11 +2093,11 @@ msgstr "Aihetunniste" #~ msgid "Hashtag: {tag}" #~ msgstr "Aihetunniste: {tag}" -#: src/components/RichText.tsx:190 +#: src/components/RichText.tsx:191 msgid "Hashtag: #{tag}" msgstr "Aihetunniste #{tag}" -#: src/view/com/auth/create/CreateAccount.tsx:208 +#: src/screens/Signup/index.tsx:217 msgid "Having trouble?" msgstr "Ongelmia?" @@ -2057,24 +2106,24 @@ msgstr "Ongelmia?" msgid "Help" msgstr "Ohje" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:140 msgid "Here are some accounts for you to follow" msgstr "Tässä on joitakin tilejä seurattavaksi" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:85 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:89 msgid "Here are some popular topical feeds. You can choose to follow as many as you like." msgstr "Tässä on joitakin suosittuja aihepiirikohtaisia syötteitä. Voit valita seurattavaksi niin monta kuin haluat." -#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:84 msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." msgstr "Tässä on joitakin aihepiirikohtaisia syötteitä kiinnostuksiesi perusteella: {interestsText}. Voit valita seurata niin montaa kuin haluat." -#: src/view/com/modals/AddAppPasswords.tsx:153 +#: src/view/com/modals/AddAppPasswords.tsx:154 msgid "Here is your app password." msgstr "Tässä on sovelluksesi salasana." #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:43 +#: src/components/moderation/LabelPreference.tsx:134 #: src/components/moderation/PostHider.tsx:107 #: src/lib/moderation/useLabelBehaviorDescription.ts:15 #: src/lib/moderation/useLabelBehaviorDescription.ts:20 @@ -2133,7 +2182,7 @@ msgstr "Hmm, syötteen palvelin antoi virheellisen vastauksen. Ilmoita asiasta s msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, meillä on vaikeuksia löytää tätä syötettä. Se saattaa olla poistettu." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:59 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Hmm, vaikuttaa siltä, että tämän datan lataamisessa on ongelmia. Katso lisätietoja alta. Jos ongelma jatkuu, ole hyvä ja ota yhteyttä meihin." @@ -2142,7 +2191,7 @@ msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmm, emme pystyneet avaamaan kyseistä moderaatiopalvelua." #: src/Navigation.tsx:454 -#: src/view/shell/bottom-bar/BottomBar.tsx:139 +#: src/view/shell/bottom-bar/BottomBar.tsx:147 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:401 #: src/view/shell/Drawer.tsx:402 @@ -2156,13 +2205,14 @@ msgstr "Koti" #~ msgid "Home Feed Preferences" #~ msgstr "Aloitussivun syötteiden asetukset" -#: src/view/com/modals/ChangeHandle.tsx:421 +#: src/view/com/modals/ChangeHandle.tsx:420 msgid "Host:" msgstr "" -#: src/view/com/auth/create/Step1.tsx:75 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:120 -#: src/view/com/modals/ChangeHandle.tsx:280 +#: src/screens/Login/ForgotPasswordForm.tsx:89 +#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Signup/StepInfo/index.tsx:40 +#: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" msgstr "Hostingyritys" @@ -2178,7 +2228,7 @@ msgstr "Minulla on koodi" msgid "I have a confirmation code" msgstr "Minulla on vahvistuskoodi" -#: src/view/com/modals/ChangeHandle.tsx:283 +#: src/view/com/modals/ChangeHandle.tsx:284 msgid "I have my own domain" msgstr "Minulla on oma verkkotunnus" @@ -2190,7 +2240,7 @@ msgstr "Jos ALT-teksti on pitkä, vaihtaa ALT-tekstin laajennetun tilan" msgid "If none are selected, suitable for all ages." msgstr "Jos mitään ei ole valittu, sopii kaikenikäisille." -#: src/view/com/auth/create/Policies.tsx:91 +#: src/screens/Signup/StepInfo/Policies.tsx:83 msgid "If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf." msgstr "" @@ -2214,7 +2264,7 @@ msgstr "Laiton ja kiireellinen" msgid "Image" msgstr "Kuva" -#: src/view/com/modals/AltImage.tsx:120 +#: src/view/com/modals/AltImage.tsx:121 msgid "Image alt text" msgstr "Kuvan ALT-teksti" @@ -2227,31 +2277,31 @@ msgstr "Kuvan ALT-teksti" msgid "Impersonation or false claims about identity or affiliation" msgstr "Henkilöllisyyden tai yhteyksien vääristely tai vääriä väitteitä niistä" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:138 +#: src/screens/Login/SetNewPasswordForm.tsx:127 msgid "Input code sent to your email for password reset" msgstr "Syötä sähköpostiisi lähetetty koodi salasanan nollaamista varten" -#: src/view/com/modals/DeleteAccount.tsx:184 +#: src/view/com/modals/DeleteAccount.tsx:183 msgid "Input confirmation code for account deletion" msgstr "Syötä vahvistuskoodi käyttäjätilin poistoa varten" #: src/view/com/auth/create/Step1.tsx:177 -msgid "Input email for Bluesky account" -msgstr "Syötä sähköposti Bluesky-tiliä varten" +#~ msgid "Input email for Bluesky account" +#~ msgstr "Syötä sähköposti Bluesky-tiliä varten" #: src/view/com/auth/create/Step1.tsx:151 -msgid "Input invite code to proceed" -msgstr "Syötä kutsukoodi jatkaaksesi" +#~ msgid "Input invite code to proceed" +#~ msgstr "Syötä kutsukoodi jatkaaksesi" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:181 msgid "Input name for app password" msgstr "Syötä nimi sovellussalasanaa varten" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:162 +#: src/screens/Login/SetNewPasswordForm.tsx:151 msgid "Input new password" msgstr "Syötä uusi salasana" -#: src/view/com/modals/DeleteAccount.tsx:203 +#: src/view/com/modals/DeleteAccount.tsx:202 msgid "Input password for account deletion" msgstr "Syötä salasana käyttäjätilin poistoa varten" @@ -2259,11 +2309,11 @@ msgstr "Syötä salasana käyttäjätilin poistoa varten" #~ msgid "Input phone number for SMS verification" #~ msgstr "Syötä puhelinnumero SMS-varmennusta varten" -#: src/view/com/auth/login/LoginForm.tsx:233 +#: src/screens/Login/LoginForm.tsx:195 msgid "Input the password tied to {identifier}" msgstr "Syötä salasana, joka liittyy kohteeseen {identifier}" -#: src/view/com/auth/login/LoginForm.tsx:200 +#: src/screens/Login/LoginForm.tsx:168 msgid "Input the username or email address you used at signup" msgstr "Syötä käyttäjätunnus tai sähköpostiosoite, jonka käytit rekisteröityessäsi" @@ -2275,15 +2325,15 @@ msgstr "Syötä käyttäjätunnus tai sähköpostiosoite, jonka käytit rekister #~ msgid "Input your email to get on the Bluesky waitlist" #~ msgstr "Syötä sähköpostiosoitteesi päästäksesi Bluesky-jonoon" -#: src/view/com/auth/login/LoginForm.tsx:232 +#: src/screens/Login/LoginForm.tsx:194 msgid "Input your password" msgstr "Syötä salasanasi" -#: src/view/com/modals/ChangeHandle.tsx:390 +#: src/view/com/modals/ChangeHandle.tsx:389 msgid "Input your preferred hosting provider" msgstr "Syötä haluamasi palveluntarjoaja" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Signup/StepHandle.tsx:62 msgid "Input your user handle" msgstr "Syötä käyttäjätunnuksesi" @@ -2291,7 +2341,7 @@ msgstr "Syötä käyttäjätunnuksesi" msgid "Invalid or unsupported post record" msgstr "Virheellinen tai ei tuettu tietue" -#: src/view/com/auth/login/LoginForm.tsx:116 +#: src/screens/Login/LoginForm.tsx:114 msgid "Invalid username or password" msgstr "Virheellinen käyttäjätunnus tai salasana" @@ -2299,20 +2349,19 @@ msgstr "Virheellinen käyttäjätunnus tai salasana" #~ msgid "Invite" #~ msgstr "Kutsu" -#: src/view/com/modals/InviteCodes.tsx:93 +#: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Kutsu ystävä" -#: src/view/com/auth/create/Step1.tsx:141 -#: src/view/com/auth/create/Step1.tsx:150 +#: src/screens/Signup/StepInfo/index.tsx:58 msgid "Invite code" msgstr "Kutsukoodi" -#: src/view/com/auth/create/state.ts:158 +#: src/screens/Signup/state.ts:278 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Kutsukoodia ei hyväksytty. Tarkista, että syötit sen oikein ja yritä uudelleen." -#: src/view/com/modals/InviteCodes.tsx:170 +#: src/view/com/modals/InviteCodes.tsx:171 msgid "Invite codes: {0} available" msgstr "Kutsukoodit: {0} saatavilla" @@ -2320,16 +2369,16 @@ msgstr "Kutsukoodit: {0} saatavilla" #~ msgid "Invite codes: {invitesAvailable} available" #~ msgstr "" -#: src/view/com/modals/InviteCodes.tsx:169 +#: src/view/com/modals/InviteCodes.tsx:170 msgid "Invite codes: 1 available" msgstr "Kutsukoodit: 1 saatavilla" -#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +#: src/screens/Onboarding/StepFollowingFeed.tsx:65 msgid "It shows posts from the people you follow as they happen." msgstr "Se näyttää viestejä seuraamiltasi ihmisiltä reaaliajassa." -#: src/view/com/auth/HomeLoggedOutCTA.tsx:103 -#: src/view/com/auth/SplashScreen.web.tsx:138 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:104 +#: src/view/com/auth/SplashScreen.web.tsx:172 msgid "Jobs" msgstr "Työpaikat" @@ -2362,11 +2411,11 @@ msgstr "" msgid "Labeled by the author." msgstr "" -#: src/view/screens/Profile.tsx:186 +#: src/view/screens/Profile.tsx:188 msgid "Labels" msgstr "" -#: src/screens/Profile/Sections/Labels.tsx:143 +#: src/screens/Profile/Sections/Labels.tsx:142 msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "" @@ -2374,11 +2423,11 @@ msgstr "" msgid "labels have been placed on this {labelTarget}" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:63 +#: src/components/moderation/LabelsOnMeDialog.tsx:62 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "Labels on your content" msgstr "" @@ -2400,14 +2449,14 @@ msgid "Languages" msgstr "Kielet" #: src/view/com/auth/create/StepHeader.tsx:20 -msgid "Last step!" -msgstr "Viimeinen vaihe!" +#~ msgid "Last step!" +#~ msgstr "Viimeinen vaihe!" #: src/view/com/util/moderation/ContentHider.tsx:103 #~ msgid "Learn more" #~ msgstr "Lue lisää" -#: src/components/moderation/ScreenHider.tsx:129 +#: src/components/moderation/ScreenHider.tsx:136 msgid "Learn More" msgstr "Lue lisää" @@ -2417,11 +2466,11 @@ msgid "Learn more about the moderation applied to this content." msgstr "" #: src/components/moderation/PostHider.tsx:85 -#: src/components/moderation/ScreenHider.tsx:126 +#: src/components/moderation/ScreenHider.tsx:125 msgid "Learn more about this warning" msgstr "Lue lisää tästä varoituksesta" -#: src/screens/Moderation/index.tsx:551 +#: src/screens/Moderation/index.tsx:549 msgid "Learn more about what is public on Bluesky." msgstr "Lue lisää siitä, mikä on julkista Blueskyssa." @@ -2433,7 +2482,7 @@ msgstr "Lue lisää." msgid "Leave them all unchecked to see any language." msgstr "Jätä kaikki valitsematta nähdäksesi minkä tahansa kielen." -#: src/view/com/modals/LinkWarning.tsx:51 +#: src/view/com/modals/LinkWarning.tsx:65 msgid "Leaving Bluesky" msgstr "Poistuminen Blueskysta" @@ -2445,12 +2494,12 @@ msgstr "jäljellä." msgid "Legacy storage cleared, you need to restart the app now." msgstr "Legacy tietovarasto tyhjennetty, sinun on käynnistettävä sovellus uudelleen nyt." -#: src/view/com/auth/login/Login.tsx:128 -#: src/view/com/auth/login/Login.tsx:144 +#: src/screens/Login/index.tsx:130 +#: src/screens/Login/index.tsx:145 msgid "Let's get your password reset!" msgstr "Aloitetaan salasanasi nollaus!" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Let's go!" msgstr "Aloitetaan!" @@ -2463,12 +2512,12 @@ msgstr "Aloitetaan!" msgid "Light" msgstr "Vaalea" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Like" msgstr "Tykkää" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:257 -#: src/view/screens/ProfileFeed.tsx:572 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:258 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Like this feed" msgstr "Tykkää tästä syötteestä" @@ -2478,7 +2527,7 @@ msgstr "Tykkää tästä syötteestä" msgid "Liked by" msgstr "Tykänneet" -#: src/screens/Profile/ProfileLabelerLikedBy.tsx:42 +#: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 #: src/view/screens/PostLikedBy.tsx:27 #: src/view/screens/ProfileFeedLikedBy.tsx:27 msgid "Liked By" @@ -2492,9 +2541,9 @@ msgstr "Tykännyt {0} {1}" msgid "Liked by {count} {0}" msgstr "Tykännyt {count} {0}" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:277 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:291 -#: src/view/screens/ProfileFeed.tsx:587 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292 +#: src/view/screens/ProfileFeed.tsx:588 msgid "Liked by {likeCount} {0}" msgstr "Tykännyt {likeCount} {0}" @@ -2506,7 +2555,7 @@ msgstr "tykkäsi mukautetusta syötteestäsi" msgid "liked your post" msgstr "tykkäsi viestistäsi" -#: src/view/screens/Profile.tsx:191 +#: src/view/screens/Profile.tsx:193 msgid "Likes" msgstr "Tykkäykset" @@ -2518,7 +2567,7 @@ msgstr "Tykkäykset tässä viestissä" msgid "List" msgstr "Lista" -#: src/view/com/modals/CreateOrEditList.tsx:261 +#: src/view/com/modals/CreateOrEditList.tsx:262 msgid "List Avatar" msgstr "Listan kuvake" @@ -2538,7 +2587,7 @@ msgstr "Lista poistettu" msgid "List muted" msgstr "Lista hiljennetty" -#: src/view/com/modals/CreateOrEditList.tsx:275 +#: src/view/com/modals/CreateOrEditList.tsx:276 msgid "List Name" msgstr "Listan nimi" @@ -2551,8 +2600,8 @@ msgid "List unmuted" msgstr "Listaa hiljennyksestä poistetut" #: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:187 -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:195 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 @@ -2569,8 +2618,8 @@ msgid "Load new notifications" msgstr "Lataa uusia ilmoituksia" #: src/screens/Profile/Sections/Feed.tsx:70 -#: src/view/com/feeds/FeedPage.tsx:124 -#: src/view/screens/ProfileFeed.tsx:495 +#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/screens/ProfileFeed.tsx:496 #: src/view/screens/ProfileList.tsx:695 msgid "Load new posts" msgstr "Lataa uusia viestejä" @@ -2594,31 +2643,35 @@ msgstr "Loki" msgid "Log out" msgstr "Kirjaudu ulos" -#: src/screens/Moderation/index.tsx:444 +#: src/screens/Moderation/index.tsx:442 msgid "Logged-out visibility" msgstr "Näkyvyys kirjautumattomana" -#: src/view/com/auth/login/ChooseAccountForm.tsx:142 +#: src/components/AccountList.tsx:54 msgid "Login to account that is not listed" msgstr "Kirjaudu tiliin, joka ei ole luettelossa" -#: src/view/com/modals/LinkWarning.tsx:65 +#: src/screens/Login/SetNewPasswordForm.tsx:116 +msgid "Looks like XXXXX-XXXXX" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:79 msgid "Make sure this is where you intend to go!" msgstr "Varmista, että olet menossa oikeaan paikkaan!" -#: src/components/dialogs/MutedWords.tsx:83 +#: src/components/dialogs/MutedWords.tsx:82 msgid "Manage your muted words and tags" msgstr "Hallinnoi hiljennettyjä sanoja ja aihetunnisteita" #: src/view/com/auth/create/Step2.tsx:118 -msgid "May not be longer than 253 characters" -msgstr "Ei saa olla pidempi kuin 253 merkkiä" +#~ msgid "May not be longer than 253 characters" +#~ msgstr "Ei saa olla pidempi kuin 253 merkkiä" #: src/view/com/auth/create/Step2.tsx:109 -msgid "May only contain letters and numbers" -msgstr "Ei saa olla pidempi kuin 253 merkkiä" +#~ msgid "May only contain letters and numbers" +#~ msgstr "Ei saa olla pidempi kuin 253 merkkiä" -#: src/view/screens/Profile.tsx:190 +#: src/view/screens/Profile.tsx:192 msgid "Media" msgstr "Media" @@ -2631,7 +2684,7 @@ msgid "Mentioned users" msgstr "Mainitut käyttäjät" #: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:647 +#: src/view/screens/Search/Search.tsx:648 msgid "Menu" msgstr "Valikko" @@ -2644,7 +2697,7 @@ msgid "Misleading Account" msgstr "Harhaanjohtava käyttäjätili" #: src/Navigation.tsx:119 -#: src/screens/Moderation/index.tsx:106 +#: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:645 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:514 @@ -2652,7 +2705,7 @@ msgstr "Harhaanjohtava käyttäjätili" msgid "Moderation" msgstr "Moderointi" -#: src/components/moderation/ModerationDetailsDialog.tsx:113 +#: src/components/moderation/ModerationDetailsDialog.tsx:112 msgid "Moderation details" msgstr "Moderaation yksityiskohdat" @@ -2671,15 +2724,15 @@ msgstr "Moderointilista käyttäjältä <0/>" msgid "Moderation list by you" msgstr "Sinun moderointilistasi" -#: src/view/com/modals/CreateOrEditList.tsx:197 +#: src/view/com/modals/CreateOrEditList.tsx:198 msgid "Moderation list created" msgstr "Moderointilista luotu" -#: src/view/com/modals/CreateOrEditList.tsx:183 +#: src/view/com/modals/CreateOrEditList.tsx:184 msgid "Moderation list updated" msgstr "Moderointilista päivitetty" -#: src/screens/Moderation/index.tsx:245 +#: src/screens/Moderation/index.tsx:243 msgid "Moderation lists" msgstr "Moderointilistat" @@ -2696,11 +2749,11 @@ msgstr "Moderointiasetukset" msgid "Moderation states" msgstr "" -#: src/screens/Moderation/index.tsx:217 +#: src/screens/Moderation/index.tsx:215 msgid "Moderation tools" msgstr "Moderointityökalut" -#: src/components/moderation/ModerationDetailsDialog.tsx:49 +#: src/components/moderation/ModerationDetailsDialog.tsx:48 #: src/lib/moderation/useModerationCauseDescription.ts:40 msgid "Moderator has chosen to set a general warning on the content." msgstr "Ylläpitäjä on asettanut yleisen varoituksen sisällölle." @@ -2726,8 +2779,8 @@ msgid "Most-liked replies first" msgstr "Eniten tykätyt vastaukset ensin" #: src/view/com/auth/create/Step2.tsx:122 -msgid "Must be at least 3 characters" -msgstr "Täytyy olla vähintään 3 merkkiä" +#~ msgid "Must be at least 3 characters" +#~ msgstr "Täytyy olla vähintään 3 merkkiä" #: src/components/TagMenu/index.tsx:249 msgid "Mute" @@ -2754,11 +2807,11 @@ msgstr "Hiljennä kaikki {displayTag} viestit" #~ msgid "Mute all {tag} posts" #~ msgstr "Hiljennä kaikki {tag}-viestit" -#: src/components/dialogs/MutedWords.tsx:149 +#: src/components/dialogs/MutedWords.tsx:148 msgid "Mute in tags only" msgstr "Hiljennä vain aihetunnisteissa" -#: src/components/dialogs/MutedWords.tsx:134 +#: src/components/dialogs/MutedWords.tsx:133 msgid "Mute in text & tags" msgstr "Hiljennä tekstissä ja aihetunnisteissa" @@ -2775,11 +2828,11 @@ msgstr "Hiljennä nämä käyttäjät?" #~ msgid "Mute this List" #~ msgstr "Hiljennä tämä lista" -#: src/components/dialogs/MutedWords.tsx:127 +#: src/components/dialogs/MutedWords.tsx:126 msgid "Mute this word in post text and tags" msgstr "Hiljennä tämä sana viesteissä ja aihetunnisteissa" -#: src/components/dialogs/MutedWords.tsx:142 +#: src/components/dialogs/MutedWords.tsx:141 msgid "Mute this word in tags only" msgstr "Hiljennä tämä sana vain aihetunnisteissa" @@ -2797,7 +2850,7 @@ msgstr "Hiljennä sanat ja aihetunnisteet" msgid "Muted" msgstr "Hiljennetty" -#: src/screens/Moderation/index.tsx:257 +#: src/screens/Moderation/index.tsx:255 msgid "Muted accounts" msgstr "Hiljennetyt käyttäjät" @@ -2814,7 +2867,7 @@ msgstr "Hiljennettyjen käyttäjien viestit poistetaan syötteestäsi ja ilmoitu msgid "Muted by \"{0}\"" msgstr "Hiljentäjä: \"{0}\"" -#: src/screens/Moderation/index.tsx:233 +#: src/screens/Moderation/index.tsx:231 msgid "Muted words & tags" msgstr "Hiljennetyt sanat ja aihetunnisteet" @@ -2847,12 +2900,12 @@ msgstr "Tallennetut syötteeni" #~ msgid "my-server.com" #~ msgstr "oma-palvelimeni.com" -#: src/view/com/modals/AddAppPasswords.tsx:179 -#: src/view/com/modals/CreateOrEditList.tsx:290 +#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/CreateOrEditList.tsx:291 msgid "Name" msgstr "Nimi" -#: src/view/com/modals/CreateOrEditList.tsx:145 +#: src/view/com/modals/CreateOrEditList.tsx:146 msgid "Name is required" msgstr "Nimi vaaditaan" @@ -2866,10 +2919,8 @@ msgstr "Nimi tai kuvaus rikkoo yhteisön sääntöjä" msgid "Nature" msgstr "Luonto" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:190 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:219 -#: src/view/com/auth/login/LoginForm.tsx:292 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:196 +#: src/screens/Login/ForgotPasswordForm.tsx:173 +#: src/screens/Login/LoginForm.tsx:254 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "Siirtyy seuraavalle näytölle" @@ -2878,21 +2929,21 @@ msgstr "Siirtyy seuraavalle näytölle" msgid "Navigates to your profile" msgstr "Siirtyy profiiliisi" -#: src/components/ReportDialog/SelectReportOptionView.tsx:124 +#: src/components/ReportDialog/SelectReportOptionView.tsx:122 msgid "Need to report a copyright violation?" msgstr "Tarvitseeko ilmoittaa tekijänoikeusrikkomuksesta?" #: src/view/com/modals/EmbedConsent.tsx:107 #: src/view/com/modals/EmbedConsent.tsx:123 -msgid "Never load embeds from {0}" -msgstr "Älä koskaan lataa upotuksia taholta {0}" +#~ msgid "Never load embeds from {0}" +#~ msgstr "Älä koskaan lataa upotuksia taholta {0}" #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:72 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:74 msgid "Never lose access to your followers and data." msgstr "Älä koskaan menetä pääsyä seuraajiisi ja tietoihisi." -#: src/screens/Onboarding/StepFinished.tsx:119 +#: src/screens/Onboarding/StepFinished.tsx:123 msgid "Never lose access to your followers or data." msgstr "Älä koskaan menetä pääsyä seuraajiisi tai tietoihisi." @@ -2900,7 +2951,7 @@ msgstr "Älä koskaan menetä pääsyä seuraajiisi tai tietoihisi." #~ msgid "Nevermind" #~ msgstr "Ei väliä" -#: src/view/com/modals/ChangeHandle.tsx:520 +#: src/view/com/modals/ChangeHandle.tsx:519 msgid "Nevermind, create a handle for me" msgstr "" @@ -2913,11 +2964,10 @@ msgstr "Uusi" msgid "New" msgstr "Uusi" -#: src/view/com/modals/CreateOrEditList.tsx:252 +#: src/view/com/modals/CreateOrEditList.tsx:253 msgid "New Moderation List" msgstr "Uusi moderointilista" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/ChangePassword.tsx:212 msgid "New password" msgstr "Uusi salasana" @@ -2926,15 +2976,15 @@ msgstr "Uusi salasana" msgid "New Password" msgstr "Uusi salasana" -#: src/view/com/feeds/FeedPage.tsx:135 +#: src/view/com/feeds/FeedPage.tsx:149 msgctxt "action" msgid "New post" msgstr "Uusi viesti" #: src/view/screens/Feeds.tsx:555 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:450 -#: src/view/screens/ProfileFeed.tsx:433 +#: src/view/screens/Profile.tsx:452 +#: src/view/screens/ProfileFeed.tsx:434 #: src/view/screens/ProfileList.tsx:199 #: src/view/screens/ProfileList.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:252 @@ -2946,7 +2996,7 @@ msgctxt "action" msgid "New Post" msgstr "Uusi viesti" -#: src/view/com/modals/CreateOrEditList.tsx:247 +#: src/view/com/modals/CreateOrEditList.tsx:248 msgid "New User List" msgstr "Uusi käyttäjälista" @@ -2958,12 +3008,13 @@ msgstr "Uusimmat vastaukset ensin" msgid "News" msgstr "Uutiset" -#: src/view/com/auth/create/CreateAccount.tsx:172 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:182 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:192 -#: src/view/com/auth/login/LoginForm.tsx:294 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:187 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:143 +#: src/screens/Login/ForgotPasswordForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:253 +#: src/screens/Login/LoginForm.tsx:260 +#: src/screens/Login/SetNewPasswordForm.tsx:174 +#: src/screens/Login/SetNewPasswordForm.tsx:180 +#: src/screens/Signup/index.tsx:205 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:79 #: src/view/com/modals/ChangePassword.tsx:253 #: src/view/com/modals/ChangePassword.tsx:255 @@ -2988,19 +3039,23 @@ msgstr "Seuraava kuva" msgid "No" msgstr "Ei" -#: src/view/screens/ProfileFeed.tsx:561 +#: src/view/screens/ProfileFeed.tsx:562 #: src/view/screens/ProfileList.tsx:769 msgid "No description" msgstr "Ei kuvausta" -#: src/view/com/modals/ChangeHandle.tsx:406 +#: src/view/com/modals/ChangeHandle.tsx:405 msgid "No DNS Panel" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 msgid "No longer following {0}" msgstr "Et enää seuraa käyttäjää {0}" +#: src/screens/Signup/StepHandle.tsx:114 +msgid "No longer than 253 characters" +msgstr "" + #: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "Ei vielä ilmoituksia!" @@ -3010,7 +3065,7 @@ msgstr "Ei vielä ilmoituksia!" msgid "No result" msgstr "Ei tuloksia" -#: src/components/Lists.tsx:189 +#: src/components/Lists.tsx:183 msgid "No results found" msgstr "Tuloksia ei löydetty" @@ -3019,12 +3074,13 @@ msgid "No results found for \"{query}\"" msgstr "Ei tuloksia haulle \"{query}\"" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:282 -#: src/view/screens/Search/Search.tsx:310 +#: src/view/screens/Search/Search.tsx:283 +#: src/view/screens/Search/Search.tsx:311 msgid "No results found for {query}" msgstr "Ei tuloksia haulle {query}" -#: src/view/com/modals/EmbedConsent.tsx:129 +#: src/components/dialogs/EmbedConsent.tsx:105 +#: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" msgstr "Ei kiitos" @@ -3032,7 +3088,7 @@ msgstr "Ei kiitos" msgid "Nobody" msgstr "Ei kukaan" -#: src/components/LikedByList.tsx:102 +#: src/components/LikedByList.tsx:79 #: src/components/LikesDialog.tsx:99 msgid "Nobody has liked this yet. Maybe you should be the first!" msgstr "Kukaan ei ole vielä tykännyt tästä. Ehkä sinun pitäisi olla ensimmäinen!" @@ -3046,7 +3102,7 @@ msgid "Not Applicable." msgstr "Ei sovellettavissa." #: src/Navigation.tsx:109 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Not Found" msgstr "Ei löytynyt" @@ -3057,17 +3113,18 @@ msgstr "Ei juuri nyt" #: src/view/com/profile/ProfileMenu.tsx:368 #: src/view/com/util/forms/PostDropdownBtn.tsx:342 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:246 msgid "Note about sharing" msgstr "" -#: src/screens/Moderation/index.tsx:542 +#: src/screens/Moderation/index.tsx:540 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 "Huomio: Bluesky on avoin ja julkinen verkosto. Tämä asetus rajoittaa vain sisältösi näkyvyyttä Bluesky-sovelluksessa ja -sivustolla, eikä muut sovellukset ehkä kunnioita tässä asetuksissaan. Sisältösi voi silti näkyä uloskirjautuneille käyttäjille muissa sovelluksissa ja verkkosivustoilla." #: src/Navigation.tsx:469 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 -#: src/view/shell/bottom-bar/BottomBar.tsx:207 +#: src/view/shell/bottom-bar/BottomBar.tsx:215 #: src/view/shell/desktop/LeftNav.tsx:365 #: src/view/shell/Drawer.tsx:438 #: src/view/shell/Drawer.tsx:439 @@ -3079,7 +3136,15 @@ msgid "Nudity" msgstr "Alastomuus" #: src/lib/moderation/useReportOptions.ts:71 -msgid "Nudity or pornography not labeled as such" +msgid "Nudity or adult content not labeled as such" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:71 +#~ msgid "Nudity or pornography not labeled as such" +#~ msgstr "" + +#: src/screens/Signup/index.tsx:142 +msgid "of" msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:11 @@ -3090,15 +3155,16 @@ msgstr "" msgid "Oh no!" msgstr "Voi ei!" -#: src/screens/Onboarding/StepInterests/index.tsx:128 +#: src/screens/Onboarding/StepInterests/index.tsx:132 msgid "Oh no! Something went wrong." msgstr "Voi ei! Jokin meni pieleen." -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:127 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:126 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:327 msgid "OK" msgstr "OK" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 +#: src/screens/Login/PasswordUpdatedForm.tsx:44 msgid "Okay" msgstr "Selvä" @@ -3110,7 +3176,7 @@ msgstr "Vanhimmat vastaukset ensin" msgid "Onboarding reset" msgstr "Käyttöönoton nollaus" -#: src/view/com/composer/Composer.tsx:391 +#: src/view/com/composer/Composer.tsx:392 msgid "One or more images is missing alt text." msgstr "Yksi tai useampi kuva on ilman vaihtoehtoista Alt-tekstiä." @@ -3118,17 +3184,21 @@ msgstr "Yksi tai useampi kuva on ilman vaihtoehtoista Alt-tekstiä." msgid "Only {0} can reply." msgstr "Vain {0} voi vastata." -#: src/components/Lists.tsx:83 +#: src/screens/Signup/StepHandle.tsx:97 +msgid "Only contains letters, numbers, and hyphens" +msgstr "" + +#: src/components/Lists.tsx:75 msgid "Oops, something went wrong!" msgstr "" -#: src/components/Lists.tsx:157 +#: src/components/Lists.tsx:170 #: src/view/screens/AppPasswords.tsx:67 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Oops!" msgstr "Hups!" -#: src/screens/Onboarding/StepFinished.tsx:115 +#: src/screens/Onboarding/StepFinished.tsx:119 msgid "Open" msgstr "Avaa" @@ -3136,12 +3206,12 @@ msgstr "Avaa" #~ msgid "Open content filtering settings" #~ msgstr "Avaa sisällönsuodatusasetukset" -#: src/view/com/composer/Composer.tsx:490 #: src/view/com/composer/Composer.tsx:491 +#: src/view/com/composer/Composer.tsx:492 msgid "Open emoji picker" msgstr "Avaa emoji-valitsin" -#: src/view/screens/ProfileFeed.tsx:299 +#: src/view/screens/ProfileFeed.tsx:300 msgid "Open feed options menu" msgstr "Avaa syötteen asetusvalikko" @@ -3149,7 +3219,7 @@ msgstr "Avaa syötteen asetusvalikko" msgid "Open links with in-app browser" msgstr "Avaa linkit sovelluksen sisäisellä selaimella" -#: src/screens/Moderation/index.tsx:229 +#: src/screens/Moderation/index.tsx:227 msgid "Open muted words and tags settings" msgstr "Avaa hiljennettyjen sanojen ja aihetunnisteiden asetukset" @@ -3210,13 +3280,15 @@ msgstr "Avaa laitteen valokuvat" msgid "Opens external embeds settings" msgstr "Avaa ulkoiset upotusasetukset" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:56 -#: src/view/com/auth/SplashScreen.tsx:70 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:57 +#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/SplashScreen.web.tsx:97 msgid "Opens flow to create a new Bluesky account" msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:74 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:75 #: src/view/com/auth/SplashScreen.tsx:83 +#: src/view/com/auth/SplashScreen.web.tsx:112 msgid "Opens flow to sign into your existing Bluesky account" msgstr "" @@ -3232,7 +3304,7 @@ msgstr "" #~ msgid "Opens invite code list" #~ msgstr "" -#: src/view/com/modals/InviteCodes.tsx:172 +#: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "Avaa kutsukoodien luettelon" @@ -3256,11 +3328,11 @@ msgstr "" msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "" -#: src/view/screens/Settings/index.tsx:970 +#: src/view/screens/Settings/index.tsx:968 msgid "Opens modal for email verification" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:281 +#: src/view/com/modals/ChangeHandle.tsx:282 msgid "Opens modal for using custom domain" msgstr "Avaa asetukset oman verkkotunnuksen käyttöönottoon" @@ -3268,7 +3340,7 @@ msgstr "Avaa asetukset oman verkkotunnuksen käyttöönottoon" msgid "Opens moderation settings" msgstr "Avaa moderointiasetukset" -#: src/view/com/auth/login/LoginForm.tsx:242 +#: src/screens/Login/LoginForm.tsx:202 msgid "Opens password reset form" msgstr "Avaa salasanan palautuslomakkeen" @@ -3297,7 +3369,7 @@ msgstr "Avaa Seuratut-syötteen asetukset" #~ msgid "Opens the home feed preferences" #~ msgstr "Avaa aloitussivun asetukset" -#: src/view/com/modals/LinkWarning.tsx:76 +#: src/view/com/modals/LinkWarning.tsx:93 msgid "Opens the linked website" msgstr "Avaa linkitetyn verkkosivun" @@ -3330,7 +3402,7 @@ msgstr "Tai yhdistä nämä asetukset:" msgid "Other" msgstr "Joku toinen" -#: src/view/com/auth/login/ChooseAccountForm.tsx:147 +#: src/components/AccountList.tsx:73 msgid "Other account" msgstr "Toinen tili" @@ -3342,7 +3414,7 @@ msgstr "Toinen tili" msgid "Other..." msgstr "Muu..." -#: src/components/Lists.tsx:190 +#: src/components/Lists.tsx:184 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Sivua ei löytynyt" @@ -3351,13 +3423,10 @@ msgstr "Sivua ei löytynyt" msgid "Page Not Found" msgstr "Sivua ei löytynyt" -#: src/view/com/auth/create/Step1.tsx:191 -#: src/view/com/auth/create/Step1.tsx:201 -#: src/view/com/auth/login/LoginForm.tsx:213 -#: src/view/com/auth/login/LoginForm.tsx:229 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:161 -#: src/view/com/modals/DeleteAccount.tsx:195 -#: src/view/com/modals/DeleteAccount.tsx:202 +#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Signup/StepInfo/index.tsx:101 +#: src/view/com/modals/DeleteAccount.tsx:194 +#: src/view/com/modals/DeleteAccount.tsx:201 msgid "Password" msgstr "Salasana" @@ -3365,11 +3434,11 @@ msgstr "Salasana" msgid "Password Changed" msgstr "Salasana vaihdettu" -#: src/view/com/auth/login/Login.tsx:157 +#: src/screens/Login/index.tsx:157 msgid "Password updated" msgstr "Salasana päivitetty" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:28 +#: src/screens/Login/PasswordUpdatedForm.tsx:30 msgid "Password updated!" msgstr "Salasana päivitetty!" @@ -3401,12 +3470,12 @@ msgstr "Lemmikit" msgid "Pictures meant for adults." msgstr "Aikuisille tarkoitetut kuvat." -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:563 msgid "Pin to home" msgstr "Kiinnitä etusivulle" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 msgid "Pin to Home" msgstr "Kiinnitä etusivulle" @@ -3414,28 +3483,28 @@ msgstr "Kiinnitä etusivulle" msgid "Pinned Feeds" msgstr "Kiinnitetyt syötteet" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:111 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "Toista {0}" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:54 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:55 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" msgstr "Toista video" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:110 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 msgid "Plays the GIF" msgstr "Toistaa GIFin" -#: src/view/com/auth/create/state.ts:124 +#: src/screens/Signup/state.ts:241 msgid "Please choose your handle." msgstr "Valitse käyttäjätunnuksesi." -#: src/view/com/auth/create/state.ts:117 +#: src/screens/Signup/state.ts:234 msgid "Please choose your password." msgstr "Valitse salasanasi." -#: src/view/com/auth/create/state.ts:131 +#: src/screens/Signup/state.ts:251 msgid "Please complete the verification captcha." msgstr "Täydennä varmennus-captcha, ole hyvä." @@ -3443,7 +3512,7 @@ msgstr "Täydennä varmennus-captcha, ole hyvä." msgid "Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed." msgstr "Vahvista sähköpostiosoitteesi ennen sen vaihtamista. Tämä on väliaikainen vaatimus, kunnes sähköpostin muokkaamisen liittyvät asetukset ovat lisätty ja se poistetaan piakkoin." -#: src/view/com/modals/AddAppPasswords.tsx:90 +#: src/view/com/modals/AddAppPasswords.tsx:91 msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "Anna nimi sovellussalasanalle. Kaikki välilyönnit eivät ole sallittuja." @@ -3451,11 +3520,11 @@ msgstr "Anna nimi sovellussalasanalle. Kaikki välilyönnit eivät ole sallittuj #~ msgid "Please enter a phone number that can receive SMS text messages." #~ msgstr "Anna puhelinnumero, joka voi vastaanottaa tekstiviestejä." -#: src/view/com/modals/AddAppPasswords.tsx:145 +#: src/view/com/modals/AddAppPasswords.tsx:146 msgid "Please enter a unique name for this App Password or use our randomly generated one." msgstr "Anna uniikki nimi tälle sovellussalasanalle tai käytä satunnaisesti luotua." -#: src/components/dialogs/MutedWords.tsx:68 +#: src/components/dialogs/MutedWords.tsx:67 msgid "Please enter a valid word, tag, or phrase to mute" msgstr "Ole hyvä ja syötä oikea sana, aihetunniste tai lause hiljennettäväksi." @@ -3467,15 +3536,15 @@ msgstr "Ole hyvä ja syötä oikea sana, aihetunniste tai lause hiljennettäväk #~ msgid "Please enter the verification code sent to {phoneNumberFormatted}." #~ msgstr "Anna numeroon {phoneNumberFormatted} vastaanottamasi vahvistuskoodi." -#: src/view/com/auth/create/state.ts:103 +#: src/screens/Signup/state.ts:220 msgid "Please enter your email." msgstr "Anna sähköpostiosoitteesi." -#: src/view/com/modals/DeleteAccount.tsx:191 +#: src/view/com/modals/DeleteAccount.tsx:190 msgid "Please enter your password as well:" msgstr "Anna myös salasanasi:" -#: src/components/moderation/LabelsOnMeDialog.tsx:222 +#: src/components/moderation/LabelsOnMeDialog.tsx:221 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -3493,7 +3562,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "Vahvista sähköpostiosoitteesi" -#: src/view/com/composer/Composer.tsx:221 +#: src/view/com/composer/Composer.tsx:222 msgid "Please wait for your link card to finish loading" msgstr "Odota, että linkkikortti latautuu kokonaan" @@ -3506,11 +3575,11 @@ msgid "Porn" msgstr "Porno" #: src/lib/moderation/useGlobalLabelStrings.ts:34 -msgid "Pornography" -msgstr "Pornografia" +#~ msgid "Pornography" +#~ msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:366 -#: src/view/com/composer/Composer.tsx:374 +#: src/view/com/composer/Composer.tsx:367 +#: src/view/com/composer/Composer.tsx:375 msgctxt "action" msgid "Post" msgstr "Lähetä" @@ -3538,12 +3607,12 @@ msgstr "Viesti poistettu" msgid "Post hidden" msgstr "Viesti piilotettu" -#: src/components/moderation/ModerationDetailsDialog.tsx:98 +#: src/components/moderation/ModerationDetailsDialog.tsx:97 #: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Post Hidden by Muted Word" msgstr "Viesti piilotettu hiljennetyn sanan takia" -#: src/components/moderation/ModerationDetailsDialog.tsx:101 +#: src/components/moderation/ModerationDetailsDialog.tsx:100 #: src/lib/moderation/useModerationCauseDescription.ts:108 msgid "Post Hidden by You" msgstr "Sinun hiljentämä viesti" @@ -3565,11 +3634,11 @@ msgstr "Viestiä ei löydy" msgid "posts" msgstr "viestit" -#: src/view/screens/Profile.tsx:188 +#: src/view/screens/Profile.tsx:190 msgid "Posts" msgstr "Viestit" -#: src/components/dialogs/MutedWords.tsx:90 +#: src/components/dialogs/MutedWords.tsx:89 msgid "Posts can be muted based on their text, their tags, or both." msgstr "Viestejä voidaan hiljentää sanojen, aihetunnisteiden tai molempien perusteella." @@ -3577,11 +3646,17 @@ msgstr "Viestejä voidaan hiljentää sanojen, aihetunnisteiden tai molempien pe msgid "Posts hidden" msgstr "Piilotetut viestit" -#: src/view/com/modals/LinkWarning.tsx:46 +#: src/view/com/modals/LinkWarning.tsx:60 msgid "Potentially Misleading Link" msgstr "Mahdollisesti harhaanjohtava linkki" -#: src/components/Lists.tsx:88 +#: src/components/forms/HostingProvider.tsx:45 +msgid "Press to change hosting provider" +msgstr "" + +#: src/components/Error.tsx:74 +#: src/components/Lists.tsx:80 +#: src/screens/Signup/index.tsx:186 msgid "Press to retry" msgstr "Paina uudelleen jatkaaksesi" @@ -3603,23 +3678,23 @@ msgid "Privacy" msgstr "Yksityisyys" #: src/Navigation.tsx:231 -#: src/view/com/auth/create/Policies.tsx:69 +#: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:925 +#: src/view/screens/Settings/index.tsx:923 #: src/view/shell/Drawer.tsx:265 msgid "Privacy Policy" msgstr "Yksityisyydensuojakäytäntö" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:156 msgid "Processing..." msgstr "Käsitellään..." #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:340 +#: src/view/screens/Profile.tsx:342 msgid "profile" msgstr "profiili" -#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:260 #: src/view/shell/desktop/LeftNav.tsx:419 #: src/view/shell/Drawer.tsx:70 #: src/view/shell/Drawer.tsx:549 @@ -3627,15 +3702,15 @@ msgstr "profiili" msgid "Profile" msgstr "Profiili" -#: src/view/com/modals/EditProfile.tsx:128 +#: src/view/com/modals/EditProfile.tsx:129 msgid "Profile updated" msgstr "Profiili päivitetty" -#: src/view/screens/Settings/index.tsx:983 +#: src/view/screens/Settings/index.tsx:981 msgid "Protect your account by verifying your email." msgstr "Suojaa käyttäjätilisi vahvistamalla sähköpostiosoitteesi." -#: src/screens/Onboarding/StepFinished.tsx:101 +#: src/screens/Onboarding/StepFinished.tsx:105 msgid "Public" msgstr "Julkinen" @@ -3647,15 +3722,15 @@ msgstr "Julkinen, jaettava käyttäjäluettelo hiljennettyjen tai estettyjen kä msgid "Public, shareable lists which can drive feeds." msgstr "Julkinen, jaettava lista, joka voi ohjata syötteitä." -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish post" msgstr "Julkaise viesti" -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish reply" msgstr "Julkaise vastaus" -#: src/view/com/modals/Repost.tsx:65 +#: src/view/com/modals/Repost.tsx:66 msgctxt "action" msgid "Quote post" msgstr "Lainaa viestiä" @@ -3664,7 +3739,7 @@ msgstr "Lainaa viestiä" msgid "Quote post" msgstr "Lainaa viestiä" -#: src/view/com/modals/Repost.tsx:70 +#: src/view/com/modals/Repost.tsx:71 msgctxt "action" msgid "Quote Post" msgstr "Lainaa viestiä" @@ -3673,11 +3748,11 @@ msgstr "Lainaa viestiä" msgid "Random (aka \"Poster's Roulette\")" msgstr "Satunnainen (tunnetaan myös nimellä \"Lähettäjän ruletti\")" -#: src/view/com/modals/EditImage.tsx:236 +#: src/view/com/modals/EditImage.tsx:237 msgid "Ratios" msgstr "Suhdeluvut" -#: src/view/screens/Search/Search.tsx:776 +#: src/view/screens/Search/Search.tsx:777 msgid "Recent Searches" msgstr "Viimeaikaiset haut" @@ -3689,7 +3764,7 @@ msgstr "Suositellut syötteet" msgid "Recommended Users" msgstr "Suositellut käyttäjät" -#: src/components/dialogs/MutedWords.tsx:287 +#: src/components/dialogs/MutedWords.tsx:286 #: src/view/com/feeds/FeedSourceCard.tsx:283 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:83 @@ -3724,8 +3799,8 @@ msgstr "Poista syöte?" #: src/view/com/feeds/FeedSourceCard.tsx:173 #: src/view/com/feeds/FeedSourceCard.tsx:233 -#: src/view/screens/ProfileFeed.tsx:334 -#: src/view/screens/ProfileFeed.tsx:340 +#: src/view/screens/ProfileFeed.tsx:335 +#: src/view/screens/ProfileFeed.tsx:341 msgid "Remove from my feeds" msgstr "Poista syötteistäni" @@ -3741,11 +3816,11 @@ msgstr "Poista kuva" msgid "Remove image preview" msgstr "Poista kuvan esikatselu" -#: src/components/dialogs/MutedWords.tsx:330 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "Poista hiljennetty sana listaltasi" -#: src/view/com/modals/Repost.tsx:47 +#: src/view/com/modals/Repost.tsx:48 msgid "Remove repost" msgstr "Poista uudelleenjako" @@ -3770,7 +3845,7 @@ msgstr "Poistettu listalta" msgid "Removed from my feeds" msgstr "Poistettu syötteistäni" -#: src/view/screens/ProfileFeed.tsx:208 +#: src/view/screens/ProfileFeed.tsx:209 msgid "Removed from your feeds" msgstr "Poistettu syötteistäsi" @@ -3778,7 +3853,7 @@ msgstr "Poistettu syötteistäsi" msgid "Removes default thumbnail from {0}" msgstr "Poistaa {0} oletuskuvakkeen" -#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:191 msgid "Replies" msgstr "Vastaukset" @@ -3786,7 +3861,7 @@ msgstr "Vastaukset" msgid "Replies to this thread are disabled" msgstr "Tähän keskusteluun vastaaminen on estetty" -#: src/view/com/composer/Composer.tsx:364 +#: src/view/com/composer/Composer.tsx:365 msgctxt "action" msgid "Reply" msgstr "Vastaa" @@ -3810,8 +3885,12 @@ msgstr "Vastaa käyttäjälle <0/>" msgid "Report Account" msgstr "Ilmianna käyttäjätili" -#: src/view/screens/ProfileFeed.tsx:351 -#: src/view/screens/ProfileFeed.tsx:353 +#: src/components/ReportDialog/index.tsx:49 +msgid "Report dialog" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:352 +#: src/view/screens/ProfileFeed.tsx:354 msgid "Report feed" msgstr "Ilmianna syöte" @@ -3824,29 +3903,29 @@ msgstr "Ilmianna luettelo" msgid "Report post" msgstr "Ilmianna viesti" -#: src/components/ReportDialog/SelectReportOptionView.tsx:43 +#: src/components/ReportDialog/SelectReportOptionView.tsx:42 msgid "Report this content" msgstr "Ilmianna tämä sisältö" -#: src/components/ReportDialog/SelectReportOptionView.tsx:56 +#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Report this feed" msgstr "Ilmianna tämä syöte" -#: src/components/ReportDialog/SelectReportOptionView.tsx:53 +#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Report this list" msgstr "Ilmianna tämä lista" -#: src/components/ReportDialog/SelectReportOptionView.tsx:50 +#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Report this post" msgstr "Ilmianna tämä viesti" -#: src/components/ReportDialog/SelectReportOptionView.tsx:47 +#: src/components/ReportDialog/SelectReportOptionView.tsx:46 msgid "Report this user" msgstr "Ilmianna tämä käyttäjä" -#: src/view/com/modals/Repost.tsx:43 -#: src/view/com/modals/Repost.tsx:48 -#: src/view/com/modals/Repost.tsx:53 +#: src/view/com/modals/Repost.tsx:44 +#: src/view/com/modals/Repost.tsx:49 +#: src/view/com/modals/Repost.tsx:54 #: src/view/com/util/post-ctrls/RepostButton.tsx:61 msgctxt "action" msgid "Repost" @@ -3899,12 +3978,10 @@ msgstr "Pyydä koodia" msgid "Require alt text before posting" msgstr "Edellytä ALT-tekstiä ennen viestin julkaisua" -#: src/view/com/auth/create/Step1.tsx:146 +#: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "Vaaditaan tälle instanssille" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:124 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:136 #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "Nollauskoodi" @@ -3922,7 +3999,7 @@ msgstr "Nollauskoodi" msgid "Reset onboarding state" msgstr "Nollaa käyttöönoton tila" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:104 +#: src/screens/Login/ForgotPasswordForm.tsx:86 msgid "Reset password" msgstr "Nollaa salasana" @@ -3943,7 +4020,7 @@ msgstr "Nollaa käyttöönoton tilan" msgid "Resets the preferences state" msgstr "Nollaa asetusten tilan" -#: src/view/com/auth/login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:235 msgid "Retries login" msgstr "Yrittää uudelleen kirjautumista" @@ -3952,13 +4029,13 @@ msgstr "Yrittää uudelleen kirjautumista" msgid "Retries the last action, which errored out" msgstr "Yrittää uudelleen viimeisintä toimintoa, joka epäonnistui" -#: src/components/Lists.tsx:98 -#: src/screens/Onboarding/StepInterests/index.tsx:221 -#: src/screens/Onboarding/StepInterests/index.tsx:224 -#: src/view/com/auth/create/CreateAccount.tsx:181 -#: src/view/com/auth/create/CreateAccount.tsx:186 -#: src/view/com/auth/login/LoginForm.tsx:271 -#: src/view/com/auth/login/LoginForm.tsx:274 +#: src/components/Error.tsx:79 +#: src/components/Lists.tsx:91 +#: src/screens/Login/LoginForm.tsx:234 +#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Onboarding/StepInterests/index.tsx:225 +#: src/screens/Onboarding/StepInterests/index.tsx:228 +#: src/screens/Signup/index.tsx:193 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 msgid "Retry" @@ -3968,6 +4045,7 @@ msgstr "Yritä uudelleen" #~ msgid "Retry." #~ msgstr "Yritä uudelleen." +#: src/components/Error.tsx:86 #: src/view/screens/ProfileList.tsx:917 msgid "Return to previous page" msgstr "Palaa edelliselle sivulle" @@ -3977,7 +4055,7 @@ msgid "Returns to home page" msgstr "Palaa etusivulle" #: src/view/screens/NotFound.tsx:58 -#: src/view/screens/ProfileFeed.tsx:112 +#: src/view/screens/ProfileFeed.tsx:113 msgid "Returns to previous page" msgstr "Palaa edelliselle sivulle" @@ -3986,19 +4064,19 @@ msgstr "Palaa edelliselle sivulle" #~ msgstr "HIEKKALAATIKKO. Viestit ja tilit eivät ole pysyviä." #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:337 -#: src/view/com/modals/EditProfile.tsx:224 +#: src/view/com/modals/ChangeHandle.tsx:174 +#: src/view/com/modals/CreateOrEditList.tsx:338 +#: src/view/com/modals/EditProfile.tsx:225 msgid "Save" msgstr "Tallenna" #: src/view/com/lightbox/Lightbox.tsx:132 -#: src/view/com/modals/CreateOrEditList.tsx:345 +#: src/view/com/modals/CreateOrEditList.tsx:346 msgctxt "action" msgid "Save" msgstr "Tallenna" -#: src/view/com/modals/AltImage.tsx:130 +#: src/view/com/modals/AltImage.tsx:131 msgid "Save alt text" msgstr "Tallenna vaihtoehtoinen ALT-teksti" @@ -4006,20 +4084,20 @@ msgstr "Tallenna vaihtoehtoinen ALT-teksti" msgid "Save birthday" msgstr "Tallenna syntymäpäivä" -#: src/view/com/modals/EditProfile.tsx:232 +#: src/view/com/modals/EditProfile.tsx:233 msgid "Save Changes" msgstr "Tallenna muutokset" -#: src/view/com/modals/ChangeHandle.tsx:170 +#: src/view/com/modals/ChangeHandle.tsx:171 msgid "Save handle change" msgstr "Tallenna käyttäjätunnuksen muutos" -#: src/view/com/modals/crop-image/CropImage.web.tsx:144 +#: src/view/com/modals/crop-image/CropImage.web.tsx:145 msgid "Save image crop" msgstr "Tallenna kuvan rajaus" -#: src/view/screens/ProfileFeed.tsx:335 -#: src/view/screens/ProfileFeed.tsx:341 +#: src/view/screens/ProfileFeed.tsx:336 +#: src/view/screens/ProfileFeed.tsx:342 msgid "Save to my feeds" msgstr "Tallenna syötteisiini" @@ -4031,19 +4109,19 @@ msgstr "Tallennetut syötteet" msgid "Saved to your camera roll." msgstr "Tallennettu kameraasi" -#: src/view/screens/ProfileFeed.tsx:212 +#: src/view/screens/ProfileFeed.tsx:213 msgid "Saved to your feeds" msgstr "Tallennettu syötteisiisi" -#: src/view/com/modals/EditProfile.tsx:225 +#: src/view/com/modals/EditProfile.tsx:226 msgid "Saves any changes to your profile" msgstr "Tallentaa kaikki muutokset profiiliisi" -#: src/view/com/modals/ChangeHandle.tsx:171 +#: src/view/com/modals/ChangeHandle.tsx:172 msgid "Saves handle change to {handle}" msgstr "Tallentaa käyttäjätunnuksen muutoksen muotoon {handle}" -#: src/view/com/modals/crop-image/CropImage.web.tsx:145 +#: src/view/com/modals/crop-image/CropImage.web.tsx:146 msgid "Saves image crop settings" msgstr "Tallentaa kuvan rajausasetukset" @@ -4056,14 +4134,14 @@ msgid "Scroll to top" msgstr "Vieritä alkuun" #: src/Navigation.tsx:459 -#: src/view/com/auth/LoggedOut.tsx:122 +#: src/view/com/auth/LoggedOut.tsx:123 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 -#: src/view/screens/Search/Search.tsx:420 -#: src/view/screens/Search/Search.tsx:669 -#: src/view/screens/Search/Search.tsx:687 -#: src/view/shell/bottom-bar/BottomBar.tsx:161 +#: src/view/screens/Search/Search.tsx:421 +#: src/view/screens/Search/Search.tsx:670 +#: src/view/screens/Search/Search.tsx:688 +#: src/view/shell/bottom-bar/BottomBar.tsx:169 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 #: src/view/shell/desktop/Search.tsx:224 @@ -4072,7 +4150,7 @@ msgstr "Vieritä alkuun" msgid "Search" msgstr "Haku" -#: src/view/screens/Search/Search.tsx:736 +#: src/view/screens/Search/Search.tsx:737 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "Haku hakusanalla \"{query}\"" @@ -4093,8 +4171,8 @@ msgstr "Etsi kaikki viestit aihetunnisteella {displayTag}." #~ msgid "Search for all posts with tag {tag}" #~ msgstr "Etsi kaikki viestit aihetunnisteella {tag}" -#: src/view/com/auth/LoggedOut.tsx:104 #: src/view/com/auth/LoggedOut.tsx:105 +#: src/view/com/auth/LoggedOut.tsx:106 #: src/view/com/modals/ListAddRemoveUsers.tsx:70 msgid "Search for users" msgstr "Hae käyttäjiä" @@ -4131,7 +4209,7 @@ msgstr "Näytä tämän käyttäjän <0>{displayTag}</0> viestit" msgid "See this guide" msgstr "Katso tämä opas" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:39 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:40 msgid "See what's next" msgstr "Katso, mitä seuraavaksi tapahtuu" @@ -4139,11 +4217,15 @@ msgstr "Katso, mitä seuraavaksi tapahtuu" msgid "Select {item}" msgstr "Valitse {item}" +#: src/screens/Login/ChooseAccountForm.tsx:61 +msgid "Select account" +msgstr "" + #: src/view/com/modals/ServerInput.tsx:75 #~ msgid "Select Bluesky Social" #~ msgstr "Valitse Bluesky Social" -#: src/view/com/auth/login/Login.tsx:117 +#: src/screens/Login/index.tsx:120 msgid "Select from an existing account" msgstr "Valitse olemassa olevalta tililtä" @@ -4151,7 +4233,7 @@ msgstr "Valitse olemassa olevalta tililtä" msgid "Select languages" msgstr "Valitse kielet" -#: src/components/ReportDialog/SelectLabelerView.tsx:32 +#: src/components/ReportDialog/SelectLabelerView.tsx:30 msgid "Select moderator" msgstr "Valitse moderaattori" @@ -4161,8 +4243,8 @@ msgstr "Valitse vaihtoehto {i} / {numItems}" #: src/view/com/auth/create/Step1.tsx:96 #: src/view/com/auth/login/LoginForm.tsx:153 -msgid "Select service" -msgstr "Valitse palvelu" +#~ msgid "Select service" +#~ msgstr "Valitse palvelu" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 msgid "Select some accounts below to follow" @@ -4180,11 +4262,11 @@ msgstr "Valitse palvelu, joka hostaa tietojasi." #~ 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:96 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:100 msgid "Select topical feeds to follow from the list below" msgstr "Valitse ajankohtaisia syötteitä alla olevasta listasta" -#: src/screens/Onboarding/StepModeration/index.tsx:62 +#: src/screens/Onboarding/StepModeration/index.tsx:63 msgid "Select what you want to see (or not see), and we’ll handle the rest." msgstr "Valitse, mitä haluat nähdä (tai olla näkemättä) ja me huolehdimme lopusta." @@ -4200,7 +4282,11 @@ msgstr "Valitse, mitä kieliä haluat tilattujen syötteidesi sisältävän. Jos msgid "Select your app language for the default text to display in the app." msgstr "Valitse sovelluksen käyttöliittymän kieli." -#: src/screens/Onboarding/StepInterests/index.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:133 +msgid "Select your date of birth" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:200 msgid "Select your interests from the options below" msgstr "Valitse kiinnostuksen kohteesi alla olevista vaihtoehdoista" @@ -4212,11 +4298,11 @@ msgstr "Valitse kiinnostuksen kohteesi alla olevista vaihtoehdoista" msgid "Select your preferred language for translations in your feed." msgstr "Valitse käännösten kieli syötteessäsi." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:117 msgid "Select your primary algorithmic feeds" msgstr "Valitse ensisijaiset algoritmisyötteet" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:142 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:133 msgid "Select your secondary algorithmic feeds" msgstr "Valitse toissijaiset algoritmisyötteet" @@ -4225,11 +4311,11 @@ msgstr "Valitse toissijaiset algoritmisyötteet" msgid "Send Confirmation Email" msgstr "Lähetä vahvistussähköposti" -#: src/view/com/modals/DeleteAccount.tsx:131 +#: src/view/com/modals/DeleteAccount.tsx:130 msgid "Send email" msgstr "Lähetä sähköposti" -#: src/view/com/modals/DeleteAccount.tsx:144 +#: src/view/com/modals/DeleteAccount.tsx:143 msgctxt "action" msgid "Send Email" msgstr "Lähetä sähköposti" @@ -4248,15 +4334,15 @@ msgstr "Lähetä raportti" #~ msgid "Send Report" #~ msgstr "Lähetä raportti" -#: src/components/ReportDialog/SelectLabelerView.tsx:46 +#: src/components/ReportDialog/SelectLabelerView.tsx:44 msgid "Send report to {0}" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:133 +#: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "Lähettää sähköpostin tilin poistamiseen tarvittavan vahvistuskoodin" -#: src/view/com/auth/server-input/index.tsx:110 +#: src/view/com/auth/server-input/index.tsx:114 msgid "Server address" msgstr "Palvelimen osoite" @@ -4270,7 +4356,7 @@ msgstr "Palvelimen osoite" #~ msgid "Set Age" #~ msgstr "Aseta ikä" -#: src/screens/Moderation/index.tsx:306 +#: src/screens/Moderation/index.tsx:304 msgid "Set birthdate" msgstr "Aseta syntymäaika" @@ -4294,13 +4380,13 @@ msgstr "Aseta syntymäaika" #~ msgid "Set dark theme to the dim theme" #~ msgstr "Aseta tumma teema hämäräksi" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:104 +#: src/screens/Login/SetNewPasswordForm.tsx:102 msgid "Set new password" msgstr "Aseta uusi salasana" #: src/view/com/auth/create/Step1.tsx:202 -msgid "Set password" -msgstr "Aseta salasana" +#~ msgid "Set password" +#~ msgstr "Aseta salasana" #: src/view/screens/PreferencesFollowingFeed.tsx:225 msgid "Set this setting to \"No\" to hide all quote posts from your feed. Reposts will still be visible." @@ -4326,11 +4412,11 @@ msgstr "Aseta tämä asetus \"Kyllä\" tilaan näyttääksesi vastaukset ketjuma msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your Following feed. This is an experimental feature." msgstr "Aseta tämä asetus \"Kyllä\"-tilaan nähdäksesi esimerkkejä tallennetuista syötteistäsi seuraamissasi syötteessäsi. Tämä on kokeellinen ominaisuus." -#: src/screens/Onboarding/Layout.tsx:50 +#: src/screens/Onboarding/Layout.tsx:48 msgid "Set up your account" msgstr "Luo käyttäjätili" -#: src/view/com/modals/ChangeHandle.tsx:266 +#: src/view/com/modals/ChangeHandle.tsx:267 msgid "Sets Bluesky username" msgstr "Asettaa Bluesky-käyttäjätunnuksen" @@ -4354,30 +4440,30 @@ msgstr "Muuttaa tumman väriteeman tummaksi" msgid "Sets dark theme to the dim theme" msgstr "Asettaa tumman teeman himmeäksi teemaksi" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:157 +#: src/screens/Login/ForgotPasswordForm.tsx:113 msgid "Sets email for password reset" msgstr "Asettaa sähköpostin salasanan palautusta varten" #: src/view/com/auth/login/ForgotPasswordForm.tsx:122 -msgid "Sets hosting provider for password reset" -msgstr "Asettaa palveluntarjoajan salasanan palautusta varten" +#~ msgid "Sets hosting provider for password reset" +#~ msgstr "Asettaa palveluntarjoajan salasanan palautusta varten" -#: src/view/com/modals/crop-image/CropImage.web.tsx:123 +#: src/view/com/modals/crop-image/CropImage.web.tsx:124 msgid "Sets image aspect ratio to square" msgstr "Asettaa kuvan kuvasuhteen neliöksi" -#: src/view/com/modals/crop-image/CropImage.web.tsx:113 +#: src/view/com/modals/crop-image/CropImage.web.tsx:114 msgid "Sets image aspect ratio to tall" msgstr "Asettaa kuvan kuvasuhteen korkeaksi" -#: src/view/com/modals/crop-image/CropImage.web.tsx:103 +#: src/view/com/modals/crop-image/CropImage.web.tsx:104 msgid "Sets image aspect ratio to wide" msgstr "Asettaa kuvan kuvasuhteen leveäksi" #: src/view/com/auth/create/Step1.tsx:97 #: src/view/com/auth/login/LoginForm.tsx:154 -msgid "Sets server for the Bluesky client" -msgstr "Asettaa palvelimen Bluesky-ohjelmalle" +#~ msgid "Sets server for the Bluesky client" +#~ msgstr "Asettaa palvelimen Bluesky-ohjelmalle" #: src/Navigation.tsx:139 #: src/view/screens/Settings/index.tsx:313 @@ -4404,23 +4490,33 @@ msgstr "Jaa" #: src/view/com/profile/ProfileMenu.tsx:224 #: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:237 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:218 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:235 #: src/view/screens/ProfileList.tsx:388 msgid "Share" msgstr "Jaa" #: src/view/com/profile/ProfileMenu.tsx:373 #: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:251 msgid "Share anyway" msgstr "Jaa kuitenkin" -#: src/view/screens/ProfileFeed.tsx:361 -#: src/view/screens/ProfileFeed.tsx:363 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileFeed.tsx:364 msgid "Share feed" msgstr "Jaa syöte" +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 +msgid "Share Link" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:92 +msgid "Shares the linked website" +msgstr "" + #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:45 +#: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 #: src/view/screens/Settings/index.tsx:363 @@ -4431,8 +4527,8 @@ msgstr "Näytä" msgid "Show all replies" msgstr "Näytä kaikki vastaukset" -#: src/components/moderation/ScreenHider.tsx:162 -#: src/components/moderation/ScreenHider.tsx:165 +#: src/components/moderation/ScreenHider.tsx:169 +#: src/components/moderation/ScreenHider.tsx:172 msgid "Show anyway" msgstr "Näytä silti" @@ -4446,10 +4542,10 @@ msgid "Show badge and filter from feeds" msgstr "" #: src/view/com/modals/EmbedConsent.tsx:87 -msgid "Show embeds from {0}" -msgstr "Näytä upotukset taholta {0}" +#~ msgid "Show embeds from {0}" +#~ msgstr "Näytä upotukset taholta {0}" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 msgid "Show follows similar to {0}" msgstr "Näytä seurannat samankaltaisilta käyttäjiltä kuin {0}" @@ -4467,15 +4563,15 @@ msgstr "Näytä viestit omista syötteistäni" msgid "Show Quote Posts" msgstr "Näytä lainatut viestit" -#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +#: src/screens/Onboarding/StepFollowingFeed.tsx:119 msgid "Show quote-posts in Following feed" msgstr "Näytä lainatut viestit seurattavien syötteessä" -#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +#: src/screens/Onboarding/StepFollowingFeed.tsx:135 msgid "Show quotes in Following" msgstr "Näytä lainaukset seurattavissa" -#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +#: src/screens/Onboarding/StepFollowingFeed.tsx:95 msgid "Show re-posts in Following feed" msgstr "Näytä uudelleenjulkaistut viestit seurattavissa" @@ -4487,11 +4583,11 @@ msgstr "Näytä vastaukset" msgid "Show replies by people you follow before all other replies." msgstr "Näytä seurattujen henkilöiden vastaukset ennen muita vastauksia." -#: src/screens/Onboarding/StepFollowingFeed.tsx:86 +#: src/screens/Onboarding/StepFollowingFeed.tsx:87 msgid "Show replies in Following" msgstr "Näytä vastaukset seurattavissa" -#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +#: src/screens/Onboarding/StepFollowingFeed.tsx:71 msgid "Show replies in Following feed" msgstr "Näytä vastaukset seurattavissa" @@ -4503,7 +4599,7 @@ msgstr "Näytä vastaukset, joissa on vähintään {value} {0}" msgid "Show Reposts" msgstr "Näytä uudelleenjulkaisut" -#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +#: src/screens/Onboarding/StepFollowingFeed.tsx:111 msgid "Show reposts in Following" msgstr "Näytä uudelleenjulkaisut seurattavissa" @@ -4528,16 +4624,22 @@ msgstr "Näytä varoitus ja suodata syötteistä" #~ msgid "Shows a list of users similar to this user." #~ msgstr "Näyttää luettelon käyttäjistä, jotka ovat samankaltaisia kuin tämä käyttäjä." -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:127 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 msgid "Shows posts from {0} in your feed" msgstr "Näyttää viestit käyttäjältä {0} syötteessäsi" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:72 -#: src/view/com/auth/login/Login.tsx:98 +#: src/screens/Login/index.tsx:100 +#: src/screens/Login/index.tsx:119 +#: src/screens/Login/LoginForm.tsx:131 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:73 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:83 #: src/view/com/auth/SplashScreen.tsx:81 -#: src/view/shell/bottom-bar/BottomBar.tsx:289 -#: src/view/shell/bottom-bar/BottomBar.tsx:290 -#: src/view/shell/bottom-bar/BottomBar.tsx:292 +#: src/view/com/auth/SplashScreen.tsx:90 +#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:119 +#: src/view/shell/bottom-bar/BottomBar.tsx:300 +#: src/view/shell/bottom-bar/BottomBar.tsx:301 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 @@ -4550,32 +4652,29 @@ msgstr "Kirjaudu sisään" #: src/view/com/auth/HomeLoggedOutCTA.tsx:82 #: src/view/com/auth/SplashScreen.tsx:86 #: src/view/com/auth/SplashScreen.web.tsx:91 -msgid "Sign In" -msgstr "Kirjaudu sisään" +#~ msgid "Sign In" +#~ msgstr "Kirjaudu sisään" -#: src/view/com/auth/login/ChooseAccountForm.tsx:45 +#: src/components/AccountList.tsx:109 msgid "Sign in as {0}" msgstr "Kirjaudu sisään nimellä {0}" -#: src/view/com/auth/login/ChooseAccountForm.tsx:127 -#: src/view/com/auth/login/Login.tsx:116 +#: src/screens/Login/ChooseAccountForm.tsx:64 msgid "Sign in as..." msgstr "Kirjaudu sisään nimellä..." #: src/view/com/auth/login/LoginForm.tsx:140 -msgid "Sign into" -msgstr "Kirjaudu sisään" +#~ msgid "Sign into" +#~ msgstr "Kirjaudu sisään" -#: src/view/com/modals/SwitchAccount.tsx:68 -#: src/view/com/modals/SwitchAccount.tsx:73 #: src/view/screens/Settings/index.tsx:107 #: src/view/screens/Settings/index.tsx:110 msgid "Sign out" msgstr "Kirjaudu ulos" -#: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/bottom-bar/BottomBar.tsx:280 -#: src/view/shell/bottom-bar/BottomBar.tsx:282 +#: src/view/shell/bottom-bar/BottomBar.tsx:290 +#: src/view/shell/bottom-bar/BottomBar.tsx:291 +#: src/view/shell/bottom-bar/BottomBar.tsx:293 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 @@ -4589,7 +4688,7 @@ msgstr "Rekisteröidy" msgid "Sign up or sign in to join the conversation" msgstr "Rekisteröidy tai kirjaudu sisään liittyäksesi keskusteluun" -#: src/components/moderation/ScreenHider.tsx:98 +#: src/components/moderation/ScreenHider.tsx:97 #: src/lib/moderation/useGlobalLabelStrings.ts:28 msgid "Sign-in Required" msgstr "Sisäänkirjautuminen vaaditaan" @@ -4598,21 +4697,21 @@ msgstr "Sisäänkirjautuminen vaaditaan" msgid "Signed in as" msgstr "Kirjautunut sisään nimellä" -#: src/view/com/auth/login/ChooseAccountForm.tsx:112 +#: src/screens/Login/ChooseAccountForm.tsx:48 msgid "Signed in as @{0}" msgstr "Kirjautunut sisään käyttäjätunnuksella @{0}" #: src/view/com/modals/SwitchAccount.tsx:70 -msgid "Signs {0} out of Bluesky" -msgstr "{0} kirjautuu ulos Blueskysta" +#~ msgid "Signs {0} out of Bluesky" +#~ msgstr "{0} kirjautuu ulos Blueskysta" -#: src/screens/Onboarding/StepInterests/index.tsx:235 -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:195 +#: src/screens/Onboarding/StepInterests/index.tsx:239 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:203 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:35 msgid "Skip" msgstr "Ohita" -#: src/screens/Onboarding/StepInterests/index.tsx:232 +#: src/screens/Onboarding/StepInterests/index.tsx:236 msgid "Skip this flow" msgstr "Ohita tämä vaihe" @@ -4628,9 +4727,9 @@ msgstr "Ohjelmistokehitys" #~ msgid "Something went wrong and we're not sure what." #~ msgstr "Jotain meni pieleen, emmekä ole varmoja mitä." -#: src/components/ReportDialog/index.tsx:52 -#: src/screens/Moderation/index.tsx:116 -#: src/screens/Profile/Sections/Labels.tsx:77 +#: src/components/ReportDialog/index.tsx:59 +#: src/screens/Moderation/index.tsx:114 +#: src/screens/Profile/Sections/Labels.tsx:76 msgid "Something went wrong, please try again." msgstr "Jotain meni pieleen, yritä uudelleen" @@ -4638,7 +4737,7 @@ msgstr "Jotain meni pieleen, yritä uudelleen" #~ msgid "Something went wrong. Check your email and try again." #~ msgstr "Jotain meni pieleen. Tarkista sähköpostisi ja yritä uudelleen." -#: src/App.native.tsx:71 +#: src/App.native.tsx:66 msgid "Sorry! Your session expired. Please log in again." msgstr "Pahoittelut! Istuntosi on vanhentunut. Kirjaudu sisään uudelleen." @@ -4650,7 +4749,7 @@ msgstr "Lajittele vastaukset" msgid "Sort replies to the same post by:" msgstr "Lajittele saman viestin vastaukset seuraavasti:" -#: src/components/moderation/LabelsOnMeDialog.tsx:147 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 msgid "Source:" msgstr "Lähde:" @@ -4666,7 +4765,7 @@ msgstr "" msgid "Sports" msgstr "Urheilu" -#: src/view/com/modals/crop-image/CropImage.web.tsx:122 +#: src/view/com/modals/crop-image/CropImage.web.tsx:123 msgid "Square" msgstr "Neliö" @@ -4674,13 +4773,17 @@ msgstr "Neliö" #~ msgid "Staging" #~ msgstr "" -#: src/view/screens/Settings/index.tsx:905 +#: src/view/screens/Settings/index.tsx:903 msgid "Status page" msgstr "Tilasivu" +#: src/screens/Signup/index.tsx:142 +msgid "Step" +msgstr "" + #: src/view/com/auth/create/StepHeader.tsx:22 -msgid "Step {0} of {numSteps}" -msgstr "Vaihe {0}/{numSteps}" +#~ msgid "Step {0} of {numSteps}" +#~ msgstr "Vaihe {0}/{numSteps}" #: src/view/screens/Settings/index.tsx:292 msgid "Storage cleared, you need to restart the app now." @@ -4691,8 +4794,8 @@ msgstr "Tallennustila tyhjennetty, sinun on käynnistettävä sovellus uudelleen msgid "Storybook" msgstr "Storybook" +#: src/components/moderation/LabelsOnMeDialog.tsx:255 #: src/components/moderation/LabelsOnMeDialog.tsx:256 -#: src/components/moderation/LabelsOnMeDialog.tsx:257 msgid "Submit" msgstr "Lähetä" @@ -4700,20 +4803,20 @@ msgstr "Lähetä" msgid "Subscribe" msgstr "Tilaa" -#: src/screens/Profile/Sections/Labels.tsx:181 +#: src/screens/Profile/Sections/Labels.tsx:180 msgid "Subscribe to @{0} to use these labels:" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:222 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:221 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:308 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:172 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 msgid "Subscribe to the {0} feed" msgstr "Tilaa {0}-syöte" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:185 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 msgid "Subscribe to this labeler" msgstr "" @@ -4721,7 +4824,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "Tilaa tämä lista" -#: src/view/screens/Search/Search.tsx:375 +#: src/view/screens/Search/Search.tsx:376 msgid "Suggested Follows" msgstr "Mahdollisia seurattavia" @@ -4743,16 +4846,15 @@ msgstr "Tuki" #~ msgid "Swipe up to see more" #~ msgstr "Pyyhkäise ylöspäin nähdäksesi lisää" -#: src/view/com/modals/SwitchAccount.tsx:123 +#: src/components/dialogs/SwitchAccount.tsx:46 +#: src/components/dialogs/SwitchAccount.tsx:49 msgid "Switch Account" msgstr "Vaihda käyttäjätiliä" -#: src/view/com/modals/SwitchAccount.tsx:103 #: src/view/screens/Settings/index.tsx:139 msgid "Switch to {0}" msgstr "Vaihda käyttäjään {0}" -#: src/view/com/modals/SwitchAccount.tsx:104 #: src/view/screens/Settings/index.tsx:140 msgid "Switches the account you are logged in to" msgstr "Vaihtaa sisäänkirjautuneen käyttäjän tilin" @@ -4765,7 +4867,7 @@ msgstr "Järjestelmä" msgid "System log" msgstr "Järjestelmäloki" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "aihetunniste" @@ -4777,7 +4879,7 @@ msgstr "Aihetunnistevalikko: {displayTag}" #~ msgid "Tag menu: {tag}" #~ msgstr "Aihetunnistevalikko: {tag}" -#: src/view/com/modals/crop-image/CropImage.web.tsx:112 +#: src/view/com/modals/crop-image/CropImage.web.tsx:113 msgid "Tall" msgstr "Pitkä" @@ -4794,8 +4896,8 @@ msgid "Terms" msgstr "Ehdot" #: src/Navigation.tsx:236 -#: src/view/com/auth/create/Policies.tsx:59 -#: src/view/screens/Settings/index.tsx:919 +#: src/screens/Signup/StepInfo/Policies.tsx:49 +#: src/view/screens/Settings/index.tsx:917 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:259 msgid "Terms of Service" @@ -4807,11 +4909,11 @@ msgstr "Käyttöehdot" msgid "Terms used violate community standards" msgstr "" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "teksti" -#: src/components/moderation/LabelsOnMeDialog.tsx:220 +#: src/components/moderation/LabelsOnMeDialog.tsx:219 msgid "Text input field" msgstr "Tekstikenttä" @@ -4819,20 +4921,20 @@ msgstr "Tekstikenttä" msgid "Thank you. Your report has been sent." msgstr "Kiitos. Raporttisi on lähetetty." -#: src/view/com/modals/ChangeHandle.tsx:466 +#: src/view/com/modals/ChangeHandle.tsx:465 msgid "That contains the following:" msgstr "Se sisältää seuraavaa:" -#: src/view/com/auth/create/CreateAccount.tsx:94 +#: src/screens/Signup/index.tsx:84 msgid "That handle is already taken." msgstr "Tuo käyttätunnus on jo käytössä." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:283 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "Käyttäjä voi olla vuorovaikutuksessa kanssasi, kun poistat eston." -#: src/components/moderation/ModerationDetailsDialog.tsx:128 +#: src/components/moderation/ModerationDetailsDialog.tsx:127 msgid "the author" msgstr "kirjoittaja" @@ -4844,15 +4946,15 @@ msgstr "Yhteisöohjeet on siirretty kohtaan <0/>" msgid "The Copyright Policy has been moved to <0/>" msgstr "Tekijänoikeuskäytäntö on siirretty kohtaan <0/>" -#: src/components/moderation/LabelsOnMeDialog.tsx:49 +#: src/components/moderation/LabelsOnMeDialog.tsx:48 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:50 +#: src/components/moderation/LabelsOnMeDialog.tsx:49 msgid "The following labels were applied to your content." msgstr "" -#: src/screens/Onboarding/Layout.tsx:60 +#: src/screens/Onboarding/Layout.tsx:58 msgid "The following steps will help customize your Bluesky experience." msgstr "Seuraavat vaiheet auttavat mukauttamaan Bluesky-kokemustasi." @@ -4873,12 +4975,12 @@ msgstr "Tukilomake on siirretty. Jos tarvitset apua, käy osoitteessa <0/> tai v msgid "The Terms of Service have been moved to" msgstr "Käyttöehdot on siirretty kohtaan" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:150 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:141 msgid "There are many feeds to try:" msgstr "On monia syötteitä kokeiltavaksi:" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:113 -#: src/view/screens/ProfileFeed.tsx:543 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112 +#: src/view/screens/ProfileFeed.tsx:544 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "Emme saaneet yhteyttä palvelimeen, tarkista internetyhteytesi ja yritä uudelleen." @@ -4886,11 +4988,11 @@ msgstr "Emme saaneet yhteyttä palvelimeen, tarkista internetyhteytesi ja yritä msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "Syötteen poistossa on ongelmia. Tarkista internetyhteytesi ja yritä uudelleen." -#: src/view/screens/ProfileFeed.tsx:217 +#: src/view/screens/ProfileFeed.tsx:218 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "Syötteiden päivittämisessä on ongelmia, tarkista internetyhteytesi ja yritä uudelleen." -#: src/view/screens/ProfileFeed.tsx:244 +#: src/view/screens/ProfileFeed.tsx:245 #: src/view/screens/ProfileList.tsx:275 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 @@ -4909,7 +5011,7 @@ msgstr "Yhteydenotto palvelimeen epäonnistui" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Ongelma ilmoitusten hakemisessa. Napauta tästä yrittääksesi uudelleen." -#: src/view/com/posts/Feed.tsx:283 +#: src/view/com/posts/Feed.tsx:287 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Ongelma viestien hakemisessa. Napauta tästä yrittääksesi uudelleen." @@ -4934,11 +5036,11 @@ msgstr "Ongelma asetuksiesi synkronoinnissa palvelimelle" msgid "There was an issue with fetching your app passwords" msgstr "Sovellussalasanojen hakemisessa tapahtui virhe" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:134 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:96 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:106 #: src/view/com/profile/ProfileMenu.tsx:117 #: src/view/com/profile/ProfileMenu.tsx:132 @@ -4967,19 +5069,19 @@ msgstr "Blueskyyn on tullut paljon uusia käyttäjiä! Aktivoimme tilisi niin pi #~ msgid "There's something wrong with this number. Please choose your country and enter your full phone number!" #~ msgstr "Tässä numerossa on jotain vikaa. Valitse maasi ja syötä koko puhelinnumerosi!" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146 msgid "These are popular accounts you might like:" msgstr "Nämä ovat suosittuja tilejä, joista saatat pitää:" -#: src/components/moderation/ScreenHider.tsx:117 +#: src/components/moderation/ScreenHider.tsx:116 msgid "This {screenDescription} has been flagged:" msgstr "Tämä {screenDescription} on liputettu:" -#: src/components/moderation/ScreenHider.tsx:112 +#: src/components/moderation/ScreenHider.tsx:111 msgid "This account has requested that users sign in to view their profile." msgstr "Tämä käyttäjätili on pyytänyt, että käyttät kirjautuvat sisään nähdäkseen profiilinsa." -#: src/components/moderation/LabelsOnMeDialog.tsx:205 +#: src/components/moderation/LabelsOnMeDialog.tsx:204 msgid "This appeal will be sent to <0>{0}</0>." msgstr "" @@ -4991,11 +5093,11 @@ msgstr "Moderaattorit ovat piilottaneet tämän sisällön." msgid "This content has received a general warning from moderators." msgstr "Tämä sisältö on saanut yleisen varoituksen moderaattoreilta." -#: src/view/com/modals/EmbedConsent.tsx:68 +#: src/components/dialogs/EmbedConsent.tsx:64 msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Tämä sisältö on hostattu palvelussa {0}. Haluatko sallia ulkoisen median?" -#: src/components/moderation/ModerationDetailsDialog.tsx:78 +#: src/components/moderation/ModerationDetailsDialog.tsx:77 #: src/lib/moderation/useModerationCauseDescription.ts:77 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Tämä sisältö ei ole saatavilla, koska toinen käyttäjistä on estänyt toisen." @@ -5017,7 +5119,7 @@ msgid "This feed is currently receiving high traffic and is temporarily unavaila msgstr "Tämä syöte saa tällä hetkellä paljon liikennettä ja on tilapäisesti pois käytöstä. Yritä uudelleen myöhemmin." #: src/screens/Profile/Sections/Feed.tsx:50 -#: src/view/screens/ProfileFeed.tsx:476 +#: src/view/screens/ProfileFeed.tsx:477 #: src/view/screens/ProfileList.tsx:675 msgid "This feed is empty!" msgstr "Tämä syöte on tyhjä!" @@ -5034,15 +5136,15 @@ msgstr "Tätä tietoa ei jaeta muiden käyttäjien kanssa." msgid "This is important in case you ever need to change your email or reset your password." msgstr "Tämä on tärkeää, jos sinun tarvitsee vaihtaa sähköpostiosoitteesi tai palauttaa salasanasi." -#: src/components/moderation/ModerationDetailsDialog.tsx:125 +#: src/components/moderation/ModerationDetailsDialog.tsx:124 msgid "This label was applied by {0}." msgstr "" -#: src/screens/Profile/Sections/Labels.tsx:168 +#: src/screens/Profile/Sections/Labels.tsx:167 msgid "This labeler hasn't declared what labels it publishes, and may not be active." msgstr "" -#: src/view/com/modals/LinkWarning.tsx:58 +#: src/view/com/modals/LinkWarning.tsx:72 msgid "This link is taking you to the following website:" msgstr "Tämä linkki vie sinut tälle verkkosivustolle:" @@ -5054,7 +5156,7 @@ msgstr "Tämä lista on tyhjä!" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:106 +#: src/view/com/modals/AddAppPasswords.tsx:107 msgid "This name is already in use" msgstr "Tämä nimi on jo käytössä" @@ -5063,6 +5165,7 @@ msgid "This post has been deleted." msgstr "Tämä viesti on poistettu." #: src/view/com/util/forms/PostDropdownBtn.tsx:344 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "Tämä julkaisu on näkyvissä vain kirjautuneille käyttäjille. Sitä ei näytetä kirjautumattomille henkilöille." @@ -5074,19 +5177,19 @@ msgstr "Tämä julkaisu piilotetaan syötteistä." msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "Tämä profiili on näkyvissä vain kirjautuneille käyttäjille. Sitä ei näytetä kirjautumattomille henkilöille." -#: src/view/com/auth/create/Policies.tsx:46 +#: src/screens/Signup/StepInfo/Policies.tsx:37 msgid "This service has not provided terms of service or a privacy policy." msgstr "Tämä palvelu ei ole toimittanut käyttöehtoja tai tietosuojakäytäntöä." -#: src/view/com/modals/ChangeHandle.tsx:446 +#: src/view/com/modals/ChangeHandle.tsx:445 msgid "This should create a domain record at:" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:87 msgid "This user doesn't have any followers." msgstr "Tällä käyttäjällä ei ole yhtään seuraajaa" -#: src/components/moderation/ModerationDetailsDialog.tsx:73 +#: src/components/moderation/ModerationDetailsDialog.tsx:72 #: src/lib/moderation/useModerationCauseDescription.ts:68 msgid "This user has blocked you. You cannot view their content." msgstr "Tämä käyttäjä on estänyt sinut. Et voi nähdä hänen sisältöä." @@ -5103,11 +5206,11 @@ msgstr "Tämä käyttäjä on pyytänyt, että hänen sisältö näkyy vain kirj #~ msgid "This user is included in the <0/> list which you have muted." #~ msgstr "Tämä käyttäjä on <0/>-listassa, jonka olet hiljentänyt." -#: src/components/moderation/ModerationDetailsDialog.tsx:56 +#: src/components/moderation/ModerationDetailsDialog.tsx:55 msgid "This user is included in the <0>{0}</0> list which you have blocked." msgstr "Tämä käyttäjä on <0>{0}</0>-listassa, jonka olet estänyt." -#: src/components/moderation/ModerationDetailsDialog.tsx:85 +#: src/components/moderation/ModerationDetailsDialog.tsx:84 msgid "This user is included in the <0>{0}</0> list which you have muted." msgstr "Tämä käyttäjä on <0>{0}</0>-listassa, jonka olet hiljentänyt." @@ -5115,7 +5218,7 @@ msgstr "Tämä käyttäjä on <0>{0}</0>-listassa, jonka olet hiljentänyt." #~ msgid "This user is included the <0/> list which you have muted." #~ msgstr "" -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:87 msgid "This user isn't following anyone." msgstr "Tämä käyttäjä ei seuraa ketään." @@ -5123,7 +5226,7 @@ msgstr "Tämä käyttäjä ei seuraa ketään." msgid "This warning is only available for posts with media attached." msgstr "Tämä varoitus on saatavilla vain viesteille, joihin on liitetty mediatiedosto." -#: src/components/dialogs/MutedWords.tsx:284 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "Tämä poistaa {0}:n hiljennetyistä sanoistasi. Voit lisätä sen takaisin myöhemmin." @@ -5148,11 +5251,11 @@ msgstr "Ketjumainen näkymä" msgid "Threads Preferences" msgstr "Keskusteluketjujen asetukset" -#: src/components/ReportDialog/SelectLabelerView.tsx:35 +#: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "Kenelle haluaisit lähettää tämän raportin?" -#: src/components/dialogs/MutedWords.tsx:113 +#: src/components/dialogs/MutedWords.tsx:112 msgid "Toggle between muted word options." msgstr "Vaihda hiljennysvaihtoehtojen välillä." @@ -5160,11 +5263,11 @@ msgstr "Vaihda hiljennysvaihtoehtojen välillä." msgid "Toggle dropdown" msgstr "Vaihda pudotusvalikko" -#: src/screens/Moderation/index.tsx:334 +#: src/screens/Moderation/index.tsx:332 msgid "Toggle to enable or disable adult content" msgstr "Vaihda ottaaksesi käyttöön tai poistaaksesi käytöstä aikuisille tarkoitettu sisältö." -#: src/view/com/modals/EditImage.tsx:271 +#: src/view/com/modals/EditImage.tsx:272 msgid "Transformations" msgstr "Muutokset" @@ -5180,7 +5283,7 @@ msgctxt "action" msgid "Try again" msgstr "Yritä uudelleen" -#: src/view/com/modals/ChangeHandle.tsx:429 +#: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "" @@ -5192,22 +5295,23 @@ msgstr "Poista listan esto" msgid "Un-mute list" msgstr "Poista listan hiljennys" -#: src/view/com/auth/create/CreateAccount.tsx:58 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:87 -#: src/view/com/auth/login/Login.tsx:76 -#: src/view/com/auth/login/LoginForm.tsx:121 +#: src/screens/Login/ForgotPasswordForm.tsx:74 +#: src/screens/Login/index.tsx:78 +#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/SetNewPasswordForm.tsx:77 +#: src/screens/Signup/index.tsx:63 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Yhteys palveluusi ei onnistu. Tarkista internet-yhteytesi." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:572 msgid "Unblock" msgstr "Poista esto" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 msgctxt "action" msgid "Unblock" msgstr "Poista esto" @@ -5217,13 +5321,13 @@ msgstr "Poista esto" msgid "Unblock Account" msgstr "Poista käyttäjätilin esto" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:281 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "Poista esto?" -#: src/view/com/modals/Repost.tsx:42 -#: src/view/com/modals/Repost.tsx:55 +#: src/view/com/modals/Repost.tsx:43 +#: src/view/com/modals/Repost.tsx:56 #: src/view/com/util/post-ctrls/RepostButton.tsx:60 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:48 msgid "Undo repost" @@ -5239,7 +5343,7 @@ msgctxt "action" msgid "Unfollow" msgstr "Lopeta seuraaminen" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 msgid "Unfollow {0}" msgstr "Lopeta seuraaminen {0}" @@ -5249,14 +5353,14 @@ msgid "Unfollow Account" msgstr "Lopeta käyttäjätilin seuraaminen" #: src/view/com/auth/create/state.ts:262 -msgid "Unfortunately, you do not meet the requirements to create an account." -msgstr "Valitettavasti et täytä tilin luomisen vaatimuksia." +#~ msgid "Unfortunately, you do not meet the requirements to create an account." +#~ msgstr "Valitettavasti et täytä tilin luomisen vaatimuksia." -#: src/view/com/util/post-ctrls/PostCtrls.tsx:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Unlike" msgstr "En tykkää" -#: src/view/screens/ProfileFeed.tsx:572 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Unlike this feed" msgstr "Poista tykkäys tästä syötteestä" @@ -5287,12 +5391,12 @@ msgstr "Poista hiljennys kaikista {displayTag}-julkaisuista" msgid "Unmute thread" msgstr "Poista keskusteluketjun hiljennys" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 #: src/view/screens/ProfileList.tsx:563 msgid "Unpin" msgstr "Poista kiinnitys" -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Unpin from home" msgstr "Poista kiinnitys etusivulta" @@ -5304,11 +5408,11 @@ msgstr "Poista moderointilistan kiinnitys" #~ msgid "Unsave" #~ msgstr "Poista tallennus" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:219 msgid "Unsubscribe" msgstr "Peruuta tilaus" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183 msgid "Unsubscribe from this labeler" msgstr "" @@ -5324,15 +5428,15 @@ msgstr "Päivitä {displayName} listoissa" #~ msgid "Update Available" #~ msgstr "Päivitys saatavilla" -#: src/view/com/modals/ChangeHandle.tsx:509 +#: src/view/com/modals/ChangeHandle.tsx:508 msgid "Update to {handle}" -msgstr "Päivitä {handle}"" +msgstr "Päivitä {handle}\"" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:204 +#: src/screens/Login/SetNewPasswordForm.tsx:186 msgid "Updating..." msgstr "Päivitetään..." -#: src/view/com/modals/ChangeHandle.tsx:455 +#: src/view/com/modals/ChangeHandle.tsx:454 msgid "Upload a text file to:" msgstr "Lataa tekstitiedosto kohteeseen:" @@ -5355,7 +5459,7 @@ msgstr "Lataa tiedostoista" msgid "Upload from Library" msgstr "Lataa kirjastosta" -#: src/view/com/modals/ChangeHandle.tsx:409 +#: src/view/com/modals/ChangeHandle.tsx:408 msgid "Use a file on your server" msgstr "Käytä palvelimellasi olevaa tiedostoa" @@ -5363,11 +5467,11 @@ msgstr "Käytä palvelimellasi olevaa tiedostoa" msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "Käytä sovellussalasanoja kirjautuaksesi muihin Bluesky-sovelluksiin antamatta niille täyttä hallintaa tilillesi tai salasanallesi." -#: src/view/com/modals/ChangeHandle.tsx:518 +#: src/view/com/modals/ChangeHandle.tsx:517 msgid "Use bsky.social as hosting provider" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:517 +#: src/view/com/modals/ChangeHandle.tsx:516 msgid "Use default provider" msgstr "Käytä oletustoimittajaa" @@ -5381,11 +5485,11 @@ msgstr "Käytä sovelluksen sisäistä selainta" msgid "Use my default browser" msgstr "Käytä oletusselaintani" -#: src/view/com/modals/ChangeHandle.tsx:401 +#: src/view/com/modals/ChangeHandle.tsx:400 msgid "Use the DNS panel" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:155 +#: src/view/com/modals/AddAppPasswords.tsx:156 msgid "Use this to sign into the other app along with your handle." msgstr "Käytä tätä kirjautuaksesi toiseen sovellukseen käyttäjätunnuksellasi." @@ -5393,11 +5497,11 @@ msgstr "Käytä tätä kirjautuaksesi toiseen sovellukseen käyttäjätunnuksell #~ msgid "Use your domain as your Bluesky client service provider" #~ msgstr "" -#: src/view/com/modals/InviteCodes.tsx:200 +#: src/view/com/modals/InviteCodes.tsx:201 msgid "Used by:" msgstr "Käyttänyt:" -#: src/components/moderation/ModerationDetailsDialog.tsx:65 +#: src/components/moderation/ModerationDetailsDialog.tsx:64 #: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked" msgstr "Käyttäjä estetty" @@ -5406,7 +5510,7 @@ msgstr "Käyttäjä estetty" msgid "User Blocked by \"{0}\"" msgstr "\"{0}\" on estänyt käyttäjän." -#: src/components/moderation/ModerationDetailsDialog.tsx:54 +#: src/components/moderation/ModerationDetailsDialog.tsx:53 msgid "User Blocked by List" msgstr "Käyttäjä on estetty listalla" @@ -5414,13 +5518,13 @@ msgstr "Käyttäjä on estetty listalla" msgid "User Blocking You" msgstr "Käyttäjä on estänyt sinut" -#: src/components/moderation/ModerationDetailsDialog.tsx:71 +#: src/components/moderation/ModerationDetailsDialog.tsx:70 msgid "User Blocks You" msgstr "Käyttäjä on estänyt sinut" #: src/view/com/auth/create/Step2.tsx:79 -msgid "User handle" -msgstr "Käyttäjätunnus" +#~ msgid "User handle" +#~ msgstr "Käyttäjätunnus" #: src/view/com/lists/ListCard.tsx:85 #: src/view/com/modals/UserAddRemoveLists.tsx:198 @@ -5437,11 +5541,11 @@ msgstr "Käyttäjälistan on tehnyt <0/>" msgid "User list by you" msgstr "Käyttäjälistasi" -#: src/view/com/modals/CreateOrEditList.tsx:196 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "User list created" msgstr "Käyttäjälista luotu" -#: src/view/com/modals/CreateOrEditList.tsx:182 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "User list updated" msgstr "Käyttäjälista päivitetty" @@ -5449,8 +5553,7 @@ msgstr "Käyttäjälista päivitetty" msgid "User Lists" msgstr "Käyttäjälistat" -#: src/view/com/auth/login/LoginForm.tsx:180 -#: src/view/com/auth/login/LoginForm.tsx:198 +#: src/screens/Login/LoginForm.tsx:151 msgid "Username or email address" msgstr "Käyttäjätunnus tai sähköpostiosoite" @@ -5470,7 +5573,7 @@ msgstr "Käyttäjät listassa \"{0}\"" msgid "Users that have liked this content or profile" msgstr "Käyttäjät, jotka ovat pitäneet tästä sisällöstä tai profiilista" -#: src/view/com/modals/ChangeHandle.tsx:437 +#: src/view/com/modals/ChangeHandle.tsx:436 msgid "Value:" msgstr "" @@ -5478,19 +5581,19 @@ msgstr "" #~ msgid "Verification code" #~ msgstr "Varmistuskoodi" -#: src/view/com/modals/ChangeHandle.tsx:510 +#: src/view/com/modals/ChangeHandle.tsx:509 msgid "Verify {0}" msgstr "Vahvista {0}" -#: src/view/screens/Settings/index.tsx:944 +#: src/view/screens/Settings/index.tsx:942 msgid "Verify email" msgstr "Varmista sähköposti" -#: src/view/screens/Settings/index.tsx:969 +#: src/view/screens/Settings/index.tsx:967 msgid "Verify my email" msgstr "Vahvista sähköpostini" -#: src/view/screens/Settings/index.tsx:978 +#: src/view/screens/Settings/index.tsx:976 msgid "Verify My Email" msgstr "Vahvista sähköpostini" @@ -5503,11 +5606,15 @@ msgstr "Vahvista uusi sähköposti" msgid "Verify Your Email" msgstr "Vahvista sähköpostisi" +#: src/view/screens/Settings/index.tsx:893 +msgid "Version {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:42 msgid "Video Games" msgstr "Videopelit" -#: src/screens/Profile/Header/Shell.tsx:110 +#: src/screens/Profile/Header/Shell.tsx:107 msgid "View {0}'s avatar" msgstr "Katso {0}:n avatar" @@ -5515,11 +5622,11 @@ msgstr "Katso {0}:n avatar" msgid "View debug entry" msgstr "Katso vianmääritystietue" -#: src/components/ReportDialog/SelectReportOptionView.tsx:133 +#: src/components/ReportDialog/SelectReportOptionView.tsx:131 msgid "View details" msgstr "Näytä tiedot" -#: src/components/ReportDialog/SelectReportOptionView.tsx:128 +#: src/components/ReportDialog/SelectReportOptionView.tsx:126 msgid "View details for reporting a copyright violation" msgstr "Näytä tiedot tekijänoikeusrikkomuksen ilmoittamisesta" @@ -5543,16 +5650,16 @@ msgstr "Katso avatar" msgid "View the labeling service provided by @{0}" msgstr "" -#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileFeed.tsx:585 msgid "View users who like this feed" msgstr "" -#: src/view/com/modals/LinkWarning.tsx:75 -#: src/view/com/modals/LinkWarning.tsx:77 +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" msgstr "Vieraile sivustolla" -#: src/components/moderation/GlobalModerationLabelPref.tsx:44 +#: src/components/moderation/LabelPreference.tsx:135 #: src/lib/moderation/useLabelBehaviorDescription.ts:17 #: src/lib/moderation/useLabelBehaviorDescription.ts:22 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:53 @@ -5568,10 +5675,10 @@ msgid "Warn content and filter from feeds" msgstr "" #: src/screens/Onboarding/StepAlgoFeeds/index.tsx:134 -msgid "We also think you'll like \"For You\" by Skygaze:" -msgstr "Uskomme myös, että pitäisit Skygazen \"For You\" -syötteestä:" +#~ msgid "We also think you'll like \"For You\" by Skygaze:" +#~ msgstr "Uskomme myös, että pitäisit Skygazen \"For You\" -syötteestä:" -#: src/screens/Hashtag.tsx:132 +#: src/screens/Hashtag.tsx:133 msgid "We couldn't find any results for that hashtag." msgstr "Emme löytäneet tuloksia tuolla aihetunnisteella." @@ -5579,7 +5686,7 @@ msgstr "Emme löytäneet tuloksia tuolla aihetunnisteella." msgid "We estimate {estimatedTime} until your account is ready." msgstr "Arvioimme, että tilisi valmistumiseen on {estimatedTime} aikaa." -#: src/screens/Onboarding/StepFinished.tsx:93 +#: src/screens/Onboarding/StepFinished.tsx:97 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Toivomme sinulle ihania hetkiä. Muista, että Bluesky on:" @@ -5591,11 +5698,11 @@ msgstr "Emme enää löytäneet viestejä seurattavilta. Tässä on uusin tekij #~ msgid "We recommend \"For You\" by Skygaze:" #~ msgstr "" -#: src/components/dialogs/MutedWords.tsx:204 +#: src/components/dialogs/MutedWords.tsx:203 msgid "We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Suosittelemme välttämään yleisiä sanoja, jotka esiintyvät monissa viesteissä. Se voi johtaa siihen, ettei mitään viestejä näytetä." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:125 msgid "We recommend our \"Discover\" feed:" msgstr "Suosittelemme \"Tutustu\"-syötettämme:" @@ -5603,11 +5710,11 @@ msgstr "Suosittelemme \"Tutustu\"-syötettämme:" msgid "We were unable to load your birth date preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:387 +#: src/screens/Moderation/index.tsx:385 msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:133 +#: src/screens/Onboarding/StepInterests/index.tsx:137 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "Yhteyden muodostaminen ei onnistunut. Yritä uudelleen jatkaaksesi tilisi määritystä. Jos ongelma jatkuu, voit ohittaa tämän vaiheen." @@ -5619,11 +5726,11 @@ msgstr "Ilmoitamme sinulle, kun käyttäjätilisi on valmis." #~ msgid "We'll look into your appeal promptly." #~ msgstr "Käsittelemme vetoomuksesi pikaisesti." -#: src/screens/Onboarding/StepInterests/index.tsx:138 +#: src/screens/Onboarding/StepInterests/index.tsx:142 msgid "We'll use this to help customize your experience." msgstr "Käytämme tätä mukauttaaksemme kokemustasi." -#: src/view/com/auth/create/CreateAccount.tsx:134 +#: src/screens/Signup/index.tsx:130 msgid "We're so excited to have you join us!" msgstr "Olemme innoissamme, että liityt joukkoomme!" @@ -5631,20 +5738,20 @@ msgstr "Olemme innoissamme, että liityt joukkoomme!" msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "Pahoittelemme, emme saaneet avattua tätä listaa. Jos ongelma jatkuu, ota yhteyttä listan tekijään: @{handleOrDid}." -#: src/components/dialogs/MutedWords.tsx:230 +#: src/components/dialogs/MutedWords.tsx:229 msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Pahoittelemme, emme pystyneet lataamaan hiljennettyjä sanojasi tällä hetkellä. Yritä uudelleen." -#: src/view/screens/Search/Search.tsx:255 +#: src/view/screens/Search/Search.tsx:256 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Pahoittelemme, hakuasi ei voitu suorittaa loppuun. Yritä uudelleen muutaman minuutin kuluttua." -#: src/components/Lists.tsx:194 +#: src/components/Lists.tsx:188 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "Pahoittelut! Emme löydä etsimääsi sivua." -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:321 msgid "We're sorry! You can only subscribe to ten labelers, and you've reached your limit of ten." msgstr "" @@ -5652,7 +5759,7 @@ msgstr "" msgid "Welcome to <0>Bluesky</0>" msgstr "Tervetuloa <0>Bluesky</0>:iin" -#: src/screens/Onboarding/StepInterests/index.tsx:130 +#: src/screens/Onboarding/StepInterests/index.tsx:134 msgid "What are your interests?" msgstr "Mitkä ovat kiinnostuksenkohteesi?" @@ -5660,8 +5767,9 @@ msgstr "Mitkä ovat kiinnostuksenkohteesi?" #~ msgid "What is the issue with this {collectionName}?" #~ msgstr "Mikä on ongelma tämän {collectionName} kanssa?" -#: src/view/com/auth/SplashScreen.tsx:59 -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/auth/SplashScreen.tsx:58 +#: src/view/com/auth/SplashScreen.web.tsx:84 +#: src/view/com/composer/Composer.tsx:296 msgid "What's up?" msgstr "Mitä kuuluu?" @@ -5678,35 +5786,35 @@ msgstr "Mitä kieliä haluaisit nähdä algoritmisissä syötteissä?" msgid "Who can reply" msgstr "Kuka voi vastata" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 +#: src/components/ReportDialog/SelectReportOptionView.tsx:43 msgid "Why should this content be reviewed?" msgstr "Miksi tämä sisältö tulisi arvioida?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 +#: src/components/ReportDialog/SelectReportOptionView.tsx:56 msgid "Why should this feed be reviewed?" msgstr "Miksi tämä syöte tulisi arvioida?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 +#: src/components/ReportDialog/SelectReportOptionView.tsx:53 msgid "Why should this list be reviewed?" msgstr "Miksi tämä lista tulisi arvioida?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 +#: src/components/ReportDialog/SelectReportOptionView.tsx:50 msgid "Why should this post be reviewed?" msgstr "Miksi tämä viesti tulisi arvioida?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 +#: src/components/ReportDialog/SelectReportOptionView.tsx:47 msgid "Why should this user be reviewed?" msgstr "Miksi tämä käyttäjä tulisi arvioida?" -#: src/view/com/modals/crop-image/CropImage.web.tsx:102 +#: src/view/com/modals/crop-image/CropImage.web.tsx:103 msgid "Wide" msgstr "Leveä" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:436 msgid "Write post" msgstr "Kirjoita viesti" -#: src/view/com/composer/Composer.tsx:294 +#: src/view/com/composer/Composer.tsx:295 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "Kirjoita vastauksesi" @@ -5737,7 +5845,7 @@ msgstr "Kyllä" msgid "You are in line." msgstr "Olet jonossa." -#: src/view/com/profile/ProfileFollows.tsx:93 +#: src/view/com/profile/ProfileFollows.tsx:86 msgid "You are not following anyone." msgstr "" @@ -5750,20 +5858,20 @@ msgstr "Voit myös selata uusia mukautettuja syötteitä seurattavaksi." #~ msgid "You can also try our \"Discover\" algorithm:" #~ msgstr "" -#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +#: src/screens/Onboarding/StepFollowingFeed.tsx:143 msgid "You can change these settings later." msgstr "Voit muuttaa näitä asetuksia myöhemmin." -#: src/view/com/auth/login/Login.tsx:158 -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 +#: src/screens/Login/index.tsx:158 +#: src/screens/Login/PasswordUpdatedForm.tsx:33 msgid "You can now sign in with your new password." msgstr "Voit nyt kirjautua sisään uudella salasanallasi." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:86 msgid "You do not have any followers." msgstr "Sinulla ei ole kyhtään seuraajaa." -#: src/view/com/modals/InviteCodes.tsx:66 +#: src/view/com/modals/InviteCodes.tsx:67 msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer." msgstr "Sinulla ei ole vielä kutsukoodia! Lähetämme sinulle sellaisen, kun olet ollut Bluesky-palvelussa hieman pidempään." @@ -5783,14 +5891,14 @@ msgstr "Sinulla ei ole tallennettuja syötteitä." msgid "You have blocked the author or you have been blocked by the author." msgstr "Olet estänyt tekijän tai sinut on estetty tekijän toimesta." -#: src/components/moderation/ModerationDetailsDialog.tsx:67 +#: src/components/moderation/ModerationDetailsDialog.tsx:66 #: src/lib/moderation/useModerationCauseDescription.ts:50 #: src/lib/moderation/useModerationCauseDescription.ts:58 msgid "You have blocked this user. You cannot view their content." msgstr "Olet estänyt tämän käyttäjän. Et voi nähdä hänen sisältöä." -#: src/view/com/auth/login/SetNewPasswordForm.tsx:57 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:92 +#: src/screens/Login/SetNewPasswordForm.tsx:54 +#: src/screens/Login/SetNewPasswordForm.tsx:91 #: src/view/com/modals/ChangePassword.tsx:87 #: src/view/com/modals/ChangePassword.tsx:121 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." @@ -5800,11 +5908,11 @@ msgstr "Olet syöttänyt virheellisen koodin. Sen tulisi näyttää muodoltaan X msgid "You have hidden this post" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:102 +#: src/components/moderation/ModerationDetailsDialog.tsx:101 msgid "You have hidden this post." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:95 +#: src/components/moderation/ModerationDetailsDialog.tsx:94 #: src/lib/moderation/useModerationCauseDescription.ts:92 msgid "You have muted this account." msgstr "" @@ -5846,14 +5954,18 @@ msgstr "" #~ msgid "You have not muted any accounts yet. To mute an account, go to their profile and selected \"Mute account\" from the menu on their account." #~ msgstr "Et ole vielä hiljentänyt yhtään käyttäjää. Hiljentääksesi käyttäjän, siirry heidän profiiliinsa ja valitse \"Hiljennä käyttäjä\"-vaihtoehto heidän tilinsä valikosta." -#: src/components/dialogs/MutedWords.tsx:250 +#: src/components/dialogs/MutedWords.tsx:249 msgid "You haven't muted any words or tags yet" msgstr "Et ole vielä hiljentänyt yhtään sanaa tai aihetunnistetta" -#: src/components/moderation/LabelsOnMeDialog.tsx:69 +#: src/components/moderation/LabelsOnMeDialog.tsx:68 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" +#: src/screens/Signup/StepInfo/Policies.tsx:79 +msgid "You must be 13 years of age or older to sign up." +msgstr "" + #: src/view/com/modals/ContentFilteringSettings.tsx:175 #~ msgid "You must be 18 or older to enable adult content." #~ msgstr "Sinun on oltava vähintään 18-vuotias katsoaksesi aikuissisältöä." @@ -5874,11 +5986,11 @@ msgstr "Et enää saa ilmoituksia tästä keskustelusta" msgid "You will now receive notifications for this thread" msgstr "Saat nyt ilmoituksia tästä keskustelusta" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:107 +#: src/screens/Login/SetNewPasswordForm.tsx:104 msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Saat sähköpostin \"nollauskoodin\". Syötä koodi tähän ja syötä sitten uusi salasanasi." -#: src/screens/Onboarding/StepModeration/index.tsx:59 +#: src/screens/Onboarding/StepModeration/index.tsx:60 msgid "You're in control" msgstr "Sinulla on ohjat" @@ -5888,11 +6000,11 @@ msgstr "Sinulla on ohjat" msgid "You're in line" msgstr "Olet jonossa" -#: src/screens/Onboarding/StepFinished.tsx:90 +#: src/screens/Onboarding/StepFinished.tsx:94 msgid "You're ready to go!" msgstr "Olet valmis aloittamaan!" -#: src/components/moderation/ModerationDetailsDialog.tsx:99 +#: src/components/moderation/ModerationDetailsDialog.tsx:98 #: src/lib/moderation/useModerationCauseDescription.ts:101 msgid "You've chosen to hide a word or tag within this post." msgstr "" @@ -5901,11 +6013,11 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Olet saavuttanut syötteesi lopun! Etsi lisää käyttäjiä seurattavaksi." -#: src/view/com/auth/create/Step1.tsx:67 +#: src/screens/Signup/index.tsx:150 msgid "Your account" msgstr "Käyttäjätilisi" -#: src/view/com/modals/DeleteAccount.tsx:67 +#: src/view/com/modals/DeleteAccount.tsx:68 msgid "Your account has been deleted" msgstr "Käyttäjätilisi on poistettu" @@ -5913,7 +6025,7 @@ msgstr "Käyttäjätilisi on poistettu" msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Käyttäjätilisi arkisto, joka sisältää kaikki julkiset tietueet, voidaan ladata \"CAR\"-tiedostona. Tämä tiedosto ei sisällä upotettuja mediaelementtejä, kuten kuvia, tai yksityisiä tietojasi, jotka on haettava erikseen." -#: src/view/com/auth/create/Step1.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:121 msgid "Your birth date" msgstr "Syntymäaikasi" @@ -5921,12 +6033,12 @@ msgstr "Syntymäaikasi" msgid "Your choice will be saved, but can be changed later in settings." msgstr "Valintasi tallennetaan, mutta sitä voit muuttaa myöhemmin asetuksissa." -#: src/screens/Onboarding/StepFollowingFeed.tsx:61 +#: src/screens/Onboarding/StepFollowingFeed.tsx:62 msgid "Your default feed is \"Following\"" msgstr "Oletussyötteesi on \"Following\"" -#: src/view/com/auth/create/state.ts:110 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:70 +#: src/screens/Login/ForgotPasswordForm.tsx:57 +#: src/screens/Signup/state.ts:227 #: src/view/com/modals/ChangePassword.tsx:54 msgid "Your email appears to be invalid." msgstr "Sähköpostiosoitteesi näyttää olevan virheellinen." @@ -5947,11 +6059,11 @@ msgstr "Sähköpostiosoitettasi ei ole vielä vahvistettu. Tämä on tärkeä tu msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Seuraamiesi syöte on tyhjä! Seuraa lisää käyttäjiä nähdäksesi, mitä tapahtuu." -#: src/view/com/auth/create/Step2.tsx:83 +#: src/screens/Signup/StepHandle.tsx:72 msgid "Your full handle will be" msgstr "Käyttäjätunnuksesi tulee olemaan" -#: src/view/com/modals/ChangeHandle.tsx:270 +#: src/view/com/modals/ChangeHandle.tsx:271 msgid "Your full handle will be <0>@{0}</0>" msgstr "Käyttäjätunnuksesi tulee olemaan <0>@{0}</0>" @@ -5961,7 +6073,7 @@ msgstr "Käyttäjätunnuksesi tulee olemaan <0>@{0}</0>" #~ msgid "Your invite codes are hidden when logged in using an App Password" #~ msgstr "" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "Hiljentämäsi sanat" @@ -5969,25 +6081,24 @@ msgstr "Hiljentämäsi sanat" msgid "Your password has been changed successfully!" msgstr "Salasanasi on vaihdettu onnistuneesti!" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:284 msgid "Your post has been published" msgstr "Viestisi on julkaistu" -#: src/screens/Onboarding/StepFinished.tsx:105 +#: src/screens/Onboarding/StepFinished.tsx:109 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:61 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Julkaisusi, tykkäyksesi ja estosi ovat julkisia. Hiljennykset ovat yksityisiä." -#: src/view/com/modals/SwitchAccount.tsx:88 #: src/view/screens/Settings/index.tsx:125 msgid "Your profile" msgstr "Profiilisi" -#: src/view/com/composer/Composer.tsx:282 +#: src/view/com/composer/Composer.tsx:283 msgid "Your reply has been published" msgstr "Vastauksesi on julkaistu" -#: src/view/com/auth/create/Step2.tsx:65 +#: src/screens/Signup/index.tsx:152 msgid "Your user handle" msgstr "Käyttäjätunnuksesi" diff --git a/src/locale/locales/fr/messages.po b/src/locale/locales/fr/messages.po index 4b5dd3db0..898ee589c 100644 --- a/src/locale/locales/fr/messages.po +++ b/src/locale/locales/fr/messages.po @@ -17,7 +17,7 @@ msgstr "" msgid "(no email)" msgstr "(pas d’e-mail)" -#: src/screens/Profile/Header/Metrics.tsx:45 +#: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} abonnements" @@ -33,7 +33,7 @@ msgstr "<0/> membres" msgid "<0>{0}</0> following" msgstr "" -#: src/screens/Profile/Header/Metrics.tsx:46 +#: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} </0><1>following</1>" msgstr "<0>{following} </0><1>abonnements</1>" @@ -62,7 +62,7 @@ msgstr "⚠Pseudo invalide" #~ 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:89 -#: src/view/screens/Search/Search.tsx:648 +#: src/view/screens/Search/Search.tsx:649 msgid "Access navigation links and settings" msgstr "Accède aux liens de navigation et aux paramètres" @@ -70,7 +70,7 @@ msgstr "Accède aux liens de navigation et aux paramètres" msgid "Access profile and other navigation links" msgstr "Accède au profil et aux autres liens de navigation" -#: src/view/com/modals/EditImage.tsx:299 +#: src/view/com/modals/EditImage.tsx:300 #: src/view/screens/Settings/index.tsx:470 msgid "Accessibility" msgstr "Accessibilité" @@ -79,7 +79,7 @@ msgstr "Accessibilité" msgid "account" msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:144 #: src/view/screens/Settings/index.tsx:327 #: src/view/screens/Settings/index.tsx:743 msgid "Account" @@ -97,12 +97,12 @@ msgstr "" msgid "Account muted" msgstr "Compte masqué" -#: src/components/moderation/ModerationDetailsDialog.tsx:94 +#: src/components/moderation/ModerationDetailsDialog.tsx:93 #: src/lib/moderation/useModerationCauseDescription.ts:91 msgid "Account Muted" msgstr "Compte masqué" -#: src/components/moderation/ModerationDetailsDialog.tsx:83 +#: src/components/moderation/ModerationDetailsDialog.tsx:82 msgid "Account Muted by List" msgstr "Compte masqué par liste" @@ -114,7 +114,7 @@ msgstr "Options de compte" msgid "Account removed from quick access" msgstr "Compte supprimé de l’accès rapide" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:130 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "Compte débloqué" @@ -127,7 +127,7 @@ msgstr "" msgid "Account unmuted" msgstr "Compte démasqué" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:219 @@ -143,6 +143,7 @@ msgstr "Ajouter un avertissement sur le contenu" msgid "Add a user to this list" msgstr "Ajouter un compte à cette liste" +#: src/components/dialogs/SwitchAccount.tsx:55 #: src/view/screens/Settings/index.tsx:402 #: src/view/screens/Settings/index.tsx:411 msgid "Add account" @@ -150,7 +151,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:116 +#: src/view/com/modals/AltImage.tsx:117 msgid "Add alt text" msgstr "Ajouter un texte alt" @@ -169,23 +170,23 @@ msgstr "Ajouter un mot de passe d’application" #~ msgid "Add details to report" #~ msgstr "Ajouter des détails au rapport" -#: src/view/com/composer/Composer.tsx:466 +#: src/view/com/composer/Composer.tsx:467 msgid "Add link card" msgstr "Ajouter une carte de lien" -#: src/view/com/composer/Composer.tsx:471 +#: src/view/com/composer/Composer.tsx:472 msgid "Add link card:" msgstr "Ajouter une carte de lien :" -#: src/components/dialogs/MutedWords.tsx:158 +#: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" msgstr "Ajouter un mot masqué pour les paramètres configurés" -#: src/components/dialogs/MutedWords.tsx:87 +#: src/components/dialogs/MutedWords.tsx:86 msgid "Add muted words and tags" msgstr "Ajouter des mots et des mots-clés masqués" -#: src/view/com/modals/ChangeHandle.tsx:417 +#: src/view/com/modals/ChangeHandle.tsx:416 msgid "Add the following DNS record to your domain:" msgstr "Ajoutez l’enregistrement DNS suivant à votre domaine :" @@ -215,6 +216,7 @@ msgstr "Ajouté à mes fils d’actu" msgid "Adjust the number of likes a reply must have to be shown in your feed." msgstr "Définissez le nombre de likes qu’une réponse doit avoir pour être affichée dans votre fil d’actu." +#: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:117 #: src/view/com/modals/SelfLabel.tsx:75 msgid "Adult Content" @@ -224,11 +226,11 @@ 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/components/moderation/ModerationLabelPref.tsx:114 +#: src/components/moderation/LabelPreference.tsx:242 msgid "Adult content is disabled." msgstr "" -#: src/screens/Moderation/index.tsx:377 +#: src/screens/Moderation/index.tsx:375 #: src/view/screens/Settings/index.tsx:684 msgid "Advanced" msgstr "Avancé" @@ -237,12 +239,12 @@ msgstr "Avancé" msgid "All the feeds you've saved, right in one place." msgstr "Tous les fils d’actu que vous avez enregistrés, au même endroit." -#: src/view/com/auth/login/ForgotPasswordForm.tsx:221 +#: src/screens/Login/ForgotPasswordForm.tsx:178 #: src/view/com/modals/ChangePassword.tsx:170 msgid "Already have a code?" msgstr "Avez-vous déjà un code ?" -#: src/view/com/auth/login/ChooseAccountForm.tsx:103 +#: src/screens/Login/ChooseAccountForm.tsx:39 msgid "Already signed in as @{0}" msgstr "Déjà connecté·e en tant que @{0}" @@ -250,7 +252,7 @@ msgstr "Déjà connecté·e en tant que @{0}" msgid "ALT" msgstr "ALT" -#: src/view/com/modals/EditImage.tsx:315 +#: src/view/com/modals/EditImage.tsx:316 msgid "Alt text" msgstr "Texte Alt" @@ -298,11 +300,11 @@ msgstr "Langue de l’application" msgid "App password deleted" msgstr "Mot de passe d’application supprimé" -#: src/view/com/modals/AddAppPasswords.tsx:134 +#: src/view/com/modals/AddAppPasswords.tsx:135 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "Les noms de mots de passe d’application ne peuvent contenir que des lettres, des chiffres, des espaces, des tirets et des tirets bas." -#: src/view/com/modals/AddAppPasswords.tsx:99 +#: src/view/com/modals/AddAppPasswords.tsx:100 msgid "App Password names must be at least 4 characters long." msgstr "Les noms de mots de passe d’application doivent comporter au moins 4 caractères." @@ -316,12 +318,12 @@ msgstr "Paramètres de mot de passe d’application" msgid "App Passwords" msgstr "Mots de passe d’application" -#: src/components/moderation/LabelsOnMeDialog.tsx:134 -#: src/components/moderation/LabelsOnMeDialog.tsx:137 +#: src/components/moderation/LabelsOnMeDialog.tsx:133 +#: src/components/moderation/LabelsOnMeDialog.tsx:136 msgid "Appeal" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:202 +#: src/components/moderation/LabelsOnMeDialog.tsx:201 msgid "Appeal \"{0}\" label" msgstr "" @@ -334,7 +336,7 @@ msgstr "" #~ msgid "Appeal Content Warning" #~ msgstr "Faire appel de l’avertissement sur le contenu" -#: src/components/moderation/LabelsOnMeDialog.tsx:193 +#: src/components/moderation/LabelsOnMeDialog.tsx:192 msgid "Appeal submitted." msgstr "" @@ -358,11 +360,11 @@ msgstr "Êtes-vous sûr de vouloir supprimer le mot de passe de l’application msgid "Are you sure you want to remove {0} from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:509 msgid "Are you sure you'd like to discard this draft?" msgstr "Êtes-vous sûr de vouloir rejeter ce brouillon ?" -#: src/components/dialogs/MutedWords.tsx:282 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "Vous confirmez ?" @@ -382,14 +384,22 @@ msgstr "Art" msgid "Artistic or non-erotic nudity." msgstr "Nudité artistique ou non érotique." +#: src/screens/Signup/StepHandle.tsx:118 +msgid "At least 3 characters" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:246 #: src/components/moderation/LabelsOnMeDialog.tsx:247 -#: src/components/moderation/LabelsOnMeDialog.tsx:248 -#: src/screens/Profile/Header/Shell.tsx:97 -#: src/view/com/auth/create/CreateAccount.tsx:158 -#: src/view/com/auth/login/ChooseAccountForm.tsx:160 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:174 -#: src/view/com/auth/login/LoginForm.tsx:262 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:179 +#: src/screens/Login/ChooseAccountForm.tsx:73 +#: src/screens/Login/ChooseAccountForm.tsx:78 +#: src/screens/Login/ForgotPasswordForm.tsx:129 +#: src/screens/Login/ForgotPasswordForm.tsx:135 +#: src/screens/Login/LoginForm.tsx:221 +#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/SetNewPasswordForm.tsx:160 +#: src/screens/Login/SetNewPasswordForm.tsx:166 +#: src/screens/Profile/Header/Shell.tsx:96 +#: src/screens/Signup/index.tsx:179 #: src/view/com/util/ViewHeader.tsx:87 msgid "Back" msgstr "Arrière" @@ -399,7 +409,7 @@ msgstr "Arrière" #~ msgid "Back" #~ msgstr "Retour" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:144 msgid "Based on your interest in {interestsText}" msgstr "En fonction de votre intérêt pour {interestsText}" @@ -408,7 +418,6 @@ msgid "Basics" msgstr "Principes de base" #: src/components/dialogs/BirthDateSettings.tsx:107 -#: src/view/com/auth/create/Step1.tsx:227 msgid "Birthday" msgstr "Date de naissance" @@ -416,7 +425,7 @@ msgstr "Date de naissance" msgid "Birthday:" msgstr "Date de naissance :" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "" @@ -452,7 +461,7 @@ msgstr "Bloquer ces comptes ?" msgid "Blocked" msgstr "Bloqué" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:267 msgid "Blocked accounts" msgstr "Comptes bloqués" @@ -473,7 +482,7 @@ msgstr "Les comptes bloqués ne peuvent pas répondre à vos discussions, vous m msgid "Blocked post." msgstr "Post bloqué." -#: src/screens/Profile/Sections/Labels.tsx:153 +#: src/screens/Profile/Sections/Labels.tsx:152 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "" @@ -485,18 +494,18 @@ msgstr "Le blocage est public. Les comptes bloqués ne peuvent pas répondre à msgid "Blocking will not prevent labels from being applied on your account, but it will stop this account from replying in your threads or interacting with you." msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:97 -#: src/view/com/auth/SplashScreen.web.tsx:133 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:98 +#: src/view/com/auth/SplashScreen.web.tsx:169 msgid "Blog" msgstr "Blog" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:31 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:32 #: src/view/com/auth/server-input/index.tsx:89 -#: src/view/com/auth/server-input/index.tsx:90 +#: src/view/com/auth/server-input/index.tsx:91 msgid "Bluesky" msgstr "Bluesky" -#: src/view/com/auth/server-input/index.tsx:150 +#: src/view/com/auth/server-input/index.tsx:154 msgid "Bluesky is an open network where you can choose your hosting provider. Custom hosting is now available in beta for developers." msgstr "Bluesky est un réseau ouvert où vous pouvez choisir votre hébergeur. L’auto-hébergement est désormais disponible en version bêta pour les développeurs." @@ -515,7 +524,7 @@ msgstr "Bluesky est ouvert." msgid "Bluesky is public." msgstr "Bluesky est public." -#: src/screens/Moderation/index.tsx:535 +#: src/screens/Moderation/index.tsx:533 msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private." msgstr "Bluesky n’affichera pas votre profil et vos posts à des personnes non connectées. Il est possible que d’autres applications n’honorent pas cette demande. Cela ne privatise pas votre compte." @@ -532,11 +541,11 @@ msgid "Books" msgstr "Livres" #: src/view/screens/Settings/index.tsx:893 -msgid "Build version {0} {1}" -msgstr "Version Build {0} {1}" +#~ msgid "Build version {0} {1}" +#~ msgstr "Version Build {0} {1}" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:128 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:92 +#: src/view/com/auth/SplashScreen.web.tsx:166 msgid "Business" msgstr "Affaires" @@ -556,7 +565,7 @@ msgstr "" msgid "by <0/>" msgstr "par <0/>" -#: src/view/com/auth/create/Policies.tsx:87 +#: src/screens/Signup/StepInfo/Policies.tsx:74 msgid "By creating an account you agree to the {els}." msgstr "" @@ -568,62 +577,62 @@ msgstr "par vous" msgid "Camera" msgstr "Caméra" -#: src/view/com/modals/AddAppPasswords.tsx:216 +#: src/view/com/modals/AddAppPasswords.tsx:217 msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long." msgstr "Ne peut contenir que des lettres, des chiffres, des espaces, des tirets et des tirets bas. La longueur doit être d’au moins 4 caractères, mais pas plus de 32." #: src/components/Menu/index.tsx:213 -#: src/components/Prompt.tsx:116 -#: src/components/Prompt.tsx:118 +#: src/components/Prompt.tsx:113 +#: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:316 -#: src/view/com/composer/Composer.tsx:321 +#: src/view/com/composer/Composer.tsx:317 +#: src/view/com/composer/Composer.tsx:322 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/ChangeHandle.tsx:153 +#: src/view/com/modals/ChangeHandle.tsx:154 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 -#: src/view/com/modals/CreateOrEditList.tsx:355 -#: src/view/com/modals/crop-image/CropImage.web.tsx:137 -#: src/view/com/modals/EditImage.tsx:323 -#: src/view/com/modals/EditProfile.tsx:249 +#: src/view/com/modals/CreateOrEditList.tsx:356 +#: src/view/com/modals/crop-image/CropImage.web.tsx:138 +#: src/view/com/modals/EditImage.tsx:324 +#: src/view/com/modals/EditProfile.tsx:250 #: src/view/com/modals/InAppBrowserConsent.tsx:78 #: src/view/com/modals/InAppBrowserConsent.tsx:80 -#: src/view/com/modals/LinkWarning.tsx:87 -#: src/view/com/modals/LinkWarning.tsx:89 -#: src/view/com/modals/Repost.tsx:87 +#: src/view/com/modals/LinkWarning.tsx:105 +#: src/view/com/modals/LinkWarning.tsx:107 +#: src/view/com/modals/Repost.tsx:88 #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:717 +#: src/view/screens/Search/Search.tsx:718 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "Annuler" -#: src/view/com/modals/CreateOrEditList.tsx:360 -#: src/view/com/modals/DeleteAccount.tsx:156 -#: src/view/com/modals/DeleteAccount.tsx:234 +#: src/view/com/modals/CreateOrEditList.tsx:361 +#: src/view/com/modals/DeleteAccount.tsx:155 +#: src/view/com/modals/DeleteAccount.tsx:233 msgctxt "action" msgid "Cancel" msgstr "Annuler" -#: src/view/com/modals/DeleteAccount.tsx:152 -#: src/view/com/modals/DeleteAccount.tsx:230 +#: src/view/com/modals/DeleteAccount.tsx:151 +#: src/view/com/modals/DeleteAccount.tsx:229 msgid "Cancel account deletion" msgstr "Annuler la suppression de compte" -#: src/view/com/modals/ChangeHandle.tsx:149 +#: src/view/com/modals/ChangeHandle.tsx:150 msgid "Cancel change handle" msgstr "Annuler le changement de pseudo" -#: src/view/com/modals/crop-image/CropImage.web.tsx:134 +#: src/view/com/modals/crop-image/CropImage.web.tsx:135 msgid "Cancel image crop" msgstr "Annuler le recadrage de l’image" -#: src/view/com/modals/EditProfile.tsx:244 +#: src/view/com/modals/EditProfile.tsx:245 msgid "Cancel profile editing" msgstr "Annuler la modification du profil" -#: src/view/com/modals/Repost.tsx:78 +#: src/view/com/modals/Repost.tsx:79 msgid "Cancel quote post" msgstr "Annuler la citation" @@ -632,7 +641,7 @@ msgstr "Annuler la citation" msgid "Cancel search" msgstr "Annuler la recherche" -#: src/view/com/modals/LinkWarning.tsx:88 +#: src/view/com/modals/LinkWarning.tsx:106 msgid "Cancels opening the linked website" msgstr "" @@ -649,7 +658,7 @@ msgstr "Modifier" msgid "Change handle" msgstr "Modifier le pseudo" -#: src/view/com/modals/ChangeHandle.tsx:161 +#: src/view/com/modals/ChangeHandle.tsx:162 #: src/view/screens/Settings/index.tsx:727 msgid "Change Handle" msgstr "Modifier le pseudo" @@ -692,7 +701,7 @@ msgstr "Consultez quelques fils d’actu recommandés. Appuyez sur + pour les aj msgid "Check out some recommended users. Follow them to see similar users." msgstr "Consultez quelques comptes recommandés. Suivez-les pour voir des personnes similaires." -#: src/view/com/modals/DeleteAccount.tsx:169 +#: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Consultez votre boîte de réception, vous avez du recevoir un e-mail contenant un code de confirmation à saisir ci-dessous :" @@ -708,7 +717,7 @@ msgstr "Choisir « Tout le monde » ou « Personne »" msgid "Choose Service" msgstr "Choisir un service" -#: src/screens/Onboarding/StepFinished.tsx:135 +#: src/screens/Onboarding/StepFinished.tsx:139 msgid "Choose the algorithms that power your custom feeds." msgstr "Choisissez les algorithmes qui alimentent vos fils d’actu personnalisés." @@ -717,11 +726,11 @@ msgstr "Choisissez les algorithmes qui alimentent vos fils d’actu personnalis msgid "Choose the algorithms that power your experience with custom feeds." msgstr "Choisissez les algorithmes qui alimentent votre expérience avec des fils d’actu personnalisés." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:104 msgid "Choose your main feeds" msgstr "Choisissez vos principaux fils d’actu" -#: src/view/com/auth/create/Step1.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:112 msgid "Choose your password" msgstr "Choisissez votre mot de passe" @@ -742,7 +751,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:88 -#: src/view/screens/Search/Search.tsx:698 +#: src/view/screens/Search/Search.tsx:699 msgid "Clear search query" msgstr "Effacer la recherche" @@ -762,7 +771,7 @@ msgstr "cliquez ici" msgid "Click here to open tag menu for {tag}" msgstr "Cliquez ici pour ouvrir le menu de mot-clé pour {tag}" -#: src/components/RichText.tsx:191 +#: src/components/RichText.tsx:192 msgid "Click here to open tag menu for #{tag}" msgstr "Cliquez ici pour ouvrir le menu de mot-clé pour #{tag}" @@ -775,12 +784,12 @@ msgstr "Climat" msgid "Close" msgstr "Fermer" -#: src/components/Dialog/index.web.tsx:84 -#: src/components/Dialog/index.web.tsx:198 +#: src/components/Dialog/index.web.tsx:106 +#: src/components/Dialog/index.web.tsx:218 msgid "Close active dialog" msgstr "Fermer le dialogue actif" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:38 +#: src/screens/Login/PasswordUpdatedForm.tsx:38 msgid "Close alert" msgstr "Fermer l’alerte" @@ -809,11 +818,11 @@ msgstr "Fermer ce dialogue" msgid "Closes bottom navigation bar" msgstr "Ferme la barre de navigation du bas" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:39 +#: src/screens/Login/PasswordUpdatedForm.tsx:39 msgid "Closes password update alert" msgstr "Ferme la notification de mise à jour du mot de passe" -#: src/view/com/composer/Composer.tsx:318 +#: src/view/com/composer/Composer.tsx:319 msgid "Closes post composer and discards post draft" msgstr "Ferme la fenêtre de rédaction et supprime le brouillon" @@ -838,15 +847,15 @@ msgstr "Bandes dessinées" msgid "Community Guidelines" msgstr "Directives communautaires" -#: src/screens/Onboarding/StepFinished.tsx:148 +#: src/screens/Onboarding/StepFinished.tsx:152 msgid "Complete onboarding and start using your account" msgstr "Terminez le didacticiel et commencez à utiliser votre compte" -#: src/view/com/auth/create/Step3.tsx:73 +#: src/screens/Signup/index.tsx:154 msgid "Complete the challenge" msgstr "Compléter le défi" -#: src/view/com/composer/Composer.tsx:437 +#: src/view/com/composer/Composer.tsx:438 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Permet d’écrire des posts de {MAX_GRAPHEME_LENGTH} caractères maximum" @@ -854,18 +863,20 @@ msgstr "Permet d’écrire des posts de {MAX_GRAPHEME_LENGTH} caractères maximu msgid "Compose reply" msgstr "Rédiger une réponse" -#: src/components/moderation/GlobalModerationLabelPref.tsx:69 -#: src/components/moderation/ModerationLabelPref.tsx:149 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 msgid "Configure content filtering setting for category: {0}" msgstr "Configurer les paramètres de filtrage de contenu pour la catégorie : {0}" -#: src/components/moderation/ModerationLabelPref.tsx:116 +#: src/components/moderation/LabelPreference.tsx:81 +msgid "Configure content filtering setting for category: {name}" +msgstr "" + +#: src/components/moderation/LabelPreference.tsx:244 msgid "Configured in <0>moderation settings</0>." msgstr "" -#: src/components/Prompt.tsx:152 -#: src/components/Prompt.tsx:155 +#: src/components/Prompt.tsx:153 +#: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 #: src/view/com/modals/VerifyEmail.tsx:231 #: src/view/com/modals/VerifyEmail.tsx:233 @@ -885,11 +896,11 @@ msgstr "Confirmer" msgid "Confirm Change" msgstr "Confirmer le changement" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:35 msgid "Confirm content language settings" msgstr "Confirmer les paramètres de langue" -#: src/view/com/modals/DeleteAccount.tsx:220 +#: src/view/com/modals/DeleteAccount.tsx:219 msgid "Confirm delete account" msgstr "Confirmer la suppression du compte" @@ -897,27 +908,26 @@ msgstr "Confirmer la suppression du compte" #~ msgid "Confirm your age to enable adult content." #~ msgstr "Confirmez votre âge pour activer le contenu pour adultes." -#: src/screens/Moderation/index.tsx:303 +#: src/screens/Moderation/index.tsx:301 msgid "Confirm your age:" msgstr "" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:292 msgid "Confirm your birthdate" msgstr "" #: src/view/com/modals/ChangeEmail.tsx:157 -#: src/view/com/modals/DeleteAccount.tsx:176 -#: src/view/com/modals/DeleteAccount.tsx:182 +#: src/view/com/modals/DeleteAccount.tsx:175 +#: src/view/com/modals/DeleteAccount.tsx:181 #: src/view/com/modals/VerifyEmail.tsx:165 msgid "Confirmation code" msgstr "Code de confirmation" -#: src/view/com/auth/create/CreateAccount.tsx:193 -#: src/view/com/auth/login/LoginForm.tsx:281 +#: src/screens/Login/LoginForm.tsx:248 msgid "Connecting..." msgstr "Connexion…" -#: src/view/com/auth/create/CreateAccount.tsx:213 +#: src/screens/Signup/index.tsx:219 msgid "Contact support" msgstr "Contacter le support" @@ -937,7 +947,7 @@ msgstr "" #~ msgid "Content Filtering" #~ msgstr "Filtrage du contenu" -#: src/screens/Moderation/index.tsx:287 +#: src/screens/Moderation/index.tsx:285 msgid "Content filters" msgstr "" @@ -946,13 +956,13 @@ msgstr "" msgid "Content Languages" msgstr "Langues du contenu" -#: src/components/moderation/ModerationDetailsDialog.tsx:76 +#: src/components/moderation/ModerationDetailsDialog.tsx:75 #: src/lib/moderation/useModerationCauseDescription.ts:75 msgid "Content Not Available" msgstr "Contenu non disponible" -#: src/components/moderation/ModerationDetailsDialog.tsx:47 -#: src/components/moderation/ScreenHider.tsx:100 +#: src/components/moderation/ModerationDetailsDialog.tsx:46 +#: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 #: src/lib/moderation/useModerationCauseDescription.ts:38 msgid "Content Warning" @@ -966,29 +976,34 @@ msgstr "Avertissements sur le contenu" msgid "Context menu backdrop, click to close the menu." msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:170 -#: src/screens/Onboarding/StepFollowingFeed.tsx:153 -#: src/screens/Onboarding/StepInterests/index.tsx:248 -#: src/screens/Onboarding/StepModeration/index.tsx:102 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:114 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:161 +#: src/screens/Onboarding/StepFollowingFeed.tsx:154 +#: src/screens/Onboarding/StepInterests/index.tsx:252 +#: src/screens/Onboarding/StepModeration/index.tsx:103 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:118 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:96 msgid "Continue" msgstr "Continuer" -#: src/screens/Onboarding/StepFollowingFeed.tsx:150 -#: src/screens/Onboarding/StepInterests/index.tsx:245 -#: src/screens/Onboarding/StepModeration/index.tsx:99 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:111 +#: src/components/AccountList.tsx:108 +msgid "Continue as {0} (currently signed in)" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:151 +#: src/screens/Onboarding/StepInterests/index.tsx:249 +#: src/screens/Onboarding/StepModeration/index.tsx:100 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:115 +#: src/screens/Signup/index.tsx:198 msgid "Continue to next step" msgstr "Passer à l’étape suivante" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:167 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:158 msgid "Continue to the next step" msgstr "Passer à l’étape suivante" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:199 msgid "Continue to the next step without following any accounts" msgstr "Passer à l’étape suivante sans suivre aucun compte" @@ -996,8 +1011,8 @@ msgstr "Passer à l’étape suivante sans suivre aucun compte" msgid "Cooking" msgstr "Cuisine" -#: src/view/com/modals/AddAppPasswords.tsx:195 -#: src/view/com/modals/InviteCodes.tsx:182 +#: src/view/com/modals/AddAppPasswords.tsx:196 +#: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "Copié" @@ -1005,22 +1020,22 @@ msgstr "Copié" msgid "Copied build version to clipboard" msgstr "Version de build copiée dans le presse-papier" -#: src/view/com/modals/AddAppPasswords.tsx:76 -#: src/view/com/modals/ChangeHandle.tsx:327 -#: src/view/com/modals/InviteCodes.tsx:152 +#: src/view/com/modals/AddAppPasswords.tsx:77 +#: src/view/com/modals/ChangeHandle.tsx:326 +#: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:158 msgid "Copied to clipboard" msgstr "Copié dans le presse-papier" -#: src/view/com/modals/AddAppPasswords.tsx:189 +#: src/view/com/modals/AddAppPasswords.tsx:190 msgid "Copies app password" msgstr "Copie le mot de passe d’application" -#: src/view/com/modals/AddAppPasswords.tsx:188 +#: src/view/com/modals/AddAppPasswords.tsx:189 msgid "Copy" msgstr "Copie" -#: src/view/com/modals/ChangeHandle.tsx:481 +#: src/view/com/modals/ChangeHandle.tsx:480 msgid "Copy {0}" msgstr "" @@ -1047,7 +1062,7 @@ msgstr "Copier le texte du post" msgid "Copyright Policy" msgstr "Politique sur les droits d’auteur" -#: src/view/screens/ProfileFeed.tsx:102 +#: src/view/screens/ProfileFeed.tsx:103 msgid "Could not load feed" msgstr "Impossible de charger le fil d’actu" @@ -1055,9 +1070,9 @@ msgstr "Impossible de charger le fil d’actu" msgid "Could not load list" msgstr "Impossible de charger la liste" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:64 -#: src/view/com/auth/SplashScreen.tsx:73 -#: src/view/com/auth/SplashScreen.web.tsx:81 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:65 +#: src/view/com/auth/SplashScreen.tsx:75 +#: src/view/com/auth/SplashScreen.web.tsx:104 msgid "Create a new account" msgstr "Créer un nouveau compte" @@ -1065,20 +1080,21 @@ msgstr "Créer un nouveau compte" msgid "Create a new Bluesky account" msgstr "Créer un compte Bluesky" -#: src/view/com/auth/create/CreateAccount.tsx:133 +#: src/screens/Signup/index.tsx:129 msgid "Create Account" msgstr "Créer un compte" -#: src/view/com/modals/AddAppPasswords.tsx:226 +#: src/view/com/modals/AddAppPasswords.tsx:227 msgid "Create App Password" msgstr "Créer un mot de passe d’application" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:54 -#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:55 +#: src/view/com/auth/SplashScreen.tsx:66 +#: src/view/com/auth/SplashScreen.web.tsx:95 msgid "Create new account" msgstr "Créer un nouveau compte" -#: src/components/ReportDialog/SelectReportOptionView.tsx:94 +#: src/components/ReportDialog/SelectReportOptionView.tsx:93 msgid "Create report for {0}" msgstr "" @@ -1094,7 +1110,7 @@ msgstr "{0} créé" #~ msgid "Created by you" #~ msgstr "Créée par vous" -#: src/view/com/composer/Composer.tsx:468 +#: src/view/com/composer/Composer.tsx:469 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}" @@ -1102,16 +1118,16 @@ msgstr "Crée une carte avec une miniature. La carte pointe vers {url}" msgid "Culture" msgstr "Culture" -#: src/view/com/auth/server-input/index.tsx:95 -#: src/view/com/auth/server-input/index.tsx:96 +#: src/view/com/auth/server-input/index.tsx:97 +#: src/view/com/auth/server-input/index.tsx:99 msgid "Custom" msgstr "Personnalisé" -#: src/view/com/modals/ChangeHandle.tsx:389 +#: src/view/com/modals/ChangeHandle.tsx:388 msgid "Custom domain" msgstr "Domaine personnalisé" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:107 #: src/view/screens/Feeds.tsx:692 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "Les fils d’actu personnalisés élaborés par la communauté vous font vivre de nouvelles expériences et vous aident à trouver le contenu que vous aimez." @@ -1133,6 +1149,10 @@ msgstr "Mode sombre" msgid "Dark Theme" msgstr "Thème sombre" +#: src/screens/Signup/StepInfo/index.tsx:132 +msgid "Date of birth" +msgstr "" + #: src/view/screens/Settings/index.tsx:841 msgid "Debug Moderation" msgstr "" @@ -1151,7 +1171,7 @@ msgstr "" msgid "Delete account" msgstr "Supprimer le compte" -#: src/view/com/modals/DeleteAccount.tsx:87 +#: src/view/com/modals/DeleteAccount.tsx:86 msgid "Delete Account" msgstr "Supprimer le compte" @@ -1167,7 +1187,7 @@ msgstr "" msgid "Delete List" msgstr "Supprimer la liste" -#: src/view/com/modals/DeleteAccount.tsx:223 +#: src/view/com/modals/DeleteAccount.tsx:222 msgid "Delete my account" msgstr "Supprimer mon compte" @@ -1196,14 +1216,14 @@ msgstr "Supprimé" msgid "Deleted post." msgstr "Post supprimé." -#: 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 +#: src/view/com/modals/CreateOrEditList.tsx:301 +#: src/view/com/modals/CreateOrEditList.tsx:322 +#: src/view/com/modals/EditProfile.tsx:199 +#: src/view/com/modals/EditProfile.tsx:211 msgid "Description" msgstr "Description" -#: src/view/com/composer/Composer.tsx:217 +#: src/view/com/composer/Composer.tsx:218 msgid "Did you want to say anything?" msgstr "Vous vouliez dire quelque chose ?" @@ -1214,11 +1234,11 @@ msgstr "Atténué" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 #: src/lib/moderation/useLabelBehaviorDescription.ts:68 -#: src/screens/Moderation/index.tsx:343 +#: src/screens/Moderation/index.tsx:341 msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:510 +#: src/view/com/composer/Composer.tsx:511 msgid "Discard" msgstr "Ignorer" @@ -1226,12 +1246,12 @@ msgstr "Ignorer" #~ msgid "Discard draft" #~ msgstr "Ignorer le brouillon" -#: src/view/com/composer/Composer.tsx:507 +#: src/view/com/composer/Composer.tsx:508 msgid "Discard draft?" msgstr "" -#: src/screens/Moderation/index.tsx:520 -#: src/screens/Moderation/index.tsx:524 +#: src/screens/Moderation/index.tsx:518 +#: src/screens/Moderation/index.tsx:522 msgid "Discourage apps from showing my account to logged-out users" msgstr "Empêcher les applis de montrer mon compte aux personnes non connectées" @@ -1244,15 +1264,15 @@ msgstr "Découvrir des fils d’actu personnalisés" msgid "Discover New Feeds" msgstr "Découvrir de nouveaux fils d’actu" -#: src/view/com/modals/EditProfile.tsx:192 +#: src/view/com/modals/EditProfile.tsx:193 msgid "Display name" msgstr "Afficher le nom" -#: src/view/com/modals/EditProfile.tsx:180 +#: src/view/com/modals/EditProfile.tsx:181 msgid "Display Name" msgstr "Afficher le nom" -#: src/view/com/modals/ChangeHandle.tsx:398 +#: src/view/com/modals/ChangeHandle.tsx:397 msgid "DNS Panel" msgstr "" @@ -1260,32 +1280,38 @@ msgstr "" msgid "Does not include nudity." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/screens/Signup/StepHandle.tsx:104 +msgid "Doesn't begin or end with a hyphen" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "Domain Value" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:489 +#: src/view/com/modals/ChangeHandle.tsx:488 msgid "Domain verified!" msgstr "Domaine vérifié !" #: src/components/dialogs/BirthDateSettings.tsx:119 #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/auth/server-input/index.tsx:165 -#: src/view/com/auth/server-input/index.tsx:166 -#: src/view/com/modals/AddAppPasswords.tsx:226 -#: src/view/com/modals/AltImage.tsx:139 -#: src/view/com/modals/crop-image/CropImage.web.tsx:152 -#: src/view/com/modals/InviteCodes.tsx:80 -#: src/view/com/modals/InviteCodes.tsx:123 +#: src/components/forms/DateField/index.tsx:74 +#: src/components/forms/DateField/index.tsx:80 +#: src/view/com/auth/server-input/index.tsx:169 +#: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/modals/AddAppPasswords.tsx:227 +#: src/view/com/modals/AltImage.tsx:140 +#: src/view/com/modals/crop-image/CropImage.web.tsx:153 +#: src/view/com/modals/InviteCodes.tsx:81 +#: src/view/com/modals/InviteCodes.tsx:124 #: src/view/com/modals/ListAddRemoveUsers.tsx:142 #: src/view/screens/PreferencesFollowingFeed.tsx:311 #: src/view/screens/Settings/ExportCarDialog.tsx:94 -#: src/view/screens/Settings/ExportCarDialog.tsx:95 +#: src/view/screens/Settings/ExportCarDialog.tsx:96 msgid "Done" msgstr "Terminé" #: src/view/com/auth/onboarding/RecommendedFollows.tsx:86 -#: src/view/com/modals/EditImage.tsx:333 +#: src/view/com/modals/EditImage.tsx:334 #: src/view/com/modals/ListAddRemoveUsers.tsx:144 #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 @@ -1297,13 +1323,13 @@ msgctxt "action" msgid "Done" msgstr "Terminer" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:42 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:43 msgid "Done{extraText}" msgstr "Terminé{extraText}" #: src/view/com/auth/login/ChooseAccountForm.tsx:46 -msgid "Double tap to sign in" -msgstr "Tapotez deux fois pour vous connecter" +#~ msgid "Double tap to sign in" +#~ msgstr "Tapotez deux fois pour vous connecter" #: src/view/screens/Settings/index.tsx:755 #~ msgid "Download Bluesky account data (repository)" @@ -1322,19 +1348,19 @@ msgstr "Déposer pour ajouter des images" msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." msgstr "En raison des politiques d’Apple, le contenu pour adultes ne peut être activé que via le Web une fois l’inscription terminée." -#: src/view/com/modals/ChangeHandle.tsx:257 +#: src/view/com/modals/ChangeHandle.tsx:258 msgid "e.g. alice" msgstr "" -#: src/view/com/modals/EditProfile.tsx:185 +#: src/view/com/modals/EditProfile.tsx:186 msgid "e.g. Alice Roberts" msgstr "ex. Alice Dupont" -#: src/view/com/modals/ChangeHandle.tsx:381 +#: src/view/com/modals/ChangeHandle.tsx:380 msgid "e.g. alice.com" msgstr "" -#: src/view/com/modals/EditProfile.tsx:203 +#: src/view/com/modals/EditProfile.tsx:204 msgid "e.g. Artist, dog-lover, and avid reader." msgstr "ex. Artiste, amoureuse des chiens et lectrice passionnée." @@ -1342,23 +1368,23 @@ msgstr "ex. Artiste, amoureuse des chiens et lectrice passionnée." msgid "E.g. artistic nudes." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:283 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Great Posters" msgstr "ex. Les meilleurs comptes" -#: src/view/com/modals/CreateOrEditList.tsx:284 +#: src/view/com/modals/CreateOrEditList.tsx:285 msgid "e.g. Spammers" msgstr "ex. Spammeurs" -#: src/view/com/modals/CreateOrEditList.tsx:312 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. The posters who never miss." msgstr "ex. Ces comptes qui ne ratent jamais leur coup." -#: src/view/com/modals/CreateOrEditList.tsx:313 +#: src/view/com/modals/CreateOrEditList.tsx:314 msgid "e.g. Users that repeatedly reply with ads." msgstr "ex. Les comptes qui répondent toujours avec des pubs." -#: src/view/com/modals/InviteCodes.tsx:96 +#: src/view/com/modals/InviteCodes.tsx:97 msgid "Each code works once. You'll receive more invite codes periodically." msgstr "Chaque code ne fonctionne qu’une seule fois. Vous recevrez régulièrement d’autres codes d’invitation." @@ -1373,7 +1399,7 @@ msgid "Edit avatar" msgstr "" #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/modals/EditImage.tsx:207 +#: src/view/com/modals/EditImage.tsx:208 msgid "Edit image" msgstr "Modifier l’image" @@ -1381,7 +1407,7 @@ msgstr "Modifier l’image" msgid "Edit list details" msgstr "Modifier les infos de la liste" -#: src/view/com/modals/CreateOrEditList.tsx:250 +#: src/view/com/modals/CreateOrEditList.tsx:251 msgid "Edit Moderation List" msgstr "Modifier la liste de modération" @@ -1391,17 +1417,17 @@ msgstr "Modifier la liste de modération" msgid "Edit My Feeds" msgstr "Modifier mes fils d’actu" -#: src/view/com/modals/EditProfile.tsx:152 +#: src/view/com/modals/EditProfile.tsx:153 msgid "Edit my profile" msgstr "Modifier mon profil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:172 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:161 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 msgid "Edit profile" msgstr "Modifier le profil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:175 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:164 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 msgid "Edit Profile" msgstr "Modifier le profil" @@ -1410,15 +1436,15 @@ msgstr "Modifier le profil" msgid "Edit Saved Feeds" msgstr "Modifier les fils d’actu enregistrés" -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:246 msgid "Edit User List" msgstr "Modifier la liste de comptes" -#: src/view/com/modals/EditProfile.tsx:193 +#: src/view/com/modals/EditProfile.tsx:194 msgid "Edit your display name" msgstr "Modifier votre nom d’affichage" -#: src/view/com/modals/EditProfile.tsx:211 +#: src/view/com/modals/EditProfile.tsx:212 msgid "Edit your profile description" msgstr "Modifier votre description de profil" @@ -1426,14 +1452,12 @@ msgstr "Modifier votre description de profil" msgid "Education" msgstr "Éducation" -#: src/view/com/auth/create/Step1.tsx:176 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:156 +#: src/screens/Signup/StepInfo/index.tsx:80 #: src/view/com/modals/ChangeEmail.tsx:141 msgid "Email" msgstr "E-mail" -#: src/view/com/auth/create/Step1.tsx:167 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:147 +#: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "Adresse e-mail" @@ -1454,11 +1478,11 @@ msgstr "Adresse e-mail vérifiée" msgid "Email:" msgstr "E-mail :" -#: src/view/com/modals/EmbedConsent.tsx:113 +#: src/components/dialogs/EmbedConsent.tsx:101 msgid "Enable {0} only" msgstr "Activer {0} uniquement" -#: src/screens/Moderation/index.tsx:331 +#: src/screens/Moderation/index.tsx:329 msgid "Enable adult content" msgstr "" @@ -1471,9 +1495,14 @@ msgstr "Activer le contenu pour adultes" msgid "Enable adult content in your feeds" msgstr "Activer le contenu pour adultes dans vos fils d’actu" +#: src/components/dialogs/EmbedConsent.tsx:82 +#: src/components/dialogs/EmbedConsent.tsx:89 +msgid "Enable external media" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 -msgid "Enable External Media" -msgstr "Activer les médias externes" +#~ msgid "Enable External Media" +#~ msgstr "Activer les médias externes" #: src/view/screens/PreferencesExternalEmbeds.tsx:75 msgid "Enable media players for" @@ -1483,7 +1512,11 @@ 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/screens/Moderation/index.tsx:341 +#: src/components/dialogs/EmbedConsent.tsx:94 +msgid "Enable this source only" +msgstr "" + +#: src/screens/Moderation/index.tsx:339 msgid "Enabled" msgstr "" @@ -1491,12 +1524,16 @@ msgstr "" msgid "End of feed" msgstr "Fin du fil d’actu" -#: src/view/com/modals/AddAppPasswords.tsx:166 +#: src/view/com/modals/AddAppPasswords.tsx:167 msgid "Enter a name for this App Password" msgstr "Entrer un nom pour ce mot de passe d’application" +#: src/screens/Login/SetNewPasswordForm.tsx:139 +msgid "Enter a password" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:99 #: src/components/dialogs/MutedWords.tsx:100 -#: src/components/dialogs/MutedWords.tsx:101 msgid "Enter a word or tag" msgstr "Saisir un mot ou un mot-clé" @@ -1508,20 +1545,20 @@ msgstr "Entrer un code de confirmation" msgid "Enter the code you received to change your password." msgstr "Saisissez le code que vous avez reçu pour modifier votre mot de passe." -#: src/view/com/modals/ChangeHandle.tsx:371 +#: src/view/com/modals/ChangeHandle.tsx:370 msgid "Enter the domain you want to use" msgstr "Entrez le domaine que vous voulez utiliser" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:107 +#: src/screens/Login/ForgotPasswordForm.tsx:119 msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Saisissez l’e-mail que vous avez utilisé pour créer votre compte. Nous vous enverrons un « code de réinitialisation » afin changer votre mot de passe." #: src/components/dialogs/BirthDateSettings.tsx:108 -#: src/view/com/auth/create/Step1.tsx:228 msgid "Enter your birth date" msgstr "Saisissez votre date de naissance" -#: src/view/com/auth/create/Step1.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:105 +#: src/screens/Signup/StepInfo/index.tsx:91 msgid "Enter your email address" msgstr "Entrez votre e-mail" @@ -1533,15 +1570,15 @@ 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/login/Login.tsx:99 +#: src/screens/Login/index.tsx:101 msgid "Enter your username and password" msgstr "Entrez votre pseudo et votre mot de passe" -#: src/view/com/auth/create/Step3.tsx:67 +#: src/screens/Signup/StepCaptcha/index.tsx:49 msgid "Error receiving captcha response." msgstr "Erreur de réception de la réponse captcha." -#: src/view/screens/Search/Search.tsx:110 +#: src/view/screens/Search/Search.tsx:111 msgid "Error:" msgstr "Erreur :" @@ -1553,15 +1590,15 @@ msgstr "Tout le monde" msgid "Excessive mentions or replies" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:231 +#: src/view/com/modals/DeleteAccount.tsx:230 msgid "Exits account deletion process" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:150 +#: src/view/com/modals/ChangeHandle.tsx:151 msgid "Exits handle change process" msgstr "Sort du processus de changement de pseudo" -#: src/view/com/modals/crop-image/CropImage.web.tsx:135 +#: src/view/com/modals/crop-image/CropImage.web.tsx:136 msgid "Exits image cropping process" msgstr "" @@ -1600,11 +1637,12 @@ msgstr "Exporter mes données" msgid "Export My Data" msgstr "Exporter mes données" -#: src/view/com/modals/EmbedConsent.tsx:64 +#: src/components/dialogs/EmbedConsent.tsx:55 +#: src/components/dialogs/EmbedConsent.tsx:59 msgid "External Media" msgstr "Média externe" -#: src/view/com/modals/EmbedConsent.tsx:75 +#: src/components/dialogs/EmbedConsent.tsx:71 #: src/view/screens/PreferencesExternalEmbeds.tsx:66 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." @@ -1619,12 +1657,12 @@ msgstr "Préférences sur les médias externes" msgid "External media settings" msgstr "Préférences sur les médias externes" -#: src/view/com/modals/AddAppPasswords.tsx:115 -#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:116 +#: src/view/com/modals/AddAppPasswords.tsx:120 msgid "Failed to create app password." msgstr "Échec de la création du mot de passe d’application." -#: src/view/com/modals/CreateOrEditList.tsx:206 +#: src/view/com/modals/CreateOrEditList.tsx:207 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." @@ -1661,8 +1699,8 @@ msgstr "Feedback" #: src/Navigation.tsx:464 #: src/view/screens/Feeds.tsx:419 #: src/view/screens/Feeds.tsx:524 -#: src/view/screens/Profile.tsx:192 -#: src/view/shell/bottom-bar/BottomBar.tsx:183 +#: src/view/screens/Profile.tsx:194 +#: src/view/shell/bottom-bar/BottomBar.tsx:191 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:479 #: src/view/shell/Drawer.tsx:480 @@ -1677,11 +1715,11 @@ 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:76 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 msgid "Feeds can be topical as well!" msgstr "Les fils d’actu peuvent également être thématiques !" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "File Contents" msgstr "" @@ -1689,7 +1727,7 @@ msgstr "" msgid "Filter from feeds" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Finalizing" msgstr "Finalisation" @@ -1699,11 +1737,11 @@ msgstr "Finalisation" msgid "Find accounts to follow" msgstr "Trouver des comptes à suivre" -#: src/view/screens/Search/Search.tsx:441 +#: src/view/screens/Search/Search.tsx:442 msgid "Find users on Bluesky" msgstr "Trouver des comptes sur Bluesky" -#: src/view/screens/Search/Search.tsx:439 +#: src/view/screens/Search/Search.tsx:440 msgid "Find users with the search tool on the right" msgstr "Trouvez des comptes à l’aide de l’outil de recherche, à droite" @@ -1723,23 +1761,23 @@ msgstr "Affine les fils de discussion." msgid "Fitness" msgstr "Fitness" -#: src/screens/Onboarding/StepFinished.tsx:131 +#: src/screens/Onboarding/StepFinished.tsx:135 msgid "Flexible" msgstr "Flexible" -#: src/view/com/modals/EditImage.tsx:115 +#: src/view/com/modals/EditImage.tsx:116 msgid "Flip horizontal" msgstr "Miroir horizontal" -#: src/view/com/modals/EditImage.tsx:120 -#: src/view/com/modals/EditImage.tsx:287 +#: src/view/com/modals/EditImage.tsx:121 +#: src/view/com/modals/EditImage.tsx:288 msgid "Flip vertically" msgstr "Miroir vertical" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:246 msgid "Follow" msgstr "Suivre" @@ -1750,8 +1788,8 @@ msgid "Follow" msgstr "Suivre" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Suivre {0}" @@ -1760,11 +1798,15 @@ msgstr "Suivre {0}" msgid "Follow Account" msgstr "" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:179 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 msgid "Follow All" msgstr "Suivre tous" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +msgid "Follow Back" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 msgid "Follow selected accounts and continue to the next step" msgstr "Suivre les comptes sélectionnés et passer à l’étape suivante" @@ -1788,19 +1830,19 @@ msgstr "Comptes suivis uniquement" msgid "followed you" msgstr "vous suit" -#: src/view/com/profile/ProfileFollowers.tsx:109 +#: src/view/com/profile/ProfileFollowers.tsx:104 #: src/view/screens/ProfileFollowers.tsx:25 msgid "Followers" msgstr "Abonné·e·s" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:227 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 -#: src/view/com/profile/ProfileFollows.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 +#: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "Suivi" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 msgid "Following {0}" msgstr "Suit {0}" @@ -1828,33 +1870,41 @@ msgstr "Vous suit" msgid "Food" msgstr "Nourriture" -#: src/view/com/modals/DeleteAccount.tsx:111 +#: src/view/com/modals/DeleteAccount.tsx:110 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." -#: src/view/com/modals/AddAppPasswords.tsx:209 +#: src/view/com/modals/AddAppPasswords.tsx:210 msgid "For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one." msgstr "Pour des raisons de sécurité, vous ne pourrez plus afficher ceci. Si vous perdez ce mot de passe, vous devrez en générer un autre." #: src/view/com/auth/login/LoginForm.tsx:244 -msgid "Forgot" -msgstr "Oublié" +#~ msgid "Forgot" +#~ msgstr "Oublié" #: src/view/com/auth/login/LoginForm.tsx:241 -msgid "Forgot password" -msgstr "Mot de passe oublié" +#~ msgid "Forgot password" +#~ msgstr "Mot de passe oublié" -#: src/view/com/auth/login/Login.tsx:127 -#: src/view/com/auth/login/Login.tsx:143 +#: src/screens/Login/index.tsx:129 +#: src/screens/Login/index.tsx:144 msgid "Forgot Password" msgstr "Mot de passe oublié" +#: src/screens/Login/LoginForm.tsx:201 +msgid "Forgot password?" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 +msgid "Forgot?" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:52 msgid "Frequently Posts Unwanted Content" msgstr "" -#: src/screens/Hashtag.tsx:108 -#: src/screens/Hashtag.tsx:148 +#: src/screens/Hashtag.tsx:109 +#: src/screens/Hashtag.tsx:149 msgid "From @{sanitizedAuthor}" msgstr "De @{sanitizedAuthor}" @@ -1876,29 +1926,31 @@ msgstr "C’est parti" msgid "Glaring violations of law or terms of service" msgstr "" -#: src/components/moderation/ScreenHider.tsx:144 -#: src/components/moderation/ScreenHider.tsx:153 -#: src/view/com/auth/LoggedOut.tsx:81 +#: src/components/moderation/ScreenHider.tsx:151 +#: src/components/moderation/ScreenHider.tsx:160 #: src/view/com/auth/LoggedOut.tsx:82 +#: src/view/com/auth/LoggedOut.tsx:83 #: src/view/screens/NotFound.tsx:55 -#: src/view/screens/ProfileFeed.tsx:111 +#: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:916 #: src/view/shell/desktop/LeftNav.tsx:108 msgid "Go back" msgstr "Retour" +#: src/components/Error.tsx:91 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 -#: src/view/screens/ProfileFeed.tsx:116 +#: src/view/screens/ProfileFeed.tsx:117 #: src/view/screens/ProfileList.tsx:921 msgid "Go Back" msgstr "Retour" -#: src/components/ReportDialog/SelectReportOptionView.tsx:74 +#: src/components/ReportDialog/SelectReportOptionView.tsx:73 #: src/components/ReportDialog/SubmitView.tsx:104 -#: src/screens/Onboarding/Layout.tsx:104 -#: src/screens/Onboarding/Layout.tsx:193 +#: src/screens/Onboarding/Layout.tsx:102 +#: src/screens/Onboarding/Layout.tsx:191 +#: src/screens/Signup/index.tsx:173 msgid "Go back to previous step" msgstr "Retour à l’étape précédente" @@ -1910,15 +1962,12 @@ msgstr "" msgid "Go Home" msgstr "" -#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:749 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "Aller à @{queryMaybeHandle}" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:189 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:218 -#: src/view/com/auth/login/LoginForm.tsx:291 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:195 +#: src/screens/Login/ForgotPasswordForm.tsx:172 #: src/view/com/modals/ChangePassword.tsx:167 msgid "Go to next" msgstr "Aller à la suite" @@ -1927,7 +1976,7 @@ msgstr "Aller à la suite" msgid "Graphic Media" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:265 +#: src/view/com/modals/ChangeHandle.tsx:266 msgid "Handle" msgstr "Pseudo" @@ -1939,11 +1988,11 @@ msgstr "" msgid "Hashtag" msgstr "Mot-clé" -#: src/components/RichText.tsx:190 +#: src/components/RichText.tsx:191 msgid "Hashtag: #{tag}" msgstr "Mot-clé : #{tag}" -#: src/view/com/auth/create/CreateAccount.tsx:208 +#: src/screens/Signup/index.tsx:217 msgid "Having trouble?" msgstr "Un souci ?" @@ -1952,24 +2001,24 @@ msgstr "Un souci ?" msgid "Help" msgstr "Aide" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:140 msgid "Here are some accounts for you to follow" msgstr "Voici quelques comptes à suivre" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:85 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:89 msgid "Here are some popular topical feeds. You can choose to follow as many as you like." msgstr "Voici quelques fils d’actu thématiques populaires. Vous pouvez choisir d’en suivre autant que vous le souhaitez." -#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:84 msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." msgstr "Voici quelques fils d’actu thématiques basés sur vos centres d’intérêt : {interestsText}. Vous pouvez choisir d’en suivre autant que vous le souhaitez." -#: src/view/com/modals/AddAppPasswords.tsx:153 +#: src/view/com/modals/AddAppPasswords.tsx:154 msgid "Here is your app password." msgstr "Voici le mot de passe de votre appli." #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:43 +#: src/components/moderation/LabelPreference.tsx:134 #: src/components/moderation/PostHider.tsx:107 #: src/lib/moderation/useLabelBehaviorDescription.ts:15 #: src/lib/moderation/useLabelBehaviorDescription.ts:20 @@ -2028,7 +2077,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/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:59 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "" @@ -2037,20 +2086,21 @@ msgid "Hmmmm, we couldn't load that moderation service." msgstr "" #: src/Navigation.tsx:454 -#: src/view/shell/bottom-bar/BottomBar.tsx:139 +#: src/view/shell/bottom-bar/BottomBar.tsx:147 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:401 #: src/view/shell/Drawer.tsx:402 msgid "Home" msgstr "Accueil" -#: src/view/com/modals/ChangeHandle.tsx:421 +#: src/view/com/modals/ChangeHandle.tsx:420 msgid "Host:" msgstr "" -#: src/view/com/auth/create/Step1.tsx:75 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:120 -#: src/view/com/modals/ChangeHandle.tsx:280 +#: src/screens/Login/ForgotPasswordForm.tsx:89 +#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Signup/StepInfo/index.tsx:40 +#: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" msgstr "Hébergeur" @@ -2066,7 +2116,7 @@ msgstr "J’ai un code" msgid "I have a confirmation code" msgstr "J’ai un code de confirmation" -#: src/view/com/modals/ChangeHandle.tsx:283 +#: src/view/com/modals/ChangeHandle.tsx:284 msgid "I have my own domain" msgstr "J’ai mon propre domaine" @@ -2078,7 +2128,7 @@ 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/auth/create/Policies.tsx:91 +#: src/screens/Signup/StepInfo/Policies.tsx:83 msgid "If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf." msgstr "" @@ -2102,7 +2152,7 @@ msgstr "" msgid "Image" msgstr "Image" -#: src/view/com/modals/AltImage.tsx:120 +#: src/view/com/modals/AltImage.tsx:121 msgid "Image alt text" msgstr "Texte alt de l’image" @@ -2115,51 +2165,51 @@ msgstr "Texte alt de l’image" msgid "Impersonation or false claims about identity or affiliation" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:138 +#: src/screens/Login/SetNewPasswordForm.tsx:127 msgid "Input code sent to your email for password reset" msgstr "Entrez le code envoyé à votre e-mail pour réinitialiser le mot de passe" -#: src/view/com/modals/DeleteAccount.tsx:184 +#: src/view/com/modals/DeleteAccount.tsx:183 msgid "Input confirmation code for account deletion" msgstr "Entrez le code de confirmation pour supprimer le compte" #: src/view/com/auth/create/Step1.tsx:177 -msgid "Input email for Bluesky account" -msgstr "Saisir l’email pour le compte Bluesky" +#~ msgid "Input email for Bluesky account" +#~ msgstr "Saisir l’email pour le compte Bluesky" #: src/view/com/auth/create/Step1.tsx:151 -msgid "Input invite code to proceed" -msgstr "Entrez le code d’invitation pour continuer" +#~ msgid "Input invite code to proceed" +#~ msgstr "Entrez le code d’invitation pour continuer" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:181 msgid "Input name for app password" msgstr "Entrez le nom du mot de passe de l’appli" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:162 +#: src/screens/Login/SetNewPasswordForm.tsx:151 msgid "Input new password" msgstr "Entrez le nouveau mot de passe" -#: src/view/com/modals/DeleteAccount.tsx:203 +#: src/view/com/modals/DeleteAccount.tsx:202 msgid "Input password for account deletion" msgstr "Entrez le mot de passe pour la suppression du compte" -#: src/view/com/auth/login/LoginForm.tsx:233 +#: src/screens/Login/LoginForm.tsx:195 msgid "Input the password tied to {identifier}" msgstr "Entrez le mot de passe associé à {identifier}" -#: src/view/com/auth/login/LoginForm.tsx:200 +#: src/screens/Login/LoginForm.tsx:168 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/login/LoginForm.tsx:232 +#: src/screens/Login/LoginForm.tsx:194 msgid "Input your password" msgstr "Entrez votre mot de passe" -#: src/view/com/modals/ChangeHandle.tsx:390 +#: src/view/com/modals/ChangeHandle.tsx:389 msgid "Input your preferred hosting provider" msgstr "" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Signup/StepHandle.tsx:62 msgid "Input your user handle" msgstr "Entrez votre pseudo" @@ -2167,37 +2217,36 @@ msgstr "Entrez votre pseudo" msgid "Invalid or unsupported post record" msgstr "Enregistrement de post invalide ou non pris en charge" -#: src/view/com/auth/login/LoginForm.tsx:116 +#: src/screens/Login/LoginForm.tsx:114 msgid "Invalid username or password" msgstr "Pseudo ou mot de passe incorrect" -#: src/view/com/modals/InviteCodes.tsx:93 +#: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Inviter un ami" -#: src/view/com/auth/create/Step1.tsx:141 -#: src/view/com/auth/create/Step1.tsx:150 +#: src/screens/Signup/StepInfo/index.tsx:58 msgid "Invite code" msgstr "Code d’invitation" -#: src/view/com/auth/create/state.ts:158 +#: src/screens/Signup/state.ts:278 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Code d’invitation refusé. Vérifiez que vous l’avez saisi correctement et réessayez." -#: src/view/com/modals/InviteCodes.tsx:170 +#: src/view/com/modals/InviteCodes.tsx:171 msgid "Invite codes: {0} available" msgstr "Code d’invitation : {0} disponible" -#: src/view/com/modals/InviteCodes.tsx:169 +#: src/view/com/modals/InviteCodes.tsx:170 msgid "Invite codes: 1 available" msgstr "Invitations : 1 code dispo" -#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +#: src/screens/Onboarding/StepFollowingFeed.tsx:65 msgid "It shows posts from the people you follow as they happen." msgstr "Il affiche les posts des personnes que vous suivez au fur et à mesure qu’ils sont publiés." -#: src/view/com/auth/HomeLoggedOutCTA.tsx:103 -#: src/view/com/auth/SplashScreen.web.tsx:138 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:104 +#: src/view/com/auth/SplashScreen.web.tsx:172 msgid "Jobs" msgstr "Emplois" @@ -2217,11 +2266,11 @@ msgstr "" msgid "Labeled by the author." msgstr "" -#: src/view/screens/Profile.tsx:186 +#: src/view/screens/Profile.tsx:188 msgid "Labels" msgstr "" -#: src/screens/Profile/Sections/Labels.tsx:143 +#: src/screens/Profile/Sections/Labels.tsx:142 msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "" @@ -2229,11 +2278,11 @@ msgstr "" msgid "labels have been placed on this {labelTarget}" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:63 +#: src/components/moderation/LabelsOnMeDialog.tsx:62 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "Labels on your content" msgstr "" @@ -2255,14 +2304,14 @@ msgid "Languages" msgstr "Langues" #: src/view/com/auth/create/StepHeader.tsx:20 -msgid "Last step!" -msgstr "Dernière étape !" +#~ msgid "Last step!" +#~ msgstr "Dernière étape !" #: src/view/com/util/moderation/ContentHider.tsx:103 #~ msgid "Learn more" #~ msgstr "En savoir plus" -#: src/components/moderation/ScreenHider.tsx:129 +#: src/components/moderation/ScreenHider.tsx:136 msgid "Learn More" msgstr "En savoir plus" @@ -2272,11 +2321,11 @@ msgid "Learn more about the moderation applied to this content." msgstr "" #: src/components/moderation/PostHider.tsx:85 -#: src/components/moderation/ScreenHider.tsx:126 +#: src/components/moderation/ScreenHider.tsx:125 msgid "Learn more about this warning" msgstr "En savoir plus sur cet avertissement" -#: src/screens/Moderation/index.tsx:551 +#: src/screens/Moderation/index.tsx:549 msgid "Learn more about what is public on Bluesky." msgstr "En savoir plus sur ce qui est public sur Bluesky." @@ -2288,7 +2337,7 @@ msgstr "" msgid "Leave them all unchecked to see any language." msgstr "Si vous ne cochez rien, toutes les langues s’afficheront." -#: src/view/com/modals/LinkWarning.tsx:51 +#: src/view/com/modals/LinkWarning.tsx:65 msgid "Leaving Bluesky" msgstr "Quitter Bluesky" @@ -2300,12 +2349,12 @@ msgstr "devant vous dans la file." msgid "Legacy storage cleared, you need to restart the app now." msgstr "Stockage ancien effacé, vous devez redémarrer l’application maintenant." -#: src/view/com/auth/login/Login.tsx:128 -#: src/view/com/auth/login/Login.tsx:144 +#: src/screens/Login/index.tsx:130 +#: src/screens/Login/index.tsx:145 msgid "Let's get your password reset!" msgstr "Réinitialisez votre mot de passe !" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Let's go!" msgstr "Allons-y !" @@ -2318,12 +2367,12 @@ msgstr "Allons-y !" msgid "Light" msgstr "Clair" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Like" msgstr "Liker" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:257 -#: src/view/screens/ProfileFeed.tsx:572 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:258 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Like this feed" msgstr "Liker ce fil d’actu" @@ -2333,7 +2382,7 @@ msgstr "Liker ce fil d’actu" msgid "Liked by" msgstr "Liké par" -#: src/screens/Profile/ProfileLabelerLikedBy.tsx:42 +#: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 #: src/view/screens/PostLikedBy.tsx:27 #: src/view/screens/ProfileFeedLikedBy.tsx:27 msgid "Liked By" @@ -2347,9 +2396,9 @@ msgstr "Liké par {0} {1}" msgid "Liked by {count} {0}" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:277 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:291 -#: src/view/screens/ProfileFeed.tsx:587 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292 +#: src/view/screens/ProfileFeed.tsx:588 msgid "Liked by {likeCount} {0}" msgstr "Liké par {likeCount} {0}" @@ -2361,7 +2410,7 @@ msgstr "liké votre fil d’actu personnalisé" msgid "liked your post" msgstr "liké votre post" -#: src/view/screens/Profile.tsx:191 +#: src/view/screens/Profile.tsx:193 msgid "Likes" msgstr "Likes" @@ -2373,7 +2422,7 @@ msgstr "Likes sur ce post" msgid "List" msgstr "Liste" -#: src/view/com/modals/CreateOrEditList.tsx:261 +#: src/view/com/modals/CreateOrEditList.tsx:262 msgid "List Avatar" msgstr "Liste des avatars" @@ -2393,7 +2442,7 @@ msgstr "Liste supprimée" msgid "List muted" msgstr "Liste masquée" -#: src/view/com/modals/CreateOrEditList.tsx:275 +#: src/view/com/modals/CreateOrEditList.tsx:276 msgid "List Name" msgstr "Nom de liste" @@ -2406,8 +2455,8 @@ msgid "List unmuted" msgstr "Liste démasquée" #: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:187 -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:195 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 @@ -2424,8 +2473,8 @@ msgid "Load new notifications" msgstr "Charger les nouvelles notifications" #: src/screens/Profile/Sections/Feed.tsx:70 -#: src/view/com/feeds/FeedPage.tsx:124 -#: src/view/screens/ProfileFeed.tsx:495 +#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/screens/ProfileFeed.tsx:496 #: src/view/screens/ProfileList.tsx:695 msgid "Load new posts" msgstr "Charger les nouveaux posts" @@ -2445,31 +2494,35 @@ msgstr "Journaux" msgid "Log out" msgstr "Déconnexion" -#: src/screens/Moderation/index.tsx:444 +#: src/screens/Moderation/index.tsx:442 msgid "Logged-out visibility" msgstr "Visibilité déconnectée" -#: src/view/com/auth/login/ChooseAccountForm.tsx:142 +#: src/components/AccountList.tsx:54 msgid "Login to account that is not listed" msgstr "Se connecter à un compte qui n’est pas listé" -#: src/view/com/modals/LinkWarning.tsx:65 +#: src/screens/Login/SetNewPasswordForm.tsx:116 +msgid "Looks like XXXXX-XXXXX" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:79 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/components/dialogs/MutedWords.tsx:83 +#: src/components/dialogs/MutedWords.tsx:82 msgid "Manage your muted words and tags" msgstr "Gérer les mots et les mots-clés masqués" #: src/view/com/auth/create/Step2.tsx:118 -msgid "May not be longer than 253 characters" -msgstr "Ne doit pas dépasser 253 caractères" +#~ msgid "May not be longer than 253 characters" +#~ msgstr "Ne doit pas dépasser 253 caractères" #: src/view/com/auth/create/Step2.tsx:109 -msgid "May only contain letters and numbers" -msgstr "Ne peut contenir que des lettres et des chiffres" +#~ msgid "May only contain letters and numbers" +#~ msgstr "Ne peut contenir que des lettres et des chiffres" -#: src/view/screens/Profile.tsx:190 +#: src/view/screens/Profile.tsx:192 msgid "Media" msgstr "Média" @@ -2482,7 +2535,7 @@ msgid "Mentioned users" msgstr "Comptes mentionnés" #: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:647 +#: src/view/screens/Search/Search.tsx:648 msgid "Menu" msgstr "Menu" @@ -2495,7 +2548,7 @@ msgid "Misleading Account" msgstr "" #: src/Navigation.tsx:119 -#: src/screens/Moderation/index.tsx:106 +#: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:645 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:514 @@ -2503,7 +2556,7 @@ msgstr "" msgid "Moderation" msgstr "Modération" -#: src/components/moderation/ModerationDetailsDialog.tsx:113 +#: src/components/moderation/ModerationDetailsDialog.tsx:112 msgid "Moderation details" msgstr "" @@ -2522,15 +2575,15 @@ msgstr "Liste de modération par <0/>" msgid "Moderation list by you" msgstr "Liste de modération par vous" -#: src/view/com/modals/CreateOrEditList.tsx:197 +#: src/view/com/modals/CreateOrEditList.tsx:198 msgid "Moderation list created" msgstr "Liste de modération créée" -#: src/view/com/modals/CreateOrEditList.tsx:183 +#: src/view/com/modals/CreateOrEditList.tsx:184 msgid "Moderation list updated" msgstr "Liste de modération mise à jour" -#: src/screens/Moderation/index.tsx:245 +#: src/screens/Moderation/index.tsx:243 msgid "Moderation lists" msgstr "Listes de modération" @@ -2547,11 +2600,11 @@ msgstr "Paramètres de modération" msgid "Moderation states" msgstr "" -#: src/screens/Moderation/index.tsx:217 +#: src/screens/Moderation/index.tsx:215 msgid "Moderation tools" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:49 +#: src/components/moderation/ModerationDetailsDialog.tsx:48 #: src/lib/moderation/useModerationCauseDescription.ts:40 msgid "Moderator has chosen to set a general warning on the content." msgstr "La modération a choisi d’ajouter un avertissement général sur le contenu." @@ -2573,8 +2626,8 @@ msgid "Most-liked replies first" msgstr "Réponses les plus likées en premier" #: src/view/com/auth/create/Step2.tsx:122 -msgid "Must be at least 3 characters" -msgstr "Doit comporter au moins 3 caractères" +#~ msgid "Must be at least 3 characters" +#~ msgstr "Doit comporter au moins 3 caractères" #: src/components/TagMenu/index.tsx:249 msgid "Mute" @@ -2597,11 +2650,11 @@ msgstr "Masquer les comptes" msgid "Mute all {displayTag} posts" msgstr "Masquer tous les posts {displayTag}" -#: src/components/dialogs/MutedWords.tsx:149 +#: src/components/dialogs/MutedWords.tsx:148 msgid "Mute in tags only" msgstr "Masquer dans les mots-clés uniquement" -#: src/components/dialogs/MutedWords.tsx:134 +#: src/components/dialogs/MutedWords.tsx:133 msgid "Mute in text & tags" msgstr "Masquer dans le texte et les mots-clés" @@ -2618,11 +2671,11 @@ msgstr "Masquer ces comptes ?" #~ msgid "Mute this List" #~ msgstr "Masquer cette liste" -#: src/components/dialogs/MutedWords.tsx:127 +#: src/components/dialogs/MutedWords.tsx:126 msgid "Mute this word in post text and tags" msgstr "Masquer ce mot dans le texte du post et les mots-clés" -#: src/components/dialogs/MutedWords.tsx:142 +#: src/components/dialogs/MutedWords.tsx:141 msgid "Mute this word in tags only" msgstr "Masquer ce mot dans les mots-clés uniquement" @@ -2640,7 +2693,7 @@ msgstr "Masquer les mots et les mots-clés" msgid "Muted" msgstr "Masqué" -#: src/screens/Moderation/index.tsx:257 +#: src/screens/Moderation/index.tsx:255 msgid "Muted accounts" msgstr "Comptes masqués" @@ -2657,7 +2710,7 @@ msgstr "Les comptes masqués voient leurs posts supprimés de votre fil d’actu msgid "Muted by \"{0}\"" msgstr "" -#: src/screens/Moderation/index.tsx:233 +#: src/screens/Moderation/index.tsx:231 msgid "Muted words & tags" msgstr "Les mots et les mots-clés masqués" @@ -2690,12 +2743,12 @@ msgstr "Mes fils d’actu enregistrés" #~ msgid "my-server.com" #~ msgstr "mon-serveur.fr" -#: src/view/com/modals/AddAppPasswords.tsx:179 -#: src/view/com/modals/CreateOrEditList.tsx:290 +#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/CreateOrEditList.tsx:291 msgid "Name" msgstr "Nom" -#: src/view/com/modals/CreateOrEditList.tsx:145 +#: src/view/com/modals/CreateOrEditList.tsx:146 msgid "Name is required" msgstr "Le nom est requis" @@ -2709,10 +2762,8 @@ msgstr "" msgid "Nature" msgstr "Nature" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:190 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:219 -#: src/view/com/auth/login/LoginForm.tsx:292 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:196 +#: src/screens/Login/ForgotPasswordForm.tsx:173 +#: src/screens/Login/LoginForm.tsx:254 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "Navigue vers le prochain écran" @@ -2721,21 +2772,21 @@ msgstr "Navigue vers le prochain écran" msgid "Navigates to your profile" msgstr "Navigue vers votre profil" -#: src/components/ReportDialog/SelectReportOptionView.tsx:124 +#: src/components/ReportDialog/SelectReportOptionView.tsx:122 msgid "Need to report a copyright violation?" msgstr "" #: src/view/com/modals/EmbedConsent.tsx:107 #: src/view/com/modals/EmbedConsent.tsx:123 -msgid "Never load embeds from {0}" -msgstr "Ne jamais charger les contenus intégrés de {0}" +#~ msgid "Never load embeds from {0}" +#~ msgstr "Ne jamais charger les contenus intégrés de {0}" #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:72 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:74 msgid "Never lose access to your followers and data." msgstr "Ne perdez jamais l’accès à vos followers et à vos données." -#: src/screens/Onboarding/StepFinished.tsx:119 +#: src/screens/Onboarding/StepFinished.tsx:123 msgid "Never lose access to your followers or data." msgstr "Ne perdez jamais l’accès à vos followers ou à vos données." @@ -2743,7 +2794,7 @@ msgstr "Ne perdez jamais l’accès à vos followers ou à vos données." #~ msgid "Nevermind" #~ msgstr "Peu importe" -#: src/view/com/modals/ChangeHandle.tsx:520 +#: src/view/com/modals/ChangeHandle.tsx:519 msgid "Nevermind, create a handle for me" msgstr "" @@ -2756,11 +2807,10 @@ msgstr "Nouveau" msgid "New" msgstr "Nouveau" -#: src/view/com/modals/CreateOrEditList.tsx:252 +#: src/view/com/modals/CreateOrEditList.tsx:253 msgid "New Moderation List" msgstr "Nouvelle liste de modération" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/ChangePassword.tsx:212 msgid "New password" msgstr "Nouveau mot de passe" @@ -2769,15 +2819,15 @@ msgstr "Nouveau mot de passe" msgid "New Password" msgstr "Nouveau mot de passe" -#: src/view/com/feeds/FeedPage.tsx:135 +#: src/view/com/feeds/FeedPage.tsx:149 msgctxt "action" msgid "New post" msgstr "Nouveau post" #: src/view/screens/Feeds.tsx:555 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:450 -#: src/view/screens/ProfileFeed.tsx:433 +#: src/view/screens/Profile.tsx:452 +#: src/view/screens/ProfileFeed.tsx:434 #: src/view/screens/ProfileList.tsx:199 #: src/view/screens/ProfileList.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:252 @@ -2789,7 +2839,7 @@ msgctxt "action" msgid "New Post" msgstr "Nouveau post" -#: src/view/com/modals/CreateOrEditList.tsx:247 +#: src/view/com/modals/CreateOrEditList.tsx:248 msgid "New User List" msgstr "Nouvelle liste de comptes" @@ -2801,12 +2851,13 @@ msgstr "Réponses les plus récentes en premier" msgid "News" msgstr "Actualités" -#: src/view/com/auth/create/CreateAccount.tsx:172 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:182 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:192 -#: src/view/com/auth/login/LoginForm.tsx:294 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:187 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:143 +#: src/screens/Login/ForgotPasswordForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:253 +#: src/screens/Login/LoginForm.tsx:260 +#: src/screens/Login/SetNewPasswordForm.tsx:174 +#: src/screens/Login/SetNewPasswordForm.tsx:180 +#: src/screens/Signup/index.tsx:205 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:79 #: src/view/com/modals/ChangePassword.tsx:253 #: src/view/com/modals/ChangePassword.tsx:255 @@ -2831,19 +2882,23 @@ msgstr "Image suivante" msgid "No" msgstr "Non" -#: src/view/screens/ProfileFeed.tsx:561 +#: src/view/screens/ProfileFeed.tsx:562 #: src/view/screens/ProfileList.tsx:769 msgid "No description" msgstr "Aucune description" -#: src/view/com/modals/ChangeHandle.tsx:406 +#: src/view/com/modals/ChangeHandle.tsx:405 msgid "No DNS Panel" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 msgid "No longer following {0}" msgstr "Ne suit plus {0}" +#: src/screens/Signup/StepHandle.tsx:114 +msgid "No longer than 253 characters" +msgstr "" + #: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "Pas encore de notifications !" @@ -2853,7 +2908,7 @@ msgstr "Pas encore de notifications !" msgid "No result" msgstr "Aucun résultat" -#: src/components/Lists.tsx:189 +#: src/components/Lists.tsx:183 msgid "No results found" msgstr "Aucun résultat trouvé" @@ -2862,12 +2917,13 @@ 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:282 -#: src/view/screens/Search/Search.tsx:310 +#: src/view/screens/Search/Search.tsx:283 +#: src/view/screens/Search/Search.tsx:311 msgid "No results found for {query}" msgstr "Aucun résultat trouvé pour {query}" -#: src/view/com/modals/EmbedConsent.tsx:129 +#: src/components/dialogs/EmbedConsent.tsx:105 +#: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" msgstr "Non merci" @@ -2875,7 +2931,7 @@ msgstr "Non merci" msgid "Nobody" msgstr "Personne" -#: src/components/LikedByList.tsx:102 +#: src/components/LikedByList.tsx:79 #: src/components/LikesDialog.tsx:99 msgid "Nobody has liked this yet. Maybe you should be the first!" msgstr "" @@ -2889,7 +2945,7 @@ msgid "Not Applicable." msgstr "Sans objet." #: src/Navigation.tsx:109 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Not Found" msgstr "Introuvable" @@ -2900,17 +2956,18 @@ msgstr "Pas maintenant" #: src/view/com/profile/ProfileMenu.tsx:368 #: src/view/com/util/forms/PostDropdownBtn.tsx:342 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:246 msgid "Note about sharing" msgstr "" -#: src/screens/Moderation/index.tsx:542 +#: src/screens/Moderation/index.tsx:540 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:469 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 -#: src/view/shell/bottom-bar/BottomBar.tsx:207 +#: src/view/shell/bottom-bar/BottomBar.tsx:215 #: src/view/shell/desktop/LeftNav.tsx:365 #: src/view/shell/Drawer.tsx:438 #: src/view/shell/Drawer.tsx:439 @@ -2922,7 +2979,15 @@ msgid "Nudity" msgstr "Nudité" #: src/lib/moderation/useReportOptions.ts:71 -msgid "Nudity or pornography not labeled as such" +msgid "Nudity or adult content not labeled as such" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:71 +#~ msgid "Nudity or pornography not labeled as such" +#~ msgstr "" + +#: src/screens/Signup/index.tsx:142 +msgid "of" msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:11 @@ -2933,15 +2998,16 @@ msgstr "" msgid "Oh no!" msgstr "Oh non !" -#: src/screens/Onboarding/StepInterests/index.tsx:128 +#: src/screens/Onboarding/StepInterests/index.tsx:132 msgid "Oh no! Something went wrong." msgstr "Oh non ! Il y a eu un problème." -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:127 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:126 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:327 msgid "OK" msgstr "" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 +#: src/screens/Login/PasswordUpdatedForm.tsx:44 msgid "Okay" msgstr "D’accord" @@ -2953,7 +3019,7 @@ msgstr "Plus anciennes réponses en premier" msgid "Onboarding reset" msgstr "Réinitialiser le didacticiel" -#: src/view/com/composer/Composer.tsx:391 +#: src/view/com/composer/Composer.tsx:392 msgid "One or more images is missing alt text." msgstr "Une ou plusieurs images n’ont pas de texte alt." @@ -2961,17 +3027,21 @@ msgstr "Une ou plusieurs images n’ont pas de texte alt." msgid "Only {0} can reply." msgstr "Seul {0} peut répondre." -#: src/components/Lists.tsx:83 +#: src/screens/Signup/StepHandle.tsx:97 +msgid "Only contains letters, numbers, and hyphens" +msgstr "" + +#: src/components/Lists.tsx:75 msgid "Oops, something went wrong!" msgstr "Oups, quelque chose n’a pas marché !" -#: src/components/Lists.tsx:157 +#: src/components/Lists.tsx:170 #: src/view/screens/AppPasswords.tsx:67 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Oops!" msgstr "Oups !" -#: src/screens/Onboarding/StepFinished.tsx:115 +#: src/screens/Onboarding/StepFinished.tsx:119 msgid "Open" msgstr "Ouvrir" @@ -2979,12 +3049,12 @@ msgstr "Ouvrir" #~ msgid "Open content filtering settings" #~ msgstr "Ouvrir les paramètres de filtrage de contenu" -#: src/view/com/composer/Composer.tsx:490 #: src/view/com/composer/Composer.tsx:491 +#: src/view/com/composer/Composer.tsx:492 msgid "Open emoji picker" msgstr "Ouvrir le sélecteur d’emoji" -#: src/view/screens/ProfileFeed.tsx:299 +#: src/view/screens/ProfileFeed.tsx:300 msgid "Open feed options menu" msgstr "" @@ -2992,7 +3062,7 @@ msgstr "" msgid "Open links with in-app browser" msgstr "Ouvrir des liens avec le navigateur interne à l’appli" -#: src/screens/Moderation/index.tsx:229 +#: src/screens/Moderation/index.tsx:227 msgid "Open muted words and tags settings" msgstr "" @@ -3053,13 +3123,15 @@ msgstr "Ouvre la galerie de photos de l’appareil" msgid "Opens external embeds settings" msgstr "Ouvre les paramètres d’intégration externe" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:56 -#: src/view/com/auth/SplashScreen.tsx:70 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:57 +#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/SplashScreen.web.tsx:97 msgid "Opens flow to create a new Bluesky account" msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:74 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:75 #: src/view/com/auth/SplashScreen.tsx:83 +#: src/view/com/auth/SplashScreen.web.tsx:112 msgid "Opens flow to sign into your existing Bluesky account" msgstr "" @@ -3071,7 +3143,7 @@ msgstr "" #~ msgid "Opens following list" #~ msgstr "Ouvre la liste des abonnements" -#: src/view/com/modals/InviteCodes.tsx:172 +#: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "Ouvre la liste des codes d’invitation" @@ -3095,11 +3167,11 @@ msgstr "" msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "" -#: src/view/screens/Settings/index.tsx:970 +#: src/view/screens/Settings/index.tsx:968 msgid "Opens modal for email verification" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:281 +#: src/view/com/modals/ChangeHandle.tsx:282 msgid "Opens modal for using custom domain" msgstr "Ouvre une fenêtre modale pour utiliser un domaine personnalisé" @@ -3107,7 +3179,7 @@ msgstr "Ouvre une fenêtre modale pour utiliser un domaine personnalisé" msgid "Opens moderation settings" msgstr "Ouvre les paramètres de modération" -#: src/view/com/auth/login/LoginForm.tsx:242 +#: src/screens/Login/LoginForm.tsx:202 msgid "Opens password reset form" msgstr "Ouvre le formulaire de réinitialisation du mot de passe" @@ -3136,7 +3208,7 @@ msgstr "" #~ msgid "Opens the home feed preferences" #~ msgstr "Ouvre les préférences du fil d’accueil" -#: src/view/com/modals/LinkWarning.tsx:76 +#: src/view/com/modals/LinkWarning.tsx:93 msgid "Opens the linked website" msgstr "" @@ -3169,7 +3241,7 @@ msgstr "Ou une combinaison de ces options :" msgid "Other" msgstr "" -#: src/view/com/auth/login/ChooseAccountForm.tsx:147 +#: src/components/AccountList.tsx:73 msgid "Other account" msgstr "Autre compte" @@ -3177,7 +3249,7 @@ msgstr "Autre compte" msgid "Other..." msgstr "Autre…" -#: src/components/Lists.tsx:190 +#: src/components/Lists.tsx:184 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Page introuvable" @@ -3186,13 +3258,10 @@ msgstr "Page introuvable" msgid "Page Not Found" msgstr "Page introuvable" -#: src/view/com/auth/create/Step1.tsx:191 -#: src/view/com/auth/create/Step1.tsx:201 -#: src/view/com/auth/login/LoginForm.tsx:213 -#: src/view/com/auth/login/LoginForm.tsx:229 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:161 -#: src/view/com/modals/DeleteAccount.tsx:195 -#: src/view/com/modals/DeleteAccount.tsx:202 +#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Signup/StepInfo/index.tsx:101 +#: src/view/com/modals/DeleteAccount.tsx:194 +#: src/view/com/modals/DeleteAccount.tsx:201 msgid "Password" msgstr "Mot de passe" @@ -3200,11 +3269,11 @@ msgstr "Mot de passe" msgid "Password Changed" msgstr "" -#: src/view/com/auth/login/Login.tsx:157 +#: src/screens/Login/index.tsx:157 msgid "Password updated" msgstr "Mise à jour du mot de passe" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:28 +#: src/screens/Login/PasswordUpdatedForm.tsx:30 msgid "Password updated!" msgstr "Mot de passe mis à jour !" @@ -3232,12 +3301,12 @@ msgstr "Animaux domestiques" msgid "Pictures meant for adults." msgstr "Images destinées aux adultes." -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:563 msgid "Pin to home" msgstr "Ajouter à l’accueil" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 msgid "Pin to Home" msgstr "" @@ -3245,28 +3314,28 @@ msgstr "" msgid "Pinned Feeds" msgstr "Fils épinglés" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:111 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "Lire {0}" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:54 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:55 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" msgstr "Lire la vidéo" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:110 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 msgid "Plays the GIF" msgstr "Lit le GIF" -#: src/view/com/auth/create/state.ts:124 +#: src/screens/Signup/state.ts:241 msgid "Please choose your handle." msgstr "Veuillez choisir votre pseudo." -#: src/view/com/auth/create/state.ts:117 +#: src/screens/Signup/state.ts:234 msgid "Please choose your password." msgstr "Veuillez choisir votre mot de passe." -#: src/view/com/auth/create/state.ts:131 +#: src/screens/Signup/state.ts:251 msgid "Please complete the verification captcha." msgstr "Veuillez compléter le captcha de vérification." @@ -3274,27 +3343,27 @@ msgstr "Veuillez compléter le captcha de vérification." msgid "Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed." msgstr "Veuillez confirmer votre e-mail avant de le modifier. Ceci est temporairement requis pendant que des outils de mise à jour d’e-mail sont ajoutés, cette étape ne sera bientôt plus nécessaire." -#: src/view/com/modals/AddAppPasswords.tsx:90 +#: src/view/com/modals/AddAppPasswords.tsx:91 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/modals/AddAppPasswords.tsx:145 +#: src/view/com/modals/AddAppPasswords.tsx:146 msgid "Please enter a unique name for this App Password or use our randomly generated one." msgstr "Veuillez saisir un nom unique pour le mot de passe de l’application ou utiliser celui que nous avons généré de manière aléatoire." -#: src/components/dialogs/MutedWords.tsx:68 +#: src/components/dialogs/MutedWords.tsx:67 msgid "Please enter a valid word, tag, or phrase to mute" msgstr "Veuillez entrer un mot, un mot-clé ou une phrase valide à masquer" -#: src/view/com/auth/create/state.ts:103 +#: src/screens/Signup/state.ts:220 msgid "Please enter your email." msgstr "Veuillez entrer votre e-mail." -#: src/view/com/modals/DeleteAccount.tsx:191 +#: src/view/com/modals/DeleteAccount.tsx:190 msgid "Please enter your password as well:" msgstr "Veuillez également entrer votre mot de passe :" -#: src/components/moderation/LabelsOnMeDialog.tsx:222 +#: src/components/moderation/LabelsOnMeDialog.tsx:221 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -3307,7 +3376,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "Veuillez vérifier votre e-mail" -#: src/view/com/composer/Composer.tsx:221 +#: src/view/com/composer/Composer.tsx:222 msgid "Please wait for your link card to finish loading" msgstr "Veuillez patienter le temps que votre carte de lien soit chargée" @@ -3320,11 +3389,11 @@ msgid "Porn" msgstr "Porno" #: src/lib/moderation/useGlobalLabelStrings.ts:34 -msgid "Pornography" -msgstr "" +#~ msgid "Pornography" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:366 -#: src/view/com/composer/Composer.tsx:374 +#: src/view/com/composer/Composer.tsx:367 +#: src/view/com/composer/Composer.tsx:375 msgctxt "action" msgid "Post" msgstr "Poster" @@ -3352,12 +3421,12 @@ msgstr "Post supprimé" msgid "Post hidden" msgstr "Post caché" -#: src/components/moderation/ModerationDetailsDialog.tsx:98 +#: src/components/moderation/ModerationDetailsDialog.tsx:97 #: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Post Hidden by Muted Word" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:101 +#: src/components/moderation/ModerationDetailsDialog.tsx:100 #: src/lib/moderation/useModerationCauseDescription.ts:108 msgid "Post Hidden by You" msgstr "" @@ -3379,11 +3448,11 @@ msgstr "Post introuvable" msgid "posts" msgstr "posts" -#: src/view/screens/Profile.tsx:188 +#: src/view/screens/Profile.tsx:190 msgid "Posts" msgstr "Posts" -#: src/components/dialogs/MutedWords.tsx:90 +#: src/components/dialogs/MutedWords.tsx:89 msgid "Posts can be muted based on their text, their tags, or both." msgstr "Les posts peuvent être masqués en fonction de leur texte, de leurs mots-clés ou des deux." @@ -3391,11 +3460,17 @@ msgstr "Les posts peuvent être masqués en fonction de leur texte, de leurs mot msgid "Posts hidden" msgstr "Posts cachés" -#: src/view/com/modals/LinkWarning.tsx:46 +#: src/view/com/modals/LinkWarning.tsx:60 msgid "Potentially Misleading Link" msgstr "Lien potentiellement trompeur" -#: src/components/Lists.tsx:88 +#: src/components/forms/HostingProvider.tsx:45 +msgid "Press to change hosting provider" +msgstr "" + +#: src/components/Error.tsx:74 +#: src/components/Lists.tsx:80 +#: src/screens/Signup/index.tsx:186 msgid "Press to retry" msgstr "" @@ -3417,23 +3492,23 @@ msgid "Privacy" msgstr "Vie privée" #: src/Navigation.tsx:231 -#: src/view/com/auth/create/Policies.tsx:69 +#: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:925 +#: src/view/screens/Settings/index.tsx:923 #: src/view/shell/Drawer.tsx:265 msgid "Privacy Policy" msgstr "Charte de confidentialité" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:156 msgid "Processing..." msgstr "Traitement…" #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:340 +#: src/view/screens/Profile.tsx:342 msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:260 #: src/view/shell/desktop/LeftNav.tsx:419 #: src/view/shell/Drawer.tsx:70 #: src/view/shell/Drawer.tsx:549 @@ -3441,15 +3516,15 @@ msgstr "" msgid "Profile" msgstr "Profil" -#: src/view/com/modals/EditProfile.tsx:128 +#: src/view/com/modals/EditProfile.tsx:129 msgid "Profile updated" msgstr "Profil mis à jour" -#: src/view/screens/Settings/index.tsx:983 +#: src/view/screens/Settings/index.tsx:981 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 +#: src/screens/Onboarding/StepFinished.tsx:105 msgid "Public" msgstr "Public" @@ -3461,15 +3536,15 @@ msgstr "Listes publiques et partageables de comptes à masquer ou à bloquer." msgid "Public, shareable lists which can drive feeds." msgstr "Les listes publiques et partageables qui peuvent alimenter les fils d’actu." -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish post" msgstr "Publier le post" -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish reply" msgstr "Publier la réponse" -#: src/view/com/modals/Repost.tsx:65 +#: src/view/com/modals/Repost.tsx:66 msgctxt "action" msgid "Quote post" msgstr "Citer le post" @@ -3478,7 +3553,7 @@ msgstr "Citer le post" msgid "Quote post" msgstr "Citer le post" -#: src/view/com/modals/Repost.tsx:70 +#: src/view/com/modals/Repost.tsx:71 msgctxt "action" msgid "Quote Post" msgstr "Citer le post" @@ -3487,11 +3562,11 @@ msgstr "Citer le post" msgid "Random (aka \"Poster's Roulette\")" msgstr "Aléatoire" -#: src/view/com/modals/EditImage.tsx:236 +#: src/view/com/modals/EditImage.tsx:237 msgid "Ratios" msgstr "Ratios" -#: src/view/screens/Search/Search.tsx:776 +#: src/view/screens/Search/Search.tsx:777 msgid "Recent Searches" msgstr "" @@ -3503,7 +3578,7 @@ msgstr "Fils d’actu recommandés" msgid "Recommended Users" msgstr "Comptes recommandés" -#: src/components/dialogs/MutedWords.tsx:287 +#: src/components/dialogs/MutedWords.tsx:286 #: src/view/com/feeds/FeedSourceCard.tsx:283 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:83 @@ -3538,8 +3613,8 @@ msgstr "" #: src/view/com/feeds/FeedSourceCard.tsx:173 #: src/view/com/feeds/FeedSourceCard.tsx:233 -#: src/view/screens/ProfileFeed.tsx:334 -#: src/view/screens/ProfileFeed.tsx:340 +#: src/view/screens/ProfileFeed.tsx:335 +#: src/view/screens/ProfileFeed.tsx:341 msgid "Remove from my feeds" msgstr "Supprimer de mes fils d’actu" @@ -3555,11 +3630,11 @@ msgstr "Supprimer l’image" msgid "Remove image preview" msgstr "Supprimer l’aperçu d’image" -#: src/components/dialogs/MutedWords.tsx:330 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "Supprimer le mot masqué de votre liste" -#: src/view/com/modals/Repost.tsx:47 +#: src/view/com/modals/Repost.tsx:48 msgid "Remove repost" msgstr "Supprimer le repost" @@ -3584,7 +3659,7 @@ msgstr "Supprimé de la liste" msgid "Removed from my feeds" msgstr "Supprimé de mes fils d’actu" -#: src/view/screens/ProfileFeed.tsx:208 +#: src/view/screens/ProfileFeed.tsx:209 msgid "Removed from your feeds" msgstr "" @@ -3592,7 +3667,7 @@ msgstr "" msgid "Removes default thumbnail from {0}" msgstr "Supprime la miniature par défaut de {0}" -#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:191 msgid "Replies" msgstr "Réponses" @@ -3600,7 +3675,7 @@ msgstr "Réponses" msgid "Replies to this thread are disabled" msgstr "Les réponses à ce fil de discussion sont désactivées" -#: src/view/com/composer/Composer.tsx:364 +#: src/view/com/composer/Composer.tsx:365 msgctxt "action" msgid "Reply" msgstr "Répondre" @@ -3624,8 +3699,12 @@ msgstr "Réponse à <0/>" msgid "Report Account" msgstr "Signaler le compte" -#: src/view/screens/ProfileFeed.tsx:351 -#: src/view/screens/ProfileFeed.tsx:353 +#: src/components/ReportDialog/index.tsx:49 +msgid "Report dialog" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:352 +#: src/view/screens/ProfileFeed.tsx:354 msgid "Report feed" msgstr "Signaler le fil d’actu" @@ -3638,29 +3717,29 @@ msgstr "Signaler la liste" msgid "Report post" msgstr "Signaler le post" -#: src/components/ReportDialog/SelectReportOptionView.tsx:43 +#: src/components/ReportDialog/SelectReportOptionView.tsx:42 msgid "Report this content" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:56 +#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Report this feed" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:53 +#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Report this list" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:50 +#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Report this post" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:47 +#: src/components/ReportDialog/SelectReportOptionView.tsx:46 msgid "Report this user" msgstr "" -#: src/view/com/modals/Repost.tsx:43 -#: src/view/com/modals/Repost.tsx:48 -#: src/view/com/modals/Repost.tsx:53 +#: src/view/com/modals/Repost.tsx:44 +#: src/view/com/modals/Repost.tsx:49 +#: src/view/com/modals/Repost.tsx:54 #: src/view/com/util/post-ctrls/RepostButton.tsx:61 msgctxt "action" msgid "Repost" @@ -3709,12 +3788,10 @@ msgstr "Demander un code" msgid "Require alt text before posting" msgstr "Nécessiter un texte alt avant de publier" -#: src/view/com/auth/create/Step1.tsx:146 +#: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "Obligatoire pour cet hébergeur" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:124 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:136 #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "Réinitialiser le code" @@ -3732,7 +3809,7 @@ msgstr "Code de réinitialisation" msgid "Reset onboarding state" msgstr "Réinitialisation du didacticiel" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:104 +#: src/screens/Login/ForgotPasswordForm.tsx:86 msgid "Reset password" msgstr "Réinitialiser mot de passe" @@ -3753,7 +3830,7 @@ msgstr "Réinitialise l’état d’accueil" msgid "Resets the preferences state" msgstr "Réinitialise l’état des préférences" -#: src/view/com/auth/login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:235 msgid "Retries login" msgstr "Réessaye la connection" @@ -3762,18 +3839,19 @@ msgstr "Réessaye la connection" msgid "Retries the last action, which errored out" msgstr "Réessaye la dernière action, qui a échoué" -#: src/components/Lists.tsx:98 -#: src/screens/Onboarding/StepInterests/index.tsx:221 -#: src/screens/Onboarding/StepInterests/index.tsx:224 -#: src/view/com/auth/create/CreateAccount.tsx:181 -#: src/view/com/auth/create/CreateAccount.tsx:186 -#: src/view/com/auth/login/LoginForm.tsx:271 -#: src/view/com/auth/login/LoginForm.tsx:274 +#: src/components/Error.tsx:79 +#: src/components/Lists.tsx:91 +#: src/screens/Login/LoginForm.tsx:234 +#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Onboarding/StepInterests/index.tsx:225 +#: src/screens/Onboarding/StepInterests/index.tsx:228 +#: src/screens/Signup/index.tsx:193 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 msgid "Retry" msgstr "Réessayer" +#: src/components/Error.tsx:86 #: src/view/screens/ProfileList.tsx:917 msgid "Return to previous page" msgstr "Retourne à la page précédente" @@ -3783,24 +3861,24 @@ msgid "Returns to home page" msgstr "" #: src/view/screens/NotFound.tsx:58 -#: src/view/screens/ProfileFeed.tsx:112 +#: src/view/screens/ProfileFeed.tsx:113 msgid "Returns to previous page" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:337 -#: src/view/com/modals/EditProfile.tsx:224 +#: src/view/com/modals/ChangeHandle.tsx:174 +#: src/view/com/modals/CreateOrEditList.tsx:338 +#: src/view/com/modals/EditProfile.tsx:225 msgid "Save" msgstr "Enregistrer" #: src/view/com/lightbox/Lightbox.tsx:132 -#: src/view/com/modals/CreateOrEditList.tsx:345 +#: src/view/com/modals/CreateOrEditList.tsx:346 msgctxt "action" msgid "Save" msgstr "Enregistrer" -#: src/view/com/modals/AltImage.tsx:130 +#: src/view/com/modals/AltImage.tsx:131 msgid "Save alt text" msgstr "Enregistrer le texte alt" @@ -3808,20 +3886,20 @@ msgstr "Enregistrer le texte alt" msgid "Save birthday" msgstr "" -#: src/view/com/modals/EditProfile.tsx:232 +#: src/view/com/modals/EditProfile.tsx:233 msgid "Save Changes" msgstr "Enregistrer les modifications" -#: src/view/com/modals/ChangeHandle.tsx:170 +#: src/view/com/modals/ChangeHandle.tsx:171 msgid "Save handle change" msgstr "Enregistrer le changement de pseudo" -#: src/view/com/modals/crop-image/CropImage.web.tsx:144 +#: src/view/com/modals/crop-image/CropImage.web.tsx:145 msgid "Save image crop" msgstr "Enregistrer le recadrage de l’image" -#: src/view/screens/ProfileFeed.tsx:335 -#: src/view/screens/ProfileFeed.tsx:341 +#: src/view/screens/ProfileFeed.tsx:336 +#: src/view/screens/ProfileFeed.tsx:342 msgid "Save to my feeds" msgstr "" @@ -3833,19 +3911,19 @@ msgstr "Fils d’actu enregistrés" msgid "Saved to your camera roll." msgstr "" -#: src/view/screens/ProfileFeed.tsx:212 +#: src/view/screens/ProfileFeed.tsx:213 msgid "Saved to your feeds" msgstr "" -#: src/view/com/modals/EditProfile.tsx:225 +#: src/view/com/modals/EditProfile.tsx:226 msgid "Saves any changes to your profile" msgstr "Enregistre toutes les modifications apportées à votre profil" -#: src/view/com/modals/ChangeHandle.tsx:171 +#: src/view/com/modals/ChangeHandle.tsx:172 msgid "Saves handle change to {handle}" msgstr "Enregistre le changement de pseudo en {handle}" -#: src/view/com/modals/crop-image/CropImage.web.tsx:145 +#: src/view/com/modals/crop-image/CropImage.web.tsx:146 msgid "Saves image crop settings" msgstr "" @@ -3858,14 +3936,14 @@ msgid "Scroll to top" msgstr "Remonter en haut" #: src/Navigation.tsx:459 -#: src/view/com/auth/LoggedOut.tsx:122 +#: src/view/com/auth/LoggedOut.tsx:123 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 -#: src/view/screens/Search/Search.tsx:420 -#: src/view/screens/Search/Search.tsx:669 -#: src/view/screens/Search/Search.tsx:687 -#: src/view/shell/bottom-bar/BottomBar.tsx:161 +#: src/view/screens/Search/Search.tsx:421 +#: src/view/screens/Search/Search.tsx:670 +#: src/view/screens/Search/Search.tsx:688 +#: src/view/shell/bottom-bar/BottomBar.tsx:169 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 #: src/view/shell/desktop/Search.tsx:224 @@ -3874,7 +3952,7 @@ msgstr "Remonter en haut" msgid "Search" msgstr "Recherche" -#: src/view/screens/Search/Search.tsx:736 +#: src/view/screens/Search/Search.tsx:737 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "Recherche de « {query} »" @@ -3887,8 +3965,8 @@ msgstr "Rechercher tous les posts de @{authorHandle} avec le mot-clé {displayTa msgid "Search for all posts with tag {displayTag}" msgstr "Rechercher tous les posts avec le mot-clé {displayTag}" -#: src/view/com/auth/LoggedOut.tsx:104 #: src/view/com/auth/LoggedOut.tsx:105 +#: src/view/com/auth/LoggedOut.tsx:106 #: src/view/com/modals/ListAddRemoveUsers.tsx:70 msgid "Search for users" msgstr "Rechercher des comptes" @@ -3917,7 +3995,7 @@ msgstr "Voir les posts <0>{displayTag}</0> de ce compte" msgid "See this guide" msgstr "Voir ce guide" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:39 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:40 msgid "See what's next" msgstr "Voir la suite" @@ -3925,7 +4003,11 @@ msgstr "Voir la suite" msgid "Select {item}" msgstr "Sélectionner {item}" -#: src/view/com/auth/login/Login.tsx:117 +#: src/screens/Login/ChooseAccountForm.tsx:61 +msgid "Select account" +msgstr "" + +#: src/screens/Login/index.tsx:120 msgid "Select from an existing account" msgstr "Sélectionner un compte existant" @@ -3933,7 +4015,7 @@ msgstr "Sélectionner un compte existant" msgid "Select languages" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:32 +#: src/components/ReportDialog/SelectLabelerView.tsx:30 msgid "Select moderator" msgstr "" @@ -3943,8 +4025,8 @@ msgstr "Sélectionne l’option {i} sur {numItems}" #: src/view/com/auth/create/Step1.tsx:96 #: src/view/com/auth/login/LoginForm.tsx:153 -msgid "Select service" -msgstr "Sélectionner un service" +#~ msgid "Select service" +#~ msgstr "Sélectionner un service" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 msgid "Select some accounts below to follow" @@ -3958,11 +4040,11 @@ msgstr "" msgid "Select the service that hosts your data." msgstr "Sélectionnez le service qui héberge vos données." -#: src/screens/Onboarding/StepTopicalFeeds.tsx:96 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:100 msgid "Select topical feeds to follow from the list below" msgstr "Sélectionnez les fils d’actu thématiques à suivre dans la liste ci-dessous" -#: src/screens/Onboarding/StepModeration/index.tsx:62 +#: src/screens/Onboarding/StepModeration/index.tsx:63 msgid "Select what you want to see (or not see), and we’ll handle the rest." msgstr "Sélectionnez ce que vous voulez voir (ou ne pas voir), et nous nous occupons du reste." @@ -3978,7 +4060,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 "" -#: src/screens/Onboarding/StepInterests/index.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:133 +msgid "Select your date of birth" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:200 msgid "Select your interests from the options below" msgstr "Sélectionnez vos centres d’intérêt parmi les options ci-dessous" @@ -3986,11 +4072,11 @@ msgstr "Sélectionnez vos centres d’intérêt parmi les options ci-dessous" msgid "Select your preferred language for translations in your feed." msgstr "Sélectionnez votre langue préférée pour traduire votre fils d’actu." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:117 msgid "Select your primary algorithmic feeds" msgstr "Sélectionnez vos principaux fils d’actu algorithmiques" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:142 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:133 msgid "Select your secondary algorithmic feeds" msgstr "Sélectionnez vos fils d’actu algorithmiques secondaires" @@ -3999,11 +4085,11 @@ msgstr "Sélectionnez vos fils d’actu algorithmiques secondaires" msgid "Send Confirmation Email" msgstr "Envoyer un e-mail de confirmation" -#: src/view/com/modals/DeleteAccount.tsx:131 +#: src/view/com/modals/DeleteAccount.tsx:130 msgid "Send email" msgstr "Envoyer e-mail" -#: src/view/com/modals/DeleteAccount.tsx:144 +#: src/view/com/modals/DeleteAccount.tsx:143 msgctxt "action" msgid "Send Email" msgstr "Envoyer l’e-mail" @@ -4022,15 +4108,15 @@ msgstr "" #~ msgid "Send Report" #~ msgstr "Envoyer le rapport" -#: src/components/ReportDialog/SelectLabelerView.tsx:46 +#: src/components/ReportDialog/SelectLabelerView.tsx:44 msgid "Send report to {0}" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:133 +#: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "Envoie un e-mail avec le code de confirmation pour la suppression du compte" -#: src/view/com/auth/server-input/index.tsx:110 +#: src/view/com/auth/server-input/index.tsx:114 msgid "Server address" msgstr "Adresse du serveur" @@ -4044,7 +4130,7 @@ msgstr "Adresse du serveur" #~ msgid "Set Age" #~ msgstr "Enregistrer l’âge" -#: src/screens/Moderation/index.tsx:306 +#: src/screens/Moderation/index.tsx:304 msgid "Set birthdate" msgstr "" @@ -4068,13 +4154,13 @@ msgstr "" #~ msgid "Set dark theme to the dim theme" #~ msgstr "Choisir le thème atténué comme thème sombre" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:104 +#: src/screens/Login/SetNewPasswordForm.tsx:102 msgid "Set new password" msgstr "Définir un nouveau mot de passe" #: src/view/com/auth/create/Step1.tsx:202 -msgid "Set password" -msgstr "Définit le mot de passe" +#~ msgid "Set password" +#~ msgstr "Définit le mot de passe" #: src/view/screens/PreferencesFollowingFeed.tsx:225 msgid "Set this setting to \"No\" to hide all quote posts from your feed. Reposts will still be visible." @@ -4096,11 +4182,11 @@ msgstr "Choisissez « Oui » pour afficher les réponses dans un fil de discus 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 fil d’actu « Following ». C’est une fonctionnalité expérimentale." -#: src/screens/Onboarding/Layout.tsx:50 +#: src/screens/Onboarding/Layout.tsx:48 msgid "Set up your account" msgstr "Créez votre compte" -#: src/view/com/modals/ChangeHandle.tsx:266 +#: src/view/com/modals/ChangeHandle.tsx:267 msgid "Sets Bluesky username" msgstr "Définit le pseudo Bluesky" @@ -4124,30 +4210,30 @@ msgstr "" msgid "Sets dark theme to the dim theme" msgstr "" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:157 +#: src/screens/Login/ForgotPasswordForm.tsx:113 msgid "Sets email for password reset" msgstr "Définit l’e-mail pour la réinitialisation du mot de passe" #: src/view/com/auth/login/ForgotPasswordForm.tsx:122 -msgid "Sets hosting provider for password reset" -msgstr "Définit l’hébergeur 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/modals/crop-image/CropImage.web.tsx:123 +#: src/view/com/modals/crop-image/CropImage.web.tsx:124 msgid "Sets image aspect ratio to square" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:113 +#: src/view/com/modals/crop-image/CropImage.web.tsx:114 msgid "Sets image aspect ratio to tall" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:103 +#: src/view/com/modals/crop-image/CropImage.web.tsx:104 msgid "Sets image aspect ratio to wide" msgstr "" #: src/view/com/auth/create/Step1.tsx:97 #: src/view/com/auth/login/LoginForm.tsx:154 -msgid "Sets server for the Bluesky client" -msgstr "Définit le serveur pour le client Bluesky" +#~ msgid "Sets server for the Bluesky client" +#~ msgstr "Définit le serveur pour le client Bluesky" #: src/Navigation.tsx:139 #: src/view/screens/Settings/index.tsx:313 @@ -4174,23 +4260,33 @@ msgstr "Partager" #: src/view/com/profile/ProfileMenu.tsx:224 #: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:237 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:218 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:235 #: src/view/screens/ProfileList.tsx:388 msgid "Share" msgstr "Partager" #: src/view/com/profile/ProfileMenu.tsx:373 #: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:251 msgid "Share anyway" msgstr "" -#: src/view/screens/ProfileFeed.tsx:361 -#: src/view/screens/ProfileFeed.tsx:363 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileFeed.tsx:364 msgid "Share feed" msgstr "Partager le fil d’actu" +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 +msgid "Share Link" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:92 +msgid "Shares the linked website" +msgstr "" + #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:45 +#: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 #: src/view/screens/Settings/index.tsx:363 @@ -4201,8 +4297,8 @@ msgstr "Afficher" msgid "Show all replies" msgstr "Afficher toutes les réponses" -#: src/components/moderation/ScreenHider.tsx:162 -#: src/components/moderation/ScreenHider.tsx:165 +#: src/components/moderation/ScreenHider.tsx:169 +#: src/components/moderation/ScreenHider.tsx:172 msgid "Show anyway" msgstr "Afficher quand même" @@ -4216,10 +4312,10 @@ msgid "Show badge and filter from feeds" msgstr "" #: src/view/com/modals/EmbedConsent.tsx:87 -msgid "Show embeds from {0}" -msgstr "Afficher les intégrations de {0}" +#~ msgid "Show embeds from {0}" +#~ msgstr "Afficher les intégrations de {0}" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 msgid "Show follows similar to {0}" msgstr "Afficher les suivis similaires à {0}" @@ -4237,15 +4333,15 @@ msgstr "Afficher les posts de mes fils d’actu" msgid "Show Quote Posts" msgstr "Afficher les citations" -#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +#: src/screens/Onboarding/StepFollowingFeed.tsx:119 msgid "Show quote-posts in Following feed" msgstr "Afficher les citations dans le fil d’actu « Following »" -#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +#: src/screens/Onboarding/StepFollowingFeed.tsx:135 msgid "Show quotes in Following" msgstr "Afficher les citations dans le fil d’actu « Following »" -#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +#: src/screens/Onboarding/StepFollowingFeed.tsx:95 msgid "Show re-posts in Following feed" msgstr "Afficher les reposts dans le fil d’actu « Following »" @@ -4257,11 +4353,11 @@ 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 +#: src/screens/Onboarding/StepFollowingFeed.tsx:87 msgid "Show replies in Following" msgstr "Afficher les réponses dans le fil d’actu « Following »" -#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +#: src/screens/Onboarding/StepFollowingFeed.tsx:71 msgid "Show replies in Following feed" msgstr "Afficher les réponses dans le fil d’actu « Following »" @@ -4273,7 +4369,7 @@ msgstr "Afficher les réponses avec au moins {value} {0}" msgid "Show Reposts" msgstr "Afficher les reposts" -#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +#: src/screens/Onboarding/StepFollowingFeed.tsx:111 msgid "Show reposts in Following" msgstr "Afficher les reposts dans le fil d’actu « Following »" @@ -4298,16 +4394,22 @@ msgstr "" #~ msgid "Shows a list of users similar to this user." #~ msgstr "Affiche une liste de comptes similaires à ce compte." -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:127 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 msgid "Shows posts from {0} in your feed" msgstr "Affiche les posts de {0} dans votre fil d’actu" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:72 -#: src/view/com/auth/login/Login.tsx:98 +#: src/screens/Login/index.tsx:100 +#: src/screens/Login/index.tsx:119 +#: src/screens/Login/LoginForm.tsx:131 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:73 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:83 #: src/view/com/auth/SplashScreen.tsx:81 -#: src/view/shell/bottom-bar/BottomBar.tsx:289 -#: src/view/shell/bottom-bar/BottomBar.tsx:290 -#: src/view/shell/bottom-bar/BottomBar.tsx:292 +#: src/view/com/auth/SplashScreen.tsx:90 +#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:119 +#: src/view/shell/bottom-bar/BottomBar.tsx:300 +#: src/view/shell/bottom-bar/BottomBar.tsx:301 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 @@ -4320,32 +4422,29 @@ msgstr "Connexion" #: src/view/com/auth/HomeLoggedOutCTA.tsx:82 #: src/view/com/auth/SplashScreen.tsx:86 #: src/view/com/auth/SplashScreen.web.tsx:91 -msgid "Sign In" -msgstr "Connexion" +#~ msgid "Sign In" +#~ msgstr "Connexion" -#: src/view/com/auth/login/ChooseAccountForm.tsx:45 +#: src/components/AccountList.tsx:109 msgid "Sign in as {0}" msgstr "Se connecter en tant que {0}" -#: src/view/com/auth/login/ChooseAccountForm.tsx:127 -#: src/view/com/auth/login/Login.tsx:116 +#: src/screens/Login/ChooseAccountForm.tsx:64 msgid "Sign in as..." msgstr "Se connecter en tant que…" #: src/view/com/auth/login/LoginForm.tsx:140 -msgid "Sign into" -msgstr "Se connecter à" +#~ msgid "Sign into" +#~ msgstr "Se connecter à" -#: src/view/com/modals/SwitchAccount.tsx:68 -#: src/view/com/modals/SwitchAccount.tsx:73 #: src/view/screens/Settings/index.tsx:107 #: src/view/screens/Settings/index.tsx:110 msgid "Sign out" msgstr "Déconnexion" -#: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/bottom-bar/BottomBar.tsx:280 -#: src/view/shell/bottom-bar/BottomBar.tsx:282 +#: src/view/shell/bottom-bar/BottomBar.tsx:290 +#: src/view/shell/bottom-bar/BottomBar.tsx:291 +#: src/view/shell/bottom-bar/BottomBar.tsx:293 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 @@ -4359,7 +4458,7 @@ msgstr "S’inscrire" msgid "Sign up or sign in to join the conversation" msgstr "S’inscrire ou se connecter pour participer à la conversation" -#: src/components/moderation/ScreenHider.tsx:98 +#: src/components/moderation/ScreenHider.tsx:97 #: src/lib/moderation/useGlobalLabelStrings.ts:28 msgid "Sign-in Required" msgstr "Connexion requise" @@ -4368,21 +4467,21 @@ msgstr "Connexion requise" msgid "Signed in as" msgstr "Connecté en tant que" -#: src/view/com/auth/login/ChooseAccountForm.tsx:112 +#: src/screens/Login/ChooseAccountForm.tsx:48 msgid "Signed in as @{0}" msgstr "Connecté en tant que @{0}" #: src/view/com/modals/SwitchAccount.tsx:70 -msgid "Signs {0} out of Bluesky" -msgstr "Déconnecte {0} de Bluesky" +#~ 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:195 +#: src/screens/Onboarding/StepInterests/index.tsx:239 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:203 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:35 msgid "Skip" msgstr "Ignorer" -#: src/screens/Onboarding/StepInterests/index.tsx:232 +#: src/screens/Onboarding/StepInterests/index.tsx:236 msgid "Skip this flow" msgstr "Passer cette étape" @@ -4390,9 +4489,9 @@ msgstr "Passer cette étape" msgid "Software Dev" msgstr "Développement de logiciels" -#: src/components/ReportDialog/index.tsx:52 -#: src/screens/Moderation/index.tsx:116 -#: src/screens/Profile/Sections/Labels.tsx:77 +#: src/components/ReportDialog/index.tsx:59 +#: src/screens/Moderation/index.tsx:114 +#: src/screens/Profile/Sections/Labels.tsx:76 msgid "Something went wrong, please try again." msgstr "" @@ -4400,7 +4499,7 @@ msgstr "" #~ msgid "Something went wrong!" #~ msgstr "Quelque chose n’a pas marché !" -#: src/App.native.tsx:71 +#: src/App.native.tsx:66 msgid "Sorry! Your session expired. Please log in again." msgstr "Désolé ! Votre session a expiré. Essayez de vous reconnecter." @@ -4412,7 +4511,7 @@ msgstr "Trier les réponses" msgid "Sort replies to the same post by:" msgstr "Trier les réponses au même post par :" -#: src/components/moderation/LabelsOnMeDialog.tsx:147 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 msgid "Source:" msgstr "" @@ -4428,17 +4527,21 @@ msgstr "" msgid "Sports" msgstr "Sports" -#: src/view/com/modals/crop-image/CropImage.web.tsx:122 +#: src/view/com/modals/crop-image/CropImage.web.tsx:123 msgid "Square" msgstr "Carré" -#: src/view/screens/Settings/index.tsx:905 +#: src/view/screens/Settings/index.tsx:903 msgid "Status page" msgstr "État du service" +#: src/screens/Signup/index.tsx:142 +msgid "Step" +msgstr "" + #: src/view/com/auth/create/StepHeader.tsx:22 -msgid "Step {0} of {numSteps}" -msgstr "Étape {0} sur {numSteps}" +#~ msgid "Step {0} of {numSteps}" +#~ msgstr "Étape {0} sur {numSteps}" #: src/view/screens/Settings/index.tsx:292 msgid "Storage cleared, you need to restart the app now." @@ -4449,8 +4552,8 @@ msgstr "Stockage effacé, vous devez redémarrer l’application maintenant." msgid "Storybook" msgstr "Historique" +#: src/components/moderation/LabelsOnMeDialog.tsx:255 #: src/components/moderation/LabelsOnMeDialog.tsx:256 -#: src/components/moderation/LabelsOnMeDialog.tsx:257 msgid "Submit" msgstr "Envoyer" @@ -4458,20 +4561,20 @@ msgstr "Envoyer" msgid "Subscribe" msgstr "S’abonner" -#: src/screens/Profile/Sections/Labels.tsx:181 +#: src/screens/Profile/Sections/Labels.tsx:180 msgid "Subscribe to @{0} to use these labels:" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:222 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:221 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:308 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:172 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 msgid "Subscribe to the {0} feed" msgstr "S’abonner au fil d’actu {0}" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:185 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 msgid "Subscribe to this labeler" msgstr "" @@ -4479,7 +4582,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "S’abonner à cette liste" -#: src/view/screens/Search/Search.tsx:375 +#: src/view/screens/Search/Search.tsx:376 msgid "Suggested Follows" msgstr "Suivis suggérés" @@ -4497,16 +4600,15 @@ msgstr "Suggestif" msgid "Support" msgstr "Soutien" -#: src/view/com/modals/SwitchAccount.tsx:123 +#: src/components/dialogs/SwitchAccount.tsx:46 +#: src/components/dialogs/SwitchAccount.tsx:49 msgid "Switch Account" msgstr "Changer de compte" -#: src/view/com/modals/SwitchAccount.tsx:103 #: src/view/screens/Settings/index.tsx:139 msgid "Switch to {0}" msgstr "Basculer sur {0}" -#: src/view/com/modals/SwitchAccount.tsx:104 #: src/view/screens/Settings/index.tsx:140 msgid "Switches the account you are logged in to" msgstr "Bascule le compte auquel vous êtes connectés vers" @@ -4519,7 +4621,7 @@ msgstr "Système" msgid "System log" msgstr "Journal système" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "mot-clé" @@ -4527,7 +4629,7 @@ msgstr "mot-clé" msgid "Tag menu: {displayTag}" msgstr "Menu de mot-clé : {displayTag}" -#: src/view/com/modals/crop-image/CropImage.web.tsx:112 +#: src/view/com/modals/crop-image/CropImage.web.tsx:113 msgid "Tall" msgstr "Grand" @@ -4544,8 +4646,8 @@ msgid "Terms" msgstr "Conditions générales" #: src/Navigation.tsx:236 -#: src/view/com/auth/create/Policies.tsx:59 -#: src/view/screens/Settings/index.tsx:919 +#: src/screens/Signup/StepInfo/Policies.tsx:49 +#: src/view/screens/Settings/index.tsx:917 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:259 msgid "Terms of Service" @@ -4557,11 +4659,11 @@ msgstr "Conditions d’utilisation" msgid "Terms used violate community standards" msgstr "" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "texte" -#: src/components/moderation/LabelsOnMeDialog.tsx:220 +#: src/components/moderation/LabelsOnMeDialog.tsx:219 msgid "Text input field" msgstr "Champ de saisie de texte" @@ -4569,20 +4671,20 @@ msgstr "Champ de saisie de texte" msgid "Thank you. Your report has been sent." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:466 +#: src/view/com/modals/ChangeHandle.tsx:465 msgid "That contains the following:" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:94 +#: src/screens/Signup/index.tsx:84 msgid "That handle is already taken." msgstr "Ce pseudo est déjà occupé." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:283 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "Ce compte pourra interagir avec vous après le déblocage." -#: src/components/moderation/ModerationDetailsDialog.tsx:128 +#: src/components/moderation/ModerationDetailsDialog.tsx:127 msgid "the author" msgstr "" @@ -4594,15 +4696,15 @@ 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/components/moderation/LabelsOnMeDialog.tsx:49 +#: src/components/moderation/LabelsOnMeDialog.tsx:48 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:50 +#: src/components/moderation/LabelsOnMeDialog.tsx:49 msgid "The following labels were applied to your content." msgstr "" -#: src/screens/Onboarding/Layout.tsx:60 +#: src/screens/Onboarding/Layout.tsx:58 msgid "The following steps will help customize your Bluesky experience." msgstr "Les étapes suivantes vous aideront à personnaliser votre expérience avec Bluesky." @@ -4623,12 +4725,12 @@ 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/screens/Onboarding/StepAlgoFeeds/index.tsx:150 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:141 msgid "There are many feeds to try:" msgstr "Il existe de nombreux fils d’actu à essayer :" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:113 -#: src/view/screens/ProfileFeed.tsx:543 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112 +#: src/view/screens/ProfileFeed.tsx:544 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." @@ -4636,11 +4738,11 @@ 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:217 +#: src/view/screens/ProfileFeed.tsx:218 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:244 +#: src/view/screens/ProfileFeed.tsx:245 #: src/view/screens/ProfileList.tsx:275 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 @@ -4659,7 +4761,7 @@ msgstr "Il y a eu un problème de connexion à votre serveur" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Il y a eu un problème lors de la récupération des notifications. Appuyez ici pour réessayer." -#: src/view/com/posts/Feed.tsx:283 +#: src/view/com/posts/Feed.tsx:287 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Il y a eu un problème lors de la récupération des posts. Appuyez ici pour réessayer." @@ -4684,11 +4786,11 @@ msgstr "Il y a eu un problème de synchronisation de vos préférences avec le s msgid "There was an issue with fetching your app passwords" msgstr "Il y a eu un problème lors de la récupération de vos mots de passe d’application" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:134 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:96 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:106 #: src/view/com/profile/ProfileMenu.tsx:117 #: src/view/com/profile/ProfileMenu.tsx:132 @@ -4713,19 +4815,19 @@ msgstr "Un problème inattendu s’est produit dans l’application. N’hésite msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Il y a eu un afflux de nouveaux personnes sur Bluesky ! Nous activerons ton compte dès que possible." -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146 msgid "These are popular accounts you might like:" msgstr "Voici des comptes populaires qui pourraient vous intéresser :" -#: src/components/moderation/ScreenHider.tsx:117 +#: src/components/moderation/ScreenHider.tsx:116 msgid "This {screenDescription} has been flagged:" msgstr "Ce {screenDescription} a été signalé :" -#: src/components/moderation/ScreenHider.tsx:112 +#: src/components/moderation/ScreenHider.tsx:111 msgid "This account has requested that users sign in to view their profile." msgstr "Ce compte a demandé aux personnes de se connecter pour voir son profil." -#: src/components/moderation/LabelsOnMeDialog.tsx:205 +#: src/components/moderation/LabelsOnMeDialog.tsx:204 msgid "This appeal will be sent to <0>{0}</0>." msgstr "" @@ -4737,11 +4839,11 @@ msgstr "" msgid "This content has received a general warning from moderators." msgstr "" -#: src/view/com/modals/EmbedConsent.tsx:68 +#: src/components/dialogs/EmbedConsent.tsx:64 msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Ce contenu est hébergé par {0}. Voulez-vous activer les médias externes ?" -#: src/components/moderation/ModerationDetailsDialog.tsx:78 +#: src/components/moderation/ModerationDetailsDialog.tsx:77 #: src/lib/moderation/useModerationCauseDescription.ts:77 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Ce contenu n’est pas disponible car l’un des comptes impliqués a bloqué l’autre." @@ -4763,7 +4865,7 @@ msgid "This feed is currently receiving high traffic and is temporarily unavaila msgstr "Ce fil d’actu reçoit actuellement un trafic important, il est temporairement indisponible. Veuillez réessayer plus tard." #: src/screens/Profile/Sections/Feed.tsx:50 -#: src/view/screens/ProfileFeed.tsx:476 +#: src/view/screens/ProfileFeed.tsx:477 #: src/view/screens/ProfileList.tsx:675 msgid "This feed is empty!" msgstr "Ce fil d’actu est vide !" @@ -4780,15 +4882,15 @@ 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/components/moderation/ModerationDetailsDialog.tsx:125 +#: src/components/moderation/ModerationDetailsDialog.tsx:124 msgid "This label was applied by {0}." msgstr "" -#: src/screens/Profile/Sections/Labels.tsx:168 +#: src/screens/Profile/Sections/Labels.tsx:167 msgid "This labeler hasn't declared what labels it publishes, and may not be active." msgstr "" -#: src/view/com/modals/LinkWarning.tsx:58 +#: src/view/com/modals/LinkWarning.tsx:72 msgid "This link is taking you to the following website:" msgstr "Ce lien vous conduit au site Web suivant :" @@ -4800,7 +4902,7 @@ msgstr "Cette liste est vide !" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:106 +#: src/view/com/modals/AddAppPasswords.tsx:107 msgid "This name is already in use" msgstr "Ce nom est déjà utilisé" @@ -4809,6 +4911,7 @@ msgid "This post has been deleted." msgstr "Ce post a été supprimé." #: src/view/com/util/forms/PostDropdownBtn.tsx:344 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "" @@ -4820,19 +4923,19 @@ msgstr "" msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "" -#: src/view/com/auth/create/Policies.tsx:46 +#: src/screens/Signup/StepInfo/Policies.tsx:37 msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:446 +#: src/view/com/modals/ChangeHandle.tsx:445 msgid "This should create a domain record at:" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:87 msgid "This user doesn't have any followers." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:73 +#: src/components/moderation/ModerationDetailsDialog.tsx:72 #: src/lib/moderation/useModerationCauseDescription.ts:68 msgid "This user has blocked you. You cannot view their content." msgstr "Ce compte vous a bloqué. Vous ne pouvez pas voir son contenu." @@ -4849,15 +4952,15 @@ msgstr "" #~ msgid "This user is included in the <0/> list which you have muted." #~ msgstr "Ce compte est inclus dans la liste <0/> que vous avez masquée." -#: src/components/moderation/ModerationDetailsDialog.tsx:56 +#: src/components/moderation/ModerationDetailsDialog.tsx:55 msgid "This user is included in the <0>{0}</0> list which you have blocked." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:85 +#: src/components/moderation/ModerationDetailsDialog.tsx:84 msgid "This user is included in the <0>{0}</0> list which you have muted." msgstr "" -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:87 msgid "This user isn't following anyone." msgstr "" @@ -4865,7 +4968,7 @@ msgstr "" msgid "This warning is only available for posts with media attached." msgstr "Cet avertissement n’est disponible que pour les posts contenant des médias." -#: src/components/dialogs/MutedWords.tsx:284 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "Cela supprimera {0} de vos mots masqués. Vous pourrez toujours le réintégrer plus tard." @@ -4890,11 +4993,11 @@ msgstr "Mode arborescent" msgid "Threads Preferences" msgstr "Préférences de fils de discussion" -#: src/components/ReportDialog/SelectLabelerView.tsx:35 +#: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "" -#: src/components/dialogs/MutedWords.tsx:113 +#: src/components/dialogs/MutedWords.tsx:112 msgid "Toggle between muted word options." msgstr "Basculer entre les options pour les mots masqués." @@ -4902,11 +5005,11 @@ msgstr "Basculer entre les options pour les mots masqués." msgid "Toggle dropdown" msgstr "Activer le menu déroulant" -#: src/screens/Moderation/index.tsx:334 +#: src/screens/Moderation/index.tsx:332 msgid "Toggle to enable or disable adult content" msgstr "" -#: src/view/com/modals/EditImage.tsx:271 +#: src/view/com/modals/EditImage.tsx:272 msgid "Transformations" msgstr "Transformations" @@ -4922,7 +5025,7 @@ msgctxt "action" msgid "Try again" msgstr "Réessayer" -#: src/view/com/modals/ChangeHandle.tsx:429 +#: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "" @@ -4934,22 +5037,23 @@ msgstr "Débloquer la liste" msgid "Un-mute list" msgstr "Réafficher cette liste" -#: src/view/com/auth/create/CreateAccount.tsx:58 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:87 -#: src/view/com/auth/login/Login.tsx:76 -#: src/view/com/auth/login/LoginForm.tsx:121 +#: src/screens/Login/ForgotPasswordForm.tsx:74 +#: src/screens/Login/index.tsx:78 +#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/SetNewPasswordForm.tsx:77 +#: src/screens/Signup/index.tsx:63 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Impossible de contacter votre service. Veuillez vérifier votre connexion Internet." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:572 msgid "Unblock" msgstr "Débloquer" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 msgctxt "action" msgid "Unblock" msgstr "Débloquer" @@ -4959,13 +5063,13 @@ msgstr "Débloquer" msgid "Unblock Account" msgstr "Débloquer le compte" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:281 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "" -#: src/view/com/modals/Repost.tsx:42 -#: src/view/com/modals/Repost.tsx:55 +#: src/view/com/modals/Repost.tsx:43 +#: src/view/com/modals/Repost.tsx:56 #: src/view/com/util/post-ctrls/RepostButton.tsx:60 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:48 msgid "Undo repost" @@ -4981,7 +5085,7 @@ msgctxt "action" msgid "Unfollow" msgstr "Se désabonner" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 msgid "Unfollow {0}" msgstr "Se désabonner de {0}" @@ -4991,14 +5095,14 @@ msgid "Unfollow Account" msgstr "" #: src/view/com/auth/create/state.ts:262 -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." +#~ 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:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Unlike" msgstr "Déliker" -#: src/view/screens/ProfileFeed.tsx:572 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Unlike this feed" msgstr "" @@ -5025,12 +5129,12 @@ msgstr "Réafficher tous les posts {displayTag}" msgid "Unmute thread" msgstr "Réafficher ce fil de discussion" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 #: src/view/screens/ProfileList.tsx:563 msgid "Unpin" msgstr "Désépingler" -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Unpin from home" msgstr "" @@ -5042,11 +5146,11 @@ msgstr "Supprimer la liste de modération" #~ msgid "Unsave" #~ msgstr "Supprimer" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:219 msgid "Unsubscribe" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183 msgid "Unsubscribe from this labeler" msgstr "" @@ -5062,15 +5166,15 @@ msgstr "Mise à jour de {displayName} dans les listes" #~ msgid "Update Available" #~ msgstr "Mise à jour disponible" -#: src/view/com/modals/ChangeHandle.tsx:509 +#: src/view/com/modals/ChangeHandle.tsx:508 msgid "Update to {handle}" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:204 +#: src/screens/Login/SetNewPasswordForm.tsx:186 msgid "Updating..." msgstr "Mise à jour…" -#: src/view/com/modals/ChangeHandle.tsx:455 +#: src/view/com/modals/ChangeHandle.tsx:454 msgid "Upload a text file to:" msgstr "Envoyer un fichier texte vers :" @@ -5093,7 +5197,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:409 +#: src/view/com/modals/ChangeHandle.tsx:408 msgid "Use a file on your server" msgstr "" @@ -5101,11 +5205,11 @@ msgstr "" msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "Utilisez les mots de passe de l’appli pour se connecter à d’autres clients Bluesky sans donner un accès complet à votre compte ou à votre mot de passe." -#: src/view/com/modals/ChangeHandle.tsx:518 +#: src/view/com/modals/ChangeHandle.tsx:517 msgid "Use bsky.social as hosting provider" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:517 +#: src/view/com/modals/ChangeHandle.tsx:516 msgid "Use default provider" msgstr "Utiliser le fournisseur par défaut" @@ -5119,19 +5223,19 @@ msgstr "Utiliser le navigateur interne à l’appli" msgid "Use my default browser" msgstr "Utiliser mon navigateur par défaut" -#: src/view/com/modals/ChangeHandle.tsx:401 +#: src/view/com/modals/ChangeHandle.tsx:400 msgid "Use the DNS panel" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:155 +#: src/view/com/modals/AddAppPasswords.tsx:156 msgid "Use this to sign into the other app along with your handle." msgstr "Utilisez-le pour vous connecter à l’autre application avec votre identifiant." -#: src/view/com/modals/InviteCodes.tsx:200 +#: src/view/com/modals/InviteCodes.tsx:201 msgid "Used by:" msgstr "Utilisé par :" -#: src/components/moderation/ModerationDetailsDialog.tsx:65 +#: src/components/moderation/ModerationDetailsDialog.tsx:64 #: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked" msgstr "Compte bloqué" @@ -5140,7 +5244,7 @@ msgstr "Compte bloqué" msgid "User Blocked by \"{0}\"" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:54 +#: src/components/moderation/ModerationDetailsDialog.tsx:53 msgid "User Blocked by List" msgstr "Compte bloqué par liste" @@ -5148,13 +5252,13 @@ msgstr "Compte bloqué par liste" msgid "User Blocking You" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:71 +#: src/components/moderation/ModerationDetailsDialog.tsx:70 msgid "User Blocks You" msgstr "Compte qui vous bloque" #: src/view/com/auth/create/Step2.tsx:79 -msgid "User handle" -msgstr "Pseudo" +#~ msgid "User handle" +#~ msgstr "Pseudo" #: src/view/com/lists/ListCard.tsx:85 #: src/view/com/modals/UserAddRemoveLists.tsx:198 @@ -5171,11 +5275,11 @@ msgstr "Liste de compte par <0/>" msgid "User list by you" msgstr "Liste de compte par vous" -#: src/view/com/modals/CreateOrEditList.tsx:196 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "User list created" msgstr "Liste de compte créée" -#: src/view/com/modals/CreateOrEditList.tsx:182 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "User list updated" msgstr "Liste de compte mise à jour" @@ -5183,8 +5287,7 @@ msgstr "Liste de compte mise à jour" msgid "User Lists" msgstr "Listes de comptes" -#: src/view/com/auth/login/LoginForm.tsx:180 -#: src/view/com/auth/login/LoginForm.tsx:198 +#: src/screens/Login/LoginForm.tsx:151 msgid "Username or email address" msgstr "Pseudo ou e-mail" @@ -5204,23 +5307,23 @@ msgstr "Comptes dans « {0} »" msgid "Users that have liked this content or profile" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:437 +#: src/view/com/modals/ChangeHandle.tsx:436 msgid "Value:" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:510 +#: src/view/com/modals/ChangeHandle.tsx:509 msgid "Verify {0}" msgstr "" -#: src/view/screens/Settings/index.tsx:944 +#: src/view/screens/Settings/index.tsx:942 msgid "Verify email" msgstr "Confirmer l’e-mail" -#: src/view/screens/Settings/index.tsx:969 +#: src/view/screens/Settings/index.tsx:967 msgid "Verify my email" msgstr "Confirmer mon e-mail" -#: src/view/screens/Settings/index.tsx:978 +#: src/view/screens/Settings/index.tsx:976 msgid "Verify My Email" msgstr "Confirmer mon e-mail" @@ -5233,11 +5336,15 @@ msgstr "Confirmer le nouvel e-mail" msgid "Verify Your Email" msgstr "Vérifiez votre e-mail" +#: src/view/screens/Settings/index.tsx:893 +msgid "Version {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:42 msgid "Video Games" msgstr "Jeux vidéo" -#: src/screens/Profile/Header/Shell.tsx:110 +#: src/screens/Profile/Header/Shell.tsx:107 msgid "View {0}'s avatar" msgstr "Voir l’avatar de {0}" @@ -5245,11 +5352,11 @@ msgstr "Voir l’avatar de {0}" msgid "View debug entry" msgstr "Afficher l’entrée de débogage" -#: src/components/ReportDialog/SelectReportOptionView.tsx:133 +#: src/components/ReportDialog/SelectReportOptionView.tsx:131 msgid "View details" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:128 +#: src/components/ReportDialog/SelectReportOptionView.tsx:126 msgid "View details for reporting a copyright violation" msgstr "" @@ -5273,16 +5380,16 @@ msgstr "Afficher l’avatar" msgid "View the labeling service provided by @{0}" msgstr "" -#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileFeed.tsx:585 msgid "View users who like this feed" msgstr "" -#: src/view/com/modals/LinkWarning.tsx:75 -#: src/view/com/modals/LinkWarning.tsx:77 +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" msgstr "Visiter le site" -#: src/components/moderation/GlobalModerationLabelPref.tsx:44 +#: src/components/moderation/LabelPreference.tsx:135 #: src/lib/moderation/useLabelBehaviorDescription.ts:17 #: src/lib/moderation/useLabelBehaviorDescription.ts:22 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:53 @@ -5298,10 +5405,10 @@ msgid "Warn content and filter from feeds" msgstr "" #: src/screens/Onboarding/StepAlgoFeeds/index.tsx:134 -msgid "We also think you'll like \"For You\" by Skygaze:" -msgstr "Nous pensons également que vous aimerez « For You » de Skygaze :" +#~ msgid "We also think you'll like \"For You\" by Skygaze:" +#~ msgstr "Nous pensons également que vous aimerez « For You » de Skygaze :" -#: src/screens/Hashtag.tsx:132 +#: src/screens/Hashtag.tsx:133 msgid "We couldn't find any results for that hashtag." msgstr "Nous n’avons trouvé aucun résultat pour ce mot-clé." @@ -5309,7 +5416,7 @@ msgstr "Nous n’avons trouvé aucun résultat pour ce mot-clé." msgid "We estimate {estimatedTime} until your account is ready." msgstr "Nous estimons que votre compte sera prêt dans {estimatedTime}." -#: src/screens/Onboarding/StepFinished.tsx:93 +#: src/screens/Onboarding/StepFinished.tsx:97 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Nous espérons que vous passerez un excellent moment. N’oubliez pas que Bluesky est :" @@ -5317,11 +5424,11 @@ msgstr "Nous espérons que vous passerez un excellent moment. N’oubliez pas qu msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "Nous n’avons plus de posts provenant des comptes que vous suivez. Voici le dernier de <0/>." -#: src/components/dialogs/MutedWords.tsx:204 +#: src/components/dialogs/MutedWords.tsx:203 msgid "We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Nous vous recommandons d’éviter les mots communs qui apparaissent dans de nombreux posts, car cela peut avoir pour conséquence qu’aucun post ne s’affiche." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:125 msgid "We recommend our \"Discover\" feed:" msgstr "Nous vous recommandons notre fil d’actu « Discover » :" @@ -5329,11 +5436,11 @@ msgstr "Nous vous recommandons notre fil d’actu « Discover » :" msgid "We were unable to load your birth date preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:387 +#: src/screens/Moderation/index.tsx:385 msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:133 +#: src/screens/Onboarding/StepInterests/index.tsx:137 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "Nous n’avons pas pu nous connecter. Veuillez réessayer pour continuer à configurer votre compte. Si l’échec persiste, vous pouvez sauter cette étape." @@ -5345,11 +5452,11 @@ msgstr "Nous vous informerons lorsque votre compte sera prêt." #~ msgid "We'll look into your appeal promptly." #~ msgstr "Nous examinerons votre appel rapidement." -#: src/screens/Onboarding/StepInterests/index.tsx:138 +#: src/screens/Onboarding/StepInterests/index.tsx:142 msgid "We'll use this to help customize your experience." msgstr "Nous utiliserons ces informations pour personnaliser votre expérience." -#: src/view/com/auth/create/CreateAccount.tsx:134 +#: src/screens/Signup/index.tsx:130 msgid "We're so excited to have you join us!" msgstr "Nous sommes ravis de vous accueillir !" @@ -5357,20 +5464,20 @@ msgstr "Nous sommes ravis de vous accueillir !" 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/components/dialogs/MutedWords.tsx:230 +#: src/components/dialogs/MutedWords.tsx:229 msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Nous sommes désolés, mais nous n’avons pas pu charger vos mots masqués pour le moment. Veuillez réessayer." -#: src/view/screens/Search/Search.tsx:255 +#: src/view/screens/Search/Search.tsx:256 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Nous sommes désolés, mais votre recherche a été annulée. Veuillez réessayer dans quelques minutes." -#: src/components/Lists.tsx:194 +#: src/components/Lists.tsx:188 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "Nous sommes désolés ! La page que vous recherchez est introuvable." -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:321 msgid "We're sorry! You can only subscribe to ten labelers, and you've reached your limit of ten." msgstr "" @@ -5378,7 +5485,7 @@ msgstr "" msgid "Welcome to <0>Bluesky</0>" msgstr "Bienvenue sur <0>Bluesky</0>" -#: src/screens/Onboarding/StepInterests/index.tsx:130 +#: src/screens/Onboarding/StepInterests/index.tsx:134 msgid "What are your interests?" msgstr "Quels sont vos centres d’intérêt ?" @@ -5386,8 +5493,9 @@ msgstr "Quels sont vos centres d’intérêt ?" #~ msgid "What is the issue with this {collectionName}?" #~ msgstr "Quel est le problème avec cette {collectionName} ?" -#: src/view/com/auth/SplashScreen.tsx:59 -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/auth/SplashScreen.tsx:58 +#: src/view/com/auth/SplashScreen.web.tsx:84 +#: src/view/com/composer/Composer.tsx:296 msgid "What's up?" msgstr "Quoi de neuf ?" @@ -5404,35 +5512,35 @@ msgstr "Quelles langues aimeriez-vous voir apparaître dans vos fils d’actu al msgid "Who can reply" msgstr "Qui peut répondre ?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 +#: src/components/ReportDialog/SelectReportOptionView.tsx:43 msgid "Why should this content be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 +#: src/components/ReportDialog/SelectReportOptionView.tsx:56 msgid "Why should this feed be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 +#: src/components/ReportDialog/SelectReportOptionView.tsx:53 msgid "Why should this list be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 +#: src/components/ReportDialog/SelectReportOptionView.tsx:50 msgid "Why should this post be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 +#: src/components/ReportDialog/SelectReportOptionView.tsx:47 msgid "Why should this user be reviewed?" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:102 +#: src/view/com/modals/crop-image/CropImage.web.tsx:103 msgid "Wide" msgstr "Large" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:436 msgid "Write post" msgstr "Rédiger un post" -#: src/view/com/composer/Composer.tsx:294 +#: src/view/com/composer/Composer.tsx:295 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "Rédigez votre réponse" @@ -5455,7 +5563,7 @@ msgstr "Oui" msgid "You are in line." msgstr "Vous êtes dans la file d’attente." -#: src/view/com/profile/ProfileFollows.tsx:93 +#: src/view/com/profile/ProfileFollows.tsx:86 msgid "You are not following anyone." msgstr "" @@ -5464,20 +5572,20 @@ msgstr "" 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/screens/Onboarding/StepFollowingFeed.tsx:142 +#: src/screens/Onboarding/StepFollowingFeed.tsx:143 msgid "You can change these settings later." msgstr "Vous pouvez modifier ces paramètres ultérieurement." -#: src/view/com/auth/login/Login.tsx:158 -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 +#: src/screens/Login/index.tsx:158 +#: src/screens/Login/PasswordUpdatedForm.tsx:33 msgid "You can now sign in with your new password." msgstr "Vous pouvez maintenant vous connecter avec votre nouveau mot de passe." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:86 msgid "You do not have any followers." msgstr "" -#: src/view/com/modals/InviteCodes.tsx:66 +#: src/view/com/modals/InviteCodes.tsx:67 msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer." msgstr "Vous n’avez encore aucun code d’invitation ! Nous vous en enverrons lorsque vous serez sur Bluesky depuis un peu plus longtemps." @@ -5497,14 +5605,14 @@ msgstr "Vous n’avez encore aucun fil enregistré." 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." -#: src/components/moderation/ModerationDetailsDialog.tsx:67 +#: src/components/moderation/ModerationDetailsDialog.tsx:66 #: src/lib/moderation/useModerationCauseDescription.ts:50 #: src/lib/moderation/useModerationCauseDescription.ts:58 msgid "You have blocked this user. You cannot view their content." msgstr "Vous avez bloqué ce compte. Vous ne pouvez pas voir son contenu." -#: src/view/com/auth/login/SetNewPasswordForm.tsx:57 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:92 +#: src/screens/Login/SetNewPasswordForm.tsx:54 +#: src/screens/Login/SetNewPasswordForm.tsx:91 #: src/view/com/modals/ChangePassword.tsx:87 #: src/view/com/modals/ChangePassword.tsx:121 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." @@ -5514,11 +5622,11 @@ msgstr "Vous avez introduit un code non valide. Il devrait ressembler à XXXXX-X msgid "You have hidden this post" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:102 +#: src/components/moderation/ModerationDetailsDialog.tsx:101 msgid "You have hidden this post." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:95 +#: src/components/moderation/ModerationDetailsDialog.tsx:94 #: src/lib/moderation/useModerationCauseDescription.ts:92 msgid "You have muted this account." msgstr "" @@ -5560,14 +5668,18 @@ msgstr "" #~ msgid "You have not muted any accounts yet. To mute an account, go to their profile and selected \"Mute account\" from the menu on their account." #~ msgstr "Vous n’avez encore masqué aucun compte. Pour désactiver un compte, allez sur son profil et sélectionnez « Masquer le compte » dans le menu de son compte." -#: src/components/dialogs/MutedWords.tsx:250 +#: src/components/dialogs/MutedWords.tsx:249 msgid "You haven't muted any words or tags yet" msgstr "Vous n’avez pas encore masqué de mot ou de mot-clé" -#: src/components/moderation/LabelsOnMeDialog.tsx:69 +#: src/components/moderation/LabelsOnMeDialog.tsx:68 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" +#: src/screens/Signup/StepInfo/Policies.tsx:79 +msgid "You must be 13 years of age or older to sign up." +msgstr "" + #: src/view/com/modals/ContentFilteringSettings.tsx:175 #~ 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." @@ -5588,11 +5700,11 @@ msgstr "Vous ne recevrez plus de notifications pour ce fil de discussion" msgid "You will now receive notifications for this thread" msgstr "Vous recevrez désormais des notifications pour ce fil de discussion" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:107 +#: src/screens/Login/SetNewPasswordForm.tsx:104 msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "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:59 +#: src/screens/Onboarding/StepModeration/index.tsx:60 msgid "You're in control" msgstr "Vous avez le contrôle" @@ -5602,11 +5714,11 @@ msgstr "Vous avez le contrôle" msgid "You're in line" msgstr "Vous êtes dans la file d’attente" -#: src/screens/Onboarding/StepFinished.tsx:90 +#: src/screens/Onboarding/StepFinished.tsx:94 msgid "You're ready to go!" msgstr "Vous êtes prêt à partir !" -#: src/components/moderation/ModerationDetailsDialog.tsx:99 +#: src/components/moderation/ModerationDetailsDialog.tsx:98 #: src/lib/moderation/useModerationCauseDescription.ts:101 msgid "You've chosen to hide a word or tag within this post." msgstr "" @@ -5615,11 +5727,11 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Vous avez atteint la fin de votre fil d’actu ! Trouvez d’autres comptes à suivre." -#: src/view/com/auth/create/Step1.tsx:67 +#: src/screens/Signup/index.tsx:150 msgid "Your account" msgstr "Votre compte" -#: src/view/com/modals/DeleteAccount.tsx:67 +#: src/view/com/modals/DeleteAccount.tsx:68 msgid "Your account has been deleted" msgstr "Votre compte a été supprimé" @@ -5627,7 +5739,7 @@ msgstr "Votre compte a été supprimé" msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Le dépôt de votre compte, qui contient toutes les données publiques, peut être téléchargé sous la forme d’un fichier « CAR ». Ce fichier n’inclut pas les éléments multimédias, tels que les images, ni vos données privées, qui doivent être récupérées séparément." -#: src/view/com/auth/create/Step1.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:121 msgid "Your birth date" msgstr "Votre date de naissance" @@ -5635,12 +5747,12 @@ msgstr "Votre date de naissance" msgid "Your choice will be saved, but can be changed later in settings." msgstr "Votre choix sera enregistré, mais vous pourrez le modifier ultérieurement dans les paramètres." -#: src/screens/Onboarding/StepFollowingFeed.tsx:61 +#: src/screens/Onboarding/StepFollowingFeed.tsx:62 msgid "Your default feed is \"Following\"" msgstr "Votre fil d’actu par défaut est « Following »" -#: src/view/com/auth/create/state.ts:110 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:70 +#: src/screens/Login/ForgotPasswordForm.tsx:57 +#: src/screens/Signup/state.ts:227 #: src/view/com/modals/ChangePassword.tsx:54 msgid "Your email appears to be invalid." msgstr "Votre e-mail semble être invalide." @@ -5657,15 +5769,15 @@ 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/Step2.tsx:83 +#: src/screens/Signup/StepHandle.tsx:72 msgid "Your full handle will be" msgstr "Votre nom complet sera" -#: src/view/com/modals/ChangeHandle.tsx:270 +#: src/view/com/modals/ChangeHandle.tsx:271 msgid "Your full handle will be <0>@{0}</0>" msgstr "Votre pseudo complet sera <0>@{0}</0>" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "Vos mots masqués" @@ -5673,25 +5785,24 @@ msgstr "Vos mots masqués" msgid "Your password has been changed successfully!" msgstr "Votre mot de passe a été modifié avec succès !" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:284 msgid "Your post has been published" msgstr "Votre post a été publié" -#: src/screens/Onboarding/StepFinished.tsx:105 +#: src/screens/Onboarding/StepFinished.tsx:109 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:61 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Vos posts, les likes et les blocages sont publics. Les silences (comptes masqués) sont privés." -#: src/view/com/modals/SwitchAccount.tsx:88 #: src/view/screens/Settings/index.tsx:125 msgid "Your profile" msgstr "Votre profil" -#: src/view/com/composer/Composer.tsx:282 +#: src/view/com/composer/Composer.tsx:283 msgid "Your reply has been published" msgstr "Votre réponse a été publiée" -#: src/view/com/auth/create/Step2.tsx:65 +#: src/screens/Signup/index.tsx:152 msgid "Your user handle" msgstr "Votre pseudo" diff --git a/src/locale/locales/ga/messages.po b/src/locale/locales/ga/messages.po index 2e04e4e8e..8b79ff632 100644 --- a/src/locale/locales/ga/messages.po +++ b/src/locale/locales/ga/messages.po @@ -16,7 +16,7 @@ msgstr "" msgid "(no email)" msgstr "(gan ríomhphost)" -#: src/view/com/profile/ProfileHeader.tsx:592 +#: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} á leanúint" @@ -28,7 +28,7 @@ msgstr "{following} á leanúint" #~ msgid "{invitesAvailable} invite codes available" #~ msgstr "{invitesAvailable} cód cuiridh ar fáil" -#: src/view/shell/Drawer.tsx:440 +#: src/view/shell/Drawer.tsx:443 msgid "{numUnreadNotifications} unread" msgstr "{numUnreadNotifications} gan léamh" @@ -36,7 +36,11 @@ msgstr "{numUnreadNotifications} gan léamh" msgid "<0/> members" msgstr "<0/> ball" -#: src/view/com/profile/ProfileHeader.tsx:594 +#: src/view/shell/Drawer.tsx:97 +msgid "<0>{0}</0> following" +msgstr "" + +#: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} </0><1>following</1>" msgstr "<0>{following} </0><1>á leanúint</1>" @@ -52,51 +56,60 @@ msgstr "<0>Lean cúpla</0><1>Úsáideoirí</1><2>Molta</2>" msgid "<0>Welcome to</0><1>Bluesky</1>" msgstr "<0>Fáilte go</0><1>Bluesky</1>" -#: src/view/com/profile/ProfileHeader.tsx:557 +#: src/screens/Profile/Header/Handle.tsx:42 msgid "⚠Invalid Handle" msgstr "⚠Leasainm Neamhbhailí" #: src/view/com/util/moderation/LabelInfo.tsx:45 -msgid "A content warning has been applied to this {0}." -msgstr "Cuireadh rabhadh ábhair leis an {0} seo." +#~ msgid "A content warning has been applied to this {0}." +#~ msgstr "Cuireadh rabhadh ábhair leis an {0} seo." #: src/lib/hooks/useOTAUpdate.ts:16 -msgid "A new version of the app is available. Please update to continue using the app." -msgstr "Tá leagan nua den aip ar fáil. Uasdátaigh leis an aip a úsáid anois." +#~ msgid "A new version of the app is available. Please update to continue using the app." +#~ msgstr "Tá leagan nua den aip ar fáil. Uasdátaigh leis an aip a úsáid anois." -#: src/view/com/util/ViewHeader.tsx:83 -#: src/view/screens/Search/Search.tsx:624 +#: src/view/com/util/ViewHeader.tsx:89 +#: src/view/screens/Search/Search.tsx:649 msgid "Access navigation links and settings" msgstr "Oscail nascanna agus socruithe" -#: src/view/com/pager/FeedsTabBarMobile.tsx:89 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:52 msgid "Access profile and other navigation links" msgstr "Oscail próifíl agus nascanna eile" -#: src/view/com/modals/EditImage.tsx:299 -#: src/view/screens/Settings/index.tsx:451 +#: src/view/com/modals/EditImage.tsx:300 +#: src/view/screens/Settings/index.tsx:470 msgid "Accessibility" msgstr "Inrochtaineacht" -#: src/view/com/auth/login/LoginForm.tsx:166 -#: src/view/screens/Settings/index.tsx:308 -#: src/view/screens/Settings/index.tsx:721 +#: src/components/moderation/LabelsOnMe.tsx:42 +msgid "account" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:144 +#: src/view/screens/Settings/index.tsx:327 +#: src/view/screens/Settings/index.tsx:743 msgid "Account" msgstr "Cuntas" -#: src/view/com/profile/ProfileHeader.tsx:245 +#: src/view/com/profile/ProfileMenu.tsx:139 msgid "Account blocked" msgstr "Cuntas blocáilte" -#: src/view/com/profile/ProfileHeader.tsx:212 +#: src/view/com/profile/ProfileMenu.tsx:153 +msgid "Account followed" +msgstr "" + +#: src/view/com/profile/ProfileMenu.tsx:113 msgid "Account muted" msgstr "Cuireadh an cuntas i bhfolach" -#: src/view/com/modals/ModerationDetails.tsx:86 +#: src/components/moderation/ModerationDetailsDialog.tsx:93 +#: src/lib/moderation/useModerationCauseDescription.ts:91 msgid "Account Muted" msgstr "Cuireadh an cuntas i bhfolach" -#: src/view/com/modals/ModerationDetails.tsx:72 +#: src/components/moderation/ModerationDetailsDialog.tsx:82 msgid "Account Muted by List" msgstr "Cuireadh an cuntas i bhfolach trí liosta" @@ -108,18 +121,24 @@ msgstr "Roghanna cuntais" msgid "Account removed from quick access" msgstr "Baineadh an cuntas ón mearliosta" -#: src/view/com/profile/ProfileHeader.tsx:267 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "Cuntas díbhlocáilte" -#: src/view/com/profile/ProfileHeader.tsx:225 +#: src/view/com/profile/ProfileMenu.tsx:166 +msgid "Account unfollowed" +msgstr "" + +#: src/view/com/profile/ProfileMenu.tsx:102 msgid "Account unmuted" msgstr "Níl an cuntas i bhfolach a thuilleadh" +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 -#: src/view/com/modals/ListAddRemoveUsers.tsx:264 +#: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:219 -#: src/view/screens/ProfileList.tsx:812 +#: src/view/screens/ProfileList.tsx:827 msgid "Add" msgstr "Cuir leis" @@ -127,54 +146,63 @@ msgstr "Cuir leis" msgid "Add a content warning" msgstr "Cuir rabhadh faoin ábhar leis" -#: src/view/screens/ProfileList.tsx:802 +#: src/view/screens/ProfileList.tsx:817 msgid "Add a user to this list" msgstr "Cuir cuntas leis an liosta seo" -#: src/view/screens/Settings/index.tsx:383 -#: src/view/screens/Settings/index.tsx:392 +#: src/components/dialogs/SwitchAccount.tsx:55 +#: src/view/screens/Settings/index.tsx:402 +#: src/view/screens/Settings/index.tsx:411 msgid "Add account" msgstr "Cuir cuntas leis seo" #: src/view/com/composer/photos/Gallery.tsx:119 #: src/view/com/composer/photos/Gallery.tsx:180 -#: src/view/com/modals/AltImage.tsx:116 +#: src/view/com/modals/AltImage.tsx:117 msgid "Add alt text" msgstr "Cuir téacs malartach leis seo" -#: src/view/screens/AppPasswords.tsx:102 -#: src/view/screens/AppPasswords.tsx:143 -#: src/view/screens/AppPasswords.tsx:156 +#: src/view/screens/AppPasswords.tsx:104 +#: src/view/screens/AppPasswords.tsx:145 +#: src/view/screens/AppPasswords.tsx:158 msgid "Add App Password" msgstr "Cuir pasfhocal aipe leis seo" #: src/view/com/modals/report/InputIssueDetails.tsx:41 #: src/view/com/modals/report/Modal.tsx:191 -msgid "Add details" -msgstr "Cuir mionsonraí leis seo" +#~ msgid "Add details" +#~ msgstr "Cuir mionsonraí leis seo" #: src/view/com/modals/report/Modal.tsx:194 -msgid "Add details to report" -msgstr "Cuir mionsonraí leis an tuairisc" +#~ msgid "Add details to report" +#~ msgstr "Cuir mionsonraí leis an tuairisc" -#: src/view/com/composer/Composer.tsx:446 +#: src/view/com/composer/Composer.tsx:467 msgid "Add link card" msgstr "Cuir cárta leanúna leis seo" -#: src/view/com/composer/Composer.tsx:451 +#: src/view/com/composer/Composer.tsx:472 msgid "Add link card:" msgstr "Cuir cárta leanúna leis seo:" -#: src/view/com/modals/ChangeHandle.tsx:417 +#: src/components/dialogs/MutedWords.tsx:157 +msgid "Add mute word for configured settings" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:86 +msgid "Add muted words and tags" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:416 msgid "Add the following DNS record to your domain:" msgstr "Cuir an taifead DNS seo a leanas le d'fhearann:" -#: src/view/com/profile/ProfileHeader.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:263 +#: src/view/com/profile/ProfileMenu.tsx:266 msgid "Add to Lists" msgstr "Cuir le liostaí" -#: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:272 +#: src/view/com/feeds/FeedSourceCard.tsx:234 msgid "Add to my feeds" msgstr "Cuir le mo chuid fothaí" @@ -187,27 +215,34 @@ msgstr "Curtha leis" msgid "Added to list" msgstr "Curtha leis an liosta" -#: src/view/com/feeds/FeedSourceCard.tsx:125 +#: src/view/com/feeds/FeedSourceCard.tsx:108 msgid "Added to my feeds" msgstr "Curtha le mo chuid fothaí" -#: src/view/screens/PreferencesHomeFeed.tsx:173 +#: src/view/screens/PreferencesFollowingFeed.tsx:173 msgid "Adjust the number of likes a reply must have to be shown in your feed." msgstr "Sonraigh an méid moltaí ar fhreagra atá de dhíth le bheith le feiceáil i d'fhotha." +#: src/lib/moderation/useGlobalLabelStrings.ts:34 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:117 #: src/view/com/modals/SelfLabel.tsx:75 msgid "Adult Content" msgstr "Ábhar do dhaoine fásta" #: src/view/com/modals/ContentFilteringSettings.tsx:141 -msgid "Adult content can only be enabled via the Web at <0/>." -msgstr "Ní féidir ábhar do dhaoine fásta a chur ar fáil ach tríd an nGréasán ag <0/>." +#~ msgid "Adult content can only be enabled via the Web at <0/>." +#~ msgstr "Ní féidir ábhar do dhaoine fásta a chur ar fáil ach tríd an nGréasán ag <0/>." #: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:78 #~ msgid "Adult content can only be enabled via the Web at <0>bsky.app</0>." #~ msgstr "Ní féidir ábhar do dhaoine fásta a chur ar fáil ach tríd an nGréasán ag <0>bsky.app</0>." -#: src/view/screens/Settings/index.tsx:664 +#: src/components/moderation/LabelPreference.tsx:242 +msgid "Adult content is disabled." +msgstr "" + +#: src/screens/Moderation/index.tsx:375 +#: src/view/screens/Settings/index.tsx:684 msgid "Advanced" msgstr "Ardleibhéal" @@ -215,12 +250,12 @@ msgstr "Ardleibhéal" msgid "All the feeds you've saved, right in one place." msgstr "Na fothaí go léir a shábháil tú, in áit amháin." -#: src/view/com/auth/login/ForgotPasswordForm.tsx:221 -#: src/view/com/modals/ChangePassword.tsx:168 +#: src/screens/Login/ForgotPasswordForm.tsx:178 +#: src/view/com/modals/ChangePassword.tsx:170 msgid "Already have a code?" msgstr "An bhfuil cód agat cheana?" -#: src/view/com/auth/login/ChooseAccountForm.tsx:98 +#: src/screens/Login/ChooseAccountForm.tsx:39 msgid "Already signed in as @{0}" msgstr "Logáilte isteach cheana mar @{0}" @@ -228,7 +263,7 @@ msgstr "Logáilte isteach cheana mar @{0}" msgid "ALT" msgstr "ALT" -#: src/view/com/modals/EditImage.tsx:315 +#: src/view/com/modals/EditImage.tsx:316 msgid "Alt text" msgstr "Téacs malartach" @@ -244,12 +279,18 @@ msgstr "Cuireadh teachtaireacht ríomhphoist chuig {0}. Tá cód dearbhaithe fao msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below." msgstr "Cuireadh teachtaireacht ríomhphoist chuig do sheanseoladh. {0}. Tá cód dearbhaithe faoi iamh." -#: src/view/com/profile/FollowButton.tsx:30 -#: src/view/com/profile/FollowButton.tsx:40 +#: src/lib/moderation/useReportOptions.ts:26 +msgid "An issue not included in these options" +msgstr "" + +#: src/view/com/profile/FollowButton.tsx:35 +#: src/view/com/profile/FollowButton.tsx:45 +#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:188 +#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:198 msgid "An issue occurred, please try again." msgstr "Tharla fadhb. Déan iarracht eile, le do thoil." -#: src/view/com/notifications/FeedItem.tsx:236 +#: src/view/com/notifications/FeedItem.tsx:240 #: src/view/com/threadgate/WhoCanReply.tsx:178 msgid "and" msgstr "agus" @@ -258,23 +299,27 @@ msgstr "agus" msgid "Animals" msgstr "Ainmhithe" +#: src/lib/moderation/useReportOptions.ts:31 +msgid "Anti-Social Behavior" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:95 msgid "App Language" msgstr "Teanga na haipe" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:223 msgid "App password deleted" msgstr "Pasfhocal na haipe scriosta" -#: src/view/com/modals/AddAppPasswords.tsx:134 +#: src/view/com/modals/AddAppPasswords.tsx:135 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "Ní féidir ach litreacha, uimhreacha, spásanna, daiseanna agus fostríocanna a bheith in ainmneacha phasfhocal na haipe." -#: src/view/com/modals/AddAppPasswords.tsx:99 +#: src/view/com/modals/AddAppPasswords.tsx:100 msgid "App Password names must be at least 4 characters long." msgstr "Caithfear 4 charachtar ar a laghad a bheith in ainmneacha phasfhocal na haipe." -#: src/view/screens/Settings/index.tsx:675 +#: src/view/screens/Settings/index.tsx:695 msgid "App password settings" msgstr "Socruithe phasfhocal na haipe" @@ -282,47 +327,64 @@ msgstr "Socruithe phasfhocal na haipe" #~ msgid "App passwords" #~ msgstr "Pasfhocal na haipe" -#: src/Navigation.tsx:237 -#: src/view/screens/AppPasswords.tsx:187 -#: src/view/screens/Settings/index.tsx:684 +#: src/Navigation.tsx:251 +#: src/view/screens/AppPasswords.tsx:189 +#: src/view/screens/Settings/index.tsx:704 msgid "App Passwords" msgstr "Pasfhocal na haipe" +#: src/components/moderation/LabelsOnMeDialog.tsx:133 +#: src/components/moderation/LabelsOnMeDialog.tsx:136 +msgid "Appeal" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:201 +msgid "Appeal \"{0}\" label" +msgstr "" + #: src/view/com/util/forms/PostDropdownBtn.tsx:250 -msgid "Appeal content warning" -msgstr "Déan achomharc in aghaidh rabhadh ábhair." +#~ msgid "Appeal content warning" +#~ msgstr "Déan achomharc in aghaidh rabhadh ábhair." #: src/view/com/modals/AppealLabel.tsx:65 -msgid "Appeal Content Warning" -msgstr "Achomharc in aghaidh rabhadh ábhair" +#~ msgid "Appeal Content Warning" +#~ msgstr "Achomharc in aghaidh rabhadh ábhair" + +#: src/components/moderation/LabelsOnMeDialog.tsx:192 +msgid "Appeal submitted." +msgstr "" #: src/view/com/util/moderation/LabelInfo.tsx:52 -msgid "Appeal this decision" -msgstr "Dean achomharc in aghaidh an chinnidh seo" +#~ msgid "Appeal this decision" +#~ msgstr "Dean achomharc in aghaidh an chinnidh seo" #: src/view/com/util/moderation/LabelInfo.tsx:56 -msgid "Appeal this decision." -msgstr "Dean achomharc in aghaidh an chinnidh seo." +#~ msgid "Appeal this decision." +#~ msgstr "Dean achomharc in aghaidh an chinnidh seo." -#: src/view/screens/Settings/index.tsx:466 +#: src/view/screens/Settings/index.tsx:485 msgid "Appearance" msgstr "Cuma" -#: src/view/screens/AppPasswords.tsx:224 +#: src/view/screens/AppPasswords.tsx:265 msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "An bhfuil tú cinnte gur mhaith leat pasfhocal na haipe “{name}” a scriosadh?" -#: src/view/com/composer/Composer.tsx:143 +#: src/view/com/feeds/FeedSourceCard.tsx:280 +msgid "Are you sure you want to remove {0} from your feeds?" +msgstr "" + +#: src/view/com/composer/Composer.tsx:509 msgid "Are you sure you'd like to discard this draft?" msgstr "An bhfuil tú cinnte gur mhaith leat an dréacht seo a scriosadh?" -#: src/view/screens/ProfileList.tsx:364 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "Lánchinnte?" #: src/view/com/util/forms/PostDropdownBtn.tsx:233 -msgid "Are you sure? This cannot be undone." -msgstr "An bhfuil tú cinnte? Ní féidir é seo a chealú." +#~ msgid "Are you sure? This cannot be undone." +#~ msgstr "An bhfuil tú cinnte? Ní féidir é seo a chealú." #: src/view/com/composer/select-language/SuggestedLanguage.tsx:60 msgid "Are you writing in <0>{0}</0>?" @@ -336,78 +398,93 @@ msgstr "Ealaín" msgid "Artistic or non-erotic nudity." msgstr "Lomnochtacht ealaíonta nó gan a bheith gáirsiúil." -#: src/view/com/auth/create/CreateAccount.tsx:154 -#: src/view/com/auth/login/ChooseAccountForm.tsx:151 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:174 -#: src/view/com/auth/login/LoginForm.tsx:259 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:179 -#: src/view/com/modals/report/InputIssueDetails.tsx:46 -#: src/view/com/post-thread/PostThread.tsx:471 -#: src/view/com/post-thread/PostThread.tsx:521 -#: src/view/com/post-thread/PostThread.tsx:529 -#: src/view/com/profile/ProfileHeader.tsx:648 -#: src/view/com/util/ViewHeader.tsx:81 +#: src/screens/Signup/StepHandle.tsx:118 +msgid "At least 3 characters" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:246 +#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/screens/Login/ChooseAccountForm.tsx:73 +#: src/screens/Login/ChooseAccountForm.tsx:78 +#: src/screens/Login/ForgotPasswordForm.tsx:129 +#: src/screens/Login/ForgotPasswordForm.tsx:135 +#: src/screens/Login/LoginForm.tsx:221 +#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/SetNewPasswordForm.tsx:160 +#: src/screens/Login/SetNewPasswordForm.tsx:166 +#: src/screens/Profile/Header/Shell.tsx:96 +#: src/screens/Signup/index.tsx:179 +#: src/view/com/util/ViewHeader.tsx:87 msgid "Back" msgstr "Ar ais" #: src/view/com/post-thread/PostThread.tsx:479 -msgctxt "action" -msgid "Back" -msgstr "Ar ais" +#~ msgctxt "action" +#~ msgid "Back" +#~ msgstr "Ar ais" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:144 msgid "Based on your interest in {interestsText}" msgstr "Toisc go bhfuil suim agat in {interestsText}" -#: src/view/screens/Settings/index.tsx:523 +#: src/view/screens/Settings/index.tsx:542 msgid "Basics" msgstr "Bunrudaí" -#: src/view/com/auth/create/Step1.tsx:250 -#: src/view/com/modals/BirthDateSettings.tsx:73 +#: src/components/dialogs/BirthDateSettings.tsx:107 msgid "Birthday" msgstr "Breithlá" -#: src/view/screens/Settings/index.tsx:340 +#: src/view/screens/Settings/index.tsx:359 msgid "Birthday:" msgstr "Breithlá:" -#: src/view/com/profile/ProfileHeader.tsx:238 -#: src/view/com/profile/ProfileHeader.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 +#: src/view/com/profile/ProfileMenu.tsx:361 +msgid "Block" +msgstr "" + +#: src/view/com/profile/ProfileMenu.tsx:300 +#: src/view/com/profile/ProfileMenu.tsx:307 msgid "Block Account" msgstr "Blocáil an cuntas seo" -#: src/view/screens/ProfileList.tsx:555 +#: src/view/com/profile/ProfileMenu.tsx:344 +msgid "Block Account?" +msgstr "" + +#: src/view/screens/ProfileList.tsx:530 msgid "Block accounts" msgstr "Blocáil na cuntais seo" -#: src/view/screens/ProfileList.tsx:505 +#: src/view/screens/ProfileList.tsx:478 +#: src/view/screens/ProfileList.tsx:634 msgid "Block list" msgstr "Liosta blocála" -#: src/view/screens/ProfileList.tsx:315 +#: src/view/screens/ProfileList.tsx:629 msgid "Block these accounts?" msgstr "An bhfuil fonn ort na cuntais seo a bhlocáil?" #: src/view/screens/ProfileList.tsx:319 -msgid "Block this List" -msgstr "Blocáil an liosta seo" +#~ msgid "Block this List" +#~ msgstr "Blocáil an liosta seo" -#: src/view/com/lists/ListCard.tsx:109 -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:60 +#: src/view/com/lists/ListCard.tsx:110 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:55 msgid "Blocked" msgstr "Blocáilte" -#: src/view/screens/Moderation.tsx:123 +#: src/screens/Moderation/index.tsx:267 msgid "Blocked accounts" msgstr "Cuntais bhlocáilte" -#: src/Navigation.tsx:130 +#: src/Navigation.tsx:134 #: src/view/screens/ModerationBlockedAccounts.tsx:107 msgid "Blocked Accounts" msgstr "Cuntais bhlocáilte" -#: src/view/com/profile/ProfileHeader.tsx:240 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "Ní féidir leis na cuntais bhlocáilte freagra a thabhairt ar do chomhráite, tagairt a dhéanamh duit, ná aon phlé eile a bheith acu leat." @@ -415,49 +492,57 @@ msgstr "Ní féidir leis na cuntais bhlocáilte freagra a thabhairt ar do chomhr 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 "Ní féidir leis na cuntais bhlocáilte freagra a thabhairt ar do chomhráite, tagairt a dhéanamh duit, ná aon phlé eile a bheith acu leat. Ní fheicfidh tú a gcuid ábhair agus ní fheicfidh siad do chuid ábhair." -#: src/view/com/post-thread/PostThread.tsx:324 +#: src/view/com/post-thread/PostThread.tsx:313 msgid "Blocked post." msgstr "Postáil bhlocáilte." -#: src/view/screens/ProfileList.tsx:317 +#: src/screens/Profile/Sections/Labels.tsx:152 +msgid "Blocking does not prevent this labeler from placing labels on your account." +msgstr "" + +#: src/view/screens/ProfileList.tsx:631 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "Tá an bhlocáil poiblí. Ní féidir leis na cuntais bhlocáilte freagra a thabhairt ar do chomhráite, tagairt a dhéanamh duit, ná aon phlé eile a bheith acu leat." -#: src/view/com/auth/HomeLoggedOutCTA.tsx:93 -#: src/view/com/auth/SplashScreen.web.tsx:133 +#: src/view/com/profile/ProfileMenu.tsx:353 +msgid "Blocking will not prevent labels from being applied on your account, but it will stop this account from replying in your threads or interacting with you." +msgstr "" + +#: src/view/com/auth/HomeLoggedOutCTA.tsx:98 +#: src/view/com/auth/SplashScreen.web.tsx:169 msgid "Blog" msgstr "Blag" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:31 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:32 #: src/view/com/auth/server-input/index.tsx:89 -#: src/view/com/auth/server-input/index.tsx:90 +#: src/view/com/auth/server-input/index.tsx:91 msgid "Bluesky" msgstr "Bluesky" -#: src/view/com/auth/server-input/index.tsx:150 +#: src/view/com/auth/server-input/index.tsx:154 msgid "Bluesky is an open network where you can choose your hosting provider. Custom hosting is now available in beta for developers." msgstr "Is líonra oscailte é Bluesky, lenar féidir leat do sholáthraí óstála féin a roghnú. Tá leagan béite d'óstáil shaincheaptha ar fáil d'fhorbróirí anois." #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:80 -#: src/view/com/auth/onboarding/WelcomeMobile.tsx:80 +#: src/view/com/auth/onboarding/WelcomeMobile.tsx:82 msgid "Bluesky is flexible." msgstr "Tá Bluesky solúbtha." #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:69 -#: src/view/com/auth/onboarding/WelcomeMobile.tsx:69 +#: src/view/com/auth/onboarding/WelcomeMobile.tsx:71 msgid "Bluesky is open." msgstr "Tá Bluesky oscailte." #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:56 -#: src/view/com/auth/onboarding/WelcomeMobile.tsx:56 +#: src/view/com/auth/onboarding/WelcomeMobile.tsx:58 msgid "Bluesky is public." msgstr "Tá Bluesky poiblí." #: src/view/com/modals/Waitlist.tsx:70 -msgid "Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon." -msgstr "Baineann Bluesky úsáid as cuirí le pobal níos sláintiúla a thógáil. Mura bhfuil aithne agat ar dhuine a bhfuil cuireadh acu is féidir leat d’ainm a chur ar an liosta feithimh agus cuirfidh muid cuireadh chugat roimh i bhfad." +#~ msgid "Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon." +#~ msgstr "Baineann Bluesky úsáid as cuirí le pobal níos sláintiúla a thógáil. Mura bhfuil aithne agat ar dhuine a bhfuil cuireadh acu is féidir leat d’ainm a chur ar an liosta feithimh agus cuirfidh muid cuireadh chugat roimh i bhfad." -#: src/view/screens/Moderation.tsx:226 +#: src/screens/Moderation/index.tsx:533 msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private." msgstr "Ní thaispeánfaidh Bluesky do phróifíl ná do chuid postálacha d’úsáideoirí atá logáilte amach. Is féidir nach gcloífidh aipeanna eile leis an iarratas seo. I bhfocail eile, ní bheidh do chuntas anseo príobháideach." @@ -465,16 +550,24 @@ msgstr "Ní thaispeánfaidh Bluesky do phróifíl ná do chuid postálacha d’ #~ msgid "Bluesky.Social" #~ msgstr "Bluesky.Social" +#: src/lib/moderation/useLabelBehaviorDescription.ts:53 +msgid "Blur images" +msgstr "" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:51 +msgid "Blur images and filter from feeds" +msgstr "" + #: src/screens/Onboarding/index.tsx:33 msgid "Books" msgstr "Leabhair" #: src/view/screens/Settings/index.tsx:859 -msgid "Build version {0} {1}" -msgstr "Leagan {0} {1}" +#~ msgid "Build version {0} {1}" +#~ msgstr "Leagan {0} {1}" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:87 -#: src/view/com/auth/SplashScreen.web.tsx:128 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:92 +#: src/view/com/auth/SplashScreen.web.tsx:166 msgid "Business" msgstr "Gnó" @@ -490,95 +583,113 @@ msgstr "le —" msgid "by {0}" msgstr "le {0}" +#: src/components/LabelingServiceCard/index.tsx:57 +msgid "By {0}" +msgstr "" + #: src/view/com/profile/ProfileSubpageHeader.tsx:161 msgid "by <0/>" msgstr "le <0/>" +#: src/screens/Signup/StepInfo/Policies.tsx:74 +msgid "By creating an account you agree to the {els}." +msgstr "" + #: src/view/com/profile/ProfileSubpageHeader.tsx:159 msgid "by you" msgstr "leat" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:60 -#: src/view/com/util/UserAvatar.tsx:224 -#: src/view/com/util/UserBanner.tsx:40 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:77 msgid "Camera" msgstr "Ceamara" -#: src/view/com/modals/AddAppPasswords.tsx:216 +#: src/view/com/modals/AddAppPasswords.tsx:217 msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long." msgstr "Ní féidir ach litreacha, uimhreacha, spásanna, daiseanna agus fostríocanna a bheith ann. Caithfear 4 charachtar ar a laghad a bheith ann agus gan níos mó ná 32 charachtar." -#: src/components/Prompt.tsx:91 -#: src/view/com/composer/Composer.tsx:300 -#: src/view/com/composer/Composer.tsx:305 +#: src/components/Menu/index.tsx:213 +#: src/components/Prompt.tsx:113 +#: src/components/Prompt.tsx:115 +#: src/components/TagMenu/index.tsx:268 +#: src/view/com/composer/Composer.tsx:317 +#: src/view/com/composer/Composer.tsx:322 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/ChangePassword.tsx:265 -#: src/view/com/modals/ChangePassword.tsx:268 -#: 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/ChangeHandle.tsx:154 +#: src/view/com/modals/ChangePassword.tsx:267 +#: src/view/com/modals/ChangePassword.tsx:270 +#: src/view/com/modals/CreateOrEditList.tsx:356 +#: src/view/com/modals/crop-image/CropImage.web.tsx:138 +#: src/view/com/modals/EditImage.tsx:324 +#: src/view/com/modals/EditProfile.tsx:250 #: src/view/com/modals/InAppBrowserConsent.tsx:78 -#: src/view/com/modals/LinkWarning.tsx:87 -#: src/view/com/modals/Repost.tsx:87 +#: src/view/com/modals/InAppBrowserConsent.tsx:80 +#: src/view/com/modals/LinkWarning.tsx:105 +#: src/view/com/modals/LinkWarning.tsx:107 +#: src/view/com/modals/Repost.tsx:88 #: 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:693 -#: src/view/shell/desktop/Search.tsx:238 +#: src/view/screens/Search/Search.tsx:718 +#: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "Cealaigh" -#: src/view/com/modals/Confirm.tsx:88 -#: src/view/com/modals/Confirm.tsx:91 -#: src/view/com/modals/CreateOrEditList.tsx:360 -#: src/view/com/modals/DeleteAccount.tsx:156 -#: src/view/com/modals/DeleteAccount.tsx:234 +#: src/view/com/modals/CreateOrEditList.tsx:361 +#: src/view/com/modals/DeleteAccount.tsx:155 +#: src/view/com/modals/DeleteAccount.tsx:233 msgctxt "action" msgid "Cancel" msgstr "Cealaigh" -#: src/view/com/modals/DeleteAccount.tsx:152 -#: src/view/com/modals/DeleteAccount.tsx:230 +#: src/view/com/modals/DeleteAccount.tsx:151 +#: src/view/com/modals/DeleteAccount.tsx:229 msgid "Cancel account deletion" msgstr "Ná scrios an chuntas" -#: src/view/com/modals/ChangeHandle.tsx:149 +#: src/view/com/modals/ChangeHandle.tsx:150 msgid "Cancel change handle" msgstr "Ná hathraigh an leasainm" -#: src/view/com/modals/crop-image/CropImage.web.tsx:134 +#: src/view/com/modals/crop-image/CropImage.web.tsx:135 msgid "Cancel image crop" msgstr "Cealaigh bearradh na híomhá" -#: src/view/com/modals/EditProfile.tsx:244 +#: src/view/com/modals/EditProfile.tsx:245 msgid "Cancel profile editing" msgstr "Cealaigh eagarthóireacht na próifíle" -#: src/view/com/modals/Repost.tsx:78 +#: src/view/com/modals/Repost.tsx:79 msgid "Cancel quote post" msgstr "Ná déan athlua na postála" #: src/view/com/modals/ListAddRemoveUsers.tsx:87 -#: src/view/shell/desktop/Search.tsx:234 +#: src/view/shell/desktop/Search.tsx:235 msgid "Cancel search" msgstr "Cealaigh an cuardach" #: src/view/com/modals/Waitlist.tsx:136 -msgid "Cancel waitlist signup" -msgstr "Ná sábháil d’ainm ar an liosta feithimh" +#~ msgid "Cancel waitlist signup" +#~ msgstr "Ná sábháil d’ainm ar an liosta feithimh" + +#: src/view/com/modals/LinkWarning.tsx:106 +msgid "Cancels opening the linked website" +msgstr "" + +#: src/view/com/modals/VerifyEmail.tsx:152 +msgid "Change" +msgstr "" -#: src/view/screens/Settings/index.tsx:334 +#: src/view/screens/Settings/index.tsx:353 msgctxt "action" msgid "Change" msgstr "Athraigh" -#: src/view/screens/Settings/index.tsx:696 +#: src/view/screens/Settings/index.tsx:716 msgid "Change handle" msgstr "Athraigh mo leasainm" -#: src/view/com/modals/ChangeHandle.tsx:161 -#: src/view/screens/Settings/index.tsx:705 +#: src/view/com/modals/ChangeHandle.tsx:162 +#: src/view/screens/Settings/index.tsx:727 msgid "Change Handle" msgstr "Athraigh mo leasainm" @@ -586,11 +697,12 @@ msgstr "Athraigh mo leasainm" msgid "Change my email" msgstr "Athraigh mo ríomhphost" -#: src/view/screens/Settings/index.tsx:732 +#: src/view/screens/Settings/index.tsx:754 msgid "Change password" msgstr "Athraigh mo phasfhocal" -#: src/view/screens/Settings/index.tsx:741 +#: src/view/com/modals/ChangePassword.tsx:141 +#: src/view/screens/Settings/index.tsx:765 msgid "Change Password" msgstr "Athraigh mo phasfhocal" @@ -599,8 +711,8 @@ msgid "Change post language to {0}" msgstr "Athraigh an teanga phostála go {0}" #: src/view/screens/Settings/index.tsx:733 -msgid "Change your Bluesky password" -msgstr "Athraigh do phasfhocal Bluesky" +#~ msgid "Change your Bluesky password" +#~ msgstr "Athraigh do phasfhocal Bluesky" #: src/view/com/modals/ChangeEmail.tsx:109 msgid "Change Your Email" @@ -619,7 +731,7 @@ msgstr "Cuir súil ar na fothaí seo. Brúigh + len iad a chur le liosta na bhfo msgid "Check out some recommended users. Follow them to see similar users." msgstr "Cuir súil ar na húsáideoirí seo. Lean iad le húsáideoirí atá cosúil leo a fheiceáil." -#: src/view/com/modals/DeleteAccount.tsx:169 +#: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Féach ar do bhosca ríomhphoist le haghaidh teachtaireachta leis an gcód dearbhaithe atá le cur isteach thíos." @@ -628,19 +740,19 @@ msgid "Choose \"Everybody\" or \"Nobody\"" msgstr "Roghnaigh “Chuile Dhuine” nó “Duine Ar Bith”" #: src/view/screens/Settings/index.tsx:697 -msgid "Choose a new Bluesky username or create" -msgstr "Roghnaigh leasainm Bluesky nua nó cruthaigh leasainm" +#~ msgid "Choose a new Bluesky username or create" +#~ msgstr "Roghnaigh leasainm Bluesky nua nó cruthaigh leasainm" #: src/view/com/auth/server-input/index.tsx:79 msgid "Choose Service" msgstr "Roghnaigh Seirbhís" -#: src/screens/Onboarding/StepFinished.tsx:135 +#: src/screens/Onboarding/StepFinished.tsx:139 msgid "Choose the algorithms that power your custom feeds." msgstr "Roghnaigh na halgartaim le haghaidh do chuid sainfhothaí." #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:83 -#: src/view/com/auth/onboarding/WelcomeMobile.tsx:83 +#: src/view/com/auth/onboarding/WelcomeMobile.tsx:85 msgid "Choose the algorithms that power your experience with custom feeds." msgstr "Roghnaigh na halgartaim a shainíonn an dóigh a n-oibríonn do chuid sainfhothaí." @@ -648,91 +760,111 @@ msgstr "Roghnaigh na halgartaim a shainíonn an dóigh a n-oibríonn do chuid sa #~ msgid "Choose your algorithmic feeds" #~ msgstr "Roghnaigh do chuid fothaí algartamacha" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:104 msgid "Choose your main feeds" msgstr "Roghnaigh do phríomhfhothaí" -#: src/view/com/auth/create/Step1.tsx:219 +#: src/screens/Signup/StepInfo/index.tsx:112 msgid "Choose your password" msgstr "Roghnaigh do phasfhocal" -#: src/view/screens/Settings/index.tsx:834 -#: src/view/screens/Settings/index.tsx:835 +#: src/view/screens/Settings/index.tsx:868 msgid "Clear all legacy storage data" msgstr "Glan na sonraí oidhreachta ar fad atá i dtaisce." -#: src/view/screens/Settings/index.tsx:837 +#: src/view/screens/Settings/index.tsx:871 msgid "Clear all legacy storage data (restart after this)" msgstr "Glan na sonraí oidhreachta ar fad atá i dtaisce. Ansin atosaigh." -#: src/view/screens/Settings/index.tsx:846 -#: src/view/screens/Settings/index.tsx:847 +#: src/view/screens/Settings/index.tsx:880 msgid "Clear all storage data" msgstr "Glan na sonraí ar fad atá i dtaisce." -#: src/view/screens/Settings/index.tsx:849 +#: src/view/screens/Settings/index.tsx:883 msgid "Clear all storage data (restart after this)" msgstr "Glan na sonraí ar fad atá i dtaisce. Ansin atosaigh." #: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:674 +#: src/view/screens/Search/Search.tsx:699 msgid "Clear search query" msgstr "Glan an cuardach" +#: src/view/screens/Settings/index.tsx:869 +msgid "Clears all legacy storage data" +msgstr "" + +#: src/view/screens/Settings/index.tsx:881 +msgid "Clears all storage data" +msgstr "" + #: src/view/screens/Support.tsx:40 msgid "click here" msgstr "cliceáil anseo" +#: src/components/TagMenu/index.web.tsx:138 +msgid "Click here to open tag menu for {tag}" +msgstr "" + +#: src/components/RichText.tsx:192 +msgid "Click here to open tag menu for #{tag}" +msgstr "" + #: src/screens/Onboarding/index.tsx:35 msgid "Climate" msgstr "Aeráid" -#: src/view/com/modals/ChangePassword.tsx:265 -#: src/view/com/modals/ChangePassword.tsx:268 +#: src/view/com/modals/ChangePassword.tsx:267 +#: src/view/com/modals/ChangePassword.tsx:270 msgid "Close" msgstr "Dún" -#: src/components/Dialog/index.web.tsx:78 +#: src/components/Dialog/index.web.tsx:106 +#: src/components/Dialog/index.web.tsx:218 msgid "Close active dialog" msgstr "Dún an dialóg oscailte" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:38 +#: src/screens/Login/PasswordUpdatedForm.tsx:38 msgid "Close alert" msgstr "Dún an rabhadh" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:33 +#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 msgid "Close bottom drawer" msgstr "Dún an tarraiceán íochtair" -#: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:26 +#: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:36 msgid "Close image" msgstr "Dún an íomhá" -#: src/view/com/lightbox/Lightbox.web.tsx:119 +#: src/view/com/lightbox/Lightbox.web.tsx:129 msgid "Close image viewer" msgstr "Dún amharcóir na n-íomhánna" -#: src/view/shell/index.web.tsx:49 +#: src/view/shell/index.web.tsx:55 msgid "Close navigation footer" msgstr "Dún an buntásc" -#: src/view/shell/index.web.tsx:50 +#: src/components/Menu/index.tsx:207 +#: src/components/TagMenu/index.tsx:262 +msgid "Close this dialog" +msgstr "" + +#: src/view/shell/index.web.tsx:56 msgid "Closes bottom navigation bar" msgstr "Dúnann sé seo an barra nascleanúna ag an mbun" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:39 +#: src/screens/Login/PasswordUpdatedForm.tsx:39 msgid "Closes password update alert" msgstr "Dúnann sé seo an rabhadh faoi uasdátú an phasfhocail" -#: src/view/com/composer/Composer.tsx:302 +#: src/view/com/composer/Composer.tsx:319 msgid "Closes post composer and discards post draft" msgstr "Dúnann sé seo cumadóir na postálacha agus ní shábhálann sé an dréacht" -#: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:27 +#: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:37 msgid "Closes viewer for header image" msgstr "Dúnann sé seo an t-amharcóir le haghaidh íomhá an cheanntáisc" -#: src/view/com/notifications/FeedItem.tsx:317 +#: src/view/com/notifications/FeedItem.tsx:321 msgid "Collapses list of users for a given notification" msgstr "Laghdaíonn sé seo liosta na n-úsáideoirí le haghaidh an fhógra sin" @@ -744,20 +876,20 @@ msgstr "Greann" msgid "Comics" msgstr "Greannáin" -#: src/Navigation.tsx:227 +#: src/Navigation.tsx:241 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Treoirlínte an phobail" -#: src/screens/Onboarding/StepFinished.tsx:148 +#: src/screens/Onboarding/StepFinished.tsx:152 msgid "Complete onboarding and start using your account" msgstr "Críochnaigh agus tosaigh ag baint úsáide as do chuntas." -#: src/view/com/auth/create/Step3.tsx:73 +#: src/screens/Signup/index.tsx:154 msgid "Complete the challenge" msgstr "Freagair an dúshlán" -#: src/view/com/composer/Composer.tsx:417 +#: src/view/com/composer/Composer.tsx:438 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Scríobh postálacha chomh fada le {MAX_GRAPHEME_LENGTH} litir agus carachtair eile" @@ -765,81 +897,112 @@ msgstr "Scríobh postálacha chomh fada le {MAX_GRAPHEME_LENGTH} litir agus cara msgid "Compose reply" msgstr "Scríobh freagra" -#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:67 +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 msgid "Configure content filtering setting for category: {0}" msgstr "Socraigh scagadh an ábhair le haghaidh catagóir: {0}" -#: src/components/Prompt.tsx:113 -#: src/view/com/modals/AppealLabel.tsx:98 +#: src/components/moderation/LabelPreference.tsx:81 +msgid "Configure content filtering setting for category: {name}" +msgstr "" + +#: src/components/moderation/LabelPreference.tsx:244 +msgid "Configured in <0>moderation settings</0>." +msgstr "" + +#: src/components/Prompt.tsx:153 +#: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 #: src/view/com/modals/VerifyEmail.tsx:231 #: src/view/com/modals/VerifyEmail.tsx:233 -#: src/view/screens/PreferencesHomeFeed.tsx:308 +#: src/view/screens/PreferencesFollowingFeed.tsx:308 #: src/view/screens/PreferencesThreads.tsx:159 msgid "Confirm" msgstr "Dearbhaigh" #: src/view/com/modals/Confirm.tsx:75 #: src/view/com/modals/Confirm.tsx:78 -msgctxt "action" -msgid "Confirm" -msgstr "Dearbhaigh" +#~ msgctxt "action" +#~ msgid "Confirm" +#~ msgstr "Dearbhaigh" #: src/view/com/modals/ChangeEmail.tsx:193 #: src/view/com/modals/ChangeEmail.tsx:195 msgid "Confirm Change" msgstr "Dearbhaigh an t-athrú" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:35 msgid "Confirm content language settings" msgstr "Dearbhaigh socruithe le haghaidh teanga an ábhair" -#: src/view/com/modals/DeleteAccount.tsx:220 +#: src/view/com/modals/DeleteAccount.tsx:219 msgid "Confirm delete account" msgstr "Dearbhaigh scriosadh an chuntais" #: src/view/com/modals/ContentFilteringSettings.tsx:156 -msgid "Confirm your age to enable adult content." -msgstr "Dearbhaigh d’aois chun ábhar do dhaoine fásta a fháil." +#~ msgid "Confirm your age to enable adult content." +#~ msgstr "Dearbhaigh d’aois chun ábhar do dhaoine fásta a fháil." + +#: src/screens/Moderation/index.tsx:301 +msgid "Confirm your age:" +msgstr "" + +#: src/screens/Moderation/index.tsx:292 +msgid "Confirm your birthdate" +msgstr "" #: src/view/com/modals/ChangeEmail.tsx:157 -#: src/view/com/modals/DeleteAccount.tsx:182 +#: src/view/com/modals/DeleteAccount.tsx:175 +#: src/view/com/modals/DeleteAccount.tsx:181 #: src/view/com/modals/VerifyEmail.tsx:165 msgid "Confirmation code" msgstr "Cód dearbhaithe" #: src/view/com/modals/Waitlist.tsx:120 -msgid "Confirms signing up {email} to the waitlist" -msgstr "Dearbhaíonn sé seo go gcuirfear {email} leis an liosta feithimh" +#~ msgid "Confirms signing up {email} to the waitlist" +#~ msgstr "Dearbhaíonn sé seo go gcuirfear {email} leis an liosta feithimh" -#: src/view/com/auth/create/CreateAccount.tsx:189 -#: src/view/com/auth/login/LoginForm.tsx:278 +#: src/screens/Login/LoginForm.tsx:248 msgid "Connecting..." msgstr "Ag nascadh…" -#: src/view/com/auth/create/CreateAccount.tsx:209 +#: src/screens/Signup/index.tsx:219 msgid "Contact support" msgstr "Teagmháil le Support" +#: src/components/moderation/LabelsOnMe.tsx:42 +msgid "content" +msgstr "" + +#: src/lib/moderation/useGlobalLabelStrings.ts:18 +msgid "Content Blocked" +msgstr "" + #: src/view/screens/Moderation.tsx:81 -msgid "Content filtering" -msgstr "Scagadh ábhair" +#~ msgid "Content filtering" +#~ msgstr "Scagadh ábhair" #: src/view/com/modals/ContentFilteringSettings.tsx:44 -msgid "Content Filtering" -msgstr "Scagadh Ábhair" +#~ msgid "Content Filtering" +#~ msgstr "Scagadh Ábhair" + +#: src/screens/Moderation/index.tsx:285 +msgid "Content filters" +msgstr "" #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:74 #: src/view/screens/LanguageSettings.tsx:278 msgid "Content Languages" msgstr "Teangacha ábhair" -#: src/view/com/modals/ModerationDetails.tsx:65 +#: src/components/moderation/ModerationDetailsDialog.tsx:75 +#: src/lib/moderation/useModerationCauseDescription.ts:75 msgid "Content Not Available" msgstr "Ábhar nach bhfuil ar fáil" -#: src/view/com/modals/ModerationDetails.tsx:33 -#: src/view/com/util/moderation/ScreenHider.tsx:78 +#: src/components/moderation/ModerationDetailsDialog.tsx:46 +#: src/components/moderation/ScreenHider.tsx:99 +#: src/lib/moderation/useGlobalLabelStrings.ts:22 +#: src/lib/moderation/useModerationCauseDescription.ts:38 msgid "Content Warning" msgstr "Rabhadh ábhair" @@ -847,28 +1010,38 @@ msgstr "Rabhadh ábhair" msgid "Content warnings" msgstr "Rabhadh ábhair" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:170 -#: 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/components/Menu/index.web.tsx:84 +msgid "Context menu backdrop, click to close the menu." +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:161 +#: src/screens/Onboarding/StepFollowingFeed.tsx:154 +#: src/screens/Onboarding/StepInterests/index.tsx:252 +#: src/screens/Onboarding/StepModeration/index.tsx:103 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:118 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 +#: src/view/com/auth/onboarding/WelcomeMobile.tsx:96 msgid "Continue" msgstr "Lean ar aghaidh" -#: 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 +#: src/components/AccountList.tsx:108 +msgid "Continue as {0} (currently signed in)" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:151 +#: src/screens/Onboarding/StepInterests/index.tsx:249 +#: src/screens/Onboarding/StepModeration/index.tsx:100 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:115 +#: src/screens/Signup/index.tsx:198 msgid "Continue to next step" msgstr "Lean ar aghaidh go dtí an chéad chéim eile" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:167 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:158 msgid "Continue to the next step" msgstr "Lean ar aghaidh go dtí an chéad chéim eile" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:199 msgid "Continue to the next step without following any accounts" msgstr "Lean ar aghaidh go dtí an chéad chéim eile gan aon chuntas a leanúint" @@ -876,55 +1049,62 @@ msgstr "Lean ar aghaidh go dtí an chéad chéim eile gan aon chuntas a leanúin msgid "Cooking" msgstr "Cócaireacht" -#: src/view/com/modals/AddAppPasswords.tsx:195 -#: src/view/com/modals/InviteCodes.tsx:182 +#: src/view/com/modals/AddAppPasswords.tsx:196 +#: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "Cóipeáilte" -#: src/view/screens/Settings/index.tsx:241 +#: src/view/screens/Settings/index.tsx:251 msgid "Copied build version to clipboard" msgstr "Leagan cóipeáilte sa ghearrthaisce" -#: src/view/com/modals/AddAppPasswords.tsx:76 -#: src/view/com/modals/InviteCodes.tsx:152 -#: src/view/com/util/forms/PostDropdownBtn.tsx:112 +#: src/view/com/modals/AddAppPasswords.tsx:77 +#: src/view/com/modals/ChangeHandle.tsx:326 +#: src/view/com/modals/InviteCodes.tsx:153 +#: src/view/com/util/forms/PostDropdownBtn.tsx:158 msgid "Copied to clipboard" msgstr "Cóipeáilte sa ghearrthaisce" -#: src/view/com/modals/AddAppPasswords.tsx:189 +#: src/view/com/modals/AddAppPasswords.tsx:190 msgid "Copies app password" msgstr "Cóipeálann sé seo pasfhocal na haipe" -#: src/view/com/modals/AddAppPasswords.tsx:188 +#: src/view/com/modals/AddAppPasswords.tsx:189 msgid "Copy" msgstr "Cóipeáil" -#: src/view/screens/ProfileList.tsx:417 +#: src/view/com/modals/ChangeHandle.tsx:480 +msgid "Copy {0}" +msgstr "" + +#: src/view/screens/ProfileList.tsx:388 msgid "Copy link to list" msgstr "Cóipeáil an nasc leis an liosta" -#: src/view/com/util/forms/PostDropdownBtn.tsx:153 +#: src/view/com/util/forms/PostDropdownBtn.tsx:228 +#: src/view/com/util/forms/PostDropdownBtn.tsx:237 msgid "Copy link to post" msgstr "Cóipeáil an nasc leis an bpostáil" #: src/view/com/profile/ProfileHeader.tsx:294 -msgid "Copy link to profile" -msgstr "Cóipeáil an nasc leis an bpróifíl" +#~ msgid "Copy link to profile" +#~ msgstr "Cóipeáil an nasc leis an bpróifíl" -#: src/view/com/util/forms/PostDropdownBtn.tsx:139 +#: src/view/com/util/forms/PostDropdownBtn.tsx:220 +#: src/view/com/util/forms/PostDropdownBtn.tsx:222 msgid "Copy post text" msgstr "Cóipeáil téacs na postála" -#: src/Navigation.tsx:232 +#: src/Navigation.tsx:246 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "An polasaí maidir le cóipcheart" -#: src/view/screens/ProfileFeed.tsx:96 +#: src/view/screens/ProfileFeed.tsx:103 msgid "Could not load feed" msgstr "Ní féidir an fotha a lódáil" -#: src/view/screens/ProfileList.tsx:888 +#: src/view/screens/ProfileList.tsx:907 msgid "Could not load list" msgstr "Ní féidir an liosta a lódáil" @@ -932,42 +1112,47 @@ msgstr "Ní féidir an liosta a lódáil" #~ msgid "Country" #~ msgstr "Tír" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:62 -#: src/view/com/auth/SplashScreen.tsx:71 -#: src/view/com/auth/SplashScreen.web.tsx:81 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:65 +#: src/view/com/auth/SplashScreen.tsx:75 +#: src/view/com/auth/SplashScreen.web.tsx:104 msgid "Create a new account" msgstr "Cruthaigh cuntas nua" -#: src/view/screens/Settings/index.tsx:384 +#: src/view/screens/Settings/index.tsx:403 msgid "Create a new Bluesky account" msgstr "Cruthaigh cuntas nua Bluesky" -#: src/view/com/auth/create/CreateAccount.tsx:129 +#: src/screens/Signup/index.tsx:129 msgid "Create Account" msgstr "Cruthaigh cuntas" -#: src/view/com/modals/AddAppPasswords.tsx:226 +#: src/view/com/modals/AddAppPasswords.tsx:227 msgid "Create App Password" msgstr "Cruthaigh pasfhocal aipe" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:54 -#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:55 +#: src/view/com/auth/SplashScreen.tsx:66 +#: src/view/com/auth/SplashScreen.web.tsx:95 msgid "Create new account" msgstr "Cruthaigh cuntas nua" -#: src/view/screens/AppPasswords.tsx:249 +#: src/components/ReportDialog/SelectReportOptionView.tsx:93 +msgid "Create report for {0}" +msgstr "" + +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "Cruthaíodh {0}" #: src/view/screens/ProfileFeed.tsx:616 -msgid "Created by <0/>" -msgstr "Cruthaithe ag <0/>" +#~ msgid "Created by <0/>" +#~ msgstr "Cruthaithe ag <0/>" #: src/view/screens/ProfileFeed.tsx:614 -msgid "Created by you" -msgstr "Cruthaithe agat" +#~ msgid "Created by you" +#~ msgstr "Cruthaithe agat" -#: src/view/com/composer/Composer.tsx:448 +#: src/view/com/composer/Composer.tsx:469 msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "Cruthaíonn sé seo cárta le mionsamhail. Nascann an cárta le {url}." @@ -975,16 +1160,16 @@ msgstr "Cruthaíonn sé seo cárta le mionsamhail. Nascann an cárta le {url}." msgid "Culture" msgstr "Cultúr" -#: src/view/com/auth/server-input/index.tsx:95 -#: src/view/com/auth/server-input/index.tsx:96 +#: src/view/com/auth/server-input/index.tsx:97 +#: src/view/com/auth/server-input/index.tsx:99 msgid "Custom" msgstr "Saincheaptha" -#: src/view/com/modals/ChangeHandle.tsx:389 +#: src/view/com/modals/ChangeHandle.tsx:388 msgid "Custom domain" msgstr "Sainfhearann" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:107 #: src/view/screens/Feeds.tsx:692 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "Cruthaíonn an pobal fothaí chun eispéiris nua a chur ar fáil duit, agus chun cabhrú leat teacht ar an ábhar a thaitníonn leat" @@ -997,8 +1182,8 @@ msgstr "Oiriúnaigh na meáin ó shuíomhanna seachtracha" #~ msgid "Danger Zone" #~ msgstr "Limistéar Contúirte" -#: src/view/screens/Settings/index.tsx:485 -#: src/view/screens/Settings/index.tsx:511 +#: src/view/screens/Settings/index.tsx:504 +#: src/view/screens/Settings/index.tsx:530 msgid "Dark" msgstr "Dorcha" @@ -1006,33 +1191,49 @@ msgstr "Dorcha" msgid "Dark mode" msgstr "Modh dorcha" -#: src/view/screens/Settings/index.tsx:498 +#: src/view/screens/Settings/index.tsx:517 msgid "Dark Theme" msgstr "Téama Dorcha" +#: src/screens/Signup/StepInfo/index.tsx:132 +msgid "Date of birth" +msgstr "" + +#: src/view/screens/Settings/index.tsx:841 +msgid "Debug Moderation" +msgstr "" + #: src/view/screens/Debug.tsx:83 msgid "Debug panel" msgstr "Painéal dífhabhtaithe" -#: src/view/screens/Settings/index.tsx:772 +#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/screens/AppPasswords.tsx:268 +#: src/view/screens/ProfileList.tsx:613 +msgid "Delete" +msgstr "" + +#: src/view/screens/Settings/index.tsx:796 msgid "Delete account" msgstr "Scrios an cuntas" -#: src/view/com/modals/DeleteAccount.tsx:87 +#: src/view/com/modals/DeleteAccount.tsx:86 msgid "Delete Account" msgstr "Scrios an Cuntas" -#: src/view/screens/AppPasswords.tsx:222 -#: src/view/screens/AppPasswords.tsx:242 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "Scrios pasfhocal na haipe" -#: src/view/screens/ProfileList.tsx:363 -#: src/view/screens/ProfileList.tsx:444 +#: src/view/screens/AppPasswords.tsx:263 +msgid "Delete app password?" +msgstr "" + +#: src/view/screens/ProfileList.tsx:415 msgid "Delete List" msgstr "Scrios an liosta" -#: src/view/com/modals/DeleteAccount.tsx:223 +#: src/view/com/modals/DeleteAccount.tsx:222 msgid "Delete my account" msgstr "Scrios mo chuntas" @@ -1040,30 +1241,35 @@ msgstr "Scrios mo chuntas" #~ msgid "Delete my account…" #~ msgstr "Scrios mo chuntas" -#: src/view/screens/Settings/index.tsx:784 +#: src/view/screens/Settings/index.tsx:808 msgid "Delete My Account…" msgstr "Scrios mo chuntas…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:228 +#: src/view/com/util/forms/PostDropdownBtn.tsx:302 +#: src/view/com/util/forms/PostDropdownBtn.tsx:304 msgid "Delete post" msgstr "Scrios an phostáil" -#: src/view/com/util/forms/PostDropdownBtn.tsx:232 +#: src/view/screens/ProfileList.tsx:608 +msgid "Delete this list?" +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:314 msgid "Delete this post?" msgstr "An bhfuil fonn ort an phostáil seo a scriosadh?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:69 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:64 msgid "Deleted" msgstr "Scriosta" -#: src/view/com/post-thread/PostThread.tsx:316 +#: src/view/com/post-thread/PostThread.tsx:305 msgid "Deleted post." msgstr "Scriosadh an phostáil." -#: 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 +#: src/view/com/modals/CreateOrEditList.tsx:301 +#: src/view/com/modals/CreateOrEditList.tsx:322 +#: src/view/com/modals/EditProfile.tsx:199 +#: src/view/com/modals/EditProfile.tsx:211 msgid "Description" msgstr "Cur síos" @@ -1071,23 +1277,35 @@ msgstr "Cur síos" #~ msgid "Developer Tools" #~ msgstr "Áiseanna forbróra" -#: src/view/com/composer/Composer.tsx:211 +#: src/view/com/composer/Composer.tsx:218 msgid "Did you want to say anything?" msgstr "Ar mhaith leat rud éigin a rá?" -#: src/view/screens/Settings/index.tsx:504 +#: src/view/screens/Settings/index.tsx:523 msgid "Dim" msgstr "Breacdhorcha" -#: src/view/com/composer/Composer.tsx:144 +#: src/lib/moderation/useLabelBehaviorDescription.ts:32 +#: src/lib/moderation/useLabelBehaviorDescription.ts:42 +#: src/lib/moderation/useLabelBehaviorDescription.ts:68 +#: src/screens/Moderation/index.tsx:341 +msgid "Disabled" +msgstr "" + +#: src/view/com/composer/Composer.tsx:511 msgid "Discard" msgstr "Ná sábháil" #: src/view/com/composer/Composer.tsx:138 -msgid "Discard draft" -msgstr "Ná sábháil an dréacht" +#~ msgid "Discard draft" +#~ msgstr "Ná sábháil an dréacht" -#: src/view/screens/Moderation.tsx:207 +#: src/view/com/composer/Composer.tsx:508 +msgid "Discard draft?" +msgstr "" + +#: src/screens/Moderation/index.tsx:518 +#: src/screens/Moderation/index.tsx:522 msgid "Discourage apps from showing my account to logged-out users" msgstr "Cuir ina luí ar aipeanna gan mo chuntas a thaispeáint d'úsáideoirí atá logáilte amach" @@ -1104,24 +1322,40 @@ msgstr "Aimsigh sainfhothaí nua" msgid "Discover New Feeds" msgstr "Aimsigh Fothaí Nua" -#: src/view/com/modals/EditProfile.tsx:192 +#: src/view/com/modals/EditProfile.tsx:193 msgid "Display name" msgstr "Ainm taispeána" -#: src/view/com/modals/EditProfile.tsx:180 +#: src/view/com/modals/EditProfile.tsx:181 msgid "Display Name" msgstr "Ainm Taispeána" -#: src/view/com/modals/ChangeHandle.tsx:487 +#: src/view/com/modals/ChangeHandle.tsx:397 +msgid "DNS Panel" +msgstr "" + +#: src/lib/moderation/useGlobalLabelStrings.ts:39 +msgid "Does not include nudity." +msgstr "" + +#: src/screens/Signup/StepHandle.tsx:104 +msgid "Doesn't begin or end with a hyphen" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:481 +msgid "Domain Value" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:488 msgid "Domain verified!" msgstr "Fearann dearbhaithe!" #: src/view/com/auth/create/Step1.tsx:170 -msgid "Don't have an invite code?" -msgstr "Níl cód cuiridh agat?" +#~ msgid "Don't have an invite code?" +#~ msgstr "Níl cód cuiridh agat?" #: src/view/com/auth/onboarding/RecommendedFollows.tsx:86 -#: src/view/com/modals/EditImage.tsx:333 +#: src/view/com/modals/EditImage.tsx:334 #: src/view/com/modals/ListAddRemoveUsers.tsx:144 #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 @@ -1133,72 +1367,86 @@ msgctxt "action" msgid "Done" msgstr "Déanta" -#: src/view/com/auth/server-input/index.tsx:165 -#: src/view/com/auth/server-input/index.tsx:166 -#: src/view/com/modals/AddAppPasswords.tsx:226 -#: src/view/com/modals/AltImage.tsx:139 -#: src/view/com/modals/ContentFilteringSettings.tsx:88 -#: src/view/com/modals/ContentFilteringSettings.tsx:96 -#: src/view/com/modals/crop-image/CropImage.web.tsx:152 -#: src/view/com/modals/InviteCodes.tsx:80 -#: src/view/com/modals/InviteCodes.tsx:123 +#: src/components/dialogs/BirthDateSettings.tsx:119 +#: src/components/dialogs/BirthDateSettings.tsx:125 +#: src/components/forms/DateField/index.tsx:74 +#: src/components/forms/DateField/index.tsx:80 +#: src/view/com/auth/server-input/index.tsx:169 +#: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/modals/AddAppPasswords.tsx:227 +#: src/view/com/modals/AltImage.tsx:140 +#: src/view/com/modals/crop-image/CropImage.web.tsx:153 +#: src/view/com/modals/InviteCodes.tsx:81 +#: src/view/com/modals/InviteCodes.tsx:124 #: src/view/com/modals/ListAddRemoveUsers.tsx:142 -#: src/view/screens/PreferencesHomeFeed.tsx:311 -#: src/view/screens/Settings/ExportCarDialog.tsx:93 +#: src/view/screens/PreferencesFollowingFeed.tsx:311 #: src/view/screens/Settings/ExportCarDialog.tsx:94 +#: src/view/screens/Settings/ExportCarDialog.tsx:96 msgid "Done" msgstr "Déanta" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:42 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:43 msgid "Done{extraText}" msgstr "Déanta{extraText}" #: src/view/com/auth/login/ChooseAccountForm.tsx:45 -msgid "Double tap to sign in" -msgstr "Tapáil faoi dhó le logáil isteach" +#~ msgid "Double tap to sign in" +#~ msgstr "Tapáil faoi dhó le logáil isteach" #: src/view/screens/Settings/index.tsx:755 -msgid "Download Bluesky account data (repository)" -msgstr "Íoslódáil na sonraí ó do chuntas Bluesky (cartlann)" +#~ msgid "Download Bluesky account data (repository)" +#~ msgstr "Íoslódáil na sonraí ó do chuntas Bluesky (cartlann)" #: src/view/screens/Settings/ExportCarDialog.tsx:59 #: src/view/screens/Settings/ExportCarDialog.tsx:63 msgid "Download CAR file" msgstr "Íoslódáil comhad CAR" -#: src/view/com/composer/text-input/TextInput.web.tsx:247 +#: src/view/com/composer/text-input/TextInput.web.tsx:249 msgid "Drop to add images" msgstr "Scaoil anseo chun íomhánna a chur leis" -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:111 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:120 msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." msgstr "De bharr pholasaí Apple, ní féidir ábhar do dhaoine fásta ar an nGréasán a fháil roimh an logáil isteach a chríochnú." -#: src/view/com/modals/EditProfile.tsx:185 +#: src/view/com/modals/ChangeHandle.tsx:258 +msgid "e.g. alice" +msgstr "" + +#: src/view/com/modals/EditProfile.tsx:186 msgid "e.g. Alice Roberts" msgstr "m.sh. Cáit Ní Dhuibhir" -#: src/view/com/modals/EditProfile.tsx:203 +#: src/view/com/modals/ChangeHandle.tsx:380 +msgid "e.g. alice.com" +msgstr "" + +#: src/view/com/modals/EditProfile.tsx:204 msgid "e.g. Artist, dog-lover, and avid reader." msgstr "m.sh. Ealaíontóir, File, Eolaí" -#: src/view/com/modals/CreateOrEditList.tsx:283 +#: src/lib/moderation/useGlobalLabelStrings.ts:43 +msgid "E.g. artistic nudes." +msgstr "" + +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Great Posters" msgstr "m.sh. Na cuntais is fearr" -#: src/view/com/modals/CreateOrEditList.tsx:284 +#: src/view/com/modals/CreateOrEditList.tsx:285 msgid "e.g. Spammers" msgstr "m.sh. Seoltóirí turscair" -#: src/view/com/modals/CreateOrEditList.tsx:312 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. The posters who never miss." msgstr "m.sh. Na cuntais nach dteipeann orthu riamh" -#: src/view/com/modals/CreateOrEditList.tsx:313 +#: src/view/com/modals/CreateOrEditList.tsx:314 msgid "e.g. Users that repeatedly reply with ads." msgstr "m.sh. Úsáideoirí a fhreagraíonn le fógraí" -#: src/view/com/modals/InviteCodes.tsx:96 +#: src/view/com/modals/InviteCodes.tsx:97 msgid "Each code works once. You'll receive more invite codes periodically." msgstr "Oibríonn gach cód uair amháin. Gheobhaidh tú tuilleadh cód go tráthrialta." @@ -1207,50 +1455,58 @@ msgctxt "action" msgid "Edit" msgstr "Eagar" +#: src/view/com/util/UserAvatar.tsx:299 +#: src/view/com/util/UserBanner.tsx:85 +msgid "Edit avatar" +msgstr "" + #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/modals/EditImage.tsx:207 +#: src/view/com/modals/EditImage.tsx:208 msgid "Edit image" msgstr "Cuir an íomhá seo in eagar" -#: src/view/screens/ProfileList.tsx:432 +#: src/view/screens/ProfileList.tsx:403 msgid "Edit list details" msgstr "Athraigh mionsonraí an liosta" -#: src/view/com/modals/CreateOrEditList.tsx:250 +#: src/view/com/modals/CreateOrEditList.tsx:251 msgid "Edit Moderation List" msgstr "Athraigh liosta na modhnóireachta" -#: src/Navigation.tsx:242 +#: src/Navigation.tsx:256 #: src/view/screens/Feeds.tsx:434 #: src/view/screens/SavedFeeds.tsx:84 msgid "Edit My Feeds" msgstr "Athraigh mo chuid fothaí" -#: src/view/com/modals/EditProfile.tsx:152 +#: src/view/com/modals/EditProfile.tsx:153 msgid "Edit my profile" msgstr "Athraigh mo phróifíl" -#: src/view/com/profile/ProfileHeader.tsx:417 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 msgid "Edit profile" msgstr "Athraigh an phróifíl" -#: src/view/com/profile/ProfileHeader.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 msgid "Edit Profile" msgstr "Athraigh an Phróifíl" +#: src/view/com/home/HomeHeaderLayout.web.tsx:62 #: src/view/screens/Feeds.tsx:355 msgid "Edit Saved Feeds" msgstr "Athraigh na fothaí sábháilte" -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:246 msgid "Edit User List" msgstr "Athraigh an liosta d’úsáideoirí" -#: src/view/com/modals/EditProfile.tsx:193 +#: src/view/com/modals/EditProfile.tsx:194 msgid "Edit your display name" msgstr "Athraigh d’ainm taispeána" -#: src/view/com/modals/EditProfile.tsx:211 +#: src/view/com/modals/EditProfile.tsx:212 msgid "Edit your profile description" msgstr "Athraigh an cur síos ort sa phróifíl" @@ -1258,15 +1514,12 @@ msgstr "Athraigh an cur síos ort sa phróifíl" msgid "Education" msgstr "Oideachas" -#: src/view/com/auth/create/Step1.tsx:199 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:156 +#: src/screens/Signup/StepInfo/index.tsx:80 #: src/view/com/modals/ChangeEmail.tsx:141 -#: src/view/com/modals/Waitlist.tsx:88 msgid "Email" msgstr "Ríomhphost" -#: src/view/com/auth/create/Step1.tsx:190 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:147 +#: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "Seoladh ríomhphoist" @@ -1283,69 +1536,95 @@ msgstr "Seoladh ríomhphoist uasdátaithe" msgid "Email verified" msgstr "Ríomhphost dearbhaithe" -#: src/view/screens/Settings/index.tsx:312 +#: src/view/screens/Settings/index.tsx:331 msgid "Email:" msgstr "Ríomhphost:" -#: src/view/com/modals/EmbedConsent.tsx:113 +#: src/components/dialogs/EmbedConsent.tsx:101 msgid "Enable {0} only" msgstr "Cuir {0} amháin ar fáil" -#: src/view/com/modals/ContentFilteringSettings.tsx:167 +#: src/screens/Moderation/index.tsx:329 +msgid "Enable adult content" +msgstr "" + +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:94 msgid "Enable Adult Content" msgstr "Cuir ábhar do dhaoine fásta ar fáil" -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:76 -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:77 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:78 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:79 msgid "Enable adult content in your feeds" msgstr "Cuir ábhar do dhaoine fásta ar fáil i do chuid fothaí" +#: src/components/dialogs/EmbedConsent.tsx:82 +#: src/components/dialogs/EmbedConsent.tsx:89 +msgid "Enable external media" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 -msgid "Enable External Media" -msgstr "Cuir meáin sheachtracha ar fáil" +#~ msgid "Enable External Media" +#~ msgstr "Cuir meáin sheachtracha ar fáil" #: src/view/screens/PreferencesExternalEmbeds.tsx:75 msgid "Enable media players for" msgstr "Cuir seinnteoirí na meán ar fáil le haghaidh" -#: src/view/screens/PreferencesHomeFeed.tsx:147 +#: src/view/screens/PreferencesFollowingFeed.tsx:147 msgid "Enable this setting to only see replies between people you follow." msgstr "Cuir an socrú seo ar siúl le gan ach freagraí i measc na ndaoine a leanann tú a fheiceáil." -#: src/view/screens/Profile.tsx:455 +#: src/components/dialogs/EmbedConsent.tsx:94 +msgid "Enable this source only" +msgstr "" + +#: src/screens/Moderation/index.tsx:339 +msgid "Enabled" +msgstr "" + +#: src/screens/Profile/Sections/Feed.tsx:84 msgid "End of feed" msgstr "Deireadh an fhotha" -#: src/view/com/modals/AddAppPasswords.tsx:166 +#: src/view/com/modals/AddAppPasswords.tsx:167 msgid "Enter a name for this App Password" msgstr "Cuir isteach ainm don phasfhocal aipe seo" +#: src/screens/Login/SetNewPasswordForm.tsx:139 +msgid "Enter a password" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:99 +#: src/components/dialogs/MutedWords.tsx:100 +msgid "Enter a word or tag" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:105 msgid "Enter Confirmation Code" msgstr "Cuir isteach an cód dearbhaithe" -#: src/view/com/modals/ChangePassword.tsx:151 +#: src/view/com/modals/ChangePassword.tsx:153 msgid "Enter the code you received to change your password." msgstr "Cuir isteach an cód a fuair tú chun do phasfhocal a athrú." -#: src/view/com/modals/ChangeHandle.tsx:371 +#: src/view/com/modals/ChangeHandle.tsx:370 msgid "Enter the domain you want to use" msgstr "Cuir isteach an fearann is maith leat a úsáid" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:107 +#: src/screens/Login/ForgotPasswordForm.tsx:119 msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Cuir isteach an seoladh ríomhphoist a d’úsáid tú le do chuntas a chruthú. Cuirfidh muid “cód athshocraithe” chugat le go mbeidh tú in ann do phasfhocal a athrú." -#: src/view/com/auth/create/Step1.tsx:251 -#: src/view/com/modals/BirthDateSettings.tsx:74 +#: src/components/dialogs/BirthDateSettings.tsx:108 msgid "Enter your birth date" msgstr "Cuir isteach do bhreithlá" #: src/view/com/modals/Waitlist.tsx:78 -msgid "Enter your email" -msgstr "Cuir isteach do sheoladh ríomhphoist" +#~ msgid "Enter your email" +#~ msgstr "Cuir isteach do sheoladh ríomhphoist" -#: src/view/com/auth/create/Step1.tsx:195 +#: src/screens/Login/ForgotPasswordForm.tsx:105 +#: src/screens/Signup/StepInfo/index.tsx:91 msgid "Enter your email address" msgstr "Cuir isteach do sheoladh ríomhphoist" @@ -1361,15 +1640,15 @@ msgstr "Cuir isteach do sheoladh ríomhphoist nua thíos." #~ msgid "Enter your phone number" #~ msgstr "Cuir isteach d’uimhir ghutháin" -#: src/view/com/auth/login/Login.tsx:99 +#: src/screens/Login/index.tsx:101 msgid "Enter your username and password" msgstr "Cuir isteach do leasainm agus do phasfhocal" -#: src/view/com/auth/create/Step3.tsx:67 +#: src/screens/Signup/StepCaptcha/index.tsx:49 msgid "Error receiving captcha response." msgstr "Earráid agus an freagra ar an captcha á phróiseáil." -#: src/view/screens/Search/Search.tsx:109 +#: src/view/screens/Search/Search.tsx:111 msgid "Error:" msgstr "Earráid:" @@ -1377,24 +1656,36 @@ msgstr "Earráid:" msgid "Everybody" msgstr "Chuile dhuine" -#: src/view/com/modals/ChangeHandle.tsx:150 +#: src/lib/moderation/useReportOptions.ts:66 +msgid "Excessive mentions or replies" +msgstr "" + +#: src/view/com/modals/DeleteAccount.tsx:230 +msgid "Exits account deletion process" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:151 msgid "Exits handle change process" msgstr "Fágann sé seo athrú do leasainm" -#: src/view/com/lightbox/Lightbox.web.tsx:120 +#: src/view/com/modals/crop-image/CropImage.web.tsx:136 +msgid "Exits image cropping process" +msgstr "" + +#: src/view/com/lightbox/Lightbox.web.tsx:130 msgid "Exits image view" msgstr "Fágann sé seo an radharc ar an íomhá" #: src/view/com/modals/ListAddRemoveUsers.tsx:88 -#: src/view/shell/desktop/Search.tsx:235 +#: src/view/shell/desktop/Search.tsx:236 msgid "Exits inputting search query" msgstr "Fágann sé seo an cuardach" #: src/view/com/modals/Waitlist.tsx:138 -msgid "Exits signing up for waitlist with {email}" -msgstr "Fágann sé seo an síniú ar an liosta feithimh le {email}" +#~ msgid "Exits signing up for waitlist with {email}" +#~ msgstr "Fágann sé seo an síniú ar an liosta feithimh le {email}" -#: src/view/com/lightbox/Lightbox.web.tsx:163 +#: src/view/com/lightbox/Lightbox.web.tsx:183 msgid "Expand alt text" msgstr "Taispeáin an téacs malartach ina iomláine" @@ -1403,44 +1694,53 @@ msgstr "Taispeáin an téacs malartach ina iomláine" msgid "Expand or collapse the full post you are replying to" msgstr "Leathnaigh nó laghdaigh an téacs iomlán a bhfuil tú ag freagairt" -#: src/view/screens/Settings/index.tsx:753 +#: src/lib/moderation/useGlobalLabelStrings.ts:47 +msgid "Explicit or potentially disturbing media." +msgstr "" + +#: src/lib/moderation/useGlobalLabelStrings.ts:35 +msgid "Explicit sexual images." +msgstr "" + +#: src/view/screens/Settings/index.tsx:777 msgid "Export my data" msgstr "Easpórtáil mo chuid sonraí" #: src/view/screens/Settings/ExportCarDialog.tsx:44 -#: src/view/screens/Settings/index.tsx:764 +#: src/view/screens/Settings/index.tsx:788 msgid "Export My Data" msgstr "Easpórtáil mo chuid sonraí" -#: src/view/com/modals/EmbedConsent.tsx:64 +#: src/components/dialogs/EmbedConsent.tsx:55 +#: src/components/dialogs/EmbedConsent.tsx:59 msgid "External Media" msgstr "Meáin sheachtracha" -#: src/view/com/modals/EmbedConsent.tsx:75 +#: src/components/dialogs/EmbedConsent.tsx:71 #: src/view/screens/PreferencesExternalEmbeds.tsx:66 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Is féidir le meáin sheachtracha cumas a thabhairt do shuíomhanna ar an nGréasán eolas fútsa agus faoi do ghléas a chnuasach. Ní sheoltar ná iarrtar aon eolas go dtí go mbrúnn tú an cnaipe “play”." -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:275 #: src/view/screens/PreferencesExternalEmbeds.tsx:52 -#: src/view/screens/Settings/index.tsx:657 +#: src/view/screens/Settings/index.tsx:677 msgid "External Media Preferences" msgstr "Roghanna maidir le meáin sheachtracha" -#: src/view/screens/Settings/index.tsx:648 +#: src/view/screens/Settings/index.tsx:668 msgid "External media settings" msgstr "Socruithe maidir le meáin sheachtracha" -#: src/view/com/modals/AddAppPasswords.tsx:115 -#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:116 +#: src/view/com/modals/AddAppPasswords.tsx:120 msgid "Failed to create app password." msgstr "Teip ar phasfhocal aipe a chruthú." -#: src/view/com/modals/CreateOrEditList.tsx:206 +#: src/view/com/modals/CreateOrEditList.tsx:207 msgid "Failed to create the list. Check your internet connection and try again." msgstr "Teip ar chruthú an liosta. Seiceáil do nasc leis an idirlíon agus déan iarracht eile." -#: src/view/com/util/forms/PostDropdownBtn.tsx:88 +#: src/view/com/util/forms/PostDropdownBtn.tsx:125 msgid "Failed to delete post, please try again" msgstr "Teip ar scriosadh na postála. Déan iarracht eile." @@ -1449,11 +1749,15 @@ msgstr "Teip ar scriosadh na postála. Déan iarracht eile." msgid "Failed to load recommended feeds" msgstr "Teip ar lódáil na bhfothaí molta" -#: src/Navigation.tsx:192 +#: src/view/com/lightbox/Lightbox.tsx:83 +msgid "Failed to save image: {0}" +msgstr "" + +#: src/Navigation.tsx:196 msgid "Feed" msgstr "Fotha" -#: src/view/com/feeds/FeedSourceCard.tsx:229 +#: src/view/com/feeds/FeedSourceCard.tsx:218 msgid "Feed by {0}" msgstr "Fotha le {0}" @@ -1462,22 +1766,22 @@ msgid "Feed offline" msgstr "Fotha as líne" #: src/view/com/feeds/FeedPage.tsx:143 -msgid "Feed Preferences" -msgstr "Roghanna fotha" +#~ msgid "Feed Preferences" +#~ msgstr "Roghanna fotha" #: src/view/shell/desktop/RightNav.tsx:61 -#: src/view/shell/Drawer.tsx:311 +#: src/view/shell/Drawer.tsx:314 msgid "Feedback" msgstr "Aiseolas" -#: src/Navigation.tsx:442 +#: src/Navigation.tsx:464 #: src/view/screens/Feeds.tsx:419 #: src/view/screens/Feeds.tsx:524 -#: src/view/screens/Profile.tsx:184 -#: src/view/shell/bottom-bar/BottomBar.tsx:181 -#: src/view/shell/desktop/LeftNav.tsx:342 -#: src/view/shell/Drawer.tsx:476 -#: src/view/shell/Drawer.tsx:477 +#: src/view/screens/Profile.tsx:194 +#: src/view/shell/bottom-bar/BottomBar.tsx:191 +#: src/view/shell/desktop/LeftNav.tsx:346 +#: src/view/shell/Drawer.tsx:479 +#: src/view/shell/Drawer.tsx:480 msgid "Feeds" msgstr "Fothaí" @@ -1497,11 +1801,19 @@ msgstr "Is iad na húsáideoirí a chruthaíonn na fothaí le hábhar is spéis msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information." msgstr "Is sainalgartaim iad na fothaí. Cruthaíonn úsáideoirí a bhfuil beagán taithí acu ar chódáil iad. <0/> le tuilleadh eolais a fháil." -#: src/screens/Onboarding/StepTopicalFeeds.tsx:70 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 msgid "Feeds can be topical as well!" msgstr "Is féidir le fothaí a bheith bunaithe ar chúrsaí reatha freisin!" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/view/com/modals/ChangeHandle.tsx:481 +msgid "File Contents" +msgstr "" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:66 +msgid "Filter from feeds" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Finalizing" msgstr "Ag cur crích air" @@ -1511,21 +1823,25 @@ msgstr "Ag cur crích air" msgid "Find accounts to follow" msgstr "Aimsigh fothaí le leanúint" -#: src/view/screens/Search/Search.tsx:439 +#: src/view/screens/Search/Search.tsx:442 msgid "Find users on Bluesky" msgstr "Aimsigh úsáideoirí ar Bluesky" -#: src/view/screens/Search/Search.tsx:437 +#: src/view/screens/Search/Search.tsx:440 msgid "Find users with the search tool on the right" msgstr "Aimsigh úsáideoirí leis an uirlis chuardaigh ar dheis" -#: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:150 +#: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:155 msgid "Finding similar accounts..." msgstr "Cuntais eile atá cosúil leis seo á n-aimsiú..." +#: src/view/screens/PreferencesFollowingFeed.tsx:111 +msgid "Fine-tune the content you see on your Following feed." +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:111 -msgid "Fine-tune the content you see on your home screen." -msgstr "Mionathraigh an t-ábhar a fheiceann tú ar do scáileán baile." +#~ msgid "Fine-tune the content you see on your home screen." +#~ msgstr "Mionathraigh an t-ábhar a fheiceann tú ar do scáileán baile." #: src/view/screens/PreferencesThreads.tsx:60 msgid "Fine-tune the discussion threads." @@ -1535,41 +1851,52 @@ msgstr "Mionathraigh na snáitheanna chomhrá" msgid "Fitness" msgstr "Folláine" -#: src/screens/Onboarding/StepFinished.tsx:131 +#: src/screens/Onboarding/StepFinished.tsx:135 msgid "Flexible" msgstr "Solúbtha" -#: src/view/com/modals/EditImage.tsx:115 +#: src/view/com/modals/EditImage.tsx:116 msgid "Flip horizontal" msgstr "Iompaigh go cothrománach é" -#: src/view/com/modals/EditImage.tsx:120 -#: src/view/com/modals/EditImage.tsx:287 +#: src/view/com/modals/EditImage.tsx:121 +#: src/view/com/modals/EditImage.tsx:288 msgid "Flip vertically" msgstr "Iompaigh go hingearach é" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:181 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:136 -#: src/view/com/profile/ProfileHeader.tsx:512 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236 +#: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 +#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:246 msgid "Follow" msgstr "Lean" -#: src/view/com/profile/FollowButton.tsx:64 +#: src/view/com/profile/FollowButton.tsx:69 msgctxt "action" msgid "Follow" msgstr "Lean" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:122 -#: src/view/com/profile/ProfileHeader.tsx:503 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Lean {0}" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:179 +#: src/view/com/profile/ProfileMenu.tsx:242 +#: src/view/com/profile/ProfileMenu.tsx:253 +msgid "Follow Account" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 msgid "Follow All" msgstr "Lean iad uile" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +msgid "Follow Back" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 msgid "Follow selected accounts and continue to the next step" msgstr "Lean na cuntais roghnaithe agus téigh ar aghaidh go dtí an chéad chéim eile" @@ -1577,7 +1904,7 @@ msgstr "Lean na cuntais roghnaithe agus téigh ar aghaidh go dtí an chéad ché msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." msgstr "Lean cúpla cuntas mar thosú. Tig linn níos mó úsáideoirí a mholadh duit a mbeadh suim agat iontu." -#: src/view/com/profile/ProfileCard.tsx:194 +#: src/view/com/profile/ProfileCard.tsx:216 msgid "Followed by {0}" msgstr "Leanta ag {0}" @@ -1585,29 +1912,43 @@ msgstr "Leanta ag {0}" msgid "Followed users" msgstr "Cuntais a leanann tú" -#: src/view/screens/PreferencesHomeFeed.tsx:154 +#: src/view/screens/PreferencesFollowingFeed.tsx:154 msgid "Followed users only" msgstr "Cuntais a leanann tú amháin" -#: src/view/com/notifications/FeedItem.tsx:166 +#: src/view/com/notifications/FeedItem.tsx:170 msgid "followed you" msgstr "— lean sé/sí thú" +#: src/view/com/profile/ProfileFollowers.tsx:104 #: src/view/screens/ProfileFollowers.tsx:25 msgid "Followers" msgstr "Leantóirí" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:136 -#: src/view/com/profile/ProfileHeader.tsx:494 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 +#: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "Á leanúint" -#: src/view/com/profile/ProfileHeader.tsx:148 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 msgid "Following {0}" msgstr "Ag leanúint {0}" -#: src/view/com/profile/ProfileHeader.tsx:545 +#: src/view/screens/Settings/index.tsx:553 +msgid "Following feed preferences" +msgstr "" + +#: src/Navigation.tsx:262 +#: src/view/com/home/HomeHeaderLayout.web.tsx:50 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:84 +#: src/view/screens/PreferencesFollowingFeed.tsx:104 +#: src/view/screens/Settings/index.tsx:562 +msgid "Following Feed Preferences" +msgstr "" + +#: src/screens/Profile/Header/Handle.tsx:24 msgid "Follows you" msgstr "Leanann sé/sí thú" @@ -1619,28 +1960,45 @@ msgstr "Leanann sé/sí thú" msgid "Food" msgstr "Bia" -#: src/view/com/modals/DeleteAccount.tsx:111 +#: src/view/com/modals/DeleteAccount.tsx:110 msgid "For security reasons, we'll need to send a confirmation code to your email address." msgstr "Ar chúiseanna slándála, beidh orainn cód dearbhaithe a chur chuig do sheoladh ríomhphoist." -#: src/view/com/modals/AddAppPasswords.tsx:209 +#: src/view/com/modals/AddAppPasswords.tsx:210 msgid "For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one." msgstr "Ar chúiseanna slándála, ní bheidh tú in ann é seo a fheiceáil arís. Má chailleann tú an pasfhocal seo beidh ort ceann nua a chruthú." #: src/view/com/auth/login/LoginForm.tsx:241 -msgid "Forgot" -msgstr "Dearmadta" +#~ msgid "Forgot" +#~ msgstr "Dearmadta" #: src/view/com/auth/login/LoginForm.tsx:238 -msgid "Forgot password" -msgstr "Pasfhocal dearmadta" +#~ msgid "Forgot password" +#~ msgstr "Pasfhocal dearmadta" -#: src/view/com/auth/login/Login.tsx:127 -#: src/view/com/auth/login/Login.tsx:143 +#: src/screens/Login/index.tsx:129 +#: src/screens/Login/index.tsx:144 msgid "Forgot Password" msgstr "Pasfhocal dearmadta" -#: src/view/com/posts/FeedItem.tsx:186 +#: src/screens/Login/LoginForm.tsx:201 +msgid "Forgot password?" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 +msgid "Forgot?" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:52 +msgid "Frequently Posts Unwanted Content" +msgstr "" + +#: src/screens/Hashtag.tsx:109 +#: src/screens/Hashtag.tsx:149 +msgid "From @{sanitizedAuthor}" +msgstr "" + +#: src/view/com/posts/FeedItem.tsx:179 msgctxt "from-feed" msgid "From <0/>" msgstr "Ó <0/>" @@ -1654,100 +2012,140 @@ msgstr "Gailearaí" msgid "Get Started" msgstr "Ar aghaidh leat anois!" -#: src/view/com/auth/LoggedOut.tsx:81 +#: src/lib/moderation/useReportOptions.ts:37 +msgid "Glaring violations of law or terms of service" +msgstr "" + +#: src/components/moderation/ScreenHider.tsx:151 +#: src/components/moderation/ScreenHider.tsx:160 #: src/view/com/auth/LoggedOut.tsx:82 -#: src/view/com/util/moderation/ScreenHider.tsx:123 -#: src/view/shell/desktop/LeftNav.tsx:104 +#: src/view/com/auth/LoggedOut.tsx:83 +#: src/view/screens/NotFound.tsx:55 +#: src/view/screens/ProfileFeed.tsx:112 +#: src/view/screens/ProfileList.tsx:916 +#: src/view/shell/desktop/LeftNav.tsx:108 msgid "Go back" msgstr "Ar ais" -#: src/view/screens/ProfileFeed.tsx:105 -#: src/view/screens/ProfileFeed.tsx:110 -#: src/view/screens/ProfileList.tsx:897 -#: src/view/screens/ProfileList.tsx:902 +#: src/components/Error.tsx:91 +#: src/screens/Profile/ErrorState.tsx:62 +#: src/screens/Profile/ErrorState.tsx:66 +#: src/view/screens/NotFound.tsx:54 +#: src/view/screens/ProfileFeed.tsx:117 +#: src/view/screens/ProfileList.tsx:921 msgid "Go Back" msgstr "Ar ais" -#: src/screens/Onboarding/Layout.tsx:104 -#: src/screens/Onboarding/Layout.tsx:193 +#: src/components/ReportDialog/SelectReportOptionView.tsx:73 +#: src/components/ReportDialog/SubmitView.tsx:104 +#: src/screens/Onboarding/Layout.tsx:102 +#: src/screens/Onboarding/Layout.tsx:191 +#: src/screens/Signup/index.tsx:173 msgid "Go back to previous step" msgstr "Fill ar an gcéim roimhe seo" -#: src/view/screens/Search/Search.tsx:724 -#: src/view/shell/desktop/Search.tsx:262 +#: src/view/screens/NotFound.tsx:55 +msgid "Go home" +msgstr "" + +#: src/view/screens/NotFound.tsx:54 +msgid "Go Home" +msgstr "" + +#: src/view/screens/Search/Search.tsx:749 +#: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "Téigh go dtí @{queryMaybeHandle}" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:189 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:218 -#: src/view/com/auth/login/LoginForm.tsx:288 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:195 -#: src/view/com/modals/ChangePassword.tsx:165 +#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/view/com/modals/ChangePassword.tsx:167 msgid "Go to next" msgstr "Téigh go dtí an chéad rud eile" -#: src/view/com/modals/ChangeHandle.tsx:265 +#: src/lib/moderation/useGlobalLabelStrings.ts:46 +msgid "Graphic Media" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:266 msgid "Handle" msgstr "Leasainm" -#: src/view/com/auth/create/CreateAccount.tsx:204 +#: src/lib/moderation/useReportOptions.ts:32 +msgid "Harassment, trolling, or intolerance" +msgstr "" + +#: src/Navigation.tsx:282 +msgid "Hashtag" +msgstr "" + +#: src/components/RichText.tsx:191 +msgid "Hashtag: #{tag}" +msgstr "" + +#: src/screens/Signup/index.tsx:217 msgid "Having trouble?" msgstr "Fadhb ort?" #: src/view/shell/desktop/RightNav.tsx:90 -#: src/view/shell/Drawer.tsx:321 +#: src/view/shell/Drawer.tsx:324 msgid "Help" msgstr "Cúnamh" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:140 msgid "Here are some accounts for you to follow" msgstr "Seo cúpla cuntas le leanúint duit" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:79 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:89 msgid "Here are some popular topical feeds. You can choose to follow as many as you like." msgstr "Seo cúpla fotha a bhfuil ráchairt orthu. Is féidir leat an méid acu is mian leat a leanúint." -#: src/screens/Onboarding/StepTopicalFeeds.tsx:74 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:84 msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." msgstr "Seo cúpla fotha a phléann le rudaí a bhfuil suim agat iontu: {interestsText}. Is féidir leat an méid acu is mian leat a leanúint." -#: src/view/com/modals/AddAppPasswords.tsx:153 +#: src/view/com/modals/AddAppPasswords.tsx:154 msgid "Here is your app password." msgstr "Seo é do phasfhocal aipe." -#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:41 -#: src/view/com/modals/ContentFilteringSettings.tsx:251 -#: src/view/com/util/moderation/ContentHider.tsx:105 -#: src/view/com/util/moderation/PostHider.tsx:108 +#: src/components/moderation/ContentHider.tsx:115 +#: src/components/moderation/LabelPreference.tsx:134 +#: src/components/moderation/PostHider.tsx:107 +#: src/lib/moderation/useLabelBehaviorDescription.ts:15 +#: src/lib/moderation/useLabelBehaviorDescription.ts:20 +#: src/lib/moderation/useLabelBehaviorDescription.ts:25 +#: src/lib/moderation/useLabelBehaviorDescription.ts:30 +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:52 +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:76 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 msgid "Hide" msgstr "Cuir i bhfolach" -#: src/view/com/modals/ContentFilteringSettings.tsx:224 -#: src/view/com/notifications/FeedItem.tsx:325 +#: src/view/com/notifications/FeedItem.tsx:329 msgctxt "action" msgid "Hide" msgstr "Cuir i bhfolach" -#: src/view/com/util/forms/PostDropdownBtn.tsx:187 +#: src/view/com/util/forms/PostDropdownBtn.tsx:276 +#: src/view/com/util/forms/PostDropdownBtn.tsx:278 msgid "Hide post" msgstr "Cuir an phostáil seo i bhfolach" -#: src/view/com/util/moderation/ContentHider.tsx:67 -#: src/view/com/util/moderation/PostHider.tsx:61 +#: src/components/moderation/ContentHider.tsx:67 +#: src/components/moderation/PostHider.tsx:64 msgid "Hide the content" msgstr "Cuir an t-ábhar seo i bhfolach" -#: src/view/com/util/forms/PostDropdownBtn.tsx:191 +#: src/view/com/util/forms/PostDropdownBtn.tsx:325 msgid "Hide this post?" msgstr "An bhfuil fonn ort an phostáil seo a chur i bhfolach?" -#: src/view/com/notifications/FeedItem.tsx:315 +#: src/view/com/notifications/FeedItem.tsx:319 msgid "Hide user list" msgstr "Cuir liosta na gcuntas i bhfolach" #: src/view/com/profile/ProfileHeader.tsx:486 -msgid "Hides posts from {0} in your feed" -msgstr "Cuireann sé seo na postálacha ó {0} i d’fhotha i bhfolach" +#~ msgid "Hides posts from {0} in your feed" +#~ msgstr "Cuireann sé seo na postálacha ó {0} i d’fhotha i bhfolach" #: 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." @@ -1769,11 +2167,19 @@ msgstr "Hmm. Thug freastalaí an fhotha drochfhreagra. Cuir é seo in iúl d’ msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm. Ní féidir linn an fotha seo a aimsiú. Is féidir gur scriosadh é." -#: src/Navigation.tsx:432 -#: src/view/shell/bottom-bar/BottomBar.tsx:137 -#: src/view/shell/desktop/LeftNav.tsx:306 -#: src/view/shell/Drawer.tsx:398 -#: src/view/shell/Drawer.tsx:399 +#: src/screens/Moderation/index.tsx:59 +msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." +msgstr "" + +#: src/screens/Profile/ErrorState.tsx:31 +msgid "Hmmmm, we couldn't load that moderation service." +msgstr "" + +#: src/Navigation.tsx:454 +#: src/view/shell/bottom-bar/BottomBar.tsx:147 +#: src/view/shell/desktop/LeftNav.tsx:310 +#: src/view/shell/Drawer.tsx:401 +#: src/view/shell/Drawer.tsx:402 msgid "Home" msgstr "Baile" @@ -1781,11 +2187,17 @@ msgstr "Baile" #: src/view/com/pager/FeedsTabBarMobile.tsx:123 #: src/view/screens/PreferencesHomeFeed.tsx:104 #: src/view/screens/Settings/index.tsx:543 -msgid "Home Feed Preferences" -msgstr "Roghanna le haghaidh an fhotha baile" +#~ msgid "Home Feed Preferences" +#~ msgstr "Roghanna le haghaidh an fhotha baile" -#: src/view/com/auth/create/Step1.tsx:82 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:120 +#: src/view/com/modals/ChangeHandle.tsx:420 +msgid "Host:" +msgstr "" + +#: src/screens/Login/ForgotPasswordForm.tsx:89 +#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Signup/StepInfo/index.tsx:40 +#: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" msgstr "Soláthraí óstála" @@ -1801,11 +2213,11 @@ msgstr "Tá cód agam" msgid "I have a confirmation code" msgstr "Tá cód dearbhaithe agam" -#: src/view/com/modals/ChangeHandle.tsx:283 +#: src/view/com/modals/ChangeHandle.tsx:284 msgid "I have my own domain" msgstr "Tá fearann de mo chuid féin agam" -#: src/view/com/lightbox/Lightbox.web.tsx:165 +#: src/view/com/lightbox/Lightbox.web.tsx:185 msgid "If alt text is long, toggles alt text expanded state" msgstr "Má tá an téacs malartach rófhada, athraíonn sé seo go téacs leathnaithe" @@ -1813,48 +2225,68 @@ msgstr "Má tá an téacs malartach rófhada, athraíonn sé seo go téacs leath msgid "If none are selected, suitable for all ages." msgstr "Mura roghnaítear tada, tá sé oiriúnach do gach aois." -#: src/view/com/modals/ChangePassword.tsx:146 +#: src/screens/Signup/StepInfo/Policies.tsx:83 +msgid "If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf." +msgstr "" + +#: src/view/screens/ProfileList.tsx:610 +msgid "If you delete this list, you won't be able to recover it." +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 +msgid "If you remove this post, you won't be able to recover it." +msgstr "" + +#: src/view/com/modals/ChangePassword.tsx:148 msgid "If you want to change your password, we will send you a code to verify that this is your account." msgstr "Más mian leat do phasfhocal a athrú, seolfaimid cód duit chun dearbhú gur leatsa an cuntas seo." +#: src/lib/moderation/useReportOptions.ts:36 +msgid "Illegal and Urgent" +msgstr "" + #: src/view/com/util/images/Gallery.tsx:38 msgid "Image" msgstr "Íomhá" -#: src/view/com/modals/AltImage.tsx:120 +#: src/view/com/modals/AltImage.tsx:121 msgid "Image alt text" msgstr "Téacs malartach le híomhá" #: src/view/com/util/UserAvatar.tsx:311 #: src/view/com/util/UserBanner.tsx:118 -msgid "Image options" -msgstr "Roghanna maidir leis an íomhá" +#~ msgid "Image options" +#~ msgstr "Roghanna maidir leis an íomhá" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:138 +#: src/lib/moderation/useReportOptions.ts:47 +msgid "Impersonation or false claims about identity or affiliation" +msgstr "" + +#: src/screens/Login/SetNewPasswordForm.tsx:127 msgid "Input code sent to your email for password reset" msgstr "Cuir isteach an cód a seoladh chuig do ríomhphost leis an bpasfhocal a athrú" -#: src/view/com/modals/DeleteAccount.tsx:184 +#: src/view/com/modals/DeleteAccount.tsx:183 msgid "Input confirmation code for account deletion" msgstr "Cuir isteach an cód dearbhaithe leis an gcuntas a scriosadh" #: src/view/com/auth/create/Step1.tsx:200 -msgid "Input email for Bluesky account" -msgstr "Cuir isteach an ríomhphost don chuntas Bluesky" +#~ msgid "Input email for Bluesky account" +#~ msgstr "Cuir isteach an ríomhphost don chuntas Bluesky" #: src/view/com/auth/create/Step1.tsx:158 -msgid "Input invite code to proceed" -msgstr "Cuir isteach an cód cuiridh le dul ar aghaidh" +#~ msgid "Input invite code to proceed" +#~ msgstr "Cuir isteach an cód cuiridh le dul ar aghaidh" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:181 msgid "Input name for app password" msgstr "Cuir isteach an t-ainm le haghaidh phasfhocal na haipe" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:162 +#: src/screens/Login/SetNewPasswordForm.tsx:151 msgid "Input new password" msgstr "Cuir isteach an pasfhocal nua" -#: src/view/com/modals/DeleteAccount.tsx:203 +#: src/view/com/modals/DeleteAccount.tsx:202 msgid "Input password for account deletion" msgstr "Cuir isteach an pasfhocal chun an cuntas a scriosadh" @@ -1862,11 +2294,11 @@ msgstr "Cuir isteach an pasfhocal chun an cuntas a scriosadh" #~ msgid "Input phone number for SMS verification" #~ msgstr "Cuir isteach an uimhir ghutháin le haghaidh dhearbhú SMS" -#: src/view/com/auth/login/LoginForm.tsx:230 +#: src/screens/Login/LoginForm.tsx:195 msgid "Input the password tied to {identifier}" msgstr "Cuir isteach an pasfhocal ceangailte le {identifier}" -#: src/view/com/auth/login/LoginForm.tsx:197 +#: src/screens/Login/LoginForm.tsx:168 msgid "Input the username or email address you used at signup" msgstr "Cuir isteach an leasainm nó an seoladh ríomhphoist a d’úsáid tú nuair a chláraigh tú" @@ -1875,22 +2307,26 @@ msgstr "Cuir isteach an leasainm nó an seoladh ríomhphoist a d’úsáid tú n #~ msgstr "Cuir isteach an cód dearbhaithe a chuir muid chugat i dteachtaireacht téacs" #: src/view/com/modals/Waitlist.tsx:90 -msgid "Input your email to get on the Bluesky waitlist" -msgstr "Cuir isteach do ríomhphost le bheith ar an liosta feithimh" +#~ msgid "Input your email to get on the Bluesky waitlist" +#~ msgstr "Cuir isteach do ríomhphost le bheith ar an liosta feithimh" -#: src/view/com/auth/login/LoginForm.tsx:229 +#: src/screens/Login/LoginForm.tsx:194 msgid "Input your password" msgstr "Cuir isteach do phasfhocal" -#: src/view/com/auth/create/Step2.tsx:45 +#: src/view/com/modals/ChangeHandle.tsx:389 +msgid "Input your preferred hosting provider" +msgstr "" + +#: src/screens/Signup/StepHandle.tsx:62 msgid "Input your user handle" msgstr "Cuir isteach do leasainm" -#: src/view/com/post-thread/PostThreadItem.tsx:223 +#: src/view/com/post-thread/PostThreadItem.tsx:221 msgid "Invalid or unsupported post record" msgstr "Taifead postála atá neamhbhailí nó gan bhunús" -#: src/view/com/auth/login/LoginForm.tsx:113 +#: src/screens/Login/LoginForm.tsx:114 msgid "Invalid username or password" msgstr "Leasainm nó pasfhocal míchruinn" @@ -1898,20 +2334,19 @@ msgstr "Leasainm nó pasfhocal míchruinn" #~ msgid "Invite" #~ msgstr "Cuireadh" -#: src/view/com/modals/InviteCodes.tsx:93 +#: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Tabhair cuireadh chuig cara leat" -#: src/view/com/auth/create/Step1.tsx:148 -#: src/view/com/auth/create/Step1.tsx:157 +#: src/screens/Signup/StepInfo/index.tsx:58 msgid "Invite code" msgstr "Cód cuiridh" -#: src/view/com/auth/create/state.ts:158 +#: src/screens/Signup/state.ts:278 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Níor glacadh leis an gcód cuiridh. Bí cinnte gur scríobh tú i gceart é agus bain triail eile as." -#: src/view/com/modals/InviteCodes.tsx:170 +#: src/view/com/modals/InviteCodes.tsx:171 msgid "Invite codes: {0} available" msgstr "Cóid chuiridh: {0} ar fáil" @@ -1919,84 +2354,120 @@ msgstr "Cóid chuiridh: {0} ar fáil" #~ msgid "Invite codes: {invitesAvailable} available" #~ msgstr "Cóid chuiridh: {invitesAvailable} ar fáil" -#: src/view/com/modals/InviteCodes.tsx:169 +#: src/view/com/modals/InviteCodes.tsx:170 msgid "Invite codes: 1 available" msgstr "Cóid chuiridh: 1 ar fáil" -#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +#: src/screens/Onboarding/StepFollowingFeed.tsx:65 msgid "It shows posts from the people you follow as they happen." msgstr "Taispeánann sé postálacha ó na daoine a leanann tú nuair a fhoilsítear iad." -#: src/view/com/auth/HomeLoggedOutCTA.tsx:99 -#: src/view/com/auth/SplashScreen.web.tsx:138 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:104 +#: src/view/com/auth/SplashScreen.web.tsx:172 msgid "Jobs" msgstr "Jabanna" #: src/view/com/modals/Waitlist.tsx:67 -msgid "Join the waitlist" -msgstr "Cuir d’ainm ar an liosta feithimh" +#~ msgid "Join the waitlist" +#~ msgstr "Cuir d’ainm ar an liosta feithimh" #: src/view/com/auth/create/Step1.tsx:174 #: src/view/com/auth/create/Step1.tsx:178 -msgid "Join the waitlist." -msgstr "Cuir d’ainm ar an liosta feithimh." +#~ msgid "Join the waitlist." +#~ msgstr "Cuir d’ainm ar an liosta feithimh." #: src/view/com/modals/Waitlist.tsx:128 -msgid "Join Waitlist" -msgstr "Cuir d’ainm ar an liosta feithimh" +#~ msgid "Join Waitlist" +#~ msgstr "Cuir d’ainm ar an liosta feithimh" #: src/screens/Onboarding/index.tsx:24 msgid "Journalism" msgstr "Iriseoireacht" +#: src/components/moderation/LabelsOnMe.tsx:59 +msgid "label has been placed on this {labelTarget}" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:144 +msgid "Labeled by {0}." +msgstr "" + +#: src/components/moderation/ContentHider.tsx:142 +msgid "Labeled by the author." +msgstr "" + +#: src/view/screens/Profile.tsx:188 +msgid "Labels" +msgstr "" + +#: src/screens/Profile/Sections/Labels.tsx:142 +msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." +msgstr "" + +#: src/components/moderation/LabelsOnMe.tsx:61 +msgid "labels have been placed on this {labelTarget}" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:62 +msgid "Labels on your account" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:64 +msgid "Labels on your content" +msgstr "" + #: src/view/com/composer/select-language/SelectLangBtn.tsx:104 msgid "Language selection" msgstr "Rogha teanga" -#: src/view/screens/Settings/index.tsx:594 +#: src/view/screens/Settings/index.tsx:614 msgid "Language settings" msgstr "Socruithe teanga" -#: src/Navigation.tsx:140 +#: src/Navigation.tsx:144 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "Socruithe teanga" -#: src/view/screens/Settings/index.tsx:603 +#: src/view/screens/Settings/index.tsx:623 msgid "Languages" msgstr "Teangacha" #: src/view/com/auth/create/StepHeader.tsx:20 -msgid "Last step!" -msgstr "An chéim dheireanach!" +#~ msgid "Last step!" +#~ msgstr "An chéim dheireanach!" #: src/view/com/util/moderation/ContentHider.tsx:103 -msgid "Learn more" -msgstr "Le tuilleadh a fhoghlaim" +#~ msgid "Learn more" +#~ msgstr "Le tuilleadh a fhoghlaim" -#: src/view/com/util/moderation/PostAlerts.tsx:47 -#: src/view/com/util/moderation/ProfileHeaderAlerts.tsx:65 -#: src/view/com/util/moderation/ScreenHider.tsx:104 +#: src/components/moderation/ScreenHider.tsx:136 msgid "Learn More" msgstr "Le tuilleadh a fhoghlaim" -#: src/view/com/util/moderation/ContentHider.tsx:85 -#: src/view/com/util/moderation/PostAlerts.tsx:40 -#: src/view/com/util/moderation/PostHider.tsx:78 -#: src/view/com/util/moderation/ProfileHeaderAlerts.tsx:49 -#: src/view/com/util/moderation/ScreenHider.tsx:101 +#: src/components/moderation/ContentHider.tsx:65 +#: src/components/moderation/ContentHider.tsx:128 +msgid "Learn more about the moderation applied to this content." +msgstr "" + +#: src/components/moderation/PostHider.tsx:85 +#: src/components/moderation/ScreenHider.tsx:125 msgid "Learn more about this warning" msgstr "Le tuilleadh a fhoghlaim faoin rabhadh seo" -#: src/view/screens/Moderation.tsx:243 +#: src/screens/Moderation/index.tsx:549 msgid "Learn more about what is public on Bluesky." msgstr "Le tuilleadh a fhoghlaim faoi céard atá poiblí ar Bluesky" +#: src/components/moderation/ContentHider.tsx:152 +msgid "Learn more." +msgstr "" + #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:82 msgid "Leave them all unchecked to see any language." msgstr "Fág iad uile gan tic le teanga ar bith a fheiceáil." -#: src/view/com/modals/LinkWarning.tsx:51 +#: src/view/com/modals/LinkWarning.tsx:65 msgid "Leaving Bluesky" msgstr "Ag fágáil slán ag Bluesky" @@ -2004,131 +2475,141 @@ msgstr "Ag fágáil slán ag Bluesky" msgid "left to go." msgstr "le déanamh fós." -#: src/view/screens/Settings/index.tsx:278 +#: src/view/screens/Settings/index.tsx:296 msgid "Legacy storage cleared, you need to restart the app now." msgstr "Stóráil oidhreachta scriosta, tá ort an aip a atosú anois." -#: src/view/com/auth/login/Login.tsx:128 -#: src/view/com/auth/login/Login.tsx:144 +#: src/screens/Login/index.tsx:130 +#: src/screens/Login/index.tsx:145 msgid "Let's get your password reset!" msgstr "Socraímis do phasfhocal arís!" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Let's go!" msgstr "Ar aghaidh linn!" #: src/view/com/util/UserAvatar.tsx:248 #: src/view/com/util/UserBanner.tsx:62 -msgid "Library" -msgstr "Leabharlann" +#~ msgid "Library" +#~ msgstr "Leabharlann" -#: src/view/screens/Settings/index.tsx:479 +#: src/view/screens/Settings/index.tsx:498 msgid "Light" msgstr "Sorcha" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:182 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:216 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Like" msgstr "Mol" -#: src/view/screens/ProfileFeed.tsx:591 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:258 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Like this feed" msgstr "Mol an fotha seo" -#: src/Navigation.tsx:197 +#: src/components/LikesDialog.tsx:87 +#: src/Navigation.tsx:201 +#: src/Navigation.tsx:206 msgid "Liked by" msgstr "Molta ag" +#: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 #: src/view/screens/PostLikedBy.tsx:27 #: src/view/screens/ProfileFeedLikedBy.tsx:27 msgid "Liked By" msgstr "Molta ag" -#: src/view/com/feeds/FeedSourceCard.tsx:277 +#: src/view/com/feeds/FeedSourceCard.tsx:268 msgid "Liked by {0} {1}" msgstr "Molta ag {0} {1}" -#: src/view/screens/ProfileFeed.tsx:606 +#: src/components/LabelingServiceCard/index.tsx:72 +msgid "Liked by {count} {0}" +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292 +#: src/view/screens/ProfileFeed.tsx:588 msgid "Liked by {likeCount} {0}" msgstr "Molta ag {likeCount} {0}" -#: src/view/com/notifications/FeedItem.tsx:170 +#: src/view/com/notifications/FeedItem.tsx:174 msgid "liked your custom feed" msgstr "a mhol do shainfhotha" -#: src/view/com/notifications/FeedItem.tsx:155 +#: src/view/com/notifications/FeedItem.tsx:159 msgid "liked your post" msgstr "a mhol do phostáil" -#: src/view/screens/Profile.tsx:183 +#: src/view/screens/Profile.tsx:193 msgid "Likes" msgstr "Moltaí" -#: src/view/com/post-thread/PostThreadItem.tsx:180 +#: src/view/com/post-thread/PostThreadItem.tsx:182 msgid "Likes on this post" msgstr "Moltaí don phostáil seo" -#: src/Navigation.tsx:166 +#: src/Navigation.tsx:170 msgid "List" msgstr "Liosta" -#: src/view/com/modals/CreateOrEditList.tsx:261 +#: src/view/com/modals/CreateOrEditList.tsx:262 msgid "List Avatar" msgstr "Abhatár an Liosta" -#: src/view/screens/ProfileList.tsx:323 +#: src/view/screens/ProfileList.tsx:311 msgid "List blocked" msgstr "Liosta blocáilte" -#: src/view/com/feeds/FeedSourceCard.tsx:231 +#: src/view/com/feeds/FeedSourceCard.tsx:220 msgid "List by {0}" msgstr "Liosta le {0}" -#: src/view/screens/ProfileList.tsx:377 +#: src/view/screens/ProfileList.tsx:355 msgid "List deleted" msgstr "Scriosadh an liosta" -#: src/view/screens/ProfileList.tsx:282 +#: src/view/screens/ProfileList.tsx:283 msgid "List muted" msgstr "Balbhaíodh an liosta" -#: src/view/com/modals/CreateOrEditList.tsx:275 +#: src/view/com/modals/CreateOrEditList.tsx:276 msgid "List Name" msgstr "Ainm an liosta" -#: src/view/screens/ProfileList.tsx:342 +#: src/view/screens/ProfileList.tsx:325 msgid "List unblocked" msgstr "Liosta díbhlocáilte" -#: src/view/screens/ProfileList.tsx:301 +#: src/view/screens/ProfileList.tsx:297 msgid "List unmuted" msgstr "Liosta nach bhfuil balbhaithe níos mó" -#: src/Navigation.tsx:110 -#: src/view/screens/Profile.tsx:185 -#: src/view/shell/desktop/LeftNav.tsx:379 -#: src/view/shell/Drawer.tsx:492 -#: src/view/shell/Drawer.tsx:493 +#: src/Navigation.tsx:114 +#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:195 +#: src/view/shell/desktop/LeftNav.tsx:383 +#: src/view/shell/Drawer.tsx:495 +#: src/view/shell/Drawer.tsx:496 msgid "Lists" msgstr "Liostaí" #: src/view/com/post-thread/PostThread.tsx:333 #: src/view/com/post-thread/PostThread.tsx:341 -msgid "Load more posts" -msgstr "Lódáil tuilleadh postálacha" +#~ msgid "Load more posts" +#~ msgstr "Lódáil tuilleadh postálacha" #: src/view/screens/Notifications.tsx:159 msgid "Load new notifications" msgstr "Lódáil fógraí nua" -#: src/view/com/feeds/FeedPage.tsx:181 -#: src/view/screens/Profile.tsx:440 -#: src/view/screens/ProfileFeed.tsx:494 -#: src/view/screens/ProfileList.tsx:680 +#: src/screens/Profile/Sections/Feed.tsx:70 +#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/screens/ProfileFeed.tsx:496 +#: src/view/screens/ProfileList.tsx:695 msgid "Load new posts" msgstr "Lódáil postálacha nua" -#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:95 +#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:99 msgid "Loading..." msgstr "Ag lódáil …" @@ -2136,7 +2617,7 @@ msgstr "Ag lódáil …" #~ msgid "Local dev server" #~ msgstr "Freastálaí forbróra áitiúil" -#: src/Navigation.tsx:207 +#: src/Navigation.tsx:221 msgid "Log" msgstr "Logleabhar" @@ -2147,19 +2628,27 @@ msgstr "Logleabhar" msgid "Log out" msgstr "Logáil amach" -#: src/view/screens/Moderation.tsx:136 +#: src/screens/Moderation/index.tsx:442 msgid "Logged-out visibility" msgstr "Feiceálacht le linn a bheith logáilte amach" -#: src/view/com/auth/login/ChooseAccountForm.tsx:133 +#: src/components/AccountList.tsx:54 msgid "Login to account that is not listed" msgstr "Logáil isteach ar chuntas nach bhfuil liostáilte" -#: src/view/com/modals/LinkWarning.tsx:65 +#: src/screens/Login/SetNewPasswordForm.tsx:116 +msgid "Looks like XXXXX-XXXXX" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:79 msgid "Make sure this is where you intend to go!" msgstr "Bí cinnte go bhfuil tú ag iarraidh cuairt a thabhairt ar an áit sin!" -#: src/view/screens/Profile.tsx:182 +#: src/components/dialogs/MutedWords.tsx:82 +msgid "Manage your muted words and tags" +msgstr "" + +#: src/view/screens/Profile.tsx:192 msgid "Media" msgstr "Meáin" @@ -2171,115 +2660,170 @@ msgstr "úsáideoirí luaite" msgid "Mentioned users" msgstr "Úsáideoirí luaite" -#: src/view/com/util/ViewHeader.tsx:81 -#: src/view/screens/Search/Search.tsx:623 +#: src/view/com/util/ViewHeader.tsx:87 +#: src/view/screens/Search/Search.tsx:648 msgid "Menu" msgstr "Clár" -#: src/view/com/posts/FeedErrorMessage.tsx:197 +#: src/view/com/posts/FeedErrorMessage.tsx:192 msgid "Message from server: {0}" msgstr "Teachtaireacht ón bhfreastalaí: {0}" -#: src/Navigation.tsx:115 -#: src/view/screens/Moderation.tsx:64 -#: src/view/screens/Settings/index.tsx:625 -#: src/view/shell/desktop/LeftNav.tsx:397 -#: src/view/shell/Drawer.tsx:511 -#: src/view/shell/Drawer.tsx:512 +#: src/lib/moderation/useReportOptions.ts:45 +msgid "Misleading Account" +msgstr "" + +#: src/Navigation.tsx:119 +#: src/screens/Moderation/index.tsx:104 +#: src/view/screens/Settings/index.tsx:645 +#: src/view/shell/desktop/LeftNav.tsx:401 +#: src/view/shell/Drawer.tsx:514 +#: src/view/shell/Drawer.tsx:515 msgid "Moderation" msgstr "Modhnóireacht" -#: src/view/com/lists/ListCard.tsx:92 +#: src/components/moderation/ModerationDetailsDialog.tsx:112 +msgid "Moderation details" +msgstr "" + +#: src/view/com/lists/ListCard.tsx:93 #: src/view/com/modals/UserAddRemoveLists.tsx:206 msgid "Moderation list by {0}" msgstr "Liosta modhnóireachta le {0}" -#: src/view/screens/ProfileList.tsx:774 +#: src/view/screens/ProfileList.tsx:789 msgid "Moderation list by <0/>" msgstr "Liosta modhnóireachta le <0/>" -#: src/view/com/lists/ListCard.tsx:90 +#: src/view/com/lists/ListCard.tsx:91 #: src/view/com/modals/UserAddRemoveLists.tsx:204 -#: src/view/screens/ProfileList.tsx:772 +#: src/view/screens/ProfileList.tsx:787 msgid "Moderation list by you" msgstr "Liosta modhnóireachta leat" -#: src/view/com/modals/CreateOrEditList.tsx:197 +#: src/view/com/modals/CreateOrEditList.tsx:198 msgid "Moderation list created" msgstr "Liosta modhnóireachta cruthaithe" -#: src/view/com/modals/CreateOrEditList.tsx:183 +#: src/view/com/modals/CreateOrEditList.tsx:184 msgid "Moderation list updated" msgstr "Liosta modhnóireachta uasdátaithe" -#: src/view/screens/Moderation.tsx:95 +#: src/screens/Moderation/index.tsx:243 msgid "Moderation lists" msgstr "Liostaí modhnóireachta" -#: src/Navigation.tsx:120 +#: src/Navigation.tsx:124 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Liostaí modhnóireachta" -#: src/view/screens/Settings/index.tsx:619 +#: src/view/screens/Settings/index.tsx:639 msgid "Moderation settings" msgstr "Socruithe modhnóireachta" -#: src/view/com/modals/ModerationDetails.tsx:35 +#: src/Navigation.tsx:216 +msgid "Moderation states" +msgstr "" + +#: src/screens/Moderation/index.tsx:215 +msgid "Moderation tools" +msgstr "" + +#: src/components/moderation/ModerationDetailsDialog.tsx:48 +#: src/lib/moderation/useModerationCauseDescription.ts:40 msgid "Moderator has chosen to set a general warning on the content." msgstr "Chuir an modhnóir rabhadh ginearálta ar an ábhar." -#: src/view/shell/desktop/Feeds.tsx:63 +#: src/view/com/post-thread/PostThreadItem.tsx:541 +msgid "More" +msgstr "" + +#: src/view/shell/desktop/Feeds.tsx:65 msgid "More feeds" msgstr "Tuilleadh fothaí" -#: src/view/com/profile/ProfileHeader.tsx:522 -#: src/view/screens/ProfileFeed.tsx:362 -#: src/view/screens/ProfileList.tsx:616 +#: src/view/screens/ProfileList.tsx:599 msgid "More options" msgstr "Tuilleadh roghanna" #: src/view/com/util/forms/PostDropdownBtn.tsx:270 -msgid "More post options" -msgstr "Tuilleadh roghanna postála" +#~ msgid "More post options" +#~ msgstr "Tuilleadh roghanna postála" #: src/view/screens/PreferencesThreads.tsx:82 msgid "Most-liked replies first" msgstr "Freagraí a fuair an méid is mó moltaí ar dtús" -#: src/view/com/profile/ProfileHeader.tsx:326 +#: src/components/TagMenu/index.tsx:249 +msgid "Mute" +msgstr "" + +#: src/components/TagMenu/index.web.tsx:105 +msgid "Mute {truncatedTag}" +msgstr "" + +#: src/view/com/profile/ProfileMenu.tsx:279 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "Mute Account" msgstr "Cuir an cuntas i bhfolach" -#: src/view/screens/ProfileList.tsx:543 +#: src/view/screens/ProfileList.tsx:518 msgid "Mute accounts" msgstr "Cuir na cuntais i bhfolach" -#: src/view/screens/ProfileList.tsx:490 +#: src/components/TagMenu/index.tsx:209 +msgid "Mute all {displayTag} posts" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:148 +msgid "Mute in tags only" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:133 +msgid "Mute in text & tags" +msgstr "" + +#: src/view/screens/ProfileList.tsx:461 +#: src/view/screens/ProfileList.tsx:624 msgid "Mute list" msgstr "Cuir an liosta i bhfolach" -#: src/view/screens/ProfileList.tsx:274 +#: src/view/screens/ProfileList.tsx:619 msgid "Mute these accounts?" msgstr "An bhfuil fonn ort na cuntais seo a chur i bhfolach" #: src/view/screens/ProfileList.tsx:278 -msgid "Mute this List" -msgstr "Cuir an liosta seo i bhfolach" +#~ msgid "Mute this List" +#~ msgstr "Cuir an liosta seo i bhfolach" + +#: src/components/dialogs/MutedWords.tsx:126 +msgid "Mute this word in post text and tags" +msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:171 +#: src/components/dialogs/MutedWords.tsx:141 +msgid "Mute this word in tags only" +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:251 +#: src/view/com/util/forms/PostDropdownBtn.tsx:257 msgid "Mute thread" msgstr "Cuir an snáithe seo i bhfolach" -#: src/view/com/lists/ListCard.tsx:101 +#: src/view/com/util/forms/PostDropdownBtn.tsx:267 +#: src/view/com/util/forms/PostDropdownBtn.tsx:269 +msgid "Mute words & tags" +msgstr "" + +#: src/view/com/lists/ListCard.tsx:102 msgid "Muted" msgstr "Curtha i bhfolach" -#: src/view/screens/Moderation.tsx:109 +#: src/screens/Moderation/index.tsx:255 msgid "Muted accounts" msgstr "Cuntais a cuireadh i bhfolach" -#: src/Navigation.tsx:125 +#: src/Navigation.tsx:129 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Cuntais a Cuireadh i bhFolach" @@ -2288,11 +2832,20 @@ msgstr "Cuntais a Cuireadh i bhFolach" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Baintear na postálacha ó na cuntais a chuir tú i bhfolach as d’fhotha agus as do chuid fógraí. Is príobháideach ar fad é an cur i bhfolach." -#: src/view/screens/ProfileList.tsx:276 +#: src/lib/moderation/useModerationCauseDescription.ts:85 +msgid "Muted by \"{0}\"" +msgstr "" + +#: src/screens/Moderation/index.tsx:231 +msgid "Muted words & tags" +msgstr "" + +#: src/view/screens/ProfileList.tsx:621 msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them." msgstr "Tá an cur i bhfolach príobháideach. Is féidir leis na cuntais a chuir tú i bhfolach do chuid postálacha a fheiceáil agus is féidir leo scríobh chugat ach ní fheicfidh tú a gcuid postálacha eile ná aon fhógraí uathu." -#: src/view/com/modals/BirthDateSettings.tsx:56 +#: src/components/dialogs/BirthDateSettings.tsx:35 +#: src/components/dialogs/BirthDateSettings.tsx:38 msgid "My Birthday" msgstr "Mo Bhreithlá" @@ -2304,35 +2857,43 @@ msgstr "Mo Chuid Fothaí" msgid "My Profile" msgstr "Mo Phróifíl" -#: src/view/screens/Settings/index.tsx:582 +#: src/view/screens/Settings/index.tsx:596 +msgid "My saved feeds" +msgstr "" + +#: src/view/screens/Settings/index.tsx:602 msgid "My Saved Feeds" msgstr "Na Fothaí a Shábháil Mé" #: src/view/com/auth/server-input/index.tsx:118 -msgid "my-server.com" -msgstr "my-server.com" +#~ msgid "my-server.com" +#~ msgstr "my-server.com" #~ msgid "Ná bíodh gan fáil ar do chuid leantóirí ná ar do chuid dáta go deo." #~ msgstr "Cuir an comhrá seo i bhfolach" -#: src/view/com/modals/AddAppPasswords.tsx:179 -#: src/view/com/modals/CreateOrEditList.tsx:290 +#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/CreateOrEditList.tsx:291 msgid "Name" msgstr "Ainm" -#: src/view/com/modals/CreateOrEditList.tsx:145 +#: src/view/com/modals/CreateOrEditList.tsx:146 msgid "Name is required" msgstr "Tá an t-ainm riachtanach" +#: src/lib/moderation/useReportOptions.ts:57 +#: src/lib/moderation/useReportOptions.ts:78 +#: src/lib/moderation/useReportOptions.ts:86 +msgid "Name or Description Violates Community Standards" +msgstr "" + #: src/screens/Onboarding/index.tsx:25 msgid "Nature" msgstr "Nádúr" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:190 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:219 -#: src/view/com/auth/login/LoginForm.tsx:289 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:196 -#: src/view/com/modals/ChangePassword.tsx:166 +#: src/screens/Login/ForgotPasswordForm.tsx:173 +#: src/screens/Login/LoginForm.tsx:254 +#: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "Téann sé seo chuig an gcéad scáileán eile" @@ -2340,20 +2901,28 @@ msgstr "Téann sé seo chuig an gcéad scáileán eile" msgid "Navigates to your profile" msgstr "Téann sé seo chuig do phróifíl" +#: src/components/ReportDialog/SelectReportOptionView.tsx:122 +msgid "Need to report a copyright violation?" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:107 #: src/view/com/modals/EmbedConsent.tsx:123 -msgid "Never load embeds from {0}" -msgstr "Ná lódáil ábhar leabaithe ó {0} go deo" +#~ msgid "Never load embeds from {0}" +#~ msgstr "Ná lódáil ábhar leabaithe ó {0} go deo" #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:72 -#: src/view/com/auth/onboarding/WelcomeMobile.tsx:72 +#: src/view/com/auth/onboarding/WelcomeMobile.tsx:74 msgid "Never lose access to your followers and data." msgstr "Ná bíodh gan fáil ar do chuid leantóirí ná ar do chuid dáta go deo." -#: src/screens/Onboarding/StepFinished.tsx:119 +#: src/screens/Onboarding/StepFinished.tsx:123 msgid "Never lose access to your followers or data." msgstr "Ná bíodh gan fáil ar do chuid leantóirí ná ar do chuid dáta go deo." +#: src/view/com/modals/ChangeHandle.tsx:519 +msgid "Nevermind, create a handle for me" +msgstr "" + #: src/view/screens/Lists.tsx:76 msgctxt "action" msgid "New" @@ -2363,39 +2932,39 @@ msgstr "Nua" msgid "New" msgstr "Nua" -#: src/view/com/modals/CreateOrEditList.tsx:252 +#: src/view/com/modals/CreateOrEditList.tsx:253 msgid "New Moderation List" msgstr "Liosta modhnóireachta nua" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:150 +#: src/view/com/modals/ChangePassword.tsx:212 msgid "New password" msgstr "Pasfhocal Nua" -#: src/view/com/modals/ChangePassword.tsx:215 +#: src/view/com/modals/ChangePassword.tsx:217 msgid "New Password" msgstr "Pasfhocal Nua" -#: src/view/com/feeds/FeedPage.tsx:192 +#: src/view/com/feeds/FeedPage.tsx:149 msgctxt "action" msgid "New post" msgstr "Postáil nua" #: src/view/screens/Feeds.tsx:555 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:382 -#: src/view/screens/ProfileFeed.tsx:432 -#: src/view/screens/ProfileList.tsx:195 -#: src/view/screens/ProfileList.tsx:223 -#: src/view/shell/desktop/LeftNav.tsx:248 +#: src/view/screens/Profile.tsx:452 +#: src/view/screens/ProfileFeed.tsx:434 +#: src/view/screens/ProfileList.tsx:199 +#: src/view/screens/ProfileList.tsx:227 +#: src/view/shell/desktop/LeftNav.tsx:252 msgid "New post" msgstr "Postáil nua" -#: src/view/shell/desktop/LeftNav.tsx:258 +#: src/view/shell/desktop/LeftNav.tsx:262 msgctxt "action" msgid "New Post" msgstr "Postáil nua" -#: src/view/com/modals/CreateOrEditList.tsx:247 +#: src/view/com/modals/CreateOrEditList.tsx:248 msgid "New User List" msgstr "Liosta Nua d’Úsáideoirí" @@ -2407,15 +2976,16 @@ msgstr "Na freagraí is déanaí ar dtús" msgid "News" msgstr "Nuacht" -#: src/view/com/auth/create/CreateAccount.tsx:168 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:182 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:192 -#: src/view/com/auth/login/LoginForm.tsx:291 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:187 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:143 +#: src/screens/Login/ForgotPasswordForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:253 +#: src/screens/Login/LoginForm.tsx:260 +#: src/screens/Login/SetNewPasswordForm.tsx:174 +#: src/screens/Login/SetNewPasswordForm.tsx:180 +#: src/screens/Signup/index.tsx:205 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:79 -#: src/view/com/modals/ChangePassword.tsx:251 #: src/view/com/modals/ChangePassword.tsx:253 +#: src/view/com/modals/ChangePassword.tsx:255 msgid "Next" msgstr "Ar aghaidh" @@ -2424,48 +2994,61 @@ msgctxt "action" msgid "Next" msgstr "Ar aghaidh" -#: src/view/com/lightbox/Lightbox.web.tsx:149 +#: src/view/com/lightbox/Lightbox.web.tsx:169 msgid "Next image" msgstr "An chéad íomhá eile" -#: src/view/screens/PreferencesHomeFeed.tsx:129 -#: src/view/screens/PreferencesHomeFeed.tsx:200 -#: src/view/screens/PreferencesHomeFeed.tsx:235 -#: src/view/screens/PreferencesHomeFeed.tsx:272 +#: src/view/screens/PreferencesFollowingFeed.tsx:129 +#: src/view/screens/PreferencesFollowingFeed.tsx:200 +#: src/view/screens/PreferencesFollowingFeed.tsx:235 +#: src/view/screens/PreferencesFollowingFeed.tsx:272 #: src/view/screens/PreferencesThreads.tsx:106 #: src/view/screens/PreferencesThreads.tsx:129 msgid "No" msgstr "Níl" -#: src/view/screens/ProfileFeed.tsx:584 -#: src/view/screens/ProfileList.tsx:754 +#: src/view/screens/ProfileFeed.tsx:562 +#: src/view/screens/ProfileList.tsx:769 msgid "No description" msgstr "Gan chur síos" -#: src/view/com/profile/ProfileHeader.tsx:169 +#: src/view/com/modals/ChangeHandle.tsx:405 +msgid "No DNS Panel" +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 msgid "No longer following {0}" msgstr "Ní leantar {0} níos mó" +#: src/screens/Signup/StepHandle.tsx:114 +msgid "No longer than 253 characters" +msgstr "" + #: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "Níl aon fhógra ann fós!" -#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:97 -#: src/view/com/composer/text-input/web/Autocomplete.tsx:191 +#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 +#: src/view/com/composer/text-input/web/Autocomplete.tsx:195 msgid "No result" msgstr "Gan torthaí" +#: src/components/Lists.tsx:183 +msgid "No results found" +msgstr "" + #: src/view/screens/Feeds.tsx:495 msgid "No results found for \"{query}\"" msgstr "Gan torthaí ar “{query}”" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:280 -#: src/view/screens/Search/Search.tsx:308 +#: src/view/screens/Search/Search.tsx:283 +#: src/view/screens/Search/Search.tsx:311 msgid "No results found for {query}" msgstr "Gan torthaí ar {query}" -#: src/view/com/modals/EmbedConsent.tsx:129 +#: src/components/dialogs/EmbedConsent.tsx:105 +#: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" msgstr "Níor mhaith liom é sin." @@ -2473,12 +3056,21 @@ msgstr "Níor mhaith liom é sin." msgid "Nobody" msgstr "Duine ar bith" +#: src/components/LikedByList.tsx:79 +#: src/components/LikesDialog.tsx:99 +msgid "Nobody has liked this yet. Maybe you should be the first!" +msgstr "" + +#: src/lib/moderation/useGlobalLabelStrings.ts:42 +msgid "Non-sexual Nudity" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:135 msgid "Not Applicable." msgstr "Ní bhaineann sé sin le hábhar." -#: src/Navigation.tsx:105 -#: src/view/screens/Profile.tsx:106 +#: src/Navigation.tsx:109 +#: src/view/screens/Profile.tsx:99 msgid "Not Found" msgstr "Ní bhfuarthas é sin" @@ -2487,17 +3079,23 @@ msgstr "Ní bhfuarthas é sin" msgid "Not right now" msgstr "Ní anois" -#: src/view/screens/Moderation.tsx:233 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/util/forms/PostDropdownBtn.tsx:342 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:246 +msgid "Note about sharing" +msgstr "" + +#: src/screens/Moderation/index.tsx:540 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites." msgstr "Nod leat: is gréasán oscailte poiblí Bluesky. Ní chuireann an socrú seo srian ar fheiceálacht do chuid ábhair ach amháin ar aip agus suíomh Bluesky. Is féidir nach gcloífidh aipeanna eile leis an socrú seo. Is féidir go dtaispeánfar do chuid ábhair d’úsáideoirí atá lógáilte amach ar aipeanna agus suíomhanna eile." -#: src/Navigation.tsx:447 +#: src/Navigation.tsx:469 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 -#: src/view/shell/bottom-bar/BottomBar.tsx:205 -#: src/view/shell/desktop/LeftNav.tsx:361 -#: src/view/shell/Drawer.tsx:435 -#: src/view/shell/Drawer.tsx:436 +#: src/view/shell/bottom-bar/BottomBar.tsx:215 +#: src/view/shell/desktop/LeftNav.tsx:365 +#: src/view/shell/Drawer.tsx:438 +#: src/view/shell/Drawer.tsx:439 msgid "Notifications" msgstr "Fógraí" @@ -2505,15 +3103,32 @@ msgstr "Fógraí" msgid "Nudity" msgstr "Lomnochtacht" -#: src/view/com/util/ErrorBoundary.tsx:35 +#: src/lib/moderation/useReportOptions.ts:71 +msgid "Nudity or adult content not labeled as such" +msgstr "" + +#: src/screens/Signup/index.tsx:142 +msgid "of" +msgstr "" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:11 +msgid "Off" +msgstr "" + +#: src/view/com/util/ErrorBoundary.tsx:49 msgid "Oh no!" msgstr "Úps!" -#: src/screens/Onboarding/StepInterests/index.tsx:128 +#: src/screens/Onboarding/StepInterests/index.tsx:132 msgid "Oh no! Something went wrong." msgstr "Úps! Theip ar rud éigin." -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:126 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:327 +msgid "OK" +msgstr "" + +#: src/screens/Login/PasswordUpdatedForm.tsx:44 msgid "Okay" msgstr "Maith go leor" @@ -2521,11 +3136,11 @@ msgstr "Maith go leor" msgid "Oldest replies first" msgstr "Na freagraí is sine ar dtús" -#: src/view/screens/Settings/index.tsx:234 +#: src/view/screens/Settings/index.tsx:244 msgid "Onboarding reset" msgstr "Atosú an chláraithe" -#: src/view/com/composer/Composer.tsx:375 +#: src/view/com/composer/Composer.tsx:392 msgid "One or more images is missing alt text." msgstr "Tá téacs malartach de dhíth ar íomhá amháin nó níos mó acu." @@ -2533,32 +3148,58 @@ msgstr "Tá téacs malartach de dhíth ar íomhá amháin nó níos mó acu." msgid "Only {0} can reply." msgstr "Ní féidir ach le {0} freagra a thabhairt." -#: src/view/screens/AppPasswords.tsx:65 -#: src/view/screens/Profile.tsx:106 +#: src/screens/Signup/StepHandle.tsx:97 +msgid "Only contains letters, numbers, and hyphens" +msgstr "" + +#: src/components/Lists.tsx:75 +msgid "Oops, something went wrong!" +msgstr "" + +#: src/components/Lists.tsx:170 +#: src/view/screens/AppPasswords.tsx:67 +#: src/view/screens/Profile.tsx:99 msgid "Oops!" msgstr "Úps!" -#: src/screens/Onboarding/StepFinished.tsx:115 +#: src/screens/Onboarding/StepFinished.tsx:119 msgid "Open" msgstr "Oscail" -#: src/view/com/composer/Composer.tsx:470 -#: src/view/com/composer/Composer.tsx:471 +#: src/view/com/composer/Composer.tsx:491 +#: src/view/com/composer/Composer.tsx:492 msgid "Open emoji picker" msgstr "Oscail roghnóir na n-emoji" -#: src/view/screens/Settings/index.tsx:712 +#: src/view/screens/ProfileFeed.tsx:300 +msgid "Open feed options menu" +msgstr "" + +#: src/view/screens/Settings/index.tsx:734 msgid "Open links with in-app browser" msgstr "Oscail nascanna leis an mbrabhsálaí san aip" -#: src/view/com/pager/FeedsTabBarMobile.tsx:87 +#: src/screens/Moderation/index.tsx:227 +msgid "Open muted words and tags settings" +msgstr "" + +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:50 msgid "Open navigation" msgstr "Oscail an nascleanúint" -#: src/view/screens/Settings/index.tsx:804 +#: src/view/com/util/forms/PostDropdownBtn.tsx:183 +msgid "Open post options menu" +msgstr "" + +#: src/view/screens/Settings/index.tsx:828 +#: src/view/screens/Settings/index.tsx:838 msgid "Open storybook page" msgstr "Oscail leathanach an Storybook" +#: src/view/screens/Settings/index.tsx:816 +msgid "Open system log" +msgstr "" + #: src/view/com/util/forms/DropdownButton.tsx:154 msgid "Opens {numItems} options" msgstr "Osclaíonn sé seo {numItems} rogha" @@ -2567,11 +3208,11 @@ msgstr "Osclaíonn sé seo {numItems} rogha" msgid "Opens additional details for a debug entry" msgstr "Osclaíonn sé seo tuilleadh sonraí le haghaidh iontráil dífhabhtaithe" -#: src/view/com/notifications/FeedItem.tsx:348 +#: src/view/com/notifications/FeedItem.tsx:353 msgid "Opens an expanded list of users in this notification" msgstr "Osclaíonn sé seo liosta méadaithe d’úsáideoirí san fhógra seo" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:61 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:78 msgid "Opens camera on device" msgstr "Osclaíonn sé seo an ceamara ar an ngléas" @@ -2579,7 +3220,7 @@ msgstr "Osclaíonn sé seo an ceamara ar an ngléas" msgid "Opens composer" msgstr "Osclaíonn sé seo an t-eagarthóir" -#: src/view/screens/Settings/index.tsx:595 +#: src/view/screens/Settings/index.tsx:615 msgid "Opens configurable language settings" msgstr "Osclaíonn sé seo na socruithe teanga is féidir a dhéanamh" @@ -2588,70 +3229,116 @@ msgid "Opens device photo gallery" msgstr "Osclaíonn sé seo gailearaí na ngrianghraf ar an ngléas" #: src/view/com/profile/ProfileHeader.tsx:419 -msgid "Opens editor for profile display name, avatar, background image, and description" -msgstr "Osclaíonn sé seo an t-eagarthóir le haghaidh gach a bhfuil i do phróifíl: an t-ainm, an t-abhatár, an íomhá sa chúlra, agus an cur síos." +#~ msgid "Opens editor for profile display name, avatar, background image, and description" +#~ msgstr "Osclaíonn sé seo an t-eagarthóir le haghaidh gach a bhfuil i do phróifíl: an t-ainm, an t-abhatár, an íomhá sa chúlra, agus an cur síos." -#: src/view/screens/Settings/index.tsx:649 +#: src/view/screens/Settings/index.tsx:669 msgid "Opens external embeds settings" msgstr "Osclaíonn sé seo na socruithe le haghaidh leabuithe seachtracha" +#: src/view/com/auth/HomeLoggedOutCTA.tsx:57 +#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/SplashScreen.web.tsx:97 +msgid "Opens flow to create a new Bluesky account" +msgstr "" + +#: src/view/com/auth/HomeLoggedOutCTA.tsx:75 +#: src/view/com/auth/SplashScreen.tsx:83 +#: src/view/com/auth/SplashScreen.web.tsx:112 +msgid "Opens flow to sign into your existing Bluesky account" +msgstr "" + #: src/view/com/profile/ProfileHeader.tsx:574 -msgid "Opens followers list" -msgstr "Osclaíonn sé seo liosta na leantóirí" +#~ msgid "Opens followers list" +#~ msgstr "Osclaíonn sé seo liosta na leantóirí" #: src/view/com/profile/ProfileHeader.tsx:593 -msgid "Opens following list" -msgstr "Osclaíonn sé seo liosta na ndaoine a leanann tú" +#~ msgid "Opens following list" +#~ msgstr "Osclaíonn sé seo liosta na ndaoine a leanann tú" #: src/view/screens/Settings.tsx:412 #~ msgid "Opens invite code list" #~ msgstr "Osclaíonn sé seo liosta na gcód cuiridh" -#: src/view/com/modals/InviteCodes.tsx:172 +#: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "Osclaíonn sé seo liosta na gcód cuiridh" +#: src/view/screens/Settings/index.tsx:798 +msgid "Opens modal for account deletion confirmation. Requires email code" +msgstr "" + #: src/view/screens/Settings/index.tsx:774 -msgid "Opens modal for account deletion confirmation. Requires email code." -msgstr "Osclaíonn sé seo an fhuinneog le scriosadh an chuntais a dhearbhú. Tá cód ríomhphoist riachtanach." +#~ msgid "Opens modal for account deletion confirmation. Requires email code." +#~ msgstr "Osclaíonn sé seo an fhuinneog le scriosadh an chuntais a dhearbhú. Tá cód ríomhphoist riachtanach." -#: src/view/com/modals/ChangeHandle.tsx:281 +#: src/view/screens/Settings/index.tsx:756 +msgid "Opens modal for changing your Bluesky password" +msgstr "" + +#: src/view/screens/Settings/index.tsx:718 +msgid "Opens modal for choosing a new Bluesky handle" +msgstr "" + +#: src/view/screens/Settings/index.tsx:779 +msgid "Opens modal for downloading your Bluesky account data (repository)" +msgstr "" + +#: src/view/screens/Settings/index.tsx:968 +msgid "Opens modal for email verification" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:282 msgid "Opens modal for using custom domain" msgstr "Osclaíonn sé seo an fhuinneog le sainfhearann a úsáid" -#: src/view/screens/Settings/index.tsx:620 +#: src/view/screens/Settings/index.tsx:640 msgid "Opens moderation settings" msgstr "Osclaíonn sé seo socruithe na modhnóireachta" -#: src/view/com/auth/login/LoginForm.tsx:239 +#: src/screens/Login/LoginForm.tsx:202 msgid "Opens password reset form" msgstr "Osclaíonn sé seo an fhoirm leis an bpasfhocal a athrú" +#: src/view/com/home/HomeHeaderLayout.web.tsx:63 #: src/view/screens/Feeds.tsx:356 msgid "Opens screen to edit Saved Feeds" msgstr "Osclaíonn sé seo an scáileán leis na fothaí sábháilte a athrú" -#: src/view/screens/Settings/index.tsx:576 +#: src/view/screens/Settings/index.tsx:597 msgid "Opens screen with all saved feeds" msgstr "Osclaíonn sé seo an scáileán leis na fothaí sábháilte go léir" +#: src/view/screens/Settings/index.tsx:696 +msgid "Opens the app password settings" +msgstr "" + #: src/view/screens/Settings/index.tsx:676 -msgid "Opens the app password settings page" -msgstr "Osclaíonn sé seo an leathanach a bhfuil socruithe phasfhocal na haipe air" +#~ msgid "Opens the app password settings page" +#~ msgstr "Osclaíonn sé seo an leathanach a bhfuil socruithe phasfhocal na haipe air" + +#: src/view/screens/Settings/index.tsx:554 +msgid "Opens the Following feed preferences" +msgstr "" #: src/view/screens/Settings/index.tsx:535 -msgid "Opens the home feed preferences" -msgstr "Osclaíonn sé seo roghanna fhotha an bhaile" +#~ msgid "Opens the home feed preferences" +#~ msgstr "Osclaíonn sé seo roghanna fhotha an bhaile" + +#: src/view/com/modals/LinkWarning.tsx:93 +msgid "Opens the linked website" +msgstr "" -#: src/view/screens/Settings/index.tsx:805 +#: src/view/screens/Settings/index.tsx:829 +#: src/view/screens/Settings/index.tsx:839 msgid "Opens the storybook page" msgstr "Osclaíonn sé seo leathanach an Storybook" -#: src/view/screens/Settings/index.tsx:793 +#: src/view/screens/Settings/index.tsx:817 msgid "Opens the system log page" msgstr "Osclaíonn sé seo logleabhar an chórais" -#: src/view/screens/Settings/index.tsx:556 +#: src/view/screens/Settings/index.tsx:575 msgid "Opens the threads preferences" msgstr "Osclaíonn sé seo roghanna na snáitheanna" @@ -2659,11 +3346,19 @@ msgstr "Osclaíonn sé seo roghanna na snáitheanna" msgid "Option {0} of {numItems}" msgstr "Rogha {0} as {numItems}" +#: src/components/ReportDialog/SubmitView.tsx:162 +msgid "Optionally provide additional information below:" +msgstr "" + #: src/view/com/modals/Threadgate.tsx:89 msgid "Or combine these options:" msgstr "Nó cuir na roghanna seo le chéile:" -#: src/view/com/auth/login/ChooseAccountForm.tsx:138 +#: src/lib/moderation/useReportOptions.ts:25 +msgid "Other" +msgstr "" + +#: src/components/AccountList.tsx:73 msgid "Other account" msgstr "Cuntas eile" @@ -2675,6 +3370,7 @@ msgstr "Cuntas eile" msgid "Other..." msgstr "Eile…" +#: src/components/Lists.tsx:184 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Leathanach gan aimsiú" @@ -2683,27 +3379,30 @@ msgstr "Leathanach gan aimsiú" msgid "Page Not Found" msgstr "Leathanach gan aimsiú" -#: src/view/com/auth/create/Step1.tsx:214 -#: src/view/com/auth/create/Step1.tsx:224 -#: src/view/com/auth/login/LoginForm.tsx:226 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:161 -#: src/view/com/modals/DeleteAccount.tsx:202 +#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Signup/StepInfo/index.tsx:101 +#: src/view/com/modals/DeleteAccount.tsx:194 +#: src/view/com/modals/DeleteAccount.tsx:201 msgid "Password" msgstr "Pasfhocal" -#: src/view/com/auth/login/Login.tsx:157 +#: src/view/com/modals/ChangePassword.tsx:142 +msgid "Password Changed" +msgstr "" + +#: src/screens/Login/index.tsx:157 msgid "Password updated" msgstr "Pasfhocal uasdátaithe" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:28 +#: src/screens/Login/PasswordUpdatedForm.tsx:30 msgid "Password updated!" msgstr "Pasfhocal uasdátaithe!" -#: src/Navigation.tsx:160 +#: src/Navigation.tsx:164 msgid "People followed by @{0}" msgstr "Na daoine atá leanta ag @{0}" -#: src/Navigation.tsx:153 +#: src/Navigation.tsx:157 msgid "People following @{0}" msgstr "Na leantóirí atá ag @{0}" @@ -2727,37 +3426,41 @@ msgstr "Peataí" msgid "Pictures meant for adults." msgstr "Pictiúir le haghaidh daoine fásta." -#: src/view/screens/ProfileFeed.tsx:353 -#: src/view/screens/ProfileList.tsx:580 +#: src/view/screens/ProfileFeed.tsx:292 +#: src/view/screens/ProfileList.tsx:563 msgid "Pin to home" msgstr "Greamaigh le baile" +#: src/view/screens/ProfileFeed.tsx:295 +msgid "Pin to Home" +msgstr "" + #: src/view/screens/SavedFeeds.tsx:88 msgid "Pinned Feeds" msgstr "Fothaí greamaithe" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:111 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "Seinn {0}" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:54 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:55 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" msgstr "Seinn an físeán" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:110 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 msgid "Plays the GIF" msgstr "Seinneann sé seo an GIF" -#: src/view/com/auth/create/state.ts:124 +#: src/screens/Signup/state.ts:241 msgid "Please choose your handle." msgstr "Roghnaigh do leasainm, le do thoil." -#: src/view/com/auth/create/state.ts:117 +#: src/screens/Signup/state.ts:234 msgid "Please choose your password." msgstr "Roghnaigh do phasfhocal, le do thoil." -#: src/view/com/auth/create/state.ts:131 +#: src/screens/Signup/state.ts:251 msgid "Please complete the verification captcha." msgstr "Déan an captcha, le do thoil." @@ -2765,7 +3468,7 @@ msgstr "Déan an captcha, le do thoil." msgid "Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed." msgstr "Dearbhaigh do ríomhphost roimh é a athrú. Riachtanas sealadach é seo le linn dúinn acmhainní a chur isteach le haghaidh uasdátú an ríomhphoist. Scriosfar é seo roimh i bhfad." -#: src/view/com/modals/AddAppPasswords.tsx:90 +#: src/view/com/modals/AddAppPasswords.tsx:91 msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "Cuir isteach ainm le haghaidh phasfhocal na haipe, le do thoil. Ní cheadaítear spásanna gan aon rud eile ann." @@ -2773,10 +3476,14 @@ msgstr "Cuir isteach ainm le haghaidh phasfhocal na haipe, le do thoil. Ní chea #~ msgid "Please enter a phone number that can receive SMS text messages." #~ msgstr "Cuir isteach uimhir ghutháin atá in ann teachtaireachtaí SMS a fháil, le do thoil." -#: src/view/com/modals/AddAppPasswords.tsx:145 +#: src/view/com/modals/AddAppPasswords.tsx:146 msgid "Please enter a unique name for this App Password or use our randomly generated one." msgstr "Cuir isteach ainm nach bhfuil in úsáid cheana féin le haghaidh Phasfhocal na hAipe nó bain úsáid as an gceann a chruthóidh muid go randamach." +#: src/components/dialogs/MutedWords.tsx:67 +msgid "Please enter a valid word, tag, or phrase to mute" +msgstr "" + #: src/view/com/auth/create/state.ts:170 #~ msgid "Please enter the code you received by SMS." #~ msgstr "Cuir isteach an cód a fuair tú trí SMS, le do thoil." @@ -2785,18 +3492,22 @@ msgstr "Cuir isteach ainm nach bhfuil in úsáid cheana féin le haghaidh Phasfh #~ msgid "Please enter the verification code sent to {phoneNumberFormatted}." #~ msgstr "Cuir isteach an cód dearbhaithe a cuireadh chuig {phoneNumberFormatted}, le do thoil." -#: src/view/com/auth/create/state.ts:103 +#: src/screens/Signup/state.ts:220 msgid "Please enter your email." msgstr "Cuir isteach do sheoladh ríomhphoist, le do thoil." -#: src/view/com/modals/DeleteAccount.tsx:191 +#: src/view/com/modals/DeleteAccount.tsx:190 msgid "Please enter your password as well:" msgstr "Cuir isteach do phasfhocal freisin, le do thoil." +#: src/components/moderation/LabelsOnMeDialog.tsx:221 +msgid "Please explain why you think this label was incorrectly applied by {0}" +msgstr "" + #: src/view/com/modals/AppealLabel.tsx:72 #: src/view/com/modals/AppealLabel.tsx:75 -msgid "Please tell us why you think this content warning was incorrectly applied!" -msgstr "Abair linn, le do thoil, cén fáth a gcreideann tú gur cuireadh an rabhadh ábhair seo i bhfeidhm go mícheart." +#~ msgid "Please tell us why you think this content warning was incorrectly applied!" +#~ msgstr "Abair linn, le do thoil, cén fáth a gcreideann tú gur cuireadh an rabhadh ábhair seo i bhfeidhm go mícheart." #: src/view/com/modals/AppealLabel.tsx:72 #: src/view/com/modals/AppealLabel.tsx:75 @@ -2807,7 +3518,7 @@ msgstr "Abair linn, le do thoil, cén fáth a gcreideann tú gur cuireadh an rab msgid "Please Verify Your Email" msgstr "Dearbhaigh do ríomhphost, le do thoil." -#: src/view/com/composer/Composer.tsx:215 +#: src/view/com/composer/Composer.tsx:222 msgid "Please wait for your link card to finish loading" msgstr "Fan le lódáil ar fad do chárta naisc, le do thoil." @@ -2819,35 +3530,45 @@ msgstr "Polaitíocht" msgid "Porn" msgstr "Pornagrafaíocht" -#: src/view/com/composer/Composer.tsx:350 -#: src/view/com/composer/Composer.tsx:358 +#: src/view/com/composer/Composer.tsx:367 +#: src/view/com/composer/Composer.tsx:375 msgctxt "action" msgid "Post" msgstr "Postáil" -#: src/view/com/post-thread/PostThread.tsx:303 +#: src/view/com/post-thread/PostThread.tsx:292 msgctxt "description" msgid "Post" msgstr "Postáil" -#: src/view/com/post-thread/PostThreadItem.tsx:172 +#: src/view/com/post-thread/PostThreadItem.tsx:175 msgid "Post by {0}" msgstr "Postáil ó {0}" -#: src/Navigation.tsx:172 -#: src/Navigation.tsx:179 -#: src/Navigation.tsx:186 +#: src/Navigation.tsx:176 +#: src/Navigation.tsx:183 +#: src/Navigation.tsx:190 msgid "Post by @{0}" msgstr "Postáil ó @{0}" -#: src/view/com/util/forms/PostDropdownBtn.tsx:84 +#: src/view/com/util/forms/PostDropdownBtn.tsx:105 msgid "Post deleted" msgstr "Scriosadh an phostáil" -#: src/view/com/post-thread/PostThread.tsx:461 +#: src/view/com/post-thread/PostThread.tsx:157 msgid "Post hidden" msgstr "Cuireadh an phostáil i bhfolach" +#: src/components/moderation/ModerationDetailsDialog.tsx:97 +#: src/lib/moderation/useModerationCauseDescription.ts:99 +msgid "Post Hidden by Muted Word" +msgstr "" + +#: src/components/moderation/ModerationDetailsDialog.tsx:100 +#: src/lib/moderation/useModerationCauseDescription.ts:108 +msgid "Post Hidden by You" +msgstr "" + #: src/view/com/composer/select-language/SelectLangBtn.tsx:87 msgid "Post language" msgstr "Teanga postála" @@ -2856,23 +3577,42 @@ msgstr "Teanga postála" msgid "Post Languages" msgstr "Teangacha postála" -#: src/view/com/post-thread/PostThread.tsx:513 +#: src/view/com/post-thread/PostThread.tsx:152 +#: src/view/com/post-thread/PostThread.tsx:164 msgid "Post not found" msgstr "Ní bhfuarthas an phostáil" -#: src/view/screens/Profile.tsx:180 +#: src/components/TagMenu/index.tsx:253 +msgid "posts" +msgstr "" + +#: src/view/screens/Profile.tsx:190 msgid "Posts" msgstr "Postálacha" +#: src/components/dialogs/MutedWords.tsx:89 +msgid "Posts can be muted based on their text, their tags, or both." +msgstr "" + #: src/view/com/posts/FeedErrorMessage.tsx:64 msgid "Posts hidden" msgstr "Cuireadh na postálacha i bhfolach" -#: src/view/com/modals/LinkWarning.tsx:46 +#: src/view/com/modals/LinkWarning.tsx:60 msgid "Potentially Misleading Link" msgstr "Is féidir go bhfuil an nasc seo míthreorach." -#: src/view/com/lightbox/Lightbox.web.tsx:135 +#: src/components/forms/HostingProvider.tsx:45 +msgid "Press to change hosting provider" +msgstr "" + +#: src/components/Error.tsx:74 +#: src/components/Lists.tsx:80 +#: src/screens/Signup/index.tsx:186 +msgid "Press to retry" +msgstr "" + +#: src/view/com/lightbox/Lightbox.web.tsx:150 msgid "Previous image" msgstr "An íomhá roimhe seo" @@ -2884,39 +3624,45 @@ msgstr "Príomhtheanga" msgid "Prioritize Your Follows" msgstr "Tabhair Tosaíocht do Do Chuid Leantóirí" -#: src/view/screens/Settings/index.tsx:632 +#: src/view/screens/Settings/index.tsx:652 #: src/view/shell/desktop/RightNav.tsx:72 msgid "Privacy" msgstr "Príobháideacht" -#: src/Navigation.tsx:217 +#: src/Navigation.tsx:231 +#: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:891 -#: src/view/shell/Drawer.tsx:262 +#: src/view/screens/Settings/index.tsx:923 +#: src/view/shell/Drawer.tsx:265 msgid "Privacy Policy" msgstr "Polasaí príobháideachta" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:156 msgid "Processing..." msgstr "Á phróiseáil..." -#: src/view/shell/bottom-bar/BottomBar.tsx:247 -#: src/view/shell/desktop/LeftNav.tsx:415 +#: src/view/screens/DebugMod.tsx:888 +#: src/view/screens/Profile.tsx:342 +msgid "profile" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:260 +#: src/view/shell/desktop/LeftNav.tsx:419 #: src/view/shell/Drawer.tsx:70 -#: src/view/shell/Drawer.tsx:546 -#: src/view/shell/Drawer.tsx:547 +#: src/view/shell/Drawer.tsx:549 +#: src/view/shell/Drawer.tsx:550 msgid "Profile" msgstr "Próifíl" -#: src/view/com/modals/EditProfile.tsx:128 +#: src/view/com/modals/EditProfile.tsx:129 msgid "Profile updated" msgstr "Próifíl uasdátaithe" -#: src/view/screens/Settings/index.tsx:949 +#: src/view/screens/Settings/index.tsx:981 msgid "Protect your account by verifying your email." msgstr "Dearbhaigh do ríomhphost le do chuntas a chosaint." -#: src/screens/Onboarding/StepFinished.tsx:101 +#: src/screens/Onboarding/StepFinished.tsx:105 msgid "Public" msgstr "Poiblí" @@ -2928,15 +3674,15 @@ msgstr "Liostaí poiblí agus inroinnte d’úsáideoirí le cur i bhfolach nó msgid "Public, shareable lists which can drive feeds." msgstr "Liostaí poiblí agus inroinnte atá in ann fothaí a bheathú" -#: src/view/com/composer/Composer.tsx:335 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish post" msgstr "Foilsigh an phostáil" -#: src/view/com/composer/Composer.tsx:335 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish reply" msgstr "Foilsigh an freagra" -#: src/view/com/modals/Repost.tsx:65 +#: src/view/com/modals/Repost.tsx:66 msgctxt "action" msgid "Quote post" msgstr "Luaigh an phostáil seo" @@ -2945,7 +3691,7 @@ msgstr "Luaigh an phostáil seo" msgid "Quote post" msgstr "Postáil athluaite" -#: src/view/com/modals/Repost.tsx:70 +#: src/view/com/modals/Repost.tsx:71 msgctxt "action" msgid "Quote Post" msgstr "Luaigh an phostáil seo" @@ -2954,10 +3700,14 @@ msgstr "Luaigh an phostáil seo" msgid "Random (aka \"Poster's Roulette\")" msgstr "Randamach" -#: src/view/com/modals/EditImage.tsx:236 +#: src/view/com/modals/EditImage.tsx:237 msgid "Ratios" msgstr "Cóimheasa" +#: src/view/screens/Search/Search.tsx:777 +msgid "Recent Searches" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:116 msgid "Recommended Feeds" msgstr "Fothaí molta" @@ -2966,35 +3716,50 @@ msgstr "Fothaí molta" msgid "Recommended Users" msgstr "Cuntais mholta" -#: src/view/com/modals/ListAddRemoveUsers.tsx:264 +#: src/components/dialogs/MutedWords.tsx:286 +#: src/view/com/feeds/FeedSourceCard.tsx:283 +#: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:83 #: src/view/com/modals/UserAddRemoveLists.tsx:219 -#: src/view/com/util/UserAvatar.tsx:285 -#: src/view/com/util/UserBanner.tsx:91 +#: src/view/com/posts/FeedErrorMessage.tsx:204 msgid "Remove" msgstr "Scrios" #: src/view/com/feeds/FeedSourceCard.tsx:106 -msgid "Remove {0} from my feeds?" -msgstr "An bhfuil fonn ort {0} a bhaint de do chuid fothaí?" +#~ msgid "Remove {0} from my feeds?" +#~ msgstr "An bhfuil fonn ort {0} a bhaint de do chuid fothaí?" #: src/view/com/util/AccountDropdownBtn.tsx:22 msgid "Remove account" msgstr "Bain an cuntas de" -#: src/view/com/posts/FeedErrorMessage.tsx:131 -#: src/view/com/posts/FeedErrorMessage.tsx:166 +#: src/view/com/util/UserAvatar.tsx:358 +msgid "Remove Avatar" +msgstr "" + +#: src/view/com/util/UserBanner.tsx:148 +msgid "Remove Banner" +msgstr "" + +#: src/view/com/posts/FeedErrorMessage.tsx:160 msgid "Remove feed" msgstr "Bain an fotha de" -#: src/view/com/feeds/FeedSourceCard.tsx:105 -#: 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:272 +#: src/view/com/posts/FeedErrorMessage.tsx:201 +msgid "Remove feed?" +msgstr "" + +#: src/view/com/feeds/FeedSourceCard.tsx:173 +#: src/view/com/feeds/FeedSourceCard.tsx:233 +#: src/view/screens/ProfileFeed.tsx:335 +#: src/view/screens/ProfileFeed.tsx:341 msgid "Remove from my feeds" msgstr "Bain de mo chuid fothaí" +#: src/view/com/feeds/FeedSourceCard.tsx:278 +msgid "Remove from my feeds?" +msgstr "" + #: src/view/com/composer/photos/Gallery.tsx:167 msgid "Remove image" msgstr "Bain an íomhá de" @@ -3003,33 +3768,44 @@ msgstr "Bain an íomhá de" msgid "Remove image preview" msgstr "Bain réamhléiriú den íomhá" -#: src/view/com/modals/Repost.tsx:47 +#: src/components/dialogs/MutedWords.tsx:329 +msgid "Remove mute word from your list" +msgstr "" + +#: src/view/com/modals/Repost.tsx:48 msgid "Remove repost" msgstr "Scrios an athphostáil" #: src/view/com/feeds/FeedSourceCard.tsx:173 -msgid "Remove this feed from my feeds?" -msgstr "An bhfuil fonn ort an fotha seo a bhaint de do chuid fothaí?" +#~ msgid "Remove this feed from my feeds?" +#~ msgstr "An bhfuil fonn ort an fotha seo a bhaint de do chuid fothaí?" + +#: src/view/com/posts/FeedErrorMessage.tsx:202 +msgid "Remove this feed from your saved feeds" +msgstr "" #: src/view/com/posts/FeedErrorMessage.tsx:132 -msgid "Remove this feed from your saved feeds?" -msgstr "An bhfuil fonn ort an fotha seo a bhaint de do chuid fothaí sábháilte?" +#~ msgid "Remove this feed from your saved feeds?" +#~ msgstr "An bhfuil fonn ort an fotha seo a bhaint de do chuid fothaí sábháilte?" #: src/view/com/modals/ListAddRemoveUsers.tsx:199 #: src/view/com/modals/UserAddRemoveLists.tsx:152 msgid "Removed from list" msgstr "Baineadh den liosta é" -#: src/view/com/feeds/FeedSourceCard.tsx:111 -#: src/view/com/feeds/FeedSourceCard.tsx:178 +#: src/view/com/feeds/FeedSourceCard.tsx:121 msgid "Removed from my feeds" msgstr "Baineadh de do chuid fothaí é" +#: src/view/screens/ProfileFeed.tsx:209 +msgid "Removed from your feeds" +msgstr "" + #: src/view/com/composer/ExternalEmbed.tsx:71 msgid "Removes default thumbnail from {0}" msgstr "Baineann sé seo an mhionsamhail réamhshocraithe de {0}" -#: src/view/screens/Profile.tsx:181 +#: src/view/screens/Profile.tsx:191 msgid "Replies" msgstr "Freagraí" @@ -3037,45 +3813,71 @@ msgstr "Freagraí" msgid "Replies to this thread are disabled" msgstr "Ní féidir freagraí a thabhairt ar an gcomhrá seo" -#: src/view/com/composer/Composer.tsx:348 +#: src/view/com/composer/Composer.tsx:365 msgctxt "action" msgid "Reply" msgstr "Freagair" -#: src/view/screens/PreferencesHomeFeed.tsx:144 +#: src/view/screens/PreferencesFollowingFeed.tsx:144 msgid "Reply Filters" msgstr "Scagairí freagra" #: src/view/com/post/Post.tsx:166 -#: src/view/com/posts/FeedItem.tsx:284 +#: src/view/com/posts/FeedItem.tsx:280 msgctxt "description" msgid "Reply to <0/>" msgstr "Freagra ar <0/>" #: src/view/com/modals/report/Modal.tsx:166 -msgid "Report {collectionName}" -msgstr "Déan gearán faoi {collectionName}" +#~ msgid "Report {collectionName}" +#~ msgstr "Déan gearán faoi {collectionName}" -#: src/view/com/profile/ProfileHeader.tsx:360 +#: src/view/com/profile/ProfileMenu.tsx:319 +#: src/view/com/profile/ProfileMenu.tsx:322 msgid "Report Account" msgstr "Déan gearán faoi chuntas" -#: src/view/screens/ProfileFeed.tsx:292 +#: src/components/ReportDialog/index.tsx:49 +msgid "Report dialog" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:352 +#: src/view/screens/ProfileFeed.tsx:354 msgid "Report feed" msgstr "Déan gearán faoi fhotha" -#: src/view/screens/ProfileList.tsx:458 +#: src/view/screens/ProfileList.tsx:429 msgid "Report List" msgstr "Déan gearán faoi liosta" -#: src/view/com/modals/report/SendReportButton.tsx:37 -#: src/view/com/util/forms/PostDropdownBtn.tsx:210 +#: src/view/com/util/forms/PostDropdownBtn.tsx:292 +#: src/view/com/util/forms/PostDropdownBtn.tsx:294 msgid "Report post" msgstr "Déan gearán faoi phostáil" -#: src/view/com/modals/Repost.tsx:43 -#: src/view/com/modals/Repost.tsx:48 -#: src/view/com/modals/Repost.tsx:53 +#: src/components/ReportDialog/SelectReportOptionView.tsx:42 +msgid "Report this content" +msgstr "" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:55 +msgid "Report this feed" +msgstr "" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:52 +msgid "Report this list" +msgstr "" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:49 +msgid "Report this post" +msgstr "" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:46 +msgid "Report this user" +msgstr "" + +#: src/view/com/modals/Repost.tsx:44 +#: src/view/com/modals/Repost.tsx:49 +#: src/view/com/modals/Repost.tsx:54 #: src/view/com/util/post-ctrls/RepostButton.tsx:61 msgctxt "action" msgid "Repost" @@ -3094,19 +3896,19 @@ msgstr "Athphostáil nó luaigh postáil" msgid "Reposted By" msgstr "Athphostáilte ag" -#: src/view/com/posts/FeedItem.tsx:204 +#: src/view/com/posts/FeedItem.tsx:197 msgid "Reposted by {0}" msgstr "Athphostáilte ag {0}" -#: src/view/com/posts/FeedItem.tsx:221 +#: src/view/com/posts/FeedItem.tsx:214 msgid "Reposted by <0/>" msgstr "Athphostáilte ag <0/>" -#: src/view/com/notifications/FeedItem.tsx:162 +#: src/view/com/notifications/FeedItem.tsx:166 msgid "reposted your post" msgstr "— d'athphostáil sé/sí do phostáil" -#: src/view/com/post-thread/PostThreadItem.tsx:185 +#: src/view/com/post-thread/PostThreadItem.tsx:187 msgid "Reposts of this post" msgstr "Athphostálacha den phostáil seo" @@ -3119,57 +3921,58 @@ msgstr "Iarr Athrú" #~ msgid "Request code" #~ msgstr "Iarr cód" -#: src/view/com/modals/ChangePassword.tsx:239 #: src/view/com/modals/ChangePassword.tsx:241 +#: src/view/com/modals/ChangePassword.tsx:243 msgid "Request Code" msgstr "Iarr Cód" -#: src/view/screens/Settings/index.tsx:456 +#: src/view/screens/Settings/index.tsx:475 msgid "Require alt text before posting" msgstr "Bíodh téacs malartach ann roimh phostáil i gcónaí" -#: src/view/com/auth/create/Step1.tsx:153 +#: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "Riachtanach don soláthraí seo" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:124 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:136 +#: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "Cód athshocraithe" -#: src/view/com/modals/ChangePassword.tsx:190 +#: src/view/com/modals/ChangePassword.tsx:192 msgid "Reset Code" msgstr "Cód Athshocraithe" #: src/view/screens/Settings/index.tsx:824 -msgid "Reset onboarding" -msgstr "Athshocraigh an próiseas cláraithe" +#~ msgid "Reset onboarding" +#~ msgstr "Athshocraigh an próiseas cláraithe" -#: src/view/screens/Settings/index.tsx:827 +#: src/view/screens/Settings/index.tsx:858 +#: src/view/screens/Settings/index.tsx:861 msgid "Reset onboarding state" msgstr "Athshocraigh an próiseas cláraithe" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:104 +#: src/screens/Login/ForgotPasswordForm.tsx:86 msgid "Reset password" msgstr "Athshocraigh an pasfhocal" #: src/view/screens/Settings/index.tsx:814 -msgid "Reset preferences" -msgstr "Athshocraigh na roghanna" +#~ msgid "Reset preferences" +#~ msgstr "Athshocraigh na roghanna" -#: src/view/screens/Settings/index.tsx:817 +#: src/view/screens/Settings/index.tsx:848 +#: src/view/screens/Settings/index.tsx:851 msgid "Reset preferences state" msgstr "Athshocraigh na roghanna" -#: src/view/screens/Settings/index.tsx:825 +#: src/view/screens/Settings/index.tsx:859 msgid "Resets the onboarding state" msgstr "Athshocraíonn sé seo an clárú" -#: src/view/screens/Settings/index.tsx:815 +#: src/view/screens/Settings/index.tsx:849 msgid "Resets the preferences state" msgstr "Athshocraíonn sé seo na roghanna" -#: src/view/com/auth/login/LoginForm.tsx:269 +#: src/screens/Login/LoginForm.tsx:235 msgid "Retries login" msgstr "Baineann sé seo triail eile as an logáil isteach" @@ -3178,12 +3981,13 @@ msgstr "Baineann sé seo triail eile as an logáil isteach" msgid "Retries the last action, which errored out" msgstr "Baineann sé seo triail eile as an ngníomh is déanaí, ar theip air" -#: src/screens/Onboarding/StepInterests/index.tsx:221 -#: src/screens/Onboarding/StepInterests/index.tsx:224 -#: src/view/com/auth/create/CreateAccount.tsx:177 -#: src/view/com/auth/create/CreateAccount.tsx:182 -#: src/view/com/auth/login/LoginForm.tsx:268 -#: src/view/com/auth/login/LoginForm.tsx:271 +#: src/components/Error.tsx:79 +#: src/components/Lists.tsx:91 +#: src/screens/Login/LoginForm.tsx:234 +#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Onboarding/StepInterests/index.tsx:225 +#: src/screens/Onboarding/StepInterests/index.tsx:228 +#: src/screens/Signup/index.tsx:193 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 msgid "Retry" @@ -3193,89 +3997,126 @@ msgstr "Bain triail eile as" #~ msgid "Retry." #~ msgstr "Bain triail eile as." -#: src/view/screens/ProfileList.tsx:898 +#: src/components/Error.tsx:86 +#: src/view/screens/ProfileList.tsx:917 msgid "Return to previous page" msgstr "Fill ar an leathanach roimhe seo" +#: src/view/screens/NotFound.tsx:59 +msgid "Returns to home page" +msgstr "" + +#: src/view/screens/NotFound.tsx:58 +#: src/view/screens/ProfileFeed.tsx:113 +msgid "Returns to previous page" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:55 #~ msgid "SANDBOX. Posts and accounts are not permanent." #~ msgstr "BOSCA GAINIMH. Ní choinneofar póstálacha ná cuntais." #: src/view/com/lightbox/Lightbox.tsx:132 -#: src/view/com/modals/CreateOrEditList.tsx:345 +#: src/view/com/modals/CreateOrEditList.tsx:346 msgctxt "action" msgid "Save" msgstr "Sábháil" -#: 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:337 -#: src/view/com/modals/EditProfile.tsx:224 -#: src/view/screens/ProfileFeed.tsx:345 +#: src/components/dialogs/BirthDateSettings.tsx:125 +#: src/view/com/modals/ChangeHandle.tsx:174 +#: src/view/com/modals/CreateOrEditList.tsx:338 +#: src/view/com/modals/EditProfile.tsx:225 msgid "Save" msgstr "Sábháil" -#: src/view/com/modals/AltImage.tsx:130 +#: src/view/com/modals/AltImage.tsx:131 msgid "Save alt text" msgstr "Sábháil an téacs malartach" -#: src/view/com/modals/EditProfile.tsx:232 +#: src/components/dialogs/BirthDateSettings.tsx:119 +msgid "Save birthday" +msgstr "" + +#: src/view/com/modals/EditProfile.tsx:233 msgid "Save Changes" msgstr "Sábháil na hathruithe" -#: src/view/com/modals/ChangeHandle.tsx:170 +#: src/view/com/modals/ChangeHandle.tsx:171 msgid "Save handle change" msgstr "Sábháil an leasainm nua" -#: src/view/com/modals/crop-image/CropImage.web.tsx:144 +#: src/view/com/modals/crop-image/CropImage.web.tsx:145 msgid "Save image crop" msgstr "Sábháil an pictiúr bearrtha" +#: src/view/screens/ProfileFeed.tsx:336 +#: src/view/screens/ProfileFeed.tsx:342 +msgid "Save to my feeds" +msgstr "" + #: src/view/screens/SavedFeeds.tsx:122 msgid "Saved Feeds" msgstr "Fothaí Sábháilte" -#: src/view/com/modals/EditProfile.tsx:225 +#: src/view/com/lightbox/Lightbox.tsx:81 +msgid "Saved to your camera roll." +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:213 +msgid "Saved to your feeds" +msgstr "" + +#: src/view/com/modals/EditProfile.tsx:226 msgid "Saves any changes to your profile" msgstr "Sábhálann sé seo na hathruithe a rinne tú ar do phróifíl" -#: src/view/com/modals/ChangeHandle.tsx:171 +#: src/view/com/modals/ChangeHandle.tsx:172 msgid "Saves handle change to {handle}" msgstr "Sábhálann sé seo athrú an leasainm go {handle}" +#: src/view/com/modals/crop-image/CropImage.web.tsx:146 +msgid "Saves image crop settings" +msgstr "" + #: src/screens/Onboarding/index.tsx:36 msgid "Science" msgstr "Eolaíocht" -#: src/view/screens/ProfileList.tsx:854 +#: src/view/screens/ProfileList.tsx:873 msgid "Scroll to top" msgstr "Fill ar an mbarr" -#: src/Navigation.tsx:437 -#: src/view/com/auth/LoggedOut.tsx:122 +#: src/Navigation.tsx:459 +#: src/view/com/auth/LoggedOut.tsx:123 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 -#: 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 -#: src/view/shell/desktop/Search.tsx:223 -#: src/view/shell/Drawer.tsx:362 -#: src/view/shell/Drawer.tsx:363 +#: src/view/screens/Search/Search.tsx:421 +#: src/view/screens/Search/Search.tsx:670 +#: src/view/screens/Search/Search.tsx:688 +#: src/view/shell/bottom-bar/BottomBar.tsx:169 +#: src/view/shell/desktop/LeftNav.tsx:328 +#: src/view/shell/desktop/Search.tsx:215 +#: src/view/shell/desktop/Search.tsx:224 +#: src/view/shell/Drawer.tsx:365 +#: src/view/shell/Drawer.tsx:366 msgid "Search" msgstr "Cuardaigh" -#: src/view/screens/Search/Search.tsx:712 -#: src/view/shell/desktop/Search.tsx:255 +#: src/view/screens/Search/Search.tsx:737 +#: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "Déan cuardach ar “{query}”" -#: src/view/com/auth/LoggedOut.tsx:104 +#: src/components/TagMenu/index.tsx:145 +msgid "Search for all posts by @{authorHandle} with tag {displayTag}" +msgstr "" + +#: src/components/TagMenu/index.tsx:94 +msgid "Search for all posts with tag {displayTag}" +msgstr "" + #: src/view/com/auth/LoggedOut.tsx:105 +#: src/view/com/auth/LoggedOut.tsx:106 #: src/view/com/modals/ListAddRemoveUsers.tsx:70 msgid "Search for users" msgstr "Cuardaigh úsáideoirí" @@ -3284,11 +4125,27 @@ msgstr "Cuardaigh úsáideoirí" msgid "Security Step Required" msgstr "Céim Slándála de dhíth" +#: src/components/TagMenu/index.web.tsx:66 +msgid "See {truncatedTag} posts" +msgstr "" + +#: src/components/TagMenu/index.web.tsx:83 +msgid "See {truncatedTag} posts by user" +msgstr "" + +#: src/components/TagMenu/index.tsx:128 +msgid "See <0>{displayTag}</0> posts" +msgstr "" + +#: src/components/TagMenu/index.tsx:187 +msgid "See <0>{displayTag}</0> posts by this user" +msgstr "" + #: src/view/screens/SavedFeeds.tsx:163 msgid "See this guide" msgstr "Féach ar an treoirleabhar seo" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:39 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:40 msgid "See what's next" msgstr "Féach an chéad rud eile" @@ -3296,27 +4153,43 @@ msgstr "Féach an chéad rud eile" msgid "Select {item}" msgstr "Roghnaigh {item}" +#: src/screens/Login/ChooseAccountForm.tsx:61 +msgid "Select account" +msgstr "" + #: src/view/com/modals/ServerInput.tsx:75 #~ msgid "Select Bluesky Social" #~ msgstr "Roghnaigh Bluesky Social" -#: src/view/com/auth/login/Login.tsx:117 +#: src/screens/Login/index.tsx:120 msgid "Select from an existing account" msgstr "Roghnaigh ó chuntas atá ann" +#: src/view/screens/LanguageSettings.tsx:299 +msgid "Select languages" +msgstr "" + +#: src/components/ReportDialog/SelectLabelerView.tsx:30 +msgid "Select moderator" +msgstr "" + #: src/view/com/util/Selector.tsx:107 msgid "Select option {i} of {numItems}" msgstr "Roghnaigh rogha {i} as {numItems}" #: src/view/com/auth/create/Step1.tsx:103 #: src/view/com/auth/login/LoginForm.tsx:150 -msgid "Select service" -msgstr "Roghnaigh seirbhís" +#~ msgid "Select service" +#~ msgstr "Roghnaigh seirbhís" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 msgid "Select some accounts below to follow" msgstr "Roghnaigh cúpla cuntas le leanúint" +#: src/components/ReportDialog/SubmitView.tsx:135 +msgid "Select the moderation service(s) to report to" +msgstr "" + #: src/view/com/auth/server-input/index.tsx:82 msgid "Select the service that hosts your data." msgstr "Roghnaigh an tseirbhís a óstálann do chuid sonraí." @@ -3325,11 +4198,11 @@ msgstr "Roghnaigh an tseirbhís a óstálann do chuid sonraí." #~ msgid "Select the types of content that you want to see (or not see), and we'll handle the rest." #~ msgstr "Roghnaigh na rudaí ba mhaith leat a fheiceáil (nó gan a fheiceáil), agus leanfaimid ar aghaidh as sin." -#: src/screens/Onboarding/StepTopicalFeeds.tsx:90 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:100 msgid "Select topical feeds to follow from the list below" msgstr "Roghnaigh fothaí le leanúint ón liosta thíos" -#: src/screens/Onboarding/StepModeration/index.tsx:75 +#: src/screens/Onboarding/StepModeration/index.tsx:63 msgid "Select what you want to see (or not see), and we’ll handle the rest." msgstr "Roghnaigh na rudaí ba mhaith leat a fheiceáil (nó gan a fheiceáil), agus leanfaimid ar aghaidh as sin" @@ -3338,10 +4211,18 @@ msgid "Select which languages you want your subscribed feeds to include. If none msgstr "Roghnaigh na teangacha ba mhaith leat a fheiceáil i do chuid fothaí. Mura roghnaíonn tú, taispeánfar ábhar i ngach teanga duit." #: src/view/screens/LanguageSettings.tsx:98 -msgid "Select your app language for the default text to display in the app" -msgstr "Roghnaigh teanga na roghchlár a fheicfidh tú san aip" +#~ msgid "Select your app language for the default text to display in the app" +#~ msgstr "Roghnaigh teanga na roghchlár a fheicfidh tú san aip" + +#: src/view/screens/LanguageSettings.tsx:98 +msgid "Select your app language for the default text to display in the app." +msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:133 +msgid "Select your date of birth" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:200 msgid "Select your interests from the options below" msgstr "Roghnaigh na rudaí a bhfuil suim agat iontu as na roghanna thíos" @@ -3353,11 +4234,11 @@ msgstr "Roghnaigh na rudaí a bhfuil suim agat iontu as na roghanna thíos" msgid "Select your preferred language for translations in your feed." msgstr "Do rogha teanga nuair a dhéanfar aistriúchán ar ábhar i d'fhotha." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:117 msgid "Select your primary algorithmic feeds" msgstr "Roghnaigh do phríomhfhothaí algartamacha" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:142 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:133 msgid "Select your secondary algorithmic feeds" msgstr "Roghnaigh do chuid fothaí algartamacha tánaisteacha" @@ -3366,79 +4247,92 @@ msgstr "Roghnaigh do chuid fothaí algartamacha tánaisteacha" msgid "Send Confirmation Email" msgstr "Seol ríomhphost dearbhaithe" -#: src/view/com/modals/DeleteAccount.tsx:131 +#: src/view/com/modals/DeleteAccount.tsx:130 msgid "Send email" msgstr "Seol ríomhphost" -#: src/view/com/modals/DeleteAccount.tsx:144 +#: src/view/com/modals/DeleteAccount.tsx:143 msgctxt "action" msgid "Send Email" msgstr "Seol ríomhphost" -#: src/view/shell/Drawer.tsx:295 -#: src/view/shell/Drawer.tsx:316 +#: src/view/shell/Drawer.tsx:298 +#: src/view/shell/Drawer.tsx:319 msgid "Send feedback" msgstr "Seol aiseolas" +#: src/components/ReportDialog/SubmitView.tsx:214 +#: src/components/ReportDialog/SubmitView.tsx:218 +msgid "Send report" +msgstr "" + #: src/view/com/modals/report/SendReportButton.tsx:45 -msgid "Send Report" -msgstr "Seol an tuairisc" +#~ msgid "Send Report" +#~ msgstr "Seol an tuairisc" -#: src/view/com/modals/DeleteAccount.tsx:133 +#: src/components/ReportDialog/SelectLabelerView.tsx:44 +msgid "Send report to {0}" +msgstr "" + +#: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "Seolann sé seo ríomhphost ina bhfuil cód dearbhaithe chun an cuntas a scriosadh" -#: src/view/com/auth/server-input/index.tsx:110 +#: src/view/com/auth/server-input/index.tsx:114 msgid "Server address" msgstr "Seoladh an fhreastalaí" #: src/view/com/modals/ContentFilteringSettings.tsx:311 -msgid "Set {value} for {labelGroup} content moderation policy" -msgstr "Socraigh {value} le haghaidh polasaí modhnóireachta {labelGroup}" +#~ msgid "Set {value} for {labelGroup} content moderation policy" +#~ msgstr "Socraigh {value} le haghaidh polasaí modhnóireachta {labelGroup}" #: src/view/com/modals/ContentFilteringSettings.tsx:160 #: src/view/com/modals/ContentFilteringSettings.tsx:179 -msgctxt "action" -msgid "Set Age" -msgstr "Cén aois thú?" +#~ msgctxt "action" +#~ msgid "Set Age" +#~ msgstr "Cén aois thú?" + +#: src/screens/Moderation/index.tsx:304 +msgid "Set birthdate" +msgstr "" #: src/view/screens/Settings/index.tsx:488 -msgid "Set color theme to dark" -msgstr "Roghnaigh an modh dorcha" +#~ msgid "Set color theme to dark" +#~ msgstr "Roghnaigh an modh dorcha" #: src/view/screens/Settings/index.tsx:481 -msgid "Set color theme to light" -msgstr "Roghnaigh an modh sorcha" +#~ msgid "Set color theme to light" +#~ msgstr "Roghnaigh an modh sorcha" #: src/view/screens/Settings/index.tsx:475 -msgid "Set color theme to system setting" -msgstr "Úsáid scéim dathanna an chórais" +#~ msgid "Set color theme to system setting" +#~ msgstr "Úsáid scéim dathanna an chórais" #: src/view/screens/Settings/index.tsx:514 -msgid "Set dark theme to the dark theme" -msgstr "Úsáid an téama dorcha mar théama dorcha" +#~ msgid "Set dark theme to the dark theme" +#~ msgstr "Úsáid an téama dorcha mar théama dorcha" #: src/view/screens/Settings/index.tsx:507 -msgid "Set dark theme to the dim theme" -msgstr "Úsáid an téama breacdhorcha mar théama dorcha" +#~ msgid "Set dark theme to the dim theme" +#~ msgstr "Úsáid an téama breacdhorcha mar théama dorcha" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:104 +#: src/screens/Login/SetNewPasswordForm.tsx:102 msgid "Set new password" msgstr "Socraigh pasfhocal nua" #: src/view/com/auth/create/Step1.tsx:225 -msgid "Set password" -msgstr "Socraigh pasfhocal" +#~ msgid "Set password" +#~ msgstr "Socraigh pasfhocal" -#: src/view/screens/PreferencesHomeFeed.tsx:225 +#: src/view/screens/PreferencesFollowingFeed.tsx:225 msgid "Set this setting to \"No\" to hide all quote posts from your feed. Reposts will still be visible." msgstr "Roghnaigh “Níl” chun postálacha athluaite a chur i bhfolach i d'fhotha. Feicfidh tú athphostálacha fós." -#: src/view/screens/PreferencesHomeFeed.tsx:122 +#: src/view/screens/PreferencesFollowingFeed.tsx:122 msgid "Set this setting to \"No\" to hide all replies from your feed." msgstr "Roghnaigh “Níl” chun freagraí a chur i bhfolach i d'fhotha." -#: src/view/screens/PreferencesHomeFeed.tsx:191 +#: src/view/screens/PreferencesFollowingFeed.tsx:191 msgid "Set this setting to \"No\" to hide all reposts from your feed." msgstr "Roghnaigh “Níl” chun athphostálacha a chur i bhfolach i d'fhotha." @@ -3447,35 +4341,71 @@ msgid "Set this setting to \"Yes\" to show replies in a threaded view. This is a msgstr "Roghnaigh “Tá” le freagraí a thaispeáint i snáitheanna. Is gné thurgnamhach é seo." #: src/view/screens/PreferencesHomeFeed.tsx:261 -msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your following feed. This is an experimental feature." -msgstr "Roghnaigh “Tá” le samplaí ó do chuid fothaí sábháilte a thaispeáint in ”Á Leanúint”. Is gné thurgnamhach é seo." +#~ msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your following feed. This is an experimental feature." +#~ msgstr "Roghnaigh “Tá” le samplaí ó do chuid fothaí sábháilte a thaispeáint in ”Á Leanúint”. Is gné thurgnamhach é seo." + +#: src/view/screens/PreferencesFollowingFeed.tsx:261 +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 +#: src/screens/Onboarding/Layout.tsx:48 msgid "Set up your account" msgstr "Socraigh do chuntas" -#: src/view/com/modals/ChangeHandle.tsx:266 +#: src/view/com/modals/ChangeHandle.tsx:267 msgid "Sets Bluesky username" msgstr "Socraíonn sé seo d'ainm úsáideora ar Bluesky" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:157 +#: src/view/screens/Settings/index.tsx:507 +msgid "Sets color theme to dark" +msgstr "" + +#: src/view/screens/Settings/index.tsx:500 +msgid "Sets color theme to light" +msgstr "" + +#: src/view/screens/Settings/index.tsx:494 +msgid "Sets color theme to system setting" +msgstr "" + +#: src/view/screens/Settings/index.tsx:533 +msgid "Sets dark theme to the dark theme" +msgstr "" + +#: src/view/screens/Settings/index.tsx:526 +msgid "Sets dark theme to the dim theme" +msgstr "" + +#: src/screens/Login/ForgotPasswordForm.tsx:113 msgid "Sets email for password reset" msgstr "Socraíonn sé seo an seoladh ríomhphoist le haghaidh athshocrú an phasfhocail" #: src/view/com/auth/login/ForgotPasswordForm.tsx:122 -msgid "Sets hosting provider for password reset" -msgstr "Socraíonn sé seo an soláthraí óstála le haghaidh athshocrú an phasfhocail" +#~ msgid "Sets hosting provider for password reset" +#~ msgstr "Socraíonn sé seo an soláthraí óstála le haghaidh athshocrú an phasfhocail" + +#: src/view/com/modals/crop-image/CropImage.web.tsx:124 +msgid "Sets image aspect ratio to square" +msgstr "" + +#: src/view/com/modals/crop-image/CropImage.web.tsx:114 +msgid "Sets image aspect ratio to tall" +msgstr "" + +#: src/view/com/modals/crop-image/CropImage.web.tsx:104 +msgid "Sets image aspect ratio to wide" +msgstr "" #: src/view/com/auth/create/Step1.tsx:104 #: src/view/com/auth/login/LoginForm.tsx:151 -msgid "Sets server for the Bluesky client" -msgstr "Socraíonn sé seo freastalaí an chliaint Bluesky" - -#: src/Navigation.tsx:135 -#: src/view/screens/Settings/index.tsx:294 -#: src/view/shell/desktop/LeftNav.tsx:433 -#: src/view/shell/Drawer.tsx:567 -#: src/view/shell/Drawer.tsx:568 +#~ msgid "Sets server for the Bluesky client" +#~ msgstr "Socraíonn sé seo freastalaí an chliaint Bluesky" + +#: src/Navigation.tsx:139 +#: src/view/screens/Settings/index.tsx:313 +#: src/view/shell/desktop/LeftNav.tsx:437 +#: src/view/shell/Drawer.tsx:570 +#: src/view/shell/Drawer.tsx:571 msgid "Settings" msgstr "Socruithe" @@ -3483,72 +4413,105 @@ msgstr "Socruithe" msgid "Sexual activity or erotic nudity." msgstr "Gníomhaíocht ghnéasach nó lomnochtacht gháirsiúil." +#: src/lib/moderation/useGlobalLabelStrings.ts:38 +msgid "Sexually Suggestive" +msgstr "" + #: src/view/com/lightbox/Lightbox.tsx:141 msgctxt "action" msgid "Share" msgstr "Comhroinn" -#: src/view/com/profile/ProfileHeader.tsx:294 -#: src/view/com/util/forms/PostDropdownBtn.tsx:153 -#: src/view/screens/ProfileList.tsx:417 +#: src/view/com/profile/ProfileMenu.tsx:215 +#: src/view/com/profile/ProfileMenu.tsx:224 +#: src/view/com/util/forms/PostDropdownBtn.tsx:228 +#: src/view/com/util/forms/PostDropdownBtn.tsx:237 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:235 +#: src/view/screens/ProfileList.tsx:388 msgid "Share" msgstr "Comhroinn" -#: src/view/screens/ProfileFeed.tsx:304 +#: src/view/com/profile/ProfileMenu.tsx:373 +#: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:251 +msgid "Share anyway" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileFeed.tsx:364 msgid "Share feed" msgstr "Comhroinn an fotha" -#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:43 -#: src/view/com/modals/ContentFilteringSettings.tsx:266 -#: src/view/com/util/moderation/ContentHider.tsx:107 -#: src/view/com/util/moderation/PostHider.tsx:108 -#: src/view/screens/Settings/index.tsx:344 +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 +msgid "Share Link" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:92 +msgid "Shares the linked website" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:115 +#: src/components/moderation/LabelPreference.tsx:136 +#: src/components/moderation/PostHider.tsx:107 +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 +#: src/view/screens/Settings/index.tsx:363 msgid "Show" msgstr "Taispeáin" -#: src/view/screens/PreferencesHomeFeed.tsx:68 +#: src/view/screens/PreferencesFollowingFeed.tsx:68 msgid "Show all replies" msgstr "Taispeáin gach freagra" -#: src/view/com/util/moderation/ScreenHider.tsx:132 +#: src/components/moderation/ScreenHider.tsx:169 +#: src/components/moderation/ScreenHider.tsx:172 msgid "Show anyway" msgstr "Taispeáin mar sin féin" +#: src/lib/moderation/useLabelBehaviorDescription.ts:27 +#: src/lib/moderation/useLabelBehaviorDescription.ts:63 +msgid "Show badge" +msgstr "" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:61 +msgid "Show badge and filter from feeds" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:87 -msgid "Show embeds from {0}" -msgstr "Taispeáin ábhar leabaithe ó {0}" +#~ msgid "Show embeds from {0}" +#~ msgstr "Taispeáin ábhar leabaithe ó {0}" -#: src/view/com/profile/ProfileHeader.tsx:458 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 msgid "Show follows similar to {0}" msgstr "Taispeáin cuntais cosúil le {0}" -#: src/view/com/post-thread/PostThreadItem.tsx:535 -#: src/view/com/post/Post.tsx:197 -#: src/view/com/posts/FeedItem.tsx:360 +#: src/view/com/post-thread/PostThreadItem.tsx:507 +#: src/view/com/post/Post.tsx:201 +#: src/view/com/posts/FeedItem.tsx:355 msgid "Show More" msgstr "Tuilleadh" -#: src/view/screens/PreferencesHomeFeed.tsx:258 +#: src/view/screens/PreferencesFollowingFeed.tsx:258 msgid "Show Posts from My Feeds" msgstr "Taispeáin postálacha ó mo chuid fothaí" -#: src/view/screens/PreferencesHomeFeed.tsx:222 +#: src/view/screens/PreferencesFollowingFeed.tsx:222 msgid "Show Quote Posts" msgstr "Taispeáin postálacha athluaite" -#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +#: src/screens/Onboarding/StepFollowingFeed.tsx:119 msgid "Show quote-posts in Following feed" msgstr "Taispeáin postálacha athluaite san fhotha “Á Leanúint”" -#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +#: src/screens/Onboarding/StepFollowingFeed.tsx:135 msgid "Show quotes in Following" msgstr "Taispeáin postálacha athluaite san fhotha “Á Leanúint”" -#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +#: src/screens/Onboarding/StepFollowingFeed.tsx:95 msgid "Show re-posts in Following feed" msgstr "Taispeáin athphostálacha san fhotha “Á Leanúint”" -#: src/view/screens/PreferencesHomeFeed.tsx:119 +#: src/view/screens/PreferencesFollowingFeed.tsx:119 msgid "Show Replies" msgstr "Taispeáin freagraí" @@ -3556,87 +4519,98 @@ msgstr "Taispeáin freagraí" msgid "Show replies by people you follow before all other replies." msgstr "Taispeáin freagraí ó na daoine a leanann tú roimh aon fhreagra eile." -#: src/screens/Onboarding/StepFollowingFeed.tsx:86 +#: src/screens/Onboarding/StepFollowingFeed.tsx:87 msgid "Show replies in Following" msgstr "Taispeáin freagraí san fhotha “Á Leanúint”" -#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +#: src/screens/Onboarding/StepFollowingFeed.tsx:71 msgid "Show replies in Following feed" msgstr "Taispeáin freagraí san fhotha “Á Leanúint”" -#: src/view/screens/PreferencesHomeFeed.tsx:70 +#: src/view/screens/PreferencesFollowingFeed.tsx:70 msgid "Show replies with at least {value} {0}" msgstr "Taispeáin freagraí a bhfuil ar a laghad {value} {0} acu" -#: src/view/screens/PreferencesHomeFeed.tsx:188 +#: src/view/screens/PreferencesFollowingFeed.tsx:188 msgid "Show Reposts" msgstr "Taispeáin athphostálacha" -#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +#: src/screens/Onboarding/StepFollowingFeed.tsx:111 msgid "Show reposts in Following" msgstr "Taispeáin athphostálacha san fhotha “Á Leanúint”" -#: src/view/com/util/moderation/ContentHider.tsx:67 -#: src/view/com/util/moderation/PostHider.tsx:61 +#: src/components/moderation/ContentHider.tsx:68 +#: src/components/moderation/PostHider.tsx:64 msgid "Show the content" msgstr "Taispeáin an t-ábhar" -#: src/view/com/notifications/FeedItem.tsx:346 +#: src/view/com/notifications/FeedItem.tsx:351 msgid "Show users" msgstr "Taispeáin úsáideoirí" +#: src/lib/moderation/useLabelBehaviorDescription.ts:58 +msgid "Show warning" +msgstr "" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:56 +msgid "Show warning and filter from feeds" +msgstr "" + #: src/view/com/profile/ProfileHeader.tsx:461 -msgid "Shows a list of users similar to this user." -msgstr "Taispeánann sé seo liosta úsáideoirí cosúil leis an úsáideoir seo." +#~ msgid "Shows a list of users similar to this user." +#~ msgstr "Taispeánann sé seo liosta úsáideoirí cosúil leis an úsáideoir seo." -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:124 -#: src/view/com/profile/ProfileHeader.tsx:505 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 msgid "Shows posts from {0} in your feed" msgstr "Taispeánann sé seo postálacha ó {0} i d'fhotha" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:70 -#: src/view/com/auth/login/Login.tsx:98 -#: src/view/com/auth/SplashScreen.tsx:79 -#: 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/screens/Login/index.tsx:100 +#: src/screens/Login/index.tsx:119 +#: src/screens/Login/LoginForm.tsx:131 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:73 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:83 +#: src/view/com/auth/SplashScreen.tsx:81 +#: src/view/com/auth/SplashScreen.tsx:90 +#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:119 +#: src/view/shell/bottom-bar/BottomBar.tsx:300 +#: src/view/shell/bottom-bar/BottomBar.tsx:301 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: 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 +#: src/view/shell/NavSignupCard.tsx:61 msgid "Sign in" msgstr "Logáil isteach" #: src/view/com/auth/HomeLoggedOutCTA.tsx:78 #: src/view/com/auth/SplashScreen.tsx:82 #: src/view/com/auth/SplashScreen.web.tsx:91 -msgid "Sign In" -msgstr "Logáil isteach" +#~ msgid "Sign In" +#~ msgstr "Logáil isteach" -#: src/view/com/auth/login/ChooseAccountForm.tsx:44 +#: src/components/AccountList.tsx:109 msgid "Sign in as {0}" msgstr "Logáil isteach mar {0}" -#: src/view/com/auth/login/ChooseAccountForm.tsx:118 -#: src/view/com/auth/login/Login.tsx:116 +#: src/screens/Login/ChooseAccountForm.tsx:64 msgid "Sign in as..." msgstr "Logáil isteach mar..." #: src/view/com/auth/login/LoginForm.tsx:137 -msgid "Sign into" -msgstr "Logáil isteach i" +#~ msgid "Sign into" +#~ msgstr "Logáil isteach i" -#: src/view/com/modals/SwitchAccount.tsx:64 -#: src/view/com/modals/SwitchAccount.tsx:69 -#: src/view/screens/Settings/index.tsx:100 -#: src/view/screens/Settings/index.tsx:103 +#: src/view/screens/Settings/index.tsx:107 +#: src/view/screens/Settings/index.tsx:110 msgid "Sign out" msgstr "Logáil amach" -#: 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/BottomBar.tsx:290 +#: src/view/shell/bottom-bar/BottomBar.tsx:291 +#: src/view/shell/bottom-bar/BottomBar.tsx:293 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 @@ -3650,29 +4624,30 @@ msgstr "Cláraigh" msgid "Sign up or sign in to join the conversation" msgstr "Cláraigh nó logáil isteach chun páirt a ghlacadh sa chomhrá" -#: src/view/com/util/moderation/ScreenHider.tsx:76 +#: src/components/moderation/ScreenHider.tsx:97 +#: src/lib/moderation/useGlobalLabelStrings.ts:28 msgid "Sign-in Required" msgstr "Caithfidh tú logáil isteach" -#: src/view/screens/Settings/index.tsx:355 +#: src/view/screens/Settings/index.tsx:374 msgid "Signed in as" msgstr "Logáilte isteach mar" -#: src/view/com/auth/login/ChooseAccountForm.tsx:103 +#: src/screens/Login/ChooseAccountForm.tsx:48 msgid "Signed in as @{0}" msgstr "Logáilte isteach mar @{0}" #: src/view/com/modals/SwitchAccount.tsx:66 -msgid "Signs {0} out of Bluesky" -msgstr "Logálann sé seo {0} amach as Bluesky" +#~ msgid "Signs {0} out of Bluesky" +#~ msgstr "Logálann sé seo {0} amach as Bluesky" -#: src/screens/Onboarding/StepInterests/index.tsx:235 -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:195 -#: src/view/com/auth/onboarding/WelcomeMobile.tsx:33 +#: src/screens/Onboarding/StepInterests/index.tsx:239 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:203 +#: src/view/com/auth/onboarding/WelcomeMobile.tsx:35 msgid "Skip" msgstr "Ná bac leis" -#: src/screens/Onboarding/StepInterests/index.tsx:232 +#: src/screens/Onboarding/StepInterests/index.tsx:236 msgid "Skip this flow" msgstr "Ná bac leis an bpróiseas seo" @@ -3688,11 +4663,17 @@ msgstr "Forbairt Bogearraí" #~ msgid "Something went wrong and we're not sure what." #~ msgstr "Chuaigh rud éigin ó rath, agus nílimid cinnte céard a bhí ann." +#: src/components/ReportDialog/index.tsx:59 +#: src/screens/Moderation/index.tsx:114 +#: src/screens/Profile/Sections/Labels.tsx:76 +msgid "Something went wrong, please try again." +msgstr "" + #: src/view/com/modals/Waitlist.tsx:51 -msgid "Something went wrong. Check your email and try again." -msgstr "Chuaigh rud éigin ó rath. Féach ar do ríomhphost agus bain triail eile as." +#~ msgid "Something went wrong. Check your email and try again." +#~ msgstr "Chuaigh rud éigin ó rath. Féach ar do ríomhphost agus bain triail eile as." -#: src/App.native.tsx:61 +#: src/App.native.tsx:66 msgid "Sorry! Your session expired. Please log in again." msgstr "Ár leithscéal. Chuaigh do sheisiún i léig. Ní mór duit logáil isteach arís." @@ -3704,11 +4685,23 @@ msgstr "Sórtáil freagraí" msgid "Sort replies to the same post by:" msgstr "Sórtáil freagraí ar an bpostáil chéanna de réir:" +#: src/components/moderation/LabelsOnMeDialog.tsx:146 +msgid "Source:" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:65 +msgid "Spam" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:53 +msgid "Spam; excessive mentions or replies" +msgstr "" + #: src/screens/Onboarding/index.tsx:30 msgid "Sports" msgstr "Spórt" -#: src/view/com/modals/crop-image/CropImage.web.tsx:122 +#: src/view/com/modals/crop-image/CropImage.web.tsx:123 msgid "Square" msgstr "Cearnóg" @@ -3716,45 +4709,62 @@ msgstr "Cearnóg" #~ msgid "Staging" #~ msgstr "Freastalaí tástála" -#: src/view/screens/Settings/index.tsx:871 +#: src/view/screens/Settings/index.tsx:903 msgid "Status page" msgstr "Leathanach stádais" +#: src/screens/Signup/index.tsx:142 +msgid "Step" +msgstr "" + #: src/view/com/auth/create/StepHeader.tsx:22 -msgid "Step {0} of {numSteps}" -msgstr "Céim {0} as {numSteps}" +#~ msgid "Step {0} of {numSteps}" +#~ msgstr "Céim {0} as {numSteps}" -#: src/view/screens/Settings/index.tsx:274 +#: src/view/screens/Settings/index.tsx:292 msgid "Storage cleared, you need to restart the app now." msgstr "Stóráil scriosta, tá ort an aip a atosú anois." -#: src/Navigation.tsx:202 -#: src/view/screens/Settings/index.tsx:807 +#: src/Navigation.tsx:211 +#: src/view/screens/Settings/index.tsx:831 msgid "Storybook" msgstr "Storybook" -#: src/view/com/modals/AppealLabel.tsx:101 +#: src/components/moderation/LabelsOnMeDialog.tsx:255 +#: src/components/moderation/LabelsOnMeDialog.tsx:256 msgid "Submit" msgstr "Seol" -#: src/view/screens/ProfileList.tsx:607 +#: src/view/screens/ProfileList.tsx:590 msgid "Subscribe" msgstr "Liostáil" -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 +#: src/screens/Profile/Sections/Labels.tsx:180 +msgid "Subscribe to @{0} to use these labels:" +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:221 +msgid "Subscribe to Labeler" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:172 #: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 msgid "Subscribe to the {0} feed" msgstr "Liostáil leis an bhfotha {0}" -#: src/view/screens/ProfileList.tsx:603 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 +msgid "Subscribe to this labeler" +msgstr "" + +#: src/view/screens/ProfileList.tsx:586 msgid "Subscribe to this list" msgstr "Liostáil leis an liosta seo" -#: src/view/screens/Search/Search.tsx:373 +#: src/view/screens/Search/Search.tsx:376 msgid "Suggested Follows" msgstr "Cuntais le leanúint" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:64 +#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:65 msgid "Suggested for you" msgstr "Molta duit" @@ -3762,7 +4772,7 @@ msgstr "Molta duit" msgid "Suggestive" msgstr "Gáirsiúil" -#: src/Navigation.tsx:212 +#: src/Navigation.tsx:226 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -3772,29 +4782,36 @@ msgstr "Tacaíocht" #~ msgid "Swipe up to see more" #~ msgstr "Svaidhpeáil aníos le tuilleadh a fheiceáil" -#: src/view/com/modals/SwitchAccount.tsx:117 +#: src/components/dialogs/SwitchAccount.tsx:46 +#: src/components/dialogs/SwitchAccount.tsx:49 msgid "Switch Account" msgstr "Athraigh an cuntas" -#: src/view/com/modals/SwitchAccount.tsx:97 -#: src/view/screens/Settings/index.tsx:130 +#: src/view/screens/Settings/index.tsx:139 msgid "Switch to {0}" msgstr "Athraigh go {0}" -#: src/view/com/modals/SwitchAccount.tsx:98 -#: src/view/screens/Settings/index.tsx:131 +#: src/view/screens/Settings/index.tsx:140 msgid "Switches the account you are logged in to" msgstr "Athraíonn sé seo an cuntas beo" -#: src/view/screens/Settings/index.tsx:472 +#: src/view/screens/Settings/index.tsx:491 msgid "System" msgstr "Córas" -#: src/view/screens/Settings/index.tsx:795 +#: src/view/screens/Settings/index.tsx:819 msgid "System log" msgstr "Logleabhar an chórais" -#: src/view/com/modals/crop-image/CropImage.web.tsx:112 +#: src/components/dialogs/MutedWords.tsx:323 +msgid "tag" +msgstr "" + +#: src/components/TagMenu/index.tsx:78 +msgid "Tag menu: {displayTag}" +msgstr "" + +#: src/view/com/modals/crop-image/CropImage.web.tsx:113 msgid "Tall" msgstr "Ard" @@ -3810,26 +4827,49 @@ msgstr "Teic" msgid "Terms" msgstr "Téarmaí" -#: src/Navigation.tsx:222 -#: src/view/screens/Settings/index.tsx:885 +#: src/Navigation.tsx:236 +#: src/screens/Signup/StepInfo/Policies.tsx:49 +#: src/view/screens/Settings/index.tsx:917 #: src/view/screens/TermsOfService.tsx:29 -#: src/view/shell/Drawer.tsx:256 +#: src/view/shell/Drawer.tsx:259 msgid "Terms of Service" msgstr "Téarmaí Seirbhíse" -#: src/view/com/modals/AppealLabel.tsx:70 -#: src/view/com/modals/report/InputIssueDetails.tsx:51 +#: src/lib/moderation/useReportOptions.ts:58 +#: src/lib/moderation/useReportOptions.ts:79 +#: src/lib/moderation/useReportOptions.ts:87 +msgid "Terms used violate community standards" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:323 +msgid "text" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:219 msgid "Text input field" msgstr "Réimse téacs" -#: src/view/com/auth/create/CreateAccount.tsx:90 +#: src/components/ReportDialog/SubmitView.tsx:78 +msgid "Thank you. Your report has been sent." +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:465 +msgid "That contains the following:" +msgstr "" + +#: src/screens/Signup/index.tsx:84 msgid "That handle is already taken." msgstr "Tá an leasainm sin in úsáid cheana féin." -#: src/view/com/profile/ProfileHeader.tsx:262 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:283 +#: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "Beidh an cuntas seo in ann caidreamh a dhéanamh leat tar éis duit é a dhíbhlocáil" +#: src/components/moderation/ModerationDetailsDialog.tsx:127 +msgid "the author" +msgstr "" + #: src/view/screens/CommunityGuidelines.tsx:36 msgid "The Community Guidelines have been moved to <0/>" msgstr "Bogadh Treoirlínte an Phobail go dtí <0/>" @@ -3838,11 +4878,20 @@ msgstr "Bogadh Treoirlínte an Phobail go dtí <0/>" msgid "The Copyright Policy has been moved to <0/>" msgstr "Bogadh an Polasaí Cóipchirt go dtí <0/>" -#: src/screens/Onboarding/Layout.tsx:60 +#: src/components/moderation/LabelsOnMeDialog.tsx:48 +msgid "The following labels were applied to your account." +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:49 +msgid "The following labels were applied to your content." +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:58 msgid "The following steps will help customize your Bluesky experience." msgstr "Cuideoidh na céimeanna seo a leanas leat Bluesky a chur in oiriúint duit féin." -#: src/view/com/post-thread/PostThread.tsx:516 +#: src/view/com/post-thread/PostThread.tsx:153 +#: src/view/com/post-thread/PostThread.tsx:165 msgid "The post may have been deleted." msgstr "Is féidir gur scriosadh an phostáil seo." @@ -3858,24 +4907,25 @@ msgstr "Bogadh an fhoirm tacaíochta go dtí <0/>. Má tá cuidiú ag teastáil msgid "The Terms of Service have been moved to" msgstr "Bogadh ár dTéarmaí Seirbhíse go dtí" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:150 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:141 msgid "There are many feeds to try:" msgstr "Tá a lán fothaí ann le blaiseadh:" -#: src/view/screens/ProfileFeed.tsx:549 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112 +#: src/view/screens/ProfileFeed.tsx:544 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "Bhí fadhb ann maidir le dul i dteagmháil leis an bhfreastalaí. Seiceáil do cheangal leis an idirlíon agus bain triail eile as, le do thoil." -#: src/view/com/posts/FeedErrorMessage.tsx:139 +#: src/view/com/posts/FeedErrorMessage.tsx:138 msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "Bhí fadhb ann maidir leis an bhfotha seo a bhaint. Seiceáil do cheangal leis an idirlíon agus bain triail eile as, le do thoil." -#: src/view/screens/ProfileFeed.tsx:209 +#: src/view/screens/ProfileFeed.tsx:218 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "Bhí fadhb ann maidir le huasdátú do chuid fothaí. Seiceáil do cheangal leis an idirlíon agus bain triail eile as, le do thoil." -#: src/view/screens/ProfileFeed.tsx:236 -#: src/view/screens/ProfileList.tsx:266 +#: src/view/screens/ProfileFeed.tsx:245 +#: src/view/screens/ProfileList.tsx:275 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 #: src/view/screens/SavedFeeds.tsx:252 @@ -3884,9 +4934,8 @@ msgstr "Bhí fadhb ann maidir le teagmháil a dhéanamh leis an bhfreastalaí" #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:57 #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:66 -#: src/view/com/feeds/FeedSourceCard.tsx:113 -#: src/view/com/feeds/FeedSourceCard.tsx:127 -#: src/view/com/feeds/FeedSourceCard.tsx:181 +#: src/view/com/feeds/FeedSourceCard.tsx:110 +#: src/view/com/feeds/FeedSourceCard.tsx:123 msgid "There was an issue contacting your server" msgstr "Bhí fadhb ann maidir le teagmháil a dhéanamh le do fhreastálaí" @@ -3894,7 +4943,7 @@ msgstr "Bhí fadhb ann maidir le teagmháil a dhéanamh le do fhreastálaí" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Bhí fadhb ann maidir le fógraí a fháil. Tapáil anseo le triail eile a bhaint as." -#: src/view/com/posts/Feed.tsx:263 +#: src/view/com/posts/Feed.tsx:287 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Bhí fadhb ann maidir le postálacha a fháil. Tapáil anseo le triail eile a bhaint as." @@ -3907,34 +4956,40 @@ msgstr "Bhí fadhb ann maidir leis an liosta a fháil. Tapáil anseo le triail e msgid "There was an issue fetching your lists. Tap here to try again." msgstr "Bhí fadhb ann maidir le do chuid liostaí a fháil. Tapáil anseo le triail eile a bhaint as." -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:63 -#: src/view/com/modals/ContentFilteringSettings.tsx:126 +#: src/components/ReportDialog/SubmitView.tsx:83 +msgid "There was an issue sending your report. Please check your internet connection." +msgstr "" + +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:65 msgid "There was an issue syncing your preferences with the server" msgstr "Bhí fadhb ann maidir le do chuid roghanna a shioncronú leis an bhfreastalaí" -#: src/view/screens/AppPasswords.tsx:66 +#: src/view/screens/AppPasswords.tsx:68 msgid "There was an issue with fetching your app passwords" msgstr "Bhí fadhb ann maidir le do chuid pasfhocal don aip a fháil" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:93 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:105 -#: src/view/com/profile/ProfileHeader.tsx:156 -#: src/view/com/profile/ProfileHeader.tsx:177 -#: src/view/com/profile/ProfileHeader.tsx:216 -#: src/view/com/profile/ProfileHeader.tsx:229 -#: src/view/com/profile/ProfileHeader.tsx:249 -#: src/view/com/profile/ProfileHeader.tsx:271 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 +#: src/view/com/profile/ProfileMenu.tsx:106 +#: src/view/com/profile/ProfileMenu.tsx:117 +#: src/view/com/profile/ProfileMenu.tsx:132 +#: src/view/com/profile/ProfileMenu.tsx:143 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:170 msgid "There was an issue! {0}" msgstr "Bhí fadhb ann! {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:288 +#: src/view/screens/ProfileList.tsx:302 +#: src/view/screens/ProfileList.tsx:316 +#: src/view/screens/ProfileList.tsx:330 msgid "There was an issue. Please check your internet connection and try again." msgstr "Bhí fadhb ann. Seiceáil do cheangal leis an idirlíon, le do thoil, agus bain triail eile as." -#: src/view/com/util/ErrorBoundary.tsx:36 +#: src/view/com/util/ErrorBoundary.tsx:51 msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "D’éirigh fadhb gan choinne leis an aip. Abair linn, le do thoil, má tharla sé sin duit!" @@ -3946,23 +5001,36 @@ msgstr "Tá ráchairt ar Bluesky le déanaí! Cuirfidh muid do chuntas ag obair #~ msgid "There's something wrong with this number. Please choose your country and enter your full phone number!" #~ msgstr "Tá rud éigin mícheart leis an uimhir seo. Roghnaigh do thír, le do thoil, agus cuir d’uimhir ghutháin iomlán isteach." -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146 msgid "These are popular accounts you might like:" msgstr "Is cuntais iad seo a bhfuil a lán leantóirí acu. Is féidir go dtaitneoidh siad leat." -#: src/view/com/util/moderation/ScreenHider.tsx:88 +#: src/components/moderation/ScreenHider.tsx:116 msgid "This {screenDescription} has been flagged:" msgstr "Cuireadh bratach leis an {screenDescription} seo:" -#: src/view/com/util/moderation/ScreenHider.tsx:83 +#: src/components/moderation/ScreenHider.tsx:111 msgid "This account has requested that users sign in to view their profile." msgstr "Ní mór duit logáil isteach le próifíl an chuntais seo a fheiceáil." -#: src/view/com/modals/EmbedConsent.tsx:68 +#: src/components/moderation/LabelsOnMeDialog.tsx:204 +msgid "This appeal will be sent to <0>{0}</0>." +msgstr "" + +#: src/lib/moderation/useGlobalLabelStrings.ts:19 +msgid "This content has been hidden by the moderators." +msgstr "" + +#: src/lib/moderation/useGlobalLabelStrings.ts:24 +msgid "This content has received a general warning from moderators." +msgstr "" + +#: src/components/dialogs/EmbedConsent.tsx:64 msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Tá an t-ábhar seo ar fáil ó {0}. An bhfuil fonn ort na meáin sheachtracha a thaispeáint?" -#: src/view/com/modals/ModerationDetails.tsx:67 +#: src/components/moderation/ModerationDetailsDialog.tsx:77 +#: src/lib/moderation/useModerationCauseDescription.ts:77 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Níl an t-ábhar seo le feiceáil toisc gur bhlocáil duine de na húsáideoirí an duine eile." @@ -3971,16 +5039,20 @@ msgid "This content is not viewable without a Bluesky account." msgstr "Níl an t-ábhar seo le feiceáil gan chuntas Bluesky." #: src/view/screens/Settings/ExportCarDialog.tsx:75 -msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost.</0>" -msgstr "Tá an ghné seo á tástáil fós. Tig leat níos mó faoi chartlanna easpórtáilte a léamh sa <0>bhlagphost seo.</0>" +#~ msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost.</0>" +#~ msgstr "Tá an ghné seo á tástáil fós. Tig leat níos mó faoi chartlanna easpórtáilte a léamh sa <0>bhlagphost seo.</0>" + +#: src/view/screens/Settings/ExportCarDialog.tsx:75 +msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>." +msgstr "" #: src/view/com/posts/FeedErrorMessage.tsx:114 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Tá ráchairt an-mhór ar an bhfotha seo faoi láthair. Níl sé ar fáil anois díreach dá bhrí sin. Bain triail eile as níos déanaí, le do thoil." -#: src/view/screens/Profile.tsx:420 -#: src/view/screens/ProfileFeed.tsx:475 -#: src/view/screens/ProfileList.tsx:660 +#: src/screens/Profile/Sections/Feed.tsx:50 +#: src/view/screens/ProfileFeed.tsx:477 +#: src/view/screens/ProfileList.tsx:675 msgid "This feed is empty!" msgstr "Tá an fotha seo folamh!" @@ -3988,7 +5060,7 @@ msgstr "Tá an fotha seo folamh!" msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Tá an fotha seo folamh! Is féidir go mbeidh ort tuilleadh úsáideoirí a leanúint nó do shocruithe teanga a athrú." -#: src/view/com/modals/BirthDateSettings.tsx:61 +#: src/components/dialogs/BirthDateSettings.tsx:41 msgid "This information is not shared with other users." msgstr "Ní roinntear an t-eolas seo le húsáideoirí eile." @@ -3996,48 +5068,110 @@ msgstr "Ní roinntear an t-eolas seo le húsáideoirí eile." msgid "This is important in case you ever need to change your email or reset your password." msgstr "Tá sé seo tábhachtach má bhíonn ort do ríomhphost nó do phasfhocal a athrú." -#: src/view/com/modals/LinkWarning.tsx:58 +#: src/components/moderation/ModerationDetailsDialog.tsx:124 +msgid "This label was applied by {0}." +msgstr "" + +#: src/screens/Profile/Sections/Labels.tsx:167 +msgid "This labeler hasn't declared what labels it publishes, and may not be active." +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:72 msgid "This link is taking you to the following website:" msgstr "Téann an nasc seo go dtí an suíomh idirlín seo:" -#: src/view/screens/ProfileList.tsx:834 +#: src/view/screens/ProfileList.tsx:853 msgid "This list is empty!" msgstr "Tá an liosta seo folamh!" -#: src/view/com/modals/AddAppPasswords.tsx:106 +#: src/screens/Profile/ErrorState.tsx:40 +msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." +msgstr "" + +#: src/view/com/modals/AddAppPasswords.tsx:107 msgid "This name is already in use" msgstr "Tá an t-ainm seo in úsáid cheana féin" -#: src/view/com/post-thread/PostThreadItem.tsx:122 +#: src/view/com/post-thread/PostThreadItem.tsx:125 msgid "This post has been deleted." msgstr "Scriosadh an phostáil seo." -#: src/view/com/modals/ModerationDetails.tsx:62 +#: src/view/com/util/forms/PostDropdownBtn.tsx:344 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:248 +msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:326 +msgid "This post will be hidden from feeds." +msgstr "" + +#: src/view/com/profile/ProfileMenu.tsx:370 +msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't logged in." +msgstr "" + +#: src/screens/Signup/StepInfo/Policies.tsx:37 +msgid "This service has not provided terms of service or a privacy policy." +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:445 +msgid "This should create a domain record at:" +msgstr "" + +#: src/view/com/profile/ProfileFollowers.tsx:87 +msgid "This user doesn't have any followers." +msgstr "" + +#: src/components/moderation/ModerationDetailsDialog.tsx:72 +#: src/lib/moderation/useModerationCauseDescription.ts:68 msgid "This user has blocked you. You cannot view their content." msgstr "Tá an t-úsáideoir seo tar éis thú a bhlocáil. Ní féidir leat a gcuid ábhair a fheiceáil." +#: src/lib/moderation/useGlobalLabelStrings.ts:30 +msgid "This user has requested that their content only be shown to signed-in users." +msgstr "" + #: src/view/com/modals/ModerationDetails.tsx:42 -msgid "This user is included in the <0/> list which you have blocked." -msgstr "Tá an t-úsáideoir seo ar an liosta <0/> a bhlocáil tú." +#~ msgid "This user is included in the <0/> list which you have blocked." +#~ msgstr "Tá an t-úsáideoir seo ar an liosta <0/> a bhlocáil tú." #: src/view/com/modals/ModerationDetails.tsx:74 -msgid "This user is included in the <0/> list which you have muted." -msgstr "Tá an t-úsáideoir seo ar an liosta <0/> a chuir tú i bhfolach." +#~ msgid "This user is included in the <0/> list which you have muted." +#~ msgstr "Tá an t-úsáideoir seo ar an liosta <0/> a chuir tú i bhfolach." + +#: src/components/moderation/ModerationDetailsDialog.tsx:55 +msgid "This user is included in the <0>{0}</0> list which you have blocked." +msgstr "" + +#: src/components/moderation/ModerationDetailsDialog.tsx:84 +msgid "This user is included in the <0>{0}</0> list which you have muted." +msgstr "" #: src/view/com/modals/ModerationDetails.tsx:74 #~ msgid "This user is included the <0/> list which you have muted." #~ msgstr "Tá an t-úsáideoir seo ar an liosta <0/> a chuir tú i bhfolach." +#: src/view/com/profile/ProfileFollows.tsx:87 +msgid "This user isn't following anyone." +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:137 msgid "This warning is only available for posts with media attached." msgstr "Níl an rabhadh seo ar fáil ach le haghaidh postálacha a bhfuil meáin ceangailte leo." +#: src/components/dialogs/MutedWords.tsx:283 +msgid "This will delete {0} from your muted words. You can always add it back later." +msgstr "" + #: src/view/com/util/forms/PostDropdownBtn.tsx:192 -msgid "This will hide this post from your feeds." -msgstr "Leis seo ní bheidh an phostáil seo le feiceáil ar do chuid fothaí." +#~ msgid "This will hide this post from your feeds." +#~ msgstr "Leis seo ní bheidh an phostáil seo le feiceáil ar do chuid fothaí." + +#: src/view/screens/Settings/index.tsx:574 +msgid "Thread preferences" +msgstr "" #: src/view/screens/PreferencesThreads.tsx:53 -#: src/view/screens/Settings/index.tsx:565 +#: src/view/screens/Settings/index.tsx:584 msgid "Thread Preferences" msgstr "Roghanna Snáitheanna" @@ -4045,21 +5179,34 @@ msgstr "Roghanna Snáitheanna" msgid "Threaded Mode" msgstr "Modh Snáithithe" -#: src/Navigation.tsx:252 +#: src/Navigation.tsx:269 msgid "Threads Preferences" msgstr "Roghanna Snáitheanna" +#: src/components/ReportDialog/SelectLabelerView.tsx:33 +msgid "To whom would you like to send this report?" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:112 +msgid "Toggle between muted word options." +msgstr "" + #: src/view/com/util/forms/DropdownButton.tsx:246 msgid "Toggle dropdown" msgstr "Scoránaigh an bosca anuas" -#: src/view/com/modals/EditImage.tsx:271 +#: src/screens/Moderation/index.tsx:332 +msgid "Toggle to enable or disable adult content" +msgstr "" + +#: src/view/com/modals/EditImage.tsx:272 msgid "Transformations" msgstr "Trasfhoirmithe" -#: src/view/com/post-thread/PostThreadItem.tsx:682 -#: src/view/com/post-thread/PostThreadItem.tsx:684 -#: src/view/com/util/forms/PostDropdownBtn.tsx:125 +#: src/view/com/post-thread/PostThreadItem.tsx:644 +#: src/view/com/post-thread/PostThreadItem.tsx:646 +#: src/view/com/util/forms/PostDropdownBtn.tsx:212 +#: src/view/com/util/forms/PostDropdownBtn.tsx:214 msgid "Translate" msgstr "Aistrigh" @@ -4068,108 +5215,191 @@ msgctxt "action" msgid "Try again" msgstr "Bain triail eile as" -#: src/view/screens/ProfileList.tsx:505 +#: src/view/com/modals/ChangeHandle.tsx:428 +msgid "Type:" +msgstr "" + +#: src/view/screens/ProfileList.tsx:478 msgid "Un-block list" msgstr "Díbhlocáil an liosta" -#: src/view/screens/ProfileList.tsx:490 +#: src/view/screens/ProfileList.tsx:461 msgid "Un-mute list" msgstr "Ná coinnigh an liosta sin i bhfolach níos mó" -#: src/view/com/auth/create/CreateAccount.tsx:58 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:87 -#: src/view/com/auth/login/Login.tsx:76 -#: src/view/com/auth/login/LoginForm.tsx:118 +#: src/screens/Login/ForgotPasswordForm.tsx:74 +#: src/screens/Login/index.tsx:78 +#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/SetNewPasswordForm.tsx:77 +#: src/screens/Signup/index.tsx:63 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Ní féidir teagmháil a dhéanamh le do sheirbhís. Seiceáil do cheangal leis an idirlíon, le do thoil." -#: src/view/com/profile/ProfileHeader.tsx:432 -#: src/view/screens/ProfileList.tsx:589 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 +#: src/view/com/profile/ProfileMenu.tsx:361 +#: src/view/screens/ProfileList.tsx:572 msgid "Unblock" msgstr "Díbhlocáil" -#: src/view/com/profile/ProfileHeader.tsx:435 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 msgctxt "action" msgid "Unblock" msgstr "Díbhlocáil" -#: src/view/com/profile/ProfileHeader.tsx:260 -#: src/view/com/profile/ProfileHeader.tsx:344 +#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/view/com/profile/ProfileMenu.tsx:305 msgid "Unblock Account" msgstr "Díbhlocáil an cuntas" -#: src/view/com/modals/Repost.tsx:42 -#: src/view/com/modals/Repost.tsx:55 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:281 +#: src/view/com/profile/ProfileMenu.tsx:343 +msgid "Unblock Account?" +msgstr "" + +#: src/view/com/modals/Repost.tsx:43 +#: src/view/com/modals/Repost.tsx:56 #: src/view/com/util/post-ctrls/RepostButton.tsx:60 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:48 msgid "Undo repost" msgstr "Cuir stop leis an athphostáil" -#: src/view/com/profile/FollowButton.tsx:55 +#: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 +#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:246 +msgid "Unfollow" +msgstr "" + +#: src/view/com/profile/FollowButton.tsx:60 msgctxt "action" msgid "Unfollow" msgstr "Dílean" -#: src/view/com/profile/ProfileHeader.tsx:484 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 msgid "Unfollow {0}" msgstr "Dílean {0}" +#: src/view/com/profile/ProfileMenu.tsx:241 +#: src/view/com/profile/ProfileMenu.tsx:251 +msgid "Unfollow Account" +msgstr "" + #: src/view/com/auth/create/state.ts:262 -msgid "Unfortunately, you do not meet the requirements to create an account." -msgstr "Ar an drochuair, ní chomhlíonann tú na riachtanais le cuntas a chruthú." +#~ msgid "Unfortunately, you do not meet the requirements to create an account." +#~ msgstr "Ar an drochuair, ní chomhlíonann tú na riachtanais le cuntas a chruthú." -#: src/view/com/util/post-ctrls/PostCtrls.tsx:182 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:216 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Unlike" msgstr "Dímhol" -#: src/view/screens/ProfileList.tsx:596 +#: src/view/screens/ProfileFeed.tsx:573 +msgid "Unlike this feed" +msgstr "" + +#: src/components/TagMenu/index.tsx:249 +#: src/view/screens/ProfileList.tsx:579 msgid "Unmute" msgstr "Ná coinnigh i bhfolach" -#: src/view/com/profile/ProfileHeader.tsx:325 +#: src/components/TagMenu/index.web.tsx:104 +msgid "Unmute {truncatedTag}" +msgstr "" + +#: src/view/com/profile/ProfileMenu.tsx:278 +#: src/view/com/profile/ProfileMenu.tsx:284 msgid "Unmute Account" msgstr "Ná coinnigh an cuntas seo i bhfolach níos mó" -#: src/view/com/util/forms/PostDropdownBtn.tsx:171 +#: src/components/TagMenu/index.tsx:208 +msgid "Unmute all {displayTag} posts" +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:251 +#: src/view/com/util/forms/PostDropdownBtn.tsx:256 msgid "Unmute thread" msgstr "Ná coinnigh an snáithe seo i bhfolach níos mó" -#: src/view/screens/ProfileFeed.tsx:353 -#: src/view/screens/ProfileList.tsx:580 +#: src/view/screens/ProfileFeed.tsx:295 +#: src/view/screens/ProfileList.tsx:563 msgid "Unpin" msgstr "Díghreamaigh" -#: src/view/screens/ProfileList.tsx:473 +#: src/view/screens/ProfileFeed.tsx:292 +msgid "Unpin from home" +msgstr "" + +#: src/view/screens/ProfileList.tsx:444 msgid "Unpin moderation list" msgstr "Díghreamaigh an liosta modhnóireachta" #: src/view/screens/ProfileFeed.tsx:345 -msgid "Unsave" -msgstr "Díshábháil" +#~ msgid "Unsave" +#~ msgstr "Díshábháil" + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:219 +msgid "Unsubscribe" +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183 +msgid "Unsubscribe from this labeler" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:70 +msgid "Unwanted Sexual Content" +msgstr "" #: src/view/com/modals/UserAddRemoveLists.tsx:70 msgid "Update {displayName} in Lists" msgstr "Uasdátú {displayName} sna Liostaí" #: src/lib/hooks/useOTAUpdate.ts:15 -msgid "Update Available" -msgstr "Uasdátú ar fáil" +#~ msgid "Update Available" +#~ msgstr "Uasdátú ar fáil" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:204 +#: src/view/com/modals/ChangeHandle.tsx:508 +msgid "Update to {handle}" +msgstr "" + +#: src/screens/Login/SetNewPasswordForm.tsx:186 msgid "Updating..." msgstr "Á uasdátú…" -#: src/view/com/modals/ChangeHandle.tsx:455 +#: src/view/com/modals/ChangeHandle.tsx:454 msgid "Upload a text file to:" msgstr "Uaslódáil comhad téacs chuig:" -#: src/view/screens/AppPasswords.tsx:195 +#: src/view/com/util/UserAvatar.tsx:326 +#: src/view/com/util/UserAvatar.tsx:329 +#: src/view/com/util/UserBanner.tsx:116 +#: src/view/com/util/UserBanner.tsx:119 +msgid "Upload from Camera" +msgstr "" + +#: src/view/com/util/UserAvatar.tsx:343 +#: src/view/com/util/UserBanner.tsx:133 +msgid "Upload from Files" +msgstr "" + +#: src/view/com/util/UserAvatar.tsx:337 +#: src/view/com/util/UserAvatar.tsx:341 +#: src/view/com/util/UserBanner.tsx:127 +#: src/view/com/util/UserBanner.tsx:131 +msgid "Upload from Library" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:408 +msgid "Use a file on your server" +msgstr "" + +#: src/view/screens/AppPasswords.tsx:197 msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "Bain úsáid as pasfhocail na haipe le logáil isteach ar chliaint eile de chuid Bluesky gan fáil iomlán ar do chuntas ná do phasfhocal a thabhairt dóibh." -#: src/view/com/modals/ChangeHandle.tsx:515 +#: src/view/com/modals/ChangeHandle.tsx:517 +msgid "Use bsky.social as hosting provider" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:516 msgid "Use default provider" msgstr "Úsáid an soláthraí réamhshocraithe" @@ -4183,7 +5413,11 @@ msgstr "Úsáid an brabhsálaí san aip seo" msgid "Use my default browser" msgstr "Úsáid an brabhsálaí réamhshocraithe atá agam" -#: src/view/com/modals/AddAppPasswords.tsx:155 +#: src/view/com/modals/ChangeHandle.tsx:400 +msgid "Use the DNS panel" +msgstr "" + +#: src/view/com/modals/AddAppPasswords.tsx:156 msgid "Use this to sign into the other app along with your handle." msgstr "Úsáid é seo le logáil isteach ar an aip eile in éindí le do leasainm." @@ -4191,46 +5425,55 @@ msgstr "Úsáid é seo le logáil isteach ar an aip eile in éindí le do leasai #~ msgid "Use your domain as your Bluesky client service provider" #~ msgstr "Úsáid d’fhearann féin mar sholáthraí seirbhíse cliaint Bluesky" -#: src/view/com/modals/InviteCodes.tsx:200 +#: src/view/com/modals/InviteCodes.tsx:201 msgid "Used by:" msgstr "In úsáid ag:" -#: src/view/com/modals/ModerationDetails.tsx:54 +#: src/components/moderation/ModerationDetailsDialog.tsx:64 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked" msgstr "Úsáideoir blocáilte" -#: src/view/com/modals/ModerationDetails.tsx:40 +#: src/lib/moderation/useModerationCauseDescription.ts:48 +msgid "User Blocked by \"{0}\"" +msgstr "" + +#: src/components/moderation/ModerationDetailsDialog.tsx:53 msgid "User Blocked by List" msgstr "Úsáideoir blocáilte le liosta" -#: src/view/com/modals/ModerationDetails.tsx:60 +#: src/lib/moderation/useModerationCauseDescription.ts:66 +msgid "User Blocking You" +msgstr "" + +#: src/components/moderation/ModerationDetailsDialog.tsx:70 msgid "User Blocks You" msgstr "Blocálann an t-úsáideoir seo thú" #: src/view/com/auth/create/Step2.tsx:44 -msgid "User handle" -msgstr "Leasainm" +#~ msgid "User handle" +#~ msgstr "Leasainm" -#: src/view/com/lists/ListCard.tsx:84 +#: src/view/com/lists/ListCard.tsx:85 #: src/view/com/modals/UserAddRemoveLists.tsx:198 msgid "User list by {0}" msgstr "Liosta úsáideoirí le {0}" -#: src/view/screens/ProfileList.tsx:762 +#: src/view/screens/ProfileList.tsx:777 msgid "User list by <0/>" msgstr "Liosta úsáideoirí le <0/>" -#: src/view/com/lists/ListCard.tsx:82 +#: src/view/com/lists/ListCard.tsx:83 #: src/view/com/modals/UserAddRemoveLists.tsx:196 -#: src/view/screens/ProfileList.tsx:760 +#: src/view/screens/ProfileList.tsx:775 msgid "User list by you" msgstr "Liosta úsáideoirí leat" -#: src/view/com/modals/CreateOrEditList.tsx:196 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "User list created" msgstr "Liosta úsáideoirí cruthaithe" -#: src/view/com/modals/CreateOrEditList.tsx:182 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "User list updated" msgstr "Liosta úsáideoirí uasdátaithe" @@ -4238,12 +5481,11 @@ msgstr "Liosta úsáideoirí uasdátaithe" msgid "User Lists" msgstr "Liostaí Úsáideoirí" -#: src/view/com/auth/login/LoginForm.tsx:177 -#: src/view/com/auth/login/LoginForm.tsx:195 +#: src/screens/Login/LoginForm.tsx:151 msgid "Username or email address" msgstr "Ainm úsáideora nó ríomhphost" -#: src/view/screens/ProfileList.tsx:796 +#: src/view/screens/ProfileList.tsx:811 msgid "Users" msgstr "Úsáideoirí" @@ -4255,19 +5497,31 @@ msgstr "Úsáideoirí a bhfuil <0/> á leanúint" msgid "Users in \"{0}\"" msgstr "Úsáideoirí in ”{0}“" +#: src/components/LikesDialog.tsx:85 +msgid "Users that have liked this content or profile" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:436 +msgid "Value:" +msgstr "" + #: src/view/com/auth/create/Step2.tsx:243 #~ msgid "Verification code" #~ msgstr "Cód dearbhaithe" -#: src/view/screens/Settings/index.tsx:910 +#: src/view/com/modals/ChangeHandle.tsx:509 +msgid "Verify {0}" +msgstr "" + +#: src/view/screens/Settings/index.tsx:942 msgid "Verify email" msgstr "Dearbhaigh ríomhphost" -#: src/view/screens/Settings/index.tsx:935 +#: src/view/screens/Settings/index.tsx:967 msgid "Verify my email" msgstr "Dearbhaigh mo ríomhphost" -#: src/view/screens/Settings/index.tsx:944 +#: src/view/screens/Settings/index.tsx:976 msgid "Verify My Email" msgstr "Dearbhaigh Mo Ríomhphost" @@ -4280,11 +5534,15 @@ msgstr "Dearbhaigh an Ríomhphost Nua" msgid "Verify Your Email" msgstr "Dearbhaigh Do Ríomhphost" +#: src/view/screens/Settings/index.tsx:893 +msgid "Version {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:42 msgid "Video Games" msgstr "Físchluichí" -#: src/view/com/profile/ProfileHeader.tsx:661 +#: src/screens/Profile/Header/Shell.tsx:107 msgid "View {0}'s avatar" msgstr "Féach ar an abhatár atá ag {0}" @@ -4292,11 +5550,23 @@ msgstr "Féach ar an abhatár atá ag {0}" msgid "View debug entry" msgstr "Féach ar an iontráil dífhabhtaithe" -#: src/view/com/posts/FeedSlice.tsx:103 +#: src/components/ReportDialog/SelectReportOptionView.tsx:131 +msgid "View details" +msgstr "" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:126 +msgid "View details for reporting a copyright violation" +msgstr "" + +#: src/view/com/posts/FeedSlice.tsx:99 msgid "View full thread" msgstr "Féach ar an snáithe iomlán" -#: src/view/com/posts/FeedErrorMessage.tsx:172 +#: src/components/moderation/LabelsOnMe.tsx:51 +msgid "View information about these labels" +msgstr "" + +#: src/view/com/posts/FeedErrorMessage.tsx:166 msgid "View profile" msgstr "Féach ar an bpróifíl" @@ -4304,24 +5574,47 @@ msgstr "Féach ar an bpróifíl" msgid "View the avatar" msgstr "Féach ar an abhatár" -#: src/view/com/modals/LinkWarning.tsx:75 +#: src/components/LabelingServiceCard/index.tsx:140 +msgid "View the labeling service provided by @{0}" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:585 +msgid "View users who like this feed" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" msgstr "Tabhair cuairt ar an suíomh" -#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:42 -#: src/view/com/modals/ContentFilteringSettings.tsx:259 +#: src/components/moderation/LabelPreference.tsx:135 +#: src/lib/moderation/useLabelBehaviorDescription.ts:17 +#: src/lib/moderation/useLabelBehaviorDescription.ts:22 +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:53 msgid "Warn" msgstr "Rabhadh" +#: src/lib/moderation/useLabelBehaviorDescription.ts:48 +msgid "Warn content" +msgstr "" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:46 +msgid "Warn content and filter from feeds" +msgstr "" + #: src/screens/Onboarding/StepAlgoFeeds/index.tsx:134 -msgid "We also think you'll like \"For You\" by Skygaze:" -msgstr "Creidimid go dtaitneoidh “For You” le Skygaze leat:" +#~ msgid "We also think you'll like \"For You\" by Skygaze:" +#~ msgstr "Creidimid go dtaitneoidh “For You” le Skygaze leat:" + +#: src/screens/Hashtag.tsx:133 +msgid "We couldn't find any results for that hashtag." +msgstr "" #: src/screens/Deactivated.tsx:133 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Measaimid go mbeidh do chuntas réidh i gceann {estimatedTime}" -#: src/screens/Onboarding/StepFinished.tsx:93 +#: src/screens/Onboarding/StepFinished.tsx:97 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Tá súil againn go mbeidh an-chraic agat anseo. Ná déan dearmad go bhfuil Bluesky:" @@ -4333,11 +5626,23 @@ msgstr "Níl aon ábhar nua le taispeáint ó na cuntais a leanann tú. Seo duit #~ msgid "We recommend \"For You\" by Skygaze:" #~ msgstr "Creidimid go dtaitneoidh “For You” le Skygaze leat:" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +#: src/components/dialogs/MutedWords.tsx:203 +msgid "We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:125 msgid "We recommend our \"Discover\" feed:" msgstr "Molaimid an fotha “Discover”." -#: src/screens/Onboarding/StepInterests/index.tsx:133 +#: src/components/dialogs/BirthDateSettings.tsx:52 +msgid "We were unable to load your birth date preferences. Please try again." +msgstr "" + +#: src/screens/Moderation/index.tsx:385 +msgid "We were unable to load your configured labelers at this time." +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:137 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "Níorbh fhéidir linn ceangal a bhunú. Bain triail eile as do chuntas a shocrú. Má mhaireann an fhadhb, ní gá duit an próiseas seo a chur i gcrích." @@ -4346,43 +5651,53 @@ msgid "We will let you know when your account is ready." msgstr "Déarfaidh muid leat nuair a bheidh do chuntas réidh." #: src/view/com/modals/AppealLabel.tsx:48 -msgid "We'll look into your appeal promptly." -msgstr "Fiosróimid d'achomharc gan mhoill." +#~ msgid "We'll look into your appeal promptly." +#~ msgstr "Fiosróimid d'achomharc gan mhoill." -#: src/screens/Onboarding/StepInterests/index.tsx:138 +#: src/screens/Onboarding/StepInterests/index.tsx:142 msgid "We'll use this to help customize your experience." msgstr "Bainfimid úsáid as seo chun an suíomh a chur in oiriúint duit." -#: src/view/com/auth/create/CreateAccount.tsx:130 +#: src/screens/Signup/index.tsx:130 msgid "We're so excited to have you join us!" msgstr "Tá muid an-sásta go bhfuil tú linn!" -#: src/view/screens/ProfileList.tsx:85 +#: src/view/screens/ProfileList.tsx:89 msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "Ár leithscéal, ach ní féidir linn an liosta seo a thaispeáint. Má mhaireann an fhadhb, déan teagmháil leis an duine a chruthaigh an liosta, @{handleOrDid}." -#: src/view/screens/Search/Search.tsx:253 +#: src/components/dialogs/MutedWords.tsx:229 +msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." +msgstr "" + +#: src/view/screens/Search/Search.tsx:256 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Ár leithscéal, ach níorbh fhéidir linn do chuardach a chur i gcrích. Bain triail eile as i gceann cúpla nóiméad." +#: src/components/Lists.tsx:188 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "Ár leithscéal, ach ní féidir linn an leathanach atá tú ag lorg a aimsiú." -#: src/view/com/auth/onboarding/WelcomeMobile.tsx:46 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:321 +msgid "We're sorry! You can only subscribe to ten labelers, and you've reached your limit of ten." +msgstr "" + +#: src/view/com/auth/onboarding/WelcomeMobile.tsx:48 msgid "Welcome to <0>Bluesky</0>" msgstr "Fáilte go <0>Bluesky</0>" -#: src/screens/Onboarding/StepInterests/index.tsx:130 +#: src/screens/Onboarding/StepInterests/index.tsx:134 msgid "What are your interests?" msgstr "Cad iad na rudaí a bhfuil suim agat iontu?" #: src/view/com/modals/report/Modal.tsx:169 -msgid "What is the issue with this {collectionName}?" -msgstr "Cad é an fhadhb le {collectionName}?" +#~ msgid "What is the issue with this {collectionName}?" +#~ msgstr "Cad é an fhadhb le {collectionName}?" -#: src/view/com/auth/SplashScreen.tsx:59 -#: src/view/com/composer/Composer.tsx:279 +#: src/view/com/auth/SplashScreen.tsx:58 +#: src/view/com/auth/SplashScreen.web.tsx:84 +#: src/view/com/composer/Composer.tsx:296 msgid "What's up?" msgstr "Aon scéal?" @@ -4399,16 +5714,36 @@ msgstr "Cad iad na teangacha ba mhaith leat a fheiceáil i do chuid fothaí alga msgid "Who can reply" msgstr "Cé atá in ann freagra a thabhairt" -#: src/view/com/modals/crop-image/CropImage.web.tsx:102 +#: src/components/ReportDialog/SelectReportOptionView.tsx:43 +msgid "Why should this content be reviewed?" +msgstr "" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:56 +msgid "Why should this feed be reviewed?" +msgstr "" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:53 +msgid "Why should this list be reviewed?" +msgstr "" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:50 +msgid "Why should this post be reviewed?" +msgstr "" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:47 +msgid "Why should this user be reviewed?" +msgstr "" + +#: src/view/com/modals/crop-image/CropImage.web.tsx:103 msgid "Wide" msgstr "Leathan" -#: src/view/com/composer/Composer.tsx:415 +#: src/view/com/composer/Composer.tsx:436 msgid "Write post" msgstr "Scríobh postáil" -#: src/view/com/composer/Composer.tsx:278 -#: src/view/com/composer/Prompt.tsx:33 +#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "Scríobh freagra" @@ -4421,10 +5756,10 @@ msgstr "Scríbhneoirí" #~ msgstr "XXXXXX" #: 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 -#: src/view/screens/PreferencesHomeFeed.tsx:271 +#: src/view/screens/PreferencesFollowingFeed.tsx:129 +#: src/view/screens/PreferencesFollowingFeed.tsx:201 +#: src/view/screens/PreferencesFollowingFeed.tsx:236 +#: src/view/screens/PreferencesFollowingFeed.tsx:271 #: src/view/screens/PreferencesThreads.tsx:106 #: src/view/screens/PreferencesThreads.tsx:129 msgid "Yes" @@ -4438,6 +5773,10 @@ msgstr "Tá" msgid "You are in line." msgstr "Tá tú sa scuaine." +#: src/view/com/profile/ProfileFollows.tsx:86 +msgid "You are not following anyone." +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." @@ -4447,16 +5786,20 @@ msgstr "Is féidir leat sainfhothaí nua a aimsiú le leanúint." #~ msgid "You can also try our \"Discover\" algorithm:" #~ msgstr "Tig leat freisin triail a bhaint as ár n-algartam “Discover”:" -#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +#: src/screens/Onboarding/StepFollowingFeed.tsx:143 msgid "You can change these settings later." msgstr "Is féidir leat na socruithe seo a athrú níos déanaí." -#: src/view/com/auth/login/Login.tsx:158 -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 +#: src/screens/Login/index.tsx:158 +#: src/screens/Login/PasswordUpdatedForm.tsx:33 msgid "You can now sign in with your new password." msgstr "Is féidir leat logáil isteach le do phasfhocal nua anois." -#: src/view/com/modals/InviteCodes.tsx:66 +#: src/view/com/profile/ProfileFollowers.tsx:86 +msgid "You do not have any followers." +msgstr "" + +#: src/view/com/modals/InviteCodes.tsx:67 msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer." msgstr "Níl aon chóid chuiridh agat fós! Cuirfidh muid cúpla cód chugat tar éis duit beagán ama a chaitheamh anseo." @@ -4472,24 +5815,43 @@ msgstr "Níl aon fhothaí sábháilte agat!" msgid "You don't have any saved feeds." msgstr "Níl aon fhothaí sábháilte agat." -#: src/view/com/post-thread/PostThread.tsx:464 +#: src/view/com/post-thread/PostThread.tsx:159 msgid "You have blocked the author or you have been blocked by the author." msgstr "Bhlocáil tú an t-údar nó tá tú blocáilte ag an údar." -#: src/view/com/modals/ModerationDetails.tsx:56 +#: src/components/moderation/ModerationDetailsDialog.tsx:66 +#: src/lib/moderation/useModerationCauseDescription.ts:50 +#: src/lib/moderation/useModerationCauseDescription.ts:58 msgid "You have blocked this user. You cannot view their content." msgstr "Bhlocáil tú an cuntas seo. Ní féidir leat a gcuid ábhar a fheiceáil." -#: src/view/com/auth/login/SetNewPasswordForm.tsx:57 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:92 +#: src/screens/Login/SetNewPasswordForm.tsx:54 +#: src/screens/Login/SetNewPasswordForm.tsx:91 #: src/view/com/modals/ChangePassword.tsx:87 #: src/view/com/modals/ChangePassword.tsx:121 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Tá tú tar éis cód míchruinn a chur isteach. Ba cheart an cruth seo a bheith air: XXXXX-XXXXX." +#: src/lib/moderation/useModerationCauseDescription.ts:109 +msgid "You have hidden this post" +msgstr "" + +#: src/components/moderation/ModerationDetailsDialog.tsx:101 +msgid "You have hidden this post." +msgstr "" + +#: src/components/moderation/ModerationDetailsDialog.tsx:94 +#: src/lib/moderation/useModerationCauseDescription.ts:92 +msgid "You have muted this account." +msgstr "" + +#: src/lib/moderation/useModerationCauseDescription.ts:86 +msgid "You have muted this user" +msgstr "" + #: src/view/com/modals/ModerationDetails.tsx:87 -msgid "You have muted this user." -msgstr "Chuir tú an cuntas seo i bhfolach." +#~ msgid "You have muted this user." +#~ msgstr "Chuir tú an cuntas seo i bhfolach." #: src/view/com/feeds/ProfileFeedgens.tsx:136 msgid "You have no feeds." @@ -4501,38 +5863,62 @@ msgid "You have no lists." msgstr "Níl aon liostaí agat." #: src/view/screens/ModerationBlockedAccounts.tsx:132 -msgid "You have not blocked any accounts yet. To block an account, go to their profile and selected \"Block account\" from the menu on their account." -msgstr "Níor bhlocáil tú aon chuntas fós. Le cuntas a bhlocáil, téigh go dtí a bpróifíl agus roghnaigh “Blocáil an cuntas seo” ar an gclár ansin." +msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account." +msgstr "" + +#: src/view/screens/ModerationBlockedAccounts.tsx:132 +#~ msgid "You have not blocked any accounts yet. To block an account, go to their profile and selected \"Block account\" from the menu on their account." +#~ msgstr "Níor bhlocáil tú aon chuntas fós. Le cuntas a bhlocáil, téigh go dtí a bpróifíl agus roghnaigh “Blocáil an cuntas seo” ar an gclár ansin." -#: src/view/screens/AppPasswords.tsx:87 +#: src/view/screens/AppPasswords.tsx:89 msgid "You have not created any app passwords yet. You can create one by pressing the button below." msgstr "Níor chruthaigh tú aon phasfhocal aipe fós. Is féidir leat ceann a chruthú ach brú ar an gcnaipe thíos." #: src/view/screens/ModerationMutedAccounts.tsx:131 -msgid "You have not muted any accounts yet. To mute an account, go to their profile and selected \"Mute account\" from the menu on their account." -msgstr "Níor chuir tú aon chuntas i bhfolach fós. Le cuntas a chur i bhfolach, téigh go dtí a bpróifíl agus roghnaigh “Cuir an cuntas i bhfolach” ar an gclár ansin." +msgid "You have not muted any accounts yet. To mute an account, go to their profile and select \"Mute account\" from the menu on their account." +msgstr "" + +#: src/view/screens/ModerationMutedAccounts.tsx:131 +#~ msgid "You have not muted any accounts yet. To mute an account, go to their profile and selected \"Mute account\" from the menu on their account." +#~ msgstr "Níor chuir tú aon chuntas i bhfolach fós. Le cuntas a chur i bhfolach, téigh go dtí a bpróifíl agus roghnaigh “Cuir an cuntas i bhfolach” ar an gclár ansin." + +#: src/components/dialogs/MutedWords.tsx:249 +msgid "You haven't muted any words or tags yet" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:68 +msgid "You may appeal these labels if you feel they were placed in error." +msgstr "" + +#: src/screens/Signup/StepInfo/Policies.tsx:79 +msgid "You must be 13 years of age or older to sign up." +msgstr "" #: src/view/com/modals/ContentFilteringSettings.tsx:175 -msgid "You must be 18 or older to enable adult content." -msgstr "Caithfidh tú a bheith 18 mbliana d’aois nó níos sine le hábhar do dhaoine fásta a fháil." +#~ msgid "You must be 18 or older to enable adult content." +#~ msgstr "Caithfidh tú a bheith 18 mbliana d’aois nó níos sine le hábhar do dhaoine fásta a fháil." -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:103 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:110 msgid "You must be 18 years or older to enable adult content" msgstr "Caithfidh tú a bheith 18 mbliana d’aois nó níos sine le hábhar do dhaoine fásta a fháil." -#: src/view/com/util/forms/PostDropdownBtn.tsx:98 +#: src/components/ReportDialog/SubmitView.tsx:205 +msgid "You must select at least one labeler for a report" +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:144 msgid "You will no longer receive notifications for this thread" msgstr "Ní bhfaighidh tú fógraí don snáithe seo a thuilleadh." -#: src/view/com/util/forms/PostDropdownBtn.tsx:101 +#: src/view/com/util/forms/PostDropdownBtn.tsx:147 msgid "You will now receive notifications for this thread" msgstr "Gheobhaidh tú fógraí don snáithe seo anois." -#: src/view/com/auth/login/SetNewPasswordForm.tsx:107 +#: src/screens/Login/SetNewPasswordForm.tsx:104 msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Gheobhaidh tú teachtaireacht ríomhphoist le “cód athshocraithe” ann. Cuir an cód sin isteach anseo, ansin cuir do phasfhocal nua isteach." -#: src/screens/Onboarding/StepModeration/index.tsx:72 +#: src/screens/Onboarding/StepModeration/index.tsx:60 msgid "You're in control" msgstr "Tá sé faoi do stiúir" @@ -4542,19 +5928,24 @@ msgstr "Tá sé faoi do stiúir" msgid "You're in line" msgstr "Tá tú sa scuaine" -#: src/screens/Onboarding/StepFinished.tsx:90 +#: src/screens/Onboarding/StepFinished.tsx:94 msgid "You're ready to go!" msgstr "Tá tú réidh!" +#: src/components/moderation/ModerationDetailsDialog.tsx:98 +#: src/lib/moderation/useModerationCauseDescription.ts:101 +msgid "You've chosen to hide a word or tag within this post." +msgstr "" + #: src/view/com/posts/FollowingEndOfFeed.tsx:48 msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Tháinig tú go deireadh d’fhotha! Aimsigh cuntais eile le leanúint." -#: src/view/com/auth/create/Step1.tsx:74 +#: src/screens/Signup/index.tsx:150 msgid "Your account" msgstr "Do chuntas" -#: src/view/com/modals/DeleteAccount.tsx:67 +#: src/view/com/modals/DeleteAccount.tsx:68 msgid "Your account has been deleted" msgstr "Scriosadh do chuntas" @@ -4562,7 +5953,7 @@ msgstr "Scriosadh do chuntas" msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Is féidir cartlann do chuntais, a bhfuil na taifid phoiblí uile inti, a íoslódáil mar chomhad “CAR”. Ní bheidh aon mheáin leabaithe (íomhánna, mar shampla) ná do shonraí príobháideacha inti. Ní mór iad a fháil ar dhóigh eile." -#: src/view/com/auth/create/Step1.tsx:238 +#: src/screens/Signup/StepInfo/index.tsx:121 msgid "Your birth date" msgstr "Do bhreithlá" @@ -4570,19 +5961,19 @@ msgstr "Do bhreithlá" msgid "Your choice will be saved, but can be changed later in settings." msgstr "Sábhálfar do rogha, ach is féidir é athrú níos déanaí sna socruithe." -#: src/screens/Onboarding/StepFollowingFeed.tsx:61 +#: src/screens/Onboarding/StepFollowingFeed.tsx:62 msgid "Your default feed is \"Following\"" msgstr "Is é “Following” d’fhotha réamhshocraithe" -#: src/view/com/auth/create/state.ts:110 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:70 +#: src/screens/Login/ForgotPasswordForm.tsx:57 +#: src/screens/Signup/state.ts:227 #: src/view/com/modals/ChangePassword.tsx:54 msgid "Your email appears to be invalid." msgstr "Is cosúil go bhfuil do ríomhphost neamhbhailí." #: src/view/com/modals/Waitlist.tsx:109 -msgid "Your email has been saved! We'll be in touch soon." -msgstr "Cláraíodh do sheoladh ríomhphost! Beidh muid i dteagmháil leat go luath." +#~ msgid "Your email has been saved! We'll be in touch soon." +#~ msgstr "Cláraíodh do sheoladh ríomhphost! Beidh muid i dteagmháil leat go luath." #: src/view/com/modals/ChangeEmail.tsx:125 msgid "Your email has been updated but not verified. As a next step, please verify your new email." @@ -4596,11 +5987,11 @@ msgstr "Níor dearbhaíodh do sheoladh ríomhphoist fós. Is tábhachtach an ch msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Tá an fotha de na daoine a leanann tú folamh! Lean tuilleadh úsáideoirí le feiceáil céard atá ar siúl." -#: src/view/com/auth/create/Step2.tsx:48 +#: src/screens/Signup/StepHandle.tsx:72 msgid "Your full handle will be" msgstr "Do leasainm iomlán anseo:" -#: src/view/com/modals/ChangeHandle.tsx:270 +#: src/view/com/modals/ChangeHandle.tsx:271 msgid "Your full handle will be <0>@{0}</0>" msgstr "Do leasainm iomlán anseo: <0>@{0}</0>" @@ -4609,29 +6000,32 @@ msgstr "Do leasainm iomlán anseo: <0>@{0}</0>" #~ msgid "Your invite codes are hidden when logged in using an App Password" #~ msgstr "Níl do chuid cód cuiridh le feiceáil nuair atá tú logáilte isteach le pasfhocal aipe" -#: src/view/com/modals/ChangePassword.tsx:155 +#: src/components/dialogs/MutedWords.tsx:220 +msgid "Your muted words" +msgstr "" + +#: src/view/com/modals/ChangePassword.tsx:157 msgid "Your password has been changed successfully!" msgstr "Athraíodh do phasfhocal!" -#: src/view/com/composer/Composer.tsx:267 +#: src/view/com/composer/Composer.tsx:284 msgid "Your post has been published" msgstr "Foilsíodh do phostáil" -#: src/screens/Onboarding/StepFinished.tsx:105 +#: src/screens/Onboarding/StepFinished.tsx:109 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 -#: src/view/com/auth/onboarding/WelcomeMobile.tsx:59 +#: src/view/com/auth/onboarding/WelcomeMobile.tsx:61 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Tá do chuid postálacha, moltaí, agus blocálacha poiblí. Is príobháideach iad na cuntais a chuireann tú i bhfolach." -#: src/view/com/modals/SwitchAccount.tsx:84 -#: src/view/screens/Settings/index.tsx:118 +#: src/view/screens/Settings/index.tsx:125 msgid "Your profile" msgstr "Do phróifíl" -#: src/view/com/composer/Composer.tsx:266 +#: src/view/com/composer/Composer.tsx:283 msgid "Your reply has been published" msgstr "Foilsíodh do fhreagra" -#: src/view/com/auth/create/Step2.tsx:28 +#: src/screens/Signup/index.tsx:152 msgid "Your user handle" msgstr "Do leasainm" diff --git a/src/locale/locales/hi/messages.po b/src/locale/locales/hi/messages.po index fbccdc223..437ecb262 100644 --- a/src/locale/locales/hi/messages.po +++ b/src/locale/locales/hi/messages.po @@ -21,7 +21,7 @@ msgstr "" #~ msgid "{0, plural, one {# invite code available} other {# invite codes available}}" #~ msgstr "" -#: src/screens/Profile/Header/Metrics.tsx:45 +#: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "" @@ -51,7 +51,7 @@ msgstr "" msgid "<0>{0}</0> following" msgstr "" -#: src/screens/Profile/Header/Metrics.tsx:46 +#: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} </0><1>following</1>" msgstr "" @@ -84,7 +84,7 @@ msgstr "" #~ msgstr "ऐप का एक नया संस्करण उपलब्ध है. कृपया ऐप का उपयोग जारी रखने के लिए अपडेट करें।" #: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:648 +#: src/view/screens/Search/Search.tsx:649 msgid "Access navigation links and settings" msgstr "" @@ -92,7 +92,7 @@ msgstr "" msgid "Access profile and other navigation links" msgstr "" -#: src/view/com/modals/EditImage.tsx:299 +#: src/view/com/modals/EditImage.tsx:300 #: src/view/screens/Settings/index.tsx:470 msgid "Accessibility" msgstr "प्रवेर्शयोग्यता" @@ -101,7 +101,7 @@ msgstr "प्रवेर्शयोग्यता" msgid "account" msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:144 #: src/view/screens/Settings/index.tsx:327 #: src/view/screens/Settings/index.tsx:743 msgid "Account" @@ -119,12 +119,12 @@ msgstr "" msgid "Account muted" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:94 +#: src/components/moderation/ModerationDetailsDialog.tsx:93 #: src/lib/moderation/useModerationCauseDescription.ts:91 msgid "Account Muted" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:83 +#: src/components/moderation/ModerationDetailsDialog.tsx:82 msgid "Account Muted by List" msgstr "" @@ -136,7 +136,7 @@ msgstr "अकाउंट के विकल्प" msgid "Account removed from quick access" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:130 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "" @@ -149,7 +149,7 @@ msgstr "" msgid "Account unmuted" msgstr "" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:219 @@ -165,6 +165,7 @@ msgstr "सामग्री चेतावनी जोड़ें" msgid "Add a user to this list" msgstr "इस सूची में किसी को जोड़ें" +#: src/components/dialogs/SwitchAccount.tsx:55 #: src/view/screens/Settings/index.tsx:402 #: src/view/screens/Settings/index.tsx:411 msgid "Add account" @@ -172,7 +173,7 @@ msgstr "अकाउंट जोड़ें" #: src/view/com/composer/photos/Gallery.tsx:119 #: src/view/com/composer/photos/Gallery.tsx:180 -#: src/view/com/modals/AltImage.tsx:116 +#: src/view/com/modals/AltImage.tsx:117 msgid "Add alt text" msgstr "इस फ़ोटो में विवरण जोड़ें" @@ -191,23 +192,23 @@ msgstr "" #~ msgid "Add details to report" #~ msgstr "रिपोर्ट करने के लिए विवरण जोड़ें" -#: src/view/com/composer/Composer.tsx:466 +#: src/view/com/composer/Composer.tsx:467 msgid "Add link card" msgstr "लिंक कार्ड जोड़ें" -#: src/view/com/composer/Composer.tsx:471 +#: src/view/com/composer/Composer.tsx:472 msgid "Add link card:" msgstr "लिंक कार्ड जोड़ें:" -#: src/components/dialogs/MutedWords.tsx:158 +#: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" msgstr "" -#: src/components/dialogs/MutedWords.tsx:87 +#: src/components/dialogs/MutedWords.tsx:86 msgid "Add muted words and tags" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:417 +#: src/view/com/modals/ChangeHandle.tsx:416 msgid "Add the following DNS record to your domain:" msgstr "अपने डोमेन में निम्नलिखित DNS रिकॉर्ड जोड़ें:" @@ -237,6 +238,7 @@ msgstr "" msgid "Adjust the number of likes a reply must have to be shown in your feed." msgstr "पसंद की संख्या को समायोजित करें उत्तर को आपके फ़ीड में दिखाया जाना चाहिए।।" +#: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:117 #: src/view/com/modals/SelfLabel.tsx:75 msgid "Adult Content" @@ -250,11 +252,11 @@ msgstr "वयस्क सामग्री" #~ msgid "Adult content can only be enabled via the Web at <0>bsky.app</0>." #~ msgstr "" -#: src/components/moderation/ModerationLabelPref.tsx:114 +#: src/components/moderation/LabelPreference.tsx:242 msgid "Adult content is disabled." msgstr "" -#: src/screens/Moderation/index.tsx:377 +#: src/screens/Moderation/index.tsx:375 #: src/view/screens/Settings/index.tsx:684 msgid "Advanced" msgstr "विकसित" @@ -263,12 +265,12 @@ msgstr "विकसित" msgid "All the feeds you've saved, right in one place." msgstr "" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:221 +#: src/screens/Login/ForgotPasswordForm.tsx:178 #: src/view/com/modals/ChangePassword.tsx:170 msgid "Already have a code?" msgstr "" -#: src/view/com/auth/login/ChooseAccountForm.tsx:103 +#: src/screens/Login/ChooseAccountForm.tsx:39 msgid "Already signed in as @{0}" msgstr "" @@ -276,7 +278,7 @@ msgstr "" msgid "ALT" msgstr "ALT" -#: src/view/com/modals/EditImage.tsx:315 +#: src/view/com/modals/EditImage.tsx:316 msgid "Alt text" msgstr "वैकल्पिक पाठ" @@ -324,11 +326,11 @@ msgstr "ऐप भाषा" msgid "App password deleted" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:134 +#: src/view/com/modals/AddAppPasswords.tsx:135 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:99 +#: src/view/com/modals/AddAppPasswords.tsx:100 msgid "App Password names must be at least 4 characters long." msgstr "" @@ -346,12 +348,12 @@ msgstr "" msgid "App Passwords" msgstr "ऐप पासवर्ड" -#: src/components/moderation/LabelsOnMeDialog.tsx:134 -#: src/components/moderation/LabelsOnMeDialog.tsx:137 +#: src/components/moderation/LabelsOnMeDialog.tsx:133 +#: src/components/moderation/LabelsOnMeDialog.tsx:136 msgid "Appeal" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:202 +#: src/components/moderation/LabelsOnMeDialog.tsx:201 msgid "Appeal \"{0}\" label" msgstr "" @@ -364,7 +366,7 @@ msgstr "" #~ msgid "Appeal Content Warning" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:193 +#: src/components/moderation/LabelsOnMeDialog.tsx:192 msgid "Appeal submitted." msgstr "" @@ -388,11 +390,11 @@ msgstr "क्या आप वाकई ऐप पासवर्ड \"{name}\" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:509 msgid "Are you sure you'd like to discard this draft?" msgstr "क्या आप वाकई इस ड्राफ्ट को हटाना करना चाहेंगे?" -#: src/components/dialogs/MutedWords.tsx:282 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "क्या आप वास्तव में इसे करना चाहते हैं?" @@ -412,14 +414,22 @@ msgstr "" msgid "Artistic or non-erotic nudity." msgstr "कलात्मक या गैर-कामुक नग्नता।।" +#: src/screens/Signup/StepHandle.tsx:118 +msgid "At least 3 characters" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:246 #: src/components/moderation/LabelsOnMeDialog.tsx:247 -#: src/components/moderation/LabelsOnMeDialog.tsx:248 -#: src/screens/Profile/Header/Shell.tsx:97 -#: src/view/com/auth/create/CreateAccount.tsx:158 -#: src/view/com/auth/login/ChooseAccountForm.tsx:160 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:174 -#: src/view/com/auth/login/LoginForm.tsx:262 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:179 +#: src/screens/Login/ChooseAccountForm.tsx:73 +#: src/screens/Login/ChooseAccountForm.tsx:78 +#: src/screens/Login/ForgotPasswordForm.tsx:129 +#: src/screens/Login/ForgotPasswordForm.tsx:135 +#: src/screens/Login/LoginForm.tsx:221 +#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/SetNewPasswordForm.tsx:160 +#: src/screens/Login/SetNewPasswordForm.tsx:166 +#: src/screens/Profile/Header/Shell.tsx:96 +#: src/screens/Signup/index.tsx:179 #: src/view/com/util/ViewHeader.tsx:87 msgid "Back" msgstr "वापस" @@ -429,7 +439,7 @@ msgstr "वापस" #~ msgid "Back" #~ msgstr "" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:144 msgid "Based on your interest in {interestsText}" msgstr "" @@ -438,7 +448,6 @@ msgid "Basics" msgstr "मूल बातें" #: src/components/dialogs/BirthDateSettings.tsx:107 -#: src/view/com/auth/create/Step1.tsx:227 msgid "Birthday" msgstr "जन्मदिन" @@ -446,7 +455,7 @@ msgstr "जन्मदिन" msgid "Birthday:" msgstr "जन्मदिन:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "" @@ -482,7 +491,7 @@ msgstr "खाता ब्लॉक करें?" msgid "Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:267 msgid "Blocked accounts" msgstr "ब्लॉक किए गए खाते" @@ -503,7 +512,7 @@ msgstr "अवरुद्ध खाते आपके थ्रेड्स msgid "Blocked post." msgstr "ब्लॉक पोस्ट।" -#: src/screens/Profile/Sections/Labels.tsx:153 +#: src/screens/Profile/Sections/Labels.tsx:152 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "" @@ -515,18 +524,18 @@ msgstr "अवरोधन सार्वजनिक है. अवरुद msgid "Blocking will not prevent labels from being applied on your account, but it will stop this account from replying in your threads or interacting with you." msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:97 -#: src/view/com/auth/SplashScreen.web.tsx:133 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:98 +#: src/view/com/auth/SplashScreen.web.tsx:169 msgid "Blog" msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:31 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:32 #: src/view/com/auth/server-input/index.tsx:89 -#: src/view/com/auth/server-input/index.tsx:90 +#: src/view/com/auth/server-input/index.tsx:91 msgid "Bluesky" msgstr "Bluesky" -#: src/view/com/auth/server-input/index.tsx:150 +#: src/view/com/auth/server-input/index.tsx:154 msgid "Bluesky is an open network where you can choose your hosting provider. Custom hosting is now available in beta for developers." msgstr "" @@ -549,7 +558,7 @@ msgstr "Bluesky सार्वजनिक है।।" #~ msgid "Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon." #~ msgstr "ब्लूस्की एक स्वस्थ समुदाय बनाने के लिए आमंत्रित करता है। यदि आप किसी को आमंत्रित नहीं करते हैं, तो आप प्रतीक्षा सूची के लिए साइन अप कर सकते हैं और हम जल्द ही एक भेज देंगे।।" -#: src/screens/Moderation/index.tsx:535 +#: src/screens/Moderation/index.tsx:533 msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private." msgstr "" @@ -570,11 +579,11 @@ msgid "Books" msgstr "" #: src/view/screens/Settings/index.tsx:893 -msgid "Build version {0} {1}" -msgstr "Build version {0} {1}" +#~ msgid "Build version {0} {1}" +#~ msgstr "Build version {0} {1}" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:128 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:92 +#: src/view/com/auth/SplashScreen.web.tsx:166 msgid "Business" msgstr "" @@ -598,7 +607,7 @@ msgstr "" msgid "by <0/>" msgstr "" -#: src/view/com/auth/create/Policies.tsx:87 +#: src/screens/Signup/StepInfo/Policies.tsx:74 msgid "By creating an account you agree to the {els}." msgstr "" @@ -610,62 +619,62 @@ msgstr "" msgid "Camera" msgstr "कैमरा" -#: src/view/com/modals/AddAppPasswords.tsx:216 +#: src/view/com/modals/AddAppPasswords.tsx:217 msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long." msgstr "केवल अक्षर, संख्या, रिक्त स्थान, डैश और अंडरस्कोर हो सकते हैं। कम से कम 4 अक्षर लंबा होना चाहिए, लेकिन 32 अक्षरों से अधिक लंबा नहीं होना चाहिए।।" #: src/components/Menu/index.tsx:213 -#: src/components/Prompt.tsx:116 -#: src/components/Prompt.tsx:118 +#: src/components/Prompt.tsx:113 +#: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:316 -#: src/view/com/composer/Composer.tsx:321 +#: src/view/com/composer/Composer.tsx:317 +#: src/view/com/composer/Composer.tsx:322 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/ChangeHandle.tsx:153 +#: src/view/com/modals/ChangeHandle.tsx:154 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 -#: src/view/com/modals/CreateOrEditList.tsx:355 -#: src/view/com/modals/crop-image/CropImage.web.tsx:137 -#: src/view/com/modals/EditImage.tsx:323 -#: src/view/com/modals/EditProfile.tsx:249 +#: src/view/com/modals/CreateOrEditList.tsx:356 +#: src/view/com/modals/crop-image/CropImage.web.tsx:138 +#: src/view/com/modals/EditImage.tsx:324 +#: src/view/com/modals/EditProfile.tsx:250 #: src/view/com/modals/InAppBrowserConsent.tsx:78 #: src/view/com/modals/InAppBrowserConsent.tsx:80 -#: src/view/com/modals/LinkWarning.tsx:87 -#: src/view/com/modals/LinkWarning.tsx:89 -#: src/view/com/modals/Repost.tsx:87 +#: src/view/com/modals/LinkWarning.tsx:105 +#: src/view/com/modals/LinkWarning.tsx:107 +#: src/view/com/modals/Repost.tsx:88 #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:717 +#: src/view/screens/Search/Search.tsx:718 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "कैंसिल" -#: src/view/com/modals/CreateOrEditList.tsx:360 -#: src/view/com/modals/DeleteAccount.tsx:156 -#: src/view/com/modals/DeleteAccount.tsx:234 +#: src/view/com/modals/CreateOrEditList.tsx:361 +#: src/view/com/modals/DeleteAccount.tsx:155 +#: src/view/com/modals/DeleteAccount.tsx:233 msgctxt "action" msgid "Cancel" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:152 -#: src/view/com/modals/DeleteAccount.tsx:230 +#: src/view/com/modals/DeleteAccount.tsx:151 +#: src/view/com/modals/DeleteAccount.tsx:229 msgid "Cancel account deletion" msgstr "अकाउंट बंद मत करो" -#: src/view/com/modals/ChangeHandle.tsx:149 +#: src/view/com/modals/ChangeHandle.tsx:150 msgid "Cancel change handle" msgstr "नाम मत बदलो" -#: src/view/com/modals/crop-image/CropImage.web.tsx:134 +#: src/view/com/modals/crop-image/CropImage.web.tsx:135 msgid "Cancel image crop" msgstr "तस्वीर को क्रॉप मत करो" -#: src/view/com/modals/EditProfile.tsx:244 +#: src/view/com/modals/EditProfile.tsx:245 msgid "Cancel profile editing" msgstr "प्रोफ़ाइल संपादन मत करो" -#: src/view/com/modals/Repost.tsx:78 +#: src/view/com/modals/Repost.tsx:79 msgid "Cancel quote post" msgstr "कोटे पोस्ट मत करो" @@ -678,7 +687,7 @@ msgstr "खोज मत करो" #~ msgid "Cancel waitlist signup" #~ msgstr "प्रतीक्षा सूची पंजीकरण मत करो" -#: src/view/com/modals/LinkWarning.tsx:88 +#: src/view/com/modals/LinkWarning.tsx:106 msgid "Cancels opening the linked website" msgstr "" @@ -695,7 +704,7 @@ msgstr "परिवर्तन" msgid "Change handle" msgstr "हैंडल बदलें" -#: src/view/com/modals/ChangeHandle.tsx:161 +#: src/view/com/modals/ChangeHandle.tsx:162 #: src/view/screens/Settings/index.tsx:727 msgid "Change Handle" msgstr "हैंडल बदलें" @@ -738,7 +747,7 @@ msgstr "कुछ अनुशंसित फ़ीड देखें. उन msgid "Check out some recommended users. Follow them to see similar users." msgstr "कुछ अनुशंसित उपयोगकर्ताओं की जाँच करें। ऐसे ही उपयोगकर्ता देखने के लिए उनका अनुसरण करें।" -#: src/view/com/modals/DeleteAccount.tsx:169 +#: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "नीचे प्रवेश करने के लिए OTP कोड के साथ एक ईमेल के लिए अपने इनबॉक्स की जाँच करें:" @@ -754,7 +763,7 @@ msgstr "" msgid "Choose Service" msgstr "सेवा चुनें" -#: src/screens/Onboarding/StepFinished.tsx:135 +#: src/screens/Onboarding/StepFinished.tsx:139 msgid "Choose the algorithms that power your custom feeds." msgstr "" @@ -767,11 +776,11 @@ msgstr "उन एल्गोरिदम का चयन करें जो #~ msgid "Choose your algorithmic feeds" #~ msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:104 msgid "Choose your main feeds" msgstr "" -#: src/view/com/auth/create/Step1.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:112 msgid "Choose your password" msgstr "अपना पासवर्ड चुनें" @@ -792,7 +801,7 @@ msgid "Clear all storage data (restart after this)" msgstr "" #: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:698 +#: src/view/screens/Search/Search.tsx:699 msgid "Clear search query" msgstr "खोज क्वेरी साफ़ करें" @@ -812,7 +821,7 @@ msgstr "" msgid "Click here to open tag menu for {tag}" msgstr "" -#: src/components/RichText.tsx:191 +#: src/components/RichText.tsx:192 msgid "Click here to open tag menu for #{tag}" msgstr "" @@ -825,12 +834,12 @@ msgstr "" msgid "Close" msgstr "" -#: src/components/Dialog/index.web.tsx:84 -#: src/components/Dialog/index.web.tsx:198 +#: src/components/Dialog/index.web.tsx:106 +#: src/components/Dialog/index.web.tsx:218 msgid "Close active dialog" msgstr "" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:38 +#: src/screens/Login/PasswordUpdatedForm.tsx:38 msgid "Close alert" msgstr "चेतावनी को बंद करो" @@ -859,11 +868,11 @@ msgstr "" msgid "Closes bottom navigation bar" msgstr "" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:39 +#: src/screens/Login/PasswordUpdatedForm.tsx:39 msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:318 +#: src/view/com/composer/Composer.tsx:319 msgid "Closes post composer and discards post draft" msgstr "" @@ -888,15 +897,15 @@ msgstr "" msgid "Community Guidelines" msgstr "समुदाय दिशानिर्देश" -#: src/screens/Onboarding/StepFinished.tsx:148 +#: src/screens/Onboarding/StepFinished.tsx:152 msgid "Complete onboarding and start using your account" msgstr "" -#: src/view/com/auth/create/Step3.tsx:73 +#: src/screens/Signup/index.tsx:154 msgid "Complete the challenge" msgstr "" -#: src/view/com/composer/Composer.tsx:437 +#: src/view/com/composer/Composer.tsx:438 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "" @@ -904,18 +913,20 @@ msgstr "" msgid "Compose reply" msgstr "जवाब लिखो" -#: src/components/moderation/GlobalModerationLabelPref.tsx:69 -#: src/components/moderation/ModerationLabelPref.tsx:149 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 msgid "Configure content filtering setting for category: {0}" msgstr "" -#: src/components/moderation/ModerationLabelPref.tsx:116 +#: src/components/moderation/LabelPreference.tsx:81 +msgid "Configure content filtering setting for category: {name}" +msgstr "" + +#: src/components/moderation/LabelPreference.tsx:244 msgid "Configured in <0>moderation settings</0>." msgstr "" -#: src/components/Prompt.tsx:152 -#: src/components/Prompt.tsx:155 +#: src/components/Prompt.tsx:153 +#: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 #: src/view/com/modals/VerifyEmail.tsx:231 #: src/view/com/modals/VerifyEmail.tsx:233 @@ -935,11 +946,11 @@ msgstr "हो गया" msgid "Confirm Change" msgstr "बदलाव की पुष्टि करें" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:35 msgid "Confirm content language settings" msgstr "सामग्री भाषा सेटिंग्स की पुष्टि करें" -#: src/view/com/modals/DeleteAccount.tsx:220 +#: src/view/com/modals/DeleteAccount.tsx:219 msgid "Confirm delete account" msgstr "खाते को हटा दें" @@ -947,17 +958,17 @@ msgstr "खाते को हटा दें" #~ msgid "Confirm your age to enable adult content." #~ msgstr "" -#: src/screens/Moderation/index.tsx:303 +#: src/screens/Moderation/index.tsx:301 msgid "Confirm your age:" msgstr "" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:292 msgid "Confirm your birthdate" msgstr "" #: src/view/com/modals/ChangeEmail.tsx:157 -#: src/view/com/modals/DeleteAccount.tsx:176 -#: src/view/com/modals/DeleteAccount.tsx:182 +#: src/view/com/modals/DeleteAccount.tsx:175 +#: src/view/com/modals/DeleteAccount.tsx:181 #: src/view/com/modals/VerifyEmail.tsx:165 msgid "Confirmation code" msgstr "OTP कोड" @@ -966,12 +977,11 @@ msgstr "OTP कोड" #~ msgid "Confirms signing up {email} to the waitlist" #~ msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:193 -#: src/view/com/auth/login/LoginForm.tsx:281 +#: src/screens/Login/LoginForm.tsx:248 msgid "Connecting..." msgstr "कनेक्टिंग ..।" -#: src/view/com/auth/create/CreateAccount.tsx:213 +#: src/screens/Signup/index.tsx:219 msgid "Contact support" msgstr "" @@ -991,7 +1001,7 @@ msgstr "" #~ msgid "Content Filtering" #~ msgstr "सामग्री फ़िल्टरिंग" -#: src/screens/Moderation/index.tsx:287 +#: src/screens/Moderation/index.tsx:285 msgid "Content filters" msgstr "" @@ -1000,13 +1010,13 @@ msgstr "" msgid "Content Languages" msgstr "सामग्री भाषा" -#: src/components/moderation/ModerationDetailsDialog.tsx:76 +#: src/components/moderation/ModerationDetailsDialog.tsx:75 #: src/lib/moderation/useModerationCauseDescription.ts:75 msgid "Content Not Available" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:47 -#: src/components/moderation/ScreenHider.tsx:100 +#: src/components/moderation/ModerationDetailsDialog.tsx:46 +#: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 #: src/lib/moderation/useModerationCauseDescription.ts:38 msgid "Content Warning" @@ -1020,29 +1030,34 @@ msgstr "सामग्री चेतावनी" msgid "Context menu backdrop, click to close the menu." msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:170 -#: src/screens/Onboarding/StepFollowingFeed.tsx:153 -#: src/screens/Onboarding/StepInterests/index.tsx:248 -#: src/screens/Onboarding/StepModeration/index.tsx:102 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:114 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:161 +#: src/screens/Onboarding/StepFollowingFeed.tsx:154 +#: src/screens/Onboarding/StepInterests/index.tsx:252 +#: src/screens/Onboarding/StepModeration/index.tsx:103 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:118 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:96 msgid "Continue" msgstr "आगे बढ़ें" -#: src/screens/Onboarding/StepFollowingFeed.tsx:150 -#: src/screens/Onboarding/StepInterests/index.tsx:245 -#: src/screens/Onboarding/StepModeration/index.tsx:99 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:111 +#: src/components/AccountList.tsx:108 +msgid "Continue as {0} (currently signed in)" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:151 +#: src/screens/Onboarding/StepInterests/index.tsx:249 +#: src/screens/Onboarding/StepModeration/index.tsx:100 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:115 +#: src/screens/Signup/index.tsx:198 msgid "Continue to next step" msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:167 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:158 msgid "Continue to the next step" msgstr "" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:199 msgid "Continue to the next step without following any accounts" msgstr "" @@ -1050,8 +1065,8 @@ msgstr "" msgid "Cooking" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:195 -#: src/view/com/modals/InviteCodes.tsx:182 +#: src/view/com/modals/AddAppPasswords.tsx:196 +#: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "कॉपी कर ली" @@ -1059,22 +1074,22 @@ msgstr "कॉपी कर ली" msgid "Copied build version to clipboard" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:76 -#: src/view/com/modals/ChangeHandle.tsx:327 -#: src/view/com/modals/InviteCodes.tsx:152 +#: src/view/com/modals/AddAppPasswords.tsx:77 +#: src/view/com/modals/ChangeHandle.tsx:326 +#: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:158 msgid "Copied to clipboard" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:189 +#: src/view/com/modals/AddAppPasswords.tsx:190 msgid "Copies app password" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:188 +#: src/view/com/modals/AddAppPasswords.tsx:189 msgid "Copy" msgstr "कॉपी" -#: src/view/com/modals/ChangeHandle.tsx:481 +#: src/view/com/modals/ChangeHandle.tsx:480 msgid "Copy {0}" msgstr "" @@ -1101,7 +1116,7 @@ msgstr "पोस्ट टेक्स्ट कॉपी करें" msgid "Copyright Policy" msgstr "कॉपीराइट नीति" -#: src/view/screens/ProfileFeed.tsx:102 +#: src/view/screens/ProfileFeed.tsx:103 msgid "Could not load feed" msgstr "फ़ीड लोड नहीं कर सकता" @@ -1113,9 +1128,9 @@ msgstr "सूची लोड नहीं कर सकता" #~ msgid "Country" #~ msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:64 -#: src/view/com/auth/SplashScreen.tsx:73 -#: src/view/com/auth/SplashScreen.web.tsx:81 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:65 +#: src/view/com/auth/SplashScreen.tsx:75 +#: src/view/com/auth/SplashScreen.web.tsx:104 msgid "Create a new account" msgstr "नया खाता बनाएं" @@ -1123,20 +1138,21 @@ msgstr "नया खाता बनाएं" msgid "Create a new Bluesky account" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:133 +#: src/screens/Signup/index.tsx:129 msgid "Create Account" msgstr "खाता बनाएँ" -#: src/view/com/modals/AddAppPasswords.tsx:226 +#: src/view/com/modals/AddAppPasswords.tsx:227 msgid "Create App Password" msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:54 -#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:55 +#: src/view/com/auth/SplashScreen.tsx:66 +#: src/view/com/auth/SplashScreen.web.tsx:95 msgid "Create new account" msgstr "नया खाता बनाएं" -#: src/components/ReportDialog/SelectReportOptionView.tsx:94 +#: src/components/ReportDialog/SelectReportOptionView.tsx:93 msgid "Create report for {0}" msgstr "" @@ -1152,7 +1168,7 @@ msgstr "बनाया गया {0}" #~ msgid "Created by you" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:468 +#: src/view/com/composer/Composer.tsx:469 msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "" @@ -1160,16 +1176,16 @@ msgstr "" msgid "Culture" msgstr "" -#: src/view/com/auth/server-input/index.tsx:95 -#: src/view/com/auth/server-input/index.tsx:96 +#: src/view/com/auth/server-input/index.tsx:97 +#: src/view/com/auth/server-input/index.tsx:99 msgid "Custom" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:389 +#: src/view/com/modals/ChangeHandle.tsx:388 msgid "Custom domain" msgstr "कस्टम डोमेन" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:107 #: src/view/screens/Feeds.tsx:692 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "" @@ -1195,6 +1211,10 @@ msgstr "" msgid "Dark Theme" msgstr "" +#: src/screens/Signup/StepInfo/index.tsx:132 +msgid "Date of birth" +msgstr "" + #: src/view/screens/Settings/index.tsx:841 msgid "Debug Moderation" msgstr "" @@ -1213,7 +1233,7 @@ msgstr "" msgid "Delete account" msgstr "खाता हटाएं" -#: src/view/com/modals/DeleteAccount.tsx:87 +#: src/view/com/modals/DeleteAccount.tsx:86 msgid "Delete Account" msgstr "खाता हटाएं" @@ -1229,7 +1249,7 @@ msgstr "" msgid "Delete List" msgstr "सूची हटाएँ" -#: src/view/com/modals/DeleteAccount.tsx:223 +#: src/view/com/modals/DeleteAccount.tsx:222 msgid "Delete my account" msgstr "मेरा खाता हटाएं" @@ -1262,10 +1282,10 @@ msgstr "" msgid "Deleted post." msgstr "यह पोस्ट मिटाई जा चुकी है" -#: 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 +#: src/view/com/modals/CreateOrEditList.tsx:301 +#: src/view/com/modals/CreateOrEditList.tsx:322 +#: src/view/com/modals/EditProfile.tsx:199 +#: src/view/com/modals/EditProfile.tsx:211 msgid "Description" msgstr "विवरण" @@ -1273,7 +1293,7 @@ msgstr "विवरण" #~ msgid "Developer Tools" #~ msgstr "डेवलपर उपकरण" -#: src/view/com/composer/Composer.tsx:217 +#: src/view/com/composer/Composer.tsx:218 msgid "Did you want to say anything?" msgstr "" @@ -1284,11 +1304,11 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 #: src/lib/moderation/useLabelBehaviorDescription.ts:68 -#: src/screens/Moderation/index.tsx:343 +#: src/screens/Moderation/index.tsx:341 msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:510 +#: src/view/com/composer/Composer.tsx:511 msgid "Discard" msgstr "" @@ -1296,12 +1316,12 @@ msgstr "" #~ msgid "Discard draft" #~ msgstr "ड्राफ्ट हटाएं" -#: src/view/com/composer/Composer.tsx:507 +#: src/view/com/composer/Composer.tsx:508 msgid "Discard draft?" msgstr "" -#: src/screens/Moderation/index.tsx:520 -#: src/screens/Moderation/index.tsx:524 +#: src/screens/Moderation/index.tsx:518 +#: src/screens/Moderation/index.tsx:522 msgid "Discourage apps from showing my account to logged-out users" msgstr "" @@ -1318,15 +1338,15 @@ msgstr "" msgid "Discover New Feeds" msgstr "" -#: src/view/com/modals/EditProfile.tsx:192 +#: src/view/com/modals/EditProfile.tsx:193 msgid "Display name" msgstr "नाम" -#: src/view/com/modals/EditProfile.tsx:180 +#: src/view/com/modals/EditProfile.tsx:181 msgid "Display Name" msgstr "प्रदर्शन का नाम" -#: src/view/com/modals/ChangeHandle.tsx:398 +#: src/view/com/modals/ChangeHandle.tsx:397 msgid "DNS Panel" msgstr "" @@ -1334,11 +1354,15 @@ msgstr "" msgid "Does not include nudity." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/screens/Signup/StepHandle.tsx:104 +msgid "Doesn't begin or end with a hyphen" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "Domain Value" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:489 +#: src/view/com/modals/ChangeHandle.tsx:488 msgid "Domain verified!" msgstr "डोमेन सत्यापित!" @@ -1348,22 +1372,24 @@ msgstr "डोमेन सत्यापित!" #: src/components/dialogs/BirthDateSettings.tsx:119 #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/auth/server-input/index.tsx:165 -#: src/view/com/auth/server-input/index.tsx:166 -#: src/view/com/modals/AddAppPasswords.tsx:226 -#: src/view/com/modals/AltImage.tsx:139 -#: src/view/com/modals/crop-image/CropImage.web.tsx:152 -#: src/view/com/modals/InviteCodes.tsx:80 -#: src/view/com/modals/InviteCodes.tsx:123 +#: src/components/forms/DateField/index.tsx:74 +#: src/components/forms/DateField/index.tsx:80 +#: src/view/com/auth/server-input/index.tsx:169 +#: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/modals/AddAppPasswords.tsx:227 +#: src/view/com/modals/AltImage.tsx:140 +#: src/view/com/modals/crop-image/CropImage.web.tsx:153 +#: src/view/com/modals/InviteCodes.tsx:81 +#: src/view/com/modals/InviteCodes.tsx:124 #: src/view/com/modals/ListAddRemoveUsers.tsx:142 #: src/view/screens/PreferencesFollowingFeed.tsx:311 #: src/view/screens/Settings/ExportCarDialog.tsx:94 -#: src/view/screens/Settings/ExportCarDialog.tsx:95 +#: src/view/screens/Settings/ExportCarDialog.tsx:96 msgid "Done" msgstr "खत्म" #: src/view/com/auth/onboarding/RecommendedFollows.tsx:86 -#: src/view/com/modals/EditImage.tsx:333 +#: src/view/com/modals/EditImage.tsx:334 #: src/view/com/modals/ListAddRemoveUsers.tsx:144 #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 @@ -1375,13 +1401,13 @@ msgctxt "action" msgid "Done" msgstr "" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:42 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:43 msgid "Done{extraText}" msgstr "खत्म {extraText}" #: src/view/com/auth/login/ChooseAccountForm.tsx:46 -msgid "Double tap to sign in" -msgstr "" +#~ msgid "Double tap to sign in" +#~ msgstr "" #: src/view/screens/Settings/index.tsx:755 #~ msgid "Download Bluesky account data (repository)" @@ -1400,19 +1426,19 @@ msgstr "" msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:257 +#: src/view/com/modals/ChangeHandle.tsx:258 msgid "e.g. alice" msgstr "" -#: src/view/com/modals/EditProfile.tsx:185 +#: src/view/com/modals/EditProfile.tsx:186 msgid "e.g. Alice Roberts" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:381 +#: src/view/com/modals/ChangeHandle.tsx:380 msgid "e.g. alice.com" msgstr "" -#: src/view/com/modals/EditProfile.tsx:203 +#: src/view/com/modals/EditProfile.tsx:204 msgid "e.g. Artist, dog-lover, and avid reader." msgstr "" @@ -1420,23 +1446,23 @@ msgstr "" msgid "E.g. artistic nudes." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:283 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Great Posters" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:284 +#: src/view/com/modals/CreateOrEditList.tsx:285 msgid "e.g. Spammers" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:312 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. The posters who never miss." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:313 +#: src/view/com/modals/CreateOrEditList.tsx:314 msgid "e.g. Users that repeatedly reply with ads." msgstr "" -#: src/view/com/modals/InviteCodes.tsx:96 +#: src/view/com/modals/InviteCodes.tsx:97 msgid "Each code works once. You'll receive more invite codes periodically." msgstr "प्रत्येक कोड एक बार काम करता है। आपको समय-समय पर अधिक आमंत्रण कोड प्राप्त होंगे।" @@ -1451,7 +1477,7 @@ msgid "Edit avatar" msgstr "" #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/modals/EditImage.tsx:207 +#: src/view/com/modals/EditImage.tsx:208 msgid "Edit image" msgstr "छवि संपादित करें" @@ -1459,7 +1485,7 @@ msgstr "छवि संपादित करें" msgid "Edit list details" msgstr "सूची विवरण संपादित करें" -#: src/view/com/modals/CreateOrEditList.tsx:250 +#: src/view/com/modals/CreateOrEditList.tsx:251 msgid "Edit Moderation List" msgstr "" @@ -1469,17 +1495,17 @@ msgstr "" msgid "Edit My Feeds" msgstr "मेरी फ़ीड संपादित करें" -#: src/view/com/modals/EditProfile.tsx:152 +#: src/view/com/modals/EditProfile.tsx:153 msgid "Edit my profile" msgstr "मेरी प्रोफ़ाइल संपादित करें" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:172 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:161 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 msgid "Edit profile" msgstr "मेरी प्रोफ़ाइल संपादित करें" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:175 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:164 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 msgid "Edit Profile" msgstr "मेरी प्रोफ़ाइल संपादित करें" @@ -1488,15 +1514,15 @@ msgstr "मेरी प्रोफ़ाइल संपादित करे msgid "Edit Saved Feeds" msgstr "एडिट सेव्ड फीड" -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:246 msgid "Edit User List" msgstr "" -#: src/view/com/modals/EditProfile.tsx:193 +#: src/view/com/modals/EditProfile.tsx:194 msgid "Edit your display name" msgstr "" -#: src/view/com/modals/EditProfile.tsx:211 +#: src/view/com/modals/EditProfile.tsx:212 msgid "Edit your profile description" msgstr "" @@ -1504,14 +1530,12 @@ msgstr "" msgid "Education" msgstr "" -#: src/view/com/auth/create/Step1.tsx:176 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:156 +#: src/screens/Signup/StepInfo/index.tsx:80 #: src/view/com/modals/ChangeEmail.tsx:141 msgid "Email" msgstr "ईमेल" -#: src/view/com/auth/create/Step1.tsx:167 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:147 +#: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "ईमेल" @@ -1532,11 +1556,11 @@ msgstr "" msgid "Email:" msgstr "ईमेल:" -#: src/view/com/modals/EmbedConsent.tsx:113 +#: src/components/dialogs/EmbedConsent.tsx:101 msgid "Enable {0} only" msgstr "" -#: src/screens/Moderation/index.tsx:331 +#: src/screens/Moderation/index.tsx:329 msgid "Enable adult content" msgstr "" @@ -1549,10 +1573,15 @@ msgstr "" msgid "Enable adult content in your feeds" msgstr "" -#: src/view/com/modals/EmbedConsent.tsx:97 -msgid "Enable External Media" +#: src/components/dialogs/EmbedConsent.tsx:82 +#: src/components/dialogs/EmbedConsent.tsx:89 +msgid "Enable external media" msgstr "" +#: src/view/com/modals/EmbedConsent.tsx:97 +#~ msgid "Enable External Media" +#~ msgstr "" + #: src/view/screens/PreferencesExternalEmbeds.tsx:75 msgid "Enable media players for" msgstr "" @@ -1561,7 +1590,11 @@ msgstr "" msgid "Enable this setting to only see replies between people you follow." msgstr "इस सेटिंग को केवल उन लोगों के बीच जवाब देखने में सक्षम करें जिन्हें आप फॉलो करते हैं।।" -#: src/screens/Moderation/index.tsx:341 +#: src/components/dialogs/EmbedConsent.tsx:94 +msgid "Enable this source only" +msgstr "" + +#: src/screens/Moderation/index.tsx:339 msgid "Enabled" msgstr "" @@ -1569,12 +1602,16 @@ msgstr "" msgid "End of feed" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:166 +#: src/view/com/modals/AddAppPasswords.tsx:167 msgid "Enter a name for this App Password" msgstr "" +#: src/screens/Login/SetNewPasswordForm.tsx:139 +msgid "Enter a password" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:99 #: src/components/dialogs/MutedWords.tsx:100 -#: src/components/dialogs/MutedWords.tsx:101 msgid "Enter a word or tag" msgstr "" @@ -1586,16 +1623,15 @@ msgstr "" msgid "Enter the code you received to change your password." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:371 +#: src/view/com/modals/ChangeHandle.tsx:370 msgid "Enter the domain you want to use" msgstr "आप जिस डोमेन का उपयोग करना चाहते हैं उसे दर्ज करें" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:107 +#: src/screens/Login/ForgotPasswordForm.tsx:119 msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "वह ईमेल दर्ज करें जिसका उपयोग आपने अपना खाता बनाने के लिए किया था। हम आपको एक \"reset code\" भेजेंगे ताकि आप एक नया पासवर्ड सेट कर सकें।" #: src/components/dialogs/BirthDateSettings.tsx:108 -#: src/view/com/auth/create/Step1.tsx:228 msgid "Enter your birth date" msgstr "" @@ -1603,7 +1639,8 @@ msgstr "" #~ msgid "Enter your email" #~ msgstr "" -#: src/view/com/auth/create/Step1.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:105 +#: src/screens/Signup/StepInfo/index.tsx:91 msgid "Enter your email address" msgstr "अपना ईमेल पता दर्ज करें" @@ -1619,15 +1656,15 @@ msgstr "नीचे अपना नया ईमेल पता दर्ज #~ msgid "Enter your phone number" #~ msgstr "" -#: src/view/com/auth/login/Login.tsx:99 +#: src/screens/Login/index.tsx:101 msgid "Enter your username and password" msgstr "अपने यूज़रनेम और पासवर्ड दर्ज करें" -#: src/view/com/auth/create/Step3.tsx:67 +#: src/screens/Signup/StepCaptcha/index.tsx:49 msgid "Error receiving captcha response." msgstr "" -#: src/view/screens/Search/Search.tsx:110 +#: src/view/screens/Search/Search.tsx:111 msgid "Error:" msgstr "" @@ -1639,15 +1676,15 @@ msgstr "" msgid "Excessive mentions or replies" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:231 +#: src/view/com/modals/DeleteAccount.tsx:230 msgid "Exits account deletion process" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:150 +#: src/view/com/modals/ChangeHandle.tsx:151 msgid "Exits handle change process" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:135 +#: src/view/com/modals/crop-image/CropImage.web.tsx:136 msgid "Exits image cropping process" msgstr "" @@ -1690,11 +1727,12 @@ msgstr "" msgid "Export My Data" msgstr "" -#: src/view/com/modals/EmbedConsent.tsx:64 +#: src/components/dialogs/EmbedConsent.tsx:55 +#: src/components/dialogs/EmbedConsent.tsx:59 msgid "External Media" msgstr "" -#: src/view/com/modals/EmbedConsent.tsx:75 +#: src/components/dialogs/EmbedConsent.tsx:71 #: src/view/screens/PreferencesExternalEmbeds.tsx:66 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 "" @@ -1709,12 +1747,12 @@ msgstr "" msgid "External media settings" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:115 -#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:116 +#: src/view/com/modals/AddAppPasswords.tsx:120 msgid "Failed to create app password." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:206 +#: src/view/com/modals/CreateOrEditList.tsx:207 msgid "Failed to create the list. Check your internet connection and try again." msgstr "" @@ -1755,8 +1793,8 @@ msgstr "प्रतिक्रिया" #: src/Navigation.tsx:464 #: src/view/screens/Feeds.tsx:419 #: src/view/screens/Feeds.tsx:524 -#: src/view/screens/Profile.tsx:192 -#: src/view/shell/bottom-bar/BottomBar.tsx:183 +#: src/view/screens/Profile.tsx:194 +#: src/view/shell/bottom-bar/BottomBar.tsx:191 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:479 #: src/view/shell/Drawer.tsx:480 @@ -1779,11 +1817,11 @@ 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:76 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 msgid "Feeds can be topical as well!" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "File Contents" msgstr "" @@ -1791,7 +1829,7 @@ msgstr "" msgid "Filter from feeds" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Finalizing" msgstr "" @@ -1801,11 +1839,11 @@ msgstr "" msgid "Find accounts to follow" msgstr "" -#: src/view/screens/Search/Search.tsx:441 +#: src/view/screens/Search/Search.tsx:442 msgid "Find users on Bluesky" msgstr "" -#: src/view/screens/Search/Search.tsx:439 +#: src/view/screens/Search/Search.tsx:440 msgid "Find users with the search tool on the right" msgstr "" @@ -1829,23 +1867,23 @@ msgstr "चर्चा धागे को ठीक-ट्यून करे msgid "Fitness" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:131 +#: src/screens/Onboarding/StepFinished.tsx:135 msgid "Flexible" msgstr "" -#: src/view/com/modals/EditImage.tsx:115 +#: src/view/com/modals/EditImage.tsx:116 msgid "Flip horizontal" msgstr "" -#: src/view/com/modals/EditImage.tsx:120 -#: src/view/com/modals/EditImage.tsx:287 +#: src/view/com/modals/EditImage.tsx:121 +#: src/view/com/modals/EditImage.tsx:288 msgid "Flip vertically" msgstr "" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:246 msgid "Follow" msgstr "फॉलो" @@ -1856,8 +1894,8 @@ msgid "Follow" msgstr "" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "" @@ -1866,11 +1904,15 @@ msgstr "" msgid "Follow Account" msgstr "" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:179 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 msgid "Follow All" msgstr "" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +msgid "Follow Back" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 msgid "Follow selected accounts and continue to the next step" msgstr "" @@ -1894,19 +1936,19 @@ msgstr "केवल वे यूजर को फ़ॉलो किया ग msgid "followed you" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:109 +#: src/view/com/profile/ProfileFollowers.tsx:104 #: src/view/screens/ProfileFollowers.tsx:25 msgid "Followers" msgstr "यह यूजर आपका फ़ोलो करता है" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:227 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 -#: src/view/com/profile/ProfileFollows.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 +#: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "फोल्लोविंग" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 msgid "Following {0}" msgstr "" @@ -1934,33 +1976,41 @@ msgstr "" msgid "Food" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:111 +#: src/view/com/modals/DeleteAccount.tsx:110 msgid "For security reasons, we'll need to send a confirmation code to your email address." msgstr "सुरक्षा कारणों के लिए, हमें आपके ईमेल पते पर एक OTP कोड भेजने की आवश्यकता होगी।।" -#: src/view/com/modals/AddAppPasswords.tsx:209 +#: src/view/com/modals/AddAppPasswords.tsx:210 msgid "For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one." msgstr "सुरक्षा कारणों के लिए, आप इसे फिर से देखने में सक्षम नहीं होंगे। यदि आप इस पासवर्ड को खो देते हैं, तो आपको एक नया उत्पन्न करना होगा।।" #: src/view/com/auth/login/LoginForm.tsx:244 -msgid "Forgot" -msgstr "भूल" +#~ msgid "Forgot" +#~ msgstr "भूल" #: src/view/com/auth/login/LoginForm.tsx:241 -msgid "Forgot password" -msgstr "पासवर्ड भूल गए" +#~ msgid "Forgot password" +#~ msgstr "पासवर्ड भूल गए" -#: src/view/com/auth/login/Login.tsx:127 -#: src/view/com/auth/login/Login.tsx:143 +#: src/screens/Login/index.tsx:129 +#: src/screens/Login/index.tsx:144 msgid "Forgot Password" msgstr "पासवर्ड भूल गए" +#: src/screens/Login/LoginForm.tsx:201 +msgid "Forgot password?" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 +msgid "Forgot?" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:52 msgid "Frequently Posts Unwanted Content" msgstr "" -#: src/screens/Hashtag.tsx:108 -#: src/screens/Hashtag.tsx:148 +#: src/screens/Hashtag.tsx:109 +#: src/screens/Hashtag.tsx:149 msgid "From @{sanitizedAuthor}" msgstr "" @@ -1982,29 +2032,31 @@ msgstr "प्रारंभ करें" msgid "Glaring violations of law or terms of service" msgstr "" -#: src/components/moderation/ScreenHider.tsx:144 -#: src/components/moderation/ScreenHider.tsx:153 -#: src/view/com/auth/LoggedOut.tsx:81 +#: src/components/moderation/ScreenHider.tsx:151 +#: src/components/moderation/ScreenHider.tsx:160 #: src/view/com/auth/LoggedOut.tsx:82 +#: src/view/com/auth/LoggedOut.tsx:83 #: src/view/screens/NotFound.tsx:55 -#: src/view/screens/ProfileFeed.tsx:111 +#: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:916 #: src/view/shell/desktop/LeftNav.tsx:108 msgid "Go back" msgstr "वापस जाओ" +#: src/components/Error.tsx:91 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 -#: src/view/screens/ProfileFeed.tsx:116 +#: src/view/screens/ProfileFeed.tsx:117 #: src/view/screens/ProfileList.tsx:921 msgid "Go Back" msgstr "वापस जाओ" -#: src/components/ReportDialog/SelectReportOptionView.tsx:74 +#: src/components/ReportDialog/SelectReportOptionView.tsx:73 #: src/components/ReportDialog/SubmitView.tsx:104 -#: src/screens/Onboarding/Layout.tsx:104 -#: src/screens/Onboarding/Layout.tsx:193 +#: src/screens/Onboarding/Layout.tsx:102 +#: src/screens/Onboarding/Layout.tsx:191 +#: src/screens/Signup/index.tsx:173 msgid "Go back to previous step" msgstr "" @@ -2016,15 +2068,12 @@ msgstr "" msgid "Go Home" msgstr "" -#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:749 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:189 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:218 -#: src/view/com/auth/login/LoginForm.tsx:291 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:195 +#: src/screens/Login/ForgotPasswordForm.tsx:172 #: src/view/com/modals/ChangePassword.tsx:167 msgid "Go to next" msgstr "अगला" @@ -2033,7 +2082,7 @@ msgstr "अगला" msgid "Graphic Media" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:265 +#: src/view/com/modals/ChangeHandle.tsx:266 msgid "Handle" msgstr "हैंडल" @@ -2049,11 +2098,11 @@ msgstr "" #~ msgid "Hashtag: {tag}" #~ msgstr "" -#: src/components/RichText.tsx:190 +#: src/components/RichText.tsx:191 msgid "Hashtag: #{tag}" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:208 +#: src/screens/Signup/index.tsx:217 msgid "Having trouble?" msgstr "" @@ -2062,24 +2111,24 @@ msgstr "" msgid "Help" msgstr "सहायता" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:140 msgid "Here are some accounts for you to follow" msgstr "" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:85 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:89 msgid "Here are some popular topical feeds. You can choose to follow as many as you like." msgstr "" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:84 msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:153 +#: src/view/com/modals/AddAppPasswords.tsx:154 msgid "Here is your app password." msgstr "यहां आपका ऐप पासवर्ड है." #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:43 +#: src/components/moderation/LabelPreference.tsx:134 #: src/components/moderation/PostHider.tsx:107 #: src/lib/moderation/useLabelBehaviorDescription.ts:15 #: src/lib/moderation/useLabelBehaviorDescription.ts:20 @@ -2138,7 +2187,7 @@ msgstr "" msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:59 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "" @@ -2147,7 +2196,7 @@ msgid "Hmmmm, we couldn't load that moderation service." msgstr "" #: src/Navigation.tsx:454 -#: src/view/shell/bottom-bar/BottomBar.tsx:139 +#: src/view/shell/bottom-bar/BottomBar.tsx:147 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:401 #: src/view/shell/Drawer.tsx:402 @@ -2161,13 +2210,14 @@ msgstr "होम फीड" #~ msgid "Home Feed Preferences" #~ msgstr "होम फ़ीड प्राथमिकताएं" -#: src/view/com/modals/ChangeHandle.tsx:421 +#: src/view/com/modals/ChangeHandle.tsx:420 msgid "Host:" msgstr "" -#: src/view/com/auth/create/Step1.tsx:75 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:120 -#: src/view/com/modals/ChangeHandle.tsx:280 +#: src/screens/Login/ForgotPasswordForm.tsx:89 +#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Signup/StepInfo/index.tsx:40 +#: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" msgstr "होस्टिंग प्रदाता" @@ -2183,7 +2233,7 @@ msgstr "मेरे पास एक OTP कोड है" msgid "I have a confirmation code" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:283 +#: src/view/com/modals/ChangeHandle.tsx:284 msgid "I have my own domain" msgstr "मेरे पास अपना डोमेन है" @@ -2195,7 +2245,7 @@ msgstr "" msgid "If none are selected, suitable for all ages." msgstr "यदि किसी को चुना जाता है, तो सभी उम्र के लिए उपयुक्त है।।" -#: src/view/com/auth/create/Policies.tsx:91 +#: src/screens/Signup/StepInfo/Policies.tsx:83 msgid "If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf." msgstr "" @@ -2219,7 +2269,7 @@ msgstr "" msgid "Image" msgstr "" -#: src/view/com/modals/AltImage.tsx:120 +#: src/view/com/modals/AltImage.tsx:121 msgid "Image alt text" msgstr "छवि alt पाठ" @@ -2232,31 +2282,31 @@ msgstr "छवि alt पाठ" msgid "Impersonation or false claims about identity or affiliation" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:138 +#: src/screens/Login/SetNewPasswordForm.tsx:127 msgid "Input code sent to your email for password reset" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:184 +#: src/view/com/modals/DeleteAccount.tsx:183 msgid "Input confirmation code for account deletion" msgstr "" #: src/view/com/auth/create/Step1.tsx:177 -msgid "Input email for Bluesky account" -msgstr "" +#~ msgid "Input email for Bluesky account" +#~ msgstr "" #: src/view/com/auth/create/Step1.tsx:151 -msgid "Input invite code to proceed" -msgstr "" +#~ msgid "Input invite code to proceed" +#~ msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:181 msgid "Input name for app password" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:162 +#: src/screens/Login/SetNewPasswordForm.tsx:151 msgid "Input new password" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:203 +#: src/view/com/modals/DeleteAccount.tsx:202 msgid "Input password for account deletion" msgstr "" @@ -2264,11 +2314,11 @@ msgstr "" #~ msgid "Input phone number for SMS verification" #~ msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:233 +#: src/screens/Login/LoginForm.tsx:195 msgid "Input the password tied to {identifier}" msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:200 +#: src/screens/Login/LoginForm.tsx:168 msgid "Input the username or email address you used at signup" msgstr "" @@ -2280,15 +2330,15 @@ msgstr "" #~ msgid "Input your email to get on the Bluesky waitlist" #~ msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:232 +#: src/screens/Login/LoginForm.tsx:194 msgid "Input your password" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:390 +#: src/view/com/modals/ChangeHandle.tsx:389 msgid "Input your preferred hosting provider" msgstr "" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Signup/StepHandle.tsx:62 msgid "Input your user handle" msgstr "" @@ -2296,7 +2346,7 @@ msgstr "" msgid "Invalid or unsupported post record" msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:116 +#: src/screens/Login/LoginForm.tsx:114 msgid "Invalid username or password" msgstr "अवैध उपयोगकर्ता नाम या पासवर्ड" @@ -2304,20 +2354,19 @@ msgstr "अवैध उपयोगकर्ता नाम या पास #~ msgid "Invite" #~ msgstr "आमंत्रण भेजो" -#: src/view/com/modals/InviteCodes.tsx:93 +#: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "एक दोस्त को आमंत्रित करें" -#: src/view/com/auth/create/Step1.tsx:141 -#: src/view/com/auth/create/Step1.tsx:150 +#: src/screens/Signup/StepInfo/index.tsx:58 msgid "Invite code" msgstr "आमंत्रण कोड" -#: src/view/com/auth/create/state.ts:158 +#: src/screens/Signup/state.ts:278 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/view/com/modals/InviteCodes.tsx:170 +#: src/view/com/modals/InviteCodes.tsx:171 msgid "Invite codes: {0} available" msgstr "" @@ -2325,16 +2374,16 @@ msgstr "" #~ msgid "Invite codes: {invitesAvailable} available" #~ msgstr "" -#: src/view/com/modals/InviteCodes.tsx:169 +#: src/view/com/modals/InviteCodes.tsx:170 msgid "Invite codes: 1 available" msgstr "" -#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +#: src/screens/Onboarding/StepFollowingFeed.tsx:65 msgid "It shows posts from the people you follow as they happen." msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:103 -#: src/view/com/auth/SplashScreen.web.tsx:138 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:104 +#: src/view/com/auth/SplashScreen.web.tsx:172 msgid "Jobs" msgstr "" @@ -2367,11 +2416,11 @@ msgstr "" msgid "Labeled by the author." msgstr "" -#: src/view/screens/Profile.tsx:186 +#: src/view/screens/Profile.tsx:188 msgid "Labels" msgstr "" -#: src/screens/Profile/Sections/Labels.tsx:143 +#: src/screens/Profile/Sections/Labels.tsx:142 msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "" @@ -2379,11 +2428,11 @@ msgstr "" msgid "labels have been placed on this {labelTarget}" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:63 +#: src/components/moderation/LabelsOnMeDialog.tsx:62 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "Labels on your content" msgstr "" @@ -2405,14 +2454,14 @@ msgid "Languages" msgstr "भाषा" #: src/view/com/auth/create/StepHeader.tsx:20 -msgid "Last step!" -msgstr "" +#~ msgid "Last step!" +#~ msgstr "" #: src/view/com/util/moderation/ContentHider.tsx:103 #~ msgid "Learn more" #~ msgstr "" -#: src/components/moderation/ScreenHider.tsx:129 +#: src/components/moderation/ScreenHider.tsx:136 msgid "Learn More" msgstr "अधिक जानें" @@ -2422,11 +2471,11 @@ msgid "Learn more about the moderation applied to this content." msgstr "" #: src/components/moderation/PostHider.tsx:85 -#: src/components/moderation/ScreenHider.tsx:126 +#: src/components/moderation/ScreenHider.tsx:125 msgid "Learn more about this warning" msgstr "इस चेतावनी के बारे में अधिक जानें" -#: src/screens/Moderation/index.tsx:551 +#: src/screens/Moderation/index.tsx:549 msgid "Learn more about what is public on Bluesky." msgstr "" @@ -2438,7 +2487,7 @@ msgstr "" msgid "Leave them all unchecked to see any language." msgstr "उन्हें किसी भी भाषा को देखने के लिए अनचेक छोड़ दें।।" -#: src/view/com/modals/LinkWarning.tsx:51 +#: src/view/com/modals/LinkWarning.tsx:65 msgid "Leaving Bluesky" msgstr "लीविंग Bluesky" @@ -2450,12 +2499,12 @@ msgstr "" msgid "Legacy storage cleared, you need to restart the app now." msgstr "" -#: src/view/com/auth/login/Login.tsx:128 -#: src/view/com/auth/login/Login.tsx:144 +#: src/screens/Login/index.tsx:130 +#: src/screens/Login/index.tsx:145 msgid "Let's get your password reset!" msgstr "चलो अपना पासवर्ड रीसेट करें!" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Let's go!" msgstr "" @@ -2468,12 +2517,12 @@ msgstr "" msgid "Light" msgstr "लाइट मोड" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Like" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:257 -#: src/view/screens/ProfileFeed.tsx:572 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:258 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Like this feed" msgstr "इस फ़ीड को लाइक करो" @@ -2483,7 +2532,7 @@ msgstr "इस फ़ीड को लाइक करो" msgid "Liked by" msgstr "इन यूजर ने लाइक किया है" -#: src/screens/Profile/ProfileLabelerLikedBy.tsx:42 +#: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 #: src/view/screens/PostLikedBy.tsx:27 #: src/view/screens/ProfileFeedLikedBy.tsx:27 msgid "Liked By" @@ -2497,9 +2546,9 @@ msgstr "" msgid "Liked by {count} {0}" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:277 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:291 -#: src/view/screens/ProfileFeed.tsx:587 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292 +#: src/view/screens/ProfileFeed.tsx:588 msgid "Liked by {likeCount} {0}" msgstr "" @@ -2511,7 +2560,7 @@ msgstr "" msgid "liked your post" msgstr "" -#: src/view/screens/Profile.tsx:191 +#: src/view/screens/Profile.tsx:193 msgid "Likes" msgstr "" @@ -2523,7 +2572,7 @@ msgstr "" msgid "List" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:261 +#: src/view/com/modals/CreateOrEditList.tsx:262 msgid "List Avatar" msgstr "सूची अवतार" @@ -2543,7 +2592,7 @@ msgstr "" msgid "List muted" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:275 +#: src/view/com/modals/CreateOrEditList.tsx:276 msgid "List Name" msgstr "सूची का नाम" @@ -2556,8 +2605,8 @@ msgid "List unmuted" msgstr "" #: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:187 -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:195 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 @@ -2574,8 +2623,8 @@ msgid "Load new notifications" msgstr "नई सूचनाएं लोड करें" #: src/screens/Profile/Sections/Feed.tsx:70 -#: src/view/com/feeds/FeedPage.tsx:124 -#: src/view/screens/ProfileFeed.tsx:495 +#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/screens/ProfileFeed.tsx:496 #: src/view/screens/ProfileList.tsx:695 msgid "Load new posts" msgstr "नई पोस्ट लोड करें" @@ -2599,31 +2648,35 @@ msgstr "" msgid "Log out" msgstr "" -#: src/screens/Moderation/index.tsx:444 +#: src/screens/Moderation/index.tsx:442 msgid "Logged-out visibility" msgstr "" -#: src/view/com/auth/login/ChooseAccountForm.tsx:142 +#: src/components/AccountList.tsx:54 msgid "Login to account that is not listed" msgstr "उस खाते में लॉग इन करें जो सूचीबद्ध नहीं है" -#: src/view/com/modals/LinkWarning.tsx:65 +#: src/screens/Login/SetNewPasswordForm.tsx:116 +msgid "Looks like XXXXX-XXXXX" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:79 msgid "Make sure this is where you intend to go!" msgstr "यह सुनिश्चित करने के लिए कि आप कहाँ जाना चाहते हैं!" -#: src/components/dialogs/MutedWords.tsx:83 +#: src/components/dialogs/MutedWords.tsx:82 msgid "Manage your muted words and tags" msgstr "" #: src/view/com/auth/create/Step2.tsx:118 -msgid "May not be longer than 253 characters" -msgstr "" +#~ msgid "May not be longer than 253 characters" +#~ msgstr "" #: src/view/com/auth/create/Step2.tsx:109 -msgid "May only contain letters and numbers" -msgstr "" +#~ msgid "May only contain letters and numbers" +#~ msgstr "" -#: src/view/screens/Profile.tsx:190 +#: src/view/screens/Profile.tsx:192 msgid "Media" msgstr "" @@ -2636,7 +2689,7 @@ msgid "Mentioned users" msgstr "" #: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:647 +#: src/view/screens/Search/Search.tsx:648 msgid "Menu" msgstr "मेनू" @@ -2649,7 +2702,7 @@ msgid "Misleading Account" msgstr "" #: src/Navigation.tsx:119 -#: src/screens/Moderation/index.tsx:106 +#: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:645 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:514 @@ -2657,7 +2710,7 @@ msgstr "" msgid "Moderation" msgstr "मॉडरेशन" -#: src/components/moderation/ModerationDetailsDialog.tsx:113 +#: src/components/moderation/ModerationDetailsDialog.tsx:112 msgid "Moderation details" msgstr "" @@ -2676,15 +2729,15 @@ msgstr "" msgid "Moderation list by you" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:197 +#: src/view/com/modals/CreateOrEditList.tsx:198 msgid "Moderation list created" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:183 +#: src/view/com/modals/CreateOrEditList.tsx:184 msgid "Moderation list updated" msgstr "" -#: src/screens/Moderation/index.tsx:245 +#: src/screens/Moderation/index.tsx:243 msgid "Moderation lists" msgstr "मॉडरेशन सूचियाँ" @@ -2701,11 +2754,11 @@ msgstr "" msgid "Moderation states" msgstr "" -#: src/screens/Moderation/index.tsx:217 +#: src/screens/Moderation/index.tsx:215 msgid "Moderation tools" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:49 +#: src/components/moderation/ModerationDetailsDialog.tsx:48 #: src/lib/moderation/useModerationCauseDescription.ts:40 msgid "Moderator has chosen to set a general warning on the content." msgstr "" @@ -2731,8 +2784,8 @@ msgid "Most-liked replies first" msgstr "" #: src/view/com/auth/create/Step2.tsx:122 -msgid "Must be at least 3 characters" -msgstr "" +#~ msgid "Must be at least 3 characters" +#~ msgstr "" #: src/components/TagMenu/index.tsx:249 msgid "Mute" @@ -2759,11 +2812,11 @@ msgstr "" #~ msgid "Mute all {tag} posts" #~ msgstr "" -#: src/components/dialogs/MutedWords.tsx:149 +#: src/components/dialogs/MutedWords.tsx:148 msgid "Mute in tags only" msgstr "" -#: src/components/dialogs/MutedWords.tsx:134 +#: src/components/dialogs/MutedWords.tsx:133 msgid "Mute in text & tags" msgstr "" @@ -2780,11 +2833,11 @@ msgstr "इन खातों को म्यूट करें?" #~ msgid "Mute this List" #~ msgstr "" -#: src/components/dialogs/MutedWords.tsx:127 +#: src/components/dialogs/MutedWords.tsx:126 msgid "Mute this word in post text and tags" msgstr "" -#: src/components/dialogs/MutedWords.tsx:142 +#: src/components/dialogs/MutedWords.tsx:141 msgid "Mute this word in tags only" msgstr "" @@ -2802,7 +2855,7 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:257 +#: src/screens/Moderation/index.tsx:255 msgid "Muted accounts" msgstr "म्यूट किए गए खाते" @@ -2819,7 +2872,7 @@ msgstr "म्यूट किए गए खातों की पोस्ट msgid "Muted by \"{0}\"" msgstr "" -#: src/screens/Moderation/index.tsx:233 +#: src/screens/Moderation/index.tsx:231 msgid "Muted words & tags" msgstr "" @@ -2852,12 +2905,12 @@ msgstr "मेरी फ़ीड" #~ msgid "my-server.com" #~ msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:179 -#: src/view/com/modals/CreateOrEditList.tsx:290 +#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/CreateOrEditList.tsx:291 msgid "Name" msgstr "नाम" -#: src/view/com/modals/CreateOrEditList.tsx:145 +#: src/view/com/modals/CreateOrEditList.tsx:146 msgid "Name is required" msgstr "" @@ -2871,10 +2924,8 @@ msgstr "" msgid "Nature" msgstr "" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:190 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:219 -#: src/view/com/auth/login/LoginForm.tsx:292 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:196 +#: src/screens/Login/ForgotPasswordForm.tsx:173 +#: src/screens/Login/LoginForm.tsx:254 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "" @@ -2883,21 +2934,21 @@ msgstr "" msgid "Navigates to your profile" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:124 +#: src/components/ReportDialog/SelectReportOptionView.tsx:122 msgid "Need to report a copyright violation?" msgstr "" #: src/view/com/modals/EmbedConsent.tsx:107 #: src/view/com/modals/EmbedConsent.tsx:123 -msgid "Never load embeds from {0}" -msgstr "" +#~ msgid "Never load embeds from {0}" +#~ msgstr "" #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:72 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:74 msgid "Never lose access to your followers and data." msgstr "अपने फ़ॉलोअर्स और डेटा तक पहुंच कभी न खोएं।" -#: src/screens/Onboarding/StepFinished.tsx:119 +#: src/screens/Onboarding/StepFinished.tsx:123 msgid "Never lose access to your followers or data." msgstr "" @@ -2905,7 +2956,7 @@ msgstr "" #~ msgid "Nevermind" #~ msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:520 +#: src/view/com/modals/ChangeHandle.tsx:519 msgid "Nevermind, create a handle for me" msgstr "" @@ -2918,11 +2969,10 @@ msgstr "" msgid "New" msgstr "नया" -#: src/view/com/modals/CreateOrEditList.tsx:252 +#: src/view/com/modals/CreateOrEditList.tsx:253 msgid "New Moderation List" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/ChangePassword.tsx:212 msgid "New password" msgstr "" @@ -2931,15 +2981,15 @@ msgstr "" msgid "New Password" msgstr "" -#: src/view/com/feeds/FeedPage.tsx:135 +#: src/view/com/feeds/FeedPage.tsx:149 msgctxt "action" msgid "New post" msgstr "" #: src/view/screens/Feeds.tsx:555 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:450 -#: src/view/screens/ProfileFeed.tsx:433 +#: src/view/screens/Profile.tsx:452 +#: src/view/screens/ProfileFeed.tsx:434 #: src/view/screens/ProfileList.tsx:199 #: src/view/screens/ProfileList.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:252 @@ -2951,7 +3001,7 @@ msgctxt "action" msgid "New Post" msgstr "नई पोस्ट" -#: src/view/com/modals/CreateOrEditList.tsx:247 +#: src/view/com/modals/CreateOrEditList.tsx:248 msgid "New User List" msgstr "" @@ -2963,12 +3013,13 @@ msgstr "" msgid "News" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:172 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:182 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:192 -#: src/view/com/auth/login/LoginForm.tsx:294 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:187 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:143 +#: src/screens/Login/ForgotPasswordForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:253 +#: src/screens/Login/LoginForm.tsx:260 +#: src/screens/Login/SetNewPasswordForm.tsx:174 +#: src/screens/Login/SetNewPasswordForm.tsx:180 +#: src/screens/Signup/index.tsx:205 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:79 #: src/view/com/modals/ChangePassword.tsx:253 #: src/view/com/modals/ChangePassword.tsx:255 @@ -2993,19 +3044,23 @@ msgstr "अगली फोटो" msgid "No" msgstr "नहीं" -#: src/view/screens/ProfileFeed.tsx:561 +#: src/view/screens/ProfileFeed.tsx:562 #: src/view/screens/ProfileList.tsx:769 msgid "No description" msgstr "कोई विवरण नहीं" -#: src/view/com/modals/ChangeHandle.tsx:406 +#: src/view/com/modals/ChangeHandle.tsx:405 msgid "No DNS Panel" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 msgid "No longer following {0}" msgstr "" +#: src/screens/Signup/StepHandle.tsx:114 +msgid "No longer than 253 characters" +msgstr "" + #: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "" @@ -3015,7 +3070,7 @@ msgstr "" msgid "No result" msgstr "" -#: src/components/Lists.tsx:189 +#: src/components/Lists.tsx:183 msgid "No results found" msgstr "" @@ -3024,12 +3079,13 @@ msgid "No results found for \"{query}\"" msgstr "\"{query}\" के लिए कोई परिणाम नहीं मिला" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:282 -#: src/view/screens/Search/Search.tsx:310 +#: src/view/screens/Search/Search.tsx:283 +#: src/view/screens/Search/Search.tsx:311 msgid "No results found for {query}" msgstr "{query} के लिए कोई परिणाम नहीं मिला\"" -#: src/view/com/modals/EmbedConsent.tsx:129 +#: src/components/dialogs/EmbedConsent.tsx:105 +#: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" msgstr "" @@ -3037,7 +3093,7 @@ msgstr "" msgid "Nobody" msgstr "" -#: src/components/LikedByList.tsx:102 +#: src/components/LikedByList.tsx:79 #: src/components/LikesDialog.tsx:99 msgid "Nobody has liked this yet. Maybe you should be the first!" msgstr "" @@ -3051,7 +3107,7 @@ msgid "Not Applicable." msgstr "लागू नहीं।" #: src/Navigation.tsx:109 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Not Found" msgstr "" @@ -3062,17 +3118,18 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:368 #: src/view/com/util/forms/PostDropdownBtn.tsx:342 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:246 msgid "Note about sharing" msgstr "" -#: src/screens/Moderation/index.tsx:542 +#: src/screens/Moderation/index.tsx:540 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/Navigation.tsx:469 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 -#: src/view/shell/bottom-bar/BottomBar.tsx:207 +#: src/view/shell/bottom-bar/BottomBar.tsx:215 #: src/view/shell/desktop/LeftNav.tsx:365 #: src/view/shell/Drawer.tsx:438 #: src/view/shell/Drawer.tsx:439 @@ -3084,7 +3141,15 @@ msgid "Nudity" msgstr "" #: src/lib/moderation/useReportOptions.ts:71 -msgid "Nudity or pornography not labeled as such" +msgid "Nudity or adult content not labeled as such" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:71 +#~ msgid "Nudity or pornography not labeled as such" +#~ msgstr "" + +#: src/screens/Signup/index.tsx:142 +msgid "of" msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:11 @@ -3095,15 +3160,16 @@ msgstr "" msgid "Oh no!" msgstr "अरे नहीं!" -#: src/screens/Onboarding/StepInterests/index.tsx:128 +#: src/screens/Onboarding/StepInterests/index.tsx:132 msgid "Oh no! Something went wrong." msgstr "" -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:127 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:126 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:327 msgid "OK" msgstr "" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 +#: src/screens/Login/PasswordUpdatedForm.tsx:44 msgid "Okay" msgstr "ठीक है" @@ -3115,7 +3181,7 @@ msgstr "" msgid "Onboarding reset" msgstr "" -#: src/view/com/composer/Composer.tsx:391 +#: src/view/com/composer/Composer.tsx:392 msgid "One or more images is missing alt text." msgstr "एक या अधिक छवियाँ alt पाठ याद आती हैं।।" @@ -3123,17 +3189,21 @@ msgstr "एक या अधिक छवियाँ alt पाठ याद msgid "Only {0} can reply." msgstr "" -#: src/components/Lists.tsx:83 +#: src/screens/Signup/StepHandle.tsx:97 +msgid "Only contains letters, numbers, and hyphens" +msgstr "" + +#: src/components/Lists.tsx:75 msgid "Oops, something went wrong!" msgstr "" -#: src/components/Lists.tsx:157 +#: src/components/Lists.tsx:170 #: src/view/screens/AppPasswords.tsx:67 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Oops!" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:115 +#: src/screens/Onboarding/StepFinished.tsx:119 msgid "Open" msgstr "" @@ -3141,12 +3211,12 @@ msgstr "" #~ msgid "Open content filtering settings" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:490 #: src/view/com/composer/Composer.tsx:491 +#: src/view/com/composer/Composer.tsx:492 msgid "Open emoji picker" msgstr "" -#: src/view/screens/ProfileFeed.tsx:299 +#: src/view/screens/ProfileFeed.tsx:300 msgid "Open feed options menu" msgstr "" @@ -3154,7 +3224,7 @@ msgstr "" msgid "Open links with in-app browser" msgstr "" -#: src/screens/Moderation/index.tsx:229 +#: src/screens/Moderation/index.tsx:227 msgid "Open muted words and tags settings" msgstr "" @@ -3215,13 +3285,15 @@ msgstr "" msgid "Opens external embeds settings" msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:56 -#: src/view/com/auth/SplashScreen.tsx:70 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:57 +#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/SplashScreen.web.tsx:97 msgid "Opens flow to create a new Bluesky account" msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:74 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:75 #: src/view/com/auth/SplashScreen.tsx:83 +#: src/view/com/auth/SplashScreen.web.tsx:112 msgid "Opens flow to sign into your existing Bluesky account" msgstr "" @@ -3237,7 +3309,7 @@ msgstr "" #~ msgid "Opens invite code list" #~ msgstr "" -#: src/view/com/modals/InviteCodes.tsx:172 +#: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "" @@ -3261,11 +3333,11 @@ msgstr "" msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "" -#: src/view/screens/Settings/index.tsx:970 +#: src/view/screens/Settings/index.tsx:968 msgid "Opens modal for email verification" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:281 +#: src/view/com/modals/ChangeHandle.tsx:282 msgid "Opens modal for using custom domain" msgstr "कस्टम डोमेन का उपयोग करने के लिए मोडल खोलें" @@ -3273,7 +3345,7 @@ msgstr "कस्टम डोमेन का उपयोग करने क msgid "Opens moderation settings" msgstr "मॉडरेशन सेटिंग्स खोलें" -#: src/view/com/auth/login/LoginForm.tsx:242 +#: src/screens/Login/LoginForm.tsx:202 msgid "Opens password reset form" msgstr "" @@ -3302,7 +3374,7 @@ msgstr "" #~ msgid "Opens the home feed preferences" #~ msgstr "होम फीड वरीयताओं को खोलता है" -#: src/view/com/modals/LinkWarning.tsx:76 +#: src/view/com/modals/LinkWarning.tsx:93 msgid "Opens the linked website" msgstr "" @@ -3339,7 +3411,7 @@ msgstr "" msgid "Other" msgstr "" -#: src/view/com/auth/login/ChooseAccountForm.tsx:147 +#: src/components/AccountList.tsx:73 msgid "Other account" msgstr "अन्य खाता" @@ -3351,7 +3423,7 @@ msgstr "अन्य खाता" msgid "Other..." msgstr "अन्य..।" -#: src/components/Lists.tsx:190 +#: src/components/Lists.tsx:184 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "पृष्ठ नहीं मिला" @@ -3360,13 +3432,10 @@ msgstr "पृष्ठ नहीं मिला" msgid "Page Not Found" msgstr "" -#: src/view/com/auth/create/Step1.tsx:191 -#: src/view/com/auth/create/Step1.tsx:201 -#: src/view/com/auth/login/LoginForm.tsx:213 -#: src/view/com/auth/login/LoginForm.tsx:229 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:161 -#: src/view/com/modals/DeleteAccount.tsx:195 -#: src/view/com/modals/DeleteAccount.tsx:202 +#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Signup/StepInfo/index.tsx:101 +#: src/view/com/modals/DeleteAccount.tsx:194 +#: src/view/com/modals/DeleteAccount.tsx:201 msgid "Password" msgstr "पासवर्ड" @@ -3374,11 +3443,11 @@ msgstr "पासवर्ड" msgid "Password Changed" msgstr "" -#: src/view/com/auth/login/Login.tsx:157 +#: src/screens/Login/index.tsx:157 msgid "Password updated" msgstr "" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:28 +#: src/screens/Login/PasswordUpdatedForm.tsx:30 msgid "Password updated!" msgstr "पासवर्ड अद्यतन!" @@ -3410,12 +3479,12 @@ msgstr "" msgid "Pictures meant for adults." msgstr "चित्र वयस्कों के लिए थे।।" -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:563 msgid "Pin to home" msgstr "" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 msgid "Pin to Home" msgstr "" @@ -3423,28 +3492,28 @@ msgstr "" msgid "Pinned Feeds" msgstr "पिन किया गया फ़ीड" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:111 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:54 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:55 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" msgstr "" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:110 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 msgid "Plays the GIF" msgstr "" -#: src/view/com/auth/create/state.ts:124 +#: src/screens/Signup/state.ts:241 msgid "Please choose your handle." msgstr "" -#: src/view/com/auth/create/state.ts:117 +#: src/screens/Signup/state.ts:234 msgid "Please choose your password." msgstr "" -#: src/view/com/auth/create/state.ts:131 +#: src/screens/Signup/state.ts:251 msgid "Please complete the verification captcha." msgstr "" @@ -3452,7 +3521,7 @@ msgstr "" msgid "Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed." msgstr "इसे बदलने से पहले कृपया अपने ईमेल की पुष्टि करें। यह एक अस्थायी आवश्यकता है जबकि ईमेल-अपडेटिंग टूल जोड़ा जाता है, और इसे जल्द ही हटा दिया जाएगा।।" -#: src/view/com/modals/AddAppPasswords.tsx:90 +#: src/view/com/modals/AddAppPasswords.tsx:91 msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "" @@ -3460,11 +3529,11 @@ msgstr "" #~ msgid "Please enter a phone number that can receive SMS text messages." #~ msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:145 +#: src/view/com/modals/AddAppPasswords.tsx:146 msgid "Please enter a unique name for this App Password or use our randomly generated one." msgstr "कृपया इस ऐप पासवर्ड के लिए एक अद्वितीय नाम दर्ज करें या हमारे यादृच्छिक रूप से उत्पन्न एक का उपयोग करें।।" -#: src/components/dialogs/MutedWords.tsx:68 +#: src/components/dialogs/MutedWords.tsx:67 msgid "Please enter a valid word, tag, or phrase to mute" msgstr "" @@ -3476,15 +3545,15 @@ msgstr "" #~ msgid "Please enter the verification code sent to {phoneNumberFormatted}." #~ msgstr "" -#: src/view/com/auth/create/state.ts:103 +#: src/screens/Signup/state.ts:220 msgid "Please enter your email." msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:191 +#: src/view/com/modals/DeleteAccount.tsx:190 msgid "Please enter your password as well:" msgstr "कृपया अपना पासवर्ड भी दर्ज करें:" -#: src/components/moderation/LabelsOnMeDialog.tsx:222 +#: src/components/moderation/LabelsOnMeDialog.tsx:221 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -3497,7 +3566,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "" -#: src/view/com/composer/Composer.tsx:221 +#: src/view/com/composer/Composer.tsx:222 msgid "Please wait for your link card to finish loading" msgstr "" @@ -3510,11 +3579,11 @@ msgid "Porn" msgstr "" #: src/lib/moderation/useGlobalLabelStrings.ts:34 -msgid "Pornography" -msgstr "" +#~ msgid "Pornography" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:366 -#: src/view/com/composer/Composer.tsx:374 +#: src/view/com/composer/Composer.tsx:367 +#: src/view/com/composer/Composer.tsx:375 msgctxt "action" msgid "Post" msgstr "" @@ -3542,12 +3611,12 @@ msgstr "" msgid "Post hidden" msgstr "छुपा पोस्ट" -#: src/components/moderation/ModerationDetailsDialog.tsx:98 +#: src/components/moderation/ModerationDetailsDialog.tsx:97 #: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Post Hidden by Muted Word" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:101 +#: src/components/moderation/ModerationDetailsDialog.tsx:100 #: src/lib/moderation/useModerationCauseDescription.ts:108 msgid "Post Hidden by You" msgstr "" @@ -3569,11 +3638,11 @@ msgstr "पोस्ट नहीं मिला" msgid "posts" msgstr "" -#: src/view/screens/Profile.tsx:188 +#: src/view/screens/Profile.tsx:190 msgid "Posts" msgstr "" -#: src/components/dialogs/MutedWords.tsx:90 +#: src/components/dialogs/MutedWords.tsx:89 msgid "Posts can be muted based on their text, their tags, or both." msgstr "" @@ -3581,11 +3650,17 @@ msgstr "" msgid "Posts hidden" msgstr "" -#: src/view/com/modals/LinkWarning.tsx:46 +#: src/view/com/modals/LinkWarning.tsx:60 msgid "Potentially Misleading Link" msgstr "शायद एक भ्रामक लिंक" -#: src/components/Lists.tsx:88 +#: src/components/forms/HostingProvider.tsx:45 +msgid "Press to change hosting provider" +msgstr "" + +#: src/components/Error.tsx:74 +#: src/components/Lists.tsx:80 +#: src/screens/Signup/index.tsx:186 msgid "Press to retry" msgstr "" @@ -3607,23 +3682,23 @@ msgid "Privacy" msgstr "गोपनीयता" #: src/Navigation.tsx:231 -#: src/view/com/auth/create/Policies.tsx:69 +#: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:925 +#: src/view/screens/Settings/index.tsx:923 #: src/view/shell/Drawer.tsx:265 msgid "Privacy Policy" msgstr "गोपनीयता नीति" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:156 msgid "Processing..." msgstr "प्रसंस्करण..." #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:340 +#: src/view/screens/Profile.tsx:342 msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:260 #: src/view/shell/desktop/LeftNav.tsx:419 #: src/view/shell/Drawer.tsx:70 #: src/view/shell/Drawer.tsx:549 @@ -3631,15 +3706,15 @@ msgstr "" msgid "Profile" msgstr "प्रोफ़ाइल" -#: src/view/com/modals/EditProfile.tsx:128 +#: src/view/com/modals/EditProfile.tsx:129 msgid "Profile updated" msgstr "" -#: src/view/screens/Settings/index.tsx:983 +#: src/view/screens/Settings/index.tsx:981 msgid "Protect your account by verifying your email." msgstr "अपने ईमेल को सत्यापित करके अपने खाते को सुरक्षित रखें।।" -#: src/screens/Onboarding/StepFinished.tsx:101 +#: src/screens/Onboarding/StepFinished.tsx:105 msgid "Public" msgstr "" @@ -3651,15 +3726,15 @@ msgstr "" msgid "Public, shareable lists which can drive feeds." msgstr "सार्वजनिक, साझा करने योग्य सूचियाँ जो फ़ीड चला सकती हैं।" -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish post" msgstr "" -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish reply" msgstr "" -#: src/view/com/modals/Repost.tsx:65 +#: src/view/com/modals/Repost.tsx:66 msgctxt "action" msgid "Quote post" msgstr "" @@ -3668,7 +3743,7 @@ msgstr "" msgid "Quote post" msgstr "कोटे पोस्ट" -#: src/view/com/modals/Repost.tsx:70 +#: src/view/com/modals/Repost.tsx:71 msgctxt "action" msgid "Quote Post" msgstr "कोटे पोस्ट" @@ -3677,11 +3752,11 @@ msgstr "कोटे पोस्ट" msgid "Random (aka \"Poster's Roulette\")" msgstr "" -#: src/view/com/modals/EditImage.tsx:236 +#: src/view/com/modals/EditImage.tsx:237 msgid "Ratios" msgstr "अनुपात" -#: src/view/screens/Search/Search.tsx:776 +#: src/view/screens/Search/Search.tsx:777 msgid "Recent Searches" msgstr "" @@ -3693,7 +3768,7 @@ msgstr "अनुशंसित फ़ीड" msgid "Recommended Users" msgstr "अनुशंसित लोग" -#: src/components/dialogs/MutedWords.tsx:287 +#: src/components/dialogs/MutedWords.tsx:286 #: src/view/com/feeds/FeedSourceCard.tsx:283 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:83 @@ -3728,8 +3803,8 @@ msgstr "" #: src/view/com/feeds/FeedSourceCard.tsx:173 #: src/view/com/feeds/FeedSourceCard.tsx:233 -#: src/view/screens/ProfileFeed.tsx:334 -#: src/view/screens/ProfileFeed.tsx:340 +#: src/view/screens/ProfileFeed.tsx:335 +#: src/view/screens/ProfileFeed.tsx:341 msgid "Remove from my feeds" msgstr "मेरे फ़ीड से हटाएँ" @@ -3745,11 +3820,11 @@ msgstr "छवि निकालें" msgid "Remove image preview" msgstr "छवि पूर्वावलोकन निकालें" -#: src/components/dialogs/MutedWords.tsx:330 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "" -#: src/view/com/modals/Repost.tsx:47 +#: src/view/com/modals/Repost.tsx:48 msgid "Remove repost" msgstr "" @@ -3774,7 +3849,7 @@ msgstr "" msgid "Removed from my feeds" msgstr "" -#: src/view/screens/ProfileFeed.tsx:208 +#: src/view/screens/ProfileFeed.tsx:209 msgid "Removed from your feeds" msgstr "" @@ -3782,7 +3857,7 @@ msgstr "" msgid "Removes default thumbnail from {0}" msgstr "" -#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:191 msgid "Replies" msgstr "" @@ -3790,7 +3865,7 @@ msgstr "" msgid "Replies to this thread are disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:364 +#: src/view/com/composer/Composer.tsx:365 msgctxt "action" msgid "Reply" msgstr "" @@ -3814,8 +3889,12 @@ msgstr "" msgid "Report Account" msgstr "रिपोर्ट" -#: src/view/screens/ProfileFeed.tsx:351 -#: src/view/screens/ProfileFeed.tsx:353 +#: src/components/ReportDialog/index.tsx:49 +msgid "Report dialog" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:352 +#: src/view/screens/ProfileFeed.tsx:354 msgid "Report feed" msgstr "रिपोर्ट फ़ीड" @@ -3828,29 +3907,29 @@ msgstr "रिपोर्ट सूची" msgid "Report post" msgstr "रिपोर्ट पोस्ट" -#: src/components/ReportDialog/SelectReportOptionView.tsx:43 +#: src/components/ReportDialog/SelectReportOptionView.tsx:42 msgid "Report this content" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:56 +#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Report this feed" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:53 +#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Report this list" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:50 +#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Report this post" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:47 +#: src/components/ReportDialog/SelectReportOptionView.tsx:46 msgid "Report this user" msgstr "" -#: src/view/com/modals/Repost.tsx:43 -#: src/view/com/modals/Repost.tsx:48 -#: src/view/com/modals/Repost.tsx:53 +#: src/view/com/modals/Repost.tsx:44 +#: src/view/com/modals/Repost.tsx:49 +#: src/view/com/modals/Repost.tsx:54 #: src/view/com/util/post-ctrls/RepostButton.tsx:61 msgctxt "action" msgid "Repost" @@ -3903,12 +3982,10 @@ msgstr "" msgid "Require alt text before posting" msgstr "पोस्ट करने से पहले वैकल्पिक टेक्स्ट की आवश्यकता है" -#: src/view/com/auth/create/Step1.tsx:146 +#: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "इस प्रदाता के लिए आवश्यक" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:124 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:136 #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "कोड रीसेट करें" @@ -3926,7 +4003,7 @@ msgstr "" msgid "Reset onboarding state" msgstr "ऑनबोर्डिंग स्टेट को रीसेट करें" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:104 +#: src/screens/Login/ForgotPasswordForm.tsx:86 msgid "Reset password" msgstr "पासवर्ड रीसेट" @@ -3947,7 +4024,7 @@ msgstr "ऑनबोर्डिंग स्टेट को रीसेट msgid "Resets the preferences state" msgstr "प्राथमिकताओं की स्थिति को रीसेट करें" -#: src/view/com/auth/login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:235 msgid "Retries login" msgstr "" @@ -3956,13 +4033,13 @@ msgstr "" msgid "Retries the last action, which errored out" msgstr "" -#: src/components/Lists.tsx:98 -#: src/screens/Onboarding/StepInterests/index.tsx:221 -#: src/screens/Onboarding/StepInterests/index.tsx:224 -#: src/view/com/auth/create/CreateAccount.tsx:181 -#: src/view/com/auth/create/CreateAccount.tsx:186 -#: src/view/com/auth/login/LoginForm.tsx:271 -#: src/view/com/auth/login/LoginForm.tsx:274 +#: src/components/Error.tsx:79 +#: src/components/Lists.tsx:91 +#: src/screens/Login/LoginForm.tsx:234 +#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Onboarding/StepInterests/index.tsx:225 +#: src/screens/Onboarding/StepInterests/index.tsx:228 +#: src/screens/Signup/index.tsx:193 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 msgid "Retry" @@ -3972,6 +4049,7 @@ msgstr "फिर से कोशिश करो" #~ msgid "Retry." #~ msgstr "" +#: src/components/Error.tsx:86 #: src/view/screens/ProfileList.tsx:917 msgid "Return to previous page" msgstr "" @@ -3981,7 +4059,7 @@ msgid "Returns to home page" msgstr "" #: src/view/screens/NotFound.tsx:58 -#: src/view/screens/ProfileFeed.tsx:112 +#: src/view/screens/ProfileFeed.tsx:113 msgid "Returns to previous page" msgstr "" @@ -3990,19 +4068,19 @@ msgstr "" #~ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:337 -#: src/view/com/modals/EditProfile.tsx:224 +#: src/view/com/modals/ChangeHandle.tsx:174 +#: src/view/com/modals/CreateOrEditList.tsx:338 +#: src/view/com/modals/EditProfile.tsx:225 msgid "Save" msgstr "सेव करो" #: src/view/com/lightbox/Lightbox.tsx:132 -#: src/view/com/modals/CreateOrEditList.tsx:345 +#: src/view/com/modals/CreateOrEditList.tsx:346 msgctxt "action" msgid "Save" msgstr "" -#: src/view/com/modals/AltImage.tsx:130 +#: src/view/com/modals/AltImage.tsx:131 msgid "Save alt text" msgstr "सेव ऑल्ट टेक्स्ट" @@ -4010,20 +4088,20 @@ msgstr "सेव ऑल्ट टेक्स्ट" msgid "Save birthday" msgstr "" -#: src/view/com/modals/EditProfile.tsx:232 +#: src/view/com/modals/EditProfile.tsx:233 msgid "Save Changes" msgstr "बदलाव सेव करो" -#: src/view/com/modals/ChangeHandle.tsx:170 +#: src/view/com/modals/ChangeHandle.tsx:171 msgid "Save handle change" msgstr "बदलाव सेव करो" -#: src/view/com/modals/crop-image/CropImage.web.tsx:144 +#: src/view/com/modals/crop-image/CropImage.web.tsx:145 msgid "Save image crop" msgstr "फोटो बदलाव सेव करो" -#: src/view/screens/ProfileFeed.tsx:335 -#: src/view/screens/ProfileFeed.tsx:341 +#: src/view/screens/ProfileFeed.tsx:336 +#: src/view/screens/ProfileFeed.tsx:342 msgid "Save to my feeds" msgstr "" @@ -4035,19 +4113,19 @@ msgstr "सहेजे गए फ़ीड" msgid "Saved to your camera roll." msgstr "" -#: src/view/screens/ProfileFeed.tsx:212 +#: src/view/screens/ProfileFeed.tsx:213 msgid "Saved to your feeds" msgstr "" -#: src/view/com/modals/EditProfile.tsx:225 +#: src/view/com/modals/EditProfile.tsx:226 msgid "Saves any changes to your profile" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:171 +#: src/view/com/modals/ChangeHandle.tsx:172 msgid "Saves handle change to {handle}" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:145 +#: src/view/com/modals/crop-image/CropImage.web.tsx:146 msgid "Saves image crop settings" msgstr "" @@ -4060,14 +4138,14 @@ msgid "Scroll to top" msgstr "" #: src/Navigation.tsx:459 -#: src/view/com/auth/LoggedOut.tsx:122 +#: src/view/com/auth/LoggedOut.tsx:123 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 -#: src/view/screens/Search/Search.tsx:420 -#: src/view/screens/Search/Search.tsx:669 -#: src/view/screens/Search/Search.tsx:687 -#: src/view/shell/bottom-bar/BottomBar.tsx:161 +#: src/view/screens/Search/Search.tsx:421 +#: src/view/screens/Search/Search.tsx:670 +#: src/view/screens/Search/Search.tsx:688 +#: src/view/shell/bottom-bar/BottomBar.tsx:169 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 #: src/view/shell/desktop/Search.tsx:224 @@ -4076,7 +4154,7 @@ msgstr "" msgid "Search" msgstr "खोज" -#: src/view/screens/Search/Search.tsx:736 +#: src/view/screens/Search/Search.tsx:737 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "" @@ -4097,8 +4175,8 @@ msgstr "" #~ msgid "Search for all posts with tag {tag}" #~ msgstr "" -#: src/view/com/auth/LoggedOut.tsx:104 #: src/view/com/auth/LoggedOut.tsx:105 +#: src/view/com/auth/LoggedOut.tsx:106 #: src/view/com/modals/ListAddRemoveUsers.tsx:70 msgid "Search for users" msgstr "" @@ -4135,7 +4213,7 @@ msgstr "" msgid "See this guide" msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:39 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:40 msgid "See what's next" msgstr "आगे क्या है" @@ -4143,11 +4221,15 @@ msgstr "आगे क्या है" msgid "Select {item}" msgstr "" +#: src/screens/Login/ChooseAccountForm.tsx:61 +msgid "Select account" +msgstr "" + #: src/view/com/modals/ServerInput.tsx:75 #~ msgid "Select Bluesky Social" #~ msgstr "Bluesky Social का चयन करें" -#: src/view/com/auth/login/Login.tsx:117 +#: src/screens/Login/index.tsx:120 msgid "Select from an existing account" msgstr "मौजूदा खाते से चुनें" @@ -4155,7 +4237,7 @@ msgstr "मौजूदा खाते से चुनें" msgid "Select languages" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:32 +#: src/components/ReportDialog/SelectLabelerView.tsx:30 msgid "Select moderator" msgstr "" @@ -4165,8 +4247,8 @@ msgstr "" #: src/view/com/auth/create/Step1.tsx:96 #: src/view/com/auth/login/LoginForm.tsx:153 -msgid "Select service" -msgstr "सेवा चुनें" +#~ msgid "Select service" +#~ msgstr "सेवा चुनें" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 msgid "Select some accounts below to follow" @@ -4184,11 +4266,11 @@ msgstr "" #~ 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:96 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:100 msgid "Select topical feeds to follow from the list below" msgstr "" -#: src/screens/Onboarding/StepModeration/index.tsx:62 +#: src/screens/Onboarding/StepModeration/index.tsx:63 msgid "Select what you want to see (or not see), and we’ll handle the rest." msgstr "" @@ -4204,7 +4286,11 @@ msgstr "चुनें कि आप अपनी सदस्यता वा msgid "Select your app language for the default text to display in the app." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:133 +msgid "Select your date of birth" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:200 msgid "Select your interests from the options below" msgstr "" @@ -4216,11 +4302,11 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "अपने फ़ीड में अनुवाद के लिए अपनी पसंदीदा भाषा चुनें।" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:117 msgid "Select your primary algorithmic feeds" msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:142 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:133 msgid "Select your secondary algorithmic feeds" msgstr "" @@ -4229,11 +4315,11 @@ msgstr "" msgid "Send Confirmation Email" msgstr "पुष्टिकरण ईमेल भेजें" -#: src/view/com/modals/DeleteAccount.tsx:131 +#: src/view/com/modals/DeleteAccount.tsx:130 msgid "Send email" msgstr "ईमेल भेजें" -#: src/view/com/modals/DeleteAccount.tsx:144 +#: src/view/com/modals/DeleteAccount.tsx:143 msgctxt "action" msgid "Send Email" msgstr "ईमेल भेजें" @@ -4252,15 +4338,15 @@ msgstr "" #~ msgid "Send Report" #~ msgstr "रिपोर्ट भेजें" -#: src/components/ReportDialog/SelectLabelerView.tsx:46 +#: src/components/ReportDialog/SelectLabelerView.tsx:44 msgid "Send report to {0}" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:133 +#: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "" -#: src/view/com/auth/server-input/index.tsx:110 +#: src/view/com/auth/server-input/index.tsx:114 msgid "Server address" msgstr "" @@ -4274,7 +4360,7 @@ msgstr "" #~ msgid "Set Age" #~ msgstr "" -#: src/screens/Moderation/index.tsx:306 +#: src/screens/Moderation/index.tsx:304 msgid "Set birthdate" msgstr "" @@ -4298,13 +4384,13 @@ msgstr "" #~ msgid "Set dark theme to the dim theme" #~ msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:104 +#: src/screens/Login/SetNewPasswordForm.tsx:102 msgid "Set new password" msgstr "नया पासवर्ड सेट करें" #: src/view/com/auth/create/Step1.tsx:202 -msgid "Set password" -msgstr "" +#~ msgid "Set password" +#~ msgstr "" #: src/view/screens/PreferencesFollowingFeed.tsx:225 msgid "Set this setting to \"No\" to hide all quote posts from your feed. Reposts will still be visible." @@ -4330,11 +4416,11 @@ 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 +#: src/screens/Onboarding/Layout.tsx:48 msgid "Set up your account" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:266 +#: src/view/com/modals/ChangeHandle.tsx:267 msgid "Sets Bluesky username" msgstr "" @@ -4358,30 +4444,30 @@ msgstr "" msgid "Sets dark theme to the dim theme" msgstr "" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:157 +#: src/screens/Login/ForgotPasswordForm.tsx:113 msgid "Sets email for password reset" msgstr "" #: src/view/com/auth/login/ForgotPasswordForm.tsx:122 -msgid "Sets hosting provider for password reset" -msgstr "" +#~ msgid "Sets hosting provider for password reset" +#~ msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:123 +#: src/view/com/modals/crop-image/CropImage.web.tsx:124 msgid "Sets image aspect ratio to square" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:113 +#: src/view/com/modals/crop-image/CropImage.web.tsx:114 msgid "Sets image aspect ratio to tall" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:103 +#: src/view/com/modals/crop-image/CropImage.web.tsx:104 msgid "Sets image aspect ratio to wide" msgstr "" #: src/view/com/auth/create/Step1.tsx:97 #: src/view/com/auth/login/LoginForm.tsx:154 -msgid "Sets server for the Bluesky client" -msgstr "" +#~ msgid "Sets server for the Bluesky client" +#~ msgstr "" #: src/Navigation.tsx:139 #: src/view/screens/Settings/index.tsx:313 @@ -4408,23 +4494,33 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:224 #: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:237 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:218 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:235 #: src/view/screens/ProfileList.tsx:388 msgid "Share" msgstr "शेयर" #: src/view/com/profile/ProfileMenu.tsx:373 #: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:251 msgid "Share anyway" msgstr "" -#: src/view/screens/ProfileFeed.tsx:361 -#: src/view/screens/ProfileFeed.tsx:363 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileFeed.tsx:364 msgid "Share feed" msgstr "" +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 +msgid "Share Link" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:92 +msgid "Shares the linked website" +msgstr "" + #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:45 +#: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 #: src/view/screens/Settings/index.tsx:363 @@ -4435,8 +4531,8 @@ msgstr "दिखाओ" msgid "Show all replies" msgstr "" -#: src/components/moderation/ScreenHider.tsx:162 -#: src/components/moderation/ScreenHider.tsx:165 +#: src/components/moderation/ScreenHider.tsx:169 +#: src/components/moderation/ScreenHider.tsx:172 msgid "Show anyway" msgstr "दिखाओ" @@ -4450,10 +4546,10 @@ msgid "Show badge and filter from feeds" msgstr "" #: src/view/com/modals/EmbedConsent.tsx:87 -msgid "Show embeds from {0}" -msgstr "" +#~ msgid "Show embeds from {0}" +#~ msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 msgid "Show follows similar to {0}" msgstr "" @@ -4471,15 +4567,15 @@ msgstr "मेरी फीड से पोस्ट दिखाएं" msgid "Show Quote Posts" msgstr "उद्धरण पोस्ट दिखाओ" -#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +#: src/screens/Onboarding/StepFollowingFeed.tsx:119 msgid "Show quote-posts in Following feed" msgstr "" -#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +#: src/screens/Onboarding/StepFollowingFeed.tsx:135 msgid "Show quotes in Following" msgstr "" -#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +#: src/screens/Onboarding/StepFollowingFeed.tsx:95 msgid "Show re-posts in Following feed" msgstr "" @@ -4491,11 +4587,11 @@ msgstr "उत्तर दिखाएँ" msgid "Show replies by people you follow before all other replies." msgstr "अन्य सभी उत्तरों से पहले उन लोगों के उत्तर दिखाएं जिन्हें आप फ़ॉलो करते हैं।" -#: src/screens/Onboarding/StepFollowingFeed.tsx:86 +#: src/screens/Onboarding/StepFollowingFeed.tsx:87 msgid "Show replies in Following" msgstr "" -#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +#: src/screens/Onboarding/StepFollowingFeed.tsx:71 msgid "Show replies in Following feed" msgstr "" @@ -4507,7 +4603,7 @@ msgstr "" msgid "Show Reposts" msgstr "रीपोस्ट दिखाएँ" -#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +#: src/screens/Onboarding/StepFollowingFeed.tsx:111 msgid "Show reposts in Following" msgstr "" @@ -4532,16 +4628,22 @@ msgstr "" #~ msgid "Shows a list of users similar to this user." #~ msgstr "" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:127 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 msgid "Shows posts from {0} in your feed" msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:72 -#: src/view/com/auth/login/Login.tsx:98 +#: src/screens/Login/index.tsx:100 +#: src/screens/Login/index.tsx:119 +#: src/screens/Login/LoginForm.tsx:131 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:73 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:83 #: src/view/com/auth/SplashScreen.tsx:81 -#: src/view/shell/bottom-bar/BottomBar.tsx:289 -#: src/view/shell/bottom-bar/BottomBar.tsx:290 -#: src/view/shell/bottom-bar/BottomBar.tsx:292 +#: src/view/com/auth/SplashScreen.tsx:90 +#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:119 +#: src/view/shell/bottom-bar/BottomBar.tsx:300 +#: src/view/shell/bottom-bar/BottomBar.tsx:301 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 @@ -4554,32 +4656,29 @@ msgstr "साइन इन करें" #: src/view/com/auth/HomeLoggedOutCTA.tsx:82 #: src/view/com/auth/SplashScreen.tsx:86 #: src/view/com/auth/SplashScreen.web.tsx:91 -msgid "Sign In" -msgstr "साइन इन करें" +#~ msgid "Sign In" +#~ msgstr "साइन इन करें" -#: src/view/com/auth/login/ChooseAccountForm.tsx:45 +#: src/components/AccountList.tsx:109 msgid "Sign in as {0}" msgstr "{0} के रूप में साइन इन करें" -#: src/view/com/auth/login/ChooseAccountForm.tsx:127 -#: src/view/com/auth/login/Login.tsx:116 +#: src/screens/Login/ChooseAccountForm.tsx:64 msgid "Sign in as..." msgstr "... के रूप में साइन इन करें" #: src/view/com/auth/login/LoginForm.tsx:140 -msgid "Sign into" -msgstr "साइन इन करें" +#~ msgid "Sign into" +#~ msgstr "साइन इन करें" -#: src/view/com/modals/SwitchAccount.tsx:68 -#: src/view/com/modals/SwitchAccount.tsx:73 #: src/view/screens/Settings/index.tsx:107 #: src/view/screens/Settings/index.tsx:110 msgid "Sign out" msgstr "साइन आउट" -#: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/bottom-bar/BottomBar.tsx:280 -#: src/view/shell/bottom-bar/BottomBar.tsx:282 +#: src/view/shell/bottom-bar/BottomBar.tsx:290 +#: src/view/shell/bottom-bar/BottomBar.tsx:291 +#: src/view/shell/bottom-bar/BottomBar.tsx:293 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 @@ -4593,7 +4692,7 @@ msgstr "" msgid "Sign up or sign in to join the conversation" msgstr "" -#: src/components/moderation/ScreenHider.tsx:98 +#: src/components/moderation/ScreenHider.tsx:97 #: src/lib/moderation/useGlobalLabelStrings.ts:28 msgid "Sign-in Required" msgstr "" @@ -4602,21 +4701,21 @@ msgstr "" msgid "Signed in as" msgstr "आपने इस रूप में साइन इन करा है:" -#: src/view/com/auth/login/ChooseAccountForm.tsx:112 +#: src/screens/Login/ChooseAccountForm.tsx:48 msgid "Signed in as @{0}" msgstr "" #: src/view/com/modals/SwitchAccount.tsx:70 -msgid "Signs {0} out of Bluesky" -msgstr "" +#~ msgid "Signs {0} out of Bluesky" +#~ msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:235 -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:195 +#: src/screens/Onboarding/StepInterests/index.tsx:239 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:203 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:35 msgid "Skip" msgstr "स्किप" -#: src/screens/Onboarding/StepInterests/index.tsx:232 +#: src/screens/Onboarding/StepInterests/index.tsx:236 msgid "Skip this flow" msgstr "" @@ -4632,9 +4731,9 @@ msgstr "" #~ msgid "Something went wrong and we're not sure what." #~ msgstr "" -#: src/components/ReportDialog/index.tsx:52 -#: src/screens/Moderation/index.tsx:116 -#: src/screens/Profile/Sections/Labels.tsx:77 +#: src/components/ReportDialog/index.tsx:59 +#: src/screens/Moderation/index.tsx:114 +#: src/screens/Profile/Sections/Labels.tsx:76 msgid "Something went wrong, please try again." msgstr "" @@ -4646,7 +4745,7 @@ msgstr "" #~ msgid "Something went wrong. Check your email and try again." #~ msgstr "" -#: src/App.native.tsx:71 +#: src/App.native.tsx:66 msgid "Sorry! Your session expired. Please log in again." msgstr "" @@ -4658,7 +4757,7 @@ msgstr "उत्तर क्रमबद्ध करें" msgid "Sort replies to the same post by:" msgstr "उसी पोस्ट के उत्तरों को इस प्रकार क्रमबद्ध करें:" -#: src/components/moderation/LabelsOnMeDialog.tsx:147 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 msgid "Source:" msgstr "" @@ -4674,7 +4773,7 @@ msgstr "" msgid "Sports" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:122 +#: src/view/com/modals/crop-image/CropImage.web.tsx:123 msgid "Square" msgstr "स्क्वायर" @@ -4682,14 +4781,18 @@ msgstr "स्क्वायर" #~ msgid "Staging" #~ msgstr "स्टेजिंग" -#: src/view/screens/Settings/index.tsx:905 +#: src/view/screens/Settings/index.tsx:903 msgid "Status page" msgstr "स्थिति पृष्ठ" -#: src/view/com/auth/create/StepHeader.tsx:22 -msgid "Step {0} of {numSteps}" +#: src/screens/Signup/index.tsx:142 +msgid "Step" msgstr "" +#: src/view/com/auth/create/StepHeader.tsx:22 +#~ msgid "Step {0} of {numSteps}" +#~ msgstr "" + #: src/view/screens/Settings/index.tsx:292 msgid "Storage cleared, you need to restart the app now." msgstr "" @@ -4699,8 +4802,8 @@ msgstr "" msgid "Storybook" msgstr "Storybook" +#: src/components/moderation/LabelsOnMeDialog.tsx:255 #: src/components/moderation/LabelsOnMeDialog.tsx:256 -#: src/components/moderation/LabelsOnMeDialog.tsx:257 msgid "Submit" msgstr "" @@ -4708,20 +4811,20 @@ msgstr "" msgid "Subscribe" msgstr "सब्सक्राइब" -#: src/screens/Profile/Sections/Labels.tsx:181 +#: src/screens/Profile/Sections/Labels.tsx:180 msgid "Subscribe to @{0} to use these labels:" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:222 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:221 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:308 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:172 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 msgid "Subscribe to the {0} feed" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:185 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 msgid "Subscribe to this labeler" msgstr "" @@ -4729,7 +4832,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "इस सूची को सब्सक्राइब करें" -#: src/view/screens/Search/Search.tsx:375 +#: src/view/screens/Search/Search.tsx:376 msgid "Suggested Follows" msgstr "अनुशंसित लोग" @@ -4751,16 +4854,15 @@ msgstr "सहायता" #~ msgid "Swipe up to see more" #~ msgstr "" -#: src/view/com/modals/SwitchAccount.tsx:123 +#: src/components/dialogs/SwitchAccount.tsx:46 +#: src/components/dialogs/SwitchAccount.tsx:49 msgid "Switch Account" msgstr "खाते बदलें" -#: src/view/com/modals/SwitchAccount.tsx:103 #: src/view/screens/Settings/index.tsx:139 msgid "Switch to {0}" msgstr "" -#: src/view/com/modals/SwitchAccount.tsx:104 #: src/view/screens/Settings/index.tsx:140 msgid "Switches the account you are logged in to" msgstr "" @@ -4773,7 +4875,7 @@ msgstr "प्रणाली" msgid "System log" msgstr "सिस्टम लॉग" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "" @@ -4785,7 +4887,7 @@ msgstr "" #~ msgid "Tag menu: {tag}" #~ msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:112 +#: src/view/com/modals/crop-image/CropImage.web.tsx:113 msgid "Tall" msgstr "लंबा" @@ -4802,8 +4904,8 @@ msgid "Terms" msgstr "शर्तें" #: src/Navigation.tsx:236 -#: src/view/com/auth/create/Policies.tsx:59 -#: src/view/screens/Settings/index.tsx:919 +#: src/screens/Signup/StepInfo/Policies.tsx:49 +#: src/view/screens/Settings/index.tsx:917 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:259 msgid "Terms of Service" @@ -4815,11 +4917,11 @@ msgstr "सेवा की शर्तें" msgid "Terms used violate community standards" msgstr "" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:220 +#: src/components/moderation/LabelsOnMeDialog.tsx:219 msgid "Text input field" msgstr "पाठ इनपुट फ़ील्ड" @@ -4827,20 +4929,20 @@ msgstr "पाठ इनपुट फ़ील्ड" msgid "Thank you. Your report has been sent." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:466 +#: src/view/com/modals/ChangeHandle.tsx:465 msgid "That contains the following:" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:94 +#: src/screens/Signup/index.tsx:84 msgid "That handle is already taken." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:283 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "अनब्लॉक करने के बाद अकाउंट आपसे इंटरैक्ट कर सकेगा।" -#: src/components/moderation/ModerationDetailsDialog.tsx:128 +#: src/components/moderation/ModerationDetailsDialog.tsx:127 msgid "the author" msgstr "" @@ -4852,15 +4954,15 @@ msgstr "सामुदायिक दिशानिर्देशों क msgid "The Copyright Policy has been moved to <0/>" msgstr "कॉपीराइट नीति को <0/> पर स्थानांतरित कर दिया गया है" -#: src/components/moderation/LabelsOnMeDialog.tsx:49 +#: src/components/moderation/LabelsOnMeDialog.tsx:48 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:50 +#: src/components/moderation/LabelsOnMeDialog.tsx:49 msgid "The following labels were applied to your content." msgstr "" -#: src/screens/Onboarding/Layout.tsx:60 +#: src/screens/Onboarding/Layout.tsx:58 msgid "The following steps will help customize your Bluesky experience." msgstr "" @@ -4881,12 +4983,12 @@ msgstr "समर्थन प्रपत्र स्थानांतरि msgid "The Terms of Service have been moved to" msgstr "सेवा की शर्तों को स्थानांतरित कर दिया गया है" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:150 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:141 msgid "There are many feeds to try:" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:113 -#: src/view/screens/ProfileFeed.tsx:543 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112 +#: src/view/screens/ProfileFeed.tsx:544 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "" @@ -4894,11 +4996,11 @@ msgstr "" msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "" -#: src/view/screens/ProfileFeed.tsx:217 +#: src/view/screens/ProfileFeed.tsx:218 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "" -#: src/view/screens/ProfileFeed.tsx:244 +#: src/view/screens/ProfileFeed.tsx:245 #: src/view/screens/ProfileList.tsx:275 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 @@ -4917,7 +5019,7 @@ msgstr "" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" -#: src/view/com/posts/Feed.tsx:283 +#: src/view/com/posts/Feed.tsx:287 msgid "There was an issue fetching posts. Tap here to try again." msgstr "" @@ -4942,11 +5044,11 @@ msgstr "" msgid "There was an issue with fetching your app passwords" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:134 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:96 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:106 #: src/view/com/profile/ProfileMenu.tsx:117 #: src/view/com/profile/ProfileMenu.tsx:132 @@ -4975,19 +5077,19 @@ msgstr "" #~ 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 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146 msgid "These are popular accounts you might like:" msgstr "" -#: src/components/moderation/ScreenHider.tsx:117 +#: src/components/moderation/ScreenHider.tsx:116 msgid "This {screenDescription} has been flagged:" msgstr "यह {screenDescription} फ्लैग किया गया है:" -#: src/components/moderation/ScreenHider.tsx:112 +#: src/components/moderation/ScreenHider.tsx:111 msgid "This account has requested that users sign in to view their profile." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:205 +#: src/components/moderation/LabelsOnMeDialog.tsx:204 msgid "This appeal will be sent to <0>{0}</0>." msgstr "" @@ -4999,11 +5101,11 @@ msgstr "" msgid "This content has received a general warning from moderators." msgstr "" -#: src/view/com/modals/EmbedConsent.tsx:68 +#: src/components/dialogs/EmbedConsent.tsx:64 msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:78 +#: src/components/moderation/ModerationDetailsDialog.tsx:77 #: src/lib/moderation/useModerationCauseDescription.ts:77 msgid "This content is not available because one of the users involved has blocked the other." msgstr "" @@ -5025,7 +5127,7 @@ msgid "This feed is currently receiving high traffic and is temporarily unavaila msgstr "" #: src/screens/Profile/Sections/Feed.tsx:50 -#: src/view/screens/ProfileFeed.tsx:476 +#: src/view/screens/ProfileFeed.tsx:477 #: src/view/screens/ProfileList.tsx:675 msgid "This feed is empty!" msgstr "" @@ -5042,15 +5144,15 @@ msgstr "यह जानकारी अन्य उपयोगकर्ता msgid "This is important in case you ever need to change your email or reset your password." msgstr "अगर आपको कभी अपना ईमेल बदलने या पासवर्ड रीसेट करने की आवश्यकता है तो यह महत्वपूर्ण है।।" -#: src/components/moderation/ModerationDetailsDialog.tsx:125 +#: src/components/moderation/ModerationDetailsDialog.tsx:124 msgid "This label was applied by {0}." msgstr "" -#: src/screens/Profile/Sections/Labels.tsx:168 +#: src/screens/Profile/Sections/Labels.tsx:167 msgid "This labeler hasn't declared what labels it publishes, and may not be active." msgstr "" -#: src/view/com/modals/LinkWarning.tsx:58 +#: src/view/com/modals/LinkWarning.tsx:72 msgid "This link is taking you to the following website:" msgstr "यह लिंक आपको निम्नलिखित वेबसाइट पर ले जा रहा है:" @@ -5062,7 +5164,7 @@ msgstr "" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:106 +#: src/view/com/modals/AddAppPasswords.tsx:107 msgid "This name is already in use" msgstr "" @@ -5071,6 +5173,7 @@ msgid "This post has been deleted." msgstr "इस पोस्ट को हटा दिया गया है।।" #: src/view/com/util/forms/PostDropdownBtn.tsx:344 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "" @@ -5082,19 +5185,19 @@ msgstr "" msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "" -#: src/view/com/auth/create/Policies.tsx:46 +#: src/screens/Signup/StepInfo/Policies.tsx:37 msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:446 +#: src/view/com/modals/ChangeHandle.tsx:445 msgid "This should create a domain record at:" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:87 msgid "This user doesn't have any followers." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:73 +#: src/components/moderation/ModerationDetailsDialog.tsx:72 #: src/lib/moderation/useModerationCauseDescription.ts:68 msgid "This user has blocked you. You cannot view their content." msgstr "" @@ -5111,11 +5214,11 @@ msgstr "" #~ msgid "This user is included in the <0/> list which you have muted." #~ msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:56 +#: src/components/moderation/ModerationDetailsDialog.tsx:55 msgid "This user is included in the <0>{0}</0> list which you have blocked." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:85 +#: src/components/moderation/ModerationDetailsDialog.tsx:84 msgid "This user is included in the <0>{0}</0> list which you have muted." msgstr "" @@ -5123,7 +5226,7 @@ msgstr "" #~ msgid "This user is included the <0/> list which you have muted." #~ msgstr "" -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:87 msgid "This user isn't following anyone." msgstr "" @@ -5131,7 +5234,7 @@ msgstr "" msgid "This warning is only available for posts with media attached." msgstr "यह चेतावनी केवल मीडिया संलग्न पोस्ट के लिए उपलब्ध है।" -#: src/components/dialogs/MutedWords.tsx:284 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "" @@ -5156,11 +5259,11 @@ msgstr "थ्रेड मोड" msgid "Threads Preferences" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:35 +#: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "" -#: src/components/dialogs/MutedWords.tsx:113 +#: src/components/dialogs/MutedWords.tsx:112 msgid "Toggle between muted word options." msgstr "" @@ -5168,11 +5271,11 @@ msgstr "" msgid "Toggle dropdown" msgstr "ड्रॉपडाउन टॉगल करें" -#: src/screens/Moderation/index.tsx:334 +#: src/screens/Moderation/index.tsx:332 msgid "Toggle to enable or disable adult content" msgstr "" -#: src/view/com/modals/EditImage.tsx:271 +#: src/view/com/modals/EditImage.tsx:272 msgid "Transformations" msgstr "परिवर्तन" @@ -5188,7 +5291,7 @@ msgctxt "action" msgid "Try again" msgstr "फिर से कोशिश करो" -#: src/view/com/modals/ChangeHandle.tsx:429 +#: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "" @@ -5200,22 +5303,23 @@ msgstr "" msgid "Un-mute list" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:58 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:87 -#: src/view/com/auth/login/Login.tsx:76 -#: src/view/com/auth/login/LoginForm.tsx:121 +#: src/screens/Login/ForgotPasswordForm.tsx:74 +#: src/screens/Login/index.tsx:78 +#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/SetNewPasswordForm.tsx:77 +#: src/screens/Signup/index.tsx:63 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "आपकी सेवा से संपर्क करने में असमर्थ। कृपया अपने इंटरनेट कनेक्शन की जांच करें।।" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:572 msgid "Unblock" msgstr "अनब्लॉक" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 msgctxt "action" msgid "Unblock" msgstr "" @@ -5225,13 +5329,13 @@ msgstr "" msgid "Unblock Account" msgstr "अनब्लॉक खाता" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:281 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "" -#: src/view/com/modals/Repost.tsx:42 -#: src/view/com/modals/Repost.tsx:55 +#: src/view/com/modals/Repost.tsx:43 +#: src/view/com/modals/Repost.tsx:56 #: src/view/com/util/post-ctrls/RepostButton.tsx:60 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:48 msgid "Undo repost" @@ -5247,7 +5351,7 @@ msgctxt "action" msgid "Unfollow" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 msgid "Unfollow {0}" msgstr "" @@ -5257,14 +5361,14 @@ msgid "Unfollow Account" msgstr "" #: src/view/com/auth/create/state.ts:262 -msgid "Unfortunately, you do not meet the requirements to create an account." -msgstr "" +#~ msgid "Unfortunately, you do not meet the requirements to create an account." +#~ msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Unlike" msgstr "" -#: src/view/screens/ProfileFeed.tsx:572 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Unlike this feed" msgstr "" @@ -5295,12 +5399,12 @@ msgstr "" msgid "Unmute thread" msgstr "थ्रेड को अनम्यूट करें" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 #: src/view/screens/ProfileList.tsx:563 msgid "Unpin" msgstr "" -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Unpin from home" msgstr "" @@ -5312,11 +5416,11 @@ msgstr "" #~ msgid "Unsave" #~ msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:219 msgid "Unsubscribe" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183 msgid "Unsubscribe from this labeler" msgstr "" @@ -5332,15 +5436,15 @@ msgstr "सूची में {displayName} अद्यतन करें" #~ msgid "Update Available" #~ msgstr "उपलब्ध अद्यतन" -#: src/view/com/modals/ChangeHandle.tsx:509 +#: src/view/com/modals/ChangeHandle.tsx:508 msgid "Update to {handle}" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:204 +#: src/screens/Login/SetNewPasswordForm.tsx:186 msgid "Updating..." msgstr "अद्यतन..।" -#: src/view/com/modals/ChangeHandle.tsx:455 +#: src/view/com/modals/ChangeHandle.tsx:454 msgid "Upload a text file to:" msgstr "एक पाठ फ़ाइल अपलोड करने के लिए:" @@ -5363,7 +5467,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:409 +#: src/view/com/modals/ChangeHandle.tsx:408 msgid "Use a file on your server" msgstr "" @@ -5371,11 +5475,11 @@ msgstr "" msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "अपने खाते या पासवर्ड को पूर्ण एक्सेस देने के बिना अन्य ब्लूस्की ग्राहकों को लॉगिन करने के लिए ऐप पासवर्ड का उपयोग करें।।" -#: src/view/com/modals/ChangeHandle.tsx:518 +#: src/view/com/modals/ChangeHandle.tsx:517 msgid "Use bsky.social as hosting provider" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:517 +#: src/view/com/modals/ChangeHandle.tsx:516 msgid "Use default provider" msgstr "डिफ़ॉल्ट प्रदाता का उपयोग करें" @@ -5389,11 +5493,11 @@ msgstr "" msgid "Use my default browser" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:401 +#: src/view/com/modals/ChangeHandle.tsx:400 msgid "Use the DNS panel" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:155 +#: src/view/com/modals/AddAppPasswords.tsx:156 msgid "Use this to sign into the other app along with your handle." msgstr "अपने हैंडल के साथ दूसरे ऐप में साइन इन करने के लिए इसका उपयोग करें।" @@ -5401,11 +5505,11 @@ msgstr "अपने हैंडल के साथ दूसरे ऐप म #~ msgid "Use your domain as your Bluesky client service provider" #~ msgstr "" -#: src/view/com/modals/InviteCodes.tsx:200 +#: src/view/com/modals/InviteCodes.tsx:201 msgid "Used by:" msgstr "के द्वारा उपयोग:" -#: src/components/moderation/ModerationDetailsDialog.tsx:65 +#: src/components/moderation/ModerationDetailsDialog.tsx:64 #: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked" msgstr "" @@ -5414,7 +5518,7 @@ msgstr "" msgid "User Blocked by \"{0}\"" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:54 +#: src/components/moderation/ModerationDetailsDialog.tsx:53 msgid "User Blocked by List" msgstr "" @@ -5422,13 +5526,13 @@ msgstr "" msgid "User Blocking You" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:71 +#: src/components/moderation/ModerationDetailsDialog.tsx:70 msgid "User Blocks You" msgstr "" #: src/view/com/auth/create/Step2.tsx:79 -msgid "User handle" -msgstr "यूजर हैंडल" +#~ msgid "User handle" +#~ msgstr "यूजर हैंडल" #: src/view/com/lists/ListCard.tsx:85 #: src/view/com/modals/UserAddRemoveLists.tsx:198 @@ -5445,11 +5549,11 @@ msgstr "" msgid "User list by you" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:196 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "User list created" msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:182 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "User list updated" msgstr "" @@ -5457,8 +5561,7 @@ msgstr "" msgid "User Lists" msgstr "लोग सूचियाँ" -#: src/view/com/auth/login/LoginForm.tsx:180 -#: src/view/com/auth/login/LoginForm.tsx:198 +#: src/screens/Login/LoginForm.tsx:151 msgid "Username or email address" msgstr "यूजर नाम या ईमेल पता" @@ -5478,7 +5581,7 @@ msgstr "" msgid "Users that have liked this content or profile" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:437 +#: src/view/com/modals/ChangeHandle.tsx:436 msgid "Value:" msgstr "" @@ -5486,19 +5589,19 @@ msgstr "" #~ msgid "Verification code" #~ msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:510 +#: src/view/com/modals/ChangeHandle.tsx:509 msgid "Verify {0}" msgstr "" -#: src/view/screens/Settings/index.tsx:944 +#: src/view/screens/Settings/index.tsx:942 msgid "Verify email" msgstr "ईमेल सत्यापित करें" -#: src/view/screens/Settings/index.tsx:969 +#: src/view/screens/Settings/index.tsx:967 msgid "Verify my email" msgstr "मेरी ईमेल सत्यापित करें" -#: src/view/screens/Settings/index.tsx:978 +#: src/view/screens/Settings/index.tsx:976 msgid "Verify My Email" msgstr "मेरी ईमेल सत्यापित करें" @@ -5511,11 +5614,15 @@ msgstr "नया ईमेल सत्यापित करें" msgid "Verify Your Email" msgstr "" +#: src/view/screens/Settings/index.tsx:893 +msgid "Version {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:42 msgid "Video Games" msgstr "" -#: src/screens/Profile/Header/Shell.tsx:110 +#: src/screens/Profile/Header/Shell.tsx:107 msgid "View {0}'s avatar" msgstr "" @@ -5523,11 +5630,11 @@ msgstr "" msgid "View debug entry" msgstr "डीबग प्रविष्टि देखें" -#: src/components/ReportDialog/SelectReportOptionView.tsx:133 +#: src/components/ReportDialog/SelectReportOptionView.tsx:131 msgid "View details" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:128 +#: src/components/ReportDialog/SelectReportOptionView.tsx:126 msgid "View details for reporting a copyright violation" msgstr "" @@ -5551,16 +5658,16 @@ msgstr "अवतार देखें" msgid "View the labeling service provided by @{0}" msgstr "" -#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileFeed.tsx:585 msgid "View users who like this feed" msgstr "" -#: src/view/com/modals/LinkWarning.tsx:75 -#: src/view/com/modals/LinkWarning.tsx:77 +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" msgstr "साइट पर जाएं" -#: src/components/moderation/GlobalModerationLabelPref.tsx:44 +#: src/components/moderation/LabelPreference.tsx:135 #: src/lib/moderation/useLabelBehaviorDescription.ts:17 #: src/lib/moderation/useLabelBehaviorDescription.ts:22 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:53 @@ -5576,10 +5683,10 @@ msgid "Warn content and filter from feeds" msgstr "" #: src/screens/Onboarding/StepAlgoFeeds/index.tsx:134 -msgid "We also think you'll like \"For You\" by Skygaze:" -msgstr "" +#~ msgid "We also think you'll like \"For You\" by Skygaze:" +#~ msgstr "" -#: src/screens/Hashtag.tsx:132 +#: src/screens/Hashtag.tsx:133 msgid "We couldn't find any results for that hashtag." msgstr "" @@ -5587,7 +5694,7 @@ msgstr "" msgid "We estimate {estimatedTime} until your account is ready." msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:93 +#: src/screens/Onboarding/StepFinished.tsx:97 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "" @@ -5599,11 +5706,11 @@ msgstr "" #~ msgid "We recommend \"For You\" by Skygaze:" #~ msgstr "" -#: src/components/dialogs/MutedWords.tsx:204 +#: src/components/dialogs/MutedWords.tsx:203 msgid "We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:125 msgid "We recommend our \"Discover\" feed:" msgstr "" @@ -5611,11 +5718,11 @@ msgstr "" msgid "We were unable to load your birth date preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:387 +#: src/screens/Moderation/index.tsx:385 msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:133 +#: src/screens/Onboarding/StepInterests/index.tsx:137 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 "" @@ -5627,11 +5734,11 @@ msgstr "" #~ msgid "We'll look into your appeal promptly." #~ msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:138 +#: src/screens/Onboarding/StepInterests/index.tsx:142 msgid "We'll use this to help customize your experience." msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:134 +#: src/screens/Signup/index.tsx:130 msgid "We're so excited to have you join us!" msgstr "हम आपके हमारी सेवा में शामिल होने को लेकर बहुत उत्साहित हैं!" @@ -5639,20 +5746,20 @@ msgstr "हम आपके हमारी सेवा में शामि msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "" -#: src/components/dialogs/MutedWords.tsx:230 +#: src/components/dialogs/MutedWords.tsx:229 msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "" -#: src/view/screens/Search/Search.tsx:255 +#: src/view/screens/Search/Search.tsx:256 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" -#: src/components/Lists.tsx:194 +#: src/components/Lists.tsx:188 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "हम क्षमा चाहते हैं! हमें वह पेज नहीं मिल रहा जिसे आप ढूंढ रहे थे।" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:321 msgid "We're sorry! You can only subscribe to ten labelers, and you've reached your limit of ten." msgstr "" @@ -5660,7 +5767,7 @@ msgstr "" msgid "Welcome to <0>Bluesky</0>" msgstr "<0>Bluesky</0> में आपका स्वागत है" -#: src/screens/Onboarding/StepInterests/index.tsx:130 +#: src/screens/Onboarding/StepInterests/index.tsx:134 msgid "What are your interests?" msgstr "" @@ -5668,8 +5775,9 @@ msgstr "" #~ msgid "What is the issue with this {collectionName}?" #~ msgstr "इस {collectionName} के साथ क्या मुद्दा है?" -#: src/view/com/auth/SplashScreen.tsx:59 -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/auth/SplashScreen.tsx:58 +#: src/view/com/auth/SplashScreen.web.tsx:84 +#: src/view/com/composer/Composer.tsx:296 msgid "What's up?" msgstr "" @@ -5686,35 +5794,35 @@ msgstr "कौन से भाषाएं आपको अपने एल् msgid "Who can reply" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 +#: src/components/ReportDialog/SelectReportOptionView.tsx:43 msgid "Why should this content be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 +#: src/components/ReportDialog/SelectReportOptionView.tsx:56 msgid "Why should this feed be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 +#: src/components/ReportDialog/SelectReportOptionView.tsx:53 msgid "Why should this list be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 +#: src/components/ReportDialog/SelectReportOptionView.tsx:50 msgid "Why should this post be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 +#: src/components/ReportDialog/SelectReportOptionView.tsx:47 msgid "Why should this user be reviewed?" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:102 +#: src/view/com/modals/crop-image/CropImage.web.tsx:103 msgid "Wide" msgstr "चौड़ा" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:436 msgid "Write post" msgstr "पोस्ट लिखो" -#: src/view/com/composer/Composer.tsx:294 +#: src/view/com/composer/Composer.tsx:295 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "अपना जवाब दें" @@ -5745,7 +5853,7 @@ msgstr "हाँ" msgid "You are in line." msgstr "" -#: src/view/com/profile/ProfileFollows.tsx:93 +#: src/view/com/profile/ProfileFollows.tsx:86 msgid "You are not following anyone." msgstr "" @@ -5758,20 +5866,20 @@ msgstr "" #~ msgid "You can also try our \"Discover\" algorithm:" #~ msgstr "" -#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +#: src/screens/Onboarding/StepFollowingFeed.tsx:143 msgid "You can change these settings later." msgstr "" -#: src/view/com/auth/login/Login.tsx:158 -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 +#: src/screens/Login/index.tsx:158 +#: src/screens/Login/PasswordUpdatedForm.tsx:33 msgid "You can now sign in with your new password." msgstr "अब आप अपने नए पासवर्ड के साथ साइन इन कर सकते हैं।।" -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:86 msgid "You do not have any followers." msgstr "" -#: src/view/com/modals/InviteCodes.tsx:66 +#: src/view/com/modals/InviteCodes.tsx:67 msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer." msgstr "आपके पास अभी तक कोई आमंत्रण कोड नहीं है! जब आप कुछ अधिक समय के लिए Bluesky पर रहेंगे तो हम आपको कुछ भेजेंगे।" @@ -5791,14 +5899,14 @@ msgstr "आपके पास कोई सहेजी गई फ़ीड न msgid "You have blocked the author or you have been blocked by the author." msgstr "आपने लेखक को अवरुद्ध किया है या आपने लेखक द्वारा अवरुद्ध किया है।।" -#: src/components/moderation/ModerationDetailsDialog.tsx:67 +#: src/components/moderation/ModerationDetailsDialog.tsx:66 #: src/lib/moderation/useModerationCauseDescription.ts:50 #: src/lib/moderation/useModerationCauseDescription.ts:58 msgid "You have blocked this user. You cannot view their content." msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:57 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:92 +#: src/screens/Login/SetNewPasswordForm.tsx:54 +#: src/screens/Login/SetNewPasswordForm.tsx:91 #: src/view/com/modals/ChangePassword.tsx:87 #: src/view/com/modals/ChangePassword.tsx:121 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." @@ -5808,11 +5916,11 @@ msgstr "" msgid "You have hidden this post" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:102 +#: src/components/moderation/ModerationDetailsDialog.tsx:101 msgid "You have hidden this post." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:95 +#: src/components/moderation/ModerationDetailsDialog.tsx:94 #: src/lib/moderation/useModerationCauseDescription.ts:92 msgid "You have muted this account." msgstr "" @@ -5854,14 +5962,18 @@ msgstr "" #~ msgid "You have not muted any accounts yet. To mute an account, go to their profile and selected \"Mute account\" from the menu on their account." #~ msgstr "आपने अभी तक कोई खाता म्यूट नहीं किया है. किसी खाते को म्यूट करने के लिए, उनकी प्रोफ़ाइल पर जाएं और उनके खाते के मेनू से \"खाता म्यूट करें\" चुनें।" -#: src/components/dialogs/MutedWords.tsx:250 +#: src/components/dialogs/MutedWords.tsx:249 msgid "You haven't muted any words or tags yet" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:69 +#: src/components/moderation/LabelsOnMeDialog.tsx:68 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" +#: src/screens/Signup/StepInfo/Policies.tsx:79 +msgid "You must be 13 years of age or older to sign up." +msgstr "" + #: src/view/com/modals/ContentFilteringSettings.tsx:175 #~ msgid "You must be 18 or older to enable adult content." #~ msgstr "" @@ -5882,11 +5994,11 @@ msgstr "" msgid "You will now receive notifications for this thread" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:107 +#: src/screens/Login/SetNewPasswordForm.tsx:104 msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "आपको \"reset code\" के साथ एक ईमेल प्राप्त होगा। उस कोड को यहाँ दर्ज करें, फिर अपना नया पासवर्ड दर्ज करें।।" -#: src/screens/Onboarding/StepModeration/index.tsx:59 +#: src/screens/Onboarding/StepModeration/index.tsx:60 msgid "You're in control" msgstr "" @@ -5896,11 +6008,11 @@ msgstr "" msgid "You're in line" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:90 +#: src/screens/Onboarding/StepFinished.tsx:94 msgid "You're ready to go!" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:99 +#: src/components/moderation/ModerationDetailsDialog.tsx:98 #: src/lib/moderation/useModerationCauseDescription.ts:101 msgid "You've chosen to hide a word or tag within this post." msgstr "" @@ -5909,11 +6021,11 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/auth/create/Step1.tsx:67 +#: src/screens/Signup/index.tsx:150 msgid "Your account" msgstr "आपका खाता" -#: src/view/com/modals/DeleteAccount.tsx:67 +#: src/view/com/modals/DeleteAccount.tsx:68 msgid "Your account has been deleted" msgstr "" @@ -5921,7 +6033,7 @@ msgstr "" msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "" -#: src/view/com/auth/create/Step1.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:121 msgid "Your birth date" msgstr "जन्म तिथि" @@ -5929,12 +6041,12 @@ msgstr "जन्म तिथि" msgid "Your choice will be saved, but can be changed later in settings." msgstr "" -#: src/screens/Onboarding/StepFollowingFeed.tsx:61 +#: src/screens/Onboarding/StepFollowingFeed.tsx:62 msgid "Your default feed is \"Following\"" msgstr "" -#: src/view/com/auth/create/state.ts:110 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:70 +#: src/screens/Login/ForgotPasswordForm.tsx:57 +#: src/screens/Signup/state.ts:227 #: src/view/com/modals/ChangePassword.tsx:54 msgid "Your email appears to be invalid." msgstr "" @@ -5955,11 +6067,11 @@ msgstr "आपका ईमेल अभी तक सत्यापित न msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "" -#: src/view/com/auth/create/Step2.tsx:83 +#: src/screens/Signup/StepHandle.tsx:72 msgid "Your full handle will be" msgstr "आपका पूरा हैंडल होगा" -#: src/view/com/modals/ChangeHandle.tsx:270 +#: src/view/com/modals/ChangeHandle.tsx:271 msgid "Your full handle will be <0>@{0}</0>" msgstr "" @@ -5969,7 +6081,7 @@ msgstr "" #~ msgid "Your invite codes are hidden when logged in using an App Password" #~ msgstr "" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "" @@ -5977,25 +6089,24 @@ msgstr "" msgid "Your password has been changed successfully!" msgstr "" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:284 msgid "Your post has been published" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:105 +#: src/screens/Onboarding/StepFinished.tsx:109 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:61 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "आपकी पोस्ट, पसंद और ब्लॉक सार्वजनिक हैं। म्यूट निजी हैं।।" -#: src/view/com/modals/SwitchAccount.tsx:88 #: src/view/screens/Settings/index.tsx:125 msgid "Your profile" msgstr "आपकी प्रोफ़ाइल" -#: src/view/com/composer/Composer.tsx:282 +#: src/view/com/composer/Composer.tsx:283 msgid "Your reply has been published" msgstr "" -#: src/view/com/auth/create/Step2.tsx:65 +#: src/screens/Signup/index.tsx:152 msgid "Your user handle" msgstr "आपका यूजर हैंडल" diff --git a/src/locale/locales/id/messages.po b/src/locale/locales/id/messages.po index 001520fb2..cc5327953 100644 --- a/src/locale/locales/id/messages.po +++ b/src/locale/locales/id/messages.po @@ -29,7 +29,7 @@ msgstr "(tidak ada email)" #~ msgid "{0} {purposeLabel} List" #~ msgstr "Daftar {purposeLabel} {0}" -#: src/screens/Profile/Header/Metrics.tsx:45 +#: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} mengikuti" @@ -67,7 +67,7 @@ msgstr "<0/> anggota" msgid "<0>{0}</0> following" msgstr "" -#: src/screens/Profile/Header/Metrics.tsx:46 +#: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} </0><1>following</1>" msgstr "<0>{following} </0><1>mengikuti</1>" @@ -96,7 +96,7 @@ msgstr "⚠Handle Tidak Valid" #~ msgstr "Versi baru dari aplikasi ini telah tersedia. Harap perbarui untuk terus menggunakan aplikasi." #: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:648 +#: src/view/screens/Search/Search.tsx:649 msgid "Access navigation links and settings" msgstr "Akses tautan navigasi dan pengaturan" @@ -104,7 +104,7 @@ msgstr "Akses tautan navigasi dan pengaturan" msgid "Access profile and other navigation links" msgstr "Akses profil dan tautan navigasi lain" -#: src/view/com/modals/EditImage.tsx:299 +#: src/view/com/modals/EditImage.tsx:300 #: src/view/screens/Settings/index.tsx:470 msgid "Accessibility" msgstr "Aksesibilitas" @@ -113,7 +113,7 @@ msgstr "Aksesibilitas" msgid "account" msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:144 #: src/view/screens/Settings/index.tsx:327 #: src/view/screens/Settings/index.tsx:743 msgid "Account" @@ -131,12 +131,12 @@ msgstr "" msgid "Account muted" msgstr "Akun dibisukan" -#: src/components/moderation/ModerationDetailsDialog.tsx:94 +#: src/components/moderation/ModerationDetailsDialog.tsx:93 #: src/lib/moderation/useModerationCauseDescription.ts:91 msgid "Account Muted" msgstr "Akun Dibisukan" -#: src/components/moderation/ModerationDetailsDialog.tsx:83 +#: src/components/moderation/ModerationDetailsDialog.tsx:82 msgid "Account Muted by List" msgstr "Akun Dibisukan Berdasarkan Daftar" @@ -148,7 +148,7 @@ msgstr "Pengaturan akun" msgid "Account removed from quick access" msgstr "Akun dihapus dari akses cepat" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:130 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "Akun batal diblokir" @@ -161,7 +161,7 @@ msgstr "" msgid "Account unmuted" msgstr "Akun batal dibisukan" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:219 @@ -177,6 +177,7 @@ msgstr "Tambahkan peringatan konten" msgid "Add a user to this list" msgstr "Tambahkan pengguna ke daftar ini" +#: src/components/dialogs/SwitchAccount.tsx:55 #: src/view/screens/Settings/index.tsx:402 #: src/view/screens/Settings/index.tsx:411 msgid "Add account" @@ -184,7 +185,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:116 +#: src/view/com/modals/AltImage.tsx:117 msgid "Add alt text" msgstr "Tambahkan teks alt" @@ -203,23 +204,23 @@ msgstr "Tambahkan Kata Sandi Aplikasi" #~ msgid "Add details to report" #~ msgstr "Tambahkan detail ke laporan" -#: src/view/com/composer/Composer.tsx:466 +#: src/view/com/composer/Composer.tsx:467 msgid "Add link card" msgstr "Tambahkan kartu tautan" -#: src/view/com/composer/Composer.tsx:471 +#: src/view/com/composer/Composer.tsx:472 msgid "Add link card:" msgstr "Tambahkan kartu tautan:" -#: src/components/dialogs/MutedWords.tsx:158 +#: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" msgstr "" -#: src/components/dialogs/MutedWords.tsx:87 +#: src/components/dialogs/MutedWords.tsx:86 msgid "Add muted words and tags" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:417 +#: src/view/com/modals/ChangeHandle.tsx:416 msgid "Add the following DNS record to your domain:" msgstr "Tambahkan DNS record berikut ke domain Anda:" @@ -249,6 +250,7 @@ msgstr "Ditambahkan ke feed saya" msgid "Adjust the number of likes a reply must have to be shown in your feed." msgstr "Atur jumlah suka dari balasan yang akan ditampilkan di feed Anda." +#: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:117 #: src/view/com/modals/SelfLabel.tsx:75 msgid "Adult Content" @@ -262,11 +264,11 @@ msgstr "Konten Dewasa" #~ msgid "Adult content can only be enabled via the Web at <0>bsky.app</0>." #~ msgstr "Konten dewasa hanya dapat diaktifkan melalui Web di <0>bsky.app</0>." -#: src/components/moderation/ModerationLabelPref.tsx:114 +#: src/components/moderation/LabelPreference.tsx:242 msgid "Adult content is disabled." msgstr "" -#: src/screens/Moderation/index.tsx:377 +#: src/screens/Moderation/index.tsx:375 #: src/view/screens/Settings/index.tsx:684 msgid "Advanced" msgstr "Lanjutan" @@ -275,12 +277,12 @@ msgstr "Lanjutan" msgid "All the feeds you've saved, right in one place." msgstr "" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:221 +#: src/screens/Login/ForgotPasswordForm.tsx:178 #: src/view/com/modals/ChangePassword.tsx:170 msgid "Already have a code?" msgstr "Sudah memiliki kode?" -#: src/view/com/auth/login/ChooseAccountForm.tsx:103 +#: src/screens/Login/ChooseAccountForm.tsx:39 msgid "Already signed in as @{0}" msgstr "Sudah masuk sebagai @{0}" @@ -288,7 +290,7 @@ msgstr "Sudah masuk sebagai @{0}" msgid "ALT" msgstr "ALT" -#: src/view/com/modals/EditImage.tsx:315 +#: src/view/com/modals/EditImage.tsx:316 msgid "Alt text" msgstr "Teks alt" @@ -336,11 +338,11 @@ msgstr "Bahasa Aplikasi" msgid "App password deleted" msgstr "Kata sandi aplikasi dihapus" -#: src/view/com/modals/AddAppPasswords.tsx:134 +#: src/view/com/modals/AddAppPasswords.tsx:135 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "Nama Kata Sandi Aplikasi hanya boleh terdiri dari huruf, angka, spasi, tanda hubung, dan garis bawah." -#: src/view/com/modals/AddAppPasswords.tsx:99 +#: src/view/com/modals/AddAppPasswords.tsx:100 msgid "App Password names must be at least 4 characters long." msgstr "Nama Kata Sandi Aplikasi harus terdiri dari minimal 4 karakter." @@ -358,12 +360,12 @@ msgstr "Pengaturan kata sandi aplikasi" msgid "App Passwords" msgstr "Kata sandi Aplikasi" -#: src/components/moderation/LabelsOnMeDialog.tsx:134 -#: src/components/moderation/LabelsOnMeDialog.tsx:137 +#: src/components/moderation/LabelsOnMeDialog.tsx:133 +#: src/components/moderation/LabelsOnMeDialog.tsx:136 msgid "Appeal" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:202 +#: src/components/moderation/LabelsOnMeDialog.tsx:201 msgid "Appeal \"{0}\" label" msgstr "" @@ -379,7 +381,7 @@ msgstr "" #~ msgid "Appeal Decision" #~ msgstr "Keputusan Banding" -#: src/components/moderation/LabelsOnMeDialog.tsx:193 +#: src/components/moderation/LabelsOnMeDialog.tsx:192 msgid "Appeal submitted." msgstr "" @@ -403,11 +405,11 @@ msgstr "Anda yakin untuk menghapus kata sandi aplikasi \"{name}\"?" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:509 msgid "Are you sure you'd like to discard this draft?" msgstr "Anda yakin untuk membuang draf ini?" -#: src/components/dialogs/MutedWords.tsx:282 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "Anda yakin?" @@ -427,14 +429,22 @@ msgstr "Seni" msgid "Artistic or non-erotic nudity." msgstr "Ketelanjangan artistik atau non-erotis." +#: src/screens/Signup/StepHandle.tsx:118 +msgid "At least 3 characters" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:246 #: src/components/moderation/LabelsOnMeDialog.tsx:247 -#: src/components/moderation/LabelsOnMeDialog.tsx:248 -#: src/screens/Profile/Header/Shell.tsx:97 -#: src/view/com/auth/create/CreateAccount.tsx:158 -#: src/view/com/auth/login/ChooseAccountForm.tsx:160 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:174 -#: src/view/com/auth/login/LoginForm.tsx:262 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:179 +#: src/screens/Login/ChooseAccountForm.tsx:73 +#: src/screens/Login/ChooseAccountForm.tsx:78 +#: src/screens/Login/ForgotPasswordForm.tsx:129 +#: src/screens/Login/ForgotPasswordForm.tsx:135 +#: src/screens/Login/LoginForm.tsx:221 +#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/SetNewPasswordForm.tsx:160 +#: src/screens/Login/SetNewPasswordForm.tsx:166 +#: src/screens/Profile/Header/Shell.tsx:96 +#: src/screens/Signup/index.tsx:179 #: src/view/com/util/ViewHeader.tsx:87 msgid "Back" msgstr "Kembali" @@ -444,7 +454,7 @@ msgstr "Kembali" #~ msgid "Back" #~ msgstr "Kembali" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:144 msgid "Based on your interest in {interestsText}" msgstr "Berdasarkan minat Anda pada {interestsText}" @@ -453,7 +463,6 @@ msgid "Basics" msgstr "Dasar" #: src/components/dialogs/BirthDateSettings.tsx:107 -#: src/view/com/auth/create/Step1.tsx:227 msgid "Birthday" msgstr "Tanggal lahir" @@ -461,7 +470,7 @@ msgstr "Tanggal lahir" msgid "Birthday:" msgstr "Tanggal lahir:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "" @@ -497,7 +506,7 @@ msgstr "Blokir akun ini?" msgid "Blocked" msgstr "Diblokir" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:267 msgid "Blocked accounts" msgstr "Akun yang diblokir" @@ -518,7 +527,7 @@ msgstr "Akun yang diblokir tidak dapat membalas postingan Anda, menyebutkan Anda msgid "Blocked post." msgstr "Postingan yang diblokir." -#: src/screens/Profile/Sections/Labels.tsx:153 +#: src/screens/Profile/Sections/Labels.tsx:152 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "" @@ -530,18 +539,18 @@ msgstr "Blokir bersifat publik. Akun yang diblokir tidak dapat membalas postinga msgid "Blocking will not prevent labels from being applied on your account, but it will stop this account from replying in your threads or interacting with you." msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:97 -#: src/view/com/auth/SplashScreen.web.tsx:133 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:98 +#: src/view/com/auth/SplashScreen.web.tsx:169 msgid "Blog" msgstr "Blog" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:31 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:32 #: src/view/com/auth/server-input/index.tsx:89 -#: src/view/com/auth/server-input/index.tsx:90 +#: src/view/com/auth/server-input/index.tsx:91 msgid "Bluesky" msgstr "Bluesky" -#: src/view/com/auth/server-input/index.tsx:150 +#: src/view/com/auth/server-input/index.tsx:154 msgid "Bluesky is an open network where you can choose your hosting provider. Custom hosting is now available in beta for developers." msgstr "" @@ -564,7 +573,7 @@ msgstr "Bluesky bersifat publik." #~ msgid "Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon." #~ msgstr "Bluesky menggunakan undangan untuk membangun komunitas yang sehat. Jika Anda tidak tahu orang lain yang memiliki undangan, Anda bisa mendaftar di daftar tunggu dan kami akan segera mengirimkan undangannya." -#: src/screens/Moderation/index.tsx:535 +#: src/screens/Moderation/index.tsx:533 msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private." msgstr "Bluesky tidak akan menampilkan profil dan postingan Anda ke pengguna yang tidak login. Aplikasi lain mungkin tidak menghormati permintaan ini. Ini tidak membuat akun Anda menjadi privat." @@ -585,11 +594,11 @@ msgid "Books" msgstr "Buku" #: src/view/screens/Settings/index.tsx:893 -msgid "Build version {0} {1}" -msgstr "Versi {0} {1}" +#~ msgid "Build version {0} {1}" +#~ msgstr "Versi {0} {1}" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:128 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:92 +#: src/view/com/auth/SplashScreen.web.tsx:166 msgid "Business" msgstr "Bisnis" @@ -613,7 +622,7 @@ msgstr "" msgid "by <0/>" msgstr "oleh <0/>" -#: src/view/com/auth/create/Policies.tsx:87 +#: src/screens/Signup/StepInfo/Policies.tsx:74 msgid "By creating an account you agree to the {els}." msgstr "" @@ -625,65 +634,65 @@ msgstr "oleh Anda" msgid "Camera" msgstr "Kamera" -#: src/view/com/modals/AddAppPasswords.tsx:216 +#: src/view/com/modals/AddAppPasswords.tsx:217 msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long." msgstr "Hanya dapat terdiri dari huruf, angka, spasi, tanda hubung dan garis bawah. Minimal 4 karakter, namun tidak boleh lebih dari 32 karakter." #: src/components/Menu/index.tsx:213 -#: src/components/Prompt.tsx:116 -#: src/components/Prompt.tsx:118 +#: src/components/Prompt.tsx:113 +#: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:316 -#: src/view/com/composer/Composer.tsx:321 +#: src/view/com/composer/Composer.tsx:317 +#: src/view/com/composer/Composer.tsx:322 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/ChangeHandle.tsx:153 +#: src/view/com/modals/ChangeHandle.tsx:154 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 -#: src/view/com/modals/CreateOrEditList.tsx:355 -#: src/view/com/modals/crop-image/CropImage.web.tsx:137 -#: src/view/com/modals/EditImage.tsx:323 -#: src/view/com/modals/EditProfile.tsx:249 +#: src/view/com/modals/CreateOrEditList.tsx:356 +#: src/view/com/modals/crop-image/CropImage.web.tsx:138 +#: src/view/com/modals/EditImage.tsx:324 +#: src/view/com/modals/EditProfile.tsx:250 #: src/view/com/modals/InAppBrowserConsent.tsx:78 #: src/view/com/modals/InAppBrowserConsent.tsx:80 -#: src/view/com/modals/LinkWarning.tsx:87 -#: src/view/com/modals/LinkWarning.tsx:89 -#: src/view/com/modals/Repost.tsx:87 +#: src/view/com/modals/LinkWarning.tsx:105 +#: src/view/com/modals/LinkWarning.tsx:107 +#: src/view/com/modals/Repost.tsx:88 #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:717 +#: src/view/screens/Search/Search.tsx:718 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "Batal" -#: src/view/com/modals/CreateOrEditList.tsx:360 -#: src/view/com/modals/DeleteAccount.tsx:156 -#: src/view/com/modals/DeleteAccount.tsx:234 +#: src/view/com/modals/CreateOrEditList.tsx:361 +#: src/view/com/modals/DeleteAccount.tsx:155 +#: src/view/com/modals/DeleteAccount.tsx:233 msgctxt "action" msgid "Cancel" msgstr "Batal" -#: src/view/com/modals/DeleteAccount.tsx:152 -#: src/view/com/modals/DeleteAccount.tsx:230 +#: src/view/com/modals/DeleteAccount.tsx:151 +#: src/view/com/modals/DeleteAccount.tsx:229 msgid "Cancel account deletion" msgstr "Batal menghapus akun" #~ msgid "Cancel add image alt text" #~ msgstr "Batal menambahkan teks alt gambar" -#: src/view/com/modals/ChangeHandle.tsx:149 +#: src/view/com/modals/ChangeHandle.tsx:150 msgid "Cancel change handle" msgstr "Batal mengubah handle" -#: src/view/com/modals/crop-image/CropImage.web.tsx:134 +#: src/view/com/modals/crop-image/CropImage.web.tsx:135 msgid "Cancel image crop" msgstr "Batal memotong gambar" -#: src/view/com/modals/EditProfile.tsx:244 +#: src/view/com/modals/EditProfile.tsx:245 msgid "Cancel profile editing" msgstr "Batal mengedit profil" -#: src/view/com/modals/Repost.tsx:78 +#: src/view/com/modals/Repost.tsx:79 msgid "Cancel quote post" msgstr "Batal mengutip postingan" @@ -696,7 +705,7 @@ msgstr "Batal mencari" #~ msgid "Cancel waitlist signup" #~ msgstr "Batal mendaftar di daftar tunggu" -#: src/view/com/modals/LinkWarning.tsx:88 +#: src/view/com/modals/LinkWarning.tsx:106 msgid "Cancels opening the linked website" msgstr "" @@ -713,7 +722,7 @@ msgstr "Ubah" msgid "Change handle" msgstr "Ubah handle" -#: src/view/com/modals/ChangeHandle.tsx:161 +#: src/view/com/modals/ChangeHandle.tsx:162 #: src/view/screens/Settings/index.tsx:727 msgid "Change Handle" msgstr "Ubah Handle" @@ -736,8 +745,8 @@ msgid "Change post language to {0}" msgstr "Ubah bahasa postingan menjadi {0}" #: src/view/screens/Settings/index.tsx:733 -msgid "Change your Bluesky password" -msgstr "Ubah kata sandi Bluesky Anda" +#~ msgid "Change your Bluesky password" +#~ msgstr "Ubah kata sandi Bluesky Anda" #: src/view/com/modals/ChangeEmail.tsx:109 msgid "Change Your Email" @@ -756,7 +765,7 @@ msgstr "Lihat beberapa rekomendasi feed. Ketuk + untuk menambahkan ke daftar fee msgid "Check out some recommended users. Follow them to see similar users." msgstr "Lihat beberapa rekomendasi pengguna. Ikuti mereka untuk melihat pengguna serupa." -#: src/view/com/modals/DeleteAccount.tsx:169 +#: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Periksa kotak masuk email Anda untuk kode konfirmasi dan masukkan di bawah ini:" @@ -772,7 +781,7 @@ msgstr "Pilih \"Semua Orang\" atau \"Tidak Ada\"" msgid "Choose Service" msgstr "Pilih Layanan" -#: src/screens/Onboarding/StepFinished.tsx:135 +#: src/screens/Onboarding/StepFinished.tsx:139 msgid "Choose the algorithms that power your custom feeds." msgstr "Pilih algoritma yang akan digunakan untuk feed khusus Anda." @@ -785,11 +794,11 @@ msgstr "Pilih algoritma yang akan digunakan untuk feed khusus Anda." #~ msgid "Choose your algorithmic feeds" #~ msgstr "Pilih feed algoritma Anda" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:104 msgid "Choose your main feeds" msgstr "Pilih feed utama Anda" -#: src/view/com/auth/create/Step1.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:112 msgid "Choose your password" msgstr "Pilih kata sandi Anda" @@ -810,7 +819,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:88 -#: src/view/screens/Search/Search.tsx:698 +#: src/view/screens/Search/Search.tsx:699 msgid "Clear search query" msgstr "Hapus kueri pencarian" @@ -830,7 +839,7 @@ msgstr "klik di sini" msgid "Click here to open tag menu for {tag}" msgstr "" -#: src/components/RichText.tsx:191 +#: src/components/RichText.tsx:192 msgid "Click here to open tag menu for #{tag}" msgstr "" @@ -843,12 +852,12 @@ msgstr "Iklim" msgid "Close" msgstr "Tutup" -#: src/components/Dialog/index.web.tsx:84 -#: src/components/Dialog/index.web.tsx:198 +#: src/components/Dialog/index.web.tsx:106 +#: src/components/Dialog/index.web.tsx:218 msgid "Close active dialog" msgstr "Tutup dialog aktif" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:38 +#: src/screens/Login/PasswordUpdatedForm.tsx:38 msgid "Close alert" msgstr "Tutup peringatan" @@ -877,11 +886,11 @@ msgstr "" msgid "Closes bottom navigation bar" msgstr "Menutup bilah navigasi bawah" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:39 +#: src/screens/Login/PasswordUpdatedForm.tsx:39 msgid "Closes password update alert" msgstr "Menutup peringatan pembaruan kata sandi" -#: src/view/com/composer/Composer.tsx:318 +#: src/view/com/composer/Composer.tsx:319 msgid "Closes post composer and discards post draft" msgstr "Menutup penyusun postingan dan membuang draf" @@ -906,15 +915,15 @@ msgstr "Komik" msgid "Community Guidelines" msgstr "Panduan Komunitas" -#: src/screens/Onboarding/StepFinished.tsx:148 +#: src/screens/Onboarding/StepFinished.tsx:152 msgid "Complete onboarding and start using your account" msgstr "Selesaikan onboarding dan mulai menggunakan akun Anda" -#: src/view/com/auth/create/Step3.tsx:73 +#: src/screens/Signup/index.tsx:154 msgid "Complete the challenge" msgstr "" -#: src/view/com/composer/Composer.tsx:437 +#: src/view/com/composer/Composer.tsx:438 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Buat postingan dengan panjang hingga {MAX_GRAPHEME_LENGTH} karakter" @@ -922,18 +931,20 @@ msgstr "Buat postingan dengan panjang hingga {MAX_GRAPHEME_LENGTH} karakter" msgid "Compose reply" msgstr "Tulis balasan" -#: src/components/moderation/GlobalModerationLabelPref.tsx:69 -#: src/components/moderation/ModerationLabelPref.tsx:149 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 msgid "Configure content filtering setting for category: {0}" msgstr "Konfigurasikan pengaturan penyaringan konten untuk kategori: {0}" -#: src/components/moderation/ModerationLabelPref.tsx:116 +#: src/components/moderation/LabelPreference.tsx:81 +msgid "Configure content filtering setting for category: {name}" +msgstr "" + +#: src/components/moderation/LabelPreference.tsx:244 msgid "Configured in <0>moderation settings</0>." msgstr "" -#: src/components/Prompt.tsx:152 -#: src/components/Prompt.tsx:155 +#: src/components/Prompt.tsx:153 +#: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 #: src/view/com/modals/VerifyEmail.tsx:231 #: src/view/com/modals/VerifyEmail.tsx:233 @@ -953,11 +964,11 @@ msgstr "Konfirmasi" msgid "Confirm Change" msgstr "Konfirmasi Perubahan" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:35 msgid "Confirm content language settings" msgstr "Konfirmasi pengaturan bahasa konten" -#: src/view/com/modals/DeleteAccount.tsx:220 +#: src/view/com/modals/DeleteAccount.tsx:219 msgid "Confirm delete account" msgstr "Konfirmasi hapus akun" @@ -965,17 +976,17 @@ msgstr "Konfirmasi hapus akun" #~ msgid "Confirm your age to enable adult content." #~ msgstr "Konfirmasikan usia Anda untuk mengaktifkan konten dewasa." -#: src/screens/Moderation/index.tsx:303 +#: src/screens/Moderation/index.tsx:301 msgid "Confirm your age:" msgstr "" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:292 msgid "Confirm your birthdate" msgstr "" #: src/view/com/modals/ChangeEmail.tsx:157 -#: src/view/com/modals/DeleteAccount.tsx:176 -#: src/view/com/modals/DeleteAccount.tsx:182 +#: src/view/com/modals/DeleteAccount.tsx:175 +#: src/view/com/modals/DeleteAccount.tsx:181 #: src/view/com/modals/VerifyEmail.tsx:165 msgid "Confirmation code" msgstr "Kode konfirmasi" @@ -984,12 +995,11 @@ 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:193 -#: src/view/com/auth/login/LoginForm.tsx:281 +#: src/screens/Login/LoginForm.tsx:248 msgid "Connecting..." msgstr "Menghubungkan..." -#: src/view/com/auth/create/CreateAccount.tsx:213 +#: src/screens/Signup/index.tsx:219 msgid "Contact support" msgstr "Hubungi pusat bantuan" @@ -1009,7 +1019,7 @@ msgstr "" #~ msgid "Content Filtering" #~ msgstr "Penyaring Konten" -#: src/screens/Moderation/index.tsx:287 +#: src/screens/Moderation/index.tsx:285 msgid "Content filters" msgstr "" @@ -1018,13 +1028,13 @@ msgstr "" msgid "Content Languages" msgstr "Bahasa konten" -#: src/components/moderation/ModerationDetailsDialog.tsx:76 +#: src/components/moderation/ModerationDetailsDialog.tsx:75 #: src/lib/moderation/useModerationCauseDescription.ts:75 msgid "Content Not Available" msgstr "Konten Tidak Tersedia" -#: src/components/moderation/ModerationDetailsDialog.tsx:47 -#: src/components/moderation/ScreenHider.tsx:100 +#: src/components/moderation/ModerationDetailsDialog.tsx:46 +#: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 #: src/lib/moderation/useModerationCauseDescription.ts:38 msgid "Content Warning" @@ -1038,29 +1048,34 @@ msgstr "Peringatan konten" msgid "Context menu backdrop, click to close the menu." msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:170 -#: src/screens/Onboarding/StepFollowingFeed.tsx:153 -#: src/screens/Onboarding/StepInterests/index.tsx:248 -#: src/screens/Onboarding/StepModeration/index.tsx:102 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:114 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:161 +#: src/screens/Onboarding/StepFollowingFeed.tsx:154 +#: src/screens/Onboarding/StepInterests/index.tsx:252 +#: src/screens/Onboarding/StepModeration/index.tsx:103 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:118 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:96 msgid "Continue" msgstr "Lanjutkan" -#: src/screens/Onboarding/StepFollowingFeed.tsx:150 -#: src/screens/Onboarding/StepInterests/index.tsx:245 -#: src/screens/Onboarding/StepModeration/index.tsx:99 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:111 +#: src/components/AccountList.tsx:108 +msgid "Continue as {0} (currently signed in)" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:151 +#: src/screens/Onboarding/StepInterests/index.tsx:249 +#: src/screens/Onboarding/StepModeration/index.tsx:100 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:115 +#: src/screens/Signup/index.tsx:198 msgid "Continue to next step" msgstr "Lanjutkan ke langkah berikutnya" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:167 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:158 msgid "Continue to the next step" msgstr "Lanjutkan ke langkah berikutnya" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:199 msgid "Continue to the next step without following any accounts" msgstr "Lanjutkan ke langkah berikutnya tanpa mengikuti akun apa pun" @@ -1068,8 +1083,8 @@ msgstr "Lanjutkan ke langkah berikutnya tanpa mengikuti akun apa pun" msgid "Cooking" msgstr "Memasak" -#: src/view/com/modals/AddAppPasswords.tsx:195 -#: src/view/com/modals/InviteCodes.tsx:182 +#: src/view/com/modals/AddAppPasswords.tsx:196 +#: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "Disalin" @@ -1077,22 +1092,22 @@ msgstr "Disalin" msgid "Copied build version to clipboard" msgstr "Menyalin versi build ke papan klip" -#: src/view/com/modals/AddAppPasswords.tsx:76 -#: src/view/com/modals/ChangeHandle.tsx:327 -#: src/view/com/modals/InviteCodes.tsx:152 +#: src/view/com/modals/AddAppPasswords.tsx:77 +#: src/view/com/modals/ChangeHandle.tsx:326 +#: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:158 msgid "Copied to clipboard" msgstr "Disalin ke papan klip" -#: src/view/com/modals/AddAppPasswords.tsx:189 +#: src/view/com/modals/AddAppPasswords.tsx:190 msgid "Copies app password" msgstr "Menyalin kata sandi aplikasi" -#: src/view/com/modals/AddAppPasswords.tsx:188 +#: src/view/com/modals/AddAppPasswords.tsx:189 msgid "Copy" msgstr "Salin" -#: src/view/com/modals/ChangeHandle.tsx:481 +#: src/view/com/modals/ChangeHandle.tsx:480 msgid "Copy {0}" msgstr "" @@ -1119,7 +1134,7 @@ msgstr "Salin teks postingan" msgid "Copyright Policy" msgstr "Kebijakan Hak Cipta" -#: src/view/screens/ProfileFeed.tsx:102 +#: src/view/screens/ProfileFeed.tsx:103 msgid "Could not load feed" msgstr "Tidak dapat memuat feed" @@ -1131,9 +1146,9 @@ msgstr "Tidak dapat memuat daftar" #~ msgid "Country" #~ msgstr "Negara" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:64 -#: src/view/com/auth/SplashScreen.tsx:73 -#: src/view/com/auth/SplashScreen.web.tsx:81 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:65 +#: src/view/com/auth/SplashScreen.tsx:75 +#: src/view/com/auth/SplashScreen.web.tsx:104 msgid "Create a new account" msgstr "Buat akun baru" @@ -1141,20 +1156,21 @@ msgstr "Buat akun baru" msgid "Create a new Bluesky account" msgstr "Buat akun Bluesky baru" -#: src/view/com/auth/create/CreateAccount.tsx:133 +#: src/screens/Signup/index.tsx:129 msgid "Create Account" msgstr "Buat Akun" -#: src/view/com/modals/AddAppPasswords.tsx:226 +#: src/view/com/modals/AddAppPasswords.tsx:227 msgid "Create App Password" msgstr "Buat Kata Sandi Aplikasi" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:54 -#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:55 +#: src/view/com/auth/SplashScreen.tsx:66 +#: src/view/com/auth/SplashScreen.web.tsx:95 msgid "Create new account" msgstr "Buat akun baru" -#: src/components/ReportDialog/SelectReportOptionView.tsx:94 +#: src/components/ReportDialog/SelectReportOptionView.tsx:93 msgid "Create report for {0}" msgstr "" @@ -1170,7 +1186,7 @@ msgstr "Dibuat {0}" #~ msgid "Created by you" #~ msgstr "Dibuat oleh Anda" -#: src/view/com/composer/Composer.tsx:468 +#: src/view/com/composer/Composer.tsx:469 msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "Buat kartu dengan gambar kecil. Tautan kartu ke {url}" @@ -1178,16 +1194,16 @@ msgstr "Buat kartu dengan gambar kecil. Tautan kartu ke {url}" msgid "Culture" msgstr "Budaya" -#: src/view/com/auth/server-input/index.tsx:95 -#: src/view/com/auth/server-input/index.tsx:96 +#: src/view/com/auth/server-input/index.tsx:97 +#: src/view/com/auth/server-input/index.tsx:99 msgid "Custom" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:389 +#: src/view/com/modals/ChangeHandle.tsx:388 msgid "Custom domain" msgstr "Domain kustom" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:107 #: src/view/screens/Feeds.tsx:692 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "Feed khusus yang dibuat oleh komunitas memberikan pengalaman baru dan membantu Anda menemukan konten yang Anda sukai." @@ -1213,6 +1229,10 @@ msgstr "Mode gelap" msgid "Dark Theme" msgstr "Tema Gelap" +#: src/screens/Signup/StepInfo/index.tsx:132 +msgid "Date of birth" +msgstr "" + #: src/Navigation.tsx:204 #~ msgid "Debug" #~ msgstr "Debug" @@ -1235,7 +1255,7 @@ msgstr "" msgid "Delete account" msgstr "Hapus akun" -#: src/view/com/modals/DeleteAccount.tsx:87 +#: src/view/com/modals/DeleteAccount.tsx:86 msgid "Delete Account" msgstr "Hapus Akun" @@ -1251,7 +1271,7 @@ msgstr "" msgid "Delete List" msgstr "Hapus Daftar" -#: src/view/com/modals/DeleteAccount.tsx:223 +#: src/view/com/modals/DeleteAccount.tsx:222 msgid "Delete my account" msgstr "Hapus akun saya" @@ -1284,10 +1304,10 @@ msgstr "Dihapus" msgid "Deleted post." msgstr "Postingan dihapus." -#: 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 +#: src/view/com/modals/CreateOrEditList.tsx:301 +#: src/view/com/modals/CreateOrEditList.tsx:322 +#: src/view/com/modals/EditProfile.tsx:199 +#: src/view/com/modals/EditProfile.tsx:211 msgid "Description" msgstr "Deskripsi" @@ -1299,7 +1319,7 @@ msgstr "Deskripsi" #~ msgid "Developer Tools" #~ msgstr "Alat Pengembang" -#: src/view/com/composer/Composer.tsx:217 +#: src/view/com/composer/Composer.tsx:218 msgid "Did you want to say anything?" msgstr "Apakah Anda ingin mengatakan sesuatu?" @@ -1310,11 +1330,11 @@ msgstr "Redup" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 #: src/lib/moderation/useLabelBehaviorDescription.ts:68 -#: src/screens/Moderation/index.tsx:343 +#: src/screens/Moderation/index.tsx:341 msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:510 +#: src/view/com/composer/Composer.tsx:511 msgid "Discard" msgstr "Buang" @@ -1322,12 +1342,12 @@ msgstr "Buang" #~ msgid "Discard draft" #~ msgstr "Buang draf" -#: src/view/com/composer/Composer.tsx:507 +#: src/view/com/composer/Composer.tsx:508 msgid "Discard draft?" msgstr "" -#: src/screens/Moderation/index.tsx:520 -#: src/screens/Moderation/index.tsx:524 +#: src/screens/Moderation/index.tsx:518 +#: src/screens/Moderation/index.tsx:522 msgid "Discourage apps from showing my account to logged-out users" msgstr "Cegah aplikasi untuk menampilkan akun saya ke pengguna yang tidak login" @@ -1344,15 +1364,15 @@ msgstr "Temukan feed khusus baru" msgid "Discover New Feeds" msgstr "" -#: src/view/com/modals/EditProfile.tsx:192 +#: src/view/com/modals/EditProfile.tsx:193 msgid "Display name" msgstr "Nama tampilan" -#: src/view/com/modals/EditProfile.tsx:180 +#: src/view/com/modals/EditProfile.tsx:181 msgid "Display Name" msgstr "Nama Tampilan" -#: src/view/com/modals/ChangeHandle.tsx:398 +#: src/view/com/modals/ChangeHandle.tsx:397 msgid "DNS Panel" msgstr "" @@ -1360,11 +1380,15 @@ msgstr "" msgid "Does not include nudity." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/screens/Signup/StepHandle.tsx:104 +msgid "Doesn't begin or end with a hyphen" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "Domain Value" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:489 +#: src/view/com/modals/ChangeHandle.tsx:488 msgid "Domain verified!" msgstr "Domain terverifikasi!" @@ -1374,22 +1398,24 @@ msgstr "Domain terverifikasi!" #: src/components/dialogs/BirthDateSettings.tsx:119 #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/auth/server-input/index.tsx:165 -#: src/view/com/auth/server-input/index.tsx:166 -#: src/view/com/modals/AddAppPasswords.tsx:226 -#: src/view/com/modals/AltImage.tsx:139 -#: src/view/com/modals/crop-image/CropImage.web.tsx:152 -#: src/view/com/modals/InviteCodes.tsx:80 -#: src/view/com/modals/InviteCodes.tsx:123 +#: src/components/forms/DateField/index.tsx:74 +#: src/components/forms/DateField/index.tsx:80 +#: src/view/com/auth/server-input/index.tsx:169 +#: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/modals/AddAppPasswords.tsx:227 +#: src/view/com/modals/AltImage.tsx:140 +#: src/view/com/modals/crop-image/CropImage.web.tsx:153 +#: src/view/com/modals/InviteCodes.tsx:81 +#: src/view/com/modals/InviteCodes.tsx:124 #: src/view/com/modals/ListAddRemoveUsers.tsx:142 #: src/view/screens/PreferencesFollowingFeed.tsx:311 #: src/view/screens/Settings/ExportCarDialog.tsx:94 -#: src/view/screens/Settings/ExportCarDialog.tsx:95 +#: src/view/screens/Settings/ExportCarDialog.tsx:96 msgid "Done" msgstr "Selesai" #: src/view/com/auth/onboarding/RecommendedFollows.tsx:86 -#: src/view/com/modals/EditImage.tsx:333 +#: src/view/com/modals/EditImage.tsx:334 #: src/view/com/modals/ListAddRemoveUsers.tsx:144 #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 @@ -1401,13 +1427,13 @@ msgctxt "action" msgid "Done" msgstr "Selesai" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:42 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:43 msgid "Done{extraText}" msgstr "Selesai{extraText}" #: src/view/com/auth/login/ChooseAccountForm.tsx:46 -msgid "Double tap to sign in" -msgstr "Ketuk dua kali untuk masuk" +#~ msgid "Double tap to sign in" +#~ msgstr "Ketuk dua kali untuk masuk" #: src/view/screens/Settings/index.tsx:755 #~ msgid "Download Bluesky account data (repository)" @@ -1426,19 +1452,19 @@ msgstr "Lepaskan untuk menambahkan gambar" msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." msgstr "Sesuai dengan kebijakan Apple, konten dewasa hanya dapat diaktifkan di web setelah menyelesaikan pendaftaran." -#: src/view/com/modals/ChangeHandle.tsx:257 +#: src/view/com/modals/ChangeHandle.tsx:258 msgid "e.g. alice" msgstr "" -#: src/view/com/modals/EditProfile.tsx:185 +#: src/view/com/modals/EditProfile.tsx:186 msgid "e.g. Alice Roberts" msgstr "contoh: Alice Roberts" -#: src/view/com/modals/ChangeHandle.tsx:381 +#: src/view/com/modals/ChangeHandle.tsx:380 msgid "e.g. alice.com" msgstr "" -#: src/view/com/modals/EditProfile.tsx:203 +#: src/view/com/modals/EditProfile.tsx:204 msgid "e.g. Artist, dog-lover, and avid reader." msgstr "contoh: Seniman, penyayang anjing, dan pembaca setia." @@ -1446,23 +1472,23 @@ msgstr "contoh: Seniman, penyayang anjing, dan pembaca setia." msgid "E.g. artistic nudes." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:283 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Great Posters" msgstr "contoh: Pemosting Keren" -#: src/view/com/modals/CreateOrEditList.tsx:284 +#: src/view/com/modals/CreateOrEditList.tsx:285 msgid "e.g. Spammers" msgstr "contoh: Spammer" -#: src/view/com/modals/CreateOrEditList.tsx:312 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. The posters who never miss." msgstr "contoh: Pemosting yang selalu tepat sasaran." -#: src/view/com/modals/CreateOrEditList.tsx:313 +#: src/view/com/modals/CreateOrEditList.tsx:314 msgid "e.g. Users that repeatedly reply with ads." msgstr "contoh: Pengguna yang membalas dengan iklan secara berulang." -#: src/view/com/modals/InviteCodes.tsx:96 +#: src/view/com/modals/InviteCodes.tsx:97 msgid "Each code works once. You'll receive more invite codes periodically." msgstr "Tiap kode hanya berlaku sekali. Anda akan mendapatkan tambahan kode undangan secara berkala." @@ -1477,7 +1503,7 @@ msgid "Edit avatar" msgstr "" #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/modals/EditImage.tsx:207 +#: src/view/com/modals/EditImage.tsx:208 msgid "Edit image" msgstr "Edit gambar" @@ -1485,7 +1511,7 @@ msgstr "Edit gambar" msgid "Edit list details" msgstr "Edit detail daftar" -#: src/view/com/modals/CreateOrEditList.tsx:250 +#: src/view/com/modals/CreateOrEditList.tsx:251 msgid "Edit Moderation List" msgstr "Ubah Daftar Moderasi" @@ -1495,17 +1521,17 @@ msgstr "Ubah Daftar Moderasi" msgid "Edit My Feeds" msgstr "Edit Feed Saya" -#: src/view/com/modals/EditProfile.tsx:152 +#: src/view/com/modals/EditProfile.tsx:153 msgid "Edit my profile" msgstr "Edit profil saya" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:172 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:161 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 msgid "Edit profile" msgstr "Edit profil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:175 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:164 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 msgid "Edit Profile" msgstr "Edit Profil" @@ -1514,15 +1540,15 @@ msgstr "Edit Profil" msgid "Edit Saved Feeds" msgstr "Edit Feed Tersimpan" -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:246 msgid "Edit User List" msgstr "Edit Daftar Pengguna" -#: src/view/com/modals/EditProfile.tsx:193 +#: src/view/com/modals/EditProfile.tsx:194 msgid "Edit your display name" msgstr "Ubah nama tampilan Anda" -#: src/view/com/modals/EditProfile.tsx:211 +#: src/view/com/modals/EditProfile.tsx:212 msgid "Edit your profile description" msgstr "Ubah deskripsi profil Anda" @@ -1530,14 +1556,12 @@ msgstr "Ubah deskripsi profil Anda" msgid "Education" msgstr "Pendidikan" -#: src/view/com/auth/create/Step1.tsx:176 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:156 +#: src/screens/Signup/StepInfo/index.tsx:80 #: src/view/com/modals/ChangeEmail.tsx:141 msgid "Email" msgstr "Email" -#: src/view/com/auth/create/Step1.tsx:167 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:147 +#: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "Alamat email" @@ -1558,11 +1582,11 @@ msgstr "Email terverifikasi" msgid "Email:" msgstr "Email:" -#: src/view/com/modals/EmbedConsent.tsx:113 +#: src/components/dialogs/EmbedConsent.tsx:101 msgid "Enable {0} only" msgstr "Aktifkan {0} saja" -#: src/screens/Moderation/index.tsx:331 +#: src/screens/Moderation/index.tsx:329 msgid "Enable adult content" msgstr "" @@ -1575,9 +1599,14 @@ msgstr "Aktifkan Konten Dewasa" msgid "Enable adult content in your feeds" msgstr "Aktifkan konten dewasa di feed Anda" +#: src/components/dialogs/EmbedConsent.tsx:82 +#: src/components/dialogs/EmbedConsent.tsx:89 +msgid "Enable external media" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 -msgid "Enable External Media" -msgstr "Aktifkan Media Eksternal" +#~ msgid "Enable External Media" +#~ msgstr "Aktifkan Media Eksternal" #: src/view/screens/PreferencesExternalEmbeds.tsx:75 msgid "Enable media players for" @@ -1587,7 +1616,11 @@ 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/screens/Moderation/index.tsx:341 +#: src/components/dialogs/EmbedConsent.tsx:94 +msgid "Enable this source only" +msgstr "" + +#: src/screens/Moderation/index.tsx:339 msgid "Enabled" msgstr "" @@ -1595,12 +1628,16 @@ msgstr "" msgid "End of feed" msgstr "Akhir feed" -#: src/view/com/modals/AddAppPasswords.tsx:166 +#: src/view/com/modals/AddAppPasswords.tsx:167 msgid "Enter a name for this App Password" msgstr "Masukkan nama untuk Sandi Aplikasi ini" +#: src/screens/Login/SetNewPasswordForm.tsx:139 +msgid "Enter a password" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:99 #: src/components/dialogs/MutedWords.tsx:100 -#: src/components/dialogs/MutedWords.tsx:101 msgid "Enter a word or tag" msgstr "" @@ -1616,16 +1653,15 @@ msgstr "Masukkan Kode Konfirmasi" msgid "Enter the code you received to change your password." msgstr "Masukkan kode yang Anda terima untuk mengubah kata sandi Anda." -#: src/view/com/modals/ChangeHandle.tsx:371 +#: src/view/com/modals/ChangeHandle.tsx:370 msgid "Enter the domain you want to use" msgstr "Masukkan domain yang ingin Anda gunakan" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:107 +#: src/screens/Login/ForgotPasswordForm.tsx:119 msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Masukkan email yang Anda gunakan untuk membuat akun. Kami akan mengirimkan \"kode reset\" untuk mengatur kata sandi baru." #: src/components/dialogs/BirthDateSettings.tsx:108 -#: src/view/com/auth/create/Step1.tsx:228 msgid "Enter your birth date" msgstr "Masukkan tanggal lahir Anda" @@ -1633,7 +1669,8 @@ msgstr "Masukkan tanggal lahir Anda" #~ msgid "Enter your email" #~ msgstr "Masukkan email Anda" -#: src/view/com/auth/create/Step1.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:105 +#: src/screens/Signup/StepInfo/index.tsx:91 msgid "Enter your email address" msgstr "Masukkan alamat email Anda" @@ -1649,15 +1686,15 @@ msgstr "Masukkan alamat email baru Anda di bawah ini." #~ msgid "Enter your phone number" #~ msgstr "Masukkan nomor telepon Anda" -#: src/view/com/auth/login/Login.tsx:99 +#: src/screens/Login/index.tsx:101 msgid "Enter your username and password" msgstr "Masukkan nama pengguna dan kata sandi Anda" -#: src/view/com/auth/create/Step3.tsx:67 +#: src/screens/Signup/StepCaptcha/index.tsx:49 msgid "Error receiving captcha response." msgstr "" -#: src/view/screens/Search/Search.tsx:110 +#: src/view/screens/Search/Search.tsx:111 msgid "Error:" msgstr "Eror:" @@ -1669,15 +1706,15 @@ msgstr "Semua orang" msgid "Excessive mentions or replies" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:231 +#: src/view/com/modals/DeleteAccount.tsx:230 msgid "Exits account deletion process" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:150 +#: src/view/com/modals/ChangeHandle.tsx:151 msgid "Exits handle change process" msgstr "Keluar dari proses perubahan handle" -#: src/view/com/modals/crop-image/CropImage.web.tsx:135 +#: src/view/com/modals/crop-image/CropImage.web.tsx:136 msgid "Exits image cropping process" msgstr "" @@ -1720,11 +1757,12 @@ msgstr "" msgid "Export My Data" msgstr "" -#: src/view/com/modals/EmbedConsent.tsx:64 +#: src/components/dialogs/EmbedConsent.tsx:55 +#: src/components/dialogs/EmbedConsent.tsx:59 msgid "External Media" msgstr "Media Eksternal" -#: src/view/com/modals/EmbedConsent.tsx:75 +#: src/components/dialogs/EmbedConsent.tsx:71 #: src/view/screens/PreferencesExternalEmbeds.tsx:66 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\"." @@ -1739,12 +1777,12 @@ msgstr "Preferensi Media Eksternal" msgid "External media settings" msgstr "Pengaturan media eksternal" -#: src/view/com/modals/AddAppPasswords.tsx:115 -#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:116 +#: src/view/com/modals/AddAppPasswords.tsx:120 msgid "Failed to create app password." msgstr "Gagal membuat kata sandi aplikasi." -#: src/view/com/modals/CreateOrEditList.tsx:206 +#: src/view/com/modals/CreateOrEditList.tsx:207 msgid "Failed to create the list. Check your internet connection and try again." msgstr "Gagal membuat daftar. Periksa koneksi internet Anda dan coba lagi." @@ -1785,8 +1823,8 @@ msgstr "Masukan" #: src/Navigation.tsx:464 #: src/view/screens/Feeds.tsx:419 #: src/view/screens/Feeds.tsx:524 -#: src/view/screens/Profile.tsx:192 -#: src/view/shell/bottom-bar/BottomBar.tsx:183 +#: src/view/screens/Profile.tsx:194 +#: src/view/shell/bottom-bar/BottomBar.tsx:191 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:479 #: src/view/shell/Drawer.tsx:480 @@ -1809,11 +1847,11 @@ 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:76 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 msgid "Feeds can be topical as well!" msgstr "Feed juga bisa tentang tren terkini!" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "File Contents" msgstr "" @@ -1821,7 +1859,7 @@ msgstr "" msgid "Filter from feeds" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Finalizing" msgstr "Menyelesaikan" @@ -1831,11 +1869,11 @@ msgstr "Menyelesaikan" msgid "Find accounts to follow" msgstr "Temukan akun untuk diikuti" -#: src/view/screens/Search/Search.tsx:441 +#: src/view/screens/Search/Search.tsx:442 msgid "Find users on Bluesky" msgstr "Temukan pengguna di Bluesky" -#: src/view/screens/Search/Search.tsx:439 +#: src/view/screens/Search/Search.tsx:440 msgid "Find users with the search tool on the right" msgstr "Temukan pengguna dengan alat pencarian di sebelah kanan" @@ -1859,23 +1897,23 @@ msgstr "Atur utasan diskusi." msgid "Fitness" msgstr "Kebugaran" -#: src/screens/Onboarding/StepFinished.tsx:131 +#: src/screens/Onboarding/StepFinished.tsx:135 msgid "Flexible" msgstr "Fleksibel" -#: src/view/com/modals/EditImage.tsx:115 +#: src/view/com/modals/EditImage.tsx:116 msgid "Flip horizontal" msgstr "Balik secara horizontal" -#: src/view/com/modals/EditImage.tsx:120 -#: src/view/com/modals/EditImage.tsx:287 +#: src/view/com/modals/EditImage.tsx:121 +#: src/view/com/modals/EditImage.tsx:288 msgid "Flip vertically" msgstr "Balik secara vertikal" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:246 msgid "Follow" msgstr "Ikuti" @@ -1886,8 +1924,8 @@ msgid "Follow" msgstr "Ikuti" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Ikuti {0}" @@ -1896,11 +1934,15 @@ msgstr "Ikuti {0}" msgid "Follow Account" msgstr "" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:179 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 msgid "Follow All" msgstr "Ikuti Semua" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +msgid "Follow Back" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 msgid "Follow selected accounts and continue to the next step" msgstr "Ikuti akun yang dipilih dan lanjutkan ke langkah berikutnya" @@ -1928,7 +1970,7 @@ msgstr "Hanya pengguna yang diikuti" msgid "followed you" msgstr "mengikuti Anda" -#: src/view/com/profile/ProfileFollowers.tsx:109 +#: src/view/com/profile/ProfileFollowers.tsx:104 #: src/view/screens/ProfileFollowers.tsx:25 msgid "Followers" msgstr "Pengikut" @@ -1936,14 +1978,14 @@ msgstr "Pengikut" #~ msgid "following" #~ msgstr "mengikuti" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:227 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 -#: src/view/com/profile/ProfileFollows.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 +#: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "Mengikuti" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 msgid "Following {0}" msgstr "Mengikuti {0}" @@ -1971,33 +2013,41 @@ msgstr "Mengikuti Anda" msgid "Food" msgstr "Makanan" -#: src/view/com/modals/DeleteAccount.tsx:111 +#: src/view/com/modals/DeleteAccount.tsx:110 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." -#: src/view/com/modals/AddAppPasswords.tsx:209 +#: src/view/com/modals/AddAppPasswords.tsx:210 msgid "For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one." msgstr "Untuk alasan keamanan, Anda tidak akan dapat melihat ini lagi. Jika Anda lupa kata sandi ini, Anda harus membuat yang baru." #: src/view/com/auth/login/LoginForm.tsx:244 -msgid "Forgot" -msgstr "Lupa" +#~ msgid "Forgot" +#~ msgstr "Lupa" #: src/view/com/auth/login/LoginForm.tsx:241 -msgid "Forgot password" -msgstr "Lupa kata sandi" +#~ msgid "Forgot password" +#~ msgstr "Lupa kata sandi" -#: src/view/com/auth/login/Login.tsx:127 -#: src/view/com/auth/login/Login.tsx:143 +#: src/screens/Login/index.tsx:129 +#: src/screens/Login/index.tsx:144 msgid "Forgot Password" msgstr "Lupa Kata Sandi" +#: src/screens/Login/LoginForm.tsx:201 +msgid "Forgot password?" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 +msgid "Forgot?" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:52 msgid "Frequently Posts Unwanted Content" msgstr "" -#: src/screens/Hashtag.tsx:108 -#: src/screens/Hashtag.tsx:148 +#: src/screens/Hashtag.tsx:109 +#: src/screens/Hashtag.tsx:149 msgid "From @{sanitizedAuthor}" msgstr "" @@ -2019,29 +2069,31 @@ msgstr "Memulai" msgid "Glaring violations of law or terms of service" msgstr "" -#: src/components/moderation/ScreenHider.tsx:144 -#: src/components/moderation/ScreenHider.tsx:153 -#: src/view/com/auth/LoggedOut.tsx:81 +#: src/components/moderation/ScreenHider.tsx:151 +#: src/components/moderation/ScreenHider.tsx:160 #: src/view/com/auth/LoggedOut.tsx:82 +#: src/view/com/auth/LoggedOut.tsx:83 #: src/view/screens/NotFound.tsx:55 -#: src/view/screens/ProfileFeed.tsx:111 +#: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:916 #: src/view/shell/desktop/LeftNav.tsx:108 msgid "Go back" msgstr "Kembali" +#: src/components/Error.tsx:91 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 -#: src/view/screens/ProfileFeed.tsx:116 +#: src/view/screens/ProfileFeed.tsx:117 #: src/view/screens/ProfileList.tsx:921 msgid "Go Back" msgstr "Kembali" -#: src/components/ReportDialog/SelectReportOptionView.tsx:74 +#: src/components/ReportDialog/SelectReportOptionView.tsx:73 #: src/components/ReportDialog/SubmitView.tsx:104 -#: src/screens/Onboarding/Layout.tsx:104 -#: src/screens/Onboarding/Layout.tsx:193 +#: src/screens/Onboarding/Layout.tsx:102 +#: src/screens/Onboarding/Layout.tsx:191 +#: src/screens/Signup/index.tsx:173 msgid "Go back to previous step" msgstr "Kembali ke langkah sebelumnya" @@ -2053,15 +2105,12 @@ msgstr "" msgid "Go Home" msgstr "" -#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:749 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "Kembali ke @{queryMaybeHandle}" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:189 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:218 -#: src/view/com/auth/login/LoginForm.tsx:291 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:195 +#: src/screens/Login/ForgotPasswordForm.tsx:172 #: src/view/com/modals/ChangePassword.tsx:167 msgid "Go to next" msgstr "Berikutnya" @@ -2070,7 +2119,7 @@ msgstr "Berikutnya" msgid "Graphic Media" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:265 +#: src/view/com/modals/ChangeHandle.tsx:266 msgid "Handle" msgstr "Handle" @@ -2086,11 +2135,11 @@ msgstr "" #~ msgid "Hashtag: {tag}" #~ msgstr "" -#: src/components/RichText.tsx:190 +#: src/components/RichText.tsx:191 msgid "Hashtag: #{tag}" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:208 +#: src/screens/Signup/index.tsx:217 msgid "Having trouble?" msgstr "Mengalami masalah?" @@ -2099,7 +2148,7 @@ msgstr "Mengalami masalah?" msgid "Help" msgstr "Bantuan" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:140 msgid "Here are some accounts for you to follow" msgstr "Berikut beberapa akun untuk Anda ikuti" @@ -2107,20 +2156,20 @@ msgstr "Berikut beberapa akun untuk Anda ikuti" #~ msgid "Here are some accounts for your to follow" #~ msgstr "Berikut beberapa akun untuk Anda ikuti" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:85 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:89 msgid "Here are some popular topical feeds. You can choose to follow as many as you like." msgstr "Berikut beberapa feed topik terkini yang populer. Anda dapat memilih untuk mengikuti sebanyak yang Anda suka." -#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:84 msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." msgstr "Berikut beberapa feed topik terkini terdasarkan minat Anda: {interestsText}. Anda dapat memilih untuk mengikuti sebanyak yang Anda suka." -#: src/view/com/modals/AddAppPasswords.tsx:153 +#: src/view/com/modals/AddAppPasswords.tsx:154 msgid "Here is your app password." msgstr "Berikut kata sandi aplikasi Anda." #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:43 +#: src/components/moderation/LabelPreference.tsx:134 #: src/components/moderation/PostHider.tsx:107 #: src/lib/moderation/useLabelBehaviorDescription.ts:15 #: src/lib/moderation/useLabelBehaviorDescription.ts:20 @@ -2179,7 +2228,7 @@ msgstr "Hmm, server feed memberikan respons yang buruk. Harap beri tahu pemilik msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, kami kesulitan menemukan feed ini. Mungkin sudah dihapus." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:59 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "" @@ -2188,7 +2237,7 @@ msgid "Hmmmm, we couldn't load that moderation service." msgstr "" #: src/Navigation.tsx:454 -#: src/view/shell/bottom-bar/BottomBar.tsx:139 +#: src/view/shell/bottom-bar/BottomBar.tsx:147 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:401 #: src/view/shell/Drawer.tsx:402 @@ -2202,13 +2251,14 @@ msgstr "Beranda" #~ msgid "Home Feed Preferences" #~ msgstr "Preferensi Feed Beranda" -#: src/view/com/modals/ChangeHandle.tsx:421 +#: src/view/com/modals/ChangeHandle.tsx:420 msgid "Host:" msgstr "" -#: src/view/com/auth/create/Step1.tsx:75 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:120 -#: src/view/com/modals/ChangeHandle.tsx:280 +#: src/screens/Login/ForgotPasswordForm.tsx:89 +#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Signup/StepInfo/index.tsx:40 +#: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" msgstr "Provider hosting" @@ -2228,7 +2278,7 @@ msgstr "Saya punya kode" msgid "I have a confirmation code" msgstr "Saya punya kode konfirmasi" -#: src/view/com/modals/ChangeHandle.tsx:283 +#: src/view/com/modals/ChangeHandle.tsx:284 msgid "I have my own domain" msgstr "Saya punya domain sendiri" @@ -2240,7 +2290,7 @@ 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/auth/create/Policies.tsx:91 +#: src/screens/Signup/StepInfo/Policies.tsx:83 msgid "If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf." msgstr "" @@ -2264,7 +2314,7 @@ msgstr "" msgid "Image" msgstr "Gambar" -#: src/view/com/modals/AltImage.tsx:120 +#: src/view/com/modals/AltImage.tsx:121 msgid "Image alt text" msgstr "Teks alt gambar" @@ -2277,17 +2327,17 @@ msgstr "Teks alt gambar" msgid "Impersonation or false claims about identity or affiliation" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:138 +#: src/screens/Login/SetNewPasswordForm.tsx:127 msgid "Input code sent to your email for password reset" msgstr "Masukkan kode yang dikirim ke email Anda untuk pengaturan ulang kata sandi" -#: src/view/com/modals/DeleteAccount.tsx:184 +#: src/view/com/modals/DeleteAccount.tsx:183 msgid "Input confirmation code for account deletion" msgstr "Masukkan kode konfirmasi untuk penghapusan akun" #: src/view/com/auth/create/Step1.tsx:177 -msgid "Input email for Bluesky account" -msgstr "Masukkan email untuk akun Bluesky" +#~ msgid "Input email for Bluesky account" +#~ msgstr "Masukkan email untuk akun Bluesky" #: src/view/com/auth/create/Step2.tsx:109 #~ msgid "Input email for Bluesky waitlist" @@ -2298,18 +2348,18 @@ msgstr "Masukkan email untuk akun Bluesky" #~ msgstr "Masukkan alamat penyedia hosting" #: src/view/com/auth/create/Step1.tsx:151 -msgid "Input invite code to proceed" -msgstr "Masukkan kode undangan untuk melanjutkan" +#~ msgid "Input invite code to proceed" +#~ msgstr "Masukkan kode undangan untuk melanjutkan" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:181 msgid "Input name for app password" msgstr "Masukkan nama untuk kata sandi aplikasi" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:162 +#: src/screens/Login/SetNewPasswordForm.tsx:151 msgid "Input new password" msgstr "Masukkan kata sandi baru" -#: src/view/com/modals/DeleteAccount.tsx:203 +#: src/view/com/modals/DeleteAccount.tsx:202 msgid "Input password for account deletion" msgstr "Masukkan kata sandi untuk penghapusan akun" @@ -2317,11 +2367,11 @@ msgstr "Masukkan kata sandi untuk penghapusan akun" #~ msgid "Input phone number for SMS verification" #~ msgstr "Masukkan nomor telepon untuk verifikasi SMS" -#: src/view/com/auth/login/LoginForm.tsx:233 +#: src/screens/Login/LoginForm.tsx:195 msgid "Input the password tied to {identifier}" msgstr "Masukkan kata sandi yang terkait dengan {identifier}" -#: src/view/com/auth/login/LoginForm.tsx:200 +#: src/screens/Login/LoginForm.tsx:168 msgid "Input the username or email address you used at signup" msgstr "Masukkan nama pengguna atau alamat email yang Anda gunakan saat mendaftar" @@ -2333,15 +2383,15 @@ msgstr "Masukkan nama pengguna atau alamat email yang Anda gunakan saat mendafta #~ msgid "Input your email to get on the Bluesky waitlist" #~ msgstr "Masukkan email Anda untuk masuk ke daftar tunggu Bluesky" -#: src/view/com/auth/login/LoginForm.tsx:232 +#: src/screens/Login/LoginForm.tsx:194 msgid "Input your password" msgstr "Masukkan kata sandi Anda" -#: src/view/com/modals/ChangeHandle.tsx:390 +#: src/view/com/modals/ChangeHandle.tsx:389 msgid "Input your preferred hosting provider" msgstr "" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Signup/StepHandle.tsx:62 msgid "Input your user handle" msgstr "Masukkan handle pengguna Anda" @@ -2349,7 +2399,7 @@ msgstr "Masukkan handle pengguna Anda" msgid "Invalid or unsupported post record" msgstr "Catatan posting tidak valid atau tidak didukung" -#: src/view/com/auth/login/LoginForm.tsx:116 +#: src/screens/Login/LoginForm.tsx:114 msgid "Invalid username or password" msgstr "Username atau kata sandi salah" @@ -2357,20 +2407,19 @@ msgstr "Username atau kata sandi salah" #~ msgid "Invite" #~ msgstr "Undang" -#: src/view/com/modals/InviteCodes.tsx:93 +#: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Undang Teman" -#: src/view/com/auth/create/Step1.tsx:141 -#: src/view/com/auth/create/Step1.tsx:150 +#: src/screens/Signup/StepInfo/index.tsx:58 msgid "Invite code" msgstr "Kode Undangan" -#: src/view/com/auth/create/state.ts:158 +#: src/screens/Signup/state.ts:278 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Kode undangan salah. Periksa bahwa Anda memasukkannya dengan benar dan coba lagi." -#: src/view/com/modals/InviteCodes.tsx:170 +#: src/view/com/modals/InviteCodes.tsx:171 msgid "Invite codes: {0} available" msgstr "Kode undangan: {0} tersedia" @@ -2378,16 +2427,16 @@ msgstr "Kode undangan: {0} tersedia" #~ msgid "Invite codes: {invitesAvailable} available" #~ msgstr "Kode undangan: {invitesAvailable} tersedia" -#: src/view/com/modals/InviteCodes.tsx:169 +#: src/view/com/modals/InviteCodes.tsx:170 msgid "Invite codes: 1 available" msgstr "Kode undangan: 1 tersedia" -#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +#: src/screens/Onboarding/StepFollowingFeed.tsx:65 msgid "It shows posts from the people you follow as they happen." msgstr "Feed ini menampilkan postingan secara langsung dari orang yang Anda ikuti." -#: src/view/com/auth/HomeLoggedOutCTA.tsx:103 -#: src/view/com/auth/SplashScreen.web.tsx:138 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:104 +#: src/view/com/auth/SplashScreen.web.tsx:172 msgid "Jobs" msgstr "Karir" @@ -2420,11 +2469,11 @@ msgstr "" msgid "Labeled by the author." msgstr "" -#: src/view/screens/Profile.tsx:186 +#: src/view/screens/Profile.tsx:188 msgid "Labels" msgstr "" -#: src/screens/Profile/Sections/Labels.tsx:143 +#: src/screens/Profile/Sections/Labels.tsx:142 msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "" @@ -2432,11 +2481,11 @@ msgstr "" msgid "labels have been placed on this {labelTarget}" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:63 +#: src/components/moderation/LabelsOnMeDialog.tsx:62 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "Labels on your content" msgstr "" @@ -2458,14 +2507,14 @@ msgid "Languages" msgstr "Bahasa" #: src/view/com/auth/create/StepHeader.tsx:20 -msgid "Last step!" -msgstr "Langkah terakhir!" +#~ msgid "Last step!" +#~ msgstr "Langkah terakhir!" #: src/view/com/util/moderation/ContentHider.tsx:103 #~ msgid "Learn more" #~ msgstr "Pelajari lebih lanjut" -#: src/components/moderation/ScreenHider.tsx:129 +#: src/components/moderation/ScreenHider.tsx:136 msgid "Learn More" msgstr "Pelajari Lebih Lanjut" @@ -2475,11 +2524,11 @@ msgid "Learn more about the moderation applied to this content." msgstr "" #: src/components/moderation/PostHider.tsx:85 -#: src/components/moderation/ScreenHider.tsx:126 +#: src/components/moderation/ScreenHider.tsx:125 msgid "Learn more about this warning" msgstr "Pelajari lebih lanjut tentang peringatan ini" -#: src/screens/Moderation/index.tsx:551 +#: src/screens/Moderation/index.tsx:549 msgid "Learn more about what is public on Bluesky." msgstr "Pelajari lebih lanjut tentang apa yang publik di Bluesky." @@ -2491,7 +2540,7 @@ msgstr "" msgid "Leave them all unchecked to see any language." msgstr "Biarkan semua tidak tercentang untuk melihat bahasa apa pun." -#: src/view/com/modals/LinkWarning.tsx:51 +#: src/view/com/modals/LinkWarning.tsx:65 msgid "Leaving Bluesky" msgstr "Meninggalkan Bluesky" @@ -2503,12 +2552,12 @@ msgstr "yang tersisa" msgid "Legacy storage cleared, you need to restart the app now." msgstr "Penyimpanan lama dihapus, Anda perlu memulai ulang aplikasi sekarang." -#: src/view/com/auth/login/Login.tsx:128 -#: src/view/com/auth/login/Login.tsx:144 +#: src/screens/Login/index.tsx:130 +#: src/screens/Login/index.tsx:145 msgid "Let's get your password reset!" msgstr "Reset kata sandi Anda!" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Let's go!" msgstr "Ayo!" @@ -2521,12 +2570,12 @@ msgstr "Ayo!" msgid "Light" msgstr "Terang" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Like" msgstr "Suka" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:257 -#: src/view/screens/ProfileFeed.tsx:572 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:258 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Like this feed" msgstr "Suka feed ini" @@ -2536,7 +2585,7 @@ msgstr "Suka feed ini" msgid "Liked by" msgstr "Disukai oleh" -#: src/screens/Profile/ProfileLabelerLikedBy.tsx:42 +#: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 #: src/view/screens/PostLikedBy.tsx:27 #: src/view/screens/ProfileFeedLikedBy.tsx:27 msgid "Liked By" @@ -2550,9 +2599,9 @@ msgstr "Disukai oleh {0} {1}" msgid "Liked by {count} {0}" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:277 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:291 -#: src/view/screens/ProfileFeed.tsx:587 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292 +#: src/view/screens/ProfileFeed.tsx:588 msgid "Liked by {likeCount} {0}" msgstr "Disukai oleh {likeCount} {0}" @@ -2572,7 +2621,7 @@ msgstr "menyukai feed khusus Anda" msgid "liked your post" msgstr "menyukai postingan Anda" -#: src/view/screens/Profile.tsx:191 +#: src/view/screens/Profile.tsx:193 msgid "Likes" msgstr "Suka" @@ -2584,7 +2633,7 @@ msgstr "Suka pada postingan ini" msgid "List" msgstr "Daftar" -#: src/view/com/modals/CreateOrEditList.tsx:261 +#: src/view/com/modals/CreateOrEditList.tsx:262 msgid "List Avatar" msgstr "Avatar Daftar" @@ -2604,7 +2653,7 @@ msgstr "Daftar dihapus" msgid "List muted" msgstr "Daftar dibisukan" -#: src/view/com/modals/CreateOrEditList.tsx:275 +#: src/view/com/modals/CreateOrEditList.tsx:276 msgid "List Name" msgstr "Nama Daftar" @@ -2617,8 +2666,8 @@ msgid "List unmuted" msgstr "Daftar tidak dibisukan" #: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:187 -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:195 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 @@ -2635,8 +2684,8 @@ msgid "Load new notifications" msgstr "Muat notifikasi baru" #: src/screens/Profile/Sections/Feed.tsx:70 -#: src/view/com/feeds/FeedPage.tsx:124 -#: src/view/screens/ProfileFeed.tsx:495 +#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/screens/ProfileFeed.tsx:496 #: src/view/screens/ProfileList.tsx:695 msgid "Load new posts" msgstr "Muat postingan baru" @@ -2660,34 +2709,38 @@ msgstr "Catatan" msgid "Log out" msgstr "Keluar" -#: src/screens/Moderation/index.tsx:444 +#: src/screens/Moderation/index.tsx:442 msgid "Logged-out visibility" msgstr "Visibilitas pengguna yang tidak login" -#: src/view/com/auth/login/ChooseAccountForm.tsx:142 +#: src/components/AccountList.tsx:54 msgid "Login to account that is not listed" msgstr "Masuk ke akun yang tidak ada di daftar" #~ 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 "Sepertinya feed ini hanya tersedia untuk pengguna dengan akun Bluesky. Silakan daftar atau masuk untuk melihat feed ini!" -#: src/view/com/modals/LinkWarning.tsx:65 +#: src/screens/Login/SetNewPasswordForm.tsx:116 +msgid "Looks like XXXXX-XXXXX" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:79 msgid "Make sure this is where you intend to go!" msgstr "Pastikan ini adalah website yang Anda tuju!" -#: src/components/dialogs/MutedWords.tsx:83 +#: src/components/dialogs/MutedWords.tsx:82 msgid "Manage your muted words and tags" msgstr "" #: src/view/com/auth/create/Step2.tsx:118 -msgid "May not be longer than 253 characters" -msgstr "" +#~ msgid "May not be longer than 253 characters" +#~ msgstr "" #: src/view/com/auth/create/Step2.tsx:109 -msgid "May only contain letters and numbers" -msgstr "" +#~ msgid "May only contain letters and numbers" +#~ msgstr "" -#: src/view/screens/Profile.tsx:190 +#: src/view/screens/Profile.tsx:192 msgid "Media" msgstr "Media" @@ -2700,7 +2753,7 @@ msgid "Mentioned users" msgstr "Pengguna yang disebutkan" #: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:647 +#: src/view/screens/Search/Search.tsx:648 msgid "Menu" msgstr "Menu" @@ -2716,7 +2769,7 @@ msgid "Misleading Account" msgstr "" #: src/Navigation.tsx:119 -#: src/screens/Moderation/index.tsx:106 +#: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:645 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:514 @@ -2724,7 +2777,7 @@ msgstr "" msgid "Moderation" msgstr "Moderasi" -#: src/components/moderation/ModerationDetailsDialog.tsx:113 +#: src/components/moderation/ModerationDetailsDialog.tsx:112 msgid "Moderation details" msgstr "" @@ -2743,15 +2796,15 @@ msgstr "Daftar moderasi oleh <0/>" msgid "Moderation list by you" msgstr "Daftar moderasi oleh Anda" -#: src/view/com/modals/CreateOrEditList.tsx:197 +#: src/view/com/modals/CreateOrEditList.tsx:198 msgid "Moderation list created" msgstr "Daftar moderasi dibuat" -#: src/view/com/modals/CreateOrEditList.tsx:183 +#: src/view/com/modals/CreateOrEditList.tsx:184 msgid "Moderation list updated" msgstr "Daftar moderasi diperbarui" -#: src/screens/Moderation/index.tsx:245 +#: src/screens/Moderation/index.tsx:243 msgid "Moderation lists" msgstr "Daftar moderasi" @@ -2768,11 +2821,11 @@ msgstr "Pengaturan moderasi" msgid "Moderation states" msgstr "" -#: src/screens/Moderation/index.tsx:217 +#: src/screens/Moderation/index.tsx:215 msgid "Moderation tools" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:49 +#: src/components/moderation/ModerationDetailsDialog.tsx:48 #: src/lib/moderation/useModerationCauseDescription.ts:40 msgid "Moderator has chosen to set a general warning on the content." msgstr "Moderator telah memilih untuk menetapkan peringatan umum pada konten." @@ -2798,8 +2851,8 @@ msgid "Most-liked replies first" msgstr "Balasan yang paling disukai lebih dulu" #: src/view/com/auth/create/Step2.tsx:122 -msgid "Must be at least 3 characters" -msgstr "" +#~ msgid "Must be at least 3 characters" +#~ msgstr "" #: src/components/TagMenu/index.tsx:249 msgid "Mute" @@ -2826,11 +2879,11 @@ msgstr "" #~ msgid "Mute all {tag} posts" #~ msgstr "" -#: src/components/dialogs/MutedWords.tsx:149 +#: src/components/dialogs/MutedWords.tsx:148 msgid "Mute in tags only" msgstr "" -#: src/components/dialogs/MutedWords.tsx:134 +#: src/components/dialogs/MutedWords.tsx:133 msgid "Mute in text & tags" msgstr "" @@ -2847,11 +2900,11 @@ msgstr "Bisukan akun ini?" #~ msgid "Mute this List" #~ msgstr "Bisukan Daftar ini" -#: src/components/dialogs/MutedWords.tsx:127 +#: src/components/dialogs/MutedWords.tsx:126 msgid "Mute this word in post text and tags" msgstr "" -#: src/components/dialogs/MutedWords.tsx:142 +#: src/components/dialogs/MutedWords.tsx:141 msgid "Mute this word in tags only" msgstr "" @@ -2869,7 +2922,7 @@ msgstr "" msgid "Muted" msgstr "Dibisukan" -#: src/screens/Moderation/index.tsx:257 +#: src/screens/Moderation/index.tsx:255 msgid "Muted accounts" msgstr "Akun yang dibisukan" @@ -2886,7 +2939,7 @@ msgstr "Postingan dari akun yang dibisukan akan dihilangkan dari feed dan notifi msgid "Muted by \"{0}\"" msgstr "" -#: src/screens/Moderation/index.tsx:233 +#: src/screens/Moderation/index.tsx:231 msgid "Muted words & tags" msgstr "" @@ -2919,12 +2972,12 @@ msgstr "Feed Tersimpan Saya" #~ msgid "my-server.com" #~ msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:179 -#: src/view/com/modals/CreateOrEditList.tsx:290 +#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/CreateOrEditList.tsx:291 msgid "Name" msgstr "Nama" -#: src/view/com/modals/CreateOrEditList.tsx:145 +#: src/view/com/modals/CreateOrEditList.tsx:146 msgid "Name is required" msgstr "Nama harus diisi" @@ -2938,10 +2991,8 @@ msgstr "" msgid "Nature" msgstr "Alam" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:190 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:219 -#: src/view/com/auth/login/LoginForm.tsx:292 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:196 +#: src/screens/Login/ForgotPasswordForm.tsx:173 +#: src/screens/Login/LoginForm.tsx:254 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "Menuju ke layar berikutnya" @@ -2950,21 +3001,21 @@ msgstr "Menuju ke layar berikutnya" msgid "Navigates to your profile" msgstr "Menuju ke profil Anda" -#: src/components/ReportDialog/SelectReportOptionView.tsx:124 +#: src/components/ReportDialog/SelectReportOptionView.tsx:122 msgid "Need to report a copyright violation?" msgstr "" #: src/view/com/modals/EmbedConsent.tsx:107 #: src/view/com/modals/EmbedConsent.tsx:123 -msgid "Never load embeds from {0}" -msgstr "Jangan pernah memuat embed dari {0}" +#~ msgid "Never load embeds from {0}" +#~ msgstr "Jangan pernah memuat embed dari {0}" #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:72 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:74 msgid "Never lose access to your followers and data." msgstr "Tidak akan lagi kehilangan akses ke data dan pengikut Anda." -#: src/screens/Onboarding/StepFinished.tsx:119 +#: src/screens/Onboarding/StepFinished.tsx:123 msgid "Never lose access to your followers or data." msgstr "Tidak akan lagi kehilangan akses ke data dan pengikut Anda." @@ -2972,7 +3023,7 @@ msgstr "Tidak akan lagi kehilangan akses ke data dan pengikut Anda." #~ msgid "Nevermind" #~ msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:520 +#: src/view/com/modals/ChangeHandle.tsx:519 msgid "Nevermind, create a handle for me" msgstr "" @@ -2985,11 +3036,10 @@ msgstr "Baru" msgid "New" msgstr "Baru" -#: src/view/com/modals/CreateOrEditList.tsx:252 +#: src/view/com/modals/CreateOrEditList.tsx:253 msgid "New Moderation List" msgstr "Daftar Moderasi Baru" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/ChangePassword.tsx:212 msgid "New password" msgstr "Kata sandi baru" @@ -2998,15 +3048,15 @@ msgstr "Kata sandi baru" msgid "New Password" msgstr "Kata Sandi Baru" -#: src/view/com/feeds/FeedPage.tsx:135 +#: src/view/com/feeds/FeedPage.tsx:149 msgctxt "action" msgid "New post" msgstr "Postingan baru" #: src/view/screens/Feeds.tsx:555 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:450 -#: src/view/screens/ProfileFeed.tsx:433 +#: src/view/screens/Profile.tsx:452 +#: src/view/screens/ProfileFeed.tsx:434 #: src/view/screens/ProfileList.tsx:199 #: src/view/screens/ProfileList.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:252 @@ -3021,7 +3071,7 @@ msgstr "Postingan baru" #~ msgid "New Post" #~ msgstr "Postingan Baru" -#: src/view/com/modals/CreateOrEditList.tsx:247 +#: src/view/com/modals/CreateOrEditList.tsx:248 msgid "New User List" msgstr "Daftar Pengguna Baru" @@ -3033,12 +3083,13 @@ msgstr "Balasan terbaru terlebih dahulu" msgid "News" msgstr "Berita" -#: src/view/com/auth/create/CreateAccount.tsx:172 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:182 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:192 -#: src/view/com/auth/login/LoginForm.tsx:294 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:187 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:143 +#: src/screens/Login/ForgotPasswordForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:253 +#: src/screens/Login/LoginForm.tsx:260 +#: src/screens/Login/SetNewPasswordForm.tsx:174 +#: src/screens/Login/SetNewPasswordForm.tsx:180 +#: src/screens/Signup/index.tsx:205 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:79 #: src/view/com/modals/ChangePassword.tsx:253 #: src/view/com/modals/ChangePassword.tsx:255 @@ -3063,19 +3114,23 @@ msgstr "Gambar berikutnya" msgid "No" msgstr "Tidak" -#: src/view/screens/ProfileFeed.tsx:561 +#: src/view/screens/ProfileFeed.tsx:562 #: src/view/screens/ProfileList.tsx:769 msgid "No description" msgstr "Tidak ada deskripsi" -#: src/view/com/modals/ChangeHandle.tsx:406 +#: src/view/com/modals/ChangeHandle.tsx:405 msgid "No DNS Panel" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 msgid "No longer following {0}" msgstr "Tidak lagi mengikuti {0}" +#: src/screens/Signup/StepHandle.tsx:114 +msgid "No longer than 253 characters" +msgstr "" + #: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "Belum ada notifikasi!" @@ -3085,7 +3140,7 @@ msgstr "Belum ada notifikasi!" msgid "No result" msgstr "Tidak ada hasil" -#: src/components/Lists.tsx:189 +#: src/components/Lists.tsx:183 msgid "No results found" msgstr "" @@ -3094,12 +3149,13 @@ 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:282 -#: src/view/screens/Search/Search.tsx:310 +#: src/view/screens/Search/Search.tsx:283 +#: src/view/screens/Search/Search.tsx:311 msgid "No results found for {query}" msgstr "Tidak ada hasil ditemukan untuk {query}" -#: src/view/com/modals/EmbedConsent.tsx:129 +#: src/components/dialogs/EmbedConsent.tsx:105 +#: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" msgstr "Tidak terima kasih" @@ -3107,7 +3163,7 @@ msgstr "Tidak terima kasih" msgid "Nobody" msgstr "Tak seorang pun" -#: src/components/LikedByList.tsx:102 +#: src/components/LikedByList.tsx:79 #: src/components/LikesDialog.tsx:99 msgid "Nobody has liked this yet. Maybe you should be the first!" msgstr "" @@ -3121,7 +3177,7 @@ msgid "Not Applicable." msgstr "Tidak Berlaku." #: src/Navigation.tsx:109 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Not Found" msgstr "Tidak ditemukan" @@ -3132,17 +3188,18 @@ msgstr "Jangan sekarang" #: src/view/com/profile/ProfileMenu.tsx:368 #: src/view/com/util/forms/PostDropdownBtn.tsx:342 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:246 msgid "Note about sharing" msgstr "" -#: src/screens/Moderation/index.tsx:542 +#: src/screens/Moderation/index.tsx:540 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:469 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 -#: src/view/shell/bottom-bar/BottomBar.tsx:207 +#: src/view/shell/bottom-bar/BottomBar.tsx:215 #: src/view/shell/desktop/LeftNav.tsx:365 #: src/view/shell/Drawer.tsx:438 #: src/view/shell/Drawer.tsx:439 @@ -3154,7 +3211,15 @@ msgid "Nudity" msgstr "Ketelanjangan" #: src/lib/moderation/useReportOptions.ts:71 -msgid "Nudity or pornography not labeled as such" +msgid "Nudity or adult content not labeled as such" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:71 +#~ msgid "Nudity or pornography not labeled as such" +#~ msgstr "" + +#: src/screens/Signup/index.tsx:142 +msgid "of" msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:11 @@ -3165,15 +3230,16 @@ msgstr "" msgid "Oh no!" msgstr "Oh tidak!" -#: src/screens/Onboarding/StepInterests/index.tsx:128 +#: src/screens/Onboarding/StepInterests/index.tsx:132 msgid "Oh no! Something went wrong." msgstr "Oh tidak! Sepertinya ada yang salah." -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:127 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:126 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:327 msgid "OK" msgstr "" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 +#: src/screens/Login/PasswordUpdatedForm.tsx:44 msgid "Okay" msgstr "Baiklah" @@ -3185,7 +3251,7 @@ msgstr "Balasan terlama terlebih dahulu" msgid "Onboarding reset" msgstr "Atur ulang orientasi" -#: src/view/com/composer/Composer.tsx:391 +#: src/view/com/composer/Composer.tsx:392 msgid "One or more images is missing alt text." msgstr "Satu atau lebih gambar belum ada teks alt." @@ -3193,17 +3259,21 @@ msgstr "Satu atau lebih gambar belum ada teks alt." msgid "Only {0} can reply." msgstr "Hanya {0} dapat membalas." -#: src/components/Lists.tsx:83 +#: src/screens/Signup/StepHandle.tsx:97 +msgid "Only contains letters, numbers, and hyphens" +msgstr "" + +#: src/components/Lists.tsx:75 msgid "Oops, something went wrong!" msgstr "" -#: src/components/Lists.tsx:157 +#: src/components/Lists.tsx:170 #: src/view/screens/AppPasswords.tsx:67 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Oops!" msgstr "Uups!" -#: src/screens/Onboarding/StepFinished.tsx:115 +#: src/screens/Onboarding/StepFinished.tsx:119 msgid "Open" msgstr "Buka" @@ -3211,12 +3281,12 @@ msgstr "Buka" #~ msgid "Open content filtering settings" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:490 #: src/view/com/composer/Composer.tsx:491 +#: src/view/com/composer/Composer.tsx:492 msgid "Open emoji picker" msgstr "Buka pemilih emoji" -#: src/view/screens/ProfileFeed.tsx:299 +#: src/view/screens/ProfileFeed.tsx:300 msgid "Open feed options menu" msgstr "" @@ -3224,7 +3294,7 @@ msgstr "" msgid "Open links with in-app browser" msgstr "Buka tautan dengan browser dalam aplikasi" -#: src/screens/Moderation/index.tsx:229 +#: src/screens/Moderation/index.tsx:227 msgid "Open muted words and tags settings" msgstr "" @@ -3285,13 +3355,15 @@ msgstr "Membuka galeri foto perangkat" msgid "Opens external embeds settings" msgstr "Membuka pengaturan penyematan eksternal" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:56 -#: src/view/com/auth/SplashScreen.tsx:70 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:57 +#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/SplashScreen.web.tsx:97 msgid "Opens flow to create a new Bluesky account" msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:74 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:75 #: src/view/com/auth/SplashScreen.tsx:83 +#: src/view/com/auth/SplashScreen.web.tsx:112 msgid "Opens flow to sign into your existing Bluesky account" msgstr "" @@ -3307,7 +3379,7 @@ msgstr "" #~ msgid "Opens invite code list" #~ msgstr "Membuka daftar kode undangan" -#: src/view/com/modals/InviteCodes.tsx:172 +#: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "Membuka daftar kode undangan" @@ -3331,11 +3403,11 @@ msgstr "" msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "" -#: src/view/screens/Settings/index.tsx:970 +#: src/view/screens/Settings/index.tsx:968 msgid "Opens modal for email verification" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:281 +#: src/view/com/modals/ChangeHandle.tsx:282 msgid "Opens modal for using custom domain" msgstr "Buka modal untuk menggunakan domain kustom" @@ -3343,7 +3415,7 @@ msgstr "Buka modal untuk menggunakan domain kustom" msgid "Opens moderation settings" msgstr "Buka pengaturan moderasi" -#: src/view/com/auth/login/LoginForm.tsx:242 +#: src/screens/Login/LoginForm.tsx:202 msgid "Opens password reset form" msgstr "Membuka formulir pengaturan ulang kata sandi" @@ -3372,7 +3444,7 @@ msgstr "" #~ msgid "Opens the home feed preferences" #~ msgstr "Buka preferensi feed beranda" -#: src/view/com/modals/LinkWarning.tsx:76 +#: src/view/com/modals/LinkWarning.tsx:93 msgid "Opens the linked website" msgstr "" @@ -3409,7 +3481,7 @@ msgstr "Atau gabungkan opsi-opsi berikut:" msgid "Other" msgstr "" -#: src/view/com/auth/login/ChooseAccountForm.tsx:147 +#: src/components/AccountList.tsx:73 msgid "Other account" msgstr "Akun lainnya" @@ -3421,7 +3493,7 @@ msgstr "Akun lainnya" msgid "Other..." msgstr "Lainnya..." -#: src/components/Lists.tsx:190 +#: src/components/Lists.tsx:184 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Halaman tidak ditemukan" @@ -3430,13 +3502,10 @@ msgstr "Halaman tidak ditemukan" msgid "Page Not Found" msgstr "Halaman Tidak Ditemukan" -#: src/view/com/auth/create/Step1.tsx:191 -#: src/view/com/auth/create/Step1.tsx:201 -#: src/view/com/auth/login/LoginForm.tsx:213 -#: src/view/com/auth/login/LoginForm.tsx:229 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:161 -#: src/view/com/modals/DeleteAccount.tsx:195 -#: src/view/com/modals/DeleteAccount.tsx:202 +#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Signup/StepInfo/index.tsx:101 +#: src/view/com/modals/DeleteAccount.tsx:194 +#: src/view/com/modals/DeleteAccount.tsx:201 msgid "Password" msgstr "Kata sandi" @@ -3444,11 +3513,11 @@ msgstr "Kata sandi" msgid "Password Changed" msgstr "" -#: src/view/com/auth/login/Login.tsx:157 +#: src/screens/Login/index.tsx:157 msgid "Password updated" msgstr "Kata sandi diganti" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:28 +#: src/screens/Login/PasswordUpdatedForm.tsx:30 msgid "Password updated!" msgstr "Kata sandi diganti!" @@ -3480,12 +3549,12 @@ msgstr "Hewan Peliharaan" msgid "Pictures meant for adults." msgstr "Gambar yang ditujukan untuk orang dewasa." -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:563 msgid "Pin to home" msgstr "Sematkan ke beranda" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 msgid "Pin to Home" msgstr "" @@ -3493,28 +3562,28 @@ msgstr "" msgid "Pinned Feeds" msgstr "Feed Tersemat" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:111 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "Putar {0}" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:54 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:55 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" msgstr "Putar Video" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:110 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 msgid "Plays the GIF" msgstr "Putar GIF" -#: src/view/com/auth/create/state.ts:124 +#: src/screens/Signup/state.ts:241 msgid "Please choose your handle." msgstr "Silakan pilih handle Anda." -#: src/view/com/auth/create/state.ts:117 +#: src/screens/Signup/state.ts:234 msgid "Please choose your password." msgstr "Masukkan kata sandi Anda." -#: src/view/com/auth/create/state.ts:131 +#: src/screens/Signup/state.ts:251 msgid "Please complete the verification captcha." msgstr "" @@ -3522,7 +3591,7 @@ msgstr "" msgid "Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed." msgstr "Harap konfirmasi email Anda sebelum mengubahnya. Ini adalah persyaratan sementara selama alat pembaruan email ditambahkan, dan akan segera dihapus." -#: src/view/com/modals/AddAppPasswords.tsx:90 +#: src/view/com/modals/AddAppPasswords.tsx:91 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." @@ -3530,11 +3599,11 @@ msgstr "Masukkan nama untuk kata sandi aplikasi Anda. Semua spasi tidak diperbol #~ msgid "Please enter a phone number that can receive SMS text messages." #~ msgstr "Masukkan nomor telepon yang dapat menerima pesan teks SMS." -#: src/view/com/modals/AddAppPasswords.tsx:145 +#: src/view/com/modals/AddAppPasswords.tsx:146 msgid "Please enter a unique name for this App Password or use our randomly generated one." msgstr "Masukkan nama unik untuk Kata Sandi Aplikasi ini atau gunakan nama yang dibuat secara acak." -#: src/components/dialogs/MutedWords.tsx:68 +#: src/components/dialogs/MutedWords.tsx:67 msgid "Please enter a valid word, tag, or phrase to mute" msgstr "" @@ -3546,15 +3615,15 @@ msgstr "" #~ msgid "Please enter the verification code sent to {phoneNumberFormatted}." #~ msgstr "Masukkan kode verifikasi yang dikirim ke {phoneNumberFormatted}." -#: src/view/com/auth/create/state.ts:103 +#: src/screens/Signup/state.ts:220 msgid "Please enter your email." msgstr "Masukkan email Anda." -#: src/view/com/modals/DeleteAccount.tsx:191 +#: src/view/com/modals/DeleteAccount.tsx:190 msgid "Please enter your password as well:" msgstr "Masukkan juga kata sandi Anda:" -#: src/components/moderation/LabelsOnMeDialog.tsx:222 +#: src/components/moderation/LabelsOnMeDialog.tsx:221 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -3570,7 +3639,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "Mohon Verifikasi Email Anda" -#: src/view/com/composer/Composer.tsx:221 +#: src/view/com/composer/Composer.tsx:222 msgid "Please wait for your link card to finish loading" msgstr "Harap tunggu hingga kartu tautan Anda selesai dimuat" @@ -3583,11 +3652,11 @@ msgid "Porn" msgstr "Pornografi" #: src/lib/moderation/useGlobalLabelStrings.ts:34 -msgid "Pornography" -msgstr "" +#~ msgid "Pornography" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:366 -#: src/view/com/composer/Composer.tsx:374 +#: src/view/com/composer/Composer.tsx:367 +#: src/view/com/composer/Composer.tsx:375 msgctxt "action" msgid "Post" msgstr "Posting" @@ -3618,12 +3687,12 @@ msgstr "Postingan dihapus" msgid "Post hidden" msgstr "Postingan disembunyikan" -#: src/components/moderation/ModerationDetailsDialog.tsx:98 +#: src/components/moderation/ModerationDetailsDialog.tsx:97 #: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Post Hidden by Muted Word" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:101 +#: src/components/moderation/ModerationDetailsDialog.tsx:100 #: src/lib/moderation/useModerationCauseDescription.ts:108 msgid "Post Hidden by You" msgstr "" @@ -3645,11 +3714,11 @@ msgstr "Postingan tidak ditemukan" msgid "posts" msgstr "" -#: src/view/screens/Profile.tsx:188 +#: src/view/screens/Profile.tsx:190 msgid "Posts" msgstr "Postingan" -#: src/components/dialogs/MutedWords.tsx:90 +#: src/components/dialogs/MutedWords.tsx:89 msgid "Posts can be muted based on their text, their tags, or both." msgstr "" @@ -3657,11 +3726,17 @@ msgstr "" msgid "Posts hidden" msgstr "Postingan disembunyikan" -#: src/view/com/modals/LinkWarning.tsx:46 +#: src/view/com/modals/LinkWarning.tsx:60 msgid "Potentially Misleading Link" msgstr "Tautan yang Mungkin Menyesatkan" -#: src/components/Lists.tsx:88 +#: src/components/forms/HostingProvider.tsx:45 +msgid "Press to change hosting provider" +msgstr "" + +#: src/components/Error.tsx:74 +#: src/components/Lists.tsx:80 +#: src/screens/Signup/index.tsx:186 msgid "Press to retry" msgstr "" @@ -3683,23 +3758,23 @@ msgid "Privacy" msgstr "Privasi" #: src/Navigation.tsx:231 -#: src/view/com/auth/create/Policies.tsx:69 +#: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:925 +#: src/view/screens/Settings/index.tsx:923 #: src/view/shell/Drawer.tsx:265 msgid "Privacy Policy" msgstr "Kebijakan Privasi" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:156 msgid "Processing..." msgstr "Memproses..." #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:340 +#: src/view/screens/Profile.tsx:342 msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:260 #: src/view/shell/desktop/LeftNav.tsx:419 #: src/view/shell/Drawer.tsx:70 #: src/view/shell/Drawer.tsx:549 @@ -3707,15 +3782,15 @@ msgstr "" msgid "Profile" msgstr "Profil" -#: src/view/com/modals/EditProfile.tsx:128 +#: src/view/com/modals/EditProfile.tsx:129 msgid "Profile updated" msgstr "Profil diperbarui" -#: src/view/screens/Settings/index.tsx:983 +#: src/view/screens/Settings/index.tsx:981 msgid "Protect your account by verifying your email." msgstr "Amankan akun Anda dengan memverifikasi email Anda." -#: src/screens/Onboarding/StepFinished.tsx:101 +#: src/screens/Onboarding/StepFinished.tsx:105 msgid "Public" msgstr "Publik" @@ -3727,15 +3802,15 @@ msgstr "Daftar publik yang dapat dibagikan oleh pengguna untuk dibisukan atau di msgid "Public, shareable lists which can drive feeds." msgstr "Publik, daftar yang dapat dibagikan dan dapat berimbas ke feed." -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish post" msgstr "Publikasikan postingan" -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish reply" msgstr "Publikasikan balasan" -#: src/view/com/modals/Repost.tsx:65 +#: src/view/com/modals/Repost.tsx:66 msgctxt "action" msgid "Quote post" msgstr "Kutip postingan" @@ -3744,7 +3819,7 @@ msgstr "Kutip postingan" msgid "Quote post" msgstr "Kutip postingan" -#: src/view/com/modals/Repost.tsx:70 +#: src/view/com/modals/Repost.tsx:71 msgctxt "action" msgid "Quote Post" msgstr "Kutip Postingan" @@ -3756,11 +3831,11 @@ msgstr "Kutip Postingan" msgid "Random (aka \"Poster's Roulette\")" msgstr "Acak (alias \"Rolet Poster\")" -#: src/view/com/modals/EditImage.tsx:236 +#: src/view/com/modals/EditImage.tsx:237 msgid "Ratios" msgstr "Rasio" -#: src/view/screens/Search/Search.tsx:776 +#: src/view/screens/Search/Search.tsx:777 msgid "Recent Searches" msgstr "" @@ -3772,7 +3847,7 @@ msgstr "Feed Direkomendasikan" msgid "Recommended Users" msgstr "Pengguna Direkomendasikan" -#: src/components/dialogs/MutedWords.tsx:287 +#: src/components/dialogs/MutedWords.tsx:286 #: src/view/com/feeds/FeedSourceCard.tsx:283 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:83 @@ -3807,8 +3882,8 @@ msgstr "" #: src/view/com/feeds/FeedSourceCard.tsx:173 #: src/view/com/feeds/FeedSourceCard.tsx:233 -#: src/view/screens/ProfileFeed.tsx:334 -#: src/view/screens/ProfileFeed.tsx:340 +#: src/view/screens/ProfileFeed.tsx:335 +#: src/view/screens/ProfileFeed.tsx:341 msgid "Remove from my feeds" msgstr "Hapus dari feed saya" @@ -3824,11 +3899,11 @@ msgstr "Hapus gambar" msgid "Remove image preview" msgstr "Hapus pratinjau gambar" -#: src/components/dialogs/MutedWords.tsx:330 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "" -#: src/view/com/modals/Repost.tsx:47 +#: src/view/com/modals/Repost.tsx:48 msgid "Remove repost" msgstr "Hapus postingan ulang" @@ -3853,7 +3928,7 @@ msgstr "Dihapus dari daftar" msgid "Removed from my feeds" msgstr "Dihapus dari feed saya" -#: src/view/screens/ProfileFeed.tsx:208 +#: src/view/screens/ProfileFeed.tsx:209 msgid "Removed from your feeds" msgstr "" @@ -3861,7 +3936,7 @@ msgstr "" msgid "Removes default thumbnail from {0}" msgstr "Menghapus gambar pra tinjau bawaan dari {0}" -#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:191 msgid "Replies" msgstr "Balasan" @@ -3869,7 +3944,7 @@ msgstr "Balasan" msgid "Replies to this thread are disabled" msgstr "Balasan ke utas ini dinonaktifkan" -#: src/view/com/composer/Composer.tsx:364 +#: src/view/com/composer/Composer.tsx:365 msgctxt "action" msgid "Reply" msgstr "Balas" @@ -3893,8 +3968,12 @@ msgstr "Balas ke <0/>" msgid "Report Account" msgstr "Laporkan Akun" -#: src/view/screens/ProfileFeed.tsx:351 -#: src/view/screens/ProfileFeed.tsx:353 +#: src/components/ReportDialog/index.tsx:49 +msgid "Report dialog" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:352 +#: src/view/screens/ProfileFeed.tsx:354 msgid "Report feed" msgstr "Laporkan feed" @@ -3907,29 +3986,29 @@ msgstr "Laporkan Daftar" msgid "Report post" msgstr "Laporkan postingan" -#: src/components/ReportDialog/SelectReportOptionView.tsx:43 +#: src/components/ReportDialog/SelectReportOptionView.tsx:42 msgid "Report this content" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:56 +#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Report this feed" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:53 +#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Report this list" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:50 +#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Report this post" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:47 +#: src/components/ReportDialog/SelectReportOptionView.tsx:46 msgid "Report this user" msgstr "" -#: src/view/com/modals/Repost.tsx:43 -#: src/view/com/modals/Repost.tsx:48 -#: src/view/com/modals/Repost.tsx:53 +#: src/view/com/modals/Repost.tsx:44 +#: src/view/com/modals/Repost.tsx:49 +#: src/view/com/modals/Repost.tsx:54 #: src/view/com/util/post-ctrls/RepostButton.tsx:61 msgctxt "action" msgid "Repost" @@ -3990,12 +4069,10 @@ msgstr "Minta Kode" msgid "Require alt text before posting" msgstr "Memerlukan teks alt sebelum memposting" -#: src/view/com/auth/create/Step1.tsx:146 +#: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "Diwajibkan untuk provider ini" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:124 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:136 #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "Kode reset" @@ -4013,7 +4090,7 @@ msgstr "Kode Reset" msgid "Reset onboarding state" msgstr "Reset status onboarding" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:104 +#: src/screens/Login/ForgotPasswordForm.tsx:86 msgid "Reset password" msgstr "Reset kata sandi" @@ -4034,7 +4111,7 @@ msgstr "Reset status onboarding" msgid "Resets the preferences state" msgstr "Reset status preferensi" -#: src/view/com/auth/login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:235 msgid "Retries login" msgstr "Mencoba masuk kembali" @@ -4043,13 +4120,13 @@ msgstr "Mencoba masuk kembali" msgid "Retries the last action, which errored out" msgstr "Coba kembali tindakan terakhir, yang gagal" -#: src/components/Lists.tsx:98 -#: src/screens/Onboarding/StepInterests/index.tsx:221 -#: src/screens/Onboarding/StepInterests/index.tsx:224 -#: src/view/com/auth/create/CreateAccount.tsx:181 -#: src/view/com/auth/create/CreateAccount.tsx:186 -#: src/view/com/auth/login/LoginForm.tsx:271 -#: src/view/com/auth/login/LoginForm.tsx:274 +#: src/components/Error.tsx:79 +#: src/components/Lists.tsx:91 +#: src/screens/Login/LoginForm.tsx:234 +#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Onboarding/StepInterests/index.tsx:225 +#: src/screens/Onboarding/StepInterests/index.tsx:228 +#: src/screens/Signup/index.tsx:193 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 msgid "Retry" @@ -4059,6 +4136,7 @@ msgstr "Ulangi" #~ msgid "Retry." #~ msgstr "Ulangi" +#: src/components/Error.tsx:86 #: src/view/screens/ProfileList.tsx:917 msgid "Return to previous page" msgstr "Kembali ke halaman sebelumnya" @@ -4068,7 +4146,7 @@ msgid "Returns to home page" msgstr "" #: src/view/screens/NotFound.tsx:58 -#: src/view/screens/ProfileFeed.tsx:112 +#: src/view/screens/ProfileFeed.tsx:113 msgid "Returns to previous page" msgstr "" @@ -4077,19 +4155,19 @@ msgstr "" #~ msgstr "SANDBOX. Postingan dan akun tidak bersifat permanen." #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:337 -#: src/view/com/modals/EditProfile.tsx:224 +#: src/view/com/modals/ChangeHandle.tsx:174 +#: src/view/com/modals/CreateOrEditList.tsx:338 +#: src/view/com/modals/EditProfile.tsx:225 msgid "Save" msgstr "Simpan" #: src/view/com/lightbox/Lightbox.tsx:132 -#: src/view/com/modals/CreateOrEditList.tsx:345 +#: src/view/com/modals/CreateOrEditList.tsx:346 msgctxt "action" msgid "Save" msgstr "Simpan" -#: src/view/com/modals/AltImage.tsx:130 +#: src/view/com/modals/AltImage.tsx:131 msgid "Save alt text" msgstr "Simpan teks alt" @@ -4097,20 +4175,20 @@ msgstr "Simpan teks alt" msgid "Save birthday" msgstr "" -#: src/view/com/modals/EditProfile.tsx:232 +#: src/view/com/modals/EditProfile.tsx:233 msgid "Save Changes" msgstr "Simpan Perubahan" -#: src/view/com/modals/ChangeHandle.tsx:170 +#: src/view/com/modals/ChangeHandle.tsx:171 msgid "Save handle change" msgstr "Simpan perubahan handle" -#: src/view/com/modals/crop-image/CropImage.web.tsx:144 +#: src/view/com/modals/crop-image/CropImage.web.tsx:145 msgid "Save image crop" msgstr "Simpan potongan gambar" -#: src/view/screens/ProfileFeed.tsx:335 -#: src/view/screens/ProfileFeed.tsx:341 +#: src/view/screens/ProfileFeed.tsx:336 +#: src/view/screens/ProfileFeed.tsx:342 msgid "Save to my feeds" msgstr "" @@ -4122,19 +4200,19 @@ msgstr "Simpan Feed" msgid "Saved to your camera roll." msgstr "" -#: src/view/screens/ProfileFeed.tsx:212 +#: src/view/screens/ProfileFeed.tsx:213 msgid "Saved to your feeds" msgstr "" -#: src/view/com/modals/EditProfile.tsx:225 +#: src/view/com/modals/EditProfile.tsx:226 msgid "Saves any changes to your profile" msgstr "Simpan setiap perubahan pada profil Anda" -#: src/view/com/modals/ChangeHandle.tsx:171 +#: src/view/com/modals/ChangeHandle.tsx:172 msgid "Saves handle change to {handle}" msgstr "Simpan perubahan handle ke {handle}" -#: src/view/com/modals/crop-image/CropImage.web.tsx:145 +#: src/view/com/modals/crop-image/CropImage.web.tsx:146 msgid "Saves image crop settings" msgstr "" @@ -4147,14 +4225,14 @@ msgid "Scroll to top" msgstr "Gulir ke atas" #: src/Navigation.tsx:459 -#: src/view/com/auth/LoggedOut.tsx:122 +#: src/view/com/auth/LoggedOut.tsx:123 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 -#: src/view/screens/Search/Search.tsx:420 -#: src/view/screens/Search/Search.tsx:669 -#: src/view/screens/Search/Search.tsx:687 -#: src/view/shell/bottom-bar/BottomBar.tsx:161 +#: src/view/screens/Search/Search.tsx:421 +#: src/view/screens/Search/Search.tsx:670 +#: src/view/screens/Search/Search.tsx:688 +#: src/view/shell/bottom-bar/BottomBar.tsx:169 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 #: src/view/shell/desktop/Search.tsx:224 @@ -4163,7 +4241,7 @@ msgstr "Gulir ke atas" msgid "Search" msgstr "Cari" -#: src/view/screens/Search/Search.tsx:736 +#: src/view/screens/Search/Search.tsx:737 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "Cari \"{query}\"" @@ -4184,8 +4262,8 @@ msgstr "" #~ msgid "Search for all posts with tag {tag}" #~ msgstr "" -#: src/view/com/auth/LoggedOut.tsx:104 #: src/view/com/auth/LoggedOut.tsx:105 +#: src/view/com/auth/LoggedOut.tsx:106 #: src/view/com/modals/ListAddRemoveUsers.tsx:70 msgid "Search for users" msgstr "Cari pengguna" @@ -4222,7 +4300,7 @@ msgstr "" msgid "See this guide" msgstr "Lihat panduan ini" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:39 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:40 msgid "See what's next" msgstr "Lihat apa yang akan datang" @@ -4230,11 +4308,15 @@ msgstr "Lihat apa yang akan datang" msgid "Select {item}" msgstr "Pilih {item}" +#: src/screens/Login/ChooseAccountForm.tsx:61 +msgid "Select account" +msgstr "" + #: src/view/com/modals/ServerInput.tsx:75 #~ msgid "Select Bluesky Social" #~ msgstr "Pilih Bluesky Social" -#: src/view/com/auth/login/Login.tsx:117 +#: src/screens/Login/index.tsx:120 msgid "Select from an existing account" msgstr "Pilih dari akun yang sudah ada" @@ -4242,7 +4324,7 @@ msgstr "Pilih dari akun yang sudah ada" msgid "Select languages" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:32 +#: src/components/ReportDialog/SelectLabelerView.tsx:30 msgid "Select moderator" msgstr "" @@ -4252,8 +4334,8 @@ msgstr "Pilih opsi {i} dari {numItems}" #: src/view/com/auth/create/Step1.tsx:96 #: src/view/com/auth/login/LoginForm.tsx:153 -msgid "Select service" -msgstr "Pilih layanan" +#~ msgid "Select service" +#~ msgstr "Pilih layanan" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 msgid "Select some accounts below to follow" @@ -4271,11 +4353,11 @@ msgstr "" #~ msgid "Select the types of content that you want to see (or not see), and we'll handle the rest." #~ msgstr "Pilih jenis konten yang ingin Anda lihat (atau tidak lihat), dan kami akan menangani sisanya." -#: src/screens/Onboarding/StepTopicalFeeds.tsx:96 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:100 msgid "Select topical feeds to follow from the list below" msgstr "Pilih feed terkini untuk diikuti dari daftar di bawah ini" -#: src/screens/Onboarding/StepModeration/index.tsx:62 +#: src/screens/Onboarding/StepModeration/index.tsx:63 msgid "Select what you want to see (or not see), and we’ll handle the rest." msgstr "Pilih apa yang ingin Anda lihat (atau tidak lihat), dan kami akan menangani sisanya." @@ -4291,7 +4373,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 "" -#: src/screens/Onboarding/StepInterests/index.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:133 +msgid "Select your date of birth" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:200 msgid "Select your interests from the options below" msgstr "Pilih minat Anda dari opsi di bawah ini" @@ -4303,11 +4389,11 @@ msgstr "Pilih minat Anda dari opsi di bawah ini" msgid "Select your preferred language for translations in your feed." msgstr "Pilih bahasa yang disukai untuk penerjemahaan feed Anda." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:117 msgid "Select your primary algorithmic feeds" msgstr "Pilih feed algoritma utama Anda" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:142 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:133 msgid "Select your secondary algorithmic feeds" msgstr "Pilih feed algoritma sekunder Anda" @@ -4316,11 +4402,11 @@ msgstr "Pilih feed algoritma sekunder Anda" msgid "Send Confirmation Email" msgstr "Kirim Email Konfirmasi" -#: src/view/com/modals/DeleteAccount.tsx:131 +#: src/view/com/modals/DeleteAccount.tsx:130 msgid "Send email" msgstr "Kirim email" -#: src/view/com/modals/DeleteAccount.tsx:144 +#: src/view/com/modals/DeleteAccount.tsx:143 msgctxt "action" msgid "Send Email" msgstr "Kirim Email" @@ -4342,15 +4428,15 @@ msgstr "" #~ msgid "Send Report" #~ msgstr "Kirim Laporan" -#: src/components/ReportDialog/SelectLabelerView.tsx:46 +#: src/components/ReportDialog/SelectLabelerView.tsx:44 msgid "Send report to {0}" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:133 +#: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "Kirim email dengan kode konfirmasi untuk penghapusan akun" -#: src/view/com/auth/server-input/index.tsx:110 +#: src/view/com/auth/server-input/index.tsx:114 msgid "Server address" msgstr "" @@ -4364,7 +4450,7 @@ msgstr "" #~ msgid "Set Age" #~ msgstr "Tetapkan Usia" -#: src/screens/Moderation/index.tsx:306 +#: src/screens/Moderation/index.tsx:304 msgid "Set birthdate" msgstr "" @@ -4381,21 +4467,20 @@ msgstr "" #~ msgstr "Atur tema warna ke pengaturan sistem" #: src/view/screens/Settings/index.tsx:514 -msgid "Set dark theme to the dark theme" -msgstr "Atur tema gelap ke tema gelap" +#~ msgid "Set dark theme to the dark theme" +#~ msgstr "Atur tema gelap ke tema gelap" #: src/view/screens/Settings/index.tsx:507 -msgid "Set dark theme to the dim theme" -msgstr "Atur tema gelap ke tema redup" - +#~ msgid "Set dark theme to the dim theme" +#~ msgstr "Atur tema gelap ke tema redup" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:104 +#: src/screens/Login/SetNewPasswordForm.tsx:102 msgid "Set new password" msgstr "Buat kata sandi baru" #: src/view/com/auth/create/Step1.tsx:202 -msgid "Set password" -msgstr "Atur kata sandi" +#~ msgid "Set password" +#~ msgstr "Atur kata sandi" #: src/view/screens/PreferencesFollowingFeed.tsx:225 msgid "Set this setting to \"No\" to hide all quote posts from your feed. Reposts will still be visible." @@ -4421,11 +4506,11 @@ 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 di feed Mengikuti Anda. Ini merupakan fitur eksperimental" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/screens/Onboarding/Layout.tsx:48 msgid "Set up your account" msgstr "Atur akun Anda" -#: src/view/com/modals/ChangeHandle.tsx:266 +#: src/view/com/modals/ChangeHandle.tsx:267 msgid "Sets Bluesky username" msgstr "Atur nama pengguna Bluesky" @@ -4449,34 +4534,34 @@ msgstr "" msgid "Sets dark theme to the dim theme" msgstr "" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:157 +#: src/screens/Login/ForgotPasswordForm.tsx:113 msgid "Sets email for password reset" msgstr "Atur email untuk pengaturan ulang kata sandi" #: src/view/com/auth/login/ForgotPasswordForm.tsx:122 -msgid "Sets hosting provider for password reset" -msgstr "Atur penyedia hosting untuk pengaturan ulang kata sandi" +#~ msgid "Sets hosting provider for password reset" +#~ msgstr "Atur penyedia hosting untuk pengaturan ulang kata sandi" #: src/view/com/auth/create/Step1.tsx:143 #~ msgid "Sets hosting provider to {label}" #~ msgstr "Atur penyedia hosting ke {label}" -#: src/view/com/modals/crop-image/CropImage.web.tsx:123 +#: src/view/com/modals/crop-image/CropImage.web.tsx:124 msgid "Sets image aspect ratio to square" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:113 +#: src/view/com/modals/crop-image/CropImage.web.tsx:114 msgid "Sets image aspect ratio to tall" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:103 +#: src/view/com/modals/crop-image/CropImage.web.tsx:104 msgid "Sets image aspect ratio to wide" msgstr "" #: src/view/com/auth/create/Step1.tsx:97 #: src/view/com/auth/login/LoginForm.tsx:154 -msgid "Sets server for the Bluesky client" -msgstr "Atur server untuk klien Bluesky" +#~ msgid "Sets server for the Bluesky client" +#~ msgstr "Atur server untuk klien Bluesky" #: src/Navigation.tsx:139 #: src/view/screens/Settings/index.tsx:313 @@ -4503,23 +4588,33 @@ msgstr "Bagikan" #: src/view/com/profile/ProfileMenu.tsx:224 #: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:237 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:218 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:235 #: src/view/screens/ProfileList.tsx:388 msgid "Share" msgstr "Bagikan" #: src/view/com/profile/ProfileMenu.tsx:373 #: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:251 msgid "Share anyway" msgstr "" -#: src/view/screens/ProfileFeed.tsx:361 -#: src/view/screens/ProfileFeed.tsx:363 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileFeed.tsx:364 msgid "Share feed" msgstr "Bagikan feed" +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 +msgid "Share Link" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:92 +msgid "Shares the linked website" +msgstr "" + #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:45 +#: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 #: src/view/screens/Settings/index.tsx:363 @@ -4530,8 +4625,8 @@ msgstr "Tampilkan" msgid "Show all replies" msgstr "Tampilkan semua balasan" -#: src/components/moderation/ScreenHider.tsx:162 -#: src/components/moderation/ScreenHider.tsx:165 +#: src/components/moderation/ScreenHider.tsx:169 +#: src/components/moderation/ScreenHider.tsx:172 msgid "Show anyway" msgstr "Tetap tampilkan" @@ -4545,10 +4640,10 @@ msgid "Show badge and filter from feeds" msgstr "" #: src/view/com/modals/EmbedConsent.tsx:87 -msgid "Show embeds from {0}" -msgstr "Tampilkan embed dari {0}" +#~ msgid "Show embeds from {0}" +#~ msgstr "Tampilkan embed dari {0}" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 msgid "Show follows similar to {0}" msgstr "Tampilkan berikut ini mirip dengan {0}" @@ -4566,15 +4661,15 @@ msgstr "Tampilkan Postingan dari Feed Saya" msgid "Show Quote Posts" msgstr "Tampilkan Kutipan Postingan" -#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +#: src/screens/Onboarding/StepFollowingFeed.tsx:119 msgid "Show quote-posts in Following feed" msgstr "Tampilkan kutipan postingan di feed Mengikuti" -#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +#: src/screens/Onboarding/StepFollowingFeed.tsx:135 msgid "Show quotes in Following" msgstr "Tampilkan kutipan di Mengikuti" -#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +#: src/screens/Onboarding/StepFollowingFeed.tsx:95 msgid "Show re-posts in Following feed" msgstr "Tampilkan posting ulang di feed Mengikuti" @@ -4586,11 +4681,11 @@ 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 +#: src/screens/Onboarding/StepFollowingFeed.tsx:87 msgid "Show replies in Following" msgstr "Tampilkan balasan di Mengikuti" -#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +#: src/screens/Onboarding/StepFollowingFeed.tsx:71 msgid "Show replies in Following feed" msgstr "Tampilkan balasan di feed Mengikuti" @@ -4602,7 +4697,7 @@ msgstr "Tampilkan balasan dengan setidaknya {value} {0}" msgid "Show Reposts" msgstr "Tampilkan Posting Ulang" -#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +#: src/screens/Onboarding/StepFollowingFeed.tsx:111 msgid "Show reposts in Following" msgstr "Tampilkan posting ulang di Mengikuti" @@ -4627,16 +4722,22 @@ msgstr "" #~ msgid "Shows a list of users similar to this user." #~ msgstr "Tampilkan daftar pengguna yang mirip dengan pengguna ini." -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:127 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 msgid "Shows posts from {0} in your feed" msgstr "Tampilkan postingan dari {0} di feed Anda" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:72 -#: src/view/com/auth/login/Login.tsx:98 +#: src/screens/Login/index.tsx:100 +#: src/screens/Login/index.tsx:119 +#: src/screens/Login/LoginForm.tsx:131 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:73 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:83 #: src/view/com/auth/SplashScreen.tsx:81 -#: src/view/shell/bottom-bar/BottomBar.tsx:289 -#: src/view/shell/bottom-bar/BottomBar.tsx:290 -#: src/view/shell/bottom-bar/BottomBar.tsx:292 +#: src/view/com/auth/SplashScreen.tsx:90 +#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:119 +#: src/view/shell/bottom-bar/BottomBar.tsx:300 +#: src/view/shell/bottom-bar/BottomBar.tsx:301 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 @@ -4649,32 +4750,29 @@ msgstr "Masuk" #: src/view/com/auth/HomeLoggedOutCTA.tsx:82 #: src/view/com/auth/SplashScreen.tsx:86 #: src/view/com/auth/SplashScreen.web.tsx:91 -msgid "Sign In" -msgstr "Masuk" +#~ msgid "Sign In" +#~ msgstr "Masuk" -#: src/view/com/auth/login/ChooseAccountForm.tsx:45 +#: src/components/AccountList.tsx:109 msgid "Sign in as {0}" msgstr "Masuk sebagai {0}" -#: src/view/com/auth/login/ChooseAccountForm.tsx:127 -#: src/view/com/auth/login/Login.tsx:116 +#: src/screens/Login/ChooseAccountForm.tsx:64 msgid "Sign in as..." msgstr "Masuk sebagai..." #: src/view/com/auth/login/LoginForm.tsx:140 -msgid "Sign into" -msgstr "Masuk ke" +#~ msgid "Sign into" +#~ msgstr "Masuk ke" -#: src/view/com/modals/SwitchAccount.tsx:68 -#: src/view/com/modals/SwitchAccount.tsx:73 #: src/view/screens/Settings/index.tsx:107 #: src/view/screens/Settings/index.tsx:110 msgid "Sign out" msgstr "Keluar" -#: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/bottom-bar/BottomBar.tsx:280 -#: src/view/shell/bottom-bar/BottomBar.tsx:282 +#: src/view/shell/bottom-bar/BottomBar.tsx:290 +#: src/view/shell/bottom-bar/BottomBar.tsx:291 +#: src/view/shell/bottom-bar/BottomBar.tsx:293 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 @@ -4688,7 +4786,7 @@ msgstr "Daftar" msgid "Sign up or sign in to join the conversation" msgstr "Daftar atau masuk untuk bergabung dalam obrolan" -#: src/components/moderation/ScreenHider.tsx:98 +#: src/components/moderation/ScreenHider.tsx:97 #: src/lib/moderation/useGlobalLabelStrings.ts:28 msgid "Sign-in Required" msgstr "Dibutuhkan Masuk" @@ -4697,21 +4795,21 @@ msgstr "Dibutuhkan Masuk" msgid "Signed in as" msgstr "Masuk sebagai" -#: src/view/com/auth/login/ChooseAccountForm.tsx:112 +#: src/screens/Login/ChooseAccountForm.tsx:48 msgid "Signed in as @{0}" msgstr "Masuk sebagai @{0}" #: src/view/com/modals/SwitchAccount.tsx:70 -msgid "Signs {0} out of Bluesky" -msgstr "Mengeluarkan {0} dari Bluesky" +#~ msgid "Signs {0} out of Bluesky" +#~ msgstr "Mengeluarkan {0} dari Bluesky" -#: src/screens/Onboarding/StepInterests/index.tsx:235 -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:195 +#: src/screens/Onboarding/StepInterests/index.tsx:239 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:203 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:35 msgid "Skip" msgstr "Lewati" -#: src/screens/Onboarding/StepInterests/index.tsx:232 +#: src/screens/Onboarding/StepInterests/index.tsx:236 msgid "Skip this flow" msgstr "Lewati tahap ini" @@ -4727,9 +4825,9 @@ msgstr "Pengembang Perangkat Lunak" #~ msgid "Something went wrong and we're not sure what." #~ msgstr "Ada yang tidak beres dan kami tidak yakin apa itu." -#: src/components/ReportDialog/index.tsx:52 -#: src/screens/Moderation/index.tsx:116 -#: src/screens/Profile/Sections/Labels.tsx:77 +#: src/components/ReportDialog/index.tsx:59 +#: src/screens/Moderation/index.tsx:114 +#: src/screens/Profile/Sections/Labels.tsx:76 msgid "Something went wrong, please try again." msgstr "" @@ -4741,7 +4839,7 @@ msgstr "" #~ msgid "Something went wrong. Check your email and try again." #~ msgstr "Ada yang tidak beres. Periksa email Anda dan coba lagi." -#: src/App.native.tsx:71 +#: src/App.native.tsx:66 msgid "Sorry! Your session expired. Please log in again." msgstr "Maaf! Sesi Anda telah berakhir. Silakan masuk lagi." @@ -4753,7 +4851,7 @@ msgstr "Urutkan Balasan" msgid "Sort replies to the same post by:" msgstr "Urutkan balasan ke postingan yang sama berdasarkan:" -#: src/components/moderation/LabelsOnMeDialog.tsx:147 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 msgid "Source:" msgstr "" @@ -4769,7 +4867,7 @@ msgstr "" msgid "Sports" msgstr "Olahraga" -#: src/view/com/modals/crop-image/CropImage.web.tsx:122 +#: src/view/com/modals/crop-image/CropImage.web.tsx:123 msgid "Square" msgstr "Persegi" @@ -4777,13 +4875,17 @@ msgstr "Persegi" #~ msgid "Staging" #~ msgstr "Staging" -#: src/view/screens/Settings/index.tsx:905 +#: src/view/screens/Settings/index.tsx:903 msgid "Status page" msgstr "Halaman status" +#: src/screens/Signup/index.tsx:142 +msgid "Step" +msgstr "" + #: src/view/com/auth/create/StepHeader.tsx:22 -msgid "Step {0} of {numSteps}" -msgstr "Langkah {0} dari {numSteps}" +#~ msgid "Step {0} of {numSteps}" +#~ msgstr "Langkah {0} dari {numSteps}" #: src/view/com/auth/create/StepHeader.tsx:15 #~ msgid "Step {step} of 3" @@ -4798,8 +4900,8 @@ msgstr "Penyimpanan dihapus, Anda perlu memulai ulang aplikasi sekarang." msgid "Storybook" msgstr "Storybook" +#: src/components/moderation/LabelsOnMeDialog.tsx:255 #: src/components/moderation/LabelsOnMeDialog.tsx:256 -#: src/components/moderation/LabelsOnMeDialog.tsx:257 msgid "Submit" msgstr "Kirim" @@ -4807,20 +4909,20 @@ msgstr "Kirim" msgid "Subscribe" msgstr "Langganan" -#: src/screens/Profile/Sections/Labels.tsx:181 +#: src/screens/Profile/Sections/Labels.tsx:180 msgid "Subscribe to @{0} to use these labels:" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:222 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:221 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:308 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:172 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 msgid "Subscribe to the {0} feed" msgstr "Langganan ke feed {0}" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:185 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 msgid "Subscribe to this labeler" msgstr "" @@ -4828,7 +4930,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "Langganan ke daftar ini" -#: src/view/screens/Search/Search.tsx:375 +#: src/view/screens/Search/Search.tsx:376 msgid "Suggested Follows" msgstr "Saran untuk Diikuti" @@ -4850,16 +4952,15 @@ msgstr "Dukungan" #~ msgid "Swipe up to see more" #~ msgstr "Geser ke atas untuk melihat lebih banyak" -#: src/view/com/modals/SwitchAccount.tsx:123 +#: src/components/dialogs/SwitchAccount.tsx:46 +#: src/components/dialogs/SwitchAccount.tsx:49 msgid "Switch Account" msgstr "Pindah Akun" -#: src/view/com/modals/SwitchAccount.tsx:103 #: src/view/screens/Settings/index.tsx:139 msgid "Switch to {0}" msgstr "Beralih ke {0}" -#: src/view/com/modals/SwitchAccount.tsx:104 #: src/view/screens/Settings/index.tsx:140 msgid "Switches the account you are logged in to" msgstr "Mengganti akun yang Anda masuki" @@ -4872,7 +4973,7 @@ msgstr "Sistem" msgid "System log" msgstr "Log sistem" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "" @@ -4884,7 +4985,7 @@ msgstr "" #~ msgid "Tag menu: {tag}" #~ msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:112 +#: src/view/com/modals/crop-image/CropImage.web.tsx:113 msgid "Tall" msgstr "Tinggi" @@ -4901,8 +5002,8 @@ msgid "Terms" msgstr "Ketentuan" #: src/Navigation.tsx:236 -#: src/view/com/auth/create/Policies.tsx:59 -#: src/view/screens/Settings/index.tsx:919 +#: src/screens/Signup/StepInfo/Policies.tsx:49 +#: src/view/screens/Settings/index.tsx:917 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:259 msgid "Terms of Service" @@ -4914,11 +5015,11 @@ msgstr "Ketentuan Layanan" msgid "Terms used violate community standards" msgstr "" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:220 +#: src/components/moderation/LabelsOnMeDialog.tsx:219 msgid "Text input field" msgstr "Area input teks" @@ -4926,20 +5027,20 @@ msgstr "Area input teks" msgid "Thank you. Your report has been sent." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:466 +#: src/view/com/modals/ChangeHandle.tsx:465 msgid "That contains the following:" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:94 +#: src/screens/Signup/index.tsx:84 msgid "That handle is already taken." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:283 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "Akun ini akan dapat berinteraksi dengan Anda setelah blokir dibuka." -#: src/components/moderation/ModerationDetailsDialog.tsx:128 +#: src/components/moderation/ModerationDetailsDialog.tsx:127 msgid "the author" msgstr "" @@ -4951,15 +5052,15 @@ 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/components/moderation/LabelsOnMeDialog.tsx:49 +#: src/components/moderation/LabelsOnMeDialog.tsx:48 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:50 +#: src/components/moderation/LabelsOnMeDialog.tsx:49 msgid "The following labels were applied to your content." msgstr "" -#: src/screens/Onboarding/Layout.tsx:60 +#: src/screens/Onboarding/Layout.tsx:58 msgid "The following steps will help customize your Bluesky experience." msgstr "Langkah berikut akan membantu menyesuaikan pengalaman Bluesky Anda." @@ -4983,12 +5084,12 @@ 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/screens/Onboarding/StepAlgoFeeds/index.tsx:150 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:141 msgid "There are many feeds to try:" msgstr "Ada banyak feed untuk dicoba:" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:113 -#: src/view/screens/ProfileFeed.tsx:543 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112 +#: src/view/screens/ProfileFeed.tsx:544 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." @@ -4996,11 +5097,11 @@ 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:217 +#: src/view/screens/ProfileFeed.tsx:218 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:244 +#: src/view/screens/ProfileFeed.tsx:245 #: src/view/screens/ProfileList.tsx:275 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 @@ -5019,7 +5120,7 @@ msgstr "Ada masalah saat menghubungi server Anda" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Ada masalah saat mengambil notifikasi. Ketuk di sini untuk mencoba lagi." -#: src/view/com/posts/Feed.tsx:283 +#: src/view/com/posts/Feed.tsx:287 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Ada masalah saat mengambil postingan. Ketuk di sini untuk mencoba lagi." @@ -5044,11 +5145,11 @@ msgstr "Ada masalah saat mensinkronkan preferensi Anda dengan server" msgid "There was an issue with fetching your app passwords" msgstr "Ada masalah dengan pengambilan kata sandi aplikasi Anda" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:134 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:96 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:106 #: src/view/com/profile/ProfileMenu.tsx:117 #: src/view/com/profile/ProfileMenu.tsx:132 @@ -5077,7 +5178,7 @@ msgstr "Sedang ada lonjakan pengguna baru di Bluesky! Kami akan mengaktifkan aku #~ msgid "There's something wrong with this number. Please choose your country and enter your full phone number!" #~ msgstr "Ada kesalahan pada nomor ini. Mohon pilih negara dan masukkan nomor telepon lengkap Anda!" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146 msgid "These are popular accounts you might like:" msgstr "Berikut adalah akun populer yang mungkin Anda sukai:" @@ -5088,15 +5189,15 @@ msgstr "Berikut adalah akun populer yang mungkin Anda sukai:" #~ msgid "This {0} has been labeled." #~ msgstr "Ini {0} telah diberi label." -#: src/components/moderation/ScreenHider.tsx:117 +#: src/components/moderation/ScreenHider.tsx:116 msgid "This {screenDescription} has been flagged:" msgstr "Ini {screenDescription} telah ditandai:" -#: src/components/moderation/ScreenHider.tsx:112 +#: src/components/moderation/ScreenHider.tsx:111 msgid "This account has requested that users sign in to view their profile." msgstr "Akun ini mewajibkan pengguna untuk masuk agar bisa melihat profilnya." -#: src/components/moderation/LabelsOnMeDialog.tsx:205 +#: src/components/moderation/LabelsOnMeDialog.tsx:204 msgid "This appeal will be sent to <0>{0}</0>." msgstr "" @@ -5108,11 +5209,11 @@ msgstr "" msgid "This content has received a general warning from moderators." msgstr "" -#: src/view/com/modals/EmbedConsent.tsx:68 +#: src/components/dialogs/EmbedConsent.tsx:64 msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Konten ini disediakan oleh {0}. Apakah Anda ingin mengaktifkan media eksternal?" -#: src/components/moderation/ModerationDetailsDialog.tsx:78 +#: src/components/moderation/ModerationDetailsDialog.tsx:77 #: src/lib/moderation/useModerationCauseDescription.ts:77 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Konten ini tidak tersedia karena salah satu pengguna yang terlibat telah memblokir pengguna lainnya." @@ -5134,7 +5235,7 @@ msgid "This feed is currently receiving high traffic and is temporarily unavaila msgstr "Feed ini sedang menerima terlalu banyak trafik dan sementara tidak tersedia. Silakan coba lagi nanti." #: src/screens/Profile/Sections/Feed.tsx:50 -#: src/view/screens/ProfileFeed.tsx:476 +#: src/view/screens/ProfileFeed.tsx:477 #: src/view/screens/ProfileList.tsx:675 msgid "This feed is empty!" msgstr "Feed ini kosong!" @@ -5155,15 +5256,15 @@ msgstr "Ini penting jika Anda butuh untuk mengganti email atau reset kata sandi #~ msgid "This is the service that keeps you online." #~ msgstr "Ini adalah layanan yang menjaga Anda tetap online." -#: src/components/moderation/ModerationDetailsDialog.tsx:125 +#: src/components/moderation/ModerationDetailsDialog.tsx:124 msgid "This label was applied by {0}." msgstr "" -#: src/screens/Profile/Sections/Labels.tsx:168 +#: src/screens/Profile/Sections/Labels.tsx:167 msgid "This labeler hasn't declared what labels it publishes, and may not be active." msgstr "" -#: src/view/com/modals/LinkWarning.tsx:58 +#: src/view/com/modals/LinkWarning.tsx:72 msgid "This link is taking you to the following website:" msgstr "Tautan ini akan membawa Anda ke website:" @@ -5175,7 +5276,7 @@ msgstr "Daftar ini kosong!" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:106 +#: src/view/com/modals/AddAppPasswords.tsx:107 msgid "This name is already in use" msgstr "Nama ini sudah digunakan" @@ -5184,6 +5285,7 @@ msgid "This post has been deleted." msgstr "Postingan ini telah dihapus." #: src/view/com/util/forms/PostDropdownBtn.tsx:344 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "" @@ -5195,19 +5297,19 @@ msgstr "" msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "" -#: src/view/com/auth/create/Policies.tsx:46 +#: src/screens/Signup/StepInfo/Policies.tsx:37 msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:446 +#: src/view/com/modals/ChangeHandle.tsx:445 msgid "This should create a domain record at:" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:87 msgid "This user doesn't have any followers." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:73 +#: src/components/moderation/ModerationDetailsDialog.tsx:72 #: src/lib/moderation/useModerationCauseDescription.ts:68 msgid "This user has blocked you. You cannot view their content." msgstr "Pengguna ini telah memblokir Anda. Anda tidak dapat melihat konten mereka." @@ -5221,14 +5323,14 @@ msgstr "" #~ msgstr "Pengguna ini termasuk dalam daftar <0/> yang telah Anda blokir." #: src/view/com/modals/ModerationDetails.tsx:74 -msgid "This user is included in the <0/> list which you have muted." -msgstr "Pengguna ini termasuk dalam daftar <0/> yang telah Anda bisukan." +#~ msgid "This user is included in the <0/> list which you have muted." +#~ msgstr "Pengguna ini termasuk dalam daftar <0/> yang telah Anda bisukan." -#: src/components/moderation/ModerationDetailsDialog.tsx:56 +#: src/components/moderation/ModerationDetailsDialog.tsx:55 msgid "This user is included in the <0>{0}</0> list which you have blocked." msgstr "Pengguna ini termasuk dalam daftar <0>{0}</0> yang telah Anda blokir" -#: src/components/moderation/ModerationDetailsDialog.tsx:85 +#: src/components/moderation/ModerationDetailsDialog.tsx:84 msgid "This user is included in the <0>{0}</0> list which you have muted." msgstr "Pengguna ini termasuk dalam daftar <0>{0}</0> yang telah Anda bisukan" @@ -5236,7 +5338,7 @@ msgstr "Pengguna ini termasuk dalam daftar <0>{0}</0> yang telah Anda bisukan" #~ msgid "This user is included the <0/> list which you have muted." #~ msgstr "Pengguna ini termasuk dalam daftar <0/> yang telah Anda bisukan." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:87 msgid "This user isn't following anyone." msgstr "" @@ -5244,7 +5346,7 @@ msgstr "" msgid "This warning is only available for posts with media attached." msgstr "Peringatan ini hanya tersedia untuk postingan dengan lampiran media." -#: src/components/dialogs/MutedWords.tsx:284 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "" @@ -5269,11 +5371,11 @@ msgstr "Mode Utasan" msgid "Threads Preferences" msgstr "Preferensi Utas" -#: src/components/ReportDialog/SelectLabelerView.tsx:35 +#: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "" -#: src/components/dialogs/MutedWords.tsx:113 +#: src/components/dialogs/MutedWords.tsx:112 msgid "Toggle between muted word options." msgstr "" @@ -5281,11 +5383,11 @@ msgstr "" msgid "Toggle dropdown" msgstr "Beralih dropdown" -#: src/screens/Moderation/index.tsx:334 +#: src/screens/Moderation/index.tsx:332 msgid "Toggle to enable or disable adult content" msgstr "" -#: src/view/com/modals/EditImage.tsx:271 +#: src/view/com/modals/EditImage.tsx:272 msgid "Transformations" msgstr "Transformasi" @@ -5304,7 +5406,7 @@ msgstr "Coba lagi" #~ msgid "Try again" #~ msgstr "Ulangi" -#: src/view/com/modals/ChangeHandle.tsx:429 +#: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "" @@ -5316,22 +5418,23 @@ msgstr "Buka blokir daftar" msgid "Un-mute list" msgstr "Bunyikan daftar" -#: src/view/com/auth/create/CreateAccount.tsx:58 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:87 -#: src/view/com/auth/login/Login.tsx:76 -#: src/view/com/auth/login/LoginForm.tsx:121 +#: src/screens/Login/ForgotPasswordForm.tsx:74 +#: src/screens/Login/index.tsx:78 +#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/SetNewPasswordForm.tsx:77 +#: src/screens/Signup/index.tsx:63 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Tidak dapat terhubung ke layanan. Mohon periksa koneksi internet Anda." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:572 msgid "Unblock" msgstr "Buka blokir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 msgctxt "action" msgid "Unblock" msgstr "Buka blokir" @@ -5341,13 +5444,13 @@ msgstr "Buka blokir" msgid "Unblock Account" msgstr "Buka blokir Akun" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:281 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "" -#: src/view/com/modals/Repost.tsx:42 -#: src/view/com/modals/Repost.tsx:55 +#: src/view/com/modals/Repost.tsx:43 +#: src/view/com/modals/Repost.tsx:56 #: src/view/com/util/post-ctrls/RepostButton.tsx:60 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:48 msgid "Undo repost" @@ -5363,7 +5466,7 @@ msgctxt "action" msgid "Unfollow" msgstr "Berhenti mengikuti" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 msgid "Unfollow {0}" msgstr "Berhenti mengikuti {0}" @@ -5373,14 +5476,14 @@ msgid "Unfollow Account" msgstr "" #: src/view/com/auth/create/state.ts:262 -msgid "Unfortunately, you do not meet the requirements to create an account." -msgstr "Sayangnya, Anda tidak memenuhi syarat untuk membuat akun." +#~ 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:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Unlike" msgstr "Tidak suka" -#: src/view/screens/ProfileFeed.tsx:572 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Unlike this feed" msgstr "" @@ -5411,12 +5514,12 @@ msgstr "" msgid "Unmute thread" msgstr "Bunyikan utasan" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 #: src/view/screens/ProfileList.tsx:563 msgid "Unpin" msgstr "Lepas sematan" -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Unpin from home" msgstr "" @@ -5428,11 +5531,11 @@ msgstr "Lepas sematan daftar moderasi" #~ msgid "Unsave" #~ msgstr "Batal simpan" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:219 msgid "Unsubscribe" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183 msgid "Unsubscribe from this labeler" msgstr "" @@ -5448,15 +5551,15 @@ msgstr "Memperbarui {displayName} di Daftar" #~ msgid "Update Available" #~ msgstr "Pembaruan Tersedia" -#: src/view/com/modals/ChangeHandle.tsx:509 +#: src/view/com/modals/ChangeHandle.tsx:508 msgid "Update to {handle}" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:204 +#: src/screens/Login/SetNewPasswordForm.tsx:186 msgid "Updating..." msgstr "Memperbarui..." -#: src/view/com/modals/ChangeHandle.tsx:455 +#: src/view/com/modals/ChangeHandle.tsx:454 msgid "Upload a text file to:" msgstr "Unggah berkas teks ke:" @@ -5479,7 +5582,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:409 +#: src/view/com/modals/ChangeHandle.tsx:408 msgid "Use a file on your server" msgstr "" @@ -5487,11 +5590,11 @@ msgstr "" msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "Gunakan kata sandi aplikasi untuk masuk ke klien Bluesky lainnya tanpa memberikan akses penuh ke akun atau kata sandi Anda." -#: src/view/com/modals/ChangeHandle.tsx:518 +#: src/view/com/modals/ChangeHandle.tsx:517 msgid "Use bsky.social as hosting provider" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:517 +#: src/view/com/modals/ChangeHandle.tsx:516 msgid "Use default provider" msgstr "Gunakan layanan bawaan" @@ -5505,11 +5608,11 @@ msgstr "Gunakan peramban dalam aplikasi" msgid "Use my default browser" msgstr "Gunakan peramban bawaan saya" -#: src/view/com/modals/ChangeHandle.tsx:401 +#: src/view/com/modals/ChangeHandle.tsx:400 msgid "Use the DNS panel" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:155 +#: src/view/com/modals/AddAppPasswords.tsx:156 msgid "Use this to sign into the other app along with your handle." msgstr "Gunakan ini untuk masuk ke aplikasi lain dengan handle Anda." @@ -5517,11 +5620,11 @@ msgstr "Gunakan ini untuk masuk ke aplikasi lain dengan handle Anda." #~ msgid "Use your domain as your Bluesky client service provider" #~ msgstr "Gunakan domain Anda sebagai penyedia layanan klien Bluesky Anda" -#: src/view/com/modals/InviteCodes.tsx:200 +#: src/view/com/modals/InviteCodes.tsx:201 msgid "Used by:" msgstr "Digunakan oleh:" -#: src/components/moderation/ModerationDetailsDialog.tsx:65 +#: src/components/moderation/ModerationDetailsDialog.tsx:64 #: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked" msgstr "Pengguna Diblokir" @@ -5530,7 +5633,7 @@ msgstr "Pengguna Diblokir" msgid "User Blocked by \"{0}\"" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:54 +#: src/components/moderation/ModerationDetailsDialog.tsx:53 msgid "User Blocked by List" msgstr "Pengguna Diblokir oleh Daftar" @@ -5538,13 +5641,13 @@ msgstr "Pengguna Diblokir oleh Daftar" msgid "User Blocking You" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:71 +#: src/components/moderation/ModerationDetailsDialog.tsx:70 msgid "User Blocks You" msgstr "Pengguna Memblokir Anda" #: src/view/com/auth/create/Step2.tsx:79 -msgid "User handle" -msgstr "Handle pengguna" +#~ msgid "User handle" +#~ msgstr "Handle pengguna" #: src/view/com/lists/ListCard.tsx:85 #: src/view/com/modals/UserAddRemoveLists.tsx:198 @@ -5561,11 +5664,11 @@ msgstr "Daftar pengguna oleh<0/>" msgid "User list by you" msgstr "Daftar pengguna oleh Anda" -#: src/view/com/modals/CreateOrEditList.tsx:196 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "User list created" msgstr "Daftar pengguna dibuat" -#: src/view/com/modals/CreateOrEditList.tsx:182 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "User list updated" msgstr "Daftar pengguna diperbarui" @@ -5573,8 +5676,7 @@ msgstr "Daftar pengguna diperbarui" msgid "User Lists" msgstr "Daftar Pengguna" -#: src/view/com/auth/login/LoginForm.tsx:180 -#: src/view/com/auth/login/LoginForm.tsx:198 +#: src/screens/Login/LoginForm.tsx:151 msgid "Username or email address" msgstr "Nama pengguna atau alamat email" @@ -5594,7 +5696,7 @@ msgstr "Pengguna di \"{0}\"" msgid "Users that have liked this content or profile" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:437 +#: src/view/com/modals/ChangeHandle.tsx:436 msgid "Value:" msgstr "" @@ -5602,19 +5704,19 @@ msgstr "" #~ msgid "Verification code" #~ msgstr "Kode verifikasi" -#: src/view/com/modals/ChangeHandle.tsx:510 +#: src/view/com/modals/ChangeHandle.tsx:509 msgid "Verify {0}" msgstr "" -#: src/view/screens/Settings/index.tsx:944 +#: src/view/screens/Settings/index.tsx:942 msgid "Verify email" msgstr "Verifikasi email" -#: src/view/screens/Settings/index.tsx:969 +#: src/view/screens/Settings/index.tsx:967 msgid "Verify my email" msgstr "Verifikasi email saya" -#: src/view/screens/Settings/index.tsx:978 +#: src/view/screens/Settings/index.tsx:976 msgid "Verify My Email" msgstr "Verifikasi Email Saya" @@ -5627,11 +5729,15 @@ msgstr "Verifikasi Email Baru" msgid "Verify Your Email" msgstr "Verifikasi Email Anda" +#: src/view/screens/Settings/index.tsx:893 +msgid "Version {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:42 msgid "Video Games" msgstr "Permainan Video" -#: src/screens/Profile/Header/Shell.tsx:110 +#: src/screens/Profile/Header/Shell.tsx:107 msgid "View {0}'s avatar" msgstr "Lihat avatar {0}" @@ -5639,11 +5745,11 @@ msgstr "Lihat avatar {0}" msgid "View debug entry" msgstr "Lihat entri debug" -#: src/components/ReportDialog/SelectReportOptionView.tsx:133 +#: src/components/ReportDialog/SelectReportOptionView.tsx:131 msgid "View details" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:128 +#: src/components/ReportDialog/SelectReportOptionView.tsx:126 msgid "View details for reporting a copyright violation" msgstr "" @@ -5667,16 +5773,16 @@ msgstr "Lihat avatar" msgid "View the labeling service provided by @{0}" msgstr "" -#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileFeed.tsx:585 msgid "View users who like this feed" msgstr "" -#: src/view/com/modals/LinkWarning.tsx:75 -#: src/view/com/modals/LinkWarning.tsx:77 +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" msgstr "Kunjungi Halaman" -#: src/components/moderation/GlobalModerationLabelPref.tsx:44 +#: src/components/moderation/LabelPreference.tsx:135 #: src/lib/moderation/useLabelBehaviorDescription.ts:17 #: src/lib/moderation/useLabelBehaviorDescription.ts:22 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:53 @@ -5692,10 +5798,10 @@ msgid "Warn content and filter from feeds" msgstr "" #: src/screens/Onboarding/StepAlgoFeeds/index.tsx:134 -msgid "We also think you'll like \"For You\" by Skygaze:" -msgstr "Sepertinya Anda juga akan menyukai \"For You\" oleh Skygaze:" +#~ msgid "We also think you'll like \"For You\" by Skygaze:" +#~ msgstr "Sepertinya Anda juga akan menyukai \"For You\" oleh Skygaze:" -#: src/screens/Hashtag.tsx:132 +#: src/screens/Hashtag.tsx:133 msgid "We couldn't find any results for that hashtag." msgstr "" @@ -5703,7 +5809,7 @@ msgstr "" msgid "We estimate {estimatedTime} until your account is ready." msgstr "Kami perkirakan {estimatedTime} hingga akun Anda siap." -#: src/screens/Onboarding/StepFinished.tsx:93 +#: src/screens/Onboarding/StepFinished.tsx:97 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Semoga Anda senang dan betah di sini. Ingat, Bluesky adalah:" @@ -5719,11 +5825,11 @@ msgstr "Kami kehabisan postingan dari akun yang Anda ikuti. Inilah yang terbaru #~ msgid "We recommend \"For You\" by Skygaze:" #~ msgstr "Kami merekomendasikan \"For You\" oleh Skygaze:" -#: src/components/dialogs/MutedWords.tsx:204 +#: src/components/dialogs/MutedWords.tsx:203 msgid "We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:125 msgid "We recommend our \"Discover\" feed:" msgstr "Kami merekomendasikan feed \"Discover\" kami:" @@ -5731,11 +5837,11 @@ msgstr "Kami merekomendasikan feed \"Discover\" kami:" msgid "We were unable to load your birth date preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:387 +#: src/screens/Moderation/index.tsx:385 msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:133 +#: src/screens/Onboarding/StepInterests/index.tsx:137 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "Sepertinya ada masalah koneksi. Mohon coba lagi untuk melanjutkan pengaturan akun Anda. Jika terus gagal, Anda dapat melewati langkah ini." @@ -5747,11 +5853,11 @@ msgstr "Kami akan memberi tahu Anda ketika akun Anda siap." #~ msgid "We'll look into your appeal promptly." #~ msgstr "Kami akan segera memeriksa permohonan banding Anda." -#: src/screens/Onboarding/StepInterests/index.tsx:138 +#: src/screens/Onboarding/StepInterests/index.tsx:142 msgid "We'll use this to help customize your experience." msgstr "Kami akan menggunakan ini untuk menyesuaikan pengalaman Anda." -#: src/view/com/auth/create/CreateAccount.tsx:134 +#: src/screens/Signup/index.tsx:130 msgid "We're so excited to have you join us!" msgstr "Kami sangat senang Anda bergabung dengan kami!" @@ -5759,20 +5865,20 @@ msgstr "Kami sangat senang Anda bergabung dengan kami!" 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/components/dialogs/MutedWords.tsx:230 +#: src/components/dialogs/MutedWords.tsx:229 msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "" -#: src/view/screens/Search/Search.tsx:255 +#: src/view/screens/Search/Search.tsx:256 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Maaf, pencarian Anda tidak dapat dilakukan. Mohon coba lagi dalam beberapa menit." -#: src/components/Lists.tsx:194 +#: src/components/Lists.tsx:188 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "Maaf! Kami tidak dapat menemukan halaman yang Anda cari." -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:321 msgid "We're sorry! You can only subscribe to ten labelers, and you've reached your limit of ten." msgstr "" @@ -5780,7 +5886,7 @@ msgstr "" msgid "Welcome to <0>Bluesky</0>" msgstr "Selamat Datang di <0>Bluesky</0>" -#: src/screens/Onboarding/StepInterests/index.tsx:130 +#: src/screens/Onboarding/StepInterests/index.tsx:134 msgid "What are your interests?" msgstr "Apa saja minat Anda?" @@ -5791,8 +5897,9 @@ msgstr "Apa saja minat Anda?" #~ msgid "What's next?" #~ msgstr "Apa selanjutnya?" -#: src/view/com/auth/SplashScreen.tsx:59 -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/auth/SplashScreen.tsx:58 +#: src/view/com/auth/SplashScreen.web.tsx:84 +#: src/view/com/composer/Composer.tsx:296 msgid "What's up?" msgstr "Apa kabar?" @@ -5809,35 +5916,35 @@ msgstr "Bahasa apa yang ingin Anda lihat di feed Anda?" msgid "Who can reply" msgstr "Siapa yang dapat membalas" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 +#: src/components/ReportDialog/SelectReportOptionView.tsx:43 msgid "Why should this content be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 +#: src/components/ReportDialog/SelectReportOptionView.tsx:56 msgid "Why should this feed be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 +#: src/components/ReportDialog/SelectReportOptionView.tsx:53 msgid "Why should this list be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 +#: src/components/ReportDialog/SelectReportOptionView.tsx:50 msgid "Why should this post be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 +#: src/components/ReportDialog/SelectReportOptionView.tsx:47 msgid "Why should this user be reviewed?" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:102 +#: src/view/com/modals/crop-image/CropImage.web.tsx:103 msgid "Wide" msgstr "Lebar" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:436 msgid "Write post" msgstr "Tulis postingan" -#: src/view/com/composer/Composer.tsx:294 +#: src/view/com/composer/Composer.tsx:295 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "Tulis balasan Anda" @@ -5868,7 +5975,7 @@ msgstr "Ya" msgid "You are in line." msgstr "Anda sedang dalam antrian." -#: src/view/com/profile/ProfileFollows.tsx:93 +#: src/view/com/profile/ProfileFollows.tsx:86 msgid "You are not following anyone." msgstr "" @@ -5885,20 +5992,20 @@ msgstr "Anda juga dapat menemukan Feed Khusus baru untuk diikuti." #~ msgid "You can change hosting providers at any time." #~ msgstr "Anda dapat mengganti layanan hosting kapan pun." -#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +#: src/screens/Onboarding/StepFollowingFeed.tsx:143 msgid "You can change these settings later." msgstr "Anda dapat mengubah pengaturan ini nanti." -#: src/view/com/auth/login/Login.tsx:158 -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 +#: src/screens/Login/index.tsx:158 +#: src/screens/Login/PasswordUpdatedForm.tsx:33 msgid "You can now sign in with your new password." msgstr "Sekarang Anda dapat masuk dengan kata sandi baru." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:86 msgid "You do not have any followers." msgstr "" -#: src/view/com/modals/InviteCodes.tsx:66 +#: src/view/com/modals/InviteCodes.tsx:67 msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer." msgstr "Anda belum memiliki kode undangan! Kami akan mengirimkan kode saat Anda sudah sedikit lama di Bluesky." @@ -5918,14 +6025,14 @@ msgstr "Anda tidak memiliki feed yang disimpan." msgid "You have blocked the author or you have been blocked by the author." msgstr "Anda telah memblokir atau diblokir oleh penulis ini." -#: src/components/moderation/ModerationDetailsDialog.tsx:67 +#: src/components/moderation/ModerationDetailsDialog.tsx:66 #: src/lib/moderation/useModerationCauseDescription.ts:50 #: src/lib/moderation/useModerationCauseDescription.ts:58 msgid "You have blocked this user. You cannot view their content." msgstr "Anda telah memblokir pengguna ini. Anda tidak dapat melihat konten mereka." -#: src/view/com/auth/login/SetNewPasswordForm.tsx:57 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:92 +#: src/screens/Login/SetNewPasswordForm.tsx:54 +#: src/screens/Login/SetNewPasswordForm.tsx:91 #: src/view/com/modals/ChangePassword.tsx:87 #: src/view/com/modals/ChangePassword.tsx:121 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." @@ -5935,11 +6042,11 @@ msgstr "Anda telah memasukkan kode yang tidak valid. Seharusnya terlihat seperti msgid "You have hidden this post" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:102 +#: src/components/moderation/ModerationDetailsDialog.tsx:101 msgid "You have hidden this post." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:95 +#: src/components/moderation/ModerationDetailsDialog.tsx:94 #: src/lib/moderation/useModerationCauseDescription.ts:92 msgid "You have muted this account." msgstr "" @@ -5981,14 +6088,18 @@ msgstr "" #~ msgid "You have not muted any accounts yet. To mute an account, go to their profile and selected \"Mute account\" from the menu on their account." #~ msgstr "Anda belum membisukan akun lain. Untuk membisukan akun, kunjungi profil mereka dan pilih \"Bisukan akun\" pada menu di akun mereka." -#: src/components/dialogs/MutedWords.tsx:250 +#: src/components/dialogs/MutedWords.tsx:249 msgid "You haven't muted any words or tags yet" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:69 +#: src/components/moderation/LabelsOnMeDialog.tsx:68 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" +#: src/screens/Signup/StepInfo/Policies.tsx:79 +msgid "You must be 13 years of age or older to sign up." +msgstr "" + #: src/view/com/modals/ContentFilteringSettings.tsx:175 #~ msgid "You must be 18 or older to enable adult content." #~ msgstr "Anda harus berusia 18 tahun atau lebih untuk mengaktifkan konten dewasa." @@ -6009,11 +6120,11 @@ msgstr "Anda tidak akan lagi menerima notifikasi untuk utas ini" msgid "You will now receive notifications for this thread" msgstr "Anda sekarang akan menerima notifikasi untuk utas ini" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:107 +#: src/screens/Login/SetNewPasswordForm.tsx:104 msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Anda akan menerima email berisikan \"kode reset\". Masukkan kode tersebut di sini, lalu masukkan kata sandi baru." -#: src/screens/Onboarding/StepModeration/index.tsx:59 +#: src/screens/Onboarding/StepModeration/index.tsx:60 msgid "You're in control" msgstr "Anda memiliki kendali" @@ -6023,11 +6134,11 @@ msgstr "Anda memiliki kendali" msgid "You're in line" msgstr "Anda sedang dalam antrian" -#: src/screens/Onboarding/StepFinished.tsx:90 +#: src/screens/Onboarding/StepFinished.tsx:94 msgid "You're ready to go!" msgstr "Anda siap untuk mulai!" -#: src/components/moderation/ModerationDetailsDialog.tsx:99 +#: src/components/moderation/ModerationDetailsDialog.tsx:98 #: src/lib/moderation/useModerationCauseDescription.ts:101 msgid "You've chosen to hide a word or tag within this post." msgstr "" @@ -6036,11 +6147,11 @@ msgstr "" 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." -#: src/view/com/auth/create/Step1.tsx:67 +#: src/screens/Signup/index.tsx:150 msgid "Your account" msgstr "Akun Anda" -#: src/view/com/modals/DeleteAccount.tsx:67 +#: src/view/com/modals/DeleteAccount.tsx:68 msgid "Your account has been deleted" msgstr "Akun Anda telah dihapus" @@ -6048,7 +6159,7 @@ msgstr "Akun Anda telah dihapus" msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "" -#: src/view/com/auth/create/Step1.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:121 msgid "Your birth date" msgstr "Tanggal lahir Anda" @@ -6056,12 +6167,12 @@ 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 +#: src/screens/Onboarding/StepFollowingFeed.tsx:62 msgid "Your default feed is \"Following\"" msgstr "Feed bawaan Anda adalah \"Mengikuti\"" -#: src/view/com/auth/create/state.ts:110 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:70 +#: src/screens/Login/ForgotPasswordForm.tsx:57 +#: src/screens/Signup/state.ts:227 #: src/view/com/modals/ChangePassword.tsx:54 msgid "Your email appears to be invalid." msgstr "Email Anda tidak valid." @@ -6082,11 +6193,11 @@ 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/Step2.tsx:83 +#: src/screens/Signup/StepHandle.tsx:72 msgid "Your full handle will be" msgstr "Handle lengkap Anda akan menjadi" -#: src/view/com/modals/ChangeHandle.tsx:270 +#: src/view/com/modals/ChangeHandle.tsx:271 msgid "Your full handle will be <0>@{0}</0>" msgstr "Handle lengkap Anda akan menjadi <0>@{0}</0>" @@ -6100,7 +6211,7 @@ msgstr "Handle lengkap Anda akan menjadi <0>@{0}</0>" #~ msgid "Your invite codes are hidden when logged in using an App Password" #~ msgstr "Kode undangan Anda disembunyikan saat masuk menggunakan Kata Sandi Aplikasi" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "" @@ -6108,25 +6219,24 @@ msgstr "" msgid "Your password has been changed successfully!" msgstr "Kata sandi Anda telah berhasil diubah!" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:284 msgid "Your post has been published" msgstr "Postingan Anda telah dipublikasikan" -#: src/screens/Onboarding/StepFinished.tsx:105 +#: src/screens/Onboarding/StepFinished.tsx:109 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:61 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Postingan, suka, dan blokir Anda bersifat publik. Bisukan bersifat privat." -#: src/view/com/modals/SwitchAccount.tsx:88 #: src/view/screens/Settings/index.tsx:125 msgid "Your profile" msgstr "Profil Anda" -#: src/view/com/composer/Composer.tsx:282 +#: src/view/com/composer/Composer.tsx:283 msgid "Your reply has been published" msgstr "Balasan Anda telah dipublikasikan" -#: src/view/com/auth/create/Step2.tsx:65 +#: src/screens/Signup/index.tsx:152 msgid "Your user handle" msgstr "Handle Anda" diff --git a/src/locale/locales/it/messages.po b/src/locale/locales/it/messages.po index 731e116c0..c8eda439d 100644 --- a/src/locale/locales/it/messages.po +++ b/src/locale/locales/it/messages.po @@ -18,10 +18,31 @@ msgstr "" msgid "(no email)" msgstr "(no email)" -#: src/screens/Profile/Header/Metrics.tsx:45 +#~ msgid "{0, plural, one {# invite code available} other {# invite codes available}}" +#~ msgstr "{0, plural, one {# codice d'invito disponibile} other {# codici d'inviti disponibili}}" + +#~ msgid "{0}" +#~ msgstr "{0}" + +#~ msgid "{0} {purposeLabel} List" +#~ msgstr "Lista {purposeLabel} {0}" + +#: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} seguendo" +#~ msgid "{invitesAvailable, plural, one {Invite codes: # available} other {Invite codes: # available}}" +#~ msgstr "{invitesAvailable, plural, one {Codici d'invito: # available} other {Codici d'invito: # available}}" + +#~ msgid "{invitesAvailable} invite code available" +#~ msgstr "{invitesAvailable} codice d'invito disponibile" + +#~ msgid "{invitesAvailable} invite codes available" +#~ msgstr "{invitesAvailable} codici d'invito disponibili" + +#~ msgid "{message}" +#~ msgstr "{message}" + #: src/view/shell/Drawer.tsx:443 msgid "{numUnreadNotifications} unread" msgstr "{numUnreadNotifications} non letto" @@ -34,7 +55,7 @@ msgstr "<0/> membri" msgid "<0>{0}</0> following" msgstr "<0>{0}</0> following" -#: src/screens/Profile/Header/Metrics.tsx:46 +#: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} </0><1>following</1>" msgstr "<0>{following} </0><1>following</1>" @@ -54,7 +75,14 @@ msgstr "<0>Ti diamo il benvenuto su</0><1>Bluesky</1>" msgid "⚠Invalid Handle" msgstr "⚠Nome utente non valido" -#: src/view/com/util/ViewHeader.tsx:89 src/view/screens/Search/Search.tsx:648 +#~ msgid "A content warning has been applied to this {0}." +#~ msgstr "A questo post è stato applicato un avviso di contenuto {0}." + +#~ msgid "A new version of the app is available. Please update to continue using the app." +#~ msgstr "È disponibile una nuova versione dell'app. Aggiorna per continuare a utilizzarla." + +#: src/view/com/util/ViewHeader.tsx:89 +#: src/view/screens/Search/Search.tsx:649 msgid "Access navigation links and settings" msgstr "Accedi alle impostazioni di navigazione" @@ -62,7 +90,7 @@ msgstr "Accedi alle impostazioni di navigazione" msgid "Access profile and other navigation links" msgstr "Accedi al profilo e altre impostazioni di navigazione" -#: src/view/com/modals/EditImage.tsx:299 +#: src/view/com/modals/EditImage.tsx:300 #: src/view/screens/Settings/index.tsx:470 msgid "Accessibility" msgstr "Accessibilità" @@ -71,7 +99,7 @@ msgstr "Accessibilità" msgid "account" msgstr "account" -#: src/view/com/auth/login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:144 #: src/view/screens/Settings/index.tsx:327 #: src/view/screens/Settings/index.tsx:743 msgid "Account" @@ -89,12 +117,12 @@ msgstr "Account seguito" msgid "Account muted" msgstr "Account silenziato" -#: src/components/moderation/ModerationDetailsDialog.tsx:94 +#: src/components/moderation/ModerationDetailsDialog.tsx:93 #: src/lib/moderation/useModerationCauseDescription.ts:91 msgid "Account Muted" msgstr "Account Silenziato" -#: src/components/moderation/ModerationDetailsDialog.tsx:83 +#: src/components/moderation/ModerationDetailsDialog.tsx:82 msgid "Account Muted by List" msgstr "Account silenziato dalla Lista" @@ -106,7 +134,7 @@ msgstr "Opzioni dell'account" msgid "Account removed from quick access" msgstr "Account rimosso dall'accesso immediato" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:130 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "Account sbloccato" @@ -119,7 +147,7 @@ msgstr "Account non seguito" msgid "Account unmuted" msgstr "Account non silenziato" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:219 @@ -135,6 +163,7 @@ msgstr "Aggiungi un avviso sul contenuto" msgid "Add a user to this list" msgstr "Aggiungi un utente a questo elenco" +#: src/components/dialogs/SwitchAccount.tsx:55 #: src/view/screens/Settings/index.tsx:402 #: src/view/screens/Settings/index.tsx:411 msgid "Add account" @@ -142,32 +171,39 @@ msgstr "Aggiungi account" #: src/view/com/composer/photos/Gallery.tsx:119 #: src/view/com/composer/photos/Gallery.tsx:180 -#: src/view/com/modals/AltImage.tsx:116 +#: src/view/com/modals/AltImage.tsx:117 msgid "Add alt text" msgstr "Aggiungi testo alternativo" -#: src/view/screens/AppPasswords.tsx:104 src/view/screens/AppPasswords.tsx:145 +#: src/view/screens/AppPasswords.tsx:104 +#: src/view/screens/AppPasswords.tsx:145 #: src/view/screens/AppPasswords.tsx:158 msgid "Add App Password" msgstr "Aggiungi la Password per l'App" -#: src/view/com/composer/Composer.tsx:466 +#~ msgid "Add details" +#~ msgstr "Aggiungi i dettagli" + +#~ msgid "Add details to report" +#~ msgstr "Aggiungi dettagli da segnalare" + +#: src/view/com/composer/Composer.tsx:467 msgid "Add link card" msgstr "Aggiungi anteprima del link" -#: src/view/com/composer/Composer.tsx:471 +#: src/view/com/composer/Composer.tsx:472 msgid "Add link card:" msgstr "Aggiungi anteprima del link:" -#: src/components/dialogs/MutedWords.tsx:158 +#: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" msgstr "Aggiungi parola silenziata alle impostazioni configurate" -#: src/components/dialogs/MutedWords.tsx:87 +#: src/components/dialogs/MutedWords.tsx:86 msgid "Add muted words and tags" msgstr "Aggiungi parole silenziate e tags" -#: src/view/com/modals/ChangeHandle.tsx:417 +#: src/view/com/modals/ChangeHandle.tsx:416 msgid "Add the following DNS record to your domain:" msgstr "Aggiungi il seguente record DNS al tuo dominio:" @@ -197,16 +233,21 @@ msgstr "Aggiunto ai miei feeds" msgid "Adjust the number of likes a reply must have to be shown in your feed." msgstr "Modifica il numero Mi Piace che una risposta deve avere per essere mostrata nel tuo feed." +#: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:117 #: src/view/com/modals/SelfLabel.tsx:75 msgid "Adult Content" msgstr "Contenuto per adulti" -#: src/components/moderation/ModerationLabelPref.tsx:114 +#~ msgid "Adult content can only be enabled via the Web at <0/>." +#~ msgstr "I contenuti per adulti possono essere abilitati solo dal sito Web a <0/>." + +#: src/components/moderation/LabelPreference.tsx:242 msgid "Adult content is disabled." msgstr "Il contenuto per adulti è disattivato." -#: src/screens/Moderation/index.tsx:377 src/view/screens/Settings/index.tsx:684 +#: src/screens/Moderation/index.tsx:375 +#: src/view/screens/Settings/index.tsx:684 msgid "Advanced" msgstr "Avanzato" @@ -214,12 +255,12 @@ msgstr "Avanzato" msgid "All the feeds you've saved, right in one place." msgstr "Tutti i feed che hai salvato, in un unico posto." -#: src/view/com/auth/login/ForgotPasswordForm.tsx:221 +#: src/screens/Login/ForgotPasswordForm.tsx:178 #: src/view/com/modals/ChangePassword.tsx:170 msgid "Already have a code?" msgstr "Hai già un codice?" -#: src/view/com/auth/login/ChooseAccountForm.tsx:103 +#: src/screens/Login/ChooseAccountForm.tsx:39 msgid "Already signed in as @{0}" msgstr "Hai già effettuato l'accesso come @{0}" @@ -227,7 +268,7 @@ msgstr "Hai già effettuato l'accesso come @{0}" msgid "ALT" msgstr "ALT" -#: src/view/com/modals/EditImage.tsx:315 +#: src/view/com/modals/EditImage.tsx:316 msgid "Alt text" msgstr "Testo alternativo" @@ -275,11 +316,11 @@ msgstr "Lingua dell'app" msgid "App password deleted" msgstr "Password dell'app eliminata" -#: src/view/com/modals/AddAppPasswords.tsx:134 +#: src/view/com/modals/AddAppPasswords.tsx:135 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "Le password per le app possono contenere solo lettere, numeri, spazi, trattini e trattini bassi." -#: src/view/com/modals/AddAppPasswords.tsx:99 +#: src/view/com/modals/AddAppPasswords.tsx:100 msgid "App Password names must be at least 4 characters long." msgstr "I nomi delle password delle app devono contenere almeno 4 caratteri." @@ -287,24 +328,43 @@ msgstr "I nomi delle password delle app devono contenere almeno 4 caratteri." msgid "App password settings" msgstr "Impostazioni della password dell'app" -#: src/Navigation.tsx:251 src/view/screens/AppPasswords.tsx:189 +#~ msgid "App passwords" +#~ msgstr "Passwords dell'app" + +#: src/Navigation.tsx:251 +#: src/view/screens/AppPasswords.tsx:189 #: src/view/screens/Settings/index.tsx:704 msgid "App Passwords" msgstr "Passwords dell'App" -#: src/components/moderation/LabelsOnMeDialog.tsx:134 -#: src/components/moderation/LabelsOnMeDialog.tsx:137 +#: src/components/moderation/LabelsOnMeDialog.tsx:133 +#: src/components/moderation/LabelsOnMeDialog.tsx:136 msgid "Appeal" msgstr "Ricorso" -#: src/components/moderation/LabelsOnMeDialog.tsx:202 +#: src/components/moderation/LabelsOnMeDialog.tsx:201 msgid "Appeal \"{0}\" label" msgstr "Etichetta \"{0}\" del ricorso" -#: src/components/moderation/LabelsOnMeDialog.tsx:193 +#~ msgid "Appeal content warning" +#~ msgstr "Ricorso contro l'avviso sui contenuti" + +#~ msgid "Appeal Content Warning" +#~ msgstr "Ricorso contro l'Avviso sui Contenuti" + +#~ msgid "Appeal Decision" +#~ msgstr "Decisión de apelación" + +#: src/components/moderation/LabelsOnMeDialog.tsx:192 msgid "Appeal submitted." msgstr "Ricorso presentato." +#~ msgid "Appeal this decision" +#~ msgstr "Appella contro questa decisione" + +#~ msgid "Appeal this decision." +#~ msgstr "Appella contro questa decisione." + #: src/view/screens/Settings/index.tsx:485 msgid "Appearance" msgstr "Aspetto" @@ -317,14 +377,17 @@ msgstr "Conferma di voler eliminare la password dell'app \"{name}\"?" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "Vuoi rimuovere {0} dai tuoi feed?" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:509 msgid "Are you sure you'd like to discard this draft?" msgstr "Conferma di voler eliminare questa bozza?" -#: src/components/dialogs/MutedWords.tsx:282 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "Confermi?" +#~ msgid "Are you sure? This cannot be undone." +#~ msgstr "Vuoi proseguire? Questa operazione non può essere annullata." + #: src/view/com/composer/select-language/SuggestedLanguage.tsx:60 msgid "Are you writing in <0>{0}</0>?" msgstr "Stai scrivendo in <0>{0}</0>?" @@ -337,19 +400,31 @@ msgstr "Arte" msgid "Artistic or non-erotic nudity." msgstr "Nudità artistica o non erotica." +#: src/screens/Signup/StepHandle.tsx:118 +msgid "At least 3 characters" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:246 #: src/components/moderation/LabelsOnMeDialog.tsx:247 -#: src/components/moderation/LabelsOnMeDialog.tsx:248 -#: src/screens/Profile/Header/Shell.tsx:97 -#: src/view/com/auth/create/CreateAccount.tsx:158 -#: src/view/com/auth/login/ChooseAccountForm.tsx:160 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:174 -#: src/view/com/auth/login/LoginForm.tsx:262 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:179 +#: src/screens/Login/ChooseAccountForm.tsx:73 +#: src/screens/Login/ChooseAccountForm.tsx:78 +#: src/screens/Login/ForgotPasswordForm.tsx:129 +#: src/screens/Login/ForgotPasswordForm.tsx:135 +#: src/screens/Login/LoginForm.tsx:221 +#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/SetNewPasswordForm.tsx:160 +#: src/screens/Login/SetNewPasswordForm.tsx:166 +#: src/screens/Profile/Header/Shell.tsx:96 +#: src/screens/Signup/index.tsx:179 #: src/view/com/util/ViewHeader.tsx:87 msgid "Back" msgstr "Indietro" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +#~ msgctxt "action" +#~ msgid "Back" +#~ msgstr "Indietro" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:144 msgid "Based on your interest in {interestsText}" msgstr "Basato sui tuoi interessi {interestsText}" @@ -358,7 +433,6 @@ msgid "Basics" msgstr "Preferenze" #: src/components/dialogs/BirthDateSettings.tsx:107 -#: src/view/com/auth/create/Step1.tsx:227 msgid "Birthday" msgstr "Compleanno" @@ -366,7 +440,7 @@ msgstr "Compleanno" msgid "Birthday:" msgstr "Compleanno:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "Blocca" @@ -384,7 +458,8 @@ msgstr "Blocca Account?" msgid "Block accounts" msgstr "Blocca gli accounts" -#: src/view/screens/ProfileList.tsx:478 src/view/screens/ProfileList.tsx:634 +#: src/view/screens/ProfileList.tsx:478 +#: src/view/screens/ProfileList.tsx:634 msgid "Block list" msgstr "Lista di blocchi" @@ -392,16 +467,20 @@ msgstr "Lista di blocchi" msgid "Block these accounts?" msgstr "Vuoi bloccare questi accounts?" +#~ msgid "Block this List" +#~ msgstr "Blocca questa Lista" + #: src/view/com/lists/ListCard.tsx:110 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:55 msgid "Blocked" msgstr "Bloccato" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:267 msgid "Blocked accounts" msgstr "Accounts bloccati" -#: src/Navigation.tsx:134 src/view/screens/ModerationBlockedAccounts.tsx:107 +#: src/Navigation.tsx:134 +#: src/view/screens/ModerationBlockedAccounts.tsx:107 msgid "Blocked Accounts" msgstr "Accounts bloccati" @@ -417,7 +496,7 @@ msgstr "Gli account bloccati non possono rispondere alle tue discussioni, menzio msgid "Blocked post." msgstr "Post bloccato." -#: src/screens/Profile/Sections/Labels.tsx:153 +#: src/screens/Profile/Sections/Labels.tsx:152 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Il blocco non impedisce al labeler di inserire etichette nel tuo account." @@ -429,18 +508,18 @@ msgstr "l blocco è pubblico. Gli account bloccati non possono rispondere alle t msgid "Blocking will not prevent labels from being applied on your account, but it will stop this account from replying in your threads or interacting with you." msgstr "Il blocco non impedirà l'applicazione delle etichette al tuo account, ma impedirà a questo account di rispondere alle tue discussioni o di interagire con te." -#: src/view/com/auth/HomeLoggedOutCTA.tsx:97 -#: src/view/com/auth/SplashScreen.web.tsx:133 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:98 +#: src/view/com/auth/SplashScreen.web.tsx:169 msgid "Blog" msgstr "Blog" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:31 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:32 #: src/view/com/auth/server-input/index.tsx:89 -#: src/view/com/auth/server-input/index.tsx:90 +#: src/view/com/auth/server-input/index.tsx:91 msgid "Bluesky" msgstr "Bluesky" -#: src/view/com/auth/server-input/index.tsx:150 +#: src/view/com/auth/server-input/index.tsx:154 msgid "Bluesky is an open network where you can choose your hosting provider. Custom hosting is now available in beta for developers." msgstr "Bluesky è un network aperto in cui puoi scegliere il tuo provider di hosting. L'hosting personalizzato è adesso disponibile in versione beta per gli sviluppatori." @@ -459,10 +538,16 @@ msgstr "Bluesky è aperto." msgid "Bluesky is public." msgstr "Bluesky è pubblico." -#: src/screens/Moderation/index.tsx:535 +#~ msgid "Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon." +#~ msgstr "Bluesky utilizza gli inviti per costruire una comunità più sana. Se non conosci nessuno con un invito, puoi iscriverti alla lista d'attesa e te ne invieremo uno al più presto." + +#: src/screens/Moderation/index.tsx:533 msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private." msgstr "Bluesky non mostrerà il tuo profilo e i tuoi post agli utenti non loggati. Altre applicazioni potrebbero non rispettare questa istruzione. Ciò non rende il tuo account privato." +#~ msgid "Bluesky.Social" +#~ msgstr "Bluesky.Social" + #: src/lib/moderation/useLabelBehaviorDescription.ts:53 msgid "Blur images" msgstr "Sfoca le immagini" @@ -476,14 +561,17 @@ msgid "Books" msgstr "Libri" #: src/view/screens/Settings/index.tsx:893 -msgid "Build version {0} {1}" -msgstr "Versione {0} {1}" +#~ msgid "Build version {0} {1}" +#~ msgstr "Versione {0} {1}" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:128 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:92 +#: src/view/com/auth/SplashScreen.web.tsx:166 msgid "Business" msgstr "Attività commerciale" +#~ msgid "Button disabled. Input custom domain to proceed." +#~ msgstr "Pulsante disabilitato. Inserisci il dominio personalizzato per procedere." + #: src/view/com/profile/ProfileSubpageHeader.tsx:157 msgid "by —" msgstr "da —" @@ -500,7 +588,7 @@ msgstr "Di {0}" msgid "by <0/>" msgstr "di <0/>" -#: src/view/com/auth/create/Policies.tsx:87 +#: src/screens/Signup/StepInfo/Policies.tsx:74 msgid "By creating an account you agree to the {els}." msgstr "Creando un account accetti i {els}." @@ -512,58 +600,65 @@ msgstr "da te" msgid "Camera" msgstr "Fotocamera" -#: src/view/com/modals/AddAppPasswords.tsx:216 +#: src/view/com/modals/AddAppPasswords.tsx:217 msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long." msgstr "Può contenere solo lettere, numeri, spazi, trattini e trattini bassi. Deve contenere almeno 4 caratteri, ma non più di 32 caratteri." -#: src/components/Menu/index.tsx:213 src/components/Prompt.tsx:116 -#: src/components/Prompt.tsx:118 src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:316 -#: src/view/com/composer/Composer.tsx:321 +#: src/components/Menu/index.tsx:213 +#: src/components/Prompt.tsx:113 +#: src/components/Prompt.tsx:115 +#: src/components/TagMenu/index.tsx:268 +#: src/view/com/composer/Composer.tsx:317 +#: src/view/com/composer/Composer.tsx:322 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/ChangeHandle.tsx:153 +#: src/view/com/modals/ChangeHandle.tsx:154 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 -#: src/view/com/modals/CreateOrEditList.tsx:355 -#: src/view/com/modals/crop-image/CropImage.web.tsx:137 -#: src/view/com/modals/EditImage.tsx:323 -#: src/view/com/modals/EditProfile.tsx:249 +#: src/view/com/modals/CreateOrEditList.tsx:356 +#: src/view/com/modals/crop-image/CropImage.web.tsx:138 +#: src/view/com/modals/EditImage.tsx:324 +#: src/view/com/modals/EditProfile.tsx:250 #: src/view/com/modals/InAppBrowserConsent.tsx:78 #: src/view/com/modals/InAppBrowserConsent.tsx:80 -#: src/view/com/modals/LinkWarning.tsx:87 -#: src/view/com/modals/LinkWarning.tsx:89 src/view/com/modals/Repost.tsx:87 +#: src/view/com/modals/LinkWarning.tsx:105 +#: src/view/com/modals/LinkWarning.tsx:107 +#: src/view/com/modals/Repost.tsx:88 #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:717 src/view/shell/desktop/Search.tsx:239 +#: src/view/screens/Search/Search.tsx:718 +#: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "Cancella" -#: src/view/com/modals/CreateOrEditList.tsx:360 -#: src/view/com/modals/DeleteAccount.tsx:156 -#: src/view/com/modals/DeleteAccount.tsx:234 +#: src/view/com/modals/CreateOrEditList.tsx:361 +#: src/view/com/modals/DeleteAccount.tsx:155 +#: src/view/com/modals/DeleteAccount.tsx:233 msgctxt "action" msgid "Cancel" msgstr "Cancella" -#: src/view/com/modals/DeleteAccount.tsx:152 -#: src/view/com/modals/DeleteAccount.tsx:230 +#: src/view/com/modals/DeleteAccount.tsx:151 +#: src/view/com/modals/DeleteAccount.tsx:229 msgid "Cancel account deletion" msgstr "Annulla la cancellazione dell'account" -#: src/view/com/modals/ChangeHandle.tsx:149 +#~ msgid "Cancel add image alt text" +#~ msgstr "Cancel·la afegir text a la imatge" + +#: src/view/com/modals/ChangeHandle.tsx:150 msgid "Cancel change handle" msgstr "Annulla il cambio del tuo nome utente" -#: src/view/com/modals/crop-image/CropImage.web.tsx:134 +#: src/view/com/modals/crop-image/CropImage.web.tsx:135 msgid "Cancel image crop" msgstr "Annulla il ritaglio dell'immagine" -#: src/view/com/modals/EditProfile.tsx:244 +#: src/view/com/modals/EditProfile.tsx:245 msgid "Cancel profile editing" msgstr "Annulla la modifica del profilo" -#: src/view/com/modals/Repost.tsx:78 +#: src/view/com/modals/Repost.tsx:79 msgid "Cancel quote post" msgstr "Annnulla la citazione del post" @@ -572,7 +667,10 @@ msgstr "Annnulla la citazione del post" msgid "Cancel search" msgstr "Annulla la ricerca" -#: src/view/com/modals/LinkWarning.tsx:88 +#~ msgid "Cancel waitlist signup" +#~ msgstr "Annulla l'iscrizione alla lista d'attesa" + +#: src/view/com/modals/LinkWarning.tsx:106 msgid "Cancels opening the linked website" msgstr "Annulla l'apertura del sito collegato" @@ -589,7 +687,7 @@ msgstr "Cambia" msgid "Change handle" msgstr "Cambia il nome utente" -#: src/view/com/modals/ChangeHandle.tsx:161 +#: src/view/com/modals/ChangeHandle.tsx:162 #: src/view/screens/Settings/index.tsx:727 msgid "Change Handle" msgstr "Cambia il Nome Utente" @@ -611,11 +709,15 @@ msgstr "Cambia la Password" msgid "Change post language to {0}" msgstr "Cambia la lingua del post a {0}" +#~ msgid "Change your Bluesky password" +#~ msgstr "Cambia la tua password di Bluesky" + #: src/view/com/modals/ChangeEmail.tsx:109 msgid "Change Your Email" msgstr "Cambia la tua email" -#: src/screens/Deactivated.tsx:72 src/screens/Deactivated.tsx:76 +#: src/screens/Deactivated.tsx:72 +#: src/screens/Deactivated.tsx:76 msgid "Check my status" msgstr "Verifica il mio stato" @@ -627,7 +729,7 @@ msgstr "Dai un'occhiata ad alcuni feed consigliati. Clicca + per aggiungerli al msgid "Check out some recommended users. Follow them to see similar users." msgstr "Scopri alcuni utenti consigliati. Seguili per vedere utenti simili." -#: src/view/com/modals/DeleteAccount.tsx:169 +#: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Controlla la tua posta in arrivo, dovrebbe contenere un'e-mail con il codice di conferma da inserire di seguito:" @@ -635,11 +737,14 @@ msgstr "Controlla la tua posta in arrivo, dovrebbe contenere un'e-mail con il co msgid "Choose \"Everybody\" or \"Nobody\"" msgstr "Scegli \"Tutti\" o \"Nessuno\"" +#~ msgid "Choose a new Bluesky username or create" +#~ msgstr "Scegli un nuovo nome utente Bluesky o creane uno" + #: src/view/com/auth/server-input/index.tsx:79 msgid "Choose Service" msgstr "Scegli il servizio" -#: src/screens/Onboarding/StepFinished.tsx:135 +#: src/screens/Onboarding/StepFinished.tsx:139 msgid "Choose the algorithms that power your custom feeds." msgstr "Scegli gli algoritmi che compilano i tuoi feed personalizzati." @@ -648,11 +753,11 @@ msgstr "Scegli gli algoritmi che compilano i tuoi feed personalizzati." msgid "Choose the algorithms that power your experience with custom feeds." msgstr "Scegli gli algoritmi che migliorano la tua esperienza con i feed personalizzati." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:104 msgid "Choose your main feeds" msgstr "Scegli i tuoi feed principali" -#: src/view/com/auth/create/Step1.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:112 msgid "Choose your password" msgstr "Scegli la tua password" @@ -673,7 +778,7 @@ msgid "Clear all storage data (restart after this)" msgstr "Cancella tutti i dati in archivio (poi ricomincia)" #: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:698 +#: src/view/screens/Search/Search.tsx:699 msgid "Clear search query" msgstr "Annulla la ricerca" @@ -693,7 +798,7 @@ msgstr "clicca qui" msgid "Click here to open tag menu for {tag}" msgstr "Clicca qui per aprire il menu per {tag}" -#: src/components/RichText.tsx:191 +#: src/components/RichText.tsx:192 msgid "Click here to open tag menu for #{tag}" msgstr "Clicca qui per aprire il menu per #{tag}" @@ -706,12 +811,12 @@ msgstr "Clima" msgid "Close" msgstr "Chiudi" -#: src/components/Dialog/index.web.tsx:84 -#: src/components/Dialog/index.web.tsx:198 +#: src/components/Dialog/index.web.tsx:106 +#: src/components/Dialog/index.web.tsx:218 msgid "Close active dialog" msgstr "Chiudi la finestra attiva" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:38 +#: src/screens/Login/PasswordUpdatedForm.tsx:38 msgid "Close alert" msgstr "Chiudi l'avviso" @@ -731,7 +836,8 @@ msgstr "Chiudi il visualizzatore di immagini" msgid "Close navigation footer" msgstr "Chiudi la navigazione del footer" -#: src/components/Menu/index.tsx:207 src/components/TagMenu/index.tsx:262 +#: src/components/Menu/index.tsx:207 +#: src/components/TagMenu/index.tsx:262 msgid "Close this dialog" msgstr "Chiudi la finestra" @@ -739,11 +845,11 @@ msgstr "Chiudi la finestra" msgid "Closes bottom navigation bar" msgstr "Chiude la barra di navigazione in basso" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:39 +#: src/screens/Login/PasswordUpdatedForm.tsx:39 msgid "Closes password update alert" msgstr "Chiude l'avviso di aggiornamento della password" -#: src/view/com/composer/Composer.tsx:318 +#: src/view/com/composer/Composer.tsx:319 msgid "Closes post composer and discards post draft" msgstr "Chiude l'editore del post ed elimina la bozza del post" @@ -763,19 +869,20 @@ msgstr "Commedia" msgid "Comics" msgstr "Fumetti" -#: src/Navigation.tsx:241 src/view/screens/CommunityGuidelines.tsx:32 +#: src/Navigation.tsx:241 +#: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Linee guida della community" -#: src/screens/Onboarding/StepFinished.tsx:148 +#: src/screens/Onboarding/StepFinished.tsx:152 msgid "Complete onboarding and start using your account" msgstr "Completa l'incorporazione e inizia a utilizzare il tuo account" -#: src/view/com/auth/create/Step3.tsx:73 +#: src/screens/Signup/index.tsx:154 msgid "Complete the challenge" msgstr "Completa la challenge" -#: src/view/com/composer/Composer.tsx:437 +#: src/view/com/composer/Composer.tsx:438 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Componi un post fino a {MAX_GRAPHEME_LENGTH} caratteri" @@ -783,17 +890,20 @@ msgstr "Componi un post fino a {MAX_GRAPHEME_LENGTH} caratteri" msgid "Compose reply" msgstr "Scrivi la risposta" -#: src/components/moderation/GlobalModerationLabelPref.tsx:69 -#: src/components/moderation/ModerationLabelPref.tsx:149 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 msgid "Configure content filtering setting for category: {0}" msgstr "Configura l'impostazione del filtro dei contenuti per la categoria:{0}" -#: src/components/moderation/ModerationLabelPref.tsx:116 +#: src/components/moderation/LabelPreference.tsx:81 +msgid "Configure content filtering setting for category: {name}" +msgstr "" + +#: src/components/moderation/LabelPreference.tsx:244 msgid "Configured in <0>moderation settings</0>." msgstr "Configurato nelle <0>impostazioni di moderazione</0>." -#: src/components/Prompt.tsx:152 src/components/Prompt.tsx:155 +#: src/components/Prompt.tsx:153 +#: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 #: src/view/com/modals/VerifyEmail.tsx:231 #: src/view/com/modals/VerifyEmail.tsx:233 @@ -802,40 +912,49 @@ msgstr "Configurato nelle <0>impostazioni di moderazione</0>." msgid "Confirm" msgstr "Conferma" +#~ msgctxt "action" +#~ msgid "Confirm" +#~ msgstr "Conferma" + #: src/view/com/modals/ChangeEmail.tsx:193 #: src/view/com/modals/ChangeEmail.tsx:195 msgid "Confirm Change" msgstr "Conferma il cambio" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:35 msgid "Confirm content language settings" msgstr "Conferma le impostazioni della lingua del contenuto" -#: src/view/com/modals/DeleteAccount.tsx:220 +#: src/view/com/modals/DeleteAccount.tsx:219 msgid "Confirm delete account" msgstr "Conferma l'eliminazione dell'account" -#: src/screens/Moderation/index.tsx:303 +#~ msgid "Confirm your age to enable adult content." +#~ msgstr "Conferma la tua età per abilitare i contenuti per adulti." + +#: src/screens/Moderation/index.tsx:301 msgid "Confirm your age:" msgstr "Conferma la tua età:" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:292 msgid "Confirm your birthdate" msgstr "Conferma la tua data di nascita" #: src/view/com/modals/ChangeEmail.tsx:157 -#: src/view/com/modals/DeleteAccount.tsx:176 -#: src/view/com/modals/DeleteAccount.tsx:182 +#: src/view/com/modals/DeleteAccount.tsx:175 +#: src/view/com/modals/DeleteAccount.tsx:181 #: src/view/com/modals/VerifyEmail.tsx:165 msgid "Confirmation code" msgstr "Codice di conferma" -#: src/view/com/auth/create/CreateAccount.tsx:193 -#: src/view/com/auth/login/LoginForm.tsx:281 +#~ msgid "Confirms signing up {email} to the waitlist" +#~ msgstr "Conferma l'iscrizione di {email} alla lista d'attesa" + +#: src/screens/Login/LoginForm.tsx:248 msgid "Connecting..." msgstr "Connessione in corso..." -#: src/view/com/auth/create/CreateAccount.tsx:213 +#: src/screens/Signup/index.tsx:219 msgid "Contact support" msgstr "Contatta il supporto" @@ -847,7 +966,13 @@ msgstr "contenuto" msgid "Content Blocked" msgstr "Contenuto Bloccato" -#: src/screens/Moderation/index.tsx:287 +#~ msgid "Content filtering" +#~ msgstr "Filtro dei contenuti" + +#~ msgid "Content Filtering" +#~ msgstr "Filtro dei Contenuti" + +#: src/screens/Moderation/index.tsx:285 msgid "Content filters" msgstr "Filtri dei contenuti" @@ -856,13 +981,13 @@ msgstr "Filtri dei contenuti" msgid "Content Languages" msgstr "Lingue dei contenuti" -#: src/components/moderation/ModerationDetailsDialog.tsx:76 +#: src/components/moderation/ModerationDetailsDialog.tsx:75 #: src/lib/moderation/useModerationCauseDescription.ts:75 msgid "Content Not Available" msgstr "Contenuto non disponibile" -#: src/components/moderation/ModerationDetailsDialog.tsx:47 -#: src/components/moderation/ScreenHider.tsx:100 +#: src/components/moderation/ModerationDetailsDialog.tsx:46 +#: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 #: src/lib/moderation/useModerationCauseDescription.ts:38 msgid "Content Warning" @@ -876,29 +1001,34 @@ msgstr "Avviso sui contenuti" msgid "Context menu backdrop, click to close the menu." msgstr "Sfondo del menu contestuale, clicca per chiudere il menu." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:170 -#: src/screens/Onboarding/StepFollowingFeed.tsx:153 -#: src/screens/Onboarding/StepInterests/index.tsx:248 -#: src/screens/Onboarding/StepModeration/index.tsx:102 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:114 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:161 +#: src/screens/Onboarding/StepFollowingFeed.tsx:154 +#: src/screens/Onboarding/StepInterests/index.tsx:252 +#: src/screens/Onboarding/StepModeration/index.tsx:103 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:118 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:96 msgid "Continue" msgstr "Continua" -#: src/screens/Onboarding/StepFollowingFeed.tsx:150 -#: src/screens/Onboarding/StepInterests/index.tsx:245 -#: src/screens/Onboarding/StepModeration/index.tsx:99 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:111 +#: src/components/AccountList.tsx:108 +msgid "Continue as {0} (currently signed in)" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:151 +#: src/screens/Onboarding/StepInterests/index.tsx:249 +#: src/screens/Onboarding/StepModeration/index.tsx:100 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:115 +#: src/screens/Signup/index.tsx:198 msgid "Continue to next step" msgstr "Vai al passaggio successivo" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:167 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:158 msgid "Continue to the next step" msgstr "Vai al passaggio successivo" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:199 msgid "Continue to the next step without following any accounts" msgstr "Vai al passaggio successivo senza seguire nessun account" @@ -906,8 +1036,8 @@ msgstr "Vai al passaggio successivo senza seguire nessun account" msgid "Cooking" msgstr "Cucina" -#: src/view/com/modals/AddAppPasswords.tsx:195 -#: src/view/com/modals/InviteCodes.tsx:182 +#: src/view/com/modals/AddAppPasswords.tsx:196 +#: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "Copiato" @@ -915,22 +1045,22 @@ msgstr "Copiato" msgid "Copied build version to clipboard" msgstr "Versione di build copiata nella clipboard" -#: src/view/com/modals/AddAppPasswords.tsx:76 -#: src/view/com/modals/ChangeHandle.tsx:327 -#: src/view/com/modals/InviteCodes.tsx:152 +#: src/view/com/modals/AddAppPasswords.tsx:77 +#: src/view/com/modals/ChangeHandle.tsx:326 +#: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:158 msgid "Copied to clipboard" msgstr "Copiato nel clipboard" -#: src/view/com/modals/AddAppPasswords.tsx:189 +#: src/view/com/modals/AddAppPasswords.tsx:190 msgid "Copies app password" msgstr "Copia la password dell'app" -#: src/view/com/modals/AddAppPasswords.tsx:188 +#: src/view/com/modals/AddAppPasswords.tsx:189 msgid "Copy" msgstr "Copia" -#: src/view/com/modals/ChangeHandle.tsx:481 +#: src/view/com/modals/ChangeHandle.tsx:480 msgid "Copy {0}" msgstr "Copia {0}" @@ -943,16 +1073,20 @@ msgstr "Copia il link alla lista" msgid "Copy link to post" msgstr "Copia il link al post" +#~ msgid "Copy link to profile" +#~ msgstr "Copia il link al profilo" + #: src/view/com/util/forms/PostDropdownBtn.tsx:220 #: src/view/com/util/forms/PostDropdownBtn.tsx:222 msgid "Copy post text" msgstr "Copia il testo del post" -#: src/Navigation.tsx:246 src/view/screens/CopyrightPolicy.tsx:29 +#: src/Navigation.tsx:246 +#: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Politica sul diritto d'autore" -#: src/view/screens/ProfileFeed.tsx:102 +#: src/view/screens/ProfileFeed.tsx:103 msgid "Could not load feed" msgstr "Feed non caricato" @@ -960,9 +1094,12 @@ msgstr "Feed non caricato" msgid "Could not load list" msgstr "No si è potuto caricare la lista" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:64 -#: src/view/com/auth/SplashScreen.tsx:73 -#: src/view/com/auth/SplashScreen.web.tsx:81 +#~ msgid "Country" +#~ msgstr "Paese" + +#: src/view/com/auth/HomeLoggedOutCTA.tsx:65 +#: src/view/com/auth/SplashScreen.tsx:75 +#: src/view/com/auth/SplashScreen.web.tsx:104 msgid "Create a new account" msgstr "Crea un nuovo account" @@ -970,20 +1107,21 @@ msgstr "Crea un nuovo account" msgid "Create a new Bluesky account" msgstr "Crea un nuovo Bluesky account" -#: src/view/com/auth/create/CreateAccount.tsx:133 +#: src/screens/Signup/index.tsx:129 msgid "Create Account" msgstr "Crea un account" -#: src/view/com/modals/AddAppPasswords.tsx:226 +#: src/view/com/modals/AddAppPasswords.tsx:227 msgid "Create App Password" msgstr "Crea un password per l'app" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:54 -#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:55 +#: src/view/com/auth/SplashScreen.tsx:66 +#: src/view/com/auth/SplashScreen.web.tsx:95 msgid "Create new account" msgstr "Crea un nuovo account" -#: src/components/ReportDialog/SelectReportOptionView.tsx:94 +#: src/components/ReportDialog/SelectReportOptionView.tsx:93 msgid "Create report for {0}" msgstr "Crea un report per {0}" @@ -991,7 +1129,13 @@ msgstr "Crea un report per {0}" msgid "Created {0}" msgstr "Creato {0}" -#: src/view/com/composer/Composer.tsx:468 +#~ msgid "Created by <0/>" +#~ msgstr "Creato da <0/>" + +#~ msgid "Created by you" +#~ msgstr "Creato da te" + +#: src/view/com/composer/Composer.tsx:469 msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "Crea una scheda con una miniatura. La scheda si collega a {url}" @@ -999,16 +1143,16 @@ msgstr "Crea una scheda con una miniatura. La scheda si collega a {url}" msgid "Culture" msgstr "Cultura" -#: src/view/com/auth/server-input/index.tsx:95 -#: src/view/com/auth/server-input/index.tsx:96 +#: src/view/com/auth/server-input/index.tsx:97 +#: src/view/com/auth/server-input/index.tsx:99 msgid "Custom" msgstr "Personalizzato" -#: src/view/com/modals/ChangeHandle.tsx:389 +#: src/view/com/modals/ChangeHandle.tsx:388 msgid "Custom domain" msgstr "Dominio personalizzato" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:107 #: src/view/screens/Feeds.tsx:692 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "I feed personalizzati creati dalla comunità ti offrono nuove esperienze e ti aiutano a trovare contenuti interessanti." @@ -1017,6 +1161,9 @@ msgstr "I feed personalizzati creati dalla comunità ti offrono nuove esperienze msgid "Customize media from external sites." msgstr "Personalizza i media da i siti esterni." +#~ msgid "Danger Zone" +#~ msgstr "Zona di Pericolo" + #: src/view/screens/Settings/index.tsx:504 #: src/view/screens/Settings/index.tsx:530 msgid "Dark" @@ -1030,6 +1177,10 @@ msgstr "Aspetto scuro" msgid "Dark Theme" msgstr "Tema scuro" +#: src/screens/Signup/StepInfo/index.tsx:132 +msgid "Date of birth" +msgstr "" + #: src/view/screens/Settings/index.tsx:841 msgid "Debug Moderation" msgstr "Eliminare errori nella Moderazione" @@ -1039,7 +1190,8 @@ msgid "Debug panel" msgstr "Pannello per il debug" #: src/view/com/util/forms/PostDropdownBtn.tsx:319 -#: src/view/screens/AppPasswords.tsx:268 src/view/screens/ProfileList.tsx:613 +#: src/view/screens/AppPasswords.tsx:268 +#: src/view/screens/ProfileList.tsx:613 msgid "Delete" msgstr "Elimina" @@ -1047,7 +1199,7 @@ msgstr "Elimina" msgid "Delete account" msgstr "Elimina l'account" -#: src/view/com/modals/DeleteAccount.tsx:87 +#: src/view/com/modals/DeleteAccount.tsx:86 msgid "Delete Account" msgstr "Elimina l'Account" @@ -1063,10 +1215,13 @@ msgstr "Eliminare la password dell'app?" msgid "Delete List" msgstr "Elimina la lista" -#: src/view/com/modals/DeleteAccount.tsx:223 +#: src/view/com/modals/DeleteAccount.tsx:222 msgid "Delete my account" msgstr "Cancellare account" +#~ msgid "Delete my account…" +#~ msgstr "Cancella il mio account…" + #: src/view/screens/Settings/index.tsx:808 msgid "Delete My Account…" msgstr "Cancellare Account…" @@ -1092,14 +1247,20 @@ msgstr "Eliminato" msgid "Deleted post." msgstr "Post eliminato." -#: 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 +#: src/view/com/modals/CreateOrEditList.tsx:301 +#: src/view/com/modals/CreateOrEditList.tsx:322 +#: src/view/com/modals/EditProfile.tsx:199 +#: src/view/com/modals/EditProfile.tsx:211 msgid "Description" msgstr "Descrizione" -#: src/view/com/composer/Composer.tsx:217 +#~ msgid "Dev Server" +#~ msgstr "Server di sviluppo" + +#~ msgid "Developer Tools" +#~ msgstr "Strumenti per sviluppatori" + +#: src/view/com/composer/Composer.tsx:218 msgid "Did you want to say anything?" msgstr "Volevi dire qualcosa?" @@ -1110,19 +1271,23 @@ msgstr "Fioco" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 #: src/lib/moderation/useLabelBehaviorDescription.ts:68 -#: src/screens/Moderation/index.tsx:343 +#: src/screens/Moderation/index.tsx:341 msgid "Disabled" msgstr "Disabilitato" -#: src/view/com/composer/Composer.tsx:510 +#: src/view/com/composer/Composer.tsx:511 msgid "Discard" msgstr "Scartare" -#: src/view/com/composer/Composer.tsx:507 +#~ msgid "Discard draft" +#~ msgstr "Scarta la bozza" + +#: src/view/com/composer/Composer.tsx:508 msgid "Discard draft?" msgstr "Scartare la bozza?" -#: src/screens/Moderation/index.tsx:520 src/screens/Moderation/index.tsx:524 +#: src/screens/Moderation/index.tsx:518 +#: src/screens/Moderation/index.tsx:522 msgid "Discourage apps from showing my account to logged-out users" msgstr "Scoraggia le app dal mostrare il mio account agli utenti disconnessi" @@ -1131,19 +1296,22 @@ msgstr "Scoraggia le app dal mostrare il mio account agli utenti disconnessi" msgid "Discover new custom feeds" msgstr "Scopri nuovi feeds personalizzati" +#~ msgid "Discover new feeds" +#~ msgstr "Scopri nuovi feeds" + #: src/view/screens/Feeds.tsx:689 msgid "Discover New Feeds" msgstr "Scopri nuovi feeds" -#: src/view/com/modals/EditProfile.tsx:192 +#: src/view/com/modals/EditProfile.tsx:193 msgid "Display name" msgstr "Nome visualizzato" -#: src/view/com/modals/EditProfile.tsx:180 +#: src/view/com/modals/EditProfile.tsx:181 msgid "Display Name" msgstr "Nome Visualizzato" -#: src/view/com/modals/ChangeHandle.tsx:398 +#: src/view/com/modals/ChangeHandle.tsx:397 msgid "DNS Panel" msgstr "Pannello DNS" @@ -1151,34 +1319,44 @@ msgstr "Pannello DNS" msgid "Does not include nudity." msgstr "Non include nudità." -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/screens/Signup/StepHandle.tsx:104 +msgid "Doesn't begin or end with a hyphen" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "Domain Value" msgstr "Valore del dominio" -#: src/view/com/modals/ChangeHandle.tsx:489 +#: src/view/com/modals/ChangeHandle.tsx:488 msgid "Domain verified!" msgstr "Dominio verificato!" +#~ msgid "Don't have an invite code?" +#~ msgstr "Non hai un codice di invito?" + #: src/components/dialogs/BirthDateSettings.tsx:119 #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/auth/server-input/index.tsx:165 -#: src/view/com/auth/server-input/index.tsx:166 -#: src/view/com/modals/AddAppPasswords.tsx:226 -#: src/view/com/modals/AltImage.tsx:139 -#: src/view/com/modals/crop-image/CropImage.web.tsx:152 -#: src/view/com/modals/InviteCodes.tsx:80 -#: src/view/com/modals/InviteCodes.tsx:123 +#: src/components/forms/DateField/index.tsx:74 +#: src/components/forms/DateField/index.tsx:80 +#: src/view/com/auth/server-input/index.tsx:169 +#: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/modals/AddAppPasswords.tsx:227 +#: src/view/com/modals/AltImage.tsx:140 +#: src/view/com/modals/crop-image/CropImage.web.tsx:153 +#: src/view/com/modals/InviteCodes.tsx:81 +#: src/view/com/modals/InviteCodes.tsx:124 #: src/view/com/modals/ListAddRemoveUsers.tsx:142 #: src/view/screens/PreferencesFollowingFeed.tsx:311 #: src/view/screens/Settings/ExportCarDialog.tsx:94 -#: src/view/screens/Settings/ExportCarDialog.tsx:95 +#: src/view/screens/Settings/ExportCarDialog.tsx:96 msgid "Done" msgstr "Fatto" #: src/view/com/auth/onboarding/RecommendedFollows.tsx:86 -#: src/view/com/modals/EditImage.tsx:333 +#: src/view/com/modals/EditImage.tsx:334 #: src/view/com/modals/ListAddRemoveUsers.tsx:144 -#: src/view/com/modals/SelfLabel.tsx:157 src/view/com/modals/Threadgate.tsx:129 +#: 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:95 #: src/view/com/modals/UserAddRemoveLists.tsx:98 @@ -1187,13 +1365,16 @@ msgctxt "action" msgid "Done" msgstr "Fatto" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:42 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:43 msgid "Done{extraText}" msgstr "Fatto{extraText}" #: src/view/com/auth/login/ChooseAccountForm.tsx:46 -msgid "Double tap to sign in" -msgstr "Usa il doppio tocco per accedere" +#~ msgid "Double tap to sign in" +#~ msgstr "Usa il doppio tocco per accedere" + +#~ msgid "Download Bluesky account data (repository)" +#~ msgstr "Scarica i dati dell'account Bluesky (archivio)" #: src/view/screens/Settings/ExportCarDialog.tsx:59 #: src/view/screens/Settings/ExportCarDialog.tsx:63 @@ -1208,19 +1389,19 @@ msgstr "Trascina e rilascia per aggiungere immagini" msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." msgstr "A causa delle politiche di Apple, i contenuti per adulti possono essere abilitati sul Web solo dopo aver completato la registrazione." -#: src/view/com/modals/ChangeHandle.tsx:257 +#: src/view/com/modals/ChangeHandle.tsx:258 msgid "e.g. alice" msgstr "e.g. alice" -#: src/view/com/modals/EditProfile.tsx:185 +#: src/view/com/modals/EditProfile.tsx:186 msgid "e.g. Alice Roberts" msgstr "e.g. Alice Roberts" -#: src/view/com/modals/ChangeHandle.tsx:381 +#: src/view/com/modals/ChangeHandle.tsx:380 msgid "e.g. alice.com" msgstr "e.g. alice.com" -#: src/view/com/modals/EditProfile.tsx:203 +#: src/view/com/modals/EditProfile.tsx:204 msgid "e.g. Artist, dog-lover, and avid reader." msgstr "e.g. Artista, amo i gatti, mi piace leggere." @@ -1228,23 +1409,23 @@ msgstr "e.g. Artista, amo i gatti, mi piace leggere." msgid "E.g. artistic nudes." msgstr "E.g. nudi artistici." -#: src/view/com/modals/CreateOrEditList.tsx:283 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Great Posters" msgstr "e.g. Gli utenti più seguiti" -#: src/view/com/modals/CreateOrEditList.tsx:284 +#: src/view/com/modals/CreateOrEditList.tsx:285 msgid "e.g. Spammers" msgstr "e.g. Spammers" -#: src/view/com/modals/CreateOrEditList.tsx:312 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. The posters who never miss." msgstr "e.g. Utenti più prolifici." -#: src/view/com/modals/CreateOrEditList.tsx:313 +#: src/view/com/modals/CreateOrEditList.tsx:314 msgid "e.g. Users that repeatedly reply with ads." msgstr "e.g. Utenti che rispondono ripetutamente con annunci." -#: src/view/com/modals/InviteCodes.tsx:96 +#: src/view/com/modals/InviteCodes.tsx:97 msgid "Each code works once. You'll receive more invite codes periodically." msgstr "Ogni codice funziona per un solo uso. Riceverai periodicamente più codici di invito." @@ -1253,12 +1434,13 @@ msgctxt "action" msgid "Edit" msgstr "Modifica" -#: src/view/com/util/UserAvatar.tsx:299 src/view/com/util/UserBanner.tsx:85 +#: src/view/com/util/UserAvatar.tsx:299 +#: src/view/com/util/UserBanner.tsx:85 msgid "Edit avatar" msgstr "Modifica l'avatar" #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/modals/EditImage.tsx:207 +#: src/view/com/modals/EditImage.tsx:208 msgid "Edit image" msgstr "Modifica l'immagine" @@ -1266,42 +1448,44 @@ msgstr "Modifica l'immagine" msgid "Edit list details" msgstr "Modifica i dettagli della lista" -#: src/view/com/modals/CreateOrEditList.tsx:250 +#: src/view/com/modals/CreateOrEditList.tsx:251 msgid "Edit Moderation List" msgstr "Modifica l'elenco di moderazione" -#: src/Navigation.tsx:256 src/view/screens/Feeds.tsx:434 +#: src/Navigation.tsx:256 +#: src/view/screens/Feeds.tsx:434 #: src/view/screens/SavedFeeds.tsx:84 msgid "Edit My Feeds" msgstr "Modifica i miei feeds" -#: src/view/com/modals/EditProfile.tsx:152 +#: src/view/com/modals/EditProfile.tsx:153 msgid "Edit my profile" msgstr "Modifica il mio profilo" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:172 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:161 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 msgid "Edit profile" msgstr "Modifica il profilo" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:175 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:164 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 msgid "Edit Profile" msgstr "Modifica il Profilo" -#: src/view/com/home/HomeHeaderLayout.web.tsx:62 src/view/screens/Feeds.tsx:355 +#: src/view/com/home/HomeHeaderLayout.web.tsx:62 +#: src/view/screens/Feeds.tsx:355 msgid "Edit Saved Feeds" msgstr "Modifica i feeds memorizzati" -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:246 msgid "Edit User List" msgstr "Modifica l'elenco degli utenti" -#: src/view/com/modals/EditProfile.tsx:193 +#: src/view/com/modals/EditProfile.tsx:194 msgid "Edit your display name" msgstr "Modifica il tuo nome visualizzato" -#: src/view/com/modals/EditProfile.tsx:211 +#: src/view/com/modals/EditProfile.tsx:212 msgid "Edit your profile description" msgstr "Modifica la descrizione del tuo profilo" @@ -1309,14 +1493,12 @@ msgstr "Modifica la descrizione del tuo profilo" msgid "Education" msgstr "Formazione scolastica" -#: src/view/com/auth/create/Step1.tsx:176 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:156 +#: src/screens/Signup/StepInfo/index.tsx:80 #: src/view/com/modals/ChangeEmail.tsx:141 msgid "Email" msgstr "Email" -#: src/view/com/auth/create/Step1.tsx:167 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:147 +#: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "Indirizzo email" @@ -1337,11 +1519,11 @@ msgstr "Email verificata" msgid "Email:" msgstr "Email:" -#: src/view/com/modals/EmbedConsent.tsx:113 +#: src/components/dialogs/EmbedConsent.tsx:101 msgid "Enable {0} only" msgstr "Attiva {0} solo" -#: src/screens/Moderation/index.tsx:331 +#: src/screens/Moderation/index.tsx:329 msgid "Enable adult content" msgstr "Attiva il contenuto per adulti" @@ -1354,9 +1536,14 @@ msgstr "Attiva Contenuto per Adulti" msgid "Enable adult content in your feeds" msgstr "Abilita i contenuti per adulti nei tuoi feeds" +#: src/components/dialogs/EmbedConsent.tsx:82 +#: src/components/dialogs/EmbedConsent.tsx:89 +msgid "Enable external media" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 -msgid "Enable External Media" -msgstr "Attiva Media Esterna" +#~ msgid "Enable External Media" +#~ msgstr "Attiva Media Esterna" #: src/view/screens/PreferencesExternalEmbeds.tsx:75 msgid "Enable media players for" @@ -1366,7 +1553,11 @@ msgstr "Attiva i lettori multimediali per" msgid "Enable this setting to only see replies between people you follow." msgstr "Abilita questa impostazione per vedere solo le risposte delle persone che segui." -#: src/screens/Moderation/index.tsx:341 +#: src/components/dialogs/EmbedConsent.tsx:94 +msgid "Enable this source only" +msgstr "" + +#: src/screens/Moderation/index.tsx:339 msgid "Enabled" msgstr "Abilitato" @@ -1374,12 +1565,16 @@ msgstr "Abilitato" msgid "End of feed" msgstr "Fine del feed" -#: src/view/com/modals/AddAppPasswords.tsx:166 +#: src/view/com/modals/AddAppPasswords.tsx:167 msgid "Enter a name for this App Password" msgstr "Inserisci un nome per questa password dell'app" +#: src/screens/Login/SetNewPasswordForm.tsx:139 +msgid "Enter a password" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:99 #: src/components/dialogs/MutedWords.tsx:100 -#: src/components/dialogs/MutedWords.tsx:101 msgid "Enter a word or tag" msgstr "Inserisci una parola o tag" @@ -1387,24 +1582,30 @@ msgstr "Inserisci una parola o tag" msgid "Enter Confirmation Code" msgstr "Inserire il codice di conferma" +#~ msgid "Enter the address of your provider:" +#~ msgstr "Inserisci l'indirizzo del tuo provider:" + #: src/view/com/modals/ChangePassword.tsx:153 msgid "Enter the code you received to change your password." msgstr "Inserisci il codice che hai ricevuto per modificare la tua password." -#: src/view/com/modals/ChangeHandle.tsx:371 +#: src/view/com/modals/ChangeHandle.tsx:370 msgid "Enter the domain you want to use" msgstr "Inserisci il dominio che vuoi utilizzare" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:107 +#: src/screens/Login/ForgotPasswordForm.tsx:119 msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Inserisci l'e-mail che hai utilizzato per creare il tuo account. Ti invieremo un \"codice di reset\" in modo che tu possa impostare una nuova password." #: src/components/dialogs/BirthDateSettings.tsx:108 -#: src/view/com/auth/create/Step1.tsx:228 msgid "Enter your birth date" msgstr "Inserisci la tua data di nascita" -#: src/view/com/auth/create/Step1.tsx:172 +#~ msgid "Enter your email" +#~ msgstr "Inserisci la tua email" + +#: src/screens/Login/ForgotPasswordForm.tsx:105 +#: src/screens/Signup/StepInfo/index.tsx:91 msgid "Enter your email address" msgstr "Inserisci il tuo indirizzo email" @@ -1416,15 +1617,18 @@ msgstr "Inserisci la tua nuova email qui sopra" msgid "Enter your new email address below." msgstr "Inserisci il tuo nuovo indirizzo email qui sotto." -#: src/view/com/auth/login/Login.tsx:99 +#~ msgid "Enter your phone number" +#~ msgstr "Inserisci il tuo numero di telefono" + +#: src/screens/Login/index.tsx:101 msgid "Enter your username and password" msgstr "Inserisci il tuo nome di utente e la tua password" -#: src/view/com/auth/create/Step3.tsx:67 +#: src/screens/Signup/StepCaptcha/index.tsx:49 msgid "Error receiving captcha response." msgstr "Errore nella risposta del captcha." -#: src/view/screens/Search/Search.tsx:110 +#: src/view/screens/Search/Search.tsx:111 msgid "Error:" msgstr "Errore:" @@ -1436,15 +1640,15 @@ msgstr "Tutti" msgid "Excessive mentions or replies" msgstr "Menzioni o risposte eccessive" -#: src/view/com/modals/DeleteAccount.tsx:231 +#: src/view/com/modals/DeleteAccount.tsx:230 msgid "Exits account deletion process" msgstr "Uscita dall'eliminazione dell'account" -#: src/view/com/modals/ChangeHandle.tsx:150 +#: src/view/com/modals/ChangeHandle.tsx:151 msgid "Exits handle change process" msgstr "Uscita dal processo di modifica" -#: src/view/com/modals/crop-image/CropImage.web.tsx:135 +#: src/view/com/modals/crop-image/CropImage.web.tsx:136 msgid "Exits image cropping process" msgstr "Uscita dal processo di ritaglio dell'immagine" @@ -1457,6 +1661,9 @@ msgstr "Uscita dalla visualizzazione dell'immagine" msgid "Exits inputting search query" msgstr "Uscita dall'inserzione della domanda di ricerca" +#~ msgid "Exits signing up for waitlist with {email}" +#~ msgstr "Uscita dall'iscrizione alla lista d'attesa con {email}" + #: src/view/com/lightbox/Lightbox.web.tsx:183 msgid "Expand alt text" msgstr "Ampliare il testo alternativo" @@ -1483,16 +1690,18 @@ msgstr "Esporta i miei dati" msgid "Export My Data" msgstr "Esporta i miei dati" -#: src/view/com/modals/EmbedConsent.tsx:64 +#: src/components/dialogs/EmbedConsent.tsx:55 +#: src/components/dialogs/EmbedConsent.tsx:59 msgid "External Media" msgstr "Media esterni" -#: src/view/com/modals/EmbedConsent.tsx:75 +#: src/components/dialogs/EmbedConsent.tsx:71 #: src/view/screens/PreferencesExternalEmbeds.tsx:66 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "I multimediali esterni possono consentire ai siti web di raccogliere informazioni su di te e sul tuo dispositivo. Nessuna informazione viene inviata o richiesta finché non si preme il pulsante \"Riproduci\"." -#: src/Navigation.tsx:275 src/view/screens/PreferencesExternalEmbeds.tsx:52 +#: src/Navigation.tsx:275 +#: src/view/screens/PreferencesExternalEmbeds.tsx:52 #: src/view/screens/Settings/index.tsx:677 msgid "External Media Preferences" msgstr "Preferenze multimediali esterni" @@ -1501,12 +1710,12 @@ msgstr "Preferenze multimediali esterni" msgid "External media settings" msgstr "Impostazioni multimediali esterni" -#: src/view/com/modals/AddAppPasswords.tsx:115 -#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:116 +#: src/view/com/modals/AddAppPasswords.tsx:120 msgid "Failed to create app password." msgstr "Impossibile creare la password dell'app." -#: src/view/com/modals/CreateOrEditList.tsx:206 +#: src/view/com/modals/CreateOrEditList.tsx:207 msgid "Failed to create the list. Check your internet connection and try again." msgstr "Impossibile creare l'elenco. Controlla la connessione Internet e riprova." @@ -1535,14 +1744,21 @@ msgstr "Feed fatto da {0}" msgid "Feed offline" msgstr "Feed offline" -#: src/view/shell/desktop/RightNav.tsx:61 src/view/shell/Drawer.tsx:314 +#~ msgid "Feed Preferences" +#~ msgstr "Preferenze del feed" + +#: src/view/shell/desktop/RightNav.tsx:61 +#: src/view/shell/Drawer.tsx:314 msgid "Feedback" msgstr "Commenti" -#: src/Navigation.tsx:464 src/view/screens/Feeds.tsx:419 -#: src/view/screens/Feeds.tsx:524 src/view/screens/Profile.tsx:192 -#: src/view/shell/bottom-bar/BottomBar.tsx:183 -#: src/view/shell/desktop/LeftNav.tsx:346 src/view/shell/Drawer.tsx:479 +#: src/Navigation.tsx:464 +#: src/view/screens/Feeds.tsx:419 +#: src/view/screens/Feeds.tsx:524 +#: src/view/screens/Profile.tsx:194 +#: src/view/shell/bottom-bar/BottomBar.tsx:191 +#: src/view/shell/desktop/LeftNav.tsx:346 +#: src/view/shell/Drawer.tsx:479 #: src/view/shell/Drawer.tsx:480 msgid "Feeds" msgstr "Feeds" @@ -1555,11 +1771,11 @@ msgstr "I feed vengono creati dagli utenti per curare i contenuti. Scegli alcuni msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information." msgstr "I feed sono algoritmi personalizzati che gli utenti creano con un minimo di esperienza nella codifica. Vedi <0/> per ulteriori informazioni." -#: src/screens/Onboarding/StepTopicalFeeds.tsx:76 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 msgid "Feeds can be topical as well!" msgstr "I feeds possono anche avere tematiche!" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "File Contents" msgstr "Archivia i contenuti" @@ -1567,7 +1783,7 @@ msgstr "Archivia i contenuti" msgid "Filter from feeds" msgstr "Filtra dai feed" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Finalizing" msgstr "Finalizzando" @@ -1577,11 +1793,11 @@ msgstr "Finalizzando" msgid "Find accounts to follow" msgstr "Trova account da seguire" -#: src/view/screens/Search/Search.tsx:441 +#: src/view/screens/Search/Search.tsx:442 msgid "Find users on Bluesky" msgstr "Trova utenti su Bluesky" -#: src/view/screens/Search/Search.tsx:439 +#: src/view/screens/Search/Search.tsx:440 msgid "Find users with the search tool on the right" msgstr "Trova gli utenti con lo strumento di ricerca sulla destra" @@ -1593,6 +1809,9 @@ msgstr "Trovare account simili…" msgid "Fine-tune the content you see on your Following feed." msgstr "Ottimizza il contenuto che vedi nel tuo Following feed." +#~ msgid "Fine-tune the content you see on your home screen." +#~ msgstr "Ottimizza il contenuto che vedi nella pagina d'inizio." + #: src/view/screens/PreferencesThreads.tsx:60 msgid "Fine-tune the discussion threads." msgstr "Ottimizza i la visualizzazione delle discussioni." @@ -1601,22 +1820,23 @@ msgstr "Ottimizza i la visualizzazione delle discussioni." msgid "Fitness" msgstr "Fitness" -#: src/screens/Onboarding/StepFinished.tsx:131 +#: src/screens/Onboarding/StepFinished.tsx:135 msgid "Flexible" msgstr "Flessibile" -#: src/view/com/modals/EditImage.tsx:115 +#: src/view/com/modals/EditImage.tsx:116 msgid "Flip horizontal" msgstr "Gira in orizzontale" -#: src/view/com/modals/EditImage.tsx:120 src/view/com/modals/EditImage.tsx:287 +#: src/view/com/modals/EditImage.tsx:121 +#: src/view/com/modals/EditImage.tsx:288 msgid "Flip vertically" msgstr "Gira in verticale" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:246 msgid "Follow" msgstr "Segui" @@ -1627,8 +1847,8 @@ msgid "Follow" msgstr "Segui" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Segui {0}" @@ -1637,11 +1857,15 @@ msgstr "Segui {0}" msgid "Follow Account" msgstr "Segui l'Account" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:179 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 msgid "Follow All" msgstr "Segui tutti" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +msgid "Follow Back" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 msgid "Follow selected accounts and continue to the next step" msgstr "Segui gli account selezionati e vai al passaggio successivo" @@ -1665,19 +1889,22 @@ msgstr "Solo utenti seguiti" msgid "followed you" msgstr "ti segue" -#: src/view/com/profile/ProfileFollowers.tsx:109 +#: src/view/com/profile/ProfileFollowers.tsx:104 #: src/view/screens/ProfileFollowers.tsx:25 msgid "Followers" msgstr "Followers" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:227 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 -#: src/view/com/profile/ProfileFollows.tsx:108 +#~ msgid "following" +#~ msgstr "following" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 +#: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "Following" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 msgid "Following {0}" msgstr "Seguiti {0}" @@ -1685,7 +1912,8 @@ msgstr "Seguiti {0}" msgid "Following feed preferences" msgstr "Preferenze del Following feed" -#: src/Navigation.tsx:262 src/view/com/home/HomeHeaderLayout.web.tsx:50 +#: src/Navigation.tsx:262 +#: src/view/com/home/HomeHeaderLayout.web.tsx:50 #: src/view/com/home/HomeHeaderLayoutMobile.tsx:84 #: src/view/screens/PreferencesFollowingFeed.tsx:104 #: src/view/screens/Settings/index.tsx:562 @@ -1704,31 +1932,41 @@ msgstr "Ti Segue" msgid "Food" msgstr "Gastronomia" -#: src/view/com/modals/DeleteAccount.tsx:111 +#: src/view/com/modals/DeleteAccount.tsx:110 msgid "For security reasons, we'll need to send a confirmation code to your email address." msgstr "Per motivi di sicurezza, invieremo un codice di conferma al tuo indirizzo email." -#: src/view/com/modals/AddAppPasswords.tsx:209 +#: src/view/com/modals/AddAppPasswords.tsx:210 msgid "For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one." msgstr "Per motivi di sicurezza non potrai visualizzarlo nuovamente. Se perdi questa password, dovrai generarne una nuova." #: src/view/com/auth/login/LoginForm.tsx:244 -msgid "Forgot" -msgstr "Dimenticato" +#~ msgid "Forgot" +#~ msgstr "Dimenticato" #: src/view/com/auth/login/LoginForm.tsx:241 -msgid "Forgot password" -msgstr "Ho dimenticato il password" +#~ msgid "Forgot password" +#~ msgstr "Ho dimenticato il password" -#: src/view/com/auth/login/Login.tsx:127 src/view/com/auth/login/Login.tsx:143 +#: src/screens/Login/index.tsx:129 +#: src/screens/Login/index.tsx:144 msgid "Forgot Password" msgstr "Ho dimenticato il Password" +#: src/screens/Login/LoginForm.tsx:201 +msgid "Forgot password?" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 +msgid "Forgot?" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:52 msgid "Frequently Posts Unwanted Content" msgstr "Pubblica spesso contenuti indesiderati" -#: src/screens/Hashtag.tsx:108 src/screens/Hashtag.tsx:148 +#: src/screens/Hashtag.tsx:109 +#: src/screens/Hashtag.tsx:149 msgid "From @{sanitizedAuthor}" msgstr "Di @{sanitizedAuthor}" @@ -1750,23 +1988,31 @@ msgstr "Inizia" msgid "Glaring violations of law or terms of service" msgstr "Evidenti violazioni della legge o dei termini di servizio" -#: src/components/moderation/ScreenHider.tsx:144 -#: src/components/moderation/ScreenHider.tsx:153 -#: src/view/com/auth/LoggedOut.tsx:81 src/view/com/auth/LoggedOut.tsx:82 -#: src/view/screens/NotFound.tsx:55 src/view/screens/ProfileFeed.tsx:111 -#: src/view/screens/ProfileList.tsx:916 src/view/shell/desktop/LeftNav.tsx:108 +#: src/components/moderation/ScreenHider.tsx:151 +#: src/components/moderation/ScreenHider.tsx:160 +#: src/view/com/auth/LoggedOut.tsx:82 +#: src/view/com/auth/LoggedOut.tsx:83 +#: src/view/screens/NotFound.tsx:55 +#: src/view/screens/ProfileFeed.tsx:112 +#: src/view/screens/ProfileList.tsx:916 +#: src/view/shell/desktop/LeftNav.tsx:108 msgid "Go back" msgstr "Torna indietro" -#: src/screens/Profile/ErrorState.tsx:62 src/screens/Profile/ErrorState.tsx:66 -#: src/view/screens/NotFound.tsx:54 src/view/screens/ProfileFeed.tsx:116 +#: src/components/Error.tsx:91 +#: src/screens/Profile/ErrorState.tsx:62 +#: src/screens/Profile/ErrorState.tsx:66 +#: src/view/screens/NotFound.tsx:54 +#: src/view/screens/ProfileFeed.tsx:117 #: src/view/screens/ProfileList.tsx:921 msgid "Go Back" msgstr "Torna Indietro" -#: src/components/ReportDialog/SelectReportOptionView.tsx:74 +#: src/components/ReportDialog/SelectReportOptionView.tsx:73 #: src/components/ReportDialog/SubmitView.tsx:104 -#: src/screens/Onboarding/Layout.tsx:104 src/screens/Onboarding/Layout.tsx:193 +#: src/screens/Onboarding/Layout.tsx:102 +#: src/screens/Onboarding/Layout.tsx:191 +#: src/screens/Signup/index.tsx:173 msgid "Go back to previous step" msgstr "Torna al passaggio precedente" @@ -1778,14 +2024,12 @@ msgstr "Torna Home" msgid "Go Home" msgstr "Torna Home" -#: src/view/screens/Search/Search.tsx:748 src/view/shell/desktop/Search.tsx:263 +#: src/view/screens/Search/Search.tsx:749 +#: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "Vai a @{queryMaybeHandle}" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:189 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:218 -#: src/view/com/auth/login/LoginForm.tsx:291 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:195 +#: src/screens/Login/ForgotPasswordForm.tsx:172 #: src/view/com/modals/ChangePassword.tsx:167 msgid "Go to next" msgstr "Seguente" @@ -1794,7 +2038,7 @@ msgstr "Seguente" msgid "Graphic Media" msgstr "Media grafici" -#: src/view/com/modals/ChangeHandle.tsx:265 +#: src/view/com/modals/ChangeHandle.tsx:266 msgid "Handle" msgstr "Nome Utente" @@ -1806,36 +2050,37 @@ msgstr "Molestie, trolling o intolleranza" msgid "Hashtag" msgstr "Hashtag" -#: src/components/RichText.tsx:190 +#: src/components/RichText.tsx:191 msgid "Hashtag: #{tag}" msgstr "Hashtag: #{tag}" -#: src/view/com/auth/create/CreateAccount.tsx:208 +#: src/screens/Signup/index.tsx:217 msgid "Having trouble?" msgstr "Ci sono problemi?" -#: src/view/shell/desktop/RightNav.tsx:90 src/view/shell/Drawer.tsx:324 +#: src/view/shell/desktop/RightNav.tsx:90 +#: src/view/shell/Drawer.tsx:324 msgid "Help" msgstr "Aiuto" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:140 msgid "Here are some accounts for you to follow" msgstr "Ecco alcuni account da seguire" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:85 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:89 msgid "Here are some popular topical feeds. You can choose to follow as many as you like." msgstr "Ecco alcuni feed più visitati. Puoi seguire quanti ne vuoi." -#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:84 msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." msgstr "Ecco alcuni feed di attualità scelti in base ai tuoi interessi: {interestsText}. Puoi seguire quanti ne vuoi." -#: src/view/com/modals/AddAppPasswords.tsx:153 +#: src/view/com/modals/AddAppPasswords.tsx:154 msgid "Here is your app password." msgstr "Ecco la password dell'app." #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:43 +#: src/components/moderation/LabelPreference.tsx:134 #: src/components/moderation/PostHider.tsx:107 #: src/lib/moderation/useLabelBehaviorDescription.ts:15 #: src/lib/moderation/useLabelBehaviorDescription.ts:20 @@ -1870,6 +2115,9 @@ msgstr "Vuoi nascondere questo post?" msgid "Hide user list" msgstr "Nascondi elenco utenti" +#~ msgid "Hides posts from {0} in your feed" +#~ msgstr "Nasconde i post di {0} nel tuo feed" + #: 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 "Si è verificato un problema durante il contatto con il server del feed. Informa il proprietario del feed del problema." @@ -1890,7 +2138,7 @@ msgstr "Il server del feed ha dato una risposta negativa. Informa il proprietari msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Stiamo riscontrando problemi nel trovare questo feed. Potrebbe essere stato cancellato." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:59 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Stiamo riscontrando problemi nel trovare questi dati. Guarda PI[U giù per trovare più dettagli. Se il problema continua mettiti in contatto." @@ -1898,22 +2146,31 @@ msgstr "Stiamo riscontrando problemi nel trovare questi dati. Guarda PI[U giù p msgid "Hmmmm, we couldn't load that moderation service." msgstr "Non siamo riusciti a caricare il servizio di moderazione." -#: src/Navigation.tsx:454 src/view/shell/bottom-bar/BottomBar.tsx:139 -#: src/view/shell/desktop/LeftNav.tsx:310 src/view/shell/Drawer.tsx:401 +#: src/Navigation.tsx:454 +#: src/view/shell/bottom-bar/BottomBar.tsx:147 +#: src/view/shell/desktop/LeftNav.tsx:310 +#: src/view/shell/Drawer.tsx:401 #: src/view/shell/Drawer.tsx:402 msgid "Home" msgstr "Home" -#: src/view/com/modals/ChangeHandle.tsx:421 +#~ msgid "Home Feed Preferences" +#~ msgstr "Preferenze per i feed per la pagina d'inizio" + +#: src/view/com/modals/ChangeHandle.tsx:420 msgid "Host:" msgstr "Hosting:" -#: src/view/com/auth/create/Step1.tsx:75 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:120 -#: src/view/com/modals/ChangeHandle.tsx:280 +#: src/screens/Login/ForgotPasswordForm.tsx:89 +#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Signup/StepInfo/index.tsx:40 +#: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" msgstr "Servizio di hosting" +#~ msgid "Hosting provider address" +#~ msgstr "Indirizzo del fornitore di hosting" + #: src/view/com/modals/InAppBrowserConsent.tsx:44 msgid "How should we open this link?" msgstr "Come dovremmo aprire questo link?" @@ -1926,7 +2183,7 @@ msgstr "Ho un codice" msgid "I have a confirmation code" msgstr "Ho un codice di conferma" -#: src/view/com/modals/ChangeHandle.tsx:283 +#: src/view/com/modals/ChangeHandle.tsx:284 msgid "I have my own domain" msgstr "Ho il mio dominio" @@ -1938,7 +2195,7 @@ msgstr "Se il testo alternativo è lungo, attiva/disattiva lo stato del testo al msgid "If none are selected, suitable for all ages." msgstr "Se niente è selezionato, adatto a tutte le età." -#: src/view/com/auth/create/Policies.tsx:91 +#: src/screens/Signup/StepInfo/Policies.tsx:83 msgid "If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf." msgstr "Se non sei ancora maggiorenne secondo le leggi del tuo Paese, il tuo genitore o tutore legale deve leggere i Termini a tuo nome." @@ -1962,59 +2219,71 @@ msgstr "Illegale e Urgente" msgid "Image" msgstr "Immagine" -#: src/view/com/modals/AltImage.tsx:120 +#: src/view/com/modals/AltImage.tsx:121 msgid "Image alt text" msgstr "Testo alternativo dell'immagine" +#~ msgid "Image options" +#~ msgstr "Opzioni per l'immagine" + #: src/lib/moderation/useReportOptions.ts:47 msgid "Impersonation or false claims about identity or affiliation" msgstr "Furto d'identità o false affermazioni sull'identità o sull'affiliazione" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:138 +#: src/screens/Login/SetNewPasswordForm.tsx:127 msgid "Input code sent to your email for password reset" msgstr "Inserisci il codice inviato alla tua email per reimpostare la password" -#: src/view/com/modals/DeleteAccount.tsx:184 +#: src/view/com/modals/DeleteAccount.tsx:183 msgid "Input confirmation code for account deletion" msgstr "Inserisci il codice di conferma per la cancellazione dell'account" #: src/view/com/auth/create/Step1.tsx:177 -msgid "Input email for Bluesky account" -msgstr "Inserisci l'e-mail per l'account di Bluesky" +#~ msgid "Input email for Bluesky account" +#~ msgstr "Inserisci l'e-mail per l'account di Bluesky" #: src/view/com/auth/create/Step1.tsx:151 -msgid "Input invite code to proceed" -msgstr "Inserisci il codice di invito per procedere" +#~ msgid "Input invite code to proceed" +#~ msgstr "Inserisci il codice di invito per procedere" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:181 msgid "Input name for app password" msgstr "Inserisci il nome per la password dell'app" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:162 +#: src/screens/Login/SetNewPasswordForm.tsx:151 msgid "Input new password" msgstr "Inserisci la nuova password" -#: src/view/com/modals/DeleteAccount.tsx:203 +#: src/view/com/modals/DeleteAccount.tsx:202 msgid "Input password for account deletion" msgstr "Inserisci la password per la cancellazione dell'account" -#: src/view/com/auth/login/LoginForm.tsx:233 +#~ msgid "Input phone number for SMS verification" +#~ msgstr "Inserisci il numero di telefono per la verifica via SMS" + +#: src/screens/Login/LoginForm.tsx:195 msgid "Input the password tied to {identifier}" msgstr "Inserisci la password relazionata a {identifier}" -#: src/view/com/auth/login/LoginForm.tsx:200 +#: src/screens/Login/LoginForm.tsx:168 msgid "Input the username or email address you used at signup" msgstr "Inserisci il nome utente o l'indirizzo email che hai utilizzato al momento della registrazione" -#: src/view/com/auth/login/LoginForm.tsx:232 +#~ msgid "Input the verification code we have texted to you" +#~ msgstr "Inserisci il codice di verifica che ti abbiamo inviato tramite SMS" + +#~ msgid "Input your email to get on the Bluesky waitlist" +#~ msgstr "Inserisci la tua email per entrare nella lista d'attesa di Bluesky" + +#: src/screens/Login/LoginForm.tsx:194 msgid "Input your password" msgstr "Inserisci la tua password" -#: src/view/com/modals/ChangeHandle.tsx:390 +#: src/view/com/modals/ChangeHandle.tsx:389 msgid "Input your preferred hosting provider" msgstr "Inserisci il tuo provider di hosting preferito" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Signup/StepHandle.tsx:62 msgid "Input your user handle" msgstr "Inserisci il tuo identificatore" @@ -2022,40 +2291,54 @@ msgstr "Inserisci il tuo identificatore" msgid "Invalid or unsupported post record" msgstr "Protocollo del post non valido o non supportato" -#: src/view/com/auth/login/LoginForm.tsx:116 +#: src/screens/Login/LoginForm.tsx:114 msgid "Invalid username or password" msgstr "Nome dell'utente o password errato" -#: src/view/com/modals/InviteCodes.tsx:93 +#~ msgid "Invite" +#~ msgstr "Invita" + +#: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Invita un amico" -#: src/view/com/auth/create/Step1.tsx:141 -#: src/view/com/auth/create/Step1.tsx:150 +#: src/screens/Signup/StepInfo/index.tsx:58 msgid "Invite code" msgstr "Codice d'invito" -#: src/view/com/auth/create/state.ts:158 +#: src/screens/Signup/state.ts:278 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Codice invito non accettato. Controlla di averlo inserito correttamente e riprova." -#: src/view/com/modals/InviteCodes.tsx:170 +#: src/view/com/modals/InviteCodes.tsx:171 msgid "Invite codes: {0} available" msgstr "Codici di invito: {0} disponibili" -#: src/view/com/modals/InviteCodes.tsx:169 +#~ msgid "Invite codes: {invitesAvailable} available" +#~ msgstr "Codici di invito: {invitesAvailable} disponibili" + +#: src/view/com/modals/InviteCodes.tsx:170 msgid "Invite codes: 1 available" msgstr "Codici di invito: 1 disponibile" -#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +#: src/screens/Onboarding/StepFollowingFeed.tsx:65 msgid "It shows posts from the people you follow as they happen." msgstr "Mostra i post delle persone che segui." -#: src/view/com/auth/HomeLoggedOutCTA.tsx:103 -#: src/view/com/auth/SplashScreen.web.tsx:138 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:104 +#: src/view/com/auth/SplashScreen.web.tsx:172 msgid "Jobs" msgstr "Lavori" +#~ msgid "Join the waitlist" +#~ msgstr "Iscriviti alla lista d'attesa" + +#~ msgid "Join the waitlist." +#~ msgstr "Iscriviti alla lista d'attesa." + +#~ msgid "Join Waitlist" +#~ msgstr "Iscriviti alla Lista d'Attesa" + #: src/screens/Onboarding/index.tsx:24 msgid "Journalism" msgstr "Giornalismo" @@ -2072,11 +2355,11 @@ msgstr "Etichettato da {0}." msgid "Labeled by the author." msgstr "Etichettato dall'autore." -#: src/view/screens/Profile.tsx:186 +#: src/view/screens/Profile.tsx:188 msgid "Labels" msgstr "Etichette" -#: src/screens/Profile/Sections/Labels.tsx:143 +#: src/screens/Profile/Sections/Labels.tsx:142 msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Le etichette sono annotazioni su utenti e contenuti. Possono essere utilizzate per nascondere, avvisare e classificare il network." @@ -2084,11 +2367,11 @@ msgstr "Le etichette sono annotazioni su utenti e contenuti. Possono essere util msgid "labels have been placed on this {labelTarget}" msgstr "le etichette sono state inserite su questo {labelTarget}" -#: src/components/moderation/LabelsOnMeDialog.tsx:63 +#: src/components/moderation/LabelsOnMeDialog.tsx:62 msgid "Labels on your account" msgstr "Etichette sul tuo account" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "Labels on your content" msgstr "Etichette sul tuo contenuto" @@ -2100,7 +2383,8 @@ msgstr "Seleziona la lingua" msgid "Language settings" msgstr "Impostazione delle lingue" -#: src/Navigation.tsx:144 src/view/screens/LanguageSettings.tsx:89 +#: src/Navigation.tsx:144 +#: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "Impostazione delle Lingue" @@ -2109,10 +2393,13 @@ msgid "Languages" msgstr "Lingue" #: src/view/com/auth/create/StepHeader.tsx:20 -msgid "Last step!" -msgstr "Ultimo passo!" +#~ msgid "Last step!" +#~ msgstr "Ultimo passo!" + +#~ msgid "Learn more" +#~ msgstr "Ulteriori informazioni" -#: src/components/moderation/ScreenHider.tsx:129 +#: src/components/moderation/ScreenHider.tsx:136 msgid "Learn More" msgstr "Ulteriori Informazioni" @@ -2122,11 +2409,11 @@ msgid "Learn more about the moderation applied to this content." msgstr "Scopri di più sulla moderazione applicata a questo contenuto." #: src/components/moderation/PostHider.tsx:85 -#: src/components/moderation/ScreenHider.tsx:126 +#: src/components/moderation/ScreenHider.tsx:125 msgid "Learn more about this warning" msgstr "Ulteriori informazioni su questo avviso" -#: src/screens/Moderation/index.tsx:551 +#: src/screens/Moderation/index.tsx:549 msgid "Learn more about what is public on Bluesky." msgstr "Scopri cosa è pubblico su Bluesky." @@ -2138,7 +2425,7 @@ msgstr "Saperne di più." msgid "Leave them all unchecked to see any language." msgstr "Deseleziona tutte per vedere qualsiasi lingua." -#: src/view/com/modals/LinkWarning.tsx:51 +#: src/view/com/modals/LinkWarning.tsx:65 msgid "Leaving Bluesky" msgstr "Stai lasciando Bluesky" @@ -2150,33 +2437,38 @@ msgstr "mancano." msgid "Legacy storage cleared, you need to restart the app now." msgstr "L'archivio legacy è stato cancellato, riattiva la app." -#: src/view/com/auth/login/Login.tsx:128 src/view/com/auth/login/Login.tsx:144 +#: src/screens/Login/index.tsx:130 +#: src/screens/Login/index.tsx:145 msgid "Let's get your password reset!" msgstr "Reimpostazione della password!" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Let's go!" msgstr "Andiamo!" +#~ msgid "Library" +#~ msgstr "Biblioteca" + #: src/view/screens/Settings/index.tsx:498 msgid "Light" msgstr "Chiaro" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Like" msgstr "Mi piace" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:257 -#: src/view/screens/ProfileFeed.tsx:572 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:258 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Like this feed" msgstr "Metti mi piace a questo feed" -#: src/components/LikesDialog.tsx:87 src/Navigation.tsx:201 +#: src/components/LikesDialog.tsx:87 +#: src/Navigation.tsx:201 #: src/Navigation.tsx:206 msgid "Liked by" msgstr "Piace a" -#: src/screens/Profile/ProfileLabelerLikedBy.tsx:42 +#: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 #: src/view/screens/PostLikedBy.tsx:27 #: src/view/screens/ProfileFeedLikedBy.tsx:27 msgid "Liked By" @@ -2190,9 +2482,9 @@ msgstr "Piace a {0} {1}" msgid "Liked by {count} {0}" msgstr "È piaciuto a {count} {0}" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:277 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:291 -#: src/view/screens/ProfileFeed.tsx:587 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292 +#: src/view/screens/ProfileFeed.tsx:588 msgid "Liked by {likeCount} {0}" msgstr "Piace a {likeCount} {0}" @@ -2200,11 +2492,14 @@ msgstr "Piace a {likeCount} {0}" msgid "liked your custom feed" msgstr "piace il tuo feed personalizzato" +#~ msgid "liked your custom feed{0}" +#~ msgstr "piace il feed personalizzato{0}" + #: src/view/com/notifications/FeedItem.tsx:159 msgid "liked your post" msgstr "piace il tuo post" -#: src/view/screens/Profile.tsx:191 +#: src/view/screens/Profile.tsx:193 msgid "Likes" msgstr "Mi piace" @@ -2216,7 +2511,7 @@ msgstr "Mi Piace in questo post" msgid "List" msgstr "Lista" -#: src/view/com/modals/CreateOrEditList.tsx:261 +#: src/view/com/modals/CreateOrEditList.tsx:262 msgid "List Avatar" msgstr "Lista avatar" @@ -2236,7 +2531,7 @@ msgstr "Lista cancellata" msgid "List muted" msgstr "Lista muta" -#: src/view/com/modals/CreateOrEditList.tsx:275 +#: src/view/com/modals/CreateOrEditList.tsx:276 msgid "List Name" msgstr "Nome della lista" @@ -2248,18 +2543,26 @@ msgstr "Lista sbloccata" msgid "List unmuted" msgstr "Lista non mutata" -#: src/Navigation.tsx:114 src/view/screens/Profile.tsx:187 -#: src/view/screens/Profile.tsx:193 src/view/shell/desktop/LeftNav.tsx:383 -#: src/view/shell/Drawer.tsx:495 src/view/shell/Drawer.tsx:496 +#: src/Navigation.tsx:114 +#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:195 +#: src/view/shell/desktop/LeftNav.tsx:383 +#: src/view/shell/Drawer.tsx:495 +#: src/view/shell/Drawer.tsx:496 msgid "Lists" msgstr "Liste" +#~ msgid "Load more posts" +#~ msgstr "Carica più post" + #: src/view/screens/Notifications.tsx:159 msgid "Load new notifications" msgstr "Carica più notifiche" -#: src/screens/Profile/Sections/Feed.tsx:70 src/view/com/feeds/FeedPage.tsx:124 -#: src/view/screens/ProfileFeed.tsx:495 src/view/screens/ProfileList.tsx:695 +#: src/screens/Profile/Sections/Feed.tsx:70 +#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/screens/ProfileFeed.tsx:496 +#: src/view/screens/ProfileList.tsx:695 msgid "Load new posts" msgstr "Carica nuovi posts" @@ -2267,40 +2570,52 @@ msgstr "Carica nuovi posts" msgid "Loading..." msgstr "Caricamento..." +#~ msgid "Local dev server" +#~ msgstr "Server di sviluppo locale" + #: src/Navigation.tsx:221 msgid "Log" msgstr "Log" -#: src/screens/Deactivated.tsx:149 src/screens/Deactivated.tsx:152 -#: src/screens/Deactivated.tsx:178 src/screens/Deactivated.tsx:181 +#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:152 +#: src/screens/Deactivated.tsx:178 +#: src/screens/Deactivated.tsx:181 msgid "Log out" msgstr "Disconnetta l'account" -#: src/screens/Moderation/index.tsx:444 +#: src/screens/Moderation/index.tsx:442 msgid "Logged-out visibility" msgstr "Visibilità degli utenti disconnessi" -#: src/view/com/auth/login/ChooseAccountForm.tsx:142 +#: src/components/AccountList.tsx:54 msgid "Login to account that is not listed" msgstr "Accedi all'account che non è nella lista" -#: src/view/com/modals/LinkWarning.tsx:65 +#~ 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 "Sembra che questo feed sia disponibile solo per gli utenti con un account Bluesky. Per favore registrati o accedi per visualizzare questo feed!" + +#: src/screens/Login/SetNewPasswordForm.tsx:116 +msgid "Looks like XXXXX-XXXXX" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:79 msgid "Make sure this is where you intend to go!" msgstr "Assicurati che questo sia dove intendi andare!" -#: src/components/dialogs/MutedWords.tsx:83 +#: src/components/dialogs/MutedWords.tsx:82 msgid "Manage your muted words and tags" msgstr "Gestisci le parole mute e i tags" #: src/view/com/auth/create/Step2.tsx:118 -msgid "May not be longer than 253 characters" -msgstr "Non può contenere più di 253 caratteri" +#~ msgid "May not be longer than 253 characters" +#~ msgstr "Non può contenere più di 253 caratteri" #: src/view/com/auth/create/Step2.tsx:109 -msgid "May only contain letters and numbers" -msgstr "Può contenere solo lettere e numeri" +#~ msgid "May only contain letters and numbers" +#~ msgstr "Può contenere solo lettere e numeri" -#: src/view/screens/Profile.tsx:190 +#: src/view/screens/Profile.tsx:192 msgid "Media" msgstr "Media" @@ -2312,10 +2627,14 @@ msgstr "utenti menzionati" msgid "Mentioned users" msgstr "Utenti menzionati" -#: src/view/com/util/ViewHeader.tsx:87 src/view/screens/Search/Search.tsx:647 +#: src/view/com/util/ViewHeader.tsx:87 +#: src/view/screens/Search/Search.tsx:648 msgid "Menu" msgstr "Menù" +#~ msgid "Message from server" +#~ msgstr "Messaggio dal server" + #: src/view/com/posts/FeedErrorMessage.tsx:192 msgid "Message from server: {0}" msgstr "Messaggio dal server: {0}" @@ -2324,14 +2643,16 @@ msgstr "Messaggio dal server: {0}" msgid "Misleading Account" msgstr "Account Ingannevole" -#: src/Navigation.tsx:119 src/screens/Moderation/index.tsx:106 +#: src/Navigation.tsx:119 +#: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:645 -#: src/view/shell/desktop/LeftNav.tsx:401 src/view/shell/Drawer.tsx:514 +#: src/view/shell/desktop/LeftNav.tsx:401 +#: src/view/shell/Drawer.tsx:514 #: src/view/shell/Drawer.tsx:515 msgid "Moderation" msgstr "Moderazione" -#: src/components/moderation/ModerationDetailsDialog.tsx:113 +#: src/components/moderation/ModerationDetailsDialog.tsx:112 msgid "Moderation details" msgstr "Dettagli sulla moderazione" @@ -2350,19 +2671,20 @@ msgstr "Lista di moderazione di <0/>" msgid "Moderation list by you" msgstr "Le tue liste di moderazione" -#: src/view/com/modals/CreateOrEditList.tsx:197 +#: src/view/com/modals/CreateOrEditList.tsx:198 msgid "Moderation list created" msgstr "Lista di moderazione creata" -#: src/view/com/modals/CreateOrEditList.tsx:183 +#: src/view/com/modals/CreateOrEditList.tsx:184 msgid "Moderation list updated" msgstr "Lista di moderazione aggiornata" -#: src/screens/Moderation/index.tsx:245 +#: src/screens/Moderation/index.tsx:243 msgid "Moderation lists" msgstr "Liste di moderazione" -#: src/Navigation.tsx:124 src/view/screens/ModerationModlists.tsx:58 +#: src/Navigation.tsx:124 +#: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Liste di Moderazione" @@ -2374,11 +2696,11 @@ msgstr "Impostazioni di moderazione" msgid "Moderation states" msgstr "Stati di moderazione" -#: src/screens/Moderation/index.tsx:217 +#: src/screens/Moderation/index.tsx:215 msgid "Moderation tools" msgstr "Strumenti di moderazione" -#: src/components/moderation/ModerationDetailsDialog.tsx:49 +#: src/components/moderation/ModerationDetailsDialog.tsx:48 #: src/lib/moderation/useModerationCauseDescription.ts:40 msgid "Moderator has chosen to set a general warning on the content." msgstr "Il moderatore ha scelto di mettere un avviso generale sul contenuto." @@ -2395,13 +2717,16 @@ msgstr "Altri feed" msgid "More options" msgstr "Altre opzioni" +#~ msgid "More post options" +#~ msgstr "Altre impostazioni per il post" + #: src/view/screens/PreferencesThreads.tsx:82 msgid "Most-liked replies first" msgstr "Dai priorità alle risposte con più likes" #: src/view/com/auth/create/Step2.tsx:122 -msgid "Must be at least 3 characters" -msgstr "Deve contenere almeno 3 caratteri" +#~ msgid "Must be at least 3 characters" +#~ msgstr "Deve contenere almeno 3 caratteri" #: src/components/TagMenu/index.tsx:249 msgid "Mute" @@ -2424,15 +2749,16 @@ msgstr "Silenzia gli accounts" msgid "Mute all {displayTag} posts" msgstr "Silenzia tutti i post {displayTag}" -#: src/components/dialogs/MutedWords.tsx:149 +#: src/components/dialogs/MutedWords.tsx:148 msgid "Mute in tags only" msgstr "Silenzia solo i tags" -#: src/components/dialogs/MutedWords.tsx:134 +#: src/components/dialogs/MutedWords.tsx:133 msgid "Mute in text & tags" msgstr "Silenzia nel testo & tags" -#: src/view/screens/ProfileList.tsx:461 src/view/screens/ProfileList.tsx:624 +#: src/view/screens/ProfileList.tsx:461 +#: src/view/screens/ProfileList.tsx:624 msgid "Mute list" msgstr "Silenziare la lista" @@ -2440,11 +2766,14 @@ msgstr "Silenziare la lista" msgid "Mute these accounts?" msgstr "Vuoi silenziare queste liste?" -#: src/components/dialogs/MutedWords.tsx:127 +#~ msgid "Mute this List" +#~ msgstr "Silenzia questa Lista" + +#: src/components/dialogs/MutedWords.tsx:126 msgid "Mute this word in post text and tags" msgstr "Silenzia questa parola nel testo e nei tag del post" -#: src/components/dialogs/MutedWords.tsx:142 +#: src/components/dialogs/MutedWords.tsx:141 msgid "Mute this word in tags only" msgstr "Siilenzia questa parola solo nei tags" @@ -2462,11 +2791,12 @@ msgstr "Silenzia parole & tags" msgid "Muted" msgstr "Silenziato" -#: src/screens/Moderation/index.tsx:257 +#: src/screens/Moderation/index.tsx:255 msgid "Muted accounts" msgstr "Account silenziato" -#: src/Navigation.tsx:129 src/view/screens/ModerationMutedAccounts.tsx:107 +#: src/Navigation.tsx:129 +#: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Accounts Silenziati" @@ -2478,7 +2808,7 @@ msgstr "I post degli account silenziati verranno rimossi dal tuo feed e dalle tu msgid "Muted by \"{0}\"" msgstr "Silenziato da \"{0}\"" -#: src/screens/Moderation/index.tsx:233 +#: src/screens/Moderation/index.tsx:231 msgid "Muted words & tags" msgstr "Parole e tags silenziati" @@ -2507,12 +2837,15 @@ msgstr "I miei feed salvati" msgid "My Saved Feeds" msgstr "I miei Feeds Salvati" -#: src/view/com/modals/AddAppPasswords.tsx:179 -#: src/view/com/modals/CreateOrEditList.tsx:290 +#~ msgid "my-server.com" +#~ msgstr "my-server.com" + +#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/CreateOrEditList.tsx:291 msgid "Name" msgstr "Nome" -#: src/view/com/modals/CreateOrEditList.tsx:145 +#: src/view/com/modals/CreateOrEditList.tsx:146 msgid "Name is required" msgstr "Il nome è obbligatorio" @@ -2526,10 +2859,8 @@ msgstr "Il Nome o la Descrizione Viola gli Standard della Comunità" msgid "Nature" msgstr "Natura" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:190 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:219 -#: src/view/com/auth/login/LoginForm.tsx:292 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:196 +#: src/screens/Login/ForgotPasswordForm.tsx:173 +#: src/screens/Login/LoginForm.tsx:254 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "Vai alla schermata successiva" @@ -2538,25 +2869,25 @@ msgstr "Vai alla schermata successiva" msgid "Navigates to your profile" msgstr "Vai al tuo profilo" -#: src/components/ReportDialog/SelectReportOptionView.tsx:124 +#: src/components/ReportDialog/SelectReportOptionView.tsx:122 msgid "Need to report a copyright violation?" msgstr "Hai bisogno di segnalare una violazione del copyright?" #: src/view/com/modals/EmbedConsent.tsx:107 #: src/view/com/modals/EmbedConsent.tsx:123 -msgid "Never load embeds from {0}" -msgstr "Non caricare mai gli inserimenti di {0}" +#~ msgid "Never load embeds from {0}" +#~ msgstr "Non caricare mai gli inserimenti di {0}" #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:72 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:74 msgid "Never lose access to your followers and data." msgstr "Non perdere mai l'accesso ai tuoi follower e ai tuoi dati." -#: src/screens/Onboarding/StepFinished.tsx:119 +#: src/screens/Onboarding/StepFinished.tsx:123 msgid "Never lose access to your followers or data." msgstr "Non perdere mai l'accesso ai tuoi follower o ai tuoi dati." -#: src/view/com/modals/ChangeHandle.tsx:520 +#: src/view/com/modals/ChangeHandle.tsx:519 msgid "Nevermind, create a handle for me" msgstr "Non importa, crea una handle per me" @@ -2569,11 +2900,10 @@ msgstr "Nuova" msgid "New" msgstr "Nuova" -#: src/view/com/modals/CreateOrEditList.tsx:252 +#: src/view/com/modals/CreateOrEditList.tsx:253 msgid "New Moderation List" msgstr "Nuova Lista di Moderazione" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/ChangePassword.tsx:212 msgid "New password" msgstr "Nuovo Password" @@ -2582,14 +2912,17 @@ msgstr "Nuovo Password" msgid "New Password" msgstr "Nuovo Password" -#: src/view/com/feeds/FeedPage.tsx:135 +#: src/view/com/feeds/FeedPage.tsx:149 msgctxt "action" msgid "New post" msgstr "Nuovo Post" -#: src/view/screens/Feeds.tsx:555 src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:450 src/view/screens/ProfileFeed.tsx:433 -#: src/view/screens/ProfileList.tsx:199 src/view/screens/ProfileList.tsx:227 +#: src/view/screens/Feeds.tsx:555 +#: src/view/screens/Notifications.tsx:168 +#: src/view/screens/Profile.tsx:452 +#: src/view/screens/ProfileFeed.tsx:434 +#: src/view/screens/ProfileList.tsx:199 +#: src/view/screens/ProfileList.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:252 msgid "New post" msgstr "Nuovo post" @@ -2599,7 +2932,10 @@ msgctxt "action" msgid "New Post" msgstr "Nuovo post" -#: src/view/com/modals/CreateOrEditList.tsx:247 +#~ msgid "New Post" +#~ msgstr "Nuovo Post" + +#: src/view/com/modals/CreateOrEditList.tsx:248 msgid "New User List" msgstr "Nuova lista" @@ -2611,12 +2947,13 @@ msgstr "Mostrare prima le risposte più recenti" msgid "News" msgstr "Notizie" -#: src/view/com/auth/create/CreateAccount.tsx:172 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:182 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:192 -#: src/view/com/auth/login/LoginForm.tsx:294 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:187 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:143 +#: src/screens/Login/ForgotPasswordForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:253 +#: src/screens/Login/LoginForm.tsx:260 +#: src/screens/Login/SetNewPasswordForm.tsx:174 +#: src/screens/Login/SetNewPasswordForm.tsx:180 +#: src/screens/Signup/index.tsx:205 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:79 #: src/view/com/modals/ChangePassword.tsx:253 #: src/view/com/modals/ChangePassword.tsx:255 @@ -2641,18 +2978,23 @@ msgstr "Immagine seguente" msgid "No" msgstr "No" -#: src/view/screens/ProfileFeed.tsx:561 src/view/screens/ProfileList.tsx:769 +#: src/view/screens/ProfileFeed.tsx:562 +#: src/view/screens/ProfileList.tsx:769 msgid "No description" msgstr "Senza descrizione" -#: src/view/com/modals/ChangeHandle.tsx:406 +#: src/view/com/modals/ChangeHandle.tsx:405 msgid "No DNS Panel" msgstr "Nessun pannello DNS" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 msgid "No longer following {0}" msgstr "Non segui più {0}" +#: src/screens/Signup/StepHandle.tsx:114 +msgid "No longer than 253 characters" +msgstr "" + #: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "Ancora nessuna notifica!" @@ -2662,7 +3004,7 @@ msgstr "Ancora nessuna notifica!" msgid "No result" msgstr "Nessun risultato" -#: src/components/Lists.tsx:189 +#: src/components/Lists.tsx:183 msgid "No results found" msgstr "Non si è trovato nessun risultato" @@ -2671,12 +3013,13 @@ msgid "No results found for \"{query}\"" msgstr "Nessun risultato trovato per \"{query}\"" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:282 -#: src/view/screens/Search/Search.tsx:310 +#: src/view/screens/Search/Search.tsx:283 +#: src/view/screens/Search/Search.tsx:311 msgid "No results found for {query}" msgstr "Nessun risultato trovato per {query}" -#: src/view/com/modals/EmbedConsent.tsx:129 +#: src/components/dialogs/EmbedConsent.tsx:105 +#: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" msgstr "No grazie" @@ -2684,7 +3027,8 @@ msgstr "No grazie" msgid "Nobody" msgstr "Nessuno" -#: src/components/LikedByList.tsx:102 src/components/LikesDialog.tsx:99 +#: src/components/LikedByList.tsx:79 +#: src/components/LikesDialog.tsx:99 msgid "Nobody has liked this yet. Maybe you should be the first!" msgstr "Nessuno ha fatto ancora un like. Fai il primo tu!" @@ -2696,7 +3040,8 @@ msgstr "Nudità non sessuale" msgid "Not Applicable." msgstr "Non applicabile." -#: src/Navigation.tsx:109 src/view/screens/Profile.tsx:97 +#: src/Navigation.tsx:109 +#: src/view/screens/Profile.tsx:99 msgid "Not Found" msgstr "Non trovato" @@ -2707,17 +3052,20 @@ msgstr "Non adesso" #: src/view/com/profile/ProfileMenu.tsx:368 #: src/view/com/util/forms/PostDropdownBtn.tsx:342 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:246 msgid "Note about sharing" msgstr "Nota sulla condivisione" -#: src/screens/Moderation/index.tsx:542 +#: src/screens/Moderation/index.tsx:540 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 è una rete aperta e pubblica. Questa impostazione limita solo la visibilità dei tuoi contenuti sull'app e sul sito Web di Bluesky e altre app potrebbero non rispettare questa impostazione. I tuoi contenuti potrebbero comunque essere mostrati agli utenti disconnessi da altre app e siti web." -#: src/Navigation.tsx:469 src/view/screens/Notifications.tsx:124 +#: src/Navigation.tsx:469 +#: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 -#: src/view/shell/bottom-bar/BottomBar.tsx:207 -#: src/view/shell/desktop/LeftNav.tsx:365 src/view/shell/Drawer.tsx:438 +#: src/view/shell/bottom-bar/BottomBar.tsx:215 +#: src/view/shell/desktop/LeftNav.tsx:365 +#: src/view/shell/Drawer.tsx:438 #: src/view/shell/Drawer.tsx:439 msgid "Notifications" msgstr "Notifiche" @@ -2727,8 +3075,16 @@ msgid "Nudity" msgstr "Nudità" #: src/lib/moderation/useReportOptions.ts:71 -msgid "Nudity or pornography not labeled as such" -msgstr "Nudità o pornografia non etichettata come tale" +msgid "Nudity or adult content not labeled as such" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:71 +#~ msgid "Nudity or pornography not labeled as such" +#~ msgstr "Nudità o pornografia non etichettata come tale" + +#: src/screens/Signup/index.tsx:142 +msgid "of" +msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:11 msgid "Off" @@ -2738,15 +3094,16 @@ msgstr "Spento" msgid "Oh no!" msgstr "Oh no!" -#: src/screens/Onboarding/StepInterests/index.tsx:128 +#: src/screens/Onboarding/StepInterests/index.tsx:132 msgid "Oh no! Something went wrong." msgstr "Oh no! Qualcosa è andato male." -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:127 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:126 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:327 msgid "OK" msgstr "OK" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 +#: src/screens/Login/PasswordUpdatedForm.tsx:44 msgid "Okay" msgstr "Va bene" @@ -2758,7 +3115,7 @@ msgstr "Mostrare prima le risposte più vecchie" msgid "Onboarding reset" msgstr "Reimpostazione dell'onboarding" -#: src/view/com/composer/Composer.tsx:391 +#: src/view/com/composer/Composer.tsx:392 msgid "One or more images is missing alt text." msgstr "A una o più immagini manca il testo alternativo." @@ -2766,25 +3123,30 @@ msgstr "A una o più immagini manca il testo alternativo." msgid "Only {0} can reply." msgstr "Solo {0} può rispondere." -#: src/components/Lists.tsx:83 +#: src/screens/Signup/StepHandle.tsx:97 +msgid "Only contains letters, numbers, and hyphens" +msgstr "" + +#: src/components/Lists.tsx:75 msgid "Oops, something went wrong!" msgstr "Ops! Qualcosa è andato male!" -#: src/components/Lists.tsx:157 src/view/screens/AppPasswords.tsx:67 -#: src/view/screens/Profile.tsx:97 +#: src/components/Lists.tsx:170 +#: src/view/screens/AppPasswords.tsx:67 +#: src/view/screens/Profile.tsx:99 msgid "Oops!" msgstr "Ops!" -#: src/screens/Onboarding/StepFinished.tsx:115 +#: src/screens/Onboarding/StepFinished.tsx:119 msgid "Open" msgstr "Apri" -#: src/view/com/composer/Composer.tsx:490 #: src/view/com/composer/Composer.tsx:491 +#: src/view/com/composer/Composer.tsx:492 msgid "Open emoji picker" msgstr "Apri il selettore emoji" -#: src/view/screens/ProfileFeed.tsx:299 +#: src/view/screens/ProfileFeed.tsx:300 msgid "Open feed options menu" msgstr "Apri il menu delle opzioni del feed" @@ -2792,7 +3154,7 @@ msgstr "Apri il menu delle opzioni del feed" msgid "Open links with in-app browser" msgstr "Apri i links con il navigatore della app" -#: src/screens/Moderation/index.tsx:229 +#: src/screens/Moderation/index.tsx:227 msgid "Open muted words and tags settings" msgstr "Apri le impostazioni delle parole e dei tag silenziati" @@ -2841,21 +3203,35 @@ msgstr "Apre le impostazioni configurabili delle lingue" msgid "Opens device photo gallery" msgstr "Apre la galleria fotografica del dispositivo" +#~ msgid "Opens editor for profile display name, avatar, background image, and description" +#~ msgstr "Apre l'editor per il nome configurato del profilo, l'avatar, l'immagine di sfondo e la descrizione" + #: src/view/screens/Settings/index.tsx:669 msgid "Opens external embeds settings" msgstr "Apre le impostazioni esterne per gli incorporamenti" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:56 -#: src/view/com/auth/SplashScreen.tsx:70 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:57 +#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/SplashScreen.web.tsx:97 msgid "Opens flow to create a new Bluesky account" msgstr "Apre il procedimento per creare un nuovo account Bluesky" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:74 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:75 #: src/view/com/auth/SplashScreen.tsx:83 +#: src/view/com/auth/SplashScreen.web.tsx:112 msgid "Opens flow to sign into your existing Bluesky account" msgstr "Apre il procedimento per accedere al tuo account esistente di Bluesky" -#: src/view/com/modals/InviteCodes.tsx:172 +#~ msgid "Opens followers list" +#~ msgstr "Apre la lista dei followers" + +#~ msgid "Opens following list" +#~ msgstr "Apre la lista di chi segui" + +#~ msgid "Opens invite code list" +#~ msgstr "Apre la lista dei codici di invito" + +#: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "Apre la lista dei codici di invito" @@ -2863,6 +3239,9 @@ msgstr "Apre la lista dei codici di invito" msgid "Opens modal for account deletion confirmation. Requires email code" msgstr "Apre la modale per la conferma dell'eliminazione dell'account. Richiede un codice e-mail" +#~ msgid "Opens modal for account deletion confirmation. Requires email code." +#~ msgstr "Apre il modal per la conferma dell'eliminazione dell'account. Richiede un codice email." + #: src/view/screens/Settings/index.tsx:756 msgid "Opens modal for changing your Bluesky password" msgstr "Apre la modale per modificare il tuo password di Bluesky" @@ -2875,11 +3254,11 @@ msgstr "Apre la modale per la scelta di un nuovo handle di Bluesky" msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "Apre la modale per scaricare i dati del tuo account Bluesky (repository)" -#: src/view/screens/Settings/index.tsx:970 +#: src/view/screens/Settings/index.tsx:968 msgid "Opens modal for email verification" msgstr "Apre la modale per la verifica dell'e-mail" -#: src/view/com/modals/ChangeHandle.tsx:281 +#: src/view/com/modals/ChangeHandle.tsx:282 msgid "Opens modal for using custom domain" msgstr "Apre il modal per l'utilizzo del dominio personalizzato" @@ -2887,11 +3266,12 @@ msgstr "Apre il modal per l'utilizzo del dominio personalizzato" msgid "Opens moderation settings" msgstr "Apre le impostazioni di moderazione" -#: src/view/com/auth/login/LoginForm.tsx:242 +#: src/screens/Login/LoginForm.tsx:202 msgid "Opens password reset form" msgstr "Apre il modulo di reimpostazione della password" -#: src/view/com/home/HomeHeaderLayout.web.tsx:63 src/view/screens/Feeds.tsx:356 +#: src/view/com/home/HomeHeaderLayout.web.tsx:63 +#: src/view/screens/Feeds.tsx:356 msgid "Opens screen to edit Saved Feeds" msgstr "Apre la schermata per modificare i feed salvati" @@ -2903,11 +3283,17 @@ msgstr "Apre la schermata con tutti i feed salvati" msgid "Opens the app password settings" msgstr "Apre le impostazioni della password dell'app" +#~ msgid "Opens the app password settings page" +#~ msgstr "Apre la pagina delle impostazioni della password dell'app" + #: src/view/screens/Settings/index.tsx:554 msgid "Opens the Following feed preferences" msgstr "Apre le preferenze del feed Following" -#: src/view/com/modals/LinkWarning.tsx:76 +#~ msgid "Opens the home feed preferences" +#~ msgstr "Apre le preferenze del home feed" + +#: src/view/com/modals/LinkWarning.tsx:93 msgid "Opens the linked website" msgstr "Apre il sito Web collegato" @@ -2940,15 +3326,19 @@ msgstr "Oppure combina queste opzioni:" msgid "Other" msgstr "Altri" -#: src/view/com/auth/login/ChooseAccountForm.tsx:147 +#: src/components/AccountList.tsx:73 msgid "Other account" msgstr "Altro account" +#~ msgid "Other service" +#~ msgstr "Altro servizio" + #: src/view/com/composer/select-language/SelectLangBtn.tsx:91 msgid "Other..." msgstr "Altro..." -#: src/components/Lists.tsx:190 src/view/screens/NotFound.tsx:45 +#: src/components/Lists.tsx:184 +#: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Pagina non trovata" @@ -2956,13 +3346,10 @@ msgstr "Pagina non trovata" msgid "Page Not Found" msgstr "Pagina non trovata" -#: src/view/com/auth/create/Step1.tsx:191 -#: src/view/com/auth/create/Step1.tsx:201 -#: src/view/com/auth/login/LoginForm.tsx:213 -#: src/view/com/auth/login/LoginForm.tsx:229 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:161 -#: src/view/com/modals/DeleteAccount.tsx:195 -#: src/view/com/modals/DeleteAccount.tsx:202 +#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Signup/StepInfo/index.tsx:101 +#: src/view/com/modals/DeleteAccount.tsx:194 +#: src/view/com/modals/DeleteAccount.tsx:201 msgid "Password" msgstr "Password" @@ -2970,11 +3357,11 @@ msgstr "Password" msgid "Password Changed" msgstr "Password Cambiato" -#: src/view/com/auth/login/Login.tsx:157 +#: src/screens/Login/index.tsx:157 msgid "Password updated" msgstr "Password aggiornata" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:28 +#: src/screens/Login/PasswordUpdatedForm.tsx:30 msgid "Password updated!" msgstr "Password aggiornata!" @@ -2998,15 +3385,19 @@ msgstr "L'autorizzazione per accedere la cartella delle immagini è stata negata msgid "Pets" msgstr "Animali di compagnia" +#~ msgid "Phone number" +#~ msgstr "Numero di telefono" + #: src/view/com/modals/SelfLabel.tsx:121 msgid "Pictures meant for adults." msgstr "Immagini per adulti." -#: src/view/screens/ProfileFeed.tsx:291 src/view/screens/ProfileList.tsx:563 +#: src/view/screens/ProfileFeed.tsx:292 +#: src/view/screens/ProfileList.tsx:563 msgid "Pin to home" msgstr "Fissa su Home" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 msgid "Pin to Home" msgstr "Fissa su Home" @@ -3014,28 +3405,28 @@ msgstr "Fissa su Home" msgid "Pinned Feeds" msgstr "Feeds Fissi" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:111 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "Riproduci {0}" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:54 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:55 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" msgstr "Riproduci video" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:110 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 msgid "Plays the GIF" msgstr "Riproduci questa GIF" -#: src/view/com/auth/create/state.ts:124 +#: src/screens/Signup/state.ts:241 msgid "Please choose your handle." msgstr "Scegli il tuo nome utente." -#: src/view/com/auth/create/state.ts:117 +#: src/screens/Signup/state.ts:234 msgid "Please choose your password." msgstr "Scegli la tua password." -#: src/view/com/auth/create/state.ts:131 +#: src/screens/Signup/state.ts:251 msgid "Please complete the verification captcha." msgstr "Si prega di completare il captcha di verifica." @@ -3043,35 +3434,50 @@ msgstr "Si prega di completare il captcha di verifica." msgid "Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed." msgstr "Conferma la tua email prima di cambiarla. Si tratta di un requisito temporaneo durante l'aggiunta degli strumenti di aggiornamento della posta elettronica e verrà presto rimosso." -#: src/view/com/modals/AddAppPasswords.tsx:90 +#: src/view/com/modals/AddAppPasswords.tsx:91 msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "Inserisci un nome per la password dell'app. Tutti gli spazi non sono consentiti." -#: src/view/com/modals/AddAppPasswords.tsx:145 +#~ msgid "Please enter a phone number that can receive SMS text messages." +#~ msgstr "Inserisci un numero di telefono in grado di ricevere messaggi di testo SMS." + +#: src/view/com/modals/AddAppPasswords.tsx:146 msgid "Please enter a unique name for this App Password or use our randomly generated one." msgstr "Inserisci un nome unico per la password dell'app o utilizzane uno generato automaticamente." -#: src/components/dialogs/MutedWords.tsx:68 +#: src/components/dialogs/MutedWords.tsx:67 msgid "Please enter a valid word, tag, or phrase to mute" msgstr "Inserisci una parola, un tag o una frase valida da silenziare" -#: src/view/com/auth/create/state.ts:103 +#~ msgid "Please enter the code you received by SMS." +#~ msgstr "Inserisci il codice che hai ricevuto via SMS." + +#~ msgid "Please enter the verification code sent to {phoneNumberFormatted}." +#~ msgstr "Inserisci il codice di verifica inviato a {phoneNumberFormatted}." + +#: src/screens/Signup/state.ts:220 msgid "Please enter your email." msgstr "Inserisci la tua email." -#: src/view/com/modals/DeleteAccount.tsx:191 +#: src/view/com/modals/DeleteAccount.tsx:190 msgid "Please enter your password as well:" msgstr "Inserisci anche la tua password:" -#: src/components/moderation/LabelsOnMeDialog.tsx:222 +#: src/components/moderation/LabelsOnMeDialog.tsx:221 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Spiega perché ritieni che questa etichetta sia stata applicata in modo errato da {0}" +#~ msgid "Please tell us why you think this content warning was incorrectly applied!" +#~ msgstr "Spiegaci perché ritieni che questo avviso sui contenuti sia stato applicato in modo errato!" + +#~ msgid "Please tell us why you think this decision was incorrect." +#~ msgstr "Per favore spiegaci perché ritieni che questa decisione sia stata sbagliata." + #: src/view/com/modals/VerifyEmail.tsx:101 msgid "Please Verify Your Email" msgstr "Verifica la tua email" -#: src/view/com/composer/Composer.tsx:221 +#: src/view/com/composer/Composer.tsx:222 msgid "Please wait for your link card to finish loading" msgstr "Attendi il caricamento della scheda di collegamento" @@ -3084,11 +3490,11 @@ msgid "Porn" msgstr "Porno" #: src/lib/moderation/useGlobalLabelStrings.ts:34 -msgid "Pornography" -msgstr "Pornografia" +#~ msgid "Pornography" +#~ msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:366 -#: src/view/com/composer/Composer.tsx:374 +#: src/view/com/composer/Composer.tsx:367 +#: src/view/com/composer/Composer.tsx:375 msgctxt "action" msgid "Post" msgstr "Post" @@ -3098,11 +3504,16 @@ msgctxt "description" msgid "Post" msgstr "Post" +#~ msgid "Post" +#~ msgstr "Post" + #: src/view/com/post-thread/PostThreadItem.tsx:175 msgid "Post by {0}" msgstr "Pubblicato da {0}" -#: src/Navigation.tsx:176 src/Navigation.tsx:183 src/Navigation.tsx:190 +#: src/Navigation.tsx:176 +#: src/Navigation.tsx:183 +#: src/Navigation.tsx:190 msgid "Post by @{0}" msgstr "Pubblicato da @{0}" @@ -3114,12 +3525,12 @@ msgstr "Post eliminato" msgid "Post hidden" msgstr "Post nascosto" -#: src/components/moderation/ModerationDetailsDialog.tsx:98 +#: src/components/moderation/ModerationDetailsDialog.tsx:97 #: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Post Hidden by Muted Word" msgstr "Post nascosto dalla Parola Silenziata" -#: src/components/moderation/ModerationDetailsDialog.tsx:101 +#: src/components/moderation/ModerationDetailsDialog.tsx:100 #: src/lib/moderation/useModerationCauseDescription.ts:108 msgid "Post Hidden by You" msgstr "Post nascosto da te" @@ -3141,11 +3552,11 @@ msgstr "Post non trovato" msgid "posts" msgstr "post" -#: src/view/screens/Profile.tsx:188 +#: src/view/screens/Profile.tsx:190 msgid "Posts" msgstr "Post" -#: src/components/dialogs/MutedWords.tsx:90 +#: src/components/dialogs/MutedWords.tsx:89 msgid "Posts can be muted based on their text, their tags, or both." msgstr "I post possono essere silenziati in base al testo, ai tag o entrambi." @@ -3153,11 +3564,17 @@ msgstr "I post possono essere silenziati in base al testo, ai tag o entram msgid "Posts hidden" msgstr "Post nascosto" -#: src/view/com/modals/LinkWarning.tsx:46 +#: src/view/com/modals/LinkWarning.tsx:60 msgid "Potentially Misleading Link" msgstr "Link potenzialmente fuorviante" -#: src/components/Lists.tsx:88 +#: src/components/forms/HostingProvider.tsx:45 +msgid "Press to change hosting provider" +msgstr "" + +#: src/components/Error.tsx:74 +#: src/components/Lists.tsx:80 +#: src/screens/Signup/index.tsx:186 msgid "Press to retry" msgstr "Premere per riprovare" @@ -3178,35 +3595,40 @@ msgstr "Dai priorità a quelli che segui" msgid "Privacy" msgstr "Privacy" -#: src/Navigation.tsx:231 src/view/com/auth/create/Policies.tsx:69 +#: src/Navigation.tsx:231 +#: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:925 src/view/shell/Drawer.tsx:265 +#: src/view/screens/Settings/index.tsx:923 +#: src/view/shell/Drawer.tsx:265 msgid "Privacy Policy" msgstr "Informativa sulla privacy" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:156 msgid "Processing..." msgstr "Elaborazione in corso…" -#: src/view/screens/DebugMod.tsx:888 src/view/screens/Profile.tsx:340 +#: src/view/screens/DebugMod.tsx:888 +#: src/view/screens/Profile.tsx:342 msgid "profile" msgstr "profilo" -#: src/view/shell/bottom-bar/BottomBar.tsx:251 -#: src/view/shell/desktop/LeftNav.tsx:419 src/view/shell/Drawer.tsx:70 -#: src/view/shell/Drawer.tsx:549 src/view/shell/Drawer.tsx:550 +#: src/view/shell/bottom-bar/BottomBar.tsx:260 +#: src/view/shell/desktop/LeftNav.tsx:419 +#: src/view/shell/Drawer.tsx:70 +#: src/view/shell/Drawer.tsx:549 +#: src/view/shell/Drawer.tsx:550 msgid "Profile" msgstr "Profilo" -#: src/view/com/modals/EditProfile.tsx:128 +#: src/view/com/modals/EditProfile.tsx:129 msgid "Profile updated" msgstr "Profilo aggiornato" -#: src/view/screens/Settings/index.tsx:983 +#: src/view/screens/Settings/index.tsx:981 msgid "Protect your account by verifying your email." msgstr "Proteggi il tuo account verificando la tua email." -#: src/screens/Onboarding/StepFinished.tsx:101 +#: src/screens/Onboarding/StepFinished.tsx:105 msgid "Public" msgstr "Pubblico" @@ -3218,15 +3640,15 @@ msgstr "Elenchi pubblici e condivisibili di utenti da disattivare o bloccare in msgid "Public, shareable lists which can drive feeds." msgstr "Liste pubbliche e condivisibili che possono impulsare i feeds." -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish post" msgstr "Pubblica il post" -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish reply" msgstr "Pubblica la risposta" -#: src/view/com/modals/Repost.tsx:65 +#: src/view/com/modals/Repost.tsx:66 msgctxt "action" msgid "Quote post" msgstr "Cita il post" @@ -3235,20 +3657,23 @@ msgstr "Cita il post" msgid "Quote post" msgstr "Cita il post" -#: src/view/com/modals/Repost.tsx:70 +#: src/view/com/modals/Repost.tsx:71 msgctxt "action" msgid "Quote Post" msgstr "Cita il post" +#~ msgid "Quote Post" +#~ msgstr "Cita il post" + #: src/view/screens/PreferencesThreads.tsx:86 msgid "Random (aka \"Poster's Roulette\")" msgstr "Selezione a caso (nota anche come \"Poster's Roulette\")" -#: src/view/com/modals/EditImage.tsx:236 +#: src/view/com/modals/EditImage.tsx:237 msgid "Ratios" msgstr "Rapporti" -#: src/view/screens/Search/Search.tsx:776 +#: src/view/screens/Search/Search.tsx:777 msgid "Recent Searches" msgstr "Ricerche recenti" @@ -3260,7 +3685,7 @@ msgstr "Feeds consigliati" msgid "Recommended Users" msgstr "Utenti consigliati" -#: src/components/dialogs/MutedWords.tsx:287 +#: src/components/dialogs/MutedWords.tsx:286 #: src/view/com/feeds/FeedSourceCard.tsx:283 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:83 @@ -3269,6 +3694,9 @@ msgstr "Utenti consigliati" msgid "Remove" msgstr "Rimuovi" +#~ msgid "Remove {0} from my feeds?" +#~ msgstr "Rimuovere {0} dai miei feeds?" + #: src/view/com/util/AccountDropdownBtn.tsx:22 msgid "Remove account" msgstr "Rimuovi l'account" @@ -3291,7 +3719,8 @@ msgstr "Rimuovere il feed?" #: src/view/com/feeds/FeedSourceCard.tsx:173 #: src/view/com/feeds/FeedSourceCard.tsx:233 -#: src/view/screens/ProfileFeed.tsx:334 src/view/screens/ProfileFeed.tsx:340 +#: src/view/screens/ProfileFeed.tsx:335 +#: src/view/screens/ProfileFeed.tsx:341 msgid "Remove from my feeds" msgstr "Rimuovi dai miei feed" @@ -3307,18 +3736,24 @@ msgstr "Rimuovi l'immagine" msgid "Remove image preview" msgstr "Rimuovi l'anteprima dell'immagine" -#: src/components/dialogs/MutedWords.tsx:330 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "Rimuovi la parola silenziata dalla tua lista" -#: src/view/com/modals/Repost.tsx:47 +#: src/view/com/modals/Repost.tsx:48 msgid "Remove repost" msgstr "Rimuovi la ripubblicazione" +#~ msgid "Remove this feed from my feeds?" +#~ msgstr "Rimuovere questo feed dai miei feeds?" + #: src/view/com/posts/FeedErrorMessage.tsx:202 msgid "Remove this feed from your saved feeds" msgstr "Rimuovi questo feed dai feed salvati" +#~ msgid "Remove this feed from your saved feeds?" +#~ msgstr "Elimina questo feed dai feeds salvati?" + #: src/view/com/modals/ListAddRemoveUsers.tsx:199 #: src/view/com/modals/UserAddRemoveLists.tsx:152 msgid "Removed from list" @@ -3328,7 +3763,7 @@ msgstr "Elimina dalla lista" msgid "Removed from my feeds" msgstr "Rimuovere dai miei feeds" -#: src/view/screens/ProfileFeed.tsx:208 +#: src/view/screens/ProfileFeed.tsx:209 msgid "Removed from your feeds" msgstr "Rimosso dai tuoi feed" @@ -3336,7 +3771,7 @@ msgstr "Rimosso dai tuoi feed" msgid "Removes default thumbnail from {0}" msgstr "Elimina la miniatura predefinita da {0}" -#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:191 msgid "Replies" msgstr "Risposte" @@ -3344,7 +3779,7 @@ msgstr "Risposte" msgid "Replies to this thread are disabled" msgstr "Le risposte a questo thread sono disabilitate" -#: src/view/com/composer/Composer.tsx:364 +#: src/view/com/composer/Composer.tsx:365 msgctxt "action" msgid "Reply" msgstr "Risposta" @@ -3353,17 +3788,26 @@ msgstr "Risposta" msgid "Reply Filters" msgstr "Filtri di risposta" -#: src/view/com/post/Post.tsx:166 src/view/com/posts/FeedItem.tsx:280 +#: src/view/com/post/Post.tsx:166 +#: src/view/com/posts/FeedItem.tsx:280 msgctxt "description" msgid "Reply to <0/>" msgstr "In risposta a <0/>" +#~ msgid "Report {collectionName}" +#~ msgstr "Segnala {collectionName}" + #: src/view/com/profile/ProfileMenu.tsx:319 #: src/view/com/profile/ProfileMenu.tsx:322 msgid "Report Account" msgstr "Segnala l'account" -#: src/view/screens/ProfileFeed.tsx:351 src/view/screens/ProfileFeed.tsx:353 +#: src/components/ReportDialog/index.tsx:49 +msgid "Report dialog" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:352 +#: src/view/screens/ProfileFeed.tsx:354 msgid "Report feed" msgstr "Segnala il feed" @@ -3376,28 +3820,29 @@ msgstr "Segnala la lista" msgid "Report post" msgstr "Segnala il post" -#: src/components/ReportDialog/SelectReportOptionView.tsx:43 +#: src/components/ReportDialog/SelectReportOptionView.tsx:42 msgid "Report this content" msgstr "Segnala questo contenuto" -#: src/components/ReportDialog/SelectReportOptionView.tsx:56 +#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Report this feed" msgstr "Segnala questo feed" -#: src/components/ReportDialog/SelectReportOptionView.tsx:53 +#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Report this list" msgstr "Segnala questa lista" -#: src/components/ReportDialog/SelectReportOptionView.tsx:50 +#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Report this post" msgstr "Segnala questo post" -#: src/components/ReportDialog/SelectReportOptionView.tsx:47 +#: src/components/ReportDialog/SelectReportOptionView.tsx:46 msgid "Report this user" msgstr "Segnala questo utente" -#: src/view/com/modals/Repost.tsx:43 src/view/com/modals/Repost.tsx:48 -#: src/view/com/modals/Repost.tsx:53 +#: src/view/com/modals/Repost.tsx:44 +#: src/view/com/modals/Repost.tsx:49 +#: src/view/com/modals/Repost.tsx:54 #: src/view/com/util/post-ctrls/RepostButton.tsx:61 msgctxt "action" msgid "Repost" @@ -3412,6 +3857,9 @@ msgstr "Ripubblicare" msgid "Repost or quote post" msgstr "Ripubblicare o citare il post" +#~ msgid "Reposted by" +#~ msgstr "Repost di" + #: src/view/screens/PostRepostedBy.tsx:27 msgid "Reposted By" msgstr "Repost di" @@ -3420,6 +3868,9 @@ msgstr "Repost di" msgid "Reposted by {0}" msgstr "Repost di {0}" +#~ msgid "Reposted by {0})" +#~ msgstr "Repost di {0})" + #: src/view/com/posts/FeedItem.tsx:214 msgid "Reposted by <0/>" msgstr "Repost di <0/>" @@ -3437,6 +3888,9 @@ msgstr "Repost di questo post" msgid "Request Change" msgstr "Richiedi un cambio" +#~ msgid "Request code" +#~ msgstr "Richiedi un codice" + #: src/view/com/modals/ChangePassword.tsx:241 #: src/view/com/modals/ChangePassword.tsx:243 msgid "Request Code" @@ -3446,12 +3900,10 @@ msgstr "Richiedi il codice" msgid "Require alt text before posting" msgstr "Richiedi il testo alternativo prima di pubblicare" -#: src/view/com/auth/create/Step1.tsx:146 +#: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "Obbligatorio per questo operatore" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:124 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:136 #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "Reimpostare il codice" @@ -3460,15 +3912,21 @@ msgstr "Reimpostare il codice" msgid "Reset Code" msgstr "Reimposta il Codice" +#~ msgid "Reset onboarding" +#~ msgstr "Reimposta l'incorporazione" + #: src/view/screens/Settings/index.tsx:858 #: src/view/screens/Settings/index.tsx:861 msgid "Reset onboarding state" msgstr "Reimposta lo stato dell' incorporazione" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:104 +#: src/screens/Login/ForgotPasswordForm.tsx:86 msgid "Reset password" msgstr "Reimposta la password" +#~ msgid "Reset preferences" +#~ msgstr "Reimposta le preferenze" + #: src/view/screens/Settings/index.tsx:848 #: src/view/screens/Settings/index.tsx:851 msgid "Reset preferences state" @@ -3482,7 +3940,7 @@ msgstr "Reimposta lo stato dell'incorporazione" msgid "Resets the preferences state" msgstr "Reimposta lo stato delle preferenze" -#: src/view/com/auth/login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:235 msgid "Retries login" msgstr "Ritenta l'accesso" @@ -3491,18 +3949,22 @@ msgstr "Ritenta l'accesso" msgid "Retries the last action, which errored out" msgstr "Ritenta l'ultima azione che ha generato un errore" -#: src/components/Lists.tsx:98 -#: src/screens/Onboarding/StepInterests/index.tsx:221 -#: src/screens/Onboarding/StepInterests/index.tsx:224 -#: src/view/com/auth/create/CreateAccount.tsx:181 -#: src/view/com/auth/create/CreateAccount.tsx:186 -#: src/view/com/auth/login/LoginForm.tsx:271 -#: src/view/com/auth/login/LoginForm.tsx:274 +#: src/components/Error.tsx:79 +#: src/components/Lists.tsx:91 +#: src/screens/Login/LoginForm.tsx:234 +#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Onboarding/StepInterests/index.tsx:225 +#: src/screens/Onboarding/StepInterests/index.tsx:228 +#: src/screens/Signup/index.tsx:193 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 msgid "Retry" msgstr "Riprova" +#~ msgid "Retry." +#~ msgstr "Riprova." + +#: src/components/Error.tsx:86 #: src/view/screens/ProfileList.tsx:917 msgid "Return to previous page" msgstr "Ritorna alla pagina precedente" @@ -3511,24 +3973,28 @@ msgstr "Ritorna alla pagina precedente" msgid "Returns to home page" msgstr "Ritorna su Home" -#: src/view/screens/NotFound.tsx:58 src/view/screens/ProfileFeed.tsx:112 +#: src/view/screens/NotFound.tsx:58 +#: src/view/screens/ProfileFeed.tsx:113 msgid "Returns to previous page" msgstr "Ritorna alla pagina precedente" +#~ msgid "SANDBOX. Posts and accounts are not permanent." +#~ msgstr "SANDBOX. I post e gli account non sono permanenti." + #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:337 -#: src/view/com/modals/EditProfile.tsx:224 +#: src/view/com/modals/ChangeHandle.tsx:174 +#: src/view/com/modals/CreateOrEditList.tsx:338 +#: src/view/com/modals/EditProfile.tsx:225 msgid "Save" msgstr "Salva" #: src/view/com/lightbox/Lightbox.tsx:132 -#: src/view/com/modals/CreateOrEditList.tsx:345 +#: src/view/com/modals/CreateOrEditList.tsx:346 msgctxt "action" msgid "Save" msgstr "Salva" -#: src/view/com/modals/AltImage.tsx:130 +#: src/view/com/modals/AltImage.tsx:131 msgid "Save alt text" msgstr "Salva il testo alternativo" @@ -3536,19 +4002,20 @@ msgstr "Salva il testo alternativo" msgid "Save birthday" msgstr "Salva il compleanno" -#: src/view/com/modals/EditProfile.tsx:232 +#: src/view/com/modals/EditProfile.tsx:233 msgid "Save Changes" msgstr "Salva i cambi" -#: src/view/com/modals/ChangeHandle.tsx:170 +#: src/view/com/modals/ChangeHandle.tsx:171 msgid "Save handle change" msgstr "Salva la modifica del tuo identificatore" -#: src/view/com/modals/crop-image/CropImage.web.tsx:144 +#: src/view/com/modals/crop-image/CropImage.web.tsx:145 msgid "Save image crop" msgstr "Salva il ritaglio dell'immagine" -#: src/view/screens/ProfileFeed.tsx:335 src/view/screens/ProfileFeed.tsx:341 +#: src/view/screens/ProfileFeed.tsx:336 +#: src/view/screens/ProfileFeed.tsx:342 msgid "Save to my feeds" msgstr "Salva nei miei feed" @@ -3560,19 +4027,19 @@ msgstr "Canali salvati" msgid "Saved to your camera roll." msgstr "Salvato nel rullino fotografico." -#: src/view/screens/ProfileFeed.tsx:212 +#: src/view/screens/ProfileFeed.tsx:213 msgid "Saved to your feeds" msgstr "Salvato nei tuoi feed" -#: src/view/com/modals/EditProfile.tsx:225 +#: src/view/com/modals/EditProfile.tsx:226 msgid "Saves any changes to your profile" msgstr "Salva eventuali modifiche al tuo profilo" -#: src/view/com/modals/ChangeHandle.tsx:171 +#: src/view/com/modals/ChangeHandle.tsx:172 msgid "Saves handle change to {handle}" msgstr "Salva la modifica del cambio dell'utente in {handle}" -#: src/view/com/modals/crop-image/CropImage.web.tsx:145 +#: src/view/com/modals/crop-image/CropImage.web.tsx:146 msgid "Saves image crop settings" msgstr "Salva le impostazioni di ritaglio dell'immagine" @@ -3584,21 +4051,25 @@ msgstr "Scienza" msgid "Scroll to top" msgstr "Scorri verso l'alto" -#: src/Navigation.tsx:459 src/view/com/auth/LoggedOut.tsx:122 +#: src/Navigation.tsx:459 +#: src/view/com/auth/LoggedOut.tsx:123 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 -#: src/view/screens/Search/Search.tsx:420 -#: src/view/screens/Search/Search.tsx:669 -#: src/view/screens/Search/Search.tsx:687 -#: src/view/shell/bottom-bar/BottomBar.tsx:161 -#: src/view/shell/desktop/LeftNav.tsx:328 src/view/shell/desktop/Search.tsx:215 -#: src/view/shell/desktop/Search.tsx:224 src/view/shell/Drawer.tsx:365 +#: src/view/screens/Search/Search.tsx:421 +#: src/view/screens/Search/Search.tsx:670 +#: src/view/screens/Search/Search.tsx:688 +#: src/view/shell/bottom-bar/BottomBar.tsx:169 +#: src/view/shell/desktop/LeftNav.tsx:328 +#: src/view/shell/desktop/Search.tsx:215 +#: src/view/shell/desktop/Search.tsx:224 +#: src/view/shell/Drawer.tsx:365 #: src/view/shell/Drawer.tsx:366 msgid "Search" msgstr "Cerca" -#: src/view/screens/Search/Search.tsx:736 src/view/shell/desktop/Search.tsx:256 +#: src/view/screens/Search/Search.tsx:737 +#: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "Cerca \"{query}\"" @@ -3610,7 +4081,8 @@ msgstr "Cerca tutti i post di @{authorHandle} con tag {displayTag}" msgid "Search for all posts with tag {displayTag}" msgstr "Cerca tutti i post con il tag {displayTag}" -#: src/view/com/auth/LoggedOut.tsx:104 src/view/com/auth/LoggedOut.tsx:105 +#: src/view/com/auth/LoggedOut.tsx:105 +#: src/view/com/auth/LoggedOut.tsx:106 #: src/view/com/modals/ListAddRemoveUsers.tsx:70 msgid "Search for users" msgstr "Cerca utenti" @@ -3639,7 +4111,7 @@ msgstr "Vedi <0>{displayTag}</0> posts di questo utente" msgid "See this guide" msgstr "Consulta questa guida" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:39 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:40 msgid "See what's next" msgstr "Scopri cosa c'è dopo" @@ -3647,7 +4119,14 @@ msgstr "Scopri cosa c'è dopo" msgid "Select {item}" msgstr "Seleziona {item}" -#: src/view/com/auth/login/Login.tsx:117 +#: src/screens/Login/ChooseAccountForm.tsx:61 +msgid "Select account" +msgstr "" + +#~ msgid "Select Bluesky Social" +#~ msgstr "Seleziona Bluesky Social" + +#: src/screens/Login/index.tsx:120 msgid "Select from an existing account" msgstr "Seleziona da un account esistente" @@ -3655,7 +4134,7 @@ msgstr "Seleziona da un account esistente" msgid "Select languages" msgstr "Seleziona lingue" -#: src/components/ReportDialog/SelectLabelerView.tsx:32 +#: src/components/ReportDialog/SelectLabelerView.tsx:30 msgid "Select moderator" msgstr "Seleziona moderatore" @@ -3665,8 +4144,8 @@ msgstr "Seleziona l'opzione {i} di {numItems}" #: src/view/com/auth/create/Step1.tsx:96 #: src/view/com/auth/login/LoginForm.tsx:153 -msgid "Select service" -msgstr "Selecciona el servei" +#~ msgid "Select service" +#~ msgstr "Selecciona el servei" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 msgid "Select some accounts below to follow" @@ -3680,11 +4159,11 @@ msgstr "Seleziona il/i servizio/i di moderazione per fare la segnalazione" msgid "Select the service that hosts your data." msgstr "Seleziona il servizio che ospita i tuoi dati." -#: src/screens/Onboarding/StepTopicalFeeds.tsx:96 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:100 msgid "Select topical feeds to follow from the list below" msgstr "Seleziona i feeds con temi da seguire dal seguente elenco" -#: src/screens/Onboarding/StepModeration/index.tsx:62 +#: src/screens/Onboarding/StepModeration/index.tsx:63 msgid "Select what you want to see (or not see), and we’ll handle the rest." msgstr "Seleziona ciò che vuoi vedere (o non vedere) e noi gestiremo il resto." @@ -3692,23 +4171,33 @@ msgstr "Seleziona ciò che vuoi vedere (o non vedere) e noi gestiremo il resto." msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Seleziona le lingue che desideri includere nei feed a cui sei iscritto. Se non ne viene selezionata nessuna, verranno visualizzate tutte le lingue." +#~ msgid "Select your app language for the default text to display in the app" +#~ msgstr "Seleziona la lingua dell'app per il testo predefinito da visualizzare nell'app" + #: src/view/screens/LanguageSettings.tsx:98 msgid "Select your app language for the default text to display in the app." msgstr "Seleziona la lingua dell'app per il testo predefinito da visualizzare nell'app." -#: src/screens/Onboarding/StepInterests/index.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:133 +msgid "Select your date of birth" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:200 msgid "Select your interests from the options below" msgstr "Seleziona i tuoi interessi dalle seguenti opzioni" +#~ msgid "Select your phone's country" +#~ msgstr "Seleziona il Paese del tuo cellulare" + #: src/view/screens/LanguageSettings.tsx:190 msgid "Select your preferred language for translations in your feed." msgstr "Seleziona la tua lingua preferita per le traduzioni nel tuo feed." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:117 msgid "Select your primary algorithmic feeds" msgstr "Seleziona i tuoi feed algoritmici principali" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:142 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:133 msgid "Select your secondary algorithmic feeds" msgstr "Seleziona i tuoi feed algoritmici secondari" @@ -3717,16 +4206,20 @@ msgstr "Seleziona i tuoi feed algoritmici secondari" msgid "Send Confirmation Email" msgstr "Invia email di conferma" -#: src/view/com/modals/DeleteAccount.tsx:131 +#: src/view/com/modals/DeleteAccount.tsx:130 msgid "Send email" msgstr "Invia email" -#: src/view/com/modals/DeleteAccount.tsx:144 +#: src/view/com/modals/DeleteAccount.tsx:143 msgctxt "action" msgid "Send Email" msgstr "Invia email" -#: src/view/shell/Drawer.tsx:298 src/view/shell/Drawer.tsx:319 +#~ msgid "Send Email" +#~ msgstr "Envia Email" + +#: src/view/shell/Drawer.tsx:298 +#: src/view/shell/Drawer.tsx:319 msgid "Send feedback" msgstr "Invia feedback" @@ -3735,29 +4228,54 @@ msgstr "Invia feedback" msgid "Send report" msgstr "Invia la segnalazione" -#: src/components/ReportDialog/SelectLabelerView.tsx:46 +#~ msgid "Send Report" +#~ msgstr "Invia segnalazione" + +#: src/components/ReportDialog/SelectLabelerView.tsx:44 msgid "Send report to {0}" msgstr "Invia la segnalazione a {0}" -#: src/view/com/modals/DeleteAccount.tsx:133 +#: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "Invia un'email con il codice di conferma per la cancellazione dell'account" -#: src/view/com/auth/server-input/index.tsx:110 +#: src/view/com/auth/server-input/index.tsx:114 msgid "Server address" msgstr "Indirizzo del server" -#: src/screens/Moderation/index.tsx:306 +#~ msgid "Set {value} for {labelGroup} content moderation policy" +#~ msgstr "Imposta {value} per la politica di moderazione dei contenuti di {labelGroup}" + +#~ msgctxt "action" +#~ msgid "Set Age" +#~ msgstr "Imposta l'età" + +#: src/screens/Moderation/index.tsx:304 msgid "Set birthdate" msgstr "Imposta la data di nascita" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:104 +#~ msgid "Set color theme to dark" +#~ msgstr "Imposta il colore del tema scuro" + +#~ msgid "Set color theme to light" +#~ msgstr "Imposta il colore del tema su chiaro" + +#~ msgid "Set color theme to system setting" +#~ msgstr "Imposta il colore del tema basato sulle impostazioni del tuo sistema" + +#~ msgid "Set dark theme to the dark theme" +#~ msgstr "Imposta il tema scuro sul tema scuro" + +#~ msgid "Set dark theme to the dim theme" +#~ msgstr "Imposta il tema scuro sul tema scuro" + +#: src/screens/Login/SetNewPasswordForm.tsx:102 msgid "Set new password" msgstr "Imposta una nuova password" #: src/view/com/auth/create/Step1.tsx:202 -msgid "Set password" -msgstr "Imposta la password" +#~ msgid "Set password" +#~ msgstr "Imposta la password" #: src/view/screens/PreferencesFollowingFeed.tsx:225 msgid "Set this setting to \"No\" to hide all quote posts from your feed. Reposts will still be visible." @@ -3775,15 +4293,18 @@ msgstr "Seleziona \"No\" per nascondere tutte le ripubblicazioni dal tuo feed." msgid "Set this setting to \"Yes\" to show replies in a threaded view. This is an experimental feature." msgstr "Seleziona \"Sì\" per mostrare le risposte in una visualizzazione concatenata. Questa è una funzionalità sperimentale." +#~ msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your following feed. This is an experimental feature." +#~ msgstr "Seleziona \"Sì\" per mostrare esempi dei feed salvati nel feed successivo. Questa è una funzionalità sperimentale." + #: src/view/screens/PreferencesFollowingFeed.tsx:261 msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your Following feed. This is an experimental feature." msgstr "Imposta questa impostazione su \"Sì\" per mostrare esempi dei tuoi feed salvati nel feed Seguiti. Questa è una funzionalità sperimentale." -#: src/screens/Onboarding/Layout.tsx:50 +#: src/screens/Onboarding/Layout.tsx:48 msgid "Set up your account" msgstr "Configura il tuo account" -#: src/view/com/modals/ChangeHandle.tsx:266 +#: src/view/com/modals/ChangeHandle.tsx:267 msgid "Sets Bluesky username" msgstr "Imposta il tuo nome utente di Bluesky" @@ -3807,33 +4328,35 @@ msgstr "Imposta il tema scuro sul tema scuro" msgid "Sets dark theme to the dim theme" msgstr "Imposta il tema scuro sul tema semi fosco" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:157 +#: src/screens/Login/ForgotPasswordForm.tsx:113 msgid "Sets email for password reset" msgstr "Imposta l'email per la reimpostazione della password" #: src/view/com/auth/login/ForgotPasswordForm.tsx:122 -msgid "Sets hosting provider for password reset" -msgstr "Imposta il provider del hosting per la reimpostazione della password" +#~ msgid "Sets hosting provider for password reset" +#~ msgstr "Imposta il provider del hosting per la reimpostazione della password" -#: src/view/com/modals/crop-image/CropImage.web.tsx:123 +#: src/view/com/modals/crop-image/CropImage.web.tsx:124 msgid "Sets image aspect ratio to square" msgstr "Imposta le proporzioni quadrate sull'immagine" -#: src/view/com/modals/crop-image/CropImage.web.tsx:113 +#: src/view/com/modals/crop-image/CropImage.web.tsx:114 msgid "Sets image aspect ratio to tall" msgstr "Imposta l'altura sulle proporzioni dell'immagine" -#: src/view/com/modals/crop-image/CropImage.web.tsx:103 +#: src/view/com/modals/crop-image/CropImage.web.tsx:104 msgid "Sets image aspect ratio to wide" msgstr "Imposta l'amplio sulle proporzioni dell'immagine" #: src/view/com/auth/create/Step1.tsx:97 #: src/view/com/auth/login/LoginForm.tsx:154 -msgid "Sets server for the Bluesky client" -msgstr "Imposta il server per il client Bluesky" +#~ msgid "Sets server for the Bluesky client" +#~ msgstr "Imposta il server per il client Bluesky" -#: src/Navigation.tsx:139 src/view/screens/Settings/index.tsx:313 -#: src/view/shell/desktop/LeftNav.tsx:437 src/view/shell/Drawer.tsx:570 +#: src/Navigation.tsx:139 +#: src/view/screens/Settings/index.tsx:313 +#: src/view/shell/desktop/LeftNav.tsx:437 +#: src/view/shell/Drawer.tsx:570 #: src/view/shell/Drawer.tsx:571 msgid "Settings" msgstr "Impostazioni" @@ -3855,22 +4378,33 @@ msgstr "Condividi" #: src/view/com/profile/ProfileMenu.tsx:224 #: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:237 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:218 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:235 #: src/view/screens/ProfileList.tsx:388 msgid "Share" msgstr "Condividi" #: src/view/com/profile/ProfileMenu.tsx:373 #: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:251 msgid "Share anyway" msgstr "Condividi comunque" -#: src/view/screens/ProfileFeed.tsx:361 src/view/screens/ProfileFeed.tsx:363 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileFeed.tsx:364 msgid "Share feed" msgstr "Condividi il feed" +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 +msgid "Share Link" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:92 +msgid "Shares the linked website" +msgstr "" + #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:45 +#: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 #: src/view/screens/Settings/index.tsx:363 @@ -3881,8 +4415,8 @@ msgstr "Mostra" msgid "Show all replies" msgstr "Mostra tutte le repliche" -#: src/components/moderation/ScreenHider.tsx:162 -#: src/components/moderation/ScreenHider.tsx:165 +#: src/components/moderation/ScreenHider.tsx:169 +#: src/components/moderation/ScreenHider.tsx:172 msgid "Show anyway" msgstr "Mostra comunque" @@ -3896,15 +4430,16 @@ msgid "Show badge and filter from feeds" msgstr "Mostra badge e filtra dai feed" #: src/view/com/modals/EmbedConsent.tsx:87 -msgid "Show embeds from {0}" -msgstr "Mostra incorporamenti di {0}" +#~ msgid "Show embeds from {0}" +#~ msgstr "Mostra incorporamenti di {0}" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 msgid "Show follows similar to {0}" msgstr "Mostra follows simile a {0}" #: src/view/com/post-thread/PostThreadItem.tsx:507 -#: src/view/com/post/Post.tsx:201 src/view/com/posts/FeedItem.tsx:355 +#: src/view/com/post/Post.tsx:201 +#: src/view/com/posts/FeedItem.tsx:355 msgid "Show More" msgstr "Mostra di più" @@ -3916,15 +4451,15 @@ msgstr "Mostra post dai miei feed" msgid "Show Quote Posts" msgstr "Mostra post con citazioni" -#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +#: src/screens/Onboarding/StepFollowingFeed.tsx:119 msgid "Show quote-posts in Following feed" msgstr "Mostra i post con citazioni nel feed Seguiti" -#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +#: src/screens/Onboarding/StepFollowingFeed.tsx:135 msgid "Show quotes in Following" msgstr "Mostra le citazioni in Seguiti" -#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +#: src/screens/Onboarding/StepFollowingFeed.tsx:95 msgid "Show re-posts in Following feed" msgstr "Mostra re-post nel feed Seguiti" @@ -3936,11 +4471,11 @@ msgstr "Mostra risposte" msgid "Show replies by people you follow before all other replies." msgstr "Mostra le risposte delle persone che segui prima delle altre risposte." -#: src/screens/Onboarding/StepFollowingFeed.tsx:86 +#: src/screens/Onboarding/StepFollowingFeed.tsx:87 msgid "Show replies in Following" msgstr "Mostra le risposte in Seguiti" -#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +#: src/screens/Onboarding/StepFollowingFeed.tsx:71 msgid "Show replies in Following feed" msgstr "Mostra le risposte nel feed Seguiti" @@ -3952,7 +4487,7 @@ msgstr "Mostra risposte con almeno {value} {0}" msgid "Show Reposts" msgstr "Mostra ripubblicazioni" -#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +#: src/screens/Onboarding/StepFollowingFeed.tsx:111 msgid "Show reposts in Following" msgstr "Mostra i re-repost in Seguiti" @@ -3973,19 +4508,30 @@ msgstr "Mostra avviso" msgid "Show warning and filter from feeds" msgstr "Mostra avviso e filtra dai feed" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:127 +#~ msgid "Shows a list of users similar to this user." +#~ msgstr "Mostra un elenco di utenti simili a questo utente." + +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 msgid "Shows posts from {0} in your feed" msgstr "Mostra i post di {0} nel tuo feed" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:72 -#: src/view/com/auth/login/Login.tsx:98 src/view/com/auth/SplashScreen.tsx:81 -#: src/view/shell/bottom-bar/BottomBar.tsx:289 -#: src/view/shell/bottom-bar/BottomBar.tsx:290 -#: src/view/shell/bottom-bar/BottomBar.tsx:292 +#: src/screens/Login/index.tsx:100 +#: src/screens/Login/index.tsx:119 +#: src/screens/Login/LoginForm.tsx:131 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:73 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:83 +#: src/view/com/auth/SplashScreen.tsx:81 +#: src/view/com/auth/SplashScreen.tsx:90 +#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:119 +#: src/view/shell/bottom-bar/BottomBar.tsx:300 +#: src/view/shell/bottom-bar/BottomBar.tsx:301 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: 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 +#: src/view/shell/NavSignupCard.tsx:58 +#: src/view/shell/NavSignupCard.tsx:59 #: src/view/shell/NavSignupCard.tsx:61 msgid "Sign in" msgstr "Accedi" @@ -3993,36 +4539,34 @@ msgstr "Accedi" #: src/view/com/auth/HomeLoggedOutCTA.tsx:82 #: src/view/com/auth/SplashScreen.tsx:86 #: src/view/com/auth/SplashScreen.web.tsx:91 -msgid "Sign In" -msgstr "Accedi" +#~ msgid "Sign In" +#~ msgstr "Accedi" -#: src/view/com/auth/login/ChooseAccountForm.tsx:45 +#: src/components/AccountList.tsx:109 msgid "Sign in as {0}" msgstr "Accedi come... {0}" -#: src/view/com/auth/login/ChooseAccountForm.tsx:127 -#: src/view/com/auth/login/Login.tsx:116 +#: src/screens/Login/ChooseAccountForm.tsx:64 msgid "Sign in as..." msgstr "Accedi come..." #: src/view/com/auth/login/LoginForm.tsx:140 -msgid "Sign into" -msgstr "Accedere a" +#~ msgid "Sign into" +#~ msgstr "Accedere a" -#: src/view/com/modals/SwitchAccount.tsx:68 -#: src/view/com/modals/SwitchAccount.tsx:73 #: src/view/screens/Settings/index.tsx:107 #: src/view/screens/Settings/index.tsx:110 msgid "Sign out" msgstr "Disconnetta" -#: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/bottom-bar/BottomBar.tsx:280 -#: src/view/shell/bottom-bar/BottomBar.tsx:282 +#: src/view/shell/bottom-bar/BottomBar.tsx:290 +#: src/view/shell/bottom-bar/BottomBar.tsx:291 +#: src/view/shell/bottom-bar/BottomBar.tsx:293 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: 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:49 +#: src/view/shell/NavSignupCard.tsx:50 #: src/view/shell/NavSignupCard.tsx:52 msgid "Sign up" msgstr "Iscrizione" @@ -4031,7 +4575,7 @@ msgstr "Iscrizione" msgid "Sign up or sign in to join the conversation" msgstr "Iscriviti o accedi per partecipare alla conversazione" -#: src/components/moderation/ScreenHider.tsx:98 +#: src/components/moderation/ScreenHider.tsx:97 #: src/lib/moderation/useGlobalLabelStrings.ts:28 msgid "Sign-in Required" msgstr "È richiesta l'autenticazione" @@ -4040,35 +4584,44 @@ msgstr "È richiesta l'autenticazione" msgid "Signed in as" msgstr "Registrato/a come" -#: src/view/com/auth/login/ChooseAccountForm.tsx:112 +#: src/screens/Login/ChooseAccountForm.tsx:48 msgid "Signed in as @{0}" msgstr "Registrato/a come @{0}" #: src/view/com/modals/SwitchAccount.tsx:70 -msgid "Signs {0} out of Bluesky" -msgstr "{0} esce da Bluesky" +#~ msgid "Signs {0} out of Bluesky" +#~ msgstr "{0} esce da Bluesky" -#: src/screens/Onboarding/StepInterests/index.tsx:235 -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:195 +#: src/screens/Onboarding/StepInterests/index.tsx:239 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:203 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:35 msgid "Skip" msgstr "Salta questo passo" -#: src/screens/Onboarding/StepInterests/index.tsx:232 +#: src/screens/Onboarding/StepInterests/index.tsx:236 msgid "Skip this flow" msgstr "Salta questa corrente" +#~ msgid "SMS verification" +#~ msgstr "Verifica tramite SMS" + #: src/screens/Onboarding/index.tsx:40 msgid "Software Dev" msgstr "Sviluppo Software" -#: src/components/ReportDialog/index.tsx:52 -#: src/screens/Moderation/index.tsx:116 -#: src/screens/Profile/Sections/Labels.tsx:77 +#~ msgid "Something went wrong and we're not sure what." +#~ msgstr "Qualcosa è andato storto ma non siamo sicuri di cosa." + +#: src/components/ReportDialog/index.tsx:59 +#: src/screens/Moderation/index.tsx:114 +#: src/screens/Profile/Sections/Labels.tsx:76 msgid "Something went wrong, please try again." msgstr "Qualcosa è andato male, prova di nuovo." -#: src/App.native.tsx:71 +#~ msgid "Something went wrong. Check your email and try again." +#~ msgstr "Qualcosa è andato storto. Controlla la tua email e riprova." + +#: src/App.native.tsx:66 msgid "Sorry! Your session expired. Please log in again." msgstr "Scusa! La tua sessione è scaduta. Per favore accedi di nuovo." @@ -4080,7 +4633,7 @@ msgstr "Ordina le risposte" msgid "Sort replies to the same post by:" msgstr "Ordina le risposte allo stesso post per:" -#: src/components/moderation/LabelsOnMeDialog.tsx:147 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 msgid "Source:" msgstr "Origine:" @@ -4096,28 +4649,36 @@ msgstr "Spam; menzioni o risposte eccessive" msgid "Sports" msgstr "Sports" -#: src/view/com/modals/crop-image/CropImage.web.tsx:122 +#: src/view/com/modals/crop-image/CropImage.web.tsx:123 msgid "Square" msgstr "Quadrato" -#: src/view/screens/Settings/index.tsx:905 +#~ msgid "Staging" +#~ msgstr "Allestimento" + +#: src/view/screens/Settings/index.tsx:903 msgid "Status page" msgstr "Pagina di stato" +#: src/screens/Signup/index.tsx:142 +msgid "Step" +msgstr "" + #: src/view/com/auth/create/StepHeader.tsx:22 -msgid "Step {0} of {numSteps}" -msgstr "Passo {0} di {numSteps}" +#~ msgid "Step {0} of {numSteps}" +#~ msgstr "Passo {0} di {numSteps}" #: src/view/screens/Settings/index.tsx:292 msgid "Storage cleared, you need to restart the app now." msgstr "Spazio di archiviazione eliminato. Riavvia l'app." -#: src/Navigation.tsx:211 src/view/screens/Settings/index.tsx:831 +#: src/Navigation.tsx:211 +#: src/view/screens/Settings/index.tsx:831 msgid "Storybook" msgstr "Cronologia" +#: src/components/moderation/LabelsOnMeDialog.tsx:255 #: src/components/moderation/LabelsOnMeDialog.tsx:256 -#: src/components/moderation/LabelsOnMeDialog.tsx:257 msgid "Submit" msgstr "Invia" @@ -4125,20 +4686,20 @@ msgstr "Invia" msgid "Subscribe" msgstr "Iscriviti" -#: src/screens/Profile/Sections/Labels.tsx:181 +#: src/screens/Profile/Sections/Labels.tsx:180 msgid "Subscribe to @{0} to use these labels:" msgstr "Iscriviti a @{0} per utilizzare queste etichette:" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:222 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:221 msgid "Subscribe to Labeler" msgstr "Iscriviti a Labeler" -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:308 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:172 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 msgid "Subscribe to the {0} feed" msgstr "Iscriviti a {0} feed" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:185 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 msgid "Subscribe to this labeler" msgstr "Iscriviti a questo labeler" @@ -4146,7 +4707,7 @@ msgstr "Iscriviti a questo labeler" msgid "Subscribe to this list" msgstr "Iscriviti alla lista" -#: src/view/screens/Search/Search.tsx:375 +#: src/view/screens/Search/Search.tsx:376 msgid "Suggested Follows" msgstr "Followers suggeriti" @@ -4158,21 +4719,24 @@ msgstr "Suggerito per te" msgid "Suggestive" msgstr "Suggestivo" -#: src/Navigation.tsx:226 src/view/screens/Support.tsx:30 +#: src/Navigation.tsx:226 +#: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" msgstr "Supporto" -#: src/view/com/modals/SwitchAccount.tsx:123 +#~ msgid "Swipe up to see more" +#~ msgstr "Scorri verso l'alto per vedere di più" + +#: src/components/dialogs/SwitchAccount.tsx:46 +#: src/components/dialogs/SwitchAccount.tsx:49 msgid "Switch Account" msgstr "Cambia account" -#: src/view/com/modals/SwitchAccount.tsx:103 #: src/view/screens/Settings/index.tsx:139 msgid "Switch to {0}" msgstr "Cambia a {0}" -#: src/view/com/modals/SwitchAccount.tsx:104 #: src/view/screens/Settings/index.tsx:140 msgid "Switches the account you are logged in to" msgstr "Cambia l'account dal quale hai effettuato l'accesso" @@ -4185,7 +4749,7 @@ msgstr "Sistema" msgid "System log" msgstr "Registro di sistema" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "tag" @@ -4193,7 +4757,7 @@ msgstr "tag" msgid "Tag menu: {displayTag}" msgstr "Tag menu: {displayTag}" -#: src/view/com/modals/crop-image/CropImage.web.tsx:112 +#: src/view/com/modals/crop-image/CropImage.web.tsx:113 msgid "Tall" msgstr "Alto" @@ -4209,9 +4773,11 @@ msgstr "Tecnologia" msgid "Terms" msgstr "Termini" -#: src/Navigation.tsx:236 src/view/com/auth/create/Policies.tsx:59 -#: src/view/screens/Settings/index.tsx:919 -#: src/view/screens/TermsOfService.tsx:29 src/view/shell/Drawer.tsx:259 +#: src/Navigation.tsx:236 +#: src/screens/Signup/StepInfo/Policies.tsx:49 +#: src/view/screens/Settings/index.tsx:917 +#: src/view/screens/TermsOfService.tsx:29 +#: src/view/shell/Drawer.tsx:259 msgid "Terms of Service" msgstr "Termini di servizio" @@ -4221,11 +4787,11 @@ msgstr "Termini di servizio" msgid "Terms used violate community standards" msgstr "I termini utilizzati violano gli standard della comunità" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "testo" -#: src/components/moderation/LabelsOnMeDialog.tsx:220 +#: src/components/moderation/LabelsOnMeDialog.tsx:219 msgid "Text input field" msgstr "Campo di testo" @@ -4233,20 +4799,20 @@ msgstr "Campo di testo" msgid "Thank you. Your report has been sent." msgstr "Grazie. La tua segnalazione è stata inviata." -#: src/view/com/modals/ChangeHandle.tsx:466 +#: src/view/com/modals/ChangeHandle.tsx:465 msgid "That contains the following:" msgstr "Che contiene il seguente:" -#: src/view/com/auth/create/CreateAccount.tsx:94 +#: src/screens/Signup/index.tsx:84 msgid "That handle is already taken." msgstr "Questo handle è già stato preso." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:283 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "L'account sarà in grado di interagire con te dopo lo sblocco." -#: src/components/moderation/ModerationDetailsDialog.tsx:128 +#: src/components/moderation/ModerationDetailsDialog.tsx:127 msgid "the author" msgstr "l'autore" @@ -4258,15 +4824,15 @@ msgstr "Le Linee guida della community sono state spostate a<0/>" msgid "The Copyright Policy has been moved to <0/>" msgstr "La politica sul copyright è stata spostata a <0/>" -#: src/components/moderation/LabelsOnMeDialog.tsx:49 +#: src/components/moderation/LabelsOnMeDialog.tsx:48 msgid "The following labels were applied to your account." msgstr "Al tuo account sono state applicate le seguenti etichette." -#: src/components/moderation/LabelsOnMeDialog.tsx:50 +#: src/components/moderation/LabelsOnMeDialog.tsx:49 msgid "The following labels were applied to your content." msgstr "Ai tuoi contenuti sono state applicate le seguenti etichette." -#: src/screens/Onboarding/Layout.tsx:60 +#: src/screens/Onboarding/Layout.tsx:58 msgid "The following steps will help customize your Bluesky experience." msgstr "I passaggi seguenti ti aiuteranno a personalizzare la tua esperienza con Bluesky." @@ -4283,16 +4849,19 @@ msgstr "La politica sulla privacy è stata spostata a <0/><0/>" 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 "Il modulo di supporto è stato spostato. Se hai bisogno di aiuto, <0/> o visita {HELP_DESK_URL} per metterti in contatto con noi." +#~ 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 "Il modulo di supporto è stato spostato. Se hai bisogno di aiuto, <0/> o visita {HELP_DESK_URL} per metterti in contatto con noi." + #: src/view/screens/TermsOfService.tsx:33 msgid "The Terms of Service have been moved to" msgstr "I Termini di Servizio sono stati spostati a" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:150 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:141 msgid "There are many feeds to try:" msgstr "Ci sono molti feed da provare:" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:113 -#: src/view/screens/ProfileFeed.tsx:543 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112 +#: src/view/screens/ProfileFeed.tsx:544 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "Si è verificato un problema nel contattare il server, controlla la tua connessione Internet e riprova." @@ -4300,12 +4869,14 @@ msgstr "Si è verificato un problema nel contattare il server, controlla la tua msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "Si è verificato un problema durante la rimozione di questo feed. Per favore controlla la tua connessione Internet e prova di nuovo." -#: src/view/screens/ProfileFeed.tsx:217 +#: src/view/screens/ProfileFeed.tsx:218 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "Si è verificato un problema durante la rimozione di questo feed. Per favore controlla la tua connessione Internet e prova di nuovo." -#: src/view/screens/ProfileFeed.tsx:244 src/view/screens/ProfileList.tsx:275 -#: src/view/screens/SavedFeeds.tsx:209 src/view/screens/SavedFeeds.tsx:231 +#: src/view/screens/ProfileFeed.tsx:245 +#: src/view/screens/ProfileList.tsx:275 +#: src/view/screens/SavedFeeds.tsx:209 +#: src/view/screens/SavedFeeds.tsx:231 #: src/view/screens/SavedFeeds.tsx:252 msgid "There was an issue contacting the server" msgstr "Si è verificato un problema durante il contatto con il server" @@ -4321,7 +4892,7 @@ msgstr "Si è verificato un problema durante il contatto con il tuo server" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Si è verificato un problema durante il recupero delle notifiche. Tocca qui per riprovare." -#: src/view/com/posts/Feed.tsx:283 +#: src/view/com/posts/Feed.tsx:287 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Si è verificato un problema nel recupero dei post. Tocca qui per riprovare." @@ -4346,11 +4917,11 @@ msgstr "Si è verificato un problema durante la sincronizzazione delle tue prefe msgid "There was an issue with fetching your app passwords" msgstr "Si è verificato un problema durante il recupero delle password dell'app" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:134 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:96 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:106 #: src/view/com/profile/ProfileMenu.tsx:117 #: src/view/com/profile/ProfileMenu.tsx:132 @@ -4360,8 +4931,10 @@ msgstr "Si è verificato un problema durante il recupero delle password dell'app msgid "There was an issue! {0}" msgstr "Si è verificato un problema! {0}" -#: src/view/screens/ProfileList.tsx:288 src/view/screens/ProfileList.tsx:302 -#: src/view/screens/ProfileList.tsx:316 src/view/screens/ProfileList.tsx:330 +#: src/view/screens/ProfileList.tsx:288 +#: src/view/screens/ProfileList.tsx:302 +#: src/view/screens/ProfileList.tsx:316 +#: src/view/screens/ProfileList.tsx:330 msgid "There was an issue. Please check your internet connection and try again." msgstr "Si è verificato un problema. Per favore controlla la tua connessione Internet e prova di nuovo." @@ -4373,19 +4946,25 @@ msgstr "Si è verificato un problema imprevisto nell'applicazione. Per favore fa msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "C'è stata un'ondata di nuovi utenti su Bluesky! Attiveremo il tuo account il prima possibile." -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +#~ msgid "There's something wrong with this number. Please choose your country and enter your full phone number!" +#~ msgstr "C'è qualcosa di sbagliato in questo numero. Scegli il tuo Paese e inserisci il tuo numero di telefono completo!" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146 msgid "These are popular accounts you might like:" msgstr "Questi sono gli account popolari che potrebbero piacerti:" -#: src/components/moderation/ScreenHider.tsx:117 +#~ msgid "This {0} has been labeled." +#~ msgstr "Questo {0} è stato etichettato." + +#: src/components/moderation/ScreenHider.tsx:116 msgid "This {screenDescription} has been flagged:" msgstr "Questa {screenDescription} è stata segnalata:" -#: src/components/moderation/ScreenHider.tsx:112 +#: src/components/moderation/ScreenHider.tsx:111 msgid "This account has requested that users sign in to view their profile." msgstr "Questo account ha richiesto agli utenti di accedere Bluesky per visualizzare il profilo." -#: src/components/moderation/LabelsOnMeDialog.tsx:205 +#: src/components/moderation/LabelsOnMeDialog.tsx:204 msgid "This appeal will be sent to <0>{0}</0>." msgstr "Questo ricorso verrà inviato a <0>{0}</0>." @@ -4397,11 +4976,11 @@ msgstr "Questo contenuto è stato nascosto dai moderatori." msgid "This content has received a general warning from moderators." msgstr "Questo contenuto ha ricevuto un avviso generale dai moderatori." -#: src/view/com/modals/EmbedConsent.tsx:68 +#: src/components/dialogs/EmbedConsent.tsx:64 msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Questo contenuto è hosted da {0}. Vuoi abilitare i media esterni?" -#: src/components/moderation/ModerationDetailsDialog.tsx:78 +#: src/components/moderation/ModerationDetailsDialog.tsx:77 #: src/lib/moderation/useModerationCauseDescription.ts:77 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Questo contenuto non è disponibile perché uno degli utenti coinvolti ha bloccato l'altro." @@ -4410,6 +4989,9 @@ msgstr "Questo contenuto non è disponibile perché uno degli utenti coinvolti h msgid "This content is not viewable without a Bluesky account." msgstr "Questo contenuto non è visualizzabile senza un account Bluesky." +#~ msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost.</0>" +#~ msgstr "Questa funzionalità è in versione beta. Puoi leggere ulteriori informazioni sulle esportazioni dell' archivio in <0>questo post del blog.</0>" + #: src/view/screens/Settings/ExportCarDialog.tsx:75 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>." msgstr "Questa funzionalità è in versione beta. Puoi leggere ulteriori informazioni sulle esportazioni del repository in <0>questo post del blog</0>." @@ -4419,7 +5001,8 @@ msgid "This feed is currently receiving high traffic and is temporarily unavaila msgstr "Questo canale al momento sta ricevendo molte visite ed è temporaneamente non disponibile. Riprova più tardi." #: src/screens/Profile/Sections/Feed.tsx:50 -#: src/view/screens/ProfileFeed.tsx:476 src/view/screens/ProfileList.tsx:675 +#: src/view/screens/ProfileFeed.tsx:477 +#: src/view/screens/ProfileList.tsx:675 msgid "This feed is empty!" msgstr "Questo feed è vuoto!" @@ -4435,15 +5018,18 @@ msgstr "Queste informazioni non vengono condivise con altri utenti." msgid "This is important in case you ever need to change your email or reset your password." msgstr "Questo è importante nel caso in cui avessi bisogno di modificare la tua email o reimpostare la password." -#: src/components/moderation/ModerationDetailsDialog.tsx:125 +#~ msgid "This is the service that keeps you online." +#~ msgstr "Questo è il servizio che ti mantiene online." + +#: src/components/moderation/ModerationDetailsDialog.tsx:124 msgid "This label was applied by {0}." msgstr "Questa etichetta è stata applicata da {0}." -#: src/screens/Profile/Sections/Labels.tsx:168 +#: src/screens/Profile/Sections/Labels.tsx:167 msgid "This labeler hasn't declared what labels it publishes, and may not be active." msgstr "Questo etichettatore non ha dichiarato quali etichette pubblica e potrebbe non essere attivo." -#: src/view/com/modals/LinkWarning.tsx:58 +#: src/view/com/modals/LinkWarning.tsx:72 msgid "This link is taking you to the following website:" msgstr "Questo link ti porta al seguente sito web:" @@ -4455,7 +5041,7 @@ msgstr "La lista è vuota!" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Questo servizio di moderazione non è disponibile. Vedi giù per ulteriori dettagli. Se il problema persiste, contattaci." -#: src/view/com/modals/AddAppPasswords.tsx:106 +#: src/view/com/modals/AddAppPasswords.tsx:107 msgid "This name is already in use" msgstr "Questo nome è già in uso" @@ -4464,6 +5050,7 @@ msgid "This post has been deleted." msgstr "Questo post è stato cancellato." #: src/view/com/util/forms/PostDropdownBtn.tsx:344 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "Questo post è visibile solo agli utenti registrati. Non sarà visibile alle persone che non hanno effettuato l'accesso." @@ -4475,19 +5062,19 @@ msgstr "Questo post verrà nascosto dai feed." msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "Questo profilo è visibile solo agli utenti registrati. Non sarà visibile alle persone che non hanno effettuato l'accesso." -#: src/view/com/auth/create/Policies.tsx:46 +#: src/screens/Signup/StepInfo/Policies.tsx:37 msgid "This service has not provided terms of service or a privacy policy." msgstr "Questo servizio non ha fornito termini di servizio o un'informativa sulla privacy." -#: src/view/com/modals/ChangeHandle.tsx:446 +#: src/view/com/modals/ChangeHandle.tsx:445 msgid "This should create a domain record at:" msgstr "Questo dovrebbe creare un record di dominio in:" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:87 msgid "This user doesn't have any followers." msgstr "Questo utente non ha follower." -#: src/components/moderation/ModerationDetailsDialog.tsx:73 +#: src/components/moderation/ModerationDetailsDialog.tsx:72 #: src/lib/moderation/useModerationCauseDescription.ts:68 msgid "This user has blocked you. You cannot view their content." msgstr "Questo utente ti ha bloccato. Non è possibile visualizzare il suo contenuto." @@ -4496,15 +5083,24 @@ msgstr "Questo utente ti ha bloccato. Non è possibile visualizzare il suo conte msgid "This user has requested that their content only be shown to signed-in users." msgstr "Questo utente ha richiesto che i suoi contenuti vengano mostrati solo agli utenti che hanno effettuato l'accesso." -#: src/components/moderation/ModerationDetailsDialog.tsx:56 +#~ msgid "This user is included in the <0/> list which you have blocked." +#~ msgstr "Questo utente è incluso nell'elenco <0/> che hai bloccato." + +#~ msgid "This user is included in the <0/> list which you have muted." +#~ msgstr "Questo utente è incluso nell'elenco <0/> che hai disattivato." + +#: src/components/moderation/ModerationDetailsDialog.tsx:55 msgid "This user is included in the <0>{0}</0> list which you have blocked." msgstr "Questo utente è incluso nell'elenco <0>{0}</0> che hai bloccato." -#: src/components/moderation/ModerationDetailsDialog.tsx:85 +#: src/components/moderation/ModerationDetailsDialog.tsx:84 msgid "This user is included in the <0>{0}</0> list which you have muted." msgstr "Questo utente è incluso nell'elenco <0>{0}</0> che hai silenziato." -#: src/view/com/profile/ProfileFollows.tsx:94 +#~ msgid "This user is included the <0/> list which you have muted." +#~ msgstr "Questo utente è incluso nella lista <0/> che hai silenziato." + +#: src/view/com/profile/ProfileFollows.tsx:87 msgid "This user isn't following anyone." msgstr "Questo utente non sta seguendo nessuno." @@ -4512,10 +5108,13 @@ msgstr "Questo utente non sta seguendo nessuno." msgid "This warning is only available for posts with media attached." msgstr "Questo avviso è disponibile solo per i post con contenuti multimediali allegati." -#: src/components/dialogs/MutedWords.tsx:284 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "Questo eliminerà {0} dalle parole disattivate. Puoi sempre aggiungerla nuovamente in seguito." +#~ msgid "This will hide this post from your feeds." +#~ msgstr "Questo nasconderà il post dai tuoi feeds." + #: src/view/screens/Settings/index.tsx:574 msgid "Thread preferences" msgstr "Preferenze delle discussioni" @@ -4533,11 +5132,11 @@ msgstr "Modalità discussione" msgid "Threads Preferences" msgstr "Preferenze per le discussioni" -#: src/components/ReportDialog/SelectLabelerView.tsx:35 +#: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "A chi desideri inviare questo report?" -#: src/components/dialogs/MutedWords.tsx:113 +#: src/components/dialogs/MutedWords.tsx:112 msgid "Toggle between muted word options." msgstr "Alterna tra le opzioni delle parole silenziate." @@ -4545,11 +5144,11 @@ msgstr "Alterna tra le opzioni delle parole silenziate." msgid "Toggle dropdown" msgstr "Attiva/disattiva il menu a discesa" -#: src/screens/Moderation/index.tsx:334 +#: src/screens/Moderation/index.tsx:332 msgid "Toggle to enable or disable adult content" msgstr "Seleziona per abilitare o disabilitare i contenuti per adulti" -#: src/view/com/modals/EditImage.tsx:271 +#: src/view/com/modals/EditImage.tsx:272 msgid "Transformations" msgstr "Trasformazioni" @@ -4565,7 +5164,10 @@ msgctxt "action" msgid "Try again" msgstr "Riprova" -#: src/view/com/modals/ChangeHandle.tsx:429 +#~ msgid "Try again" +#~ msgstr "Provalo di nuovo" + +#: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "Tipo:" @@ -4577,22 +5179,23 @@ msgstr "Sblocca la lista" msgid "Un-mute list" msgstr "Riattiva questa lista" -#: src/view/com/auth/create/CreateAccount.tsx:58 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:87 -#: src/view/com/auth/login/Login.tsx:76 -#: src/view/com/auth/login/LoginForm.tsx:121 +#: src/screens/Login/ForgotPasswordForm.tsx:74 +#: src/screens/Login/index.tsx:78 +#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/SetNewPasswordForm.tsx:77 +#: src/screens/Signup/index.tsx:63 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Impossibile contattare il servizio. Per favore controlla la tua connessione Internet." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:572 msgid "Unblock" msgstr "Sblocca" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 msgctxt "action" msgid "Unblock" msgstr "Sblocca" @@ -4602,12 +5205,13 @@ msgstr "Sblocca" msgid "Unblock Account" msgstr "Sblocca Account" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:281 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "Sblocca Account?" -#: src/view/com/modals/Repost.tsx:42 src/view/com/modals/Repost.tsx:55 +#: src/view/com/modals/Repost.tsx:43 +#: src/view/com/modals/Repost.tsx:56 #: src/view/com/util/post-ctrls/RepostButton.tsx:60 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:48 msgid "Undo repost" @@ -4623,7 +5227,7 @@ msgctxt "action" msgid "Unfollow" msgstr "Smetti di seguire" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 msgid "Unfollow {0}" msgstr "Smetti di seguire {0}" @@ -4633,18 +5237,19 @@ msgid "Unfollow Account" msgstr "Smetti di seguire questo account" #: src/view/com/auth/create/state.ts:262 -msgid "Unfortunately, you do not meet the requirements to create an account." -msgstr "Sfortunatamente, non soddisfi i requisiti per creare un account." +#~ msgid "Unfortunately, you do not meet the requirements to create an account." +#~ msgstr "Sfortunatamente, non soddisfi i requisiti per creare un account." -#: src/view/com/util/post-ctrls/PostCtrls.tsx:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Unlike" msgstr "Togli Mi piace" -#: src/view/screens/ProfileFeed.tsx:572 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Unlike this feed" msgstr "Togli il like a questo feed" -#: src/components/TagMenu/index.tsx:249 src/view/screens/ProfileList.tsx:579 +#: src/components/TagMenu/index.tsx:249 +#: src/view/screens/ProfileList.tsx:579 msgid "Unmute" msgstr "Riattiva" @@ -4666,11 +5271,12 @@ msgstr "Riattiva tutti i post di {displayTag}" msgid "Unmute thread" msgstr "Riattiva questa discussione" -#: src/view/screens/ProfileFeed.tsx:294 src/view/screens/ProfileList.tsx:563 +#: src/view/screens/ProfileFeed.tsx:295 +#: src/view/screens/ProfileList.tsx:563 msgid "Unpin" msgstr "Stacca dal profilo" -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Unpin from home" msgstr "Stacca dalla Home" @@ -4678,11 +5284,14 @@ msgstr "Stacca dalla Home" msgid "Unpin moderation list" msgstr "Stacca la lista di moderazione" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:220 +#~ msgid "Unsave" +#~ msgstr "Rimuovi" + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:219 msgid "Unsubscribe" msgstr "Annulla l'iscrizione" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183 msgid "Unsubscribe from this labeler" msgstr "Annulla l'iscrizione a questo/a labeler" @@ -4694,33 +5303,41 @@ msgstr "Contenuti Sessuali Indesiderati" msgid "Update {displayName} in Lists" msgstr "Aggiorna {displayName} negli elenchi" -#: src/view/com/modals/ChangeHandle.tsx:509 +#~ msgid "Update Available" +#~ msgstr "Aggiornamento disponibile" + +#: src/view/com/modals/ChangeHandle.tsx:508 msgid "Update to {handle}" msgstr "Aggiorna a {handle}" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:204 +#: src/screens/Login/SetNewPasswordForm.tsx:186 msgid "Updating..." msgstr "In aggiornamento..." -#: src/view/com/modals/ChangeHandle.tsx:455 +#: src/view/com/modals/ChangeHandle.tsx:454 msgid "Upload a text file to:" msgstr "Carica una file di testo a:" -#: src/view/com/util/UserAvatar.tsx:326 src/view/com/util/UserAvatar.tsx:329 -#: src/view/com/util/UserBanner.tsx:116 src/view/com/util/UserBanner.tsx:119 +#: src/view/com/util/UserAvatar.tsx:326 +#: src/view/com/util/UserAvatar.tsx:329 +#: src/view/com/util/UserBanner.tsx:116 +#: src/view/com/util/UserBanner.tsx:119 msgid "Upload from Camera" msgstr "Carica dalla fotocamera" -#: src/view/com/util/UserAvatar.tsx:343 src/view/com/util/UserBanner.tsx:133 +#: src/view/com/util/UserAvatar.tsx:343 +#: src/view/com/util/UserBanner.tsx:133 msgid "Upload from Files" msgstr "Carica dai Files" -#: src/view/com/util/UserAvatar.tsx:337 src/view/com/util/UserAvatar.tsx:341 -#: src/view/com/util/UserBanner.tsx:127 src/view/com/util/UserBanner.tsx:131 +#: src/view/com/util/UserAvatar.tsx:337 +#: src/view/com/util/UserAvatar.tsx:341 +#: src/view/com/util/UserBanner.tsx:127 +#: src/view/com/util/UserBanner.tsx:131 msgid "Upload from Library" msgstr "Carica dalla Libreria" -#: src/view/com/modals/ChangeHandle.tsx:409 +#: src/view/com/modals/ChangeHandle.tsx:408 msgid "Use a file on your server" msgstr "Utilizza un file sul tuo server" @@ -4728,11 +5345,11 @@ msgstr "Utilizza un file sul tuo server" msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "Utilizza le password dell'app per accedere ad altri client Bluesky senza fornire l'accesso completo al tuo account o alla tua password." -#: src/view/com/modals/ChangeHandle.tsx:518 +#: src/view/com/modals/ChangeHandle.tsx:517 msgid "Use bsky.social as hosting provider" msgstr "Utilizza bsky.social come provider di hosting" -#: src/view/com/modals/ChangeHandle.tsx:517 +#: src/view/com/modals/ChangeHandle.tsx:516 msgid "Use default provider" msgstr "Utilizza il tuo provider predefinito" @@ -4746,19 +5363,22 @@ msgstr "Utilizza il browser dell'app" msgid "Use my default browser" msgstr "Utilizza il mio browser predefinito" -#: src/view/com/modals/ChangeHandle.tsx:401 +#: src/view/com/modals/ChangeHandle.tsx:400 msgid "Use the DNS panel" msgstr "Utilizza il pannello DNS" -#: src/view/com/modals/AddAppPasswords.tsx:155 +#: src/view/com/modals/AddAppPasswords.tsx:156 msgid "Use this to sign into the other app along with your handle." msgstr "Utilizza questo per accedere all'altra app insieme al tuo nome utente." -#: src/view/com/modals/InviteCodes.tsx:200 +#~ msgid "Use your domain as your Bluesky client service provider" +#~ msgstr "Utilizza il tuo dominio come provider di servizi clienti Bluesky" + +#: src/view/com/modals/InviteCodes.tsx:201 msgid "Used by:" msgstr "Usato da:" -#: src/components/moderation/ModerationDetailsDialog.tsx:65 +#: src/components/moderation/ModerationDetailsDialog.tsx:64 #: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked" msgstr "Utente bloccato" @@ -4767,7 +5387,7 @@ msgstr "Utente bloccato" msgid "User Blocked by \"{0}\"" msgstr "Utente bloccato da \"{0}\"" -#: src/components/moderation/ModerationDetailsDialog.tsx:54 +#: src/components/moderation/ModerationDetailsDialog.tsx:53 msgid "User Blocked by List" msgstr "Utente bloccato dalla lista" @@ -4775,13 +5395,13 @@ msgstr "Utente bloccato dalla lista" msgid "User Blocking You" msgstr "Questo Utente ti Blocca" -#: src/components/moderation/ModerationDetailsDialog.tsx:71 +#: src/components/moderation/ModerationDetailsDialog.tsx:70 msgid "User Blocks You" msgstr "Questo utente ti blocca" #: src/view/com/auth/create/Step2.tsx:79 -msgid "User handle" -msgstr "Handle dell'utente" +#~ msgid "User handle" +#~ msgstr "Handle dell'utente" #: src/view/com/lists/ListCard.tsx:85 #: src/view/com/modals/UserAddRemoveLists.tsx:198 @@ -4798,11 +5418,11 @@ msgstr "Lista di<0/>" msgid "User list by you" msgstr "La tua lista" -#: src/view/com/modals/CreateOrEditList.tsx:196 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "User list created" msgstr "Lista creata" -#: src/view/com/modals/CreateOrEditList.tsx:182 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "User list updated" msgstr "Lista aggiornata" @@ -4810,8 +5430,7 @@ msgstr "Lista aggiornata" msgid "User Lists" msgstr "Liste publiche" -#: src/view/com/auth/login/LoginForm.tsx:180 -#: src/view/com/auth/login/LoginForm.tsx:198 +#: src/screens/Login/LoginForm.tsx:151 msgid "Username or email address" msgstr "Nome utente o indirizzo Email" @@ -4831,23 +5450,26 @@ msgstr "Utenti in «{0}»" msgid "Users that have liked this content or profile" msgstr "Utenti a cui è piaciuto questo contenuto o profilo" -#: src/view/com/modals/ChangeHandle.tsx:437 +#: src/view/com/modals/ChangeHandle.tsx:436 msgid "Value:" msgstr "Valore:" -#: src/view/com/modals/ChangeHandle.tsx:510 +#~ msgid "Verification code" +#~ msgstr "Codice di verifica" + +#: src/view/com/modals/ChangeHandle.tsx:509 msgid "Verify {0}" msgstr "Verifica {0}" -#: src/view/screens/Settings/index.tsx:944 +#: src/view/screens/Settings/index.tsx:942 msgid "Verify email" msgstr "Verifica Email" -#: src/view/screens/Settings/index.tsx:969 +#: src/view/screens/Settings/index.tsx:967 msgid "Verify my email" msgstr "Verifica la mia email" -#: src/view/screens/Settings/index.tsx:978 +#: src/view/screens/Settings/index.tsx:976 msgid "Verify My Email" msgstr "Verifica la Mia Email" @@ -4860,11 +5482,15 @@ msgstr "Verifica la nuova email" msgid "Verify Your Email" msgstr "Verifica la tua email" +#: src/view/screens/Settings/index.tsx:893 +msgid "Version {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:42 msgid "Video Games" msgstr "Video Games" -#: src/screens/Profile/Header/Shell.tsx:110 +#: src/screens/Profile/Header/Shell.tsx:107 msgid "View {0}'s avatar" msgstr "Vedi l'avatar di {0}" @@ -4872,11 +5498,11 @@ msgstr "Vedi l'avatar di {0}" msgid "View debug entry" msgstr "Vedi le informazioni del debug" -#: src/components/ReportDialog/SelectReportOptionView.tsx:133 +#: src/components/ReportDialog/SelectReportOptionView.tsx:131 msgid "View details" msgstr "Vedere dettagli" -#: src/components/ReportDialog/SelectReportOptionView.tsx:128 +#: src/components/ReportDialog/SelectReportOptionView.tsx:126 msgid "View details for reporting a copyright violation" msgstr "Visualizza i dettagli per segnalare una violazione del copyright" @@ -4900,16 +5526,16 @@ msgstr "Vedi l'avatar" msgid "View the labeling service provided by @{0}" msgstr "Visualizza il servizio di etichettatura fornito da @{0}" -#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileFeed.tsx:585 msgid "View users who like this feed" msgstr "Visualizza gli utenti a cui piace questo feed" -#: src/view/com/modals/LinkWarning.tsx:75 -#: src/view/com/modals/LinkWarning.tsx:77 +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" msgstr "Visita il sito" -#: src/components/moderation/GlobalModerationLabelPref.tsx:44 +#: src/components/moderation/LabelPreference.tsx:135 #: src/lib/moderation/useLabelBehaviorDescription.ts:17 #: src/lib/moderation/useLabelBehaviorDescription.ts:22 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:53 @@ -4925,10 +5551,10 @@ msgid "Warn content and filter from feeds" msgstr "Avvisa i contenuti e filtra dai feed" #: src/screens/Onboarding/StepAlgoFeeds/index.tsx:134 -msgid "We also think you'll like \"For You\" by Skygaze:" -msgstr "Pensiamo che ti piacerà anche \"Per Te\" di Skygaze:" +#~ msgid "We also think you'll like \"For You\" by Skygaze:" +#~ msgstr "Pensiamo che ti piacerà anche \"Per Te\" di Skygaze:" -#: src/screens/Hashtag.tsx:132 +#: src/screens/Hashtag.tsx:133 msgid "We couldn't find any results for that hashtag." msgstr "Non siamo riusciti a trovare alcun risultato per quell'hashtag." @@ -4936,7 +5562,7 @@ msgstr "Non siamo riusciti a trovare alcun risultato per quell'hashtag." msgid "We estimate {estimatedTime} until your account is ready." msgstr "Stimiamo {estimatedTime} prima che il tuo account sia pronto." -#: src/screens/Onboarding/StepFinished.tsx:93 +#: src/screens/Onboarding/StepFinished.tsx:97 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Speriamo di darti dei momenti dei bei momenti. Ricorda, Bluesky è:" @@ -4944,11 +5570,11 @@ msgstr "Speriamo di darti dei momenti dei bei momenti. Ricorda, Bluesky è:" msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "Abbiamo esaurito i posts dei tuoi follower. Ecco le ultime novità da <0/>." -#: src/components/dialogs/MutedWords.tsx:204 +#: src/components/dialogs/MutedWords.tsx:203 msgid "We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Ti consigliamo di evitare usare parole comuni che compaiono in molti post, perchè ciò potrebbe comportare la mancata visualizzazione dei post." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:125 msgid "We recommend our \"Discover\" feed:" msgstr "Consigliamo il nostro feed \"Scopri\":" @@ -4956,11 +5582,11 @@ msgstr "Consigliamo il nostro feed \"Scopri\":" msgid "We were unable to load your birth date preferences. Please try again." msgstr "Non siamo riusciti a caricare le tue preferenze relative alla data di nascita. Per favore riprova." -#: src/screens/Moderation/index.tsx:387 +#: src/screens/Moderation/index.tsx:385 msgid "We were unable to load your configured labelers at this time." msgstr "Al momento non è stato possibile caricare le etichettatori configurati." -#: src/screens/Onboarding/StepInterests/index.tsx:133 +#: src/screens/Onboarding/StepInterests/index.tsx:137 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "Non siamo riusciti a connetterci. Riprova per continuare a configurare il tuo account. Se il problema persiste, puoi ignorare questo flusso." @@ -4968,11 +5594,14 @@ msgstr "Non siamo riusciti a connetterci. Riprova per continuare a configurare i msgid "We will let you know when your account is ready." msgstr "Ti faremo sapere quando il tuo account sarà pronto." -#: src/screens/Onboarding/StepInterests/index.tsx:138 +#~ msgid "We'll look into your appeal promptly." +#~ msgstr "Esamineremo il tuo ricorso al più presto." + +#: src/screens/Onboarding/StepInterests/index.tsx:142 msgid "We'll use this to help customize your experience." msgstr "Lo useremo per personalizzare la tua esperienza." -#: src/view/com/auth/create/CreateAccount.tsx:134 +#: src/screens/Signup/index.tsx:130 msgid "We're so excited to have you join us!" msgstr "Siamo felici che tu ti unisca a noi!" @@ -4980,19 +5609,20 @@ msgstr "Siamo felici che tu ti unisca a noi!" msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "Siamo spiacenti, ma non siamo riusciti a risolvere questa lista. Se il problema persiste, contatta il creatore della lista, @{handleOrDid}." -#: src/components/dialogs/MutedWords.tsx:230 +#: src/components/dialogs/MutedWords.tsx:229 msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Siamo spiacenti, ma al momento non siamo riusciti a caricare le parole silenziate. Per favore riprova si nuovo." -#: src/view/screens/Search/Search.tsx:255 +#: src/view/screens/Search/Search.tsx:256 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Siamo spiacenti, ma non è stato possibile completare la ricerca. Riprova tra qualche minuto." -#: src/components/Lists.tsx:194 src/view/screens/NotFound.tsx:48 +#: src/components/Lists.tsx:188 +#: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "Ci dispiace! Non riusciamo a trovare la pagina che stavi cercando." -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:321 msgid "We're sorry! You can only subscribe to ten labelers, and you've reached your limit of ten." msgstr "Ci dispiace! Puoi abbonarti solo a dieci etichettatori e hai raggiunto il limite di dieci." @@ -5000,11 +5630,19 @@ msgstr "Ci dispiace! Puoi abbonarti solo a dieci etichettatori e hai raggiunto i msgid "Welcome to <0>Bluesky</0>" msgstr "Ti diamo il benvenuto a <0>Bluesky</0>" -#: src/screens/Onboarding/StepInterests/index.tsx:130 +#: src/screens/Onboarding/StepInterests/index.tsx:134 msgid "What are your interests?" msgstr "Quali sono i tuoi interessi?" -#: src/view/com/auth/SplashScreen.tsx:59 src/view/com/composer/Composer.tsx:295 +#~ msgid "What is the issue with this {collectionName}?" +#~ msgstr "Qual è il problema con questo {collectionName}?" + +#~ msgid "What's next?" +#~ msgstr "Qual è il prossimo?" + +#: src/view/com/auth/SplashScreen.tsx:58 +#: src/view/com/auth/SplashScreen.web.tsx:84 +#: src/view/com/composer/Composer.tsx:296 msgid "What's up?" msgstr "Come va?" @@ -5021,35 +5659,36 @@ msgstr "Quali lingue vorresti vedere negli algoritmi dei tuoi feeds?" msgid "Who can reply" msgstr "Chi può rispondere" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 +#: src/components/ReportDialog/SelectReportOptionView.tsx:43 msgid "Why should this content be reviewed?" msgstr "Perché questo contenuto dovrebbe essere revisionato?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 +#: src/components/ReportDialog/SelectReportOptionView.tsx:56 msgid "Why should this feed be reviewed?" msgstr "Perché questo feed dovrebbe essere revisionato?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 +#: src/components/ReportDialog/SelectReportOptionView.tsx:53 msgid "Why should this list be reviewed?" msgstr "Perché questa lista dovrebbe essere revisionata?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 +#: src/components/ReportDialog/SelectReportOptionView.tsx:50 msgid "Why should this post be reviewed?" msgstr "Perché questo post dovrebbe essere revisionato?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 +#: src/components/ReportDialog/SelectReportOptionView.tsx:47 msgid "Why should this user be reviewed?" msgstr "Perché questo utente dovrebbe essere revisionato?" -#: src/view/com/modals/crop-image/CropImage.web.tsx:102 +#: src/view/com/modals/crop-image/CropImage.web.tsx:103 msgid "Wide" msgstr "Largo" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:436 msgid "Write post" msgstr "Scrivi un post" -#: src/view/com/composer/Composer.tsx:294 src/view/com/composer/Prompt.tsx:37 +#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "Scrivi la tua risposta" @@ -5057,6 +5696,9 @@ msgstr "Scrivi la tua risposta" msgid "Writers" msgstr "Scrittori" +#~ msgid "XXXXXX" +#~ msgstr "XXXXXX" + #: src/view/com/composer/select-language/SuggestedLanguage.tsx:77 #: src/view/screens/PreferencesFollowingFeed.tsx:129 #: src/view/screens/PreferencesFollowingFeed.tsx:201 @@ -5071,7 +5713,7 @@ msgstr "Si" msgid "You are in line." msgstr "Sei nella fila." -#: src/view/com/profile/ProfileFollows.tsx:93 +#: src/view/com/profile/ProfileFollows.tsx:86 msgid "You are not following anyone." msgstr "Non stai seguendo nessuno." @@ -5080,20 +5722,23 @@ msgstr "Non stai seguendo nessuno." msgid "You can also discover new Custom Feeds to follow." msgstr "Puoi anche scoprire nuovi feed personalizzati da seguire." -#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +#~ msgid "You can change hosting providers at any time." +#~ msgstr "Puoi cambiare provider di hosting in qualsiasi momento." + +#: src/screens/Onboarding/StepFollowingFeed.tsx:143 msgid "You can change these settings later." msgstr "Potrai modificare queste impostazioni in seguito." -#: src/view/com/auth/login/Login.tsx:158 -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 +#: src/screens/Login/index.tsx:158 +#: src/screens/Login/PasswordUpdatedForm.tsx:33 msgid "You can now sign in with your new password." msgstr "Adesso puoi accedere con la tua nuova password." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:86 msgid "You do not have any followers." msgstr "Non hai follower." -#: src/view/com/modals/InviteCodes.tsx:66 +#: src/view/com/modals/InviteCodes.tsx:67 msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer." msgstr "Non hai ancora alcun codice di invito! Te ne invieremo alcuni quando utilizzerai Bluesky per un po' più a lungo." @@ -5113,14 +5758,14 @@ msgstr "Non hai salvato nessun feed." msgid "You have blocked the author or you have been blocked by the author." msgstr "Hai bloccato l'autore o sei stato bloccato dall'autore." -#: src/components/moderation/ModerationDetailsDialog.tsx:67 +#: src/components/moderation/ModerationDetailsDialog.tsx:66 #: src/lib/moderation/useModerationCauseDescription.ts:50 #: src/lib/moderation/useModerationCauseDescription.ts:58 msgid "You have blocked this user. You cannot view their content." msgstr "Hai bloccato questo utente. Non è possibile visualizzare il contenuto." -#: src/view/com/auth/login/SetNewPasswordForm.tsx:57 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:92 +#: src/screens/Login/SetNewPasswordForm.tsx:54 +#: src/screens/Login/SetNewPasswordForm.tsx:91 #: src/view/com/modals/ChangePassword.tsx:87 #: src/view/com/modals/ChangePassword.tsx:121 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." @@ -5130,11 +5775,11 @@ msgstr "Hai inserito un codice non valido. Dovrebbe apparire come XXXX-XXXXXX." msgid "You have hidden this post" msgstr "Hai nascosto questo post" -#: src/components/moderation/ModerationDetailsDialog.tsx:102 +#: src/components/moderation/ModerationDetailsDialog.tsx:101 msgid "You have hidden this post." msgstr "Hai silenziato questo post." -#: src/components/moderation/ModerationDetailsDialog.tsx:95 +#: src/components/moderation/ModerationDetailsDialog.tsx:94 #: src/lib/moderation/useModerationCauseDescription.ts:92 msgid "You have muted this account." msgstr "Hai silenziato questo account." @@ -5143,11 +5788,15 @@ msgstr "Hai silenziato questo account." msgid "You have muted this user" msgstr "Hai silenziato questo utente" +#~ msgid "You have muted this user." +#~ msgstr "Hai disattivato questo utente." + #: src/view/com/feeds/ProfileFeedgens.tsx:136 msgid "You have no feeds." msgstr "Non hai feeds." -#: src/view/com/lists/MyLists.tsx:89 src/view/com/lists/ProfileLists.tsx:140 +#: src/view/com/lists/MyLists.tsx:89 +#: src/view/com/lists/ProfileLists.tsx:140 msgid "You have no lists." msgstr "Non hai liste." @@ -5155,6 +5804,9 @@ msgstr "Non hai liste." msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account." msgstr "Non hai ancora bloccato nessun account. Per bloccare un account, vai sul profilo e seleziona \"Blocca account\" dal menu dell'account." +#~ msgid "You have not blocked any accounts yet. To block an account, go to their profile and selected \"Block account\" from the menu on their account." +#~ msgstr "Non hai ancora bloccato nessun conto. Per bloccare un conto, vai al profilo e seleziona \"Blocca conto\" dal menu del suo conto." + #: src/view/screens/AppPasswords.tsx:89 msgid "You have not created any app passwords yet. You can create one by pressing the button below." msgstr "Non hai ancora creato alcuna password per l'app. Puoi crearne uno premendo il pulsante qui sotto." @@ -5163,14 +5815,24 @@ msgstr "Non hai ancora creato alcuna password per l'app. Puoi crearne uno premen msgid "You have not muted any accounts yet. To mute an account, go to their profile and select \"Mute account\" from the menu on their account." msgstr "Non hai ancora silenziato nessun account. Per silenziare un account, vai al suo profilo e seleziona \"Silenzia account\" dal menu dell' account." -#: src/components/dialogs/MutedWords.tsx:250 +#~ msgid "You have not muted any accounts yet. To mute an account, go to their profile and selected \"Mute account\" from the menu on their account." +#~ msgstr "Non hai ancora disattivato alcun account. Per disattivare un account, vai al suo profilo e seleziona \"Disattiva account\" dal menu del account." + +#: src/components/dialogs/MutedWords.tsx:249 msgid "You haven't muted any words or tags yet" msgstr "Non hai ancora silenziato nessuna parola o tag" -#: src/components/moderation/LabelsOnMeDialog.tsx:69 +#: src/components/moderation/LabelsOnMeDialog.tsx:68 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Puoi presentare ricorso contro queste etichette se ritieni che siano state inserite per errore." +#: src/screens/Signup/StepInfo/Policies.tsx:79 +msgid "You must be 13 years of age or older to sign up." +msgstr "" + +#~ msgid "You must be 18 or older to enable adult content." +#~ msgstr "Devi avere almeno 18 anni per abilitare i contenuti per adulti." + #: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:110 msgid "You must be 18 years or older to enable adult content" msgstr "Devi avere almeno 18 anni per abilitare i contenuti per adulti" @@ -5187,24 +5849,25 @@ msgstr "Non riceverai più notifiche per questo filo di discussione" msgid "You will now receive notifications for this thread" msgstr "Adesso riceverai le notifiche per questa discussione" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:107 +#: src/screens/Login/SetNewPasswordForm.tsx:104 msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Riceverai un'email con un \"codice di reset\". Inserisci il codice qui, poi inserisci la nuova password." -#: src/screens/Onboarding/StepModeration/index.tsx:59 +#: src/screens/Onboarding/StepModeration/index.tsx:60 msgid "You're in control" msgstr "Sei in controllo" -#: src/screens/Deactivated.tsx:87 src/screens/Deactivated.tsx:88 +#: src/screens/Deactivated.tsx:87 +#: src/screens/Deactivated.tsx:88 #: src/screens/Deactivated.tsx:103 msgid "You're in line" msgstr "Sei in fila" -#: src/screens/Onboarding/StepFinished.tsx:90 +#: src/screens/Onboarding/StepFinished.tsx:94 msgid "You're ready to go!" msgstr "Sei pronto per iniziare!" -#: src/components/moderation/ModerationDetailsDialog.tsx:99 +#: src/components/moderation/ModerationDetailsDialog.tsx:98 #: src/lib/moderation/useModerationCauseDescription.ts:101 msgid "You've chosen to hide a word or tag within this post." msgstr "Hai scelto di nascondere una parola o un tag in questo post." @@ -5213,11 +5876,11 @@ msgstr "Hai scelto di nascondere una parola o un tag in questo post." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Hai raggiunto la fine del tuo feed! Trova altri account da seguire." -#: src/view/com/auth/create/Step1.tsx:67 +#: src/screens/Signup/index.tsx:150 msgid "Your account" msgstr "Il tuo account" -#: src/view/com/modals/DeleteAccount.tsx:67 +#: src/view/com/modals/DeleteAccount.tsx:68 msgid "Your account has been deleted" msgstr "Il tuo account è stato eliminato" @@ -5225,7 +5888,7 @@ msgstr "Il tuo account è stato eliminato" msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "L'archivio del tuo account, che contiene tutti i record di dati pubblici, può essere scaricato come file \"CAR\". Questo file non include elementi multimediali incorporati, come immagini o dati privati, che devono essere recuperati separatamente." -#: src/view/com/auth/create/Step1.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:121 msgid "Your birth date" msgstr "La tua data di nascita" @@ -5233,16 +5896,19 @@ msgstr "La tua data di nascita" msgid "Your choice will be saved, but can be changed later in settings." msgstr "La tua scelta verrà salvata, ma potrà essere modificata successivamente nelle impostazioni." -#: src/screens/Onboarding/StepFollowingFeed.tsx:61 +#: src/screens/Onboarding/StepFollowingFeed.tsx:62 msgid "Your default feed is \"Following\"" msgstr "Il tuo feed predefinito è \"Following\"" -#: src/view/com/auth/create/state.ts:110 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:70 +#: src/screens/Login/ForgotPasswordForm.tsx:57 +#: src/screens/Signup/state.ts:227 #: src/view/com/modals/ChangePassword.tsx:54 msgid "Your email appears to be invalid." msgstr "Your email appears to be invalid." +#~ msgid "Your email has been saved! We'll be in touch soon." +#~ msgstr "La tua email è stata salvata! Ci metteremo in contatto al più presto." + #: src/view/com/modals/ChangeEmail.tsx:125 msgid "Your email has been updated but not verified. As a next step, please verify your new email." msgstr "La tua email è stata aggiornata ma non verificata. Come passo successivo, verifica la tua nuova email." @@ -5255,15 +5921,21 @@ msgstr "La tua email non è stata ancora verificata. Ti consigliamo di fare ques msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Il tuo feed seguente è vuoto! Segui più utenti per vedere cosa sta succedendo." -#: src/view/com/auth/create/Step2.tsx:83 +#: src/screens/Signup/StepHandle.tsx:72 msgid "Your full handle will be" msgstr "Il tuo nome di utente completo sarà" -#: src/view/com/modals/ChangeHandle.tsx:270 +#: src/view/com/modals/ChangeHandle.tsx:271 msgid "Your full handle will be <0>@{0}</0>" msgstr "Il tuo nome di utente completo sarà <0>@{0}</0>" -#: src/components/dialogs/MutedWords.tsx:221 +#~ msgid "Your hosting provider" +#~ msgstr "Il tuo fornitore di hosting" + +#~ msgid "Your invite codes are hidden when logged in using an App Password" +#~ msgstr "I tuoi codici di invito vengono celati quando accedi utilizzando una password per l'app" + +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "Le tue parole silenziate" @@ -5271,469 +5943,24 @@ msgstr "Le tue parole silenziate" msgid "Your password has been changed successfully!" msgstr "La tua password è stata modificata correttamente!" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:284 msgid "Your post has been published" msgstr "Il tuo post è stato pubblicato" -#: src/screens/Onboarding/StepFinished.tsx:105 +#: src/screens/Onboarding/StepFinished.tsx:109 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:61 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "I tuoi post, i tuoi Mi piace e i tuoi blocchi sono pubblici. I conti silenziati sono privati." -#: src/view/com/modals/SwitchAccount.tsx:88 #: src/view/screens/Settings/index.tsx:125 msgid "Your profile" msgstr "Il tuo profilo" -#: src/view/com/composer/Composer.tsx:282 +#: src/view/com/composer/Composer.tsx:283 msgid "Your reply has been published" msgstr "La tua risposta è stata pubblicata" -#: src/view/com/auth/create/Step2.tsx:65 +#: src/screens/Signup/index.tsx:152 msgid "Your user handle" msgstr "Il tuo handle utente" - -#~ msgid "{0, plural, one {# invite code available} other {# invite codes available}}" -#~ msgstr "{0, plural, one {# codice d'invito disponibile} other {# codici d'inviti disponibili}}" - -#~ msgid "{0}" -#~ msgstr "{0}" - -#~ msgid "{0} {purposeLabel} List" -#~ msgstr "Lista {purposeLabel} {0}" - -#~ msgid "{invitesAvailable, plural, one {Invite codes: # available} other {Invite codes: # available}}" -#~ msgstr "{invitesAvailable, plural, one {Codici d'invito: # available} other {Codici d'invito: # available}}" - -#~ msgid "{invitesAvailable} invite code available" -#~ msgstr "{invitesAvailable} codice d'invito disponibile" - -#~ msgid "{invitesAvailable} invite codes available" -#~ msgstr "{invitesAvailable} codici d'invito disponibili" - -#~ msgid "{message}" -#~ msgstr "{message}" - -#~ msgid "A content warning has been applied to this {0}." -#~ msgstr "A questo post è stato applicato un avviso di contenuto {0}." - -#~ msgid "A new version of the app is available. Please update to continue using the app." -#~ msgstr "È disponibile una nuova versione dell'app. Aggiorna per continuare a utilizzarla." - -#~ msgid "Add details" -#~ msgstr "Aggiungi i dettagli" - -#~ msgid "Add details to report" -#~ msgstr "Aggiungi dettagli da segnalare" - -#~ msgid "Adult content can only be enabled via the Web at <0/>." -#~ msgstr "I contenuti per adulti possono essere abilitati solo dal sito Web a <0/>." - -#~ msgid "App passwords" -#~ msgstr "Passwords dell'app" - -#~ msgid "Appeal content warning" -#~ msgstr "Ricorso contro l'avviso sui contenuti" - -#~ msgid "Appeal Content Warning" -#~ msgstr "Ricorso contro l'Avviso sui Contenuti" - -#~ msgid "Appeal Decision" -#~ msgstr "Decisión de apelación" - -#~ msgid "Appeal this decision" -#~ msgstr "Appella contro questa decisione" - -#~ msgid "Appeal this decision." -#~ msgstr "Appella contro questa decisione." - -#~ msgid "Are you sure? This cannot be undone." -#~ msgstr "Vuoi proseguire? Questa operazione non può essere annullata." - -#~ msgctxt "action" -#~ msgid "Back" -#~ msgstr "Indietro" - -#~ msgid "Block this List" -#~ msgstr "Blocca questa Lista" - -#~ msgid "Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon." -#~ msgstr "Bluesky utilizza gli inviti per costruire una comunità più sana. Se non conosci nessuno con un invito, puoi iscriverti alla lista d'attesa e te ne invieremo uno al più presto." - -#~ msgid "Bluesky.Social" -#~ msgstr "Bluesky.Social" - -#~ msgid "Button disabled. Input custom domain to proceed." -#~ msgstr "Pulsante disabilitato. Inserisci il dominio personalizzato per procedere." - -#~ msgid "Cancel add image alt text" -#~ msgstr "Cancel·la afegir text a la imatge" - -#~ msgid "Cancel waitlist signup" -#~ msgstr "Annulla l'iscrizione alla lista d'attesa" - -#~ msgid "Change your Bluesky password" -#~ msgstr "Cambia la tua password di Bluesky" - -#~ msgid "Choose a new Bluesky username or create" -#~ msgstr "Scegli un nuovo nome utente Bluesky o creane uno" - -#~ msgctxt "action" -#~ msgid "Confirm" -#~ msgstr "Conferma" - -#~ msgid "Confirm your age to enable adult content." -#~ msgstr "Conferma la tua età per abilitare i contenuti per adulti." - -#~ msgid "Confirms signing up {email} to the waitlist" -#~ msgstr "Conferma l'iscrizione di {email} alla lista d'attesa" - -#~ msgid "Content filtering" -#~ msgstr "Filtro dei contenuti" - -#~ msgid "Content Filtering" -#~ msgstr "Filtro dei Contenuti" - -#~ msgid "Copy link to profile" -#~ msgstr "Copia il link al profilo" - -#~ msgid "Country" -#~ msgstr "Paese" - -#~ msgid "Created by <0/>" -#~ msgstr "Creato da <0/>" - -#~ msgid "Created by you" -#~ msgstr "Creato da te" - -#~ msgid "Danger Zone" -#~ msgstr "Zona di Pericolo" - -#~ msgid "Delete my account…" -#~ msgstr "Cancella il mio account…" - -#~ msgid "Dev Server" -#~ msgstr "Server di sviluppo" - -#~ msgid "Developer Tools" -#~ msgstr "Strumenti per sviluppatori" - -#~ msgid "Discard draft" -#~ msgstr "Scarta la bozza" - -#~ msgid "Discover new feeds" -#~ msgstr "Scopri nuovi feeds" - -#~ msgid "Don't have an invite code?" -#~ msgstr "Non hai un codice di invito?" - -#~ msgid "Download Bluesky account data (repository)" -#~ msgstr "Scarica i dati dell'account Bluesky (archivio)" - -#~ msgid "Enter the address of your provider:" -#~ msgstr "Inserisci l'indirizzo del tuo provider:" - -#~ msgid "Enter your email" -#~ msgstr "Inserisci la tua email" - -#~ msgid "Enter your phone number" -#~ msgstr "Inserisci il tuo numero di telefono" - -#~ msgid "Exits signing up for waitlist with {email}" -#~ msgstr "Uscita dall'iscrizione alla lista d'attesa con {email}" - -#~ msgid "Feed Preferences" -#~ msgstr "Preferenze del feed" - -#~ msgid "Fine-tune the content you see on your home screen." -#~ msgstr "Ottimizza il contenuto che vedi nella pagina d'inizio." - -#~ msgid "following" -#~ msgstr "following" - -#~ msgid "Hides posts from {0} in your feed" -#~ msgstr "Nasconde i post di {0} nel tuo feed" - -#~ msgid "Home Feed Preferences" -#~ msgstr "Preferenze per i feed per la pagina d'inizio" - -#~ msgid "Hosting provider address" -#~ msgstr "Indirizzo del fornitore di hosting" - -#~ msgid "Image options" -#~ msgstr "Opzioni per l'immagine" - -#~ msgid "Input phone number for SMS verification" -#~ msgstr "Inserisci il numero di telefono per la verifica via SMS" - -#~ msgid "Input the verification code we have texted to you" -#~ msgstr "Inserisci il codice di verifica che ti abbiamo inviato tramite SMS" - -#~ msgid "Input your email to get on the Bluesky waitlist" -#~ msgstr "Inserisci la tua email per entrare nella lista d'attesa di Bluesky" - -#~ msgid "Invite" -#~ msgstr "Invita" - -#~ msgid "Invite codes: {invitesAvailable} available" -#~ msgstr "Codici di invito: {invitesAvailable} disponibili" - -#~ msgid "Join the waitlist" -#~ msgstr "Iscriviti alla lista d'attesa" - -#~ msgid "Join the waitlist." -#~ msgstr "Iscriviti alla lista d'attesa." - -#~ msgid "Join Waitlist" -#~ msgstr "Iscriviti alla Lista d'Attesa" - -#~ msgid "Learn more" -#~ msgstr "Ulteriori informazioni" - -#~ msgid "Library" -#~ msgstr "Biblioteca" - -#~ msgid "liked your custom feed{0}" -#~ msgstr "piace il feed personalizzato{0}" - -#~ msgid "Load more posts" -#~ msgstr "Carica più post" - -#~ msgid "Local dev server" -#~ msgstr "Server di sviluppo locale" - -#~ 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 "Sembra che questo feed sia disponibile solo per gli utenti con un account Bluesky. Per favore registrati o accedi per visualizzare questo feed!" - -#~ msgid "Message from server" -#~ msgstr "Messaggio dal server" - -#~ msgid "More post options" -#~ msgstr "Altre impostazioni per il post" - -#~ msgid "Mute this List" -#~ msgstr "Silenzia questa Lista" - -#~ msgid "my-server.com" -#~ msgstr "my-server.com" - -#~ msgid "New Post" -#~ msgstr "Nuovo Post" - -#~ msgid "Opens editor for profile display name, avatar, background image, and description" -#~ msgstr "Apre l'editor per il nome configurato del profilo, l'avatar, l'immagine di sfondo e la descrizione" - -#~ msgid "Opens followers list" -#~ msgstr "Apre la lista dei followers" - -#~ msgid "Opens following list" -#~ msgstr "Apre la lista di chi segui" - -#~ msgid "Opens invite code list" -#~ msgstr "Apre la lista dei codici di invito" - -#~ msgid "Opens modal for account deletion confirmation. Requires email code." -#~ msgstr "Apre il modal per la conferma dell'eliminazione dell'account. Richiede un codice email." - -#~ msgid "Opens the app password settings page" -#~ msgstr "Apre la pagina delle impostazioni della password dell'app" - -#~ msgid "Opens the home feed preferences" -#~ msgstr "Apre le preferenze del home feed" - -#~ msgid "Other service" -#~ msgstr "Altro servizio" - -#~ msgid "Phone number" -#~ msgstr "Numero di telefono" - -#~ msgid "Please enter a phone number that can receive SMS text messages." -#~ msgstr "Inserisci un numero di telefono in grado di ricevere messaggi di testo SMS." - -#~ msgid "Please enter the code you received by SMS." -#~ msgstr "Inserisci il codice che hai ricevuto via SMS." - -#~ msgid "Please enter the verification code sent to {phoneNumberFormatted}." -#~ msgstr "Inserisci il codice di verifica inviato a {phoneNumberFormatted}." - -#~ msgid "Please tell us why you think this content warning was incorrectly applied!" -#~ msgstr "Spiegaci perché ritieni che questo avviso sui contenuti sia stato applicato in modo errato!" - -#~ msgid "Please tell us why you think this decision was incorrect." -#~ msgstr "Per favore spiegaci perché ritieni che questa decisione sia stata sbagliata." - -#~ msgid "Post" -#~ msgstr "Post" - -#~ msgid "Quote Post" -#~ msgstr "Cita il post" - -#~ msgid "Remove {0} from my feeds?" -#~ msgstr "Rimuovere {0} dai miei feeds?" - -#~ msgid "Remove this feed from my feeds?" -#~ msgstr "Rimuovere questo feed dai miei feeds?" - -#~ msgid "Remove this feed from your saved feeds?" -#~ msgstr "Elimina questo feed dai feeds salvati?" - -#~ msgid "Report {collectionName}" -#~ msgstr "Segnala {collectionName}" - -#~ msgid "Reposted by" -#~ msgstr "Repost di" - -#~ msgid "Reposted by {0})" -#~ msgstr "Repost di {0})" - -#~ msgid "Request code" -#~ msgstr "Richiedi un codice" - -#~ msgid "Reset onboarding" -#~ msgstr "Reimposta l'incorporazione" - -#~ msgid "Reset preferences" -#~ msgstr "Reimposta le preferenze" - -#~ msgid "Retry." -#~ msgstr "Riprova." - -#~ msgid "SANDBOX. Posts and accounts are not permanent." -#~ msgstr "SANDBOX. I post e gli account non sono permanenti." - -#~ msgid "Select Bluesky Social" -#~ msgstr "Seleziona Bluesky Social" - -#~ msgid "Select your app language for the default text to display in the app" -#~ msgstr "Seleziona la lingua dell'app per il testo predefinito da visualizzare nell'app" - -#~ msgid "Select your phone's country" -#~ msgstr "Seleziona il Paese del tuo cellulare" - -#~ msgid "Send Email" -#~ msgstr "Envia Email" - -#~ msgid "Send Report" -#~ msgstr "Invia segnalazione" - -#~ msgid "Set {value} for {labelGroup} content moderation policy" -#~ msgstr "Imposta {value} per la politica di moderazione dei contenuti di {labelGroup}" - -#~ msgctxt "action" -#~ msgid "Set Age" -#~ msgstr "Imposta l'età" - -#~ msgid "Set color theme to dark" -#~ msgstr "Imposta il colore del tema scuro" - -#~ msgid "Set color theme to light" -#~ msgstr "Imposta il colore del tema su chiaro" - -#~ msgid "Set color theme to system setting" -#~ msgstr "Imposta il colore del tema basato sulle impostazioni del tuo sistema" - -#~ msgid "Set dark theme to the dark theme" -#~ msgstr "Imposta il tema scuro sul tema scuro" - -#~ msgid "Set dark theme to the dim theme" -#~ msgstr "Imposta il tema scuro sul tema scuro" - -#~ msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your following feed. This is an experimental feature." -#~ msgstr "Seleziona \"Sì\" per mostrare esempi dei feed salvati nel feed successivo. Questa è una funzionalità sperimentale." - -#~ msgid "Shows a list of users similar to this user." -#~ msgstr "Mostra un elenco di utenti simili a questo utente." - -#~ msgid "SMS verification" -#~ msgstr "Verifica tramite SMS" - -#~ msgid "Something went wrong and we're not sure what." -#~ msgstr "Qualcosa è andato storto ma non siamo sicuri di cosa." - -#~ msgid "Something went wrong. Check your email and try again." -#~ msgstr "Qualcosa è andato storto. Controlla la tua email e riprova." - -#~ msgid "Staging" -#~ msgstr "Allestimento" - -#~ msgid "Swipe up to see more" -#~ msgstr "Scorri verso l'alto per vedere di più" - -#~ 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 "Il modulo di supporto è stato spostato. Se hai bisogno di aiuto, <0/> o visita {HELP_DESK_URL} per metterti in contatto con noi." - -#~ msgid "There's something wrong with this number. Please choose your country and enter your full phone number!" -#~ msgstr "C'è qualcosa di sbagliato in questo numero. Scegli il tuo Paese e inserisci il tuo numero di telefono completo!" - -#~ msgid "This {0} has been labeled." -#~ msgstr "Questo {0} è stato etichettato." - -#~ msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost.</0>" -#~ msgstr "Questa funzionalità è in versione beta. Puoi leggere ulteriori informazioni sulle esportazioni dell' archivio in <0>questo post del blog.</0>" - -#~ msgid "This is the service that keeps you online." -#~ msgstr "Questo è il servizio che ti mantiene online." - -#~ msgid "This user is included in the <0/> list which you have blocked." -#~ msgstr "Questo utente è incluso nell'elenco <0/> che hai bloccato." - -#~ msgid "This user is included in the <0/> list which you have muted." -#~ msgstr "Questo utente è incluso nell'elenco <0/> che hai disattivato." - -#~ msgid "This user is included the <0/> list which you have muted." -#~ msgstr "Questo utente è incluso nella lista <0/> che hai silenziato." - -#~ msgid "This will hide this post from your feeds." -#~ msgstr "Questo nasconderà il post dai tuoi feeds." - -#~ msgid "Try again" -#~ msgstr "Provalo di nuovo" - -#~ msgid "Unsave" -#~ msgstr "Rimuovi" - -#~ msgid "Update Available" -#~ msgstr "Aggiornamento disponibile" - -#~ msgid "Use your domain as your Bluesky client service provider" -#~ msgstr "Utilizza il tuo dominio come provider di servizi clienti Bluesky" - -#~ msgid "Verification code" -#~ msgstr "Codice di verifica" - -#~ msgid "We'll look into your appeal promptly." -#~ msgstr "Esamineremo il tuo ricorso al più presto." - -#~ msgid "What is the issue with this {collectionName}?" -#~ msgstr "Qual è il problema con questo {collectionName}?" - -#~ msgid "What's next?" -#~ msgstr "Qual è il prossimo?" - -#~ msgid "XXXXXX" -#~ msgstr "XXXXXX" - -#~ msgid "You can change hosting providers at any time." -#~ msgstr "Puoi cambiare provider di hosting in qualsiasi momento." - -#~ msgid "You have muted this user." -#~ msgstr "Hai disattivato questo utente." - -#~ msgid "You have not blocked any accounts yet. To block an account, go to their profile and selected \"Block account\" from the menu on their account." -#~ msgstr "Non hai ancora bloccato nessun conto. Per bloccare un conto, vai al profilo e seleziona \"Blocca conto\" dal menu del suo conto." - -#~ msgid "You have not muted any accounts yet. To mute an account, go to their profile and selected \"Mute account\" from the menu on their account." -#~ msgstr "Non hai ancora disattivato alcun account. Per disattivare un account, vai al suo profilo e seleziona \"Disattiva account\" dal menu del account." - -#~ msgid "You must be 18 or older to enable adult content." -#~ msgstr "Devi avere almeno 18 anni per abilitare i contenuti per adulti." - -#~ msgid "Your email has been saved! We'll be in touch soon." -#~ msgstr "La tua email è stata salvata! Ci metteremo in contatto al più presto." - -#~ msgid "Your hosting provider" -#~ msgstr "Il tuo fornitore di hosting" - -#~ msgid "Your invite codes are hidden when logged in using an App Password" -#~ msgstr "I tuoi codici di invito vengono celati quando accedi utilizzando una password per l'app" diff --git a/src/locale/locales/ja/messages.po b/src/locale/locales/ja/messages.po index fc9c7884e..3bb8437bb 100644 --- a/src/locale/locales/ja/messages.po +++ b/src/locale/locales/ja/messages.po @@ -30,7 +30,7 @@ msgstr "メールがありません" #~ msgid "{0} {purposeLabel} List" #~ msgstr "{0} {purposeLabel} リスト" -#: src/screens/Profile/Header/Metrics.tsx:45 +#: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} フォロー" @@ -68,7 +68,7 @@ msgstr "<0/>のメンバー" msgid "<0>{0}</0> following" msgstr "<0>{0}</0> フォロー" -#: src/screens/Profile/Header/Metrics.tsx:46 +#: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} </0><1>following</1>" msgstr "<0>{following} </0><1>フォロー</1>" @@ -97,7 +97,7 @@ msgstr "⚠無効なハンドル" #~ msgstr "新しいバージョンのアプリが利用可能です。継続して使用するためにはアップデートしてください。" #: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:648 +#: src/view/screens/Search/Search.tsx:649 msgid "Access navigation links and settings" msgstr "ナビゲーションリンクと設定にアクセス" @@ -105,7 +105,7 @@ msgstr "ナビゲーションリンクと設定にアクセス" msgid "Access profile and other navigation links" msgstr "プロフィールと他のナビゲーションリンクにアクセス" -#: src/view/com/modals/EditImage.tsx:299 +#: src/view/com/modals/EditImage.tsx:300 #: src/view/screens/Settings/index.tsx:470 msgid "Accessibility" msgstr "アクセシビリティ" @@ -114,7 +114,7 @@ msgstr "アクセシビリティ" msgid "account" msgstr "アカウント" -#: src/view/com/auth/login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:144 #: src/view/screens/Settings/index.tsx:327 #: src/view/screens/Settings/index.tsx:743 msgid "Account" @@ -132,12 +132,12 @@ msgstr "アカウントをフォローしました" msgid "Account muted" msgstr "アカウントをミュートしました" -#: src/components/moderation/ModerationDetailsDialog.tsx:94 +#: src/components/moderation/ModerationDetailsDialog.tsx:93 #: src/lib/moderation/useModerationCauseDescription.ts:91 msgid "Account Muted" msgstr "ミュート中のアカウント" -#: src/components/moderation/ModerationDetailsDialog.tsx:83 +#: src/components/moderation/ModerationDetailsDialog.tsx:82 msgid "Account Muted by List" msgstr "リストによってミュート中のアカウント" @@ -149,7 +149,7 @@ msgstr "アカウントオプション" msgid "Account removed from quick access" msgstr "クイックアクセスからアカウントを解除" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:130 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "アカウントのブロックを解除しました" @@ -162,7 +162,7 @@ msgstr "アカウントのフォローを解除しました" msgid "Account unmuted" msgstr "アカウントのミュートを解除しました" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:219 @@ -178,6 +178,7 @@ msgstr "コンテンツの警告を追加" msgid "Add a user to this list" msgstr "リストにユーザーを追加" +#: src/components/dialogs/SwitchAccount.tsx:55 #: src/view/screens/Settings/index.tsx:402 #: src/view/screens/Settings/index.tsx:411 msgid "Add account" @@ -185,7 +186,7 @@ msgstr "アカウントを追加" #: src/view/com/composer/photos/Gallery.tsx:119 #: src/view/com/composer/photos/Gallery.tsx:180 -#: src/view/com/modals/AltImage.tsx:116 +#: src/view/com/modals/AltImage.tsx:117 msgid "Add alt text" msgstr "ALTテキストを追加" @@ -204,23 +205,23 @@ msgstr "アプリパスワードを追加" #~ msgid "Add details to report" #~ msgstr "報告に詳細を追加" -#: src/view/com/composer/Composer.tsx:466 +#: src/view/com/composer/Composer.tsx:467 msgid "Add link card" msgstr "リンクカードを追加" -#: src/view/com/composer/Composer.tsx:471 +#: src/view/com/composer/Composer.tsx:472 msgid "Add link card:" msgstr "リンクカードを追加:" -#: src/components/dialogs/MutedWords.tsx:158 +#: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" msgstr "ミュートするワードを設定に追加" -#: src/components/dialogs/MutedWords.tsx:87 +#: src/components/dialogs/MutedWords.tsx:86 msgid "Add muted words and tags" msgstr "ミュートするワードとタグを追加" -#: src/view/com/modals/ChangeHandle.tsx:417 +#: src/view/com/modals/ChangeHandle.tsx:416 msgid "Add the following DNS record to your domain:" msgstr "次のDNSレコードをドメインに追加してください:" @@ -250,6 +251,7 @@ msgstr "マイフィードに追加" msgid "Adjust the number of likes a reply must have to be shown in your feed." msgstr "返信がフィードに表示されるために必要ないいねの数を調整します。" +#: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:117 #: src/view/com/modals/SelfLabel.tsx:75 msgid "Adult Content" @@ -263,11 +265,11 @@ msgstr "成人向けコンテンツ" #~ msgid "Adult content can only be enabled via the Web at <0>bsky.app</0>." #~ msgstr "成人向けコンテンツはウェブ(<0>bsky.app</0>)からのみ有効化できます。" -#: src/components/moderation/ModerationLabelPref.tsx:114 +#: src/components/moderation/LabelPreference.tsx:242 msgid "Adult content is disabled." msgstr "成人向けコンテンツは無効になっています。" -#: src/screens/Moderation/index.tsx:377 +#: src/screens/Moderation/index.tsx:375 #: src/view/screens/Settings/index.tsx:684 msgid "Advanced" msgstr "高度な設定" @@ -276,12 +278,12 @@ msgstr "高度な設定" msgid "All the feeds you've saved, right in one place." msgstr "保存したすべてのフィードを1箇所にまとめます。" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:221 +#: src/screens/Login/ForgotPasswordForm.tsx:178 #: src/view/com/modals/ChangePassword.tsx:170 msgid "Already have a code?" msgstr "コードをすでに持っていますか?" -#: src/view/com/auth/login/ChooseAccountForm.tsx:103 +#: src/screens/Login/ChooseAccountForm.tsx:39 msgid "Already signed in as @{0}" msgstr "@{0}としてすでにサインイン済み" @@ -289,7 +291,7 @@ msgstr "@{0}としてすでにサインイン済み" msgid "ALT" msgstr "ALT" -#: src/view/com/modals/EditImage.tsx:315 +#: src/view/com/modals/EditImage.tsx:316 msgid "Alt text" msgstr "ALTテキスト" @@ -337,11 +339,11 @@ msgstr "アプリの言語" msgid "App password deleted" msgstr "アプリパスワードを削除しました" -#: src/view/com/modals/AddAppPasswords.tsx:134 +#: src/view/com/modals/AddAppPasswords.tsx:135 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "アプリパスワードの名前には、英数字、スペース、ハイフン、アンダースコアのみが使用可能です。" -#: src/view/com/modals/AddAppPasswords.tsx:99 +#: src/view/com/modals/AddAppPasswords.tsx:100 msgid "App Password names must be at least 4 characters long." msgstr "アプリパスワードの名前は長さが4文字以上である必要があります。" @@ -359,12 +361,12 @@ msgstr "アプリパスワードの設定" msgid "App Passwords" msgstr "アプリパスワード" -#: src/components/moderation/LabelsOnMeDialog.tsx:134 -#: src/components/moderation/LabelsOnMeDialog.tsx:137 +#: src/components/moderation/LabelsOnMeDialog.tsx:133 +#: src/components/moderation/LabelsOnMeDialog.tsx:136 msgid "Appeal" msgstr "異議を申し立てる" -#: src/components/moderation/LabelsOnMeDialog.tsx:202 +#: src/components/moderation/LabelsOnMeDialog.tsx:201 msgid "Appeal \"{0}\" label" msgstr "「{0}」のラベルに異議を申し立てる" @@ -381,7 +383,7 @@ msgstr "「{0}」のラベルに異議を申し立てる" #~ msgid "Appeal Decision" #~ msgstr "判断に異議を申し立てる" -#: src/components/moderation/LabelsOnMeDialog.tsx:193 +#: src/components/moderation/LabelsOnMeDialog.tsx:192 msgid "Appeal submitted." msgstr "異議申し立てを提出しました。" @@ -405,11 +407,11 @@ msgstr "アプリパスワード「{name}」を本当に削除しますか?" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "あなたのフィードから{0}を削除してもよろしいですか?" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:509 msgid "Are you sure you'd like to discard this draft?" msgstr "本当にこの下書きを破棄しますか?" -#: src/components/dialogs/MutedWords.tsx:282 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "本当によろしいですか?" @@ -429,14 +431,22 @@ msgstr "アート" msgid "Artistic or non-erotic nudity." msgstr "芸術的または性的ではないヌード。" +#: src/screens/Signup/StepHandle.tsx:118 +msgid "At least 3 characters" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:246 #: src/components/moderation/LabelsOnMeDialog.tsx:247 -#: src/components/moderation/LabelsOnMeDialog.tsx:248 -#: src/screens/Profile/Header/Shell.tsx:97 -#: src/view/com/auth/create/CreateAccount.tsx:158 -#: src/view/com/auth/login/ChooseAccountForm.tsx:160 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:174 -#: src/view/com/auth/login/LoginForm.tsx:262 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:179 +#: src/screens/Login/ChooseAccountForm.tsx:73 +#: src/screens/Login/ChooseAccountForm.tsx:78 +#: src/screens/Login/ForgotPasswordForm.tsx:129 +#: src/screens/Login/ForgotPasswordForm.tsx:135 +#: src/screens/Login/LoginForm.tsx:221 +#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/SetNewPasswordForm.tsx:160 +#: src/screens/Login/SetNewPasswordForm.tsx:166 +#: src/screens/Profile/Header/Shell.tsx:96 +#: src/screens/Signup/index.tsx:179 #: src/view/com/util/ViewHeader.tsx:87 msgid "Back" msgstr "戻る" @@ -446,7 +456,7 @@ msgstr "戻る" #~ msgid "Back" #~ msgstr "戻る" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:144 msgid "Based on your interest in {interestsText}" msgstr "{interestsText}への興味に基づいたおすすめ" @@ -455,7 +465,6 @@ msgid "Basics" msgstr "基本" #: src/components/dialogs/BirthDateSettings.tsx:107 -#: src/view/com/auth/create/Step1.tsx:227 msgid "Birthday" msgstr "誕生日" @@ -463,7 +472,7 @@ msgstr "誕生日" msgid "Birthday:" msgstr "誕生日:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "ブロック" @@ -499,7 +508,7 @@ msgstr "これらのアカウントをブロックしますか?" msgid "Blocked" msgstr "ブロックされています" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:267 msgid "Blocked accounts" msgstr "ブロック中のアカウント" @@ -520,7 +529,7 @@ msgstr "ブロック中のアカウントは、あなたのスレッドでの返 msgid "Blocked post." msgstr "投稿をブロックしました。" -#: src/screens/Profile/Sections/Labels.tsx:153 +#: src/screens/Profile/Sections/Labels.tsx:152 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "ブロックしてもこのラベラーがあなたのアカウントにラベルを貼ることができます。" @@ -532,18 +541,18 @@ msgstr "ブロックしたことは公開されます。ブロック中のアカ msgid "Blocking will not prevent labels from being applied on your account, but it will stop this account from replying in your threads or interacting with you." msgstr "ブロックしてもこのラベラーがあなたのアカウントにラベルを貼ることができますが、このアカウントがあなたのスレッドに返信したり、やりとりをしたりといったことはできなくなります。" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:97 -#: src/view/com/auth/SplashScreen.web.tsx:133 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:98 +#: src/view/com/auth/SplashScreen.web.tsx:169 msgid "Blog" msgstr "ブログ" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:31 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:32 #: src/view/com/auth/server-input/index.tsx:89 -#: src/view/com/auth/server-input/index.tsx:90 +#: src/view/com/auth/server-input/index.tsx:91 msgid "Bluesky" msgstr "Bluesky" -#: src/view/com/auth/server-input/index.tsx:150 +#: src/view/com/auth/server-input/index.tsx:154 msgid "Bluesky is an open network where you can choose your hosting provider. Custom hosting is now available in beta for developers." msgstr "Bluesky は、ホスティング プロバイダーを選択できるオープン ネットワークです。 カスタムホスティングは、開発者向けのベータ版で利用できるようになりました。" @@ -566,7 +575,7 @@ msgstr "Blueskyはパブリックです。" #~ msgid "Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon." #~ msgstr "Blueskyはより健全なコミュニティーを構築するために招待状を使用します。招待状をお持ちでない場合、Waitlistにお申し込みいただくと招待状をお送りします。" -#: src/screens/Moderation/index.tsx:535 +#: src/screens/Moderation/index.tsx:533 msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private." msgstr "Blueskyはログアウトしたユーザーにあなたのプロフィールや投稿を表示しません。他のアプリはこのリクエストに応じない場合があります。この設定はあなたのアカウントを非公開にするものではありません。" @@ -587,11 +596,11 @@ msgid "Books" msgstr "書籍" #: src/view/screens/Settings/index.tsx:893 -msgid "Build version {0} {1}" -msgstr "ビルドバージョン {0} {1}" +#~ msgid "Build version {0} {1}" +#~ msgstr "ビルドバージョン {0} {1}" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:128 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:92 +#: src/view/com/auth/SplashScreen.web.tsx:166 msgid "Business" msgstr "ビジネス" @@ -615,7 +624,7 @@ msgstr "作成者:{0}" msgid "by <0/>" msgstr "作成者:<0/>" -#: src/view/com/auth/create/Policies.tsx:87 +#: src/screens/Signup/StepInfo/Policies.tsx:74 msgid "By creating an account you agree to the {els}." msgstr "アカウントを作成することで、{els}に同意したものとみなされます。" @@ -627,46 +636,46 @@ msgstr "作成者:あなた" msgid "Camera" msgstr "カメラ" -#: src/view/com/modals/AddAppPasswords.tsx:216 +#: src/view/com/modals/AddAppPasswords.tsx:217 msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long." msgstr "英数字、スペース、ハイフン、アンダースコアのみが使用可能です。長さは4文字以上32文字以下である必要があります。" #: src/components/Menu/index.tsx:213 -#: src/components/Prompt.tsx:116 -#: src/components/Prompt.tsx:118 +#: src/components/Prompt.tsx:113 +#: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:316 -#: src/view/com/composer/Composer.tsx:321 +#: src/view/com/composer/Composer.tsx:317 +#: src/view/com/composer/Composer.tsx:322 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/ChangeHandle.tsx:153 +#: src/view/com/modals/ChangeHandle.tsx:154 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 -#: src/view/com/modals/CreateOrEditList.tsx:355 -#: src/view/com/modals/crop-image/CropImage.web.tsx:137 -#: src/view/com/modals/EditImage.tsx:323 -#: src/view/com/modals/EditProfile.tsx:249 +#: src/view/com/modals/CreateOrEditList.tsx:356 +#: src/view/com/modals/crop-image/CropImage.web.tsx:138 +#: src/view/com/modals/EditImage.tsx:324 +#: src/view/com/modals/EditProfile.tsx:250 #: src/view/com/modals/InAppBrowserConsent.tsx:78 #: src/view/com/modals/InAppBrowserConsent.tsx:80 -#: src/view/com/modals/LinkWarning.tsx:87 -#: src/view/com/modals/LinkWarning.tsx:89 -#: src/view/com/modals/Repost.tsx:87 +#: src/view/com/modals/LinkWarning.tsx:105 +#: src/view/com/modals/LinkWarning.tsx:107 +#: src/view/com/modals/Repost.tsx:88 #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:717 +#: src/view/screens/Search/Search.tsx:718 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "キャンセル" -#: src/view/com/modals/CreateOrEditList.tsx:360 -#: src/view/com/modals/DeleteAccount.tsx:156 -#: src/view/com/modals/DeleteAccount.tsx:234 +#: src/view/com/modals/CreateOrEditList.tsx:361 +#: src/view/com/modals/DeleteAccount.tsx:155 +#: src/view/com/modals/DeleteAccount.tsx:233 msgctxt "action" msgid "Cancel" msgstr "キャンセル" -#: src/view/com/modals/DeleteAccount.tsx:152 -#: src/view/com/modals/DeleteAccount.tsx:230 +#: src/view/com/modals/DeleteAccount.tsx:151 +#: src/view/com/modals/DeleteAccount.tsx:229 msgid "Cancel account deletion" msgstr "アカウントの削除をキャンセル" @@ -674,19 +683,19 @@ msgstr "アカウントの削除をキャンセル" #~ msgid "Cancel add image alt text" #~ msgstr "画像のALTテキストの追加をキャンセル" -#: src/view/com/modals/ChangeHandle.tsx:149 +#: src/view/com/modals/ChangeHandle.tsx:150 msgid "Cancel change handle" msgstr "ハンドルの変更をキャンセル" -#: src/view/com/modals/crop-image/CropImage.web.tsx:134 +#: src/view/com/modals/crop-image/CropImage.web.tsx:135 msgid "Cancel image crop" msgstr "画像の切り抜きをキャンセル" -#: src/view/com/modals/EditProfile.tsx:244 +#: src/view/com/modals/EditProfile.tsx:245 msgid "Cancel profile editing" msgstr "プロフィールの編集をキャンセル" -#: src/view/com/modals/Repost.tsx:78 +#: src/view/com/modals/Repost.tsx:79 msgid "Cancel quote post" msgstr "引用をキャンセル" @@ -699,7 +708,7 @@ msgstr "検索をキャンセル" #~ msgid "Cancel waitlist signup" #~ msgstr "Waitlistの登録をキャンセル" -#: src/view/com/modals/LinkWarning.tsx:88 +#: src/view/com/modals/LinkWarning.tsx:106 msgid "Cancels opening the linked website" msgstr "リンク先のウェブサイトを開くことをキャンセル" @@ -716,7 +725,7 @@ msgstr "変更" msgid "Change handle" msgstr "ハンドルを変更" -#: src/view/com/modals/ChangeHandle.tsx:161 +#: src/view/com/modals/ChangeHandle.tsx:162 #: src/view/screens/Settings/index.tsx:727 msgid "Change Handle" msgstr "ハンドルを変更" @@ -759,7 +768,7 @@ msgstr "おすすめのフィードを確認してください。「+」をタ msgid "Check out some recommended users. Follow them to see similar users." msgstr "おすすめのユーザーを確認してください。フォローすることであなたに合ったユーザーが見つかるかもしれません。" -#: src/view/com/modals/DeleteAccount.tsx:169 +#: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "入力したメールアドレスの受信トレイを確認して、以下に入力するための確認コードが記載されたメールが届いていないか確認してください:" @@ -775,7 +784,7 @@ msgstr "「全員」か「返信不可」のどちらかを選択" msgid "Choose Service" msgstr "サービスを選択" -#: src/screens/Onboarding/StepFinished.tsx:135 +#: src/screens/Onboarding/StepFinished.tsx:139 msgid "Choose the algorithms that power your custom feeds." msgstr "カスタムフィードのアルゴリズムを選択できます。" @@ -788,11 +797,11 @@ msgstr "カスタムフィードを使用してあなたの体験を強化する #~ msgid "Choose your algorithmic feeds" #~ msgstr "フィードのアルゴリズムを選択" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:104 msgid "Choose your main feeds" msgstr "メインのフィードを選択" -#: src/view/com/auth/create/Step1.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:112 msgid "Choose your password" msgstr "パスワードを入力" @@ -813,7 +822,7 @@ msgid "Clear all storage data (restart after this)" msgstr "すべてのストレージデータをクリア(このあと再起動します)" #: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:698 +#: src/view/screens/Search/Search.tsx:699 msgid "Clear search query" msgstr "検索クエリをクリア" @@ -833,7 +842,7 @@ msgstr "こちらをクリック" msgid "Click here to open tag menu for {tag}" msgstr "{tag}のタグメニューをクリックして表示" -#: src/components/RichText.tsx:191 +#: src/components/RichText.tsx:192 msgid "Click here to open tag menu for #{tag}" msgstr "#{tag}のタグメニューをクリックして表示" @@ -846,12 +855,12 @@ msgstr "気象" msgid "Close" msgstr "閉じる" -#: src/components/Dialog/index.web.tsx:84 -#: src/components/Dialog/index.web.tsx:198 +#: src/components/Dialog/index.web.tsx:106 +#: src/components/Dialog/index.web.tsx:218 msgid "Close active dialog" msgstr "アクティブなダイアログを閉じる" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:38 +#: src/screens/Login/PasswordUpdatedForm.tsx:38 msgid "Close alert" msgstr "アラートを閉じる" @@ -880,11 +889,11 @@ msgstr "このダイアログを閉じる" msgid "Closes bottom navigation bar" msgstr "下部のナビゲーションバーを閉じる" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:39 +#: src/screens/Login/PasswordUpdatedForm.tsx:39 msgid "Closes password update alert" msgstr "パスワード更新アラートを閉じる" -#: src/view/com/composer/Composer.tsx:318 +#: src/view/com/composer/Composer.tsx:319 msgid "Closes post composer and discards post draft" msgstr "投稿の編集画面を閉じて下書きを削除する" @@ -909,15 +918,15 @@ msgstr "漫画" msgid "Community Guidelines" msgstr "コミュニティーガイドライン" -#: src/screens/Onboarding/StepFinished.tsx:148 +#: src/screens/Onboarding/StepFinished.tsx:152 msgid "Complete onboarding and start using your account" msgstr "初期設定を完了してアカウントを使い始める" -#: src/view/com/auth/create/Step3.tsx:73 +#: src/screens/Signup/index.tsx:154 msgid "Complete the challenge" msgstr "テストをクリアしてください" -#: src/view/com/composer/Composer.tsx:437 +#: src/view/com/composer/Composer.tsx:438 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "{MAX_GRAPHEME_LENGTH}文字までの投稿を作成" @@ -925,18 +934,20 @@ msgstr "{MAX_GRAPHEME_LENGTH}文字までの投稿を作成" msgid "Compose reply" msgstr "返信を作成" -#: src/components/moderation/GlobalModerationLabelPref.tsx:69 -#: src/components/moderation/ModerationLabelPref.tsx:149 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 msgid "Configure content filtering setting for category: {0}" msgstr "このカテゴリのコンテンツフィルタリングを設定:{0}" -#: src/components/moderation/ModerationLabelPref.tsx:116 +#: src/components/moderation/LabelPreference.tsx:81 +msgid "Configure content filtering setting for category: {name}" +msgstr "" + +#: src/components/moderation/LabelPreference.tsx:244 msgid "Configured in <0>moderation settings</0>." msgstr "<0>モデレーションの設定</0>で設定されています。" -#: src/components/Prompt.tsx:152 -#: src/components/Prompt.tsx:155 +#: src/components/Prompt.tsx:153 +#: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 #: src/view/com/modals/VerifyEmail.tsx:231 #: src/view/com/modals/VerifyEmail.tsx:233 @@ -956,11 +967,11 @@ msgstr "確認" msgid "Confirm Change" msgstr "変更を確認" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:35 msgid "Confirm content language settings" msgstr "コンテンツの言語設定を確認" -#: src/view/com/modals/DeleteAccount.tsx:220 +#: src/view/com/modals/DeleteAccount.tsx:219 msgid "Confirm delete account" msgstr "アカウントの削除を確認" @@ -968,17 +979,17 @@ msgstr "アカウントの削除を確認" #~ msgid "Confirm your age to enable adult content." #~ msgstr "成人向けコンテンツを有効にするために年齢を確認してください。" -#: src/screens/Moderation/index.tsx:303 +#: src/screens/Moderation/index.tsx:301 msgid "Confirm your age:" msgstr "年齢の確認:" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:292 msgid "Confirm your birthdate" msgstr "生年月日の確認" #: src/view/com/modals/ChangeEmail.tsx:157 -#: src/view/com/modals/DeleteAccount.tsx:176 -#: src/view/com/modals/DeleteAccount.tsx:182 +#: src/view/com/modals/DeleteAccount.tsx:175 +#: src/view/com/modals/DeleteAccount.tsx:181 #: src/view/com/modals/VerifyEmail.tsx:165 msgid "Confirmation code" msgstr "確認コード" @@ -987,12 +998,11 @@ msgstr "確認コード" #~ msgid "Confirms signing up {email} to the waitlist" #~ msgstr "{email}のWaitlistへの登録を確認" -#: src/view/com/auth/create/CreateAccount.tsx:193 -#: src/view/com/auth/login/LoginForm.tsx:281 +#: src/screens/Login/LoginForm.tsx:248 msgid "Connecting..." msgstr "接続中..." -#: src/view/com/auth/create/CreateAccount.tsx:213 +#: src/screens/Signup/index.tsx:219 msgid "Contact support" msgstr "サポートに連絡" @@ -1012,7 +1022,7 @@ msgstr "ブロックされたコンテンツ" #~ msgid "Content Filtering" #~ msgstr "コンテンツのフィルタリング" -#: src/screens/Moderation/index.tsx:287 +#: src/screens/Moderation/index.tsx:285 msgid "Content filters" msgstr "コンテンツのフィルター" @@ -1021,13 +1031,13 @@ msgstr "コンテンツのフィルター" msgid "Content Languages" msgstr "コンテンツの言語" -#: src/components/moderation/ModerationDetailsDialog.tsx:76 +#: src/components/moderation/ModerationDetailsDialog.tsx:75 #: src/lib/moderation/useModerationCauseDescription.ts:75 msgid "Content Not Available" msgstr "コンテンツはありません" -#: src/components/moderation/ModerationDetailsDialog.tsx:47 -#: src/components/moderation/ScreenHider.tsx:100 +#: src/components/moderation/ModerationDetailsDialog.tsx:46 +#: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 #: src/lib/moderation/useModerationCauseDescription.ts:38 msgid "Content Warning" @@ -1041,29 +1051,34 @@ msgstr "コンテンツの警告" msgid "Context menu backdrop, click to close the menu." msgstr "コンテキストメニューの背景をクリックし、メニューを閉じる。" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:170 -#: src/screens/Onboarding/StepFollowingFeed.tsx:153 -#: src/screens/Onboarding/StepInterests/index.tsx:248 -#: src/screens/Onboarding/StepModeration/index.tsx:102 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:114 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:161 +#: src/screens/Onboarding/StepFollowingFeed.tsx:154 +#: src/screens/Onboarding/StepInterests/index.tsx:252 +#: src/screens/Onboarding/StepModeration/index.tsx:103 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:118 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:96 msgid "Continue" msgstr "続行" -#: src/screens/Onboarding/StepFollowingFeed.tsx:150 -#: src/screens/Onboarding/StepInterests/index.tsx:245 -#: src/screens/Onboarding/StepModeration/index.tsx:99 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:111 +#: src/components/AccountList.tsx:108 +msgid "Continue as {0} (currently signed in)" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:151 +#: src/screens/Onboarding/StepInterests/index.tsx:249 +#: src/screens/Onboarding/StepModeration/index.tsx:100 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:115 +#: src/screens/Signup/index.tsx:198 msgid "Continue to next step" msgstr "次のステップへ進む" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:167 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:158 msgid "Continue to the next step" msgstr "次のステップへ進む" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:199 msgid "Continue to the next step without following any accounts" msgstr "アカウントをフォローせずに次のステップへ進む" @@ -1071,8 +1086,8 @@ msgstr "アカウントをフォローせずに次のステップへ進む" msgid "Cooking" msgstr "料理" -#: src/view/com/modals/AddAppPasswords.tsx:195 -#: src/view/com/modals/InviteCodes.tsx:182 +#: src/view/com/modals/AddAppPasswords.tsx:196 +#: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "コピーしました" @@ -1080,22 +1095,22 @@ msgstr "コピーしました" msgid "Copied build version to clipboard" msgstr "ビルドバージョンをクリップボードにコピーしました" -#: src/view/com/modals/AddAppPasswords.tsx:76 -#: src/view/com/modals/ChangeHandle.tsx:327 -#: src/view/com/modals/InviteCodes.tsx:152 +#: src/view/com/modals/AddAppPasswords.tsx:77 +#: src/view/com/modals/ChangeHandle.tsx:326 +#: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:158 msgid "Copied to clipboard" msgstr "クリップボードにコピーしました" -#: src/view/com/modals/AddAppPasswords.tsx:189 +#: src/view/com/modals/AddAppPasswords.tsx:190 msgid "Copies app password" msgstr "アプリパスワードをコピーします" -#: src/view/com/modals/AddAppPasswords.tsx:188 +#: src/view/com/modals/AddAppPasswords.tsx:189 msgid "Copy" msgstr "コピー" -#: src/view/com/modals/ChangeHandle.tsx:481 +#: src/view/com/modals/ChangeHandle.tsx:480 msgid "Copy {0}" msgstr "{0}をコピー" @@ -1122,7 +1137,7 @@ msgstr "投稿のテキストをコピー" msgid "Copyright Policy" msgstr "著作権ポリシー" -#: src/view/screens/ProfileFeed.tsx:102 +#: src/view/screens/ProfileFeed.tsx:103 msgid "Could not load feed" msgstr "フィードの読み込みに失敗しました" @@ -1134,9 +1149,9 @@ msgstr "リストの読み込みに失敗しました" #~ msgid "Country" #~ msgstr "国" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:64 -#: src/view/com/auth/SplashScreen.tsx:73 -#: src/view/com/auth/SplashScreen.web.tsx:81 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:65 +#: src/view/com/auth/SplashScreen.tsx:75 +#: src/view/com/auth/SplashScreen.web.tsx:104 msgid "Create a new account" msgstr "新しいアカウントを作成" @@ -1144,20 +1159,21 @@ msgstr "新しいアカウントを作成" msgid "Create a new Bluesky account" msgstr "新しいBlueskyアカウントを作成" -#: src/view/com/auth/create/CreateAccount.tsx:133 +#: src/screens/Signup/index.tsx:129 msgid "Create Account" msgstr "アカウントを作成" -#: src/view/com/modals/AddAppPasswords.tsx:226 +#: src/view/com/modals/AddAppPasswords.tsx:227 msgid "Create App Password" msgstr "アプリパスワードを作成" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:54 -#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:55 +#: src/view/com/auth/SplashScreen.tsx:66 +#: src/view/com/auth/SplashScreen.web.tsx:95 msgid "Create new account" msgstr "新しいアカウントを作成" -#: src/components/ReportDialog/SelectReportOptionView.tsx:94 +#: src/components/ReportDialog/SelectReportOptionView.tsx:93 msgid "Create report for {0}" msgstr "{0}の報告を作成" @@ -1173,7 +1189,7 @@ msgstr "{0}に作成" #~ msgid "Created by you" #~ msgstr "作成者:あなた" -#: src/view/com/composer/Composer.tsx:468 +#: src/view/com/composer/Composer.tsx:469 msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "サムネイル付きのカードを作成します。そのカードは次のアドレスへリンクします:{url}" @@ -1181,16 +1197,16 @@ msgstr "サムネイル付きのカードを作成します。そのカードは msgid "Culture" msgstr "文化" -#: src/view/com/auth/server-input/index.tsx:95 -#: src/view/com/auth/server-input/index.tsx:96 +#: src/view/com/auth/server-input/index.tsx:97 +#: src/view/com/auth/server-input/index.tsx:99 msgid "Custom" msgstr "カスタム" -#: src/view/com/modals/ChangeHandle.tsx:389 +#: src/view/com/modals/ChangeHandle.tsx:388 msgid "Custom domain" msgstr "カスタムドメイン" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:107 #: src/view/screens/Feeds.tsx:692 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "コミュニティーによって作成されたカスタムフィードは、あなたに新しい体験をもたらし、あなたが好きなコンテンツを見つけるのに役立ちます。" @@ -1216,6 +1232,10 @@ msgstr "ダークモード" msgid "Dark Theme" msgstr "ダークテーマ" +#: src/screens/Signup/StepInfo/index.tsx:132 +msgid "Date of birth" +msgstr "" + #: src/Navigation.tsx:204 #~ msgid "Debug" #~ msgstr "デバッグ" @@ -1238,7 +1258,7 @@ msgstr "削除" msgid "Delete account" msgstr "アカウントを削除" -#: src/view/com/modals/DeleteAccount.tsx:87 +#: src/view/com/modals/DeleteAccount.tsx:86 msgid "Delete Account" msgstr "アカウントを削除" @@ -1254,7 +1274,7 @@ msgstr "アプリパスワードを削除しますか?" msgid "Delete List" msgstr "リストを削除" -#: src/view/com/modals/DeleteAccount.tsx:223 +#: src/view/com/modals/DeleteAccount.tsx:222 msgid "Delete my account" msgstr "マイアカウントを削除" @@ -1287,10 +1307,10 @@ msgstr "削除されています" msgid "Deleted post." msgstr "投稿を削除しました。" -#: 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 +#: src/view/com/modals/CreateOrEditList.tsx:301 +#: src/view/com/modals/CreateOrEditList.tsx:322 +#: src/view/com/modals/EditProfile.tsx:199 +#: src/view/com/modals/EditProfile.tsx:211 msgid "Description" msgstr "説明" @@ -1302,7 +1322,7 @@ msgstr "説明" #~ msgid "Developer Tools" #~ msgstr "開発者ツール" -#: src/view/com/composer/Composer.tsx:217 +#: src/view/com/composer/Composer.tsx:218 msgid "Did you want to say anything?" msgstr "なにか言いたいことはあった?" @@ -1313,11 +1333,11 @@ msgstr "グレー" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 #: src/lib/moderation/useLabelBehaviorDescription.ts:68 -#: src/screens/Moderation/index.tsx:343 +#: src/screens/Moderation/index.tsx:341 msgid "Disabled" msgstr "無効" -#: src/view/com/composer/Composer.tsx:510 +#: src/view/com/composer/Composer.tsx:511 msgid "Discard" msgstr "破棄" @@ -1325,12 +1345,12 @@ msgstr "破棄" #~ msgid "Discard draft" #~ msgstr "下書きを破棄" -#: src/view/com/composer/Composer.tsx:507 +#: src/view/com/composer/Composer.tsx:508 msgid "Discard draft?" msgstr "下書きを削除しますか?" -#: src/screens/Moderation/index.tsx:520 -#: src/screens/Moderation/index.tsx:524 +#: src/screens/Moderation/index.tsx:518 +#: src/screens/Moderation/index.tsx:522 msgid "Discourage apps from showing my account to logged-out users" msgstr "アプリがログアウトしたユーザーに自分のアカウントを表示しないようにする" @@ -1347,15 +1367,15 @@ msgstr "新しいカスタムフィードを見つける" msgid "Discover New Feeds" msgstr "新しいフィードを探す" -#: src/view/com/modals/EditProfile.tsx:192 +#: src/view/com/modals/EditProfile.tsx:193 msgid "Display name" msgstr "表示名" -#: src/view/com/modals/EditProfile.tsx:180 +#: src/view/com/modals/EditProfile.tsx:181 msgid "Display Name" msgstr "表示名" -#: src/view/com/modals/ChangeHandle.tsx:398 +#: src/view/com/modals/ChangeHandle.tsx:397 msgid "DNS Panel" msgstr "DNSパネルがある場合" @@ -1363,11 +1383,15 @@ msgstr "DNSパネルがある場合" msgid "Does not include nudity." msgstr "ヌードは含まれません。" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/screens/Signup/StepHandle.tsx:104 +msgid "Doesn't begin or end with a hyphen" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "Domain Value" msgstr "ドメインの値" -#: src/view/com/modals/ChangeHandle.tsx:489 +#: src/view/com/modals/ChangeHandle.tsx:488 msgid "Domain verified!" msgstr "ドメインを確認しました!" @@ -1377,22 +1401,24 @@ msgstr "ドメインを確認しました!" #: src/components/dialogs/BirthDateSettings.tsx:119 #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/auth/server-input/index.tsx:165 -#: src/view/com/auth/server-input/index.tsx:166 -#: src/view/com/modals/AddAppPasswords.tsx:226 -#: src/view/com/modals/AltImage.tsx:139 -#: src/view/com/modals/crop-image/CropImage.web.tsx:152 -#: src/view/com/modals/InviteCodes.tsx:80 -#: src/view/com/modals/InviteCodes.tsx:123 +#: src/components/forms/DateField/index.tsx:74 +#: src/components/forms/DateField/index.tsx:80 +#: src/view/com/auth/server-input/index.tsx:169 +#: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/modals/AddAppPasswords.tsx:227 +#: src/view/com/modals/AltImage.tsx:140 +#: src/view/com/modals/crop-image/CropImage.web.tsx:153 +#: src/view/com/modals/InviteCodes.tsx:81 +#: src/view/com/modals/InviteCodes.tsx:124 #: src/view/com/modals/ListAddRemoveUsers.tsx:142 #: src/view/screens/PreferencesFollowingFeed.tsx:311 #: src/view/screens/Settings/ExportCarDialog.tsx:94 -#: src/view/screens/Settings/ExportCarDialog.tsx:95 +#: src/view/screens/Settings/ExportCarDialog.tsx:96 msgid "Done" msgstr "完了" #: src/view/com/auth/onboarding/RecommendedFollows.tsx:86 -#: src/view/com/modals/EditImage.tsx:333 +#: src/view/com/modals/EditImage.tsx:334 #: src/view/com/modals/ListAddRemoveUsers.tsx:144 #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 @@ -1404,13 +1430,13 @@ msgctxt "action" msgid "Done" msgstr "完了" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:42 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:43 msgid "Done{extraText}" msgstr "完了{extraText}" #: src/view/com/auth/login/ChooseAccountForm.tsx:46 -msgid "Double tap to sign in" -msgstr "ダブルタップでサインイン" +#~ msgid "Double tap to sign in" +#~ msgstr "ダブルタップでサインイン" #: src/view/screens/Settings/index.tsx:755 #~ msgid "Download Bluesky account data (repository)" @@ -1429,19 +1455,19 @@ msgstr "ドロップして画像を追加する" msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." msgstr "Appleのポリシーにより、成人向けコンテンツはサインアップ完了後にウェブ上でのみ有効にすることができます。" -#: src/view/com/modals/ChangeHandle.tsx:257 +#: src/view/com/modals/ChangeHandle.tsx:258 msgid "e.g. alice" msgstr "例:太郎" -#: src/view/com/modals/EditProfile.tsx:185 +#: src/view/com/modals/EditProfile.tsx:186 msgid "e.g. Alice Roberts" msgstr "例:山田 太郎" -#: src/view/com/modals/ChangeHandle.tsx:381 +#: src/view/com/modals/ChangeHandle.tsx:380 msgid "e.g. alice.com" msgstr "例:taro.com" -#: src/view/com/modals/EditProfile.tsx:203 +#: src/view/com/modals/EditProfile.tsx:204 msgid "e.g. Artist, dog-lover, and avid reader." msgstr "例:アーティスト、犬好き、熱烈な読書愛好家。" @@ -1449,23 +1475,23 @@ msgstr "例:アーティスト、犬好き、熱烈な読書愛好家。" msgid "E.g. artistic nudes." msgstr "例:芸術的なヌード。" -#: src/view/com/modals/CreateOrEditList.tsx:283 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Great Posters" msgstr "例:重要な投稿をするユーザー" -#: src/view/com/modals/CreateOrEditList.tsx:284 +#: src/view/com/modals/CreateOrEditList.tsx:285 msgid "e.g. Spammers" msgstr "例:スパム" -#: src/view/com/modals/CreateOrEditList.tsx:312 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. The posters who never miss." msgstr "例:絶対に投稿を見逃してはならないユーザー。" -#: src/view/com/modals/CreateOrEditList.tsx:313 +#: src/view/com/modals/CreateOrEditList.tsx:314 msgid "e.g. Users that repeatedly reply with ads." msgstr "例:返信として広告を繰り返し送ってくるユーザー。" -#: src/view/com/modals/InviteCodes.tsx:96 +#: src/view/com/modals/InviteCodes.tsx:97 msgid "Each code works once. You'll receive more invite codes periodically." msgstr "それぞれのコードは一回限り有効です。定期的に追加の招待コードをお送りします。" @@ -1480,7 +1506,7 @@ msgid "Edit avatar" msgstr "アバターを編集" #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/modals/EditImage.tsx:207 +#: src/view/com/modals/EditImage.tsx:208 msgid "Edit image" msgstr "画像を編集" @@ -1488,7 +1514,7 @@ msgstr "画像を編集" msgid "Edit list details" msgstr "リストの詳細を編集" -#: src/view/com/modals/CreateOrEditList.tsx:250 +#: src/view/com/modals/CreateOrEditList.tsx:251 msgid "Edit Moderation List" msgstr "モデレーションリストを編集" @@ -1498,17 +1524,17 @@ msgstr "モデレーションリストを編集" msgid "Edit My Feeds" msgstr "マイフィードを編集" -#: src/view/com/modals/EditProfile.tsx:152 +#: src/view/com/modals/EditProfile.tsx:153 msgid "Edit my profile" msgstr "マイプロフィールを編集" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:172 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:161 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 msgid "Edit profile" msgstr "プロフィールを編集" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:175 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:164 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 msgid "Edit Profile" msgstr "プロフィールを編集" @@ -1517,15 +1543,15 @@ msgstr "プロフィールを編集" msgid "Edit Saved Feeds" msgstr "保存されたフィードを編集" -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:246 msgid "Edit User List" msgstr "ユーザーリストを編集" -#: src/view/com/modals/EditProfile.tsx:193 +#: src/view/com/modals/EditProfile.tsx:194 msgid "Edit your display name" msgstr "あなたの表示名を編集します" -#: src/view/com/modals/EditProfile.tsx:211 +#: src/view/com/modals/EditProfile.tsx:212 msgid "Edit your profile description" msgstr "あなたのプロフィールの説明を編集します" @@ -1533,14 +1559,12 @@ msgstr "あなたのプロフィールの説明を編集します" msgid "Education" msgstr "教育" -#: src/view/com/auth/create/Step1.tsx:176 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:156 +#: src/screens/Signup/StepInfo/index.tsx:80 #: src/view/com/modals/ChangeEmail.tsx:141 msgid "Email" msgstr "メールアドレス" -#: src/view/com/auth/create/Step1.tsx:167 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:147 +#: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "メールアドレス" @@ -1561,11 +1585,11 @@ msgstr "メールアドレスは認証されました" msgid "Email:" msgstr "メールアドレス:" -#: src/view/com/modals/EmbedConsent.tsx:113 +#: src/components/dialogs/EmbedConsent.tsx:101 msgid "Enable {0} only" msgstr "{0}のみ有効にする" -#: src/screens/Moderation/index.tsx:331 +#: src/screens/Moderation/index.tsx:329 msgid "Enable adult content" msgstr "成人向けコンテンツを有効にする" @@ -1578,9 +1602,14 @@ msgstr "成人向けコンテンツを有効にする" msgid "Enable adult content in your feeds" msgstr "フィードで成人向けコンテンツを有効にする" +#: src/components/dialogs/EmbedConsent.tsx:82 +#: src/components/dialogs/EmbedConsent.tsx:89 +msgid "Enable external media" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 -msgid "Enable External Media" -msgstr "外部メディアを有効にする" +#~ msgid "Enable External Media" +#~ msgstr "外部メディアを有効にする" #: src/view/screens/PreferencesExternalEmbeds.tsx:75 msgid "Enable media players for" @@ -1590,7 +1619,11 @@ msgstr "有効にするメディアプレイヤー" msgid "Enable this setting to only see replies between people you follow." msgstr "この設定を有効にすると、自分がフォローしているユーザーからの返信だけが表示されます。" -#: src/screens/Moderation/index.tsx:341 +#: src/components/dialogs/EmbedConsent.tsx:94 +msgid "Enable this source only" +msgstr "" + +#: src/screens/Moderation/index.tsx:339 msgid "Enabled" msgstr "有効" @@ -1598,12 +1631,16 @@ msgstr "有効" msgid "End of feed" msgstr "フィードの終わり" -#: src/view/com/modals/AddAppPasswords.tsx:166 +#: src/view/com/modals/AddAppPasswords.tsx:167 msgid "Enter a name for this App Password" msgstr "このアプリパスワードの名前を入力" +#: src/screens/Login/SetNewPasswordForm.tsx:139 +msgid "Enter a password" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:99 #: src/components/dialogs/MutedWords.tsx:100 -#: src/components/dialogs/MutedWords.tsx:101 msgid "Enter a word or tag" msgstr "ワードまたはタグを入力" @@ -1619,16 +1656,15 @@ msgstr "確認コードを入力してください" msgid "Enter the code you received to change your password." msgstr "パスワードを変更するために受け取ったコードを入力してください。" -#: src/view/com/modals/ChangeHandle.tsx:371 +#: src/view/com/modals/ChangeHandle.tsx:370 msgid "Enter the domain you want to use" msgstr "使用するドメインを入力してください" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:107 +#: src/screens/Login/ForgotPasswordForm.tsx:119 msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "アカウントの作成に使用したメールアドレスを入力します。新しいパスワードを設定できるように、「リセットコード」をお送りします。" #: src/components/dialogs/BirthDateSettings.tsx:108 -#: src/view/com/auth/create/Step1.tsx:228 msgid "Enter your birth date" msgstr "誕生日を入力してください" @@ -1636,7 +1672,8 @@ msgstr "誕生日を入力してください" #~ msgid "Enter your email" #~ msgstr "メールアドレスを入力してください" -#: src/view/com/auth/create/Step1.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:105 +#: src/screens/Signup/StepInfo/index.tsx:91 msgid "Enter your email address" msgstr "メールアドレスを入力してください" @@ -1652,15 +1689,15 @@ msgstr "以下に新しいメールアドレスを入力してください。" #~ msgid "Enter your phone number" #~ msgstr "電話番号を入力" -#: src/view/com/auth/login/Login.tsx:99 +#: src/screens/Login/index.tsx:101 msgid "Enter your username and password" msgstr "ユーザー名とパスワードを入力してください" -#: src/view/com/auth/create/Step3.tsx:67 +#: src/screens/Signup/StepCaptcha/index.tsx:49 msgid "Error receiving captcha response." msgstr "Captchaレスポンスの受信中にエラーが発生しました。" -#: src/view/screens/Search/Search.tsx:110 +#: src/view/screens/Search/Search.tsx:111 msgid "Error:" msgstr "エラー:" @@ -1672,15 +1709,15 @@ msgstr "全員" msgid "Excessive mentions or replies" msgstr "過剰なメンションや返信" -#: src/view/com/modals/DeleteAccount.tsx:231 +#: src/view/com/modals/DeleteAccount.tsx:230 msgid "Exits account deletion process" msgstr "アカウントの削除処理を終了" -#: src/view/com/modals/ChangeHandle.tsx:150 +#: src/view/com/modals/ChangeHandle.tsx:151 msgid "Exits handle change process" msgstr "ハンドルの変更を終了" -#: src/view/com/modals/crop-image/CropImage.web.tsx:135 +#: src/view/com/modals/crop-image/CropImage.web.tsx:136 msgid "Exits image cropping process" msgstr "画像の切り抜き処理を終了" @@ -1723,11 +1760,12 @@ msgstr "私のデータをエクスポートする" msgid "Export My Data" msgstr "私のデータをエクスポートする" -#: src/view/com/modals/EmbedConsent.tsx:64 +#: src/components/dialogs/EmbedConsent.tsx:55 +#: src/components/dialogs/EmbedConsent.tsx:59 msgid "External Media" msgstr "外部メディア" -#: src/view/com/modals/EmbedConsent.tsx:75 +#: src/components/dialogs/EmbedConsent.tsx:71 #: src/view/screens/PreferencesExternalEmbeds.tsx:66 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 "外部メディアを有効にすると、それらのメディアのウェブサイトがあなたやお使いのデバイスに関する情報を収集する場合があります。その場合でも、あなたが「再生」ボタンを押すまで情報は送信されず、要求もされません。" @@ -1742,12 +1780,12 @@ msgstr "外部メディアの設定" msgid "External media settings" msgstr "外部メディアの設定" -#: src/view/com/modals/AddAppPasswords.tsx:115 -#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:116 +#: src/view/com/modals/AddAppPasswords.tsx:120 msgid "Failed to create app password." msgstr "アプリパスワードの作成に失敗しました。" -#: src/view/com/modals/CreateOrEditList.tsx:206 +#: src/view/com/modals/CreateOrEditList.tsx:207 msgid "Failed to create the list. Check your internet connection and try again." msgstr "リストの作成に失敗しました。インターネットへの接続を確認の上、もう一度お試しください。" @@ -1788,8 +1826,8 @@ msgstr "フィードバック" #: src/Navigation.tsx:464 #: src/view/screens/Feeds.tsx:419 #: src/view/screens/Feeds.tsx:524 -#: src/view/screens/Profile.tsx:192 -#: src/view/shell/bottom-bar/BottomBar.tsx:183 +#: src/view/screens/Profile.tsx:194 +#: src/view/shell/bottom-bar/BottomBar.tsx:191 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:479 #: src/view/shell/Drawer.tsx:480 @@ -1812,11 +1850,11 @@ 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:76 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 msgid "Feeds can be topical as well!" msgstr "フィードには特定の話題に焦点を当てたものもあります!" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "File Contents" msgstr "ファイルのコンテンツ" @@ -1824,7 +1862,7 @@ msgstr "ファイルのコンテンツ" msgid "Filter from feeds" msgstr "フィードからのフィルター" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Finalizing" msgstr "最後に" @@ -1834,11 +1872,11 @@ msgstr "最後に" msgid "Find accounts to follow" msgstr "フォローするアカウントを探す" -#: src/view/screens/Search/Search.tsx:441 +#: src/view/screens/Search/Search.tsx:442 msgid "Find users on Bluesky" msgstr "Blueskyでユーザーを検索" -#: src/view/screens/Search/Search.tsx:439 +#: src/view/screens/Search/Search.tsx:440 msgid "Find users with the search tool on the right" msgstr "右側の検索ツールでユーザーを検索" @@ -1862,23 +1900,23 @@ msgstr "ディスカッションスレッドを微調整します。" msgid "Fitness" msgstr "フィットネス" -#: src/screens/Onboarding/StepFinished.tsx:131 +#: src/screens/Onboarding/StepFinished.tsx:135 msgid "Flexible" msgstr "柔軟です" -#: src/view/com/modals/EditImage.tsx:115 +#: src/view/com/modals/EditImage.tsx:116 msgid "Flip horizontal" msgstr "水平方向に反転" -#: src/view/com/modals/EditImage.tsx:120 -#: src/view/com/modals/EditImage.tsx:287 +#: src/view/com/modals/EditImage.tsx:121 +#: src/view/com/modals/EditImage.tsx:288 msgid "Flip vertically" msgstr "垂直方向に反転" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:246 msgid "Follow" msgstr "フォロー" @@ -1889,8 +1927,8 @@ msgid "Follow" msgstr "フォロー" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "{0}をフォロー" @@ -1899,11 +1937,15 @@ msgstr "{0}をフォロー" msgid "Follow Account" msgstr "アカウントをフォロー" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:179 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 msgid "Follow All" msgstr "すべてのアカウントをフォロー" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +msgid "Follow Back" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 msgid "Follow selected accounts and continue to the next step" msgstr "選択したアカウントをフォローして次のステップへ進む" @@ -1931,7 +1973,7 @@ msgstr "自分がフォローしているユーザーのみ" msgid "followed you" msgstr "あなたをフォローしました" -#: src/view/com/profile/ProfileFollowers.tsx:109 +#: src/view/com/profile/ProfileFollowers.tsx:104 #: src/view/screens/ProfileFollowers.tsx:25 msgid "Followers" msgstr "フォロワー" @@ -1940,14 +1982,14 @@ msgstr "フォロワー" #~ msgid "following" #~ msgstr "フォロー中" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:227 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 -#: src/view/com/profile/ProfileFollows.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 +#: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "フォロー中" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 msgid "Following {0}" msgstr "{0}をフォローしています" @@ -1975,33 +2017,41 @@ msgstr "あなたをフォロー" msgid "Food" msgstr "食べ物" -#: src/view/com/modals/DeleteAccount.tsx:111 +#: src/view/com/modals/DeleteAccount.tsx:110 msgid "For security reasons, we'll need to send a confirmation code to your email address." msgstr "セキュリティ上の理由から、あなたのメールアドレスに確認コードを送信する必要があります。" -#: src/view/com/modals/AddAppPasswords.tsx:209 +#: src/view/com/modals/AddAppPasswords.tsx:210 msgid "For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one." msgstr "セキュリティ上の理由から、これを再度表示することはできません。このパスワードを紛失した場合は、新しいパスワードを生成する必要があります。" #: src/view/com/auth/login/LoginForm.tsx:244 -msgid "Forgot" -msgstr "忘れた" +#~ msgid "Forgot" +#~ msgstr "忘れた" #: src/view/com/auth/login/LoginForm.tsx:241 -msgid "Forgot password" -msgstr "パスワードを忘れた" +#~ msgid "Forgot password" +#~ msgstr "パスワードを忘れた" -#: src/view/com/auth/login/Login.tsx:127 -#: src/view/com/auth/login/Login.tsx:143 +#: src/screens/Login/index.tsx:129 +#: src/screens/Login/index.tsx:144 msgid "Forgot Password" msgstr "パスワードを忘れた" +#: src/screens/Login/LoginForm.tsx:201 +msgid "Forgot password?" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 +msgid "Forgot?" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:52 msgid "Frequently Posts Unwanted Content" msgstr "望ましくないコンテンツを頻繁に投稿" -#: src/screens/Hashtag.tsx:108 -#: src/screens/Hashtag.tsx:148 +#: src/screens/Hashtag.tsx:109 +#: src/screens/Hashtag.tsx:149 msgid "From @{sanitizedAuthor}" msgstr "@{sanitizedAuthor}による" @@ -2023,29 +2073,31 @@ msgstr "開始" msgid "Glaring violations of law or terms of service" msgstr "法律または利用規約への明らかな違反" -#: src/components/moderation/ScreenHider.tsx:144 -#: src/components/moderation/ScreenHider.tsx:153 -#: src/view/com/auth/LoggedOut.tsx:81 +#: src/components/moderation/ScreenHider.tsx:151 +#: src/components/moderation/ScreenHider.tsx:160 #: src/view/com/auth/LoggedOut.tsx:82 +#: src/view/com/auth/LoggedOut.tsx:83 #: src/view/screens/NotFound.tsx:55 -#: src/view/screens/ProfileFeed.tsx:111 +#: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:916 #: src/view/shell/desktop/LeftNav.tsx:108 msgid "Go back" msgstr "戻る" +#: src/components/Error.tsx:91 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 -#: src/view/screens/ProfileFeed.tsx:116 +#: src/view/screens/ProfileFeed.tsx:117 #: src/view/screens/ProfileList.tsx:921 msgid "Go Back" msgstr "戻る" -#: src/components/ReportDialog/SelectReportOptionView.tsx:74 +#: src/components/ReportDialog/SelectReportOptionView.tsx:73 #: src/components/ReportDialog/SubmitView.tsx:104 -#: src/screens/Onboarding/Layout.tsx:104 -#: src/screens/Onboarding/Layout.tsx:193 +#: src/screens/Onboarding/Layout.tsx:102 +#: src/screens/Onboarding/Layout.tsx:191 +#: src/screens/Signup/index.tsx:173 msgid "Go back to previous step" msgstr "前のステップに戻る" @@ -2057,15 +2109,12 @@ msgstr "ホームへ" msgid "Go Home" msgstr "ホームへ" -#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:749 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "@{queryMaybeHandle}へ" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:189 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:218 -#: src/view/com/auth/login/LoginForm.tsx:291 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:195 +#: src/screens/Login/ForgotPasswordForm.tsx:172 #: src/view/com/modals/ChangePassword.tsx:167 msgid "Go to next" msgstr "次へ" @@ -2074,7 +2123,7 @@ msgstr "次へ" msgid "Graphic Media" msgstr "生々しいメディア" -#: src/view/com/modals/ChangeHandle.tsx:265 +#: src/view/com/modals/ChangeHandle.tsx:266 msgid "Handle" msgstr "ハンドル" @@ -2090,11 +2139,11 @@ msgstr "ハッシュタグ" #~ msgid "Hashtag: {tag}" #~ msgstr "ハッシュタグ:{tag}" -#: src/components/RichText.tsx:190 +#: src/components/RichText.tsx:191 msgid "Hashtag: #{tag}" msgstr "ハッシュタグ:#{tag}" -#: src/view/com/auth/create/CreateAccount.tsx:208 +#: src/screens/Signup/index.tsx:217 msgid "Having trouble?" msgstr "なにか問題が発生しましたか?" @@ -2103,7 +2152,7 @@ msgstr "なにか問題が発生しましたか?" msgid "Help" msgstr "ヘルプ" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:140 msgid "Here are some accounts for you to follow" msgstr "あなたがフォローしそうなアカウントを紹介します" @@ -2111,20 +2160,20 @@ msgstr "あなたがフォローしそうなアカウントを紹介します" #~ msgid "Here are some accounts for your to follow" #~ msgstr "あなたがフォローしそうなアカウントを紹介します" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:85 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:89 msgid "Here are some popular topical feeds. You can choose to follow as many as you like." msgstr "人気のあるフィードを紹介します。好きなだけフォローすることができます。" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:84 msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." msgstr "{interestsText}への興味に基づいたおすすめです。好きなだけフォローすることができます。" -#: src/view/com/modals/AddAppPasswords.tsx:153 +#: src/view/com/modals/AddAppPasswords.tsx:154 msgid "Here is your app password." msgstr "アプリパスワードをお知らせします。" #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:43 +#: src/components/moderation/LabelPreference.tsx:134 #: src/components/moderation/PostHider.tsx:107 #: src/lib/moderation/useLabelBehaviorDescription.ts:15 #: src/lib/moderation/useLabelBehaviorDescription.ts:20 @@ -2183,7 +2232,7 @@ msgstr "フィードサーバーの反応が悪いようです。この問題を msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "このフィードが見つからないようです。もしかしたら削除されたのかもしれません。" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:59 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "このデータの読み込みに問題があるようです。詳細は以下をご覧ください。この問題が解決しない場合は、サポートにご連絡ください。" @@ -2192,7 +2241,7 @@ msgid "Hmmmm, we couldn't load that moderation service." msgstr "そのモデレーションサービスを読み込めませんでした。" #: src/Navigation.tsx:454 -#: src/view/shell/bottom-bar/BottomBar.tsx:139 +#: src/view/shell/bottom-bar/BottomBar.tsx:147 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:401 #: src/view/shell/Drawer.tsx:402 @@ -2206,13 +2255,14 @@ msgstr "ホーム" #~ msgid "Home Feed Preferences" #~ msgstr "ホームフィードの設定" -#: src/view/com/modals/ChangeHandle.tsx:421 +#: src/view/com/modals/ChangeHandle.tsx:420 msgid "Host:" msgstr "ホスト:" -#: src/view/com/auth/create/Step1.tsx:75 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:120 -#: src/view/com/modals/ChangeHandle.tsx:280 +#: src/screens/Login/ForgotPasswordForm.tsx:89 +#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Signup/StepInfo/index.tsx:40 +#: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" msgstr "ホスティングプロバイダー" @@ -2233,7 +2283,7 @@ msgstr "コードを持っています" msgid "I have a confirmation code" msgstr "確認コードを持っています" -#: src/view/com/modals/ChangeHandle.tsx:283 +#: src/view/com/modals/ChangeHandle.tsx:284 msgid "I have my own domain" msgstr "自分のドメインを持っています" @@ -2245,7 +2295,7 @@ msgstr "ALTテキストが長い場合、ALTテキストの展開状態を切り msgid "If none are selected, suitable for all ages." msgstr "なにも選択しない場合は、全年齢対象です。" -#: src/view/com/auth/create/Policies.tsx:91 +#: src/screens/Signup/StepInfo/Policies.tsx:83 msgid "If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf." msgstr "あなたがお住いの国の法律においてまだ成人していない場合は、親権者または法定後見人があなたに代わって本規約をお読みください。" @@ -2269,7 +2319,7 @@ msgstr "違法かつ緊急" msgid "Image" msgstr "画像" -#: src/view/com/modals/AltImage.tsx:120 +#: src/view/com/modals/AltImage.tsx:121 msgid "Image alt text" msgstr "画像のALTテキスト" @@ -2282,17 +2332,17 @@ msgstr "画像のALTテキスト" msgid "Impersonation or false claims about identity or affiliation" msgstr "なりすまし、または身元もしくは所属に関する虚偽の主張" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:138 +#: src/screens/Login/SetNewPasswordForm.tsx:127 msgid "Input code sent to your email for password reset" msgstr "パスワードをリセットするためにあなたのメールアドレスに送られたコードを入力" -#: src/view/com/modals/DeleteAccount.tsx:184 +#: src/view/com/modals/DeleteAccount.tsx:183 msgid "Input confirmation code for account deletion" msgstr "アカウント削除のために確認コードを入力" #: src/view/com/auth/create/Step1.tsx:177 -msgid "Input email for Bluesky account" -msgstr "Blueskyアカウント用のメールアドレスを入力してください" +#~ msgid "Input email for Bluesky account" +#~ msgstr "Blueskyアカウント用のメールアドレスを入力してください" #: src/view/com/auth/create/Step2.tsx:109 #~ msgid "Input email for Bluesky waitlist" @@ -2303,18 +2353,18 @@ msgstr "Blueskyアカウント用のメールアドレスを入力してくだ #~ msgstr "ホスティングプロバイダーのアドレスを入力" #: src/view/com/auth/create/Step1.tsx:151 -msgid "Input invite code to proceed" -msgstr "招待コードを入力して次に進む" +#~ msgid "Input invite code to proceed" +#~ msgstr "招待コードを入力して次に進む" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:181 msgid "Input name for app password" msgstr "アプリパスワードの名前を入力" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:162 +#: src/screens/Login/SetNewPasswordForm.tsx:151 msgid "Input new password" msgstr "新しいパスワードを入力" -#: src/view/com/modals/DeleteAccount.tsx:203 +#: src/view/com/modals/DeleteAccount.tsx:202 msgid "Input password for account deletion" msgstr "アカウント削除のためにパスワードを入力" @@ -2322,11 +2372,11 @@ msgstr "アカウント削除のためにパスワードを入力" #~ msgid "Input phone number for SMS verification" #~ msgstr "SMS認証に用いる電話番号を入力" -#: src/view/com/auth/login/LoginForm.tsx:233 +#: src/screens/Login/LoginForm.tsx:195 msgid "Input the password tied to {identifier}" msgstr "{identifier}に紐づくパスワードを入力" -#: src/view/com/auth/login/LoginForm.tsx:200 +#: src/screens/Login/LoginForm.tsx:168 msgid "Input the username or email address you used at signup" msgstr "サインアップ時に使用したユーザー名またはメールアドレスを入力" @@ -2338,15 +2388,15 @@ msgstr "サインアップ時に使用したユーザー名またはメールア #~ msgid "Input your email to get on the Bluesky waitlist" #~ msgstr "BlueskyのWaitlistに登録するメールアドレスを入力" -#: src/view/com/auth/login/LoginForm.tsx:232 +#: src/screens/Login/LoginForm.tsx:194 msgid "Input your password" msgstr "あなたのパスワードを入力" -#: src/view/com/modals/ChangeHandle.tsx:390 +#: src/view/com/modals/ChangeHandle.tsx:389 msgid "Input your preferred hosting provider" msgstr "ご希望のホスティングプロバイダーを入力" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Signup/StepHandle.tsx:62 msgid "Input your user handle" msgstr "あなたのユーザーハンドルを入力" @@ -2354,7 +2404,7 @@ msgstr "あなたのユーザーハンドルを入力" msgid "Invalid or unsupported post record" msgstr "無効またはサポートされていない投稿のレコード" -#: src/view/com/auth/login/LoginForm.tsx:116 +#: src/screens/Login/LoginForm.tsx:114 msgid "Invalid username or password" msgstr "無効なユーザー名またはパスワード" @@ -2362,20 +2412,19 @@ msgstr "無効なユーザー名またはパスワード" #~ msgid "Invite" #~ msgstr "招待" -#: src/view/com/modals/InviteCodes.tsx:93 +#: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "友達を招待" -#: src/view/com/auth/create/Step1.tsx:141 -#: src/view/com/auth/create/Step1.tsx:150 +#: src/screens/Signup/StepInfo/index.tsx:58 msgid "Invite code" msgstr "招待コード" -#: src/view/com/auth/create/state.ts:158 +#: src/screens/Signup/state.ts:278 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "招待コードが確認できません。正しく入力されていることを確認し、もう一度実行してください。" -#: src/view/com/modals/InviteCodes.tsx:170 +#: src/view/com/modals/InviteCodes.tsx:171 msgid "Invite codes: {0} available" msgstr "招待コード:{0}個使用可能" @@ -2383,16 +2432,16 @@ msgstr "招待コード:{0}個使用可能" #~ msgid "Invite codes: {invitesAvailable} available" #~ msgstr "使用可能な招待コード:{invitesAvailable}個" -#: src/view/com/modals/InviteCodes.tsx:169 +#: src/view/com/modals/InviteCodes.tsx:170 msgid "Invite codes: 1 available" msgstr "招待コード:1個使用可能" -#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +#: src/screens/Onboarding/StepFollowingFeed.tsx:65 msgid "It shows posts from the people you follow as they happen." msgstr "あなたがフォローした人の投稿が随時表示されます。" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:103 -#: src/view/com/auth/SplashScreen.web.tsx:138 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:104 +#: src/view/com/auth/SplashScreen.web.tsx:172 msgid "Jobs" msgstr "仕事" @@ -2425,11 +2474,11 @@ msgstr "{0}によるラベル" msgid "Labeled by the author." msgstr "投稿者によるラベル。" -#: src/view/screens/Profile.tsx:186 +#: src/view/screens/Profile.tsx:188 msgid "Labels" msgstr "ラベル" -#: src/screens/Profile/Sections/Labels.tsx:143 +#: src/screens/Profile/Sections/Labels.tsx:142 msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "ラベルは、ユーザーやコンテンツに対する注釈です。ラベルはネットワークを隠したり、警告したり、分類したりするのに使われます。" @@ -2437,11 +2486,11 @@ msgstr "ラベルは、ユーザーやコンテンツに対する注釈です。 msgid "labels have been placed on this {labelTarget}" msgstr "個のラベルがこの{labelTarget}に貼られました" -#: src/components/moderation/LabelsOnMeDialog.tsx:63 +#: src/components/moderation/LabelsOnMeDialog.tsx:62 msgid "Labels on your account" msgstr "あなたのアカウントのラベル" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "Labels on your content" msgstr "あなたのコンテンツのラベル" @@ -2463,14 +2512,14 @@ msgid "Languages" msgstr "言語" #: src/view/com/auth/create/StepHeader.tsx:20 -msgid "Last step!" -msgstr "最後のステップ!" +#~ msgid "Last step!" +#~ msgstr "最後のステップ!" #: src/view/com/util/moderation/ContentHider.tsx:103 #~ msgid "Learn more" #~ msgstr "詳細" -#: src/components/moderation/ScreenHider.tsx:129 +#: src/components/moderation/ScreenHider.tsx:136 msgid "Learn More" msgstr "詳細" @@ -2480,11 +2529,11 @@ msgid "Learn more about the moderation applied to this content." msgstr "このコンテンツに適用されるモデレーションはこちらを参照してください。" #: src/components/moderation/PostHider.tsx:85 -#: src/components/moderation/ScreenHider.tsx:126 +#: src/components/moderation/ScreenHider.tsx:125 msgid "Learn more about this warning" msgstr "この警告の詳細" -#: src/screens/Moderation/index.tsx:551 +#: src/screens/Moderation/index.tsx:549 msgid "Learn more about what is public on Bluesky." msgstr "Blueskyで公開されている内容はこちらを参照してください。" @@ -2496,7 +2545,7 @@ msgstr "詳細。" msgid "Leave them all unchecked to see any language." msgstr "どの言語も表示するには、すべてのチェックを外したままにします。" -#: src/view/com/modals/LinkWarning.tsx:51 +#: src/view/com/modals/LinkWarning.tsx:65 msgid "Leaving Bluesky" msgstr "Blueskyから離れる" @@ -2508,12 +2557,12 @@ msgstr "あと少しです。" msgid "Legacy storage cleared, you need to restart the app now." msgstr "レガシーストレージがクリアされたため、今すぐアプリを再起動する必要があります。" -#: src/view/com/auth/login/Login.tsx:128 -#: src/view/com/auth/login/Login.tsx:144 +#: src/screens/Login/index.tsx:130 +#: src/screens/Login/index.tsx:145 msgid "Let's get your password reset!" msgstr "パスワードをリセットしましょう!" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Let's go!" msgstr "さあ始めましょう!" @@ -2526,12 +2575,12 @@ msgstr "さあ始めましょう!" msgid "Light" msgstr "ライト" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Like" msgstr "いいね" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:257 -#: src/view/screens/ProfileFeed.tsx:572 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:258 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Like this feed" msgstr "このフィードをいいね" @@ -2541,7 +2590,7 @@ msgstr "このフィードをいいね" msgid "Liked by" msgstr "いいねしたユーザー" -#: src/screens/Profile/ProfileLabelerLikedBy.tsx:42 +#: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 #: src/view/screens/PostLikedBy.tsx:27 #: src/view/screens/ProfileFeedLikedBy.tsx:27 msgid "Liked By" @@ -2555,9 +2604,9 @@ msgstr "{0} {1}にいいねされました" msgid "Liked by {count} {0}" msgstr "{count} {0}にいいねされました" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:277 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:291 -#: src/view/screens/ProfileFeed.tsx:587 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292 +#: src/view/screens/ProfileFeed.tsx:588 msgid "Liked by {likeCount} {0}" msgstr "いいねしたユーザー:{likeCount}人" @@ -2577,7 +2626,7 @@ msgstr "あなたのカスタムフィードがいいねされました" msgid "liked your post" msgstr "あなたの投稿がいいねされました" -#: src/view/screens/Profile.tsx:191 +#: src/view/screens/Profile.tsx:193 msgid "Likes" msgstr "いいね" @@ -2593,7 +2642,7 @@ msgstr "この投稿をいいねする" msgid "List" msgstr "リスト" -#: src/view/com/modals/CreateOrEditList.tsx:261 +#: src/view/com/modals/CreateOrEditList.tsx:262 msgid "List Avatar" msgstr "リストのアバター" @@ -2613,7 +2662,7 @@ msgstr "リストを削除しました" msgid "List muted" msgstr "リストをミュートしました" -#: src/view/com/modals/CreateOrEditList.tsx:275 +#: src/view/com/modals/CreateOrEditList.tsx:276 msgid "List Name" msgstr "リストの名前" @@ -2626,8 +2675,8 @@ msgid "List unmuted" msgstr "リストのミュートを解除しました" #: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:187 -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:195 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 @@ -2644,8 +2693,8 @@ msgid "Load new notifications" msgstr "最新の通知を読み込む" #: src/screens/Profile/Sections/Feed.tsx:70 -#: src/view/com/feeds/FeedPage.tsx:124 -#: src/view/screens/ProfileFeed.tsx:495 +#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/screens/ProfileFeed.tsx:496 #: src/view/screens/ProfileList.tsx:695 msgid "Load new posts" msgstr "最新の投稿を読み込む" @@ -2673,11 +2722,11 @@ msgstr "ログアウト" #~ msgid "Logged-out users" #~ msgstr "ログアウトしたユーザー" -#: src/screens/Moderation/index.tsx:444 +#: src/screens/Moderation/index.tsx:442 msgid "Logged-out visibility" msgstr "ログアウトしたユーザーからの可視性" -#: src/view/com/auth/login/ChooseAccountForm.tsx:142 +#: src/components/AccountList.tsx:54 msgid "Login to account that is not listed" msgstr "リストにないアカウントにログイン" @@ -2685,23 +2734,27 @@ msgstr "リストにないアカウントにログイン" #~ 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 "このフィードはBlueskyのアカウントを持っているユーザーのみが利用できるようです。このフィードを表示するには、サインアップするかサインインしてください!" -#: src/view/com/modals/LinkWarning.tsx:65 +#: src/screens/Login/SetNewPasswordForm.tsx:116 +msgid "Looks like XXXXX-XXXXX" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:79 msgid "Make sure this is where you intend to go!" msgstr "意図した場所であることを確認してください!" -#: src/components/dialogs/MutedWords.tsx:83 +#: src/components/dialogs/MutedWords.tsx:82 msgid "Manage your muted words and tags" msgstr "ミュートしたワードとタグの管理" #: src/view/com/auth/create/Step2.tsx:118 -msgid "May not be longer than 253 characters" -msgstr "253文字より長くはできません" +#~ msgid "May not be longer than 253 characters" +#~ msgstr "253文字より長くはできません" #: src/view/com/auth/create/Step2.tsx:109 -msgid "May only contain letters and numbers" -msgstr "英字と数字のみ使用可能です" +#~ msgid "May only contain letters and numbers" +#~ msgstr "英字と数字のみ使用可能です" -#: src/view/screens/Profile.tsx:190 +#: src/view/screens/Profile.tsx:192 msgid "Media" msgstr "メディア" @@ -2714,7 +2767,7 @@ msgid "Mentioned users" msgstr "メンションされたユーザー" #: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:647 +#: src/view/screens/Search/Search.tsx:648 msgid "Menu" msgstr "メニュー" @@ -2731,7 +2784,7 @@ msgid "Misleading Account" msgstr "誤解を招くアカウント" #: src/Navigation.tsx:119 -#: src/screens/Moderation/index.tsx:106 +#: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:645 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:514 @@ -2739,7 +2792,7 @@ msgstr "誤解を招くアカウント" msgid "Moderation" msgstr "モデレーション" -#: src/components/moderation/ModerationDetailsDialog.tsx:113 +#: src/components/moderation/ModerationDetailsDialog.tsx:112 msgid "Moderation details" msgstr "モデレーションの詳細" @@ -2758,15 +2811,15 @@ msgstr "<0/>の作成したモデレーションリスト" msgid "Moderation list by you" msgstr "あなたの作成したモデレーションリスト" -#: src/view/com/modals/CreateOrEditList.tsx:197 +#: src/view/com/modals/CreateOrEditList.tsx:198 msgid "Moderation list created" msgstr "モデレーションリストを作成しました" -#: src/view/com/modals/CreateOrEditList.tsx:183 +#: src/view/com/modals/CreateOrEditList.tsx:184 msgid "Moderation list updated" msgstr "モデレーションリストを更新しました" -#: src/screens/Moderation/index.tsx:245 +#: src/screens/Moderation/index.tsx:243 msgid "Moderation lists" msgstr "モデレーションリスト" @@ -2783,11 +2836,11 @@ msgstr "モデレーションの設定" msgid "Moderation states" msgstr "モデレーションのステータス" -#: src/screens/Moderation/index.tsx:217 +#: src/screens/Moderation/index.tsx:215 msgid "Moderation tools" msgstr "モデレーションのツール" -#: src/components/moderation/ModerationDetailsDialog.tsx:49 +#: src/components/moderation/ModerationDetailsDialog.tsx:48 #: src/lib/moderation/useModerationCauseDescription.ts:40 msgid "Moderator has chosen to set a general warning on the content." msgstr "モデレーターによりコンテンツに一般的な警告が設定されました。" @@ -2813,8 +2866,8 @@ msgid "Most-liked replies first" msgstr "いいねの数が多い順に返信を表示" #: src/view/com/auth/create/Step2.tsx:122 -msgid "Must be at least 3 characters" -msgstr "最低でも3文字以上にしてください" +#~ msgid "Must be at least 3 characters" +#~ msgstr "最低でも3文字以上にしてください" #: src/components/TagMenu/index.tsx:249 msgid "Mute" @@ -2841,11 +2894,11 @@ msgstr "{displayTag}のすべての投稿をミュート" #~ msgid "Mute all {tag} posts" #~ msgstr "{tag}のすべての投稿をミュート" -#: src/components/dialogs/MutedWords.tsx:149 +#: src/components/dialogs/MutedWords.tsx:148 msgid "Mute in tags only" msgstr "タグのみをミュート" -#: src/components/dialogs/MutedWords.tsx:134 +#: src/components/dialogs/MutedWords.tsx:133 msgid "Mute in text & tags" msgstr "テキストとタグをミュート" @@ -2862,11 +2915,11 @@ msgstr "これらのアカウントをミュートしますか?" #~ msgid "Mute this List" #~ msgstr "このリストをミュート" -#: src/components/dialogs/MutedWords.tsx:127 +#: src/components/dialogs/MutedWords.tsx:126 msgid "Mute this word in post text and tags" msgstr "投稿のテキストやタグでこのワードをミュート" -#: src/components/dialogs/MutedWords.tsx:142 +#: src/components/dialogs/MutedWords.tsx:141 msgid "Mute this word in tags only" msgstr "タグのみでこのワードをミュート" @@ -2884,7 +2937,7 @@ msgstr "ワードとタグをミュート" msgid "Muted" msgstr "ミュートされています" -#: src/screens/Moderation/index.tsx:257 +#: src/screens/Moderation/index.tsx:255 msgid "Muted accounts" msgstr "ミュート中のアカウント" @@ -2901,7 +2954,7 @@ msgstr "ミュート中のアカウントの投稿は、フィードや通知か msgid "Muted by \"{0}\"" msgstr "「{0}」によってミュート中" -#: src/screens/Moderation/index.tsx:233 +#: src/screens/Moderation/index.tsx:231 msgid "Muted words & tags" msgstr "ミュートしたワードとタグ" @@ -2934,12 +2987,12 @@ msgstr "保存されたフィード" #~ msgid "my-server.com" #~ msgstr "my-server.com" -#: src/view/com/modals/AddAppPasswords.tsx:179 -#: src/view/com/modals/CreateOrEditList.tsx:290 +#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/CreateOrEditList.tsx:291 msgid "Name" msgstr "名前" -#: src/view/com/modals/CreateOrEditList.tsx:145 +#: src/view/com/modals/CreateOrEditList.tsx:146 msgid "Name is required" msgstr "名前は必須です" @@ -2953,10 +3006,8 @@ msgstr "名前または説明がコミュニティ基準に違反" msgid "Nature" msgstr "自然" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:190 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:219 -#: src/view/com/auth/login/LoginForm.tsx:292 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:196 +#: src/screens/Login/ForgotPasswordForm.tsx:173 +#: src/screens/Login/LoginForm.tsx:254 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "次の画面に移動します" @@ -2965,21 +3016,21 @@ msgstr "次の画面に移動します" msgid "Navigates to your profile" msgstr "あなたのプロフィールに移動します" -#: src/components/ReportDialog/SelectReportOptionView.tsx:124 +#: src/components/ReportDialog/SelectReportOptionView.tsx:122 msgid "Need to report a copyright violation?" msgstr "著作権違反を報告する必要がありますか?" #: src/view/com/modals/EmbedConsent.tsx:107 #: src/view/com/modals/EmbedConsent.tsx:123 -msgid "Never load embeds from {0}" -msgstr "{0}からの埋め込みを表示しない" +#~ msgid "Never load embeds from {0}" +#~ msgstr "{0}からの埋め込みを表示しない" #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:72 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:74 msgid "Never lose access to your followers and data." msgstr "フォロワーやデータへのアクセスを失うことはありません。" -#: src/screens/Onboarding/StepFinished.tsx:119 +#: src/screens/Onboarding/StepFinished.tsx:123 msgid "Never lose access to your followers or data." msgstr "フォロワーやデータへのアクセスを失うことはありません。" @@ -2987,7 +3038,7 @@ msgstr "フォロワーやデータへのアクセスを失うことはありま #~ msgid "Nevermind" #~ msgstr "やめておく" -#: src/view/com/modals/ChangeHandle.tsx:520 +#: src/view/com/modals/ChangeHandle.tsx:519 msgid "Nevermind, create a handle for me" msgstr "気にせずにハンドルを作成" @@ -3000,11 +3051,10 @@ msgstr "新規" msgid "New" msgstr "新規" -#: src/view/com/modals/CreateOrEditList.tsx:252 +#: src/view/com/modals/CreateOrEditList.tsx:253 msgid "New Moderation List" msgstr "新しいモデレーションリスト" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/ChangePassword.tsx:212 msgid "New password" msgstr "新しいパスワード" @@ -3013,15 +3063,15 @@ msgstr "新しいパスワード" msgid "New Password" msgstr "新しいパスワード" -#: src/view/com/feeds/FeedPage.tsx:135 +#: src/view/com/feeds/FeedPage.tsx:149 msgctxt "action" msgid "New post" msgstr "新しい投稿" #: src/view/screens/Feeds.tsx:555 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:450 -#: src/view/screens/ProfileFeed.tsx:433 +#: src/view/screens/Profile.tsx:452 +#: src/view/screens/ProfileFeed.tsx:434 #: src/view/screens/ProfileList.tsx:199 #: src/view/screens/ProfileList.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:252 @@ -3037,7 +3087,7 @@ msgstr "新しい投稿" #~ msgid "New Post" #~ msgstr "新しい投稿" -#: src/view/com/modals/CreateOrEditList.tsx:247 +#: src/view/com/modals/CreateOrEditList.tsx:248 msgid "New User List" msgstr "新しいユーザーリスト" @@ -3049,12 +3099,13 @@ msgstr "新しい順に返信を表示" msgid "News" msgstr "ニュース" -#: src/view/com/auth/create/CreateAccount.tsx:172 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:182 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:192 -#: src/view/com/auth/login/LoginForm.tsx:294 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:187 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:143 +#: src/screens/Login/ForgotPasswordForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:253 +#: src/screens/Login/LoginForm.tsx:260 +#: src/screens/Login/SetNewPasswordForm.tsx:174 +#: src/screens/Login/SetNewPasswordForm.tsx:180 +#: src/screens/Signup/index.tsx:205 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:79 #: src/view/com/modals/ChangePassword.tsx:253 #: src/view/com/modals/ChangePassword.tsx:255 @@ -3079,19 +3130,23 @@ msgstr "次の画像" msgid "No" msgstr "いいえ" -#: src/view/screens/ProfileFeed.tsx:561 +#: src/view/screens/ProfileFeed.tsx:562 #: src/view/screens/ProfileList.tsx:769 msgid "No description" msgstr "説明はありません" -#: src/view/com/modals/ChangeHandle.tsx:406 +#: src/view/com/modals/ChangeHandle.tsx:405 msgid "No DNS Panel" msgstr "DNSパネルがない場合" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 msgid "No longer following {0}" msgstr "{0}のフォローを解除しました" +#: src/screens/Signup/StepHandle.tsx:114 +msgid "No longer than 253 characters" +msgstr "" + #: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "お知らせはありません!" @@ -3101,7 +3156,7 @@ msgstr "お知らせはありません!" msgid "No result" msgstr "結果はありません" -#: src/components/Lists.tsx:189 +#: src/components/Lists.tsx:183 msgid "No results found" msgstr "結果は見つかりません" @@ -3110,12 +3165,13 @@ msgid "No results found for \"{query}\"" msgstr "「{query}」の検索結果はありません" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:282 -#: src/view/screens/Search/Search.tsx:310 +#: src/view/screens/Search/Search.tsx:283 +#: src/view/screens/Search/Search.tsx:311 msgid "No results found for {query}" msgstr "「{query}」の検索結果はありません" -#: src/view/com/modals/EmbedConsent.tsx:129 +#: src/components/dialogs/EmbedConsent.tsx:105 +#: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" msgstr "結構です" @@ -3123,7 +3179,7 @@ msgstr "結構です" msgid "Nobody" msgstr "返信不可" -#: src/components/LikedByList.tsx:102 +#: src/components/LikedByList.tsx:79 #: src/components/LikesDialog.tsx:99 msgid "Nobody has liked this yet. Maybe you should be the first!" msgstr "まだ誰もこれをいいねしていません。あなたが最初になるべきかもしれません!" @@ -3137,7 +3193,7 @@ msgid "Not Applicable." msgstr "該当なし。" #: src/Navigation.tsx:109 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Not Found" msgstr "見つかりません" @@ -3148,6 +3204,7 @@ msgstr "今はしない" #: src/view/com/profile/ProfileMenu.tsx:368 #: src/view/com/util/forms/PostDropdownBtn.tsx:342 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:246 msgid "Note about sharing" msgstr "共有についての注意事項" @@ -3155,14 +3212,14 @@ msgstr "共有についての注意事項" #~ 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 "注記:Blueskyはオープンでパブリックなネットワークであり、この設定を有効にしてもログインしているユーザーはあなたのプロフィールや投稿を制限なく閲覧できます。この設定はBlueskyのアプリおよびウェブサイト上のみでのあなたのコンテンツの可視性を制限するものです。Blueskyのコンテンツを表示するサードパーティーのアプリやウェブサイトなどはこの設定を尊重しない場合があり、ログアウトしたユーザーに対しあなたのコンテンツが表示される可能性があります。" -#: src/screens/Moderation/index.tsx:542 +#: src/screens/Moderation/index.tsx:540 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:469 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 -#: src/view/shell/bottom-bar/BottomBar.tsx:207 +#: src/view/shell/bottom-bar/BottomBar.tsx:215 #: src/view/shell/desktop/LeftNav.tsx:365 #: src/view/shell/Drawer.tsx:438 #: src/view/shell/Drawer.tsx:439 @@ -3174,8 +3231,16 @@ msgid "Nudity" msgstr "ヌード" #: src/lib/moderation/useReportOptions.ts:71 -msgid "Nudity or pornography not labeled as such" -msgstr "ヌードもしくはポルノと表示されていないもの" +msgid "Nudity or adult content not labeled as such" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:71 +#~ msgid "Nudity or pornography not labeled as such" +#~ msgstr "ヌードもしくはポルノと表示されていないもの" + +#: src/screens/Signup/index.tsx:142 +msgid "of" +msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:11 msgid "Off" @@ -3185,15 +3250,16 @@ msgstr "オフ" msgid "Oh no!" msgstr "ちょっと!" -#: src/screens/Onboarding/StepInterests/index.tsx:128 +#: src/screens/Onboarding/StepInterests/index.tsx:132 msgid "Oh no! Something went wrong." msgstr "ちょっと!なにかがおかしいです。" -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:127 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:126 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:327 msgid "OK" msgstr "OK" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 +#: src/screens/Login/PasswordUpdatedForm.tsx:44 msgid "Okay" msgstr "OK" @@ -3205,7 +3271,7 @@ msgstr "古い順に返信を表示" msgid "Onboarding reset" msgstr "オンボーディングのリセット" -#: src/view/com/composer/Composer.tsx:391 +#: src/view/com/composer/Composer.tsx:392 msgid "One or more images is missing alt text." msgstr "1つもしくは複数の画像にALTテキストがありません。" @@ -3213,17 +3279,21 @@ msgstr "1つもしくは複数の画像にALTテキストがありません。 msgid "Only {0} can reply." msgstr "{0}のみ返信可能" -#: src/components/Lists.tsx:83 +#: src/screens/Signup/StepHandle.tsx:97 +msgid "Only contains letters, numbers, and hyphens" +msgstr "" + +#: src/components/Lists.tsx:75 msgid "Oops, something went wrong!" msgstr "おっと、なにかが間違っているようです!" -#: src/components/Lists.tsx:157 +#: src/components/Lists.tsx:170 #: src/view/screens/AppPasswords.tsx:67 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Oops!" msgstr "おっと!" -#: src/screens/Onboarding/StepFinished.tsx:115 +#: src/screens/Onboarding/StepFinished.tsx:119 msgid "Open" msgstr "開かれています" @@ -3231,12 +3301,12 @@ msgstr "開かれています" #~ msgid "Open content filtering settings" #~ msgstr "コンテンツのフィルタリング設定を開く" -#: src/view/com/composer/Composer.tsx:490 #: src/view/com/composer/Composer.tsx:491 +#: src/view/com/composer/Composer.tsx:492 msgid "Open emoji picker" msgstr "絵文字を入力" -#: src/view/screens/ProfileFeed.tsx:299 +#: src/view/screens/ProfileFeed.tsx:300 msgid "Open feed options menu" msgstr "フィードの設定メニューを開く" @@ -3244,7 +3314,7 @@ msgstr "フィードの設定メニューを開く" msgid "Open links with in-app browser" msgstr "アプリ内ブラウザーでリンクを開く" -#: src/screens/Moderation/index.tsx:229 +#: src/screens/Moderation/index.tsx:227 msgid "Open muted words and tags settings" msgstr "ミュートしたワードとタグの設定を開く" @@ -3305,13 +3375,15 @@ msgstr "デバイスのフォトギャラリーを開く" msgid "Opens external embeds settings" msgstr "外部コンテンツの埋め込みの設定を開く" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:56 -#: src/view/com/auth/SplashScreen.tsx:70 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:57 +#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/SplashScreen.web.tsx:97 msgid "Opens flow to create a new Bluesky account" msgstr "新しいBlueskyのアカウントを作成するフローを開く" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:74 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:75 #: src/view/com/auth/SplashScreen.tsx:83 +#: src/view/com/auth/SplashScreen.web.tsx:112 msgid "Opens flow to sign into your existing Bluesky account" msgstr "既存のBlueskyアカウントにサインインするフローを開く" @@ -3327,7 +3399,7 @@ msgstr "既存のBlueskyアカウントにサインインするフローを開 #~ msgid "Opens invite code list" #~ msgstr "招待コードのリストを開く" -#: src/view/com/modals/InviteCodes.tsx:172 +#: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "招待コードのリストを開く" @@ -3351,11 +3423,11 @@ msgstr "新しいBlueskyのハンドルを選択するためのモーダルを msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "Blueskyのアカウントのデータ(リポジトリ)をダウンロードするためのモーダルを開く" -#: src/view/screens/Settings/index.tsx:970 +#: src/view/screens/Settings/index.tsx:968 msgid "Opens modal for email verification" msgstr "メールアドレスの認証のためのモーダルを開く" -#: src/view/com/modals/ChangeHandle.tsx:281 +#: src/view/com/modals/ChangeHandle.tsx:282 msgid "Opens modal for using custom domain" msgstr "カスタムドメインを使用するためのモーダルを開く" @@ -3363,7 +3435,7 @@ msgstr "カスタムドメインを使用するためのモーダルを開く" msgid "Opens moderation settings" msgstr "モデレーションの設定を開く" -#: src/view/com/auth/login/LoginForm.tsx:242 +#: src/screens/Login/LoginForm.tsx:202 msgid "Opens password reset form" msgstr "パスワードリセットのフォームを開く" @@ -3392,7 +3464,7 @@ msgstr "Followingフィードの設定を開く" #~ msgid "Opens the home feed preferences" #~ msgstr "ホームフィードの設定を開く" -#: src/view/com/modals/LinkWarning.tsx:76 +#: src/view/com/modals/LinkWarning.tsx:93 msgid "Opens the linked website" msgstr "リンク先のウェブサイトを開く" @@ -3429,7 +3501,7 @@ msgstr "または以下のオプションを組み合わせてください:" msgid "Other" msgstr "その他" -#: src/view/com/auth/login/ChooseAccountForm.tsx:147 +#: src/components/AccountList.tsx:73 msgid "Other account" msgstr "その他のアカウント" @@ -3441,7 +3513,7 @@ msgstr "その他のアカウント" msgid "Other..." msgstr "その他..." -#: src/components/Lists.tsx:190 +#: src/components/Lists.tsx:184 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "ページが見つかりません" @@ -3450,13 +3522,10 @@ msgstr "ページが見つかりません" msgid "Page Not Found" msgstr "ページが見つかりません" -#: src/view/com/auth/create/Step1.tsx:191 -#: src/view/com/auth/create/Step1.tsx:201 -#: src/view/com/auth/login/LoginForm.tsx:213 -#: src/view/com/auth/login/LoginForm.tsx:229 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:161 -#: src/view/com/modals/DeleteAccount.tsx:195 -#: src/view/com/modals/DeleteAccount.tsx:202 +#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Signup/StepInfo/index.tsx:101 +#: src/view/com/modals/DeleteAccount.tsx:194 +#: src/view/com/modals/DeleteAccount.tsx:201 msgid "Password" msgstr "パスワード" @@ -3464,11 +3533,11 @@ msgstr "パスワード" msgid "Password Changed" msgstr "パスワードが変更されました" -#: src/view/com/auth/login/Login.tsx:157 +#: src/screens/Login/index.tsx:157 msgid "Password updated" msgstr "パスワードが更新されました" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:28 +#: src/screens/Login/PasswordUpdatedForm.tsx:30 msgid "Password updated!" msgstr "パスワードが更新されました!" @@ -3500,12 +3569,12 @@ msgstr "ペット" msgid "Pictures meant for adults." msgstr "成人向けの画像です。" -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:563 msgid "Pin to home" msgstr "ホームにピン留め" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 msgid "Pin to Home" msgstr "ホームにピン留め" @@ -3513,28 +3582,28 @@ msgstr "ホームにピン留め" msgid "Pinned Feeds" msgstr "ピン留めされたフィード" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:111 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "{0}を再生" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:54 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:55 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" msgstr "動画を再生" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:110 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 msgid "Plays the GIF" msgstr "GIFを再生" -#: src/view/com/auth/create/state.ts:124 +#: src/screens/Signup/state.ts:241 msgid "Please choose your handle." msgstr "ハンドルをお選びください。" -#: src/view/com/auth/create/state.ts:117 +#: src/screens/Signup/state.ts:234 msgid "Please choose your password." msgstr "パスワードを選択してください。" -#: src/view/com/auth/create/state.ts:131 +#: src/screens/Signup/state.ts:251 msgid "Please complete the verification captcha." msgstr "Captcha認証を完了してください。" @@ -3542,7 +3611,7 @@ msgstr "Captcha認証を完了してください。" msgid "Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed." msgstr "変更する前にメールを確認してください。これは、メールアップデートツールが追加されている間の一時的な要件であり、まもなく削除されます。" -#: src/view/com/modals/AddAppPasswords.tsx:90 +#: src/view/com/modals/AddAppPasswords.tsx:91 msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "アプリパスワードにつける名前を入力してください。すべてスペースとしてはいけません。" @@ -3550,11 +3619,11 @@ msgstr "アプリパスワードにつける名前を入力してください。 #~ msgid "Please enter a phone number that can receive SMS text messages." #~ msgstr "SMSでテキストメッセージを受け取れる電話番号を入力してください。" -#: src/view/com/modals/AddAppPasswords.tsx:145 +#: src/view/com/modals/AddAppPasswords.tsx:146 msgid "Please enter a unique name for this App Password or use our randomly generated one." msgstr "このアプリパスワードに固有の名前を入力するか、ランダムに生成された名前を使用してください。" -#: src/components/dialogs/MutedWords.tsx:68 +#: src/components/dialogs/MutedWords.tsx:67 msgid "Please enter a valid word, tag, or phrase to mute" msgstr "ミュートにする有効な単語、タグ、フレーズを入力してください" @@ -3566,15 +3635,15 @@ msgstr "ミュートにする有効な単語、タグ、フレーズを入力し #~ msgid "Please enter the verification code sent to {phoneNumberFormatted}." #~ msgstr "{phoneNumberFormatted}に送った認証コードを入力してください。" -#: src/view/com/auth/create/state.ts:103 +#: src/screens/Signup/state.ts:220 msgid "Please enter your email." msgstr "メールアドレスを入力してください。" -#: src/view/com/modals/DeleteAccount.tsx:191 +#: src/view/com/modals/DeleteAccount.tsx:190 msgid "Please enter your password as well:" msgstr "パスワードも入力してください:" -#: src/components/moderation/LabelsOnMeDialog.tsx:222 +#: src/components/moderation/LabelsOnMeDialog.tsx:221 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "{0}によって貼られたこのラベルが誤って適用されたと思われる理由を説明してください" @@ -3592,7 +3661,7 @@ msgstr "{0}によって貼られたこのラベルが誤って適用されたと msgid "Please Verify Your Email" msgstr "メールアドレスを確認してください" -#: src/view/com/composer/Composer.tsx:221 +#: src/view/com/composer/Composer.tsx:222 msgid "Please wait for your link card to finish loading" msgstr "リンクカードが読み込まれるまでお待ちください" @@ -3605,11 +3674,11 @@ msgid "Porn" msgstr "ポルノ" #: src/lib/moderation/useGlobalLabelStrings.ts:34 -msgid "Pornography" -msgstr "ポルノグラフィ" +#~ msgid "Pornography" +#~ msgstr "ポルノグラフィ" -#: src/view/com/composer/Composer.tsx:366 -#: src/view/com/composer/Composer.tsx:374 +#: src/view/com/composer/Composer.tsx:367 +#: src/view/com/composer/Composer.tsx:375 msgctxt "action" msgid "Post" msgstr "投稿" @@ -3643,12 +3712,12 @@ msgstr "投稿を削除" msgid "Post hidden" msgstr "投稿を非表示" -#: src/components/moderation/ModerationDetailsDialog.tsx:98 +#: src/components/moderation/ModerationDetailsDialog.tsx:97 #: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Post Hidden by Muted Word" msgstr "ミュートしたワードによって投稿が表示されません" -#: src/components/moderation/ModerationDetailsDialog.tsx:101 +#: src/components/moderation/ModerationDetailsDialog.tsx:100 #: src/lib/moderation/useModerationCauseDescription.ts:108 msgid "Post Hidden by You" msgstr "あなたが非表示にした投稿" @@ -3670,11 +3739,11 @@ msgstr "投稿が見つかりません" msgid "posts" msgstr "投稿" -#: src/view/screens/Profile.tsx:188 +#: src/view/screens/Profile.tsx:190 msgid "Posts" msgstr "投稿" -#: src/components/dialogs/MutedWords.tsx:90 +#: src/components/dialogs/MutedWords.tsx:89 msgid "Posts can be muted based on their text, their tags, or both." msgstr "投稿はテキスト、タグ、またはその両方に基づいてミュートできます。" @@ -3682,11 +3751,17 @@ msgstr "投稿はテキスト、タグ、またはその両方に基づいてミ msgid "Posts hidden" msgstr "非表示の投稿" -#: src/view/com/modals/LinkWarning.tsx:46 +#: src/view/com/modals/LinkWarning.tsx:60 msgid "Potentially Misleading Link" msgstr "誤解を招く可能性のあるリンク" -#: src/components/Lists.tsx:88 +#: src/components/forms/HostingProvider.tsx:45 +msgid "Press to change hosting provider" +msgstr "" + +#: src/components/Error.tsx:74 +#: src/components/Lists.tsx:80 +#: src/screens/Signup/index.tsx:186 msgid "Press to retry" msgstr "再実行する" @@ -3708,23 +3783,23 @@ msgid "Privacy" msgstr "プライバシー" #: src/Navigation.tsx:231 -#: src/view/com/auth/create/Policies.tsx:69 +#: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:925 +#: src/view/screens/Settings/index.tsx:923 #: src/view/shell/Drawer.tsx:265 msgid "Privacy Policy" msgstr "プライバシーポリシー" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:156 msgid "Processing..." msgstr "処理中..." #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:340 +#: src/view/screens/Profile.tsx:342 msgid "profile" msgstr "プロフィール" -#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:260 #: src/view/shell/desktop/LeftNav.tsx:419 #: src/view/shell/Drawer.tsx:70 #: src/view/shell/Drawer.tsx:549 @@ -3732,15 +3807,15 @@ msgstr "プロフィール" msgid "Profile" msgstr "プロフィール" -#: src/view/com/modals/EditProfile.tsx:128 +#: src/view/com/modals/EditProfile.tsx:129 msgid "Profile updated" msgstr "プロフィールを更新しました" -#: src/view/screens/Settings/index.tsx:983 +#: src/view/screens/Settings/index.tsx:981 msgid "Protect your account by verifying your email." msgstr "メールアドレスを確認してアカウントを保護します。" -#: src/screens/Onboarding/StepFinished.tsx:101 +#: src/screens/Onboarding/StepFinished.tsx:105 msgid "Public" msgstr "公開されています" @@ -3752,15 +3827,15 @@ msgstr "ユーザーを一括でミュートまたはブロックする、公開 msgid "Public, shareable lists which can drive feeds." msgstr "フィードとして利用できる、公開された共有可能なリスト。" -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish post" msgstr "投稿を公開" -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish reply" msgstr "返信を公開" -#: src/view/com/modals/Repost.tsx:65 +#: src/view/com/modals/Repost.tsx:66 msgctxt "action" msgid "Quote post" msgstr "引用" @@ -3769,7 +3844,7 @@ msgstr "引用" msgid "Quote post" msgstr "引用" -#: src/view/com/modals/Repost.tsx:70 +#: src/view/com/modals/Repost.tsx:71 msgctxt "action" msgid "Quote Post" msgstr "引用" @@ -3782,11 +3857,11 @@ msgstr "引用" msgid "Random (aka \"Poster's Roulette\")" msgstr "ランダムな順番で表示(別名「投稿者のルーレット」)" -#: src/view/com/modals/EditImage.tsx:236 +#: src/view/com/modals/EditImage.tsx:237 msgid "Ratios" msgstr "比率" -#: src/view/screens/Search/Search.tsx:776 +#: src/view/screens/Search/Search.tsx:777 msgid "Recent Searches" msgstr "検索履歴" @@ -3798,7 +3873,7 @@ msgstr "おすすめのフィード" msgid "Recommended Users" msgstr "おすすめのユーザー" -#: src/components/dialogs/MutedWords.tsx:287 +#: src/components/dialogs/MutedWords.tsx:286 #: src/view/com/feeds/FeedSourceCard.tsx:283 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:83 @@ -3833,8 +3908,8 @@ msgstr "フィードを削除しますか?" #: src/view/com/feeds/FeedSourceCard.tsx:173 #: src/view/com/feeds/FeedSourceCard.tsx:233 -#: src/view/screens/ProfileFeed.tsx:334 -#: src/view/screens/ProfileFeed.tsx:340 +#: src/view/screens/ProfileFeed.tsx:335 +#: src/view/screens/ProfileFeed.tsx:341 msgid "Remove from my feeds" msgstr "マイフィードから削除" @@ -3850,11 +3925,11 @@ msgstr "イメージを削除" msgid "Remove image preview" msgstr "イメージプレビューを削除" -#: src/components/dialogs/MutedWords.tsx:330 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "リストからミュートワードを削除" -#: src/view/com/modals/Repost.tsx:47 +#: src/view/com/modals/Repost.tsx:48 msgid "Remove repost" msgstr "リポストを削除" @@ -3879,7 +3954,7 @@ msgstr "リストから削除されました" msgid "Removed from my feeds" msgstr "フィードから削除しました" -#: src/view/screens/ProfileFeed.tsx:208 +#: src/view/screens/ProfileFeed.tsx:209 msgid "Removed from your feeds" msgstr "あなたのフィードから削除しました" @@ -3887,7 +3962,7 @@ msgstr "あなたのフィードから削除しました" msgid "Removes default thumbnail from {0}" msgstr "{0}からデフォルトのサムネイルを削除" -#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:191 msgid "Replies" msgstr "返信" @@ -3895,7 +3970,7 @@ msgstr "返信" msgid "Replies to this thread are disabled" msgstr "このスレッドへの返信はできません" -#: src/view/com/composer/Composer.tsx:364 +#: src/view/com/composer/Composer.tsx:365 msgctxt "action" msgid "Reply" msgstr "返信" @@ -3919,8 +3994,12 @@ msgstr "<0/>に返信" msgid "Report Account" msgstr "アカウントを報告" -#: src/view/screens/ProfileFeed.tsx:351 -#: src/view/screens/ProfileFeed.tsx:353 +#: src/components/ReportDialog/index.tsx:49 +msgid "Report dialog" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:352 +#: src/view/screens/ProfileFeed.tsx:354 msgid "Report feed" msgstr "フィードを報告" @@ -3933,29 +4012,29 @@ msgstr "リストを報告" msgid "Report post" msgstr "投稿を報告" -#: src/components/ReportDialog/SelectReportOptionView.tsx:43 +#: src/components/ReportDialog/SelectReportOptionView.tsx:42 msgid "Report this content" msgstr "このコンテンツを報告" -#: src/components/ReportDialog/SelectReportOptionView.tsx:56 +#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Report this feed" msgstr "このフィードを報告" -#: src/components/ReportDialog/SelectReportOptionView.tsx:53 +#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Report this list" msgstr "このリストを報告" -#: src/components/ReportDialog/SelectReportOptionView.tsx:50 +#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Report this post" msgstr "この投稿を報告" -#: src/components/ReportDialog/SelectReportOptionView.tsx:47 +#: src/components/ReportDialog/SelectReportOptionView.tsx:46 msgid "Report this user" msgstr "このユーザーを報告" -#: src/view/com/modals/Repost.tsx:43 -#: src/view/com/modals/Repost.tsx:48 -#: src/view/com/modals/Repost.tsx:53 +#: src/view/com/modals/Repost.tsx:44 +#: src/view/com/modals/Repost.tsx:49 +#: src/view/com/modals/Repost.tsx:54 #: src/view/com/util/post-ctrls/RepostButton.tsx:61 msgctxt "action" msgid "Repost" @@ -4016,12 +4095,10 @@ msgstr "コードをリクエスト" msgid "Require alt text before posting" msgstr "画像投稿時にALTテキストを必須とする" -#: src/view/com/auth/create/Step1.tsx:146 +#: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "このプロバイダーに必要" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:124 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:136 #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "コードをリセット" @@ -4039,7 +4116,7 @@ msgstr "コードをリセット" msgid "Reset onboarding state" msgstr "オンボーディングの状態をリセット" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:104 +#: src/screens/Login/ForgotPasswordForm.tsx:86 msgid "Reset password" msgstr "パスワードをリセット" @@ -4060,7 +4137,7 @@ msgstr "オンボーディングの状態をリセットします" msgid "Resets the preferences state" msgstr "設定の状態をリセットします" -#: src/view/com/auth/login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:235 msgid "Retries login" msgstr "ログインをやり直す" @@ -4069,13 +4146,13 @@ msgstr "ログインをやり直す" msgid "Retries the last action, which errored out" msgstr "エラーになった最後のアクションをやり直す" -#: src/components/Lists.tsx:98 -#: src/screens/Onboarding/StepInterests/index.tsx:221 -#: src/screens/Onboarding/StepInterests/index.tsx:224 -#: src/view/com/auth/create/CreateAccount.tsx:181 -#: src/view/com/auth/create/CreateAccount.tsx:186 -#: src/view/com/auth/login/LoginForm.tsx:271 -#: src/view/com/auth/login/LoginForm.tsx:274 +#: src/components/Error.tsx:79 +#: src/components/Lists.tsx:91 +#: src/screens/Login/LoginForm.tsx:234 +#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Onboarding/StepInterests/index.tsx:225 +#: src/screens/Onboarding/StepInterests/index.tsx:228 +#: src/screens/Signup/index.tsx:193 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 msgid "Retry" @@ -4085,6 +4162,7 @@ msgstr "再試行" #~ msgid "Retry." #~ msgstr "再試行" +#: src/components/Error.tsx:86 #: src/view/screens/ProfileList.tsx:917 msgid "Return to previous page" msgstr "前のページに戻る" @@ -4094,7 +4172,7 @@ msgid "Returns to home page" msgstr "ホームページに戻る" #: src/view/screens/NotFound.tsx:58 -#: src/view/screens/ProfileFeed.tsx:112 +#: src/view/screens/ProfileFeed.tsx:113 msgid "Returns to previous page" msgstr "前のページに戻る" @@ -4103,19 +4181,19 @@ msgstr "前のページに戻る" #~ msgstr "サンドボックス。投稿とアカウントは永久的なものではありません。" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:337 -#: src/view/com/modals/EditProfile.tsx:224 +#: src/view/com/modals/ChangeHandle.tsx:174 +#: src/view/com/modals/CreateOrEditList.tsx:338 +#: src/view/com/modals/EditProfile.tsx:225 msgid "Save" msgstr "保存" #: src/view/com/lightbox/Lightbox.tsx:132 -#: src/view/com/modals/CreateOrEditList.tsx:345 +#: src/view/com/modals/CreateOrEditList.tsx:346 msgctxt "action" msgid "Save" msgstr "保存" -#: src/view/com/modals/AltImage.tsx:130 +#: src/view/com/modals/AltImage.tsx:131 msgid "Save alt text" msgstr "ALTテキストを保存" @@ -4123,20 +4201,20 @@ msgstr "ALTテキストを保存" msgid "Save birthday" msgstr "誕生日を保存" -#: src/view/com/modals/EditProfile.tsx:232 +#: src/view/com/modals/EditProfile.tsx:233 msgid "Save Changes" msgstr "変更を保存" -#: src/view/com/modals/ChangeHandle.tsx:170 +#: src/view/com/modals/ChangeHandle.tsx:171 msgid "Save handle change" msgstr "ハンドルの変更を保存" -#: src/view/com/modals/crop-image/CropImage.web.tsx:144 +#: src/view/com/modals/crop-image/CropImage.web.tsx:145 msgid "Save image crop" msgstr "画像の切り抜きを保存" -#: src/view/screens/ProfileFeed.tsx:335 -#: src/view/screens/ProfileFeed.tsx:341 +#: src/view/screens/ProfileFeed.tsx:336 +#: src/view/screens/ProfileFeed.tsx:342 msgid "Save to my feeds" msgstr "マイフィードに保存" @@ -4148,19 +4226,19 @@ msgstr "保存されたフィード" msgid "Saved to your camera roll." msgstr "カメラロールに保存しました。" -#: src/view/screens/ProfileFeed.tsx:212 +#: src/view/screens/ProfileFeed.tsx:213 msgid "Saved to your feeds" msgstr "フィードを保存しました" -#: src/view/com/modals/EditProfile.tsx:225 +#: src/view/com/modals/EditProfile.tsx:226 msgid "Saves any changes to your profile" msgstr "プロフィールに加えた変更を保存します" -#: src/view/com/modals/ChangeHandle.tsx:171 +#: src/view/com/modals/ChangeHandle.tsx:172 msgid "Saves handle change to {handle}" msgstr "{handle}へのハンドルの変更を保存" -#: src/view/com/modals/crop-image/CropImage.web.tsx:145 +#: src/view/com/modals/crop-image/CropImage.web.tsx:146 msgid "Saves image crop settings" msgstr "画像の切り抜き設定を保存" @@ -4173,14 +4251,14 @@ msgid "Scroll to top" msgstr "一番上までスクロール" #: src/Navigation.tsx:459 -#: src/view/com/auth/LoggedOut.tsx:122 +#: src/view/com/auth/LoggedOut.tsx:123 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 -#: src/view/screens/Search/Search.tsx:420 -#: src/view/screens/Search/Search.tsx:669 -#: src/view/screens/Search/Search.tsx:687 -#: src/view/shell/bottom-bar/BottomBar.tsx:161 +#: src/view/screens/Search/Search.tsx:421 +#: src/view/screens/Search/Search.tsx:670 +#: src/view/screens/Search/Search.tsx:688 +#: src/view/shell/bottom-bar/BottomBar.tsx:169 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 #: src/view/shell/desktop/Search.tsx:224 @@ -4189,7 +4267,7 @@ msgstr "一番上までスクロール" msgid "Search" msgstr "検索" -#: src/view/screens/Search/Search.tsx:736 +#: src/view/screens/Search/Search.tsx:737 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "「{query}」を検索" @@ -4214,8 +4292,8 @@ msgstr "{displayTag}のすべての投稿を検索(すべてのユーザー) #~ msgid "Search for posts and users." #~ msgstr "投稿とユーザーを検索します。" -#: src/view/com/auth/LoggedOut.tsx:104 #: src/view/com/auth/LoggedOut.tsx:105 +#: src/view/com/auth/LoggedOut.tsx:106 #: src/view/com/modals/ListAddRemoveUsers.tsx:70 msgid "Search for users" msgstr "ユーザーを検索" @@ -4252,7 +4330,7 @@ msgstr "<0>{displayTag}</0>の投稿を表示(このユーザーのみ)" msgid "See this guide" msgstr "ガイドを見る" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:39 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:40 msgid "See what's next" msgstr "次を見る" @@ -4260,11 +4338,15 @@ msgstr "次を見る" msgid "Select {item}" msgstr "{item}を選択" +#: src/screens/Login/ChooseAccountForm.tsx:61 +msgid "Select account" +msgstr "" + #: src/view/com/modals/ServerInput.tsx:75 #~ msgid "Select Bluesky Social" #~ msgstr "Bluesky Socialを選択" -#: src/view/com/auth/login/Login.tsx:117 +#: src/screens/Login/index.tsx:120 msgid "Select from an existing account" msgstr "既存のアカウントから選択" @@ -4272,7 +4354,7 @@ msgstr "既存のアカウントから選択" msgid "Select languages" msgstr "言語を選択" -#: src/components/ReportDialog/SelectLabelerView.tsx:32 +#: src/components/ReportDialog/SelectLabelerView.tsx:30 msgid "Select moderator" msgstr "モデレーターを選択" @@ -4282,8 +4364,8 @@ msgstr "{numItems}個中{i}個目のオプションを選択" #: src/view/com/auth/create/Step1.tsx:96 #: src/view/com/auth/login/LoginForm.tsx:153 -msgid "Select service" -msgstr "サービスを選択" +#~ msgid "Select service" +#~ msgstr "サービスを選択" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 msgid "Select some accounts below to follow" @@ -4301,11 +4383,11 @@ msgstr "データをホストするサービスを選択します。" #~ 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:96 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:100 msgid "Select topical feeds to follow from the list below" msgstr "次のリストから話題のフィードを選択してフォローしてください" -#: src/screens/Onboarding/StepModeration/index.tsx:62 +#: src/screens/Onboarding/StepModeration/index.tsx:63 msgid "Select what you want to see (or not see), and we’ll handle the rest." msgstr "見たい(または見たくない)ものを選択してください。あとは私たちにお任せください。" @@ -4321,7 +4403,11 @@ msgstr "登録されたフィードに含める言語を選択します。選択 msgid "Select your app language for the default text to display in the app." msgstr "アプリに表示されるデフォルトのテキストの言語を選択" -#: src/screens/Onboarding/StepInterests/index.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:133 +msgid "Select your date of birth" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:200 msgid "Select your interests from the options below" msgstr "次のオプションから興味のあるものを選択してください" @@ -4333,11 +4419,11 @@ msgstr "次のオプションから興味のあるものを選択してくださ msgid "Select your preferred language for translations in your feed." msgstr "フィード内の翻訳に使用する言語を選択します。" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:117 msgid "Select your primary algorithmic feeds" msgstr "1番目のフィードのアルゴリズムを選択してください" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:142 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:133 msgid "Select your secondary algorithmic feeds" msgstr "2番目のフィードのアルゴリズムを選択してください" @@ -4346,11 +4432,11 @@ msgstr "2番目のフィードのアルゴリズムを選択してください msgid "Send Confirmation Email" msgstr "確認のメールを送信" -#: src/view/com/modals/DeleteAccount.tsx:131 +#: src/view/com/modals/DeleteAccount.tsx:130 msgid "Send email" msgstr "メールを送信" -#: src/view/com/modals/DeleteAccount.tsx:144 +#: src/view/com/modals/DeleteAccount.tsx:143 msgctxt "action" msgid "Send Email" msgstr "メールを送信" @@ -4373,15 +4459,15 @@ msgstr "報告を送信" #~ msgid "Send Report" #~ msgstr "報告を送信" -#: src/components/ReportDialog/SelectLabelerView.tsx:46 +#: src/components/ReportDialog/SelectLabelerView.tsx:44 msgid "Send report to {0}" msgstr "{0}に報告を送信" -#: src/view/com/modals/DeleteAccount.tsx:133 +#: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "アカウントの削除の確認コードをメールに送信" -#: src/view/com/auth/server-input/index.tsx:110 +#: src/view/com/auth/server-input/index.tsx:114 msgid "Server address" msgstr "サーバーアドレス" @@ -4395,7 +4481,7 @@ msgstr "サーバーアドレス" #~ msgid "Set Age" #~ msgstr "年齢を設定" -#: src/screens/Moderation/index.tsx:306 +#: src/screens/Moderation/index.tsx:304 msgid "Set birthdate" msgstr "生年月日を設定" @@ -4419,13 +4505,13 @@ msgstr "生年月日を設定" #~ msgid "Set dark theme to the dim theme" #~ msgstr "ダークテーマを薄暗いものに設定します" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:104 +#: src/screens/Login/SetNewPasswordForm.tsx:102 msgid "Set new password" msgstr "新しいパスワードを設定" #: src/view/com/auth/create/Step1.tsx:202 -msgid "Set password" -msgstr "パスワードを設定" +#~ msgid "Set password" +#~ msgstr "パスワードを設定" #: src/view/screens/PreferencesFollowingFeed.tsx:225 msgid "Set this setting to \"No\" to hide all quote posts from your feed. Reposts will still be visible." @@ -4451,11 +4537,11 @@ 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 +#: src/screens/Onboarding/Layout.tsx:48 msgid "Set up your account" msgstr "アカウントを設定する" -#: src/view/com/modals/ChangeHandle.tsx:266 +#: src/view/com/modals/ChangeHandle.tsx:267 msgid "Sets Bluesky username" msgstr "Blueskyのユーザーネームを設定" @@ -4479,34 +4565,34 @@ msgstr "ダークテーマを暗いものに設定します" msgid "Sets dark theme to the dim theme" msgstr "ダークテーマを薄暗いものに設定します" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:157 +#: src/screens/Login/ForgotPasswordForm.tsx:113 msgid "Sets email for password reset" msgstr "パスワードをリセットするためのメールアドレスを入力" #: src/view/com/auth/login/ForgotPasswordForm.tsx:122 -msgid "Sets hosting provider for password reset" -msgstr "パスワードをリセットするためのホスティングプロバイダーを入力" +#~ msgid "Sets hosting provider for password reset" +#~ msgstr "パスワードをリセットするためのホスティングプロバイダーを入力" #: src/view/com/auth/create/Step1.tsx:143 #~ msgid "Sets hosting provider to {label}" #~ msgstr "ホスティングプロバイダーを{label}に設定" -#: src/view/com/modals/crop-image/CropImage.web.tsx:123 +#: src/view/com/modals/crop-image/CropImage.web.tsx:124 msgid "Sets image aspect ratio to square" msgstr "画像のアスペクト比を正方形に設定" -#: src/view/com/modals/crop-image/CropImage.web.tsx:113 +#: src/view/com/modals/crop-image/CropImage.web.tsx:114 msgid "Sets image aspect ratio to tall" msgstr "画像のアスペクト比を縦長に設定" -#: src/view/com/modals/crop-image/CropImage.web.tsx:103 +#: src/view/com/modals/crop-image/CropImage.web.tsx:104 msgid "Sets image aspect ratio to wide" msgstr "画像のアスペクト比をワイドに設定" #: src/view/com/auth/create/Step1.tsx:97 #: src/view/com/auth/login/LoginForm.tsx:154 -msgid "Sets server for the Bluesky client" -msgstr "Blueskyのクライアントのサーバーを設定" +#~ msgid "Sets server for the Bluesky client" +#~ msgstr "Blueskyのクライアントのサーバーを設定" #: src/Navigation.tsx:139 #: src/view/screens/Settings/index.tsx:313 @@ -4533,23 +4619,33 @@ msgstr "共有" #: src/view/com/profile/ProfileMenu.tsx:224 #: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:237 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:218 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:235 #: src/view/screens/ProfileList.tsx:388 msgid "Share" msgstr "共有" #: src/view/com/profile/ProfileMenu.tsx:373 #: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:251 msgid "Share anyway" msgstr "とにかく共有" -#: src/view/screens/ProfileFeed.tsx:361 -#: src/view/screens/ProfileFeed.tsx:363 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileFeed.tsx:364 msgid "Share feed" msgstr "フィードを共有" +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 +msgid "Share Link" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:92 +msgid "Shares the linked website" +msgstr "" + #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:45 +#: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 #: src/view/screens/Settings/index.tsx:363 @@ -4560,8 +4656,8 @@ msgstr "表示" msgid "Show all replies" msgstr "すべての返信を表示" -#: src/components/moderation/ScreenHider.tsx:162 -#: src/components/moderation/ScreenHider.tsx:165 +#: src/components/moderation/ScreenHider.tsx:169 +#: src/components/moderation/ScreenHider.tsx:172 msgid "Show anyway" msgstr "とにかく表示" @@ -4575,10 +4671,10 @@ msgid "Show badge and filter from feeds" msgstr "バッジの表示とフィードからのフィルタリング" #: src/view/com/modals/EmbedConsent.tsx:87 -msgid "Show embeds from {0}" -msgstr "{0}による埋め込みを表示" +#~ msgid "Show embeds from {0}" +#~ msgstr "{0}による埋め込みを表示" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 msgid "Show follows similar to {0}" msgstr "{0}に似たおすすめのフォロー候補を表示" @@ -4596,15 +4692,15 @@ msgstr "マイフィードからの投稿を表示" msgid "Show Quote Posts" msgstr "引用を表示" -#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +#: src/screens/Onboarding/StepFollowingFeed.tsx:119 msgid "Show quote-posts in Following feed" msgstr "Followingフィードで引用を表示" -#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +#: src/screens/Onboarding/StepFollowingFeed.tsx:135 msgid "Show quotes in Following" msgstr "Followingフィードで引用を表示" -#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +#: src/screens/Onboarding/StepFollowingFeed.tsx:95 msgid "Show re-posts in Following feed" msgstr "Followingフィードでリポストを表示" @@ -4616,11 +4712,11 @@ msgstr "返信を表示" msgid "Show replies by people you follow before all other replies." msgstr "自分がフォローしているユーザーからの返信を、他のすべての返信の前に表示します。" -#: src/screens/Onboarding/StepFollowingFeed.tsx:86 +#: src/screens/Onboarding/StepFollowingFeed.tsx:87 msgid "Show replies in Following" msgstr "Followingフィードで返信を表示" -#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +#: src/screens/Onboarding/StepFollowingFeed.tsx:71 msgid "Show replies in Following feed" msgstr "Followingフィードで返信を表示" @@ -4632,7 +4728,7 @@ msgstr "{value}個以上の{0}がついた返信を表示" msgid "Show Reposts" msgstr "リポストを表示" -#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +#: src/screens/Onboarding/StepFollowingFeed.tsx:111 msgid "Show reposts in Following" msgstr "Followingフィードでリポストを表示" @@ -4657,16 +4753,22 @@ msgstr "警告の表示とフィードからのフィルタリング" #~ msgid "Shows a list of users similar to this user." #~ msgstr "このユーザーに似たユーザーのリストを表示します。" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:127 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 msgid "Shows posts from {0} in your feed" msgstr "マイフィード内の{0}からの投稿を表示します" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:72 -#: src/view/com/auth/login/Login.tsx:98 +#: src/screens/Login/index.tsx:100 +#: src/screens/Login/index.tsx:119 +#: src/screens/Login/LoginForm.tsx:131 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:73 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:83 #: src/view/com/auth/SplashScreen.tsx:81 -#: src/view/shell/bottom-bar/BottomBar.tsx:289 -#: src/view/shell/bottom-bar/BottomBar.tsx:290 -#: src/view/shell/bottom-bar/BottomBar.tsx:292 +#: src/view/com/auth/SplashScreen.tsx:90 +#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:119 +#: src/view/shell/bottom-bar/BottomBar.tsx:300 +#: src/view/shell/bottom-bar/BottomBar.tsx:301 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 @@ -4679,32 +4781,29 @@ msgstr "サインイン" #: src/view/com/auth/HomeLoggedOutCTA.tsx:82 #: src/view/com/auth/SplashScreen.tsx:86 #: src/view/com/auth/SplashScreen.web.tsx:91 -msgid "Sign In" -msgstr "サインイン" +#~ msgid "Sign In" +#~ msgstr "サインイン" -#: src/view/com/auth/login/ChooseAccountForm.tsx:45 +#: src/components/AccountList.tsx:109 msgid "Sign in as {0}" msgstr "{0}としてサインイン" -#: src/view/com/auth/login/ChooseAccountForm.tsx:127 -#: src/view/com/auth/login/Login.tsx:116 +#: src/screens/Login/ChooseAccountForm.tsx:64 msgid "Sign in as..." msgstr "アカウントの選択" #: src/view/com/auth/login/LoginForm.tsx:140 -msgid "Sign into" -msgstr "サインイン" +#~ msgid "Sign into" +#~ msgstr "サインイン" -#: src/view/com/modals/SwitchAccount.tsx:68 -#: src/view/com/modals/SwitchAccount.tsx:73 #: src/view/screens/Settings/index.tsx:107 #: src/view/screens/Settings/index.tsx:110 msgid "Sign out" msgstr "サインアウト" -#: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/bottom-bar/BottomBar.tsx:280 -#: src/view/shell/bottom-bar/BottomBar.tsx:282 +#: src/view/shell/bottom-bar/BottomBar.tsx:290 +#: src/view/shell/bottom-bar/BottomBar.tsx:291 +#: src/view/shell/bottom-bar/BottomBar.tsx:293 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 @@ -4718,7 +4817,7 @@ msgstr "サインアップ" msgid "Sign up or sign in to join the conversation" msgstr "サインアップまたはサインインして会話に参加" -#: src/components/moderation/ScreenHider.tsx:98 +#: src/components/moderation/ScreenHider.tsx:97 #: src/lib/moderation/useGlobalLabelStrings.ts:28 msgid "Sign-in Required" msgstr "サインインが必要" @@ -4727,21 +4826,21 @@ msgstr "サインインが必要" msgid "Signed in as" msgstr "サインイン済み" -#: src/view/com/auth/login/ChooseAccountForm.tsx:112 +#: src/screens/Login/ChooseAccountForm.tsx:48 msgid "Signed in as @{0}" msgstr "@{0}でサインイン" #: src/view/com/modals/SwitchAccount.tsx:70 -msgid "Signs {0} out of Bluesky" -msgstr "Blueskyから{0}をサインアウト" +#~ msgid "Signs {0} out of Bluesky" +#~ msgstr "Blueskyから{0}をサインアウト" -#: src/screens/Onboarding/StepInterests/index.tsx:235 -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:195 +#: src/screens/Onboarding/StepInterests/index.tsx:239 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:203 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:35 msgid "Skip" msgstr "スキップ" -#: src/screens/Onboarding/StepInterests/index.tsx:232 +#: src/screens/Onboarding/StepInterests/index.tsx:236 msgid "Skip this flow" msgstr "この手順をスキップする" @@ -4757,9 +4856,9 @@ msgstr "ソフトウェア開発" #~ msgid "Something went wrong and we're not sure what." #~ msgstr "何かの問題が起きましたが、それがなんなのかわかりません。" -#: src/components/ReportDialog/index.tsx:52 -#: src/screens/Moderation/index.tsx:116 -#: src/screens/Profile/Sections/Labels.tsx:77 +#: src/components/ReportDialog/index.tsx:59 +#: src/screens/Moderation/index.tsx:114 +#: src/screens/Profile/Sections/Labels.tsx:76 msgid "Something went wrong, please try again." msgstr "なにか間違っているようなので、もう一度お試しください。" @@ -4771,7 +4870,7 @@ msgstr "なにか間違っているようなので、もう一度お試しくだ #~ msgid "Something went wrong. Check your email and try again." #~ msgstr "なんらかの問題が発生しました。メールアドレスを確認し、もう一度お試しください。" -#: src/App.native.tsx:71 +#: src/App.native.tsx:66 msgid "Sorry! Your session expired. Please log in again." msgstr "大変申し訳ありません!セッションの有効期限が切れました。もう一度ログインしてください。" @@ -4783,7 +4882,7 @@ msgstr "返信を並び替える" msgid "Sort replies to the same post by:" msgstr "次の方法で同じ投稿への返信を並び替えます。" -#: src/components/moderation/LabelsOnMeDialog.tsx:147 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 msgid "Source:" msgstr "ソース:" @@ -4799,7 +4898,7 @@ msgstr "スパム、過剰なメンションや返信" msgid "Sports" msgstr "スポーツ" -#: src/view/com/modals/crop-image/CropImage.web.tsx:122 +#: src/view/com/modals/crop-image/CropImage.web.tsx:123 msgid "Square" msgstr "正方形" @@ -4807,13 +4906,17 @@ msgstr "正方形" #~ msgid "Staging" #~ msgstr "ステージング" -#: src/view/screens/Settings/index.tsx:905 +#: src/view/screens/Settings/index.tsx:903 msgid "Status page" msgstr "ステータスページ" +#: src/screens/Signup/index.tsx:142 +msgid "Step" +msgstr "" + #: src/view/com/auth/create/StepHeader.tsx:22 -msgid "Step {0} of {numSteps}" -msgstr "{numSteps}個中{0}個目のステップ" +#~ msgid "Step {0} of {numSteps}" +#~ msgstr "{numSteps}個中{0}個目のステップ" #: src/view/com/auth/create/StepHeader.tsx:15 #~ msgid "Step {step} of 3" @@ -4828,8 +4931,8 @@ msgstr "ストレージがクリアされたため、今すぐアプリを再起 msgid "Storybook" msgstr "ストーリーブック" +#: src/components/moderation/LabelsOnMeDialog.tsx:255 #: src/components/moderation/LabelsOnMeDialog.tsx:256 -#: src/components/moderation/LabelsOnMeDialog.tsx:257 msgid "Submit" msgstr "送信" @@ -4837,20 +4940,20 @@ msgstr "送信" msgid "Subscribe" msgstr "登録" -#: src/screens/Profile/Sections/Labels.tsx:181 +#: src/screens/Profile/Sections/Labels.tsx:180 msgid "Subscribe to @{0} to use these labels:" msgstr "これらのラベルを使用するには@{0}を登録してください:" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:222 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:221 msgid "Subscribe to Labeler" msgstr "ラベラーを登録する" -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:308 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:172 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 msgid "Subscribe to the {0} feed" msgstr "{0} フィードを登録" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:185 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 msgid "Subscribe to this labeler" msgstr "このラベラーを登録" @@ -4862,7 +4965,7 @@ msgstr "このリストに登録" #~ msgid "Subscribed" #~ msgstr "登録済み" -#: src/view/screens/Search/Search.tsx:375 +#: src/view/screens/Search/Search.tsx:376 msgid "Suggested Follows" msgstr "おすすめのフォロー" @@ -4884,16 +4987,15 @@ msgstr "サポート" #~ msgid "Swipe up to see more" #~ msgstr "上にスワイプしてさらに表示" -#: src/view/com/modals/SwitchAccount.tsx:123 +#: src/components/dialogs/SwitchAccount.tsx:46 +#: src/components/dialogs/SwitchAccount.tsx:49 msgid "Switch Account" msgstr "アカウントを切り替える" -#: src/view/com/modals/SwitchAccount.tsx:103 #: src/view/screens/Settings/index.tsx:139 msgid "Switch to {0}" msgstr "{0}に切り替え" -#: src/view/com/modals/SwitchAccount.tsx:104 #: src/view/screens/Settings/index.tsx:140 msgid "Switches the account you are logged in to" msgstr "ログインしているアカウントを切り替えます" @@ -4906,7 +5008,7 @@ msgstr "システム" msgid "System log" msgstr "システムログ" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "タグ" @@ -4918,7 +5020,7 @@ msgstr "タグメニュー:{displayTag}" #~ msgid "Tag menu: {tag}" #~ msgstr "タグメニュー:{tag}" -#: src/view/com/modals/crop-image/CropImage.web.tsx:112 +#: src/view/com/modals/crop-image/CropImage.web.tsx:113 msgid "Tall" msgstr "トール" @@ -4935,8 +5037,8 @@ msgid "Terms" msgstr "条件" #: src/Navigation.tsx:236 -#: src/view/com/auth/create/Policies.tsx:59 -#: src/view/screens/Settings/index.tsx:919 +#: src/screens/Signup/StepInfo/Policies.tsx:49 +#: src/view/screens/Settings/index.tsx:917 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:259 msgid "Terms of Service" @@ -4948,11 +5050,11 @@ msgstr "利用規約" msgid "Terms used violate community standards" msgstr "使用されている用語がコミュニティ基準に違反している" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "テキスト" -#: src/components/moderation/LabelsOnMeDialog.tsx:220 +#: src/components/moderation/LabelsOnMeDialog.tsx:219 msgid "Text input field" msgstr "テキストの入力フィールド" @@ -4960,20 +5062,20 @@ msgstr "テキストの入力フィールド" msgid "Thank you. Your report has been sent." msgstr "ありがとうございます。あなたの報告は送信されました。" -#: src/view/com/modals/ChangeHandle.tsx:466 +#: src/view/com/modals/ChangeHandle.tsx:465 msgid "That contains the following:" msgstr "その内容は以下の通りです:" -#: src/view/com/auth/create/CreateAccount.tsx:94 +#: src/screens/Signup/index.tsx:84 msgid "That handle is already taken." msgstr "そのハンドルはすでに使用されています。" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:283 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "このアカウントは、ブロック解除後にあなたとやり取りすることができます。" -#: src/components/moderation/ModerationDetailsDialog.tsx:128 +#: src/components/moderation/ModerationDetailsDialog.tsx:127 msgid "the author" msgstr "投稿者" @@ -4985,15 +5087,15 @@ msgstr "コミュニティーガイドラインは<0/>に移動しました" msgid "The Copyright Policy has been moved to <0/>" msgstr "著作権ポリシーは<0/>に移動しました" -#: src/components/moderation/LabelsOnMeDialog.tsx:49 +#: src/components/moderation/LabelsOnMeDialog.tsx:48 msgid "The following labels were applied to your account." msgstr "以下のラベルがあなたのアカウントに適用されました。" -#: src/components/moderation/LabelsOnMeDialog.tsx:50 +#: src/components/moderation/LabelsOnMeDialog.tsx:49 msgid "The following labels were applied to your content." msgstr "以下のラベルがあなたのコンテンツに適用されました。" -#: src/screens/Onboarding/Layout.tsx:60 +#: src/screens/Onboarding/Layout.tsx:58 msgid "The following steps will help customize your Bluesky experience." msgstr "次の手順であなたのBlueskyでの体験をカスタマイズできます。" @@ -5018,12 +5120,12 @@ msgstr "サポートフォームは移動しました。サポートが必要な msgid "The Terms of Service have been moved to" msgstr "サービス規約は移動しました" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:150 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:141 msgid "There are many feeds to try:" msgstr "試せるフィードはたくさんあります:" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:113 -#: src/view/screens/ProfileFeed.tsx:543 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112 +#: src/view/screens/ProfileFeed.tsx:544 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "サーバーへの問い合わせ中に問題が発生しました。インターネットへの接続を確認の上、もう一度お試しください。" @@ -5031,11 +5133,11 @@ msgstr "サーバーへの問い合わせ中に問題が発生しました。イ msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "フィードの削除中に問題が発生しました。インターネットへの接続を確認の上、もう一度お試しください。" -#: src/view/screens/ProfileFeed.tsx:217 +#: src/view/screens/ProfileFeed.tsx:218 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "フィードの更新中に問題が発生しました。インターネットへの接続を確認の上、もう一度お試しください。" -#: src/view/screens/ProfileFeed.tsx:244 +#: src/view/screens/ProfileFeed.tsx:245 #: src/view/screens/ProfileList.tsx:275 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 @@ -5054,7 +5156,7 @@ msgstr "サーバーへの問い合わせ中に問題が発生しました" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "通知の取得中に問題が発生しました。もう一度試すにはこちらをタップしてください。" -#: src/view/com/posts/Feed.tsx:283 +#: src/view/com/posts/Feed.tsx:287 msgid "There was an issue fetching posts. Tap here to try again." msgstr "投稿の取得中に問題が発生しました。もう一度試すにはこちらをタップしてください。" @@ -5079,11 +5181,11 @@ msgstr "設定をサーバーと同期中に問題が発生しました" msgid "There was an issue with fetching your app passwords" msgstr "アプリパスワードの取得中に問題が発生しました" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:134 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:96 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:106 #: src/view/com/profile/ProfileMenu.tsx:117 #: src/view/com/profile/ProfileMenu.tsx:132 @@ -5112,7 +5214,7 @@ msgstr "Blueskyに新規ユーザーが殺到しています!できるだけ #~ 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 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146 msgid "These are popular accounts you might like:" msgstr "これらは、あなたが好きかもしれない人気のあるアカウントです。" @@ -5124,15 +5226,15 @@ msgstr "これらは、あなたが好きかもしれない人気のあるアカ #~ msgid "This {0} has been labeled." #~ msgstr "この{0}にはラベルが貼られています" -#: src/components/moderation/ScreenHider.tsx:117 +#: src/components/moderation/ScreenHider.tsx:116 msgid "This {screenDescription} has been flagged:" msgstr "この{screenDescription}にはフラグが設定されています:" -#: src/components/moderation/ScreenHider.tsx:112 +#: src/components/moderation/ScreenHider.tsx:111 msgid "This account has requested that users sign in to view their profile." msgstr "このアカウントを閲覧するためにはサインインが必要です。" -#: src/components/moderation/LabelsOnMeDialog.tsx:205 +#: src/components/moderation/LabelsOnMeDialog.tsx:204 msgid "This appeal will be sent to <0>{0}</0>." msgstr "この申し立ては<0>{0}</0>に送られます。" @@ -5144,11 +5246,11 @@ msgstr "このコンテンツはモデレーターによって非表示になっ msgid "This content has received a general warning from moderators." msgstr "このコンテンツはモデレーターから一般的な警告を受けています。" -#: src/view/com/modals/EmbedConsent.tsx:68 +#: src/components/dialogs/EmbedConsent.tsx:64 msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "このコンテンツは{0}によってホストされています。外部メディアを有効にしますか?" -#: src/components/moderation/ModerationDetailsDialog.tsx:78 +#: src/components/moderation/ModerationDetailsDialog.tsx:77 #: src/lib/moderation/useModerationCauseDescription.ts:77 msgid "This content is not available because one of the users involved has blocked the other." msgstr "このコンテンツは関係するユーザーの一方が他方をブロックしているため、利用できません。" @@ -5170,7 +5272,7 @@ msgid "This feed is currently receiving high traffic and is temporarily unavaila msgstr "現在このフィードにはアクセスが集中しており、一時的にご利用いただけません。時間をおいてもう一度お試しください。" #: src/screens/Profile/Sections/Feed.tsx:50 -#: src/view/screens/ProfileFeed.tsx:476 +#: src/view/screens/ProfileFeed.tsx:477 #: src/view/screens/ProfileList.tsx:675 msgid "This feed is empty!" msgstr "このフィードは空です!" @@ -5191,15 +5293,15 @@ msgstr "これは、メールアドレスの変更やパスワードのリセッ #~ msgid "This is the service that keeps you online." #~ msgstr "これはオンラインを維持するためのサービスです。" -#: src/components/moderation/ModerationDetailsDialog.tsx:125 +#: src/components/moderation/ModerationDetailsDialog.tsx:124 msgid "This label was applied by {0}." msgstr "{0}によって適用されたラベルです。" -#: src/screens/Profile/Sections/Labels.tsx:168 +#: src/screens/Profile/Sections/Labels.tsx:167 msgid "This labeler hasn't declared what labels it publishes, and may not be active." msgstr "このラベラーはどのようなラベルを発行しているか宣言しておらず、活動していない可能性もあります。" -#: src/view/com/modals/LinkWarning.tsx:58 +#: src/view/com/modals/LinkWarning.tsx:72 msgid "This link is taking you to the following website:" msgstr "このリンクは次のウェブサイトへリンクしています:" @@ -5211,7 +5313,7 @@ msgstr "このリストは空です!" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "このモデレーションのサービスはご利用できません。詳細は以下をご覧ください。この問題が解決しない場合は、サポートへお問い合わせください。" -#: src/view/com/modals/AddAppPasswords.tsx:106 +#: src/view/com/modals/AddAppPasswords.tsx:107 msgid "This name is already in use" msgstr "この名前はすでに使用中です" @@ -5220,6 +5322,7 @@ msgid "This post has been deleted." msgstr "この投稿は削除されました。" #: src/view/com/util/forms/PostDropdownBtn.tsx:344 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "この投稿はログインしているユーザーにのみ表示されます。ログインしていない方には見えません。" @@ -5231,19 +5334,19 @@ msgstr "この投稿はフィードから非表示になります。" msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "このプロフィールはログインしているユーザーにのみ表示されます。ログインしていない方には見えません。" -#: src/view/com/auth/create/Policies.tsx:46 +#: src/screens/Signup/StepInfo/Policies.tsx:37 msgid "This service has not provided terms of service or a privacy policy." msgstr "このサービスには、利用規約もプライバシーポリシーもありません。" -#: src/view/com/modals/ChangeHandle.tsx:446 +#: src/view/com/modals/ChangeHandle.tsx:445 msgid "This should create a domain record at:" msgstr "右記にドメインレコードを作成されるはずです:" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:87 msgid "This user doesn't have any followers." msgstr "このユーザーにはフォロワーがいません。" -#: src/components/moderation/ModerationDetailsDialog.tsx:73 +#: src/components/moderation/ModerationDetailsDialog.tsx:72 #: src/lib/moderation/useModerationCauseDescription.ts:68 msgid "This user has blocked you. You cannot view their content." msgstr "このユーザーはあなたをブロックしているため、あなたはこのユーザーのコンテンツを閲覧できません。" @@ -5260,11 +5363,11 @@ msgstr "このユーザーは自分のコンテンツをサインインしたユ #~ msgid "This user is included in the <0/> list which you have muted." #~ msgstr "このユーザーは、あなたがミュートした<0/>リストに含まれています。" -#: src/components/moderation/ModerationDetailsDialog.tsx:56 +#: src/components/moderation/ModerationDetailsDialog.tsx:55 msgid "This user is included in the <0>{0}</0> list which you have blocked." msgstr "このユーザーはブロックした<0>{0}</0>リストに含まれています。" -#: src/components/moderation/ModerationDetailsDialog.tsx:85 +#: src/components/moderation/ModerationDetailsDialog.tsx:84 msgid "This user is included in the <0>{0}</0> list which you have muted." msgstr "このユーザーはミュートした<0>{0}</0>リストに含まれています。" @@ -5272,7 +5375,7 @@ msgstr "このユーザーはミュートした<0>{0}</0>リストに含まれ #~ msgid "This user is included the <0/> list which you have muted." #~ msgstr "このユーザーは、あなたがミュートした<0/>リストに含まれています。" -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:87 msgid "This user isn't following anyone." msgstr "このユーザーは誰もフォローしていません。" @@ -5280,7 +5383,7 @@ msgstr "このユーザーは誰もフォローしていません。" msgid "This warning is only available for posts with media attached." msgstr "この警告は、メディアが添付されている投稿にのみ使用できます。" -#: src/components/dialogs/MutedWords.tsx:284 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "ミュートしたワードから{0}が削除されます。あとでいつでも戻すことができます。" @@ -5305,11 +5408,11 @@ msgstr "スレッドモード" msgid "Threads Preferences" msgstr "スレッドの設定" -#: src/components/ReportDialog/SelectLabelerView.tsx:35 +#: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "この報告を誰に送りたいですか?" -#: src/components/dialogs/MutedWords.tsx:113 +#: src/components/dialogs/MutedWords.tsx:112 msgid "Toggle between muted word options." msgstr "ミュートしたワードのオプションを切り替えます。" @@ -5317,11 +5420,11 @@ msgstr "ミュートしたワードのオプションを切り替えます。" msgid "Toggle dropdown" msgstr "ドロップダウンをトグル" -#: src/screens/Moderation/index.tsx:334 +#: src/screens/Moderation/index.tsx:332 msgid "Toggle to enable or disable adult content" msgstr "成人向けコンテンツの有効もしくは無効の切り替え" -#: src/view/com/modals/EditImage.tsx:271 +#: src/view/com/modals/EditImage.tsx:272 msgid "Transformations" msgstr "変換" @@ -5341,7 +5444,7 @@ msgstr "再試行" #~ msgid "Try again" #~ msgstr "再試行" -#: src/view/com/modals/ChangeHandle.tsx:429 +#: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "タイプ:" @@ -5353,22 +5456,23 @@ msgstr "リストでのブロックを解除" msgid "Un-mute list" msgstr "リストでのミュートを解除" -#: src/view/com/auth/create/CreateAccount.tsx:58 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:87 -#: src/view/com/auth/login/Login.tsx:76 -#: src/view/com/auth/login/LoginForm.tsx:121 +#: src/screens/Login/ForgotPasswordForm.tsx:74 +#: src/screens/Login/index.tsx:78 +#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/SetNewPasswordForm.tsx:77 +#: src/screens/Signup/index.tsx:63 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "あなたのサービスに接続できません。インターネットの接続を確認してください。" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:572 msgid "Unblock" msgstr "ブロックを解除" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 msgctxt "action" msgid "Unblock" msgstr "ブロックを解除" @@ -5378,13 +5482,13 @@ msgstr "ブロックを解除" msgid "Unblock Account" msgstr "アカウントのブロックを解除" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:281 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "アカウントのブロックを解除しますか?" -#: src/view/com/modals/Repost.tsx:42 -#: src/view/com/modals/Repost.tsx:55 +#: src/view/com/modals/Repost.tsx:43 +#: src/view/com/modals/Repost.tsx:56 #: src/view/com/util/post-ctrls/RepostButton.tsx:60 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:48 msgid "Undo repost" @@ -5400,7 +5504,7 @@ msgctxt "action" msgid "Unfollow" msgstr "フォローを解除" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 msgid "Unfollow {0}" msgstr "{0}のフォローを解除" @@ -5410,14 +5514,14 @@ msgid "Unfollow Account" msgstr "アカウントのフォローを解除" #: src/view/com/auth/create/state.ts:262 -msgid "Unfortunately, you do not meet the requirements to create an account." -msgstr "残念ながら、アカウントを作成するための要件を満たしていません。" +#~ msgid "Unfortunately, you do not meet the requirements to create an account." +#~ msgstr "残念ながら、アカウントを作成するための要件を満たしていません。" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Unlike" msgstr "いいねを外す" -#: src/view/screens/ProfileFeed.tsx:572 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Unlike this feed" msgstr "このフィードからいいねを外す" @@ -5448,12 +5552,12 @@ msgstr "{displayTag}のすべての投稿のミュートを解除" msgid "Unmute thread" msgstr "スレッドのミュートを解除" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 #: src/view/screens/ProfileList.tsx:563 msgid "Unpin" msgstr "ピン留めを解除" -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Unpin from home" msgstr "ホームからピン留めを解除" @@ -5465,11 +5569,11 @@ msgstr "モデレーションリストのピン留めを解除" #~ msgid "Unsave" #~ msgstr "保存を解除" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:219 msgid "Unsubscribe" msgstr "登録を解除" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183 msgid "Unsubscribe from this labeler" msgstr "このラベラーの登録を解除" @@ -5485,15 +5589,15 @@ msgstr "リストの{displayName}を更新" #~ msgid "Update Available" #~ msgstr "更新可能" -#: src/view/com/modals/ChangeHandle.tsx:509 +#: src/view/com/modals/ChangeHandle.tsx:508 msgid "Update to {handle}" msgstr "{handle}に更新" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:204 +#: src/screens/Login/SetNewPasswordForm.tsx:186 msgid "Updating..." msgstr "更新中…" -#: src/view/com/modals/ChangeHandle.tsx:455 +#: src/view/com/modals/ChangeHandle.tsx:454 msgid "Upload a text file to:" msgstr "テキストファイルのアップロード先:" @@ -5516,7 +5620,7 @@ msgstr "ファイルからアップロード" msgid "Upload from Library" msgstr "ライブラリーからアップロード" -#: src/view/com/modals/ChangeHandle.tsx:409 +#: src/view/com/modals/ChangeHandle.tsx:408 msgid "Use a file on your server" msgstr "あなたのサーバーのファイルを使用" @@ -5524,11 +5628,11 @@ msgstr "あなたのサーバーのファイルを使用" msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "他のBlueskyクライアントにアカウントやパスワードに完全にアクセスする権限を与えずに、アプリパスワードを使ってログインします。" -#: src/view/com/modals/ChangeHandle.tsx:518 +#: src/view/com/modals/ChangeHandle.tsx:517 msgid "Use bsky.social as hosting provider" msgstr "ホスティングプロバイダーとしてbsky.socialを使用" -#: src/view/com/modals/ChangeHandle.tsx:517 +#: src/view/com/modals/ChangeHandle.tsx:516 msgid "Use default provider" msgstr "デフォルトプロバイダーを使用" @@ -5542,11 +5646,11 @@ msgstr "アプリ内ブラウザーを使用" msgid "Use my default browser" msgstr "デフォルトのブラウザーを使用" -#: src/view/com/modals/ChangeHandle.tsx:401 +#: src/view/com/modals/ChangeHandle.tsx:400 msgid "Use the DNS panel" msgstr "DNSパネルを使用" -#: src/view/com/modals/AddAppPasswords.tsx:155 +#: src/view/com/modals/AddAppPasswords.tsx:156 msgid "Use this to sign into the other app along with your handle." msgstr "このアプリパスワードとハンドルを使って他のアプリにサインインします。" @@ -5554,11 +5658,11 @@ msgstr "このアプリパスワードとハンドルを使って他のアプリ #~ msgid "Use your domain as your Bluesky client service provider" #~ msgstr "あなたのドメインをBlueskyのクライアントサービスプロバイダーとして使用" -#: src/view/com/modals/InviteCodes.tsx:200 +#: src/view/com/modals/InviteCodes.tsx:201 msgid "Used by:" msgstr "使用者:" -#: src/components/moderation/ModerationDetailsDialog.tsx:65 +#: src/components/moderation/ModerationDetailsDialog.tsx:64 #: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked" msgstr "ブロック中のユーザー" @@ -5567,7 +5671,7 @@ msgstr "ブロック中のユーザー" msgid "User Blocked by \"{0}\"" msgstr "「{0}」によってブロックされたユーザー" -#: src/components/moderation/ModerationDetailsDialog.tsx:54 +#: src/components/moderation/ModerationDetailsDialog.tsx:53 msgid "User Blocked by List" msgstr "リストによってブロック中のユーザー" @@ -5575,13 +5679,13 @@ msgstr "リストによってブロック中のユーザー" msgid "User Blocking You" msgstr "あなたがブロック中のユーザー" -#: src/components/moderation/ModerationDetailsDialog.tsx:71 +#: src/components/moderation/ModerationDetailsDialog.tsx:70 msgid "User Blocks You" msgstr "あなたをブロックしているユーザー" #: src/view/com/auth/create/Step2.tsx:79 -msgid "User handle" -msgstr "ユーザーハンドル" +#~ msgid "User handle" +#~ msgstr "ユーザーハンドル" #: src/view/com/lists/ListCard.tsx:85 #: src/view/com/modals/UserAddRemoveLists.tsx:198 @@ -5598,11 +5702,11 @@ msgstr "<0/>の作成したユーザーリスト" msgid "User list by you" msgstr "あなたの作成したユーザーリスト" -#: src/view/com/modals/CreateOrEditList.tsx:196 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "User list created" msgstr "ユーザーリストを作成しました" -#: src/view/com/modals/CreateOrEditList.tsx:182 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "User list updated" msgstr "ユーザーリストを更新しました" @@ -5610,8 +5714,7 @@ msgstr "ユーザーリストを更新しました" msgid "User Lists" msgstr "ユーザーリスト" -#: src/view/com/auth/login/LoginForm.tsx:180 -#: src/view/com/auth/login/LoginForm.tsx:198 +#: src/screens/Login/LoginForm.tsx:151 msgid "Username or email address" msgstr "ユーザー名またはメールアドレス" @@ -5631,7 +5734,7 @@ msgstr "{0}のユーザー" msgid "Users that have liked this content or profile" msgstr "このコンテンツやプロフィールにいいねをしているユーザー" -#: src/view/com/modals/ChangeHandle.tsx:437 +#: src/view/com/modals/ChangeHandle.tsx:436 msgid "Value:" msgstr "値:" @@ -5639,19 +5742,19 @@ msgstr "値:" #~ msgid "Verification code" #~ msgstr "認証コード" -#: src/view/com/modals/ChangeHandle.tsx:510 +#: src/view/com/modals/ChangeHandle.tsx:509 msgid "Verify {0}" msgstr "{0}で認証" -#: src/view/screens/Settings/index.tsx:944 +#: src/view/screens/Settings/index.tsx:942 msgid "Verify email" msgstr "メールアドレスを確認" -#: src/view/screens/Settings/index.tsx:969 +#: src/view/screens/Settings/index.tsx:967 msgid "Verify my email" msgstr "メールアドレスを確認" -#: src/view/screens/Settings/index.tsx:978 +#: src/view/screens/Settings/index.tsx:976 msgid "Verify My Email" msgstr "メールアドレスを確認" @@ -5664,11 +5767,15 @@ msgstr "新しいメールアドレスを確認" msgid "Verify Your Email" msgstr "メールアドレスを確認" +#: src/view/screens/Settings/index.tsx:893 +msgid "Version {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:42 msgid "Video Games" msgstr "ビデオゲーム" -#: src/screens/Profile/Header/Shell.tsx:110 +#: src/screens/Profile/Header/Shell.tsx:107 msgid "View {0}'s avatar" msgstr "{0}のアバターを表示" @@ -5676,11 +5783,11 @@ msgstr "{0}のアバターを表示" msgid "View debug entry" msgstr "デバッグエントリーを表示" -#: src/components/ReportDialog/SelectReportOptionView.tsx:133 +#: src/components/ReportDialog/SelectReportOptionView.tsx:131 msgid "View details" msgstr "詳細を表示" -#: src/components/ReportDialog/SelectReportOptionView.tsx:128 +#: src/components/ReportDialog/SelectReportOptionView.tsx:126 msgid "View details for reporting a copyright violation" msgstr "著作権侵害の報告の詳細を見る" @@ -5704,16 +5811,16 @@ msgstr "アバターを表示" msgid "View the labeling service provided by @{0}" msgstr "@{0}によって提供されるラベリングサービスを見る" -#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileFeed.tsx:585 msgid "View users who like this feed" msgstr "このフィードにいいねしたユーザーを見る" -#: src/view/com/modals/LinkWarning.tsx:75 -#: src/view/com/modals/LinkWarning.tsx:77 +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" msgstr "サイトへアクセス" -#: src/components/moderation/GlobalModerationLabelPref.tsx:44 +#: src/components/moderation/LabelPreference.tsx:135 #: src/lib/moderation/useLabelBehaviorDescription.ts:17 #: src/lib/moderation/useLabelBehaviorDescription.ts:22 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:53 @@ -5729,10 +5836,10 @@ msgid "Warn content and filter from feeds" msgstr "コンテンツの警告とフィードからのフィルタリング" #: src/screens/Onboarding/StepAlgoFeeds/index.tsx:134 -msgid "We also think you'll like \"For You\" by Skygaze:" -msgstr "Skygazeによる「For You」フィードもおすすめ:" +#~ msgid "We also think you'll like \"For You\" by Skygaze:" +#~ msgstr "Skygazeによる「For You」フィードもおすすめ:" -#: src/screens/Hashtag.tsx:132 +#: src/screens/Hashtag.tsx:133 msgid "We couldn't find any results for that hashtag." msgstr "そのハッシュタグの検索結果は見つかりませんでした。" @@ -5740,7 +5847,7 @@ msgstr "そのハッシュタグの検索結果は見つかりませんでした msgid "We estimate {estimatedTime} until your account is ready." msgstr "あなたのアカウントが準備できるまで{estimatedTime}ほどかかります。" -#: src/screens/Onboarding/StepFinished.tsx:93 +#: src/screens/Onboarding/StepFinished.tsx:97 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "素敵なひとときをお過ごしください。覚えておいてください、Blueskyは:" @@ -5756,11 +5863,11 @@ msgstr "あなたのフォロー中のユーザーの投稿を読み終わりま #~ msgid "We recommend \"For You\" by Skygaze:" #~ msgstr "Skygazeによる「For You」フィードがおすすめ:" -#: src/components/dialogs/MutedWords.tsx:204 +#: src/components/dialogs/MutedWords.tsx:203 msgid "We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "投稿が表示されなくなる可能性があるため、多くの投稿に使われる一般的なワードは避けることをおすすめします。" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:125 msgid "We recommend our \"Discover\" feed:" msgstr "我々の「Discover」フィードがおすすめ:" @@ -5768,11 +5875,11 @@ msgstr "我々の「Discover」フィードがおすすめ:" msgid "We were unable to load your birth date preferences. Please try again." msgstr "生年月日の設定を読み込むことはできませんでした。もう一度お試しください。" -#: src/screens/Moderation/index.tsx:387 +#: src/screens/Moderation/index.tsx:385 msgid "We were unable to load your configured labelers at this time." msgstr "現在設定されたラベラーを読み込めません。" -#: src/screens/Onboarding/StepInterests/index.tsx:133 +#: src/screens/Onboarding/StepInterests/index.tsx:137 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 "接続できませんでした。アカウントの設定を続けるためにもう一度お試しください。繰り返し失敗する場合は、この手順をスキップすることもできます。" @@ -5784,11 +5891,11 @@ msgstr "アカウントの準備ができたらお知らせします。" #~ msgid "We'll look into your appeal promptly." #~ msgstr "私たちはあなたの申し立てを迅速に調査します。" -#: src/screens/Onboarding/StepInterests/index.tsx:138 +#: src/screens/Onboarding/StepInterests/index.tsx:142 msgid "We'll use this to help customize your experience." msgstr "これはあなたの体験をカスタマイズするために使用されます。" -#: src/view/com/auth/create/CreateAccount.tsx:134 +#: src/screens/Signup/index.tsx:130 msgid "We're so excited to have you join us!" msgstr "私たちはあなたが参加してくれることをとても楽しみにしています!" @@ -5796,20 +5903,20 @@ msgstr "私たちはあなたが参加してくれることをとても楽しみ msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "大変申し訳ありませんが、このリストを解決できませんでした。それでもこの問題が解決しない場合は、作成者の@{handleOrDid}までお問い合わせください。" -#: src/components/dialogs/MutedWords.tsx:230 +#: src/components/dialogs/MutedWords.tsx:229 msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "大変申し訳ありませんが、現在ミュートされたワードを読み込むことができませんでした。もう一度お試しください。" -#: src/view/screens/Search/Search.tsx:255 +#: src/view/screens/Search/Search.tsx:256 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "大変申し訳ありませんが、検索を完了できませんでした。数分後に再試行してください。" -#: src/components/Lists.tsx:194 +#: src/components/Lists.tsx:188 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "大変申し訳ありません!お探しのページは見つかりません。" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:321 msgid "We're sorry! You can only subscribe to ten labelers, and you've reached your limit of ten." msgstr "大変申し訳ありません!ラベラーは10までしか登録できず、すでに上限に達しています。" @@ -5817,7 +5924,7 @@ msgstr "大変申し訳ありません!ラベラーは10までしか登録で msgid "Welcome to <0>Bluesky</0>" msgstr "<0>Bluesky</0>へようこそ" -#: src/screens/Onboarding/StepInterests/index.tsx:130 +#: src/screens/Onboarding/StepInterests/index.tsx:134 msgid "What are your interests?" msgstr "なにに興味がありますか?" @@ -5825,8 +5932,9 @@ msgstr "なにに興味がありますか?" #~ msgid "What is the issue with this {collectionName}?" #~ msgstr "この{collectionName}の問題はなんですか?" -#: src/view/com/auth/SplashScreen.tsx:59 -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/auth/SplashScreen.tsx:58 +#: src/view/com/auth/SplashScreen.web.tsx:84 +#: src/view/com/composer/Composer.tsx:296 msgid "What's up?" msgstr "最近どう?" @@ -5843,35 +5951,35 @@ msgstr "アルゴリズムによるフィードにはどの言語を使用しま msgid "Who can reply" msgstr "返信できるユーザー" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 +#: src/components/ReportDialog/SelectReportOptionView.tsx:43 msgid "Why should this content be reviewed?" msgstr "なぜこのコンテンツをレビューする必要がありますか?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 +#: src/components/ReportDialog/SelectReportOptionView.tsx:56 msgid "Why should this feed be reviewed?" msgstr "なぜこのフィードをレビューする必要がありますか?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 +#: src/components/ReportDialog/SelectReportOptionView.tsx:53 msgid "Why should this list be reviewed?" msgstr "なぜこのリストをレビューする必要がありますか?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 +#: src/components/ReportDialog/SelectReportOptionView.tsx:50 msgid "Why should this post be reviewed?" msgstr "なぜこの投稿をレビューする必要がありますか?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 +#: src/components/ReportDialog/SelectReportOptionView.tsx:47 msgid "Why should this user be reviewed?" msgstr "なぜこのユーザーをレビューする必要がありますか?" -#: src/view/com/modals/crop-image/CropImage.web.tsx:102 +#: src/view/com/modals/crop-image/CropImage.web.tsx:103 msgid "Wide" msgstr "ワイド" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:436 msgid "Write post" msgstr "投稿を書く" -#: src/view/com/composer/Composer.tsx:294 +#: src/view/com/composer/Composer.tsx:295 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "返信を書く" @@ -5902,7 +6010,7 @@ msgstr "はい" msgid "You are in line." msgstr "あなたは並んでいます。" -#: src/view/com/profile/ProfileFollows.tsx:93 +#: src/view/com/profile/ProfileFollows.tsx:86 msgid "You are not following anyone." msgstr "あなたはまだだれもフォローしていません。" @@ -5919,20 +6027,20 @@ msgstr "また、あなたはフォローすべき新しいカスタムフィー #~ msgid "You can change hosting providers at any time." #~ msgstr "ホスティングプロバイダはいつでも変更できます。" -#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +#: src/screens/Onboarding/StepFollowingFeed.tsx:143 msgid "You can change these settings later." msgstr "これらの設定はあとで変更できます。" -#: src/view/com/auth/login/Login.tsx:158 -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 +#: src/screens/Login/index.tsx:158 +#: src/screens/Login/PasswordUpdatedForm.tsx:33 msgid "You can now sign in with your new password." msgstr "新しいパスワードでサインインできるようになりました。" -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:86 msgid "You do not have any followers." msgstr "あなたはまだだれもフォロワーがいません。" -#: src/view/com/modals/InviteCodes.tsx:66 +#: src/view/com/modals/InviteCodes.tsx:67 msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer." msgstr "まだ招待コードがありません!Blueskyをもうしばらく利用したらお送りします。" @@ -5952,14 +6060,14 @@ msgstr "保存されたフィードがありません。" msgid "You have blocked the author or you have been blocked by the author." msgstr "あなたが投稿者をブロックしているか、または投稿者によってあなたはブロックされています。" -#: src/components/moderation/ModerationDetailsDialog.tsx:67 +#: src/components/moderation/ModerationDetailsDialog.tsx:66 #: src/lib/moderation/useModerationCauseDescription.ts:50 #: src/lib/moderation/useModerationCauseDescription.ts:58 msgid "You have blocked this user. You cannot view their content." msgstr "あなたはこのユーザーをブロックしているため、コンテンツを閲覧できません。" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:57 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:92 +#: src/screens/Login/SetNewPasswordForm.tsx:54 +#: src/screens/Login/SetNewPasswordForm.tsx:91 #: src/view/com/modals/ChangePassword.tsx:87 #: src/view/com/modals/ChangePassword.tsx:121 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." @@ -5969,11 +6077,11 @@ msgstr "無効なコードが入力されました。それはXXXXX-XXXXXのよ msgid "You have hidden this post" msgstr "この投稿を非表示にしました" -#: src/components/moderation/ModerationDetailsDialog.tsx:102 +#: src/components/moderation/ModerationDetailsDialog.tsx:101 msgid "You have hidden this post." msgstr "この投稿を非表示にしました。" -#: src/components/moderation/ModerationDetailsDialog.tsx:95 +#: src/components/moderation/ModerationDetailsDialog.tsx:94 #: src/lib/moderation/useModerationCauseDescription.ts:92 msgid "You have muted this account." msgstr "このアカウントをミュートしました。" @@ -6015,14 +6123,18 @@ msgstr "ミュートしているアカウントはまだありません。アカ #~ msgid "You have not muted any accounts yet. To mute an account, go to their profile and selected \"Mute account\" from the menu on their account." #~ msgstr "ミュートしているアカウントはまだありません。アカウントをミュートするには、プロフィールに移動し、アカウントメニューから「アカウントをミュート」を選択します。" -#: src/components/dialogs/MutedWords.tsx:250 +#: src/components/dialogs/MutedWords.tsx:249 msgid "You haven't muted any words or tags yet" msgstr "まだワードやタグをミュートしていません" -#: src/components/moderation/LabelsOnMeDialog.tsx:69 +#: src/components/moderation/LabelsOnMeDialog.tsx:68 msgid "You may appeal these labels if you feel they were placed in error." msgstr "これらのラベルが誤って貼られたと思った場合は、異議申し立てを行うことができます。" +#: src/screens/Signup/StepInfo/Policies.tsx:79 +msgid "You must be 13 years of age or older to sign up." +msgstr "" + #: src/view/com/modals/ContentFilteringSettings.tsx:175 #~ msgid "You must be 18 or older to enable adult content." #~ msgstr "成人向けコンテンツを有効にするには、18歳以上である必要があります。" @@ -6043,11 +6155,11 @@ msgstr "これ以降、このスレッドに関する通知を受け取ること msgid "You will now receive notifications for this thread" msgstr "これ以降、このスレッドに関する通知を受け取ることができます" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:107 +#: src/screens/Login/SetNewPasswordForm.tsx:104 msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "「リセットコード」が記載されたメールが届きます。ここにコードを入力し、新しいパスワードを入力します。" -#: src/screens/Onboarding/StepModeration/index.tsx:59 +#: src/screens/Onboarding/StepModeration/index.tsx:60 msgid "You're in control" msgstr "あなたがコントロールしています" @@ -6057,11 +6169,11 @@ msgstr "あなたがコントロールしています" msgid "You're in line" msgstr "あなたは並んでいます。" -#: src/screens/Onboarding/StepFinished.tsx:90 +#: src/screens/Onboarding/StepFinished.tsx:94 msgid "You're ready to go!" msgstr "準備ができました!" -#: src/components/moderation/ModerationDetailsDialog.tsx:99 +#: src/components/moderation/ModerationDetailsDialog.tsx:98 #: src/lib/moderation/useModerationCauseDescription.ts:101 msgid "You've chosen to hide a word or tag within this post." msgstr "この投稿でワードまたはタグを隠すことを選択しました。" @@ -6070,11 +6182,11 @@ msgstr "この投稿でワードまたはタグを隠すことを選択しまし msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "フィードはここまでです!もっとフォローするアカウントを見つけましょう。" -#: src/view/com/auth/create/Step1.tsx:67 +#: src/screens/Signup/index.tsx:150 msgid "Your account" msgstr "あなたのアカウント" -#: src/view/com/modals/DeleteAccount.tsx:67 +#: src/view/com/modals/DeleteAccount.tsx:68 msgid "Your account has been deleted" msgstr "あなたのアカウントは削除されました" @@ -6082,7 +6194,7 @@ msgstr "あなたのアカウントは削除されました" msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "あなたのアカウントの公開データの全記録を含むリポジトリは、「CAR」ファイルとしてダウンロードできます。このファイルには、画像などのメディア埋め込み、また非公開のデータは含まれていないため、それらは個別に取得する必要があります。" -#: src/view/com/auth/create/Step1.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:121 msgid "Your birth date" msgstr "生年月日" @@ -6090,12 +6202,12 @@ msgstr "生年月日" msgid "Your choice will be saved, but can be changed later in settings." msgstr "ここで選択した内容は保存されますが、あとから設定で変更できます。" -#: src/screens/Onboarding/StepFollowingFeed.tsx:61 +#: src/screens/Onboarding/StepFollowingFeed.tsx:62 msgid "Your default feed is \"Following\"" msgstr "あなたのデフォルトフィードは「Following」です" -#: src/view/com/auth/create/state.ts:110 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:70 +#: src/screens/Login/ForgotPasswordForm.tsx:57 +#: src/screens/Signup/state.ts:227 #: src/view/com/modals/ChangePassword.tsx:54 msgid "Your email appears to be invalid." msgstr "メールアドレスが無効なようです。" @@ -6116,11 +6228,11 @@ msgstr "メールアドレスはまだ確認されていません。これは、 msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Followingフィードは空です!もっと多くのユーザーをフォローして、近況を確認しましょう。" -#: src/view/com/auth/create/Step2.tsx:83 +#: src/screens/Signup/StepHandle.tsx:72 msgid "Your full handle will be" msgstr "フルハンドルは" -#: src/view/com/modals/ChangeHandle.tsx:270 +#: src/view/com/modals/ChangeHandle.tsx:271 msgid "Your full handle will be <0>@{0}</0>" msgstr "フルハンドルは<0>@{0}</0>になります" @@ -6134,7 +6246,7 @@ msgstr "フルハンドルは<0>@{0}</0>になります" #~ msgid "Your invite codes are hidden when logged in using an App Password" #~ msgstr "アプリパスワードを使用してログインすると、招待コードは非表示になります。" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "ミュートしたワード" @@ -6142,17 +6254,16 @@ msgstr "ミュートしたワード" msgid "Your password has been changed successfully!" msgstr "パスワードの変更が完了しました!" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:284 msgid "Your post has been published" msgstr "投稿を公開しました" -#: src/screens/Onboarding/StepFinished.tsx:105 +#: src/screens/Onboarding/StepFinished.tsx:109 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:61 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "投稿、いいね、ブロックは公開されます。ミュートは非公開です。" -#: src/view/com/modals/SwitchAccount.tsx:88 #: src/view/screens/Settings/index.tsx:125 msgid "Your profile" msgstr "あなたのプロフィール" @@ -6161,10 +6272,10 @@ msgstr "あなたのプロフィール" #~ 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 "あなたのプロフィールと投稿は、アカウントを持っておらずログインしていない状態でBlueskyのアプリまたはウェブサイトを訪問する人々には表示されません。" -#: src/view/com/composer/Composer.tsx:282 +#: src/view/com/composer/Composer.tsx:283 msgid "Your reply has been published" msgstr "返信を公開しました" -#: src/view/com/auth/create/Step2.tsx:65 +#: src/screens/Signup/index.tsx:152 msgid "Your user handle" msgstr "あなたのユーザーハンドル" diff --git a/src/locale/locales/ko/messages.po b/src/locale/locales/ko/messages.po index db97f1d7f..48c7a235b 100644 --- a/src/locale/locales/ko/messages.po +++ b/src/locale/locales/ko/messages.po @@ -17,7 +17,7 @@ msgstr "" msgid "(no email)" msgstr "(이메일 없음)" -#: src/screens/Profile/Header/Metrics.tsx:45 +#: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} 팔로우 중" @@ -33,7 +33,7 @@ msgstr "<0/>의 멤버" msgid "<0>{0}</0> following" msgstr "<0>{0}</0> 팔로우 중" -#: src/screens/Profile/Header/Metrics.tsx:46 +#: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} </0><1>following</1>" msgstr "<0>{following} </0><1>팔로우 중</1>" @@ -62,7 +62,7 @@ msgstr "탐색 링크 및 설정으로 이동합니다" msgid "Access profile and other navigation links" msgstr "프로필 및 기타 탐색 링크로 이동합니다" -#: src/view/com/modals/EditImage.tsx:299 +#: src/view/com/modals/EditImage.tsx:300 #: src/view/screens/Settings/index.tsx:470 msgid "Accessibility" msgstr "접근성" @@ -89,12 +89,12 @@ msgstr "계정 팔로우함" msgid "Account muted" msgstr "계정 뮤트됨" -#: src/components/moderation/ModerationDetailsDialog.tsx:94 +#: src/components/moderation/ModerationDetailsDialog.tsx:93 #: src/lib/moderation/useModerationCauseDescription.ts:91 msgid "Account Muted" msgstr "계정 뮤트됨" -#: src/components/moderation/ModerationDetailsDialog.tsx:83 +#: src/components/moderation/ModerationDetailsDialog.tsx:82 msgid "Account Muted by List" msgstr "리스트로 계정 뮤트됨" @@ -106,7 +106,7 @@ msgstr "계정 옵션" msgid "Account removed from quick access" msgstr "빠른 액세스에서 계정 제거" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:130 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "계정 차단 해제됨" @@ -119,7 +119,7 @@ msgstr "계정 언팔로우함" msgid "Account unmuted" msgstr "계정 언뮤트됨" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:219 @@ -135,6 +135,7 @@ msgstr "콘텐츠 경고 추가" msgid "Add a user to this list" msgstr "이 리스트에 사용자 추가" +#: src/components/dialogs/SwitchAccount.tsx:55 #: src/view/screens/Settings/index.tsx:402 #: src/view/screens/Settings/index.tsx:411 msgid "Add account" @@ -142,7 +143,7 @@ msgstr "계정 추가" #: src/view/com/composer/photos/Gallery.tsx:119 #: src/view/com/composer/photos/Gallery.tsx:180 -#: src/view/com/modals/AltImage.tsx:116 +#: src/view/com/modals/AltImage.tsx:117 msgid "Add alt text" msgstr "대체 텍스트 추가하기" @@ -160,15 +161,15 @@ msgstr "링크 카드 추가" msgid "Add link card:" msgstr "링크 카드 추가:" -#: src/components/dialogs/MutedWords.tsx:158 +#: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" msgstr "구성 설정에 뮤트 단어 추가" -#: src/components/dialogs/MutedWords.tsx:87 +#: src/components/dialogs/MutedWords.tsx:86 msgid "Add muted words and tags" msgstr "뮤트할 단어 및 태그 추가" -#: src/view/com/modals/ChangeHandle.tsx:417 +#: src/view/com/modals/ChangeHandle.tsx:416 msgid "Add the following DNS record to your domain:" msgstr "도메인에 다음 DNS 레코드를 추가하세요:" @@ -198,6 +199,7 @@ msgstr "내 피드에 추가됨" msgid "Adjust the number of likes a reply must have to be shown in your feed." msgstr "답글이 피드에 표시되기 위해 필요한 좋아요 수를 조정합니다." +#: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:117 #: src/view/com/modals/SelfLabel.tsx:75 msgid "Adult Content" @@ -221,7 +223,7 @@ msgstr "저장한 모든 피드를 한 곳에서 확인하세요." msgid "Already have a code?" msgstr "이미 코드가 있나요?" -#: src/screens/Login/ChooseAccountForm.tsx:101 +#: src/screens/Login/ChooseAccountForm.tsx:39 msgid "Already signed in as @{0}" msgstr "이미 @{0}(으)로 로그인했습니다" @@ -229,7 +231,7 @@ msgstr "이미 @{0}(으)로 로그인했습니다" msgid "ALT" msgstr "ALT" -#: src/view/com/modals/EditImage.tsx:315 +#: src/view/com/modals/EditImage.tsx:316 msgid "Alt text" msgstr "대체 텍스트" @@ -277,11 +279,11 @@ msgstr "앱 언어" msgid "App password deleted" msgstr "앱 비밀번호 삭제됨" -#: src/view/com/modals/AddAppPasswords.tsx:134 +#: src/view/com/modals/AddAppPasswords.tsx:135 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "앱 비밀번호 이름에는 문자, 숫자, 공백, 대시, 밑줄만 사용할 수 있습니다." -#: src/view/com/modals/AddAppPasswords.tsx:99 +#: src/view/com/modals/AddAppPasswords.tsx:100 msgid "App Password names must be at least 4 characters long." msgstr "앱 비밀번호 이름은 4자 이상이어야 합니다." @@ -295,16 +297,16 @@ msgstr "앱 비밀번호 설정" msgid "App Passwords" msgstr "앱 비밀번호" -#: src/components/moderation/LabelsOnMeDialog.tsx:134 -#: src/components/moderation/LabelsOnMeDialog.tsx:137 +#: src/components/moderation/LabelsOnMeDialog.tsx:133 +#: src/components/moderation/LabelsOnMeDialog.tsx:136 msgid "Appeal" msgstr "이의신청" -#: src/components/moderation/LabelsOnMeDialog.tsx:202 +#: src/components/moderation/LabelsOnMeDialog.tsx:201 msgid "Appeal \"{0}\" label" msgstr "\"{0}\" 라벨 이의신청" -#: src/components/moderation/LabelsOnMeDialog.tsx:193 +#: src/components/moderation/LabelsOnMeDialog.tsx:192 msgid "Appeal submitted." msgstr "이의신청 제출함" @@ -324,7 +326,7 @@ msgstr "피드에서 {0}을(를) 제거하시겠습니까?" msgid "Are you sure you'd like to discard this draft?" msgstr "이 초안을 삭제하시겠습니까?" -#: src/components/dialogs/MutedWords.tsx:282 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "정말인가요?" @@ -344,17 +346,17 @@ msgstr "선정적이지 않거나 예술적인 노출." msgid "At least 3 characters" msgstr "3자 이상" +#: src/components/moderation/LabelsOnMeDialog.tsx:246 #: src/components/moderation/LabelsOnMeDialog.tsx:247 -#: src/components/moderation/LabelsOnMeDialog.tsx:248 -#: src/screens/Login/ChooseAccountForm.tsx:177 -#: src/screens/Login/ChooseAccountForm.tsx:182 +#: src/screens/Login/ChooseAccountForm.tsx:73 +#: src/screens/Login/ChooseAccountForm.tsx:78 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 #: src/screens/Login/LoginForm.tsx:221 #: src/screens/Login/LoginForm.tsx:227 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 -#: src/screens/Profile/Header/Shell.tsx:97 +#: src/screens/Profile/Header/Shell.tsx:96 #: src/screens/Signup/index.tsx:179 #: src/view/com/util/ViewHeader.tsx:87 msgid "Back" @@ -376,7 +378,7 @@ msgstr "생년월일" msgid "Birthday:" msgstr "생년월일:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "차단" @@ -448,11 +450,11 @@ msgstr "블로그" #: src/view/com/auth/HomeLoggedOutCTA.tsx:32 #: src/view/com/auth/server-input/index.tsx:89 -#: src/view/com/auth/server-input/index.tsx:90 +#: src/view/com/auth/server-input/index.tsx:91 msgid "Bluesky" msgstr "Bluesky" -#: src/view/com/auth/server-input/index.tsx:150 +#: src/view/com/auth/server-input/index.tsx:154 msgid "Bluesky is an open network where you can choose your hosting provider. Custom hosting is now available in beta for developers." msgstr "Bluesky는 호스팅 제공자를 선택할 수 있는 개방형 네트워크입니다. 개발자를 위한 사용자 지정 호스팅이 베타 버전으로 제공됩니다." @@ -524,30 +526,30 @@ msgstr "내가 만듦" msgid "Camera" msgstr "카메라" -#: src/view/com/modals/AddAppPasswords.tsx:216 +#: src/view/com/modals/AddAppPasswords.tsx:217 msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long." msgstr "글자, 숫자, 공백, 대시, 밑줄만 포함할 수 있습니다. 길이는 4자 이상이어야 하고 32자를 넘지 않아야 합니다." #: src/components/Menu/index.tsx:213 +#: src/components/Prompt.tsx:113 #: src/components/Prompt.tsx:115 -#: src/components/Prompt.tsx:117 #: src/components/TagMenu/index.tsx:268 #: src/view/com/composer/Composer.tsx:317 #: src/view/com/composer/Composer.tsx:322 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/ChangeHandle.tsx:153 +#: src/view/com/modals/ChangeHandle.tsx:154 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 -#: src/view/com/modals/CreateOrEditList.tsx:355 -#: src/view/com/modals/crop-image/CropImage.web.tsx:137 -#: src/view/com/modals/EditImage.tsx:323 -#: src/view/com/modals/EditProfile.tsx:249 +#: src/view/com/modals/CreateOrEditList.tsx:356 +#: src/view/com/modals/crop-image/CropImage.web.tsx:138 +#: src/view/com/modals/EditImage.tsx:324 +#: src/view/com/modals/EditProfile.tsx:250 #: src/view/com/modals/InAppBrowserConsent.tsx:78 #: src/view/com/modals/InAppBrowserConsent.tsx:80 -#: src/view/com/modals/LinkWarning.tsx:87 -#: src/view/com/modals/LinkWarning.tsx:89 -#: src/view/com/modals/Repost.tsx:87 +#: src/view/com/modals/LinkWarning.tsx:105 +#: src/view/com/modals/LinkWarning.tsx:107 +#: src/view/com/modals/Repost.tsx:88 #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 #: src/view/screens/Search/Search.tsx:718 @@ -555,7 +557,7 @@ msgstr "글자, 숫자, 공백, 대시, 밑줄만 포함할 수 있습니다. msgid "Cancel" msgstr "취소" -#: src/view/com/modals/CreateOrEditList.tsx:360 +#: src/view/com/modals/CreateOrEditList.tsx:361 #: src/view/com/modals/DeleteAccount.tsx:155 #: src/view/com/modals/DeleteAccount.tsx:233 msgctxt "action" @@ -567,19 +569,19 @@ msgstr "취소" msgid "Cancel account deletion" msgstr "계정 삭제 취소" -#: src/view/com/modals/ChangeHandle.tsx:149 +#: src/view/com/modals/ChangeHandle.tsx:150 msgid "Cancel change handle" msgstr "핸들 변경 취소" -#: src/view/com/modals/crop-image/CropImage.web.tsx:134 +#: src/view/com/modals/crop-image/CropImage.web.tsx:135 msgid "Cancel image crop" msgstr "이미지 자르기 취소" -#: src/view/com/modals/EditProfile.tsx:244 +#: src/view/com/modals/EditProfile.tsx:245 msgid "Cancel profile editing" msgstr "프로필 편집 취소" -#: src/view/com/modals/Repost.tsx:78 +#: src/view/com/modals/Repost.tsx:79 msgid "Cancel quote post" msgstr "게시물 인용 취소" @@ -588,7 +590,7 @@ msgstr "게시물 인용 취소" msgid "Cancel search" msgstr "검색 취소" -#: src/view/com/modals/LinkWarning.tsx:88 +#: src/view/com/modals/LinkWarning.tsx:106 msgid "Cancels opening the linked website" msgstr "연결된 웹사이트를 여는 것을 취소합니다" @@ -605,7 +607,7 @@ msgstr "변경" msgid "Change handle" msgstr "핸들 변경" -#: src/view/com/modals/ChangeHandle.tsx:161 +#: src/view/com/modals/ChangeHandle.tsx:162 #: src/view/screens/Settings/index.tsx:727 msgid "Change Handle" msgstr "핸들 변경" @@ -656,7 +658,7 @@ msgstr "\"모두\" 또는 \"없음\"을 선택하세요." msgid "Choose Service" msgstr "서비스 선택" -#: src/screens/Onboarding/StepFinished.tsx:136 +#: src/screens/Onboarding/StepFinished.tsx:139 msgid "Choose the algorithms that power your custom feeds." msgstr "맞춤 피드를 구동할 알고리즘을 선택하세요." @@ -665,7 +667,7 @@ msgstr "맞춤 피드를 구동할 알고리즘을 선택하세요." msgid "Choose the algorithms that power your experience with custom feeds." msgstr "맞춤 피드를 통해 사용자 경험을 강화하는 알고리즘을 선택하세요." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:109 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:104 msgid "Choose your main feeds" msgstr "기본 피드 선택" @@ -710,7 +712,7 @@ msgstr "이곳을 클릭" msgid "Click here to open tag menu for {tag}" msgstr "이곳을 클릭하여 {tag}의 태그 메뉴 열기" -#: src/components/RichText.tsx:191 +#: src/components/RichText.tsx:192 msgid "Click here to open tag menu for #{tag}" msgstr "이곳을 클릭하여 #{tag}의 태그 메뉴 열기" @@ -723,8 +725,8 @@ msgstr "기후" msgid "Close" msgstr "닫기" -#: src/components/Dialog/index.web.tsx:84 -#: src/components/Dialog/index.web.tsx:198 +#: src/components/Dialog/index.web.tsx:106 +#: src/components/Dialog/index.web.tsx:218 msgid "Close active dialog" msgstr "열려 있는 대화 상자 닫기" @@ -786,7 +788,7 @@ msgstr "만화" msgid "Community Guidelines" msgstr "커뮤니티 가이드라인" -#: src/screens/Onboarding/StepFinished.tsx:149 +#: src/screens/Onboarding/StepFinished.tsx:152 msgid "Complete onboarding and start using your account" msgstr "온보딩 완료 후 계정 사용 시작" @@ -814,8 +816,8 @@ msgstr "{name} 카테고리에 대한 콘텐츠 필터링 설정을 구성합니 msgid "Configured in <0>moderation settings</0>." msgstr "<0>검토 설정</0>에서 설정합니다." -#: src/components/Prompt.tsx:151 -#: src/components/Prompt.tsx:154 +#: src/components/Prompt.tsx:153 +#: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 #: src/view/com/modals/VerifyEmail.tsx:231 #: src/view/com/modals/VerifyEmail.tsx:233 @@ -829,7 +831,7 @@ msgstr "확인" msgid "Confirm Change" msgstr "변경 확인" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:35 msgid "Confirm content language settings" msgstr "콘텐츠 언어 설정 확인" @@ -852,7 +854,7 @@ msgstr "생년월일 확인" msgid "Confirmation code" msgstr "확인 코드" -#: src/screens/Login/LoginForm.tsx:246 +#: src/screens/Login/LoginForm.tsx:248 msgid "Connecting..." msgstr "연결 중…" @@ -877,12 +879,12 @@ msgstr "콘텐츠 필터" msgid "Content Languages" msgstr "콘텐츠 언어" -#: src/components/moderation/ModerationDetailsDialog.tsx:76 +#: src/components/moderation/ModerationDetailsDialog.tsx:75 #: src/lib/moderation/useModerationCauseDescription.ts:75 msgid "Content Not Available" msgstr "콘텐츠를 사용할 수 없음" -#: src/components/moderation/ModerationDetailsDialog.tsx:47 +#: src/components/moderation/ModerationDetailsDialog.tsx:46 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 #: src/lib/moderation/useModerationCauseDescription.ts:38 @@ -897,7 +899,7 @@ msgstr "콘텐츠 경고" msgid "Context menu backdrop, click to close the menu." msgstr "컨텍스트 메뉴 배경을 클릭하여 메뉴를 닫습니다." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:176 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:161 #: src/screens/Onboarding/StepFollowingFeed.tsx:154 #: src/screens/Onboarding/StepInterests/index.tsx:252 #: src/screens/Onboarding/StepModeration/index.tsx:103 @@ -908,7 +910,7 @@ msgstr "컨텍스트 메뉴 배경을 클릭하여 메뉴를 닫습니다." msgid "Continue" msgstr "계속" -#: src/screens/Login/ChooseAccountForm.tsx:47 +#: src/components/AccountList.tsx:108 msgid "Continue as {0} (currently signed in)" msgstr "{0}(으)로 계속하기 (현재 로그인)" @@ -920,7 +922,7 @@ msgstr "{0}(으)로 계속하기 (현재 로그인)" msgid "Continue to next step" msgstr "다음 단계로 계속하기" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:173 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:158 msgid "Continue to the next step" msgstr "다음 단계로 계속하기" @@ -932,8 +934,8 @@ msgstr "계정을 팔로우하지 않고 다음 단계로 계속하기" msgid "Cooking" msgstr "요리" -#: src/view/com/modals/AddAppPasswords.tsx:195 -#: src/view/com/modals/InviteCodes.tsx:182 +#: src/view/com/modals/AddAppPasswords.tsx:196 +#: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "복사됨" @@ -941,22 +943,22 @@ msgstr "복사됨" msgid "Copied build version to clipboard" msgstr "빌드 버전 클립보드에 복사됨" -#: src/view/com/modals/AddAppPasswords.tsx:76 -#: src/view/com/modals/ChangeHandle.tsx:327 -#: src/view/com/modals/InviteCodes.tsx:152 +#: src/view/com/modals/AddAppPasswords.tsx:77 +#: src/view/com/modals/ChangeHandle.tsx:326 +#: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:158 msgid "Copied to clipboard" msgstr "클립보드에 복사됨" -#: src/view/com/modals/AddAppPasswords.tsx:189 +#: src/view/com/modals/AddAppPasswords.tsx:190 msgid "Copies app password" msgstr "앱 비밀번호를 복사합니다" -#: src/view/com/modals/AddAppPasswords.tsx:188 +#: src/view/com/modals/AddAppPasswords.tsx:189 msgid "Copy" msgstr "복사" -#: src/view/com/modals/ChangeHandle.tsx:481 +#: src/view/com/modals/ChangeHandle.tsx:480 msgid "Copy {0}" msgstr "{0} 복사" @@ -979,7 +981,7 @@ msgstr "게시물 텍스트 복사" msgid "Copyright Policy" msgstr "저작권 정책" -#: src/view/screens/ProfileFeed.tsx:102 +#: src/view/screens/ProfileFeed.tsx:103 msgid "Could not load feed" msgstr "피드를 불러올 수 없습니다" @@ -1001,7 +1003,7 @@ msgstr "새 Bluesky 계정을 만듭니다" msgid "Create Account" msgstr "계정 만들기" -#: src/view/com/modals/AddAppPasswords.tsx:226 +#: src/view/com/modals/AddAppPasswords.tsx:227 msgid "Create App Password" msgstr "앱 비밀번호 만들기" @@ -1027,16 +1029,16 @@ msgstr "미리보기 이미지가 있는 카드를 만듭니다. 카드가 {url} msgid "Culture" msgstr "문화" -#: src/view/com/auth/server-input/index.tsx:95 -#: src/view/com/auth/server-input/index.tsx:96 +#: src/view/com/auth/server-input/index.tsx:97 +#: src/view/com/auth/server-input/index.tsx:99 msgid "Custom" msgstr "사용자 지정" -#: src/view/com/modals/ChangeHandle.tsx:389 +#: src/view/com/modals/ChangeHandle.tsx:388 msgid "Custom domain" msgstr "사용자 지정 도메인" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:112 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:107 #: src/view/screens/Feeds.tsx:692 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "커뮤니티에서 구축한 맞춤 피드는 새로운 경험을 제공하고 좋아하는 콘텐츠를 찾을 수 있도록 도와줍니다." @@ -1125,10 +1127,10 @@ msgstr "삭제됨" msgid "Deleted post." msgstr "삭제된 게시물." -#: 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 +#: src/view/com/modals/CreateOrEditList.tsx:301 +#: src/view/com/modals/CreateOrEditList.tsx:322 +#: src/view/com/modals/EditProfile.tsx:199 +#: src/view/com/modals/EditProfile.tsx:211 msgid "Description" msgstr "설명" @@ -1147,7 +1149,7 @@ msgstr "어둑함" msgid "Disabled" msgstr "비활성화됨" -#: src/view/com/composer/Composer.tsx:517 +#: src/view/com/composer/Composer.tsx:511 msgid "Discard" msgstr "삭제" @@ -1169,15 +1171,15 @@ msgstr "새로운 맞춤 피드 찾아보기" msgid "Discover New Feeds" msgstr "새 피드 발견하기" -#: src/view/com/modals/EditProfile.tsx:192 +#: src/view/com/modals/EditProfile.tsx:193 msgid "Display name" msgstr "표시 이름" -#: src/view/com/modals/EditProfile.tsx:180 +#: src/view/com/modals/EditProfile.tsx:181 msgid "Display Name" msgstr "표시 이름" -#: src/view/com/modals/ChangeHandle.tsx:398 +#: src/view/com/modals/ChangeHandle.tsx:397 msgid "DNS Panel" msgstr "DNS 패널" @@ -1189,11 +1191,11 @@ msgstr "노출을 포함하지 않습니다." msgid "Doesn't begin or end with a hyphen" msgstr "하이픈으로 시작하거나 끝나지 않음" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "Domain Value" msgstr "도메인 값" -#: src/view/com/modals/ChangeHandle.tsx:489 +#: src/view/com/modals/ChangeHandle.tsx:488 msgid "Domain verified!" msgstr "도메인을 확인했습니다." @@ -1201,22 +1203,22 @@ msgstr "도메인을 확인했습니다." #: src/components/dialogs/BirthDateSettings.tsx:125 #: src/components/forms/DateField/index.tsx:74 #: src/components/forms/DateField/index.tsx:80 -#: src/view/com/auth/server-input/index.tsx:165 -#: src/view/com/auth/server-input/index.tsx:166 -#: src/view/com/modals/AddAppPasswords.tsx:226 -#: src/view/com/modals/AltImage.tsx:139 -#: src/view/com/modals/crop-image/CropImage.web.tsx:152 -#: src/view/com/modals/InviteCodes.tsx:80 -#: src/view/com/modals/InviteCodes.tsx:123 +#: src/view/com/auth/server-input/index.tsx:169 +#: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/modals/AddAppPasswords.tsx:227 +#: src/view/com/modals/AltImage.tsx:140 +#: src/view/com/modals/crop-image/CropImage.web.tsx:153 +#: src/view/com/modals/InviteCodes.tsx:81 +#: src/view/com/modals/InviteCodes.tsx:124 #: src/view/com/modals/ListAddRemoveUsers.tsx:142 #: src/view/screens/PreferencesFollowingFeed.tsx:311 #: src/view/screens/Settings/ExportCarDialog.tsx:94 -#: src/view/screens/Settings/ExportCarDialog.tsx:95 +#: src/view/screens/Settings/ExportCarDialog.tsx:96 msgid "Done" msgstr "완료" #: src/view/com/auth/onboarding/RecommendedFollows.tsx:86 -#: src/view/com/modals/EditImage.tsx:333 +#: src/view/com/modals/EditImage.tsx:334 #: src/view/com/modals/ListAddRemoveUsers.tsx:144 #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 @@ -1228,7 +1230,7 @@ msgctxt "action" msgid "Done" msgstr "완료" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:42 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:43 msgid "Done{extraText}" msgstr "완료{extraText}" @@ -1245,19 +1247,19 @@ msgstr "드롭하여 이미지 추가" msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." msgstr "Apple 정책으로 인해 성인 콘텐츠는 가입을 완료한 후에 웹에서만 사용 설정할 수 있습니다." -#: src/view/com/modals/ChangeHandle.tsx:257 +#: src/view/com/modals/ChangeHandle.tsx:258 msgid "e.g. alice" msgstr "예: alice" -#: src/view/com/modals/EditProfile.tsx:185 +#: src/view/com/modals/EditProfile.tsx:186 msgid "e.g. Alice Roberts" msgstr "예: 앨리스 로버츠" -#: src/view/com/modals/ChangeHandle.tsx:381 +#: src/view/com/modals/ChangeHandle.tsx:380 msgid "e.g. alice.com" msgstr "예: alice.com" -#: src/view/com/modals/EditProfile.tsx:203 +#: src/view/com/modals/EditProfile.tsx:204 msgid "e.g. Artist, dog-lover, and avid reader." msgstr "예: 예술가, 개 애호가, 독서광." @@ -1265,23 +1267,23 @@ msgstr "예: 예술가, 개 애호가, 독서광." msgid "E.g. artistic nudes." msgstr "예: 예술적인 노출." -#: src/view/com/modals/CreateOrEditList.tsx:283 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Great Posters" msgstr "예: 멋진 포스터" -#: src/view/com/modals/CreateOrEditList.tsx:284 +#: src/view/com/modals/CreateOrEditList.tsx:285 msgid "e.g. Spammers" msgstr "예: 스팸 계정" -#: src/view/com/modals/CreateOrEditList.tsx:312 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. The posters who never miss." msgstr "예: 놓칠 수 없는 포스터들." -#: src/view/com/modals/CreateOrEditList.tsx:313 +#: src/view/com/modals/CreateOrEditList.tsx:314 msgid "e.g. Users that repeatedly reply with ads." msgstr "예: 반복적으로 광고 답글을 다는 계정." -#: src/view/com/modals/InviteCodes.tsx:96 +#: src/view/com/modals/InviteCodes.tsx:97 msgid "Each code works once. You'll receive more invite codes periodically." msgstr "각 코드는 한 번만 사용할 수 있습니다. 주기적으로 더 많은 초대 코드를 받게 됩니다." @@ -1296,7 +1298,7 @@ msgid "Edit avatar" msgstr "아바타 편집" #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/modals/EditImage.tsx:207 +#: src/view/com/modals/EditImage.tsx:208 msgid "Edit image" msgstr "이미지 편집" @@ -1304,7 +1306,7 @@ msgstr "이미지 편집" msgid "Edit list details" msgstr "리스트 세부 정보 편집" -#: src/view/com/modals/CreateOrEditList.tsx:250 +#: src/view/com/modals/CreateOrEditList.tsx:251 msgid "Edit Moderation List" msgstr "검토 리스트 편집" @@ -1314,17 +1316,17 @@ msgstr "검토 리스트 편집" msgid "Edit My Feeds" msgstr "내 피드 편집" -#: src/view/com/modals/EditProfile.tsx:152 +#: src/view/com/modals/EditProfile.tsx:153 msgid "Edit my profile" msgstr "내 프로필 편집" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:171 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:161 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 msgid "Edit profile" msgstr "프로필 편집" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:174 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:164 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 msgid "Edit Profile" msgstr "프로필 편집" @@ -1333,15 +1335,15 @@ msgstr "프로필 편집" msgid "Edit Saved Feeds" msgstr "저장된 피드 편집" -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:246 msgid "Edit User List" msgstr "사용자 리스트 편집" -#: src/view/com/modals/EditProfile.tsx:193 +#: src/view/com/modals/EditProfile.tsx:194 msgid "Edit your display name" msgstr "내 표시 이름 편집" -#: src/view/com/modals/EditProfile.tsx:211 +#: src/view/com/modals/EditProfile.tsx:212 msgid "Edit your profile description" msgstr "내 프로필 설명 편집" @@ -1375,7 +1377,7 @@ msgstr "이메일 확인됨" msgid "Email:" msgstr "이메일:" -#: src/view/com/modals/EmbedConsent.tsx:113 +#: src/components/dialogs/EmbedConsent.tsx:101 msgid "Enable {0} only" msgstr "{0}만 사용" @@ -1392,9 +1394,14 @@ msgstr "성인 콘텐츠 활성화" msgid "Enable adult content in your feeds" msgstr "피드에서 성인 콘텐츠 사용" +#: src/components/dialogs/EmbedConsent.tsx:82 +#: src/components/dialogs/EmbedConsent.tsx:89 +msgid "Enable external media" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 -msgid "Enable External Media" -msgstr "외부 미디어 사용" +#~ msgid "Enable External Media" +#~ msgstr "외부 미디어 사용" #: src/view/screens/PreferencesExternalEmbeds.tsx:75 msgid "Enable media players for" @@ -1404,6 +1411,10 @@ msgstr "미디어 플레이어를 사용할 외부 사이트" msgid "Enable this setting to only see replies between people you follow." msgstr "내가 팔로우하는 사람들 간의 답글만 표시합니다." +#: src/components/dialogs/EmbedConsent.tsx:94 +msgid "Enable this source only" +msgstr "" + #: src/screens/Moderation/index.tsx:339 msgid "Enabled" msgstr "활성화됨" @@ -1412,7 +1423,7 @@ msgstr "활성화됨" msgid "End of feed" msgstr "피드 끝" -#: src/view/com/modals/AddAppPasswords.tsx:166 +#: src/view/com/modals/AddAppPasswords.tsx:167 msgid "Enter a name for this App Password" msgstr "이 앱 비밀번호의 이름 입력" @@ -1420,8 +1431,8 @@ msgstr "이 앱 비밀번호의 이름 입력" msgid "Enter a password" msgstr "비밀번호 입력" +#: src/components/dialogs/MutedWords.tsx:99 #: src/components/dialogs/MutedWords.tsx:100 -#: src/components/dialogs/MutedWords.tsx:101 msgid "Enter a word or tag" msgstr "단어 또는 태그 입력" @@ -1433,7 +1444,7 @@ msgstr "확인 코드 입력" msgid "Enter the code you received to change your password." msgstr "비밀번호를 변경하려면 받은 코드를 입력하세요." -#: src/view/com/modals/ChangeHandle.tsx:371 +#: src/view/com/modals/ChangeHandle.tsx:370 msgid "Enter the domain you want to use" msgstr "사용할 도메인 입력" @@ -1482,11 +1493,11 @@ msgstr "과도한 멘션 또는 답글" msgid "Exits account deletion process" msgstr "계정 삭제 프로세스를 종료합니다" -#: src/view/com/modals/ChangeHandle.tsx:150 +#: src/view/com/modals/ChangeHandle.tsx:151 msgid "Exits handle change process" msgstr "핸들 변경 프로세스를 종료합니다" -#: src/view/com/modals/crop-image/CropImage.web.tsx:135 +#: src/view/com/modals/crop-image/CropImage.web.tsx:136 msgid "Exits image cropping process" msgstr "이미지 자르기 프로세스를 종료합니다" @@ -1525,11 +1536,12 @@ msgstr "내 데이터 내보내기" msgid "Export My Data" msgstr "내 데이터 내보내기" -#: src/view/com/modals/EmbedConsent.tsx:64 +#: src/components/dialogs/EmbedConsent.tsx:55 +#: src/components/dialogs/EmbedConsent.tsx:59 msgid "External Media" msgstr "외부 미디어" -#: src/view/com/modals/EmbedConsent.tsx:75 +#: src/components/dialogs/EmbedConsent.tsx:71 #: src/view/screens/PreferencesExternalEmbeds.tsx:66 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 "외부 미디어는 웹사이트가 나와 내 기기에 대한 정보를 수집하도록 할 수 있습니다. \"재생\" 버튼을 누르기 전까지는 어떠한 정보도 전송되거나 요청되지 않습니다." @@ -1544,12 +1556,12 @@ msgstr "외부 미디어 설정" msgid "External media settings" msgstr "외부 미디어 설정" -#: src/view/com/modals/AddAppPasswords.tsx:115 -#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:116 +#: src/view/com/modals/AddAppPasswords.tsx:120 msgid "Failed to create app password." msgstr "앱 비밀번호를 만들지 못했습니다." -#: src/view/com/modals/CreateOrEditList.tsx:206 +#: src/view/com/modals/CreateOrEditList.tsx:207 msgid "Failed to create the list. Check your internet connection and try again." msgstr "리스트를 만들지 못했습니다. 인터넷 연결을 확인한 후 다시 시도하세요." @@ -1587,7 +1599,7 @@ msgstr "피드백" #: src/view/screens/Feeds.tsx:419 #: src/view/screens/Feeds.tsx:524 #: src/view/screens/Profile.tsx:194 -#: src/view/shell/bottom-bar/BottomBar.tsx:183 +#: src/view/shell/bottom-bar/BottomBar.tsx:191 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:479 #: src/view/shell/Drawer.tsx:480 @@ -1606,7 +1618,7 @@ msgstr "피드는 사용자가 약간의 코딩 전문 지식만으로 구축할 msgid "Feeds can be topical as well!" msgstr "주제 기반 피드도 있습니다!" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "File Contents" msgstr "파일 콘텐츠" @@ -1614,7 +1626,7 @@ msgstr "파일 콘텐츠" msgid "Filter from feeds" msgstr "피드에서 필터링" -#: src/screens/Onboarding/StepFinished.tsx:152 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Finalizing" msgstr "마무리 중" @@ -1648,23 +1660,23 @@ msgstr "대화 스레드를 미세 조정합니다." msgid "Fitness" msgstr "건강" -#: src/screens/Onboarding/StepFinished.tsx:132 +#: src/screens/Onboarding/StepFinished.tsx:135 msgid "Flexible" msgstr "유연성" -#: src/view/com/modals/EditImage.tsx:115 +#: src/view/com/modals/EditImage.tsx:116 msgid "Flip horizontal" msgstr "가로로 뒤집기" -#: src/view/com/modals/EditImage.tsx:120 -#: src/view/com/modals/EditImage.tsx:287 +#: src/view/com/modals/EditImage.tsx:121 +#: src/view/com/modals/EditImage.tsx:288 msgid "Flip vertically" msgstr "세로로 뒤집기" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:246 msgid "Follow" msgstr "팔로우" @@ -1675,8 +1687,8 @@ msgid "Follow" msgstr "팔로우" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "{0} 님을 팔로우" @@ -1689,6 +1701,10 @@ msgstr "계정 팔로우" msgid "Follow All" msgstr "모두 팔로우" +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +msgid "Follow Back" +msgstr "" + #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 msgid "Follow selected accounts and continue to the next step" msgstr "선택한 계정을 팔로우하고 다음 단계를 계속 진행합니다" @@ -1713,19 +1729,19 @@ msgstr "팔로우한 사용자만" msgid "followed you" msgstr "님이 나를 팔로우했습니다" -#: src/view/com/profile/ProfileFollowers.tsx:109 +#: src/view/com/profile/ProfileFollowers.tsx:104 #: src/view/screens/ProfileFollowers.tsx:25 msgid "Followers" msgstr "팔로워" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:227 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 -#: src/view/com/profile/ProfileFollows.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 +#: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "팔로우 중" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 msgid "Following {0}" msgstr "{0} 님을 팔로우했습니다" @@ -1757,7 +1773,7 @@ msgstr "음식" msgid "For security reasons, we'll need to send a confirmation code to your email address." msgstr "보안상의 이유로 이메일 주소로 확인 코드를 보내야 합니다." -#: src/view/com/modals/AddAppPasswords.tsx:209 +#: src/view/com/modals/AddAppPasswords.tsx:210 msgid "For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one." msgstr "보안상의 이유로 이 비밀번호는 다시 볼 수 없습니다. 이 비밀번호를 분실한 경우 새 비밀번호를 생성해야 합니다." @@ -1778,8 +1794,8 @@ msgstr "분실" msgid "Frequently Posts Unwanted Content" msgstr "잦은 원치 않는 콘텐츠 게시" -#: src/screens/Hashtag.tsx:108 -#: src/screens/Hashtag.tsx:148 +#: src/screens/Hashtag.tsx:109 +#: src/screens/Hashtag.tsx:149 msgid "From @{sanitizedAuthor}" msgstr "@{sanitizedAuthor} 님의 태그" @@ -1806,7 +1822,7 @@ msgstr "명백한 법률 또는 서비스 이용약관 위반 행위" #: src/view/com/auth/LoggedOut.tsx:82 #: src/view/com/auth/LoggedOut.tsx:83 #: src/view/screens/NotFound.tsx:55 -#: src/view/screens/ProfileFeed.tsx:111 +#: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:916 #: src/view/shell/desktop/LeftNav.tsx:108 msgid "Go back" @@ -1816,15 +1832,15 @@ msgstr "뒤로" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 -#: src/view/screens/ProfileFeed.tsx:116 +#: src/view/screens/ProfileFeed.tsx:117 #: src/view/screens/ProfileList.tsx:921 msgid "Go Back" msgstr "뒤로" #: src/components/ReportDialog/SelectReportOptionView.tsx:73 #: src/components/ReportDialog/SubmitView.tsx:104 -#: src/screens/Onboarding/Layout.tsx:104 -#: src/screens/Onboarding/Layout.tsx:193 +#: src/screens/Onboarding/Layout.tsx:102 +#: src/screens/Onboarding/Layout.tsx:191 #: src/screens/Signup/index.tsx:173 msgid "Go back to previous step" msgstr "이전 단계로 돌아가기" @@ -1851,7 +1867,7 @@ msgstr "다음" msgid "Graphic Media" msgstr "그래픽 미디어" -#: src/view/com/modals/ChangeHandle.tsx:265 +#: src/view/com/modals/ChangeHandle.tsx:266 msgid "Handle" msgstr "핸들" @@ -1863,7 +1879,7 @@ msgstr "괴롭힘, 분쟁 유발 또는 차별" msgid "Hashtag" msgstr "해시태그" -#: src/components/RichText.tsx:190 +#: src/components/RichText.tsx:191 msgid "Hashtag: #{tag}" msgstr "해시태그: #{tag}" @@ -1888,7 +1904,7 @@ msgstr "다음은 인기 있는 화제 피드입니다. 원하는 만큼 피드 msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." msgstr "다음은 사용자의 관심사를 기반으로 한 몇 가지 주제별 피드입니다: {interestsText}. 원하는 만큼 많은 피드를 팔로우할 수 있습니다." -#: src/view/com/modals/AddAppPasswords.tsx:153 +#: src/view/com/modals/AddAppPasswords.tsx:154 msgid "Here is your app password." msgstr "앱 비밀번호입니다." @@ -1957,21 +1973,21 @@ msgid "Hmmmm, we couldn't load that moderation service." msgstr "검토 서비스를 불러올 수 없습니다." #: src/Navigation.tsx:454 -#: src/view/shell/bottom-bar/BottomBar.tsx:139 +#: src/view/shell/bottom-bar/BottomBar.tsx:147 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:401 #: src/view/shell/Drawer.tsx:402 msgid "Home" msgstr "홈" -#: src/view/com/modals/ChangeHandle.tsx:421 +#: src/view/com/modals/ChangeHandle.tsx:420 msgid "Host:" msgstr "호스트:" #: src/screens/Login/ForgotPasswordForm.tsx:89 #: src/screens/Login/LoginForm.tsx:134 #: src/screens/Signup/StepInfo/index.tsx:40 -#: src/view/com/modals/ChangeHandle.tsx:280 +#: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" msgstr "호스팅 제공자" @@ -1987,7 +2003,7 @@ msgstr "코드가 있습니다" msgid "I have a confirmation code" msgstr "확인 코드가 있습니다" -#: src/view/com/modals/ChangeHandle.tsx:283 +#: src/view/com/modals/ChangeHandle.tsx:284 msgid "I have my own domain" msgstr "내 도메인을 가지고 있습니다" @@ -2023,7 +2039,7 @@ msgstr "불법 및 긴급 사항" msgid "Image" msgstr "이미지" -#: src/view/com/modals/AltImage.tsx:120 +#: src/view/com/modals/AltImage.tsx:121 msgid "Image alt text" msgstr "이미지 대체 텍스트" @@ -2039,7 +2055,7 @@ msgstr "비밀번호 재설정을 위해 이메일로 전송된 코드를 입력 msgid "Input confirmation code for account deletion" msgstr "계정 삭제를 위한 확인 코드를 입력합니다" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:181 msgid "Input name for app password" msgstr "앱 비밀번호의 이름을 입력합니다" @@ -2063,7 +2079,7 @@ msgstr "가입 시 사용한 사용자 이름 또는 이메일 주소를 입력 msgid "Input your password" msgstr "비밀번호를 입력합니다" -#: src/view/com/modals/ChangeHandle.tsx:390 +#: src/view/com/modals/ChangeHandle.tsx:389 msgid "Input your preferred hosting provider" msgstr "선호하는 호스팅 제공자를 입력합니다" @@ -2079,7 +2095,7 @@ msgstr "유효하지 않거나 지원되지 않는 게시물 기록" msgid "Invalid username or password" msgstr "잘못된 사용자 이름 또는 비밀번호" -#: src/view/com/modals/InviteCodes.tsx:93 +#: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "친구 초대하기" @@ -2091,11 +2107,11 @@ msgstr "초대 코드" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "초대 코드가 올바르지 않습니다. 코드를 올바르게 입력했는지 확인한 후 다시 시도하세요." -#: src/view/com/modals/InviteCodes.tsx:170 +#: src/view/com/modals/InviteCodes.tsx:171 msgid "Invite codes: {0} available" msgstr "초대 코드: {0}개 사용 가능" -#: src/view/com/modals/InviteCodes.tsx:169 +#: src/view/com/modals/InviteCodes.tsx:170 msgid "Invite codes: 1 available" msgstr "초대 코드: 1개 사용 가능" @@ -2136,11 +2152,11 @@ msgstr "라벨은 사용자 및 콘텐츠에 대한 주석입니다. 네트워 msgid "labels have been placed on this {labelTarget}" msgstr "라벨이 {labelTarget}에 지정되었습니다" -#: src/components/moderation/LabelsOnMeDialog.tsx:63 +#: src/components/moderation/LabelsOnMeDialog.tsx:62 msgid "Labels on your account" msgstr "내 계정의 라벨" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "Labels on your content" msgstr "내 콘텐츠의 라벨" @@ -2187,7 +2203,7 @@ msgstr "더 알아보기" msgid "Leave them all unchecked to see any language." msgstr "모든 언어를 보려면 모두 선택하지 않은 상태로 두세요." -#: src/view/com/modals/LinkWarning.tsx:51 +#: src/view/com/modals/LinkWarning.tsx:65 msgid "Leaving Bluesky" msgstr "Bluesky 떠나기" @@ -2204,7 +2220,7 @@ msgstr "레거시 스토리지가 지워졌으며 지금 앱을 다시 시작해 msgid "Let's get your password reset!" msgstr "비밀번호를 재설정해 봅시다!" -#: src/screens/Onboarding/StepFinished.tsx:152 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Let's go!" msgstr "출발!" @@ -2216,8 +2232,8 @@ msgstr "밝음" msgid "Like" msgstr "좋아요" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:256 -#: src/view/screens/ProfileFeed.tsx:572 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:258 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Like this feed" msgstr "이 피드에 좋아요 표시" @@ -2227,7 +2243,7 @@ msgstr "이 피드에 좋아요 표시" msgid "Liked by" msgstr "좋아요 표시한 사용자" -#: src/screens/Profile/ProfileLabelerLikedBy.tsx:42 +#: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 #: src/view/screens/PostLikedBy.tsx:27 #: src/view/screens/ProfileFeedLikedBy.tsx:27 msgid "Liked By" @@ -2241,9 +2257,9 @@ msgstr "{0}명의 사용자가 좋아함" msgid "Liked by {count} {0}" msgstr "{count}명의 사용자가 좋아함" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:276 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 -#: src/view/screens/ProfileFeed.tsx:587 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292 +#: src/view/screens/ProfileFeed.tsx:588 msgid "Liked by {likeCount} {0}" msgstr "{likeCount}명의 사용자가 좋아함" @@ -2267,7 +2283,7 @@ msgstr "이 게시물을 좋아요 표시합니다" msgid "List" msgstr "리스트" -#: src/view/com/modals/CreateOrEditList.tsx:261 +#: src/view/com/modals/CreateOrEditList.tsx:262 msgid "List Avatar" msgstr "리스트 아바타" @@ -2287,7 +2303,7 @@ msgstr "리스트 삭제됨" msgid "List muted" msgstr "리스트 뮤트됨" -#: src/view/com/modals/CreateOrEditList.tsx:275 +#: src/view/com/modals/CreateOrEditList.tsx:276 msgid "List Name" msgstr "리스트 이름" @@ -2313,8 +2329,8 @@ msgid "Load new notifications" msgstr "새 알림 불러오기" #: src/screens/Profile/Sections/Feed.tsx:70 -#: src/view/com/feeds/FeedPage.tsx:124 -#: src/view/screens/ProfileFeed.tsx:495 +#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/screens/ProfileFeed.tsx:496 #: src/view/screens/ProfileList.tsx:695 msgid "Load new posts" msgstr "새 게시물 불러오기" @@ -2338,7 +2354,7 @@ msgstr "로그아웃" msgid "Logged-out visibility" msgstr "로그아웃 표시" -#: src/screens/Login/ChooseAccountForm.tsx:149 +#: src/components/AccountList.tsx:54 msgid "Login to account that is not listed" msgstr "목록에 없는 계정으로 로그인" @@ -2346,11 +2362,11 @@ msgstr "목록에 없는 계정으로 로그인" msgid "Looks like XXXXX-XXXXX" msgstr "XXXXX-XXXXX 형식" -#: src/view/com/modals/LinkWarning.tsx:65 +#: src/view/com/modals/LinkWarning.tsx:79 msgid "Make sure this is where you intend to go!" msgstr "이곳이 당신이 가고자 하는 곳인지 확인하세요!" -#: src/components/dialogs/MutedWords.tsx:83 +#: src/components/dialogs/MutedWords.tsx:82 msgid "Manage your muted words and tags" msgstr "뮤트한 단어 및 태그 관리" @@ -2388,7 +2404,7 @@ msgstr "오해의 소지가 있는 계정" msgid "Moderation" msgstr "검토" -#: src/components/moderation/ModerationDetailsDialog.tsx:113 +#: src/components/moderation/ModerationDetailsDialog.tsx:112 msgid "Moderation details" msgstr "검토 세부 정보" @@ -2407,11 +2423,11 @@ msgstr "<0/> 님의 검토 리스트" msgid "Moderation list by you" msgstr "내 검토 리스트" -#: src/view/com/modals/CreateOrEditList.tsx:197 +#: src/view/com/modals/CreateOrEditList.tsx:198 msgid "Moderation list created" msgstr "검토 리스트 생성됨" -#: src/view/com/modals/CreateOrEditList.tsx:183 +#: src/view/com/modals/CreateOrEditList.tsx:184 msgid "Moderation list updated" msgstr "검토 리스트 업데이트됨" @@ -2436,7 +2452,7 @@ msgstr "검토 상태" msgid "Moderation tools" msgstr "검토 도구" -#: src/components/moderation/ModerationDetailsDialog.tsx:49 +#: src/components/moderation/ModerationDetailsDialog.tsx:48 #: src/lib/moderation/useModerationCauseDescription.ts:40 msgid "Moderator has chosen to set a general warning on the content." msgstr "검토자가 콘텐츠에 일반 경고를 설정했습니다." @@ -2478,11 +2494,11 @@ msgstr "계정 뮤트" msgid "Mute all {displayTag} posts" msgstr "모든 {displayTag} 게시물 뮤트" -#: src/components/dialogs/MutedWords.tsx:149 +#: src/components/dialogs/MutedWords.tsx:148 msgid "Mute in tags only" msgstr "태그에서만 뮤트" -#: src/components/dialogs/MutedWords.tsx:134 +#: src/components/dialogs/MutedWords.tsx:133 msgid "Mute in text & tags" msgstr "글 및 태그에서 뮤트" @@ -2495,11 +2511,11 @@ msgstr "리스트 뮤트" msgid "Mute these accounts?" msgstr "이 계정들을 뮤트하시겠습니까?" -#: src/components/dialogs/MutedWords.tsx:127 +#: src/components/dialogs/MutedWords.tsx:126 msgid "Mute this word in post text and tags" msgstr "게시물 글 및 태그에서 이 단어 뮤트하기" -#: src/components/dialogs/MutedWords.tsx:142 +#: src/components/dialogs/MutedWords.tsx:141 msgid "Mute this word in tags only" msgstr "태그에서만 이 단어 뮤트하기" @@ -2563,12 +2579,12 @@ msgstr "내 저장된 피드" msgid "My Saved Feeds" msgstr "내 저장된 피드" -#: src/view/com/modals/AddAppPasswords.tsx:179 -#: src/view/com/modals/CreateOrEditList.tsx:290 +#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/CreateOrEditList.tsx:291 msgid "Name" msgstr "이름" -#: src/view/com/modals/CreateOrEditList.tsx:145 +#: src/view/com/modals/CreateOrEditList.tsx:146 msgid "Name is required" msgstr "이름을 입력하세요" @@ -2583,7 +2599,7 @@ msgid "Nature" msgstr "자연" #: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:252 +#: src/screens/Login/LoginForm.tsx:254 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "다음 화면으로 이동합니다" @@ -2598,19 +2614,19 @@ msgstr "저작권 위반을 신고해야 하나요?" #: src/view/com/modals/EmbedConsent.tsx:107 #: src/view/com/modals/EmbedConsent.tsx:123 -msgid "Never load embeds from {0}" -msgstr "{0}에서 임베드를 불러오지 않습니다" +#~ msgid "Never load embeds from {0}" +#~ msgstr "{0}에서 임베드를 불러오지 않습니다" #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:72 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:74 msgid "Never lose access to your followers and data." msgstr "팔로워와 데이터에 대한 접근 권한을 잃지 마세요." -#: src/screens/Onboarding/StepFinished.tsx:120 +#: src/screens/Onboarding/StepFinished.tsx:123 msgid "Never lose access to your followers or data." msgstr "팔로워 또는 데이터에 대한 접근 권한을 잃지 마세요." -#: src/view/com/modals/ChangeHandle.tsx:520 +#: src/view/com/modals/ChangeHandle.tsx:519 msgid "Nevermind, create a handle for me" msgstr "취소하고 내 핸들 만들기" @@ -2623,7 +2639,7 @@ msgstr "새로 만들기" msgid "New" msgstr "새로 만들기" -#: src/view/com/modals/CreateOrEditList.tsx:252 +#: src/view/com/modals/CreateOrEditList.tsx:253 msgid "New Moderation List" msgstr "새 검토 리스트" @@ -2635,7 +2651,7 @@ msgstr "새 비밀번호" msgid "New Password" msgstr "새 비밀번호" -#: src/view/com/feeds/FeedPage.tsx:135 +#: src/view/com/feeds/FeedPage.tsx:149 msgctxt "action" msgid "New post" msgstr "새 게시물" @@ -2643,7 +2659,7 @@ msgstr "새 게시물" #: src/view/screens/Feeds.tsx:555 #: src/view/screens/Notifications.tsx:168 #: src/view/screens/Profile.tsx:452 -#: src/view/screens/ProfileFeed.tsx:433 +#: src/view/screens/ProfileFeed.tsx:434 #: src/view/screens/ProfileList.tsx:199 #: src/view/screens/ProfileList.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:252 @@ -2655,7 +2671,7 @@ msgctxt "action" msgid "New Post" msgstr "새 게시물" -#: src/view/com/modals/CreateOrEditList.tsx:247 +#: src/view/com/modals/CreateOrEditList.tsx:248 msgid "New User List" msgstr "새 사용자 리스트" @@ -2669,8 +2685,8 @@ msgstr "뉴스" #: src/screens/Login/ForgotPasswordForm.tsx:143 #: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:251 -#: src/screens/Login/LoginForm.tsx:258 +#: src/screens/Login/LoginForm.tsx:253 +#: src/screens/Login/LoginForm.tsx:260 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/index.tsx:205 @@ -2698,16 +2714,16 @@ msgstr "다음 이미지" msgid "No" msgstr "아니요" -#: src/view/screens/ProfileFeed.tsx:561 +#: src/view/screens/ProfileFeed.tsx:562 #: src/view/screens/ProfileList.tsx:769 msgid "No description" msgstr "설명 없음" -#: src/view/com/modals/ChangeHandle.tsx:406 +#: src/view/com/modals/ChangeHandle.tsx:405 msgid "No DNS Panel" msgstr "DNS 패널 없음" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 msgid "No longer following {0}" msgstr "더 이상 {0} 님을 팔로우하지 않음" @@ -2724,7 +2740,7 @@ msgstr "아직 알림이 없습니다." msgid "No result" msgstr "결과 없음" -#: src/components/Lists.tsx:189 +#: src/components/Lists.tsx:183 msgid "No results found" msgstr "결과를 찾을 수 없음" @@ -2738,7 +2754,8 @@ msgstr "\"{query}\"에 대한 결과를 찾을 수 없습니다" msgid "No results found for {query}" msgstr "{query}에 대한 결과를 찾을 수 없습니다" -#: src/view/com/modals/EmbedConsent.tsx:129 +#: src/components/dialogs/EmbedConsent.tsx:105 +#: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" msgstr "사용하지 않음" @@ -2746,7 +2763,7 @@ msgstr "사용하지 않음" msgid "Nobody" msgstr "없음" -#: src/components/LikedByList.tsx:102 +#: src/components/LikedByList.tsx:79 #: src/components/LikesDialog.tsx:99 msgid "Nobody has liked this yet. Maybe you should be the first!" msgstr "아직 아무도 좋아요를 누르지 않았습니다. 첫 번째가 되어 보세요!" @@ -2782,7 +2799,7 @@ msgstr "참고: Bluesky는 개방형 공개 네트워크입니다. 이 설정은 #: src/Navigation.tsx:469 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 -#: src/view/shell/bottom-bar/BottomBar.tsx:207 +#: src/view/shell/bottom-bar/BottomBar.tsx:215 #: src/view/shell/desktop/LeftNav.tsx:365 #: src/view/shell/Drawer.tsx:438 #: src/view/shell/Drawer.tsx:439 @@ -2794,8 +2811,12 @@ msgid "Nudity" msgstr "노출" #: src/lib/moderation/useReportOptions.ts:71 -msgid "Nudity or pornography not labeled as such" -msgstr "누드 또는 음란물로 설정되지 않은 콘텐츠" +msgid "Nudity or adult content not labeled as such" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:71 +#~ msgid "Nudity or pornography not labeled as such" +#~ msgstr "누드 또는 음란물로 설정되지 않은 콘텐츠" #: src/screens/Signup/index.tsx:142 msgid "of" @@ -2814,7 +2835,7 @@ msgid "Oh no! Something went wrong." msgstr "이런! 뭔가 잘못되었습니다." #: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:126 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:325 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:327 msgid "OK" msgstr "확인" @@ -2842,17 +2863,17 @@ msgstr "{0}만 답글을 달 수 있습니다." msgid "Only contains letters, numbers, and hyphens" msgstr "문자, 숫자, 하이픈만 포함" -#: src/components/Lists.tsx:83 +#: src/components/Lists.tsx:75 msgid "Oops, something went wrong!" msgstr "이런, 뭔가 잘못되었습니다!" -#: src/components/Lists.tsx:157 +#: src/components/Lists.tsx:170 #: src/view/screens/AppPasswords.tsx:67 #: src/view/screens/Profile.tsx:99 msgid "Oops!" msgstr "이런!" -#: src/screens/Onboarding/StepFinished.tsx:116 +#: src/screens/Onboarding/StepFinished.tsx:119 msgid "Open" msgstr "공개성" @@ -2861,7 +2882,7 @@ msgstr "공개성" msgid "Open emoji picker" msgstr "이모티콘 선택기 열기" -#: src/view/screens/ProfileFeed.tsx:299 +#: src/view/screens/ProfileFeed.tsx:300 msgid "Open feed options menu" msgstr "피드 옵션 메뉴 열기" @@ -2934,7 +2955,7 @@ msgstr "새 Bluesky 계정을 만드는 플로를 엽니다" msgid "Opens flow to sign into your existing Bluesky account" msgstr "존재하는 Bluesky 계정에 로그인하는 플로를 엽니다" -#: src/view/com/modals/InviteCodes.tsx:172 +#: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "초대 코드 목록을 엽니다" @@ -2958,7 +2979,7 @@ msgstr "Bluesky 계정 데이터(저장소)를 다운로드하기 위한 대화 msgid "Opens modal for email verification" msgstr "이메일 인증을 위한 대화 상자를 엽니다" -#: src/view/com/modals/ChangeHandle.tsx:281 +#: src/view/com/modals/ChangeHandle.tsx:282 msgid "Opens modal for using custom domain" msgstr "사용자 지정 도메인을 사용하기 위한 대화 상자를 엽니다" @@ -2987,7 +3008,7 @@ msgstr "비밀번호 설정을 엽니다" msgid "Opens the Following feed preferences" msgstr "팔로우 중 피드 설정을 엽니다" -#: src/view/com/modals/LinkWarning.tsx:76 +#: src/view/com/modals/LinkWarning.tsx:93 msgid "Opens the linked website" msgstr "연결된 웹사이트를 엽니다" @@ -3020,7 +3041,7 @@ msgstr "또는 다음 옵션을 결합하세요:" msgid "Other" msgstr "기타" -#: src/screens/Login/ChooseAccountForm.tsx:167 +#: src/components/AccountList.tsx:73 msgid "Other account" msgstr "다른 계정" @@ -3028,7 +3049,7 @@ msgstr "다른 계정" msgid "Other..." msgstr "기타…" -#: src/components/Lists.tsx:190 +#: src/components/Lists.tsx:184 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "페이지를 찾을 수 없음" @@ -3080,12 +3101,12 @@ msgstr "반려동물" msgid "Pictures meant for adults." msgstr "성인용 사진." -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:563 msgid "Pin to home" msgstr "홈에 고정" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 msgid "Pin to Home" msgstr "홈에 고정" @@ -3093,16 +3114,16 @@ msgstr "홈에 고정" msgid "Pinned Feeds" msgstr "고정된 피드" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:111 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "{0} 재생" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:54 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:55 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" msgstr "동영상 재생" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:110 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 msgid "Plays the GIF" msgstr "GIF를 재생합니다" @@ -3122,15 +3143,15 @@ msgstr "인증 캡차를 완료해 주세요." msgid "Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed." msgstr "이메일을 변경하기 전에 이메일을 확인해 주세요. 이는 이메일 변경 도구가 추가되는 동안 일시적으로 요구되는 사항이며 곧 제거될 예정입니다." -#: src/view/com/modals/AddAppPasswords.tsx:90 +#: src/view/com/modals/AddAppPasswords.tsx:91 msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "앱 비밀번호의 이름을 입력하세요. 모든 공백 문자는 허용되지 않습니다." -#: src/view/com/modals/AddAppPasswords.tsx:145 +#: src/view/com/modals/AddAppPasswords.tsx:146 msgid "Please enter a unique name for this App Password or use our randomly generated one." msgstr "이 앱 비밀번호에 대해 고유한 이름을 입력하거나 무작위로 생성된 이름을 사용합니다." -#: src/components/dialogs/MutedWords.tsx:68 +#: src/components/dialogs/MutedWords.tsx:67 msgid "Please enter a valid word, tag, or phrase to mute" msgstr "뮤트할 단어나 태그 또는 문구를 입력하세요" @@ -3142,7 +3163,7 @@ msgstr "이메일을 입력하세요." msgid "Please enter your password as well:" msgstr "비밀번호도 입력해 주세요:" -#: src/components/moderation/LabelsOnMeDialog.tsx:222 +#: src/components/moderation/LabelsOnMeDialog.tsx:221 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "{0} 님이 이 라벨을 잘못 적용했다고 생각하는 이유를 설명해 주세요" @@ -3163,8 +3184,8 @@ msgid "Porn" msgstr "음란물" #: src/lib/moderation/useGlobalLabelStrings.ts:34 -msgid "Pornography" -msgstr "음란물" +#~ msgid "Pornography" +#~ msgstr "음란물" #: src/view/com/composer/Composer.tsx:367 #: src/view/com/composer/Composer.tsx:375 @@ -3195,12 +3216,12 @@ msgstr "게시물 삭제됨" msgid "Post hidden" msgstr "게시물 숨김" -#: src/components/moderation/ModerationDetailsDialog.tsx:98 +#: src/components/moderation/ModerationDetailsDialog.tsx:97 #: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Post Hidden by Muted Word" msgstr "뮤트한 단어로 숨겨진 게시물" -#: src/components/moderation/ModerationDetailsDialog.tsx:101 +#: src/components/moderation/ModerationDetailsDialog.tsx:100 #: src/lib/moderation/useModerationCauseDescription.ts:108 msgid "Post Hidden by You" msgstr "내가 숨긴 게시물" @@ -3226,7 +3247,7 @@ msgstr "게시물" msgid "Posts" msgstr "게시물" -#: src/components/dialogs/MutedWords.tsx:90 +#: src/components/dialogs/MutedWords.tsx:89 msgid "Posts can be muted based on their text, their tags, or both." msgstr "게시물의 글 및 태그에 따라 게시물을 뮤트할 수 있습니다." @@ -3234,7 +3255,7 @@ msgstr "게시물의 글 및 태그에 따라 게시물을 뮤트할 수 있습 msgid "Posts hidden" msgstr "게시물 숨겨짐" -#: src/view/com/modals/LinkWarning.tsx:46 +#: src/view/com/modals/LinkWarning.tsx:60 msgid "Potentially Misleading Link" msgstr "오해의 소지가 있는 링크" @@ -3243,7 +3264,7 @@ msgid "Press to change hosting provider" msgstr "호스팅 제공자를 변경하려면 누릅니다" #: src/components/Error.tsx:74 -#: src/components/Lists.tsx:88 +#: src/components/Lists.tsx:80 #: src/screens/Signup/index.tsx:186 msgid "Press to retry" msgstr "눌러서 다시 시도하기" @@ -3282,7 +3303,7 @@ msgstr "처리 중…" msgid "profile" msgstr "프로필" -#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:260 #: src/view/shell/desktop/LeftNav.tsx:419 #: src/view/shell/Drawer.tsx:70 #: src/view/shell/Drawer.tsx:549 @@ -3290,7 +3311,7 @@ msgstr "프로필" msgid "Profile" msgstr "프로필" -#: src/view/com/modals/EditProfile.tsx:128 +#: src/view/com/modals/EditProfile.tsx:129 msgid "Profile updated" msgstr "프로필 업데이트됨" @@ -3298,7 +3319,7 @@ msgstr "프로필 업데이트됨" msgid "Protect your account by verifying your email." msgstr "이메일을 인증하여 계정을 보호하세요." -#: src/screens/Onboarding/StepFinished.tsx:102 +#: src/screens/Onboarding/StepFinished.tsx:105 msgid "Public" msgstr "공공성" @@ -3318,7 +3339,7 @@ msgstr "게시물 게시하기" msgid "Publish reply" msgstr "답글 게시하기" -#: src/view/com/modals/Repost.tsx:65 +#: src/view/com/modals/Repost.tsx:66 msgctxt "action" msgid "Quote post" msgstr "게시물 인용" @@ -3327,7 +3348,7 @@ msgstr "게시물 인용" msgid "Quote post" msgstr "게시물 인용" -#: src/view/com/modals/Repost.tsx:70 +#: src/view/com/modals/Repost.tsx:71 msgctxt "action" msgid "Quote Post" msgstr "게시물 인용" @@ -3336,7 +3357,7 @@ msgstr "게시물 인용" msgid "Random (aka \"Poster's Roulette\")" msgstr "무작위" -#: src/view/com/modals/EditImage.tsx:236 +#: src/view/com/modals/EditImage.tsx:237 msgid "Ratios" msgstr "비율" @@ -3352,7 +3373,7 @@ msgstr "추천 피드" msgid "Recommended Users" msgstr "추천 사용자" -#: src/components/dialogs/MutedWords.tsx:287 +#: src/components/dialogs/MutedWords.tsx:286 #: src/view/com/feeds/FeedSourceCard.tsx:283 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:83 @@ -3383,8 +3404,8 @@ msgstr "피드를 제거하시겠습니까?" #: src/view/com/feeds/FeedSourceCard.tsx:173 #: src/view/com/feeds/FeedSourceCard.tsx:233 -#: src/view/screens/ProfileFeed.tsx:334 -#: src/view/screens/ProfileFeed.tsx:340 +#: src/view/screens/ProfileFeed.tsx:335 +#: src/view/screens/ProfileFeed.tsx:341 msgid "Remove from my feeds" msgstr "내 피드에서 제거" @@ -3400,11 +3421,11 @@ msgstr "이미지 제거" msgid "Remove image preview" msgstr "이미지 미리보기 제거" -#: src/components/dialogs/MutedWords.tsx:330 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "목록에서 뮤트한 단어 제거" -#: src/view/com/modals/Repost.tsx:47 +#: src/view/com/modals/Repost.tsx:48 msgid "Remove repost" msgstr "재게시를 취소합니다" @@ -3421,7 +3442,7 @@ msgstr "리스트에서 제거됨" msgid "Removed from my feeds" msgstr "내 피드에서 제거됨" -#: src/view/screens/ProfileFeed.tsx:208 +#: src/view/screens/ProfileFeed.tsx:209 msgid "Removed from your feeds" msgstr "내 피드에서 제거됨" @@ -3461,8 +3482,8 @@ msgstr "계정 신고" msgid "Report dialog" msgstr "신고 대화 상자" -#: src/view/screens/ProfileFeed.tsx:351 -#: src/view/screens/ProfileFeed.tsx:353 +#: src/view/screens/ProfileFeed.tsx:352 +#: src/view/screens/ProfileFeed.tsx:354 msgid "Report feed" msgstr "피드 신고" @@ -3495,9 +3516,9 @@ msgstr "이 게시물 신고하기" msgid "Report this user" msgstr "이 사용자 신고하기" -#: src/view/com/modals/Repost.tsx:43 -#: src/view/com/modals/Repost.tsx:48 -#: src/view/com/modals/Repost.tsx:53 +#: src/view/com/modals/Repost.tsx:44 +#: src/view/com/modals/Repost.tsx:49 +#: src/view/com/modals/Repost.tsx:54 #: src/view/com/util/post-ctrls/RepostButton.tsx:61 msgctxt "action" msgid "Repost" @@ -3590,9 +3611,9 @@ msgid "Retries the last action, which errored out" msgstr "오류가 발생한 마지막 작업을 다시 시도합니다" #: src/components/Error.tsx:79 -#: src/components/Lists.tsx:98 +#: src/components/Lists.tsx:91 #: src/screens/Login/LoginForm.tsx:234 -#: src/screens/Login/LoginForm.tsx:240 +#: src/screens/Login/LoginForm.tsx:241 #: src/screens/Onboarding/StepInterests/index.tsx:225 #: src/screens/Onboarding/StepInterests/index.tsx:228 #: src/screens/Signup/index.tsx:193 @@ -3611,24 +3632,24 @@ msgid "Returns to home page" msgstr "홈 페이지로 돌아갑니다" #: src/view/screens/NotFound.tsx:58 -#: src/view/screens/ProfileFeed.tsx:112 +#: src/view/screens/ProfileFeed.tsx:113 msgid "Returns to previous page" msgstr "이전 페이지로 돌아갑니다" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:337 -#: src/view/com/modals/EditProfile.tsx:224 +#: src/view/com/modals/ChangeHandle.tsx:174 +#: src/view/com/modals/CreateOrEditList.tsx:338 +#: src/view/com/modals/EditProfile.tsx:225 msgid "Save" msgstr "저장" #: src/view/com/lightbox/Lightbox.tsx:132 -#: src/view/com/modals/CreateOrEditList.tsx:345 +#: src/view/com/modals/CreateOrEditList.tsx:346 msgctxt "action" msgid "Save" msgstr "저장" -#: src/view/com/modals/AltImage.tsx:130 +#: src/view/com/modals/AltImage.tsx:131 msgid "Save alt text" msgstr "대체 텍스트 저장" @@ -3636,20 +3657,20 @@ msgstr "대체 텍스트 저장" msgid "Save birthday" msgstr "생년월일 저장" -#: src/view/com/modals/EditProfile.tsx:232 +#: src/view/com/modals/EditProfile.tsx:233 msgid "Save Changes" msgstr "변경 사항 저장" -#: src/view/com/modals/ChangeHandle.tsx:170 +#: src/view/com/modals/ChangeHandle.tsx:171 msgid "Save handle change" msgstr "핸들 변경 저장" -#: src/view/com/modals/crop-image/CropImage.web.tsx:144 +#: src/view/com/modals/crop-image/CropImage.web.tsx:145 msgid "Save image crop" msgstr "이미지 자르기 저장" -#: src/view/screens/ProfileFeed.tsx:335 -#: src/view/screens/ProfileFeed.tsx:341 +#: src/view/screens/ProfileFeed.tsx:336 +#: src/view/screens/ProfileFeed.tsx:342 msgid "Save to my feeds" msgstr "내 피드에 저장" @@ -3661,19 +3682,19 @@ msgstr "저장된 피드" msgid "Saved to your camera roll." msgstr "내 앨범에 저장됨" -#: src/view/screens/ProfileFeed.tsx:212 +#: src/view/screens/ProfileFeed.tsx:213 msgid "Saved to your feeds" msgstr "내 피드에 저장됨" -#: src/view/com/modals/EditProfile.tsx:225 +#: src/view/com/modals/EditProfile.tsx:226 msgid "Saves any changes to your profile" msgstr "프로필에 대한 모든 변경 사항을 저장합니다" -#: src/view/com/modals/ChangeHandle.tsx:171 +#: src/view/com/modals/ChangeHandle.tsx:172 msgid "Saves handle change to {handle}" msgstr "핸들을 {handle}(으)로 변경합니다" -#: src/view/com/modals/crop-image/CropImage.web.tsx:145 +#: src/view/com/modals/crop-image/CropImage.web.tsx:146 msgid "Saves image crop settings" msgstr "이미지 자르기 설정을 저장합니다" @@ -3693,7 +3714,7 @@ msgstr "맨 위로 스크롤" #: src/view/screens/Search/Search.tsx:421 #: src/view/screens/Search/Search.tsx:670 #: src/view/screens/Search/Search.tsx:688 -#: src/view/shell/bottom-bar/BottomBar.tsx:161 +#: src/view/shell/bottom-bar/BottomBar.tsx:169 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 #: src/view/shell/desktop/Search.tsx:224 @@ -3753,7 +3774,7 @@ msgstr "See what's next" msgid "Select {item}" msgstr "{item} 선택" -#: src/screens/Login/ChooseAccountForm.tsx:123 +#: src/screens/Login/ChooseAccountForm.tsx:61 msgid "Select account" msgstr "계정 선택" @@ -3813,11 +3834,11 @@ msgstr "아래 옵션에서 관심사를 선택하세요" msgid "Select your preferred language for translations in your feed." msgstr "피드에서 번역을 위해 선호하는 언어를 선택합니다." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:122 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:117 msgid "Select your primary algorithmic feeds" msgstr "기본 알고리즘 피드를 선택하세요" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:148 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:133 msgid "Select your secondary algorithmic feeds" msgstr "보조 알고리즘 피드를 선택하세요" @@ -3853,7 +3874,7 @@ msgstr "{0} 님에게 신고 보내기" msgid "Sends email with confirmation code for account deletion" msgstr "계정 삭제를 위한 확인 코드가 포함된 이메일을 전송합니다" -#: src/view/com/auth/server-input/index.tsx:110 +#: src/view/com/auth/server-input/index.tsx:114 msgid "Server address" msgstr "서버 주소" @@ -3885,11 +3906,11 @@ 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 +#: src/screens/Onboarding/Layout.tsx:48 msgid "Set up your account" msgstr "계정 설정하기" -#: src/view/com/modals/ChangeHandle.tsx:266 +#: src/view/com/modals/ChangeHandle.tsx:267 msgid "Sets Bluesky username" msgstr "Bluesky 사용자 이름을 설정합니다" @@ -3917,15 +3938,15 @@ msgstr "어두운 테마를 살짝 밝게 설정합니다" msgid "Sets email for password reset" msgstr "비밀번호 재설정을 위한 이메일을 설정합니다" -#: src/view/com/modals/crop-image/CropImage.web.tsx:123 +#: src/view/com/modals/crop-image/CropImage.web.tsx:124 msgid "Sets image aspect ratio to square" msgstr "이미지 비율을 정사각형으로 설정합니다" -#: src/view/com/modals/crop-image/CropImage.web.tsx:113 +#: src/view/com/modals/crop-image/CropImage.web.tsx:114 msgid "Sets image aspect ratio to tall" msgstr "이미지 비율을 세로로 길게 설정합니다" -#: src/view/com/modals/crop-image/CropImage.web.tsx:103 +#: src/view/com/modals/crop-image/CropImage.web.tsx:104 msgid "Sets image aspect ratio to wide" msgstr "이미지 비율을 가로로 길게 설정합니다" @@ -3965,11 +3986,20 @@ msgstr "공유" msgid "Share anyway" msgstr "무시하고 공유" -#: src/view/screens/ProfileFeed.tsx:361 -#: src/view/screens/ProfileFeed.tsx:363 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileFeed.tsx:364 msgid "Share feed" msgstr "피드 공유" +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 +msgid "Share Link" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:92 +msgid "Shares the linked website" +msgstr "" + #: src/components/moderation/ContentHider.tsx:115 #: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 @@ -3997,10 +4027,10 @@ msgid "Show badge and filter from feeds" msgstr "배지 표시 및 피드에서 필터링" #: src/view/com/modals/EmbedConsent.tsx:87 -msgid "Show embeds from {0}" -msgstr "{0} 임베드 표시" +#~ msgid "Show embeds from {0}" +#~ msgstr "{0} 임베드 표시" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 msgid "Show follows similar to {0}" msgstr "{0} 님과 비슷한 팔로우 표시" @@ -4075,7 +4105,7 @@ msgstr "경고 표시" msgid "Show warning and filter from feeds" msgstr "경고 표시 및 피드에서 필터링" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:127 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 msgid "Shows posts from {0} in your feed" msgstr "피드에 {0} 님의 게시물을 표시합니다" @@ -4088,9 +4118,9 @@ msgstr "피드에 {0} 님의 게시물을 표시합니다" #: src/view/com/auth/SplashScreen.tsx:90 #: src/view/com/auth/SplashScreen.web.tsx:110 #: src/view/com/auth/SplashScreen.web.tsx:119 -#: src/view/shell/bottom-bar/BottomBar.tsx:289 -#: src/view/shell/bottom-bar/BottomBar.tsx:290 -#: src/view/shell/bottom-bar/BottomBar.tsx:292 +#: src/view/shell/bottom-bar/BottomBar.tsx:300 +#: src/view/shell/bottom-bar/BottomBar.tsx:301 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 @@ -4106,24 +4136,22 @@ msgstr "로그인" #~ msgid "Sign In" #~ msgstr "로그인" -#: src/screens/Login/ChooseAccountForm.tsx:48 +#: src/components/AccountList.tsx:109 msgid "Sign in as {0}" msgstr "{0}(으)로 로그인" -#: src/screens/Login/ChooseAccountForm.tsx:126 +#: src/screens/Login/ChooseAccountForm.tsx:64 msgid "Sign in as..." msgstr "로그인" -#: src/view/com/modals/SwitchAccount.tsx:69 -#: src/view/com/modals/SwitchAccount.tsx:74 #: src/view/screens/Settings/index.tsx:107 #: src/view/screens/Settings/index.tsx:110 msgid "Sign out" msgstr "로그아웃" -#: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/bottom-bar/BottomBar.tsx:280 -#: src/view/shell/bottom-bar/BottomBar.tsx:282 +#: src/view/shell/bottom-bar/BottomBar.tsx:290 +#: src/view/shell/bottom-bar/BottomBar.tsx:291 +#: src/view/shell/bottom-bar/BottomBar.tsx:293 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 @@ -4146,13 +4174,13 @@ msgstr "로그인 필요" msgid "Signed in as" msgstr "로그인한 계정" -#: src/screens/Login/ChooseAccountForm.tsx:110 +#: src/screens/Login/ChooseAccountForm.tsx:48 msgid "Signed in as @{0}" msgstr "@{0}(으)로 로그인했습니다" #: src/view/com/modals/SwitchAccount.tsx:71 -msgid "Signs {0} out of Bluesky" -msgstr "Bluesky에서 {0}을(를) 로그아웃합니다" +#~ msgid "Signs {0} out of Bluesky" +#~ msgstr "Bluesky에서 {0}을(를) 로그아웃합니다" #: src/screens/Onboarding/StepInterests/index.tsx:239 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:203 @@ -4174,7 +4202,7 @@ msgstr "소프트웨어 개발" msgid "Something went wrong, please try again." msgstr "뭔가 잘못되었습니다. 다시 시도해 주세요." -#: src/App.native.tsx:68 +#: src/App.native.tsx:66 msgid "Sorry! Your session expired. Please log in again." msgstr "죄송합니다. 세션이 만료되었습니다. 다시 로그인해 주세요." @@ -4186,7 +4214,7 @@ msgstr "답글 정렬" msgid "Sort replies to the same post by:" msgstr "동일한 게시물에 대한 답글을 정렬하는 기준입니다." -#: src/components/moderation/LabelsOnMeDialog.tsx:147 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 msgid "Source:" msgstr "출처:" @@ -4202,7 +4230,7 @@ msgstr "스팸, 과도한 멘션 또는 답글" msgid "Sports" msgstr "스포츠" -#: src/view/com/modals/crop-image/CropImage.web.tsx:122 +#: src/view/com/modals/crop-image/CropImage.web.tsx:123 msgid "Square" msgstr "정사각형" @@ -4223,8 +4251,8 @@ msgstr "스토리지가 지워졌으며 지금 앱을 다시 시작해야 합니 msgid "Storybook" msgstr "스토리북" +#: src/components/moderation/LabelsOnMeDialog.tsx:255 #: src/components/moderation/LabelsOnMeDialog.tsx:256 -#: src/components/moderation/LabelsOnMeDialog.tsx:257 msgid "Submit" msgstr "확인" @@ -4240,8 +4268,8 @@ msgstr "이 라벨을 사용하려면 @{0} 님을 구독하세요:" msgid "Subscribe to Labeler" msgstr "라벨러 구독" -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:308 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:172 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 msgid "Subscribe to the {0} feed" msgstr "{0} 피드 구독하기" @@ -4271,16 +4299,15 @@ msgstr "외설적" msgid "Support" msgstr "지원" -#: src/view/com/modals/SwitchAccount.tsx:124 +#: src/components/dialogs/SwitchAccount.tsx:46 +#: src/components/dialogs/SwitchAccount.tsx:49 msgid "Switch Account" msgstr "계정 전환" -#: src/view/com/modals/SwitchAccount.tsx:104 #: src/view/screens/Settings/index.tsx:139 msgid "Switch to {0}" msgstr "{0}(으)로 전환" -#: src/view/com/modals/SwitchAccount.tsx:105 #: src/view/screens/Settings/index.tsx:140 msgid "Switches the account you are logged in to" msgstr "로그인한 계정을 전환합니다" @@ -4293,7 +4320,7 @@ msgstr "시스템" msgid "System log" msgstr "시스템 로그" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "태그" @@ -4301,7 +4328,7 @@ msgstr "태그" msgid "Tag menu: {displayTag}" msgstr "태그 메뉴: {displayTag}" -#: src/view/com/modals/crop-image/CropImage.web.tsx:112 +#: src/view/com/modals/crop-image/CropImage.web.tsx:113 msgid "Tall" msgstr "세로" @@ -4331,11 +4358,11 @@ msgstr "서비스 이용약관" msgid "Terms used violate community standards" msgstr "커뮤니티 기준을 위반하는 용어 사용" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "글" -#: src/components/moderation/LabelsOnMeDialog.tsx:220 +#: src/components/moderation/LabelsOnMeDialog.tsx:219 msgid "Text input field" msgstr "텍스트 입력 필드" @@ -4343,7 +4370,7 @@ msgstr "텍스트 입력 필드" msgid "Thank you. Your report has been sent." msgstr "감사합니다. 신고를 전송했습니다." -#: src/view/com/modals/ChangeHandle.tsx:466 +#: src/view/com/modals/ChangeHandle.tsx:465 msgid "That contains the following:" msgstr "텍스트 파일 내용:" @@ -4351,12 +4378,12 @@ msgstr "텍스트 파일 내용:" msgid "That handle is already taken." msgstr "이 핸들은 이미 사용 중입니다." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:283 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "차단을 해제하면 이 계정이 나와 상호작용할 수 있게 됩니다." -#: src/components/moderation/ModerationDetailsDialog.tsx:128 +#: src/components/moderation/ModerationDetailsDialog.tsx:127 msgid "the author" msgstr "작성자" @@ -4368,15 +4395,15 @@ msgstr "커뮤니티 가이드라인을 <0/>(으)로 이동했습니다" msgid "The Copyright Policy has been moved to <0/>" msgstr "저작권 정책을 <0/>(으)로 이동했습니다" -#: src/components/moderation/LabelsOnMeDialog.tsx:49 +#: src/components/moderation/LabelsOnMeDialog.tsx:48 msgid "The following labels were applied to your account." msgstr "내 계정에 다음 라벨이 적용되었습니다." -#: src/components/moderation/LabelsOnMeDialog.tsx:50 +#: src/components/moderation/LabelsOnMeDialog.tsx:49 msgid "The following labels were applied to your content." msgstr "내 콘텐츠에 다음 라벨이 적용되었습니다." -#: src/screens/Onboarding/Layout.tsx:60 +#: src/screens/Onboarding/Layout.tsx:58 msgid "The following steps will help customize your Bluesky experience." msgstr "다음 단계는 Bluesky 환경을 맞춤 설정하는 데 도움이 됩니다." @@ -4397,12 +4424,12 @@ msgstr "지원 양식을 이동했습니다. 도움이 필요하다면 <0/>하 msgid "The Terms of Service have been moved to" msgstr "서비스 이용약관을 다음으로 이동했습니다:" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:156 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:141 msgid "There are many feeds to try:" msgstr "시도해 볼 만한 피드:" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112 -#: src/view/screens/ProfileFeed.tsx:543 +#: src/view/screens/ProfileFeed.tsx:544 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "서버에 연결하는 동안 문제가 발생했습니다. 인터넷 연결을 확인한 후 다시 시도하세요." @@ -4410,11 +4437,11 @@ msgstr "서버에 연결하는 동안 문제가 발생했습니다. 인터넷 msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "이 피드를 삭제하는 동안 문제가 발생했습니다. 인터넷 연결을 확인한 후 다시 시도하세요." -#: src/view/screens/ProfileFeed.tsx:217 +#: src/view/screens/ProfileFeed.tsx:218 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "피드를 업데이트하는 동안 문제가 발생했습니다. 인터넷 연결을 확인한 후 다시 시도하세요." -#: src/view/screens/ProfileFeed.tsx:244 +#: src/view/screens/ProfileFeed.tsx:245 #: src/view/screens/ProfileList.tsx:275 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 @@ -4433,7 +4460,7 @@ msgstr "서버에 연결하는 동안 문제가 발생했습니다" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "알림을 가져오는 동안 문제가 발생했습니다. 이곳을 탭하여 다시 시도하세요." -#: src/view/com/posts/Feed.tsx:283 +#: src/view/com/posts/Feed.tsx:287 msgid "There was an issue fetching posts. Tap here to try again." msgstr "게시물을 가져오는 동안 문제가 발생했습니다. 이곳을 탭하여 다시 시도하세요." @@ -4458,11 +4485,11 @@ msgstr "설정을 서버와 동기화하는 동안 문제가 발생했습니다" msgid "There was an issue with fetching your app passwords" msgstr "앱 비밀번호를 가져오는 동안 문제가 발생했습니다" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:134 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:96 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:106 #: src/view/com/profile/ProfileMenu.tsx:117 #: src/view/com/profile/ProfileMenu.tsx:132 @@ -4499,7 +4526,7 @@ msgstr "이 {screenDescription}에 다음 플래그가 지정되었습니다:" msgid "This account has requested that users sign in to view their profile." msgstr "이 계정의 프로필을 보려면 로그인해야 합니다." -#: src/components/moderation/LabelsOnMeDialog.tsx:205 +#: src/components/moderation/LabelsOnMeDialog.tsx:204 msgid "This appeal will be sent to <0>{0}</0>." msgstr "이 이의신청은 <0>{0}</0>에게 보내집니다." @@ -4511,11 +4538,11 @@ msgstr "이 콘텐츠는 검토자에 의해 숨겨졌습니다." msgid "This content has received a general warning from moderators." msgstr "이 콘텐츠는 검토자로부터 일반 경고를 받았습니다." -#: src/view/com/modals/EmbedConsent.tsx:68 +#: src/components/dialogs/EmbedConsent.tsx:64 msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "이 콘텐츠는 {0}에서 호스팅됩니다. 외부 미디어를 사용하시겠습니까?" -#: src/components/moderation/ModerationDetailsDialog.tsx:78 +#: src/components/moderation/ModerationDetailsDialog.tsx:77 #: src/lib/moderation/useModerationCauseDescription.ts:77 msgid "This content is not available because one of the users involved has blocked the other." msgstr "관련 사용자 중 한 명이 다른 사용자를 차단했기 때문에 이 콘텐츠를 사용할 수 없습니다." @@ -4533,7 +4560,7 @@ msgid "This feed is currently receiving high traffic and is temporarily unavaila msgstr "이 피드는 현재 트래픽이 많아 일시적으로 사용할 수 없습니다. 나중에 다시 시도해 주세요." #: src/screens/Profile/Sections/Feed.tsx:50 -#: src/view/screens/ProfileFeed.tsx:476 +#: src/view/screens/ProfileFeed.tsx:477 #: src/view/screens/ProfileList.tsx:675 msgid "This feed is empty!" msgstr "이 피드는 비어 있습니다." @@ -4550,7 +4577,7 @@ msgstr "이 정보는 다른 사용자와 공유되지 않습니다." msgid "This is important in case you ever need to change your email or reset your password." msgstr "이는 이메일을 변경하거나 비밀번호를 재설정해야 할 때 중요한 정보입니다." -#: src/components/moderation/ModerationDetailsDialog.tsx:125 +#: src/components/moderation/ModerationDetailsDialog.tsx:124 msgid "This label was applied by {0}." msgstr "이 라벨은 {0}이(가) 적용했습니다." @@ -4558,7 +4585,7 @@ msgstr "이 라벨은 {0}이(가) 적용했습니다." msgid "This labeler hasn't declared what labels it publishes, and may not be active." msgstr "이 라벨러는 라벨을 게시하지 않았으며 활성화되어 있지 않을 수 있습니다." -#: src/view/com/modals/LinkWarning.tsx:58 +#: src/view/com/modals/LinkWarning.tsx:72 msgid "This link is taking you to the following website:" msgstr "이 링크를 클릭하면 다음 웹사이트로 이동합니다:" @@ -4570,7 +4597,7 @@ msgstr "이 리스트는 비어 있습니다." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "이 검토 서비스는 사용할 수 없습니다. 자세한 내용은 아래를 참조하세요. 이 문제가 지속되면 문의해 주세요." -#: src/view/com/modals/AddAppPasswords.tsx:106 +#: src/view/com/modals/AddAppPasswords.tsx:107 msgid "This name is already in use" msgstr "이 이름은 이미 사용 중입니다" @@ -4595,15 +4622,15 @@ msgstr "이 프로필은 로그인한 사용자에게만 표시됩니다. 로그 msgid "This service has not provided terms of service or a privacy policy." msgstr "이 서비스는 서비스 이용약관이나 개인정보 처리방침을 제공하지 않습니다." -#: src/view/com/modals/ChangeHandle.tsx:446 +#: src/view/com/modals/ChangeHandle.tsx:445 msgid "This should create a domain record at:" msgstr "이 도메인에 레코드가 추가됩니다:" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:87 msgid "This user doesn't have any followers." msgstr "이 사용자는 팔로워가 없습니다." -#: src/components/moderation/ModerationDetailsDialog.tsx:73 +#: src/components/moderation/ModerationDetailsDialog.tsx:72 #: src/lib/moderation/useModerationCauseDescription.ts:68 msgid "This user has blocked you. You cannot view their content." msgstr "이 사용자는 나를 차단했습니다. 이 사용자의 콘텐츠를 볼 수 없습니다." @@ -4612,15 +4639,15 @@ msgstr "이 사용자는 나를 차단했습니다. 이 사용자의 콘텐츠 msgid "This user has requested that their content only be shown to signed-in users." msgstr "이 사용자는 자신의 콘텐츠가 로그인한 사용자에게만 표시되도록 요청했습니다." -#: src/components/moderation/ModerationDetailsDialog.tsx:56 +#: src/components/moderation/ModerationDetailsDialog.tsx:55 msgid "This user is included in the <0>{0}</0> list which you have blocked." msgstr "이 사용자는 내가 차단한 <0>{0}</0> 리스트에 포함되어 있습니다." -#: src/components/moderation/ModerationDetailsDialog.tsx:85 +#: src/components/moderation/ModerationDetailsDialog.tsx:84 msgid "This user is included in the <0>{0}</0> list which you have muted." msgstr "이 사용자는 내가 뮤트한 <0>{0}</0> 리스트에 포함되어 있습니다." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:87 msgid "This user isn't following anyone." msgstr "이 사용자는 아무도 팔로우하지 않았습니다." @@ -4628,7 +4655,7 @@ msgstr "이 사용자는 아무도 팔로우하지 않았습니다." msgid "This warning is only available for posts with media attached." msgstr "이 경고는 미디어가 첨부된 게시물에만 사용할 수 있습니다." -#: src/components/dialogs/MutedWords.tsx:284 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "뮤트한 단어에서 {0}이(가) 삭제됩니다. 나중에 언제든지 다시 추가할 수 있습니다." @@ -4653,7 +4680,7 @@ msgstr "스레드 설정" msgid "To whom would you like to send this report?" msgstr "이 신고를 누구에게 보내시겠습니까?" -#: src/components/dialogs/MutedWords.tsx:113 +#: src/components/dialogs/MutedWords.tsx:112 msgid "Toggle between muted word options." msgstr "뮤트한 단어 옵션 사이를 전환합니다." @@ -4665,7 +4692,7 @@ msgstr "드롭다운 열기 및 닫기" msgid "Toggle to enable or disable adult content" msgstr "성인 콘텐츠 활성화 또는 비활성화 전환" -#: src/view/com/modals/EditImage.tsx:271 +#: src/view/com/modals/EditImage.tsx:272 msgid "Transformations" msgstr "변형" @@ -4681,7 +4708,7 @@ msgctxt "action" msgid "Try again" msgstr "다시 시도" -#: src/view/com/modals/ChangeHandle.tsx:429 +#: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "유형:" @@ -4702,14 +4729,14 @@ msgstr "리스트 언뮤트" msgid "Unable to contact your service. Please check your Internet connection." msgstr "서비스에 연결할 수 없습니다. 인터넷 연결을 확인하세요." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:572 msgid "Unblock" msgstr "차단 해제" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 msgctxt "action" msgid "Unblock" msgstr "차단 해제" @@ -4719,13 +4746,13 @@ msgstr "차단 해제" msgid "Unblock Account" msgstr "계정 차단 해제" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:281 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "계정을 차단 해제하시겠습니까?" -#: src/view/com/modals/Repost.tsx:42 -#: src/view/com/modals/Repost.tsx:55 +#: src/view/com/modals/Repost.tsx:43 +#: src/view/com/modals/Repost.tsx:56 #: src/view/com/util/post-ctrls/RepostButton.tsx:60 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:48 msgid "Undo repost" @@ -4741,7 +4768,7 @@ msgctxt "action" msgid "Unfollow" msgstr "언팔로우" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 msgid "Unfollow {0}" msgstr "{0} 님을 언팔로우" @@ -4754,7 +4781,7 @@ msgstr "계정 언팔로우" msgid "Unlike" msgstr "좋아요 취소" -#: src/view/screens/ProfileFeed.tsx:572 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Unlike this feed" msgstr "이 피드 좋아요 취소" @@ -4781,12 +4808,12 @@ msgstr "모든 {tag} 게시물 언뮤트" msgid "Unmute thread" msgstr "스레드 언뮤트" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 #: src/view/screens/ProfileList.tsx:563 msgid "Unpin" msgstr "고정 해제" -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Unpin from home" msgstr "홈에서 고정 해제" @@ -4810,7 +4837,7 @@ msgstr "원치 않는 성적 콘텐츠" msgid "Update {displayName} in Lists" msgstr "리스트에서 {displayName} 업데이트" -#: src/view/com/modals/ChangeHandle.tsx:509 +#: src/view/com/modals/ChangeHandle.tsx:508 msgid "Update to {handle}" msgstr "{handle}로 변경" @@ -4818,7 +4845,7 @@ msgstr "{handle}로 변경" msgid "Updating..." msgstr "업데이트 중…" -#: src/view/com/modals/ChangeHandle.tsx:455 +#: src/view/com/modals/ChangeHandle.tsx:454 msgid "Upload a text file to:" msgstr "텍스트 파일 업로드 경로:" @@ -4841,7 +4868,7 @@ msgstr "파일에서 업로드" msgid "Upload from Library" msgstr "라이브러리에서 업로드" -#: src/view/com/modals/ChangeHandle.tsx:409 +#: src/view/com/modals/ChangeHandle.tsx:408 msgid "Use a file on your server" msgstr "서버에 있는 파일을 사용합니다" @@ -4849,11 +4876,11 @@ msgstr "서버에 있는 파일을 사용합니다" msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "앱 비밀번호를 사용하면 계정이나 비밀번호에 대한 전체 접근 권한을 제공하지 않고도 다른 Bluesky 클라이언트에 로그인할 수 있습니다." -#: src/view/com/modals/ChangeHandle.tsx:518 +#: src/view/com/modals/ChangeHandle.tsx:517 msgid "Use bsky.social as hosting provider" msgstr "호스팅 제공자로 bsky.social을 사용합니다" -#: src/view/com/modals/ChangeHandle.tsx:517 +#: src/view/com/modals/ChangeHandle.tsx:516 msgid "Use default provider" msgstr "기본 제공자 사용" @@ -4867,19 +4894,19 @@ msgstr "인앱 브라우저 사용" msgid "Use my default browser" msgstr "내 기본 브라우저 사용" -#: src/view/com/modals/ChangeHandle.tsx:401 +#: src/view/com/modals/ChangeHandle.tsx:400 msgid "Use the DNS panel" msgstr "DNS 패널을 사용합니다" -#: src/view/com/modals/AddAppPasswords.tsx:155 +#: src/view/com/modals/AddAppPasswords.tsx:156 msgid "Use this to sign into the other app along with your handle." msgstr "이 비밀번호와 핸들을 사용하여 다른 앱에 로그인하세요." -#: src/view/com/modals/InviteCodes.tsx:200 +#: src/view/com/modals/InviteCodes.tsx:201 msgid "Used by:" msgstr "사용 계정:" -#: src/components/moderation/ModerationDetailsDialog.tsx:65 +#: src/components/moderation/ModerationDetailsDialog.tsx:64 #: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked" msgstr "사용자 차단됨" @@ -4888,7 +4915,7 @@ msgstr "사용자 차단됨" msgid "User Blocked by \"{0}\"" msgstr " \"{0}\"에서 차단된 사용자" -#: src/components/moderation/ModerationDetailsDialog.tsx:54 +#: src/components/moderation/ModerationDetailsDialog.tsx:53 msgid "User Blocked by List" msgstr "리스트로 사용자 차단됨" @@ -4896,7 +4923,7 @@ msgstr "리스트로 사용자 차단됨" msgid "User Blocking You" msgstr "나를 차단한 사용자" -#: src/components/moderation/ModerationDetailsDialog.tsx:71 +#: src/components/moderation/ModerationDetailsDialog.tsx:70 msgid "User Blocks You" msgstr "나를 차단한 사용자" @@ -4915,11 +4942,11 @@ msgstr "<0/> 님의 사용자 리스트" msgid "User list by you" msgstr "내 사용자 리스트" -#: src/view/com/modals/CreateOrEditList.tsx:196 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "User list created" msgstr "사용자 리스트 생성됨" -#: src/view/com/modals/CreateOrEditList.tsx:182 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "User list updated" msgstr "사용자 리스트 업데이트됨" @@ -4947,11 +4974,11 @@ msgstr "\"{0}\"에 있는 사용자" msgid "Users that have liked this content or profile" msgstr "이 콘텐츠 또는 프로필을 좋아하는 사용자" -#: src/view/com/modals/ChangeHandle.tsx:437 +#: src/view/com/modals/ChangeHandle.tsx:436 msgid "Value:" msgstr "값:" -#: src/view/com/modals/ChangeHandle.tsx:510 +#: src/view/com/modals/ChangeHandle.tsx:509 msgid "Verify {0}" msgstr "{0} 확인" @@ -4984,7 +5011,7 @@ msgstr "버전 {0}" msgid "Video Games" msgstr "비디오 게임" -#: src/screens/Profile/Header/Shell.tsx:110 +#: src/screens/Profile/Header/Shell.tsx:107 msgid "View {0}'s avatar" msgstr "{0} 님의 아바타를 봅니다" @@ -5020,12 +5047,12 @@ msgstr "아바타 보기" msgid "View the labeling service provided by @{0}" msgstr "{0} 님이 제공하는 라벨링 서비스 보기" -#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileFeed.tsx:585 msgid "View users who like this feed" msgstr "이 피드를 좋아하는 사용자 보기" -#: src/view/com/modals/LinkWarning.tsx:75 -#: src/view/com/modals/LinkWarning.tsx:77 +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" msgstr "사이트 방문" @@ -5045,10 +5072,10 @@ msgid "Warn content and filter from feeds" msgstr "콘텐츠 경고 및 피드에서 필터링" #: src/screens/Onboarding/StepAlgoFeeds/index.tsx:140 -msgid "We also think you'll like \"For You\" by Skygaze:" -msgstr "Skygaze의 \"For You\"를 사용해 볼 수도 있습니다:" +#~ msgid "We also think you'll like \"For You\" by Skygaze:" +#~ msgstr "Skygaze의 \"For You\"를 사용해 볼 수도 있습니다:" -#: src/screens/Hashtag.tsx:132 +#: src/screens/Hashtag.tsx:133 msgid "We couldn't find any results for that hashtag." msgstr "해당 해시태그에 대한 결과를 찾을 수 없습니다." @@ -5056,7 +5083,7 @@ msgstr "해당 해시태그에 대한 결과를 찾을 수 없습니다." msgid "We estimate {estimatedTime} until your account is ready." msgstr "계정이 준비될 때까지 {estimatedTime}이(가) 걸릴 것으로 예상됩니다." -#: src/screens/Onboarding/StepFinished.tsx:94 +#: src/screens/Onboarding/StepFinished.tsx:97 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "즐거운 시간 되시기 바랍니다. Bluesky의 다음 특징을 기억하세요:" @@ -5064,11 +5091,11 @@ msgstr "즐거운 시간 되시기 바랍니다. Bluesky의 다음 특징을 기 msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "팔로우한 사용자의 게시물이 부족합니다. 대신 <0/>의 최신 게시물을 표시합니다." -#: src/components/dialogs/MutedWords.tsx:204 +#: src/components/dialogs/MutedWords.tsx:203 msgid "We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "게시물이 표시되지 않을 수 있으므로 많은 게시물에 자주 등장하는 단어는 피하는 것이 좋습니다." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:130 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:125 msgid "We recommend our \"Discover\" feed:" msgstr "\"Discover\" 피드를 권장합니다:" @@ -5100,7 +5127,7 @@ msgstr "함께하게 되어 정말 기뻐요!" msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "죄송하지만 이 리스트를 불러올 수 없습니다. 이 문제가 계속되면 리스트 작성자인 @{handleOrDid}에게 문의하세요." -#: src/components/dialogs/MutedWords.tsx:230 +#: src/components/dialogs/MutedWords.tsx:229 msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "죄송하지만 현재 뮤트한 단어를 불러올 수 없습니다. 다시 시도해 주세요." @@ -5108,12 +5135,12 @@ msgstr "죄송하지만 현재 뮤트한 단어를 불러올 수 없습니다. msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "죄송하지만 검색을 완료할 수 없습니다. 몇 분 후에 다시 시도해 주세요." -#: src/components/Lists.tsx:194 +#: src/components/Lists.tsx:188 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "죄송합니다. 페이지를 찾을 수 없습니다." -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:321 msgid "We're sorry! You can only subscribe to ten labelers, and you've reached your limit of ten." msgstr "죄송합니다. 라벨러는 10개까지만 구독할 수 있으며 10개에 도달했습니다." @@ -5164,7 +5191,7 @@ msgstr "이 게시물을 검토해야 하는 이유는 무엇인가요?" msgid "Why should this user be reviewed?" msgstr "이 사용자를 검토해야 하는 이유는 무엇인가요?" -#: src/view/com/modals/crop-image/CropImage.web.tsx:102 +#: src/view/com/modals/crop-image/CropImage.web.tsx:103 msgid "Wide" msgstr "가로" @@ -5195,7 +5222,7 @@ msgstr "예" msgid "You are in line." msgstr "대기 중입니다." -#: src/view/com/profile/ProfileFollows.tsx:93 +#: src/view/com/profile/ProfileFollows.tsx:86 msgid "You are not following anyone." msgstr "아무도 팔로우하지 않았습니다." @@ -5213,11 +5240,11 @@ msgstr "이 설정은 나중에 변경할 수 있습니다." msgid "You can now sign in with your new password." msgstr "이제 새 비밀번호로 로그인할 수 있습니다." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:86 msgid "You do not have any followers." msgstr "팔로워가 없습니다." -#: src/view/com/modals/InviteCodes.tsx:66 +#: src/view/com/modals/InviteCodes.tsx:67 msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer." msgstr "아직 초대 코드가 없습니다! Bluesky를 좀 더 오래 사용하신 후에 보내드리겠습니다." @@ -5237,7 +5264,7 @@ msgstr "저장된 피드가 없습니다." msgid "You have blocked the author or you have been blocked by the author." msgstr "작성자를 차단했거나 작성자가 나를 차단했습니다." -#: src/components/moderation/ModerationDetailsDialog.tsx:67 +#: src/components/moderation/ModerationDetailsDialog.tsx:66 #: src/lib/moderation/useModerationCauseDescription.ts:50 #: src/lib/moderation/useModerationCauseDescription.ts:58 msgid "You have blocked this user. You cannot view their content." @@ -5254,11 +5281,11 @@ msgstr "잘못된 코드를 입력했습니다. XXXXX-XXXXX와 같은 형식이 msgid "You have hidden this post" msgstr "내가 이 게시물을 숨겼습니다" -#: src/components/moderation/ModerationDetailsDialog.tsx:102 +#: src/components/moderation/ModerationDetailsDialog.tsx:101 msgid "You have hidden this post." msgstr "내가 이 게시물을 숨겼습니다." -#: src/components/moderation/ModerationDetailsDialog.tsx:95 +#: src/components/moderation/ModerationDetailsDialog.tsx:94 #: src/lib/moderation/useModerationCauseDescription.ts:92 msgid "You have muted this account." msgstr "내가 이 계정을 뮤트했습니다." @@ -5288,11 +5315,11 @@ msgstr "아직 앱 비밀번호를 생성하지 않았습니다. 아래 버튼 msgid "You have not muted any accounts yet. To mute an account, go to their profile and select \"Mute account\" from the menu on their account." msgstr "아직 어떤 계정도 뮤트하지 않았습니다. 계정을 뮤트하려면 해당 계정의 프로필로 이동하여 계정 메뉴에서 \"계정 뮤트\"를 선택하세요." -#: src/components/dialogs/MutedWords.tsx:250 +#: src/components/dialogs/MutedWords.tsx:249 msgid "You haven't muted any words or tags yet" msgstr "아직 어떤 단어나 태그도 뮤트하지 않았습니다" -#: src/components/moderation/LabelsOnMeDialog.tsx:69 +#: src/components/moderation/LabelsOnMeDialog.tsx:68 msgid "You may appeal these labels if you feel they were placed in error." msgstr "이 라벨이 잘못 지정되었다고 생각되면 이의신청할 수 있습니다." @@ -5330,11 +5357,11 @@ msgstr "직접 제어하세요" msgid "You're in line" msgstr "대기 중입니다" -#: src/screens/Onboarding/StepFinished.tsx:91 +#: src/screens/Onboarding/StepFinished.tsx:94 msgid "You're ready to go!" msgstr "준비가 끝났습니다!" -#: src/components/moderation/ModerationDetailsDialog.tsx:99 +#: src/components/moderation/ModerationDetailsDialog.tsx:98 #: src/lib/moderation/useModerationCauseDescription.ts:101 msgid "You've chosen to hide a word or tag within this post." msgstr "이 글에서 단어 또는 태그를 숨기도록 설정했습니다." @@ -5389,11 +5416,11 @@ msgstr "팔로우 중 피드가 비어 있습니다! 더 많은 사용자를 팔 msgid "Your full handle will be" msgstr "내 전체 핸들:" -#: src/view/com/modals/ChangeHandle.tsx:270 +#: src/view/com/modals/ChangeHandle.tsx:271 msgid "Your full handle will be <0>@{0}</0>" msgstr "내 전체 핸들: <0>@{0}</0>" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "뮤트한 단어" @@ -5405,13 +5432,12 @@ msgstr "비밀번호를 성공적으로 변경했습니다." msgid "Your post has been published" msgstr "게시물을 게시했습니다" -#: src/screens/Onboarding/StepFinished.tsx:106 +#: src/screens/Onboarding/StepFinished.tsx:109 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:61 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "게시물, 좋아요, 차단 목록은 공개됩니다. 뮤트 목록은 공개되지 않습니다." -#: src/view/com/modals/SwitchAccount.tsx:89 #: src/view/screens/Settings/index.tsx:125 msgid "Your profile" msgstr "내 프로필" diff --git a/src/locale/locales/pt-BR/messages.po b/src/locale/locales/pt-BR/messages.po index 98c678914..6fcc18894 100644 --- a/src/locale/locales/pt-BR/messages.po +++ b/src/locale/locales/pt-BR/messages.po @@ -17,7 +17,7 @@ msgstr "" msgid "(no email)" msgstr "(sem email)" -#: src/screens/Profile/Header/Metrics.tsx:45 +#: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} seguindo" @@ -33,7 +33,7 @@ msgstr "<0/> membros" msgid "<0>{0}</0> following" msgstr "<0>{0}</0> seguindo" -#: src/screens/Profile/Header/Metrics.tsx:46 +#: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} </0><1>following</1>" msgstr "<0>{following} </0><1>seguindo</1>" @@ -62,7 +62,7 @@ msgstr "⚠Usuário Inválido" #~ msgstr "Uma nova versão do aplicativo está disponível. Por favor, atualize para continuar usando o aplicativo." #: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:648 +#: src/view/screens/Search/Search.tsx:649 msgid "Access navigation links and settings" msgstr "Acessar links de navegação e configurações" @@ -70,7 +70,7 @@ msgstr "Acessar links de navegação e configurações" msgid "Access profile and other navigation links" msgstr "Acessar perfil e outros links de navegação" -#: src/view/com/modals/EditImage.tsx:299 +#: src/view/com/modals/EditImage.tsx:300 #: src/view/screens/Settings/index.tsx:470 msgid "Accessibility" msgstr "Acessibilidade" @@ -79,7 +79,7 @@ msgstr "Acessibilidade" msgid "account" msgstr "conta" -#: src/view/com/auth/login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:144 #: src/view/screens/Settings/index.tsx:327 #: src/view/screens/Settings/index.tsx:743 msgid "Account" @@ -97,12 +97,12 @@ msgstr "Você está seguindo esta conta" msgid "Account muted" msgstr "Conta silenciada" -#: src/components/moderation/ModerationDetailsDialog.tsx:94 +#: src/components/moderation/ModerationDetailsDialog.tsx:93 #: src/lib/moderation/useModerationCauseDescription.ts:91 msgid "Account Muted" msgstr "Conta Silenciada" -#: src/components/moderation/ModerationDetailsDialog.tsx:83 +#: src/components/moderation/ModerationDetailsDialog.tsx:82 msgid "Account Muted by List" msgstr "Conta Silenciada por Lista" @@ -114,7 +114,7 @@ msgstr "Configurações da conta" msgid "Account removed from quick access" msgstr "Conta removida do acesso rápido" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:130 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "Conta desbloqueada" @@ -127,7 +127,7 @@ msgstr "Você não segue mais esta conta" msgid "Account unmuted" msgstr "Conta dessilenciada" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:219 @@ -143,6 +143,7 @@ msgstr "Adicionar um aviso de conteúdo" msgid "Add a user to this list" msgstr "Adicionar um usuário a esta lista" +#: src/components/dialogs/SwitchAccount.tsx:55 #: src/view/screens/Settings/index.tsx:402 #: src/view/screens/Settings/index.tsx:411 msgid "Add account" @@ -150,7 +151,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:116 +#: src/view/com/modals/AltImage.tsx:117 msgid "Add alt text" msgstr "Adicionar texto alternativo" @@ -169,23 +170,23 @@ msgstr "Adicionar Senha de Aplicativo" #~ msgid "Add details to report" #~ msgstr "Adicionar detalhes à denúncia" -#: src/view/com/composer/Composer.tsx:466 +#: src/view/com/composer/Composer.tsx:467 msgid "Add link card" msgstr "Adicionar prévia de link" -#: src/view/com/composer/Composer.tsx:471 +#: src/view/com/composer/Composer.tsx:472 msgid "Add link card:" msgstr "Adicionar prévia de link:" -#: src/components/dialogs/MutedWords.tsx:158 +#: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" msgstr "Adicionar palavra silenciada para as configurações selecionadas" -#: src/components/dialogs/MutedWords.tsx:87 +#: src/components/dialogs/MutedWords.tsx:86 msgid "Add muted words and tags" msgstr "Adicionar palavras/tags silenciadas" -#: src/view/com/modals/ChangeHandle.tsx:417 +#: src/view/com/modals/ChangeHandle.tsx:416 msgid "Add the following DNS record to your domain:" msgstr "Adicione o seguinte registro DNS ao seu domínio:" @@ -215,6 +216,7 @@ msgstr "Adicionado aos meus feeds" msgid "Adjust the number of likes a reply must have to be shown in your feed." msgstr "Ajuste o número de curtidas para que uma resposta apareça no seu feed." +#: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:117 #: src/view/com/modals/SelfLabel.tsx:75 msgid "Adult Content" @@ -224,11 +226,11 @@ 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/components/moderation/ModerationLabelPref.tsx:114 +#: src/components/moderation/LabelPreference.tsx:242 msgid "Adult content is disabled." msgstr "O conteúdo adulto está desabilitado." -#: src/screens/Moderation/index.tsx:377 +#: src/screens/Moderation/index.tsx:375 #: src/view/screens/Settings/index.tsx:684 msgid "Advanced" msgstr "Avançado" @@ -237,12 +239,12 @@ msgstr "Avançado" msgid "All the feeds you've saved, right in one place." msgstr "Todos os feeds que você salvou, em um único lugar." -#: src/view/com/auth/login/ForgotPasswordForm.tsx:221 +#: src/screens/Login/ForgotPasswordForm.tsx:178 #: src/view/com/modals/ChangePassword.tsx:170 msgid "Already have a code?" msgstr "Já tem um código?" -#: src/view/com/auth/login/ChooseAccountForm.tsx:103 +#: src/screens/Login/ChooseAccountForm.tsx:39 msgid "Already signed in as @{0}" msgstr "Já autenticado como @{0}" @@ -250,7 +252,7 @@ msgstr "Já autenticado como @{0}" msgid "ALT" msgstr "ALT" -#: src/view/com/modals/EditImage.tsx:315 +#: src/view/com/modals/EditImage.tsx:316 msgid "Alt text" msgstr "Texto alternativo" @@ -298,11 +300,11 @@ msgstr "Idioma do aplicativo" msgid "App password deleted" msgstr "Senha de Aplicativo excluída" -#: src/view/com/modals/AddAppPasswords.tsx:134 +#: src/view/com/modals/AddAppPasswords.tsx:135 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "O nome da Senha de Aplicativo só pode conter letras, números, traços e sublinhados." -#: src/view/com/modals/AddAppPasswords.tsx:99 +#: src/view/com/modals/AddAppPasswords.tsx:100 msgid "App Password names must be at least 4 characters long." msgstr "O nome da Senha de Aplicativo precisa ter no mínimo 4 caracteres." @@ -320,12 +322,12 @@ msgstr "Configurações de Senha de Aplicativo" msgid "App Passwords" msgstr "Senhas de Aplicativos" -#: src/components/moderation/LabelsOnMeDialog.tsx:134 -#: src/components/moderation/LabelsOnMeDialog.tsx:137 +#: src/components/moderation/LabelsOnMeDialog.tsx:133 +#: src/components/moderation/LabelsOnMeDialog.tsx:136 msgid "Appeal" msgstr "Contestar" -#: src/components/moderation/LabelsOnMeDialog.tsx:202 +#: src/components/moderation/LabelsOnMeDialog.tsx:201 msgid "Appeal \"{0}\" label" msgstr "Contestar rótulo \"{0}\"" @@ -338,7 +340,7 @@ msgstr "Contestar rótulo \"{0}\"" #~ msgid "Appeal Content Warning" #~ msgstr "Contestar aviso de conteúdo" -#: src/components/moderation/LabelsOnMeDialog.tsx:193 +#: src/components/moderation/LabelsOnMeDialog.tsx:192 msgid "Appeal submitted." msgstr "Contestação enviada." @@ -362,11 +364,11 @@ msgstr "Tem certeza de que deseja excluir a senha do aplicativo \"{name}\"?" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "Tem certeza que deseja remover {0} dos seus feeds?" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:509 msgid "Are you sure you'd like to discard this draft?" msgstr "Tem certeza que deseja descartar este rascunho?" -#: src/components/dialogs/MutedWords.tsx:282 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "Tem certeza?" @@ -386,14 +388,22 @@ msgstr "Arte" msgid "Artistic or non-erotic nudity." msgstr "Nudez artística ou não erótica." +#: src/screens/Signup/StepHandle.tsx:118 +msgid "At least 3 characters" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:246 #: src/components/moderation/LabelsOnMeDialog.tsx:247 -#: src/components/moderation/LabelsOnMeDialog.tsx:248 -#: src/screens/Profile/Header/Shell.tsx:97 -#: src/view/com/auth/create/CreateAccount.tsx:158 -#: src/view/com/auth/login/ChooseAccountForm.tsx:160 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:174 -#: src/view/com/auth/login/LoginForm.tsx:262 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:179 +#: src/screens/Login/ChooseAccountForm.tsx:73 +#: src/screens/Login/ChooseAccountForm.tsx:78 +#: src/screens/Login/ForgotPasswordForm.tsx:129 +#: src/screens/Login/ForgotPasswordForm.tsx:135 +#: src/screens/Login/LoginForm.tsx:221 +#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/SetNewPasswordForm.tsx:160 +#: src/screens/Login/SetNewPasswordForm.tsx:166 +#: src/screens/Profile/Header/Shell.tsx:96 +#: src/screens/Signup/index.tsx:179 #: src/view/com/util/ViewHeader.tsx:87 msgid "Back" msgstr "Voltar" @@ -403,7 +413,7 @@ msgstr "Voltar" #~ msgid "Back" #~ msgstr "Voltar" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:144 msgid "Based on your interest in {interestsText}" msgstr "Com base no seu interesse em {interestsText}" @@ -412,7 +422,6 @@ msgid "Basics" msgstr "Básicos" #: src/components/dialogs/BirthDateSettings.tsx:107 -#: src/view/com/auth/create/Step1.tsx:227 msgid "Birthday" msgstr "Aniversário" @@ -420,7 +429,7 @@ msgstr "Aniversário" msgid "Birthday:" msgstr "Aniversário:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "Bloquear" @@ -456,7 +465,7 @@ msgstr "Bloquear estas contas?" msgid "Blocked" msgstr "Bloqueado" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:267 msgid "Blocked accounts" msgstr "Contas bloqueadas" @@ -477,7 +486,7 @@ msgstr "Contas bloqueadas não podem te responder, mencionar ou interagir com vo msgid "Blocked post." msgstr "Post bloqueado." -#: src/screens/Profile/Sections/Labels.tsx:153 +#: src/screens/Profile/Sections/Labels.tsx:152 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Bloquear não previne este rotulador de rotular a sua conta." @@ -489,18 +498,18 @@ msgstr "Bloqueios são públicos. Contas bloqueadas não podem te responder, men msgid "Blocking will not prevent labels from being applied on your account, but it will stop this account from replying in your threads or interacting with you." msgstr "Bloquear não previne rótulos de serem aplicados na sua conta, mas vai impedir esta conta de interagir com você." -#: src/view/com/auth/HomeLoggedOutCTA.tsx:97 -#: src/view/com/auth/SplashScreen.web.tsx:133 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:98 +#: src/view/com/auth/SplashScreen.web.tsx:169 msgid "Blog" msgstr "Blog" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:31 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:32 #: src/view/com/auth/server-input/index.tsx:89 -#: src/view/com/auth/server-input/index.tsx:90 +#: src/view/com/auth/server-input/index.tsx:91 msgid "Bluesky" msgstr "Bluesky" -#: src/view/com/auth/server-input/index.tsx:150 +#: src/view/com/auth/server-input/index.tsx:154 msgid "Bluesky is an open network where you can choose your hosting provider. Custom hosting is now available in beta for developers." msgstr "Bluesky é uma rede aberta que permite a escolha do seu provedor de hospedagem. Desenvolvedores já conseguem utilizar a versão beta de hospedagem própria." @@ -523,7 +532,7 @@ msgstr "Bluesky é público." #~ msgid "Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon." #~ msgstr "O Bluesky usa convites para criar uma comunidade mais saudável. Se você não conhece ninguém que tenha um convite, inscreva-se na lista de espera e em breve enviaremos um para você." -#: src/screens/Moderation/index.tsx:535 +#: src/screens/Moderation/index.tsx:533 msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private." msgstr "O Bluesky não mostrará seu perfil e publicações para usuários desconectados. Outros aplicativos podem não honrar esta solicitação. Isso não torna a sua conta privada." @@ -540,11 +549,11 @@ msgid "Books" msgstr "Livros" #: src/view/screens/Settings/index.tsx:893 -msgid "Build version {0} {1}" -msgstr "Versão {0} {1}" +#~ msgid "Build version {0} {1}" +#~ msgstr "Versão {0} {1}" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:128 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:92 +#: src/view/com/auth/SplashScreen.web.tsx:166 msgid "Business" msgstr "Empresarial" @@ -564,7 +573,7 @@ msgstr "Por {0}" msgid "by <0/>" msgstr "por <0/>" -#: src/view/com/auth/create/Policies.tsx:87 +#: src/screens/Signup/StepInfo/Policies.tsx:74 msgid "By creating an account you agree to the {els}." msgstr "Ao criar uma conta, você concorda com os {els}." @@ -576,62 +585,62 @@ msgstr "por você" msgid "Camera" msgstr "Câmera" -#: src/view/com/modals/AddAppPasswords.tsx:216 +#: src/view/com/modals/AddAppPasswords.tsx:217 msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long." msgstr "Só pode conter letras, números, espaços, traços e sublinhados. Deve ter pelo menos 4 caracteres, mas não mais de 32 caracteres." #: src/components/Menu/index.tsx:213 -#: src/components/Prompt.tsx:116 -#: src/components/Prompt.tsx:118 +#: src/components/Prompt.tsx:113 +#: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:316 -#: src/view/com/composer/Composer.tsx:321 +#: src/view/com/composer/Composer.tsx:317 +#: src/view/com/composer/Composer.tsx:322 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/ChangeHandle.tsx:153 +#: src/view/com/modals/ChangeHandle.tsx:154 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 -#: src/view/com/modals/CreateOrEditList.tsx:355 -#: src/view/com/modals/crop-image/CropImage.web.tsx:137 -#: src/view/com/modals/EditImage.tsx:323 -#: src/view/com/modals/EditProfile.tsx:249 +#: src/view/com/modals/CreateOrEditList.tsx:356 +#: src/view/com/modals/crop-image/CropImage.web.tsx:138 +#: src/view/com/modals/EditImage.tsx:324 +#: src/view/com/modals/EditProfile.tsx:250 #: src/view/com/modals/InAppBrowserConsent.tsx:78 #: src/view/com/modals/InAppBrowserConsent.tsx:80 -#: src/view/com/modals/LinkWarning.tsx:87 -#: src/view/com/modals/LinkWarning.tsx:89 -#: src/view/com/modals/Repost.tsx:87 +#: src/view/com/modals/LinkWarning.tsx:105 +#: src/view/com/modals/LinkWarning.tsx:107 +#: src/view/com/modals/Repost.tsx:88 #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:717 +#: src/view/screens/Search/Search.tsx:718 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "Cancelar" -#: src/view/com/modals/CreateOrEditList.tsx:360 -#: src/view/com/modals/DeleteAccount.tsx:156 -#: src/view/com/modals/DeleteAccount.tsx:234 +#: src/view/com/modals/CreateOrEditList.tsx:361 +#: src/view/com/modals/DeleteAccount.tsx:155 +#: src/view/com/modals/DeleteAccount.tsx:233 msgctxt "action" msgid "Cancel" msgstr "Cancelar" -#: src/view/com/modals/DeleteAccount.tsx:152 -#: src/view/com/modals/DeleteAccount.tsx:230 +#: src/view/com/modals/DeleteAccount.tsx:151 +#: src/view/com/modals/DeleteAccount.tsx:229 msgid "Cancel account deletion" msgstr "Cancelar exclusão da conta" -#: src/view/com/modals/ChangeHandle.tsx:149 +#: src/view/com/modals/ChangeHandle.tsx:150 msgid "Cancel change handle" msgstr "Cancelar alteração de usuário" -#: src/view/com/modals/crop-image/CropImage.web.tsx:134 +#: src/view/com/modals/crop-image/CropImage.web.tsx:135 msgid "Cancel image crop" msgstr "Cancelar corte da imagem" -#: src/view/com/modals/EditProfile.tsx:244 +#: src/view/com/modals/EditProfile.tsx:245 msgid "Cancel profile editing" msgstr "Cancelar edição do perfil" -#: src/view/com/modals/Repost.tsx:78 +#: src/view/com/modals/Repost.tsx:79 msgid "Cancel quote post" msgstr "Cancelar citação" @@ -644,7 +653,7 @@ msgstr "Cancelar busca" #~ msgid "Cancel waitlist signup" #~ msgstr "Cancelar inscrição na lista de espera" -#: src/view/com/modals/LinkWarning.tsx:88 +#: src/view/com/modals/LinkWarning.tsx:106 msgid "Cancels opening the linked website" msgstr "Cancela a abertura do link" @@ -661,7 +670,7 @@ msgstr "Alterar" msgid "Change handle" msgstr "Alterar usuário" -#: src/view/com/modals/ChangeHandle.tsx:161 +#: src/view/com/modals/ChangeHandle.tsx:162 #: src/view/screens/Settings/index.tsx:727 msgid "Change Handle" msgstr "Alterar Usuário" @@ -704,7 +713,7 @@ msgstr "Confira alguns feeds recomendados. Toque em + para adicioná-los à sua msgid "Check out some recommended users. Follow them to see similar users." msgstr "Confira alguns usuários recomendados. Siga-os para ver usuários semelhantes." -#: src/view/com/modals/DeleteAccount.tsx:169 +#: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Verifique em sua caixa de entrada um e-mail com o código de confirmação abaixo:" @@ -720,7 +729,7 @@ msgstr "Escolha \"Todos\" ou \"Ninguém\"" msgid "Choose Service" msgstr "Escolher Serviço" -#: src/screens/Onboarding/StepFinished.tsx:135 +#: src/screens/Onboarding/StepFinished.tsx:139 msgid "Choose the algorithms that power your custom feeds." msgstr "Escolha os algoritmos que geram seus feeds customizados." @@ -729,11 +738,11 @@ msgstr "Escolha os algoritmos que geram seus feeds customizados." 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/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:104 msgid "Choose your main feeds" msgstr "Escolha seus feeds principais" -#: src/view/com/auth/create/Step1.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:112 msgid "Choose your password" msgstr "Escolha sua senha" @@ -754,7 +763,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:88 -#: src/view/screens/Search/Search.tsx:698 +#: src/view/screens/Search/Search.tsx:699 msgid "Clear search query" msgstr "Limpar busca" @@ -774,7 +783,7 @@ msgstr "clique aqui" msgid "Click here to open tag menu for {tag}" msgstr "Clique aqui para abrir o menu da tag {tag}" -#: src/components/RichText.tsx:191 +#: src/components/RichText.tsx:192 msgid "Click here to open tag menu for #{tag}" msgstr "Clique aqui para abrir o menu da tag #{tag}" @@ -787,12 +796,12 @@ msgstr "Clima e tempo" msgid "Close" msgstr "Fechar" -#: src/components/Dialog/index.web.tsx:84 -#: src/components/Dialog/index.web.tsx:198 +#: src/components/Dialog/index.web.tsx:106 +#: src/components/Dialog/index.web.tsx:218 msgid "Close active dialog" msgstr "Fechar janela ativa" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:38 +#: src/screens/Login/PasswordUpdatedForm.tsx:38 msgid "Close alert" msgstr "Fechar alerta" @@ -821,11 +830,11 @@ msgstr "Fechar esta janela" msgid "Closes bottom navigation bar" msgstr "Fecha barra de navegação inferior" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:39 +#: src/screens/Login/PasswordUpdatedForm.tsx:39 msgid "Closes password update alert" msgstr "Fecha alerta de troca de senha" -#: src/view/com/composer/Composer.tsx:318 +#: src/view/com/composer/Composer.tsx:319 msgid "Closes post composer and discards post draft" msgstr "Fecha o editor de post e descarta o rascunho" @@ -850,15 +859,15 @@ msgstr "Quadrinhos" msgid "Community Guidelines" msgstr "Diretrizes da Comunidade" -#: src/screens/Onboarding/StepFinished.tsx:148 +#: src/screens/Onboarding/StepFinished.tsx:152 msgid "Complete onboarding and start using your account" msgstr "Completar e começar a usar sua conta" -#: src/view/com/auth/create/Step3.tsx:73 +#: src/screens/Signup/index.tsx:154 msgid "Complete the challenge" msgstr "Complete o captcha" -#: src/view/com/composer/Composer.tsx:437 +#: src/view/com/composer/Composer.tsx:438 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Escreva posts de até {MAX_GRAPHEME_LENGTH} caracteres" @@ -866,18 +875,20 @@ msgstr "Escreva posts de até {MAX_GRAPHEME_LENGTH} caracteres" msgid "Compose reply" msgstr "Escrever resposta" -#: src/components/moderation/GlobalModerationLabelPref.tsx:69 -#: src/components/moderation/ModerationLabelPref.tsx:149 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 msgid "Configure content filtering setting for category: {0}" msgstr "Configure o filtro de conteúdo por categoria: {0}" -#: src/components/moderation/ModerationLabelPref.tsx:116 +#: src/components/moderation/LabelPreference.tsx:81 +msgid "Configure content filtering setting for category: {name}" +msgstr "" + +#: src/components/moderation/LabelPreference.tsx:244 msgid "Configured in <0>moderation settings</0>." msgstr "Configure no <0>painel de moderação</0>." -#: src/components/Prompt.tsx:152 -#: src/components/Prompt.tsx:155 +#: src/components/Prompt.tsx:153 +#: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 #: src/view/com/modals/VerifyEmail.tsx:231 #: src/view/com/modals/VerifyEmail.tsx:233 @@ -897,11 +908,11 @@ msgstr "Confirmar" msgid "Confirm Change" msgstr "Confirmar Alterações" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:35 msgid "Confirm content language settings" msgstr "Confirmar configurações de idioma de conteúdo" -#: src/view/com/modals/DeleteAccount.tsx:220 +#: src/view/com/modals/DeleteAccount.tsx:219 msgid "Confirm delete account" msgstr "Confirmar a exclusão da conta" @@ -909,17 +920,17 @@ msgstr "Confirmar a exclusão da conta" #~ msgid "Confirm your age to enable adult content." #~ msgstr "Confirme sua idade para habilitar conteúdo adulto." -#: src/screens/Moderation/index.tsx:303 +#: src/screens/Moderation/index.tsx:301 msgid "Confirm your age:" msgstr "Confirme sua idade:" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:292 msgid "Confirm your birthdate" msgstr "Confirme sua data de nascimento" #: src/view/com/modals/ChangeEmail.tsx:157 -#: src/view/com/modals/DeleteAccount.tsx:176 -#: src/view/com/modals/DeleteAccount.tsx:182 +#: src/view/com/modals/DeleteAccount.tsx:175 +#: src/view/com/modals/DeleteAccount.tsx:181 #: src/view/com/modals/VerifyEmail.tsx:165 msgid "Confirmation code" msgstr "Código de confirmação" @@ -928,12 +939,11 @@ 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:193 -#: src/view/com/auth/login/LoginForm.tsx:281 +#: src/screens/Login/LoginForm.tsx:248 msgid "Connecting..." msgstr "Conectando..." -#: src/view/com/auth/create/CreateAccount.tsx:213 +#: src/screens/Signup/index.tsx:219 msgid "Contact support" msgstr "Contatar suporte" @@ -953,7 +963,7 @@ msgstr "Conteúdo bloqueado" #~ msgid "Content Filtering" #~ msgstr "Filtragem do Conteúdo" -#: src/screens/Moderation/index.tsx:287 +#: src/screens/Moderation/index.tsx:285 msgid "Content filters" msgstr "Filtros de conteúdo" @@ -962,13 +972,13 @@ msgstr "Filtros de conteúdo" msgid "Content Languages" msgstr "Idiomas do Conteúdo" -#: src/components/moderation/ModerationDetailsDialog.tsx:76 +#: src/components/moderation/ModerationDetailsDialog.tsx:75 #: src/lib/moderation/useModerationCauseDescription.ts:75 msgid "Content Not Available" msgstr "Conteúdo Indisponível" -#: src/components/moderation/ModerationDetailsDialog.tsx:47 -#: src/components/moderation/ScreenHider.tsx:100 +#: src/components/moderation/ModerationDetailsDialog.tsx:46 +#: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 #: src/lib/moderation/useModerationCauseDescription.ts:38 msgid "Content Warning" @@ -982,29 +992,34 @@ msgstr "Avisos de conteúdo" msgid "Context menu backdrop, click to close the menu." msgstr "Fundo do menu, clique para fechá-lo." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:170 -#: src/screens/Onboarding/StepFollowingFeed.tsx:153 -#: src/screens/Onboarding/StepInterests/index.tsx:248 -#: src/screens/Onboarding/StepModeration/index.tsx:102 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:114 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:161 +#: src/screens/Onboarding/StepFollowingFeed.tsx:154 +#: src/screens/Onboarding/StepInterests/index.tsx:252 +#: src/screens/Onboarding/StepModeration/index.tsx:103 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:118 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:96 msgid "Continue" msgstr "Continuar" -#: src/screens/Onboarding/StepFollowingFeed.tsx:150 -#: src/screens/Onboarding/StepInterests/index.tsx:245 -#: src/screens/Onboarding/StepModeration/index.tsx:99 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:111 +#: src/components/AccountList.tsx:108 +msgid "Continue as {0} (currently signed in)" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:151 +#: src/screens/Onboarding/StepInterests/index.tsx:249 +#: src/screens/Onboarding/StepModeration/index.tsx:100 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:115 +#: src/screens/Signup/index.tsx:198 msgid "Continue to next step" msgstr "Continuar para o próximo passo" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:167 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:158 msgid "Continue to the next step" msgstr "Continuar para o próximo passo" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:199 msgid "Continue to the next step without following any accounts" msgstr "Continuar para o próximo passo sem seguir contas" @@ -1012,8 +1027,8 @@ msgstr "Continuar para o próximo passo sem seguir contas" msgid "Cooking" msgstr "Culinária" -#: src/view/com/modals/AddAppPasswords.tsx:195 -#: src/view/com/modals/InviteCodes.tsx:182 +#: src/view/com/modals/AddAppPasswords.tsx:196 +#: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "Copiado" @@ -1021,22 +1036,22 @@ msgstr "Copiado" msgid "Copied build version to clipboard" msgstr "Versão do aplicativo copiada" -#: src/view/com/modals/AddAppPasswords.tsx:76 -#: src/view/com/modals/ChangeHandle.tsx:327 -#: src/view/com/modals/InviteCodes.tsx:152 +#: src/view/com/modals/AddAppPasswords.tsx:77 +#: src/view/com/modals/ChangeHandle.tsx:326 +#: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:158 msgid "Copied to clipboard" msgstr "Copiado" -#: src/view/com/modals/AddAppPasswords.tsx:189 +#: src/view/com/modals/AddAppPasswords.tsx:190 msgid "Copies app password" msgstr "Copia senha de aplicativo" -#: src/view/com/modals/AddAppPasswords.tsx:188 +#: src/view/com/modals/AddAppPasswords.tsx:189 msgid "Copy" msgstr "Copiar" -#: src/view/com/modals/ChangeHandle.tsx:481 +#: src/view/com/modals/ChangeHandle.tsx:480 msgid "Copy {0}" msgstr "Copiar {0}" @@ -1063,7 +1078,7 @@ msgstr "Copiar texto do post" msgid "Copyright Policy" msgstr "Política de Direitos Autorais" -#: src/view/screens/ProfileFeed.tsx:102 +#: src/view/screens/ProfileFeed.tsx:103 msgid "Could not load feed" msgstr "Não foi possível carregar o feed" @@ -1071,9 +1086,9 @@ msgstr "Não foi possível carregar o feed" msgid "Could not load list" msgstr "Não foi possível carregar a lista" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:64 -#: src/view/com/auth/SplashScreen.tsx:73 -#: src/view/com/auth/SplashScreen.web.tsx:81 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:65 +#: src/view/com/auth/SplashScreen.tsx:75 +#: src/view/com/auth/SplashScreen.web.tsx:104 msgid "Create a new account" msgstr "Criar uma nova conta" @@ -1081,20 +1096,21 @@ msgstr "Criar uma nova conta" msgid "Create a new Bluesky account" msgstr "Criar uma nova conta do Bluesky" -#: src/view/com/auth/create/CreateAccount.tsx:133 +#: src/screens/Signup/index.tsx:129 msgid "Create Account" msgstr "Criar Conta" -#: src/view/com/modals/AddAppPasswords.tsx:226 +#: src/view/com/modals/AddAppPasswords.tsx:227 msgid "Create App Password" msgstr "Criar Senha de Aplicativo" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:54 -#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:55 +#: src/view/com/auth/SplashScreen.tsx:66 +#: src/view/com/auth/SplashScreen.web.tsx:95 msgid "Create new account" msgstr "Criar uma nova conta" -#: src/components/ReportDialog/SelectReportOptionView.tsx:94 +#: src/components/ReportDialog/SelectReportOptionView.tsx:93 msgid "Create report for {0}" msgstr "Criar denúncia para {0}" @@ -1110,7 +1126,7 @@ msgstr "{0} criada" #~ msgid "Created by you" #~ msgstr "Criado por você" -#: src/view/com/composer/Composer.tsx:468 +#: src/view/com/composer/Composer.tsx:469 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}" @@ -1118,16 +1134,16 @@ msgstr "Cria uma prévia com miniatura. A prévia faz um link para {url}" msgid "Culture" msgstr "Cultura" -#: src/view/com/auth/server-input/index.tsx:95 -#: src/view/com/auth/server-input/index.tsx:96 +#: src/view/com/auth/server-input/index.tsx:97 +#: src/view/com/auth/server-input/index.tsx:99 msgid "Custom" msgstr "Customizado" -#: src/view/com/modals/ChangeHandle.tsx:389 +#: src/view/com/modals/ChangeHandle.tsx:388 msgid "Custom domain" msgstr "Domínio personalizado" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:107 #: src/view/screens/Feeds.tsx:692 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "Feeds customizados feitos pela comunidade te proporcionam novas experiências e te ajudam a encontrar o conteúdo que você mais ama." @@ -1149,6 +1165,10 @@ msgstr "Modo escuro" msgid "Dark Theme" msgstr "Modo Escuro" +#: src/screens/Signup/StepInfo/index.tsx:132 +msgid "Date of birth" +msgstr "" + #: src/view/screens/Settings/index.tsx:841 msgid "Debug Moderation" msgstr "Testar Moderação" @@ -1167,7 +1187,7 @@ msgstr "Excluir" msgid "Delete account" msgstr "Excluir a conta" -#: src/view/com/modals/DeleteAccount.tsx:87 +#: src/view/com/modals/DeleteAccount.tsx:86 msgid "Delete Account" msgstr "Excluir a Conta" @@ -1183,7 +1203,7 @@ msgstr "Excluir senha de aplicativo?" msgid "Delete List" msgstr "Excluir Lista" -#: src/view/com/modals/DeleteAccount.tsx:223 +#: src/view/com/modals/DeleteAccount.tsx:222 msgid "Delete my account" msgstr "Excluir minha conta" @@ -1212,10 +1232,10 @@ msgstr "Excluído" msgid "Deleted post." msgstr "Post excluído." -#: 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 +#: src/view/com/modals/CreateOrEditList.tsx:301 +#: src/view/com/modals/CreateOrEditList.tsx:322 +#: src/view/com/modals/EditProfile.tsx:199 +#: src/view/com/modals/EditProfile.tsx:211 msgid "Description" msgstr "Descrição" @@ -1223,7 +1243,7 @@ msgstr "Descrição" #~ msgid "Developer Tools" #~ msgstr "Ferramentas de Desenvolvedor" -#: src/view/com/composer/Composer.tsx:217 +#: src/view/com/composer/Composer.tsx:218 msgid "Did you want to say anything?" msgstr "Você gostaria de dizer alguma coisa?" @@ -1234,11 +1254,11 @@ msgstr "Menos escuro" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 #: src/lib/moderation/useLabelBehaviorDescription.ts:68 -#: src/screens/Moderation/index.tsx:343 +#: src/screens/Moderation/index.tsx:341 msgid "Disabled" msgstr "Desabilitado" -#: src/view/com/composer/Composer.tsx:510 +#: src/view/com/composer/Composer.tsx:511 msgid "Discard" msgstr "Descartar" @@ -1246,12 +1266,12 @@ msgstr "Descartar" #~ msgid "Discard draft" #~ msgstr "Descartar rascunho" -#: src/view/com/composer/Composer.tsx:507 +#: src/view/com/composer/Composer.tsx:508 msgid "Discard draft?" msgstr "Descartar rascunho?" -#: src/screens/Moderation/index.tsx:520 -#: src/screens/Moderation/index.tsx:524 +#: src/screens/Moderation/index.tsx:518 +#: src/screens/Moderation/index.tsx:522 msgid "Discourage apps from showing my account to logged-out users" msgstr "Desencorajar aplicativos a mostrar minha conta para usuários desautenticados" @@ -1264,15 +1284,15 @@ msgstr "Descubra novos feeds" msgid "Discover New Feeds" msgstr "Descubra Novos Feeds" -#: src/view/com/modals/EditProfile.tsx:192 +#: src/view/com/modals/EditProfile.tsx:193 msgid "Display name" msgstr "Nome de exibição" -#: src/view/com/modals/EditProfile.tsx:180 +#: src/view/com/modals/EditProfile.tsx:181 msgid "Display Name" msgstr "Nome de Exibição" -#: src/view/com/modals/ChangeHandle.tsx:398 +#: src/view/com/modals/ChangeHandle.tsx:397 msgid "DNS Panel" msgstr "Painel DNS" @@ -1280,11 +1300,15 @@ msgstr "Painel DNS" msgid "Does not include nudity." msgstr "Não inclui nudez." -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/screens/Signup/StepHandle.tsx:104 +msgid "Doesn't begin or end with a hyphen" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "Domain Value" msgstr "Domínio" -#: src/view/com/modals/ChangeHandle.tsx:489 +#: src/view/com/modals/ChangeHandle.tsx:488 msgid "Domain verified!" msgstr "Domínio verificado!" @@ -1294,22 +1318,24 @@ msgstr "Domínio verificado!" #: src/components/dialogs/BirthDateSettings.tsx:119 #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/auth/server-input/index.tsx:165 -#: src/view/com/auth/server-input/index.tsx:166 -#: src/view/com/modals/AddAppPasswords.tsx:226 -#: src/view/com/modals/AltImage.tsx:139 -#: src/view/com/modals/crop-image/CropImage.web.tsx:152 -#: src/view/com/modals/InviteCodes.tsx:80 -#: src/view/com/modals/InviteCodes.tsx:123 +#: src/components/forms/DateField/index.tsx:74 +#: src/components/forms/DateField/index.tsx:80 +#: src/view/com/auth/server-input/index.tsx:169 +#: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/modals/AddAppPasswords.tsx:227 +#: src/view/com/modals/AltImage.tsx:140 +#: src/view/com/modals/crop-image/CropImage.web.tsx:153 +#: src/view/com/modals/InviteCodes.tsx:81 +#: src/view/com/modals/InviteCodes.tsx:124 #: src/view/com/modals/ListAddRemoveUsers.tsx:142 #: src/view/screens/PreferencesFollowingFeed.tsx:311 #: src/view/screens/Settings/ExportCarDialog.tsx:94 -#: src/view/screens/Settings/ExportCarDialog.tsx:95 +#: src/view/screens/Settings/ExportCarDialog.tsx:96 msgid "Done" msgstr "Feito" #: src/view/com/auth/onboarding/RecommendedFollows.tsx:86 -#: src/view/com/modals/EditImage.tsx:333 +#: src/view/com/modals/EditImage.tsx:334 #: src/view/com/modals/ListAddRemoveUsers.tsx:144 #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 @@ -1321,13 +1347,13 @@ msgctxt "action" msgid "Done" msgstr "Feito" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:42 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:43 msgid "Done{extraText}" msgstr "Feito{extraText}" #: src/view/com/auth/login/ChooseAccountForm.tsx:46 -msgid "Double tap to sign in" -msgstr "Toque duas vezes para logar" +#~ msgid "Double tap to sign in" +#~ msgstr "Toque duas vezes para logar" #: src/view/screens/Settings/index.tsx:755 #~ msgid "Download Bluesky account data (repository)" @@ -1346,19 +1372,19 @@ msgstr "Solte para adicionar imagens" msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." msgstr "Devido a políticas da Apple, o conteúdo adulto só pode ser habilitado no site após terminar o cadastro." -#: src/view/com/modals/ChangeHandle.tsx:257 +#: src/view/com/modals/ChangeHandle.tsx:258 msgid "e.g. alice" msgstr "ex. alice" -#: src/view/com/modals/EditProfile.tsx:185 +#: src/view/com/modals/EditProfile.tsx:186 msgid "e.g. Alice Roberts" msgstr "ex. Alice Roberts" -#: src/view/com/modals/ChangeHandle.tsx:381 +#: src/view/com/modals/ChangeHandle.tsx:380 msgid "e.g. alice.com" msgstr "ex. alice.com" -#: src/view/com/modals/EditProfile.tsx:203 +#: src/view/com/modals/EditProfile.tsx:204 msgid "e.g. Artist, dog-lover, and avid reader." msgstr "ex. Artista, amo cachorros, leitora ávida." @@ -1366,23 +1392,23 @@ msgstr "ex. Artista, amo cachorros, leitora ávida." msgid "E.g. artistic nudes." msgstr "Ex. nudez artística." -#: src/view/com/modals/CreateOrEditList.tsx:283 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Great Posters" msgstr "ex. Perfis Legais" -#: src/view/com/modals/CreateOrEditList.tsx:284 +#: src/view/com/modals/CreateOrEditList.tsx:285 msgid "e.g. Spammers" msgstr "ex. Chatos" -#: src/view/com/modals/CreateOrEditList.tsx:312 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. The posters who never miss." msgstr "ex. Os perfis que eu mais gosto." -#: src/view/com/modals/CreateOrEditList.tsx:313 +#: src/view/com/modals/CreateOrEditList.tsx:314 msgid "e.g. Users that repeatedly reply with ads." msgstr "ex. Perfis que enchem o saco." -#: src/view/com/modals/InviteCodes.tsx:96 +#: src/view/com/modals/InviteCodes.tsx:97 msgid "Each code works once. You'll receive more invite codes periodically." msgstr "Cada convite só funciona uma vez. Você receberá mais convites periodicamente." @@ -1397,7 +1423,7 @@ msgid "Edit avatar" msgstr "Editar avatar" #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/modals/EditImage.tsx:207 +#: src/view/com/modals/EditImage.tsx:208 msgid "Edit image" msgstr "Editar imagem" @@ -1405,7 +1431,7 @@ msgstr "Editar imagem" msgid "Edit list details" msgstr "Editar detalhes da lista" -#: src/view/com/modals/CreateOrEditList.tsx:250 +#: src/view/com/modals/CreateOrEditList.tsx:251 msgid "Edit Moderation List" msgstr "Editar lista de moderação" @@ -1415,17 +1441,17 @@ msgstr "Editar lista de moderação" msgid "Edit My Feeds" msgstr "Editar Meus Feeds" -#: src/view/com/modals/EditProfile.tsx:152 +#: src/view/com/modals/EditProfile.tsx:153 msgid "Edit my profile" msgstr "Editar meu perfil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:172 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:161 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 msgid "Edit profile" msgstr "Editar perfil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:175 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:164 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 msgid "Edit Profile" msgstr "Editar Perfil" @@ -1434,15 +1460,15 @@ msgstr "Editar Perfil" msgid "Edit Saved Feeds" msgstr "Editar Feeds Salvos" -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:246 msgid "Edit User List" msgstr "Editar lista de usuários" -#: src/view/com/modals/EditProfile.tsx:193 +#: src/view/com/modals/EditProfile.tsx:194 msgid "Edit your display name" msgstr "Editar seu nome" -#: src/view/com/modals/EditProfile.tsx:211 +#: src/view/com/modals/EditProfile.tsx:212 msgid "Edit your profile description" msgstr "Editar sua descrição" @@ -1450,14 +1476,12 @@ msgstr "Editar sua descrição" msgid "Education" msgstr "Educação" -#: src/view/com/auth/create/Step1.tsx:176 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:156 +#: src/screens/Signup/StepInfo/index.tsx:80 #: src/view/com/modals/ChangeEmail.tsx:141 msgid "Email" msgstr "E-mail" -#: src/view/com/auth/create/Step1.tsx:167 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:147 +#: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "Endereço de e-mail" @@ -1478,11 +1502,11 @@ msgstr "E-mail verificado" msgid "Email:" msgstr "E-mail:" -#: src/view/com/modals/EmbedConsent.tsx:113 +#: src/components/dialogs/EmbedConsent.tsx:101 msgid "Enable {0} only" msgstr "Habilitar somente {0}" -#: src/screens/Moderation/index.tsx:331 +#: src/screens/Moderation/index.tsx:329 msgid "Enable adult content" msgstr "Habilitar conteúdo adulto" @@ -1495,9 +1519,14 @@ msgstr "Habilitar Conteúdo Adulto" msgid "Enable adult content in your feeds" msgstr "Habilitar conteúdo adulto nos feeds" +#: src/components/dialogs/EmbedConsent.tsx:82 +#: src/components/dialogs/EmbedConsent.tsx:89 +msgid "Enable external media" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 -msgid "Enable External Media" -msgstr "Habilitar Mídia Externa" +#~ msgid "Enable External Media" +#~ msgstr "Habilitar Mídia Externa" #: src/view/screens/PreferencesExternalEmbeds.tsx:75 msgid "Enable media players for" @@ -1507,7 +1536,11 @@ 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/screens/Moderation/index.tsx:341 +#: src/components/dialogs/EmbedConsent.tsx:94 +msgid "Enable this source only" +msgstr "" + +#: src/screens/Moderation/index.tsx:339 msgid "Enabled" msgstr "Habilitado" @@ -1515,12 +1548,16 @@ msgstr "Habilitado" msgid "End of feed" msgstr "Fim do feed" -#: src/view/com/modals/AddAppPasswords.tsx:166 +#: src/view/com/modals/AddAppPasswords.tsx:167 msgid "Enter a name for this App Password" msgstr "Insira um nome para esta Senha de Aplicativo" +#: src/screens/Login/SetNewPasswordForm.tsx:139 +msgid "Enter a password" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:99 #: src/components/dialogs/MutedWords.tsx:100 -#: src/components/dialogs/MutedWords.tsx:101 msgid "Enter a word or tag" msgstr "Digite uma palavra ou tag" @@ -1532,16 +1569,15 @@ msgstr "Insira o código de confirmação" msgid "Enter the code you received to change your password." msgstr "Digite o código recebido para alterar sua senha." -#: src/view/com/modals/ChangeHandle.tsx:371 +#: src/view/com/modals/ChangeHandle.tsx:370 msgid "Enter the domain you want to use" msgstr "Digite o domínio que você deseja usar" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:107 +#: src/screens/Login/ForgotPasswordForm.tsx:119 msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Digite o e-mail que você usou para criar a sua conta. Nós lhe enviaremos um \"código de redefinição\" para que você possa definir uma nova senha." #: src/components/dialogs/BirthDateSettings.tsx:108 -#: src/view/com/auth/create/Step1.tsx:228 msgid "Enter your birth date" msgstr "Insira seu aniversário" @@ -1549,7 +1585,8 @@ msgstr "Insira seu aniversário" #~ msgid "Enter your email" #~ msgstr "Digite seu e-mail" -#: src/view/com/auth/create/Step1.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:105 +#: src/screens/Signup/StepInfo/index.tsx:91 msgid "Enter your email address" msgstr "Digite seu endereço de e-mail" @@ -1561,15 +1598,15 @@ 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/login/Login.tsx:99 +#: src/screens/Login/index.tsx:101 msgid "Enter your username and password" msgstr "Digite seu nome de usuário e senha" -#: src/view/com/auth/create/Step3.tsx:67 +#: src/screens/Signup/StepCaptcha/index.tsx:49 msgid "Error receiving captcha response." msgstr "Não foi possível processar o captcha." -#: src/view/screens/Search/Search.tsx:110 +#: src/view/screens/Search/Search.tsx:111 msgid "Error:" msgstr "Erro:" @@ -1581,15 +1618,15 @@ msgstr "Todos" msgid "Excessive mentions or replies" msgstr "Menções ou respostas excessivas" -#: src/view/com/modals/DeleteAccount.tsx:231 +#: src/view/com/modals/DeleteAccount.tsx:230 msgid "Exits account deletion process" msgstr "Sair do processo de deleção da conta" -#: src/view/com/modals/ChangeHandle.tsx:150 +#: src/view/com/modals/ChangeHandle.tsx:151 msgid "Exits handle change process" msgstr "Sair do processo de trocar usuário" -#: src/view/com/modals/crop-image/CropImage.web.tsx:135 +#: src/view/com/modals/crop-image/CropImage.web.tsx:136 msgid "Exits image cropping process" msgstr "Sair do processo de cortar imagem" @@ -1632,11 +1669,12 @@ msgstr "Exportar meus dados" msgid "Export My Data" msgstr "Exportar Meus Dados" -#: src/view/com/modals/EmbedConsent.tsx:64 +#: src/components/dialogs/EmbedConsent.tsx:55 +#: src/components/dialogs/EmbedConsent.tsx:59 msgid "External Media" msgstr "Mídia Externa" -#: src/view/com/modals/EmbedConsent.tsx:75 +#: src/components/dialogs/EmbedConsent.tsx:71 #: src/view/screens/PreferencesExternalEmbeds.tsx:66 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\"." @@ -1651,12 +1689,12 @@ msgstr "Preferências de Mídia Externa" msgid "External media settings" msgstr "Preferências de mídia externa" -#: src/view/com/modals/AddAppPasswords.tsx:115 -#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:116 +#: src/view/com/modals/AddAppPasswords.tsx:120 msgid "Failed to create app password." msgstr "Não foi possível criar senha de aplicativo." -#: src/view/com/modals/CreateOrEditList.tsx:206 +#: src/view/com/modals/CreateOrEditList.tsx:207 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." @@ -1697,8 +1735,8 @@ msgstr "Comentários" #: src/Navigation.tsx:464 #: src/view/screens/Feeds.tsx:419 #: src/view/screens/Feeds.tsx:524 -#: src/view/screens/Profile.tsx:192 -#: src/view/shell/bottom-bar/BottomBar.tsx:183 +#: src/view/screens/Profile.tsx:194 +#: src/view/shell/bottom-bar/BottomBar.tsx:191 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:479 #: src/view/shell/Drawer.tsx:480 @@ -1713,11 +1751,11 @@ 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:76 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 msgid "Feeds can be topical as well!" msgstr "Feeds podem ser de assuntos específicos também!" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "File Contents" msgstr "Conteúdo do arquivo" @@ -1725,7 +1763,7 @@ msgstr "Conteúdo do arquivo" msgid "Filter from feeds" msgstr "Filtrar dos feeds" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Finalizing" msgstr "Finalizando" @@ -1735,11 +1773,11 @@ msgstr "Finalizando" msgid "Find accounts to follow" msgstr "Encontre contas para seguir" -#: src/view/screens/Search/Search.tsx:441 +#: src/view/screens/Search/Search.tsx:442 msgid "Find users on Bluesky" msgstr "Encontrar usuários no Bluesky" -#: src/view/screens/Search/Search.tsx:439 +#: src/view/screens/Search/Search.tsx:440 msgid "Find users with the search tool on the right" msgstr "Encontre usuários com a ferramenta de busca à direita" @@ -1759,23 +1797,23 @@ msgstr "Ajuste as threads." msgid "Fitness" msgstr "Fitness" -#: src/screens/Onboarding/StepFinished.tsx:131 +#: src/screens/Onboarding/StepFinished.tsx:135 msgid "Flexible" msgstr "Flexível" -#: src/view/com/modals/EditImage.tsx:115 +#: src/view/com/modals/EditImage.tsx:116 msgid "Flip horizontal" msgstr "Virar horizontalmente" -#: src/view/com/modals/EditImage.tsx:120 -#: src/view/com/modals/EditImage.tsx:287 +#: src/view/com/modals/EditImage.tsx:121 +#: src/view/com/modals/EditImage.tsx:288 msgid "Flip vertically" msgstr "Virar verticalmente" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:246 msgid "Follow" msgstr "Seguir" @@ -1786,8 +1824,8 @@ msgid "Follow" msgstr "Seguir" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Seguir {0}" @@ -1796,11 +1834,15 @@ msgstr "Seguir {0}" msgid "Follow Account" msgstr "Seguir Conta" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:179 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 msgid "Follow All" msgstr "Seguir Todas" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +msgid "Follow Back" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 msgid "Follow selected accounts and continue to the next step" msgstr "Siga algumas contas e continue para o próximo passo" @@ -1824,19 +1866,19 @@ msgstr "Somente usuários seguidos" msgid "followed you" msgstr "seguiu você" -#: src/view/com/profile/ProfileFollowers.tsx:109 +#: src/view/com/profile/ProfileFollowers.tsx:104 #: src/view/screens/ProfileFollowers.tsx:25 msgid "Followers" msgstr "Seguidores" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:227 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 -#: src/view/com/profile/ProfileFollows.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 +#: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "Seguindo" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 msgid "Following {0}" msgstr "Seguindo {0}" @@ -1864,33 +1906,41 @@ msgstr "Segue Você" msgid "Food" msgstr "Comida" -#: src/view/com/modals/DeleteAccount.tsx:111 +#: src/view/com/modals/DeleteAccount.tsx:110 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." -#: src/view/com/modals/AddAppPasswords.tsx:209 +#: src/view/com/modals/AddAppPasswords.tsx:210 msgid "For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one." msgstr "Por motivos de segurança, você não poderá ver esta senha novamente. Se você perder esta senha, terá que gerar uma nova." #: src/view/com/auth/login/LoginForm.tsx:244 -msgid "Forgot" -msgstr "Esqueci" +#~ msgid "Forgot" +#~ msgstr "Esqueci" #: src/view/com/auth/login/LoginForm.tsx:241 -msgid "Forgot password" -msgstr "Esqueci a senha" +#~ msgid "Forgot password" +#~ msgstr "Esqueci a senha" -#: src/view/com/auth/login/Login.tsx:127 -#: src/view/com/auth/login/Login.tsx:143 +#: src/screens/Login/index.tsx:129 +#: src/screens/Login/index.tsx:144 msgid "Forgot Password" msgstr "Esqueci a Senha" +#: src/screens/Login/LoginForm.tsx:201 +msgid "Forgot password?" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 +msgid "Forgot?" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:52 msgid "Frequently Posts Unwanted Content" msgstr "Frequentemente Posta Conteúdo Indesejado" -#: src/screens/Hashtag.tsx:108 -#: src/screens/Hashtag.tsx:148 +#: src/screens/Hashtag.tsx:109 +#: src/screens/Hashtag.tsx:149 msgid "From @{sanitizedAuthor}" msgstr "De @{sanitizedAuthor}" @@ -1912,29 +1962,31 @@ msgstr "Vamos começar" msgid "Glaring violations of law or terms of service" msgstr "Violações flagrantes da lei ou dos termos de serviço" -#: src/components/moderation/ScreenHider.tsx:144 -#: src/components/moderation/ScreenHider.tsx:153 -#: src/view/com/auth/LoggedOut.tsx:81 +#: src/components/moderation/ScreenHider.tsx:151 +#: src/components/moderation/ScreenHider.tsx:160 #: src/view/com/auth/LoggedOut.tsx:82 +#: src/view/com/auth/LoggedOut.tsx:83 #: src/view/screens/NotFound.tsx:55 -#: src/view/screens/ProfileFeed.tsx:111 +#: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:916 #: src/view/shell/desktop/LeftNav.tsx:108 msgid "Go back" msgstr "Voltar" +#: src/components/Error.tsx:91 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 -#: src/view/screens/ProfileFeed.tsx:116 +#: src/view/screens/ProfileFeed.tsx:117 #: src/view/screens/ProfileList.tsx:921 msgid "Go Back" msgstr "Voltar" -#: src/components/ReportDialog/SelectReportOptionView.tsx:74 +#: src/components/ReportDialog/SelectReportOptionView.tsx:73 #: src/components/ReportDialog/SubmitView.tsx:104 -#: src/screens/Onboarding/Layout.tsx:104 -#: src/screens/Onboarding/Layout.tsx:193 +#: src/screens/Onboarding/Layout.tsx:102 +#: src/screens/Onboarding/Layout.tsx:191 +#: src/screens/Signup/index.tsx:173 msgid "Go back to previous step" msgstr "Voltar para o passo anterior" @@ -1946,15 +1998,12 @@ msgstr "Voltar para a tela inicial" msgid "Go Home" msgstr "Voltar para a tela inicial" -#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:749 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "Ir para @{queryMaybleHandle}" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:189 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:218 -#: src/view/com/auth/login/LoginForm.tsx:291 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:195 +#: src/screens/Login/ForgotPasswordForm.tsx:172 #: src/view/com/modals/ChangePassword.tsx:167 msgid "Go to next" msgstr "Próximo" @@ -1963,7 +2012,7 @@ msgstr "Próximo" msgid "Graphic Media" msgstr "Conteúdo Gráfico" -#: src/view/com/modals/ChangeHandle.tsx:265 +#: src/view/com/modals/ChangeHandle.tsx:266 msgid "Handle" msgstr "Usuário" @@ -1979,11 +2028,11 @@ msgstr "Hashtag" #~ msgid "Hashtag: {tag}" #~ msgstr "Hashtag: {tag}" -#: src/components/RichText.tsx:190 +#: src/components/RichText.tsx:191 msgid "Hashtag: #{tag}" msgstr "Hashtag: #{tag}" -#: src/view/com/auth/create/CreateAccount.tsx:208 +#: src/screens/Signup/index.tsx:217 msgid "Having trouble?" msgstr "Precisa de ajuda?" @@ -1992,24 +2041,24 @@ msgstr "Precisa de ajuda?" msgid "Help" msgstr "Ajuda" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:140 msgid "Here are some accounts for you to follow" msgstr "Aqui estão algumas contas para você seguir" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:85 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:89 msgid "Here are some popular topical feeds. You can choose to follow as many as you like." msgstr "Aqui estão alguns feeds de assuntos. Você pode seguir quantos quiser." -#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:84 msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." msgstr "Aqui estão alguns feeds de assuntos baseados nos seus interesses: {interestsText}. Você pode seguir quantos quiser." -#: src/view/com/modals/AddAppPasswords.tsx:153 +#: src/view/com/modals/AddAppPasswords.tsx:154 msgid "Here is your app password." msgstr "Aqui está a sua senha de aplicativo." #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:43 +#: src/components/moderation/LabelPreference.tsx:134 #: src/components/moderation/PostHider.tsx:107 #: src/lib/moderation/useLabelBehaviorDescription.ts:15 #: src/lib/moderation/useLabelBehaviorDescription.ts:20 @@ -2068,7 +2117,7 @@ msgstr "Hmm, o servidor do feed teve algum problema. Por favor, avise o criador msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, estamos com problemas para encontrar este feed. Ele pode ter sido excluído." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:59 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Hmmmm, parece que estamos com problemas pra carregar isso. Veja mais detalhes abaixo. Se o problema continuar, por favor, entre em contato." @@ -2077,7 +2126,7 @@ msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, não foi possível carregar este serviço de moderação." #: src/Navigation.tsx:454 -#: src/view/shell/bottom-bar/BottomBar.tsx:139 +#: src/view/shell/bottom-bar/BottomBar.tsx:147 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:401 #: src/view/shell/Drawer.tsx:402 @@ -2091,13 +2140,14 @@ msgstr "Página Inicial" #~ msgid "Home Feed Preferences" #~ msgstr "Preferências da Página Inicial" -#: src/view/com/modals/ChangeHandle.tsx:421 +#: src/view/com/modals/ChangeHandle.tsx:420 msgid "Host:" msgstr "Host:" -#: src/view/com/auth/create/Step1.tsx:75 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:120 -#: src/view/com/modals/ChangeHandle.tsx:280 +#: src/screens/Login/ForgotPasswordForm.tsx:89 +#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Signup/StepInfo/index.tsx:40 +#: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" msgstr "Provedor de hospedagem" @@ -2113,7 +2163,7 @@ msgstr "Eu tenho um código" msgid "I have a confirmation code" msgstr "Eu tenho um código" -#: src/view/com/modals/ChangeHandle.tsx:283 +#: src/view/com/modals/ChangeHandle.tsx:284 msgid "I have my own domain" msgstr "Eu tenho meu próprio domínio" @@ -2125,7 +2175,7 @@ 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/auth/create/Policies.tsx:91 +#: src/screens/Signup/StepInfo/Policies.tsx:83 msgid "If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf." msgstr "Se você ainda não é um adulto de acordo com as leis do seu país, seu responsável ou guardião legal deve ler estes Termos por você." @@ -2149,7 +2199,7 @@ msgstr "Ilegal e Urgente" msgid "Image" msgstr "Imagem" -#: src/view/com/modals/AltImage.tsx:120 +#: src/view/com/modals/AltImage.tsx:121 msgid "Image alt text" msgstr "Texto alternativo da imagem" @@ -2162,39 +2212,39 @@ msgstr "Texto alternativo da imagem" msgid "Impersonation or false claims about identity or affiliation" msgstr "Falsificação de identidade ou alegações falsas sobre identidade ou filiação" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:138 +#: src/screens/Login/SetNewPasswordForm.tsx:127 msgid "Input code sent to your email for password reset" msgstr "Insira o código enviado para o seu e-mail para redefinir sua senha" -#: src/view/com/modals/DeleteAccount.tsx:184 +#: src/view/com/modals/DeleteAccount.tsx:183 msgid "Input confirmation code for account deletion" msgstr "Insira o código de confirmação para excluir sua conta" #: src/view/com/auth/create/Step1.tsx:177 -msgid "Input email for Bluesky account" -msgstr "Insira o e-mail para a sua conta do Bluesky" +#~ msgid "Input email for Bluesky account" +#~ msgstr "Insira o e-mail para a sua conta do Bluesky" #: src/view/com/auth/create/Step1.tsx:151 -msgid "Input invite code to proceed" -msgstr "Insira o convite para continuar" +#~ msgid "Input invite code to proceed" +#~ msgstr "Insira o convite para continuar" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:181 msgid "Input name for app password" msgstr "Insira um nome para a senha de aplicativo" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:162 +#: src/screens/Login/SetNewPasswordForm.tsx:151 msgid "Input new password" msgstr "Insira a nova senha" -#: src/view/com/modals/DeleteAccount.tsx:203 +#: src/view/com/modals/DeleteAccount.tsx:202 msgid "Input password for account deletion" msgstr "Insira a senha para excluir a conta" -#: src/view/com/auth/login/LoginForm.tsx:233 +#: src/screens/Login/LoginForm.tsx:195 msgid "Input the password tied to {identifier}" msgstr "Insira a senha da conta {identifier}" -#: src/view/com/auth/login/LoginForm.tsx:200 +#: src/screens/Login/LoginForm.tsx:168 msgid "Input the username or email address you used at signup" msgstr "Insira o usuário ou e-mail que você cadastrou" @@ -2202,15 +2252,15 @@ msgstr "Insira o usuário ou e-mail que você cadastrou" #~ msgid "Input your email to get on the Bluesky waitlist" #~ msgstr "Insira seu e-mail para entrar na lista de espera do Bluesky" -#: src/view/com/auth/login/LoginForm.tsx:232 +#: src/screens/Login/LoginForm.tsx:194 msgid "Input your password" msgstr "Insira sua senha" -#: src/view/com/modals/ChangeHandle.tsx:390 +#: src/view/com/modals/ChangeHandle.tsx:389 msgid "Input your preferred hosting provider" msgstr "Insira seu provedor de hospedagem" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Signup/StepHandle.tsx:62 msgid "Input your user handle" msgstr "Insira o usuário" @@ -2218,37 +2268,36 @@ msgstr "Insira o usuário" msgid "Invalid or unsupported post record" msgstr "Post inválido" -#: src/view/com/auth/login/LoginForm.tsx:116 +#: src/screens/Login/LoginForm.tsx:114 msgid "Invalid username or password" msgstr "Credenciais inválidas" -#: src/view/com/modals/InviteCodes.tsx:93 +#: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Convide um Amigo" -#: src/view/com/auth/create/Step1.tsx:141 -#: src/view/com/auth/create/Step1.tsx:150 +#: src/screens/Signup/StepInfo/index.tsx:58 msgid "Invite code" msgstr "Convite" -#: src/view/com/auth/create/state.ts:158 +#: src/screens/Signup/state.ts:278 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Convite inválido. Verifique se você o inseriu corretamente e tente novamente." -#: src/view/com/modals/InviteCodes.tsx:170 +#: src/view/com/modals/InviteCodes.tsx:171 msgid "Invite codes: {0} available" msgstr "Convites: {0} disponíveis" -#: src/view/com/modals/InviteCodes.tsx:169 +#: src/view/com/modals/InviteCodes.tsx:170 msgid "Invite codes: 1 available" msgstr "Convites: 1 disponível" -#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +#: src/screens/Onboarding/StepFollowingFeed.tsx:65 msgid "It shows posts from the people you follow as they happen." msgstr "Mostra os posts de quem você segue conforme acontecem." -#: src/view/com/auth/HomeLoggedOutCTA.tsx:103 -#: src/view/com/auth/SplashScreen.web.tsx:138 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:104 +#: src/view/com/auth/SplashScreen.web.tsx:172 msgid "Jobs" msgstr "Carreiras" @@ -2281,11 +2330,11 @@ msgstr "Rotulado por {0}." msgid "Labeled by the author." msgstr "Rotulado pelo autor." -#: src/view/screens/Profile.tsx:186 +#: src/view/screens/Profile.tsx:188 msgid "Labels" msgstr "Rótulos" -#: src/screens/Profile/Sections/Labels.tsx:143 +#: src/screens/Profile/Sections/Labels.tsx:142 msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Rótulos são identificações aplicadas sobre perfis e conteúdos. Eles são utilizados para esconder, avisar e categorizar o conteúdo da rede." @@ -2293,11 +2342,11 @@ msgstr "Rótulos são identificações aplicadas sobre perfis e conteúdos. Eles msgid "labels have been placed on this {labelTarget}" msgstr "rótulos foram aplicados neste {labelTarget}" -#: src/components/moderation/LabelsOnMeDialog.tsx:63 +#: src/components/moderation/LabelsOnMeDialog.tsx:62 msgid "Labels on your account" msgstr "Rótulos sobre sua conta" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "Labels on your content" msgstr "Rótulos sobre seu conteúdo" @@ -2319,14 +2368,14 @@ msgid "Languages" msgstr "Idiomas" #: src/view/com/auth/create/StepHeader.tsx:20 -msgid "Last step!" -msgstr "Último passo!" +#~ msgid "Last step!" +#~ msgstr "Último passo!" #: src/view/com/util/moderation/ContentHider.tsx:103 #~ msgid "Learn more" #~ msgstr "Saiba mais" -#: src/components/moderation/ScreenHider.tsx:129 +#: src/components/moderation/ScreenHider.tsx:136 msgid "Learn More" msgstr "Saiba Mais" @@ -2336,11 +2385,11 @@ msgid "Learn more about the moderation applied to this content." msgstr "Saiba mais sobre a decisão de moderação aplicada neste conteúdo." #: src/components/moderation/PostHider.tsx:85 -#: src/components/moderation/ScreenHider.tsx:126 +#: src/components/moderation/ScreenHider.tsx:125 msgid "Learn more about this warning" msgstr "Saiba mais sobre este aviso" -#: src/screens/Moderation/index.tsx:551 +#: src/screens/Moderation/index.tsx:549 msgid "Learn more about what is public on Bluesky." msgstr "Saiba mais sobre o que é público no Bluesky." @@ -2352,7 +2401,7 @@ msgstr "Saiba mais." msgid "Leave them all unchecked to see any language." msgstr "Deixe todos desmarcados para ver qualquer idioma." -#: src/view/com/modals/LinkWarning.tsx:51 +#: src/view/com/modals/LinkWarning.tsx:65 msgid "Leaving Bluesky" msgstr "Saindo do Bluesky" @@ -2364,12 +2413,12 @@ msgstr "na sua frente." msgid "Legacy storage cleared, you need to restart the app now." msgstr "Armazenamento limpo, você precisa reiniciar o app agora." -#: src/view/com/auth/login/Login.tsx:128 -#: src/view/com/auth/login/Login.tsx:144 +#: src/screens/Login/index.tsx:130 +#: src/screens/Login/index.tsx:145 msgid "Let's get your password reset!" msgstr "Vamos redefinir sua senha!" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Let's go!" msgstr "Vamos lá!" @@ -2382,12 +2431,12 @@ msgstr "Vamos lá!" msgid "Light" msgstr "Claro" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Like" msgstr "Curtir" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:257 -#: src/view/screens/ProfileFeed.tsx:572 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:258 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Like this feed" msgstr "Curtir este feed" @@ -2397,7 +2446,7 @@ msgstr "Curtir este feed" msgid "Liked by" msgstr "Curtido por" -#: src/screens/Profile/ProfileLabelerLikedBy.tsx:42 +#: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 #: src/view/screens/PostLikedBy.tsx:27 #: src/view/screens/ProfileFeedLikedBy.tsx:27 msgid "Liked By" @@ -2411,9 +2460,9 @@ msgstr "Curtido por {0} {1}" msgid "Liked by {count} {0}" msgstr "Curtido por {count} {0}" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:277 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:291 -#: src/view/screens/ProfileFeed.tsx:587 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292 +#: src/view/screens/ProfileFeed.tsx:588 msgid "Liked by {likeCount} {0}" msgstr "Curtido por {likeCount} {0}" @@ -2425,7 +2474,7 @@ msgstr "curtiram seu feed" msgid "liked your post" msgstr "curtiu seu post" -#: src/view/screens/Profile.tsx:191 +#: src/view/screens/Profile.tsx:193 msgid "Likes" msgstr "Curtidas" @@ -2437,7 +2486,7 @@ msgstr "Curtidas neste post" msgid "List" msgstr "Lista" -#: src/view/com/modals/CreateOrEditList.tsx:261 +#: src/view/com/modals/CreateOrEditList.tsx:262 msgid "List Avatar" msgstr "Avatar da lista" @@ -2457,7 +2506,7 @@ msgstr "Lista excluída" msgid "List muted" msgstr "Lista silenciada" -#: src/view/com/modals/CreateOrEditList.tsx:275 +#: src/view/com/modals/CreateOrEditList.tsx:276 msgid "List Name" msgstr "Nome da lista" @@ -2470,8 +2519,8 @@ msgid "List unmuted" msgstr "Lista dessilenciada" #: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:187 -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:195 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 @@ -2488,8 +2537,8 @@ msgid "Load new notifications" msgstr "Carregar novas notificações" #: src/screens/Profile/Sections/Feed.tsx:70 -#: src/view/com/feeds/FeedPage.tsx:124 -#: src/view/screens/ProfileFeed.tsx:495 +#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/screens/ProfileFeed.tsx:496 #: src/view/screens/ProfileList.tsx:695 msgid "Load new posts" msgstr "Carregar novos posts" @@ -2513,31 +2562,35 @@ msgstr "Registros" msgid "Log out" msgstr "Sair" -#: src/screens/Moderation/index.tsx:444 +#: src/screens/Moderation/index.tsx:442 msgid "Logged-out visibility" msgstr "Visibilidade do seu perfil" -#: src/view/com/auth/login/ChooseAccountForm.tsx:142 +#: src/components/AccountList.tsx:54 msgid "Login to account that is not listed" msgstr "Fazer login em uma conta que não está listada" -#: src/view/com/modals/LinkWarning.tsx:65 +#: src/screens/Login/SetNewPasswordForm.tsx:116 +msgid "Looks like XXXXX-XXXXX" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:79 msgid "Make sure this is where you intend to go!" msgstr "Certifique-se de onde está indo!" -#: src/components/dialogs/MutedWords.tsx:83 +#: src/components/dialogs/MutedWords.tsx:82 msgid "Manage your muted words and tags" msgstr "Gerencie suas palavras/tags silenciadas" #: src/view/com/auth/create/Step2.tsx:118 -msgid "May not be longer than 253 characters" -msgstr "Não pode ter mais que 253 caracteres" +#~ msgid "May not be longer than 253 characters" +#~ msgstr "Não pode ter mais que 253 caracteres" #: src/view/com/auth/create/Step2.tsx:109 -msgid "May only contain letters and numbers" -msgstr "Só pode conter letras e números" +#~ msgid "May only contain letters and numbers" +#~ msgstr "Só pode conter letras e números" -#: src/view/screens/Profile.tsx:190 +#: src/view/screens/Profile.tsx:192 msgid "Media" msgstr "Mídia" @@ -2550,7 +2603,7 @@ msgid "Mentioned users" msgstr "Usuários mencionados" #: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:647 +#: src/view/screens/Search/Search.tsx:648 msgid "Menu" msgstr "Menu" @@ -2563,7 +2616,7 @@ msgid "Misleading Account" msgstr "Conta Enganosa" #: src/Navigation.tsx:119 -#: src/screens/Moderation/index.tsx:106 +#: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:645 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:514 @@ -2571,7 +2624,7 @@ msgstr "Conta Enganosa" msgid "Moderation" msgstr "Moderação" -#: src/components/moderation/ModerationDetailsDialog.tsx:113 +#: src/components/moderation/ModerationDetailsDialog.tsx:112 msgid "Moderation details" msgstr "Detalhes da moderação" @@ -2590,15 +2643,15 @@ msgstr "Lista de moderação por <0/>" msgid "Moderation list by you" msgstr "Lista de moderação por você" -#: src/view/com/modals/CreateOrEditList.tsx:197 +#: src/view/com/modals/CreateOrEditList.tsx:198 msgid "Moderation list created" msgstr "Lista de moderação criada" -#: src/view/com/modals/CreateOrEditList.tsx:183 +#: src/view/com/modals/CreateOrEditList.tsx:184 msgid "Moderation list updated" msgstr "Lista de moderação criada" -#: src/screens/Moderation/index.tsx:245 +#: src/screens/Moderation/index.tsx:243 msgid "Moderation lists" msgstr "Listas de moderação" @@ -2615,11 +2668,11 @@ msgstr "Moderação" msgid "Moderation states" msgstr "Moderação" -#: src/screens/Moderation/index.tsx:217 +#: src/screens/Moderation/index.tsx:215 msgid "Moderation tools" msgstr "Ferramentas de moderação" -#: src/components/moderation/ModerationDetailsDialog.tsx:49 +#: src/components/moderation/ModerationDetailsDialog.tsx:48 #: src/lib/moderation/useModerationCauseDescription.ts:40 msgid "Moderator has chosen to set a general warning on the content." msgstr "O moderador escolheu um aviso geral neste conteúdo." @@ -2645,8 +2698,8 @@ msgid "Most-liked replies first" msgstr "Respostas mais curtidas primeiro" #: src/view/com/auth/create/Step2.tsx:122 -msgid "Must be at least 3 characters" -msgstr "Deve ter no mínimo 3 caracteres" +#~ msgid "Must be at least 3 characters" +#~ msgstr "Deve ter no mínimo 3 caracteres" #: src/components/TagMenu/index.tsx:249 msgid "Mute" @@ -2673,11 +2726,11 @@ msgstr "Silenciar posts com {displayTag}" #~ msgid "Mute all {tag} posts" #~ msgstr "Silenciar posts com {tag}" -#: src/components/dialogs/MutedWords.tsx:149 +#: src/components/dialogs/MutedWords.tsx:148 msgid "Mute in tags only" msgstr "Silenciar apenas as tags" -#: src/components/dialogs/MutedWords.tsx:134 +#: src/components/dialogs/MutedWords.tsx:133 msgid "Mute in text & tags" msgstr "Silenciar texto e tags" @@ -2694,11 +2747,11 @@ msgstr "Silenciar estas contas?" #~ msgid "Mute this List" #~ msgstr "Silenciar esta lista" -#: src/components/dialogs/MutedWords.tsx:127 +#: src/components/dialogs/MutedWords.tsx:126 msgid "Mute this word in post text and tags" msgstr "Silenciar esta palavra no conteúdo de um post e tags" -#: src/components/dialogs/MutedWords.tsx:142 +#: src/components/dialogs/MutedWords.tsx:141 msgid "Mute this word in tags only" msgstr "Silenciar esta palavra apenas nas tags de um post" @@ -2716,7 +2769,7 @@ msgstr "Silenciar palavras/tags" msgid "Muted" msgstr "Silenciada" -#: src/screens/Moderation/index.tsx:257 +#: src/screens/Moderation/index.tsx:255 msgid "Muted accounts" msgstr "Contas silenciadas" @@ -2733,7 +2786,7 @@ msgstr "Contas silenciadas não aparecem no seu feed ou nas suas notificações. msgid "Muted by \"{0}\"" msgstr "Silenciado por \"{0}\"" -#: src/screens/Moderation/index.tsx:233 +#: src/screens/Moderation/index.tsx:231 msgid "Muted words & tags" msgstr "Palavras/tags silenciadas" @@ -2766,12 +2819,12 @@ msgstr "Meus Feeds Salvos" #~ msgid "my-server.com" #~ msgstr "meu-servidor.com.br" -#: src/view/com/modals/AddAppPasswords.tsx:179 -#: src/view/com/modals/CreateOrEditList.tsx:290 +#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/CreateOrEditList.tsx:291 msgid "Name" msgstr "Nome" -#: src/view/com/modals/CreateOrEditList.tsx:145 +#: src/view/com/modals/CreateOrEditList.tsx:146 msgid "Name is required" msgstr "Nome é obrigatório" @@ -2785,10 +2838,8 @@ msgstr "Nome ou Descrição Viola os Padrões da Comunidade" msgid "Nature" msgstr "Natureza" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:190 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:219 -#: src/view/com/auth/login/LoginForm.tsx:292 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:196 +#: src/screens/Login/ForgotPasswordForm.tsx:173 +#: src/screens/Login/LoginForm.tsx:254 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "Navega para próxima tela" @@ -2797,21 +2848,21 @@ msgstr "Navega para próxima tela" msgid "Navigates to your profile" msgstr "Navega para seu perfil" -#: src/components/ReportDialog/SelectReportOptionView.tsx:124 +#: src/components/ReportDialog/SelectReportOptionView.tsx:122 msgid "Need to report a copyright violation?" msgstr "Precisa denunciar uma violação de copyright?" #: src/view/com/modals/EmbedConsent.tsx:107 #: src/view/com/modals/EmbedConsent.tsx:123 -msgid "Never load embeds from {0}" -msgstr "Nunca carregar anexos de {0}" +#~ msgid "Never load embeds from {0}" +#~ msgstr "Nunca carregar anexos de {0}" #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:72 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:74 msgid "Never lose access to your followers and data." msgstr "Nunca perca o acesso aos seus seguidores e dados." -#: src/screens/Onboarding/StepFinished.tsx:119 +#: src/screens/Onboarding/StepFinished.tsx:123 msgid "Never lose access to your followers or data." msgstr "Nunca perca o acesso aos seus seguidores ou dados." @@ -2819,7 +2870,7 @@ msgstr "Nunca perca o acesso aos seus seguidores ou dados." #~ msgid "Nevermind" #~ msgstr "Deixa pra lá" -#: src/view/com/modals/ChangeHandle.tsx:520 +#: src/view/com/modals/ChangeHandle.tsx:519 msgid "Nevermind, create a handle for me" msgstr "Deixa pra lá, crie um usuário pra mim" @@ -2832,11 +2883,10 @@ msgstr "Novo" msgid "New" msgstr "Novo" -#: src/view/com/modals/CreateOrEditList.tsx:252 +#: src/view/com/modals/CreateOrEditList.tsx:253 msgid "New Moderation List" msgstr "Nova lista de moderação" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/ChangePassword.tsx:212 msgid "New password" msgstr "Nova senha" @@ -2845,15 +2895,15 @@ msgstr "Nova senha" msgid "New Password" msgstr "Nova Senha" -#: src/view/com/feeds/FeedPage.tsx:135 +#: src/view/com/feeds/FeedPage.tsx:149 msgctxt "action" msgid "New post" msgstr "Novo post" #: src/view/screens/Feeds.tsx:555 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:450 -#: src/view/screens/ProfileFeed.tsx:433 +#: src/view/screens/Profile.tsx:452 +#: src/view/screens/ProfileFeed.tsx:434 #: src/view/screens/ProfileList.tsx:199 #: src/view/screens/ProfileList.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:252 @@ -2865,7 +2915,7 @@ msgctxt "action" msgid "New Post" msgstr "Novo Post" -#: src/view/com/modals/CreateOrEditList.tsx:247 +#: src/view/com/modals/CreateOrEditList.tsx:248 msgid "New User List" msgstr "Nova lista de usuários" @@ -2877,12 +2927,13 @@ msgstr "Respostas mais recentes primeiro" msgid "News" msgstr "Notícias" -#: src/view/com/auth/create/CreateAccount.tsx:172 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:182 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:192 -#: src/view/com/auth/login/LoginForm.tsx:294 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:187 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:143 +#: src/screens/Login/ForgotPasswordForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:253 +#: src/screens/Login/LoginForm.tsx:260 +#: src/screens/Login/SetNewPasswordForm.tsx:174 +#: src/screens/Login/SetNewPasswordForm.tsx:180 +#: src/screens/Signup/index.tsx:205 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:79 #: src/view/com/modals/ChangePassword.tsx:253 #: src/view/com/modals/ChangePassword.tsx:255 @@ -2907,19 +2958,23 @@ msgstr "Próxima imagem" msgid "No" msgstr "Não" -#: src/view/screens/ProfileFeed.tsx:561 +#: src/view/screens/ProfileFeed.tsx:562 #: src/view/screens/ProfileList.tsx:769 msgid "No description" msgstr "Sem descrição" -#: src/view/com/modals/ChangeHandle.tsx:406 +#: src/view/com/modals/ChangeHandle.tsx:405 msgid "No DNS Panel" msgstr "Não tenho painel de DNS" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 msgid "No longer following {0}" msgstr "Você não está mais seguindo {0}" +#: src/screens/Signup/StepHandle.tsx:114 +msgid "No longer than 253 characters" +msgstr "" + #: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "Nenhuma notificação!" @@ -2929,7 +2984,7 @@ msgstr "Nenhuma notificação!" msgid "No result" msgstr "Nenhum resultado" -#: src/components/Lists.tsx:189 +#: src/components/Lists.tsx:183 msgid "No results found" msgstr "Nenhum resultado encontrado" @@ -2938,12 +2993,13 @@ msgid "No results found for \"{query}\"" msgstr "Nenhum resultado encontrado para \"{query}\"" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:282 -#: src/view/screens/Search/Search.tsx:310 +#: src/view/screens/Search/Search.tsx:283 +#: src/view/screens/Search/Search.tsx:311 msgid "No results found for {query}" msgstr "Nenhum resultado encontrado para {query}" -#: src/view/com/modals/EmbedConsent.tsx:129 +#: src/components/dialogs/EmbedConsent.tsx:105 +#: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" msgstr "Não, obrigado" @@ -2951,7 +3007,7 @@ msgstr "Não, obrigado" msgid "Nobody" msgstr "Ninguém" -#: src/components/LikedByList.tsx:102 +#: src/components/LikedByList.tsx:79 #: src/components/LikesDialog.tsx:99 msgid "Nobody has liked this yet. Maybe you should be the first!" msgstr "Ninguém curtiu isso ainda. Você pode ser o primeiro!" @@ -2965,7 +3021,7 @@ msgid "Not Applicable." msgstr "Não Aplicável." #: src/Navigation.tsx:109 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Not Found" msgstr "Não encontrado" @@ -2976,17 +3032,18 @@ msgstr "Agora não" #: src/view/com/profile/ProfileMenu.tsx:368 #: src/view/com/util/forms/PostDropdownBtn.tsx:342 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:246 msgid "Note about sharing" msgstr "Nota sobre compartilhamento" -#: src/screens/Moderation/index.tsx:542 +#: src/screens/Moderation/index.tsx:540 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 não autenticados por outros aplicativos e sites." #: src/Navigation.tsx:469 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 -#: src/view/shell/bottom-bar/BottomBar.tsx:207 +#: src/view/shell/bottom-bar/BottomBar.tsx:215 #: src/view/shell/desktop/LeftNav.tsx:365 #: src/view/shell/Drawer.tsx:438 #: src/view/shell/Drawer.tsx:439 @@ -2998,8 +3055,16 @@ msgid "Nudity" msgstr "Nudez" #: src/lib/moderation/useReportOptions.ts:71 -msgid "Nudity or pornography not labeled as such" -msgstr "Nudez ou pornografia sem aviso aplicado" +msgid "Nudity or adult content not labeled as such" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:71 +#~ msgid "Nudity or pornography not labeled as such" +#~ msgstr "Nudez ou pornografia sem aviso aplicado" + +#: src/screens/Signup/index.tsx:142 +msgid "of" +msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:11 msgid "Off" @@ -3009,15 +3074,16 @@ msgstr "Desligado" msgid "Oh no!" msgstr "Opa!" -#: src/screens/Onboarding/StepInterests/index.tsx:128 +#: src/screens/Onboarding/StepInterests/index.tsx:132 msgid "Oh no! Something went wrong." msgstr "Opa! Algo deu errado." -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:127 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:126 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:327 msgid "OK" msgstr "OK" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 +#: src/screens/Login/PasswordUpdatedForm.tsx:44 msgid "Okay" msgstr "Ok" @@ -3029,7 +3095,7 @@ msgstr "Respostas mais antigas primeiro" msgid "Onboarding reset" msgstr "Resetar tutoriais" -#: src/view/com/composer/Composer.tsx:391 +#: src/view/com/composer/Composer.tsx:392 msgid "One or more images is missing alt text." msgstr "Uma ou mais imagens estão sem texto alternativo." @@ -3037,17 +3103,21 @@ msgstr "Uma ou mais imagens estão sem texto alternativo." msgid "Only {0} can reply." msgstr "Apenas {0} pode responder." -#: src/components/Lists.tsx:83 +#: src/screens/Signup/StepHandle.tsx:97 +msgid "Only contains letters, numbers, and hyphens" +msgstr "" + +#: src/components/Lists.tsx:75 msgid "Oops, something went wrong!" msgstr "Opa, algo deu errado!" -#: src/components/Lists.tsx:157 +#: src/components/Lists.tsx:170 #: src/view/screens/AppPasswords.tsx:67 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Oops!" msgstr "Opa!" -#: src/screens/Onboarding/StepFinished.tsx:115 +#: src/screens/Onboarding/StepFinished.tsx:119 msgid "Open" msgstr "Abrir" @@ -3055,12 +3125,12 @@ msgstr "Abrir" #~ msgid "Open content filtering settings" #~ msgstr "Abrir configurações de filtro" -#: src/view/com/composer/Composer.tsx:490 #: src/view/com/composer/Composer.tsx:491 +#: src/view/com/composer/Composer.tsx:492 msgid "Open emoji picker" msgstr "Abrir seletor de emojis" -#: src/view/screens/ProfileFeed.tsx:299 +#: src/view/screens/ProfileFeed.tsx:300 msgid "Open feed options menu" msgstr "Abrir opções do feed" @@ -3068,7 +3138,7 @@ msgstr "Abrir opções do feed" msgid "Open links with in-app browser" msgstr "Abrir links no navegador interno" -#: src/screens/Moderation/index.tsx:229 +#: src/screens/Moderation/index.tsx:227 msgid "Open muted words and tags settings" msgstr "Abrir opções de palavras/tags silenciadas" @@ -3129,13 +3199,15 @@ msgstr "Abre a galeria de fotos do dispositivo" msgid "Opens external embeds settings" msgstr "Abre as configurações de anexos externos" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:56 -#: src/view/com/auth/SplashScreen.tsx:70 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:57 +#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/SplashScreen.web.tsx:97 msgid "Opens flow to create a new Bluesky account" msgstr "Abre o fluxo de criação de conta do Bluesky" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:74 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:75 #: src/view/com/auth/SplashScreen.tsx:83 +#: src/view/com/auth/SplashScreen.web.tsx:112 msgid "Opens flow to sign into your existing Bluesky account" msgstr "Abre o fluxo de entrar na sua conta do Bluesky" @@ -3147,7 +3219,7 @@ msgstr "Abre o fluxo de entrar na sua conta do Bluesky" #~ msgid "Opens following list" #~ msgstr "Abre lista de seguidos" -#: src/view/com/modals/InviteCodes.tsx:172 +#: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "Abre a lista de códigos de convite" @@ -3167,11 +3239,11 @@ msgstr "Abre modal para troca do seu usuário do Bluesky" msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "Abre modal para baixar os dados da sua conta do Bluesky" -#: src/view/screens/Settings/index.tsx:970 +#: src/view/screens/Settings/index.tsx:968 msgid "Opens modal for email verification" msgstr "Abre modal para verificação de email" -#: src/view/com/modals/ChangeHandle.tsx:281 +#: src/view/com/modals/ChangeHandle.tsx:282 msgid "Opens modal for using custom domain" msgstr "Abre modal para usar o domínio personalizado" @@ -3179,7 +3251,7 @@ msgstr "Abre modal para usar o domínio personalizado" msgid "Opens moderation settings" msgstr "Abre configurações de moderação" -#: src/view/com/auth/login/LoginForm.tsx:242 +#: src/screens/Login/LoginForm.tsx:202 msgid "Opens password reset form" msgstr "Abre o formulário de redefinição de senha" @@ -3200,7 +3272,7 @@ msgstr "Abre as configurações de senha do aplicativo" msgid "Opens the Following feed preferences" msgstr "Abre as preferências do feed inicial" -#: src/view/com/modals/LinkWarning.tsx:76 +#: src/view/com/modals/LinkWarning.tsx:93 msgid "Opens the linked website" msgstr "Abre o link" @@ -3233,7 +3305,7 @@ msgstr "Ou combine estas opções:" msgid "Other" msgstr "Outro" -#: src/view/com/auth/login/ChooseAccountForm.tsx:147 +#: src/components/AccountList.tsx:73 msgid "Other account" msgstr "Outra conta" @@ -3241,7 +3313,7 @@ msgstr "Outra conta" msgid "Other..." msgstr "Outro..." -#: src/components/Lists.tsx:190 +#: src/components/Lists.tsx:184 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Página não encontrada" @@ -3250,13 +3322,10 @@ msgstr "Página não encontrada" msgid "Page Not Found" msgstr "Página Não Encontrada" -#: src/view/com/auth/create/Step1.tsx:191 -#: src/view/com/auth/create/Step1.tsx:201 -#: src/view/com/auth/login/LoginForm.tsx:213 -#: src/view/com/auth/login/LoginForm.tsx:229 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:161 -#: src/view/com/modals/DeleteAccount.tsx:195 -#: src/view/com/modals/DeleteAccount.tsx:202 +#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Signup/StepInfo/index.tsx:101 +#: src/view/com/modals/DeleteAccount.tsx:194 +#: src/view/com/modals/DeleteAccount.tsx:201 msgid "Password" msgstr "Senha" @@ -3264,11 +3333,11 @@ msgstr "Senha" msgid "Password Changed" msgstr "Senha Atualizada" -#: src/view/com/auth/login/Login.tsx:157 +#: src/screens/Login/index.tsx:157 msgid "Password updated" msgstr "Senha atualizada" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:28 +#: src/screens/Login/PasswordUpdatedForm.tsx:30 msgid "Password updated!" msgstr "Senha atualizada!" @@ -3296,12 +3365,12 @@ msgstr "Pets" msgid "Pictures meant for adults." msgstr "Imagens destinadas a adultos." -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:563 msgid "Pin to home" msgstr "Fixar na tela inicial" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 msgid "Pin to Home" msgstr "Fixar na Tela Inicial" @@ -3309,28 +3378,28 @@ msgstr "Fixar na Tela Inicial" msgid "Pinned Feeds" msgstr "Feeds Fixados" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:111 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "Reproduzir {0}" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:54 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:55 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" msgstr "Reproduzir Vídeo" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:110 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 msgid "Plays the GIF" msgstr "Reproduz o GIF" -#: src/view/com/auth/create/state.ts:124 +#: src/screens/Signup/state.ts:241 msgid "Please choose your handle." msgstr "Por favor, escolha seu usuário." -#: src/view/com/auth/create/state.ts:117 +#: src/screens/Signup/state.ts:234 msgid "Please choose your password." msgstr "Por favor, escolha sua senha." -#: src/view/com/auth/create/state.ts:131 +#: src/screens/Signup/state.ts:251 msgid "Please complete the verification captcha." msgstr "Por favor, complete o captcha de verificação." @@ -3338,15 +3407,15 @@ msgstr "Por favor, complete o captcha de verificação." msgid "Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed." msgstr "Por favor, confirme seu e-mail antes de alterá-lo. Este é um requisito temporário enquanto ferramentas de atualização de e-mail são adicionadas, e em breve será removido." -#: src/view/com/modals/AddAppPasswords.tsx:90 +#: src/view/com/modals/AddAppPasswords.tsx:91 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/modals/AddAppPasswords.tsx:145 +#: src/view/com/modals/AddAppPasswords.tsx:146 msgid "Please enter a unique name for this App Password or use our randomly generated one." msgstr "Por favor, insira um nome único para esta Senha de Aplicativo ou use nosso nome gerado automaticamente." -#: src/components/dialogs/MutedWords.tsx:68 +#: src/components/dialogs/MutedWords.tsx:67 msgid "Please enter a valid word, tag, or phrase to mute" msgstr "Por favor, insira uma palavra, tag ou frase para silenciar" @@ -3358,15 +3427,15 @@ msgstr "Por favor, insira uma palavra, tag ou frase para silenciar" #~ msgid "Please enter the verification code sent to {phoneNumberFormatted}." #~ msgstr "Por favor, digite o código de verificação enviado para {phoneNumberFormatted}." -#: src/view/com/auth/create/state.ts:103 +#: src/screens/Signup/state.ts:220 msgid "Please enter your email." msgstr "Por favor, digite o seu e-mail." -#: src/view/com/modals/DeleteAccount.tsx:191 +#: src/view/com/modals/DeleteAccount.tsx:190 msgid "Please enter your password as well:" msgstr "Por favor, digite sua senha também:" -#: src/components/moderation/LabelsOnMeDialog.tsx:222 +#: src/components/moderation/LabelsOnMeDialog.tsx:221 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Por favor, explique por que você acha que este rótulo foi aplicado incorrentamente por {0}" @@ -3379,7 +3448,7 @@ msgstr "Por favor, explique por que você acha que este rótulo foi aplicado inc msgid "Please Verify Your Email" msgstr "Por favor, verifique seu e-mail" -#: src/view/com/composer/Composer.tsx:221 +#: src/view/com/composer/Composer.tsx:222 msgid "Please wait for your link card to finish loading" msgstr "Aguarde até que a prévia de link termine de carregar" @@ -3392,11 +3461,11 @@ msgid "Porn" msgstr "Pornografia" #: src/lib/moderation/useGlobalLabelStrings.ts:34 -msgid "Pornography" -msgstr "Pornografia" +#~ msgid "Pornography" +#~ msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:366 -#: src/view/com/composer/Composer.tsx:374 +#: src/view/com/composer/Composer.tsx:367 +#: src/view/com/composer/Composer.tsx:375 msgctxt "action" msgid "Post" msgstr "Postar" @@ -3424,12 +3493,12 @@ msgstr "Post excluído" msgid "Post hidden" msgstr "Post oculto" -#: src/components/moderation/ModerationDetailsDialog.tsx:98 +#: src/components/moderation/ModerationDetailsDialog.tsx:97 #: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Post Hidden by Muted Word" msgstr "Post Escondido por Palavra Silenciada" -#: src/components/moderation/ModerationDetailsDialog.tsx:101 +#: src/components/moderation/ModerationDetailsDialog.tsx:100 #: src/lib/moderation/useModerationCauseDescription.ts:108 msgid "Post Hidden by You" msgstr "Post Escondido por Você" @@ -3451,11 +3520,11 @@ msgstr "Post não encontrado" msgid "posts" msgstr "posts" -#: src/view/screens/Profile.tsx:188 +#: src/view/screens/Profile.tsx:190 msgid "Posts" msgstr "Posts" -#: src/components/dialogs/MutedWords.tsx:90 +#: src/components/dialogs/MutedWords.tsx:89 msgid "Posts can be muted based on their text, their tags, or both." msgstr "Posts podem ser silenciados baseados no seu conteúdo, tags ou ambos." @@ -3463,11 +3532,17 @@ msgstr "Posts podem ser silenciados baseados no seu conteúdo, tags ou ambos." msgid "Posts hidden" msgstr "Posts ocultados" -#: src/view/com/modals/LinkWarning.tsx:46 +#: src/view/com/modals/LinkWarning.tsx:60 msgid "Potentially Misleading Link" msgstr "Link Potencialmente Enganoso" -#: src/components/Lists.tsx:88 +#: src/components/forms/HostingProvider.tsx:45 +msgid "Press to change hosting provider" +msgstr "" + +#: src/components/Error.tsx:74 +#: src/components/Lists.tsx:80 +#: src/screens/Signup/index.tsx:186 msgid "Press to retry" msgstr "Tentar novamente" @@ -3489,23 +3564,23 @@ msgid "Privacy" msgstr "Privacidade" #: src/Navigation.tsx:231 -#: src/view/com/auth/create/Policies.tsx:69 +#: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:925 +#: src/view/screens/Settings/index.tsx:923 #: src/view/shell/Drawer.tsx:265 msgid "Privacy Policy" msgstr "Política de Privacidade" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:156 msgid "Processing..." msgstr "Processando..." #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:340 +#: src/view/screens/Profile.tsx:342 msgid "profile" msgstr "perfil" -#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:260 #: src/view/shell/desktop/LeftNav.tsx:419 #: src/view/shell/Drawer.tsx:70 #: src/view/shell/Drawer.tsx:549 @@ -3513,15 +3588,15 @@ msgstr "perfil" msgid "Profile" msgstr "Perfil" -#: src/view/com/modals/EditProfile.tsx:128 +#: src/view/com/modals/EditProfile.tsx:129 msgid "Profile updated" msgstr "Perfil atualizado" -#: src/view/screens/Settings/index.tsx:983 +#: src/view/screens/Settings/index.tsx:981 msgid "Protect your account by verifying your email." msgstr "Proteja a sua conta verificando o seu e-mail." -#: src/screens/Onboarding/StepFinished.tsx:101 +#: src/screens/Onboarding/StepFinished.tsx:105 msgid "Public" msgstr "Público" @@ -3533,15 +3608,15 @@ msgstr "Listas públicas e compartilháveis para silenciar ou bloquear usuários msgid "Public, shareable lists which can drive feeds." msgstr "Listas públicas e compartilháveis que geram feeds." -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish post" msgstr "Publicar post" -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish reply" msgstr "Publicar resposta" -#: src/view/com/modals/Repost.tsx:65 +#: src/view/com/modals/Repost.tsx:66 msgctxt "action" msgid "Quote post" msgstr "Citar post" @@ -3550,7 +3625,7 @@ msgstr "Citar post" msgid "Quote post" msgstr "Citar post" -#: src/view/com/modals/Repost.tsx:70 +#: src/view/com/modals/Repost.tsx:71 msgctxt "action" msgid "Quote Post" msgstr "Citar Post" @@ -3559,11 +3634,11 @@ msgstr "Citar Post" msgid "Random (aka \"Poster's Roulette\")" msgstr "Aleatório" -#: src/view/com/modals/EditImage.tsx:236 +#: src/view/com/modals/EditImage.tsx:237 msgid "Ratios" msgstr "Índices" -#: src/view/screens/Search/Search.tsx:776 +#: src/view/screens/Search/Search.tsx:777 msgid "Recent Searches" msgstr "Buscas Recentes" @@ -3575,7 +3650,7 @@ msgstr "Feeds Recomendados" msgid "Recommended Users" msgstr "Usuários Recomendados" -#: src/components/dialogs/MutedWords.tsx:287 +#: src/components/dialogs/MutedWords.tsx:286 #: src/view/com/feeds/FeedSourceCard.tsx:283 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:83 @@ -3610,8 +3685,8 @@ msgstr "Remover feed?" #: src/view/com/feeds/FeedSourceCard.tsx:173 #: src/view/com/feeds/FeedSourceCard.tsx:233 -#: src/view/screens/ProfileFeed.tsx:334 -#: src/view/screens/ProfileFeed.tsx:340 +#: src/view/screens/ProfileFeed.tsx:335 +#: src/view/screens/ProfileFeed.tsx:341 msgid "Remove from my feeds" msgstr "Remover dos meus feeds" @@ -3627,11 +3702,11 @@ msgstr "Remover imagem" msgid "Remove image preview" msgstr "Remover visualização da imagem" -#: src/components/dialogs/MutedWords.tsx:330 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "Remover palavra silenciada da lista" -#: src/view/com/modals/Repost.tsx:47 +#: src/view/com/modals/Repost.tsx:48 msgid "Remove repost" msgstr "Desfazer repost" @@ -3656,7 +3731,7 @@ msgstr "Removido da lista" msgid "Removed from my feeds" msgstr "Removido dos meus feeds" -#: src/view/screens/ProfileFeed.tsx:208 +#: src/view/screens/ProfileFeed.tsx:209 msgid "Removed from your feeds" msgstr "Removido dos feeds salvos" @@ -3664,7 +3739,7 @@ msgstr "Removido dos feeds salvos" msgid "Removes default thumbnail from {0}" msgstr "Remover miniatura de {0}" -#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:191 msgid "Replies" msgstr "Respostas" @@ -3672,7 +3747,7 @@ msgstr "Respostas" msgid "Replies to this thread are disabled" msgstr "Respostas para esta thread estão desativadas" -#: src/view/com/composer/Composer.tsx:364 +#: src/view/com/composer/Composer.tsx:365 msgctxt "action" msgid "Reply" msgstr "Responder" @@ -3696,8 +3771,12 @@ msgstr "Responder <0/>" msgid "Report Account" msgstr "Denunciar Conta" -#: src/view/screens/ProfileFeed.tsx:351 -#: src/view/screens/ProfileFeed.tsx:353 +#: src/components/ReportDialog/index.tsx:49 +msgid "Report dialog" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:352 +#: src/view/screens/ProfileFeed.tsx:354 msgid "Report feed" msgstr "Denunciar feed" @@ -3710,29 +3789,29 @@ msgstr "Denunciar Lista" msgid "Report post" msgstr "Denunciar post" -#: src/components/ReportDialog/SelectReportOptionView.tsx:43 +#: src/components/ReportDialog/SelectReportOptionView.tsx:42 msgid "Report this content" msgstr "Denunciar conteúdo" -#: src/components/ReportDialog/SelectReportOptionView.tsx:56 +#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Report this feed" msgstr "Denunciar este feed" -#: src/components/ReportDialog/SelectReportOptionView.tsx:53 +#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Report this list" msgstr "Denunciar esta lista" -#: src/components/ReportDialog/SelectReportOptionView.tsx:50 +#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Report this post" msgstr "Denunciar este post" -#: src/components/ReportDialog/SelectReportOptionView.tsx:47 +#: src/components/ReportDialog/SelectReportOptionView.tsx:46 msgid "Report this user" msgstr "Denunciar este usuário" -#: src/view/com/modals/Repost.tsx:43 -#: src/view/com/modals/Repost.tsx:48 -#: src/view/com/modals/Repost.tsx:53 +#: src/view/com/modals/Repost.tsx:44 +#: src/view/com/modals/Repost.tsx:49 +#: src/view/com/modals/Repost.tsx:54 #: src/view/com/util/post-ctrls/RepostButton.tsx:61 msgctxt "action" msgid "Repost" @@ -3781,12 +3860,10 @@ msgstr "Solicitar Código" msgid "Require alt text before posting" msgstr "Exigir texto alternativo antes de postar" -#: src/view/com/auth/create/Step1.tsx:146 +#: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "Obrigatório para este provedor" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:124 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:136 #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "Código de redefinição" @@ -3804,7 +3881,7 @@ msgstr "Código de Redefinição" msgid "Reset onboarding state" msgstr "Redefinir tutoriais" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:104 +#: src/screens/Login/ForgotPasswordForm.tsx:86 msgid "Reset password" msgstr "Redefinir senha" @@ -3825,7 +3902,7 @@ msgstr "Redefine tutoriais" msgid "Resets the preferences state" msgstr "Redefine as configurações" -#: src/view/com/auth/login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:235 msgid "Retries login" msgstr "Tenta entrar novamente" @@ -3834,13 +3911,13 @@ msgstr "Tenta entrar novamente" msgid "Retries the last action, which errored out" msgstr "Tenta a última ação, que deu erro" -#: src/components/Lists.tsx:98 -#: src/screens/Onboarding/StepInterests/index.tsx:221 -#: src/screens/Onboarding/StepInterests/index.tsx:224 -#: src/view/com/auth/create/CreateAccount.tsx:181 -#: src/view/com/auth/create/CreateAccount.tsx:186 -#: src/view/com/auth/login/LoginForm.tsx:271 -#: src/view/com/auth/login/LoginForm.tsx:274 +#: src/components/Error.tsx:79 +#: src/components/Lists.tsx:91 +#: src/screens/Login/LoginForm.tsx:234 +#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Onboarding/StepInterests/index.tsx:225 +#: src/screens/Onboarding/StepInterests/index.tsx:228 +#: src/screens/Signup/index.tsx:193 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 msgid "Retry" @@ -3850,6 +3927,7 @@ msgstr "Tente novamente" #~ msgid "Retry." #~ msgstr "Tentar novamente." +#: src/components/Error.tsx:86 #: src/view/screens/ProfileList.tsx:917 msgid "Return to previous page" msgstr "Voltar para página anterior" @@ -3859,24 +3937,24 @@ msgid "Returns to home page" msgstr "Voltar para a tela inicial" #: src/view/screens/NotFound.tsx:58 -#: src/view/screens/ProfileFeed.tsx:112 +#: src/view/screens/ProfileFeed.tsx:113 msgid "Returns to previous page" msgstr "Voltar para página anterior" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:337 -#: src/view/com/modals/EditProfile.tsx:224 +#: src/view/com/modals/ChangeHandle.tsx:174 +#: src/view/com/modals/CreateOrEditList.tsx:338 +#: src/view/com/modals/EditProfile.tsx:225 msgid "Save" msgstr "Salvar" #: src/view/com/lightbox/Lightbox.tsx:132 -#: src/view/com/modals/CreateOrEditList.tsx:345 +#: src/view/com/modals/CreateOrEditList.tsx:346 msgctxt "action" msgid "Save" msgstr "Salvar" -#: src/view/com/modals/AltImage.tsx:130 +#: src/view/com/modals/AltImage.tsx:131 msgid "Save alt text" msgstr "Salvar texto alternativo" @@ -3884,20 +3962,20 @@ msgstr "Salvar texto alternativo" msgid "Save birthday" msgstr "Salvar data de nascimento" -#: src/view/com/modals/EditProfile.tsx:232 +#: src/view/com/modals/EditProfile.tsx:233 msgid "Save Changes" msgstr "Salvar Alterações" -#: src/view/com/modals/ChangeHandle.tsx:170 +#: src/view/com/modals/ChangeHandle.tsx:171 msgid "Save handle change" msgstr "Salvar usuário" -#: src/view/com/modals/crop-image/CropImage.web.tsx:144 +#: src/view/com/modals/crop-image/CropImage.web.tsx:145 msgid "Save image crop" msgstr "Salvar corte de imagem" -#: src/view/screens/ProfileFeed.tsx:335 -#: src/view/screens/ProfileFeed.tsx:341 +#: src/view/screens/ProfileFeed.tsx:336 +#: src/view/screens/ProfileFeed.tsx:342 msgid "Save to my feeds" msgstr "Salvar nos meus feeds" @@ -3909,19 +3987,19 @@ msgstr "Feeds Salvos" msgid "Saved to your camera roll." msgstr "Imagem salva na galeria." -#: src/view/screens/ProfileFeed.tsx:212 +#: src/view/screens/ProfileFeed.tsx:213 msgid "Saved to your feeds" msgstr "Adicionado aos seus feeds" -#: src/view/com/modals/EditProfile.tsx:225 +#: src/view/com/modals/EditProfile.tsx:226 msgid "Saves any changes to your profile" msgstr "Salva todas as alterações" -#: src/view/com/modals/ChangeHandle.tsx:171 +#: src/view/com/modals/ChangeHandle.tsx:172 msgid "Saves handle change to {handle}" msgstr "Salva mudança de usuário para {handle}" -#: src/view/com/modals/crop-image/CropImage.web.tsx:145 +#: src/view/com/modals/crop-image/CropImage.web.tsx:146 msgid "Saves image crop settings" msgstr "Salva o corte da imagem" @@ -3934,14 +4012,14 @@ msgid "Scroll to top" msgstr "Ir para o topo" #: src/Navigation.tsx:459 -#: src/view/com/auth/LoggedOut.tsx:122 +#: src/view/com/auth/LoggedOut.tsx:123 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 -#: src/view/screens/Search/Search.tsx:420 -#: src/view/screens/Search/Search.tsx:669 -#: src/view/screens/Search/Search.tsx:687 -#: src/view/shell/bottom-bar/BottomBar.tsx:161 +#: src/view/screens/Search/Search.tsx:421 +#: src/view/screens/Search/Search.tsx:670 +#: src/view/screens/Search/Search.tsx:688 +#: src/view/shell/bottom-bar/BottomBar.tsx:169 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 #: src/view/shell/desktop/Search.tsx:224 @@ -3950,7 +4028,7 @@ msgstr "Ir para o topo" msgid "Search" msgstr "Buscar" -#: src/view/screens/Search/Search.tsx:736 +#: src/view/screens/Search/Search.tsx:737 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "Pesquisar por \"{query}\"" @@ -3971,8 +4049,8 @@ msgstr "Pesquisar por posts com a tag {displayTag}" #~ msgid "Search for all posts with tag {tag}" #~ msgstr "Pesquisar por posts com a tag {tag}" -#: src/view/com/auth/LoggedOut.tsx:104 #: src/view/com/auth/LoggedOut.tsx:105 +#: src/view/com/auth/LoggedOut.tsx:106 #: src/view/com/modals/ListAddRemoveUsers.tsx:70 msgid "Search for users" msgstr "Buscar usuários" @@ -4009,7 +4087,7 @@ msgstr "Ver posts com <0>{displayTag}</0> deste usuário" msgid "See this guide" msgstr "Veja o guia" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:39 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:40 msgid "See what's next" msgstr "Veja o que vem por aí" @@ -4017,7 +4095,11 @@ msgstr "Veja o que vem por aí" msgid "Select {item}" msgstr "Selecionar {item}" -#: src/view/com/auth/login/Login.tsx:117 +#: src/screens/Login/ChooseAccountForm.tsx:61 +msgid "Select account" +msgstr "" + +#: src/screens/Login/index.tsx:120 msgid "Select from an existing account" msgstr "Selecionar de uma conta existente" @@ -4025,7 +4107,7 @@ msgstr "Selecionar de uma conta existente" msgid "Select languages" msgstr "Selecionar idiomas" -#: src/components/ReportDialog/SelectLabelerView.tsx:32 +#: src/components/ReportDialog/SelectLabelerView.tsx:30 msgid "Select moderator" msgstr "Selecionar moderador" @@ -4035,8 +4117,8 @@ msgstr "Seleciona opção {i} de {numItems}" #: src/view/com/auth/create/Step1.tsx:96 #: src/view/com/auth/login/LoginForm.tsx:153 -msgid "Select service" -msgstr "Selecionar serviço" +#~ msgid "Select service" +#~ msgstr "Selecionar serviço" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 msgid "Select some accounts below to follow" @@ -4050,11 +4132,11 @@ msgstr "Selecione o(s) serviço(s) de moderação para reportar" msgid "Select the service that hosts your data." msgstr "Selecione o serviço que hospeda seus dados." -#: src/screens/Onboarding/StepTopicalFeeds.tsx:96 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:100 msgid "Select topical feeds to follow from the list below" msgstr "Selecione feeds de assuntos para seguir" -#: src/screens/Onboarding/StepModeration/index.tsx:62 +#: src/screens/Onboarding/StepModeration/index.tsx:63 msgid "Select what you want to see (or not see), and we’ll handle the rest." msgstr "Selecione o que você quer (ou não) ver, e cuidaremos do resto." @@ -4070,7 +4152,11 @@ msgstr "Selecione quais idiomas você deseja ver nos seus feeds. Se nenhum for s msgid "Select your app language for the default text to display in the app." msgstr "Selecione o idioma do seu aplicativo" -#: src/screens/Onboarding/StepInterests/index.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:133 +msgid "Select your date of birth" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:200 msgid "Select your interests from the options below" msgstr "Selecione seus interesses" @@ -4078,11 +4164,11 @@ msgstr "Selecione seus interesses" msgid "Select your preferred language for translations in your feed." msgstr "Selecione seu idioma preferido para as traduções no seu feed." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:117 msgid "Select your primary algorithmic feeds" msgstr "Selecione seus feeds primários" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:142 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:133 msgid "Select your secondary algorithmic feeds" msgstr "Selecione seus feeds secundários" @@ -4091,11 +4177,11 @@ msgstr "Selecione seus feeds secundários" msgid "Send Confirmation Email" msgstr "Enviar E-mail de Confirmação" -#: src/view/com/modals/DeleteAccount.tsx:131 +#: src/view/com/modals/DeleteAccount.tsx:130 msgid "Send email" msgstr "Enviar e-mail" -#: src/view/com/modals/DeleteAccount.tsx:144 +#: src/view/com/modals/DeleteAccount.tsx:143 msgctxt "action" msgid "Send Email" msgstr "Enviar E-mail" @@ -4114,15 +4200,15 @@ msgstr "Denunciar" #~ msgid "Send Report" #~ msgstr "Denunciar" -#: src/components/ReportDialog/SelectLabelerView.tsx:46 +#: src/components/ReportDialog/SelectLabelerView.tsx:44 msgid "Send report to {0}" msgstr "Denunciar via {0}" -#: src/view/com/modals/DeleteAccount.tsx:133 +#: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "Envia o e-mail com o código de confirmação para excluir a conta" -#: src/view/com/auth/server-input/index.tsx:110 +#: src/view/com/auth/server-input/index.tsx:114 msgid "Server address" msgstr "URL do servidor" @@ -4136,7 +4222,7 @@ msgstr "URL do servidor" #~ msgid "Set Age" #~ msgstr "Definir Idade" -#: src/screens/Moderation/index.tsx:306 +#: src/screens/Moderation/index.tsx:304 msgid "Set birthdate" msgstr "Definir data de nascimento" @@ -4160,13 +4246,13 @@ msgstr "Definir data de nascimento" #~ msgid "Set dark theme to the dim theme" #~ msgstr "Definir o tema escuro para a versão menos escura" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:104 +#: src/screens/Login/SetNewPasswordForm.tsx:102 msgid "Set new password" msgstr "Definir uma nova senha" #: src/view/com/auth/create/Step1.tsx:202 -msgid "Set password" -msgstr "Definir senha" +#~ msgid "Set password" +#~ msgstr "Definir senha" #: src/view/screens/PreferencesFollowingFeed.tsx:225 msgid "Set this setting to \"No\" to hide all quote posts from your feed. Reposts will still be visible." @@ -4188,11 +4274,11 @@ 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 exibir amostras de seus feeds salvos no seu feed inicial. Este é um recurso experimental." -#: src/screens/Onboarding/Layout.tsx:50 +#: src/screens/Onboarding/Layout.tsx:48 msgid "Set up your account" msgstr "Configure sua conta" -#: src/view/com/modals/ChangeHandle.tsx:266 +#: src/view/com/modals/ChangeHandle.tsx:267 msgid "Sets Bluesky username" msgstr "Configura o usuário no Bluesky" @@ -4216,30 +4302,30 @@ msgstr "Define o tema escuro para o padrão" msgid "Sets dark theme to the dim theme" msgstr "Define o tema escuro para o menos escuro" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:157 +#: src/screens/Login/ForgotPasswordForm.tsx:113 msgid "Sets email for password reset" msgstr "Configura o e-mail para recuperação de senha" #: src/view/com/auth/login/ForgotPasswordForm.tsx:122 -msgid "Sets hosting provider for password reset" -msgstr "Configura o provedor de hospedagem para recuperação de senha" +#~ msgid "Sets hosting provider for password reset" +#~ msgstr "Configura o provedor de hospedagem para recuperação de senha" -#: src/view/com/modals/crop-image/CropImage.web.tsx:123 +#: src/view/com/modals/crop-image/CropImage.web.tsx:124 msgid "Sets image aspect ratio to square" msgstr "Define a proporção da imagem para quadrada" -#: src/view/com/modals/crop-image/CropImage.web.tsx:113 +#: src/view/com/modals/crop-image/CropImage.web.tsx:114 msgid "Sets image aspect ratio to tall" msgstr "Define a proporção da imagem para alta" -#: src/view/com/modals/crop-image/CropImage.web.tsx:103 +#: src/view/com/modals/crop-image/CropImage.web.tsx:104 msgid "Sets image aspect ratio to wide" msgstr "Define a proporção da imagem para comprida" #: src/view/com/auth/create/Step1.tsx:97 #: src/view/com/auth/login/LoginForm.tsx:154 -msgid "Sets server for the Bluesky client" -msgstr "Configura o servidor para o cliente do Bluesky" +#~ msgid "Sets server for the Bluesky client" +#~ msgstr "Configura o servidor para o cliente do Bluesky" #: src/Navigation.tsx:139 #: src/view/screens/Settings/index.tsx:313 @@ -4266,23 +4352,33 @@ msgstr "Compartilhar" #: src/view/com/profile/ProfileMenu.tsx:224 #: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:237 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:218 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:235 #: src/view/screens/ProfileList.tsx:388 msgid "Share" msgstr "Compartilhar" #: src/view/com/profile/ProfileMenu.tsx:373 #: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:251 msgid "Share anyway" msgstr "Compartilhar assim" -#: src/view/screens/ProfileFeed.tsx:361 -#: src/view/screens/ProfileFeed.tsx:363 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileFeed.tsx:364 msgid "Share feed" msgstr "Compartilhar feed" +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 +msgid "Share Link" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:92 +msgid "Shares the linked website" +msgstr "" + #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:45 +#: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 #: src/view/screens/Settings/index.tsx:363 @@ -4293,8 +4389,8 @@ msgstr "Mostrar" msgid "Show all replies" msgstr "Mostrar todas as respostas" -#: src/components/moderation/ScreenHider.tsx:162 -#: src/components/moderation/ScreenHider.tsx:165 +#: src/components/moderation/ScreenHider.tsx:169 +#: src/components/moderation/ScreenHider.tsx:172 msgid "Show anyway" msgstr "Mostrar mesmo assim" @@ -4308,10 +4404,10 @@ msgid "Show badge and filter from feeds" msgstr "Mostrar rótulo e filtrar dos feeds" #: src/view/com/modals/EmbedConsent.tsx:87 -msgid "Show embeds from {0}" -msgstr "Mostrar anexos de {0}" +#~ msgid "Show embeds from {0}" +#~ msgstr "Mostrar anexos de {0}" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 msgid "Show follows similar to {0}" msgstr "Mostrar usuários parecidos com {0}" @@ -4329,15 +4425,15 @@ msgstr "Mostrar Posts dos Meus Feeds" msgid "Show Quote Posts" msgstr "Mostrar Citações" -#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +#: src/screens/Onboarding/StepFollowingFeed.tsx:119 msgid "Show quote-posts in Following feed" msgstr "Mostrar citações no feed Seguindo" -#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +#: src/screens/Onboarding/StepFollowingFeed.tsx:135 msgid "Show quotes in Following" msgstr "Mostrar citações no Seguindo" -#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +#: src/screens/Onboarding/StepFollowingFeed.tsx:95 msgid "Show re-posts in Following feed" msgstr "Mostrar reposts no feed Seguindo" @@ -4349,11 +4445,11 @@ 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 +#: src/screens/Onboarding/StepFollowingFeed.tsx:87 msgid "Show replies in Following" msgstr "Mostrar respostas no Seguindo" -#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +#: src/screens/Onboarding/StepFollowingFeed.tsx:71 msgid "Show replies in Following feed" msgstr "Mostrar respostas no feed Seguindo" @@ -4365,7 +4461,7 @@ msgstr "Mostrar respostas com ao menos {0} {value}" msgid "Show Reposts" msgstr "Mostrar Reposts" -#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +#: src/screens/Onboarding/StepFollowingFeed.tsx:111 msgid "Show reposts in Following" msgstr "Mostrar reposts no Seguindo" @@ -4390,16 +4486,22 @@ msgstr "Mostrar aviso e filtrar dos feeds" #~ msgid "Shows a list of users similar to this user." #~ msgstr "Mostra uma lista de usuários parecidos com este" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:127 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 msgid "Shows posts from {0} in your feed" msgstr "Mostra posts de {0} no seu feed" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:72 -#: src/view/com/auth/login/Login.tsx:98 +#: src/screens/Login/index.tsx:100 +#: src/screens/Login/index.tsx:119 +#: src/screens/Login/LoginForm.tsx:131 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:73 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:83 #: src/view/com/auth/SplashScreen.tsx:81 -#: src/view/shell/bottom-bar/BottomBar.tsx:289 -#: src/view/shell/bottom-bar/BottomBar.tsx:290 -#: src/view/shell/bottom-bar/BottomBar.tsx:292 +#: src/view/com/auth/SplashScreen.tsx:90 +#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:119 +#: src/view/shell/bottom-bar/BottomBar.tsx:300 +#: src/view/shell/bottom-bar/BottomBar.tsx:301 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 @@ -4412,32 +4514,29 @@ msgstr "Fazer login" #: src/view/com/auth/HomeLoggedOutCTA.tsx:82 #: src/view/com/auth/SplashScreen.tsx:86 #: src/view/com/auth/SplashScreen.web.tsx:91 -msgid "Sign In" -msgstr "Fazer Login" +#~ msgid "Sign In" +#~ msgstr "Fazer Login" -#: src/view/com/auth/login/ChooseAccountForm.tsx:45 +#: src/components/AccountList.tsx:109 msgid "Sign in as {0}" msgstr "Fazer login como {0}" -#: src/view/com/auth/login/ChooseAccountForm.tsx:127 -#: src/view/com/auth/login/Login.tsx:116 +#: src/screens/Login/ChooseAccountForm.tsx:64 msgid "Sign in as..." msgstr "Fazer login como..." #: src/view/com/auth/login/LoginForm.tsx:140 -msgid "Sign into" -msgstr "Fazer login" +#~ msgid "Sign into" +#~ msgstr "Fazer login" -#: src/view/com/modals/SwitchAccount.tsx:68 -#: src/view/com/modals/SwitchAccount.tsx:73 #: src/view/screens/Settings/index.tsx:107 #: src/view/screens/Settings/index.tsx:110 msgid "Sign out" msgstr "Sair" -#: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/bottom-bar/BottomBar.tsx:280 -#: src/view/shell/bottom-bar/BottomBar.tsx:282 +#: src/view/shell/bottom-bar/BottomBar.tsx:290 +#: src/view/shell/bottom-bar/BottomBar.tsx:291 +#: src/view/shell/bottom-bar/BottomBar.tsx:293 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 @@ -4451,7 +4550,7 @@ msgstr "Inscrever-se" msgid "Sign up or sign in to join the conversation" msgstr "Inscreva-se ou faça login para se juntar à conversa" -#: src/components/moderation/ScreenHider.tsx:98 +#: src/components/moderation/ScreenHider.tsx:97 #: src/lib/moderation/useGlobalLabelStrings.ts:28 msgid "Sign-in Required" msgstr "É Necessário Fazer Login" @@ -4460,21 +4559,21 @@ msgstr "É Necessário Fazer Login" msgid "Signed in as" msgstr "Entrou como" -#: src/view/com/auth/login/ChooseAccountForm.tsx:112 +#: src/screens/Login/ChooseAccountForm.tsx:48 msgid "Signed in as @{0}" msgstr "autenticado como @{0}" #: src/view/com/modals/SwitchAccount.tsx:70 -msgid "Signs {0} out of Bluesky" -msgstr "Desloga a conta {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:195 +#: src/screens/Onboarding/StepInterests/index.tsx:239 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:203 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:35 msgid "Skip" msgstr "Pular" -#: src/screens/Onboarding/StepInterests/index.tsx:232 +#: src/screens/Onboarding/StepInterests/index.tsx:236 msgid "Skip this flow" msgstr "Pular" @@ -4486,9 +4585,9 @@ msgstr "Desenvolvimento de software" #~ msgid "Something went wrong and we're not sure what." #~ msgstr "Algo deu errado e meio que não sabemos o que houve." -#: src/components/ReportDialog/index.tsx:52 -#: src/screens/Moderation/index.tsx:116 -#: src/screens/Profile/Sections/Labels.tsx:77 +#: src/components/ReportDialog/index.tsx:59 +#: src/screens/Moderation/index.tsx:114 +#: src/screens/Profile/Sections/Labels.tsx:76 msgid "Something went wrong, please try again." msgstr "Algo deu errado. Por favor, tente novamente." @@ -4500,7 +4599,7 @@ msgstr "Algo deu errado. Por favor, tente novamente." #~ msgid "Something went wrong. Check your email and try again." #~ msgstr "Algo deu errado. Verifique seu e-mail e tente novamente." -#: src/App.native.tsx:71 +#: src/App.native.tsx:66 msgid "Sorry! Your session expired. Please log in again." msgstr "Opa! Sua sessão expirou. Por favor, entre novamente." @@ -4512,7 +4611,7 @@ msgstr "Classificar Respostas" msgid "Sort replies to the same post by:" msgstr "Classificar respostas de um post por:" -#: src/components/moderation/LabelsOnMeDialog.tsx:147 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 msgid "Source:" msgstr "Fonte:" @@ -4528,17 +4627,21 @@ msgstr "Spam; menções ou respostas excessivas" msgid "Sports" msgstr "Esportes" -#: src/view/com/modals/crop-image/CropImage.web.tsx:122 +#: src/view/com/modals/crop-image/CropImage.web.tsx:123 msgid "Square" msgstr "Quadrado" -#: src/view/screens/Settings/index.tsx:905 +#: src/view/screens/Settings/index.tsx:903 msgid "Status page" msgstr "Página de status" +#: src/screens/Signup/index.tsx:142 +msgid "Step" +msgstr "" + #: src/view/com/auth/create/StepHeader.tsx:22 -msgid "Step {0} of {numSteps}" -msgstr "Passo {0} de {numSteps}" +#~ msgid "Step {0} of {numSteps}" +#~ msgstr "Passo {0} de {numSteps}" #: src/view/screens/Settings/index.tsx:292 msgid "Storage cleared, you need to restart the app now." @@ -4549,8 +4652,8 @@ msgstr "Armazenamento limpo, você precisa reiniciar o app agora." msgid "Storybook" msgstr "Storybook" +#: src/components/moderation/LabelsOnMeDialog.tsx:255 #: src/components/moderation/LabelsOnMeDialog.tsx:256 -#: src/components/moderation/LabelsOnMeDialog.tsx:257 msgid "Submit" msgstr "Enviar" @@ -4558,20 +4661,20 @@ msgstr "Enviar" msgid "Subscribe" msgstr "Inscrever-se" -#: src/screens/Profile/Sections/Labels.tsx:181 +#: src/screens/Profile/Sections/Labels.tsx:180 msgid "Subscribe to @{0} to use these labels:" msgstr "Inscreva-se em @{0} para utilizar estes rótulos:" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:222 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:221 msgid "Subscribe to Labeler" msgstr "Inscrever-se no rotulador" -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:308 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:172 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 msgid "Subscribe to the {0} feed" msgstr "Increver-se no feed {0}" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:185 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 msgid "Subscribe to this labeler" msgstr "Inscrever-se neste rotulador" @@ -4579,7 +4682,7 @@ msgstr "Inscrever-se neste rotulador" msgid "Subscribe to this list" msgstr "Inscreva-se nesta lista" -#: src/view/screens/Search/Search.tsx:375 +#: src/view/screens/Search/Search.tsx:376 msgid "Suggested Follows" msgstr "Sugestões de Seguidores" @@ -4597,16 +4700,15 @@ msgstr "Sugestivo" msgid "Support" msgstr "Suporte" -#: src/view/com/modals/SwitchAccount.tsx:123 +#: src/components/dialogs/SwitchAccount.tsx:46 +#: src/components/dialogs/SwitchAccount.tsx:49 msgid "Switch Account" msgstr "Alterar Conta" -#: src/view/com/modals/SwitchAccount.tsx:103 #: src/view/screens/Settings/index.tsx:139 msgid "Switch to {0}" msgstr "Trocar para {0}" -#: src/view/com/modals/SwitchAccount.tsx:104 #: src/view/screens/Settings/index.tsx:140 msgid "Switches the account you are logged in to" msgstr "Troca a conta que você está autenticado" @@ -4619,7 +4721,7 @@ msgstr "Sistema" msgid "System log" msgstr "Log do sistema" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "tag" @@ -4631,7 +4733,7 @@ msgstr "Menu da tag: {displayTag}" #~ msgid "Tag menu: {tag}" #~ msgstr "Menu da tag: {tag}" -#: src/view/com/modals/crop-image/CropImage.web.tsx:112 +#: src/view/com/modals/crop-image/CropImage.web.tsx:113 msgid "Tall" msgstr "Alto" @@ -4648,8 +4750,8 @@ msgid "Terms" msgstr "Termos" #: src/Navigation.tsx:236 -#: src/view/com/auth/create/Policies.tsx:59 -#: src/view/screens/Settings/index.tsx:919 +#: src/screens/Signup/StepInfo/Policies.tsx:49 +#: src/view/screens/Settings/index.tsx:917 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:259 msgid "Terms of Service" @@ -4661,11 +4763,11 @@ msgstr "Termos de Serviço" msgid "Terms used violate community standards" msgstr "Termos utilizados violam as diretrizes da comunidade" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "texto" -#: src/components/moderation/LabelsOnMeDialog.tsx:220 +#: src/components/moderation/LabelsOnMeDialog.tsx:219 msgid "Text input field" msgstr "Campo de entrada de texto" @@ -4673,20 +4775,20 @@ msgstr "Campo de entrada de texto" msgid "Thank you. Your report has been sent." msgstr "Obrigado. Sua denúncia foi enviada." -#: src/view/com/modals/ChangeHandle.tsx:466 +#: src/view/com/modals/ChangeHandle.tsx:465 msgid "That contains the following:" msgstr "Contém o seguinte:" -#: src/view/com/auth/create/CreateAccount.tsx:94 +#: src/screens/Signup/index.tsx:84 msgid "That handle is already taken." msgstr "Este identificador de usuário já está sendo usado." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:283 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "A conta poderá interagir com você após o desbloqueio." -#: src/components/moderation/ModerationDetailsDialog.tsx:128 +#: src/components/moderation/ModerationDetailsDialog.tsx:127 msgid "the author" msgstr "o(a) autor(a)" @@ -4698,15 +4800,15 @@ 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/components/moderation/LabelsOnMeDialog.tsx:49 +#: src/components/moderation/LabelsOnMeDialog.tsx:48 msgid "The following labels were applied to your account." msgstr "Os seguintes rótulos foram aplicados sobre sua conta." -#: src/components/moderation/LabelsOnMeDialog.tsx:50 +#: src/components/moderation/LabelsOnMeDialog.tsx:49 msgid "The following labels were applied to your content." msgstr "Os seguintes rótulos foram aplicados sobre seu conteúdo." -#: src/screens/Onboarding/Layout.tsx:60 +#: src/screens/Onboarding/Layout.tsx:58 msgid "The following steps will help customize your Bluesky experience." msgstr "Os seguintes passos vão ajudar a customizar sua experiência no Bluesky." @@ -4727,12 +4829,12 @@ 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/screens/Onboarding/StepAlgoFeeds/index.tsx:150 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:141 msgid "There are many feeds to try:" msgstr "Temos vários feeds para você experimentar:" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:113 -#: src/view/screens/ProfileFeed.tsx:543 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112 +#: src/view/screens/ProfileFeed.tsx:544 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." @@ -4740,11 +4842,11 @@ 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:217 +#: src/view/screens/ProfileFeed.tsx:218 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:244 +#: src/view/screens/ProfileFeed.tsx:245 #: src/view/screens/ProfileList.tsx:275 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 @@ -4763,7 +4865,7 @@ msgstr "Tivemos um problema ao contatar o servidor deste feed" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Tivemos um problema ao carregar notificações. Toque aqui para tentar de novo." -#: src/view/com/posts/Feed.tsx:283 +#: src/view/com/posts/Feed.tsx:287 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Tivemos um problema ao carregar posts. Toque aqui para tentar de novo." @@ -4788,11 +4890,11 @@ msgstr "Tivemos um problema ao sincronizar suas configurações" msgid "There was an issue with fetching your app passwords" msgstr "Tivemos um problema ao carregar suas senhas de app." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:134 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:96 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:106 #: src/view/com/profile/ProfileMenu.tsx:117 #: src/view/com/profile/ProfileMenu.tsx:132 @@ -4817,19 +4919,19 @@ msgstr "Houve um problema inesperado no aplicativo. Por favor, deixe-nos saber s msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Muitos usuários estão tentando acessar o Bluesky! Ativaremos sua conta assim que possível." -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146 msgid "These are popular accounts you might like:" msgstr "Estas são contas populares que talvez você goste:" -#: src/components/moderation/ScreenHider.tsx:117 +#: src/components/moderation/ScreenHider.tsx:116 msgid "This {screenDescription} has been flagged:" msgstr "Este {screenDescription} foi reportado:" -#: src/components/moderation/ScreenHider.tsx:112 +#: src/components/moderation/ScreenHider.tsx:111 msgid "This account has requested that users sign in to view their profile." msgstr "Esta conta solicitou que os usuários fizessem login para visualizar seu perfil." -#: src/components/moderation/LabelsOnMeDialog.tsx:205 +#: src/components/moderation/LabelsOnMeDialog.tsx:204 msgid "This appeal will be sent to <0>{0}</0>." msgstr "Esta contestação será enviada para <0>{0}</0>." @@ -4841,11 +4943,11 @@ msgstr "Este conteúdo foi escondido pelos moderadores." msgid "This content has received a general warning from moderators." msgstr "Este conteúdo recebeu um aviso dos moderadores." -#: src/view/com/modals/EmbedConsent.tsx:68 +#: src/components/dialogs/EmbedConsent.tsx:64 msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Este conteúdo é hospedado por {0}. Deseja ativar a mídia externa?" -#: src/components/moderation/ModerationDetailsDialog.tsx:78 +#: src/components/moderation/ModerationDetailsDialog.tsx:77 #: src/lib/moderation/useModerationCauseDescription.ts:77 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Este conteúdo não está disponível porque um dos usuários bloqueou o outro." @@ -4867,7 +4969,7 @@ msgid "This feed is currently receiving high traffic and is temporarily unavaila msgstr "Este feed está recebendo muito tráfego e está temporariamente indisponível. Por favor, tente novamente mais tarde." #: src/screens/Profile/Sections/Feed.tsx:50 -#: src/view/screens/ProfileFeed.tsx:476 +#: src/view/screens/ProfileFeed.tsx:477 #: src/view/screens/ProfileList.tsx:675 msgid "This feed is empty!" msgstr "Este feed está vazio!" @@ -4884,15 +4986,15 @@ msgstr "Esta informação não é compartilhada com outros usuários." msgid "This is important in case you ever need to change your email or reset your password." msgstr "Isso é importante caso você precise alterar seu e-mail ou redefinir sua senha." -#: src/components/moderation/ModerationDetailsDialog.tsx:125 +#: src/components/moderation/ModerationDetailsDialog.tsx:124 msgid "This label was applied by {0}." msgstr "Este rótulo foi aplicado por {0}." -#: src/screens/Profile/Sections/Labels.tsx:168 +#: src/screens/Profile/Sections/Labels.tsx:167 msgid "This labeler hasn't declared what labels it publishes, and may not be active." msgstr "Este rotulador não declarou quais rótulos utiliza e pode não estar funcionando ainda." -#: src/view/com/modals/LinkWarning.tsx:58 +#: src/view/com/modals/LinkWarning.tsx:72 msgid "This link is taking you to the following website:" msgstr "Este link está levando você ao seguinte site:" @@ -4904,7 +5006,7 @@ msgstr "Esta lista está vazia!" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Este serviço de moderação está indisponível. Veja mais detalhes abaixo. Se este problema persistir, entre em contato." -#: src/view/com/modals/AddAppPasswords.tsx:106 +#: src/view/com/modals/AddAppPasswords.tsx:107 msgid "This name is already in use" msgstr "Você já tem uma senha com esse nome" @@ -4913,6 +5015,7 @@ msgid "This post has been deleted." msgstr "Este post foi excluído." #: src/view/com/util/forms/PostDropdownBtn.tsx:344 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "Este post só pode ser visto por usuários autenticados e não aparecerá para pessoas que não estão autenticadas." @@ -4924,19 +5027,19 @@ msgstr "Este post será escondido de todos os feeds." msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "Este post só pode ser visto por usuários autenticados e não aparecerá para pessoas que não estão autenticadas." -#: src/view/com/auth/create/Policies.tsx:46 +#: src/screens/Signup/StepInfo/Policies.tsx:37 msgid "This service has not provided terms of service or a privacy policy." msgstr "Este serviço não proveu termos de serviço ou política de privacidade." -#: src/view/com/modals/ChangeHandle.tsx:446 +#: src/view/com/modals/ChangeHandle.tsx:445 msgid "This should create a domain record at:" msgstr "Isso deve criar um registro no domínio:" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:87 msgid "This user doesn't have any followers." msgstr "Este usuário não é seguido por ninguém ainda." -#: src/components/moderation/ModerationDetailsDialog.tsx:73 +#: src/components/moderation/ModerationDetailsDialog.tsx:72 #: src/lib/moderation/useModerationCauseDescription.ts:68 msgid "This user has blocked you. You cannot view their content." msgstr "Este usuário te bloqueou. Você não pode ver este conteúdo." @@ -4953,15 +5056,15 @@ msgstr "Este usuário requisitou que seu conteúdo só seja visível para usuár #~ msgid "This user is included in the <0/> list which you have muted." #~ msgstr "Este usuário está incluído na lista <0/>, que você silenciou." -#: src/components/moderation/ModerationDetailsDialog.tsx:56 +#: src/components/moderation/ModerationDetailsDialog.tsx:55 msgid "This user is included in the <0>{0}</0> list which you have blocked." msgstr "Este usuário está incluído na lista <0>{0}</0>, que você bloqueou." -#: src/components/moderation/ModerationDetailsDialog.tsx:85 +#: src/components/moderation/ModerationDetailsDialog.tsx:84 msgid "This user is included in the <0>{0}</0> list which you have muted." msgstr "Este usuário está incluído na lista <0>{0}</0>, que você silenciou." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:87 msgid "This user isn't following anyone." msgstr "Este usuário não segue ninguém ainda." @@ -4969,7 +5072,7 @@ msgstr "Este usuário não segue ninguém ainda." 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/components/dialogs/MutedWords.tsx:284 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "Isso removerá {0} das suas palavras silenciadas. Você pode adicioná-la novamente depois." @@ -4994,11 +5097,11 @@ msgstr "Visualização de Threads" msgid "Threads Preferences" msgstr "Preferências das Threads" -#: src/components/ReportDialog/SelectLabelerView.tsx:35 +#: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "Para quem você gostaria de enviar esta denúncia?" -#: src/components/dialogs/MutedWords.tsx:113 +#: src/components/dialogs/MutedWords.tsx:112 msgid "Toggle between muted word options." msgstr "Alternar entre opções de uma palavra silenciada" @@ -5006,11 +5109,11 @@ msgstr "Alternar entre opções de uma palavra silenciada" msgid "Toggle dropdown" msgstr "Alternar menu suspenso" -#: src/screens/Moderation/index.tsx:334 +#: src/screens/Moderation/index.tsx:332 msgid "Toggle to enable or disable adult content" msgstr "Ligar ou desligar conteúdo adulto" -#: src/view/com/modals/EditImage.tsx:271 +#: src/view/com/modals/EditImage.tsx:272 msgid "Transformations" msgstr "Transformações" @@ -5026,7 +5129,7 @@ msgctxt "action" msgid "Try again" msgstr "Tentar novamente" -#: src/view/com/modals/ChangeHandle.tsx:429 +#: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "Tipo:" @@ -5038,22 +5141,23 @@ msgstr "Desbloquear lista" msgid "Un-mute list" msgstr "Dessilenciar lista" -#: src/view/com/auth/create/CreateAccount.tsx:58 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:87 -#: src/view/com/auth/login/Login.tsx:76 -#: src/view/com/auth/login/LoginForm.tsx:121 +#: src/screens/Login/ForgotPasswordForm.tsx:74 +#: src/screens/Login/index.tsx:78 +#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/SetNewPasswordForm.tsx:77 +#: src/screens/Signup/index.tsx:63 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Não foi possível entrar em contato com seu serviço. Por favor, verifique sua conexão à internet." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:572 msgid "Unblock" msgstr "Desbloquear" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 msgctxt "action" msgid "Unblock" msgstr "Desbloquear" @@ -5063,13 +5167,13 @@ msgstr "Desbloquear" msgid "Unblock Account" msgstr "Desbloquear Conta" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:281 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "Desbloquear Conta?" -#: src/view/com/modals/Repost.tsx:42 -#: src/view/com/modals/Repost.tsx:55 +#: src/view/com/modals/Repost.tsx:43 +#: src/view/com/modals/Repost.tsx:56 #: src/view/com/util/post-ctrls/RepostButton.tsx:60 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:48 msgid "Undo repost" @@ -5085,7 +5189,7 @@ msgctxt "action" msgid "Unfollow" msgstr "Deixar de seguir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 msgid "Unfollow {0}" msgstr "Deixar de seguir {0}" @@ -5095,14 +5199,14 @@ msgid "Unfollow Account" msgstr "Deixar de seguir" #: src/view/com/auth/create/state.ts:262 -msgid "Unfortunately, you do not meet the requirements to create an account." -msgstr "Infelizmente, você não atende aos requisitos para criar uma conta." +#~ 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:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Unlike" msgstr "Descurtir" -#: src/view/screens/ProfileFeed.tsx:572 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Unlike this feed" msgstr "Descurtir este feed" @@ -5133,12 +5237,12 @@ msgstr "Dessilenciar posts com {displayTag}" msgid "Unmute thread" msgstr "Dessilenciar thread" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 #: src/view/screens/ProfileList.tsx:563 msgid "Unpin" msgstr "Desafixar" -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Unpin from home" msgstr "Desafixar da tela inicial" @@ -5150,11 +5254,11 @@ msgstr "Desafixar lista de moderação" #~ msgid "Unsave" #~ msgstr "Remover" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:219 msgid "Unsubscribe" msgstr "Desinscrever-se" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183 msgid "Unsubscribe from this labeler" msgstr "Desinscrever-se deste rotulador" @@ -5170,15 +5274,15 @@ msgstr "Atualizar {displayName} nas Listas" #~ msgid "Update Available" #~ msgstr "Atualização Disponível" -#: src/view/com/modals/ChangeHandle.tsx:509 +#: src/view/com/modals/ChangeHandle.tsx:508 msgid "Update to {handle}" msgstr "Alterar para {handle}" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:204 +#: src/screens/Login/SetNewPasswordForm.tsx:186 msgid "Updating..." msgstr "Atualizando..." -#: src/view/com/modals/ChangeHandle.tsx:455 +#: src/view/com/modals/ChangeHandle.tsx:454 msgid "Upload a text file to:" msgstr "Carregar um arquivo de texto para:" @@ -5201,7 +5305,7 @@ msgstr "Carregar um arquivo" msgid "Upload from Library" msgstr "Carregar da galeria" -#: src/view/com/modals/ChangeHandle.tsx:409 +#: src/view/com/modals/ChangeHandle.tsx:408 msgid "Use a file on your server" msgstr "Utilize um arquivo no seu servidor" @@ -5209,11 +5313,11 @@ msgstr "Utilize um arquivo no seu servidor" msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "Use as senhas de aplicativos para fazer login em outros clientes do Bluesky sem dar acesso total à sua conta ou senha." -#: src/view/com/modals/ChangeHandle.tsx:518 +#: src/view/com/modals/ChangeHandle.tsx:517 msgid "Use bsky.social as hosting provider" msgstr "Usar bsky.social como serviço de hospedagem" -#: src/view/com/modals/ChangeHandle.tsx:517 +#: src/view/com/modals/ChangeHandle.tsx:516 msgid "Use default provider" msgstr "Usar provedor padrão" @@ -5227,19 +5331,19 @@ msgstr "Usar o navegador interno" msgid "Use my default browser" msgstr "Usar o meu navegador padrão" -#: src/view/com/modals/ChangeHandle.tsx:401 +#: src/view/com/modals/ChangeHandle.tsx:400 msgid "Use the DNS panel" msgstr "Usar o painel do meu DNS" -#: src/view/com/modals/AddAppPasswords.tsx:155 +#: src/view/com/modals/AddAppPasswords.tsx:156 msgid "Use this to sign into the other app along with your handle." msgstr "Use esta senha para entrar no outro aplicativo juntamente com seu identificador." -#: src/view/com/modals/InviteCodes.tsx:200 +#: src/view/com/modals/InviteCodes.tsx:201 msgid "Used by:" msgstr "Usado por:" -#: src/components/moderation/ModerationDetailsDialog.tsx:65 +#: src/components/moderation/ModerationDetailsDialog.tsx:64 #: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked" msgstr "Usuário Bloqueado" @@ -5248,7 +5352,7 @@ msgstr "Usuário Bloqueado" msgid "User Blocked by \"{0}\"" msgstr "Usuário Bloqueado por \"{0}\"" -#: src/components/moderation/ModerationDetailsDialog.tsx:54 +#: src/components/moderation/ModerationDetailsDialog.tsx:53 msgid "User Blocked by List" msgstr "Usuário Bloqueado Por Lista" @@ -5256,13 +5360,13 @@ msgstr "Usuário Bloqueado Por Lista" msgid "User Blocking You" msgstr "Usuário Bloqueia Você" -#: src/components/moderation/ModerationDetailsDialog.tsx:71 +#: src/components/moderation/ModerationDetailsDialog.tsx:70 msgid "User Blocks You" msgstr "Este Usuário Te Bloqueou" #: src/view/com/auth/create/Step2.tsx:79 -msgid "User handle" -msgstr "Usuário" +#~ msgid "User handle" +#~ msgstr "Usuário" #: src/view/com/lists/ListCard.tsx:85 #: src/view/com/modals/UserAddRemoveLists.tsx:198 @@ -5279,11 +5383,11 @@ msgstr "Lista de usuários por <0/>" msgid "User list by you" msgstr "Sua lista de usuários" -#: src/view/com/modals/CreateOrEditList.tsx:196 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "User list created" msgstr "Lista de usuários criada" -#: src/view/com/modals/CreateOrEditList.tsx:182 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "User list updated" msgstr "Lista de usuários atualizada" @@ -5291,8 +5395,7 @@ msgstr "Lista de usuários atualizada" msgid "User Lists" msgstr "Listas de Usuários" -#: src/view/com/auth/login/LoginForm.tsx:180 -#: src/view/com/auth/login/LoginForm.tsx:198 +#: src/screens/Login/LoginForm.tsx:151 msgid "Username or email address" msgstr "Nome de usuário ou endereço de e-mail" @@ -5312,23 +5415,23 @@ msgstr "Usuários em \"{0}\"" msgid "Users that have liked this content or profile" msgstr "Usuários que curtiram este conteúdo ou perfil" -#: src/view/com/modals/ChangeHandle.tsx:437 +#: src/view/com/modals/ChangeHandle.tsx:436 msgid "Value:" msgstr "Conteúdo:" -#: src/view/com/modals/ChangeHandle.tsx:510 +#: src/view/com/modals/ChangeHandle.tsx:509 msgid "Verify {0}" msgstr "Verificar {0}" -#: src/view/screens/Settings/index.tsx:944 +#: src/view/screens/Settings/index.tsx:942 msgid "Verify email" msgstr "Verificar e-mail" -#: src/view/screens/Settings/index.tsx:969 +#: src/view/screens/Settings/index.tsx:967 msgid "Verify my email" msgstr "Verificar meu e-mail" -#: src/view/screens/Settings/index.tsx:978 +#: src/view/screens/Settings/index.tsx:976 msgid "Verify My Email" msgstr "Verificar Meu Email" @@ -5341,11 +5444,15 @@ msgstr "Verificar Novo E-mail" msgid "Verify Your Email" msgstr "Verificar Seu E-mail" +#: src/view/screens/Settings/index.tsx:893 +msgid "Version {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:42 msgid "Video Games" msgstr "Games" -#: src/screens/Profile/Header/Shell.tsx:110 +#: src/screens/Profile/Header/Shell.tsx:107 msgid "View {0}'s avatar" msgstr "Ver o avatar de {0}" @@ -5353,11 +5460,11 @@ msgstr "Ver o avatar de {0}" msgid "View debug entry" msgstr "Ver depuração" -#: src/components/ReportDialog/SelectReportOptionView.tsx:133 +#: src/components/ReportDialog/SelectReportOptionView.tsx:131 msgid "View details" msgstr "Ver detalhes" -#: src/components/ReportDialog/SelectReportOptionView.tsx:128 +#: src/components/ReportDialog/SelectReportOptionView.tsx:126 msgid "View details for reporting a copyright violation" msgstr "Ver detalhes para denunciar uma violação de copyright" @@ -5381,16 +5488,16 @@ msgstr "Ver o avatar" msgid "View the labeling service provided by @{0}" msgstr "Ver este rotulador provido por @{0}" -#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileFeed.tsx:585 msgid "View users who like this feed" msgstr "Ver usuários que curtiram este feed" -#: src/view/com/modals/LinkWarning.tsx:75 -#: src/view/com/modals/LinkWarning.tsx:77 +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" msgstr "Visitar Site" -#: src/components/moderation/GlobalModerationLabelPref.tsx:44 +#: src/components/moderation/LabelPreference.tsx:135 #: src/lib/moderation/useLabelBehaviorDescription.ts:17 #: src/lib/moderation/useLabelBehaviorDescription.ts:22 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:53 @@ -5406,10 +5513,10 @@ msgid "Warn content and filter from feeds" msgstr "Avisar e filtrar dos feeds" #: src/screens/Onboarding/StepAlgoFeeds/index.tsx:134 -msgid "We also think you'll like \"For You\" by Skygaze:" -msgstr "Também recomendamos o \"For You\", do Skygaze:" +#~ msgid "We also think you'll like \"For You\" by Skygaze:" +#~ msgstr "Também recomendamos o \"For You\", do Skygaze:" -#: src/screens/Hashtag.tsx:132 +#: src/screens/Hashtag.tsx:133 msgid "We couldn't find any results for that hashtag." msgstr "Não encontramos nenhum post com esta hashtag." @@ -5417,7 +5524,7 @@ msgstr "Não encontramos nenhum post com esta hashtag." msgid "We estimate {estimatedTime} until your account is ready." msgstr "Estimamos que sua conta estará pronta em mais ou menos {estimatedTime}." -#: src/screens/Onboarding/StepFinished.tsx:93 +#: src/screens/Onboarding/StepFinished.tsx:97 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Esperamos que você se divirta. Lembre-se, o Bluesky é:" @@ -5429,11 +5536,11 @@ msgstr "Não temos mais posts de quem você segue. Aqui estão os mais novos de #~ msgid "We recommend \"For You\" by Skygaze:" #~ msgstr "Recomendamos o \"Para você\", do Skygaze:" -#: src/components/dialogs/MutedWords.tsx:204 +#: src/components/dialogs/MutedWords.tsx:203 msgid "We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Não recomendamos utilizar palavras comuns que aparecem em muitos posts, já que isso pode resultar em filtrar todos eles." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:125 msgid "We recommend our \"Discover\" feed:" msgstr "Recomendamos nosso feed \"Discover\":" @@ -5441,11 +5548,11 @@ msgstr "Recomendamos nosso feed \"Discover\":" msgid "We were unable to load your birth date preferences. Please try again." msgstr "Não foi possível carregar sua data de nascimento. Por favor, tente novamente." -#: src/screens/Moderation/index.tsx:387 +#: src/screens/Moderation/index.tsx:385 msgid "We were unable to load your configured labelers at this time." msgstr "Não foi possível carregar seus rotuladores." -#: src/screens/Onboarding/StepInterests/index.tsx:133 +#: src/screens/Onboarding/StepInterests/index.tsx:137 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "Não conseguimos conectar. Por favor, tente novamente para continuar configurando a sua conta. Se continuar falhando, você pode pular este fluxo." @@ -5457,11 +5564,11 @@ msgstr "Avisaremos quando sua conta estiver pronta." #~ msgid "We'll look into your appeal promptly." #~ msgstr "Avaliaremos sua contestação o quanto antes." -#: src/screens/Onboarding/StepInterests/index.tsx:138 +#: src/screens/Onboarding/StepInterests/index.tsx:142 msgid "We'll use this to help customize your experience." msgstr "Usaremos isto para customizar a sua experiência." -#: src/view/com/auth/create/CreateAccount.tsx:134 +#: src/screens/Signup/index.tsx:130 msgid "We're so excited to have you join us!" msgstr "Estamos muito felizes em recebê-lo!" @@ -5469,20 +5576,20 @@ msgstr "Estamos muito felizes em recebê-lo!" 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/components/dialogs/MutedWords.tsx:230 +#: src/components/dialogs/MutedWords.tsx:229 msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Não foi possível carregar sua lista de palavras silenciadas. Por favor, tente novamente." -#: src/view/screens/Search/Search.tsx:255 +#: src/view/screens/Search/Search.tsx:256 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Lamentamos, mas sua busca não pôde ser concluída. Por favor, tente novamente em alguns minutos." -#: src/components/Lists.tsx:194 +#: src/components/Lists.tsx:188 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "Sentimos muito! Não conseguimos encontrar a página que você estava procurando." -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:321 msgid "We're sorry! You can only subscribe to ten labelers, and you've reached your limit of ten." msgstr "Sentimos muito! Você só pode se inscrever em até dez rotuladores e você já chegou ao máximo." @@ -5490,7 +5597,7 @@ msgstr "Sentimos muito! Você só pode se inscrever em até dez rotuladores e vo msgid "Welcome to <0>Bluesky</0>" msgstr "Bem-vindo ao <0>Bluesky</0>" -#: src/screens/Onboarding/StepInterests/index.tsx:130 +#: src/screens/Onboarding/StepInterests/index.tsx:134 msgid "What are your interests?" msgstr "Do que você gosta?" @@ -5498,8 +5605,9 @@ msgstr "Do que você gosta?" #~ msgid "What is the issue with this {collectionName}?" #~ msgstr "Qual é o problema com este {collectionName}?" -#: src/view/com/auth/SplashScreen.tsx:59 -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/auth/SplashScreen.tsx:58 +#: src/view/com/auth/SplashScreen.web.tsx:84 +#: src/view/com/composer/Composer.tsx:296 msgid "What's up?" msgstr "E aí?" @@ -5516,35 +5624,35 @@ msgstr "Quais idiomas você gostaria de ver nos seus feeds?" msgid "Who can reply" msgstr "Quem pode responder" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 +#: src/components/ReportDialog/SelectReportOptionView.tsx:43 msgid "Why should this content be reviewed?" msgstr "Por que este conteúdo deve ser revisado?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 +#: src/components/ReportDialog/SelectReportOptionView.tsx:56 msgid "Why should this feed be reviewed?" msgstr "Por que este feed deve ser revisado?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 +#: src/components/ReportDialog/SelectReportOptionView.tsx:53 msgid "Why should this list be reviewed?" msgstr "Por que esta lista deve ser revisada?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 +#: src/components/ReportDialog/SelectReportOptionView.tsx:50 msgid "Why should this post be reviewed?" msgstr "Por que este post deve ser revisado?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 +#: src/components/ReportDialog/SelectReportOptionView.tsx:47 msgid "Why should this user be reviewed?" msgstr "Por que este usuário deve ser revisado?" -#: src/view/com/modals/crop-image/CropImage.web.tsx:102 +#: src/view/com/modals/crop-image/CropImage.web.tsx:103 msgid "Wide" msgstr "Largo" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:436 msgid "Write post" msgstr "Escrever post" -#: src/view/com/composer/Composer.tsx:294 +#: src/view/com/composer/Composer.tsx:295 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "Escreva sua resposta" @@ -5567,7 +5675,7 @@ msgstr "Sim" msgid "You are in line." msgstr "Você está na fila." -#: src/view/com/profile/ProfileFollows.tsx:93 +#: src/view/com/profile/ProfileFollows.tsx:86 msgid "You are not following anyone." msgstr "Você não segue ninguém." @@ -5576,20 +5684,20 @@ msgstr "Você não segue ninguém." msgid "You can also discover new Custom Feeds to follow." msgstr "Você também pode descobrir novos feeds para seguir." -#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +#: src/screens/Onboarding/StepFollowingFeed.tsx:143 msgid "You can change these settings later." msgstr "Você pode mudar estas configurações depois." -#: src/view/com/auth/login/Login.tsx:158 -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 +#: src/screens/Login/index.tsx:158 +#: src/screens/Login/PasswordUpdatedForm.tsx:33 msgid "You can now sign in with your new password." msgstr "Agora você pode entrar com a sua nova senha." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:86 msgid "You do not have any followers." msgstr "Ninguém segue você ainda." -#: src/view/com/modals/InviteCodes.tsx:66 +#: src/view/com/modals/InviteCodes.tsx:67 msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer." msgstr "Você ainda não tem nenhum convite! Nós lhe enviaremos alguns quando você estiver há mais tempo no Bluesky." @@ -5609,14 +5717,14 @@ msgstr "Você não tem feeds salvos." msgid "You have blocked the author or you have been blocked by the author." msgstr "Você bloqueou esta conta ou foi bloqueado por ela." -#: src/components/moderation/ModerationDetailsDialog.tsx:67 +#: src/components/moderation/ModerationDetailsDialog.tsx:66 #: src/lib/moderation/useModerationCauseDescription.ts:50 #: src/lib/moderation/useModerationCauseDescription.ts:58 msgid "You have blocked this user. You cannot view their content." msgstr "Você bloqueou este usuário. Você não pode ver este conteúdo." -#: src/view/com/auth/login/SetNewPasswordForm.tsx:57 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:92 +#: src/screens/Login/SetNewPasswordForm.tsx:54 +#: src/screens/Login/SetNewPasswordForm.tsx:91 #: src/view/com/modals/ChangePassword.tsx:87 #: src/view/com/modals/ChangePassword.tsx:121 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." @@ -5626,11 +5734,11 @@ msgstr "Você utilizou um código inválido. O código segue este padrão: XXXXX msgid "You have hidden this post" msgstr "Você escondeu este post" -#: src/components/moderation/ModerationDetailsDialog.tsx:102 +#: src/components/moderation/ModerationDetailsDialog.tsx:101 msgid "You have hidden this post." msgstr "Você escondeu este post." -#: src/components/moderation/ModerationDetailsDialog.tsx:95 +#: src/components/moderation/ModerationDetailsDialog.tsx:94 #: src/lib/moderation/useModerationCauseDescription.ts:92 msgid "You have muted this account." msgstr "Você silenciou esta conta." @@ -5672,14 +5780,18 @@ msgstr "Você ainda não silenciou nenhuma conta. Para silenciar uma conta, aces #~ msgid "You have not muted any accounts yet. To mute an account, go to their profile and selected \"Mute account\" from the menu on their account." #~ msgstr "Você ainda não silenciou nenhuma conta. Para silenciar uma conta, acesse um perfil e selecione \"Silenciar conta\" no menu." -#: src/components/dialogs/MutedWords.tsx:250 +#: src/components/dialogs/MutedWords.tsx:249 msgid "You haven't muted any words or tags yet" msgstr "Você não silenciou nenhuma palavra ou tag ainda" -#: src/components/moderation/LabelsOnMeDialog.tsx:69 +#: src/components/moderation/LabelsOnMeDialog.tsx:68 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Você pode contestar estes rótulos se você acha que estão errados." +#: src/screens/Signup/StepInfo/Policies.tsx:79 +msgid "You must be 13 years of age or older to sign up." +msgstr "" + #: src/view/com/modals/ContentFilteringSettings.tsx:175 #~ msgid "You must be 18 or older to enable adult content." #~ msgstr "Você precisa ser maior de idade para habilitar conteúdo adulto." @@ -5700,11 +5812,11 @@ msgstr "Você não vai mais receber notificações desta thread" msgid "You will now receive notifications for this thread" msgstr "Você vai receber notificações desta thread" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:107 +#: src/screens/Login/SetNewPasswordForm.tsx:104 msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "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:59 +#: src/screens/Onboarding/StepModeration/index.tsx:60 msgid "You're in control" msgstr "Você está no controle" @@ -5714,11 +5826,11 @@ msgstr "Você está no controle" msgid "You're in line" msgstr "Você está na fila" -#: src/screens/Onboarding/StepFinished.tsx:90 +#: src/screens/Onboarding/StepFinished.tsx:94 msgid "You're ready to go!" msgstr "Tudo pronto!" -#: src/components/moderation/ModerationDetailsDialog.tsx:99 +#: src/components/moderation/ModerationDetailsDialog.tsx:98 #: src/lib/moderation/useModerationCauseDescription.ts:101 msgid "You've chosen to hide a word or tag within this post." msgstr "Você escolheu esconder uma palavra ou tag deste post." @@ -5727,11 +5839,11 @@ msgstr "Você escolheu esconder uma palavra ou tag deste post." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Você chegou ao fim do seu feed! Encontre novas contas para seguir." -#: src/view/com/auth/create/Step1.tsx:67 +#: src/screens/Signup/index.tsx:150 msgid "Your account" msgstr "Sua conta" -#: src/view/com/modals/DeleteAccount.tsx:67 +#: src/view/com/modals/DeleteAccount.tsx:68 msgid "Your account has been deleted" msgstr "Sua conta foi excluída" @@ -5739,7 +5851,7 @@ msgstr "Sua conta foi excluída" msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "O repositório da sua conta, contendo todos os seus dados públicos, pode ser baixado como um arquivo \"CAR\". Este arquivo não inclui imagens ou dados privados, estes devem ser exportados separadamente." -#: src/view/com/auth/create/Step1.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:121 msgid "Your birth date" msgstr "Sua data de nascimento" @@ -5747,12 +5859,12 @@ 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 +#: src/screens/Onboarding/StepFollowingFeed.tsx:62 msgid "Your default feed is \"Following\"" msgstr "Seu feed inicial é o \"Seguindo\"" -#: src/view/com/auth/create/state.ts:110 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:70 +#: src/screens/Login/ForgotPasswordForm.tsx:57 +#: src/screens/Signup/state.ts:227 #: src/view/com/modals/ChangePassword.tsx:54 msgid "Your email appears to be invalid." msgstr "Seu e-mail parece ser inválido." @@ -5773,11 +5885,11 @@ 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/Step2.tsx:83 +#: src/screens/Signup/StepHandle.tsx:72 msgid "Your full handle will be" msgstr "Seu identificador completo será" -#: src/view/com/modals/ChangeHandle.tsx:270 +#: src/view/com/modals/ChangeHandle.tsx:271 msgid "Your full handle will be <0>@{0}</0>" msgstr "Seu usuário completo será <0>@{0}</0>" @@ -5787,7 +5899,7 @@ msgstr "Seu usuário completo será <0>@{0}</0>" #~ msgid "Your invite codes are hidden when logged in using an App Password" #~ msgstr "Seus códigos de convite estão ocultos quando conectado com uma Senha do Aplicativo" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "Suas palavras silenciadas" @@ -5795,25 +5907,24 @@ msgstr "Suas palavras silenciadas" msgid "Your password has been changed successfully!" msgstr "Sua senha foi alterada com sucesso!" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:284 msgid "Your post has been published" msgstr "Seu post foi publicado" -#: src/screens/Onboarding/StepFinished.tsx:105 +#: src/screens/Onboarding/StepFinished.tsx:109 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:61 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Suas postagens, curtidas e bloqueios são públicos. Silenciamentos são privados." -#: src/view/com/modals/SwitchAccount.tsx:88 #: src/view/screens/Settings/index.tsx:125 msgid "Your profile" msgstr "Seu perfil" -#: src/view/com/composer/Composer.tsx:282 +#: src/view/com/composer/Composer.tsx:283 msgid "Your reply has been published" msgstr "Sua resposta foi publicada" -#: src/view/com/auth/create/Step2.tsx:65 +#: src/screens/Signup/index.tsx:152 msgid "Your user handle" msgstr "Seu identificador de usuário" diff --git a/src/locale/locales/tr/messages.po b/src/locale/locales/tr/messages.po index b9d857e1c..af50666ac 100644 --- a/src/locale/locales/tr/messages.po +++ b/src/locale/locales/tr/messages.po @@ -18,24 +18,24 @@ msgid "(no email)" msgstr "(e-posta yok)" #: src/view/shell/desktop/RightNav.tsx:168 -msgid "{0, plural, one {# invite code available} other {# invite codes available}}" -msgstr "{0, plural, one {# davet kodu mevcut} other {# davet kodları mevcut}}" +#~ msgid "{0, plural, one {# invite code available} other {# invite codes available}}" +#~ msgstr "{0, plural, one {# davet kodu mevcut} other {# davet kodları mevcut}}" -#: src/view/com/profile/ProfileHeader.tsx:632 +#: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} takip ediliyor" #: src/view/shell/desktop/RightNav.tsx:151 -msgid "{invitesAvailable, plural, one {Invite codes: # available} other {Invite codes: # available}}" -msgstr "{invitesAvailable, plural, one {Davet kodları: # mevcut} other {Davet kodları: # mevcut}}" +#~ msgid "{invitesAvailable, plural, one {Invite codes: # available} other {Invite codes: # available}}" +#~ msgstr "{invitesAvailable, plural, one {Davet kodları: # mevcut} other {Davet kodları: # mevcut}}" -#: src/view/screens/Settings.tsx:435 src/view/shell/Drawer.tsx:664 -msgid "{invitesAvailable} invite code available" -msgstr "{invitesAvailable} davet kodu mevcut" +#: src/view/screens/Settings.tsx:NaN +#~ msgid "{invitesAvailable} invite code available" +#~ msgstr "{invitesAvailable} davet kodu mevcut" -#: src/view/screens/Settings.tsx:437 src/view/shell/Drawer.tsx:666 -msgid "{invitesAvailable} invite codes available" -msgstr "{invitesAvailable} davet kodları mevcut" +#: src/view/screens/Settings.tsx:NaN +#~ msgid "{invitesAvailable} invite codes available" +#~ msgstr "{invitesAvailable} davet kodları mevcut" #: src/view/shell/Drawer.tsx:443 msgid "{numUnreadNotifications} unread" @@ -45,7 +45,11 @@ msgstr "{numUnreadNotifications} okunmamış" msgid "<0/> members" msgstr "<0/> üyeleri" -#: src/view/com/profile/ProfileHeader.tsx:634 +#: src/view/shell/Drawer.tsx:97 +msgid "<0>{0}</0> following" +msgstr "" + +#: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} </0><1>following</1>" msgstr "<0>{following} </0><1>takip ediliyor</1>" @@ -61,48 +65,60 @@ msgstr "<0>Önerilen</0><1>Kullanıcıları Takip Et</1><2>Seç</2>" msgid "<0>Welcome to</0><1>Bluesky</1>" msgstr "<0>Bluesky'e</0><1>Hoşgeldiniz</1>" -#: src/view/com/profile/ProfileHeader.tsx:597 +#: src/screens/Profile/Header/Handle.tsx:42 msgid "⚠Invalid Handle" msgstr "⚠Geçersiz Kullanıcı Adı" #: src/view/com/util/moderation/LabelInfo.tsx:45 -msgid "A content warning has been applied to this {0}." -msgstr "Bu {0} için bir içerik uyarısı uygulandı." +#~ msgid "A content warning has been applied to this {0}." +#~ msgstr "Bu {0} için bir içerik uyarısı uygulandı." #: src/lib/hooks/useOTAUpdate.ts:16 -msgid "A new version of the app is available. Please update to continue using the app." -msgstr "Uygulamanın yeni bir sürümü mevcut. Devam etmek için güncelleyin." +#~ msgid "A new version of the app is available. Please update to continue using the app." +#~ msgstr "Uygulamanın yeni bir sürümü mevcut. Devam etmek için güncelleyin." -#: src/view/com/util/ViewHeader.tsx:83 src/view/screens/Search/Search.tsx:624 +#: src/view/com/util/ViewHeader.tsx:89 +#: src/view/screens/Search/Search.tsx:649 msgid "Access navigation links and settings" msgstr "Gezinme bağlantılarına ve ayarlara erişin" -#: src/view/com/pager/FeedsTabBarMobile.tsx:89 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:52 msgid "Access profile and other navigation links" msgstr "Profil ve diğer gezinme bağlantılarına erişin" -#: src/view/com/modals/EditImage.tsx:299 src/view/screens/Settings.tsx:445 +#: src/view/com/modals/EditImage.tsx:300 +#: src/view/screens/Settings/index.tsx:470 msgid "Accessibility" msgstr "Erişilebilirlik" -#: src/view/com/auth/login/LoginForm.tsx:163 src/view/screens/Settings.tsx:308 -#: src/view/screens/Settings.tsx:715 +#: src/components/moderation/LabelsOnMe.tsx:42 +msgid "account" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:144 +#: src/view/screens/Settings/index.tsx:327 +#: src/view/screens/Settings/index.tsx:743 msgid "Account" msgstr "Hesap" -#: src/view/com/profile/ProfileHeader.tsx:293 +#: src/view/com/profile/ProfileMenu.tsx:139 msgid "Account blocked" msgstr "Hesap engellendi" -#: src/view/com/profile/ProfileHeader.tsx:260 +#: src/view/com/profile/ProfileMenu.tsx:153 +msgid "Account followed" +msgstr "" + +#: src/view/com/profile/ProfileMenu.tsx:113 msgid "Account muted" msgstr "Hesap susturuldu" -#: src/view/com/modals/ModerationDetails.tsx:86 +#: src/components/moderation/ModerationDetailsDialog.tsx:93 +#: src/lib/moderation/useModerationCauseDescription.ts:91 msgid "Account Muted" msgstr "Hesap Susturuldu" -#: src/view/com/modals/ModerationDetails.tsx:72 +#: src/components/moderation/ModerationDetailsDialog.tsx:82 msgid "Account Muted by List" msgstr "Liste Tarafından Hesap Susturuldu" @@ -114,18 +130,24 @@ msgstr "Hesap seçenekleri" msgid "Account removed from quick access" msgstr "Hesap hızlı erişimden kaldırıldı" -#: src/view/com/profile/ProfileHeader.tsx:315 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "Hesap engeli kaldırıldı" -#: src/view/com/profile/ProfileHeader.tsx:273 +#: src/view/com/profile/ProfileMenu.tsx:166 +msgid "Account unfollowed" +msgstr "" + +#: src/view/com/profile/ProfileMenu.tsx:102 msgid "Account unmuted" msgstr "Hesap susturulması kaldırıldı" +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 -#: src/view/com/modals/ListAddRemoveUsers.tsx:264 +#: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:219 -#: src/view/screens/ProfileList.tsx:812 +#: src/view/screens/ProfileList.tsx:827 msgid "Add" msgstr "Ekle" @@ -133,52 +155,63 @@ msgstr "Ekle" msgid "Add a content warning" msgstr "Bir içerik uyarısı ekleyin" -#: src/view/screens/ProfileList.tsx:802 +#: src/view/screens/ProfileList.tsx:817 msgid "Add a user to this list" msgstr "Bu listeye bir kullanıcı ekleyin" -#: src/view/screens/Settings.tsx:383 src/view/screens/Settings.tsx:392 +#: src/components/dialogs/SwitchAccount.tsx:55 +#: src/view/screens/Settings/index.tsx:402 +#: src/view/screens/Settings/index.tsx:411 msgid "Add account" msgstr "Hesap ekle" #: src/view/com/composer/photos/Gallery.tsx:119 #: src/view/com/composer/photos/Gallery.tsx:180 -#: src/view/com/modals/AltImage.tsx:116 +#: src/view/com/modals/AltImage.tsx:117 msgid "Add alt text" msgstr "Alternatif metin ekle" -#: src/view/screens/AppPasswords.tsx:102 src/view/screens/AppPasswords.tsx:143 -#: src/view/screens/AppPasswords.tsx:156 +#: src/view/screens/AppPasswords.tsx:104 +#: src/view/screens/AppPasswords.tsx:145 +#: src/view/screens/AppPasswords.tsx:158 msgid "Add App Password" msgstr "Uygulama Şifresi Ekle" #: src/view/com/modals/report/InputIssueDetails.tsx:41 #: src/view/com/modals/report/Modal.tsx:191 -msgid "Add details" -msgstr "Detaylar ekle" +#~ msgid "Add details" +#~ msgstr "Detaylar ekle" #: src/view/com/modals/report/Modal.tsx:194 -msgid "Add details to report" -msgstr "Rapor için detaylar ekleyin" +#~ msgid "Add details to report" +#~ msgstr "Rapor için detaylar ekleyin" -#: src/view/com/composer/Composer.tsx:446 +#: src/view/com/composer/Composer.tsx:467 msgid "Add link card" msgstr "Bağlantı kartı ekle" -#: src/view/com/composer/Composer.tsx:451 +#: src/view/com/composer/Composer.tsx:472 msgid "Add link card:" msgstr "Bağlantı kartı ekle:" -#: src/view/com/modals/ChangeHandle.tsx:417 +#: src/components/dialogs/MutedWords.tsx:157 +msgid "Add mute word for configured settings" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:86 +msgid "Add muted words and tags" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:416 msgid "Add the following DNS record to your domain:" msgstr "Alan adınıza aşağıdaki DNS kaydını ekleyin:" -#: src/view/com/profile/ProfileHeader.tsx:357 +#: src/view/com/profile/ProfileMenu.tsx:263 +#: src/view/com/profile/ProfileMenu.tsx:266 msgid "Add to Lists" msgstr "Listelere Ekle" -#: src/view/com/feeds/FeedSourceCard.tsx:243 -#: src/view/screens/ProfileFeed.tsx:272 +#: src/view/com/feeds/FeedSourceCard.tsx:234 msgid "Add to my feeds" msgstr "Beslemelerime ekle" @@ -191,32 +224,43 @@ msgstr "Eklendi" msgid "Added to list" msgstr "Listeye eklendi" -#: src/view/com/feeds/FeedSourceCard.tsx:125 +#: src/view/com/feeds/FeedSourceCard.tsx:108 msgid "Added to my feeds" msgstr "Beslemelerime eklendi" -#: src/view/screens/PreferencesHomeFeed.tsx:173 +#: src/view/screens/PreferencesFollowingFeed.tsx:173 msgid "Adjust the number of likes a reply must have to be shown in your feed." msgstr "Bir yanıtın beslemenizde gösterilmesi için sahip olması gereken beğeni sayısını ayarlayın." +#: src/lib/moderation/useGlobalLabelStrings.ts:34 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:117 #: src/view/com/modals/SelfLabel.tsx:75 msgid "Adult Content" msgstr "Yetişkin İçerik" #: src/view/com/modals/ContentFilteringSettings.tsx:137 -msgid "Adult content can only be enabled via the Web at <0/>." -msgstr "Yetişkin içeriği yalnızca Web üzerinden <0/> etkinleştirilebilir." +#~ msgid "Adult content can only be enabled via the Web at <0/>." +#~ msgstr "Yetişkin içeriği yalnızca Web üzerinden <0/> etkinleştirilebilir." -#: src/view/screens/Settings.tsx:658 +#: src/components/moderation/LabelPreference.tsx:242 +msgid "Adult content is disabled." +msgstr "" + +#: src/screens/Moderation/index.tsx:375 +#: src/view/screens/Settings/index.tsx:684 msgid "Advanced" msgstr "Gelişmiş" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:217 -#: src/view/com/modals/ChangePassword.tsx:168 +#: src/view/screens/Feeds.tsx:666 +msgid "All the feeds you've saved, right in one place." +msgstr "" + +#: src/screens/Login/ForgotPasswordForm.tsx:178 +#: src/view/com/modals/ChangePassword.tsx:170 msgid "Already have a code?" msgstr "Zaten bir kodunuz mu var?" -#: src/view/com/auth/login/ChooseAccountForm.tsx:98 +#: src/screens/Login/ChooseAccountForm.tsx:39 msgid "Already signed in as @{0}" msgstr "Zaten @{0} olarak oturum açıldı" @@ -224,7 +268,7 @@ msgstr "Zaten @{0} olarak oturum açıldı" msgid "ALT" msgstr "ALT" -#: src/view/com/modals/EditImage.tsx:315 +#: src/view/com/modals/EditImage.tsx:316 msgid "Alt text" msgstr "Alternatif metin" @@ -240,12 +284,18 @@ msgstr "{0} adresine bir e-posta gönderildi. Aşağıda girebileceğiniz bir on msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below." msgstr "Önceki adresinize, {0} bir e-posta gönderildi. Aşağıda girebileceğiniz bir onay kodu içerir." -#: src/view/com/profile/FollowButton.tsx:30 -#: src/view/com/profile/FollowButton.tsx:40 +#: src/lib/moderation/useReportOptions.ts:26 +msgid "An issue not included in these options" +msgstr "" + +#: src/view/com/profile/FollowButton.tsx:35 +#: src/view/com/profile/FollowButton.tsx:45 +#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:188 +#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:198 msgid "An issue occurred, please try again." msgstr "Bir sorun oluştu, lütfen tekrar deneyin." -#: src/view/com/notifications/FeedItem.tsx:236 +#: src/view/com/notifications/FeedItem.tsx:240 #: src/view/com/threadgate/WhoCanReply.tsx:178 msgid "and" msgstr "ve" @@ -254,66 +304,88 @@ msgstr "ve" msgid "Animals" msgstr "Hayvanlar" +#: src/lib/moderation/useReportOptions.ts:31 +msgid "Anti-Social Behavior" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:95 msgid "App Language" msgstr "Uygulama Dili" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:223 msgid "App password deleted" msgstr "Uygulama şifresi silindi" -#: src/view/com/modals/AddAppPasswords.tsx:134 +#: src/view/com/modals/AddAppPasswords.tsx:135 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "Uygulama Şifre adları yalnızca harfler, sayılar, boşluklar, tireler ve alt çizgiler içerebilir." -#: src/view/com/modals/AddAppPasswords.tsx:99 +#: src/view/com/modals/AddAppPasswords.tsx:100 msgid "App Password names must be at least 4 characters long." msgstr "Uygulama Şifre adları en az 4 karakter uzunluğunda olmalıdır." -#: src/view/screens/Settings.tsx:669 +#: src/view/screens/Settings/index.tsx:695 msgid "App password settings" msgstr "Uygulama şifresi ayarları" -#: src/Navigation.tsx:238 src/view/screens/AppPasswords.tsx:187 -#: src/view/screens/Settings.tsx:678 +#: src/Navigation.tsx:251 +#: src/view/screens/AppPasswords.tsx:189 +#: src/view/screens/Settings/index.tsx:704 msgid "App Passwords" msgstr "Uygulama Şifreleri" +#: src/components/moderation/LabelsOnMeDialog.tsx:133 +#: src/components/moderation/LabelsOnMeDialog.tsx:136 +msgid "Appeal" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:201 +msgid "Appeal \"{0}\" label" +msgstr "" + #: src/view/com/util/forms/PostDropdownBtn.tsx:250 -msgid "Appeal content warning" -msgstr "İçerik uyarısını itiraz et" +#~ msgid "Appeal content warning" +#~ msgstr "İçerik uyarısını itiraz et" #: src/view/com/modals/AppealLabel.tsx:65 -msgid "Appeal Content Warning" -msgstr "İçerik Uyarısını İtiraz Et" +#~ msgid "Appeal Content Warning" +#~ msgstr "İçerik Uyarısını İtiraz Et" + +#: src/components/moderation/LabelsOnMeDialog.tsx:192 +msgid "Appeal submitted." +msgstr "" #: src/view/com/util/moderation/LabelInfo.tsx:52 -msgid "Appeal this decision" -msgstr "Bu karara itiraz et" +#~ msgid "Appeal this decision" +#~ msgstr "Bu karara itiraz et" #: src/view/com/util/moderation/LabelInfo.tsx:56 -msgid "Appeal this decision." -msgstr "Bu karara itiraz et." +#~ msgid "Appeal this decision." +#~ msgstr "Bu karara itiraz et." -#: src/view/screens/Settings.tsx:460 +#: src/view/screens/Settings/index.tsx:485 msgid "Appearance" msgstr "Görünüm" -#: src/view/screens/AppPasswords.tsx:224 +#: src/view/screens/AppPasswords.tsx:265 msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "\"{name}\" uygulama şifresini silmek istediğinizden emin misiniz?" -#: src/view/com/composer/Composer.tsx:143 +#: src/view/com/feeds/FeedSourceCard.tsx:280 +msgid "Are you sure you want to remove {0} from your feeds?" +msgstr "" + +#: src/view/com/composer/Composer.tsx:509 msgid "Are you sure you'd like to discard this draft?" msgstr "Bu taslağı silmek istediğinizden emin misiniz?" -#: src/view/screens/ProfileList.tsx:364 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "Emin misiniz?" #: src/view/com/util/forms/PostDropdownBtn.tsx:233 -msgid "Are you sure? This cannot be undone." -msgstr "Emin misiniz? Bu geri alınamaz." +#~ msgid "Are you sure? This cannot be undone." +#~ msgstr "Emin misiniz? Bu geri alınamaz." #: src/view/com/composer/select-language/SuggestedLanguage.tsx:60 msgid "Are you writing in <0>{0}</0>?" @@ -327,77 +399,93 @@ msgstr "Sanat" msgid "Artistic or non-erotic nudity." msgstr "Sanatsal veya erotik olmayan çıplaklık." -#: 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:179 -#: src/view/com/modals/report/InputIssueDetails.tsx:46 -#: 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 +#: src/screens/Signup/StepHandle.tsx:118 +msgid "At least 3 characters" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:246 +#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/screens/Login/ChooseAccountForm.tsx:73 +#: src/screens/Login/ChooseAccountForm.tsx:78 +#: src/screens/Login/ForgotPasswordForm.tsx:129 +#: src/screens/Login/ForgotPasswordForm.tsx:135 +#: src/screens/Login/LoginForm.tsx:221 +#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/SetNewPasswordForm.tsx:160 +#: src/screens/Login/SetNewPasswordForm.tsx:166 +#: src/screens/Profile/Header/Shell.tsx:96 +#: src/screens/Signup/index.tsx:179 +#: src/view/com/util/ViewHeader.tsx:87 msgid "Back" msgstr "Geri" #: src/view/com/post-thread/PostThread.tsx:421 -msgctxt "action" -msgid "Back" -msgstr "Geri" +#~ msgctxt "action" +#~ msgid "Back" +#~ msgstr "Geri" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:144 msgid "Based on your interest in {interestsText}" msgstr "{interestsText} ilginize dayalı" -#: src/view/screens/Settings.tsx:517 +#: src/view/screens/Settings/index.tsx:542 msgid "Basics" msgstr "Temel" -#: src/view/com/auth/create/Step1.tsx:194 -#: src/view/com/modals/BirthDateSettings.tsx:73 +#: src/components/dialogs/BirthDateSettings.tsx:107 msgid "Birthday" msgstr "Doğum günü" -#: src/view/screens/Settings.tsx:340 +#: src/view/screens/Settings/index.tsx:359 msgid "Birthday:" msgstr "Doğum günü:" -#: src/view/com/profile/ProfileHeader.tsx:286 -#: src/view/com/profile/ProfileHeader.tsx:393 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 +#: src/view/com/profile/ProfileMenu.tsx:361 +msgid "Block" +msgstr "" + +#: src/view/com/profile/ProfileMenu.tsx:300 +#: src/view/com/profile/ProfileMenu.tsx:307 msgid "Block Account" msgstr "Hesabı Engelle" -#: src/view/screens/ProfileList.tsx:555 +#: src/view/com/profile/ProfileMenu.tsx:344 +msgid "Block Account?" +msgstr "" + +#: src/view/screens/ProfileList.tsx:530 msgid "Block accounts" msgstr "Hesapları engelle" -#: src/view/screens/ProfileList.tsx:505 +#: src/view/screens/ProfileList.tsx:478 +#: src/view/screens/ProfileList.tsx:634 msgid "Block list" msgstr "Listeyi engelle" -#: src/view/screens/ProfileList.tsx:315 +#: src/view/screens/ProfileList.tsx:629 msgid "Block these accounts?" msgstr "Bu hesapları engelle?" #: src/view/screens/ProfileList.tsx:319 -msgid "Block this List" -msgstr "Bu Listeyi Engelle" +#~ msgid "Block this List" +#~ msgstr "Bu Listeyi Engelle" -#: src/view/com/lists/ListCard.tsx:109 -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:60 +#: src/view/com/lists/ListCard.tsx:110 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:55 msgid "Blocked" msgstr "Engellendi" -#: src/view/screens/Moderation.tsx:123 +#: src/screens/Moderation/index.tsx:267 msgid "Blocked accounts" msgstr "Engellenen hesaplar" -#: src/Navigation.tsx:130 src/view/screens/ModerationBlockedAccounts.tsx:107 +#: src/Navigation.tsx:134 +#: src/view/screens/ModerationBlockedAccounts.tsx:107 msgid "Blocked Accounts" msgstr "Engellenen Hesaplar" -#: src/view/com/profile/ProfileHeader.tsx:288 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "Engellenen hesaplar, konularınıza yanıt veremez, sizi bahsedemez veya başka şekilde sizinle etkileşime giremez." @@ -405,64 +493,88 @@ msgstr "Engellenen hesaplar, konularınıza yanıt veremez, sizi bahsedemez veya 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 "Engellenen hesaplar, konularınıza yanıt veremez, sizi bahsedemez veya başka şekilde sizinle etkileşime giremez. Onların içeriğini görmeyeceksiniz ve onlar da sizinkini görmekten alıkonulacaklar." -#: src/view/com/post-thread/PostThread.tsx:272 +#: src/view/com/post-thread/PostThread.tsx:313 msgid "Blocked post." msgstr "Engellenen gönderi." -#: src/view/screens/ProfileList.tsx:317 +#: src/screens/Profile/Sections/Labels.tsx:152 +msgid "Blocking does not prevent this labeler from placing labels on your account." +msgstr "" + +#: src/view/screens/ProfileList.tsx:631 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "Engelleme herkese açıktır. Engellenen hesaplar, konularınıza yanıt veremez, sizi bahsedemez veya başka şekilde sizinle etkileşime giremez." -#: src/view/com/auth/HomeLoggedOutCTA.tsx:93 +#: src/view/com/profile/ProfileMenu.tsx:353 +msgid "Blocking will not prevent labels from being applied on your account, but it will stop this account from replying in your threads or interacting with you." +msgstr "" + +#: src/view/com/auth/HomeLoggedOutCTA.tsx:98 +#: src/view/com/auth/SplashScreen.web.tsx:169 msgid "Blog" msgstr "Blog" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:31 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:32 +#: src/view/com/auth/server-input/index.tsx:89 +#: src/view/com/auth/server-input/index.tsx:91 msgid "Bluesky" msgstr "Bluesky" +#: src/view/com/auth/server-input/index.tsx:154 +msgid "Bluesky is an open network where you can choose your hosting provider. Custom hosting is now available in beta for developers." +msgstr "" + #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:80 -#: src/view/com/auth/onboarding/WelcomeMobile.tsx:80 +#: src/view/com/auth/onboarding/WelcomeMobile.tsx:82 msgid "Bluesky is flexible." msgstr "Bluesky esnek." #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:69 -#: src/view/com/auth/onboarding/WelcomeMobile.tsx:69 +#: src/view/com/auth/onboarding/WelcomeMobile.tsx:71 msgid "Bluesky is open." msgstr "Bluesky açık." #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:56 -#: src/view/com/auth/onboarding/WelcomeMobile.tsx:56 +#: src/view/com/auth/onboarding/WelcomeMobile.tsx:58 msgid "Bluesky is public." msgstr "Bluesky kamusal." #: src/view/com/modals/Waitlist.tsx:70 -msgid "Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon." -msgstr "Bluesky, daha sağlıklı bir topluluk oluşturmak için davetleri kullanır. Bir daveti olan kimseyi tanımıyorsanız, bekleme listesine kaydolabilir ve yakında bir tane göndereceğiz." +#~ msgid "Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon." +#~ msgstr "Bluesky, daha sağlıklı bir topluluk oluşturmak için davetleri kullanır. Bir daveti olan kimseyi tanımıyorsanız, bekleme listesine kaydolabilir ve yakında bir tane göndereceğiz." -#: src/view/screens/Moderation.tsx:226 +#: src/screens/Moderation/index.tsx:533 msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private." msgstr "Bluesky, profilinizi ve gönderilerinizi oturum açmamış kullanıcılara göstermeyecektir. Diğer uygulamalar bu isteği yerine getirmeyebilir. Bu, hesabınızı özel yapmaz." #: src/view/com/modals/ServerInput.tsx:78 -msgid "Bluesky.Social" -msgstr "Bluesky.Social" +#~ msgid "Bluesky.Social" +#~ msgstr "Bluesky.Social" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:53 +msgid "Blur images" +msgstr "" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:51 +msgid "Blur images and filter from feeds" +msgstr "" #: src/screens/Onboarding/index.tsx:33 msgid "Books" msgstr "Kitaplar" #: src/view/screens/Settings.tsx:841 -msgid "Build version {0} {1}" -msgstr "Sürüm {0} {1}" +#~ msgid "Build version {0} {1}" +#~ msgstr "Sürüm {0} {1}" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:87 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:92 +#: src/view/com/auth/SplashScreen.web.tsx:166 msgid "Business" msgstr "İş" #: src/view/com/modals/ServerInput.tsx:115 -msgid "Button disabled. Input custom domain to proceed." -msgstr "Button devre dışı. Devam etmek için özel alan adını girin." +#~ msgid "Button disabled. Input custom domain to proceed." +#~ msgstr "Button devre dışı. Devam etmek için özel alan adını girin." #: src/view/com/profile/ProfileSubpageHeader.tsx:157 msgid "by —" @@ -472,88 +584,113 @@ msgstr "tarafından —" msgid "by {0}" msgstr "tarafından {0}" +#: src/components/LabelingServiceCard/index.tsx:57 +msgid "By {0}" +msgstr "" + #: src/view/com/profile/ProfileSubpageHeader.tsx:161 msgid "by <0/>" msgstr "tarafından <0/>" +#: src/screens/Signup/StepInfo/Policies.tsx:74 +msgid "By creating an account you agree to the {els}." +msgstr "" + #: src/view/com/profile/ProfileSubpageHeader.tsx:159 msgid "by you" msgstr "siz tarafından" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:60 -#: src/view/com/util/UserAvatar.tsx:221 src/view/com/util/UserBanner.tsx:38 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:77 msgid "Camera" msgstr "Kamera" -#: src/view/com/modals/AddAppPasswords.tsx:216 +#: src/view/com/modals/AddAppPasswords.tsx:217 msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long." msgstr "Yalnızca harfler, sayılar, boşluklar, tireler ve alt çizgiler içerebilir. En az 4 karakter uzunluğunda, ancak 32 karakterden fazla olmamalıdır." -#: src/components/Prompt.tsx:92 src/view/com/composer/Composer.tsx:300 -#: src/view/com/composer/Composer.tsx:305 +#: src/components/Menu/index.tsx:213 +#: src/components/Prompt.tsx:113 +#: src/components/Prompt.tsx:115 +#: src/components/TagMenu/index.tsx:268 +#: src/view/com/composer/Composer.tsx:317 +#: src/view/com/composer/Composer.tsx:322 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/ChangePassword.tsx:265 -#: src/view/com/modals/ChangePassword.tsx:268 -#: 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/ChangeHandle.tsx:154 +#: src/view/com/modals/ChangePassword.tsx:267 +#: src/view/com/modals/ChangePassword.tsx:270 +#: src/view/com/modals/CreateOrEditList.tsx:356 +#: src/view/com/modals/crop-image/CropImage.web.tsx:138 +#: src/view/com/modals/EditImage.tsx:324 +#: src/view/com/modals/EditProfile.tsx:250 #: src/view/com/modals/InAppBrowserConsent.tsx:78 -#: src/view/com/modals/LinkWarning.tsx:87 src/view/com/modals/Repost.tsx:87 +#: src/view/com/modals/InAppBrowserConsent.tsx:80 +#: src/view/com/modals/LinkWarning.tsx:105 +#: src/view/com/modals/LinkWarning.tsx:107 +#: src/view/com/modals/Repost.tsx:88 #: 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:693 src/view/shell/desktop/Search.tsx:238 +#: src/view/com/modals/VerifyEmail.tsx:253 +#: src/view/screens/Search/Search.tsx:718 +#: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "İptal" -#: src/view/com/modals/Confirm.tsx:88 src/view/com/modals/Confirm.tsx:91 -#: src/view/com/modals/CreateOrEditList.tsx:360 -#: src/view/com/modals/DeleteAccount.tsx:156 -#: src/view/com/modals/DeleteAccount.tsx:234 +#: src/view/com/modals/CreateOrEditList.tsx:361 +#: src/view/com/modals/DeleteAccount.tsx:155 +#: src/view/com/modals/DeleteAccount.tsx:233 msgctxt "action" msgid "Cancel" msgstr "İptal" -#: src/view/com/modals/DeleteAccount.tsx:152 -#: src/view/com/modals/DeleteAccount.tsx:230 +#: src/view/com/modals/DeleteAccount.tsx:151 +#: src/view/com/modals/DeleteAccount.tsx:229 msgid "Cancel account deletion" msgstr "Hesap silmeyi iptal et" -#: src/view/com/modals/ChangeHandle.tsx:149 +#: src/view/com/modals/ChangeHandle.tsx:150 msgid "Cancel change handle" msgstr "Kullanıcı adı değişikliğini iptal et" -#: src/view/com/modals/crop-image/CropImage.web.tsx:134 +#: src/view/com/modals/crop-image/CropImage.web.tsx:135 msgid "Cancel image crop" msgstr "Resim kırpma işlemini iptal et" -#: src/view/com/modals/EditProfile.tsx:244 +#: src/view/com/modals/EditProfile.tsx:245 msgid "Cancel profile editing" msgstr "Profil düzenlemeyi iptal et" -#: src/view/com/modals/Repost.tsx:78 +#: src/view/com/modals/Repost.tsx:79 msgid "Cancel quote post" msgstr "Alıntı gönderiyi iptal et" #: src/view/com/modals/ListAddRemoveUsers.tsx:87 -#: src/view/shell/desktop/Search.tsx:234 +#: src/view/shell/desktop/Search.tsx:235 msgid "Cancel search" msgstr "Aramayı iptal et" #: src/view/com/modals/Waitlist.tsx:136 -msgid "Cancel waitlist signup" -msgstr "Bekleme listesi kaydını iptal et" +#~ msgid "Cancel waitlist signup" +#~ msgstr "Bekleme listesi kaydını iptal et" + +#: src/view/com/modals/LinkWarning.tsx:106 +msgid "Cancels opening the linked website" +msgstr "" -#: src/view/screens/Settings.tsx:334 +#: src/view/com/modals/VerifyEmail.tsx:152 +msgid "Change" +msgstr "" + +#: src/view/screens/Settings/index.tsx:353 msgctxt "action" msgid "Change" msgstr "Değiştir" -#: src/view/screens/Settings.tsx:690 +#: src/view/screens/Settings/index.tsx:716 msgid "Change handle" msgstr "Kullanıcı adını değiştir" -#: src/view/com/modals/ChangeHandle.tsx:161 src/view/screens/Settings.tsx:699 +#: src/view/com/modals/ChangeHandle.tsx:162 +#: src/view/screens/Settings/index.tsx:727 msgid "Change Handle" msgstr "Kullanıcı Adını Değiştir" @@ -561,11 +698,12 @@ msgstr "Kullanıcı Adını Değiştir" msgid "Change my email" msgstr "E-postamı değiştir" -#: src/view/screens/Settings.tsx:726 +#: src/view/screens/Settings/index.tsx:754 msgid "Change password" msgstr "Şifre değiştir" -#: src/view/screens/Settings.tsx:735 +#: src/view/com/modals/ChangePassword.tsx:141 +#: src/view/screens/Settings/index.tsx:765 msgid "Change Password" msgstr "Şifre Değiştir" @@ -574,14 +712,15 @@ msgid "Change post language to {0}" msgstr "Gönderi dilini {0} olarak değiştir" #: src/view/screens/Settings.tsx:727 -msgid "Change your Bluesky password" -msgstr "Bluesky şifrenizi değiştirin" +#~ msgid "Change your Bluesky password" +#~ msgstr "Bluesky şifrenizi değiştirin" #: src/view/com/modals/ChangeEmail.tsx:109 msgid "Change Your Email" msgstr "E-postanızı Değiştirin" -#: src/screens/Deactivated.tsx:73 src/screens/Deactivated.tsx:77 +#: src/screens/Deactivated.tsx:72 +#: src/screens/Deactivated.tsx:76 msgid "Check my status" msgstr "Durumumu kontrol et" @@ -593,7 +732,7 @@ msgstr "Bazı önerilen beslemelere göz atın. Eklemek için + simgesine dokunu msgid "Check out some recommended users. Follow them to see similar users." msgstr "Bazı önerilen kullanıcılara göz atın. Benzer kullanıcıları görmek için onları takip edin." -#: src/view/com/modals/DeleteAccount.tsx:169 +#: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Aşağıya gireceğiniz onay kodu içeren bir e-posta için gelen kutunuzu kontrol edin:" @@ -602,105 +741,127 @@ msgid "Choose \"Everybody\" or \"Nobody\"" msgstr "\"Herkes\" veya \"Hiç kimse\" seçin" #: src/view/screens/Settings.tsx:691 -msgid "Choose a new Bluesky username or create" -msgstr "Yeni bir Bluesky kullanıcı adı seçin veya oluşturun" +#~ msgid "Choose a new Bluesky username or create" +#~ msgstr "Yeni bir Bluesky kullanıcı adı seçin veya oluşturun" -#: src/view/com/modals/ServerInput.tsx:38 +#: src/view/com/auth/server-input/index.tsx:79 msgid "Choose Service" msgstr "Hizmet Seç" -#: src/screens/Onboarding/StepFinished.tsx:135 +#: src/screens/Onboarding/StepFinished.tsx:139 msgid "Choose the algorithms that power your custom feeds." msgstr "Özel beslemelerinizi destekleyen algoritmaları seçin." #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:83 -#: src/view/com/auth/onboarding/WelcomeMobile.tsx:83 +#: src/view/com/auth/onboarding/WelcomeMobile.tsx:85 msgid "Choose the algorithms that power your experience with custom feeds." msgstr "Özel beslemelerle deneyiminizi destekleyen algoritmaları seçin." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:104 msgid "Choose your main feeds" msgstr "Ana beslemelerinizi seçin" -#: src/view/com/auth/create/Step1.tsx:163 +#: src/screens/Signup/StepInfo/index.tsx:112 msgid "Choose your password" msgstr "Şifrenizi seçin" -#: src/view/screens/Settings.tsx:816 src/view/screens/Settings.tsx:817 +#: src/view/screens/Settings/index.tsx:868 msgid "Clear all legacy storage data" msgstr "Tüm eski depolama verilerini temizle" -#: src/view/screens/Settings.tsx:819 +#: src/view/screens/Settings/index.tsx:871 msgid "Clear all legacy storage data (restart after this)" msgstr "Tüm eski depolama verilerini temizle (bundan sonra yeniden başlat)" -#: src/view/screens/Settings.tsx:828 src/view/screens/Settings.tsx:829 +#: src/view/screens/Settings/index.tsx:880 msgid "Clear all storage data" msgstr "Tüm depolama verilerini temizle" -#: src/view/screens/Settings.tsx:831 +#: src/view/screens/Settings/index.tsx:883 msgid "Clear all storage data (restart after this)" msgstr "Tüm depolama verilerini temizle (bundan sonra yeniden başlat)" -#: src/view/com/util/forms/SearchInput.tsx:74 -#: src/view/screens/Search/Search.tsx:674 +#: src/view/com/util/forms/SearchInput.tsx:88 +#: src/view/screens/Search/Search.tsx:699 msgid "Clear search query" msgstr "Arama sorgusunu temizle" +#: src/view/screens/Settings/index.tsx:869 +msgid "Clears all legacy storage data" +msgstr "" + +#: src/view/screens/Settings/index.tsx:881 +msgid "Clears all storage data" +msgstr "" + #: src/view/screens/Support.tsx:40 msgid "click here" msgstr "buraya tıklayın" +#: src/components/TagMenu/index.web.tsx:138 +msgid "Click here to open tag menu for {tag}" +msgstr "" + +#: src/components/RichText.tsx:192 +msgid "Click here to open tag menu for #{tag}" +msgstr "" + #: src/screens/Onboarding/index.tsx:35 msgid "Climate" msgstr "İklim" -#: src/view/com/modals/ChangePassword.tsx:265 -#: src/view/com/modals/ChangePassword.tsx:268 +#: src/view/com/modals/ChangePassword.tsx:267 +#: src/view/com/modals/ChangePassword.tsx:270 msgid "Close" msgstr "Kapat" -#: src/components/Dialog/index.web.tsx:78 +#: src/components/Dialog/index.web.tsx:106 +#: src/components/Dialog/index.web.tsx:218 msgid "Close active dialog" msgstr "Etkin iletişim kutusunu kapat" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:38 +#: src/screens/Login/PasswordUpdatedForm.tsx:38 msgid "Close alert" msgstr "Uyarıyı kapat" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:33 +#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 msgid "Close bottom drawer" msgstr "Alt çekmeceyi kapat" -#: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:26 +#: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:36 msgid "Close image" msgstr "Resmi kapat" -#: src/view/com/lightbox/Lightbox.web.tsx:119 +#: src/view/com/lightbox/Lightbox.web.tsx:129 msgid "Close image viewer" msgstr "Resim görüntüleyiciyi kapat" -#: src/view/shell/index.web.tsx:49 +#: src/view/shell/index.web.tsx:55 msgid "Close navigation footer" msgstr "Gezinme altbilgisini kapat" -#: src/view/shell/index.web.tsx:50 +#: src/components/Menu/index.tsx:207 +#: src/components/TagMenu/index.tsx:262 +msgid "Close this dialog" +msgstr "" + +#: src/view/shell/index.web.tsx:56 msgid "Closes bottom navigation bar" msgstr "Alt gezinme çubuğunu kapatır" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:39 +#: src/screens/Login/PasswordUpdatedForm.tsx:39 msgid "Closes password update alert" msgstr "Şifre güncelleme uyarısını kapatır" -#: src/view/com/composer/Composer.tsx:302 +#: src/view/com/composer/Composer.tsx:319 msgid "Closes post composer and discards post draft" msgstr "Gönderi bestecisini kapatır ve gönderi taslağını siler" -#: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:27 +#: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:37 msgid "Closes viewer for header image" msgstr "Başlık resmi görüntüleyicisini kapatır" -#: src/view/com/notifications/FeedItem.tsx:317 +#: src/view/com/notifications/FeedItem.tsx:321 msgid "Collapses list of users for a given notification" msgstr "Belirli bir bildirim için kullanıcı listesini daraltır" @@ -712,15 +873,20 @@ msgstr "Komedi" msgid "Comics" msgstr "Çizgi romanlar" -#: src/Navigation.tsx:228 src/view/screens/CommunityGuidelines.tsx:32 +#: src/Navigation.tsx:241 +#: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Topluluk Kuralları" -#: src/screens/Onboarding/StepFinished.tsx:148 +#: src/screens/Onboarding/StepFinished.tsx:152 msgid "Complete onboarding and start using your account" msgstr "Onboarding'i tamamlayın ve hesabınızı kullanmaya başlayın" -#: src/view/com/composer/Composer.tsx:417 +#: src/screens/Signup/index.tsx:154 +msgid "Complete the challenge" +msgstr "" + +#: src/view/com/composer/Composer.tsx:438 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "En fazla {MAX_GRAPHEME_LENGTH} karakter uzunluğunda gönderiler oluşturun" @@ -728,79 +894,111 @@ msgstr "En fazla {MAX_GRAPHEME_LENGTH} karakter uzunluğunda gönderiler oluştu msgid "Compose reply" msgstr "Yanıt oluştur" -#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:67 +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 msgid "Configure content filtering setting for category: {0}" msgstr "Kategori için içerik filtreleme ayarlarını yapılandır: {0}" -#: src/components/Prompt.tsx:114 src/view/com/modals/AppealLabel.tsx:98 +#: src/components/moderation/LabelPreference.tsx:81 +msgid "Configure content filtering setting for category: {name}" +msgstr "" + +#: src/components/moderation/LabelPreference.tsx:244 +msgid "Configured in <0>moderation settings</0>." +msgstr "" + +#: src/components/Prompt.tsx:153 +#: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 #: src/view/com/modals/VerifyEmail.tsx:231 #: src/view/com/modals/VerifyEmail.tsx:233 -#: src/view/screens/PreferencesHomeFeed.tsx:308 +#: src/view/screens/PreferencesFollowingFeed.tsx:308 #: src/view/screens/PreferencesThreads.tsx:159 msgid "Confirm" msgstr "Onayla" -#: src/view/com/modals/Confirm.tsx:75 src/view/com/modals/Confirm.tsx:78 -msgctxt "action" -msgid "Confirm" -msgstr "Onayla" +#: src/view/com/modals/Confirm.tsx:NaN +#~ msgctxt "action" +#~ msgid "Confirm" +#~ msgstr "Onayla" #: src/view/com/modals/ChangeEmail.tsx:193 #: src/view/com/modals/ChangeEmail.tsx:195 msgid "Confirm Change" msgstr "Değişikliği Onayla" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:35 msgid "Confirm content language settings" msgstr "İçerik dil ayarlarını onayla" -#: src/view/com/modals/DeleteAccount.tsx:220 +#: src/view/com/modals/DeleteAccount.tsx:219 msgid "Confirm delete account" msgstr "Hesabı silmeyi onayla" #: src/view/com/modals/ContentFilteringSettings.tsx:151 -msgid "Confirm your age to enable adult content." -msgstr "Yetişkin içeriği etkinleştirmek için yaşınızı onaylayın." +#~ msgid "Confirm your age to enable adult content." +#~ msgstr "Yetişkin içeriği etkinleştirmek için yaşınızı onaylayın." + +#: src/screens/Moderation/index.tsx:301 +msgid "Confirm your age:" +msgstr "" + +#: src/screens/Moderation/index.tsx:292 +msgid "Confirm your birthdate" +msgstr "" #: src/view/com/modals/ChangeEmail.tsx:157 -#: src/view/com/modals/DeleteAccount.tsx:182 +#: src/view/com/modals/DeleteAccount.tsx:175 +#: src/view/com/modals/DeleteAccount.tsx:181 #: src/view/com/modals/VerifyEmail.tsx:165 msgid "Confirmation code" msgstr "Onay kodu" #: src/view/com/modals/Waitlist.tsx:120 -msgid "Confirms signing up {email} to the waitlist" -msgstr "{email} adresinin bekleme listesine kaydını onaylar" +#~ msgid "Confirms signing up {email} to the waitlist" +#~ msgstr "{email} adresinin bekleme listesine kaydını onaylar" -#: src/view/com/auth/create/CreateAccount.tsx:182 -#: src/view/com/auth/login/LoginForm.tsx:275 +#: src/screens/Login/LoginForm.tsx:248 msgid "Connecting..." msgstr "Bağlanıyor..." -#: src/view/com/auth/create/CreateAccount.tsx:202 +#: src/screens/Signup/index.tsx:219 msgid "Contact support" msgstr "Destek ile iletişime geçin" +#: src/components/moderation/LabelsOnMe.tsx:42 +msgid "content" +msgstr "" + +#: src/lib/moderation/useGlobalLabelStrings.ts:18 +msgid "Content Blocked" +msgstr "" + #: src/view/screens/Moderation.tsx:81 -msgid "Content filtering" -msgstr "İçerik filtreleme" +#~ msgid "Content filtering" +#~ msgstr "İçerik filtreleme" #: src/view/com/modals/ContentFilteringSettings.tsx:44 -msgid "Content Filtering" -msgstr "İçerik Filtreleme" +#~ msgid "Content Filtering" +#~ msgstr "İçerik Filtreleme" + +#: src/screens/Moderation/index.tsx:285 +msgid "Content filters" +msgstr "" #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:74 #: src/view/screens/LanguageSettings.tsx:278 msgid "Content Languages" msgstr "İçerik Dilleri" -#: src/view/com/modals/ModerationDetails.tsx:65 +#: src/components/moderation/ModerationDetailsDialog.tsx:75 +#: src/lib/moderation/useModerationCauseDescription.ts:75 msgid "Content Not Available" msgstr "İçerik Mevcut Değil" -#: src/view/com/modals/ModerationDetails.tsx:33 -#: src/view/com/util/moderation/ScreenHider.tsx:78 +#: src/components/moderation/ModerationDetailsDialog.tsx:46 +#: src/components/moderation/ScreenHider.tsx:99 +#: src/lib/moderation/useGlobalLabelStrings.ts:22 +#: src/lib/moderation/useModerationCauseDescription.ts:38 msgid "Content Warning" msgstr "İçerik Uyarısı" @@ -808,28 +1006,38 @@ msgstr "İçerik Uyarısı" msgid "Content warnings" msgstr "İçerik uyarıları" -#: 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/components/Menu/index.web.tsx:84 +msgid "Context menu backdrop, click to close the menu." +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:161 +#: src/screens/Onboarding/StepFollowingFeed.tsx:154 +#: src/screens/Onboarding/StepInterests/index.tsx:252 +#: src/screens/Onboarding/StepModeration/index.tsx:103 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:118 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 +#: src/view/com/auth/onboarding/WelcomeMobile.tsx:96 msgid "Continue" msgstr "Devam et" -#: 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 +#: src/components/AccountList.tsx:108 +msgid "Continue as {0} (currently signed in)" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:151 +#: src/screens/Onboarding/StepInterests/index.tsx:249 +#: src/screens/Onboarding/StepModeration/index.tsx:100 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:115 +#: src/screens/Signup/index.tsx:198 msgid "Continue to next step" msgstr "Sonraki adıma devam et" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:152 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:158 msgid "Continue to the next step" msgstr "Sonraki adıma devam et" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:199 msgid "Continue to the next step without following any accounts" msgstr "Herhangi bir hesabı takip etmeden sonraki adıma devam et" @@ -837,97 +1045,110 @@ msgstr "Herhangi bir hesabı takip etmeden sonraki adıma devam et" msgid "Cooking" msgstr "Yemek pişirme" -#: src/view/com/modals/AddAppPasswords.tsx:195 -#: src/view/com/modals/InviteCodes.tsx:182 +#: src/view/com/modals/AddAppPasswords.tsx:196 +#: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "Kopyalandı" -#: src/view/screens/Settings.tsx:243 +#: src/view/screens/Settings/index.tsx:251 msgid "Copied build version to clipboard" msgstr "Sürüm numarası panoya kopyalandı" -#: src/view/com/modals/AddAppPasswords.tsx:76 -#: src/view/com/modals/InviteCodes.tsx:152 -#: src/view/com/util/forms/PostDropdownBtn.tsx:112 +#: src/view/com/modals/AddAppPasswords.tsx:77 +#: src/view/com/modals/ChangeHandle.tsx:326 +#: src/view/com/modals/InviteCodes.tsx:153 +#: src/view/com/util/forms/PostDropdownBtn.tsx:158 msgid "Copied to clipboard" msgstr "Panoya kopyalandı" -#: src/view/com/modals/AddAppPasswords.tsx:189 +#: src/view/com/modals/AddAppPasswords.tsx:190 msgid "Copies app password" msgstr "Uygulama şifresini kopyalar" -#: src/view/com/modals/AddAppPasswords.tsx:188 +#: src/view/com/modals/AddAppPasswords.tsx:189 msgid "Copy" msgstr "Kopyala" -#: src/view/screens/ProfileList.tsx:417 +#: src/view/com/modals/ChangeHandle.tsx:480 +msgid "Copy {0}" +msgstr "" + +#: src/view/screens/ProfileList.tsx:388 msgid "Copy link to list" msgstr "Liste bağlantısını kopyala" -#: src/view/com/util/forms/PostDropdownBtn.tsx:153 +#: src/view/com/util/forms/PostDropdownBtn.tsx:228 +#: src/view/com/util/forms/PostDropdownBtn.tsx:237 msgid "Copy link to post" msgstr "Gönderi bağlantısını kopyala" #: src/view/com/profile/ProfileHeader.tsx:342 -msgid "Copy link to profile" -msgstr "Profili bağlantısını kopyala" +#~ msgid "Copy link to profile" +#~ msgstr "Profili bağlantısını kopyala" -#: src/view/com/util/forms/PostDropdownBtn.tsx:139 +#: src/view/com/util/forms/PostDropdownBtn.tsx:220 +#: src/view/com/util/forms/PostDropdownBtn.tsx:222 msgid "Copy post text" msgstr "Gönderi metnini kopyala" -#: src/Navigation.tsx:233 src/view/screens/CopyrightPolicy.tsx:29 +#: src/Navigation.tsx:246 +#: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Telif Hakkı Politikası" -#: src/view/screens/ProfileFeed.tsx:96 +#: src/view/screens/ProfileFeed.tsx:103 msgid "Could not load feed" msgstr "Besleme yüklenemedi" -#: src/view/screens/ProfileList.tsx:888 +#: src/view/screens/ProfileList.tsx:907 msgid "Could not load list" msgstr "Liste yüklenemedi" #: src/view/com/auth/create/Step2.tsx:91 -msgid "Country" -msgstr "Ülke" +#~ msgid "Country" +#~ msgstr "Ülke" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:62 -#: src/view/com/auth/SplashScreen.tsx:46 -#: src/view/com/auth/SplashScreen.web.tsx:77 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:65 +#: src/view/com/auth/SplashScreen.tsx:75 +#: src/view/com/auth/SplashScreen.web.tsx:104 msgid "Create a new account" msgstr "Yeni bir hesap oluştur" -#: src/view/screens/Settings.tsx:384 +#: src/view/screens/Settings/index.tsx:403 msgid "Create a new Bluesky account" msgstr "Yeni bir Bluesky hesabı oluştur" -#: src/view/com/auth/create/CreateAccount.tsx:122 +#: src/screens/Signup/index.tsx:129 msgid "Create Account" msgstr "Hesap Oluştur" -#: src/view/com/modals/AddAppPasswords.tsx:226 +#: src/view/com/modals/AddAppPasswords.tsx:227 msgid "Create App Password" msgstr "Uygulama Şifresi Oluştur" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:54 -#: src/view/com/auth/SplashScreen.tsx:43 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:55 +#: src/view/com/auth/SplashScreen.tsx:66 +#: src/view/com/auth/SplashScreen.web.tsx:95 msgid "Create new account" msgstr "Yeni hesap oluştur" -#: src/view/screens/AppPasswords.tsx:249 +#: src/components/ReportDialog/SelectReportOptionView.tsx:93 +msgid "Create report for {0}" +msgstr "" + +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "{0} oluşturuldu" #: src/view/screens/ProfileFeed.tsx:616 -msgid "Created by <0/>" -msgstr "<0/> tarafından oluşturuldu" +#~ msgid "Created by <0/>" +#~ msgstr "<0/> tarafından oluşturuldu" #: src/view/screens/ProfileFeed.tsx:614 -msgid "Created by you" -msgstr "Siz tarafından oluşturuldu" +#~ msgid "Created by you" +#~ msgstr "Siz tarafından oluşturuldu" -#: src/view/com/composer/Composer.tsx:448 +#: src/view/com/composer/Composer.tsx:469 msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "Küçük resimli bir kart oluşturur. Kart, {url} bağlantısına gider" @@ -935,12 +1156,17 @@ msgstr "Küçük resimli bir kart oluşturur. Kart, {url} bağlantısına gider" msgid "Culture" msgstr "Kültür" -#: src/view/com/modals/ChangeHandle.tsx:389 -#: src/view/com/modals/ServerInput.tsx:102 +#: src/view/com/auth/server-input/index.tsx:97 +#: src/view/com/auth/server-input/index.tsx:99 +msgid "Custom" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:388 msgid "Custom domain" msgstr "Özel alan adı" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:107 +#: src/view/screens/Feeds.tsx:692 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "Topluluk tarafından oluşturulan özel beslemeler size yeni deneyimler sunar ve sevdiğiniz içeriği bulmanıza yardımcı olur." @@ -948,7 +1174,8 @@ msgstr "Topluluk tarafından oluşturulan özel beslemeler size yeni deneyimler msgid "Customize media from external sites." msgstr "Harici sitelerden medyayı özelleştirin." -#: src/view/screens/Settings.tsx:479 src/view/screens/Settings.tsx:505 +#: src/view/screens/Settings/index.tsx:504 +#: src/view/screens/Settings/index.tsx:530 msgid "Dark" msgstr "Karanlık" @@ -956,82 +1183,117 @@ msgstr "Karanlık" msgid "Dark mode" msgstr "Karanlık mod" -#: src/view/screens/Settings.tsx:492 +#: src/view/screens/Settings/index.tsx:517 msgid "Dark Theme" msgstr "Karanlık Tema" +#: src/screens/Signup/StepInfo/index.tsx:132 +msgid "Date of birth" +msgstr "" + +#: src/view/screens/Settings/index.tsx:841 +msgid "Debug Moderation" +msgstr "" + #: src/view/screens/Debug.tsx:83 msgid "Debug panel" msgstr "Hata ayıklama paneli" -#: src/view/screens/Settings.tsx:743 +#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/screens/AppPasswords.tsx:268 +#: src/view/screens/ProfileList.tsx:613 +msgid "Delete" +msgstr "" + +#: src/view/screens/Settings/index.tsx:796 msgid "Delete account" msgstr "Hesabı sil" -#: src/view/com/modals/DeleteAccount.tsx:87 +#: src/view/com/modals/DeleteAccount.tsx:86 msgid "Delete Account" msgstr "Hesabı Sil" -#: src/view/screens/AppPasswords.tsx:222 src/view/screens/AppPasswords.tsx:242 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "Uygulama şifresini sil" -#: src/view/screens/ProfileList.tsx:363 src/view/screens/ProfileList.tsx:444 +#: src/view/screens/AppPasswords.tsx:263 +msgid "Delete app password?" +msgstr "" + +#: src/view/screens/ProfileList.tsx:415 msgid "Delete List" msgstr "Listeyi Sil" -#: src/view/com/modals/DeleteAccount.tsx:223 +#: src/view/com/modals/DeleteAccount.tsx:222 msgid "Delete my account" msgstr "Hesabımı sil" -#: src/view/screens/Settings.tsx:755 +#: src/view/screens/Settings/index.tsx:808 msgid "Delete My Account…" msgstr "Hesabımı Sil…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:228 +#: src/view/com/util/forms/PostDropdownBtn.tsx:302 +#: src/view/com/util/forms/PostDropdownBtn.tsx:304 msgid "Delete post" msgstr "Gönderiyi sil" -#: src/view/com/util/forms/PostDropdownBtn.tsx:232 +#: src/view/screens/ProfileList.tsx:608 +msgid "Delete this list?" +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:314 msgid "Delete this post?" msgstr "Bu gönderiyi sil?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:69 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:64 msgid "Deleted" msgstr "Silindi" -#: src/view/com/post-thread/PostThread.tsx:264 +#: src/view/com/post-thread/PostThread.tsx:305 msgid "Deleted post." msgstr "Silinen gönderi." -#: 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 +#: src/view/com/modals/CreateOrEditList.tsx:301 +#: src/view/com/modals/CreateOrEditList.tsx:322 +#: src/view/com/modals/EditProfile.tsx:199 +#: src/view/com/modals/EditProfile.tsx:211 msgid "Description" msgstr "Açıklama" #: src/view/screens/Settings.tsx:760 -msgid "Developer Tools" -msgstr "Geliştirici Araçları" +#~ msgid "Developer Tools" +#~ msgstr "Geliştirici Araçları" -#: src/view/com/composer/Composer.tsx:211 +#: src/view/com/composer/Composer.tsx:218 msgid "Did you want to say anything?" msgstr "Bir şey söylemek istediniz mi?" -#: src/view/screens/Settings.tsx:498 +#: src/view/screens/Settings/index.tsx:523 msgid "Dim" msgstr "Karart" -#: src/view/com/composer/Composer.tsx:144 +#: src/lib/moderation/useLabelBehaviorDescription.ts:32 +#: src/lib/moderation/useLabelBehaviorDescription.ts:42 +#: src/lib/moderation/useLabelBehaviorDescription.ts:68 +#: src/screens/Moderation/index.tsx:341 +msgid "Disabled" +msgstr "" + +#: src/view/com/composer/Composer.tsx:511 msgid "Discard" msgstr "Sil" #: src/view/com/composer/Composer.tsx:138 -msgid "Discard draft" -msgstr "Taslağı sil" +#~ msgid "Discard draft" +#~ msgstr "Taslağı sil" + +#: src/view/com/composer/Composer.tsx:508 +msgid "Discard draft?" +msgstr "" -#: src/view/screens/Moderation.tsx:207 +#: src/screens/Moderation/index.tsx:518 +#: src/screens/Moderation/index.tsx:522 msgid "Discourage apps from showing my account to logged-out users" msgstr "Uygulamaların hesabımı oturum açmamış kullanıcılara göstermesini engelle" @@ -1041,29 +1303,50 @@ msgid "Discover new custom feeds" msgstr "Yeni özel beslemeler keşfet" #: src/view/screens/Feeds.tsx:441 -msgid "Discover new feeds" -msgstr "Yeni beslemeler keşfet" +#~ msgid "Discover new feeds" +#~ msgstr "Yeni beslemeler keşfet" + +#: src/view/screens/Feeds.tsx:689 +msgid "Discover New Feeds" +msgstr "" -#: src/view/com/modals/EditProfile.tsx:192 +#: src/view/com/modals/EditProfile.tsx:193 msgid "Display name" msgstr "Görünen ad" -#: src/view/com/modals/EditProfile.tsx:180 +#: src/view/com/modals/EditProfile.tsx:181 msgid "Display Name" msgstr "Görünen Ad" -#: src/view/com/modals/ChangeHandle.tsx:487 +#: src/view/com/modals/ChangeHandle.tsx:397 +msgid "DNS Panel" +msgstr "" + +#: src/lib/moderation/useGlobalLabelStrings.ts:39 +msgid "Does not include nudity." +msgstr "" + +#: src/screens/Signup/StepHandle.tsx:104 +msgid "Doesn't begin or end with a hyphen" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:481 +msgid "Domain Value" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:488 msgid "Domain verified!" msgstr "Alan adı doğrulandı!" #: src/view/com/auth/create/Step1.tsx:114 -msgid "Don't have an invite code?" -msgstr "Davet kodunuz yok mu?" +#~ msgid "Don't have an invite code?" +#~ msgstr "Davet kodunuz yok mu?" #: src/view/com/auth/onboarding/RecommendedFollows.tsx:86 -#: src/view/com/modals/EditImage.tsx:333 +#: src/view/com/modals/EditImage.tsx:334 #: src/view/com/modals/ListAddRemoveUsers.tsx:144 -#: src/view/com/modals/SelfLabel.tsx:157 src/view/com/modals/Threadgate.tsx:129 +#: 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:95 #: src/view/com/modals/UserAddRemoveLists.tsx:98 @@ -1072,59 +1355,82 @@ msgctxt "action" msgid "Done" msgstr "Tamam" -#: src/view/com/modals/AddAppPasswords.tsx:226 -#: src/view/com/modals/AltImage.tsx:139 -#: src/view/com/modals/ContentFilteringSettings.tsx:88 -#: src/view/com/modals/ContentFilteringSettings.tsx:96 -#: src/view/com/modals/crop-image/CropImage.web.tsx:152 -#: src/view/com/modals/InviteCodes.tsx:80 -#: src/view/com/modals/InviteCodes.tsx:123 +#: src/components/dialogs/BirthDateSettings.tsx:119 +#: src/components/dialogs/BirthDateSettings.tsx:125 +#: src/components/forms/DateField/index.tsx:74 +#: src/components/forms/DateField/index.tsx:80 +#: src/view/com/auth/server-input/index.tsx:169 +#: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/modals/AddAppPasswords.tsx:227 +#: src/view/com/modals/AltImage.tsx:140 +#: src/view/com/modals/crop-image/CropImage.web.tsx:153 +#: src/view/com/modals/InviteCodes.tsx:81 +#: src/view/com/modals/InviteCodes.tsx:124 #: src/view/com/modals/ListAddRemoveUsers.tsx:142 -#: src/view/screens/PreferencesHomeFeed.tsx:311 +#: src/view/screens/PreferencesFollowingFeed.tsx:311 +#: src/view/screens/Settings/ExportCarDialog.tsx:94 +#: src/view/screens/Settings/ExportCarDialog.tsx:96 msgid "Done" msgstr "Tamam" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:42 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:43 msgid "Done{extraText}" msgstr "Tamam{extraText}" #: src/view/com/auth/login/ChooseAccountForm.tsx:45 -msgid "Double tap to sign in" -msgstr "Oturum açmak için çift dokunun" +#~ msgid "Double tap to sign in" +#~ msgstr "Oturum açmak için çift dokunun" -#: src/view/com/composer/text-input/TextInput.web.tsx:244 +#: src/view/screens/Settings/ExportCarDialog.tsx:59 +#: src/view/screens/Settings/ExportCarDialog.tsx:63 +msgid "Download CAR file" +msgstr "" + +#: src/view/com/composer/text-input/TextInput.web.tsx:249 msgid "Drop to add images" msgstr "Resim eklemek için bırakın" -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:111 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:120 msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." msgstr "Apple politikaları gereği, yetişkin içeriği yalnızca kaydı tamamladıktan sonra web üzerinde etkinleştirilebilir." -#: src/view/com/modals/EditProfile.tsx:185 +#: src/view/com/modals/ChangeHandle.tsx:258 +msgid "e.g. alice" +msgstr "" + +#: src/view/com/modals/EditProfile.tsx:186 msgid "e.g. Alice Roberts" msgstr "örn: Alice Roberts" -#: src/view/com/modals/EditProfile.tsx:203 +#: src/view/com/modals/ChangeHandle.tsx:380 +msgid "e.g. alice.com" +msgstr "" + +#: src/view/com/modals/EditProfile.tsx:204 msgid "e.g. Artist, dog-lover, and avid reader." msgstr "örn: Sanatçı, köpek sever ve okumayı seven." -#: src/view/com/modals/CreateOrEditList.tsx:283 +#: src/lib/moderation/useGlobalLabelStrings.ts:43 +msgid "E.g. artistic nudes." +msgstr "" + +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Great Posters" msgstr "örn: Harika Göndericiler" -#: src/view/com/modals/CreateOrEditList.tsx:284 +#: src/view/com/modals/CreateOrEditList.tsx:285 msgid "e.g. Spammers" msgstr "örn: Spamcılar" -#: src/view/com/modals/CreateOrEditList.tsx:312 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. The posters who never miss." msgstr "örn: Asla kaçırmayan göndericiler." -#: src/view/com/modals/CreateOrEditList.tsx:313 +#: src/view/com/modals/CreateOrEditList.tsx:314 msgid "e.g. Users that repeatedly reply with ads." msgstr "örn: Reklamlarla tekrar tekrar yanıt veren kullanıcılar." -#: src/view/com/modals/InviteCodes.tsx:96 +#: src/view/com/modals/InviteCodes.tsx:97 msgid "Each code works once. You'll receive more invite codes periodically." msgstr "Her kod bir kez çalışır. Düzenli aralıklarla daha fazla davet kodu alacaksınız." @@ -1133,49 +1439,58 @@ msgctxt "action" msgid "Edit" msgstr "Düzenle" +#: src/view/com/util/UserAvatar.tsx:299 +#: src/view/com/util/UserBanner.tsx:85 +msgid "Edit avatar" +msgstr "" + #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/modals/EditImage.tsx:207 +#: src/view/com/modals/EditImage.tsx:208 msgid "Edit image" msgstr "Resmi düzenle" -#: src/view/screens/ProfileList.tsx:432 +#: src/view/screens/ProfileList.tsx:403 msgid "Edit list details" msgstr "Liste ayrıntılarını düzenle" -#: src/view/com/modals/CreateOrEditList.tsx:250 +#: src/view/com/modals/CreateOrEditList.tsx:251 msgid "Edit Moderation List" msgstr "Düzenleme Listesini Düzenle" -#: src/Navigation.tsx:243 src/view/screens/Feeds.tsx:403 +#: src/Navigation.tsx:256 +#: src/view/screens/Feeds.tsx:434 #: src/view/screens/SavedFeeds.tsx:84 msgid "Edit My Feeds" msgstr "Beslemelerimi Düzenle" -#: src/view/com/modals/EditProfile.tsx:152 +#: src/view/com/modals/EditProfile.tsx:153 msgid "Edit my profile" msgstr "Profilimi düzenle" -#: src/view/com/profile/ProfileHeader.tsx:457 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 msgid "Edit profile" msgstr "Profil düzenle" -#: src/view/com/profile/ProfileHeader.tsx:462 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 msgid "Edit Profile" msgstr "Profil Düzenle" -#: src/view/screens/Feeds.tsx:337 +#: src/view/com/home/HomeHeaderLayout.web.tsx:62 +#: src/view/screens/Feeds.tsx:355 msgid "Edit Saved Feeds" msgstr "Kayıtlı Beslemeleri Düzenle" -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:246 msgid "Edit User List" msgstr "Kullanıcı Listesini Düzenle" -#: src/view/com/modals/EditProfile.tsx:193 +#: src/view/com/modals/EditProfile.tsx:194 msgid "Edit your display name" msgstr "Görünen adınızı düzenleyin" -#: src/view/com/modals/EditProfile.tsx:211 +#: src/view/com/modals/EditProfile.tsx:212 msgid "Edit your profile description" msgstr "Profil açıklamanızı düzenleyin" @@ -1183,16 +1498,12 @@ msgstr "Profil açıklamanızı düzenleyin" msgid "Education" msgstr "Eğitim" -#: src/view/com/auth/create/Step1.tsx:143 -#: src/view/com/auth/create/Step2.tsx:194 -#: src/view/com/auth/create/Step2.tsx:269 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:152 -#: src/view/com/modals/ChangeEmail.tsx:141 src/view/com/modals/Waitlist.tsx:88 +#: src/screens/Signup/StepInfo/index.tsx:80 +#: src/view/com/modals/ChangeEmail.tsx:141 msgid "Email" msgstr "E-posta" -#: src/view/com/auth/create/Step1.tsx:134 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:143 +#: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "E-posta adresi" @@ -1209,69 +1520,95 @@ msgstr "E-posta Güncellendi" msgid "Email verified" msgstr "E-posta doğrulandı" -#: src/view/screens/Settings.tsx:312 +#: src/view/screens/Settings/index.tsx:331 msgid "Email:" msgstr "E-posta:" -#: src/view/com/modals/EmbedConsent.tsx:113 +#: src/components/dialogs/EmbedConsent.tsx:101 msgid "Enable {0} only" msgstr "Yalnızca {0} etkinleştir" -#: src/view/com/modals/ContentFilteringSettings.tsx:162 +#: src/screens/Moderation/index.tsx:329 +msgid "Enable adult content" +msgstr "" + +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:94 msgid "Enable Adult Content" msgstr "Yetişkin İçeriği Etkinleştir" -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:76 -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:77 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:78 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:79 msgid "Enable adult content in your feeds" msgstr "Beslemelerinizde yetişkin içeriği etkinleştirin" +#: src/components/dialogs/EmbedConsent.tsx:82 +#: src/components/dialogs/EmbedConsent.tsx:89 +msgid "Enable external media" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 -msgid "Enable External Media" -msgstr "Harici Medyayı Etkinleştir" +#~ msgid "Enable External Media" +#~ msgstr "Harici Medyayı Etkinleştir" #: src/view/screens/PreferencesExternalEmbeds.tsx:75 msgid "Enable media players for" msgstr "Medya oynatıcılarını etkinleştir" -#: src/view/screens/PreferencesHomeFeed.tsx:147 +#: src/view/screens/PreferencesFollowingFeed.tsx:147 msgid "Enable this setting to only see replies between people you follow." msgstr "Bu ayarı yalnızca takip ettiğiniz kişiler arasındaki yanıtları görmek için etkinleştirin." -#: src/view/screens/Profile.tsx:437 +#: src/components/dialogs/EmbedConsent.tsx:94 +msgid "Enable this source only" +msgstr "" + +#: src/screens/Moderation/index.tsx:339 +msgid "Enabled" +msgstr "" + +#: src/screens/Profile/Sections/Feed.tsx:84 msgid "End of feed" msgstr "Beslemenin sonu" -#: src/view/com/modals/AddAppPasswords.tsx:166 +#: src/view/com/modals/AddAppPasswords.tsx:167 msgid "Enter a name for this App Password" msgstr "Bu Uygulama Şifresi için bir ad girin" +#: src/screens/Login/SetNewPasswordForm.tsx:139 +msgid "Enter a password" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:99 +#: src/components/dialogs/MutedWords.tsx:100 +msgid "Enter a word or tag" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:105 msgid "Enter Confirmation Code" msgstr "Onay Kodunu Girin" -#: src/view/com/modals/ChangePassword.tsx:151 +#: src/view/com/modals/ChangePassword.tsx:153 msgid "Enter the code you received to change your password." msgstr "Şifrenizi değiştirmek için aldığınız kodu girin." -#: src/view/com/modals/ChangeHandle.tsx:371 +#: src/view/com/modals/ChangeHandle.tsx:370 msgid "Enter the domain you want to use" msgstr "Kullanmak istediğiniz alan adını girin" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:103 +#: src/screens/Login/ForgotPasswordForm.tsx:119 msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Hesabınızı oluşturmak için kullandığınız e-postayı girin. Size yeni bir şifre belirlemeniz için bir \"sıfırlama kodu\" göndereceğiz." -#: src/view/com/auth/create/Step1.tsx:195 -#: src/view/com/modals/BirthDateSettings.tsx:74 +#: src/components/dialogs/BirthDateSettings.tsx:108 msgid "Enter your birth date" msgstr "Doğum tarihinizi girin" #: src/view/com/modals/Waitlist.tsx:78 -msgid "Enter your email" -msgstr "E-posta adresinizi girin" +#~ msgid "Enter your email" +#~ msgstr "E-posta adresinizi girin" -#: src/view/com/auth/create/Step1.tsx:139 +#: src/screens/Login/ForgotPasswordForm.tsx:105 +#: src/screens/Signup/StepInfo/index.tsx:91 msgid "Enter your email address" msgstr "E-posta adresinizi girin" @@ -1284,14 +1621,18 @@ msgid "Enter your new email address below." msgstr "Yeni e-posta adresinizi aşağıya girin." #: src/view/com/auth/create/Step2.tsx:188 -msgid "Enter your phone number" -msgstr "Telefon numaranızı girin" +#~ msgid "Enter your phone number" +#~ msgstr "Telefon numaranızı girin" -#: src/view/com/auth/login/Login.tsx:99 +#: src/screens/Login/index.tsx:101 msgid "Enter your username and password" msgstr "Kullanıcı adınızı ve şifrenizi girin" -#: src/view/screens/Search/Search.tsx:109 +#: src/screens/Signup/StepCaptcha/index.tsx:49 +msgid "Error receiving captcha response." +msgstr "" + +#: src/view/screens/Search/Search.tsx:111 msgid "Error:" msgstr "Hata:" @@ -1299,24 +1640,36 @@ msgstr "Hata:" msgid "Everybody" msgstr "Herkes" -#: src/view/com/modals/ChangeHandle.tsx:150 +#: src/lib/moderation/useReportOptions.ts:66 +msgid "Excessive mentions or replies" +msgstr "" + +#: src/view/com/modals/DeleteAccount.tsx:230 +msgid "Exits account deletion process" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:151 msgid "Exits handle change process" msgstr "Kullanıcı adı değişikliği sürecinden çıkar" -#: src/view/com/lightbox/Lightbox.web.tsx:120 +#: src/view/com/modals/crop-image/CropImage.web.tsx:136 +msgid "Exits image cropping process" +msgstr "" + +#: src/view/com/lightbox/Lightbox.web.tsx:130 msgid "Exits image view" msgstr "Resim görünümünden çıkar" #: src/view/com/modals/ListAddRemoveUsers.tsx:88 -#: src/view/shell/desktop/Search.tsx:235 +#: src/view/shell/desktop/Search.tsx:236 msgid "Exits inputting search query" msgstr "Arama sorgusu girişinden çıkar" #: src/view/com/modals/Waitlist.tsx:138 -msgid "Exits signing up for waitlist with {email}" -msgstr "{email} adresiyle bekleme listesine kaydolma işleminden çıkar" +#~ msgid "Exits signing up for waitlist with {email}" +#~ msgstr "{email} adresiyle bekleme listesine kaydolma işleminden çıkar" -#: src/view/com/lightbox/Lightbox.web.tsx:163 +#: src/view/com/lightbox/Lightbox.web.tsx:183 msgid "Expand alt text" msgstr "Alternatif metni genişlet" @@ -1325,34 +1678,53 @@ msgstr "Alternatif metni genişlet" msgid "Expand or collapse the full post you are replying to" msgstr "Yanıt verdiğiniz tam gönderiyi genişletin veya daraltın" -#: src/view/com/modals/EmbedConsent.tsx:64 +#: src/lib/moderation/useGlobalLabelStrings.ts:47 +msgid "Explicit or potentially disturbing media." +msgstr "" + +#: src/lib/moderation/useGlobalLabelStrings.ts:35 +msgid "Explicit sexual images." +msgstr "" + +#: src/view/screens/Settings/index.tsx:777 +msgid "Export my data" +msgstr "" + +#: src/view/screens/Settings/ExportCarDialog.tsx:44 +#: src/view/screens/Settings/index.tsx:788 +msgid "Export My Data" +msgstr "" + +#: src/components/dialogs/EmbedConsent.tsx:55 +#: src/components/dialogs/EmbedConsent.tsx:59 msgid "External Media" msgstr "Harici Medya" -#: src/view/com/modals/EmbedConsent.tsx:75 +#: src/components/dialogs/EmbedConsent.tsx:71 #: src/view/screens/PreferencesExternalEmbeds.tsx:66 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Harici medya, web sitelerinin siz ve cihazınız hakkında bilgi toplamasına izin verebilir. Bilgi, \"oynat\" düğmesine basana kadar gönderilmez veya istenmez." -#: src/Navigation.tsx:259 src/view/screens/PreferencesExternalEmbeds.tsx:52 -#: src/view/screens/Settings.tsx:651 +#: src/Navigation.tsx:275 +#: src/view/screens/PreferencesExternalEmbeds.tsx:52 +#: src/view/screens/Settings/index.tsx:677 msgid "External Media Preferences" msgstr "Harici Medya Tercihleri" -#: src/view/screens/Settings.tsx:642 +#: src/view/screens/Settings/index.tsx:668 msgid "External media settings" msgstr "Harici medya ayarları" -#: src/view/com/modals/AddAppPasswords.tsx:115 -#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:116 +#: src/view/com/modals/AddAppPasswords.tsx:120 msgid "Failed to create app password." msgstr "Uygulama şifresi oluşturulamadı." -#: src/view/com/modals/CreateOrEditList.tsx:206 +#: src/view/com/modals/CreateOrEditList.tsx:207 msgid "Failed to create the list. Check your internet connection and try again." msgstr "Liste oluşturulamadı. İnternet bağlantınızı kontrol edin ve tekrar deneyin." -#: src/view/com/util/forms/PostDropdownBtn.tsx:88 +#: src/view/com/util/forms/PostDropdownBtn.tsx:125 msgid "Failed to delete post, please try again" msgstr "Gönderi silinemedi, lütfen tekrar deneyin" @@ -1361,29 +1733,38 @@ msgstr "Gönderi silinemedi, lütfen tekrar deneyin" msgid "Failed to load recommended feeds" msgstr "Önerilen beslemeler yüklenemedi" -#: src/Navigation.tsx:193 +#: src/view/com/lightbox/Lightbox.tsx:83 +msgid "Failed to save image: {0}" +msgstr "" + +#: src/Navigation.tsx:196 msgid "Feed" msgstr "Besleme" -#: src/view/com/feeds/FeedSourceCard.tsx:229 +#: src/view/com/feeds/FeedSourceCard.tsx:218 msgid "Feed by {0}" msgstr "{0} tarafından besleme" -#: src/view/screens/Feeds.tsx:597 +#: src/view/screens/Feeds.tsx:605 msgid "Feed offline" msgstr "Besleme çevrimdışı" #: src/view/com/feeds/FeedPage.tsx:143 -msgid "Feed Preferences" -msgstr "Besleme Tercihleri" +#~ msgid "Feed Preferences" +#~ msgstr "Besleme Tercihleri" -#: src/view/shell/desktop/RightNav.tsx:73 src/view/shell/Drawer.tsx:314 +#: src/view/shell/desktop/RightNav.tsx:61 +#: src/view/shell/Drawer.tsx:314 msgid "Feedback" msgstr "Geribildirim" -#: 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 +#: src/Navigation.tsx:464 +#: src/view/screens/Feeds.tsx:419 +#: src/view/screens/Feeds.tsx:524 +#: src/view/screens/Profile.tsx:194 +#: src/view/shell/bottom-bar/BottomBar.tsx:191 +#: src/view/shell/desktop/LeftNav.tsx:346 +#: src/view/shell/Drawer.tsx:479 #: src/view/shell/Drawer.tsx:480 msgid "Feeds" msgstr "Beslemeler" @@ -1396,11 +1777,19 @@ msgstr "Beslemeler, içerikleri düzenlemek için kullanıcılar tarafından olu msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information." msgstr "Beslemeler, kullanıcıların biraz kodlama uzmanlığı ile oluşturduğu özel algoritmalardır. Daha fazla bilgi için <0/>." -#: src/screens/Onboarding/StepTopicalFeeds.tsx:70 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 msgid "Feeds can be topical as well!" msgstr "Beslemeler aynı zamanda konusal olabilir!" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/view/com/modals/ChangeHandle.tsx:481 +msgid "File Contents" +msgstr "" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:66 +msgid "Filter from feeds" +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Finalizing" msgstr "Tamamlanıyor" @@ -1410,21 +1799,25 @@ msgstr "Tamamlanıyor" msgid "Find accounts to follow" msgstr "Takip edilecek hesaplar bul" -#: src/view/screens/Search/Search.tsx:439 +#: src/view/screens/Search/Search.tsx:442 msgid "Find users on Bluesky" msgstr "Bluesky'da kullanıcı bul" -#: src/view/screens/Search/Search.tsx:437 +#: src/view/screens/Search/Search.tsx:440 msgid "Find users with the search tool on the right" msgstr "Sağdaki arama aracıyla kullanıcı bul" -#: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:150 +#: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:155 msgid "Finding similar accounts..." msgstr "Benzer hesaplar bulunuyor..." +#: src/view/screens/PreferencesFollowingFeed.tsx:111 +msgid "Fine-tune the content you see on your Following feed." +msgstr "" + #: src/view/screens/PreferencesHomeFeed.tsx:111 -msgid "Fine-tune the content you see on your home screen." -msgstr "Ana ekranınızda gördüğünüz içeriği ayarlayın." +#~ msgid "Fine-tune the content you see on your home screen." +#~ msgstr "Ana ekranınızda gördüğünüz içeriği ayarlayın." #: src/view/screens/PreferencesThreads.tsx:60 msgid "Fine-tune the discussion threads." @@ -1434,37 +1827,52 @@ msgstr "Tartışma konularını ayarlayın." msgid "Fitness" msgstr "Fitness" -#: src/screens/Onboarding/StepFinished.tsx:131 +#: src/screens/Onboarding/StepFinished.tsx:135 msgid "Flexible" msgstr "Esnek" -#: src/view/com/modals/EditImage.tsx:115 +#: src/view/com/modals/EditImage.tsx:116 msgid "Flip horizontal" msgstr "Yatay çevir" -#: src/view/com/modals/EditImage.tsx:120 src/view/com/modals/EditImage.tsx:287 +#: src/view/com/modals/EditImage.tsx:121 +#: src/view/com/modals/EditImage.tsx:288 msgid "Flip vertically" msgstr "Dikey çevir" -#: src/view/com/profile/FollowButton.tsx:64 +#: src/view/com/profile/FollowButton.tsx:69 msgctxt "action" msgid "Follow" msgstr "Takip et" -#: src/view/com/profile/ProfileHeader.tsx:552 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236 +#: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 +#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:246 msgid "Follow" msgstr "Takip et" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/view/com/profile/ProfileHeader.tsx:543 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "{0} takip et" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:178 +#: src/view/com/profile/ProfileMenu.tsx:242 +#: src/view/com/profile/ProfileMenu.tsx:253 +msgid "Follow Account" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 msgid "Follow All" msgstr "Hepsini Takip Et" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +msgid "Follow Back" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 msgid "Follow selected accounts and continue to the next step" msgstr "Seçili hesapları takip edin ve sonraki adıma devam edin" @@ -1472,7 +1880,7 @@ msgstr "Seçili hesapları takip edin ve sonraki adıma devam edin" msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." msgstr "Başlamak için bazı kullanıcıları takip edin. Sizi ilginç bulduğunuz kişilere dayanarak size daha fazla kullanıcı önerebiliriz." -#: src/view/com/profile/ProfileCard.tsx:194 +#: src/view/com/profile/ProfileCard.tsx:216 msgid "Followed by {0}" msgstr "{0} tarafından takip ediliyor" @@ -1480,28 +1888,43 @@ msgstr "{0} tarafından takip ediliyor" msgid "Followed users" msgstr "Takip edilen kullanıcılar" -#: src/view/screens/PreferencesHomeFeed.tsx:154 +#: src/view/screens/PreferencesFollowingFeed.tsx:154 msgid "Followed users only" msgstr "Yalnızca takip edilen kullanıcılar" -#: src/view/com/notifications/FeedItem.tsx:166 +#: src/view/com/notifications/FeedItem.tsx:170 msgid "followed you" msgstr "sizi takip etti" +#: src/view/com/profile/ProfileFollowers.tsx:104 #: src/view/screens/ProfileFollowers.tsx:25 msgid "Followers" msgstr "Takipçiler" -#: src/view/com/profile/ProfileHeader.tsx:534 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 +#: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "Takip edilenler" -#: src/view/com/profile/ProfileHeader.tsx:196 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 msgid "Following {0}" msgstr "{0} takip ediliyor" -#: src/view/com/profile/ProfileHeader.tsx:585 +#: src/view/screens/Settings/index.tsx:553 +msgid "Following feed preferences" +msgstr "" + +#: src/Navigation.tsx:262 +#: src/view/com/home/HomeHeaderLayout.web.tsx:50 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:84 +#: src/view/screens/PreferencesFollowingFeed.tsx:104 +#: src/view/screens/Settings/index.tsx:562 +msgid "Following Feed Preferences" +msgstr "" + +#: src/screens/Profile/Header/Handle.tsx:24 msgid "Follows you" msgstr "Sizi takip ediyor" @@ -1513,27 +1936,45 @@ msgstr "Sizi Takip Ediyor" msgid "Food" msgstr "Yiyecek" -#: src/view/com/modals/DeleteAccount.tsx:111 +#: src/view/com/modals/DeleteAccount.tsx:110 msgid "For security reasons, we'll need to send a confirmation code to your email address." msgstr "Güvenlik nedeniyle, e-posta adresinize bir onay kodu göndermemiz gerekecek." -#: src/view/com/modals/AddAppPasswords.tsx:209 +#: src/view/com/modals/AddAppPasswords.tsx:210 msgid "For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one." msgstr "Güvenlik nedeniyle, bunu tekrar göremezsiniz. Bu şifreyi kaybederseniz, yeni bir tane oluşturmanız gerekecek." #: src/view/com/auth/login/LoginForm.tsx:238 -msgid "Forgot" -msgstr "Unuttum" +#~ msgid "Forgot" +#~ msgstr "Unuttum" #: src/view/com/auth/login/LoginForm.tsx:235 -msgid "Forgot password" -msgstr "Şifremi unuttum" +#~ msgid "Forgot password" +#~ msgstr "Şifremi unuttum" -#: src/view/com/auth/login/Login.tsx:127 src/view/com/auth/login/Login.tsx:143 +#: src/screens/Login/index.tsx:129 +#: src/screens/Login/index.tsx:144 msgid "Forgot Password" msgstr "Şifremi Unuttum" -#: src/view/com/posts/FeedItem.tsx:189 +#: src/screens/Login/LoginForm.tsx:201 +msgid "Forgot password?" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 +msgid "Forgot?" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:52 +msgid "Frequently Posts Unwanted Content" +msgstr "" + +#: src/screens/Hashtag.tsx:109 +#: src/screens/Hashtag.tsx:149 +msgid "From @{sanitizedAuthor}" +msgstr "" + +#: src/view/com/posts/FeedItem.tsx:179 msgctxt "from-feed" msgid "From <0/>" msgstr "<0/> tarafından" @@ -1547,94 +1988,140 @@ msgstr "Galeri" msgid "Get Started" msgstr "Başlayın" -#: 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 +#: src/lib/moderation/useReportOptions.ts:37 +msgid "Glaring violations of law or terms of service" +msgstr "" + +#: src/components/moderation/ScreenHider.tsx:151 +#: src/components/moderation/ScreenHider.tsx:160 +#: src/view/com/auth/LoggedOut.tsx:82 +#: src/view/com/auth/LoggedOut.tsx:83 +#: src/view/screens/NotFound.tsx:55 +#: src/view/screens/ProfileFeed.tsx:112 +#: src/view/screens/ProfileList.tsx:916 +#: src/view/shell/desktop/LeftNav.tsx:108 msgid "Go back" msgstr "Geri git" -#: src/view/screens/ProfileFeed.tsx:105 src/view/screens/ProfileFeed.tsx:110 -#: src/view/screens/ProfileList.tsx:897 src/view/screens/ProfileList.tsx:902 +#: src/components/Error.tsx:91 +#: src/screens/Profile/ErrorState.tsx:62 +#: src/screens/Profile/ErrorState.tsx:66 +#: src/view/screens/NotFound.tsx:54 +#: src/view/screens/ProfileFeed.tsx:117 +#: src/view/screens/ProfileList.tsx:921 msgid "Go Back" msgstr "Geri Git" -#: src/screens/Onboarding/Layout.tsx:104 src/screens/Onboarding/Layout.tsx:193 +#: src/components/ReportDialog/SelectReportOptionView.tsx:73 +#: src/components/ReportDialog/SubmitView.tsx:104 +#: src/screens/Onboarding/Layout.tsx:102 +#: src/screens/Onboarding/Layout.tsx:191 +#: src/screens/Signup/index.tsx:173 msgid "Go back to previous step" msgstr "Önceki adıma geri dön" -#: src/view/screens/Search/Search.tsx:724 src/view/shell/desktop/Search.tsx:262 +#: src/view/screens/NotFound.tsx:55 +msgid "Go home" +msgstr "" + +#: src/view/screens/NotFound.tsx:54 +msgid "Go Home" +msgstr "" + +#: src/view/screens/Search/Search.tsx:749 +#: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "@{queryMaybeHandle} adresine git" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:185 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:214 -#: src/view/com/auth/login/LoginForm.tsx:285 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:195 -#: src/view/com/modals/ChangePassword.tsx:165 +#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/view/com/modals/ChangePassword.tsx:167 msgid "Go to next" msgstr "Sonrakine git" -#: src/view/com/modals/ChangeHandle.tsx:265 +#: src/lib/moderation/useGlobalLabelStrings.ts:46 +msgid "Graphic Media" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:266 msgid "Handle" msgstr "Kullanıcı adı" -#: src/view/com/auth/create/CreateAccount.tsx:197 +#: src/lib/moderation/useReportOptions.ts:32 +msgid "Harassment, trolling, or intolerance" +msgstr "" + +#: src/Navigation.tsx:282 +msgid "Hashtag" +msgstr "" + +#: src/components/RichText.tsx:191 +msgid "Hashtag: #{tag}" +msgstr "" + +#: src/screens/Signup/index.tsx:217 msgid "Having trouble?" msgstr "Sorun mu yaşıyorsunuz?" -#: src/view/shell/desktop/RightNav.tsx:102 src/view/shell/Drawer.tsx:324 +#: src/view/shell/desktop/RightNav.tsx:90 +#: src/view/shell/Drawer.tsx:324 msgid "Help" msgstr "Yardım" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:140 msgid "Here are some accounts for you to follow" msgstr "Takip etmeniz için size bazı hesaplar" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:79 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:89 msgid "Here are some popular topical feeds. You can choose to follow as many as you like." msgstr "İşte bazı popüler konusal beslemeler. İstediğiniz kadar takip etmeyi seçebilirsiniz." -#: src/screens/Onboarding/StepTopicalFeeds.tsx:74 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:84 msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." msgstr "İlgi alanlarınıza dayalı olarak bazı konusal beslemeler: {interestsText}. İstediğiniz kadar takip etmeyi seçebilirsiniz." -#: src/view/com/modals/AddAppPasswords.tsx:153 +#: src/view/com/modals/AddAppPasswords.tsx:154 msgid "Here is your app password." msgstr "İşte uygulama şifreniz." -#: 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 +#: src/components/moderation/ContentHider.tsx:115 +#: src/components/moderation/LabelPreference.tsx:134 +#: src/components/moderation/PostHider.tsx:107 +#: src/lib/moderation/useLabelBehaviorDescription.ts:15 +#: src/lib/moderation/useLabelBehaviorDescription.ts:20 +#: src/lib/moderation/useLabelBehaviorDescription.ts:25 +#: src/lib/moderation/useLabelBehaviorDescription.ts:30 +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:52 +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:76 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 msgid "Hide" msgstr "Gizle" -#: src/view/com/modals/ContentFilteringSettings.tsx:219 -#: src/view/com/notifications/FeedItem.tsx:325 +#: src/view/com/notifications/FeedItem.tsx:329 msgctxt "action" msgid "Hide" msgstr "Gizle" -#: src/view/com/util/forms/PostDropdownBtn.tsx:187 +#: src/view/com/util/forms/PostDropdownBtn.tsx:276 +#: src/view/com/util/forms/PostDropdownBtn.tsx:278 msgid "Hide post" msgstr "Gönderiyi gizle" -#: src/view/com/util/moderation/ContentHider.tsx:67 -#: src/view/com/util/moderation/PostHider.tsx:61 +#: src/components/moderation/ContentHider.tsx:67 +#: src/components/moderation/PostHider.tsx:64 msgid "Hide the content" msgstr "İçeriği gizle" -#: src/view/com/util/forms/PostDropdownBtn.tsx:191 +#: src/view/com/util/forms/PostDropdownBtn.tsx:325 msgid "Hide this post?" msgstr "Bu gönderiyi gizle?" -#: src/view/com/notifications/FeedItem.tsx:315 +#: src/view/com/notifications/FeedItem.tsx:319 msgid "Hide user list" msgstr "Kullanıcı listesini gizle" #: src/view/com/profile/ProfileHeader.tsx:526 -msgid "Hides posts from {0} in your feed" -msgstr "Beslemenizdeki {0} gönderilerini gizler" +#~ msgid "Hides posts from {0} in your feed" +#~ msgstr "Beslemenizdeki {0} gönderilerini gizler" #: 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." @@ -1656,19 +2143,36 @@ msgstr "Hmm, besleme sunucusu kötü bir yanıt verdi. Lütfen bu konuda besleme msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, bu beslemeyi bulmakta sorun yaşıyoruz. Silinmiş olabilir." -#: 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 +#: src/screens/Moderation/index.tsx:59 +msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." +msgstr "" + +#: src/screens/Profile/ErrorState.tsx:31 +msgid "Hmmmm, we couldn't load that moderation service." +msgstr "" + +#: src/Navigation.tsx:454 +#: src/view/shell/bottom-bar/BottomBar.tsx:147 +#: src/view/shell/desktop/LeftNav.tsx:310 +#: src/view/shell/Drawer.tsx:401 #: src/view/shell/Drawer.tsx:402 msgid "Home" msgstr "Ana Sayfa" -#: src/Navigation.tsx:248 src/view/com/pager/FeedsTabBarMobile.tsx:123 +#: src/Navigation.tsx:NaN #: src/view/screens/PreferencesHomeFeed.tsx:104 #: src/view/screens/Settings.tsx:537 -msgid "Home Feed Preferences" -msgstr "Ana Sayfa Besleme Tercihleri" +#~ msgid "Home Feed Preferences" +#~ msgstr "Ana Sayfa Besleme Tercihleri" + +#: src/view/com/modals/ChangeHandle.tsx:420 +msgid "Host:" +msgstr "" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:116 +#: src/screens/Login/ForgotPasswordForm.tsx:89 +#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Signup/StepInfo/index.tsx:40 +#: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" msgstr "Barındırma sağlayıcısı" @@ -1684,11 +2188,11 @@ msgstr "Bir kodum var" msgid "I have a confirmation code" msgstr "Bir onay kodum var" -#: src/view/com/modals/ChangeHandle.tsx:283 +#: src/view/com/modals/ChangeHandle.tsx:284 msgid "I have my own domain" msgstr "Kendi alan adım var" -#: src/view/com/lightbox/Lightbox.web.tsx:165 +#: src/view/com/lightbox/Lightbox.web.tsx:185 msgid "If alt text is long, toggles alt text expanded state" msgstr "Alternatif metin uzunsa, alternatif metin genişletme durumunu değiştirir" @@ -1696,340 +2200,428 @@ msgstr "Alternatif metin uzunsa, alternatif metin genişletme durumunu değişti msgid "If none are selected, suitable for all ages." msgstr "Hiçbiri seçilmezse, tüm yaşlar için uygun." -#: src/view/com/modals/ChangePassword.tsx:146 +#: src/screens/Signup/StepInfo/Policies.tsx:83 +msgid "If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf." +msgstr "" + +#: src/view/screens/ProfileList.tsx:610 +msgid "If you delete this list, you won't be able to recover it." +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 +msgid "If you remove this post, you won't be able to recover it." +msgstr "" + +#: src/view/com/modals/ChangePassword.tsx:148 msgid "If you want to change your password, we will send you a code to verify that this is your account." msgstr "Şifrenizi değiştirmek istiyorsanız, size hesabınızın sizin olduğunu doğrulamak için bir kod göndereceğiz." +#: src/lib/moderation/useReportOptions.ts:36 +msgid "Illegal and Urgent" +msgstr "" + #: src/view/com/util/images/Gallery.tsx:38 msgid "Image" msgstr "Resim" -#: src/view/com/modals/AltImage.tsx:120 +#: src/view/com/modals/AltImage.tsx:121 msgid "Image alt text" msgstr "Resim alternatif metni" -#: src/view/com/util/UserAvatar.tsx:308 src/view/com/util/UserBanner.tsx:116 -msgid "Image options" -msgstr "Resim seçenekleri" +#: src/view/com/util/UserAvatar.tsx:NaN +#~ msgid "Image options" +#~ msgstr "Resim seçenekleri" + +#: src/lib/moderation/useReportOptions.ts:47 +msgid "Impersonation or false claims about identity or affiliation" +msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:138 +#: src/screens/Login/SetNewPasswordForm.tsx:127 msgid "Input code sent to your email for password reset" msgstr "Şifre sıfırlama için e-postanıza gönderilen kodu girin" -#: src/view/com/modals/DeleteAccount.tsx:184 +#: src/view/com/modals/DeleteAccount.tsx:183 msgid "Input confirmation code for account deletion" msgstr "Hesap silme için onay kodunu girin" #: src/view/com/auth/create/Step1.tsx:144 -msgid "Input email for Bluesky account" -msgstr "Bluesky hesabı için e-posta girin" +#~ msgid "Input email for Bluesky account" +#~ msgstr "Bluesky hesabı için e-posta girin" #: src/view/com/auth/create/Step1.tsx:102 -msgid "Input invite code to proceed" -msgstr "Devam etmek için davet kodunu girin" +#~ msgid "Input invite code to proceed" +#~ msgstr "Devam etmek için davet kodunu girin" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:181 msgid "Input name for app password" msgstr "Uygulama şifresi için ad girin" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:162 +#: src/screens/Login/SetNewPasswordForm.tsx:151 msgid "Input new password" msgstr "Yeni şifre girin" -#: src/view/com/modals/DeleteAccount.tsx:203 +#: src/view/com/modals/DeleteAccount.tsx:202 msgid "Input password for account deletion" msgstr "Hesap silme için şifre girin" #: src/view/com/auth/create/Step2.tsx:196 -msgid "Input phone number for SMS verification" -msgstr "SMS doğrulaması için telefon numarası girin" +#~ msgid "Input phone number for SMS verification" +#~ msgstr "SMS doğrulaması için telefon numarası girin" -#: src/view/com/auth/login/LoginForm.tsx:227 +#: src/screens/Login/LoginForm.tsx:195 msgid "Input the password tied to {identifier}" msgstr "{identifier} ile ilişkili şifreyi girin" -#: src/view/com/auth/login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:168 msgid "Input the username or email address you used at signup" msgstr "Kaydolurken kullandığınız kullanıcı adını veya e-posta adresini girin" #: src/view/com/auth/create/Step2.tsx:271 -msgid "Input the verification code we have texted to you" -msgstr "Size mesaj attığımız doğrulama kodunu girin" +#~ msgid "Input the verification code we have texted to you" +#~ msgstr "Size mesaj attığımız doğrulama kodunu girin" #: src/view/com/modals/Waitlist.tsx:90 -msgid "Input your email to get on the Bluesky waitlist" -msgstr "Bluesky bekleme listesine girmek için e-postanızı girin" +#~ msgid "Input your email to get on the Bluesky waitlist" +#~ msgstr "Bluesky bekleme listesine girmek için e-postanızı girin" -#: src/view/com/auth/login/LoginForm.tsx:226 +#: src/screens/Login/LoginForm.tsx:194 msgid "Input your password" msgstr "Şifrenizi girin" -#: src/view/com/auth/create/Step3.tsx:42 +#: src/view/com/modals/ChangeHandle.tsx:389 +msgid "Input your preferred hosting provider" +msgstr "" + +#: src/screens/Signup/StepHandle.tsx:62 msgid "Input your user handle" msgstr "Kullanıcı adınızı girin" -#: src/view/com/post-thread/PostThreadItem.tsx:231 +#: src/view/com/post-thread/PostThreadItem.tsx:221 msgid "Invalid or unsupported post record" msgstr "Geçersiz veya desteklenmeyen gönderi kaydı" -#: src/view/com/auth/login/LoginForm.tsx:115 +#: src/screens/Login/LoginForm.tsx:114 msgid "Invalid username or password" msgstr "Geçersiz kullanıcı adı veya şifre" #: src/view/screens/Settings.tsx:411 -msgid "Invite" -msgstr "Davet et" +#~ msgid "Invite" +#~ msgstr "Davet et" -#: src/view/com/modals/InviteCodes.tsx:93 src/view/screens/Settings.tsx:399 +#: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Arkadaşını Davet Et" -#: src/view/com/auth/create/Step1.tsx:92 src/view/com/auth/create/Step1.tsx:101 +#: src/screens/Signup/StepInfo/index.tsx:58 msgid "Invite code" msgstr "Davet kodu" -#: src/view/com/auth/create/state.ts:199 +#: src/screens/Signup/state.ts:278 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Davet kodu kabul edilmedi. Doğru girdiğinizden emin olun ve tekrar deneyin." -#: src/view/com/modals/InviteCodes.tsx:170 +#: src/view/com/modals/InviteCodes.tsx:171 msgid "Invite codes: {0} available" msgstr "Davet kodları: {0} kullanılabilir" #: src/view/shell/Drawer.tsx:645 -msgid "Invite codes: {invitesAvailable} available" -msgstr "Davet kodları: {invitesAvailable} kullanılabilir" +#~ msgid "Invite codes: {invitesAvailable} available" +#~ msgstr "Davet kodları: {invitesAvailable} kullanılabilir" -#: src/view/com/modals/InviteCodes.tsx:169 +#: src/view/com/modals/InviteCodes.tsx:170 msgid "Invite codes: 1 available" msgstr "Davet kodları: 1 kullanılabilir" -#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +#: src/screens/Onboarding/StepFollowingFeed.tsx:65 msgid "It shows posts from the people you follow as they happen." msgstr "Takip ettiğiniz kişilerin gönderilerini olduğu gibi gösterir." -#: src/view/com/auth/HomeLoggedOutCTA.tsx:99 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:104 +#: src/view/com/auth/SplashScreen.web.tsx:172 msgid "Jobs" msgstr "İşler" #: src/view/com/modals/Waitlist.tsx:67 -msgid "Join the waitlist" -msgstr "Bekleme listesine katıl" +#~ msgid "Join the waitlist" +#~ msgstr "Bekleme listesine katıl" #: src/view/com/auth/create/Step1.tsx:118 #: src/view/com/auth/create/Step1.tsx:122 -msgid "Join the waitlist." -msgstr "Bekleme listesine katıl." +#~ msgid "Join the waitlist." +#~ msgstr "Bekleme listesine katıl." #: src/view/com/modals/Waitlist.tsx:128 -msgid "Join Waitlist" -msgstr "Bekleme Listesine Katıl" +#~ msgid "Join Waitlist" +#~ msgstr "Bekleme Listesine Katıl" #: src/screens/Onboarding/index.tsx:24 msgid "Journalism" msgstr "Gazetecilik" +#: src/components/moderation/LabelsOnMe.tsx:59 +msgid "label has been placed on this {labelTarget}" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:144 +msgid "Labeled by {0}." +msgstr "" + +#: src/components/moderation/ContentHider.tsx:142 +msgid "Labeled by the author." +msgstr "" + +#: src/view/screens/Profile.tsx:188 +msgid "Labels" +msgstr "" + +#: src/screens/Profile/Sections/Labels.tsx:142 +msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." +msgstr "" + +#: src/components/moderation/LabelsOnMe.tsx:61 +msgid "labels have been placed on this {labelTarget}" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:62 +msgid "Labels on your account" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:64 +msgid "Labels on your content" +msgstr "" + #: src/view/com/composer/select-language/SelectLangBtn.tsx:104 msgid "Language selection" msgstr "Dil seçimi" -#: src/view/screens/Settings.tsx:588 +#: src/view/screens/Settings/index.tsx:614 msgid "Language settings" msgstr "Dil ayarları" -#: src/Navigation.tsx:140 src/view/screens/LanguageSettings.tsx:89 +#: src/Navigation.tsx:144 +#: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "Dil Ayarları" -#: src/view/screens/Settings.tsx:597 +#: src/view/screens/Settings/index.tsx:623 msgid "Languages" msgstr "Diller" #: src/view/com/auth/create/StepHeader.tsx:20 -msgid "Last step!" -msgstr "Son adım!" +#~ msgid "Last step!" +#~ msgstr "Son adım!" #: src/view/com/util/moderation/ContentHider.tsx:103 -msgid "Learn more" -msgstr "Daha fazla bilgi edinin" +#~ msgid "Learn more" +#~ msgstr "Daha fazla bilgi edinin" -#: src/view/com/util/moderation/PostAlerts.tsx:47 -#: src/view/com/util/moderation/ProfileHeaderAlerts.tsx:65 -#: src/view/com/util/moderation/ScreenHider.tsx:104 +#: src/components/moderation/ScreenHider.tsx:136 msgid "Learn More" msgstr "Daha Fazla Bilgi Edinin" -#: src/view/com/util/moderation/ContentHider.tsx:85 -#: src/view/com/util/moderation/PostAlerts.tsx:40 -#: src/view/com/util/moderation/PostHider.tsx:78 -#: src/view/com/util/moderation/ProfileHeaderAlerts.tsx:49 -#: src/view/com/util/moderation/ScreenHider.tsx:101 +#: src/components/moderation/ContentHider.tsx:65 +#: src/components/moderation/ContentHider.tsx:128 +msgid "Learn more about the moderation applied to this content." +msgstr "" + +#: src/components/moderation/PostHider.tsx:85 +#: src/components/moderation/ScreenHider.tsx:125 msgid "Learn more about this warning" msgstr "Bu uyarı hakkında daha fazla bilgi edinin" -#: src/view/screens/Moderation.tsx:243 +#: src/screens/Moderation/index.tsx:549 msgid "Learn more about what is public on Bluesky." msgstr "Bluesky'da neyin herkese açık olduğu hakkında daha fazla bilgi edinin." +#: src/components/moderation/ContentHider.tsx:152 +msgid "Learn more." +msgstr "" + #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:82 msgid "Leave them all unchecked to see any language." msgstr "Hepsini işaretlemeyin, herhangi bir dil görmek için." -#: src/view/com/modals/LinkWarning.tsx:51 +#: src/view/com/modals/LinkWarning.tsx:65 msgid "Leaving Bluesky" msgstr "Bluesky'dan ayrılıyor" -#: src/screens/Deactivated.tsx:129 +#: src/screens/Deactivated.tsx:128 msgid "left to go." msgstr "kaldı." -#: src/view/screens/Settings.tsx:280 +#: src/view/screens/Settings/index.tsx:296 msgid "Legacy storage cleared, you need to restart the app now." msgstr "Eski depolama temizlendi, şimdi uygulamayı yeniden başlatmanız gerekiyor." -#: src/view/com/auth/login/Login.tsx:128 src/view/com/auth/login/Login.tsx:144 +#: src/screens/Login/index.tsx:130 +#: src/screens/Login/index.tsx:145 msgid "Let's get your password reset!" msgstr "Şifrenizi sıfırlamaya başlayalım!" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Let's go!" msgstr "Hadi gidelim!" -#: src/view/com/util/UserAvatar.tsx:245 src/view/com/util/UserBanner.tsx:60 -msgid "Library" -msgstr "Kütüphane" +#: src/view/com/util/UserAvatar.tsx:NaN +#~ msgid "Library" +#~ msgstr "Kütüphane" -#: src/view/screens/Settings.tsx:473 +#: src/view/screens/Settings/index.tsx:498 msgid "Light" msgstr "Açık" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Like" msgstr "Beğen" -#: src/view/screens/ProfileFeed.tsx:591 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:258 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Like this feed" msgstr "Bu beslemeyi beğen" -#: src/Navigation.tsx:198 +#: src/components/LikesDialog.tsx:87 +#: src/Navigation.tsx:201 +#: src/Navigation.tsx:206 msgid "Liked by" msgstr "Beğenenler" +#: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 #: src/view/screens/PostLikedBy.tsx:27 #: src/view/screens/ProfileFeedLikedBy.tsx:27 msgid "Liked By" msgstr "Beğenenler" -#: src/view/com/feeds/FeedSourceCard.tsx:277 +#: src/view/com/feeds/FeedSourceCard.tsx:268 msgid "Liked by {0} {1}" msgstr "{0} {1} tarafından beğenildi" -#: src/view/screens/ProfileFeed.tsx:606 +#: src/components/LabelingServiceCard/index.tsx:72 +msgid "Liked by {count} {0}" +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292 +#: src/view/screens/ProfileFeed.tsx:588 msgid "Liked by {likeCount} {0}" msgstr "{likeCount} {0} tarafından beğenildi" -#: src/view/com/notifications/FeedItem.tsx:170 +#: src/view/com/notifications/FeedItem.tsx:174 msgid "liked your custom feed" msgstr "özel beslemenizi beğendi" -#: src/view/com/notifications/FeedItem.tsx:155 +#: src/view/com/notifications/FeedItem.tsx:159 msgid "liked your post" msgstr "gönderinizi beğendi" -#: src/view/screens/Profile.tsx:174 +#: src/view/screens/Profile.tsx:193 msgid "Likes" msgstr "Beğeniler" -#: src/view/com/post-thread/PostThreadItem.tsx:185 +#: src/view/com/post-thread/PostThreadItem.tsx:182 msgid "Likes on this post" msgstr "Bu gönderideki beğeniler" -#: src/Navigation.tsx:167 +#: src/Navigation.tsx:170 msgid "List" msgstr "Liste" -#: src/view/com/modals/CreateOrEditList.tsx:261 +#: src/view/com/modals/CreateOrEditList.tsx:262 msgid "List Avatar" msgstr "Liste Avatarı" -#: src/view/screens/ProfileList.tsx:323 +#: src/view/screens/ProfileList.tsx:311 msgid "List blocked" msgstr "Liste engellendi" -#: src/view/com/feeds/FeedSourceCard.tsx:231 +#: src/view/com/feeds/FeedSourceCard.tsx:220 msgid "List by {0}" msgstr "{0} tarafından liste" -#: src/view/screens/ProfileList.tsx:377 +#: src/view/screens/ProfileList.tsx:355 msgid "List deleted" msgstr "Liste silindi" -#: src/view/screens/ProfileList.tsx:282 +#: src/view/screens/ProfileList.tsx:283 msgid "List muted" msgstr "Liste sessize alındı" -#: src/view/com/modals/CreateOrEditList.tsx:275 +#: src/view/com/modals/CreateOrEditList.tsx:276 msgid "List Name" msgstr "Liste Adı" -#: src/view/screens/ProfileList.tsx:342 +#: src/view/screens/ProfileList.tsx:325 msgid "List unblocked" msgstr "Liste engeli kaldırıldı" -#: src/view/screens/ProfileList.tsx:301 +#: src/view/screens/ProfileList.tsx:297 msgid "List unmuted" msgstr "Liste sessizden çıkarıldı" -#: src/Navigation.tsx:110 src/view/screens/Profile.tsx:176 -#: src/view/shell/desktop/LeftNav.tsx:379 src/view/shell/Drawer.tsx:495 +#: src/Navigation.tsx:114 +#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:195 +#: src/view/shell/desktop/LeftNav.tsx:383 +#: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 msgid "Lists" msgstr "Listeler" #: src/view/com/post-thread/PostThread.tsx:281 #: src/view/com/post-thread/PostThread.tsx:289 -msgid "Load more posts" -msgstr "Daha fazla gönderi yükle" +#~ msgid "Load more posts" +#~ msgstr "Daha fazla gönderi yükle" -#: src/view/screens/Notifications.tsx:155 +#: src/view/screens/Notifications.tsx:159 msgid "Load new notifications" msgstr "Yeni bildirimleri yükle" -#: src/view/com/feeds/FeedPage.tsx:190 src/view/screens/Profile.tsx:422 -#: src/view/screens/ProfileFeed.tsx:494 src/view/screens/ProfileList.tsx:680 +#: src/screens/Profile/Sections/Feed.tsx:70 +#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/screens/ProfileFeed.tsx:496 +#: src/view/screens/ProfileList.tsx:695 msgid "Load new posts" msgstr "Yeni gönderileri yükle" -#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:95 +#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:99 msgid "Loading..." msgstr "Yükleniyor..." #: src/view/com/modals/ServerInput.tsx:50 -msgid "Local dev server" -msgstr "Yerel geliştirme sunucusu" +#~ msgid "Local dev server" +#~ msgstr "Yerel geliştirme sunucusu" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:221 msgid "Log" msgstr "Log" -#: src/screens/Deactivated.tsx:150 src/screens/Deactivated.tsx:153 -#: src/screens/Deactivated.tsx:179 src/screens/Deactivated.tsx:182 +#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:152 +#: src/screens/Deactivated.tsx:178 +#: src/screens/Deactivated.tsx:181 msgid "Log out" msgstr "Çıkış yap" -#: src/view/screens/Moderation.tsx:136 +#: src/screens/Moderation/index.tsx:442 msgid "Logged-out visibility" msgstr "Çıkış yapan görünürlüğü" -#: src/view/com/auth/login/ChooseAccountForm.tsx:133 +#: src/components/AccountList.tsx:54 msgid "Login to account that is not listed" msgstr "Listelenmeyen hesaba giriş yap" -#: src/view/com/modals/LinkWarning.tsx:65 +#: src/screens/Login/SetNewPasswordForm.tsx:116 +msgid "Looks like XXXXX-XXXXX" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:79 msgid "Make sure this is where you intend to go!" msgstr "Bu gitmek istediğiniz yer olduğundan emin olun!" -#: src/view/screens/Profile.tsx:173 +#: src/components/dialogs/MutedWords.tsx:82 +msgid "Manage your muted words and tags" +msgstr "" + +#: src/view/screens/Profile.tsx:192 msgid "Media" msgstr "Medya" @@ -2041,109 +2633,171 @@ msgstr "bahsedilen kullanıcılar" msgid "Mentioned users" msgstr "Bahsedilen kullanıcılar" -#: src/view/com/util/ViewHeader.tsx:81 src/view/screens/Search/Search.tsx:623 +#: src/view/com/util/ViewHeader.tsx:87 +#: src/view/screens/Search/Search.tsx:648 msgid "Menu" msgstr "Menü" -#: src/view/com/posts/FeedErrorMessage.tsx:197 +#: src/view/com/posts/FeedErrorMessage.tsx:192 msgid "Message from server: {0}" msgstr "Sunucudan mesaj: {0}" -#: src/Navigation.tsx:115 src/view/screens/Moderation.tsx:64 -#: src/view/screens/Settings.tsx:619 src/view/shell/desktop/LeftNav.tsx:397 -#: src/view/shell/Drawer.tsx:514 src/view/shell/Drawer.tsx:515 +#: src/lib/moderation/useReportOptions.ts:45 +msgid "Misleading Account" +msgstr "" + +#: src/Navigation.tsx:119 +#: src/screens/Moderation/index.tsx:104 +#: src/view/screens/Settings/index.tsx:645 +#: src/view/shell/desktop/LeftNav.tsx:401 +#: src/view/shell/Drawer.tsx:514 +#: src/view/shell/Drawer.tsx:515 msgid "Moderation" msgstr "Moderasyon" -#: src/view/com/lists/ListCard.tsx:92 +#: src/components/moderation/ModerationDetailsDialog.tsx:112 +msgid "Moderation details" +msgstr "" + +#: src/view/com/lists/ListCard.tsx:93 #: src/view/com/modals/UserAddRemoveLists.tsx:206 msgid "Moderation list by {0}" msgstr "{0} tarafından moderasyon listesi" -#: src/view/screens/ProfileList.tsx:774 +#: src/view/screens/ProfileList.tsx:789 msgid "Moderation list by <0/>" msgstr "<0/> tarafından moderasyon listesi" -#: src/view/com/lists/ListCard.tsx:90 +#: src/view/com/lists/ListCard.tsx:91 #: src/view/com/modals/UserAddRemoveLists.tsx:204 -#: src/view/screens/ProfileList.tsx:772 +#: src/view/screens/ProfileList.tsx:787 msgid "Moderation list by you" msgstr "Sizin tarafınızdan moderasyon listesi" -#: src/view/com/modals/CreateOrEditList.tsx:197 +#: src/view/com/modals/CreateOrEditList.tsx:198 msgid "Moderation list created" msgstr "Moderasyon listesi oluşturuldu" -#: src/view/com/modals/CreateOrEditList.tsx:183 +#: src/view/com/modals/CreateOrEditList.tsx:184 msgid "Moderation list updated" msgstr "Moderasyon listesi güncellendi" -#: src/view/screens/Moderation.tsx:95 +#: src/screens/Moderation/index.tsx:243 msgid "Moderation lists" msgstr "Moderasyon listeleri" -#: src/Navigation.tsx:120 src/view/screens/ModerationModlists.tsx:58 +#: src/Navigation.tsx:124 +#: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Moderasyon Listeleri" -#: src/view/screens/Settings.tsx:613 +#: src/view/screens/Settings/index.tsx:639 msgid "Moderation settings" msgstr "Moderasyon ayarları" -#: src/view/com/modals/ModerationDetails.tsx:35 +#: src/Navigation.tsx:216 +msgid "Moderation states" +msgstr "" + +#: src/screens/Moderation/index.tsx:215 +msgid "Moderation tools" +msgstr "" + +#: src/components/moderation/ModerationDetailsDialog.tsx:48 +#: src/lib/moderation/useModerationCauseDescription.ts:40 msgid "Moderator has chosen to set a general warning on the content." msgstr "Moderatör, içeriğe genel bir uyarı koymayı seçti." -#: src/view/shell/desktop/Feeds.tsx:53 +#: src/view/com/post-thread/PostThreadItem.tsx:541 +msgid "More" +msgstr "" + +#: src/view/shell/desktop/Feeds.tsx:65 msgid "More feeds" msgstr "Daha fazla besleme" -#: src/view/com/profile/ProfileHeader.tsx:562 -#: src/view/screens/ProfileFeed.tsx:362 src/view/screens/ProfileList.tsx:616 +#: src/view/screens/ProfileList.tsx:599 msgid "More options" msgstr "Daha fazla seçenek" #: src/view/com/util/forms/PostDropdownBtn.tsx:270 -msgid "More post options" -msgstr "Daha fazla gönderi seçeneği" +#~ msgid "More post options" +#~ msgstr "Daha fazla gönderi seçeneği" #: src/view/screens/PreferencesThreads.tsx:82 msgid "Most-liked replies first" msgstr "En çok beğenilen yanıtlar önce" -#: src/view/com/profile/ProfileHeader.tsx:374 +#: src/components/TagMenu/index.tsx:249 +msgid "Mute" +msgstr "" + +#: src/components/TagMenu/index.web.tsx:105 +msgid "Mute {truncatedTag}" +msgstr "" + +#: src/view/com/profile/ProfileMenu.tsx:279 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "Mute Account" msgstr "Hesabı Sessize Al" -#: src/view/screens/ProfileList.tsx:543 +#: src/view/screens/ProfileList.tsx:518 msgid "Mute accounts" msgstr "Hesapları sessize al" -#: src/view/screens/ProfileList.tsx:490 +#: src/components/TagMenu/index.tsx:209 +msgid "Mute all {displayTag} posts" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:148 +msgid "Mute in tags only" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:133 +msgid "Mute in text & tags" +msgstr "" + +#: src/view/screens/ProfileList.tsx:461 +#: src/view/screens/ProfileList.tsx:624 msgid "Mute list" msgstr "Listeyi sessize al" -#: src/view/screens/ProfileList.tsx:274 +#: src/view/screens/ProfileList.tsx:619 msgid "Mute these accounts?" msgstr "Bu hesapları sessize al?" #: src/view/screens/ProfileList.tsx:278 -msgid "Mute this List" -msgstr "Bu Listeyi Sessize Al" +#~ msgid "Mute this List" +#~ msgstr "Bu Listeyi Sessize Al" + +#: src/components/dialogs/MutedWords.tsx:126 +msgid "Mute this word in post text and tags" +msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:171 +#: src/components/dialogs/MutedWords.tsx:141 +msgid "Mute this word in tags only" +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:251 +#: src/view/com/util/forms/PostDropdownBtn.tsx:257 msgid "Mute thread" msgstr "Konuyu sessize al" -#: src/view/com/lists/ListCard.tsx:101 +#: src/view/com/util/forms/PostDropdownBtn.tsx:267 +#: src/view/com/util/forms/PostDropdownBtn.tsx:269 +msgid "Mute words & tags" +msgstr "" + +#: src/view/com/lists/ListCard.tsx:102 msgid "Muted" msgstr "Sessize alındı" -#: src/view/screens/Moderation.tsx:109 +#: src/screens/Moderation/index.tsx:255 msgid "Muted accounts" msgstr "Sessize alınan hesaplar" -#: src/Navigation.tsx:125 src/view/screens/ModerationMutedAccounts.tsx:107 +#: src/Navigation.tsx:129 +#: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Sessize Alınan Hesaplar" @@ -2151,15 +2805,24 @@ msgstr "Sessize Alınan Hesaplar" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Sessize alınan hesapların gönderileri beslemenizden ve bildirimlerinizden kaldırılır. Sessizlik tamamen özeldir." -#: src/view/screens/ProfileList.tsx:276 +#: src/lib/moderation/useModerationCauseDescription.ts:85 +msgid "Muted by \"{0}\"" +msgstr "" + +#: src/screens/Moderation/index.tsx:231 +msgid "Muted words & tags" +msgstr "" + +#: src/view/screens/ProfileList.tsx:621 msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them." msgstr "Sessizlik özeldir. Sessize alınan hesaplar sizinle etkileşime geçebilir, ancak gönderilerini görmeyecek ve onlardan bildirim almayacaksınız." -#: src/view/com/modals/BirthDateSettings.tsx:56 +#: src/components/dialogs/BirthDateSettings.tsx:35 +#: src/components/dialogs/BirthDateSettings.tsx:38 msgid "My Birthday" msgstr "Doğum Günüm" -#: src/view/screens/Feeds.tsx:399 +#: src/view/screens/Feeds.tsx:663 msgid "My Feeds" msgstr "Beslemelerim" @@ -2167,49 +2830,65 @@ msgstr "Beslemelerim" msgid "My Profile" msgstr "Profilim" -#: src/view/screens/Settings.tsx:576 +#: src/view/screens/Settings/index.tsx:596 +msgid "My saved feeds" +msgstr "" + +#: src/view/screens/Settings/index.tsx:602 msgid "My Saved Feeds" msgstr "Kayıtlı Beslemelerim" -#: src/view/com/modals/AddAppPasswords.tsx:179 -#: src/view/com/modals/CreateOrEditList.tsx:290 +#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/CreateOrEditList.tsx:291 msgid "Name" msgstr "Ad" -#: src/view/com/modals/CreateOrEditList.tsx:145 +#: src/view/com/modals/CreateOrEditList.tsx:146 msgid "Name is required" msgstr "Ad gerekli" +#: src/lib/moderation/useReportOptions.ts:57 +#: src/lib/moderation/useReportOptions.ts:78 +#: src/lib/moderation/useReportOptions.ts:86 +msgid "Name or Description Violates Community Standards" +msgstr "" + #: src/screens/Onboarding/index.tsx:25 msgid "Nature" msgstr "Doğa" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:186 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:215 -#: src/view/com/auth/login/LoginForm.tsx:286 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:196 -#: src/view/com/modals/ChangePassword.tsx:166 +#: src/screens/Login/ForgotPasswordForm.tsx:173 +#: src/screens/Login/LoginForm.tsx:254 +#: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "Sonraki ekrana yönlendirir" -#: src/view/shell/Drawer.tsx:73 +#: src/view/shell/Drawer.tsx:71 msgid "Navigates to your profile" msgstr "Profilinize yönlendirir" +#: src/components/ReportDialog/SelectReportOptionView.tsx:122 +msgid "Need to report a copyright violation?" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:107 #: src/view/com/modals/EmbedConsent.tsx:123 -msgid "Never load embeds from {0}" -msgstr "{0} adresinden gömülü içerikleri asla yükleme" +#~ msgid "Never load embeds from {0}" +#~ msgstr "{0} adresinden gömülü içerikleri asla yükleme" #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:72 -#: src/view/com/auth/onboarding/WelcomeMobile.tsx:72 +#: src/view/com/auth/onboarding/WelcomeMobile.tsx:74 msgid "Never lose access to your followers and data." msgstr "Takipçilerinize ve verilerinize asla erişimi kaybetmeyin." -#: src/screens/Onboarding/StepFinished.tsx:119 +#: src/screens/Onboarding/StepFinished.tsx:123 msgid "Never lose access to your followers or data." msgstr "Takipçilerinize veya verilerinize asla erişimi kaybetmeyin." +#: src/view/com/modals/ChangeHandle.tsx:519 +msgid "Nevermind, create a handle for me" +msgstr "" + #: src/view/screens/Lists.tsx:76 msgctxt "action" msgid "New" @@ -2219,35 +2898,39 @@ msgstr "Yeni" msgid "New" msgstr "Yeni" -#: src/view/com/modals/CreateOrEditList.tsx:252 +#: src/view/com/modals/CreateOrEditList.tsx:253 msgid "New Moderation List" msgstr "Yeni Moderasyon Listesi" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:150 +#: src/view/com/modals/ChangePassword.tsx:212 msgid "New password" msgstr "Yeni şifre" -#: src/view/com/modals/ChangePassword.tsx:215 +#: src/view/com/modals/ChangePassword.tsx:217 msgid "New Password" msgstr "Yeni Şifre" -#: src/view/com/feeds/FeedPage.tsx:201 +#: src/view/com/feeds/FeedPage.tsx:149 msgctxt "action" msgid "New post" msgstr "Yeni gönderi" -#: src/view/screens/Feeds.tsx:547 src/view/screens/Profile.tsx:364 -#: src/view/screens/ProfileFeed.tsx:432 src/view/screens/ProfileList.tsx:195 -#: src/view/screens/ProfileList.tsx:223 src/view/shell/desktop/LeftNav.tsx:248 +#: src/view/screens/Feeds.tsx:555 +#: src/view/screens/Notifications.tsx:168 +#: src/view/screens/Profile.tsx:452 +#: src/view/screens/ProfileFeed.tsx:434 +#: src/view/screens/ProfileList.tsx:199 +#: src/view/screens/ProfileList.tsx:227 +#: src/view/shell/desktop/LeftNav.tsx:252 msgid "New post" msgstr "Yeni gönderi" -#: src/view/shell/desktop/LeftNav.tsx:258 +#: src/view/shell/desktop/LeftNav.tsx:262 msgctxt "action" msgid "New Post" msgstr "Yeni Gönderi" -#: src/view/com/modals/CreateOrEditList.tsx:247 +#: src/view/com/modals/CreateOrEditList.tsx:248 msgid "New User List" msgstr "Yeni Kullanıcı Listesi" @@ -2259,15 +2942,16 @@ msgstr "En yeni yanıtlar önce" msgid "News" msgstr "Haberler" -#: 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 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:187 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:143 +#: src/screens/Login/ForgotPasswordForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:253 +#: src/screens/Login/LoginForm.tsx:260 +#: src/screens/Login/SetNewPasswordForm.tsx:174 +#: src/screens/Login/SetNewPasswordForm.tsx:180 +#: src/screens/Signup/index.tsx:205 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:79 -#: src/view/com/modals/ChangePassword.tsx:251 #: src/view/com/modals/ChangePassword.tsx:253 +#: src/view/com/modals/ChangePassword.tsx:255 msgid "Next" msgstr "İleri" @@ -2276,47 +2960,61 @@ msgctxt "action" msgid "Next" msgstr "İleri" -#: src/view/com/lightbox/Lightbox.web.tsx:149 +#: src/view/com/lightbox/Lightbox.web.tsx:169 msgid "Next image" msgstr "Sonraki resim" -#: src/view/screens/PreferencesHomeFeed.tsx:129 -#: src/view/screens/PreferencesHomeFeed.tsx:200 -#: src/view/screens/PreferencesHomeFeed.tsx:235 -#: src/view/screens/PreferencesHomeFeed.tsx:272 +#: src/view/screens/PreferencesFollowingFeed.tsx:129 +#: src/view/screens/PreferencesFollowingFeed.tsx:200 +#: src/view/screens/PreferencesFollowingFeed.tsx:235 +#: src/view/screens/PreferencesFollowingFeed.tsx:272 #: src/view/screens/PreferencesThreads.tsx:106 #: src/view/screens/PreferencesThreads.tsx:129 msgid "No" msgstr "Hayır" -#: src/view/screens/ProfileFeed.tsx:584 src/view/screens/ProfileList.tsx:754 +#: src/view/screens/ProfileFeed.tsx:562 +#: src/view/screens/ProfileList.tsx:769 msgid "No description" msgstr "Açıklama yok" -#: src/view/com/profile/ProfileHeader.tsx:217 +#: src/view/com/modals/ChangeHandle.tsx:405 +msgid "No DNS Panel" +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 msgid "No longer following {0}" msgstr "{0} artık takip edilmiyor" +#: src/screens/Signup/StepHandle.tsx:114 +msgid "No longer than 253 characters" +msgstr "" + #: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "Henüz bildirim yok!" -#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:97 -#: src/view/com/composer/text-input/web/Autocomplete.tsx:191 +#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 +#: src/view/com/composer/text-input/web/Autocomplete.tsx:195 msgid "No result" msgstr "Sonuç yok" -#: src/view/screens/Feeds.tsx:490 +#: src/components/Lists.tsx:183 +msgid "No results found" +msgstr "" + +#: src/view/screens/Feeds.tsx:495 msgid "No results found for \"{query}\"" msgstr "\"{query}\" için sonuç bulunamadı" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:280 -#: src/view/screens/Search/Search.tsx:308 +#: src/view/screens/Search/Search.tsx:283 +#: src/view/screens/Search/Search.tsx:311 msgid "No results found for {query}" msgstr "{query} için sonuç bulunamadı" -#: src/view/com/modals/EmbedConsent.tsx:129 +#: src/components/dialogs/EmbedConsent.tsx:105 +#: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" msgstr "Teşekkürler" @@ -2324,11 +3022,21 @@ msgstr "Teşekkürler" msgid "Nobody" msgstr "Hiç kimse" +#: src/components/LikedByList.tsx:79 +#: src/components/LikesDialog.tsx:99 +msgid "Nobody has liked this yet. Maybe you should be the first!" +msgstr "" + +#: src/lib/moderation/useGlobalLabelStrings.ts:42 +msgid "Non-sexual Nudity" +msgstr "" + #: src/view/com/modals/SelfLabel.tsx:135 msgid "Not Applicable." msgstr "Uygulanamaz." -#: src/Navigation.tsx:105 +#: src/Navigation.tsx:109 +#: src/view/screens/Profile.tsx:99 msgid "Not Found" msgstr "Bulunamadı" @@ -2337,14 +3045,22 @@ msgstr "Bulunamadı" msgid "Not right now" msgstr "Şu anda değil" -#: src/view/screens/Moderation.tsx:233 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/util/forms/PostDropdownBtn.tsx:342 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:246 +msgid "Note about sharing" +msgstr "" + +#: src/screens/Moderation/index.tsx:540 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 "Not: Bluesky açık ve kamusal bir ağdır. Bu ayar yalnızca içeriğinizin Bluesky uygulaması ve web sitesindeki görünürlüğünü sınırlar, diğer uygulamalar bu ayarı dikkate almayabilir. İçeriğiniz hala diğer uygulamalar ve web siteleri tarafından çıkış yapan kullanıcılara gösterilebilir." -#: 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 +#: src/Navigation.tsx:469 +#: src/view/screens/Notifications.tsx:124 +#: src/view/screens/Notifications.tsx:148 +#: src/view/shell/bottom-bar/BottomBar.tsx:215 +#: src/view/shell/desktop/LeftNav.tsx:365 +#: src/view/shell/Drawer.tsx:438 #: src/view/shell/Drawer.tsx:439 msgid "Notifications" msgstr "Bildirimler" @@ -2353,15 +3069,32 @@ msgstr "Bildirimler" msgid "Nudity" msgstr "Çıplaklık" -#: src/view/com/util/ErrorBoundary.tsx:35 +#: src/lib/moderation/useReportOptions.ts:71 +msgid "Nudity or adult content not labeled as such" +msgstr "" + +#: src/screens/Signup/index.tsx:142 +msgid "of" +msgstr "" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:11 +msgid "Off" +msgstr "" + +#: src/view/com/util/ErrorBoundary.tsx:49 msgid "Oh no!" msgstr "Oh hayır!" -#: src/screens/Onboarding/StepInterests/index.tsx:128 +#: src/screens/Onboarding/StepInterests/index.tsx:132 msgid "Oh no! Something went wrong." msgstr "Oh hayır! Bir şeyler yanlış gitti." -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:126 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:327 +msgid "OK" +msgstr "" + +#: src/screens/Login/PasswordUpdatedForm.tsx:44 msgid "Okay" msgstr "Tamam" @@ -2369,11 +3102,11 @@ msgstr "Tamam" msgid "Oldest replies first" msgstr "En eski yanıtlar önce" -#: src/view/screens/Settings.tsx:236 +#: src/view/screens/Settings/index.tsx:244 msgid "Onboarding reset" msgstr "Onboarding sıfırlama" -#: src/view/com/composer/Composer.tsx:375 +#: src/view/com/composer/Composer.tsx:392 msgid "One or more images is missing alt text." msgstr "Bir veya daha fazla resimde alternatif metin eksik." @@ -2381,33 +3114,58 @@ msgstr "Bir veya daha fazla resimde alternatif metin eksik." msgid "Only {0} can reply." msgstr "Yalnızca {0} yanıtlayabilir." -#: src/view/com/modals/ProfilePreview.tsx:49 -#: src/view/com/modals/ProfilePreview.tsx:61 -#: src/view/screens/AppPasswords.tsx:65 +#: src/screens/Signup/StepHandle.tsx:97 +msgid "Only contains letters, numbers, and hyphens" +msgstr "" + +#: src/components/Lists.tsx:75 +msgid "Oops, something went wrong!" +msgstr "" + +#: src/components/Lists.tsx:170 +#: src/view/screens/AppPasswords.tsx:67 +#: src/view/screens/Profile.tsx:99 msgid "Oops!" msgstr "Hata!" -#: src/screens/Onboarding/StepFinished.tsx:115 +#: src/screens/Onboarding/StepFinished.tsx:119 msgid "Open" msgstr "Aç" -#: src/view/com/composer/Composer.tsx:470 -#: src/view/com/composer/Composer.tsx:471 +#: src/view/com/composer/Composer.tsx:491 +#: src/view/com/composer/Composer.tsx:492 msgid "Open emoji picker" msgstr "Emoji seçiciyi aç" -#: src/view/screens/Settings.tsx:706 +#: src/view/screens/ProfileFeed.tsx:300 +msgid "Open feed options menu" +msgstr "" + +#: src/view/screens/Settings/index.tsx:734 msgid "Open links with in-app browser" msgstr "Uygulama içi tarayıcıda bağlantıları aç" -#: src/view/com/pager/FeedsTabBarMobile.tsx:87 +#: src/screens/Moderation/index.tsx:227 +msgid "Open muted words and tags settings" +msgstr "" + +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:50 msgid "Open navigation" msgstr "Navigasyonu aç" -#: src/view/screens/Settings.tsx:786 +#: src/view/com/util/forms/PostDropdownBtn.tsx:183 +msgid "Open post options menu" +msgstr "" + +#: src/view/screens/Settings/index.tsx:828 +#: src/view/screens/Settings/index.tsx:838 msgid "Open storybook page" msgstr "Storybook sayfasını aç" +#: src/view/screens/Settings/index.tsx:816 +msgid "Open system log" +msgstr "" + #: src/view/com/util/forms/DropdownButton.tsx:154 msgid "Opens {numItems} options" msgstr "{numItems} seçeneği açar" @@ -2416,11 +3174,11 @@ msgstr "{numItems} seçeneği açar" msgid "Opens additional details for a debug entry" msgstr "Hata ayıklama girişi için ek ayrıntıları açar" -#: src/view/com/notifications/FeedItem.tsx:348 +#: src/view/com/notifications/FeedItem.tsx:353 msgid "Opens an expanded list of users in this notification" msgstr "Bu bildirimdeki kullanıcıların genişletilmiş bir listesini açar" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:61 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:78 msgid "Opens camera on device" msgstr "Cihazdaki kamerayı açar" @@ -2428,7 +3186,7 @@ msgstr "Cihazdaki kamerayı açar" msgid "Opens composer" msgstr "Besteciyi açar" -#: src/view/screens/Settings.tsx:589 +#: src/view/screens/Settings/index.tsx:615 msgid "Opens configurable language settings" msgstr "Yapılandırılabilir dil ayarlarını açar" @@ -2437,71 +3195,116 @@ msgid "Opens device photo gallery" msgstr "Cihaz fotoğraf galerisini açar" #: src/view/com/profile/ProfileHeader.tsx:459 -msgid "Opens editor for profile display name, avatar, background image, and description" -msgstr "Profil görüntü adı, avatar, arka plan resmi ve açıklama için düzenleyiciyi açar" +#~ msgid "Opens editor for profile display name, avatar, background image, and description" +#~ msgstr "Profil görüntü adı, avatar, arka plan resmi ve açıklama için düzenleyiciyi açar" -#: src/view/screens/Settings.tsx:643 +#: src/view/screens/Settings/index.tsx:669 msgid "Opens external embeds settings" msgstr "Harici gömülü ayarları açar" +#: src/view/com/auth/HomeLoggedOutCTA.tsx:57 +#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/SplashScreen.web.tsx:97 +msgid "Opens flow to create a new Bluesky account" +msgstr "" + +#: src/view/com/auth/HomeLoggedOutCTA.tsx:75 +#: src/view/com/auth/SplashScreen.tsx:83 +#: src/view/com/auth/SplashScreen.web.tsx:112 +msgid "Opens flow to sign into your existing Bluesky account" +msgstr "" + #: src/view/com/profile/ProfileHeader.tsx:614 -msgid "Opens followers list" -msgstr "Takipçi listesini açar" +#~ msgid "Opens followers list" +#~ msgstr "Takipçi listesini açar" #: src/view/com/profile/ProfileHeader.tsx:633 -msgid "Opens following list" -msgstr "Takip listesini açar" +#~ msgid "Opens following list" +#~ msgstr "Takip listesini açar" #: src/view/screens/Settings.tsx:412 -msgid "Opens invite code list" -msgstr "Davet kodu listesini açar" +#~ msgid "Opens invite code list" +#~ msgstr "Davet kodu listesini açar" -#: src/view/com/modals/InviteCodes.tsx:172 -#: src/view/shell/desktop/RightNav.tsx:156 src/view/shell/Drawer.tsx:646 +#: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "Davet kodu listesini açar" +#: src/view/screens/Settings/index.tsx:798 +msgid "Opens modal for account deletion confirmation. Requires email code" +msgstr "" + #: src/view/screens/Settings.tsx:745 -msgid "Opens modal for account deletion confirmation. Requires email code." -msgstr "Hesap silme onayı için modalı açar. E-posta kodu gerektirir." +#~ msgid "Opens modal for account deletion confirmation. Requires email code." +#~ msgstr "Hesap silme onayı için modalı açar. E-posta kodu gerektirir." -#: src/view/com/modals/ChangeHandle.tsx:281 +#: src/view/screens/Settings/index.tsx:756 +msgid "Opens modal for changing your Bluesky password" +msgstr "" + +#: src/view/screens/Settings/index.tsx:718 +msgid "Opens modal for choosing a new Bluesky handle" +msgstr "" + +#: src/view/screens/Settings/index.tsx:779 +msgid "Opens modal for downloading your Bluesky account data (repository)" +msgstr "" + +#: src/view/screens/Settings/index.tsx:968 +msgid "Opens modal for email verification" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:282 msgid "Opens modal for using custom domain" msgstr "Özel alan adı kullanımı için modalı açar" -#: src/view/screens/Settings.tsx:614 +#: src/view/screens/Settings/index.tsx:640 msgid "Opens moderation settings" msgstr "Moderasyon ayarlarını açar" -#: src/view/com/auth/login/LoginForm.tsx:236 +#: src/screens/Login/LoginForm.tsx:202 msgid "Opens password reset form" msgstr "Şifre sıfırlama formunu açar" -#: src/view/screens/Feeds.tsx:338 +#: src/view/com/home/HomeHeaderLayout.web.tsx:63 +#: src/view/screens/Feeds.tsx:356 msgid "Opens screen to edit Saved Feeds" msgstr "Kayıtlı Beslemeleri düzenlemek için ekranı açar" -#: src/view/screens/Settings.tsx:570 +#: src/view/screens/Settings/index.tsx:597 msgid "Opens screen with all saved feeds" msgstr "Tüm kayıtlı beslemeleri içeren ekrana açar" +#: src/view/screens/Settings/index.tsx:696 +msgid "Opens the app password settings" +msgstr "" + #: src/view/screens/Settings.tsx:670 -msgid "Opens the app password settings page" -msgstr "Uygulama şifre ayarları sayfasını açar" +#~ msgid "Opens the app password settings page" +#~ msgstr "Uygulama şifre ayarları sayfasını açar" + +#: src/view/screens/Settings/index.tsx:554 +msgid "Opens the Following feed preferences" +msgstr "" #: src/view/screens/Settings.tsx:529 -msgid "Opens the home feed preferences" -msgstr "Ana besleme tercihlerini açar" +#~ msgid "Opens the home feed preferences" +#~ msgstr "Ana besleme tercihlerini açar" + +#: src/view/com/modals/LinkWarning.tsx:93 +msgid "Opens the linked website" +msgstr "" -#: src/view/screens/Settings.tsx:787 +#: src/view/screens/Settings/index.tsx:829 +#: src/view/screens/Settings/index.tsx:839 msgid "Opens the storybook page" msgstr "Storybook sayfasını açar" -#: src/view/screens/Settings.tsx:767 +#: src/view/screens/Settings/index.tsx:817 msgid "Opens the system log page" msgstr "Sistem log sayfasını açar" -#: src/view/screens/Settings.tsx:550 +#: src/view/screens/Settings/index.tsx:575 msgid "Opens the threads preferences" msgstr "Konu tercihlerini açar" @@ -2509,22 +3312,31 @@ msgstr "Konu tercihlerini açar" msgid "Option {0} of {numItems}" msgstr "{0} seçeneği, {numItems} seçenekten" +#: src/components/ReportDialog/SubmitView.tsx:162 +msgid "Optionally provide additional information below:" +msgstr "" + #: src/view/com/modals/Threadgate.tsx:89 msgid "Or combine these options:" msgstr "Veya bu seçenekleri birleştirin:" -#: src/view/com/auth/login/ChooseAccountForm.tsx:138 +#: src/lib/moderation/useReportOptions.ts:25 +msgid "Other" +msgstr "" + +#: src/components/AccountList.tsx:73 msgid "Other account" msgstr "Diğer hesap" #: src/view/com/modals/ServerInput.tsx:88 -msgid "Other service" -msgstr "Diğer servis" +#~ msgid "Other service" +#~ msgstr "Diğer servis" #: src/view/com/composer/select-language/SelectLangBtn.tsx:91 msgid "Other..." msgstr "Diğer..." +#: src/components/Lists.tsx:184 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Sayfa bulunamadı" @@ -2533,27 +3345,30 @@ msgstr "Sayfa bulunamadı" msgid "Page Not Found" msgstr "Sayfa Bulunamadı" -#: src/view/com/auth/create/Step1.tsx:158 -#: src/view/com/auth/create/Step1.tsx:168 -#: src/view/com/auth/login/LoginForm.tsx:223 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:161 -#: src/view/com/modals/DeleteAccount.tsx:202 +#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Signup/StepInfo/index.tsx:101 +#: src/view/com/modals/DeleteAccount.tsx:194 +#: src/view/com/modals/DeleteAccount.tsx:201 msgid "Password" msgstr "Şifre" -#: src/view/com/auth/login/Login.tsx:157 +#: src/view/com/modals/ChangePassword.tsx:142 +msgid "Password Changed" +msgstr "" + +#: src/screens/Login/index.tsx:157 msgid "Password updated" msgstr "Şifre güncellendi" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:28 +#: src/screens/Login/PasswordUpdatedForm.tsx:30 msgid "Password updated!" msgstr "Şifre güncellendi!" -#: src/Navigation.tsx:161 +#: src/Navigation.tsx:164 msgid "People followed by @{0}" msgstr "@{0} tarafından takip edilenler" -#: src/Navigation.tsx:154 +#: src/Navigation.tsx:157 msgid "People following @{0}" msgstr "@{0} tarafından takip edilenler" @@ -2570,84 +3385,101 @@ msgid "Pets" msgstr "Evcil Hayvanlar" #: src/view/com/auth/create/Step2.tsx:183 -msgid "Phone number" -msgstr "Telefon numarası" +#~ msgid "Phone number" +#~ msgstr "Telefon numarası" #: src/view/com/modals/SelfLabel.tsx:121 msgid "Pictures meant for adults." msgstr "Yetişkinler için resimler." -#: src/view/screens/ProfileFeed.tsx:353 src/view/screens/ProfileList.tsx:580 +#: src/view/screens/ProfileFeed.tsx:292 +#: src/view/screens/ProfileList.tsx:563 msgid "Pin to home" msgstr "Ana ekrana sabitle" +#: src/view/screens/ProfileFeed.tsx:295 +msgid "Pin to Home" +msgstr "" + #: src/view/screens/SavedFeeds.tsx:88 msgid "Pinned Feeds" msgstr "Sabitleme Beslemeleri" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:111 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "{0} oynat" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:54 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:55 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" msgstr "Videoyu Oynat" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:110 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 msgid "Plays the GIF" msgstr "GIF'i oynatır" -#: src/view/com/auth/create/state.ts:177 +#: src/screens/Signup/state.ts:241 msgid "Please choose your handle." msgstr "Kullanıcı adınızı seçin." -#: src/view/com/auth/create/state.ts:160 +#: src/screens/Signup/state.ts:234 msgid "Please choose your password." msgstr "Şifrenizi seçin." +#: src/screens/Signup/state.ts:251 +msgid "Please complete the verification captcha." +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:67 msgid "Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed." msgstr "E-postanızı değiştirmeden önce onaylayın. Bu, e-posta güncelleme araçları eklenirken geçici bir gerekliliktir ve yakında kaldırılacaktır." -#: src/view/com/modals/AddAppPasswords.tsx:90 +#: src/view/com/modals/AddAppPasswords.tsx:91 msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "Uygulama şifreniz için bir ad girin. Tüm boşluklar izin verilmez." #: src/view/com/auth/create/Step2.tsx:206 -msgid "Please enter a phone number that can receive SMS text messages." -msgstr "SMS metin mesajları alabilen bir telefon numarası girin." +#~ msgid "Please enter a phone number that can receive SMS text messages." +#~ msgstr "SMS metin mesajları alabilen bir telefon numarası girin." -#: src/view/com/modals/AddAppPasswords.tsx:145 +#: src/view/com/modals/AddAppPasswords.tsx:146 msgid "Please enter a unique name for this App Password or use our randomly generated one." msgstr "Bu Uygulama Şifresi için benzersiz bir ad girin veya rastgele oluşturulanı kullanın." +#: src/components/dialogs/MutedWords.tsx:67 +msgid "Please enter a valid word, tag, or phrase to mute" +msgstr "" + #: src/view/com/auth/create/state.ts:170 -msgid "Please enter the code you received by SMS." -msgstr "SMS ile aldığınız kodu girin." +#~ msgid "Please enter the code you received by SMS." +#~ msgstr "SMS ile aldığınız kodu girin." #: src/view/com/auth/create/Step2.tsx:282 -msgid "Please enter the verification code sent to {phoneNumberFormatted}." -msgstr "{phoneNumberFormatted} numarasına gönderilen doğrulama kodunu girin." +#~ msgid "Please enter the verification code sent to {phoneNumberFormatted}." +#~ msgstr "{phoneNumberFormatted} numarasına gönderilen doğrulama kodunu girin." -#: src/view/com/auth/create/state.ts:146 +#: src/screens/Signup/state.ts:220 msgid "Please enter your email." msgstr "E-postanızı girin." -#: src/view/com/modals/DeleteAccount.tsx:191 +#: src/view/com/modals/DeleteAccount.tsx:190 msgid "Please enter your password as well:" msgstr "Lütfen şifrenizi de girin:" +#: src/components/moderation/LabelsOnMeDialog.tsx:221 +msgid "Please explain why you think this label was incorrectly applied by {0}" +msgstr "" + #: src/view/com/modals/AppealLabel.tsx:72 #: src/view/com/modals/AppealLabel.tsx:75 -msgid "Please tell us why you think this content warning was incorrectly applied!" -msgstr "Lütfen bu içerik uyarısının yanlış uygulandığını düşündüğünüz nedeni bize bildirin!" +#~ msgid "Please tell us why you think this content warning was incorrectly applied!" +#~ msgstr "Lütfen bu içerik uyarısının yanlış uygulandığını düşündüğünüz nedeni bize bildirin!" #: src/view/com/modals/VerifyEmail.tsx:101 msgid "Please Verify Your Email" msgstr "Lütfen E-postanızı Doğrulayın" -#: src/view/com/composer/Composer.tsx:215 +#: src/view/com/composer/Composer.tsx:222 msgid "Please wait for your link card to finish loading" msgstr "Bağlantı kartınızın yüklenmesini bekleyin" @@ -2659,33 +3491,45 @@ msgstr "Politika" msgid "Porn" msgstr "Pornografi" -#: src/view/com/composer/Composer.tsx:350 -#: src/view/com/composer/Composer.tsx:358 +#: src/view/com/composer/Composer.tsx:367 +#: src/view/com/composer/Composer.tsx:375 msgctxt "action" msgid "Post" msgstr "Gönder" -#: src/view/com/post-thread/PostThread.tsx:251 +#: src/view/com/post-thread/PostThread.tsx:292 msgctxt "description" msgid "Post" msgstr "Gönderi" -#: src/view/com/post-thread/PostThreadItem.tsx:177 +#: src/view/com/post-thread/PostThreadItem.tsx:175 msgid "Post by {0}" msgstr "{0} tarafından gönderi" -#: src/Navigation.tsx:173 src/Navigation.tsx:180 src/Navigation.tsx:187 +#: src/Navigation.tsx:176 +#: src/Navigation.tsx:183 +#: src/Navigation.tsx:190 msgid "Post by @{0}" msgstr "@{0} tarafından gönderi" -#: src/view/com/util/forms/PostDropdownBtn.tsx:84 +#: src/view/com/util/forms/PostDropdownBtn.tsx:105 msgid "Post deleted" msgstr "Gönderi silindi" -#: src/view/com/post-thread/PostThread.tsx:403 +#: src/view/com/post-thread/PostThread.tsx:157 msgid "Post hidden" msgstr "Gönderi gizlendi" +#: src/components/moderation/ModerationDetailsDialog.tsx:97 +#: src/lib/moderation/useModerationCauseDescription.ts:99 +msgid "Post Hidden by Muted Word" +msgstr "" + +#: src/components/moderation/ModerationDetailsDialog.tsx:100 +#: src/lib/moderation/useModerationCauseDescription.ts:108 +msgid "Post Hidden by You" +msgstr "" + #: src/view/com/composer/select-language/SelectLangBtn.tsx:87 msgid "Post language" msgstr "Gönderi dili" @@ -2694,23 +3538,42 @@ msgstr "Gönderi dili" msgid "Post Languages" msgstr "Gönderi Dilleri" -#: src/view/com/post-thread/PostThread.tsx:455 +#: src/view/com/post-thread/PostThread.tsx:152 +#: src/view/com/post-thread/PostThread.tsx:164 msgid "Post not found" msgstr "Gönderi bulunamadı" -#: src/view/screens/Profile.tsx:171 +#: src/components/TagMenu/index.tsx:253 +msgid "posts" +msgstr "" + +#: src/view/screens/Profile.tsx:190 msgid "Posts" msgstr "Gönderiler" +#: src/components/dialogs/MutedWords.tsx:89 +msgid "Posts can be muted based on their text, their tags, or both." +msgstr "" + #: src/view/com/posts/FeedErrorMessage.tsx:64 msgid "Posts hidden" msgstr "Gönderiler gizlendi" -#: src/view/com/modals/LinkWarning.tsx:46 +#: src/view/com/modals/LinkWarning.tsx:60 msgid "Potentially Misleading Link" msgstr "Potansiyel Yanıltıcı Bağlantı" -#: src/view/com/lightbox/Lightbox.web.tsx:135 +#: src/components/forms/HostingProvider.tsx:45 +msgid "Press to change hosting provider" +msgstr "" + +#: src/components/Error.tsx:74 +#: src/components/Lists.tsx:80 +#: src/screens/Signup/index.tsx:186 +msgid "Press to retry" +msgstr "" + +#: src/view/com/lightbox/Lightbox.web.tsx:150 msgid "Previous image" msgstr "Önceki resim" @@ -2722,34 +3585,45 @@ msgstr "Birincil Dil" msgid "Prioritize Your Follows" msgstr "Takipçilerinizi Önceliklendirin" -#: src/view/screens/Settings.tsx:626 src/view/shell/desktop/RightNav.tsx:84 +#: src/view/screens/Settings/index.tsx:652 +#: src/view/shell/desktop/RightNav.tsx:72 msgid "Privacy" msgstr "Gizlilik" -#: src/Navigation.tsx:218 src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings.tsx:873 src/view/shell/Drawer.tsx:265 +#: src/Navigation.tsx:231 +#: src/screens/Signup/StepInfo/Policies.tsx:56 +#: src/view/screens/PrivacyPolicy.tsx:29 +#: src/view/screens/Settings/index.tsx:923 +#: src/view/shell/Drawer.tsx:265 msgid "Privacy Policy" msgstr "Gizlilik Politikası" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:194 +#: src/screens/Login/ForgotPasswordForm.tsx:156 msgid "Processing..." msgstr "İşleniyor..." -#: src/view/shell/bottom-bar/BottomBar.tsx:247 -#: src/view/shell/desktop/LeftNav.tsx:415 src/view/shell/Drawer.tsx:72 -#: src/view/shell/Drawer.tsx:549 src/view/shell/Drawer.tsx:550 +#: src/view/screens/DebugMod.tsx:888 +#: src/view/screens/Profile.tsx:342 +msgid "profile" +msgstr "" + +#: src/view/shell/bottom-bar/BottomBar.tsx:260 +#: src/view/shell/desktop/LeftNav.tsx:419 +#: src/view/shell/Drawer.tsx:70 +#: src/view/shell/Drawer.tsx:549 +#: src/view/shell/Drawer.tsx:550 msgid "Profile" msgstr "Profil" -#: src/view/com/modals/EditProfile.tsx:128 +#: src/view/com/modals/EditProfile.tsx:129 msgid "Profile updated" msgstr "Profil güncellendi" -#: src/view/screens/Settings.tsx:931 +#: src/view/screens/Settings/index.tsx:981 msgid "Protect your account by verifying your email." msgstr "E-postanızı doğrulayarak hesabınızı koruyun." -#: src/screens/Onboarding/StepFinished.tsx:101 +#: src/screens/Onboarding/StepFinished.tsx:105 msgid "Public" msgstr "Herkese Açık" @@ -2761,15 +3635,15 @@ msgstr "Toplu olarak sessize almak veya engellemek için herkese açık, paylaş msgid "Public, shareable lists which can drive feeds." msgstr "Beslemeleri yönlendirebilen herkese açık, paylaşılabilir listeler." -#: src/view/com/composer/Composer.tsx:335 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish post" msgstr "Gönderiyi yayınla" -#: src/view/com/composer/Composer.tsx:335 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish reply" msgstr "Yanıtı yayınla" -#: src/view/com/modals/Repost.tsx:65 +#: src/view/com/modals/Repost.tsx:66 msgctxt "action" msgid "Quote post" msgstr "Gönderiyi alıntıla" @@ -2778,7 +3652,7 @@ msgstr "Gönderiyi alıntıla" msgid "Quote post" msgstr "Gönderiyi alıntıla" -#: src/view/com/modals/Repost.tsx:70 +#: src/view/com/modals/Repost.tsx:71 msgctxt "action" msgid "Quote Post" msgstr "Gönderiyi Alıntıla" @@ -2787,10 +3661,14 @@ msgstr "Gönderiyi Alıntıla" msgid "Random (aka \"Poster's Roulette\")" msgstr "Rastgele (yani \"Gönderenin Ruleti\")" -#: src/view/com/modals/EditImage.tsx:236 +#: src/view/com/modals/EditImage.tsx:237 msgid "Ratios" msgstr "Oranlar" +#: src/view/screens/Search/Search.tsx:777 +msgid "Recent Searches" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:116 msgid "Recommended Feeds" msgstr "Önerilen Beslemeler" @@ -2799,34 +3677,50 @@ msgstr "Önerilen Beslemeler" msgid "Recommended Users" msgstr "Önerilen Kullanıcılar" -#: src/view/com/modals/ListAddRemoveUsers.tsx:264 +#: src/components/dialogs/MutedWords.tsx:286 +#: src/view/com/feeds/FeedSourceCard.tsx:283 +#: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:83 #: src/view/com/modals/UserAddRemoveLists.tsx:219 -#: src/view/com/util/UserAvatar.tsx:282 src/view/com/util/UserBanner.tsx:89 +#: src/view/com/posts/FeedErrorMessage.tsx:204 msgid "Remove" msgstr "Kaldır" #: src/view/com/feeds/FeedSourceCard.tsx:106 -msgid "Remove {0} from my feeds?" -msgstr "{0} beslemelerimden kaldırılsın mı?" +#~ msgid "Remove {0} from my feeds?" +#~ msgstr "{0} beslemelerimden kaldırılsın mı?" #: src/view/com/util/AccountDropdownBtn.tsx:22 msgid "Remove account" msgstr "Hesabı kaldır" -#: src/view/com/posts/FeedErrorMessage.tsx:131 -#: src/view/com/posts/FeedErrorMessage.tsx:166 +#: src/view/com/util/UserAvatar.tsx:358 +msgid "Remove Avatar" +msgstr "" + +#: src/view/com/util/UserBanner.tsx:148 +msgid "Remove Banner" +msgstr "" + +#: src/view/com/posts/FeedErrorMessage.tsx:160 msgid "Remove feed" msgstr "Beslemeyi kaldır" -#: src/view/com/feeds/FeedSourceCard.tsx:105 -#: 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:272 +#: src/view/com/posts/FeedErrorMessage.tsx:201 +msgid "Remove feed?" +msgstr "" + +#: src/view/com/feeds/FeedSourceCard.tsx:173 +#: src/view/com/feeds/FeedSourceCard.tsx:233 +#: src/view/screens/ProfileFeed.tsx:335 +#: src/view/screens/ProfileFeed.tsx:341 msgid "Remove from my feeds" msgstr "Beslemelerimden kaldır" +#: src/view/com/feeds/FeedSourceCard.tsx:278 +msgid "Remove from my feeds?" +msgstr "" + #: src/view/com/composer/photos/Gallery.tsx:167 msgid "Remove image" msgstr "Resmi kaldır" @@ -2835,33 +3729,44 @@ msgstr "Resmi kaldır" msgid "Remove image preview" msgstr "Resim önizlemesini kaldır" -#: src/view/com/modals/Repost.tsx:47 +#: src/components/dialogs/MutedWords.tsx:329 +msgid "Remove mute word from your list" +msgstr "" + +#: src/view/com/modals/Repost.tsx:48 msgid "Remove repost" msgstr "Yeniden göndermeyi kaldır" #: src/view/com/feeds/FeedSourceCard.tsx:173 -msgid "Remove this feed from my feeds?" -msgstr "Bu beslemeyi beslemelerimden kaldırsın mı?" +#~ msgid "Remove this feed from my feeds?" +#~ msgstr "Bu beslemeyi beslemelerimden kaldırsın mı?" + +#: src/view/com/posts/FeedErrorMessage.tsx:202 +msgid "Remove this feed from your saved feeds" +msgstr "" #: src/view/com/posts/FeedErrorMessage.tsx:132 -msgid "Remove this feed from your saved feeds?" -msgstr "Bu beslemeyi kayıtlı beslemelerinizden kaldırsın mı?" +#~ msgid "Remove this feed from your saved feeds?" +#~ msgstr "Bu beslemeyi kayıtlı beslemelerinizden kaldırsın mı?" #: src/view/com/modals/ListAddRemoveUsers.tsx:199 #: src/view/com/modals/UserAddRemoveLists.tsx:152 msgid "Removed from list" msgstr "Listeden kaldırıldı" -#: src/view/com/feeds/FeedSourceCard.tsx:111 -#: src/view/com/feeds/FeedSourceCard.tsx:178 +#: src/view/com/feeds/FeedSourceCard.tsx:121 msgid "Removed from my feeds" msgstr "Beslemelerimden kaldırıldı" +#: src/view/screens/ProfileFeed.tsx:209 +msgid "Removed from your feeds" +msgstr "" + #: src/view/com/composer/ExternalEmbed.tsx:71 msgid "Removes default thumbnail from {0}" msgstr "{0} adresinden varsayılan küçük resmi kaldırır" -#: src/view/screens/Profile.tsx:172 +#: src/view/screens/Profile.tsx:191 msgid "Replies" msgstr "Yanıtlar" @@ -2869,43 +3774,71 @@ msgstr "Yanıtlar" msgid "Replies to this thread are disabled" msgstr "Bu konuya yanıtlar devre dışı bırakıldı" -#: src/view/com/composer/Composer.tsx:348 +#: src/view/com/composer/Composer.tsx:365 msgctxt "action" msgid "Reply" msgstr "Yanıtla" -#: src/view/screens/PreferencesHomeFeed.tsx:144 +#: src/view/screens/PreferencesFollowingFeed.tsx:144 msgid "Reply Filters" msgstr "Yanıt Filtreleri" -#: src/view/com/post/Post.tsx:166 src/view/com/posts/FeedItem.tsx:287 +#: src/view/com/post/Post.tsx:166 +#: src/view/com/posts/FeedItem.tsx:280 msgctxt "description" msgid "Reply to <0/>" msgstr "<0/>'a yanıt" #: src/view/com/modals/report/Modal.tsx:166 -msgid "Report {collectionName}" -msgstr "{collectionName} raporla" +#~ msgid "Report {collectionName}" +#~ msgstr "{collectionName} raporla" -#: src/view/com/profile/ProfileHeader.tsx:408 +#: src/view/com/profile/ProfileMenu.tsx:319 +#: src/view/com/profile/ProfileMenu.tsx:322 msgid "Report Account" msgstr "Hesabı Raporla" -#: src/view/screens/ProfileFeed.tsx:292 +#: src/components/ReportDialog/index.tsx:49 +msgid "Report dialog" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:352 +#: src/view/screens/ProfileFeed.tsx:354 msgid "Report feed" msgstr "Beslemeyi raporla" -#: src/view/screens/ProfileList.tsx:458 +#: src/view/screens/ProfileList.tsx:429 msgid "Report List" msgstr "Listeyi Raporla" -#: src/view/com/modals/report/SendReportButton.tsx:37 -#: src/view/com/util/forms/PostDropdownBtn.tsx:210 +#: src/view/com/util/forms/PostDropdownBtn.tsx:292 +#: src/view/com/util/forms/PostDropdownBtn.tsx:294 msgid "Report post" msgstr "Gönderiyi raporla" -#: src/view/com/modals/Repost.tsx:43 src/view/com/modals/Repost.tsx:48 -#: src/view/com/modals/Repost.tsx:53 +#: src/components/ReportDialog/SelectReportOptionView.tsx:42 +msgid "Report this content" +msgstr "" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:55 +msgid "Report this feed" +msgstr "" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:52 +msgid "Report this list" +msgstr "" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:49 +msgid "Report this post" +msgstr "" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:46 +msgid "Report this user" +msgstr "" + +#: src/view/com/modals/Repost.tsx:44 +#: src/view/com/modals/Repost.tsx:49 +#: src/view/com/modals/Repost.tsx:54 #: src/view/com/util/post-ctrls/RepostButton.tsx:61 msgctxt "action" msgid "Repost" @@ -2924,19 +3857,19 @@ msgstr "Gönderiyi yeniden gönder veya alıntıla" msgid "Reposted By" msgstr "Yeniden Gönderen" -#: src/view/com/posts/FeedItem.tsx:207 +#: src/view/com/posts/FeedItem.tsx:197 msgid "Reposted by {0}" msgstr "{0} tarafından yeniden gönderildi" -#: src/view/com/posts/FeedItem.tsx:224 +#: src/view/com/posts/FeedItem.tsx:214 msgid "Reposted by <0/>" msgstr "<0/>'a yeniden gönderildi" -#: src/view/com/notifications/FeedItem.tsx:162 +#: src/view/com/notifications/FeedItem.tsx:166 msgid "reposted your post" msgstr "gönderinizi yeniden gönderdi" -#: src/view/com/post-thread/PostThreadItem.tsx:190 +#: src/view/com/post-thread/PostThreadItem.tsx:187 msgid "Reposts of this post" msgstr "Bu gönderinin yeniden gönderilmesi" @@ -2946,161 +3879,205 @@ msgid "Request Change" msgstr "Değişiklik İste" #: src/view/com/auth/create/Step2.tsx:219 -msgid "Request code" -msgstr "Kod iste" +#~ msgid "Request code" +#~ msgstr "Kod iste" -#: src/view/com/modals/ChangePassword.tsx:239 #: src/view/com/modals/ChangePassword.tsx:241 +#: src/view/com/modals/ChangePassword.tsx:243 msgid "Request Code" msgstr "Kod İste" -#: src/view/screens/Settings.tsx:450 +#: src/view/screens/Settings/index.tsx:475 msgid "Require alt text before posting" msgstr "Göndermeden önce alternatif metin gerektir" -#: src/view/com/auth/create/Step1.tsx:97 +#: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "Bu sağlayıcı için gereklidir" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:124 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:136 +#: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "Sıfırlama kodu" -#: src/view/com/modals/ChangePassword.tsx:190 +#: src/view/com/modals/ChangePassword.tsx:192 msgid "Reset Code" msgstr "Sıfırlama Kodu" #: src/view/screens/Settings.tsx:806 -msgid "Reset onboarding" -msgstr "Onboarding sıfırla" +#~ msgid "Reset onboarding" +#~ msgstr "Onboarding sıfırla" -#: src/view/screens/Settings.tsx:809 +#: src/view/screens/Settings/index.tsx:858 +#: src/view/screens/Settings/index.tsx:861 msgid "Reset onboarding state" msgstr "Onboarding durumunu sıfırla" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:100 +#: src/screens/Login/ForgotPasswordForm.tsx:86 msgid "Reset password" msgstr "Şifreyi sıfırla" #: src/view/screens/Settings.tsx:796 -msgid "Reset preferences" -msgstr "Tercihleri sıfırla" +#~ msgid "Reset preferences" +#~ msgstr "Tercihleri sıfırla" -#: src/view/screens/Settings.tsx:799 +#: src/view/screens/Settings/index.tsx:848 +#: src/view/screens/Settings/index.tsx:851 msgid "Reset preferences state" msgstr "Tercih durumunu sıfırla" -#: src/view/screens/Settings.tsx:807 +#: src/view/screens/Settings/index.tsx:859 msgid "Resets the onboarding state" msgstr "Onboarding durumunu sıfırlar" -#: src/view/screens/Settings.tsx:797 +#: src/view/screens/Settings/index.tsx:849 msgid "Resets the preferences state" msgstr "Tercih durumunu sıfırlar" -#: src/view/com/auth/login/LoginForm.tsx:266 +#: src/screens/Login/LoginForm.tsx:235 msgid "Retries login" msgstr "Giriş tekrar denemesi" #: src/view/com/util/error/ErrorMessage.tsx:57 -#: src/view/com/util/error/ErrorScreen.tsx:67 +#: src/view/com/util/error/ErrorScreen.tsx:74 msgid "Retries the last action, which errored out" msgstr "Son hataya neden olan son eylemi tekrarlar" -#: 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:255 -#: src/view/com/auth/login/LoginForm.tsx:265 -#: src/view/com/auth/login/LoginForm.tsx:268 +#: src/components/Error.tsx:79 +#: src/components/Lists.tsx:91 +#: src/screens/Login/LoginForm.tsx:234 +#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Onboarding/StepInterests/index.tsx:225 +#: src/screens/Onboarding/StepInterests/index.tsx:228 +#: src/screens/Signup/index.tsx:193 #: src/view/com/util/error/ErrorMessage.tsx:55 -#: src/view/com/util/error/ErrorScreen.tsx:65 +#: src/view/com/util/error/ErrorScreen.tsx:72 msgid "Retry" msgstr "Tekrar dene" #: src/view/com/auth/create/Step2.tsx:247 -msgid "Retry." -msgstr "Tekrar dene." +#~ msgid "Retry." +#~ msgstr "Tekrar dene." -#: src/view/screens/ProfileList.tsx:898 +#: src/components/Error.tsx:86 +#: src/view/screens/ProfileList.tsx:917 msgid "Return to previous page" msgstr "Önceki sayfaya dön" +#: src/view/screens/NotFound.tsx:59 +msgid "Returns to home page" +msgstr "" + +#: src/view/screens/NotFound.tsx:58 +#: src/view/screens/ProfileFeed.tsx:113 +msgid "Returns to previous page" +msgstr "" + #: src/view/shell/desktop/RightNav.tsx:59 -msgid "SANDBOX. Posts and accounts are not permanent." -msgstr "KUM KUTUSU. Gönderiler ve hesaplar kalıcı değildir." +#~ msgid "SANDBOX. Posts and accounts are not permanent." +#~ msgstr "KUM KUTUSU. Gönderiler ve hesaplar kalıcı değildir." #: src/view/com/lightbox/Lightbox.tsx:132 -#: src/view/com/modals/CreateOrEditList.tsx:345 +#: src/view/com/modals/CreateOrEditList.tsx:346 msgctxt "action" msgid "Save" msgstr "Kaydet" -#: 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:337 -#: src/view/com/modals/EditProfile.tsx:224 src/view/screens/ProfileFeed.tsx:345 +#: src/components/dialogs/BirthDateSettings.tsx:125 +#: src/view/com/modals/ChangeHandle.tsx:174 +#: src/view/com/modals/CreateOrEditList.tsx:338 +#: src/view/com/modals/EditProfile.tsx:225 msgid "Save" msgstr "Kaydet" -#: src/view/com/modals/AltImage.tsx:130 +#: src/view/com/modals/AltImage.tsx:131 msgid "Save alt text" msgstr "Alternatif metni kaydet" -#: src/view/com/modals/EditProfile.tsx:232 +#: src/components/dialogs/BirthDateSettings.tsx:119 +msgid "Save birthday" +msgstr "" + +#: src/view/com/modals/EditProfile.tsx:233 msgid "Save Changes" msgstr "Değişiklikleri Kaydet" -#: src/view/com/modals/ChangeHandle.tsx:170 +#: src/view/com/modals/ChangeHandle.tsx:171 msgid "Save handle change" msgstr "Kullanıcı adı değişikliğini kaydet" -#: src/view/com/modals/crop-image/CropImage.web.tsx:144 +#: src/view/com/modals/crop-image/CropImage.web.tsx:145 msgid "Save image crop" msgstr "Resim kırpma kaydet" +#: src/view/screens/ProfileFeed.tsx:336 +#: src/view/screens/ProfileFeed.tsx:342 +msgid "Save to my feeds" +msgstr "" + #: src/view/screens/SavedFeeds.tsx:122 msgid "Saved Feeds" msgstr "Kayıtlı Beslemeler" -#: src/view/com/modals/EditProfile.tsx:225 +#: src/view/com/lightbox/Lightbox.tsx:81 +msgid "Saved to your camera roll." +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:213 +msgid "Saved to your feeds" +msgstr "" + +#: src/view/com/modals/EditProfile.tsx:226 msgid "Saves any changes to your profile" msgstr "Profilinizdeki herhangi bir değişikliği kaydeder" -#: src/view/com/modals/ChangeHandle.tsx:171 +#: src/view/com/modals/ChangeHandle.tsx:172 msgid "Saves handle change to {handle}" msgstr "{handle} kullanıcı adı değişikliğini kaydeder" +#: src/view/com/modals/crop-image/CropImage.web.tsx:146 +msgid "Saves image crop settings" +msgstr "" + #: src/screens/Onboarding/index.tsx:36 msgid "Science" msgstr "Bilim" -#: src/view/screens/ProfileList.tsx:854 +#: src/view/screens/ProfileList.tsx:873 msgid "Scroll to top" msgstr "Başa kaydır" -#: src/Navigation.tsx:438 src/view/com/auth/LoggedOut.tsx:122 +#: src/Navigation.tsx:459 +#: src/view/com/auth/LoggedOut.tsx:123 #: 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: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 -#: src/view/shell/desktop/Search.tsx:223 src/view/shell/Drawer.tsx:365 +#: src/view/com/util/forms/SearchInput.tsx:67 +#: src/view/com/util/forms/SearchInput.tsx:79 +#: src/view/screens/Search/Search.tsx:421 +#: src/view/screens/Search/Search.tsx:670 +#: src/view/screens/Search/Search.tsx:688 +#: src/view/shell/bottom-bar/BottomBar.tsx:169 +#: src/view/shell/desktop/LeftNav.tsx:328 +#: src/view/shell/desktop/Search.tsx:215 +#: src/view/shell/desktop/Search.tsx:224 +#: src/view/shell/Drawer.tsx:365 #: src/view/shell/Drawer.tsx:366 msgid "Search" msgstr "Ara" -#: src/view/screens/Search/Search.tsx:712 src/view/shell/desktop/Search.tsx:255 +#: src/view/screens/Search/Search.tsx:737 +#: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "\"{query}\" için ara" -#: src/view/com/auth/LoggedOut.tsx:104 src/view/com/auth/LoggedOut.tsx:105 +#: src/components/TagMenu/index.tsx:145 +msgid "Search for all posts by @{authorHandle} with tag {displayTag}" +msgstr "" + +#: src/components/TagMenu/index.tsx:94 +msgid "Search for all posts with tag {displayTag}" +msgstr "" + +#: src/view/com/auth/LoggedOut.tsx:105 +#: src/view/com/auth/LoggedOut.tsx:106 #: src/view/com/modals/ListAddRemoveUsers.tsx:70 msgid "Search for users" msgstr "Kullanıcıları ara" @@ -3109,11 +4086,27 @@ msgstr "Kullanıcıları ara" msgid "Security Step Required" msgstr "Güvenlik Adımı Gerekli" +#: src/components/TagMenu/index.web.tsx:66 +msgid "See {truncatedTag} posts" +msgstr "" + +#: src/components/TagMenu/index.web.tsx:83 +msgid "See {truncatedTag} posts by user" +msgstr "" + +#: src/components/TagMenu/index.tsx:128 +msgid "See <0>{displayTag}</0> posts" +msgstr "" + +#: src/components/TagMenu/index.tsx:187 +msgid "See <0>{displayTag}</0> posts by this user" +msgstr "" + #: src/view/screens/SavedFeeds.tsx:163 msgid "See this guide" msgstr "Bu kılavuzu gör" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:39 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:40 msgid "See what's next" msgstr "Ne olduğunu gör" @@ -3121,32 +4114,52 @@ msgstr "Ne olduğunu gör" msgid "Select {item}" msgstr "{item} seç" +#: src/screens/Login/ChooseAccountForm.tsx:61 +msgid "Select account" +msgstr "" + #: src/view/com/modals/ServerInput.tsx:75 -msgid "Select Bluesky Social" -msgstr "Bluesky Social seç" +#~ msgid "Select Bluesky Social" +#~ msgstr "Bluesky Social seç" -#: src/view/com/auth/login/Login.tsx:117 +#: src/screens/Login/index.tsx:120 msgid "Select from an existing account" msgstr "Mevcut bir hesaptan seç" +#: src/view/screens/LanguageSettings.tsx:299 +msgid "Select languages" +msgstr "" + +#: src/components/ReportDialog/SelectLabelerView.tsx:30 +msgid "Select moderator" +msgstr "" + #: src/view/com/util/Selector.tsx:107 msgid "Select option {i} of {numItems}" msgstr "{i} seçeneği, {numItems} seçenekten" #: src/view/com/auth/create/Step1.tsx:77 #: src/view/com/auth/login/LoginForm.tsx:147 -msgid "Select service" -msgstr "Servis seç" +#~ msgid "Select service" +#~ msgstr "Servis seç" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 msgid "Select some accounts below to follow" msgstr "Aşağıdaki hesaplardan bazılarını takip et" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:90 +#: src/components/ReportDialog/SubmitView.tsx:135 +msgid "Select the moderation service(s) to report to" +msgstr "" + +#: src/view/com/auth/server-input/index.tsx:82 +msgid "Select the service that hosts your data." +msgstr "" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:100 msgid "Select topical feeds to follow from the list below" msgstr "Aşağıdaki listeden takip edilecek konu beslemelerini seçin" -#: src/screens/Onboarding/StepModeration/index.tsx:75 +#: src/screens/Onboarding/StepModeration/index.tsx:63 msgid "Select what you want to see (or not see), and we’ll handle the rest." msgstr "Görmek istediğinizi (veya görmek istemediğinizi) seçin, gerisini biz hallederiz." @@ -3155,26 +4168,34 @@ msgid "Select which languages you want your subscribed feeds to include. If none msgstr "Abone olduğunuz beslemelerin hangi dilleri içermesini istediğinizi seçin. Hiçbiri seçilmezse, tüm diller gösterilir." #: src/view/screens/LanguageSettings.tsx:98 -msgid "Select your app language for the default text to display in the app" -msgstr "Uygulama dilinizi seçin, uygulamada görüntülenecek varsayılan metin" +#~ msgid "Select your app language for the default text to display in the app" +#~ msgstr "Uygulama dilinizi seçin, uygulamada görüntülenecek varsayılan metin" + +#: src/view/screens/LanguageSettings.tsx:98 +msgid "Select your app language for the default text to display in the app." +msgstr "" + +#: src/screens/Signup/StepInfo/index.tsx:133 +msgid "Select your date of birth" +msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:196 +#: src/screens/Onboarding/StepInterests/index.tsx:200 msgid "Select your interests from the options below" msgstr "Aşağıdaki seçeneklerden ilgi alanlarınızı seçin" #: src/view/com/auth/create/Step2.tsx:155 -msgid "Select your phone's country" -msgstr "Telefonunuzun ülkesini seçin" +#~ msgid "Select your phone's country" +#~ msgstr "Telefonunuzun ülkesini seçin" #: src/view/screens/LanguageSettings.tsx:190 msgid "Select your preferred language for translations in your feed." msgstr "Beslemenizdeki çeviriler için tercih ettiğiniz dili seçin." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:117 msgid "Select your primary algorithmic feeds" msgstr "Birincil algoritmik beslemelerinizi seçin" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:132 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:133 msgid "Select your secondary algorithmic feeds" msgstr "İkincil algoritmik beslemelerinizi seçin" @@ -3183,74 +4204,92 @@ msgstr "İkincil algoritmik beslemelerinizi seçin" msgid "Send Confirmation Email" msgstr "Onay E-postası Gönder" -#: src/view/com/modals/DeleteAccount.tsx:131 +#: src/view/com/modals/DeleteAccount.tsx:130 msgid "Send email" msgstr "E-posta gönder" -#: src/view/com/modals/DeleteAccount.tsx:144 +#: src/view/com/modals/DeleteAccount.tsx:143 msgctxt "action" msgid "Send Email" msgstr "E-posta Gönder" -#: src/view/shell/Drawer.tsx:298 src/view/shell/Drawer.tsx:319 +#: src/view/shell/Drawer.tsx:298 +#: src/view/shell/Drawer.tsx:319 msgid "Send feedback" msgstr "Geribildirim gönder" +#: src/components/ReportDialog/SubmitView.tsx:214 +#: src/components/ReportDialog/SubmitView.tsx:218 +msgid "Send report" +msgstr "" + #: src/view/com/modals/report/SendReportButton.tsx:45 -msgid "Send Report" -msgstr "Rapor Gönder" +#~ msgid "Send Report" +#~ msgstr "Rapor Gönder" + +#: src/components/ReportDialog/SelectLabelerView.tsx:44 +msgid "Send report to {0}" +msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:133 +#: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "Hesap silme için onay kodu içeren e-posta gönderir" +#: src/view/com/auth/server-input/index.tsx:114 +msgid "Server address" +msgstr "" + #: src/view/com/modals/ContentFilteringSettings.tsx:306 -msgid "Set {value} for {labelGroup} content moderation policy" -msgstr "{labelGroup} içerik düzenleme politikası için {value} ayarla" +#~ msgid "Set {value} for {labelGroup} content moderation policy" +#~ msgstr "{labelGroup} içerik düzenleme politikası için {value} ayarla" #: src/view/com/modals/ContentFilteringSettings.tsx:155 #: src/view/com/modals/ContentFilteringSettings.tsx:174 -msgctxt "action" -msgid "Set Age" -msgstr "Yaş Ayarla" +#~ msgctxt "action" +#~ msgid "Set Age" +#~ msgstr "Yaş Ayarla" + +#: src/screens/Moderation/index.tsx:304 +msgid "Set birthdate" +msgstr "" #: src/view/screens/Settings.tsx:482 -msgid "Set color theme to dark" -msgstr "Renk temasını koyu olarak ayarla" +#~ msgid "Set color theme to dark" +#~ msgstr "Renk temasını koyu olarak ayarla" #: src/view/screens/Settings.tsx:475 -msgid "Set color theme to light" -msgstr "Renk temasını açık olarak ayarla" +#~ msgid "Set color theme to light" +#~ msgstr "Renk temasını açık olarak ayarla" #: src/view/screens/Settings.tsx:469 -msgid "Set color theme to system setting" -msgstr "Renk temasını sistem ayarına ayarla" +#~ msgid "Set color theme to system setting" +#~ msgstr "Renk temasını sistem ayarına ayarla" #: src/view/screens/Settings.tsx:508 -msgid "Set dark theme to the dark theme" -msgstr "Koyu teması koyu temaya ayarla" +#~ msgid "Set dark theme to the dark theme" +#~ msgstr "Koyu teması koyu temaya ayarla" #: src/view/screens/Settings.tsx:501 -msgid "Set dark theme to the dim theme" -msgstr "Koyu teması loş temaya ayarla" +#~ msgid "Set dark theme to the dim theme" +#~ msgstr "Koyu teması loş temaya ayarla" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:104 +#: src/screens/Login/SetNewPasswordForm.tsx:102 msgid "Set new password" msgstr "Yeni şifre ayarla" #: src/view/com/auth/create/Step1.tsx:169 -msgid "Set password" -msgstr "Şifre ayarla" +#~ msgid "Set password" +#~ msgstr "Şifre ayarla" -#: src/view/screens/PreferencesHomeFeed.tsx:225 +#: src/view/screens/PreferencesFollowingFeed.tsx:225 msgid "Set this setting to \"No\" to hide all quote posts from your feed. Reposts will still be visible." msgstr "Bu ayarı \"Hayır\" olarak ayarlayarak beslemenizden tüm alıntı gönderileri gizleyebilirsiniz. Yeniden göndermeler hala görünür olacaktır." -#: src/view/screens/PreferencesHomeFeed.tsx:122 +#: src/view/screens/PreferencesFollowingFeed.tsx:122 msgid "Set this setting to \"No\" to hide all replies from your feed." msgstr "Bu ayarı \"Hayır\" olarak ayarlayarak beslemenizden tüm yanıtları gizleyebilirsiniz." -#: src/view/screens/PreferencesHomeFeed.tsx:191 +#: src/view/screens/PreferencesFollowingFeed.tsx:191 msgid "Set this setting to \"No\" to hide all reposts from your feed." msgstr "Bu ayarı \"Hayır\" olarak ayarlayarak beslemenizden tüm yeniden göndermeleri gizleyebilirsiniz." @@ -3259,32 +4298,70 @@ msgid "Set this setting to \"Yes\" to show replies in a threaded view. This is a msgstr "Bu ayarı \"Evet\" olarak ayarlayarak yanıtları konu tabanlı görüntülemek için ayarlayın. Bu deneysel bir özelliktir." #: src/view/screens/PreferencesHomeFeed.tsx:261 -msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your following feed. This is an experimental feature." -msgstr "Bu ayarı \"Evet\" olarak ayarlayarak kayıtlı beslemelerinizin örneklerini takip ettiğiniz beslemede göstermek için ayarlayın. Bu deneysel bir özelliktir." +#~ msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your following feed. This is an experimental feature." +#~ msgstr "Bu ayarı \"Evet\" olarak ayarlayarak kayıtlı beslemelerinizin örneklerini takip ettiğiniz beslemede göstermek için ayarlayın. Bu deneysel bir özelliktir." -#: src/screens/Onboarding/Layout.tsx:50 +#: src/view/screens/PreferencesFollowingFeed.tsx:261 +msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your Following feed. This is an experimental feature." +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:48 msgid "Set up your account" msgstr "Hesabınızı ayarlayın" -#: src/view/com/modals/ChangeHandle.tsx:266 +#: src/view/com/modals/ChangeHandle.tsx:267 msgid "Sets Bluesky username" msgstr "Bluesky kullanıcı adını ayarlar" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:153 +#: src/view/screens/Settings/index.tsx:507 +msgid "Sets color theme to dark" +msgstr "" + +#: src/view/screens/Settings/index.tsx:500 +msgid "Sets color theme to light" +msgstr "" + +#: src/view/screens/Settings/index.tsx:494 +msgid "Sets color theme to system setting" +msgstr "" + +#: src/view/screens/Settings/index.tsx:533 +msgid "Sets dark theme to the dark theme" +msgstr "" + +#: src/view/screens/Settings/index.tsx:526 +msgid "Sets dark theme to the dim theme" +msgstr "" + +#: src/screens/Login/ForgotPasswordForm.tsx:113 msgid "Sets email for password reset" msgstr "Şifre sıfırlama için e-posta ayarlar" #: src/view/com/auth/login/ForgotPasswordForm.tsx:118 -msgid "Sets hosting provider for password reset" -msgstr "Şifre sıfırlama için barındırma sağlayıcısını ayarlar" +#~ msgid "Sets hosting provider for password reset" +#~ msgstr "Şifre sıfırlama için barındırma sağlayıcısını ayarlar" + +#: src/view/com/modals/crop-image/CropImage.web.tsx:124 +msgid "Sets image aspect ratio to square" +msgstr "" + +#: src/view/com/modals/crop-image/CropImage.web.tsx:114 +msgid "Sets image aspect ratio to tall" +msgstr "" + +#: src/view/com/modals/crop-image/CropImage.web.tsx:104 +msgid "Sets image aspect ratio to wide" +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 "Bluesky istemcisi için sunucuyu ayarlar" +#~ msgid "Sets server for the Bluesky client" +#~ msgstr "Bluesky istemcisi için sunucuyu ayarlar" -#: src/Navigation.tsx:135 src/view/screens/Settings.tsx:294 -#: src/view/shell/desktop/LeftNav.tsx:433 src/view/shell/Drawer.tsx:570 +#: src/Navigation.tsx:139 +#: src/view/screens/Settings/index.tsx:313 +#: src/view/shell/desktop/LeftNav.tsx:437 +#: src/view/shell/Drawer.tsx:570 #: src/view/shell/Drawer.tsx:571 msgid "Settings" msgstr "Ayarlar" @@ -3293,71 +4370,105 @@ msgstr "Ayarlar" msgid "Sexual activity or erotic nudity." msgstr "Cinsel aktivite veya erotik çıplaklık." +#: src/lib/moderation/useGlobalLabelStrings.ts:38 +msgid "Sexually Suggestive" +msgstr "" + #: src/view/com/lightbox/Lightbox.tsx:141 msgctxt "action" msgid "Share" msgstr "Paylaş" -#: src/view/com/profile/ProfileHeader.tsx:342 -#: src/view/com/util/forms/PostDropdownBtn.tsx:153 -#: src/view/screens/ProfileList.tsx:417 +#: src/view/com/profile/ProfileMenu.tsx:215 +#: src/view/com/profile/ProfileMenu.tsx:224 +#: src/view/com/util/forms/PostDropdownBtn.tsx:228 +#: src/view/com/util/forms/PostDropdownBtn.tsx:237 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:235 +#: src/view/screens/ProfileList.tsx:388 msgid "Share" msgstr "Paylaş" -#: src/view/screens/ProfileFeed.tsx:304 +#: src/view/com/profile/ProfileMenu.tsx:373 +#: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:251 +msgid "Share anyway" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileFeed.tsx:364 msgid "Share feed" msgstr "Beslemeyi paylaş" -#: 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 -#: src/view/screens/Settings.tsx:344 +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 +msgid "Share Link" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:92 +msgid "Shares the linked website" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:115 +#: src/components/moderation/LabelPreference.tsx:136 +#: src/components/moderation/PostHider.tsx:107 +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 +#: src/view/screens/Settings/index.tsx:363 msgid "Show" msgstr "Göster" -#: src/view/screens/PreferencesHomeFeed.tsx:68 +#: src/view/screens/PreferencesFollowingFeed.tsx:68 msgid "Show all replies" msgstr "Tüm yanıtları göster" -#: src/view/com/util/moderation/ScreenHider.tsx:132 +#: src/components/moderation/ScreenHider.tsx:169 +#: src/components/moderation/ScreenHider.tsx:172 msgid "Show anyway" msgstr "Yine de göster" +#: src/lib/moderation/useLabelBehaviorDescription.ts:27 +#: src/lib/moderation/useLabelBehaviorDescription.ts:63 +msgid "Show badge" +msgstr "" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:61 +msgid "Show badge and filter from feeds" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:87 -msgid "Show embeds from {0}" -msgstr "{0} adresinden gömülü öğeleri göster" +#~ msgid "Show embeds from {0}" +#~ msgstr "{0} adresinden gömülü öğeleri göster" -#: src/view/com/profile/ProfileHeader.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 msgid "Show follows similar to {0}" msgstr "{0} adresine benzer takipçileri göster" -#: src/view/com/post-thread/PostThreadItem.tsx:571 -#: src/view/com/post/Post.tsx:197 src/view/com/posts/FeedItem.tsx:363 +#: src/view/com/post-thread/PostThreadItem.tsx:507 +#: src/view/com/post/Post.tsx:201 +#: src/view/com/posts/FeedItem.tsx:355 msgid "Show More" msgstr "Daha Fazla Göster" -#: src/view/screens/PreferencesHomeFeed.tsx:258 +#: src/view/screens/PreferencesFollowingFeed.tsx:258 msgid "Show Posts from My Feeds" msgstr "Beslemelerimden Gönderileri Göster" -#: src/view/screens/PreferencesHomeFeed.tsx:222 +#: src/view/screens/PreferencesFollowingFeed.tsx:222 msgid "Show Quote Posts" msgstr "Alıntı Gönderileri Göster" -#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +#: src/screens/Onboarding/StepFollowingFeed.tsx:119 msgid "Show quote-posts in Following feed" msgstr "Alıntı gönderileri takip etme beslemesinde göster" -#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +#: src/screens/Onboarding/StepFollowingFeed.tsx:135 msgid "Show quotes in Following" msgstr "Takip etme beslemesinde alıntıları göster" -#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +#: src/screens/Onboarding/StepFollowingFeed.tsx:95 msgid "Show re-posts in Following feed" msgstr "Yeniden göndermeleri takip etme beslemesinde göster" -#: src/view/screens/PreferencesHomeFeed.tsx:119 +#: src/view/screens/PreferencesFollowingFeed.tsx:119 msgid "Show Replies" msgstr "Yanıtları Göster" @@ -3365,87 +4476,103 @@ msgstr "Yanıtları Göster" msgid "Show replies by people you follow before all other replies." msgstr "Takip ettiğiniz kişilerin yanıtlarını diğer tüm yanıtlardan önce göster." -#: src/screens/Onboarding/StepFollowingFeed.tsx:86 +#: src/screens/Onboarding/StepFollowingFeed.tsx:87 msgid "Show replies in Following" msgstr "Takip etme beslemesinde yanıtları göster" -#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +#: src/screens/Onboarding/StepFollowingFeed.tsx:71 msgid "Show replies in Following feed" msgstr "Takip etme beslemesinde yanıtları göster" -#: src/view/screens/PreferencesHomeFeed.tsx:70 +#: src/view/screens/PreferencesFollowingFeed.tsx:70 msgid "Show replies with at least {value} {0}" msgstr "En az {value} {0} olan yanıtları göster" -#: src/view/screens/PreferencesHomeFeed.tsx:188 +#: src/view/screens/PreferencesFollowingFeed.tsx:188 msgid "Show Reposts" msgstr "Yeniden Göndermeleri Göster" -#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +#: src/screens/Onboarding/StepFollowingFeed.tsx:111 msgid "Show reposts in Following" msgstr "Takip etme beslemesinde yeniden göndermeleri göster" -#: src/view/com/util/moderation/ContentHider.tsx:67 -#: src/view/com/util/moderation/PostHider.tsx:61 +#: src/components/moderation/ContentHider.tsx:68 +#: src/components/moderation/PostHider.tsx:64 msgid "Show the content" msgstr "İçeriği göster" -#: src/view/com/notifications/FeedItem.tsx:346 +#: src/view/com/notifications/FeedItem.tsx:351 msgid "Show users" msgstr "Kullanıcıları göster" +#: src/lib/moderation/useLabelBehaviorDescription.ts:58 +msgid "Show warning" +msgstr "" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:56 +msgid "Show warning and filter from feeds" +msgstr "" + #: src/view/com/profile/ProfileHeader.tsx:501 -msgid "Shows a list of users similar to this user." -msgstr "Bu kullanıcıya benzer kullanıcıların listesini gösterir." +#~ msgid "Shows a list of users similar to this user." +#~ msgstr "Bu kullanıcıya benzer kullanıcıların listesini gösterir." -#: src/view/com/profile/ProfileHeader.tsx:545 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 msgid "Shows posts from {0} in your feed" msgstr "Beslemenizde {0} adresinden gönderileri gösterir" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:70 -#: 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/screens/Login/index.tsx:100 +#: src/screens/Login/index.tsx:119 +#: src/screens/Login/LoginForm.tsx:131 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:73 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:83 +#: src/view/com/auth/SplashScreen.tsx:81 +#: src/view/com/auth/SplashScreen.tsx:90 +#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:119 +#: src/view/shell/bottom-bar/BottomBar.tsx:300 +#: src/view/shell/bottom-bar/BottomBar.tsx:301 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: 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 +#: src/view/shell/NavSignupCard.tsx:58 +#: src/view/shell/NavSignupCard.tsx:59 +#: src/view/shell/NavSignupCard.tsx:61 msgid "Sign in" msgstr "Giriş yap" #: src/view/com/auth/HomeLoggedOutCTA.tsx:78 #: src/view/com/auth/SplashScreen.tsx:57 #: src/view/com/auth/SplashScreen.web.tsx:87 -msgid "Sign In" -msgstr "Giriş Yap" +#~ msgid "Sign In" +#~ msgstr "Giriş Yap" -#: src/view/com/auth/login/ChooseAccountForm.tsx:44 +#: src/components/AccountList.tsx:109 msgid "Sign in as {0}" msgstr "{0} olarak giriş yap" -#: src/view/com/auth/login/ChooseAccountForm.tsx:118 -#: src/view/com/auth/login/Login.tsx:116 +#: src/screens/Login/ChooseAccountForm.tsx:64 msgid "Sign in as..." msgstr "Olarak giriş yap..." #: src/view/com/auth/login/LoginForm.tsx:134 -msgid "Sign into" -msgstr "Olarak giriş yap" +#~ msgid "Sign into" +#~ msgstr "Olarak giriş yap" -#: src/view/com/modals/SwitchAccount.tsx:64 -#: src/view/com/modals/SwitchAccount.tsx:69 src/view/screens/Settings.tsx:107 -#: src/view/screens/Settings.tsx:110 +#: src/view/screens/Settings/index.tsx:107 +#: src/view/screens/Settings/index.tsx:110 msgid "Sign out" msgstr "Çıkış yap" -#: 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/BottomBar.tsx:290 +#: src/view/shell/bottom-bar/BottomBar.tsx:291 +#: src/view/shell/bottom-bar/BottomBar.tsx:293 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: 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:49 +#: src/view/shell/NavSignupCard.tsx:50 #: src/view/shell/NavSignupCard.tsx:52 msgid "Sign up" msgstr "Kaydol" @@ -3454,49 +4581,56 @@ msgstr "Kaydol" msgid "Sign up or sign in to join the conversation" msgstr "Konuşmaya katılmak için kaydolun veya giriş yapın" -#: src/view/com/util/moderation/ScreenHider.tsx:76 +#: src/components/moderation/ScreenHider.tsx:97 +#: src/lib/moderation/useGlobalLabelStrings.ts:28 msgid "Sign-in Required" msgstr "Giriş Yapılması Gerekiyor" -#: src/view/screens/Settings.tsx:355 +#: src/view/screens/Settings/index.tsx:374 msgid "Signed in as" msgstr "Olarak giriş yapıldı" -#: src/view/com/auth/login/ChooseAccountForm.tsx:103 +#: src/screens/Login/ChooseAccountForm.tsx:48 msgid "Signed in as @{0}" msgstr "@{0} olarak giriş yapıldı" #: src/view/com/modals/SwitchAccount.tsx:66 -msgid "Signs {0} out of Bluesky" -msgstr "{0} adresini Bluesky'den çıkarır" +#~ msgid "Signs {0} out of Bluesky" +#~ msgstr "{0} adresini Bluesky'den çıkarır" -#: src/screens/Onboarding/StepInterests/index.tsx:235 -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 -#: src/view/com/auth/onboarding/WelcomeMobile.tsx:33 +#: src/screens/Onboarding/StepInterests/index.tsx:239 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:203 +#: src/view/com/auth/onboarding/WelcomeMobile.tsx:35 msgid "Skip" msgstr "Atla" -#: src/screens/Onboarding/StepInterests/index.tsx:232 +#: src/screens/Onboarding/StepInterests/index.tsx:236 msgid "Skip this flow" msgstr "Bu akışı atla" #: src/view/com/auth/create/Step2.tsx:82 -msgid "SMS verification" -msgstr "SMS doğrulama" +#~ msgid "SMS verification" +#~ msgstr "SMS doğrulama" #: src/screens/Onboarding/index.tsx:40 msgid "Software Dev" msgstr "Yazılım Geliştirme" #: src/view/com/modals/ProfilePreview.tsx:62 -msgid "Something went wrong and we're not sure what." -msgstr "Bir şeyler yanlış gitti ve ne olduğundan emin değiliz." +#~ msgid "Something went wrong and we're not sure what." +#~ msgstr "Bir şeyler yanlış gitti ve ne olduğundan emin değiliz." + +#: src/components/ReportDialog/index.tsx:59 +#: src/screens/Moderation/index.tsx:114 +#: src/screens/Profile/Sections/Labels.tsx:76 +msgid "Something went wrong, please try again." +msgstr "" #: src/view/com/modals/Waitlist.tsx:51 -msgid "Something went wrong. Check your email and try again." -msgstr "Bir şeyler yanlış gitti. E-postanızı kontrol edin ve tekrar deneyin." +#~ msgid "Something went wrong. Check your email and try again." +#~ msgstr "Bir şeyler yanlış gitti. E-postanızı kontrol edin ve tekrar deneyin." -#: src/App.native.tsx:60 +#: src/App.native.tsx:66 msgid "Sorry! Your session expired. Please log in again." msgstr "Üzgünüz! Oturumunuzun süresi doldu. Lütfen tekrar giriş yapın." @@ -3508,56 +4642,86 @@ msgstr "Yanıtları Sırala" msgid "Sort replies to the same post by:" msgstr "Aynı gönderiye verilen yanıtları şuna göre sırala:" +#: src/components/moderation/LabelsOnMeDialog.tsx:146 +msgid "Source:" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:65 +msgid "Spam" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:53 +msgid "Spam; excessive mentions or replies" +msgstr "" + #: src/screens/Onboarding/index.tsx:30 msgid "Sports" msgstr "Spor" -#: src/view/com/modals/crop-image/CropImage.web.tsx:122 +#: src/view/com/modals/crop-image/CropImage.web.tsx:123 msgid "Square" msgstr "Kare" #: src/view/com/modals/ServerInput.tsx:62 -msgid "Staging" -msgstr "Staging" +#~ msgid "Staging" +#~ msgstr "Staging" -#: src/view/screens/Settings.tsx:853 +#: src/view/screens/Settings/index.tsx:903 msgid "Status page" msgstr "Durum sayfası" +#: src/screens/Signup/index.tsx:142 +msgid "Step" +msgstr "" + #: src/view/com/auth/create/StepHeader.tsx:22 -msgid "Step {0} of {numSteps}" -msgstr "{numSteps} adımdan {0}. adım" +#~ msgid "Step {0} of {numSteps}" +#~ msgstr "{numSteps} adımdan {0}. adım" -#: src/view/screens/Settings.tsx:276 +#: src/view/screens/Settings/index.tsx:292 msgid "Storage cleared, you need to restart the app now." msgstr "Depolama temizlendi, şimdi uygulamayı yeniden başlatmanız gerekiyor." -#: src/Navigation.tsx:203 src/view/screens/Settings.tsx:789 +#: src/Navigation.tsx:211 +#: src/view/screens/Settings/index.tsx:831 msgid "Storybook" msgstr "Storybook" -#: src/view/com/modals/AppealLabel.tsx:101 +#: src/components/moderation/LabelsOnMeDialog.tsx:255 +#: src/components/moderation/LabelsOnMeDialog.tsx:256 msgid "Submit" msgstr "Submit" -#: src/view/screens/ProfileList.tsx:607 +#: src/view/screens/ProfileList.tsx:590 msgid "Subscribe" msgstr "Abone ol" -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 +#: src/screens/Profile/Sections/Labels.tsx:180 +msgid "Subscribe to @{0} to use these labels:" +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:221 +msgid "Subscribe to Labeler" +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:172 #: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 msgid "Subscribe to the {0} feed" msgstr "{0} beslemesine abone ol" -#: src/view/screens/ProfileList.tsx:603 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 +msgid "Subscribe to this labeler" +msgstr "" + +#: src/view/screens/ProfileList.tsx:586 msgid "Subscribe to this list" msgstr "Bu listeye abone ol" -#: src/view/screens/Search/Search.tsx:373 +#: src/view/screens/Search/Search.tsx:376 msgid "Suggested Follows" msgstr "Önerilen Takipçiler" -#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:64 +#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:65 msgid "Suggested for you" msgstr "Sana önerilenler" @@ -3565,36 +4729,46 @@ msgstr "Sana önerilenler" msgid "Suggestive" msgstr "Tehlikeli" -#: src/Navigation.tsx:213 src/view/screens/Support.tsx:30 +#: src/Navigation.tsx:226 +#: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" msgstr "Destek" #: src/view/com/modals/ProfilePreview.tsx:110 -msgid "Swipe up to see more" -msgstr "Daha fazlasını görmek için yukarı kaydır" +#~ msgid "Swipe up to see more" +#~ msgstr "Daha fazlasını görmek için yukarı kaydır" -#: src/view/com/modals/SwitchAccount.tsx:117 +#: src/components/dialogs/SwitchAccount.tsx:46 +#: src/components/dialogs/SwitchAccount.tsx:49 msgid "Switch Account" msgstr "Hesap Değiştir" -#: src/view/com/modals/SwitchAccount.tsx:97 src/view/screens/Settings.tsx:137 +#: src/view/screens/Settings/index.tsx:139 msgid "Switch to {0}" msgstr "{0} adresine geç" -#: src/view/com/modals/SwitchAccount.tsx:98 src/view/screens/Settings.tsx:138 +#: src/view/screens/Settings/index.tsx:140 msgid "Switches the account you are logged in to" msgstr "Giriş yaptığınız hesabı değiştirir" -#: src/view/screens/Settings.tsx:466 +#: src/view/screens/Settings/index.tsx:491 msgid "System" msgstr "Sistem" -#: src/view/screens/Settings.tsx:769 +#: src/view/screens/Settings/index.tsx:819 msgid "System log" msgstr "Sistem günlüğü" -#: src/view/com/modals/crop-image/CropImage.web.tsx:112 +#: src/components/dialogs/MutedWords.tsx:323 +msgid "tag" +msgstr "" + +#: src/components/TagMenu/index.tsx:78 +msgid "Tag menu: {displayTag}" +msgstr "" + +#: src/view/com/modals/crop-image/CropImage.web.tsx:113 msgid "Tall" msgstr "Uzun" @@ -3606,24 +4780,53 @@ msgstr "Tamamen görüntülemek için dokunun" msgid "Tech" msgstr "Teknoloji" -#: src/view/shell/desktop/RightNav.tsx:93 +#: src/view/shell/desktop/RightNav.tsx:81 msgid "Terms" msgstr "Şartlar" -#: src/Navigation.tsx:223 src/view/screens/Settings.tsx:867 -#: src/view/screens/TermsOfService.tsx:29 src/view/shell/Drawer.tsx:259 +#: src/Navigation.tsx:236 +#: src/screens/Signup/StepInfo/Policies.tsx:49 +#: src/view/screens/Settings/index.tsx:917 +#: src/view/screens/TermsOfService.tsx:29 +#: src/view/shell/Drawer.tsx:259 msgid "Terms of Service" msgstr "Hizmet Şartları" -#: src/view/com/modals/AppealLabel.tsx:70 -#: src/view/com/modals/report/InputIssueDetails.tsx:51 +#: src/lib/moderation/useReportOptions.ts:58 +#: src/lib/moderation/useReportOptions.ts:79 +#: src/lib/moderation/useReportOptions.ts:87 +msgid "Terms used violate community standards" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:323 +msgid "text" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:219 msgid "Text input field" msgstr "Metin giriş alanı" -#: src/view/com/profile/ProfileHeader.tsx:310 +#: src/components/ReportDialog/SubmitView.tsx:78 +msgid "Thank you. Your report has been sent." +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:465 +msgid "That contains the following:" +msgstr "" + +#: src/screens/Signup/index.tsx:84 +msgid "That handle is already taken." +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:283 +#: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "Hesap, engeli kaldırdıktan sonra sizinle etkileşime geçebilecek." +#: src/components/moderation/ModerationDetailsDialog.tsx:127 +msgid "the author" +msgstr "" + #: src/view/screens/CommunityGuidelines.tsx:36 msgid "The Community Guidelines have been moved to <0/>" msgstr "Topluluk Kuralları <0/> konumuna taşındı" @@ -3632,11 +4835,20 @@ msgstr "Topluluk Kuralları <0/> konumuna taşındı" msgid "The Copyright Policy has been moved to <0/>" msgstr "Telif Hakkı Politikası <0/> konumuna taşındı" -#: src/screens/Onboarding/Layout.tsx:60 +#: src/components/moderation/LabelsOnMeDialog.tsx:48 +msgid "The following labels were applied to your account." +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:49 +msgid "The following labels were applied to your content." +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:58 msgid "The following steps will help customize your Bluesky experience." msgstr "Aşağıdaki adımlar, Bluesky deneyiminizi özelleştirmenize yardımcı olacaktır." -#: src/view/com/post-thread/PostThread.tsx:458 +#: src/view/com/post-thread/PostThread.tsx:153 +#: src/view/com/post-thread/PostThread.tsx:165 msgid "The post may have been deleted." msgstr "Gönderi silinmiş olabilir." @@ -3652,33 +4864,35 @@ msgstr "Destek formu taşındı. Yardıma ihtiyacınız varsa, lütfen <0/> veya msgid "The Terms of Service have been moved to" msgstr "Hizmet Şartları taşındı" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:135 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:141 msgid "There are many feeds to try:" msgstr "Denemek için birçok besleme var:" -#: src/view/screens/ProfileFeed.tsx:549 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112 +#: src/view/screens/ProfileFeed.tsx:544 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "Sunucuya ulaşma konusunda bir sorun oluştu, lütfen internet bağlantınızı kontrol edin ve tekrar deneyin." -#: src/view/com/posts/FeedErrorMessage.tsx:139 +#: src/view/com/posts/FeedErrorMessage.tsx:138 msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "Bu beslemeyi kaldırma konusunda bir sorun oluştu. Lütfen internet bağlantınızı kontrol edin ve tekrar deneyin." -#: src/view/screens/ProfileFeed.tsx:209 +#: src/view/screens/ProfileFeed.tsx:218 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "Beslemelerinizi güncelleme konusunda bir sorun oluştu, lütfen internet bağlantınızı kontrol edin ve tekrar deneyin." -#: src/view/screens/ProfileFeed.tsx:236 src/view/screens/ProfileList.tsx:266 -#: src/view/screens/SavedFeeds.tsx:209 src/view/screens/SavedFeeds.tsx:231 +#: src/view/screens/ProfileFeed.tsx:245 +#: src/view/screens/ProfileList.tsx:275 +#: src/view/screens/SavedFeeds.tsx:209 +#: src/view/screens/SavedFeeds.tsx:231 #: src/view/screens/SavedFeeds.tsx:252 msgid "There was an issue contacting the server" msgstr "Sunucuya ulaşma konusunda bir sorun oluştu" #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:57 #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:66 -#: src/view/com/feeds/FeedSourceCard.tsx:113 -#: src/view/com/feeds/FeedSourceCard.tsx:127 -#: src/view/com/feeds/FeedSourceCard.tsx:181 +#: src/view/com/feeds/FeedSourceCard.tsx:110 +#: src/view/com/feeds/FeedSourceCard.tsx:123 msgid "There was an issue contacting your server" msgstr "Sunucunuza ulaşma konusunda bir sorun oluştu" @@ -3686,7 +4900,7 @@ msgstr "Sunucunuza ulaşma konusunda bir sorun oluştu" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Bildirimleri almakta bir sorun oluştu. Tekrar denemek için buraya dokunun." -#: src/view/com/posts/Feed.tsx:263 +#: src/view/com/posts/Feed.tsx:287 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Gönderileri almakta bir sorun oluştu. Tekrar denemek için buraya dokunun." @@ -3699,58 +4913,81 @@ msgstr "Listeyi almakta bir sorun oluştu. Tekrar denemek için buraya dokunun." msgid "There was an issue fetching your lists. Tap here to try again." msgstr "Listelerinizi almakta bir sorun oluştu. Tekrar denemek için buraya dokunun." -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:63 -#: src/view/com/modals/ContentFilteringSettings.tsx:126 +#: src/components/ReportDialog/SubmitView.tsx:83 +msgid "There was an issue sending your report. Please check your internet connection." +msgstr "" + +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:65 msgid "There was an issue syncing your preferences with the server" msgstr "Tercihlerinizi sunucuyla senkronize etme konusunda bir sorun oluştu" -#: src/view/screens/AppPasswords.tsx:66 +#: src/view/screens/AppPasswords.tsx:68 msgid "There was an issue with fetching your app passwords" msgstr "Uygulama şifrelerinizi almakta bir sorun oluştu" -#: src/view/com/profile/ProfileHeader.tsx:204 -#: src/view/com/profile/ProfileHeader.tsx:225 -#: src/view/com/profile/ProfileHeader.tsx:264 -#: src/view/com/profile/ProfileHeader.tsx:277 -#: src/view/com/profile/ProfileHeader.tsx:297 -#: src/view/com/profile/ProfileHeader.tsx:319 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 +#: src/view/com/profile/ProfileMenu.tsx:106 +#: src/view/com/profile/ProfileMenu.tsx:117 +#: src/view/com/profile/ProfileMenu.tsx:132 +#: src/view/com/profile/ProfileMenu.tsx:143 +#: src/view/com/profile/ProfileMenu.tsx:157 +#: src/view/com/profile/ProfileMenu.tsx:170 msgid "There was an issue! {0}" msgstr "Bir sorun oluştu! {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:288 +#: src/view/screens/ProfileList.tsx:302 +#: src/view/screens/ProfileList.tsx:316 +#: src/view/screens/ProfileList.tsx:330 msgid "There was an issue. Please check your internet connection and try again." msgstr "Bir sorun oluştu. Lütfen internet bağlantınızı kontrol edin ve tekrar deneyin." -#: src/view/com/util/ErrorBoundary.tsx:36 +#: src/view/com/util/ErrorBoundary.tsx:51 msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Uygulamada beklenmeyen bir sorun oluştu. Bu size de olduysa lütfen bize bildirin!" -#: src/screens/Deactivated.tsx:107 +#: src/screens/Deactivated.tsx:106 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Bluesky'e bir dizi yeni kullanıcı geldi! Hesabınızı en kısa sürede etkinleştireceğiz." #: src/view/com/auth/create/Step2.tsx:55 -msgid "There's something wrong with this number. Please choose your country and enter your full phone number!" -msgstr "Bu numarada bir sorun var. Lütfen ülkenizi seçin ve tam telefon numaranızı girin!" +#~ msgid "There's something wrong with this number. Please choose your country and enter your full phone number!" +#~ msgstr "Bu numarada bir sorun var. Lütfen ülkenizi seçin ve tam telefon numaranızı girin!" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146 msgid "These are popular accounts you might like:" msgstr "Bunlar, beğenebileceğiniz popüler hesaplar:" -#: src/view/com/util/moderation/ScreenHider.tsx:88 +#: src/components/moderation/ScreenHider.tsx:116 msgid "This {screenDescription} has been flagged:" msgstr "Bu {screenDescription} işaretlendi:" -#: src/view/com/util/moderation/ScreenHider.tsx:83 +#: src/components/moderation/ScreenHider.tsx:111 msgid "This account has requested that users sign in to view their profile." msgstr "Bu hesap, kullanıcıların profilini görüntülemek için giriş yapmalarını istedi." -#: src/view/com/modals/EmbedConsent.tsx:68 +#: src/components/moderation/LabelsOnMeDialog.tsx:204 +msgid "This appeal will be sent to <0>{0}</0>." +msgstr "" + +#: src/lib/moderation/useGlobalLabelStrings.ts:19 +msgid "This content has been hidden by the moderators." +msgstr "" + +#: src/lib/moderation/useGlobalLabelStrings.ts:24 +msgid "This content has received a general warning from moderators." +msgstr "" + +#: src/components/dialogs/EmbedConsent.tsx:64 msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Bu içerik {0} tarafından barındırılıyor. Harici medyayı etkinleştirmek ister misiniz?" -#: src/view/com/modals/ModerationDetails.tsx:67 +#: src/components/moderation/ModerationDetailsDialog.tsx:77 +#: src/lib/moderation/useModerationCauseDescription.ts:77 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Bu içerik, içerikte yer alan kullanıcılardan biri diğerini engellediği için mevcut değil." @@ -3758,12 +4995,17 @@ msgstr "Bu içerik, içerikte yer alan kullanıcılardan biri diğerini engelled msgid "This content is not viewable without a Bluesky account." msgstr "Bu içerik, bir Bluesky hesabı olmadan görüntülenemez." +#: src/view/screens/Settings/ExportCarDialog.tsx:75 +msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>." +msgstr "" + #: src/view/com/posts/FeedErrorMessage.tsx:114 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Bu besleme şu anda yüksek trafik alıyor ve geçici olarak kullanılamıyor. Lütfen daha sonra tekrar deneyin." -#: src/view/screens/Profile.tsx:402 src/view/screens/ProfileFeed.tsx:475 -#: src/view/screens/ProfileList.tsx:660 +#: src/screens/Profile/Sections/Feed.tsx:50 +#: src/view/screens/ProfileFeed.tsx:477 +#: src/view/screens/ProfileList.tsx:675 msgid "This feed is empty!" msgstr "Bu besleme boş!" @@ -3771,7 +5013,7 @@ msgstr "Bu besleme boş!" msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Bu besleme boş! Daha fazla kullanıcı takip etmeniz veya dil ayarlarınızı ayarlamanız gerekebilir." -#: src/view/com/modals/BirthDateSettings.tsx:61 +#: src/components/dialogs/BirthDateSettings.tsx:41 msgid "This information is not shared with other users." msgstr "Bu bilgi diğer kullanıcılarla paylaşılmaz." @@ -3779,43 +5021,106 @@ msgstr "Bu bilgi diğer kullanıcılarla paylaşılmaz." msgid "This is important in case you ever need to change your email or reset your password." msgstr "Bu, e-postanızı değiştirmeniz veya şifrenizi sıfırlamanız gerektiğinde önemlidir." -#: src/view/com/modals/LinkWarning.tsx:58 +#: src/components/moderation/ModerationDetailsDialog.tsx:124 +msgid "This label was applied by {0}." +msgstr "" + +#: src/screens/Profile/Sections/Labels.tsx:167 +msgid "This labeler hasn't declared what labels it publishes, and may not be active." +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:72 msgid "This link is taking you to the following website:" msgstr "Bu bağlantı sizi aşağıdaki web sitesine götürüyor:" -#: src/view/screens/ProfileList.tsx:834 +#: src/view/screens/ProfileList.tsx:853 msgid "This list is empty!" msgstr "Bu liste boş!" -#: src/view/com/modals/AddAppPasswords.tsx:106 +#: src/screens/Profile/ErrorState.tsx:40 +msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." +msgstr "" + +#: src/view/com/modals/AddAppPasswords.tsx:107 msgid "This name is already in use" msgstr "Bu isim zaten kullanılıyor" -#: src/view/com/post-thread/PostThreadItem.tsx:124 +#: src/view/com/post-thread/PostThreadItem.tsx:125 msgid "This post has been deleted." msgstr "Bu gönderi silindi." -#: src/view/com/modals/ModerationDetails.tsx:62 +#: src/view/com/util/forms/PostDropdownBtn.tsx:344 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:248 +msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:326 +msgid "This post will be hidden from feeds." +msgstr "" + +#: src/view/com/profile/ProfileMenu.tsx:370 +msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't logged in." +msgstr "" + +#: src/screens/Signup/StepInfo/Policies.tsx:37 +msgid "This service has not provided terms of service or a privacy policy." +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:445 +msgid "This should create a domain record at:" +msgstr "" + +#: src/view/com/profile/ProfileFollowers.tsx:87 +msgid "This user doesn't have any followers." +msgstr "" + +#: src/components/moderation/ModerationDetailsDialog.tsx:72 +#: src/lib/moderation/useModerationCauseDescription.ts:68 msgid "This user has blocked you. You cannot view their content." msgstr "Bu kullanıcı sizi engelledi. İçeriklerini göremezsiniz." +#: src/lib/moderation/useGlobalLabelStrings.ts:30 +msgid "This user has requested that their content only be shown to signed-in users." +msgstr "" + #: src/view/com/modals/ModerationDetails.tsx:42 -msgid "This user is included in the <0/> list which you have blocked." -msgstr "Bu kullanıcı, engellediğiniz <0/> listesinde bulunuyor." +#~ msgid "This user is included in the <0/> list which you have blocked." +#~ msgstr "Bu kullanıcı, engellediğiniz <0/> listesinde bulunuyor." #: src/view/com/modals/ModerationDetails.tsx:74 -msgid "This user is included in the <0/> list which you have muted." -msgstr "Bu kullanıcı, sessize aldığınız <0/> listesinde bulunuyor." +#~ msgid "This user is included in the <0/> list which you have muted." +#~ msgstr "Bu kullanıcı, sessize aldığınız <0/> listesinde bulunuyor." + +#: src/components/moderation/ModerationDetailsDialog.tsx:55 +msgid "This user is included in the <0>{0}</0> list which you have blocked." +msgstr "" + +#: src/components/moderation/ModerationDetailsDialog.tsx:84 +msgid "This user is included in the <0>{0}</0> list which you have muted." +msgstr "" + +#: src/view/com/profile/ProfileFollows.tsx:87 +msgid "This user isn't following anyone." +msgstr "" #: src/view/com/modals/SelfLabel.tsx:137 msgid "This warning is only available for posts with media attached." msgstr "Bu uyarı yalnızca medya ekli gönderiler için mevcuttur." +#: src/components/dialogs/MutedWords.tsx:283 +msgid "This will delete {0} from your muted words. You can always add it back later." +msgstr "" + #: src/view/com/util/forms/PostDropdownBtn.tsx:192 -msgid "This will hide this post from your feeds." -msgstr "Bu, bu gönderiyi beslemelerinizden gizleyecektir." +#~ msgid "This will hide this post from your feeds." +#~ msgstr "Bu, bu gönderiyi beslemelerinizden gizleyecektir." + +#: src/view/screens/Settings/index.tsx:574 +msgid "Thread preferences" +msgstr "" -#: src/view/screens/PreferencesThreads.tsx:53 src/view/screens/Settings.tsx:559 +#: src/view/screens/PreferencesThreads.tsx:53 +#: src/view/screens/Settings/index.tsx:584 msgid "Thread Preferences" msgstr "Konu Tercihleri" @@ -3823,128 +5128,227 @@ msgstr "Konu Tercihleri" msgid "Threaded Mode" msgstr "Konu Tabanlı Mod" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:269 msgid "Threads Preferences" msgstr "Konu Tercihleri" +#: src/components/ReportDialog/SelectLabelerView.tsx:33 +msgid "To whom would you like to send this report?" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:112 +msgid "Toggle between muted word options." +msgstr "" + #: src/view/com/util/forms/DropdownButton.tsx:246 msgid "Toggle dropdown" msgstr "Açılır menüyü aç/kapat" -#: src/view/com/modals/EditImage.tsx:271 +#: src/screens/Moderation/index.tsx:332 +msgid "Toggle to enable or disable adult content" +msgstr "" + +#: src/view/com/modals/EditImage.tsx:272 msgid "Transformations" msgstr "Dönüşümler" -#: src/view/com/post-thread/PostThreadItem.tsx:719 -#: src/view/com/post-thread/PostThreadItem.tsx:721 -#: src/view/com/util/forms/PostDropdownBtn.tsx:125 +#: src/view/com/post-thread/PostThreadItem.tsx:644 +#: src/view/com/post-thread/PostThreadItem.tsx:646 +#: src/view/com/util/forms/PostDropdownBtn.tsx:212 +#: src/view/com/util/forms/PostDropdownBtn.tsx:214 msgid "Translate" msgstr "Çevir" -#: src/view/com/util/error/ErrorScreen.tsx:75 +#: src/view/com/util/error/ErrorScreen.tsx:82 msgctxt "action" msgid "Try again" msgstr "Tekrar dene" -#: src/view/screens/ProfileList.tsx:505 +#: src/view/com/modals/ChangeHandle.tsx:428 +msgid "Type:" +msgstr "" + +#: src/view/screens/ProfileList.tsx:478 msgid "Un-block list" msgstr "Listeyi engeli kaldır" -#: src/view/screens/ProfileList.tsx:490 +#: src/view/screens/ProfileList.tsx:461 msgid "Un-mute list" msgstr "Listeyi sessizden çıkar" -#: src/view/com/auth/create/CreateAccount.tsx:66 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:87 -#: src/view/com/auth/login/Login.tsx:76 -#: src/view/com/auth/login/LoginForm.tsx:120 +#: src/screens/Login/ForgotPasswordForm.tsx:74 +#: src/screens/Login/index.tsx:78 +#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/SetNewPasswordForm.tsx:77 +#: src/screens/Signup/index.tsx:63 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Hizmetinize ulaşılamıyor. Lütfen internet bağlantınızı kontrol edin." -#: src/view/com/profile/ProfileHeader.tsx:472 -#: src/view/screens/ProfileList.tsx:589 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 +#: src/view/com/profile/ProfileMenu.tsx:361 +#: src/view/screens/ProfileList.tsx:572 msgid "Unblock" msgstr "Engeli kaldır" -#: src/view/com/profile/ProfileHeader.tsx:475 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 msgctxt "action" msgid "Unblock" msgstr "Engeli kaldır" -#: src/view/com/profile/ProfileHeader.tsx:308 -#: src/view/com/profile/ProfileHeader.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/view/com/profile/ProfileMenu.tsx:305 msgid "Unblock Account" msgstr "Hesabın engelini kaldır" -#: src/view/com/modals/Repost.tsx:42 src/view/com/modals/Repost.tsx:55 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:281 +#: src/view/com/profile/ProfileMenu.tsx:343 +msgid "Unblock Account?" +msgstr "" + +#: src/view/com/modals/Repost.tsx:43 +#: src/view/com/modals/Repost.tsx:56 #: src/view/com/util/post-ctrls/RepostButton.tsx:60 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:48 msgid "Undo repost" msgstr "Yeniden göndermeyi geri al" -#: src/view/com/profile/FollowButton.tsx:55 +#: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 +#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:246 +msgid "Unfollow" +msgstr "" + +#: src/view/com/profile/FollowButton.tsx:60 msgctxt "action" msgid "Unfollow" msgstr "Takibi bırak" -#: src/view/com/profile/ProfileHeader.tsx:524 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 msgid "Unfollow {0}" msgstr "{0} adresini takibi bırak" +#: src/view/com/profile/ProfileMenu.tsx:241 +#: src/view/com/profile/ProfileMenu.tsx:251 +msgid "Unfollow Account" +msgstr "" + #: src/view/com/auth/create/state.ts:300 -msgid "Unfortunately, you do not meet the requirements to create an account." -msgstr "Üzgünüz, bir hesap oluşturmak için gerekleri karşılamıyorsunuz." +#~ msgid "Unfortunately, you do not meet the requirements to create an account." +#~ msgstr "Üzgünüz, bir hesap oluşturmak için gerekleri karşılamıyorsunuz." -#: src/view/com/util/post-ctrls/PostCtrls.tsx:170 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Unlike" msgstr "Beğenmeyi geri al" -#: src/view/screens/ProfileList.tsx:596 +#: src/view/screens/ProfileFeed.tsx:573 +msgid "Unlike this feed" +msgstr "" + +#: src/components/TagMenu/index.tsx:249 +#: src/view/screens/ProfileList.tsx:579 msgid "Unmute" msgstr "Sessizden çıkar" -#: src/view/com/profile/ProfileHeader.tsx:373 +#: src/components/TagMenu/index.web.tsx:104 +msgid "Unmute {truncatedTag}" +msgstr "" + +#: src/view/com/profile/ProfileMenu.tsx:278 +#: src/view/com/profile/ProfileMenu.tsx:284 msgid "Unmute Account" msgstr "Hesabın sessizliğini kaldır" -#: src/view/com/util/forms/PostDropdownBtn.tsx:171 +#: src/components/TagMenu/index.tsx:208 +msgid "Unmute all {displayTag} posts" +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:251 +#: src/view/com/util/forms/PostDropdownBtn.tsx:256 msgid "Unmute thread" msgstr "Konunun sessizliğini kaldır" -#: src/view/screens/ProfileFeed.tsx:353 src/view/screens/ProfileList.tsx:580 +#: src/view/screens/ProfileFeed.tsx:295 +#: src/view/screens/ProfileList.tsx:563 msgid "Unpin" msgstr "Sabitlemeyi kaldır" -#: src/view/screens/ProfileList.tsx:473 +#: src/view/screens/ProfileFeed.tsx:292 +msgid "Unpin from home" +msgstr "" + +#: src/view/screens/ProfileList.tsx:444 msgid "Unpin moderation list" msgstr "Moderasyon listesini sabitlemeyi kaldır" #: src/view/screens/ProfileFeed.tsx:345 -msgid "Unsave" -msgstr "Kaydedilenlerden kaldır" +#~ msgid "Unsave" +#~ msgstr "Kaydedilenlerden kaldır" + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:219 +msgid "Unsubscribe" +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183 +msgid "Unsubscribe from this labeler" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:70 +msgid "Unwanted Sexual Content" +msgstr "" #: src/view/com/modals/UserAddRemoveLists.tsx:70 msgid "Update {displayName} in Lists" msgstr "Listelerde {displayName} güncelle" #: src/lib/hooks/useOTAUpdate.ts:15 -msgid "Update Available" -msgstr "Güncelleme Mevcut" +#~ msgid "Update Available" +#~ msgstr "Güncelleme Mevcut" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:204 +#: src/view/com/modals/ChangeHandle.tsx:508 +msgid "Update to {handle}" +msgstr "" + +#: src/screens/Login/SetNewPasswordForm.tsx:186 msgid "Updating..." msgstr "Güncelleniyor..." -#: src/view/com/modals/ChangeHandle.tsx:455 +#: src/view/com/modals/ChangeHandle.tsx:454 msgid "Upload a text file to:" msgstr "Bir metin dosyası yükleyin:" -#: src/view/screens/AppPasswords.tsx:195 +#: src/view/com/util/UserAvatar.tsx:326 +#: src/view/com/util/UserAvatar.tsx:329 +#: src/view/com/util/UserBanner.tsx:116 +#: src/view/com/util/UserBanner.tsx:119 +msgid "Upload from Camera" +msgstr "" + +#: src/view/com/util/UserAvatar.tsx:343 +#: src/view/com/util/UserBanner.tsx:133 +msgid "Upload from Files" +msgstr "" + +#: src/view/com/util/UserAvatar.tsx:337 +#: src/view/com/util/UserAvatar.tsx:341 +#: src/view/com/util/UserBanner.tsx:127 +#: src/view/com/util/UserBanner.tsx:131 +msgid "Upload from Library" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:408 +msgid "Use a file on your server" +msgstr "" + +#: src/view/screens/AppPasswords.tsx:197 msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "Uygulama şifrelerini kullanarak hesabınızın veya şifrenizin tam erişimini vermeden diğer Bluesky istemcilerine giriş yapın." -#: src/view/com/modals/ChangeHandle.tsx:515 +#: src/view/com/modals/ChangeHandle.tsx:517 +msgid "Use bsky.social as hosting provider" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:516 msgid "Use default provider" msgstr "Varsayılan sağlayıcıyı kullan" @@ -3958,54 +5362,67 @@ msgstr "Uygulama içi tarayıcıyı kullan" msgid "Use my default browser" msgstr "Varsayılan tarayıcımı kullan" -#: src/view/com/modals/AddAppPasswords.tsx:155 +#: src/view/com/modals/ChangeHandle.tsx:400 +msgid "Use the DNS panel" +msgstr "" + +#: src/view/com/modals/AddAppPasswords.tsx:156 msgid "Use this to sign into the other app along with your handle." msgstr "Bunu, kullanıcı adınızla birlikte diğer uygulamaya giriş yapmak için kullanın." #: src/view/com/modals/ServerInput.tsx:105 -msgid "Use your domain as your Bluesky client service provider" -msgstr "Alan adınızı Bluesky istemci sağlayıcınız olarak kullanın" +#~ msgid "Use your domain as your Bluesky client service provider" +#~ msgstr "Alan adınızı Bluesky istemci sağlayıcınız olarak kullanın" -#: src/view/com/modals/InviteCodes.tsx:200 +#: src/view/com/modals/InviteCodes.tsx:201 msgid "Used by:" msgstr "Kullanıcı:" -#: src/view/com/modals/ModerationDetails.tsx:54 +#: src/components/moderation/ModerationDetailsDialog.tsx:64 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked" msgstr "Kullanıcı Engellendi" -#: src/view/com/modals/ModerationDetails.tsx:40 +#: src/lib/moderation/useModerationCauseDescription.ts:48 +msgid "User Blocked by \"{0}\"" +msgstr "" + +#: src/components/moderation/ModerationDetailsDialog.tsx:53 msgid "User Blocked by List" msgstr "Liste Tarafından Engellenen Kullanıcı" -#: src/view/com/modals/ModerationDetails.tsx:60 +#: src/lib/moderation/useModerationCauseDescription.ts:66 +msgid "User Blocking You" +msgstr "" + +#: src/components/moderation/ModerationDetailsDialog.tsx:70 msgid "User Blocks You" msgstr "Kullanıcı Sizi Engelledi" #: src/view/com/auth/create/Step3.tsx:41 -msgid "User handle" -msgstr "Kullanıcı adı" +#~ msgid "User handle" +#~ msgstr "Kullanıcı adı" -#: src/view/com/lists/ListCard.tsx:84 +#: src/view/com/lists/ListCard.tsx:85 #: src/view/com/modals/UserAddRemoveLists.tsx:198 msgid "User list by {0}" msgstr "{0} tarafından oluşturulan kullanıcı listesi" -#: src/view/screens/ProfileList.tsx:762 +#: src/view/screens/ProfileList.tsx:777 msgid "User list by <0/>" msgstr "<0/> tarafından oluşturulan kullanıcı listesi" -#: src/view/com/lists/ListCard.tsx:82 +#: src/view/com/lists/ListCard.tsx:83 #: src/view/com/modals/UserAddRemoveLists.tsx:196 -#: src/view/screens/ProfileList.tsx:760 +#: src/view/screens/ProfileList.tsx:775 msgid "User list by you" msgstr "Sizin tarafınızdan oluşturulan kullanıcı listesi" -#: src/view/com/modals/CreateOrEditList.tsx:196 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "User list created" msgstr "Kullanıcı listesi oluşturuldu" -#: src/view/com/modals/CreateOrEditList.tsx:182 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "User list updated" msgstr "Kullanıcı listesi güncellendi" @@ -4013,12 +5430,11 @@ msgstr "Kullanıcı listesi güncellendi" msgid "User Lists" msgstr "Kullanıcı Listeleri" -#: src/view/com/auth/login/LoginForm.tsx:174 -#: src/view/com/auth/login/LoginForm.tsx:192 +#: src/screens/Login/LoginForm.tsx:151 msgid "Username or email address" msgstr "Kullanıcı adı veya e-posta adresi" -#: src/view/screens/ProfileList.tsx:796 +#: src/view/screens/ProfileList.tsx:811 msgid "Users" msgstr "Kullanıcılar" @@ -4030,19 +5446,31 @@ msgstr "<0/> tarafından takip edilen kullanıcılar" msgid "Users in \"{0}\"" msgstr "\"{0}\" içindeki kullanıcılar" +#: src/components/LikesDialog.tsx:85 +msgid "Users that have liked this content or profile" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:436 +msgid "Value:" +msgstr "" + #: src/view/com/auth/create/Step2.tsx:243 -msgid "Verification code" -msgstr "Doğrulama kodu" +#~ msgid "Verification code" +#~ msgstr "Doğrulama kodu" -#: src/view/screens/Settings.tsx:892 +#: src/view/com/modals/ChangeHandle.tsx:509 +msgid "Verify {0}" +msgstr "" + +#: src/view/screens/Settings/index.tsx:942 msgid "Verify email" msgstr "E-postayı doğrula" -#: src/view/screens/Settings.tsx:917 +#: src/view/screens/Settings/index.tsx:967 msgid "Verify my email" msgstr "E-postamı doğrula" -#: src/view/screens/Settings.tsx:926 +#: src/view/screens/Settings/index.tsx:976 msgid "Verify My Email" msgstr "E-postamı Doğrula" @@ -4055,11 +5483,15 @@ msgstr "Yeni E-postayı Doğrula" msgid "Verify Your Email" msgstr "E-postanızı Doğrulayın" +#: src/view/screens/Settings/index.tsx:893 +msgid "Version {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:42 msgid "Video Games" msgstr "Video Oyunları" -#: src/view/com/profile/ProfileHeader.tsx:701 +#: src/screens/Profile/Header/Shell.tsx:107 msgid "View {0}'s avatar" msgstr "{0}'ın avatarını görüntüle" @@ -4067,11 +5499,23 @@ msgstr "{0}'ın avatarını görüntüle" msgid "View debug entry" msgstr "Hata ayıklama girişini görüntüle" -#: src/view/com/posts/FeedSlice.tsx:103 +#: src/components/ReportDialog/SelectReportOptionView.tsx:131 +msgid "View details" +msgstr "" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:126 +msgid "View details for reporting a copyright violation" +msgstr "" + +#: src/view/com/posts/FeedSlice.tsx:99 msgid "View full thread" msgstr "Tam konuyu görüntüle" -#: src/view/com/posts/FeedErrorMessage.tsx:172 +#: src/components/moderation/LabelsOnMe.tsx:51 +msgid "View information about these labels" +msgstr "" + +#: src/view/com/posts/FeedErrorMessage.tsx:166 msgid "View profile" msgstr "Profili görüntüle" @@ -4079,24 +5523,47 @@ msgstr "Profili görüntüle" msgid "View the avatar" msgstr "Avatarı görüntüle" -#: src/view/com/modals/LinkWarning.tsx:75 +#: src/components/LabelingServiceCard/index.tsx:140 +msgid "View the labeling service provided by @{0}" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:585 +msgid "View users who like this feed" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" msgstr "Siteyi Ziyaret Et" -#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:42 -#: src/view/com/modals/ContentFilteringSettings.tsx:254 +#: src/components/moderation/LabelPreference.tsx:135 +#: src/lib/moderation/useLabelBehaviorDescription.ts:17 +#: src/lib/moderation/useLabelBehaviorDescription.ts:22 +#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:53 msgid "Warn" msgstr "Uyar" +#: src/lib/moderation/useLabelBehaviorDescription.ts:48 +msgid "Warn content" +msgstr "" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:46 +msgid "Warn content and filter from feeds" +msgstr "" + #: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 -msgid "We also think you'll like \"For You\" by Skygaze:" -msgstr "Ayrıca Skygaze tarafından \"Sana Özel\" beslemesini de beğeneceğinizi düşünüyoruz:" +#~ msgid "We also think you'll like \"For You\" by Skygaze:" +#~ msgstr "Ayrıca Skygaze tarafından \"Sana Özel\" beslemesini de beğeneceğinizi düşünüyoruz:" + +#: src/screens/Hashtag.tsx:133 +msgid "We couldn't find any results for that hashtag." +msgstr "" -#: src/screens/Deactivated.tsx:134 +#: src/screens/Deactivated.tsx:133 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Hesabınızın hazır olmasına {estimatedTime} tahmin ediyoruz." -#: src/screens/Onboarding/StepFinished.tsx:93 +#: src/screens/Onboarding/StepFinished.tsx:97 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Harika vakit geçirmenizi umuyoruz. Unutmayın, Bluesky:" @@ -4104,55 +5571,78 @@ msgstr "Harika vakit geçirmenizi umuyoruz. Unutmayın, Bluesky:" msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "Takipçilerinizden gönderi kalmadı. İşte <0/>'den en son gönderiler." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:119 +#: src/components/dialogs/MutedWords.tsx:203 +msgid "We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." +msgstr "" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:125 msgid "We recommend our \"Discover\" feed:" msgstr "\"Keşfet\" beslememizi öneririz:" -#: src/screens/Onboarding/StepInterests/index.tsx:133 +#: src/components/dialogs/BirthDateSettings.tsx:52 +msgid "We were unable to load your birth date preferences. Please try again." +msgstr "" + +#: src/screens/Moderation/index.tsx:385 +msgid "We were unable to load your configured labelers at this time." +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:137 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "Bağlantı kuramadık. Hesabınızı kurmaya devam etmek için tekrar deneyin. Başarısız olmaya devam ederse bu akışı atlayabilirsiniz." -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "We will let you know when your account is ready." msgstr "Hesabınız hazır olduğunda size bildireceğiz." #: src/view/com/modals/AppealLabel.tsx:48 -msgid "We'll look into your appeal promptly." -msgstr "İtirazınıza hızlı bir şekilde bakacağız." +#~ msgid "We'll look into your appeal promptly." +#~ msgstr "İtirazınıza hızlı bir şekilde bakacağız." -#: src/screens/Onboarding/StepInterests/index.tsx:138 +#: src/screens/Onboarding/StepInterests/index.tsx:142 msgid "We'll use this to help customize your experience." msgstr "Bu, deneyiminizi özelleştirmenize yardımcı olmak için kullanılacak." -#: src/view/com/auth/create/CreateAccount.tsx:123 +#: src/screens/Signup/index.tsx:130 msgid "We're so excited to have you join us!" msgstr "Sizi aramızda görmekten çok mutluyuz!" -#: src/view/screens/ProfileList.tsx:85 +#: src/view/screens/ProfileList.tsx:89 msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "Üzgünüz, ancak bu listeyi çözemedik. Bu durum devam ederse, lütfen liste oluşturucu, @{handleOrDid} ile iletişime geçin." -#: src/view/screens/Search/Search.tsx:253 +#: src/components/dialogs/MutedWords.tsx:229 +msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." +msgstr "" + +#: src/view/screens/Search/Search.tsx:256 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Üzgünüz, ancak aramanız tamamlanamadı. Lütfen birkaç dakika içinde tekrar deneyin." +#: src/components/Lists.tsx:188 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "Üzgünüz! Aradığınız sayfayı bulamıyoruz." -#: src/view/com/auth/onboarding/WelcomeMobile.tsx:46 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:321 +msgid "We're sorry! You can only subscribe to ten labelers, and you've reached your limit of ten." +msgstr "" + +#: src/view/com/auth/onboarding/WelcomeMobile.tsx:48 msgid "Welcome to <0>Bluesky</0>" msgstr "<0>Bluesky</0>'e hoş geldiniz" -#: src/screens/Onboarding/StepInterests/index.tsx:130 +#: src/screens/Onboarding/StepInterests/index.tsx:134 msgid "What are your interests?" msgstr "İlgi alanlarınız nelerdir?" #: src/view/com/modals/report/Modal.tsx:169 -msgid "What is the issue with this {collectionName}?" -msgstr "Bu {collectionName} ile ilgili sorun nedir?" +#~ msgid "What is the issue with this {collectionName}?" +#~ msgstr "Bu {collectionName} ile ilgili sorun nedir?" -#: src/view/com/auth/SplashScreen.tsx:34 src/view/com/composer/Composer.tsx:279 +#: src/view/com/auth/SplashScreen.tsx:58 +#: src/view/com/auth/SplashScreen.web.tsx:84 +#: src/view/com/composer/Composer.tsx:296 msgid "What's up?" msgstr "Nasılsınız?" @@ -4169,15 +5659,36 @@ msgstr "Algoritmik beslemelerinizde hangi dilleri görmek istersiniz?" msgid "Who can reply" msgstr "Kimler yanıtlayabilir" -#: src/view/com/modals/crop-image/CropImage.web.tsx:102 +#: src/components/ReportDialog/SelectReportOptionView.tsx:43 +msgid "Why should this content be reviewed?" +msgstr "" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:56 +msgid "Why should this feed be reviewed?" +msgstr "" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:53 +msgid "Why should this list be reviewed?" +msgstr "" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:50 +msgid "Why should this post be reviewed?" +msgstr "" + +#: src/components/ReportDialog/SelectReportOptionView.tsx:47 +msgid "Why should this user be reviewed?" +msgstr "" + +#: src/view/com/modals/crop-image/CropImage.web.tsx:103 msgid "Wide" msgstr "Geniş" -#: src/view/com/composer/Composer.tsx:415 +#: src/view/com/composer/Composer.tsx:436 msgid "Write post" msgstr "Gönderi yaz" -#: src/view/com/composer/Composer.tsx:278 src/view/com/composer/Prompt.tsx:33 +#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "Yanıtınızı yazın" @@ -4186,38 +5697,46 @@ msgid "Writers" msgstr "Yazarlar" #: src/view/com/auth/create/Step2.tsx:263 -msgid "XXXXXX" -msgstr "XXXXXX" +#~ msgid "XXXXXX" +#~ msgstr "XXXXXX" #: 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 -#: src/view/screens/PreferencesHomeFeed.tsx:271 +#: src/view/screens/PreferencesFollowingFeed.tsx:129 +#: src/view/screens/PreferencesFollowingFeed.tsx:201 +#: src/view/screens/PreferencesFollowingFeed.tsx:236 +#: src/view/screens/PreferencesFollowingFeed.tsx:271 #: src/view/screens/PreferencesThreads.tsx:106 #: src/view/screens/PreferencesThreads.tsx:129 msgid "Yes" msgstr "Evet" -#: src/screens/Deactivated.tsx:131 +#: src/screens/Deactivated.tsx:130 msgid "You are in line." msgstr "Sıradasınız." +#: src/view/com/profile/ProfileFollows.tsx:86 +msgid "You are not following anyone." +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 "Ayrıca takip edebileceğiniz yeni Özel Beslemeler keşfedebilirsiniz." -#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +#: src/screens/Onboarding/StepFollowingFeed.tsx:143 msgid "You can change these settings later." msgstr "Bu ayarları daha sonra değiştirebilirsiniz." -#: src/view/com/auth/login/Login.tsx:158 -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 +#: src/screens/Login/index.tsx:158 +#: src/screens/Login/PasswordUpdatedForm.tsx:33 msgid "You can now sign in with your new password." msgstr "Artık yeni şifrenizle giriş yapabilirsiniz." -#: src/view/com/modals/InviteCodes.tsx:66 +#: src/view/com/profile/ProfileFollowers.tsx:86 +msgid "You do not have any followers." +msgstr "" + +#: src/view/com/modals/InviteCodes.tsx:67 msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer." msgstr "Henüz hiç davet kodunuz yok! Bluesky'de biraz daha uzun süre kaldıktan sonra size bazı kodlar göndereceğiz." @@ -4225,7 +5744,7 @@ msgstr "Henüz hiç davet kodunuz yok! Bluesky'de biraz daha uzun süre kaldıkt msgid "You don't have any pinned feeds." msgstr "Sabitlemiş beslemeniz yok." -#: src/view/screens/Feeds.tsx:419 +#: src/view/screens/Feeds.tsx:452 msgid "You don't have any saved feeds!" msgstr "Kaydedilmiş beslemeniz yok!" @@ -4233,91 +5752,145 @@ msgstr "Kaydedilmiş beslemeniz yok!" msgid "You don't have any saved feeds." msgstr "Kaydedilmiş beslemeniz yok." -#: src/view/com/post-thread/PostThread.tsx:406 +#: src/view/com/post-thread/PostThread.tsx:159 msgid "You have blocked the author or you have been blocked by the author." msgstr "Yazarı engellediniz veya yazar tarafından engellendiniz." -#: src/view/com/modals/ModerationDetails.tsx:56 +#: src/components/moderation/ModerationDetailsDialog.tsx:66 +#: src/lib/moderation/useModerationCauseDescription.ts:50 +#: src/lib/moderation/useModerationCauseDescription.ts:58 msgid "You have blocked this user. You cannot view their content." msgstr "Bu kullanıcıyı engellediniz. İçeriklerini göremezsiniz." -#: src/view/com/auth/login/SetNewPasswordForm.tsx:57 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:92 +#: src/screens/Login/SetNewPasswordForm.tsx:54 +#: src/screens/Login/SetNewPasswordForm.tsx:91 #: src/view/com/modals/ChangePassword.tsx:87 #: src/view/com/modals/ChangePassword.tsx:121 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Geçersiz bir kod girdiniz. XXXXX-XXXXX gibi görünmelidir." +#: src/lib/moderation/useModerationCauseDescription.ts:109 +msgid "You have hidden this post" +msgstr "" + +#: src/components/moderation/ModerationDetailsDialog.tsx:101 +msgid "You have hidden this post." +msgstr "" + +#: src/components/moderation/ModerationDetailsDialog.tsx:94 +#: src/lib/moderation/useModerationCauseDescription.ts:92 +msgid "You have muted this account." +msgstr "" + +#: src/lib/moderation/useModerationCauseDescription.ts:86 +msgid "You have muted this user" +msgstr "" + #: src/view/com/modals/ModerationDetails.tsx:87 -msgid "You have muted this user." -msgstr "Bu kullanıcıyı sessize aldınız." +#~ msgid "You have muted this user." +#~ msgstr "Bu kullanıcıyı sessize aldınız." #: src/view/com/feeds/ProfileFeedgens.tsx:136 msgid "You have no feeds." msgstr "Beslemeniz yok." -#: src/view/com/lists/MyLists.tsx:89 src/view/com/lists/ProfileLists.tsx:140 +#: src/view/com/lists/MyLists.tsx:89 +#: src/view/com/lists/ProfileLists.tsx:140 msgid "You have no lists." msgstr "Listeniz yok." #: src/view/screens/ModerationBlockedAccounts.tsx:132 -msgid "You have not blocked any accounts yet. To block an account, go to their profile and selected \"Block account\" from the menu on their account." -msgstr "Henüz hiçbir hesabı engellemediniz. Bir hesabı engellemek için, profilinize gidin ve hesaplarının menüsünden \"Hesabı engelle\" seçeneğini seçin." +msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account." +msgstr "" + +#: src/view/screens/ModerationBlockedAccounts.tsx:132 +#~ msgid "You have not blocked any accounts yet. To block an account, go to their profile and selected \"Block account\" from the menu on their account." +#~ msgstr "Henüz hiçbir hesabı engellemediniz. Bir hesabı engellemek için, profilinize gidin ve hesaplarının menüsünden \"Hesabı engelle\" seçeneğini seçin." -#: src/view/screens/AppPasswords.tsx:87 +#: src/view/screens/AppPasswords.tsx:89 msgid "You have not created any app passwords yet. You can create one by pressing the button below." msgstr "Henüz hiçbir uygulama şifresi oluşturmadınız. Aşağıdaki düğmeye basarak bir tane oluşturabilirsiniz." #: src/view/screens/ModerationMutedAccounts.tsx:131 -msgid "You have not muted any accounts yet. To mute an account, go to their profile and selected \"Mute account\" from the menu on their account." -msgstr "Henüz hiçbir hesabı sessize almadınız. Bir hesabı sessize almak için, profilinize gidin ve hesaplarının menüsünden \"Hesabı sessize al\" seçeneğini seçin." +msgid "You have not muted any accounts yet. To mute an account, go to their profile and select \"Mute account\" from the menu on their account." +msgstr "" + +#: src/view/screens/ModerationMutedAccounts.tsx:131 +#~ msgid "You have not muted any accounts yet. To mute an account, go to their profile and selected \"Mute account\" from the menu on their account." +#~ msgstr "Henüz hiçbir hesabı sessize almadınız. Bir hesabı sessize almak için, profilinize gidin ve hesaplarının menüsünden \"Hesabı sessize al\" seçeneğini seçin." + +#: src/components/dialogs/MutedWords.tsx:249 +msgid "You haven't muted any words or tags yet" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:68 +msgid "You may appeal these labels if you feel they were placed in error." +msgstr "" + +#: src/screens/Signup/StepInfo/Policies.tsx:79 +msgid "You must be 13 years of age or older to sign up." +msgstr "" #: src/view/com/modals/ContentFilteringSettings.tsx:170 -msgid "You must be 18 or older to enable adult content." -msgstr "Yetişkin içeriği etkinleştirmek için 18 yaşında veya daha büyük olmalısınız." +#~ msgid "You must be 18 or older to enable adult content." +#~ msgstr "Yetişkin içeriği etkinleştirmek için 18 yaşında veya daha büyük olmalısınız." -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:103 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:110 msgid "You must be 18 years or older to enable adult content" msgstr "Yetişkin içeriğini etkinleştirmek için 18 yaşında veya daha büyük olmalısınız" -#: src/view/com/util/forms/PostDropdownBtn.tsx:98 +#: src/components/ReportDialog/SubmitView.tsx:205 +msgid "You must select at least one labeler for a report" +msgstr "" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:144 msgid "You will no longer receive notifications for this thread" msgstr "Artık bu konu için bildirim almayacaksınız" -#: src/view/com/util/forms/PostDropdownBtn.tsx:101 +#: src/view/com/util/forms/PostDropdownBtn.tsx:147 msgid "You will now receive notifications for this thread" msgstr "Artık bu konu için bildirim alacaksınız" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:107 +#: src/screens/Login/SetNewPasswordForm.tsx:104 msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Bir \"sıfırlama kodu\" içeren bir e-posta alacaksınız. Bu kodu buraya girin, ardından yeni şifrenizi girin." -#: src/screens/Onboarding/StepModeration/index.tsx:72 +#: src/screens/Onboarding/StepModeration/index.tsx:60 msgid "You're in control" msgstr "Siz kontrol ediyorsunuz" -#: src/screens/Deactivated.tsx:88 src/screens/Deactivated.tsx:89 -#: src/screens/Deactivated.tsx:104 +#: src/screens/Deactivated.tsx:87 +#: src/screens/Deactivated.tsx:88 +#: src/screens/Deactivated.tsx:103 msgid "You're in line" msgstr "Sıradasınız" -#: src/screens/Onboarding/StepFinished.tsx:90 +#: src/screens/Onboarding/StepFinished.tsx:94 msgid "You're ready to go!" msgstr "Hazırsınız!" +#: src/components/moderation/ModerationDetailsDialog.tsx:98 +#: src/lib/moderation/useModerationCauseDescription.ts:101 +msgid "You've chosen to hide a word or tag within this post." +msgstr "" + #: src/view/com/posts/FollowingEndOfFeed.tsx:48 msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Beslemenizin sonuna ulaştınız! Takip edebileceğiniz daha fazla hesap bulun." -#: src/view/com/auth/create/Step1.tsx:67 +#: src/screens/Signup/index.tsx:150 msgid "Your account" msgstr "Hesabınız" -#: src/view/com/modals/DeleteAccount.tsx:67 +#: src/view/com/modals/DeleteAccount.tsx:68 msgid "Your account has been deleted" msgstr "Hesabınız silindi" -#: src/view/com/auth/create/Step1.tsx:182 +#: src/view/screens/Settings/ExportCarDialog.tsx:47 +msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." +msgstr "" + +#: src/screens/Signup/StepInfo/index.tsx:121 msgid "Your birth date" msgstr "Doğum tarihiniz" @@ -4325,19 +5898,19 @@ msgstr "Doğum tarihiniz" msgid "Your choice will be saved, but can be changed later in settings." msgstr "Seçiminiz kaydedilecek, ancak daha sonra ayarlarda değiştirilebilir." -#: src/screens/Onboarding/StepFollowingFeed.tsx:61 +#: src/screens/Onboarding/StepFollowingFeed.tsx:62 msgid "Your default feed is \"Following\"" msgstr "Varsayılan beslemeniz \"Takip Edilenler\"" -#: src/view/com/auth/create/state.ts:153 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:70 +#: src/screens/Login/ForgotPasswordForm.tsx:57 +#: src/screens/Signup/state.ts:227 #: src/view/com/modals/ChangePassword.tsx:54 msgid "Your email appears to be invalid." msgstr "E-postanız geçersiz gibi görünüyor." #: src/view/com/modals/Waitlist.tsx:109 -msgid "Your email has been saved! We'll be in touch soon." -msgstr "E-postanız kaydedildi! Yakında sizinle iletişime geçeceğiz." +#~ msgid "Your email has been saved! We'll be in touch soon." +#~ msgstr "E-postanız kaydedildi! Yakında sizinle iletişime geçeceğiz." #: src/view/com/modals/ChangeEmail.tsx:125 msgid "Your email has been updated but not verified. As a next step, please verify your new email." @@ -4351,41 +5924,45 @@ msgstr "E-postanız henüz doğrulanmadı. Bu, önerdiğimiz önemli bir güvenl msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Takip ettiğiniz besleme boş! Neler olduğunu görmek için daha fazla kullanıcı takip edin." -#: src/view/com/auth/create/Step3.tsx:45 +#: src/screens/Signup/StepHandle.tsx:72 msgid "Your full handle will be" msgstr "Tam kullanıcı adınız" -#: src/view/com/modals/ChangeHandle.tsx:270 +#: src/view/com/modals/ChangeHandle.tsx:271 msgid "Your full handle will be <0>@{0}</0>" msgstr "Tam kullanıcı adınız <0>@{0}</0> olacak" -#: src/view/screens/Settings.tsx:430 src/view/shell/desktop/RightNav.tsx:137 +#: src/view/screens/Settings.tsx:NaN #: src/view/shell/Drawer.tsx:660 -msgid "Your invite codes are hidden when logged in using an App Password" -msgstr "Uygulama Şifresi kullanarak giriş yaptığınızda davet kodlarınız gizlenir" +#~ msgid "Your invite codes are hidden when logged in using an App Password" +#~ msgstr "Uygulama Şifresi kullanarak giriş yaptığınızda davet kodlarınız gizlenir" -#: src/view/com/modals/ChangePassword.tsx:155 +#: src/components/dialogs/MutedWords.tsx:220 +msgid "Your muted words" +msgstr "" + +#: src/view/com/modals/ChangePassword.tsx:157 msgid "Your password has been changed successfully!" msgstr "Şifreniz başarıyla değiştirildi!" -#: src/view/com/composer/Composer.tsx:267 +#: src/view/com/composer/Composer.tsx:284 msgid "Your post has been published" msgstr "Gönderiniz yayınlandı" -#: src/screens/Onboarding/StepFinished.tsx:105 +#: src/screens/Onboarding/StepFinished.tsx:109 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 -#: src/view/com/auth/onboarding/WelcomeMobile.tsx:59 +#: src/view/com/auth/onboarding/WelcomeMobile.tsx:61 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Gönderileriniz, beğenileriniz ve engellemeleriniz herkese açıktır. Sessizlikleriniz özeldir." -#: src/view/com/modals/SwitchAccount.tsx:84 src/view/screens/Settings.tsx:125 +#: src/view/screens/Settings/index.tsx:125 msgid "Your profile" msgstr "Profiliniz" -#: src/view/com/composer/Composer.tsx:266 +#: src/view/com/composer/Composer.tsx:283 msgid "Your reply has been published" msgstr "Yanıtınız yayınlandı" -#: src/view/com/auth/create/Step3.tsx:28 +#: src/screens/Signup/index.tsx:152 msgid "Your user handle" msgstr "Kullanıcı adınız" diff --git a/src/locale/locales/uk/messages.po b/src/locale/locales/uk/messages.po index a73f77517..2b22523cf 100644 --- a/src/locale/locales/uk/messages.po +++ b/src/locale/locales/uk/messages.po @@ -26,7 +26,7 @@ msgstr "(немає ел. адреси)" #~ msgid "{0, plural, one {# invite code available} other {# invite codes available}}" #~ msgstr "" -#: src/screens/Profile/Header/Metrics.tsx:45 +#: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} підписок" @@ -56,7 +56,7 @@ msgstr "<0/> учасників" msgid "<0>{0}</0> following" msgstr "" -#: src/screens/Profile/Header/Metrics.tsx:46 +#: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} </0><1>following</1>" msgstr "<0>{following} </0><1>підписок</1>" @@ -85,7 +85,7 @@ msgstr "⚠Недопустимий псевдонім" #~ msgstr "Доступна нова версія. Будь ласка, оновіть застосунок, щоб продовжити ним користуватися." #: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:648 +#: src/view/screens/Search/Search.tsx:649 msgid "Access navigation links and settings" msgstr "Відкрити навігацію й налаштування" @@ -93,7 +93,7 @@ msgstr "Відкрити навігацію й налаштування" msgid "Access profile and other navigation links" msgstr "Відкрити профіль та іншу навігацію" -#: src/view/com/modals/EditImage.tsx:299 +#: src/view/com/modals/EditImage.tsx:300 #: src/view/screens/Settings/index.tsx:470 msgid "Accessibility" msgstr "Доступність" @@ -102,7 +102,7 @@ msgstr "Доступність" msgid "account" msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:144 #: src/view/screens/Settings/index.tsx:327 #: src/view/screens/Settings/index.tsx:743 msgid "Account" @@ -120,12 +120,12 @@ msgstr "" msgid "Account muted" msgstr "Обліковий запис ігнорується" -#: src/components/moderation/ModerationDetailsDialog.tsx:94 +#: src/components/moderation/ModerationDetailsDialog.tsx:93 #: src/lib/moderation/useModerationCauseDescription.ts:91 msgid "Account Muted" msgstr "Обліковий запис ігнорується" -#: src/components/moderation/ModerationDetailsDialog.tsx:83 +#: src/components/moderation/ModerationDetailsDialog.tsx:82 msgid "Account Muted by List" msgstr "Обліковий запис ігнорується списком" @@ -137,7 +137,7 @@ msgstr "Параметри облікового запису" msgid "Account removed from quick access" msgstr "Обліковий запис вилучено зі швидкого доступу" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:130 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "Обліковий запис розблоковано" @@ -150,7 +150,7 @@ msgstr "" msgid "Account unmuted" msgstr "Обліковий запис більше не ігнорується" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:219 @@ -166,6 +166,7 @@ msgstr "Додати попередження про вміст" msgid "Add a user to this list" msgstr "Додати користувача до списку" +#: src/components/dialogs/SwitchAccount.tsx:55 #: src/view/screens/Settings/index.tsx:402 #: src/view/screens/Settings/index.tsx:411 msgid "Add account" @@ -173,7 +174,7 @@ msgstr "Додати обліковий запис" #: src/view/com/composer/photos/Gallery.tsx:119 #: src/view/com/composer/photos/Gallery.tsx:180 -#: src/view/com/modals/AltImage.tsx:116 +#: src/view/com/modals/AltImage.tsx:117 msgid "Add alt text" msgstr "Додати альтернативний текст" @@ -192,23 +193,23 @@ msgstr "Додати пароль застосунку" #~ msgid "Add details to report" #~ msgstr "Додайте подробиці до скарги" -#: src/view/com/composer/Composer.tsx:466 +#: src/view/com/composer/Composer.tsx:467 msgid "Add link card" msgstr "Додати попередній перегляд" -#: src/view/com/composer/Composer.tsx:471 +#: src/view/com/composer/Composer.tsx:472 msgid "Add link card:" msgstr "Додати попередній перегляд:" -#: src/components/dialogs/MutedWords.tsx:158 +#: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" msgstr "Додати слово до ігнорування з обраними налаштуваннями" -#: src/components/dialogs/MutedWords.tsx:87 +#: src/components/dialogs/MutedWords.tsx:86 msgid "Add muted words and tags" msgstr "Додати ігноровані слова та теги" -#: src/view/com/modals/ChangeHandle.tsx:417 +#: src/view/com/modals/ChangeHandle.tsx:416 msgid "Add the following DNS record to your domain:" msgstr "Додайте наступний DNS-запис до вашого домену:" @@ -238,6 +239,7 @@ msgstr "Додано до моїх стрічок" msgid "Adjust the number of likes a reply must have to be shown in your feed." msgstr "Налаштуйте мінімальну кількість вподобань для того щоб відповідь відобразилася у вашій стрічці." +#: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:117 #: src/view/com/modals/SelfLabel.tsx:75 msgid "Adult Content" @@ -251,11 +253,11 @@ msgstr "Вміст для дорослих" #~ msgid "Adult content can only be enabled via the Web at <0>bsky.app</0>." #~ msgstr "" -#: src/components/moderation/ModerationLabelPref.tsx:114 +#: src/components/moderation/LabelPreference.tsx:242 msgid "Adult content is disabled." msgstr "" -#: src/screens/Moderation/index.tsx:377 +#: src/screens/Moderation/index.tsx:375 #: src/view/screens/Settings/index.tsx:684 msgid "Advanced" msgstr "Розширені" @@ -264,12 +266,12 @@ msgstr "Розширені" msgid "All the feeds you've saved, right in one place." msgstr "Усі збережені стрічки в одному місці." -#: src/view/com/auth/login/ForgotPasswordForm.tsx:221 +#: src/screens/Login/ForgotPasswordForm.tsx:178 #: src/view/com/modals/ChangePassword.tsx:170 msgid "Already have a code?" msgstr "Вже маєте код?" -#: src/view/com/auth/login/ChooseAccountForm.tsx:103 +#: src/screens/Login/ChooseAccountForm.tsx:39 msgid "Already signed in as @{0}" msgstr "Вже увійшли як @{0}" @@ -277,7 +279,7 @@ msgstr "Вже увійшли як @{0}" msgid "ALT" msgstr "ALT" -#: src/view/com/modals/EditImage.tsx:315 +#: src/view/com/modals/EditImage.tsx:316 msgid "Alt text" msgstr "Альтернативний текст" @@ -325,11 +327,11 @@ msgstr "Мова застосунку" msgid "App password deleted" msgstr "Пароль застосунку видалено" -#: src/view/com/modals/AddAppPasswords.tsx:134 +#: src/view/com/modals/AddAppPasswords.tsx:135 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "Назва пароля може містити лише латинські літери, цифри, пробіли, мінуси та нижні підкреслення." -#: src/view/com/modals/AddAppPasswords.tsx:99 +#: src/view/com/modals/AddAppPasswords.tsx:100 msgid "App Password names must be at least 4 characters long." msgstr "Назва пароля застосунку мусить бути хоча б 4 символи в довжину." @@ -347,12 +349,12 @@ msgstr "Налаштування пароля застосунків" msgid "App Passwords" msgstr "Паролі для застосунків" -#: src/components/moderation/LabelsOnMeDialog.tsx:134 -#: src/components/moderation/LabelsOnMeDialog.tsx:137 +#: src/components/moderation/LabelsOnMeDialog.tsx:133 +#: src/components/moderation/LabelsOnMeDialog.tsx:136 msgid "Appeal" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:202 +#: src/components/moderation/LabelsOnMeDialog.tsx:201 msgid "Appeal \"{0}\" label" msgstr "" @@ -365,7 +367,7 @@ msgstr "" #~ msgid "Appeal Content Warning" #~ msgstr "Оскаржити попередження про вміст" -#: src/components/moderation/LabelsOnMeDialog.tsx:193 +#: src/components/moderation/LabelsOnMeDialog.tsx:192 msgid "Appeal submitted." msgstr "" @@ -389,11 +391,11 @@ msgstr "Ви дійсно хочете видалити пароль для за msgid "Are you sure you want to remove {0} from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:509 msgid "Are you sure you'd like to discard this draft?" msgstr "Ви дійсно бажаєте видалити цю чернетку?" -#: src/components/dialogs/MutedWords.tsx:282 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "Ви впевнені?" @@ -413,14 +415,22 @@ msgstr "Мистецтво" msgid "Artistic or non-erotic nudity." msgstr "Художня або нееротична оголеність." +#: src/screens/Signup/StepHandle.tsx:118 +msgid "At least 3 characters" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:246 #: src/components/moderation/LabelsOnMeDialog.tsx:247 -#: src/components/moderation/LabelsOnMeDialog.tsx:248 -#: src/screens/Profile/Header/Shell.tsx:97 -#: src/view/com/auth/create/CreateAccount.tsx:158 -#: src/view/com/auth/login/ChooseAccountForm.tsx:160 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:174 -#: src/view/com/auth/login/LoginForm.tsx:262 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:179 +#: src/screens/Login/ChooseAccountForm.tsx:73 +#: src/screens/Login/ChooseAccountForm.tsx:78 +#: src/screens/Login/ForgotPasswordForm.tsx:129 +#: src/screens/Login/ForgotPasswordForm.tsx:135 +#: src/screens/Login/LoginForm.tsx:221 +#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/SetNewPasswordForm.tsx:160 +#: src/screens/Login/SetNewPasswordForm.tsx:166 +#: src/screens/Profile/Header/Shell.tsx:96 +#: src/screens/Signup/index.tsx:179 #: src/view/com/util/ViewHeader.tsx:87 msgid "Back" msgstr "Назад" @@ -430,7 +440,7 @@ msgstr "Назад" #~ msgid "Back" #~ msgstr "Назад" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:144 msgid "Based on your interest in {interestsText}" msgstr "Ґрунтуючись на вашому інтересі до {interestsText}" @@ -439,7 +449,6 @@ msgid "Basics" msgstr "Основні" #: src/components/dialogs/BirthDateSettings.tsx:107 -#: src/view/com/auth/create/Step1.tsx:227 msgid "Birthday" msgstr "Дата народження" @@ -447,7 +456,7 @@ msgstr "Дата народження" msgid "Birthday:" msgstr "Дата народження:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "" @@ -483,7 +492,7 @@ msgstr "Заблокувати ці облікові записи?" msgid "Blocked" msgstr "Заблоковано" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:267 msgid "Blocked accounts" msgstr "Заблоковані облікові записи" @@ -504,7 +513,7 @@ msgstr "Заблоковані облікові записи не можуть msgid "Blocked post." msgstr "Заблокований пост." -#: src/screens/Profile/Sections/Labels.tsx:153 +#: src/screens/Profile/Sections/Labels.tsx:152 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "" @@ -516,18 +525,18 @@ msgstr "Блокування - це відкрита інформація. За msgid "Blocking will not prevent labels from being applied on your account, but it will stop this account from replying in your threads or interacting with you." msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:97 -#: src/view/com/auth/SplashScreen.web.tsx:133 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:98 +#: src/view/com/auth/SplashScreen.web.tsx:169 msgid "Blog" msgstr "Блог" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:31 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:32 #: src/view/com/auth/server-input/index.tsx:89 -#: src/view/com/auth/server-input/index.tsx:90 +#: src/view/com/auth/server-input/index.tsx:91 msgid "Bluesky" msgstr "Bluesky" -#: src/view/com/auth/server-input/index.tsx:150 +#: src/view/com/auth/server-input/index.tsx:154 msgid "Bluesky is an open network where you can choose your hosting provider. Custom hosting is now available in beta for developers." msgstr "Bluesky є відкритою мережею, де ви можете обрати свого хостинг-провайдера. Власний хостинг тепер доступний в бета-версії для розробників." @@ -550,7 +559,7 @@ msgstr "Bluesky публічний." #~ msgid "Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon." #~ msgstr "" -#: src/screens/Moderation/index.tsx:535 +#: src/screens/Moderation/index.tsx:533 msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private." msgstr "Bluesky не буде показувати ваш профіль і повідомлення відвідувачам без облікового запису. Інші застосунки можуть не слідувати цьому запиту. Це не робить ваш обліковий запис приватним." @@ -571,11 +580,11 @@ msgid "Books" msgstr "Книги" #: src/view/screens/Settings/index.tsx:893 -msgid "Build version {0} {1}" -msgstr "Версія {0} {1}" +#~ msgid "Build version {0} {1}" +#~ msgstr "Версія {0} {1}" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:128 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:92 +#: src/view/com/auth/SplashScreen.web.tsx:166 msgid "Business" msgstr "Організація" @@ -599,7 +608,7 @@ msgstr "" msgid "by <0/>" msgstr "від <0/>" -#: src/view/com/auth/create/Policies.tsx:87 +#: src/screens/Signup/StepInfo/Policies.tsx:74 msgid "By creating an account you agree to the {els}." msgstr "" @@ -611,62 +620,62 @@ msgstr "створено вами" msgid "Camera" msgstr "Камера" -#: src/view/com/modals/AddAppPasswords.tsx:216 +#: src/view/com/modals/AddAppPasswords.tsx:217 msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long." msgstr "Може містити лише літери, цифри, пробіли, дефіси та знаки підкреслення, і мати довжину від 4 до 32 символів." #: src/components/Menu/index.tsx:213 -#: src/components/Prompt.tsx:116 -#: src/components/Prompt.tsx:118 +#: src/components/Prompt.tsx:113 +#: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:316 -#: src/view/com/composer/Composer.tsx:321 +#: src/view/com/composer/Composer.tsx:317 +#: src/view/com/composer/Composer.tsx:322 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/ChangeHandle.tsx:153 +#: src/view/com/modals/ChangeHandle.tsx:154 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 -#: src/view/com/modals/CreateOrEditList.tsx:355 -#: src/view/com/modals/crop-image/CropImage.web.tsx:137 -#: src/view/com/modals/EditImage.tsx:323 -#: src/view/com/modals/EditProfile.tsx:249 +#: src/view/com/modals/CreateOrEditList.tsx:356 +#: src/view/com/modals/crop-image/CropImage.web.tsx:138 +#: src/view/com/modals/EditImage.tsx:324 +#: src/view/com/modals/EditProfile.tsx:250 #: src/view/com/modals/InAppBrowserConsent.tsx:78 #: src/view/com/modals/InAppBrowserConsent.tsx:80 -#: src/view/com/modals/LinkWarning.tsx:87 -#: src/view/com/modals/LinkWarning.tsx:89 -#: src/view/com/modals/Repost.tsx:87 +#: src/view/com/modals/LinkWarning.tsx:105 +#: src/view/com/modals/LinkWarning.tsx:107 +#: src/view/com/modals/Repost.tsx:88 #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:717 +#: src/view/screens/Search/Search.tsx:718 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "Скасувати" -#: src/view/com/modals/CreateOrEditList.tsx:360 -#: src/view/com/modals/DeleteAccount.tsx:156 -#: src/view/com/modals/DeleteAccount.tsx:234 +#: src/view/com/modals/CreateOrEditList.tsx:361 +#: src/view/com/modals/DeleteAccount.tsx:155 +#: src/view/com/modals/DeleteAccount.tsx:233 msgctxt "action" msgid "Cancel" msgstr "Скасувати" -#: src/view/com/modals/DeleteAccount.tsx:152 -#: src/view/com/modals/DeleteAccount.tsx:230 +#: src/view/com/modals/DeleteAccount.tsx:151 +#: src/view/com/modals/DeleteAccount.tsx:229 msgid "Cancel account deletion" msgstr "Скасувати видалення облікового запису" -#: src/view/com/modals/ChangeHandle.tsx:149 +#: src/view/com/modals/ChangeHandle.tsx:150 msgid "Cancel change handle" msgstr "Скасувати зміну псевдоніма" -#: src/view/com/modals/crop-image/CropImage.web.tsx:134 +#: src/view/com/modals/crop-image/CropImage.web.tsx:135 msgid "Cancel image crop" msgstr "Скасувати обрізання зображення" -#: src/view/com/modals/EditProfile.tsx:244 +#: src/view/com/modals/EditProfile.tsx:245 msgid "Cancel profile editing" msgstr "Скасувати зміни профілю" -#: src/view/com/modals/Repost.tsx:78 +#: src/view/com/modals/Repost.tsx:79 msgid "Cancel quote post" msgstr "Скасувати цитування посту" @@ -679,7 +688,7 @@ msgstr "Скасувати пошук" #~ msgid "Cancel waitlist signup" #~ msgstr "" -#: src/view/com/modals/LinkWarning.tsx:88 +#: src/view/com/modals/LinkWarning.tsx:106 msgid "Cancels opening the linked website" msgstr "" @@ -696,7 +705,7 @@ msgstr "Змінити" msgid "Change handle" msgstr "Змінити псевдонім" -#: src/view/com/modals/ChangeHandle.tsx:161 +#: src/view/com/modals/ChangeHandle.tsx:162 #: src/view/screens/Settings/index.tsx:727 msgid "Change Handle" msgstr "Змінити псевдонім" @@ -739,7 +748,7 @@ msgstr "Подивіться на деякі з рекомендованих с msgid "Check out some recommended users. Follow them to see similar users." msgstr "Ознайомтеся з деякими рекомендованими користувачами. Слідкуйте за ними, щоб побачити дописи від подібних користувачів." -#: src/view/com/modals/DeleteAccount.tsx:169 +#: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Перевірте свою поштову скриньку на наявність електронного листа з кодом підтвердження та введіть його нижче:" @@ -755,7 +764,7 @@ msgstr "Виберіть \"Усі\" або \"Ніхто\"" msgid "Choose Service" msgstr "Оберіть хостинг-провайдера" -#: src/screens/Onboarding/StepFinished.tsx:135 +#: src/screens/Onboarding/StepFinished.tsx:139 msgid "Choose the algorithms that power your custom feeds." msgstr "Оберіть алгоритми, що наповнюватимуть ваші стрічки." @@ -768,11 +777,11 @@ msgstr "Автори стрічок можуть обирати будь-які #~ msgid "Choose your algorithmic feeds" #~ msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:104 msgid "Choose your main feeds" msgstr "Виберіть ваші основні стрічки" -#: src/view/com/auth/create/Step1.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:112 msgid "Choose your password" msgstr "Вкажіть пароль" @@ -793,7 +802,7 @@ msgid "Clear all storage data (restart after this)" msgstr "" #: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:698 +#: src/view/screens/Search/Search.tsx:699 msgid "Clear search query" msgstr "Очистити пошуковий запит" @@ -813,7 +822,7 @@ msgstr "натисніть тут" msgid "Click here to open tag menu for {tag}" msgstr "Натисніть тут, щоб відкрити меню тегів для {tag}" -#: src/components/RichText.tsx:191 +#: src/components/RichText.tsx:192 msgid "Click here to open tag menu for #{tag}" msgstr "Натисніть тут, щоб відкрити меню тегів для #{tag}" @@ -826,12 +835,12 @@ msgstr "Клімат" msgid "Close" msgstr "Закрити" -#: src/components/Dialog/index.web.tsx:84 -#: src/components/Dialog/index.web.tsx:198 +#: src/components/Dialog/index.web.tsx:106 +#: src/components/Dialog/index.web.tsx:218 msgid "Close active dialog" msgstr "Закрити діалогове вікно" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:38 +#: src/screens/Login/PasswordUpdatedForm.tsx:38 msgid "Close alert" msgstr "Закрити сповіщення" @@ -860,11 +869,11 @@ msgstr "Закрити діалогове вікно" msgid "Closes bottom navigation bar" msgstr "Закриває нижню панель навігації" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:39 +#: src/screens/Login/PasswordUpdatedForm.tsx:39 msgid "Closes password update alert" msgstr "Закриває сповіщення про оновлення пароля" -#: src/view/com/composer/Composer.tsx:318 +#: src/view/com/composer/Composer.tsx:319 msgid "Closes post composer and discards post draft" msgstr "Закриває редактор постів і видаляє чернетку" @@ -889,15 +898,15 @@ msgstr "Комікси" msgid "Community Guidelines" msgstr "Правила спільноти" -#: src/screens/Onboarding/StepFinished.tsx:148 +#: src/screens/Onboarding/StepFinished.tsx:152 msgid "Complete onboarding and start using your account" msgstr "Завершіть ознайомлення та розпочніть користуватися вашим обліковим записом" -#: src/view/com/auth/create/Step3.tsx:73 +#: src/screens/Signup/index.tsx:154 msgid "Complete the challenge" msgstr "Виконайте завдання" -#: src/view/com/composer/Composer.tsx:437 +#: src/view/com/composer/Composer.tsx:438 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Створюйте пости до {MAX_GRAPHEME_LENGTH} символів у довжину" @@ -905,18 +914,20 @@ msgstr "Створюйте пости до {MAX_GRAPHEME_LENGTH} символі msgid "Compose reply" msgstr "Відповісти" -#: src/components/moderation/GlobalModerationLabelPref.tsx:69 -#: src/components/moderation/ModerationLabelPref.tsx:149 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 msgid "Configure content filtering setting for category: {0}" msgstr "Налаштувати фільтрування вмісту для категорій: {0}" -#: src/components/moderation/ModerationLabelPref.tsx:116 +#: src/components/moderation/LabelPreference.tsx:81 +msgid "Configure content filtering setting for category: {name}" +msgstr "" + +#: src/components/moderation/LabelPreference.tsx:244 msgid "Configured in <0>moderation settings</0>." msgstr "" -#: src/components/Prompt.tsx:152 -#: src/components/Prompt.tsx:155 +#: src/components/Prompt.tsx:153 +#: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 #: src/view/com/modals/VerifyEmail.tsx:231 #: src/view/com/modals/VerifyEmail.tsx:233 @@ -936,11 +947,11 @@ msgstr "Підтвердити" msgid "Confirm Change" msgstr "Підтвердити" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:35 msgid "Confirm content language settings" msgstr "Підтвердити налаштування мови вмісту" -#: src/view/com/modals/DeleteAccount.tsx:220 +#: src/view/com/modals/DeleteAccount.tsx:219 msgid "Confirm delete account" msgstr "Підтвердити видалення облікового запису" @@ -948,17 +959,17 @@ msgstr "Підтвердити видалення облікового запи #~ msgid "Confirm your age to enable adult content." #~ msgstr "Підтвердьте свій вік, щоб дозволити вміст для дорослих." -#: src/screens/Moderation/index.tsx:303 +#: src/screens/Moderation/index.tsx:301 msgid "Confirm your age:" msgstr "" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:292 msgid "Confirm your birthdate" msgstr "" #: src/view/com/modals/ChangeEmail.tsx:157 -#: src/view/com/modals/DeleteAccount.tsx:176 -#: src/view/com/modals/DeleteAccount.tsx:182 +#: src/view/com/modals/DeleteAccount.tsx:175 +#: src/view/com/modals/DeleteAccount.tsx:181 #: src/view/com/modals/VerifyEmail.tsx:165 msgid "Confirmation code" msgstr "Код підтвердження" @@ -967,12 +978,11 @@ msgstr "Код підтвердження" #~ msgid "Confirms signing up {email} to the waitlist" #~ msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:193 -#: src/view/com/auth/login/LoginForm.tsx:281 +#: src/screens/Login/LoginForm.tsx:248 msgid "Connecting..." msgstr "З’єднання..." -#: src/view/com/auth/create/CreateAccount.tsx:213 +#: src/screens/Signup/index.tsx:219 msgid "Contact support" msgstr "Служба підтримки" @@ -992,7 +1002,7 @@ msgstr "" #~ msgid "Content Filtering" #~ msgstr "Фільтрування вмісту" -#: src/screens/Moderation/index.tsx:287 +#: src/screens/Moderation/index.tsx:285 msgid "Content filters" msgstr "" @@ -1001,13 +1011,13 @@ msgstr "" msgid "Content Languages" msgstr "Мови" -#: src/components/moderation/ModerationDetailsDialog.tsx:76 +#: src/components/moderation/ModerationDetailsDialog.tsx:75 #: src/lib/moderation/useModerationCauseDescription.ts:75 msgid "Content Not Available" msgstr "Вміст недоступний" -#: src/components/moderation/ModerationDetailsDialog.tsx:47 -#: src/components/moderation/ScreenHider.tsx:100 +#: src/components/moderation/ModerationDetailsDialog.tsx:46 +#: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 #: src/lib/moderation/useModerationCauseDescription.ts:38 msgid "Content Warning" @@ -1021,29 +1031,34 @@ msgstr "Попередження про вміст" msgid "Context menu backdrop, click to close the menu." msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:170 -#: src/screens/Onboarding/StepFollowingFeed.tsx:153 -#: src/screens/Onboarding/StepInterests/index.tsx:248 -#: src/screens/Onboarding/StepModeration/index.tsx:102 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:114 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:161 +#: src/screens/Onboarding/StepFollowingFeed.tsx:154 +#: src/screens/Onboarding/StepInterests/index.tsx:252 +#: src/screens/Onboarding/StepModeration/index.tsx:103 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:118 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:96 msgid "Continue" msgstr "Далі" -#: src/screens/Onboarding/StepFollowingFeed.tsx:150 -#: src/screens/Onboarding/StepInterests/index.tsx:245 -#: src/screens/Onboarding/StepModeration/index.tsx:99 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:111 +#: src/components/AccountList.tsx:108 +msgid "Continue as {0} (currently signed in)" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:151 +#: src/screens/Onboarding/StepInterests/index.tsx:249 +#: src/screens/Onboarding/StepModeration/index.tsx:100 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:115 +#: src/screens/Signup/index.tsx:198 msgid "Continue to next step" msgstr "Перейти до наступного кроку" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:167 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:158 msgid "Continue to the next step" msgstr "Перейти до наступного кроку" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:199 msgid "Continue to the next step without following any accounts" msgstr "Перейдіть до наступного кроку, ні на кого не підписуючись" @@ -1051,8 +1066,8 @@ msgstr "Перейдіть до наступного кроку, ні на ко msgid "Cooking" msgstr "Кухарство" -#: src/view/com/modals/AddAppPasswords.tsx:195 -#: src/view/com/modals/InviteCodes.tsx:182 +#: src/view/com/modals/AddAppPasswords.tsx:196 +#: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "Скопійовано" @@ -1060,22 +1075,22 @@ msgstr "Скопійовано" msgid "Copied build version to clipboard" msgstr "Версію збірки скопійовано до буфера обміну" -#: src/view/com/modals/AddAppPasswords.tsx:76 -#: src/view/com/modals/ChangeHandle.tsx:327 -#: src/view/com/modals/InviteCodes.tsx:152 +#: src/view/com/modals/AddAppPasswords.tsx:77 +#: src/view/com/modals/ChangeHandle.tsx:326 +#: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:158 msgid "Copied to clipboard" msgstr "Скопійовано" -#: src/view/com/modals/AddAppPasswords.tsx:189 +#: src/view/com/modals/AddAppPasswords.tsx:190 msgid "Copies app password" msgstr "Копіює пароль застосунку" -#: src/view/com/modals/AddAppPasswords.tsx:188 +#: src/view/com/modals/AddAppPasswords.tsx:189 msgid "Copy" msgstr "Скопіювати" -#: src/view/com/modals/ChangeHandle.tsx:481 +#: src/view/com/modals/ChangeHandle.tsx:480 msgid "Copy {0}" msgstr "" @@ -1102,7 +1117,7 @@ msgstr "Копіювати текст повідомлення" msgid "Copyright Policy" msgstr "Політика захисту авторського права" -#: src/view/screens/ProfileFeed.tsx:102 +#: src/view/screens/ProfileFeed.tsx:103 msgid "Could not load feed" msgstr "Не вдалося завантажити стрічку" @@ -1114,9 +1129,9 @@ msgstr "Не вдалося завантажити список" #~ msgid "Country" #~ msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:64 -#: src/view/com/auth/SplashScreen.tsx:73 -#: src/view/com/auth/SplashScreen.web.tsx:81 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:65 +#: src/view/com/auth/SplashScreen.tsx:75 +#: src/view/com/auth/SplashScreen.web.tsx:104 msgid "Create a new account" msgstr "Створити новий обліковий запис" @@ -1124,20 +1139,21 @@ msgstr "Створити новий обліковий запис" msgid "Create a new Bluesky account" msgstr "Створити новий обліковий запис Bluesky" -#: src/view/com/auth/create/CreateAccount.tsx:133 +#: src/screens/Signup/index.tsx:129 msgid "Create Account" msgstr "Створити обліковий запис" -#: src/view/com/modals/AddAppPasswords.tsx:226 +#: src/view/com/modals/AddAppPasswords.tsx:227 msgid "Create App Password" msgstr "Створити пароль застосунку" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:54 -#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:55 +#: src/view/com/auth/SplashScreen.tsx:66 +#: src/view/com/auth/SplashScreen.web.tsx:95 msgid "Create new account" msgstr "Створити новий обліковий запис" -#: src/components/ReportDialog/SelectReportOptionView.tsx:94 +#: src/components/ReportDialog/SelectReportOptionView.tsx:93 msgid "Create report for {0}" msgstr "" @@ -1153,7 +1169,7 @@ msgstr "Створено: {0}" #~ msgid "Created by you" #~ msgstr "Створено вами" -#: src/view/com/composer/Composer.tsx:468 +#: src/view/com/composer/Composer.tsx:469 msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "Створює картку з мініатюрою. Посилання картки: {url}" @@ -1161,16 +1177,16 @@ msgstr "Створює картку з мініатюрою. Посилання msgid "Culture" msgstr "Культура" -#: src/view/com/auth/server-input/index.tsx:95 -#: src/view/com/auth/server-input/index.tsx:96 +#: src/view/com/auth/server-input/index.tsx:97 +#: src/view/com/auth/server-input/index.tsx:99 msgid "Custom" msgstr "Користувацький" -#: src/view/com/modals/ChangeHandle.tsx:389 +#: src/view/com/modals/ChangeHandle.tsx:388 msgid "Custom domain" msgstr "Власний домен" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:107 #: src/view/screens/Feeds.tsx:692 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "Кастомні стрічки, створені спільнотою, подарують вам нові враження та допоможуть знайти контент, який ви любите." @@ -1196,6 +1212,10 @@ msgstr "Темний режим" msgid "Dark Theme" msgstr "Темна тема" +#: src/screens/Signup/StepInfo/index.tsx:132 +msgid "Date of birth" +msgstr "" + #: src/view/screens/Settings/index.tsx:841 msgid "Debug Moderation" msgstr "" @@ -1214,7 +1234,7 @@ msgstr "" msgid "Delete account" msgstr "Видалити обліковий запис" -#: src/view/com/modals/DeleteAccount.tsx:87 +#: src/view/com/modals/DeleteAccount.tsx:86 msgid "Delete Account" msgstr "Видалити обліковий запис" @@ -1230,7 +1250,7 @@ msgstr "" msgid "Delete List" msgstr "Видалити список" -#: src/view/com/modals/DeleteAccount.tsx:223 +#: src/view/com/modals/DeleteAccount.tsx:222 msgid "Delete my account" msgstr "Видалити мій обліковий запис" @@ -1263,10 +1283,10 @@ msgstr "Видалено" msgid "Deleted post." msgstr "Видалений пост." -#: 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 +#: src/view/com/modals/CreateOrEditList.tsx:301 +#: src/view/com/modals/CreateOrEditList.tsx:322 +#: src/view/com/modals/EditProfile.tsx:199 +#: src/view/com/modals/EditProfile.tsx:211 msgid "Description" msgstr "Опис" @@ -1274,7 +1294,7 @@ msgstr "Опис" #~ msgid "Developer Tools" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:217 +#: src/view/com/composer/Composer.tsx:218 msgid "Did you want to say anything?" msgstr "Порожній пост. Ви хотіли щось написати?" @@ -1285,11 +1305,11 @@ msgstr "Тьмяний" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 #: src/lib/moderation/useLabelBehaviorDescription.ts:68 -#: src/screens/Moderation/index.tsx:343 +#: src/screens/Moderation/index.tsx:341 msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:510 +#: src/view/com/composer/Composer.tsx:511 msgid "Discard" msgstr "Видалити" @@ -1297,12 +1317,12 @@ msgstr "Видалити" #~ msgid "Discard draft" #~ msgstr "Відкинути чернетку" -#: src/view/com/composer/Composer.tsx:507 +#: src/view/com/composer/Composer.tsx:508 msgid "Discard draft?" msgstr "" -#: src/screens/Moderation/index.tsx:520 -#: src/screens/Moderation/index.tsx:524 +#: src/screens/Moderation/index.tsx:518 +#: src/screens/Moderation/index.tsx:522 msgid "Discourage apps from showing my account to logged-out users" msgstr "Попросити застосунки не показувати мій обліковий запис без входу" @@ -1319,15 +1339,15 @@ msgstr "Відкрийте для себе нові стрічки" msgid "Discover New Feeds" msgstr "Відкрийте для себе нові стрічки" -#: src/view/com/modals/EditProfile.tsx:192 +#: src/view/com/modals/EditProfile.tsx:193 msgid "Display name" msgstr "Ім'я" -#: src/view/com/modals/EditProfile.tsx:180 +#: src/view/com/modals/EditProfile.tsx:181 msgid "Display Name" msgstr "Ім'я" -#: src/view/com/modals/ChangeHandle.tsx:398 +#: src/view/com/modals/ChangeHandle.tsx:397 msgid "DNS Panel" msgstr "" @@ -1335,11 +1355,15 @@ msgstr "" msgid "Does not include nudity." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/screens/Signup/StepHandle.tsx:104 +msgid "Doesn't begin or end with a hyphen" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "Domain Value" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:489 +#: src/view/com/modals/ChangeHandle.tsx:488 msgid "Domain verified!" msgstr "Домен перевірено!" @@ -1349,22 +1373,24 @@ msgstr "Домен перевірено!" #: src/components/dialogs/BirthDateSettings.tsx:119 #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/auth/server-input/index.tsx:165 -#: src/view/com/auth/server-input/index.tsx:166 -#: src/view/com/modals/AddAppPasswords.tsx:226 -#: src/view/com/modals/AltImage.tsx:139 -#: src/view/com/modals/crop-image/CropImage.web.tsx:152 -#: src/view/com/modals/InviteCodes.tsx:80 -#: src/view/com/modals/InviteCodes.tsx:123 +#: src/components/forms/DateField/index.tsx:74 +#: src/components/forms/DateField/index.tsx:80 +#: src/view/com/auth/server-input/index.tsx:169 +#: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/modals/AddAppPasswords.tsx:227 +#: src/view/com/modals/AltImage.tsx:140 +#: src/view/com/modals/crop-image/CropImage.web.tsx:153 +#: src/view/com/modals/InviteCodes.tsx:81 +#: src/view/com/modals/InviteCodes.tsx:124 #: src/view/com/modals/ListAddRemoveUsers.tsx:142 #: src/view/screens/PreferencesFollowingFeed.tsx:311 #: src/view/screens/Settings/ExportCarDialog.tsx:94 -#: src/view/screens/Settings/ExportCarDialog.tsx:95 +#: src/view/screens/Settings/ExportCarDialog.tsx:96 msgid "Done" msgstr "Готово" #: src/view/com/auth/onboarding/RecommendedFollows.tsx:86 -#: src/view/com/modals/EditImage.tsx:333 +#: src/view/com/modals/EditImage.tsx:334 #: src/view/com/modals/ListAddRemoveUsers.tsx:144 #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 @@ -1376,13 +1402,13 @@ msgctxt "action" msgid "Done" msgstr "Готово" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:42 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:43 msgid "Done{extraText}" msgstr "Готово{extraText}" #: src/view/com/auth/login/ChooseAccountForm.tsx:46 -msgid "Double tap to sign in" -msgstr "Двічі натисніть, щоб увійти" +#~ msgid "Double tap to sign in" +#~ msgstr "Двічі натисніть, щоб увійти" #: src/view/screens/Settings/index.tsx:755 #~ msgid "Download Bluesky account data (repository)" @@ -1401,19 +1427,19 @@ msgstr "Перетягніть і відпустіть, щоб додати зо msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." msgstr "Через політику компанії Apple, перегляд вмісту для дорослих можна ввімкнути лише в інтернеті після реєстрації." -#: src/view/com/modals/ChangeHandle.tsx:257 +#: src/view/com/modals/ChangeHandle.tsx:258 msgid "e.g. alice" msgstr "" -#: src/view/com/modals/EditProfile.tsx:185 +#: src/view/com/modals/EditProfile.tsx:186 msgid "e.g. Alice Roberts" msgstr "напр. Тарас Шевченко" -#: src/view/com/modals/ChangeHandle.tsx:381 +#: src/view/com/modals/ChangeHandle.tsx:380 msgid "e.g. alice.com" msgstr "" -#: src/view/com/modals/EditProfile.tsx:203 +#: src/view/com/modals/EditProfile.tsx:204 msgid "e.g. Artist, dog-lover, and avid reader." msgstr "напр. Художниця, собачниця та завзята читачка." @@ -1421,23 +1447,23 @@ msgstr "напр. Художниця, собачниця та завзята ч msgid "E.g. artistic nudes." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:283 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Great Posters" msgstr "напр. Чудові писарі" -#: src/view/com/modals/CreateOrEditList.tsx:284 +#: src/view/com/modals/CreateOrEditList.tsx:285 msgid "e.g. Spammers" msgstr "напр. Спамери" -#: src/view/com/modals/CreateOrEditList.tsx:312 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. The posters who never miss." msgstr "напр. Писарі, що нічого не пропускають." -#: src/view/com/modals/CreateOrEditList.tsx:313 +#: src/view/com/modals/CreateOrEditList.tsx:314 msgid "e.g. Users that repeatedly reply with ads." msgstr "напр. Користувачі, що неодноразово відповідали рекламою." -#: src/view/com/modals/InviteCodes.tsx:96 +#: src/view/com/modals/InviteCodes.tsx:97 msgid "Each code works once. You'll receive more invite codes periodically." msgstr "Кожен код запрошення працює лише один раз. Час від часу ви будете отримувати нові коди." @@ -1452,7 +1478,7 @@ msgid "Edit avatar" msgstr "" #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/modals/EditImage.tsx:207 +#: src/view/com/modals/EditImage.tsx:208 msgid "Edit image" msgstr "Редагувати зображення" @@ -1460,7 +1486,7 @@ msgstr "Редагувати зображення" msgid "Edit list details" msgstr "Редагувати опис списку" -#: src/view/com/modals/CreateOrEditList.tsx:250 +#: src/view/com/modals/CreateOrEditList.tsx:251 msgid "Edit Moderation List" msgstr "Редагування списку" @@ -1470,17 +1496,17 @@ msgstr "Редагування списку" msgid "Edit My Feeds" msgstr "Редагувати мої стрічки" -#: src/view/com/modals/EditProfile.tsx:152 +#: src/view/com/modals/EditProfile.tsx:153 msgid "Edit my profile" msgstr "Редагувати мій профіль" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:172 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:161 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 msgid "Edit profile" msgstr "Редагувати профіль" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:175 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:164 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 msgid "Edit Profile" msgstr "Редагувати профіль" @@ -1489,15 +1515,15 @@ msgstr "Редагувати профіль" msgid "Edit Saved Feeds" msgstr "Редагувати збережені стрічки" -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:246 msgid "Edit User List" msgstr "Редагувати список користувачів" -#: src/view/com/modals/EditProfile.tsx:193 +#: src/view/com/modals/EditProfile.tsx:194 msgid "Edit your display name" msgstr "Редагувати ваш псевдонім для показу" -#: src/view/com/modals/EditProfile.tsx:211 +#: src/view/com/modals/EditProfile.tsx:212 msgid "Edit your profile description" msgstr "Редагувати опис вашого профілю" @@ -1505,14 +1531,12 @@ msgstr "Редагувати опис вашого профілю" msgid "Education" msgstr "Освіта" -#: src/view/com/auth/create/Step1.tsx:176 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:156 +#: src/screens/Signup/StepInfo/index.tsx:80 #: src/view/com/modals/ChangeEmail.tsx:141 msgid "Email" msgstr "Ел. адреса" -#: src/view/com/auth/create/Step1.tsx:167 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:147 +#: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "Адреса електронної пошти" @@ -1533,11 +1557,11 @@ msgstr "Електронну адресу перевірено" msgid "Email:" msgstr "Ел. адреса:" -#: src/view/com/modals/EmbedConsent.tsx:113 +#: src/components/dialogs/EmbedConsent.tsx:101 msgid "Enable {0} only" msgstr "Увімкнути лише {0}" -#: src/screens/Moderation/index.tsx:331 +#: src/screens/Moderation/index.tsx:329 msgid "Enable adult content" msgstr "" @@ -1550,9 +1574,14 @@ msgstr "Дозволити вміст для дорослих" msgid "Enable adult content in your feeds" msgstr "Увімкнути вміст для дорослих у ваших стрічках" +#: src/components/dialogs/EmbedConsent.tsx:82 +#: src/components/dialogs/EmbedConsent.tsx:89 +msgid "Enable external media" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 -msgid "Enable External Media" -msgstr "Увімкнути зовнішні медіа" +#~ msgid "Enable External Media" +#~ msgstr "Увімкнути зовнішні медіа" #: src/view/screens/PreferencesExternalEmbeds.tsx:75 msgid "Enable media players for" @@ -1562,7 +1591,11 @@ msgstr "Увімкнути медіапрогравачі для" msgid "Enable this setting to only see replies between people you follow." msgstr "Увімкніть цей параметр, щоб бачити відповіді тільки від людей, на яких ви підписані." -#: src/screens/Moderation/index.tsx:341 +#: src/components/dialogs/EmbedConsent.tsx:94 +msgid "Enable this source only" +msgstr "" + +#: src/screens/Moderation/index.tsx:339 msgid "Enabled" msgstr "" @@ -1570,12 +1603,16 @@ msgstr "" msgid "End of feed" msgstr "Кінець стрічки" -#: src/view/com/modals/AddAppPasswords.tsx:166 +#: src/view/com/modals/AddAppPasswords.tsx:167 msgid "Enter a name for this App Password" msgstr "Введіть ім'я для цього пароля застосунку" +#: src/screens/Login/SetNewPasswordForm.tsx:139 +msgid "Enter a password" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:99 #: src/components/dialogs/MutedWords.tsx:100 -#: src/components/dialogs/MutedWords.tsx:101 msgid "Enter a word or tag" msgstr "Введіть слово або тег" @@ -1587,16 +1624,15 @@ msgstr "Введіть код підтвердження" msgid "Enter the code you received to change your password." msgstr "Введіть код, який ви отримали, щоб змінити пароль." -#: src/view/com/modals/ChangeHandle.tsx:371 +#: src/view/com/modals/ChangeHandle.tsx:370 msgid "Enter the domain you want to use" msgstr "Введіть домен, який ви хочете використовувати" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:107 +#: src/screens/Login/ForgotPasswordForm.tsx:119 msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Введіть адресу електронної пошти, яку ви використовували для створення облікового запису. Ми надішлемо вам код підтвердження, щоб ви могли встановити новий пароль." #: src/components/dialogs/BirthDateSettings.tsx:108 -#: src/view/com/auth/create/Step1.tsx:228 msgid "Enter your birth date" msgstr "Введіть вашу дату народження" @@ -1604,7 +1640,8 @@ msgstr "Введіть вашу дату народження" #~ msgid "Enter your email" #~ msgstr "" -#: src/view/com/auth/create/Step1.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:105 +#: src/screens/Signup/StepInfo/index.tsx:91 msgid "Enter your email address" msgstr "Введіть адресу електронної пошти" @@ -1620,15 +1657,15 @@ msgstr "Введіть нову адресу електронної пошти." #~ msgid "Enter your phone number" #~ msgstr "" -#: src/view/com/auth/login/Login.tsx:99 +#: src/screens/Login/index.tsx:101 msgid "Enter your username and password" msgstr "Введіть псевдонім та пароль" -#: src/view/com/auth/create/Step3.tsx:67 +#: src/screens/Signup/StepCaptcha/index.tsx:49 msgid "Error receiving captcha response." msgstr "Помилка отримання відповіді Captcha." -#: src/view/screens/Search/Search.tsx:110 +#: src/view/screens/Search/Search.tsx:111 msgid "Error:" msgstr "Помилка:" @@ -1640,15 +1677,15 @@ msgstr "Усі" msgid "Excessive mentions or replies" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:231 +#: src/view/com/modals/DeleteAccount.tsx:230 msgid "Exits account deletion process" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:150 +#: src/view/com/modals/ChangeHandle.tsx:151 msgid "Exits handle change process" msgstr "Вихід з процесу зміни псевдоніму користувача" -#: src/view/com/modals/crop-image/CropImage.web.tsx:135 +#: src/view/com/modals/crop-image/CropImage.web.tsx:136 msgid "Exits image cropping process" msgstr "" @@ -1691,11 +1728,12 @@ msgstr "Експорт моїх даних" msgid "Export My Data" msgstr "Експорт моїх даних" -#: src/view/com/modals/EmbedConsent.tsx:64 +#: src/components/dialogs/EmbedConsent.tsx:55 +#: src/components/dialogs/EmbedConsent.tsx:59 msgid "External Media" msgstr "Зовнішні медіа" -#: src/view/com/modals/EmbedConsent.tsx:75 +#: src/components/dialogs/EmbedConsent.tsx:71 #: src/view/screens/PreferencesExternalEmbeds.tsx:66 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 "Зовнішні медіа можуть дозволяти вебсайтам збирати інформацію про вас та ваш пристрій. Інформація не надсилається та не запитується, допоки не натиснуто кнопку «Відтворити»." @@ -1710,12 +1748,12 @@ msgstr "Налаштування зовнішніх медіа" msgid "External media settings" msgstr "Налаштування зовнішніх медіа" -#: src/view/com/modals/AddAppPasswords.tsx:115 -#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:116 +#: src/view/com/modals/AddAppPasswords.tsx:120 msgid "Failed to create app password." msgstr "Не вдалося створити пароль застосунку." -#: src/view/com/modals/CreateOrEditList.tsx:206 +#: src/view/com/modals/CreateOrEditList.tsx:207 msgid "Failed to create the list. Check your internet connection and try again." msgstr "Не вдалося створити список. Перевірте інтернет-з'єднання і спробуйте ще раз." @@ -1756,8 +1794,8 @@ msgstr "Зворотний зв'язок" #: src/Navigation.tsx:464 #: src/view/screens/Feeds.tsx:419 #: src/view/screens/Feeds.tsx:524 -#: src/view/screens/Profile.tsx:192 -#: src/view/shell/bottom-bar/BottomBar.tsx:183 +#: src/view/screens/Profile.tsx:194 +#: src/view/shell/bottom-bar/BottomBar.tsx:191 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:479 #: src/view/shell/Drawer.tsx:480 @@ -1780,11 +1818,11 @@ 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:76 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 msgid "Feeds can be topical as well!" msgstr "Стрічки також можуть бути тематичними!" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "File Contents" msgstr "" @@ -1792,7 +1830,7 @@ msgstr "" msgid "Filter from feeds" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Finalizing" msgstr "Завершення" @@ -1802,11 +1840,11 @@ msgstr "Завершення" msgid "Find accounts to follow" msgstr "Знайдіть облікові записи для стеження" -#: src/view/screens/Search/Search.tsx:441 +#: src/view/screens/Search/Search.tsx:442 msgid "Find users on Bluesky" msgstr "Знайти користувачів у Bluesky" -#: src/view/screens/Search/Search.tsx:439 +#: src/view/screens/Search/Search.tsx:440 msgid "Find users with the search tool on the right" msgstr "Знайдіть користувачів за допомогою інструменту пошуку праворуч" @@ -1830,23 +1868,23 @@ msgstr "Налаштуйте відображення обговорень." msgid "Fitness" msgstr "Фітнес" -#: src/screens/Onboarding/StepFinished.tsx:131 +#: src/screens/Onboarding/StepFinished.tsx:135 msgid "Flexible" msgstr "Гнучкий" -#: src/view/com/modals/EditImage.tsx:115 +#: src/view/com/modals/EditImage.tsx:116 msgid "Flip horizontal" msgstr "Віддзеркалити горизонтально" -#: src/view/com/modals/EditImage.tsx:120 -#: src/view/com/modals/EditImage.tsx:287 +#: src/view/com/modals/EditImage.tsx:121 +#: src/view/com/modals/EditImage.tsx:288 msgid "Flip vertically" msgstr "Віддзеркалити вертикально" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:246 msgid "Follow" msgstr "Підписатися" @@ -1857,8 +1895,8 @@ msgid "Follow" msgstr "Підписатись" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Підписатися на {0}" @@ -1867,11 +1905,15 @@ msgstr "Підписатися на {0}" msgid "Follow Account" msgstr "" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:179 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 msgid "Follow All" msgstr "Підписатися на всіх" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +msgid "Follow Back" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 msgid "Follow selected accounts and continue to the next step" msgstr "Підпишіться на обрані облікові записи і переходьте до наступного кроку" @@ -1895,19 +1937,19 @@ msgstr "Тільки ваші підписки" msgid "followed you" msgstr "підписка на вас" -#: src/view/com/profile/ProfileFollowers.tsx:109 +#: src/view/com/profile/ProfileFollowers.tsx:104 #: src/view/screens/ProfileFollowers.tsx:25 msgid "Followers" msgstr "Підписники" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:227 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 -#: src/view/com/profile/ProfileFollows.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 +#: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "Підписані" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 msgid "Following {0}" msgstr "Підписання на \"{0}\"" @@ -1935,33 +1977,41 @@ msgstr "Підписаний(-на) на вас" msgid "Food" msgstr "Їжа" -#: src/view/com/modals/DeleteAccount.tsx:111 +#: src/view/com/modals/DeleteAccount.tsx:110 msgid "For security reasons, we'll need to send a confirmation code to your email address." msgstr "З міркувань безпеки нам потрібно буде відправити код підтвердження на вашу електронну адресу." -#: src/view/com/modals/AddAppPasswords.tsx:209 +#: src/view/com/modals/AddAppPasswords.tsx:210 msgid "For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one." msgstr "З міркувань безпеки цей пароль відображається лише один раз. Якщо ви втратите цей пароль, вам потрібно буде згенерувати новий." #: src/view/com/auth/login/LoginForm.tsx:244 -msgid "Forgot" -msgstr "Забули пароль" +#~ msgid "Forgot" +#~ msgstr "Забули пароль" #: src/view/com/auth/login/LoginForm.tsx:241 -msgid "Forgot password" -msgstr "Забули пароль" +#~ msgid "Forgot password" +#~ msgstr "Забули пароль" -#: src/view/com/auth/login/Login.tsx:127 -#: src/view/com/auth/login/Login.tsx:143 +#: src/screens/Login/index.tsx:129 +#: src/screens/Login/index.tsx:144 msgid "Forgot Password" msgstr "Забули пароль" +#: src/screens/Login/LoginForm.tsx:201 +msgid "Forgot password?" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 +msgid "Forgot?" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:52 msgid "Frequently Posts Unwanted Content" msgstr "" -#: src/screens/Hashtag.tsx:108 -#: src/screens/Hashtag.tsx:148 +#: src/screens/Hashtag.tsx:109 +#: src/screens/Hashtag.tsx:149 msgid "From @{sanitizedAuthor}" msgstr "Від @{sanitizedAuthor}" @@ -1983,29 +2033,31 @@ msgstr "Почати" msgid "Glaring violations of law or terms of service" msgstr "" -#: src/components/moderation/ScreenHider.tsx:144 -#: src/components/moderation/ScreenHider.tsx:153 -#: src/view/com/auth/LoggedOut.tsx:81 +#: src/components/moderation/ScreenHider.tsx:151 +#: src/components/moderation/ScreenHider.tsx:160 #: src/view/com/auth/LoggedOut.tsx:82 +#: src/view/com/auth/LoggedOut.tsx:83 #: src/view/screens/NotFound.tsx:55 -#: src/view/screens/ProfileFeed.tsx:111 +#: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:916 #: src/view/shell/desktop/LeftNav.tsx:108 msgid "Go back" msgstr "Назад" +#: src/components/Error.tsx:91 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 -#: src/view/screens/ProfileFeed.tsx:116 +#: src/view/screens/ProfileFeed.tsx:117 #: src/view/screens/ProfileList.tsx:921 msgid "Go Back" msgstr "Назад" -#: src/components/ReportDialog/SelectReportOptionView.tsx:74 +#: src/components/ReportDialog/SelectReportOptionView.tsx:73 #: src/components/ReportDialog/SubmitView.tsx:104 -#: src/screens/Onboarding/Layout.tsx:104 -#: src/screens/Onboarding/Layout.tsx:193 +#: src/screens/Onboarding/Layout.tsx:102 +#: src/screens/Onboarding/Layout.tsx:191 +#: src/screens/Signup/index.tsx:173 msgid "Go back to previous step" msgstr "Повернутися до попереднього кроку" @@ -2017,15 +2069,12 @@ msgstr "" msgid "Go Home" msgstr "" -#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:749 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "Перейти до @{queryMaybeHandle}" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:189 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:218 -#: src/view/com/auth/login/LoginForm.tsx:291 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:195 +#: src/screens/Login/ForgotPasswordForm.tsx:172 #: src/view/com/modals/ChangePassword.tsx:167 msgid "Go to next" msgstr "Далі" @@ -2034,7 +2083,7 @@ msgstr "Далі" msgid "Graphic Media" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:265 +#: src/view/com/modals/ChangeHandle.tsx:266 msgid "Handle" msgstr "Псевдонім" @@ -2050,11 +2099,11 @@ msgstr "Хештег" #~ msgid "Hashtag: {tag}" #~ msgstr "" -#: src/components/RichText.tsx:190 +#: src/components/RichText.tsx:191 msgid "Hashtag: #{tag}" msgstr "Хештег: #{tag}" -#: src/view/com/auth/create/CreateAccount.tsx:208 +#: src/screens/Signup/index.tsx:217 msgid "Having trouble?" msgstr "Виникли проблеми?" @@ -2063,24 +2112,24 @@ msgstr "Виникли проблеми?" msgid "Help" msgstr "Довідка" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:140 msgid "Here are some accounts for you to follow" msgstr "Ось деякі облікові записи, на які ви підписані" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:85 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:89 msgid "Here are some popular topical feeds. You can choose to follow as many as you like." msgstr "Ось декілька популярних тематичних стрічок. Ви можете підписатися на скільки забажаєте з них." -#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:84 msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." msgstr "Ось декілька тематичних стрічок на основі ваших інтересів: {interestsText}. Ви можете підписатися на скільки забажаєте з них." -#: src/view/com/modals/AddAppPasswords.tsx:153 +#: src/view/com/modals/AddAppPasswords.tsx:154 msgid "Here is your app password." msgstr "Це ваш пароль для застосунків." #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:43 +#: src/components/moderation/LabelPreference.tsx:134 #: src/components/moderation/PostHider.tsx:107 #: src/lib/moderation/useLabelBehaviorDescription.ts:15 #: src/lib/moderation/useLabelBehaviorDescription.ts:20 @@ -2139,7 +2188,7 @@ msgstr "Хм, сервер стрічки надіслав нам незрозу msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Хм, ми не можемо знайти цю стрічку. Можливо вона була видалена." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:59 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "" @@ -2148,7 +2197,7 @@ msgid "Hmmmm, we couldn't load that moderation service." msgstr "" #: src/Navigation.tsx:454 -#: src/view/shell/bottom-bar/BottomBar.tsx:139 +#: src/view/shell/bottom-bar/BottomBar.tsx:147 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:401 #: src/view/shell/Drawer.tsx:402 @@ -2162,13 +2211,14 @@ msgstr "Головна" #~ msgid "Home Feed Preferences" #~ msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:421 +#: src/view/com/modals/ChangeHandle.tsx:420 msgid "Host:" msgstr "" -#: src/view/com/auth/create/Step1.tsx:75 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:120 -#: src/view/com/modals/ChangeHandle.tsx:280 +#: src/screens/Login/ForgotPasswordForm.tsx:89 +#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Signup/StepInfo/index.tsx:40 +#: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" msgstr "Хостинг-провайдер" @@ -2184,7 +2234,7 @@ msgstr "У мене є код" msgid "I have a confirmation code" msgstr "У мене є код підтвердження" -#: src/view/com/modals/ChangeHandle.tsx:283 +#: src/view/com/modals/ChangeHandle.tsx:284 msgid "I have my own domain" msgstr "Я маю власний домен" @@ -2196,7 +2246,7 @@ msgstr "Розкриває альтернативний текст, якщо т msgid "If none are selected, suitable for all ages." msgstr "Якщо не вибрано жодного варіанту - підходить для всіх." -#: src/view/com/auth/create/Policies.tsx:91 +#: src/screens/Signup/StepInfo/Policies.tsx:83 msgid "If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf." msgstr "" @@ -2220,7 +2270,7 @@ msgstr "" msgid "Image" msgstr "Зображення" -#: src/view/com/modals/AltImage.tsx:120 +#: src/view/com/modals/AltImage.tsx:121 msgid "Image alt text" msgstr "Опис зображення" @@ -2233,31 +2283,31 @@ msgstr "Опис зображення" msgid "Impersonation or false claims about identity or affiliation" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:138 +#: src/screens/Login/SetNewPasswordForm.tsx:127 msgid "Input code sent to your email for password reset" msgstr "Введіть код, надісланий на вашу електронну пошту для скидання пароля" -#: src/view/com/modals/DeleteAccount.tsx:184 +#: src/view/com/modals/DeleteAccount.tsx:183 msgid "Input confirmation code for account deletion" msgstr "Введіть код підтвердження для видалення облікового запису" #: src/view/com/auth/create/Step1.tsx:177 -msgid "Input email for Bluesky account" -msgstr "Введіть адресу електронної пошти для облікового запису Bluesky" +#~ msgid "Input email for Bluesky account" +#~ msgstr "Введіть адресу електронної пошти для облікового запису Bluesky" #: src/view/com/auth/create/Step1.tsx:151 -msgid "Input invite code to proceed" -msgstr "Введіть код запрошення, щоб продовжити" +#~ msgid "Input invite code to proceed" +#~ msgstr "Введіть код запрошення, щоб продовжити" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:181 msgid "Input name for app password" msgstr "Введіть ім'я для пароля застосунку" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:162 +#: src/screens/Login/SetNewPasswordForm.tsx:151 msgid "Input new password" msgstr "Введіть новий пароль" -#: src/view/com/modals/DeleteAccount.tsx:203 +#: src/view/com/modals/DeleteAccount.tsx:202 msgid "Input password for account deletion" msgstr "Введіть пароль для видалення облікового запису" @@ -2265,11 +2315,11 @@ msgstr "Введіть пароль для видалення обліковог #~ msgid "Input phone number for SMS verification" #~ msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:233 +#: src/screens/Login/LoginForm.tsx:195 msgid "Input the password tied to {identifier}" msgstr "Введіть пароль, прив'язаний до {identifier}" -#: src/view/com/auth/login/LoginForm.tsx:200 +#: src/screens/Login/LoginForm.tsx:168 msgid "Input the username or email address you used at signup" msgstr "Введіть псевдонім або ел. адресу, які ви використовували для реєстрації" @@ -2281,15 +2331,15 @@ msgstr "Введіть псевдонім або ел. адресу, які ви #~ msgid "Input your email to get on the Bluesky waitlist" #~ msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:232 +#: src/screens/Login/LoginForm.tsx:194 msgid "Input your password" msgstr "Введіть ваш пароль" -#: src/view/com/modals/ChangeHandle.tsx:390 +#: src/view/com/modals/ChangeHandle.tsx:389 msgid "Input your preferred hosting provider" msgstr "" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Signup/StepHandle.tsx:62 msgid "Input your user handle" msgstr "Введіть ваш псевдонім" @@ -2297,7 +2347,7 @@ msgstr "Введіть ваш псевдонім" msgid "Invalid or unsupported post record" msgstr "Невірний або непідтримуваний пост" -#: src/view/com/auth/login/LoginForm.tsx:116 +#: src/screens/Login/LoginForm.tsx:114 msgid "Invalid username or password" msgstr "Невірне ім'я користувача або пароль" @@ -2305,20 +2355,19 @@ msgstr "Невірне ім'я користувача або пароль" #~ msgid "Invite" #~ msgstr "" -#: src/view/com/modals/InviteCodes.tsx:93 +#: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Запросити друга" -#: src/view/com/auth/create/Step1.tsx:141 -#: src/view/com/auth/create/Step1.tsx:150 +#: src/screens/Signup/StepInfo/index.tsx:58 msgid "Invite code" msgstr "Код запрошення" -#: src/view/com/auth/create/state.ts:158 +#: src/screens/Signup/state.ts:278 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Код запрошення не прийнято. Переконайтеся в його правильності та повторіть спробу." -#: src/view/com/modals/InviteCodes.tsx:170 +#: src/view/com/modals/InviteCodes.tsx:171 msgid "Invite codes: {0} available" msgstr "Коди запрошення: {0}" @@ -2326,16 +2375,16 @@ msgstr "Коди запрошення: {0}" #~ msgid "Invite codes: {invitesAvailable} available" #~ msgstr "" -#: src/view/com/modals/InviteCodes.tsx:169 +#: src/view/com/modals/InviteCodes.tsx:170 msgid "Invite codes: 1 available" msgstr "Коди запрошення: 1" -#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +#: src/screens/Onboarding/StepFollowingFeed.tsx:65 msgid "It shows posts from the people you follow as they happen." msgstr "Ми показуємо пости людей, за якими ви слідкуєте в тому порядку в якому вони публікуються." -#: src/view/com/auth/HomeLoggedOutCTA.tsx:103 -#: src/view/com/auth/SplashScreen.web.tsx:138 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:104 +#: src/view/com/auth/SplashScreen.web.tsx:172 msgid "Jobs" msgstr "Вакансії" @@ -2368,11 +2417,11 @@ msgstr "" msgid "Labeled by the author." msgstr "" -#: src/view/screens/Profile.tsx:186 +#: src/view/screens/Profile.tsx:188 msgid "Labels" msgstr "" -#: src/screens/Profile/Sections/Labels.tsx:143 +#: src/screens/Profile/Sections/Labels.tsx:142 msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "" @@ -2380,11 +2429,11 @@ msgstr "" msgid "labels have been placed on this {labelTarget}" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:63 +#: src/components/moderation/LabelsOnMeDialog.tsx:62 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "Labels on your content" msgstr "" @@ -2406,14 +2455,14 @@ msgid "Languages" msgstr "Мови" #: src/view/com/auth/create/StepHeader.tsx:20 -msgid "Last step!" -msgstr "Останній крок!" +#~ msgid "Last step!" +#~ msgstr "Останній крок!" #: src/view/com/util/moderation/ContentHider.tsx:103 #~ msgid "Learn more" #~ msgstr "Дізнатися більше" -#: src/components/moderation/ScreenHider.tsx:129 +#: src/components/moderation/ScreenHider.tsx:136 msgid "Learn More" msgstr "Дізнатися більше" @@ -2423,11 +2472,11 @@ msgid "Learn more about the moderation applied to this content." msgstr "" #: src/components/moderation/PostHider.tsx:85 -#: src/components/moderation/ScreenHider.tsx:126 +#: src/components/moderation/ScreenHider.tsx:125 msgid "Learn more about this warning" msgstr "Дізнатися більше про це попередження" -#: src/screens/Moderation/index.tsx:551 +#: src/screens/Moderation/index.tsx:549 msgid "Learn more about what is public on Bluesky." msgstr "Дізнатися більше про те, що є публічним в Bluesky." @@ -2439,7 +2488,7 @@ msgstr "" msgid "Leave them all unchecked to see any language." msgstr "Залиште їх усі невідміченими, щоб бачити пости незалежно від мови." -#: src/view/com/modals/LinkWarning.tsx:51 +#: src/view/com/modals/LinkWarning.tsx:65 msgid "Leaving Bluesky" msgstr "Ви залишаєте Bluesky" @@ -2451,12 +2500,12 @@ msgstr "ще залишилося." msgid "Legacy storage cleared, you need to restart the app now." msgstr "Старе сховище очищено, тепер вам потрібно перезапустити застосунок." -#: src/view/com/auth/login/Login.tsx:128 -#: src/view/com/auth/login/Login.tsx:144 +#: src/screens/Login/index.tsx:130 +#: src/screens/Login/index.tsx:145 msgid "Let's get your password reset!" msgstr "Давайте відновимо ваш пароль!" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Let's go!" msgstr "Злітаємо!" @@ -2469,12 +2518,12 @@ msgstr "Злітаємо!" msgid "Light" msgstr "Світла" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Like" msgstr "Вподобати" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:257 -#: src/view/screens/ProfileFeed.tsx:572 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:258 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Like this feed" msgstr "Вподобати цю стрічку" @@ -2484,7 +2533,7 @@ msgstr "Вподобати цю стрічку" msgid "Liked by" msgstr "Сподобалося" -#: src/screens/Profile/ProfileLabelerLikedBy.tsx:42 +#: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 #: src/view/screens/PostLikedBy.tsx:27 #: src/view/screens/ProfileFeedLikedBy.tsx:27 msgid "Liked By" @@ -2498,9 +2547,9 @@ msgstr "Вподобано {0} {1}" msgid "Liked by {count} {0}" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:277 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:291 -#: src/view/screens/ProfileFeed.tsx:587 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292 +#: src/view/screens/ProfileFeed.tsx:588 msgid "Liked by {likeCount} {0}" msgstr "Вподобано {likeCount} {0}" @@ -2512,7 +2561,7 @@ msgstr "вподобав(-ла) вашу стрічку" msgid "liked your post" msgstr "сподобався ваш пост" -#: src/view/screens/Profile.tsx:191 +#: src/view/screens/Profile.tsx:193 msgid "Likes" msgstr "Вподобання" @@ -2524,7 +2573,7 @@ msgstr "Вподобайки цього поста" msgid "List" msgstr "Список" -#: src/view/com/modals/CreateOrEditList.tsx:261 +#: src/view/com/modals/CreateOrEditList.tsx:262 msgid "List Avatar" msgstr "Аватар списку" @@ -2544,7 +2593,7 @@ msgstr "Список видалено" msgid "List muted" msgstr "Список ігнорується" -#: src/view/com/modals/CreateOrEditList.tsx:275 +#: src/view/com/modals/CreateOrEditList.tsx:276 msgid "List Name" msgstr "Назва списку" @@ -2557,8 +2606,8 @@ msgid "List unmuted" msgstr "Список більше не ігнорується" #: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:187 -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:195 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 @@ -2575,8 +2624,8 @@ msgid "Load new notifications" msgstr "Завантажити нові сповіщення" #: src/screens/Profile/Sections/Feed.tsx:70 -#: src/view/com/feeds/FeedPage.tsx:124 -#: src/view/screens/ProfileFeed.tsx:495 +#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/screens/ProfileFeed.tsx:496 #: src/view/screens/ProfileList.tsx:695 msgid "Load new posts" msgstr "Завантажити нові пости" @@ -2600,31 +2649,35 @@ msgstr "Звіт" msgid "Log out" msgstr "Вийти" -#: src/screens/Moderation/index.tsx:444 +#: src/screens/Moderation/index.tsx:442 msgid "Logged-out visibility" msgstr "Видимість для користувачів без облікового запису" -#: src/view/com/auth/login/ChooseAccountForm.tsx:142 +#: src/components/AccountList.tsx:54 msgid "Login to account that is not listed" msgstr "Увійти до облікового запису, якого немає в списку" -#: src/view/com/modals/LinkWarning.tsx:65 +#: src/screens/Login/SetNewPasswordForm.tsx:116 +msgid "Looks like XXXXX-XXXXX" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:79 msgid "Make sure this is where you intend to go!" msgstr "Переконайтеся, що це дійсно той сайт, що ви збираєтеся відвідати!" -#: src/components/dialogs/MutedWords.tsx:83 +#: src/components/dialogs/MutedWords.tsx:82 msgid "Manage your muted words and tags" msgstr "Налаштовуйте ваші ігноровані слова та теги" #: src/view/com/auth/create/Step2.tsx:118 -msgid "May not be longer than 253 characters" -msgstr "Не може бути довшим за 253 символи" +#~ msgid "May not be longer than 253 characters" +#~ msgstr "Не може бути довшим за 253 символи" #: src/view/com/auth/create/Step2.tsx:109 -msgid "May only contain letters and numbers" -msgstr "Може містити лише літери та цифри" +#~ msgid "May only contain letters and numbers" +#~ msgstr "Може містити лише літери та цифри" -#: src/view/screens/Profile.tsx:190 +#: src/view/screens/Profile.tsx:192 msgid "Media" msgstr "Медіа" @@ -2637,7 +2690,7 @@ msgid "Mentioned users" msgstr "Згадані користувачі" #: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:647 +#: src/view/screens/Search/Search.tsx:648 msgid "Menu" msgstr "Меню" @@ -2650,7 +2703,7 @@ msgid "Misleading Account" msgstr "" #: src/Navigation.tsx:119 -#: src/screens/Moderation/index.tsx:106 +#: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:645 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:514 @@ -2658,7 +2711,7 @@ msgstr "" msgid "Moderation" msgstr "Модерація" -#: src/components/moderation/ModerationDetailsDialog.tsx:113 +#: src/components/moderation/ModerationDetailsDialog.tsx:112 msgid "Moderation details" msgstr "" @@ -2677,15 +2730,15 @@ msgstr "Список модерації від <0/>" msgid "Moderation list by you" msgstr "Список модерації від вас" -#: src/view/com/modals/CreateOrEditList.tsx:197 +#: src/view/com/modals/CreateOrEditList.tsx:198 msgid "Moderation list created" msgstr "Список модерації створено" -#: src/view/com/modals/CreateOrEditList.tsx:183 +#: src/view/com/modals/CreateOrEditList.tsx:184 msgid "Moderation list updated" msgstr "Список модерації оновлено" -#: src/screens/Moderation/index.tsx:245 +#: src/screens/Moderation/index.tsx:243 msgid "Moderation lists" msgstr "Списки для модерації" @@ -2702,11 +2755,11 @@ msgstr "Налаштування модерації" msgid "Moderation states" msgstr "" -#: src/screens/Moderation/index.tsx:217 +#: src/screens/Moderation/index.tsx:215 msgid "Moderation tools" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:49 +#: src/components/moderation/ModerationDetailsDialog.tsx:48 #: src/lib/moderation/useModerationCauseDescription.ts:40 msgid "Moderator has chosen to set a general warning on the content." msgstr "Модератор вирішив встановити загальне попередження на вміст." @@ -2732,8 +2785,8 @@ msgid "Most-liked replies first" msgstr "За кількістю вподобань" #: src/view/com/auth/create/Step2.tsx:122 -msgid "Must be at least 3 characters" -msgstr "Має містити щонайменше 3 символи" +#~ msgid "Must be at least 3 characters" +#~ msgstr "Має містити щонайменше 3 символи" #: src/components/TagMenu/index.tsx:249 msgid "Mute" @@ -2760,11 +2813,11 @@ msgstr "Ігнорувати всі пости {displayTag}" #~ msgid "Mute all {tag} posts" #~ msgstr "" -#: src/components/dialogs/MutedWords.tsx:149 +#: src/components/dialogs/MutedWords.tsx:148 msgid "Mute in tags only" msgstr "Ігнорувати лише в тегах" -#: src/components/dialogs/MutedWords.tsx:134 +#: src/components/dialogs/MutedWords.tsx:133 msgid "Mute in text & tags" msgstr "Ігнорувати в тексті та тегах" @@ -2781,11 +2834,11 @@ msgstr "Ігнорувати ці облікові записи?" #~ msgid "Mute this List" #~ msgstr "Ігнорувати цей список" -#: src/components/dialogs/MutedWords.tsx:127 +#: src/components/dialogs/MutedWords.tsx:126 msgid "Mute this word in post text and tags" msgstr "Ігнорувати це слово у постах і тегах" -#: src/components/dialogs/MutedWords.tsx:142 +#: src/components/dialogs/MutedWords.tsx:141 msgid "Mute this word in tags only" msgstr "Ігнорувати це слово лише у тегах" @@ -2803,7 +2856,7 @@ msgstr "Ігнорувати слова та теги" msgid "Muted" msgstr "Ігнорується" -#: src/screens/Moderation/index.tsx:257 +#: src/screens/Moderation/index.tsx:255 msgid "Muted accounts" msgstr "Ігноровані облікові записи" @@ -2820,7 +2873,7 @@ msgstr "Ігноровані облікові записи автоматичн msgid "Muted by \"{0}\"" msgstr "" -#: src/screens/Moderation/index.tsx:233 +#: src/screens/Moderation/index.tsx:231 msgid "Muted words & tags" msgstr "Ігноровані слова та теги" @@ -2853,12 +2906,12 @@ msgstr "Мої збережені канали" #~ msgid "my-server.com" #~ msgstr "my-server.com" -#: src/view/com/modals/AddAppPasswords.tsx:179 -#: src/view/com/modals/CreateOrEditList.tsx:290 +#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/CreateOrEditList.tsx:291 msgid "Name" msgstr "Ім'я" -#: src/view/com/modals/CreateOrEditList.tsx:145 +#: src/view/com/modals/CreateOrEditList.tsx:146 msgid "Name is required" msgstr "Необхідна назва" @@ -2872,10 +2925,8 @@ msgstr "" msgid "Nature" msgstr "Природа" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:190 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:219 -#: src/view/com/auth/login/LoginForm.tsx:292 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:196 +#: src/screens/Login/ForgotPasswordForm.tsx:173 +#: src/screens/Login/LoginForm.tsx:254 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "Переходить до наступного екрана" @@ -2884,21 +2935,21 @@ msgstr "Переходить до наступного екрана" msgid "Navigates to your profile" msgstr "Переходить до вашого профілю" -#: src/components/ReportDialog/SelectReportOptionView.tsx:124 +#: src/components/ReportDialog/SelectReportOptionView.tsx:122 msgid "Need to report a copyright violation?" msgstr "" #: src/view/com/modals/EmbedConsent.tsx:107 #: src/view/com/modals/EmbedConsent.tsx:123 -msgid "Never load embeds from {0}" -msgstr "Не завантажувати вбудування з {0}" +#~ msgid "Never load embeds from {0}" +#~ msgstr "Не завантажувати вбудування з {0}" #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:72 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:74 msgid "Never lose access to your followers and data." msgstr "Ніколи не втрачайте доступ до ваших даних та підписників." -#: src/screens/Onboarding/StepFinished.tsx:119 +#: src/screens/Onboarding/StepFinished.tsx:123 msgid "Never lose access to your followers or data." msgstr "Ніколи не втрачайте доступ до ваших підписників та даних." @@ -2906,7 +2957,7 @@ msgstr "Ніколи не втрачайте доступ до ваших під #~ msgid "Nevermind" #~ msgstr "Скасувати" -#: src/view/com/modals/ChangeHandle.tsx:520 +#: src/view/com/modals/ChangeHandle.tsx:519 msgid "Nevermind, create a handle for me" msgstr "" @@ -2919,11 +2970,10 @@ msgstr "Новий" msgid "New" msgstr "Новий" -#: src/view/com/modals/CreateOrEditList.tsx:252 +#: src/view/com/modals/CreateOrEditList.tsx:253 msgid "New Moderation List" msgstr "Новий список модерації" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/ChangePassword.tsx:212 msgid "New password" msgstr "Новий пароль" @@ -2932,15 +2982,15 @@ msgstr "Новий пароль" msgid "New Password" msgstr "Новий Пароль" -#: src/view/com/feeds/FeedPage.tsx:135 +#: src/view/com/feeds/FeedPage.tsx:149 msgctxt "action" msgid "New post" msgstr "Новий пост" #: src/view/screens/Feeds.tsx:555 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:450 -#: src/view/screens/ProfileFeed.tsx:433 +#: src/view/screens/Profile.tsx:452 +#: src/view/screens/ProfileFeed.tsx:434 #: src/view/screens/ProfileList.tsx:199 #: src/view/screens/ProfileList.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:252 @@ -2952,7 +3002,7 @@ msgctxt "action" msgid "New Post" msgstr "Новий пост" -#: src/view/com/modals/CreateOrEditList.tsx:247 +#: src/view/com/modals/CreateOrEditList.tsx:248 msgid "New User List" msgstr "Новий список користувачів" @@ -2964,12 +3014,13 @@ msgstr "Спочатку найновіші" msgid "News" msgstr "Новини" -#: src/view/com/auth/create/CreateAccount.tsx:172 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:182 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:192 -#: src/view/com/auth/login/LoginForm.tsx:294 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:187 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:143 +#: src/screens/Login/ForgotPasswordForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:253 +#: src/screens/Login/LoginForm.tsx:260 +#: src/screens/Login/SetNewPasswordForm.tsx:174 +#: src/screens/Login/SetNewPasswordForm.tsx:180 +#: src/screens/Signup/index.tsx:205 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:79 #: src/view/com/modals/ChangePassword.tsx:253 #: src/view/com/modals/ChangePassword.tsx:255 @@ -2994,19 +3045,23 @@ msgstr "Наступне зображення" msgid "No" msgstr "Ні" -#: src/view/screens/ProfileFeed.tsx:561 +#: src/view/screens/ProfileFeed.tsx:562 #: src/view/screens/ProfileList.tsx:769 msgid "No description" msgstr "Опис відсутній" -#: src/view/com/modals/ChangeHandle.tsx:406 +#: src/view/com/modals/ChangeHandle.tsx:405 msgid "No DNS Panel" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 msgid "No longer following {0}" msgstr "Ви більше не підписані на {0}" +#: src/screens/Signup/StepHandle.tsx:114 +msgid "No longer than 253 characters" +msgstr "" + #: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "Ще ніяких сповіщень!" @@ -3016,7 +3071,7 @@ msgstr "Ще ніяких сповіщень!" msgid "No result" msgstr "Результати відсутні" -#: src/components/Lists.tsx:189 +#: src/components/Lists.tsx:183 msgid "No results found" msgstr "Нічого не знайдено" @@ -3025,12 +3080,13 @@ msgid "No results found for \"{query}\"" msgstr "Нічого не знайдено за запитом «{query}»" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:282 -#: src/view/screens/Search/Search.tsx:310 +#: src/view/screens/Search/Search.tsx:283 +#: src/view/screens/Search/Search.tsx:311 msgid "No results found for {query}" msgstr "Нічого не знайдено за запитом «{query}»" -#: src/view/com/modals/EmbedConsent.tsx:129 +#: src/components/dialogs/EmbedConsent.tsx:105 +#: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" msgstr "Ні, дякую" @@ -3038,7 +3094,7 @@ msgstr "Ні, дякую" msgid "Nobody" msgstr "Ніхто" -#: src/components/LikedByList.tsx:102 +#: src/components/LikedByList.tsx:79 #: src/components/LikesDialog.tsx:99 msgid "Nobody has liked this yet. Maybe you should be the first!" msgstr "" @@ -3052,7 +3108,7 @@ msgid "Not Applicable." msgstr "Не застосовно." #: src/Navigation.tsx:109 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Not Found" msgstr "Не знайдено" @@ -3063,17 +3119,18 @@ msgstr "Пізніше" #: src/view/com/profile/ProfileMenu.tsx:368 #: src/view/com/util/forms/PostDropdownBtn.tsx:342 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:246 msgid "Note about sharing" msgstr "" -#: src/screens/Moderation/index.tsx:542 +#: src/screens/Moderation/index.tsx:540 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:469 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 -#: src/view/shell/bottom-bar/BottomBar.tsx:207 +#: src/view/shell/bottom-bar/BottomBar.tsx:215 #: src/view/shell/desktop/LeftNav.tsx:365 #: src/view/shell/Drawer.tsx:438 #: src/view/shell/Drawer.tsx:439 @@ -3085,7 +3142,15 @@ msgid "Nudity" msgstr "Оголеність" #: src/lib/moderation/useReportOptions.ts:71 -msgid "Nudity or pornography not labeled as such" +msgid "Nudity or adult content not labeled as such" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:71 +#~ msgid "Nudity or pornography not labeled as such" +#~ msgstr "" + +#: src/screens/Signup/index.tsx:142 +msgid "of" msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:11 @@ -3096,15 +3161,16 @@ msgstr "" msgid "Oh no!" msgstr "О, ні!" -#: src/screens/Onboarding/StepInterests/index.tsx:128 +#: src/screens/Onboarding/StepInterests/index.tsx:132 msgid "Oh no! Something went wrong." msgstr "Ой! Щось пішло не так." -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:127 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:126 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:327 msgid "OK" msgstr "" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 +#: src/screens/Login/PasswordUpdatedForm.tsx:44 msgid "Okay" msgstr "Добре" @@ -3116,7 +3182,7 @@ msgstr "Спочатку найдавніші" msgid "Onboarding reset" msgstr "Скинути ознайомлення" -#: src/view/com/composer/Composer.tsx:391 +#: src/view/com/composer/Composer.tsx:392 msgid "One or more images is missing alt text." msgstr "Для одного або кількох зображень відсутній опис." @@ -3124,17 +3190,21 @@ msgstr "Для одного або кількох зображень відсу msgid "Only {0} can reply." msgstr "Тільки {0} можуть відповідати." -#: src/components/Lists.tsx:83 +#: src/screens/Signup/StepHandle.tsx:97 +msgid "Only contains letters, numbers, and hyphens" +msgstr "" + +#: src/components/Lists.tsx:75 msgid "Oops, something went wrong!" msgstr "Ой, щось пішло не так!" -#: src/components/Lists.tsx:157 +#: src/components/Lists.tsx:170 #: src/view/screens/AppPasswords.tsx:67 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Oops!" msgstr "Ой!" -#: src/screens/Onboarding/StepFinished.tsx:115 +#: src/screens/Onboarding/StepFinished.tsx:119 msgid "Open" msgstr "Відкрити" @@ -3142,12 +3212,12 @@ msgstr "Відкрити" #~ msgid "Open content filtering settings" #~ msgstr "Відкрити налаштування фільтрації контенту" -#: src/view/com/composer/Composer.tsx:490 #: src/view/com/composer/Composer.tsx:491 +#: src/view/com/composer/Composer.tsx:492 msgid "Open emoji picker" msgstr "Емоджі" -#: src/view/screens/ProfileFeed.tsx:299 +#: src/view/screens/ProfileFeed.tsx:300 msgid "Open feed options menu" msgstr "" @@ -3155,7 +3225,7 @@ msgstr "" msgid "Open links with in-app browser" msgstr "Вбудований браузер" -#: src/screens/Moderation/index.tsx:229 +#: src/screens/Moderation/index.tsx:227 msgid "Open muted words and tags settings" msgstr "" @@ -3216,13 +3286,15 @@ msgstr "Відкриває фотогалерею пристрою" msgid "Opens external embeds settings" msgstr "Відкриває налаштування зовнішніх вбудувань" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:56 -#: src/view/com/auth/SplashScreen.tsx:70 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:57 +#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/SplashScreen.web.tsx:97 msgid "Opens flow to create a new Bluesky account" msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:74 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:75 #: src/view/com/auth/SplashScreen.tsx:83 +#: src/view/com/auth/SplashScreen.web.tsx:112 msgid "Opens flow to sign into your existing Bluesky account" msgstr "" @@ -3238,7 +3310,7 @@ msgstr "" #~ msgid "Opens invite code list" #~ msgstr "" -#: src/view/com/modals/InviteCodes.tsx:172 +#: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "Відкриває список кодів запрошення" @@ -3262,11 +3334,11 @@ msgstr "" msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "" -#: src/view/screens/Settings/index.tsx:970 +#: src/view/screens/Settings/index.tsx:968 msgid "Opens modal for email verification" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:281 +#: src/view/com/modals/ChangeHandle.tsx:282 msgid "Opens modal for using custom domain" msgstr "Відкриває діалог налаштування власного домену як псевдоніму" @@ -3274,7 +3346,7 @@ msgstr "Відкриває діалог налаштування власног msgid "Opens moderation settings" msgstr "Відкриває налаштування модерації" -#: src/view/com/auth/login/LoginForm.tsx:242 +#: src/screens/Login/LoginForm.tsx:202 msgid "Opens password reset form" msgstr "Відкриває форму скидання пароля" @@ -3303,7 +3375,7 @@ msgstr "" #~ msgid "Opens the home feed preferences" #~ msgstr "Відкриває налаштування Головного каналу" -#: src/view/com/modals/LinkWarning.tsx:76 +#: src/view/com/modals/LinkWarning.tsx:93 msgid "Opens the linked website" msgstr "" @@ -3336,7 +3408,7 @@ msgstr "Або якісь із наступних варіантів:" msgid "Other" msgstr "" -#: src/view/com/auth/login/ChooseAccountForm.tsx:147 +#: src/components/AccountList.tsx:73 msgid "Other account" msgstr "Інший обліковий запис" @@ -3348,7 +3420,7 @@ msgstr "Інший обліковий запис" msgid "Other..." msgstr "Інші..." -#: src/components/Lists.tsx:190 +#: src/components/Lists.tsx:184 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Сторінку не знайдено" @@ -3357,13 +3429,10 @@ msgstr "Сторінку не знайдено" msgid "Page Not Found" msgstr "Сторінку не знайдено" -#: src/view/com/auth/create/Step1.tsx:191 -#: src/view/com/auth/create/Step1.tsx:201 -#: src/view/com/auth/login/LoginForm.tsx:213 -#: src/view/com/auth/login/LoginForm.tsx:229 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:161 -#: src/view/com/modals/DeleteAccount.tsx:195 -#: src/view/com/modals/DeleteAccount.tsx:202 +#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Signup/StepInfo/index.tsx:101 +#: src/view/com/modals/DeleteAccount.tsx:194 +#: src/view/com/modals/DeleteAccount.tsx:201 msgid "Password" msgstr "Пароль" @@ -3371,11 +3440,11 @@ msgstr "Пароль" msgid "Password Changed" msgstr "" -#: src/view/com/auth/login/Login.tsx:157 +#: src/screens/Login/index.tsx:157 msgid "Password updated" msgstr "Пароль змінено" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:28 +#: src/screens/Login/PasswordUpdatedForm.tsx:30 msgid "Password updated!" msgstr "Пароль змінено!" @@ -3407,12 +3476,12 @@ msgstr "Домашні улюбленці" msgid "Pictures meant for adults." msgstr "Зображення, призначені для дорослих." -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:563 msgid "Pin to home" msgstr "Закріпити" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 msgid "Pin to Home" msgstr "" @@ -3420,28 +3489,28 @@ msgstr "" msgid "Pinned Feeds" msgstr "Закріплені стрічки" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:111 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "Відтворити {0}" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:54 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:55 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" msgstr "Відтворити відео" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:110 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 msgid "Plays the GIF" msgstr "Відтворює GIF" -#: src/view/com/auth/create/state.ts:124 +#: src/screens/Signup/state.ts:241 msgid "Please choose your handle." msgstr "Будь ласка, оберіть псевдонім." -#: src/view/com/auth/create/state.ts:117 +#: src/screens/Signup/state.ts:234 msgid "Please choose your password." msgstr "Будь ласка, оберіть ваш пароль." -#: src/view/com/auth/create/state.ts:131 +#: src/screens/Signup/state.ts:251 msgid "Please complete the verification captcha." msgstr "Будь ласка, завершіть перевірку Captcha." @@ -3449,7 +3518,7 @@ msgstr "Будь ласка, завершіть перевірку Captcha." msgid "Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed." msgstr "Будь ласка, підтвердіть вашу електронну адресу, перш ніж змінити її. Це тимчасова вимога під час додавання інструментів оновлення електронної адреси, незабаром її видалять." -#: src/view/com/modals/AddAppPasswords.tsx:90 +#: src/view/com/modals/AddAppPasswords.tsx:91 msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "Будь ласка, введіть ім'я для пароля застосунку. Пробіли і пропуски не допускаються." @@ -3457,11 +3526,11 @@ msgstr "Будь ласка, введіть ім'я для пароля заст #~ msgid "Please enter a phone number that can receive SMS text messages." #~ msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:145 +#: src/view/com/modals/AddAppPasswords.tsx:146 msgid "Please enter a unique name for this App Password or use our randomly generated one." msgstr "Будь ласка, введіть унікальну назву для цього паролю або використовуйте нашу випадково згенеровану." -#: src/components/dialogs/MutedWords.tsx:68 +#: src/components/dialogs/MutedWords.tsx:67 msgid "Please enter a valid word, tag, or phrase to mute" msgstr "Будь ласка, введіть допустиме слово, тег або фразу для ігнорування" @@ -3473,15 +3542,15 @@ msgstr "Будь ласка, введіть допустиме слово, те #~ msgid "Please enter the verification code sent to {phoneNumberFormatted}." #~ msgstr "" -#: src/view/com/auth/create/state.ts:103 +#: src/screens/Signup/state.ts:220 msgid "Please enter your email." msgstr "Будь ласка, введіть адресу ел. пошти." -#: src/view/com/modals/DeleteAccount.tsx:191 +#: src/view/com/modals/DeleteAccount.tsx:190 msgid "Please enter your password as well:" msgstr "Будь ласка, також введіть ваш пароль:" -#: src/components/moderation/LabelsOnMeDialog.tsx:222 +#: src/components/moderation/LabelsOnMeDialog.tsx:221 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -3499,7 +3568,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "Підтвердьте свою адресу електронної пошти" -#: src/view/com/composer/Composer.tsx:221 +#: src/view/com/composer/Composer.tsx:222 msgid "Please wait for your link card to finish loading" msgstr "Будь ласка, зачекайте доки завершиться створення попереднього перегляду для посилання" @@ -3512,11 +3581,11 @@ msgid "Porn" msgstr "Порнографія" #: src/lib/moderation/useGlobalLabelStrings.ts:34 -msgid "Pornography" -msgstr "" +#~ msgid "Pornography" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:366 -#: src/view/com/composer/Composer.tsx:374 +#: src/view/com/composer/Composer.tsx:367 +#: src/view/com/composer/Composer.tsx:375 msgctxt "action" msgid "Post" msgstr "Запостити" @@ -3544,12 +3613,12 @@ msgstr "Пост видалено" msgid "Post hidden" msgstr "Пост приховано" -#: src/components/moderation/ModerationDetailsDialog.tsx:98 +#: src/components/moderation/ModerationDetailsDialog.tsx:97 #: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Post Hidden by Muted Word" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:101 +#: src/components/moderation/ModerationDetailsDialog.tsx:100 #: src/lib/moderation/useModerationCauseDescription.ts:108 msgid "Post Hidden by You" msgstr "" @@ -3571,11 +3640,11 @@ msgstr "Пост не знайдено" msgid "posts" msgstr "пости" -#: src/view/screens/Profile.tsx:188 +#: src/view/screens/Profile.tsx:190 msgid "Posts" msgstr "Пости" -#: src/components/dialogs/MutedWords.tsx:90 +#: src/components/dialogs/MutedWords.tsx:89 msgid "Posts can be muted based on their text, their tags, or both." msgstr "Пости можуть бути ігноровані за їхнім текстом, тегами чи за обома." @@ -3583,11 +3652,17 @@ msgstr "Пости можуть бути ігноровані за їхнім т msgid "Posts hidden" msgstr "Пости приховано" -#: src/view/com/modals/LinkWarning.tsx:46 +#: src/view/com/modals/LinkWarning.tsx:60 msgid "Potentially Misleading Link" msgstr "Потенційно оманливе посилання" -#: src/components/Lists.tsx:88 +#: src/components/forms/HostingProvider.tsx:45 +msgid "Press to change hosting provider" +msgstr "" + +#: src/components/Error.tsx:74 +#: src/components/Lists.tsx:80 +#: src/screens/Signup/index.tsx:186 msgid "Press to retry" msgstr "" @@ -3609,23 +3684,23 @@ msgid "Privacy" msgstr "Конфіденційність" #: src/Navigation.tsx:231 -#: src/view/com/auth/create/Policies.tsx:69 +#: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:925 +#: src/view/screens/Settings/index.tsx:923 #: src/view/shell/Drawer.tsx:265 msgid "Privacy Policy" msgstr "Політика конфіденційності" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:156 msgid "Processing..." msgstr "Обробка..." #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:340 +#: src/view/screens/Profile.tsx:342 msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:260 #: src/view/shell/desktop/LeftNav.tsx:419 #: src/view/shell/Drawer.tsx:70 #: src/view/shell/Drawer.tsx:549 @@ -3633,15 +3708,15 @@ msgstr "" msgid "Profile" msgstr "Профіль" -#: src/view/com/modals/EditProfile.tsx:128 +#: src/view/com/modals/EditProfile.tsx:129 msgid "Profile updated" msgstr "Профіль оновлено" -#: src/view/screens/Settings/index.tsx:983 +#: src/view/screens/Settings/index.tsx:981 msgid "Protect your account by verifying your email." msgstr "Захистіть свій обліковий запис, підтвердивши свою електронну адресу." -#: src/screens/Onboarding/StepFinished.tsx:101 +#: src/screens/Onboarding/StepFinished.tsx:105 msgid "Public" msgstr "Публічний" @@ -3653,15 +3728,15 @@ msgstr "Публічні, поширювані списки користувач msgid "Public, shareable lists which can drive feeds." msgstr "Публічні, поширювані списки для створення стрічок." -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish post" msgstr "Опублікувати пост" -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish reply" msgstr "Опублікувати відповідь" -#: src/view/com/modals/Repost.tsx:65 +#: src/view/com/modals/Repost.tsx:66 msgctxt "action" msgid "Quote post" msgstr "Цитувати" @@ -3670,7 +3745,7 @@ msgstr "Цитувати" msgid "Quote post" msgstr "Цитувати пост" -#: src/view/com/modals/Repost.tsx:70 +#: src/view/com/modals/Repost.tsx:71 msgctxt "action" msgid "Quote Post" msgstr "Цитувати" @@ -3679,11 +3754,11 @@ msgstr "Цитувати" msgid "Random (aka \"Poster's Roulette\")" msgstr "У випадковому порядку" -#: src/view/com/modals/EditImage.tsx:236 +#: src/view/com/modals/EditImage.tsx:237 msgid "Ratios" msgstr "Співвідношення сторін" -#: src/view/screens/Search/Search.tsx:776 +#: src/view/screens/Search/Search.tsx:777 msgid "Recent Searches" msgstr "" @@ -3695,7 +3770,7 @@ msgstr "Рекомендовані стрічки" msgid "Recommended Users" msgstr "Рекомендовані користувачі" -#: src/components/dialogs/MutedWords.tsx:287 +#: src/components/dialogs/MutedWords.tsx:286 #: src/view/com/feeds/FeedSourceCard.tsx:283 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:83 @@ -3730,8 +3805,8 @@ msgstr "" #: src/view/com/feeds/FeedSourceCard.tsx:173 #: src/view/com/feeds/FeedSourceCard.tsx:233 -#: src/view/screens/ProfileFeed.tsx:334 -#: src/view/screens/ProfileFeed.tsx:340 +#: src/view/screens/ProfileFeed.tsx:335 +#: src/view/screens/ProfileFeed.tsx:341 msgid "Remove from my feeds" msgstr "Вилучити з моїх стрічок" @@ -3747,11 +3822,11 @@ msgstr "Вилучити зображення" msgid "Remove image preview" msgstr "Вилучити попередній перегляд зображення" -#: src/components/dialogs/MutedWords.tsx:330 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "Вилучити ігноровані слова з вашого списку" -#: src/view/com/modals/Repost.tsx:47 +#: src/view/com/modals/Repost.tsx:48 msgid "Remove repost" msgstr "Видалити репост" @@ -3776,7 +3851,7 @@ msgstr "Вилучено зі списку" msgid "Removed from my feeds" msgstr "Вилучено з моїх стрічок" -#: src/view/screens/ProfileFeed.tsx:208 +#: src/view/screens/ProfileFeed.tsx:209 msgid "Removed from your feeds" msgstr "" @@ -3784,7 +3859,7 @@ msgstr "" msgid "Removes default thumbnail from {0}" msgstr "Видаляє мініатюру за замовчуванням з {0}" -#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:191 msgid "Replies" msgstr "Відповіді" @@ -3792,7 +3867,7 @@ msgstr "Відповіді" msgid "Replies to this thread are disabled" msgstr "Відповіді до цього посту вимкнено" -#: src/view/com/composer/Composer.tsx:364 +#: src/view/com/composer/Composer.tsx:365 msgctxt "action" msgid "Reply" msgstr "Відповісти" @@ -3816,8 +3891,12 @@ msgstr "У відповідь <0/>" msgid "Report Account" msgstr "Поскаржитись на обліковий запис" -#: src/view/screens/ProfileFeed.tsx:351 -#: src/view/screens/ProfileFeed.tsx:353 +#: src/components/ReportDialog/index.tsx:49 +msgid "Report dialog" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:352 +#: src/view/screens/ProfileFeed.tsx:354 msgid "Report feed" msgstr "Поскаржитись на стрічку" @@ -3830,29 +3909,29 @@ msgstr "Поскаржитись на список" msgid "Report post" msgstr "Поскаржитись на пост" -#: src/components/ReportDialog/SelectReportOptionView.tsx:43 +#: src/components/ReportDialog/SelectReportOptionView.tsx:42 msgid "Report this content" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:56 +#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Report this feed" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:53 +#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Report this list" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:50 +#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Report this post" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:47 +#: src/components/ReportDialog/SelectReportOptionView.tsx:46 msgid "Report this user" msgstr "" -#: src/view/com/modals/Repost.tsx:43 -#: src/view/com/modals/Repost.tsx:48 -#: src/view/com/modals/Repost.tsx:53 +#: src/view/com/modals/Repost.tsx:44 +#: src/view/com/modals/Repost.tsx:49 +#: src/view/com/modals/Repost.tsx:54 #: src/view/com/util/post-ctrls/RepostButton.tsx:61 msgctxt "action" msgid "Repost" @@ -3905,12 +3984,10 @@ msgstr "Надіслати запит на код" msgid "Require alt text before posting" msgstr "Вимагати опис зображень перед публікацією" -#: src/view/com/auth/create/Step1.tsx:146 +#: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "Вимагається цим хостинг-провайдером" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:124 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:136 #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "Код підтвердження" @@ -3928,7 +4005,7 @@ msgstr "Код скидання" msgid "Reset onboarding state" msgstr "" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:104 +#: src/screens/Login/ForgotPasswordForm.tsx:86 msgid "Reset password" msgstr "Скинути пароль" @@ -3949,7 +4026,7 @@ msgstr "" msgid "Resets the preferences state" msgstr "" -#: src/view/com/auth/login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:235 msgid "Retries login" msgstr "Повторити спробу" @@ -3958,13 +4035,13 @@ msgstr "Повторити спробу" msgid "Retries the last action, which errored out" msgstr "Повторити останню дію, яка спричинила помилку" -#: src/components/Lists.tsx:98 -#: src/screens/Onboarding/StepInterests/index.tsx:221 -#: src/screens/Onboarding/StepInterests/index.tsx:224 -#: src/view/com/auth/create/CreateAccount.tsx:181 -#: src/view/com/auth/create/CreateAccount.tsx:186 -#: src/view/com/auth/login/LoginForm.tsx:271 -#: src/view/com/auth/login/LoginForm.tsx:274 +#: src/components/Error.tsx:79 +#: src/components/Lists.tsx:91 +#: src/screens/Login/LoginForm.tsx:234 +#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Onboarding/StepInterests/index.tsx:225 +#: src/screens/Onboarding/StepInterests/index.tsx:228 +#: src/screens/Signup/index.tsx:193 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 msgid "Retry" @@ -3974,6 +4051,7 @@ msgstr "Повторити спробу" #~ msgid "Retry." #~ msgstr "" +#: src/components/Error.tsx:86 #: src/view/screens/ProfileList.tsx:917 msgid "Return to previous page" msgstr "Повернутися до попередньої сторінки" @@ -3983,7 +4061,7 @@ msgid "Returns to home page" msgstr "" #: src/view/screens/NotFound.tsx:58 -#: src/view/screens/ProfileFeed.tsx:112 +#: src/view/screens/ProfileFeed.tsx:113 msgid "Returns to previous page" msgstr "" @@ -3992,19 +4070,19 @@ msgstr "" #~ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:337 -#: src/view/com/modals/EditProfile.tsx:224 +#: src/view/com/modals/ChangeHandle.tsx:174 +#: src/view/com/modals/CreateOrEditList.tsx:338 +#: src/view/com/modals/EditProfile.tsx:225 msgid "Save" msgstr "Зберегти" #: src/view/com/lightbox/Lightbox.tsx:132 -#: src/view/com/modals/CreateOrEditList.tsx:345 +#: src/view/com/modals/CreateOrEditList.tsx:346 msgctxt "action" msgid "Save" msgstr "Зберегти" -#: src/view/com/modals/AltImage.tsx:130 +#: src/view/com/modals/AltImage.tsx:131 msgid "Save alt text" msgstr "Зберегти опис" @@ -4012,20 +4090,20 @@ msgstr "Зберегти опис" msgid "Save birthday" msgstr "" -#: src/view/com/modals/EditProfile.tsx:232 +#: src/view/com/modals/EditProfile.tsx:233 msgid "Save Changes" msgstr "Зберегти зміни" -#: src/view/com/modals/ChangeHandle.tsx:170 +#: src/view/com/modals/ChangeHandle.tsx:171 msgid "Save handle change" msgstr "Зберегти новий псевдонім" -#: src/view/com/modals/crop-image/CropImage.web.tsx:144 +#: src/view/com/modals/crop-image/CropImage.web.tsx:145 msgid "Save image crop" msgstr "Обрізати зображення" -#: src/view/screens/ProfileFeed.tsx:335 -#: src/view/screens/ProfileFeed.tsx:341 +#: src/view/screens/ProfileFeed.tsx:336 +#: src/view/screens/ProfileFeed.tsx:342 msgid "Save to my feeds" msgstr "" @@ -4037,19 +4115,19 @@ msgstr "Збережені стрічки" msgid "Saved to your camera roll." msgstr "" -#: src/view/screens/ProfileFeed.tsx:212 +#: src/view/screens/ProfileFeed.tsx:213 msgid "Saved to your feeds" msgstr "" -#: src/view/com/modals/EditProfile.tsx:225 +#: src/view/com/modals/EditProfile.tsx:226 msgid "Saves any changes to your profile" msgstr "Зберігає зміни вашого профілю" -#: src/view/com/modals/ChangeHandle.tsx:171 +#: src/view/com/modals/ChangeHandle.tsx:172 msgid "Saves handle change to {handle}" msgstr "Зберігає зміню псевдоніму на {handle}" -#: src/view/com/modals/crop-image/CropImage.web.tsx:145 +#: src/view/com/modals/crop-image/CropImage.web.tsx:146 msgid "Saves image crop settings" msgstr "" @@ -4062,14 +4140,14 @@ msgid "Scroll to top" msgstr "Прогорнути вгору" #: src/Navigation.tsx:459 -#: src/view/com/auth/LoggedOut.tsx:122 +#: src/view/com/auth/LoggedOut.tsx:123 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 -#: src/view/screens/Search/Search.tsx:420 -#: src/view/screens/Search/Search.tsx:669 -#: src/view/screens/Search/Search.tsx:687 -#: src/view/shell/bottom-bar/BottomBar.tsx:161 +#: src/view/screens/Search/Search.tsx:421 +#: src/view/screens/Search/Search.tsx:670 +#: src/view/screens/Search/Search.tsx:688 +#: src/view/shell/bottom-bar/BottomBar.tsx:169 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 #: src/view/shell/desktop/Search.tsx:224 @@ -4078,7 +4156,7 @@ msgstr "Прогорнути вгору" msgid "Search" msgstr "Пошук" -#: src/view/screens/Search/Search.tsx:736 +#: src/view/screens/Search/Search.tsx:737 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "Шукати \"{query}\"" @@ -4099,8 +4177,8 @@ msgstr "Пошук усіх повідомлень з тегом {displayTag}" #~ msgid "Search for all posts with tag {tag}" #~ msgstr "" -#: src/view/com/auth/LoggedOut.tsx:104 #: src/view/com/auth/LoggedOut.tsx:105 +#: src/view/com/auth/LoggedOut.tsx:106 #: src/view/com/modals/ListAddRemoveUsers.tsx:70 msgid "Search for users" msgstr "Пошук користувачів" @@ -4137,7 +4215,7 @@ msgstr "Переглянути пости цього користувача з < msgid "See this guide" msgstr "Перегляньте цей посібник" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:39 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:40 msgid "See what's next" msgstr "Що далі?" @@ -4145,11 +4223,15 @@ msgstr "Що далі?" msgid "Select {item}" msgstr "Обрати {item}" +#: src/screens/Login/ChooseAccountForm.tsx:61 +msgid "Select account" +msgstr "" + #: src/view/com/modals/ServerInput.tsx:75 #~ msgid "Select Bluesky Social" #~ msgstr "" -#: src/view/com/auth/login/Login.tsx:117 +#: src/screens/Login/index.tsx:120 msgid "Select from an existing account" msgstr "Вибрати існуючий обліковий запис" @@ -4157,7 +4239,7 @@ msgstr "Вибрати існуючий обліковий запис" msgid "Select languages" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:32 +#: src/components/ReportDialog/SelectLabelerView.tsx:30 msgid "Select moderator" msgstr "" @@ -4167,8 +4249,8 @@ msgstr "Обрати варіант {i} із {numItems}" #: src/view/com/auth/create/Step1.tsx:96 #: src/view/com/auth/login/LoginForm.tsx:153 -msgid "Select service" -msgstr "Вибрати хостинг-провайдера" +#~ msgid "Select service" +#~ msgstr "Вибрати хостинг-провайдера" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 msgid "Select some accounts below to follow" @@ -4186,11 +4268,11 @@ msgstr "Виберіть хостинг-провайдера для ваших #~ 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:96 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:100 msgid "Select topical feeds to follow from the list below" msgstr "Підпишіться на тематичні стрічки зі списку нижче" -#: src/screens/Onboarding/StepModeration/index.tsx:62 +#: src/screens/Onboarding/StepModeration/index.tsx:63 msgid "Select what you want to see (or not see), and we’ll handle the rest." msgstr "Виберіть, що ви хочете бачити (або не бачити), а решту ми зробимо за вас." @@ -4206,7 +4288,11 @@ msgstr "Оберіть мови постів, які ви хочете бачи msgid "Select your app language for the default text to display in the app." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:133 +msgid "Select your date of birth" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:200 msgid "Select your interests from the options below" msgstr "Виберіть ваші інтереси із нижченаведених варіантів" @@ -4218,11 +4304,11 @@ msgstr "Виберіть ваші інтереси із нижченаведен msgid "Select your preferred language for translations in your feed." msgstr "Оберіть бажану мову для перекладів у вашій стрічці." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:117 msgid "Select your primary algorithmic feeds" msgstr "Оберіть ваші основні алгоритмічні стрічки" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:142 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:133 msgid "Select your secondary algorithmic feeds" msgstr "Оберіть ваші другорядні алгоритмічні стрічки" @@ -4231,11 +4317,11 @@ msgstr "Оберіть ваші другорядні алгоритмічні с msgid "Send Confirmation Email" msgstr "Надіслати лист із кодом підтвердження" -#: src/view/com/modals/DeleteAccount.tsx:131 +#: src/view/com/modals/DeleteAccount.tsx:130 msgid "Send email" msgstr "Надіслати ел. листа" -#: src/view/com/modals/DeleteAccount.tsx:144 +#: src/view/com/modals/DeleteAccount.tsx:143 msgctxt "action" msgid "Send Email" msgstr "Надіслати ел. лист" @@ -4254,15 +4340,15 @@ msgstr "" #~ msgid "Send Report" #~ msgstr "Поскаржитись" -#: src/components/ReportDialog/SelectLabelerView.tsx:46 +#: src/components/ReportDialog/SelectLabelerView.tsx:44 msgid "Send report to {0}" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:133 +#: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "Надсилає електронний лист з кодом підтвердження видалення облікового запису" -#: src/view/com/auth/server-input/index.tsx:110 +#: src/view/com/auth/server-input/index.tsx:114 msgid "Server address" msgstr "Адреса сервера" @@ -4276,7 +4362,7 @@ msgstr "Адреса сервера" #~ msgid "Set Age" #~ msgstr "Встановити вік" -#: src/screens/Moderation/index.tsx:306 +#: src/screens/Moderation/index.tsx:304 msgid "Set birthdate" msgstr "" @@ -4300,13 +4386,13 @@ msgstr "" #~ msgid "Set dark theme to the dim theme" #~ msgstr "Встановити темну тьмяну тему" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:104 +#: src/screens/Login/SetNewPasswordForm.tsx:102 msgid "Set new password" msgstr "Зміна пароля" #: src/view/com/auth/create/Step1.tsx:202 -msgid "Set password" -msgstr "Встановити пароль" +#~ msgid "Set password" +#~ msgstr "Встановити пароль" #: src/view/screens/PreferencesFollowingFeed.tsx:225 msgid "Set this setting to \"No\" to hide all quote posts from your feed. Reposts will still be visible." @@ -4332,11 +4418,11 @@ 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 +#: src/screens/Onboarding/Layout.tsx:48 msgid "Set up your account" msgstr "Налаштуйте ваш обліковий запис" -#: src/view/com/modals/ChangeHandle.tsx:266 +#: src/view/com/modals/ChangeHandle.tsx:267 msgid "Sets Bluesky username" msgstr "Встановлює псевдонім Bluesky" @@ -4360,30 +4446,30 @@ msgstr "" msgid "Sets dark theme to the dim theme" msgstr "" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:157 +#: src/screens/Login/ForgotPasswordForm.tsx:113 msgid "Sets email for password reset" msgstr "Встановлює ел. адресу для скидання пароля" #: src/view/com/auth/login/ForgotPasswordForm.tsx:122 -msgid "Sets hosting provider for password reset" -msgstr "Встановлює хостинг-провайдером для скидання пароля" +#~ msgid "Sets hosting provider for password reset" +#~ msgstr "Встановлює хостинг-провайдером для скидання пароля" -#: src/view/com/modals/crop-image/CropImage.web.tsx:123 +#: src/view/com/modals/crop-image/CropImage.web.tsx:124 msgid "Sets image aspect ratio to square" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:113 +#: src/view/com/modals/crop-image/CropImage.web.tsx:114 msgid "Sets image aspect ratio to tall" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:103 +#: src/view/com/modals/crop-image/CropImage.web.tsx:104 msgid "Sets image aspect ratio to wide" msgstr "" #: src/view/com/auth/create/Step1.tsx:97 #: src/view/com/auth/login/LoginForm.tsx:154 -msgid "Sets server for the Bluesky client" -msgstr "Встановлює сервер для застосунку Bluesky" +#~ msgid "Sets server for the Bluesky client" +#~ msgstr "Встановлює сервер для застосунку Bluesky" #: src/Navigation.tsx:139 #: src/view/screens/Settings/index.tsx:313 @@ -4410,23 +4496,33 @@ msgstr "Поширити" #: src/view/com/profile/ProfileMenu.tsx:224 #: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:237 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:218 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:235 #: src/view/screens/ProfileList.tsx:388 msgid "Share" msgstr "Поширити" #: src/view/com/profile/ProfileMenu.tsx:373 #: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:251 msgid "Share anyway" msgstr "" -#: src/view/screens/ProfileFeed.tsx:361 -#: src/view/screens/ProfileFeed.tsx:363 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileFeed.tsx:364 msgid "Share feed" msgstr "Поширити стрічку" +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 +msgid "Share Link" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:92 +msgid "Shares the linked website" +msgstr "" + #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:45 +#: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 #: src/view/screens/Settings/index.tsx:363 @@ -4437,8 +4533,8 @@ msgstr "Показувати" msgid "Show all replies" msgstr "Показати всі відповіді" -#: src/components/moderation/ScreenHider.tsx:162 -#: src/components/moderation/ScreenHider.tsx:165 +#: src/components/moderation/ScreenHider.tsx:169 +#: src/components/moderation/ScreenHider.tsx:172 msgid "Show anyway" msgstr "Всеодно показати" @@ -4452,10 +4548,10 @@ msgid "Show badge and filter from feeds" msgstr "" #: src/view/com/modals/EmbedConsent.tsx:87 -msgid "Show embeds from {0}" -msgstr "Показати вбудування з {0}" +#~ msgid "Show embeds from {0}" +#~ msgstr "Показати вбудування з {0}" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 msgid "Show follows similar to {0}" msgstr "Показати підписки, схожі на {0}" @@ -4473,15 +4569,15 @@ msgstr "Показувати пости зі збережених стрічок msgid "Show Quote Posts" msgstr "Показувати цитати" -#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +#: src/screens/Onboarding/StepFollowingFeed.tsx:119 msgid "Show quote-posts in Following feed" msgstr "Показувати цитування у стрічці \"Following\"" -#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +#: src/screens/Onboarding/StepFollowingFeed.tsx:135 msgid "Show quotes in Following" msgstr "Показувати цитування у стрічці \"Following\"" -#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +#: src/screens/Onboarding/StepFollowingFeed.tsx:95 msgid "Show re-posts in Following feed" msgstr "Показувати репости у стрічці \"Following\"" @@ -4493,11 +4589,11 @@ msgstr "Показувати відповіді" msgid "Show replies by people you follow before all other replies." msgstr "Показувати відповіді від людей, за якими ви слідкуєте, вище інших." -#: src/screens/Onboarding/StepFollowingFeed.tsx:86 +#: src/screens/Onboarding/StepFollowingFeed.tsx:87 msgid "Show replies in Following" msgstr "Показувати відповіді у стрічці \"Following\"" -#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +#: src/screens/Onboarding/StepFollowingFeed.tsx:71 msgid "Show replies in Following feed" msgstr "Показувати відповіді у стрічці \"Following\"" @@ -4509,7 +4605,7 @@ msgstr "Показувати відповіді від {value} {0}" msgid "Show Reposts" msgstr "Показувати репости" -#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +#: src/screens/Onboarding/StepFollowingFeed.tsx:111 msgid "Show reposts in Following" msgstr "Показувати репости у стрічці \"Following\"" @@ -4534,16 +4630,22 @@ msgstr "" #~ msgid "Shows a list of users similar to this user." #~ msgstr "Показує список користувачів, схожих на цього." -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:127 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 msgid "Shows posts from {0} in your feed" msgstr "Показує дописи з {0} у вашій стрічці" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:72 -#: src/view/com/auth/login/Login.tsx:98 +#: src/screens/Login/index.tsx:100 +#: src/screens/Login/index.tsx:119 +#: src/screens/Login/LoginForm.tsx:131 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:73 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:83 #: src/view/com/auth/SplashScreen.tsx:81 -#: src/view/shell/bottom-bar/BottomBar.tsx:289 -#: src/view/shell/bottom-bar/BottomBar.tsx:290 -#: src/view/shell/bottom-bar/BottomBar.tsx:292 +#: src/view/com/auth/SplashScreen.tsx:90 +#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:119 +#: src/view/shell/bottom-bar/BottomBar.tsx:300 +#: src/view/shell/bottom-bar/BottomBar.tsx:301 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 @@ -4556,32 +4658,29 @@ msgstr "Увійти" #: src/view/com/auth/HomeLoggedOutCTA.tsx:82 #: src/view/com/auth/SplashScreen.tsx:86 #: src/view/com/auth/SplashScreen.web.tsx:91 -msgid "Sign In" -msgstr "Увійти" +#~ msgid "Sign In" +#~ msgstr "Увійти" -#: src/view/com/auth/login/ChooseAccountForm.tsx:45 +#: src/components/AccountList.tsx:109 msgid "Sign in as {0}" msgstr "Увійти як {0}" -#: src/view/com/auth/login/ChooseAccountForm.tsx:127 -#: src/view/com/auth/login/Login.tsx:116 +#: src/screens/Login/ChooseAccountForm.tsx:64 msgid "Sign in as..." msgstr "Увійти як..." #: src/view/com/auth/login/LoginForm.tsx:140 -msgid "Sign into" -msgstr "Увійти до" +#~ msgid "Sign into" +#~ msgstr "Увійти до" -#: src/view/com/modals/SwitchAccount.tsx:68 -#: src/view/com/modals/SwitchAccount.tsx:73 #: src/view/screens/Settings/index.tsx:107 #: src/view/screens/Settings/index.tsx:110 msgid "Sign out" msgstr "Вийти" -#: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/bottom-bar/BottomBar.tsx:280 -#: src/view/shell/bottom-bar/BottomBar.tsx:282 +#: src/view/shell/bottom-bar/BottomBar.tsx:290 +#: src/view/shell/bottom-bar/BottomBar.tsx:291 +#: src/view/shell/bottom-bar/BottomBar.tsx:293 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 @@ -4595,7 +4694,7 @@ msgstr "Зареєструватися" msgid "Sign up or sign in to join the conversation" msgstr "Зареєструйтеся або увійдіть, щоб приєднатися до розмови" -#: src/components/moderation/ScreenHider.tsx:98 +#: src/components/moderation/ScreenHider.tsx:97 #: src/lib/moderation/useGlobalLabelStrings.ts:28 msgid "Sign-in Required" msgstr "Необхідно увійти для перегляду" @@ -4604,21 +4703,21 @@ msgstr "Необхідно увійти для перегляду" msgid "Signed in as" msgstr "Ви увійшли як" -#: src/view/com/auth/login/ChooseAccountForm.tsx:112 +#: src/screens/Login/ChooseAccountForm.tsx:48 msgid "Signed in as @{0}" msgstr "Ви увійшли як @{0}" #: src/view/com/modals/SwitchAccount.tsx:70 -msgid "Signs {0} out of Bluesky" -msgstr "Виходить з Bluesky облікового запису {0}" +#~ msgid "Signs {0} out of Bluesky" +#~ msgstr "Виходить з Bluesky облікового запису {0}" -#: src/screens/Onboarding/StepInterests/index.tsx:235 -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:195 +#: src/screens/Onboarding/StepInterests/index.tsx:239 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:203 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:35 msgid "Skip" msgstr "Пропустити" -#: src/screens/Onboarding/StepInterests/index.tsx:232 +#: src/screens/Onboarding/StepInterests/index.tsx:236 msgid "Skip this flow" msgstr "Пропустити цей процес" @@ -4634,9 +4733,9 @@ msgstr "Розробка П/З" #~ msgid "Something went wrong and we're not sure what." #~ msgstr "" -#: src/components/ReportDialog/index.tsx:52 -#: src/screens/Moderation/index.tsx:116 -#: src/screens/Profile/Sections/Labels.tsx:77 +#: src/components/ReportDialog/index.tsx:59 +#: src/screens/Moderation/index.tsx:114 +#: src/screens/Profile/Sections/Labels.tsx:76 msgid "Something went wrong, please try again." msgstr "" @@ -4648,7 +4747,7 @@ msgstr "" #~ msgid "Something went wrong. Check your email and try again." #~ msgstr "" -#: src/App.native.tsx:71 +#: src/App.native.tsx:66 msgid "Sorry! Your session expired. Please log in again." msgstr "Даруйте! Ваш сеанс вичерпався. Будь ласка, увійдіть знову." @@ -4660,7 +4759,7 @@ msgstr "Сортувати відповіді" msgid "Sort replies to the same post by:" msgstr "Оберіть, як сортувати відповіді до постів:" -#: src/components/moderation/LabelsOnMeDialog.tsx:147 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 msgid "Source:" msgstr "" @@ -4676,7 +4775,7 @@ msgstr "" msgid "Sports" msgstr "Спорт" -#: src/view/com/modals/crop-image/CropImage.web.tsx:122 +#: src/view/com/modals/crop-image/CropImage.web.tsx:123 msgid "Square" msgstr "Квадратне" @@ -4684,13 +4783,17 @@ msgstr "Квадратне" #~ msgid "Staging" #~ msgstr "" -#: src/view/screens/Settings/index.tsx:905 +#: src/view/screens/Settings/index.tsx:903 msgid "Status page" msgstr "Сторінка стану" +#: src/screens/Signup/index.tsx:142 +msgid "Step" +msgstr "" + #: src/view/com/auth/create/StepHeader.tsx:22 -msgid "Step {0} of {numSteps}" -msgstr "Крок {0} / {numSteps}" +#~ msgid "Step {0} of {numSteps}" +#~ msgstr "Крок {0} / {numSteps}" #: src/view/screens/Settings/index.tsx:292 msgid "Storage cleared, you need to restart the app now." @@ -4701,8 +4804,8 @@ msgstr "Сховище очищено, тепер вам треба переза msgid "Storybook" msgstr "" +#: src/components/moderation/LabelsOnMeDialog.tsx:255 #: src/components/moderation/LabelsOnMeDialog.tsx:256 -#: src/components/moderation/LabelsOnMeDialog.tsx:257 msgid "Submit" msgstr "Надіслати" @@ -4710,20 +4813,20 @@ msgstr "Надіслати" msgid "Subscribe" msgstr "Підписатися" -#: src/screens/Profile/Sections/Labels.tsx:181 +#: src/screens/Profile/Sections/Labels.tsx:180 msgid "Subscribe to @{0} to use these labels:" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:222 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:221 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:308 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:172 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 msgid "Subscribe to the {0} feed" msgstr "Підписатися на {0} стрічку" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:185 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 msgid "Subscribe to this labeler" msgstr "" @@ -4731,7 +4834,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "Підписатися на цей список" -#: src/view/screens/Search/Search.tsx:375 +#: src/view/screens/Search/Search.tsx:376 msgid "Suggested Follows" msgstr "Пропоновані підписки" @@ -4753,16 +4856,15 @@ msgstr "Підтримка" #~ msgid "Swipe up to see more" #~ msgstr "" -#: src/view/com/modals/SwitchAccount.tsx:123 +#: src/components/dialogs/SwitchAccount.tsx:46 +#: src/components/dialogs/SwitchAccount.tsx:49 msgid "Switch Account" msgstr "Перемикнути обліковий запис" -#: src/view/com/modals/SwitchAccount.tsx:103 #: src/view/screens/Settings/index.tsx:139 msgid "Switch to {0}" msgstr "Переключитися на {0}" -#: src/view/com/modals/SwitchAccount.tsx:104 #: src/view/screens/Settings/index.tsx:140 msgid "Switches the account you are logged in to" msgstr "Переключає обліковий запис" @@ -4775,7 +4877,7 @@ msgstr "Системне" msgid "System log" msgstr "Системний журнал" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "тег" @@ -4787,7 +4889,7 @@ msgstr "Меню тегів: {displayTag}" #~ msgid "Tag menu: {tag}" #~ msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:112 +#: src/view/com/modals/crop-image/CropImage.web.tsx:113 msgid "Tall" msgstr "Високе" @@ -4804,8 +4906,8 @@ msgid "Terms" msgstr "Умови" #: src/Navigation.tsx:236 -#: src/view/com/auth/create/Policies.tsx:59 -#: src/view/screens/Settings/index.tsx:919 +#: src/screens/Signup/StepInfo/Policies.tsx:49 +#: src/view/screens/Settings/index.tsx:917 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:259 msgid "Terms of Service" @@ -4817,11 +4919,11 @@ msgstr "Умови Використання" msgid "Terms used violate community standards" msgstr "" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "текст" -#: src/components/moderation/LabelsOnMeDialog.tsx:220 +#: src/components/moderation/LabelsOnMeDialog.tsx:219 msgid "Text input field" msgstr "Поле вводу тексту" @@ -4829,20 +4931,20 @@ msgstr "Поле вводу тексту" msgid "Thank you. Your report has been sent." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:466 +#: src/view/com/modals/ChangeHandle.tsx:465 msgid "That contains the following:" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:94 +#: src/screens/Signup/index.tsx:84 msgid "That handle is already taken." msgstr "Цей псевдонім вже зайнятий." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:283 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "Обліковий запис зможе взаємодіяти з вами після розблокування." -#: src/components/moderation/ModerationDetailsDialog.tsx:128 +#: src/components/moderation/ModerationDetailsDialog.tsx:127 msgid "the author" msgstr "" @@ -4854,15 +4956,15 @@ msgstr "Правила Спільноти переміщено до <0/>" msgid "The Copyright Policy has been moved to <0/>" msgstr "Політику захисту авторського права переміщено до <0/>" -#: src/components/moderation/LabelsOnMeDialog.tsx:49 +#: src/components/moderation/LabelsOnMeDialog.tsx:48 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:50 +#: src/components/moderation/LabelsOnMeDialog.tsx:49 msgid "The following labels were applied to your content." msgstr "" -#: src/screens/Onboarding/Layout.tsx:60 +#: src/screens/Onboarding/Layout.tsx:58 msgid "The following steps will help customize your Bluesky experience." msgstr "Наступні кроки допоможуть налаштувати Ваш досвід використання Bluesky." @@ -4883,12 +4985,12 @@ msgstr "Форму підтримки переміщено. Якщо вам по msgid "The Terms of Service have been moved to" msgstr "Умови Використання перенесено до" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:150 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:141 msgid "There are many feeds to try:" msgstr "Також є багато інших стрічок, щоб спробувати:" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:113 -#: src/view/screens/ProfileFeed.tsx:543 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112 +#: src/view/screens/ProfileFeed.tsx:544 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "Виникла проблема з доступом до сервера. Перевірте підключення до Інтернету і повторіть спробу знову." @@ -4896,11 +4998,11 @@ msgstr "Виникла проблема з доступом до сервера. msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "Виникла проблема при видаленні цієї стрічки. Перевірте підключення до Інтернету і повторіть спробу." -#: src/view/screens/ProfileFeed.tsx:217 +#: src/view/screens/ProfileFeed.tsx:218 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "Виникла проблема з оновленням ваших стрічок. Перевірте підключення до Інтернету і повторіть спробу." -#: src/view/screens/ProfileFeed.tsx:244 +#: src/view/screens/ProfileFeed.tsx:245 #: src/view/screens/ProfileList.tsx:275 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 @@ -4919,7 +5021,7 @@ msgstr "При з'єднанні з вашим сервером виникла msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Виникла проблема з завантаженням сповіщень. Натисніть тут, щоб повторити спробу." -#: src/view/com/posts/Feed.tsx:283 +#: src/view/com/posts/Feed.tsx:287 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Виникла проблема з завантаженням постів. Натисніть тут, щоб повторити спробу." @@ -4944,11 +5046,11 @@ msgstr "Виникла проблема під час синхронізації msgid "There was an issue with fetching your app passwords" msgstr "Виникла проблема з завантаженням ваших паролів для застосунків" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:134 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:96 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:106 #: src/view/com/profile/ProfileMenu.tsx:117 #: src/view/com/profile/ProfileMenu.tsx:132 @@ -4977,19 +5079,19 @@ msgstr "Відбувався наплив нових користувачів у #~ 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 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146 msgid "These are popular accounts you might like:" msgstr "Ці популярні користувачі можуть вам сподобатися:" -#: src/components/moderation/ScreenHider.tsx:117 +#: src/components/moderation/ScreenHider.tsx:116 msgid "This {screenDescription} has been flagged:" msgstr "Цей {screenDescription} був позначений:" -#: src/components/moderation/ScreenHider.tsx:112 +#: src/components/moderation/ScreenHider.tsx:111 msgid "This account has requested that users sign in to view their profile." msgstr "Цей користувач вказав, що не хоче, аби його профіль бачили відвідувачі без облікового запису." -#: src/components/moderation/LabelsOnMeDialog.tsx:205 +#: src/components/moderation/LabelsOnMeDialog.tsx:204 msgid "This appeal will be sent to <0>{0}</0>." msgstr "" @@ -5001,11 +5103,11 @@ msgstr "" msgid "This content has received a general warning from moderators." msgstr "" -#: src/view/com/modals/EmbedConsent.tsx:68 +#: src/components/dialogs/EmbedConsent.tsx:64 msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Цей вміст розміщено {0}. Увімкнути зовнішні медіа?" -#: src/components/moderation/ModerationDetailsDialog.tsx:78 +#: src/components/moderation/ModerationDetailsDialog.tsx:77 #: src/lib/moderation/useModerationCauseDescription.ts:77 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Цей контент недоступний, оскільки один із залучених користувачів заблокував іншого." @@ -5027,7 +5129,7 @@ msgid "This feed is currently receiving high traffic and is temporarily unavaila msgstr "Ця стрічка зараз отримує забагато запитів і тимчасово недоступна. Спробуйте ще раз пізніше." #: src/screens/Profile/Sections/Feed.tsx:50 -#: src/view/screens/ProfileFeed.tsx:476 +#: src/view/screens/ProfileFeed.tsx:477 #: src/view/screens/ProfileList.tsx:675 msgid "This feed is empty!" msgstr "Стрічка порожня!" @@ -5044,15 +5146,15 @@ msgstr "Ця інформація не розкривається іншим к msgid "This is important in case you ever need to change your email or reset your password." msgstr "Це важливо для випадку, якщо вам коли-небудь потрібно буде змінити адресу електронної пошти або відновити пароль." -#: src/components/moderation/ModerationDetailsDialog.tsx:125 +#: src/components/moderation/ModerationDetailsDialog.tsx:124 msgid "This label was applied by {0}." msgstr "" -#: src/screens/Profile/Sections/Labels.tsx:168 +#: src/screens/Profile/Sections/Labels.tsx:167 msgid "This labeler hasn't declared what labels it publishes, and may not be active." msgstr "" -#: src/view/com/modals/LinkWarning.tsx:58 +#: src/view/com/modals/LinkWarning.tsx:72 msgid "This link is taking you to the following website:" msgstr "Це посилання веде на сайт:" @@ -5064,7 +5166,7 @@ msgstr "Список порожній!" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:106 +#: src/view/com/modals/AddAppPasswords.tsx:107 msgid "This name is already in use" msgstr "Це ім'я вже використовується" @@ -5073,6 +5175,7 @@ msgid "This post has been deleted." msgstr "Цей пост було видалено." #: src/view/com/util/forms/PostDropdownBtn.tsx:344 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "" @@ -5084,19 +5187,19 @@ msgstr "" msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "" -#: src/view/com/auth/create/Policies.tsx:46 +#: src/screens/Signup/StepInfo/Policies.tsx:37 msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:446 +#: src/view/com/modals/ChangeHandle.tsx:445 msgid "This should create a domain record at:" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:87 msgid "This user doesn't have any followers." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:73 +#: src/components/moderation/ModerationDetailsDialog.tsx:72 #: src/lib/moderation/useModerationCauseDescription.ts:68 msgid "This user has blocked you. You cannot view their content." msgstr "Цей користувач заблокував вас. Ви не можете бачити їх пости." @@ -5113,11 +5216,11 @@ msgstr "" #~ msgid "This user is included in the <0/> list which you have muted." #~ msgstr "Цей користувач в списку \"<0/>\" який ви ігноруєте." -#: src/components/moderation/ModerationDetailsDialog.tsx:56 +#: src/components/moderation/ModerationDetailsDialog.tsx:55 msgid "This user is included in the <0>{0}</0> list which you have blocked." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:85 +#: src/components/moderation/ModerationDetailsDialog.tsx:84 msgid "This user is included in the <0>{0}</0> list which you have muted." msgstr "" @@ -5125,7 +5228,7 @@ msgstr "" #~ msgid "This user is included the <0/> list which you have muted." #~ msgstr "" -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:87 msgid "This user isn't following anyone." msgstr "" @@ -5133,7 +5236,7 @@ msgstr "" msgid "This warning is only available for posts with media attached." msgstr "Це попередження доступне тільки для записів з прикріпленими медіа-файлами." -#: src/components/dialogs/MutedWords.tsx:284 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "Це видалить {0} зі ваших ігнорованих слів. Ви завжди можете додати його назад." @@ -5158,11 +5261,11 @@ msgstr "Режим гілок" msgid "Threads Preferences" msgstr "Налаштування обговорень" -#: src/components/ReportDialog/SelectLabelerView.tsx:35 +#: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "" -#: src/components/dialogs/MutedWords.tsx:113 +#: src/components/dialogs/MutedWords.tsx:112 msgid "Toggle between muted word options." msgstr "Перемикання між опціями ігнорування слів." @@ -5170,11 +5273,11 @@ msgstr "Перемикання між опціями ігнорування сл msgid "Toggle dropdown" msgstr "Розкрити/сховати" -#: src/screens/Moderation/index.tsx:334 +#: src/screens/Moderation/index.tsx:332 msgid "Toggle to enable or disable adult content" msgstr "" -#: src/view/com/modals/EditImage.tsx:271 +#: src/view/com/modals/EditImage.tsx:272 msgid "Transformations" msgstr "Редагування" @@ -5190,7 +5293,7 @@ msgctxt "action" msgid "Try again" msgstr "Спробувати ще раз" -#: src/view/com/modals/ChangeHandle.tsx:429 +#: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "" @@ -5202,22 +5305,23 @@ msgstr "Розблокувати список" msgid "Un-mute list" msgstr "Перестати ігнорувати" -#: src/view/com/auth/create/CreateAccount.tsx:58 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:87 -#: src/view/com/auth/login/Login.tsx:76 -#: src/view/com/auth/login/LoginForm.tsx:121 +#: src/screens/Login/ForgotPasswordForm.tsx:74 +#: src/screens/Login/index.tsx:78 +#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/SetNewPasswordForm.tsx:77 +#: src/screens/Signup/index.tsx:63 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Не вдалося зв'язатися з вашим хостинг-провайдером. Перевірте ваше підключення до Інтернету." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:572 msgid "Unblock" msgstr "Розблокувати" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 msgctxt "action" msgid "Unblock" msgstr "Розблокувати" @@ -5227,13 +5331,13 @@ msgstr "Розблокувати" msgid "Unblock Account" msgstr "Розблокувати обліковий запис" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:281 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "" -#: src/view/com/modals/Repost.tsx:42 -#: src/view/com/modals/Repost.tsx:55 +#: src/view/com/modals/Repost.tsx:43 +#: src/view/com/modals/Repost.tsx:56 #: src/view/com/util/post-ctrls/RepostButton.tsx:60 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:48 msgid "Undo repost" @@ -5249,7 +5353,7 @@ msgctxt "action" msgid "Unfollow" msgstr "Відписатись" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 msgid "Unfollow {0}" msgstr "Відписатися від {0}" @@ -5259,14 +5363,14 @@ msgid "Unfollow Account" msgstr "" #: src/view/com/auth/create/state.ts:262 -msgid "Unfortunately, you do not meet the requirements to create an account." -msgstr "На жаль, ви не відповідаєте вимогам для створення облікового запису." +#~ msgid "Unfortunately, you do not meet the requirements to create an account." +#~ msgstr "На жаль, ви не відповідаєте вимогам для створення облікового запису." -#: src/view/com/util/post-ctrls/PostCtrls.tsx:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Unlike" msgstr "Прибрати вподобання" -#: src/view/screens/ProfileFeed.tsx:572 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Unlike this feed" msgstr "" @@ -5297,12 +5401,12 @@ msgstr "Перестати ігнорувати всі пости {displayTag}" msgid "Unmute thread" msgstr "Перестати ігнорувати" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 #: src/view/screens/ProfileList.tsx:563 msgid "Unpin" msgstr "Відкріпити" -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Unpin from home" msgstr "" @@ -5314,11 +5418,11 @@ msgstr "Відкріпити список модерації" #~ msgid "Unsave" #~ msgstr "Скасувати збереження" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:219 msgid "Unsubscribe" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183 msgid "Unsubscribe from this labeler" msgstr "" @@ -5334,15 +5438,15 @@ msgstr "Змінити належність {displayName} до списків" #~ msgid "Update Available" #~ msgstr "Доступне оновлення" -#: src/view/com/modals/ChangeHandle.tsx:509 +#: src/view/com/modals/ChangeHandle.tsx:508 msgid "Update to {handle}" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:204 +#: src/screens/Login/SetNewPasswordForm.tsx:186 msgid "Updating..." msgstr "Оновлення..." -#: src/view/com/modals/ChangeHandle.tsx:455 +#: src/view/com/modals/ChangeHandle.tsx:454 msgid "Upload a text file to:" msgstr "Завантажити текстовий файл до:" @@ -5365,7 +5469,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:409 +#: src/view/com/modals/ChangeHandle.tsx:408 msgid "Use a file on your server" msgstr "" @@ -5373,11 +5477,11 @@ msgstr "" msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "Використовуйте паролі для застосунків для входу в інших застосунках для Bluesky. Це дозволить використовувати їх, не надаючи повний доступ до вашого облікового запису і вашого основного пароля." -#: src/view/com/modals/ChangeHandle.tsx:518 +#: src/view/com/modals/ChangeHandle.tsx:517 msgid "Use bsky.social as hosting provider" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:517 +#: src/view/com/modals/ChangeHandle.tsx:516 msgid "Use default provider" msgstr "Використовувати провайдера за замовчуванням" @@ -5391,11 +5495,11 @@ msgstr "У вбудованому браузері" msgid "Use my default browser" msgstr "У звичайному браузері" -#: src/view/com/modals/ChangeHandle.tsx:401 +#: src/view/com/modals/ChangeHandle.tsx:400 msgid "Use the DNS panel" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:155 +#: src/view/com/modals/AddAppPasswords.tsx:156 msgid "Use this to sign into the other app along with your handle." msgstr "Скористайтесь ним для входу в інші застосунки." @@ -5403,11 +5507,11 @@ msgstr "Скористайтесь ним для входу в інші заст #~ msgid "Use your domain as your Bluesky client service provider" #~ msgstr "" -#: src/view/com/modals/InviteCodes.tsx:200 +#: src/view/com/modals/InviteCodes.tsx:201 msgid "Used by:" msgstr "Використано:" -#: src/components/moderation/ModerationDetailsDialog.tsx:65 +#: src/components/moderation/ModerationDetailsDialog.tsx:64 #: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked" msgstr "Користувача заблоковано" @@ -5416,7 +5520,7 @@ msgstr "Користувача заблоковано" msgid "User Blocked by \"{0}\"" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:54 +#: src/components/moderation/ModerationDetailsDialog.tsx:53 msgid "User Blocked by List" msgstr "Користувача заблоковано списком" @@ -5424,13 +5528,13 @@ msgstr "Користувача заблоковано списком" msgid "User Blocking You" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:71 +#: src/components/moderation/ModerationDetailsDialog.tsx:70 msgid "User Blocks You" msgstr "Користувач заблокував вас" #: src/view/com/auth/create/Step2.tsx:79 -msgid "User handle" -msgstr "Псевдонім" +#~ msgid "User handle" +#~ msgstr "Псевдонім" #: src/view/com/lists/ListCard.tsx:85 #: src/view/com/modals/UserAddRemoveLists.tsx:198 @@ -5447,11 +5551,11 @@ msgstr "Список користувачів від <0/>" msgid "User list by you" msgstr "Список користувачів від вас" -#: src/view/com/modals/CreateOrEditList.tsx:196 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "User list created" msgstr "Список користувачів створено" -#: src/view/com/modals/CreateOrEditList.tsx:182 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "User list updated" msgstr "Список користувачів оновлено" @@ -5459,8 +5563,7 @@ msgstr "Список користувачів оновлено" msgid "User Lists" msgstr "Списки користувачів" -#: src/view/com/auth/login/LoginForm.tsx:180 -#: src/view/com/auth/login/LoginForm.tsx:198 +#: src/screens/Login/LoginForm.tsx:151 msgid "Username or email address" msgstr "Ім'я користувача або електронна адреса" @@ -5480,7 +5583,7 @@ msgstr "Користувачі в «{0}»" msgid "Users that have liked this content or profile" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:437 +#: src/view/com/modals/ChangeHandle.tsx:436 msgid "Value:" msgstr "" @@ -5488,19 +5591,19 @@ msgstr "" #~ msgid "Verification code" #~ msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:510 +#: src/view/com/modals/ChangeHandle.tsx:509 msgid "Verify {0}" msgstr "" -#: src/view/screens/Settings/index.tsx:944 +#: src/view/screens/Settings/index.tsx:942 msgid "Verify email" msgstr "Підтвердити електронну адресу" -#: src/view/screens/Settings/index.tsx:969 +#: src/view/screens/Settings/index.tsx:967 msgid "Verify my email" msgstr "Підтвердити мою електронну адресу" -#: src/view/screens/Settings/index.tsx:978 +#: src/view/screens/Settings/index.tsx:976 msgid "Verify My Email" msgstr "Підтвердити мою електронну адресу" @@ -5513,11 +5616,15 @@ msgstr "Підтвердити нову адресу електронної по msgid "Verify Your Email" msgstr "Підтвердьте адресу вашої електронної пошти" +#: src/view/screens/Settings/index.tsx:893 +msgid "Version {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:42 msgid "Video Games" msgstr "Відеоігри" -#: src/screens/Profile/Header/Shell.tsx:110 +#: src/screens/Profile/Header/Shell.tsx:107 msgid "View {0}'s avatar" msgstr "Переглянути аватар {0}" @@ -5525,11 +5632,11 @@ msgstr "Переглянути аватар {0}" msgid "View debug entry" msgstr "Переглянути запис для налагодження" -#: src/components/ReportDialog/SelectReportOptionView.tsx:133 +#: src/components/ReportDialog/SelectReportOptionView.tsx:131 msgid "View details" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:128 +#: src/components/ReportDialog/SelectReportOptionView.tsx:126 msgid "View details for reporting a copyright violation" msgstr "" @@ -5553,16 +5660,16 @@ msgstr "Переглянути аватар" msgid "View the labeling service provided by @{0}" msgstr "" -#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileFeed.tsx:585 msgid "View users who like this feed" msgstr "" -#: src/view/com/modals/LinkWarning.tsx:75 -#: src/view/com/modals/LinkWarning.tsx:77 +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" msgstr "Відвідати сайт" -#: src/components/moderation/GlobalModerationLabelPref.tsx:44 +#: src/components/moderation/LabelPreference.tsx:135 #: src/lib/moderation/useLabelBehaviorDescription.ts:17 #: src/lib/moderation/useLabelBehaviorDescription.ts:22 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:53 @@ -5578,10 +5685,10 @@ msgid "Warn content and filter from feeds" msgstr "" #: src/screens/Onboarding/StepAlgoFeeds/index.tsx:134 -msgid "We also think you'll like \"For You\" by Skygaze:" -msgstr "Гадаємо, вам також сподобається «For You» від Skygaze:" +#~ msgid "We also think you'll like \"For You\" by Skygaze:" +#~ msgstr "Гадаємо, вам також сподобається «For You» від Skygaze:" -#: src/screens/Hashtag.tsx:132 +#: src/screens/Hashtag.tsx:133 msgid "We couldn't find any results for that hashtag." msgstr "Ми не змогли знайти жодних результатів для цього хештегу." @@ -5589,7 +5696,7 @@ msgstr "Ми не змогли знайти жодних результатів msgid "We estimate {estimatedTime} until your account is ready." msgstr "Ми оцінюємо {estimatedTime} до готовності вашого облікового запису." -#: src/screens/Onboarding/StepFinished.tsx:93 +#: src/screens/Onboarding/StepFinished.tsx:97 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Ми сподіваємося, що ви проведете чудово свій час. Пам'ятайте, Bluesky — це:" @@ -5601,11 +5708,11 @@ msgstr "У нас закінчилися дописи у ваших підпис #~ msgid "We recommend \"For You\" by Skygaze:" #~ msgstr "" -#: src/components/dialogs/MutedWords.tsx:204 +#: src/components/dialogs/MutedWords.tsx:203 msgid "We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Ми рекомендуємо уникати загальних слів, що зʼявляються у багатьох постах, оскільки це може призвести до того, що жодного поста не буде показано." -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:125 msgid "We recommend our \"Discover\" feed:" msgstr "Ми рекомендуємо стрічку «Discover»:" @@ -5613,11 +5720,11 @@ msgstr "Ми рекомендуємо стрічку «Discover»:" msgid "We were unable to load your birth date preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:387 +#: src/screens/Moderation/index.tsx:385 msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:133 +#: src/screens/Onboarding/StepInterests/index.tsx:137 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 "Ми не змогли під'єднатися. Будь ласка, спробуйте ще раз, щоб продовжити налаштування свого облікового запису. Якщо помилка повторюється, то ви можете пропустити цей процес." @@ -5629,11 +5736,11 @@ msgstr "Ми повідомимо вас, коли ваш обліковий з #~ msgid "We'll look into your appeal promptly." #~ msgstr "Ми скоро розглянемо вашу апеляцію." -#: src/screens/Onboarding/StepInterests/index.tsx:138 +#: src/screens/Onboarding/StepInterests/index.tsx:142 msgid "We'll use this to help customize your experience." msgstr "Ми скористаємося цим, щоб підлаштувати Ваш досвід." -#: src/view/com/auth/create/CreateAccount.tsx:134 +#: src/screens/Signup/index.tsx:130 msgid "We're so excited to have you join us!" msgstr "Ми дуже раді, що ви приєдналися!" @@ -5641,20 +5748,20 @@ msgstr "Ми дуже раді, що ви приєдналися!" msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "Дуже прикро, але нам не вдалося знайти цей список. Якщо це продовжується, будь ласка, зв'яжіться з його автором: @{handleOrDid}." -#: src/components/dialogs/MutedWords.tsx:230 +#: src/components/dialogs/MutedWords.tsx:229 msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "На жаль, ми не змогли зараз завантажити ваші ігноровані слова. Будь ласка, спробуйте ще раз." -#: src/view/screens/Search/Search.tsx:255 +#: src/view/screens/Search/Search.tsx:256 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Даруйте, нам не вдалося виконати пошук за вашим запитом. Будь ласка, спробуйте ще раз через кілька хвилин." -#: src/components/Lists.tsx:194 +#: src/components/Lists.tsx:188 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "Нам дуже прикро! Ми не можемо знайти сторінку, яку ви шукали." -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:321 msgid "We're sorry! You can only subscribe to ten labelers, and you've reached your limit of ten." msgstr "" @@ -5662,7 +5769,7 @@ msgstr "" msgid "Welcome to <0>Bluesky</0>" msgstr "Ласкаво просимо до <0>Bluesky</0>" -#: src/screens/Onboarding/StepInterests/index.tsx:130 +#: src/screens/Onboarding/StepInterests/index.tsx:134 msgid "What are your interests?" msgstr "Чим ви цікавитесь?" @@ -5670,8 +5777,9 @@ msgstr "Чим ви цікавитесь?" #~ msgid "What is the issue with this {collectionName}?" #~ msgstr "Яка проблема з {collectionName}?" -#: src/view/com/auth/SplashScreen.tsx:59 -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/auth/SplashScreen.tsx:58 +#: src/view/com/auth/SplashScreen.web.tsx:84 +#: src/view/com/composer/Composer.tsx:296 msgid "What's up?" msgstr "Як справи?" @@ -5688,35 +5796,35 @@ msgstr "Якими мовами ви хочете бачити пости у а msgid "Who can reply" msgstr "Хто може відповідати" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 +#: src/components/ReportDialog/SelectReportOptionView.tsx:43 msgid "Why should this content be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 +#: src/components/ReportDialog/SelectReportOptionView.tsx:56 msgid "Why should this feed be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 +#: src/components/ReportDialog/SelectReportOptionView.tsx:53 msgid "Why should this list be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 +#: src/components/ReportDialog/SelectReportOptionView.tsx:50 msgid "Why should this post be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 +#: src/components/ReportDialog/SelectReportOptionView.tsx:47 msgid "Why should this user be reviewed?" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:102 +#: src/view/com/modals/crop-image/CropImage.web.tsx:103 msgid "Wide" msgstr "Широке" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:436 msgid "Write post" msgstr "Написати пост" -#: src/view/com/composer/Composer.tsx:294 +#: src/view/com/composer/Composer.tsx:295 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "Написати відповідь" @@ -5747,7 +5855,7 @@ msgstr "Так" msgid "You are in line." msgstr "Ви в черзі." -#: src/view/com/profile/ProfileFollows.tsx:93 +#: src/view/com/profile/ProfileFollows.tsx:86 msgid "You are not following anyone." msgstr "" @@ -5760,20 +5868,20 @@ msgstr "Також ви можете знайти кастомні стрічк #~ msgid "You can also try our \"Discover\" algorithm:" #~ msgstr "" -#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +#: src/screens/Onboarding/StepFollowingFeed.tsx:143 msgid "You can change these settings later." msgstr "Ви можете змінити ці налаштування пізніше." -#: src/view/com/auth/login/Login.tsx:158 -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 +#: src/screens/Login/index.tsx:158 +#: src/screens/Login/PasswordUpdatedForm.tsx:33 msgid "You can now sign in with your new password." msgstr "Тепер ви можете увійти за допомогою нового пароля." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:86 msgid "You do not have any followers." msgstr "" -#: src/view/com/modals/InviteCodes.tsx:66 +#: src/view/com/modals/InviteCodes.tsx:67 msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer." msgstr "У вас ще немає кодів запрошення! З часом ми надамо вам декілька." @@ -5793,14 +5901,14 @@ msgstr "У вас немає збережених стрічок." msgid "You have blocked the author or you have been blocked by the author." msgstr "Ви заблокували автора або автор заблокував вас." -#: src/components/moderation/ModerationDetailsDialog.tsx:67 +#: src/components/moderation/ModerationDetailsDialog.tsx:66 #: src/lib/moderation/useModerationCauseDescription.ts:50 #: src/lib/moderation/useModerationCauseDescription.ts:58 msgid "You have blocked this user. You cannot view their content." msgstr "Ви заблокували цього користувача. Ви не можете бачити їх вміст." -#: src/view/com/auth/login/SetNewPasswordForm.tsx:57 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:92 +#: src/screens/Login/SetNewPasswordForm.tsx:54 +#: src/screens/Login/SetNewPasswordForm.tsx:91 #: src/view/com/modals/ChangePassword.tsx:87 #: src/view/com/modals/ChangePassword.tsx:121 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." @@ -5810,11 +5918,11 @@ msgstr "Ви ввели неправильний код. Він має вигл msgid "You have hidden this post" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:102 +#: src/components/moderation/ModerationDetailsDialog.tsx:101 msgid "You have hidden this post." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:95 +#: src/components/moderation/ModerationDetailsDialog.tsx:94 #: src/lib/moderation/useModerationCauseDescription.ts:92 msgid "You have muted this account." msgstr "" @@ -5856,14 +5964,18 @@ msgstr "" #~ msgid "You have not muted any accounts yet. To mute an account, go to their profile and selected \"Mute account\" from the menu on their account." #~ msgstr "Ви ще не ігноруєте жодного облікового запису. Щоб ігнорувати когось, перейдіть до їх профілю та виберіть опцію \"Ігнорувати\" у меню їх облікового запису." -#: src/components/dialogs/MutedWords.tsx:250 +#: src/components/dialogs/MutedWords.tsx:249 msgid "You haven't muted any words or tags yet" msgstr "У вас ще немає ігнорованих слів чи тегів" -#: src/components/moderation/LabelsOnMeDialog.tsx:69 +#: src/components/moderation/LabelsOnMeDialog.tsx:68 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" +#: src/screens/Signup/StepInfo/Policies.tsx:79 +msgid "You must be 13 years of age or older to sign up." +msgstr "" + #: src/view/com/modals/ContentFilteringSettings.tsx:175 #~ msgid "You must be 18 or older to enable adult content." #~ msgstr "Щоб увімкнути відображення вмісту для дорослих вам повинно бути не менше 18 років." @@ -5884,11 +5996,11 @@ msgstr "Ви більше не будете отримувати сповіще msgid "You will now receive notifications for this thread" msgstr "Ви будете отримувати сповіщення з цього обговорення" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:107 +#: src/screens/Login/SetNewPasswordForm.tsx:104 msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Ви отримаєте електронний лист із кодом підтвердження. Введіть цей код тут, а потім введіть новий пароль." -#: src/screens/Onboarding/StepModeration/index.tsx:59 +#: src/screens/Onboarding/StepModeration/index.tsx:60 msgid "You're in control" msgstr "Все під вашим контролем" @@ -5898,11 +6010,11 @@ msgstr "Все під вашим контролем" msgid "You're in line" msgstr "Ви в черзі" -#: src/screens/Onboarding/StepFinished.tsx:90 +#: src/screens/Onboarding/StepFinished.tsx:94 msgid "You're ready to go!" msgstr "Все готово!" -#: src/components/moderation/ModerationDetailsDialog.tsx:99 +#: src/components/moderation/ModerationDetailsDialog.tsx:98 #: src/lib/moderation/useModerationCauseDescription.ts:101 msgid "You've chosen to hide a word or tag within this post." msgstr "" @@ -5911,11 +6023,11 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Ваша домашня стрічка закінчилась! Підпишіться на більше користувачів щоб отримувати більше постів." -#: src/view/com/auth/create/Step1.tsx:67 +#: src/screens/Signup/index.tsx:150 msgid "Your account" msgstr "Ваш акаунт" -#: src/view/com/modals/DeleteAccount.tsx:67 +#: src/view/com/modals/DeleteAccount.tsx:68 msgid "Your account has been deleted" msgstr "Ваш обліковий запис видалено" @@ -5923,7 +6035,7 @@ msgstr "Ваш обліковий запис видалено" msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Дані з вашого облікового запису, які містять усі загальнодоступні записи, можна завантажити як \"CAR\" файл. Цей файл не містить медіафайлів, таких як зображення, або особисті дані, які необхідно отримати окремо." -#: src/view/com/auth/create/Step1.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:121 msgid "Your birth date" msgstr "Ваша дата народження" @@ -5931,12 +6043,12 @@ msgstr "Ваша дата народження" msgid "Your choice will be saved, but can be changed later in settings." msgstr "Ваш вибір буде запам'ятовано, ви у будь-який момент зможете змінити його в налаштуваннях." -#: src/screens/Onboarding/StepFollowingFeed.tsx:61 +#: src/screens/Onboarding/StepFollowingFeed.tsx:62 msgid "Your default feed is \"Following\"" msgstr "Ваша стрічка за замовчуванням \"Following\"" -#: src/view/com/auth/create/state.ts:110 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:70 +#: src/screens/Login/ForgotPasswordForm.tsx:57 +#: src/screens/Signup/state.ts:227 #: src/view/com/modals/ChangePassword.tsx:54 msgid "Your email appears to be invalid." msgstr "Не вдалося розпізнати адресу електронної пошти." @@ -5957,11 +6069,11 @@ msgstr "Ваша електронна пошта ще не підтвердже msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Ваша домашня стрічка порожня! Підпишіться на більше користувачів щоб отримувати більше постів." -#: src/view/com/auth/create/Step2.tsx:83 +#: src/screens/Signup/StepHandle.tsx:72 msgid "Your full handle will be" msgstr "Ваш повний псевдонім буде" -#: src/view/com/modals/ChangeHandle.tsx:270 +#: src/view/com/modals/ChangeHandle.tsx:271 msgid "Your full handle will be <0>@{0}</0>" msgstr "Вашим повним псевдонімом буде <0>@{0}</0>" @@ -5971,7 +6083,7 @@ msgstr "Вашим повним псевдонімом буде <0>@{0}</0>" #~ msgid "Your invite codes are hidden when logged in using an App Password" #~ msgstr "" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "Ваші ігноровані слова" @@ -5979,25 +6091,24 @@ msgstr "Ваші ігноровані слова" msgid "Your password has been changed successfully!" msgstr "Ваш пароль успішно змінено!" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:284 msgid "Your post has been published" msgstr "Пост опубліковано" -#: src/screens/Onboarding/StepFinished.tsx:105 +#: src/screens/Onboarding/StepFinished.tsx:109 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:61 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Ваші повідомлення, вподобання і блоки є публічними. Ігнорування - приватні." -#: src/view/com/modals/SwitchAccount.tsx:88 #: src/view/screens/Settings/index.tsx:125 msgid "Your profile" msgstr "Ваш профіль" -#: src/view/com/composer/Composer.tsx:282 +#: src/view/com/composer/Composer.tsx:283 msgid "Your reply has been published" msgstr "Відповідь опубліковано" -#: src/view/com/auth/create/Step2.tsx:65 +#: src/screens/Signup/index.tsx:152 msgid "Your user handle" msgstr "Ваш псевдонім" diff --git a/src/locale/locales/zh-CN/messages.po b/src/locale/locales/zh-CN/messages.po index a597edc16..cbd335e83 100644 --- a/src/locale/locales/zh-CN/messages.po +++ b/src/locale/locales/zh-CN/messages.po @@ -17,7 +17,7 @@ msgstr "" msgid "(no email)" msgstr "(没有邮件)" -#: src/screens/Profile/Header/Metrics.tsx:45 +#: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} 个正在关注" @@ -33,7 +33,7 @@ msgstr "<0/> 个成员" msgid "<0>{0}</0> following" msgstr "<0>{0}</0> 个正在关注" -#: src/screens/Profile/Header/Metrics.tsx:46 +#: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} </0><1>following</1>" msgstr "<0>{following} </0><1>个正在关注</1>" @@ -54,7 +54,7 @@ msgid "⚠Invalid Handle" msgstr "⚠无效的用户识别符" #: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:648 +#: src/view/screens/Search/Search.tsx:649 msgid "Access navigation links and settings" msgstr "访问导航链接及设置" @@ -62,7 +62,7 @@ msgstr "访问导航链接及设置" msgid "Access profile and other navigation links" msgstr "访问个人资料及其他导航链接" -#: src/view/com/modals/EditImage.tsx:299 +#: src/view/com/modals/EditImage.tsx:300 #: src/view/screens/Settings/index.tsx:470 msgid "Accessibility" msgstr "无障碍" @@ -71,7 +71,7 @@ msgstr "无障碍" msgid "account" msgstr "账户" -#: src/view/com/auth/login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:144 #: src/view/screens/Settings/index.tsx:327 #: src/view/screens/Settings/index.tsx:743 msgid "Account" @@ -89,12 +89,12 @@ msgstr "已关注账户" msgid "Account muted" msgstr "已隐藏账户" -#: src/components/moderation/ModerationDetailsDialog.tsx:94 +#: src/components/moderation/ModerationDetailsDialog.tsx:93 #: src/lib/moderation/useModerationCauseDescription.ts:91 msgid "Account Muted" msgstr "已隐藏账户" -#: src/components/moderation/ModerationDetailsDialog.tsx:83 +#: src/components/moderation/ModerationDetailsDialog.tsx:82 msgid "Account Muted by List" msgstr "账户已被列表隐藏" @@ -106,7 +106,7 @@ msgstr "账户选项" msgid "Account removed from quick access" msgstr "已从快速访问中移除账户" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:130 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "已取消屏蔽账户" @@ -119,7 +119,7 @@ msgstr "已取消关注账户" msgid "Account unmuted" msgstr "已取消隐藏账户" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:219 @@ -135,6 +135,7 @@ msgstr "新增内容警告" msgid "Add a user to this list" msgstr "将用户添加至列表" +#: src/components/dialogs/SwitchAccount.tsx:55 #: src/view/screens/Settings/index.tsx:402 #: src/view/screens/Settings/index.tsx:411 msgid "Add account" @@ -142,7 +143,7 @@ msgstr "添加账户" #: src/view/com/composer/photos/Gallery.tsx:119 #: src/view/com/composer/photos/Gallery.tsx:180 -#: src/view/com/modals/AltImage.tsx:116 +#: src/view/com/modals/AltImage.tsx:117 msgid "Add alt text" msgstr "新增替代文字" @@ -152,23 +153,23 @@ msgstr "新增替代文字" msgid "Add App Password" msgstr "新增应用专用密码" -#: src/view/com/composer/Composer.tsx:466 +#: src/view/com/composer/Composer.tsx:467 msgid "Add link card" msgstr "添加链接卡片" -#: src/view/com/composer/Composer.tsx:471 +#: src/view/com/composer/Composer.tsx:472 msgid "Add link card:" msgstr "添加链接卡片:" -#: src/components/dialogs/MutedWords.tsx:158 +#: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" msgstr "为配置的设置添加隐藏词" -#: src/components/dialogs/MutedWords.tsx:87 +#: src/components/dialogs/MutedWords.tsx:86 msgid "Add muted words and tags" msgstr "添加隐藏词和话题标签" -#: src/view/com/modals/ChangeHandle.tsx:417 +#: src/view/com/modals/ChangeHandle.tsx:416 msgid "Add the following DNS record to your domain:" msgstr "将以下 DNS 记录新增到你的域名:" @@ -198,16 +199,17 @@ msgstr "已添加至自定义信息流" msgid "Adjust the number of likes a reply must have to be shown in your feed." msgstr "调整回复中需要具有的喜欢数才会在你的信息流中显示。" +#: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:117 #: src/view/com/modals/SelfLabel.tsx:75 msgid "Adult Content" msgstr "成人内容" -#: src/components/moderation/ModerationLabelPref.tsx:114 +#: src/components/moderation/LabelPreference.tsx:242 msgid "Adult content is disabled." msgstr "成人内容显示已被禁用" -#: src/screens/Moderation/index.tsx:377 +#: src/screens/Moderation/index.tsx:375 #: src/view/screens/Settings/index.tsx:684 msgid "Advanced" msgstr "详细设置" @@ -216,12 +218,12 @@ msgstr "详细设置" msgid "All the feeds you've saved, right in one place." msgstr "你保存的所有信息流都集中在一处。" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:221 +#: src/screens/Login/ForgotPasswordForm.tsx:178 #: src/view/com/modals/ChangePassword.tsx:170 msgid "Already have a code?" msgstr "已经有验证码了?" -#: src/view/com/auth/login/ChooseAccountForm.tsx:103 +#: src/screens/Login/ChooseAccountForm.tsx:39 msgid "Already signed in as @{0}" msgstr "已以@{0}身份登录" @@ -229,7 +231,7 @@ msgstr "已以@{0}身份登录" msgid "ALT" msgstr "ALT" -#: src/view/com/modals/EditImage.tsx:315 +#: src/view/com/modals/EditImage.tsx:316 msgid "Alt text" msgstr "替代文字" @@ -277,11 +279,11 @@ msgstr "应用语言" msgid "App password deleted" msgstr "应用专用密码已删除" -#: src/view/com/modals/AddAppPasswords.tsx:134 +#: src/view/com/modals/AddAppPasswords.tsx:135 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "应用专用密码只能包含字母、数字、空格、破折号及下划线。" -#: src/view/com/modals/AddAppPasswords.tsx:99 +#: src/view/com/modals/AddAppPasswords.tsx:100 msgid "App Password names must be at least 4 characters long." msgstr "应用专用密码必须至少为 4 个字符。" @@ -295,16 +297,16 @@ msgstr "应用专用密码设置" msgid "App Passwords" msgstr "应用专用密码" -#: src/components/moderation/LabelsOnMeDialog.tsx:134 -#: src/components/moderation/LabelsOnMeDialog.tsx:137 +#: src/components/moderation/LabelsOnMeDialog.tsx:133 +#: src/components/moderation/LabelsOnMeDialog.tsx:136 msgid "Appeal" msgstr "申诉" -#: src/components/moderation/LabelsOnMeDialog.tsx:202 +#: src/components/moderation/LabelsOnMeDialog.tsx:201 msgid "Appeal \"{0}\" label" msgstr "申诉 \"{0}\" 标记" -#: src/components/moderation/LabelsOnMeDialog.tsx:193 +#: src/components/moderation/LabelsOnMeDialog.tsx:192 msgid "Appeal submitted." msgstr "申诉已提交" @@ -320,11 +322,11 @@ msgstr "你确定要删除这条应用专用密码 \"{name}\" 吗?" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "你确定要从你的信息流中删除 {0} 吗?" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:509 msgid "Are you sure you'd like to discard this draft?" msgstr "你确定要丢弃此草稿吗?" -#: src/components/dialogs/MutedWords.tsx:282 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "你确定吗?" @@ -340,19 +342,27 @@ msgstr "艺术" msgid "Artistic or non-erotic nudity." msgstr "艺术作品或非色情的裸体。" +#: src/screens/Signup/StepHandle.tsx:118 +msgid "At least 3 characters" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:246 #: src/components/moderation/LabelsOnMeDialog.tsx:247 -#: src/components/moderation/LabelsOnMeDialog.tsx:248 -#: src/screens/Profile/Header/Shell.tsx:97 -#: src/view/com/auth/create/CreateAccount.tsx:158 -#: src/view/com/auth/login/ChooseAccountForm.tsx:160 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:174 -#: src/view/com/auth/login/LoginForm.tsx:262 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:179 +#: src/screens/Login/ChooseAccountForm.tsx:73 +#: src/screens/Login/ChooseAccountForm.tsx:78 +#: src/screens/Login/ForgotPasswordForm.tsx:129 +#: src/screens/Login/ForgotPasswordForm.tsx:135 +#: src/screens/Login/LoginForm.tsx:221 +#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/SetNewPasswordForm.tsx:160 +#: src/screens/Login/SetNewPasswordForm.tsx:166 +#: src/screens/Profile/Header/Shell.tsx:96 +#: src/screens/Signup/index.tsx:179 #: src/view/com/util/ViewHeader.tsx:87 msgid "Back" msgstr "返回" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:144 msgid "Based on your interest in {interestsText}" msgstr "基于你对 {interestsText} 感兴趣" @@ -361,7 +371,6 @@ msgid "Basics" msgstr "基础信息" #: src/components/dialogs/BirthDateSettings.tsx:107 -#: src/view/com/auth/create/Step1.tsx:227 msgid "Birthday" msgstr "生日" @@ -369,7 +378,7 @@ msgstr "生日" msgid "Birthday:" msgstr "生日:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "屏蔽" @@ -401,7 +410,7 @@ msgstr "屏蔽这些账户?" msgid "Blocked" msgstr "已屏蔽" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:267 msgid "Blocked accounts" msgstr "已屏蔽账户" @@ -422,7 +431,7 @@ msgstr "被屏蔽的账户无法在你的帖子中回复、提及你或以其他 msgid "Blocked post." msgstr "已屏蔽帖子。" -#: src/screens/Profile/Sections/Labels.tsx:153 +#: src/screens/Profile/Sections/Labels.tsx:152 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "屏蔽不能阻止这个人在你的账户上放置标记" @@ -434,18 +443,18 @@ msgstr "屏蔽是公开的。被屏蔽的账户无法在你的帖子中回复、 msgid "Blocking will not prevent labels from being applied on your account, but it will stop this account from replying in your threads or interacting with you." msgstr "屏蔽不会阻止标记被放置到你的账户上,但会阻止此账户在你发布的帖子中回复或与你互动。" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:97 -#: src/view/com/auth/SplashScreen.web.tsx:133 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:98 +#: src/view/com/auth/SplashScreen.web.tsx:169 msgid "Blog" msgstr "博客" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:31 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:32 #: src/view/com/auth/server-input/index.tsx:89 -#: src/view/com/auth/server-input/index.tsx:90 +#: src/view/com/auth/server-input/index.tsx:91 msgid "Bluesky" msgstr "Bluesky" -#: src/view/com/auth/server-input/index.tsx:150 +#: src/view/com/auth/server-input/index.tsx:154 msgid "Bluesky is an open network where you can choose your hosting provider. Custom hosting is now available in beta for developers." msgstr "Bluesky 是一个开放的公共网络,你可以选择自己的托管提供商。现在,自定义托管现在已经进入开发者测试阶段。" @@ -464,7 +473,7 @@ msgstr "Bluesky 保持开放。" msgid "Bluesky is public." msgstr "Bluesky 为公众而生。" -#: src/screens/Moderation/index.tsx:535 +#: src/screens/Moderation/index.tsx:533 msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private." msgstr "Bluesky 不会向未登录的用户显示你的个人资料和帖子。但其他应用可能不会遵照此请求,这无法确保你的账户隐私。" @@ -481,11 +490,11 @@ msgid "Books" msgstr "书籍" #: src/view/screens/Settings/index.tsx:893 -msgid "Build version {0} {1}" -msgstr "构建版本号 {0} {1}" +#~ msgid "Build version {0} {1}" +#~ msgstr "构建版本号 {0} {1}" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:128 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:92 +#: src/view/com/auth/SplashScreen.web.tsx:166 msgid "Business" msgstr "商务" @@ -505,7 +514,7 @@ msgstr "来自 {0}" msgid "by <0/>" msgstr "来自 <0/>" -#: src/view/com/auth/create/Policies.tsx:87 +#: src/screens/Signup/StepInfo/Policies.tsx:74 msgid "By creating an account you agree to the {els}." msgstr "创建账户即默认表明你同意我们的 {els}。" @@ -517,62 +526,62 @@ msgstr "来自你" msgid "Camera" msgstr "相机" -#: src/view/com/modals/AddAppPasswords.tsx:216 +#: src/view/com/modals/AddAppPasswords.tsx:217 msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long." msgstr "只能包含字母、数字、空格、破折号及下划线。 长度必须至少 4 个字符,但不超过 32 个字符。" #: src/components/Menu/index.tsx:213 -#: src/components/Prompt.tsx:116 -#: src/components/Prompt.tsx:118 +#: src/components/Prompt.tsx:113 +#: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:316 -#: src/view/com/composer/Composer.tsx:321 +#: src/view/com/composer/Composer.tsx:317 +#: src/view/com/composer/Composer.tsx:322 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/ChangeHandle.tsx:153 +#: src/view/com/modals/ChangeHandle.tsx:154 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 -#: src/view/com/modals/CreateOrEditList.tsx:355 -#: src/view/com/modals/crop-image/CropImage.web.tsx:137 -#: src/view/com/modals/EditImage.tsx:323 -#: src/view/com/modals/EditProfile.tsx:249 +#: src/view/com/modals/CreateOrEditList.tsx:356 +#: src/view/com/modals/crop-image/CropImage.web.tsx:138 +#: src/view/com/modals/EditImage.tsx:324 +#: src/view/com/modals/EditProfile.tsx:250 #: src/view/com/modals/InAppBrowserConsent.tsx:78 #: src/view/com/modals/InAppBrowserConsent.tsx:80 -#: src/view/com/modals/LinkWarning.tsx:87 -#: src/view/com/modals/LinkWarning.tsx:89 -#: src/view/com/modals/Repost.tsx:87 +#: src/view/com/modals/LinkWarning.tsx:105 +#: src/view/com/modals/LinkWarning.tsx:107 +#: src/view/com/modals/Repost.tsx:88 #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:717 +#: src/view/screens/Search/Search.tsx:718 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "取消" -#: src/view/com/modals/CreateOrEditList.tsx:360 -#: src/view/com/modals/DeleteAccount.tsx:156 -#: src/view/com/modals/DeleteAccount.tsx:234 +#: src/view/com/modals/CreateOrEditList.tsx:361 +#: src/view/com/modals/DeleteAccount.tsx:155 +#: src/view/com/modals/DeleteAccount.tsx:233 msgctxt "action" msgid "Cancel" msgstr "取消" -#: src/view/com/modals/DeleteAccount.tsx:152 -#: src/view/com/modals/DeleteAccount.tsx:230 +#: src/view/com/modals/DeleteAccount.tsx:151 +#: src/view/com/modals/DeleteAccount.tsx:229 msgid "Cancel account deletion" msgstr "取消账户删除申请" -#: src/view/com/modals/ChangeHandle.tsx:149 +#: src/view/com/modals/ChangeHandle.tsx:150 msgid "Cancel change handle" msgstr "取消修改用户识别符" -#: src/view/com/modals/crop-image/CropImage.web.tsx:134 +#: src/view/com/modals/crop-image/CropImage.web.tsx:135 msgid "Cancel image crop" msgstr "取消裁剪图片" -#: src/view/com/modals/EditProfile.tsx:244 +#: src/view/com/modals/EditProfile.tsx:245 msgid "Cancel profile editing" msgstr "取消编辑个人资料" -#: src/view/com/modals/Repost.tsx:78 +#: src/view/com/modals/Repost.tsx:79 msgid "Cancel quote post" msgstr "取消引用帖子" @@ -581,7 +590,7 @@ msgstr "取消引用帖子" msgid "Cancel search" msgstr "取消搜索" -#: src/view/com/modals/LinkWarning.tsx:88 +#: src/view/com/modals/LinkWarning.tsx:106 msgid "Cancels opening the linked website" msgstr "取消打开链接的网站" @@ -598,7 +607,7 @@ msgstr "更改" msgid "Change handle" msgstr "更改用户识别符" -#: src/view/com/modals/ChangeHandle.tsx:161 +#: src/view/com/modals/ChangeHandle.tsx:162 #: src/view/screens/Settings/index.tsx:727 msgid "Change Handle" msgstr "更改用户识别符" @@ -637,7 +646,7 @@ msgstr "查看一些推荐的信息流。点击 + 去将他们新增到你的固 msgid "Check out some recommended users. Follow them to see similar users." msgstr "查看一些推荐的用户。关注他们还将推荐相似的用户。" -#: src/view/com/modals/DeleteAccount.tsx:169 +#: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "查看发送至你电子邮箱的确认邮件,并在下方输入收到的验证码:" @@ -649,7 +658,7 @@ msgstr "选择 \"所有人\" 或是 \"没有人\"" msgid "Choose Service" msgstr "选择服务" -#: src/screens/Onboarding/StepFinished.tsx:135 +#: src/screens/Onboarding/StepFinished.tsx:139 msgid "Choose the algorithms that power your custom feeds." msgstr "选择支持你的自定义信息流的算法。" @@ -658,11 +667,11 @@ msgstr "选择支持你的自定义信息流的算法。" msgid "Choose the algorithms that power your experience with custom feeds." msgstr "选择可改进你自定义信息流的算法。" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:104 msgid "Choose your main feeds" msgstr "选择你的主要信息流" -#: src/view/com/auth/create/Step1.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:112 msgid "Choose your password" msgstr "选择你的密码" @@ -683,7 +692,7 @@ msgid "Clear all storage data (restart after this)" msgstr "清除所有数据(并重启)" #: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:698 +#: src/view/screens/Search/Search.tsx:699 msgid "Clear search query" msgstr "清除搜索历史记录" @@ -703,7 +712,7 @@ msgstr "点击这里" msgid "Click here to open tag menu for {tag}" msgstr "点击这里打开 {tag} 的标签菜单" -#: src/components/RichText.tsx:191 +#: src/components/RichText.tsx:192 msgid "Click here to open tag menu for #{tag}" msgstr "点击这里打开 #{tag} 的标签菜单" @@ -716,12 +725,12 @@ msgstr "气象" msgid "Close" msgstr "关闭" -#: src/components/Dialog/index.web.tsx:84 -#: src/components/Dialog/index.web.tsx:198 +#: src/components/Dialog/index.web.tsx:106 +#: src/components/Dialog/index.web.tsx:218 msgid "Close active dialog" msgstr "关闭活动对话框" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:38 +#: src/screens/Login/PasswordUpdatedForm.tsx:38 msgid "Close alert" msgstr "关闭警告" @@ -750,11 +759,11 @@ msgstr "关闭该窗口" msgid "Closes bottom navigation bar" msgstr "关闭底部导航栏" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:39 +#: src/screens/Login/PasswordUpdatedForm.tsx:39 msgid "Closes password update alert" msgstr "关闭密码更新警告" -#: src/view/com/composer/Composer.tsx:318 +#: src/view/com/composer/Composer.tsx:319 msgid "Closes post composer and discards post draft" msgstr "关闭帖子编辑页并丢弃草稿" @@ -779,15 +788,15 @@ msgstr "漫画" msgid "Community Guidelines" msgstr "社群准则" -#: src/screens/Onboarding/StepFinished.tsx:148 +#: src/screens/Onboarding/StepFinished.tsx:152 msgid "Complete onboarding and start using your account" msgstr "完成引导并开始使用你的账户" -#: src/view/com/auth/create/Step3.tsx:73 +#: src/screens/Signup/index.tsx:154 msgid "Complete the challenge" msgstr "完成验证" -#: src/view/com/composer/Composer.tsx:437 +#: src/view/com/composer/Composer.tsx:438 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "撰写帖子的长度最多为 {MAX_GRAPHEME_LENGTH} 个字符" @@ -795,18 +804,20 @@ msgstr "撰写帖子的长度最多为 {MAX_GRAPHEME_LENGTH} 个字符" msgid "Compose reply" msgstr "撰写回复" -#: src/components/moderation/GlobalModerationLabelPref.tsx:69 -#: src/components/moderation/ModerationLabelPref.tsx:149 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 msgid "Configure content filtering setting for category: {0}" msgstr "为类别 {0} 配置内容过滤设置" -#: src/components/moderation/ModerationLabelPref.tsx:116 +#: src/components/moderation/LabelPreference.tsx:81 +msgid "Configure content filtering setting for category: {name}" +msgstr "" + +#: src/components/moderation/LabelPreference.tsx:244 msgid "Configured in <0>moderation settings</0>." msgstr "在 <0>限制设置</0> 中配置。" -#: src/components/Prompt.tsx:152 -#: src/components/Prompt.tsx:155 +#: src/components/Prompt.tsx:153 +#: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 #: src/view/com/modals/VerifyEmail.tsx:231 #: src/view/com/modals/VerifyEmail.tsx:233 @@ -820,35 +831,34 @@ msgstr "确认" msgid "Confirm Change" msgstr "确认更改" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:35 msgid "Confirm content language settings" msgstr "确认内容语言设置" -#: src/view/com/modals/DeleteAccount.tsx:220 +#: src/view/com/modals/DeleteAccount.tsx:219 msgid "Confirm delete account" msgstr "确认删除账户" -#: src/screens/Moderation/index.tsx:303 +#: src/screens/Moderation/index.tsx:301 msgid "Confirm your age:" msgstr "确认你的年龄:" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:292 msgid "Confirm your birthdate" msgstr "确认你的出生年月:" #: src/view/com/modals/ChangeEmail.tsx:157 -#: src/view/com/modals/DeleteAccount.tsx:176 -#: src/view/com/modals/DeleteAccount.tsx:182 +#: src/view/com/modals/DeleteAccount.tsx:175 +#: src/view/com/modals/DeleteAccount.tsx:181 #: src/view/com/modals/VerifyEmail.tsx:165 msgid "Confirmation code" msgstr "验证码" -#: src/view/com/auth/create/CreateAccount.tsx:193 -#: src/view/com/auth/login/LoginForm.tsx:281 +#: src/screens/Login/LoginForm.tsx:248 msgid "Connecting..." msgstr "连接中..." -#: src/view/com/auth/create/CreateAccount.tsx:213 +#: src/screens/Signup/index.tsx:219 msgid "Contact support" msgstr "联系支持" @@ -860,7 +870,7 @@ msgstr "内容" msgid "Content Blocked" msgstr "内容已屏蔽" -#: src/screens/Moderation/index.tsx:287 +#: src/screens/Moderation/index.tsx:285 msgid "Content filters" msgstr "内容过滤器" @@ -869,13 +879,13 @@ msgstr "内容过滤器" msgid "Content Languages" msgstr "内容语言" -#: src/components/moderation/ModerationDetailsDialog.tsx:76 +#: src/components/moderation/ModerationDetailsDialog.tsx:75 #: src/lib/moderation/useModerationCauseDescription.ts:75 msgid "Content Not Available" msgstr "内容不可用" -#: src/components/moderation/ModerationDetailsDialog.tsx:47 -#: src/components/moderation/ScreenHider.tsx:100 +#: src/components/moderation/ModerationDetailsDialog.tsx:46 +#: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 #: src/lib/moderation/useModerationCauseDescription.ts:38 msgid "Content Warning" @@ -889,29 +899,34 @@ msgstr "内容警告" msgid "Context menu backdrop, click to close the menu." msgstr "上下文菜单背景,点击关闭菜单。" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:170 -#: src/screens/Onboarding/StepFollowingFeed.tsx:153 -#: src/screens/Onboarding/StepInterests/index.tsx:248 -#: src/screens/Onboarding/StepModeration/index.tsx:102 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:114 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:161 +#: src/screens/Onboarding/StepFollowingFeed.tsx:154 +#: src/screens/Onboarding/StepInterests/index.tsx:252 +#: src/screens/Onboarding/StepModeration/index.tsx:103 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:118 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:96 msgid "Continue" msgstr "继续" -#: src/screens/Onboarding/StepFollowingFeed.tsx:150 -#: src/screens/Onboarding/StepInterests/index.tsx:245 -#: src/screens/Onboarding/StepModeration/index.tsx:99 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:111 +#: src/components/AccountList.tsx:108 +msgid "Continue as {0} (currently signed in)" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:151 +#: src/screens/Onboarding/StepInterests/index.tsx:249 +#: src/screens/Onboarding/StepModeration/index.tsx:100 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:115 +#: src/screens/Signup/index.tsx:198 msgid "Continue to next step" msgstr "继续下一步" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:167 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:158 msgid "Continue to the next step" msgstr "继续下一步" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:199 msgid "Continue to the next step without following any accounts" msgstr "继续下一步,不关注任何账户" @@ -919,8 +934,8 @@ msgstr "继续下一步,不关注任何账户" msgid "Cooking" msgstr "烹饪" -#: src/view/com/modals/AddAppPasswords.tsx:195 -#: src/view/com/modals/InviteCodes.tsx:182 +#: src/view/com/modals/AddAppPasswords.tsx:196 +#: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "已复制" @@ -928,22 +943,22 @@ msgstr "已复制" msgid "Copied build version to clipboard" msgstr "已复制构建版本号至剪贴板" -#: src/view/com/modals/AddAppPasswords.tsx:76 -#: src/view/com/modals/ChangeHandle.tsx:327 -#: src/view/com/modals/InviteCodes.tsx:152 +#: src/view/com/modals/AddAppPasswords.tsx:77 +#: src/view/com/modals/ChangeHandle.tsx:326 +#: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:158 msgid "Copied to clipboard" msgstr "已复制至剪贴板" -#: src/view/com/modals/AddAppPasswords.tsx:189 +#: src/view/com/modals/AddAppPasswords.tsx:190 msgid "Copies app password" msgstr "已复制应用专用密码" -#: src/view/com/modals/AddAppPasswords.tsx:188 +#: src/view/com/modals/AddAppPasswords.tsx:189 msgid "Copy" msgstr "复制" -#: src/view/com/modals/ChangeHandle.tsx:481 +#: src/view/com/modals/ChangeHandle.tsx:480 msgid "Copy {0}" msgstr "复制 {0}" @@ -966,7 +981,7 @@ msgstr "复制帖子文字" msgid "Copyright Policy" msgstr "版权许可" -#: src/view/screens/ProfileFeed.tsx:102 +#: src/view/screens/ProfileFeed.tsx:103 msgid "Could not load feed" msgstr "无法加载信息流" @@ -974,9 +989,9 @@ msgstr "无法加载信息流" msgid "Could not load list" msgstr "无法加载列表" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:64 -#: src/view/com/auth/SplashScreen.tsx:73 -#: src/view/com/auth/SplashScreen.web.tsx:81 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:65 +#: src/view/com/auth/SplashScreen.tsx:75 +#: src/view/com/auth/SplashScreen.web.tsx:104 msgid "Create a new account" msgstr "创建新的账户" @@ -984,20 +999,21 @@ msgstr "创建新的账户" msgid "Create a new Bluesky account" msgstr "创建新的 Bluesky 账户" -#: src/view/com/auth/create/CreateAccount.tsx:133 +#: src/screens/Signup/index.tsx:129 msgid "Create Account" msgstr "创建账户" -#: src/view/com/modals/AddAppPasswords.tsx:226 +#: src/view/com/modals/AddAppPasswords.tsx:227 msgid "Create App Password" msgstr "创建应用专用密码" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:54 -#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:55 +#: src/view/com/auth/SplashScreen.tsx:66 +#: src/view/com/auth/SplashScreen.web.tsx:95 msgid "Create new account" msgstr "创建新的账户" -#: src/components/ReportDialog/SelectReportOptionView.tsx:94 +#: src/components/ReportDialog/SelectReportOptionView.tsx:93 msgid "Create report for {0}" msgstr "创建 {0} 的举报" @@ -1005,7 +1021,7 @@ msgstr "创建 {0} 的举报" msgid "Created {0}" msgstr "{0} 已创建" -#: src/view/com/composer/Composer.tsx:468 +#: src/view/com/composer/Composer.tsx:469 msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "创建带有缩略图的卡片。该卡片链接到 {url}" @@ -1013,16 +1029,16 @@ msgstr "创建带有缩略图的卡片。该卡片链接到 {url}" msgid "Culture" msgstr "文化" -#: src/view/com/auth/server-input/index.tsx:95 -#: src/view/com/auth/server-input/index.tsx:96 +#: src/view/com/auth/server-input/index.tsx:97 +#: src/view/com/auth/server-input/index.tsx:99 msgid "Custom" msgstr "自定义" -#: src/view/com/modals/ChangeHandle.tsx:389 +#: src/view/com/modals/ChangeHandle.tsx:388 msgid "Custom domain" msgstr "自定义域名" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:107 #: src/view/screens/Feeds.tsx:692 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "由社群构建的自定义信息流能为你带来新的体验,并帮助你找到你喜欢的内容。" @@ -1044,6 +1060,10 @@ msgstr "深色模式" msgid "Dark Theme" msgstr "深色模式" +#: src/screens/Signup/StepInfo/index.tsx:132 +msgid "Date of birth" +msgstr "" + #: src/view/screens/Settings/index.tsx:841 msgid "Debug Moderation" msgstr "调试限制" @@ -1062,7 +1082,7 @@ msgstr "删除" msgid "Delete account" msgstr "删除账户" -#: src/view/com/modals/DeleteAccount.tsx:87 +#: src/view/com/modals/DeleteAccount.tsx:86 msgid "Delete Account" msgstr "删除账户" @@ -1078,7 +1098,7 @@ msgstr "删除应用专用密码?" msgid "Delete List" msgstr "删除列表" -#: src/view/com/modals/DeleteAccount.tsx:223 +#: src/view/com/modals/DeleteAccount.tsx:222 msgid "Delete my account" msgstr "删除我的账户" @@ -1107,14 +1127,14 @@ msgstr "已删除" msgid "Deleted post." msgstr "已删除帖子。" -#: 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 +#: src/view/com/modals/CreateOrEditList.tsx:301 +#: src/view/com/modals/CreateOrEditList.tsx:322 +#: src/view/com/modals/EditProfile.tsx:199 +#: src/view/com/modals/EditProfile.tsx:211 msgid "Description" msgstr "描述" -#: src/view/com/composer/Composer.tsx:217 +#: src/view/com/composer/Composer.tsx:218 msgid "Did you want to say anything?" msgstr "有什么想说的吗?" @@ -1125,20 +1145,20 @@ msgstr "暗淡" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 #: src/lib/moderation/useLabelBehaviorDescription.ts:68 -#: src/screens/Moderation/index.tsx:343 +#: src/screens/Moderation/index.tsx:341 msgid "Disabled" msgstr "关闭" -#: src/view/com/composer/Composer.tsx:510 +#: src/view/com/composer/Composer.tsx:511 msgid "Discard" msgstr "丢弃" -#: src/view/com/composer/Composer.tsx:507 +#: src/view/com/composer/Composer.tsx:508 msgid "Discard draft?" msgstr "丢弃草稿?" -#: src/screens/Moderation/index.tsx:520 -#: src/screens/Moderation/index.tsx:524 +#: src/screens/Moderation/index.tsx:518 +#: src/screens/Moderation/index.tsx:522 msgid "Discourage apps from showing my account to logged-out users" msgstr "阻止应用向未登录用户显示我的账户" @@ -1151,15 +1171,15 @@ msgstr "探索新的自定义信息流" msgid "Discover New Feeds" msgstr "探索新的信息流" -#: src/view/com/modals/EditProfile.tsx:192 +#: src/view/com/modals/EditProfile.tsx:193 msgid "Display name" msgstr "显示名称" -#: src/view/com/modals/EditProfile.tsx:180 +#: src/view/com/modals/EditProfile.tsx:181 msgid "Display Name" msgstr "显示名称" -#: src/view/com/modals/ChangeHandle.tsx:398 +#: src/view/com/modals/ChangeHandle.tsx:397 msgid "DNS Panel" msgstr "DNS 面板" @@ -1167,32 +1187,38 @@ msgstr "DNS 面板" msgid "Does not include nudity." msgstr "不包含裸露内容" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/screens/Signup/StepHandle.tsx:104 +msgid "Doesn't begin or end with a hyphen" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "Domain Value" msgstr "域名记录" -#: src/view/com/modals/ChangeHandle.tsx:489 +#: src/view/com/modals/ChangeHandle.tsx:488 msgid "Domain verified!" msgstr "域名已认证!" #: src/components/dialogs/BirthDateSettings.tsx:119 #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/auth/server-input/index.tsx:165 -#: src/view/com/auth/server-input/index.tsx:166 -#: src/view/com/modals/AddAppPasswords.tsx:226 -#: src/view/com/modals/AltImage.tsx:139 -#: src/view/com/modals/crop-image/CropImage.web.tsx:152 -#: src/view/com/modals/InviteCodes.tsx:80 -#: src/view/com/modals/InviteCodes.tsx:123 +#: src/components/forms/DateField/index.tsx:74 +#: src/components/forms/DateField/index.tsx:80 +#: src/view/com/auth/server-input/index.tsx:169 +#: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/modals/AddAppPasswords.tsx:227 +#: src/view/com/modals/AltImage.tsx:140 +#: src/view/com/modals/crop-image/CropImage.web.tsx:153 +#: src/view/com/modals/InviteCodes.tsx:81 +#: src/view/com/modals/InviteCodes.tsx:124 #: src/view/com/modals/ListAddRemoveUsers.tsx:142 #: src/view/screens/PreferencesFollowingFeed.tsx:311 #: src/view/screens/Settings/ExportCarDialog.tsx:94 -#: src/view/screens/Settings/ExportCarDialog.tsx:95 +#: src/view/screens/Settings/ExportCarDialog.tsx:96 msgid "Done" msgstr "完成" #: src/view/com/auth/onboarding/RecommendedFollows.tsx:86 -#: src/view/com/modals/EditImage.tsx:333 +#: src/view/com/modals/EditImage.tsx:334 #: src/view/com/modals/ListAddRemoveUsers.tsx:144 #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 @@ -1204,13 +1230,13 @@ msgctxt "action" msgid "Done" msgstr "完成" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:42 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:43 msgid "Done{extraText}" msgstr "完成{extraText}" #: src/view/com/auth/login/ChooseAccountForm.tsx:46 -msgid "Double tap to sign in" -msgstr "双击以登录" +#~ msgid "Double tap to sign in" +#~ msgstr "双击以登录" #: src/view/screens/Settings/ExportCarDialog.tsx:59 #: src/view/screens/Settings/ExportCarDialog.tsx:63 @@ -1225,19 +1251,19 @@ msgstr "拖放即可新增图片" msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." msgstr "受 Apple 政策限制,显示成人内容只能在完成注册后在网页端设置中启用。" -#: src/view/com/modals/ChangeHandle.tsx:257 +#: src/view/com/modals/ChangeHandle.tsx:258 msgid "e.g. alice" msgstr "例如:alice" -#: src/view/com/modals/EditProfile.tsx:185 +#: src/view/com/modals/EditProfile.tsx:186 msgid "e.g. Alice Roberts" msgstr "例如:爱丽丝·罗伯特" -#: src/view/com/modals/ChangeHandle.tsx:381 +#: src/view/com/modals/ChangeHandle.tsx:380 msgid "e.g. alice.com" msgstr "例如:alice.com" -#: src/view/com/modals/EditProfile.tsx:203 +#: src/view/com/modals/EditProfile.tsx:204 msgid "e.g. Artist, dog-lover, and avid reader." msgstr "例如:艺术家、爱狗人士和狂热读者。" @@ -1245,23 +1271,23 @@ msgstr "例如:艺术家、爱狗人士和狂热读者。" msgid "E.g. artistic nudes." msgstr "例如:裸露艺术" -#: src/view/com/modals/CreateOrEditList.tsx:283 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Great Posters" msgstr "例如:优秀的发帖者" -#: src/view/com/modals/CreateOrEditList.tsx:284 +#: src/view/com/modals/CreateOrEditList.tsx:285 msgid "e.g. Spammers" msgstr "例如:垃圾内容制造者" -#: src/view/com/modals/CreateOrEditList.tsx:312 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. The posters who never miss." msgstr "例如:绝不容错过的发帖者。" -#: src/view/com/modals/CreateOrEditList.tsx:313 +#: src/view/com/modals/CreateOrEditList.tsx:314 msgid "e.g. Users that repeatedly reply with ads." msgstr "例如:散布广告内容的用户。" -#: src/view/com/modals/InviteCodes.tsx:96 +#: src/view/com/modals/InviteCodes.tsx:97 msgid "Each code works once. You'll receive more invite codes periodically." msgstr "每个邀请码仅可使用一次。你将不定期获得新的邀请码。" @@ -1276,7 +1302,7 @@ msgid "Edit avatar" msgstr "编辑头像" #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/modals/EditImage.tsx:207 +#: src/view/com/modals/EditImage.tsx:208 msgid "Edit image" msgstr "编辑图片" @@ -1284,7 +1310,7 @@ msgstr "编辑图片" msgid "Edit list details" msgstr "编辑列表详情" -#: src/view/com/modals/CreateOrEditList.tsx:250 +#: src/view/com/modals/CreateOrEditList.tsx:251 msgid "Edit Moderation List" msgstr "编辑限制列表" @@ -1294,17 +1320,17 @@ msgstr "编辑限制列表" msgid "Edit My Feeds" msgstr "编辑自定义信息流" -#: src/view/com/modals/EditProfile.tsx:152 +#: src/view/com/modals/EditProfile.tsx:153 msgid "Edit my profile" msgstr "编辑个人资料" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:172 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:161 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 msgid "Edit profile" msgstr "编辑个人资料" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:175 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:164 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 msgid "Edit Profile" msgstr "编辑个人资料" @@ -1313,15 +1339,15 @@ msgstr "编辑个人资料" msgid "Edit Saved Feeds" msgstr "编辑保存的信息流" -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:246 msgid "Edit User List" msgstr "编辑用户列表" -#: src/view/com/modals/EditProfile.tsx:193 +#: src/view/com/modals/EditProfile.tsx:194 msgid "Edit your display name" msgstr "编辑你的显示名称" -#: src/view/com/modals/EditProfile.tsx:211 +#: src/view/com/modals/EditProfile.tsx:212 msgid "Edit your profile description" msgstr "编辑你的账户描述" @@ -1329,14 +1355,12 @@ msgstr "编辑你的账户描述" msgid "Education" msgstr "教育" -#: src/view/com/auth/create/Step1.tsx:176 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:156 +#: src/screens/Signup/StepInfo/index.tsx:80 #: src/view/com/modals/ChangeEmail.tsx:141 msgid "Email" msgstr "电子邮箱" -#: src/view/com/auth/create/Step1.tsx:167 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:147 +#: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "邮箱地址" @@ -1357,11 +1381,11 @@ msgstr "电子邮箱已验证" msgid "Email:" msgstr "电子邮箱:" -#: src/view/com/modals/EmbedConsent.tsx:113 +#: src/components/dialogs/EmbedConsent.tsx:101 msgid "Enable {0} only" msgstr "仅启用 {0}" -#: src/screens/Moderation/index.tsx:331 +#: src/screens/Moderation/index.tsx:329 msgid "Enable adult content" msgstr "启用成人内容" @@ -1374,9 +1398,14 @@ msgstr "启用成人内容" msgid "Enable adult content in your feeds" msgstr "在你的信息流中启用成人内容" +#: src/components/dialogs/EmbedConsent.tsx:82 +#: src/components/dialogs/EmbedConsent.tsx:89 +msgid "Enable external media" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 -msgid "Enable External Media" -msgstr "启用外部媒体" +#~ msgid "Enable External Media" +#~ msgstr "启用外部媒体" #: src/view/screens/PreferencesExternalEmbeds.tsx:75 msgid "Enable media players for" @@ -1386,7 +1415,11 @@ msgstr "启用媒体播放器" msgid "Enable this setting to only see replies between people you follow." msgstr "启用此设置以仅查看你关注的人之间的回复。" -#: src/screens/Moderation/index.tsx:341 +#: src/components/dialogs/EmbedConsent.tsx:94 +msgid "Enable this source only" +msgstr "" + +#: src/screens/Moderation/index.tsx:339 msgid "Enabled" msgstr "已启用" @@ -1394,12 +1427,16 @@ msgstr "已启用" msgid "End of feed" msgstr "信息流的末尾" -#: src/view/com/modals/AddAppPasswords.tsx:166 +#: src/view/com/modals/AddAppPasswords.tsx:167 msgid "Enter a name for this App Password" msgstr "为此应用专用密码命名" +#: src/screens/Login/SetNewPasswordForm.tsx:139 +msgid "Enter a password" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:99 #: src/components/dialogs/MutedWords.tsx:100 -#: src/components/dialogs/MutedWords.tsx:101 msgid "Enter a word or tag" msgstr "输入一个词或标签" @@ -1411,20 +1448,20 @@ msgstr "输入验证码" msgid "Enter the code you received to change your password." msgstr "输入你收到的确认码以更改密码。" -#: src/view/com/modals/ChangeHandle.tsx:371 +#: src/view/com/modals/ChangeHandle.tsx:370 msgid "Enter the domain you want to use" msgstr "输入你想使用的域名" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:107 +#: src/screens/Login/ForgotPasswordForm.tsx:119 msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "输入你用于创建账户的电子邮箱。我们将向你发送用于密码重设的确认码。" #: src/components/dialogs/BirthDateSettings.tsx:108 -#: src/view/com/auth/create/Step1.tsx:228 msgid "Enter your birth date" msgstr "输入你的出生日期" -#: src/view/com/auth/create/Step1.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:105 +#: src/screens/Signup/StepInfo/index.tsx:91 msgid "Enter your email address" msgstr "输入你的电子邮箱" @@ -1436,15 +1473,15 @@ msgstr "请在上方输入你新的电子邮箱" msgid "Enter your new email address below." msgstr "请在下方输入你新的电子邮箱。" -#: src/view/com/auth/login/Login.tsx:99 +#: src/screens/Login/index.tsx:101 msgid "Enter your username and password" msgstr "输入你的用户名和密码" -#: src/view/com/auth/create/Step3.tsx:67 +#: src/screens/Signup/StepCaptcha/index.tsx:49 msgid "Error receiving captcha response." msgstr "Captcha 响应错误" -#: src/view/screens/Search/Search.tsx:110 +#: src/view/screens/Search/Search.tsx:111 msgid "Error:" msgstr "错误:" @@ -1456,15 +1493,15 @@ msgstr "所有人" msgid "Excessive mentions or replies" msgstr "过多的提及或回复" -#: src/view/com/modals/DeleteAccount.tsx:231 +#: src/view/com/modals/DeleteAccount.tsx:230 msgid "Exits account deletion process" msgstr "退出账户删除流程" -#: src/view/com/modals/ChangeHandle.tsx:150 +#: src/view/com/modals/ChangeHandle.tsx:151 msgid "Exits handle change process" msgstr "退出修改用户识别符流程" -#: src/view/com/modals/crop-image/CropImage.web.tsx:135 +#: src/view/com/modals/crop-image/CropImage.web.tsx:136 msgid "Exits image cropping process" msgstr "退出图片裁剪流程" @@ -1503,11 +1540,12 @@ msgstr "导出账户数据" msgid "Export My Data" msgstr "导出账户数据" -#: src/view/com/modals/EmbedConsent.tsx:64 +#: src/components/dialogs/EmbedConsent.tsx:55 +#: src/components/dialogs/EmbedConsent.tsx:59 msgid "External Media" msgstr "外部媒体" -#: src/view/com/modals/EmbedConsent.tsx:75 +#: src/components/dialogs/EmbedConsent.tsx:71 #: src/view/screens/PreferencesExternalEmbeds.tsx:66 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 "外部媒体可能允许网站收集有关你和你设备的有关信息。在你按下\"查看\"按钮之前,将不会发送或请求任何外部信息。" @@ -1522,12 +1560,12 @@ msgstr "外部媒体首选项" msgid "External media settings" msgstr "外部媒体设置" -#: src/view/com/modals/AddAppPasswords.tsx:115 -#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:116 +#: src/view/com/modals/AddAppPasswords.tsx:120 msgid "Failed to create app password." msgstr "创建应用专用密码失败。" -#: src/view/com/modals/CreateOrEditList.tsx:206 +#: src/view/com/modals/CreateOrEditList.tsx:207 msgid "Failed to create the list. Check your internet connection and try again." msgstr "无法创建列表。请检查你的互联网连接并重试。" @@ -1564,8 +1602,8 @@ msgstr "反馈" #: src/Navigation.tsx:464 #: src/view/screens/Feeds.tsx:419 #: src/view/screens/Feeds.tsx:524 -#: src/view/screens/Profile.tsx:192 -#: src/view/shell/bottom-bar/BottomBar.tsx:183 +#: src/view/screens/Profile.tsx:194 +#: src/view/shell/bottom-bar/BottomBar.tsx:191 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:479 #: src/view/shell/Drawer.tsx:480 @@ -1580,11 +1618,11 @@ 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:76 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 msgid "Feeds can be topical as well!" msgstr "信息流也可以围绕某些话题!" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "File Contents" msgstr "文件内容" @@ -1592,7 +1630,7 @@ msgstr "文件内容" msgid "Filter from feeds" msgstr "从信息流中过滤" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Finalizing" msgstr "最终确定" @@ -1602,11 +1640,11 @@ msgstr "最终确定" msgid "Find accounts to follow" msgstr "寻找一些账户关注" -#: src/view/screens/Search/Search.tsx:441 +#: src/view/screens/Search/Search.tsx:442 msgid "Find users on Bluesky" msgstr "寻找一些正在使用 Bluesky 的用户" -#: src/view/screens/Search/Search.tsx:439 +#: src/view/screens/Search/Search.tsx:440 msgid "Find users with the search tool on the right" msgstr "使用右侧的搜索工具来查找用户" @@ -1626,23 +1664,23 @@ msgstr "调整讨论主题。" msgid "Fitness" msgstr "健康" -#: src/screens/Onboarding/StepFinished.tsx:131 +#: src/screens/Onboarding/StepFinished.tsx:135 msgid "Flexible" msgstr "灵活" -#: src/view/com/modals/EditImage.tsx:115 +#: src/view/com/modals/EditImage.tsx:116 msgid "Flip horizontal" msgstr "水平翻转" -#: src/view/com/modals/EditImage.tsx:120 -#: src/view/com/modals/EditImage.tsx:287 +#: src/view/com/modals/EditImage.tsx:121 +#: src/view/com/modals/EditImage.tsx:288 msgid "Flip vertically" msgstr "垂直翻转" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:246 msgid "Follow" msgstr "关注" @@ -1653,8 +1691,8 @@ msgid "Follow" msgstr "关注" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "关注 {0}" @@ -1663,11 +1701,15 @@ msgstr "关注 {0}" msgid "Follow Account" msgstr "关注账户" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:179 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 msgid "Follow All" msgstr "关注所有" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +msgid "Follow Back" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 msgid "Follow selected accounts and continue to the next step" msgstr "关注选择的用户并继续下一步" @@ -1691,19 +1733,19 @@ msgstr "仅限已关注的用户" msgid "followed you" msgstr "关注了你" -#: src/view/com/profile/ProfileFollowers.tsx:109 +#: src/view/com/profile/ProfileFollowers.tsx:104 #: src/view/screens/ProfileFollowers.tsx:25 msgid "Followers" msgstr "关注者" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:227 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 -#: src/view/com/profile/ProfileFollows.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 +#: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "正在关注" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 msgid "Following {0}" msgstr "正在关注 {0}" @@ -1731,33 +1773,41 @@ msgstr "关注了你" msgid "Food" msgstr "食物" -#: src/view/com/modals/DeleteAccount.tsx:111 +#: src/view/com/modals/DeleteAccount.tsx:110 msgid "For security reasons, we'll need to send a confirmation code to your email address." msgstr "出于安全原因,我们需要向你的电子邮箱发送验证码。" -#: src/view/com/modals/AddAppPasswords.tsx:209 +#: src/view/com/modals/AddAppPasswords.tsx:210 msgid "For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one." msgstr "出于安全原因,你将无法再次查看此内容。如果你丢失了该密码,则需要生成一个新的密码。" #: src/view/com/auth/login/LoginForm.tsx:244 -msgid "Forgot" -msgstr "忘记" +#~ msgid "Forgot" +#~ msgstr "忘记" #: src/view/com/auth/login/LoginForm.tsx:241 -msgid "Forgot password" -msgstr "忘记密码" +#~ msgid "Forgot password" +#~ msgstr "忘记密码" -#: src/view/com/auth/login/Login.tsx:127 -#: src/view/com/auth/login/Login.tsx:143 +#: src/screens/Login/index.tsx:129 +#: src/screens/Login/index.tsx:144 msgid "Forgot Password" msgstr "忘记密码" +#: src/screens/Login/LoginForm.tsx:201 +msgid "Forgot password?" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 +msgid "Forgot?" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:52 msgid "Frequently Posts Unwanted Content" msgstr "频繁发布不受欢迎的内容" -#: src/screens/Hashtag.tsx:108 -#: src/screens/Hashtag.tsx:148 +#: src/screens/Hashtag.tsx:109 +#: src/screens/Hashtag.tsx:149 msgid "From @{sanitizedAuthor}" msgstr "来自 @{sanitizedAuthor}" @@ -1779,29 +1829,31 @@ msgstr "开始" msgid "Glaring violations of law or terms of service" msgstr "明显违反法律或服务条款" -#: src/components/moderation/ScreenHider.tsx:144 -#: src/components/moderation/ScreenHider.tsx:153 -#: src/view/com/auth/LoggedOut.tsx:81 +#: src/components/moderation/ScreenHider.tsx:151 +#: src/components/moderation/ScreenHider.tsx:160 #: src/view/com/auth/LoggedOut.tsx:82 +#: src/view/com/auth/LoggedOut.tsx:83 #: src/view/screens/NotFound.tsx:55 -#: src/view/screens/ProfileFeed.tsx:111 +#: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:916 #: src/view/shell/desktop/LeftNav.tsx:108 msgid "Go back" msgstr "返回" +#: src/components/Error.tsx:91 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 -#: src/view/screens/ProfileFeed.tsx:116 +#: src/view/screens/ProfileFeed.tsx:117 #: src/view/screens/ProfileList.tsx:921 msgid "Go Back" msgstr "返回" -#: src/components/ReportDialog/SelectReportOptionView.tsx:74 +#: src/components/ReportDialog/SelectReportOptionView.tsx:73 #: src/components/ReportDialog/SubmitView.tsx:104 -#: src/screens/Onboarding/Layout.tsx:104 -#: src/screens/Onboarding/Layout.tsx:193 +#: src/screens/Onboarding/Layout.tsx:102 +#: src/screens/Onboarding/Layout.tsx:191 +#: src/screens/Signup/index.tsx:173 msgid "Go back to previous step" msgstr "返回上一步" @@ -1813,15 +1865,12 @@ msgstr "返回主页" msgid "Go Home" msgstr "返回主页" -#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:749 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "前往 @{queryMaybeHandle}" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:189 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:218 -#: src/view/com/auth/login/LoginForm.tsx:291 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:195 +#: src/screens/Login/ForgotPasswordForm.tsx:172 #: src/view/com/modals/ChangePassword.tsx:167 msgid "Go to next" msgstr "前往下一步" @@ -1830,7 +1879,7 @@ msgstr "前往下一步" msgid "Graphic Media" msgstr "图形媒体" -#: src/view/com/modals/ChangeHandle.tsx:265 +#: src/view/com/modals/ChangeHandle.tsx:266 msgid "Handle" msgstr "用户识别符" @@ -1842,11 +1891,11 @@ msgstr "骚扰、恶作剧或其他无法容忍的行为" msgid "Hashtag" msgstr "话题标签" -#: src/components/RichText.tsx:190 +#: src/components/RichText.tsx:191 msgid "Hashtag: #{tag}" msgstr "话题标签:#{tag}" -#: src/view/com/auth/create/CreateAccount.tsx:208 +#: src/screens/Signup/index.tsx:217 msgid "Having trouble?" msgstr "任何疑问?" @@ -1855,24 +1904,24 @@ msgstr "任何疑问?" msgid "Help" msgstr "帮助" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:140 msgid "Here are some accounts for you to follow" msgstr "这里有一些推荐关注的用户" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:85 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:89 msgid "Here are some popular topical feeds. You can choose to follow as many as you like." msgstr "这里有一些流行的信息流供你挑选。" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:84 msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." msgstr "这里有一些基于你兴趣所推荐的信息流供你挑选:{interestsText}。关注的信息流数量没有限制。" -#: src/view/com/modals/AddAppPasswords.tsx:153 +#: src/view/com/modals/AddAppPasswords.tsx:154 msgid "Here is your app password." msgstr "这里是你的应用专用密码。" #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:43 +#: src/components/moderation/LabelPreference.tsx:134 #: src/components/moderation/PostHider.tsx:107 #: src/lib/moderation/useLabelBehaviorDescription.ts:15 #: src/lib/moderation/useLabelBehaviorDescription.ts:20 @@ -1927,7 +1976,7 @@ msgstr "信息流服务器返回错误的响应,请联系信息流的维护者 msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "无法找到该信息流,似乎已被删除。" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:59 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "看起来在加载数据时遇到了问题,请查看下方获取更多详情。如果问题仍然存在,请联系我们。" @@ -1936,20 +1985,21 @@ msgid "Hmmmm, we couldn't load that moderation service." msgstr "无法加载该限制提供服务。" #: src/Navigation.tsx:454 -#: src/view/shell/bottom-bar/BottomBar.tsx:139 +#: src/view/shell/bottom-bar/BottomBar.tsx:147 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:401 #: src/view/shell/Drawer.tsx:402 msgid "Home" msgstr "主页" -#: src/view/com/modals/ChangeHandle.tsx:421 +#: src/view/com/modals/ChangeHandle.tsx:420 msgid "Host:" msgstr "主机:" -#: src/view/com/auth/create/Step1.tsx:75 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:120 -#: src/view/com/modals/ChangeHandle.tsx:280 +#: src/screens/Login/ForgotPasswordForm.tsx:89 +#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Signup/StepInfo/index.tsx:40 +#: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" msgstr "托管服务提供商" @@ -1965,7 +2015,7 @@ msgstr "我有验证码" msgid "I have a confirmation code" msgstr "我有验证码" -#: src/view/com/modals/ChangeHandle.tsx:283 +#: src/view/com/modals/ChangeHandle.tsx:284 msgid "I have my own domain" msgstr "我拥有自己的域名" @@ -1977,7 +2027,7 @@ msgstr "若替代文本过长,则切换替代文本的展开状态" msgid "If none are selected, suitable for all ages." msgstr "若不勾选,则默认为全年龄向。" -#: src/view/com/auth/create/Policies.tsx:91 +#: src/screens/Signup/StepInfo/Policies.tsx:83 msgid "If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf." msgstr "如果你根据你所在国家的法律定义还不是成年人,则你的父母或法定监护人必须代表你阅读这些条款。" @@ -2001,7 +2051,7 @@ msgstr "违法" msgid "Image" msgstr "图片" -#: src/view/com/modals/AltImage.tsx:120 +#: src/view/com/modals/AltImage.tsx:121 msgid "Image alt text" msgstr "图片替代文本" @@ -2009,51 +2059,51 @@ msgstr "图片替代文本" msgid "Impersonation or false claims about identity or affiliation" msgstr "冒充或虚假身份及从属关系" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:138 +#: src/screens/Login/SetNewPasswordForm.tsx:127 msgid "Input code sent to your email for password reset" msgstr "输入发送到你电子邮箱的验证码以重置密码" -#: src/view/com/modals/DeleteAccount.tsx:184 +#: src/view/com/modals/DeleteAccount.tsx:183 msgid "Input confirmation code for account deletion" msgstr "输入删除用户的验证码" #: src/view/com/auth/create/Step1.tsx:177 -msgid "Input email for Bluesky account" -msgstr "输入 Bluesky 账户的电子邮箱" +#~ msgid "Input email for Bluesky account" +#~ msgstr "输入 Bluesky 账户的电子邮箱" #: src/view/com/auth/create/Step1.tsx:151 -msgid "Input invite code to proceed" -msgstr "输入邀请码以继续" +#~ msgid "Input invite code to proceed" +#~ msgstr "输入邀请码以继续" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:181 msgid "Input name for app password" msgstr "输入应用专用密码名称" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:162 +#: src/screens/Login/SetNewPasswordForm.tsx:151 msgid "Input new password" msgstr "输入新的密码" -#: src/view/com/modals/DeleteAccount.tsx:203 +#: src/view/com/modals/DeleteAccount.tsx:202 msgid "Input password for account deletion" msgstr "输入密码以删除账户" -#: src/view/com/auth/login/LoginForm.tsx:233 +#: src/screens/Login/LoginForm.tsx:195 msgid "Input the password tied to {identifier}" msgstr "输入与 {identifier} 关联的密码" -#: src/view/com/auth/login/LoginForm.tsx:200 +#: src/screens/Login/LoginForm.tsx:168 msgid "Input the username or email address you used at signup" msgstr "输入注册时使用的用户名或电子邮箱" -#: src/view/com/auth/login/LoginForm.tsx:232 +#: src/screens/Login/LoginForm.tsx:194 msgid "Input your password" msgstr "输入你的密码" -#: src/view/com/modals/ChangeHandle.tsx:390 +#: src/view/com/modals/ChangeHandle.tsx:389 msgid "Input your preferred hosting provider" msgstr "输入你首选的托管服务提供商" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Signup/StepHandle.tsx:62 msgid "Input your user handle" msgstr "输入你的用户识别符" @@ -2061,37 +2111,36 @@ msgstr "输入你的用户识别符" msgid "Invalid or unsupported post record" msgstr "帖子记录无效或不受支持" -#: src/view/com/auth/login/LoginForm.tsx:116 +#: src/screens/Login/LoginForm.tsx:114 msgid "Invalid username or password" msgstr "用户名或密码无效" -#: src/view/com/modals/InviteCodes.tsx:93 +#: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "邀请朋友" -#: src/view/com/auth/create/Step1.tsx:141 -#: src/view/com/auth/create/Step1.tsx:150 +#: src/screens/Signup/StepInfo/index.tsx:58 msgid "Invite code" msgstr "邀请码" -#: src/view/com/auth/create/state.ts:158 +#: src/screens/Signup/state.ts:278 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "邀请码无效,请检查你输入的邀请码并重试。" -#: src/view/com/modals/InviteCodes.tsx:170 +#: src/view/com/modals/InviteCodes.tsx:171 msgid "Invite codes: {0} available" msgstr "邀请码:{0} 个可用" -#: src/view/com/modals/InviteCodes.tsx:169 +#: src/view/com/modals/InviteCodes.tsx:170 msgid "Invite codes: 1 available" msgstr "邀请码:1 个可用" -#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +#: src/screens/Onboarding/StepFollowingFeed.tsx:65 msgid "It shows posts from the people you follow as they happen." msgstr "他会显示你所关注的人发布的帖子。" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:103 -#: src/view/com/auth/SplashScreen.web.tsx:138 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:104 +#: src/view/com/auth/SplashScreen.web.tsx:172 msgid "Jobs" msgstr "工作" @@ -2111,11 +2160,11 @@ msgstr "由 {0} 标记。" msgid "Labeled by the author." msgstr "由作者标记。" -#: src/view/screens/Profile.tsx:186 +#: src/view/screens/Profile.tsx:188 msgid "Labels" msgstr "标记" -#: src/screens/Profile/Sections/Labels.tsx:143 +#: src/screens/Profile/Sections/Labels.tsx:142 msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "标记是对特定内容及用户的提示。可以针对特定内容默认隐藏内容、显示警告或直接显示。" @@ -2123,11 +2172,11 @@ msgstr "标记是对特定内容及用户的提示。可以针对特定内容默 msgid "labels have been placed on this {labelTarget}" msgstr "标记已放置在 {labelTarget} 上" -#: src/components/moderation/LabelsOnMeDialog.tsx:63 +#: src/components/moderation/LabelsOnMeDialog.tsx:62 msgid "Labels on your account" msgstr "你账户上的标记" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "Labels on your content" msgstr "你内容上的标记" @@ -2149,10 +2198,10 @@ msgid "Languages" msgstr "语言" #: src/view/com/auth/create/StepHeader.tsx:20 -msgid "Last step!" -msgstr "最后一步!" +#~ msgid "Last step!" +#~ msgstr "最后一步!" -#: src/components/moderation/ScreenHider.tsx:129 +#: src/components/moderation/ScreenHider.tsx:136 msgid "Learn More" msgstr "了解详情" @@ -2162,11 +2211,11 @@ msgid "Learn more about the moderation applied to this content." msgstr "了解有关应用于此内容的限制的更多详情。" #: src/components/moderation/PostHider.tsx:85 -#: src/components/moderation/ScreenHider.tsx:126 +#: src/components/moderation/ScreenHider.tsx:125 msgid "Learn more about this warning" msgstr "了解有关这个警告的更多详情" -#: src/screens/Moderation/index.tsx:551 +#: src/screens/Moderation/index.tsx:549 msgid "Learn more about what is public on Bluesky." msgstr "了解有关 Bluesky 公开内容的更多详情。" @@ -2178,7 +2227,7 @@ msgstr "了解详情。" msgid "Leave them all unchecked to see any language." msgstr "全部留空以查看所有语言的帖子。" -#: src/view/com/modals/LinkWarning.tsx:51 +#: src/view/com/modals/LinkWarning.tsx:65 msgid "Leaving Bluesky" msgstr "离开 Bluesky" @@ -2190,12 +2239,12 @@ msgstr "尚未完成。" msgid "Legacy storage cleared, you need to restart the app now." msgstr "旧存储数据已清除,你需要立即重新启动应用。" -#: src/view/com/auth/login/Login.tsx:128 -#: src/view/com/auth/login/Login.tsx:144 +#: src/screens/Login/index.tsx:130 +#: src/screens/Login/index.tsx:145 msgid "Let's get your password reset!" msgstr "让我们来重置你的密码!" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Let's go!" msgstr "让我们开始!" @@ -2203,12 +2252,12 @@ msgstr "让我们开始!" msgid "Light" msgstr "亮色" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Like" msgstr "喜欢" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:257 -#: src/view/screens/ProfileFeed.tsx:572 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:258 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Like this feed" msgstr "喜欢这个信息流" @@ -2218,7 +2267,7 @@ msgstr "喜欢这个信息流" msgid "Liked by" msgstr "喜欢" -#: src/screens/Profile/ProfileLabelerLikedBy.tsx:42 +#: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 #: src/view/screens/PostLikedBy.tsx:27 #: src/view/screens/ProfileFeedLikedBy.tsx:27 msgid "Liked By" @@ -2232,9 +2281,9 @@ msgstr "{0} 个 {1} 喜欢" msgid "Liked by {count} {0}" msgstr "被 {count} {0} 喜欢" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:277 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:291 -#: src/view/screens/ProfileFeed.tsx:587 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292 +#: src/view/screens/ProfileFeed.tsx:588 msgid "Liked by {likeCount} {0}" msgstr "{likeCount} 个 {0} 喜欢" @@ -2246,7 +2295,7 @@ msgstr "赞了你的自定义信息流" msgid "liked your post" msgstr "赞了你的帖子" -#: src/view/screens/Profile.tsx:191 +#: src/view/screens/Profile.tsx:193 msgid "Likes" msgstr "喜欢" @@ -2258,7 +2307,7 @@ msgstr "这条帖子的喜欢数" msgid "List" msgstr "列表" -#: src/view/com/modals/CreateOrEditList.tsx:261 +#: src/view/com/modals/CreateOrEditList.tsx:262 msgid "List Avatar" msgstr "列表头像" @@ -2278,7 +2327,7 @@ msgstr "列表已删除" msgid "List muted" msgstr "列表已隐藏" -#: src/view/com/modals/CreateOrEditList.tsx:275 +#: src/view/com/modals/CreateOrEditList.tsx:276 msgid "List Name" msgstr "列表名称" @@ -2291,8 +2340,8 @@ msgid "List unmuted" msgstr "解除对列表的隐藏" #: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:187 -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:195 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 @@ -2304,8 +2353,8 @@ msgid "Load new notifications" msgstr "加载新的通知" #: src/screens/Profile/Sections/Feed.tsx:70 -#: src/view/com/feeds/FeedPage.tsx:124 -#: src/view/screens/ProfileFeed.tsx:495 +#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/screens/ProfileFeed.tsx:496 #: src/view/screens/ProfileList.tsx:695 msgid "Load new posts" msgstr "加载新的帖子" @@ -2325,31 +2374,35 @@ msgstr "日志" msgid "Log out" msgstr "登出" -#: src/screens/Moderation/index.tsx:444 +#: src/screens/Moderation/index.tsx:442 msgid "Logged-out visibility" msgstr "未登录用户可见性" -#: src/view/com/auth/login/ChooseAccountForm.tsx:142 +#: src/components/AccountList.tsx:54 msgid "Login to account that is not listed" msgstr "登录未列出的账户" -#: src/view/com/modals/LinkWarning.tsx:65 +#: src/screens/Login/SetNewPasswordForm.tsx:116 +msgid "Looks like XXXXX-XXXXX" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:79 msgid "Make sure this is where you intend to go!" msgstr "请确认目标页面地址是否正确!" -#: src/components/dialogs/MutedWords.tsx:83 +#: src/components/dialogs/MutedWords.tsx:82 msgid "Manage your muted words and tags" msgstr "管理你的隐藏词和话题标签" #: src/view/com/auth/create/Step2.tsx:118 -msgid "May not be longer than 253 characters" -msgstr "不能长于 253 个字符" +#~ msgid "May not be longer than 253 characters" +#~ msgstr "不能长于 253 个字符" #: src/view/com/auth/create/Step2.tsx:109 -msgid "May only contain letters and numbers" -msgstr "只能包含字母和数字" +#~ msgid "May only contain letters and numbers" +#~ msgstr "只能包含字母和数字" -#: src/view/screens/Profile.tsx:190 +#: src/view/screens/Profile.tsx:192 msgid "Media" msgstr "媒体" @@ -2362,7 +2415,7 @@ msgid "Mentioned users" msgstr "提到的用户" #: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:647 +#: src/view/screens/Search/Search.tsx:648 msgid "Menu" msgstr "菜单" @@ -2375,7 +2428,7 @@ msgid "Misleading Account" msgstr "误导性账户" #: src/Navigation.tsx:119 -#: src/screens/Moderation/index.tsx:106 +#: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:645 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:514 @@ -2383,7 +2436,7 @@ msgstr "误导性账户" msgid "Moderation" msgstr "限制" -#: src/components/moderation/ModerationDetailsDialog.tsx:113 +#: src/components/moderation/ModerationDetailsDialog.tsx:112 msgid "Moderation details" msgstr "限制详情" @@ -2402,15 +2455,15 @@ msgstr "由 </0> 创建的限制列表" msgid "Moderation list by you" msgstr "你创建的限制列表" -#: src/view/com/modals/CreateOrEditList.tsx:197 +#: src/view/com/modals/CreateOrEditList.tsx:198 msgid "Moderation list created" msgstr "限制列表已创建" -#: src/view/com/modals/CreateOrEditList.tsx:183 +#: src/view/com/modals/CreateOrEditList.tsx:184 msgid "Moderation list updated" msgstr "限制列表已更新" -#: src/screens/Moderation/index.tsx:245 +#: src/screens/Moderation/index.tsx:243 msgid "Moderation lists" msgstr "限制列表" @@ -2427,11 +2480,11 @@ msgstr "限制设置" msgid "Moderation states" msgstr "限制状态" -#: src/screens/Moderation/index.tsx:217 +#: src/screens/Moderation/index.tsx:215 msgid "Moderation tools" msgstr "限制工具" -#: src/components/moderation/ModerationDetailsDialog.tsx:49 +#: src/components/moderation/ModerationDetailsDialog.tsx:48 #: src/lib/moderation/useModerationCauseDescription.ts:40 msgid "Moderator has chosen to set a general warning on the content." msgstr "由限制者对内容设置的一般警告。" @@ -2453,8 +2506,8 @@ msgid "Most-liked replies first" msgstr "优先显示最多喜欢" #: src/view/com/auth/create/Step2.tsx:122 -msgid "Must be at least 3 characters" -msgstr "需要至少 3 个字符" +#~ msgid "Must be at least 3 characters" +#~ msgstr "需要至少 3 个字符" #: src/components/TagMenu/index.tsx:249 msgid "Mute" @@ -2477,11 +2530,11 @@ msgstr "隐藏账户" msgid "Mute all {displayTag} posts" msgstr "隐藏所有 {displayTag} 的帖子" -#: src/components/dialogs/MutedWords.tsx:149 +#: src/components/dialogs/MutedWords.tsx:148 msgid "Mute in tags only" msgstr "仅隐藏话题标签" -#: src/components/dialogs/MutedWords.tsx:134 +#: src/components/dialogs/MutedWords.tsx:133 msgid "Mute in text & tags" msgstr "隐藏文本和话题标签" @@ -2494,11 +2547,11 @@ msgstr "隐藏列表" msgid "Mute these accounts?" msgstr "隐藏这些账户?" -#: src/components/dialogs/MutedWords.tsx:127 +#: src/components/dialogs/MutedWords.tsx:126 msgid "Mute this word in post text and tags" msgstr "在帖子文本和话题标签中隐藏该词" -#: src/components/dialogs/MutedWords.tsx:142 +#: src/components/dialogs/MutedWords.tsx:141 msgid "Mute this word in tags only" msgstr "仅在话题标签中隐藏该词" @@ -2516,7 +2569,7 @@ msgstr "隐藏词和话题标签" msgid "Muted" msgstr "已隐藏" -#: src/screens/Moderation/index.tsx:257 +#: src/screens/Moderation/index.tsx:255 msgid "Muted accounts" msgstr "已隐藏账户" @@ -2533,7 +2586,7 @@ msgstr "已隐藏的账户将不会在你的通知或时间线中显示,被隐 msgid "Muted by \"{0}\"" msgstr "被 \"{0}\" 隐藏" -#: src/screens/Moderation/index.tsx:233 +#: src/screens/Moderation/index.tsx:231 msgid "Muted words & tags" msgstr "已隐藏词和话题标签" @@ -2562,12 +2615,12 @@ msgstr "我保存的信息流" msgid "My Saved Feeds" msgstr "我保存的信息流" -#: src/view/com/modals/AddAppPasswords.tsx:179 -#: src/view/com/modals/CreateOrEditList.tsx:290 +#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/CreateOrEditList.tsx:291 msgid "Name" msgstr "名称" -#: src/view/com/modals/CreateOrEditList.tsx:145 +#: src/view/com/modals/CreateOrEditList.tsx:146 msgid "Name is required" msgstr "名称是必填项" @@ -2581,10 +2634,8 @@ msgstr "名称或描述违反了社群准则" msgid "Nature" msgstr "自然" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:190 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:219 -#: src/view/com/auth/login/LoginForm.tsx:292 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:196 +#: src/screens/Login/ForgotPasswordForm.tsx:173 +#: src/screens/Login/LoginForm.tsx:254 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "转到下一页" @@ -2593,25 +2644,25 @@ msgstr "转到下一页" msgid "Navigates to your profile" msgstr "转到个人资料" -#: src/components/ReportDialog/SelectReportOptionView.tsx:124 +#: src/components/ReportDialog/SelectReportOptionView.tsx:122 msgid "Need to report a copyright violation?" msgstr "需要举报侵犯版权行为吗?" #: src/view/com/modals/EmbedConsent.tsx:107 #: src/view/com/modals/EmbedConsent.tsx:123 -msgid "Never load embeds from {0}" -msgstr "请勿加载来自 {0} 的嵌入内容" +#~ msgid "Never load embeds from {0}" +#~ msgstr "请勿加载来自 {0} 的嵌入内容" #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:72 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:74 msgid "Never lose access to your followers and data." msgstr "永远不会失去对你的关注者和数据的访问。" -#: src/screens/Onboarding/StepFinished.tsx:119 +#: src/screens/Onboarding/StepFinished.tsx:123 msgid "Never lose access to your followers or data." msgstr "永远不会失去对你的关注者或数据的访问。" -#: src/view/com/modals/ChangeHandle.tsx:520 +#: src/view/com/modals/ChangeHandle.tsx:519 msgid "Nevermind, create a handle for me" msgstr "没关系,为我创建一个用户识别符" @@ -2624,11 +2675,10 @@ msgstr "新建" msgid "New" msgstr "新建" -#: src/view/com/modals/CreateOrEditList.tsx:252 +#: src/view/com/modals/CreateOrEditList.tsx:253 msgid "New Moderation List" msgstr "新的限制列表" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/ChangePassword.tsx:212 msgid "New password" msgstr "新密码" @@ -2637,15 +2687,15 @@ msgstr "新密码" msgid "New Password" msgstr "新密码" -#: src/view/com/feeds/FeedPage.tsx:135 +#: src/view/com/feeds/FeedPage.tsx:149 msgctxt "action" msgid "New post" msgstr "新帖子" #: src/view/screens/Feeds.tsx:555 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:450 -#: src/view/screens/ProfileFeed.tsx:433 +#: src/view/screens/Profile.tsx:452 +#: src/view/screens/ProfileFeed.tsx:434 #: src/view/screens/ProfileList.tsx:199 #: src/view/screens/ProfileList.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:252 @@ -2657,7 +2707,7 @@ msgctxt "action" msgid "New Post" msgstr "新帖子" -#: src/view/com/modals/CreateOrEditList.tsx:247 +#: src/view/com/modals/CreateOrEditList.tsx:248 msgid "New User List" msgstr "新的用户列表" @@ -2669,12 +2719,13 @@ msgstr "优先显示最新回复" msgid "News" msgstr "新闻" -#: src/view/com/auth/create/CreateAccount.tsx:172 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:182 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:192 -#: src/view/com/auth/login/LoginForm.tsx:294 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:187 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:143 +#: src/screens/Login/ForgotPasswordForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:253 +#: src/screens/Login/LoginForm.tsx:260 +#: src/screens/Login/SetNewPasswordForm.tsx:174 +#: src/screens/Login/SetNewPasswordForm.tsx:180 +#: src/screens/Signup/index.tsx:205 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:79 #: src/view/com/modals/ChangePassword.tsx:253 #: src/view/com/modals/ChangePassword.tsx:255 @@ -2699,19 +2750,23 @@ msgstr "下一张图片" msgid "No" msgstr "停用" -#: src/view/screens/ProfileFeed.tsx:561 +#: src/view/screens/ProfileFeed.tsx:562 #: src/view/screens/ProfileList.tsx:769 msgid "No description" msgstr "没有描述" -#: src/view/com/modals/ChangeHandle.tsx:406 +#: src/view/com/modals/ChangeHandle.tsx:405 msgid "No DNS Panel" msgstr "没有 DNS 面板" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 msgid "No longer following {0}" msgstr "不再关注 {0}" +#: src/screens/Signup/StepHandle.tsx:114 +msgid "No longer than 253 characters" +msgstr "" + #: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "还没有通知!" @@ -2721,7 +2776,7 @@ msgstr "还没有通知!" msgid "No result" msgstr "没有结果" -#: src/components/Lists.tsx:189 +#: src/components/Lists.tsx:183 msgid "No results found" msgstr "未找到结果" @@ -2730,12 +2785,13 @@ msgid "No results found for \"{query}\"" msgstr "未找到\"{query}\"的结果" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:282 -#: src/view/screens/Search/Search.tsx:310 +#: src/view/screens/Search/Search.tsx:283 +#: src/view/screens/Search/Search.tsx:311 msgid "No results found for {query}" msgstr "未找到 {query} 的结果" -#: src/view/com/modals/EmbedConsent.tsx:129 +#: src/components/dialogs/EmbedConsent.tsx:105 +#: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" msgstr "不,谢谢" @@ -2743,7 +2799,7 @@ msgstr "不,谢谢" msgid "Nobody" msgstr "没有人" -#: src/components/LikedByList.tsx:102 +#: src/components/LikedByList.tsx:79 #: src/components/LikesDialog.tsx:99 msgid "Nobody has liked this yet. Maybe you should be the first!" msgstr "目前还没有人喜欢,也许你应该成为第一个!" @@ -2757,7 +2813,7 @@ msgid "Not Applicable." msgstr "不适用。" #: src/Navigation.tsx:109 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Not Found" msgstr "未找到" @@ -2768,17 +2824,18 @@ msgstr "暂时不需要" #: src/view/com/profile/ProfileMenu.tsx:368 #: src/view/com/util/forms/PostDropdownBtn.tsx:342 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:246 msgid "Note about sharing" msgstr "分享注意事项" -#: src/screens/Moderation/index.tsx:542 +#: src/screens/Moderation/index.tsx:540 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:469 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 -#: src/view/shell/bottom-bar/BottomBar.tsx:207 +#: src/view/shell/bottom-bar/BottomBar.tsx:215 #: src/view/shell/desktop/LeftNav.tsx:365 #: src/view/shell/Drawer.tsx:438 #: src/view/shell/Drawer.tsx:439 @@ -2790,8 +2847,16 @@ msgid "Nudity" msgstr "裸露" #: src/lib/moderation/useReportOptions.ts:71 -msgid "Nudity or pornography not labeled as such" -msgstr "未标记的裸露或色情内容" +msgid "Nudity or adult content not labeled as such" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:71 +#~ msgid "Nudity or pornography not labeled as such" +#~ msgstr "未标记的裸露或色情内容" + +#: src/screens/Signup/index.tsx:142 +msgid "of" +msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:11 msgid "Off" @@ -2801,15 +2866,16 @@ msgstr "显示" msgid "Oh no!" msgstr "糟糕!" -#: src/screens/Onboarding/StepInterests/index.tsx:128 +#: src/screens/Onboarding/StepInterests/index.tsx:132 msgid "Oh no! Something went wrong." msgstr "糟糕!发生了一些错误。" -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:127 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:126 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:327 msgid "OK" msgstr "好的" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 +#: src/screens/Login/PasswordUpdatedForm.tsx:44 msgid "Okay" msgstr "好的" @@ -2821,7 +2887,7 @@ msgstr "优先显示最旧的回复" msgid "Onboarding reset" msgstr "重新开始引导流程" -#: src/view/com/composer/Composer.tsx:391 +#: src/view/com/composer/Composer.tsx:392 msgid "One or more images is missing alt text." msgstr "至少有一张图片缺失了替代文字。" @@ -2829,26 +2895,30 @@ msgstr "至少有一张图片缺失了替代文字。" msgid "Only {0} can reply." msgstr "只有 {0} 可以回复。" -#: src/components/Lists.tsx:83 +#: src/screens/Signup/StepHandle.tsx:97 +msgid "Only contains letters, numbers, and hyphens" +msgstr "" + +#: src/components/Lists.tsx:75 msgid "Oops, something went wrong!" msgstr "糟糕,发生了一些错误!" -#: src/components/Lists.tsx:157 +#: src/components/Lists.tsx:170 #: src/view/screens/AppPasswords.tsx:67 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Oops!" msgstr "Oops!" -#: src/screens/Onboarding/StepFinished.tsx:115 +#: src/screens/Onboarding/StepFinished.tsx:119 msgid "Open" msgstr "开启" -#: src/view/com/composer/Composer.tsx:490 #: src/view/com/composer/Composer.tsx:491 +#: src/view/com/composer/Composer.tsx:492 msgid "Open emoji picker" msgstr "开启表情符号选择器" -#: src/view/screens/ProfileFeed.tsx:299 +#: src/view/screens/ProfileFeed.tsx:300 msgid "Open feed options menu" msgstr "开启信息流选项菜单" @@ -2856,7 +2926,7 @@ msgstr "开启信息流选项菜单" msgid "Open links with in-app browser" msgstr "在内置浏览器中打开链接" -#: src/screens/Moderation/index.tsx:229 +#: src/screens/Moderation/index.tsx:227 msgid "Open muted words and tags settings" msgstr "开启隐藏词和标签设置" @@ -2909,17 +2979,19 @@ msgstr "开启设备相册" msgid "Opens external embeds settings" msgstr "开启外部嵌入设置" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:56 -#: src/view/com/auth/SplashScreen.tsx:70 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:57 +#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/SplashScreen.web.tsx:97 msgid "Opens flow to create a new Bluesky account" msgstr "开启流程以创建一个新的 Bluesky 账户" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:74 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:75 #: src/view/com/auth/SplashScreen.tsx:83 +#: src/view/com/auth/SplashScreen.web.tsx:112 msgid "Opens flow to sign into your existing Bluesky account" msgstr "开启流程以登录到你现有的 Bluesky 账户" -#: src/view/com/modals/InviteCodes.tsx:172 +#: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "开启邀请码列表" @@ -2939,11 +3011,11 @@ msgstr "开启创建新的用户识别符界面" msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "开启你的 Bluesky 用户资料(存储库)下载页面" -#: src/view/screens/Settings/index.tsx:970 +#: src/view/screens/Settings/index.tsx:968 msgid "Opens modal for email verification" msgstr "开启电子邮箱确认界面" -#: src/view/com/modals/ChangeHandle.tsx:281 +#: src/view/com/modals/ChangeHandle.tsx:282 msgid "Opens modal for using custom domain" msgstr "开启使用自定义域名的模式" @@ -2951,7 +3023,7 @@ msgstr "开启使用自定义域名的模式" msgid "Opens moderation settings" msgstr "开启限制设置" -#: src/view/com/auth/login/LoginForm.tsx:242 +#: src/screens/Login/LoginForm.tsx:202 msgid "Opens password reset form" msgstr "开启密码重置申请" @@ -2972,7 +3044,7 @@ msgstr "开启应用专用密码设置界面" msgid "Opens the Following feed preferences" msgstr "开启关注信息流首选项" -#: src/view/com/modals/LinkWarning.tsx:76 +#: src/view/com/modals/LinkWarning.tsx:93 msgid "Opens the linked website" msgstr "开启链接的网页" @@ -3005,7 +3077,7 @@ msgstr "或者选择组合这些选项:" msgid "Other" msgstr "其他" -#: src/view/com/auth/login/ChooseAccountForm.tsx:147 +#: src/components/AccountList.tsx:73 msgid "Other account" msgstr "其他账户" @@ -3013,7 +3085,7 @@ msgstr "其他账户" msgid "Other..." msgstr "其他..." -#: src/components/Lists.tsx:190 +#: src/components/Lists.tsx:184 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "无法找到此页面" @@ -3022,13 +3094,10 @@ msgstr "无法找到此页面" msgid "Page Not Found" msgstr "无法找到此页面" -#: src/view/com/auth/create/Step1.tsx:191 -#: src/view/com/auth/create/Step1.tsx:201 -#: src/view/com/auth/login/LoginForm.tsx:213 -#: src/view/com/auth/login/LoginForm.tsx:229 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:161 -#: src/view/com/modals/DeleteAccount.tsx:195 -#: src/view/com/modals/DeleteAccount.tsx:202 +#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Signup/StepInfo/index.tsx:101 +#: src/view/com/modals/DeleteAccount.tsx:194 +#: src/view/com/modals/DeleteAccount.tsx:201 msgid "Password" msgstr "密码" @@ -3036,11 +3105,11 @@ msgstr "密码" msgid "Password Changed" msgstr "密码已修改" -#: src/view/com/auth/login/Login.tsx:157 +#: src/screens/Login/index.tsx:157 msgid "Password updated" msgstr "密码已更新" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:28 +#: src/screens/Login/PasswordUpdatedForm.tsx:30 msgid "Password updated!" msgstr "密码已更新!" @@ -3068,12 +3137,12 @@ msgstr "宠物" msgid "Pictures meant for adults." msgstr "适合成年人的图像。" -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:563 msgid "Pin to home" msgstr "固定到主页" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 msgid "Pin to Home" msgstr "固定到主页" @@ -3081,28 +3150,28 @@ msgstr "固定到主页" msgid "Pinned Feeds" msgstr "固定信息流列表" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:111 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "播放 {0}" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:54 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:55 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" msgstr "播放视频" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:110 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 msgid "Plays the GIF" msgstr "播放 GIF" -#: src/view/com/auth/create/state.ts:124 +#: src/screens/Signup/state.ts:241 msgid "Please choose your handle." msgstr "请设置你的用户识别符。" -#: src/view/com/auth/create/state.ts:117 +#: src/screens/Signup/state.ts:234 msgid "Please choose your password." msgstr "请设置你的密码。" -#: src/view/com/auth/create/state.ts:131 +#: src/screens/Signup/state.ts:251 msgid "Please complete the verification captcha." msgstr "请完成 Captcha 验证" @@ -3110,27 +3179,27 @@ msgstr "请完成 Captcha 验证" msgid "Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed." msgstr "更改前请先确认你的电子邮箱。这是新增电子邮箱更新工具的临时要求,此限制将很快被移除。" -#: src/view/com/modals/AddAppPasswords.tsx:90 +#: src/view/com/modals/AddAppPasswords.tsx:91 msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "请输入应用专用密码的名称,不允许使用空格。" -#: src/view/com/modals/AddAppPasswords.tsx:145 +#: src/view/com/modals/AddAppPasswords.tsx:146 msgid "Please enter a unique name for this App Password or use our randomly generated one." msgstr "请输入此应用专用密码的唯一名称,或使用我们提供的随机生成名称。" -#: src/components/dialogs/MutedWords.tsx:68 +#: src/components/dialogs/MutedWords.tsx:67 msgid "Please enter a valid word, tag, or phrase to mute" msgstr "请输入一个有效的词、话题标签或短语" -#: src/view/com/auth/create/state.ts:103 +#: src/screens/Signup/state.ts:220 msgid "Please enter your email." msgstr "请输入你的电子邮箱。" -#: src/view/com/modals/DeleteAccount.tsx:191 +#: src/view/com/modals/DeleteAccount.tsx:190 msgid "Please enter your password as well:" msgstr "请输入你的密码:" -#: src/components/moderation/LabelsOnMeDialog.tsx:222 +#: src/components/moderation/LabelsOnMeDialog.tsx:221 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "请解释为什么你认为此标记是由 {0} 错误应用的" @@ -3138,7 +3207,7 @@ msgstr "请解释为什么你认为此标记是由 {0} 错误应用的" msgid "Please Verify Your Email" msgstr "请验证你的电子邮箱" -#: src/view/com/composer/Composer.tsx:221 +#: src/view/com/composer/Composer.tsx:222 msgid "Please wait for your link card to finish loading" msgstr "请等待你的链接卡片加载完毕" @@ -3151,11 +3220,11 @@ msgid "Porn" msgstr "色情内容" #: src/lib/moderation/useGlobalLabelStrings.ts:34 -msgid "Pornography" -msgstr "色情" +#~ msgid "Pornography" +#~ msgstr "色情" -#: src/view/com/composer/Composer.tsx:366 -#: src/view/com/composer/Composer.tsx:374 +#: src/view/com/composer/Composer.tsx:367 +#: src/view/com/composer/Composer.tsx:375 msgctxt "action" msgid "Post" msgstr "发布" @@ -3183,12 +3252,12 @@ msgstr "已删除帖子" msgid "Post hidden" msgstr "已隐藏帖子" -#: src/components/moderation/ModerationDetailsDialog.tsx:98 +#: src/components/moderation/ModerationDetailsDialog.tsx:97 #: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Post Hidden by Muted Word" msgstr "帖子被隐藏词所隐藏" -#: src/components/moderation/ModerationDetailsDialog.tsx:101 +#: src/components/moderation/ModerationDetailsDialog.tsx:100 #: src/lib/moderation/useModerationCauseDescription.ts:108 msgid "Post Hidden by You" msgstr "帖子由你隐藏" @@ -3210,11 +3279,11 @@ msgstr "无法找到帖子" msgid "posts" msgstr "帖子" -#: src/view/screens/Profile.tsx:188 +#: src/view/screens/Profile.tsx:190 msgid "Posts" msgstr "帖子" -#: src/components/dialogs/MutedWords.tsx:90 +#: src/components/dialogs/MutedWords.tsx:89 msgid "Posts can be muted based on their text, their tags, or both." msgstr "帖子可以根据其文本、话题标签或两者来隐藏。" @@ -3222,11 +3291,17 @@ msgstr "帖子可以根据其文本、话题标签或两者来隐藏。" msgid "Posts hidden" msgstr "帖子已隐藏" -#: src/view/com/modals/LinkWarning.tsx:46 +#: src/view/com/modals/LinkWarning.tsx:60 msgid "Potentially Misleading Link" msgstr "潜在误导性链接" -#: src/components/Lists.tsx:88 +#: src/components/forms/HostingProvider.tsx:45 +msgid "Press to change hosting provider" +msgstr "" + +#: src/components/Error.tsx:74 +#: src/components/Lists.tsx:80 +#: src/screens/Signup/index.tsx:186 msgid "Press to retry" msgstr "点按重试" @@ -3248,23 +3323,23 @@ msgid "Privacy" msgstr "隐私" #: src/Navigation.tsx:231 -#: src/view/com/auth/create/Policies.tsx:69 +#: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:925 +#: src/view/screens/Settings/index.tsx:923 #: src/view/shell/Drawer.tsx:265 msgid "Privacy Policy" msgstr "隐私政策" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:156 msgid "Processing..." msgstr "处理中..." #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:340 +#: src/view/screens/Profile.tsx:342 msgid "profile" msgstr "个人资料" -#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:260 #: src/view/shell/desktop/LeftNav.tsx:419 #: src/view/shell/Drawer.tsx:70 #: src/view/shell/Drawer.tsx:549 @@ -3272,15 +3347,15 @@ msgstr "个人资料" msgid "Profile" msgstr "个人资料" -#: src/view/com/modals/EditProfile.tsx:128 +#: src/view/com/modals/EditProfile.tsx:129 msgid "Profile updated" msgstr "个人资料已更新" -#: src/view/screens/Settings/index.tsx:983 +#: src/view/screens/Settings/index.tsx:981 msgid "Protect your account by verifying your email." msgstr "通过验证电子邮箱来保护你的账户。" -#: src/screens/Onboarding/StepFinished.tsx:101 +#: src/screens/Onboarding/StepFinished.tsx:105 msgid "Public" msgstr "公开内容" @@ -3292,15 +3367,15 @@ msgstr "公开且可共享的批量隐藏或屏蔽列表。" msgid "Public, shareable lists which can drive feeds." msgstr "公开且可共享的列表,可作为信息流使用。" -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish post" msgstr "发布帖子" -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish reply" msgstr "发布回复" -#: src/view/com/modals/Repost.tsx:65 +#: src/view/com/modals/Repost.tsx:66 msgctxt "action" msgid "Quote post" msgstr "引用帖子" @@ -3309,7 +3384,7 @@ msgstr "引用帖子" msgid "Quote post" msgstr "引用帖子" -#: src/view/com/modals/Repost.tsx:70 +#: src/view/com/modals/Repost.tsx:71 msgctxt "action" msgid "Quote Post" msgstr "引用帖子" @@ -3318,11 +3393,11 @@ msgstr "引用帖子" msgid "Random (aka \"Poster's Roulette\")" msgstr "随机显示 (手气不错)" -#: src/view/com/modals/EditImage.tsx:236 +#: src/view/com/modals/EditImage.tsx:237 msgid "Ratios" msgstr "比率" -#: src/view/screens/Search/Search.tsx:776 +#: src/view/screens/Search/Search.tsx:777 msgid "Recent Searches" msgstr "最近的搜索" @@ -3334,7 +3409,7 @@ msgstr "推荐信息流" msgid "Recommended Users" msgstr "推荐的用户" -#: src/components/dialogs/MutedWords.tsx:287 +#: src/components/dialogs/MutedWords.tsx:286 #: src/view/com/feeds/FeedSourceCard.tsx:283 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:83 @@ -3365,8 +3440,8 @@ msgstr "删除信息流?" #: src/view/com/feeds/FeedSourceCard.tsx:173 #: src/view/com/feeds/FeedSourceCard.tsx:233 -#: src/view/screens/ProfileFeed.tsx:334 -#: src/view/screens/ProfileFeed.tsx:340 +#: src/view/screens/ProfileFeed.tsx:335 +#: src/view/screens/ProfileFeed.tsx:341 msgid "Remove from my feeds" msgstr "从自定义信息流中删除" @@ -3382,11 +3457,11 @@ msgstr "删除图片" msgid "Remove image preview" msgstr "删除图片预览" -#: src/components/dialogs/MutedWords.tsx:330 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "从你的隐藏词列表中删除" -#: src/view/com/modals/Repost.tsx:47 +#: src/view/com/modals/Repost.tsx:48 msgid "Remove repost" msgstr "删除转发" @@ -3403,7 +3478,7 @@ msgstr "从列表中删除" msgid "Removed from my feeds" msgstr "从自定义信息流中删除" -#: src/view/screens/ProfileFeed.tsx:208 +#: src/view/screens/ProfileFeed.tsx:209 msgid "Removed from your feeds" msgstr "从你的自定义信息流中删除" @@ -3411,7 +3486,7 @@ msgstr "从你的自定义信息流中删除" msgid "Removes default thumbnail from {0}" msgstr "从 {0} 中删除默认缩略图" -#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:191 msgid "Replies" msgstr "回复" @@ -3419,7 +3494,7 @@ msgstr "回复" msgid "Replies to this thread are disabled" msgstr "对此讨论串的回复已被禁用" -#: src/view/com/composer/Composer.tsx:364 +#: src/view/com/composer/Composer.tsx:365 msgctxt "action" msgid "Reply" msgstr "回复" @@ -3439,8 +3514,12 @@ msgstr "回复 <0/>" msgid "Report Account" msgstr "举报账户" -#: src/view/screens/ProfileFeed.tsx:351 -#: src/view/screens/ProfileFeed.tsx:353 +#: src/components/ReportDialog/index.tsx:49 +msgid "Report dialog" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:352 +#: src/view/screens/ProfileFeed.tsx:354 msgid "Report feed" msgstr "举报信息流" @@ -3453,29 +3532,29 @@ msgstr "举报列表" msgid "Report post" msgstr "举报帖子" -#: src/components/ReportDialog/SelectReportOptionView.tsx:43 +#: src/components/ReportDialog/SelectReportOptionView.tsx:42 msgid "Report this content" msgstr "举报此内容" -#: src/components/ReportDialog/SelectReportOptionView.tsx:56 +#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Report this feed" msgstr "举报此信息流" -#: src/components/ReportDialog/SelectReportOptionView.tsx:53 +#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Report this list" msgstr "举报此列表" -#: src/components/ReportDialog/SelectReportOptionView.tsx:50 +#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Report this post" msgstr "举报此帖子" -#: src/components/ReportDialog/SelectReportOptionView.tsx:47 +#: src/components/ReportDialog/SelectReportOptionView.tsx:46 msgid "Report this user" msgstr "举报此用户" -#: src/view/com/modals/Repost.tsx:43 -#: src/view/com/modals/Repost.tsx:48 -#: src/view/com/modals/Repost.tsx:53 +#: src/view/com/modals/Repost.tsx:44 +#: src/view/com/modals/Repost.tsx:49 +#: src/view/com/modals/Repost.tsx:54 #: src/view/com/util/post-ctrls/RepostButton.tsx:61 msgctxt "action" msgid "Repost" @@ -3524,12 +3603,10 @@ msgstr "确认码" msgid "Require alt text before posting" msgstr "发布时检查媒体是否存在替代文本" -#: src/view/com/auth/create/Step1.tsx:146 +#: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "服务提供者要求" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:124 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:136 #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "确认码" @@ -3543,7 +3620,7 @@ msgstr "确认码" msgid "Reset onboarding state" msgstr "重置引导流程状态" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:104 +#: src/screens/Login/ForgotPasswordForm.tsx:86 msgid "Reset password" msgstr "重置密码" @@ -3560,7 +3637,7 @@ msgstr "重置引导流程状态" msgid "Resets the preferences state" msgstr "重置首选项状态" -#: src/view/com/auth/login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:235 msgid "Retries login" msgstr "重试登录" @@ -3569,18 +3646,19 @@ msgstr "重试登录" msgid "Retries the last action, which errored out" msgstr "重试上次出错的操作" -#: src/components/Lists.tsx:98 -#: src/screens/Onboarding/StepInterests/index.tsx:221 -#: src/screens/Onboarding/StepInterests/index.tsx:224 -#: src/view/com/auth/create/CreateAccount.tsx:181 -#: src/view/com/auth/create/CreateAccount.tsx:186 -#: src/view/com/auth/login/LoginForm.tsx:271 -#: src/view/com/auth/login/LoginForm.tsx:274 +#: src/components/Error.tsx:79 +#: src/components/Lists.tsx:91 +#: src/screens/Login/LoginForm.tsx:234 +#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Onboarding/StepInterests/index.tsx:225 +#: src/screens/Onboarding/StepInterests/index.tsx:228 +#: src/screens/Signup/index.tsx:193 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 msgid "Retry" msgstr "重试" +#: src/components/Error.tsx:86 #: src/view/screens/ProfileList.tsx:917 msgid "Return to previous page" msgstr "回到上一页" @@ -3590,24 +3668,24 @@ msgid "Returns to home page" msgstr "回到主页" #: src/view/screens/NotFound.tsx:58 -#: src/view/screens/ProfileFeed.tsx:112 +#: src/view/screens/ProfileFeed.tsx:113 msgid "Returns to previous page" msgstr "回到上一页" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:337 -#: src/view/com/modals/EditProfile.tsx:224 +#: src/view/com/modals/ChangeHandle.tsx:174 +#: src/view/com/modals/CreateOrEditList.tsx:338 +#: src/view/com/modals/EditProfile.tsx:225 msgid "Save" msgstr "保存" #: src/view/com/lightbox/Lightbox.tsx:132 -#: src/view/com/modals/CreateOrEditList.tsx:345 +#: src/view/com/modals/CreateOrEditList.tsx:346 msgctxt "action" msgid "Save" msgstr "保存" -#: src/view/com/modals/AltImage.tsx:130 +#: src/view/com/modals/AltImage.tsx:131 msgid "Save alt text" msgstr "保存替代文字" @@ -3615,20 +3693,20 @@ msgstr "保存替代文字" msgid "Save birthday" msgstr "保存生日" -#: src/view/com/modals/EditProfile.tsx:232 +#: src/view/com/modals/EditProfile.tsx:233 msgid "Save Changes" msgstr "保存更改" -#: src/view/com/modals/ChangeHandle.tsx:170 +#: src/view/com/modals/ChangeHandle.tsx:171 msgid "Save handle change" msgstr "保存用户识别符更改" -#: src/view/com/modals/crop-image/CropImage.web.tsx:144 +#: src/view/com/modals/crop-image/CropImage.web.tsx:145 msgid "Save image crop" msgstr "保存图片裁切" -#: src/view/screens/ProfileFeed.tsx:335 -#: src/view/screens/ProfileFeed.tsx:341 +#: src/view/screens/ProfileFeed.tsx:336 +#: src/view/screens/ProfileFeed.tsx:342 msgid "Save to my feeds" msgstr "保存到自定义信息流" @@ -3640,19 +3718,19 @@ msgstr "已保存信息流" msgid "Saved to your camera roll." msgstr "已保存到相机胶卷" -#: src/view/screens/ProfileFeed.tsx:212 +#: src/view/screens/ProfileFeed.tsx:213 msgid "Saved to your feeds" msgstr "已保存到你的自定义信息流" -#: src/view/com/modals/EditProfile.tsx:225 +#: src/view/com/modals/EditProfile.tsx:226 msgid "Saves any changes to your profile" msgstr "保存个人资料中所做的变更" -#: src/view/com/modals/ChangeHandle.tsx:171 +#: src/view/com/modals/ChangeHandle.tsx:172 msgid "Saves handle change to {handle}" msgstr "保存用户识别符更改至 {handle}" -#: src/view/com/modals/crop-image/CropImage.web.tsx:145 +#: src/view/com/modals/crop-image/CropImage.web.tsx:146 msgid "Saves image crop settings" msgstr "保存图片裁剪设置" @@ -3665,14 +3743,14 @@ msgid "Scroll to top" msgstr "滚动到顶部" #: src/Navigation.tsx:459 -#: src/view/com/auth/LoggedOut.tsx:122 +#: src/view/com/auth/LoggedOut.tsx:123 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 -#: src/view/screens/Search/Search.tsx:420 -#: src/view/screens/Search/Search.tsx:669 -#: src/view/screens/Search/Search.tsx:687 -#: src/view/shell/bottom-bar/BottomBar.tsx:161 +#: src/view/screens/Search/Search.tsx:421 +#: src/view/screens/Search/Search.tsx:670 +#: src/view/screens/Search/Search.tsx:688 +#: src/view/shell/bottom-bar/BottomBar.tsx:169 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 #: src/view/shell/desktop/Search.tsx:224 @@ -3681,7 +3759,7 @@ msgstr "滚动到顶部" msgid "Search" msgstr "搜索" -#: src/view/screens/Search/Search.tsx:736 +#: src/view/screens/Search/Search.tsx:737 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "搜索 \"{query}\"" @@ -3694,8 +3772,8 @@ msgstr "搜索 @{authorHandle} 带有 {displayTag} 的所有帖子" msgid "Search for all posts with tag {displayTag}" msgstr "搜索所有带有 {displayTag} 的帖子" -#: src/view/com/auth/LoggedOut.tsx:104 #: src/view/com/auth/LoggedOut.tsx:105 +#: src/view/com/auth/LoggedOut.tsx:106 #: src/view/com/modals/ListAddRemoveUsers.tsx:70 msgid "Search for users" msgstr "搜索用户" @@ -3724,7 +3802,7 @@ msgstr "查看该用户 <0>{displayTag}</0> 的帖子" msgid "See this guide" msgstr "查看指南" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:39 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:40 msgid "See what's next" msgstr "查看下一步" @@ -3732,7 +3810,11 @@ msgstr "查看下一步" msgid "Select {item}" msgstr "选择 {item}" -#: src/view/com/auth/login/Login.tsx:117 +#: src/screens/Login/ChooseAccountForm.tsx:61 +msgid "Select account" +msgstr "" + +#: src/screens/Login/index.tsx:120 msgid "Select from an existing account" msgstr "从现有账户中选择" @@ -3740,7 +3822,7 @@ msgstr "从现有账户中选择" msgid "Select languages" msgstr "选择语言" -#: src/components/ReportDialog/SelectLabelerView.tsx:32 +#: src/components/ReportDialog/SelectLabelerView.tsx:30 msgid "Select moderator" msgstr "选择限制者" @@ -3750,8 +3832,8 @@ msgstr "选择 {numItems} 项中的第 {i} 项" #: src/view/com/auth/create/Step1.tsx:96 #: src/view/com/auth/login/LoginForm.tsx:153 -msgid "Select service" -msgstr "选择服务" +#~ msgid "Select service" +#~ msgstr "选择服务" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 msgid "Select some accounts below to follow" @@ -3765,11 +3847,11 @@ msgstr "你要将该条举报提交给哪位限制服务提供者?" msgid "Select the service that hosts your data." msgstr "选择托管你数据的服务器。" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:96 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:100 msgid "Select topical feeds to follow from the list below" msgstr "从下面的列表中选择要关注的专题信息流" -#: src/screens/Onboarding/StepModeration/index.tsx:62 +#: src/screens/Onboarding/StepModeration/index.tsx:63 msgid "Select what you want to see (or not see), and we’ll handle the rest." msgstr "选择你想看到(或不想看到)的内容,剩下的由我们来处理。" @@ -3781,7 +3863,11 @@ msgstr "选择你希望订阅信息流中所包含的语言。如果未选择任 msgid "Select your app language for the default text to display in the app." msgstr "选择你的应用语言,以显示应用中的默认文本。" -#: src/screens/Onboarding/StepInterests/index.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:133 +msgid "Select your date of birth" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:200 msgid "Select your interests from the options below" msgstr "下面选择你感兴趣的选项" @@ -3789,11 +3875,11 @@ msgstr "下面选择你感兴趣的选项" msgid "Select your preferred language for translations in your feed." msgstr "选择你在订阅信息流中希望进行翻译的目标首选语言。" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:117 msgid "Select your primary algorithmic feeds" msgstr "选择你的信息流主要算法" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:142 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:133 msgid "Select your secondary algorithmic feeds" msgstr "选择你的信息流次要算法" @@ -3802,11 +3888,11 @@ msgstr "选择你的信息流次要算法" msgid "Send Confirmation Email" msgstr "发送确认电子邮件" -#: src/view/com/modals/DeleteAccount.tsx:131 +#: src/view/com/modals/DeleteAccount.tsx:130 msgid "Send email" msgstr "发送电子邮件" -#: src/view/com/modals/DeleteAccount.tsx:144 +#: src/view/com/modals/DeleteAccount.tsx:143 msgctxt "action" msgid "Send Email" msgstr "发送电子邮件" @@ -3821,29 +3907,29 @@ msgstr "提交反馈" msgid "Send report" msgstr "提交举报" -#: src/components/ReportDialog/SelectLabelerView.tsx:46 +#: src/components/ReportDialog/SelectLabelerView.tsx:44 msgid "Send report to {0}" msgstr "给 {0} 提交举报" -#: src/view/com/modals/DeleteAccount.tsx:133 +#: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "发送包含账户删除验证码的电子邮件" -#: src/view/com/auth/server-input/index.tsx:110 +#: src/view/com/auth/server-input/index.tsx:114 msgid "Server address" msgstr "服务器地址" -#: src/screens/Moderation/index.tsx:306 +#: src/screens/Moderation/index.tsx:304 msgid "Set birthdate" msgstr "设置生日" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:104 +#: src/screens/Login/SetNewPasswordForm.tsx:102 msgid "Set new password" msgstr "设置新密码" #: src/view/com/auth/create/Step1.tsx:202 -msgid "Set password" -msgstr "设置密码" +#~ msgid "Set password" +#~ msgstr "设置密码" #: src/view/screens/PreferencesFollowingFeed.tsx:225 msgid "Set this setting to \"No\" to hide all quote posts from your feed. Reposts will still be visible." @@ -3865,11 +3951,11 @@ 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 +#: src/screens/Onboarding/Layout.tsx:48 msgid "Set up your account" msgstr "设置你的账户" -#: src/view/com/modals/ChangeHandle.tsx:266 +#: src/view/com/modals/ChangeHandle.tsx:267 msgid "Sets Bluesky username" msgstr "设置 Bluesky 用户名" @@ -3893,30 +3979,30 @@ msgstr "设置深色模式至深黑" msgid "Sets dark theme to the dim theme" msgstr "设置深色模式至暗淡" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:157 +#: src/screens/Login/ForgotPasswordForm.tsx:113 msgid "Sets email for password reset" msgstr "设置用于重置密码的电子邮箱" #: src/view/com/auth/login/ForgotPasswordForm.tsx:122 -msgid "Sets hosting provider for password reset" -msgstr "设置用于密码重置的托管提供商信息" +#~ msgid "Sets hosting provider for password reset" +#~ msgstr "设置用于密码重置的托管提供商信息" -#: src/view/com/modals/crop-image/CropImage.web.tsx:123 +#: src/view/com/modals/crop-image/CropImage.web.tsx:124 msgid "Sets image aspect ratio to square" msgstr "将图片纵横比设置为正方形" -#: src/view/com/modals/crop-image/CropImage.web.tsx:113 +#: src/view/com/modals/crop-image/CropImage.web.tsx:114 msgid "Sets image aspect ratio to tall" msgstr "将图片纵横比设置为高" -#: src/view/com/modals/crop-image/CropImage.web.tsx:103 +#: src/view/com/modals/crop-image/CropImage.web.tsx:104 msgid "Sets image aspect ratio to wide" msgstr "将图片纵横比设置为宽" #: src/view/com/auth/create/Step1.tsx:97 #: src/view/com/auth/login/LoginForm.tsx:154 -msgid "Sets server for the Bluesky client" -msgstr "设置 Bluesky 客户端的服务器" +#~ msgid "Sets server for the Bluesky client" +#~ msgstr "设置 Bluesky 客户端的服务器" #: src/Navigation.tsx:139 #: src/view/screens/Settings/index.tsx:313 @@ -3943,23 +4029,33 @@ msgstr "分享" #: src/view/com/profile/ProfileMenu.tsx:224 #: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:237 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:218 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:235 #: src/view/screens/ProfileList.tsx:388 msgid "Share" msgstr "分享" #: src/view/com/profile/ProfileMenu.tsx:373 #: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:251 msgid "Share anyway" msgstr "仍然分享" -#: src/view/screens/ProfileFeed.tsx:361 -#: src/view/screens/ProfileFeed.tsx:363 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileFeed.tsx:364 msgid "Share feed" msgstr "分享信息流" +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 +msgid "Share Link" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:92 +msgid "Shares the linked website" +msgstr "" + #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:45 +#: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 #: src/view/screens/Settings/index.tsx:363 @@ -3970,8 +4066,8 @@ msgstr "显示" msgid "Show all replies" msgstr "显示所有回复" -#: src/components/moderation/ScreenHider.tsx:162 -#: src/components/moderation/ScreenHider.tsx:165 +#: src/components/moderation/ScreenHider.tsx:169 +#: src/components/moderation/ScreenHider.tsx:172 msgid "Show anyway" msgstr "仍然显示" @@ -3985,10 +4081,10 @@ msgid "Show badge and filter from feeds" msgstr "显示徽章并从信息流中过滤" #: src/view/com/modals/EmbedConsent.tsx:87 -msgid "Show embeds from {0}" -msgstr "显示来自 {0} 的嵌入内容" +#~ msgid "Show embeds from {0}" +#~ msgstr "显示来自 {0} 的嵌入内容" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 msgid "Show follows similar to {0}" msgstr "显示类似于 {0} 的关注者" @@ -4006,15 +4102,15 @@ msgstr "在自定义信息流中显示帖子" msgid "Show Quote Posts" msgstr "显示引用帖子" -#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +#: src/screens/Onboarding/StepFollowingFeed.tsx:119 msgid "Show quote-posts in Following feed" msgstr "在关注信息流中显示引用" -#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +#: src/screens/Onboarding/StepFollowingFeed.tsx:135 msgid "Show quotes in Following" msgstr "在关注中显示引用" -#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +#: src/screens/Onboarding/StepFollowingFeed.tsx:95 msgid "Show re-posts in Following feed" msgstr "在关注信息流中显示转发" @@ -4026,11 +4122,11 @@ msgstr "显示回复" msgid "Show replies by people you follow before all other replies." msgstr "在所有其他回复之前显示你关注的人的回复。" -#: src/screens/Onboarding/StepFollowingFeed.tsx:86 +#: src/screens/Onboarding/StepFollowingFeed.tsx:87 msgid "Show replies in Following" msgstr "在关注中显示回复" -#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +#: src/screens/Onboarding/StepFollowingFeed.tsx:71 msgid "Show replies in Following feed" msgstr "在关注信息流中显示回复" @@ -4042,7 +4138,7 @@ msgstr "显示至少包含 {value} 个 {0} 的回复" msgid "Show Reposts" msgstr "显示转发" -#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +#: src/screens/Onboarding/StepFollowingFeed.tsx:111 msgid "Show reposts in Following" msgstr "在关注中显示转发" @@ -4063,16 +4159,22 @@ msgstr "显示警告" msgid "Show warning and filter from feeds" msgstr "显示警告并从信息流中过滤" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:127 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 msgid "Shows posts from {0} in your feed" msgstr "在你的信息流中显示来自 {0} 的帖子" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:72 -#: src/view/com/auth/login/Login.tsx:98 +#: src/screens/Login/index.tsx:100 +#: src/screens/Login/index.tsx:119 +#: src/screens/Login/LoginForm.tsx:131 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:73 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:83 #: src/view/com/auth/SplashScreen.tsx:81 -#: src/view/shell/bottom-bar/BottomBar.tsx:289 -#: src/view/shell/bottom-bar/BottomBar.tsx:290 -#: src/view/shell/bottom-bar/BottomBar.tsx:292 +#: src/view/com/auth/SplashScreen.tsx:90 +#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:119 +#: src/view/shell/bottom-bar/BottomBar.tsx:300 +#: src/view/shell/bottom-bar/BottomBar.tsx:301 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 @@ -4085,32 +4187,29 @@ msgstr "登录" #: src/view/com/auth/HomeLoggedOutCTA.tsx:82 #: src/view/com/auth/SplashScreen.tsx:86 #: src/view/com/auth/SplashScreen.web.tsx:91 -msgid "Sign In" -msgstr "登录" +#~ msgid "Sign In" +#~ msgstr "登录" -#: src/view/com/auth/login/ChooseAccountForm.tsx:45 +#: src/components/AccountList.tsx:109 msgid "Sign in as {0}" msgstr "以 {0} 登录" -#: src/view/com/auth/login/ChooseAccountForm.tsx:127 -#: src/view/com/auth/login/Login.tsx:116 +#: src/screens/Login/ChooseAccountForm.tsx:64 msgid "Sign in as..." msgstr "登录为..." #: src/view/com/auth/login/LoginForm.tsx:140 -msgid "Sign into" -msgstr "登录到" +#~ msgid "Sign into" +#~ msgstr "登录到" -#: src/view/com/modals/SwitchAccount.tsx:68 -#: src/view/com/modals/SwitchAccount.tsx:73 #: src/view/screens/Settings/index.tsx:107 #: src/view/screens/Settings/index.tsx:110 msgid "Sign out" msgstr "登出" -#: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/bottom-bar/BottomBar.tsx:280 -#: src/view/shell/bottom-bar/BottomBar.tsx:282 +#: src/view/shell/bottom-bar/BottomBar.tsx:290 +#: src/view/shell/bottom-bar/BottomBar.tsx:291 +#: src/view/shell/bottom-bar/BottomBar.tsx:293 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 @@ -4124,7 +4223,7 @@ msgstr "注册" msgid "Sign up or sign in to join the conversation" msgstr "注册或登录以加入对话" -#: src/components/moderation/ScreenHider.tsx:98 +#: src/components/moderation/ScreenHider.tsx:97 #: src/lib/moderation/useGlobalLabelStrings.ts:28 msgid "Sign-in Required" msgstr "需要登录" @@ -4133,21 +4232,21 @@ msgstr "需要登录" msgid "Signed in as" msgstr "登录身份" -#: src/view/com/auth/login/ChooseAccountForm.tsx:112 +#: src/screens/Login/ChooseAccountForm.tsx:48 msgid "Signed in as @{0}" msgstr "以 @{0} 身份登录" #: src/view/com/modals/SwitchAccount.tsx:70 -msgid "Signs {0} out of Bluesky" -msgstr "从 {0} 登出 Bluesky" +#~ msgid "Signs {0} out of Bluesky" +#~ msgstr "从 {0} 登出 Bluesky" -#: src/screens/Onboarding/StepInterests/index.tsx:235 -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:195 +#: src/screens/Onboarding/StepInterests/index.tsx:239 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:203 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:35 msgid "Skip" msgstr "跳过" -#: src/screens/Onboarding/StepInterests/index.tsx:232 +#: src/screens/Onboarding/StepInterests/index.tsx:236 msgid "Skip this flow" msgstr "跳过此流程" @@ -4155,13 +4254,13 @@ msgstr "跳过此流程" msgid "Software Dev" msgstr "程序开发" -#: src/components/ReportDialog/index.tsx:52 -#: src/screens/Moderation/index.tsx:116 -#: src/screens/Profile/Sections/Labels.tsx:77 +#: src/components/ReportDialog/index.tsx:59 +#: src/screens/Moderation/index.tsx:114 +#: src/screens/Profile/Sections/Labels.tsx:76 msgid "Something went wrong, please try again." msgstr "出了点问题,请重试。" -#: src/App.native.tsx:71 +#: src/App.native.tsx:66 msgid "Sorry! Your session expired. Please log in again." msgstr "很抱歉,你的登录会话已过期,请重新登录。" @@ -4173,7 +4272,7 @@ msgstr "回复排序" msgid "Sort replies to the same post by:" msgstr "对同一帖子的回复进行排序:" -#: src/components/moderation/LabelsOnMeDialog.tsx:147 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 msgid "Source:" msgstr "来源:" @@ -4189,17 +4288,21 @@ msgstr "垃圾内容;过多的提及或回复" msgid "Sports" msgstr "运动" -#: src/view/com/modals/crop-image/CropImage.web.tsx:122 +#: src/view/com/modals/crop-image/CropImage.web.tsx:123 msgid "Square" msgstr "方块" -#: src/view/screens/Settings/index.tsx:905 +#: src/view/screens/Settings/index.tsx:903 msgid "Status page" msgstr "状态页" +#: src/screens/Signup/index.tsx:142 +msgid "Step" +msgstr "" + #: src/view/com/auth/create/StepHeader.tsx:22 -msgid "Step {0} of {numSteps}" -msgstr "第 {0} 步,共 {numSteps} 步" +#~ msgid "Step {0} of {numSteps}" +#~ msgstr "第 {0} 步,共 {numSteps} 步" #: src/view/screens/Settings/index.tsx:292 msgid "Storage cleared, you need to restart the app now." @@ -4210,8 +4313,8 @@ msgstr "已清除存储,请立即重启应用。" msgid "Storybook" msgstr "Storybook" +#: src/components/moderation/LabelsOnMeDialog.tsx:255 #: src/components/moderation/LabelsOnMeDialog.tsx:256 -#: src/components/moderation/LabelsOnMeDialog.tsx:257 msgid "Submit" msgstr "提交" @@ -4219,20 +4322,20 @@ msgstr "提交" msgid "Subscribe" msgstr "订阅" -#: src/screens/Profile/Sections/Labels.tsx:181 +#: src/screens/Profile/Sections/Labels.tsx:180 msgid "Subscribe to @{0} to use these labels:" msgstr "订阅 @{0} 以使用这些标记:" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:222 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:221 msgid "Subscribe to Labeler" msgstr "订阅标记者" -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:308 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:172 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 msgid "Subscribe to the {0} feed" msgstr "订阅 {0} 信息流" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:185 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 msgid "Subscribe to this labeler" msgstr "订阅这个标记者" @@ -4240,7 +4343,7 @@ msgstr "订阅这个标记者" msgid "Subscribe to this list" msgstr "订阅这个列表" -#: src/view/screens/Search/Search.tsx:375 +#: src/view/screens/Search/Search.tsx:376 msgid "Suggested Follows" msgstr "推荐的关注者" @@ -4258,16 +4361,15 @@ msgstr "建议" msgid "Support" msgstr "支持" -#: src/view/com/modals/SwitchAccount.tsx:123 +#: src/components/dialogs/SwitchAccount.tsx:46 +#: src/components/dialogs/SwitchAccount.tsx:49 msgid "Switch Account" msgstr "切换账户" -#: src/view/com/modals/SwitchAccount.tsx:103 #: src/view/screens/Settings/index.tsx:139 msgid "Switch to {0}" msgstr "切换到 {0}" -#: src/view/com/modals/SwitchAccount.tsx:104 #: src/view/screens/Settings/index.tsx:140 msgid "Switches the account you are logged in to" msgstr "切换你登录的账户" @@ -4280,7 +4382,7 @@ msgstr "系统" msgid "System log" msgstr "系统日志" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "话题标签" @@ -4288,7 +4390,7 @@ msgstr "话题标签" msgid "Tag menu: {displayTag}" msgstr "话题标签菜单:{displayTag}" -#: src/view/com/modals/crop-image/CropImage.web.tsx:112 +#: src/view/com/modals/crop-image/CropImage.web.tsx:113 msgid "Tall" msgstr "高" @@ -4305,8 +4407,8 @@ msgid "Terms" msgstr "条款" #: src/Navigation.tsx:236 -#: src/view/com/auth/create/Policies.tsx:59 -#: src/view/screens/Settings/index.tsx:919 +#: src/screens/Signup/StepInfo/Policies.tsx:49 +#: src/view/screens/Settings/index.tsx:917 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:259 msgid "Terms of Service" @@ -4318,11 +4420,11 @@ msgstr "服务条款" msgid "Terms used violate community standards" msgstr "用词违反了社群准则" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "文本" -#: src/components/moderation/LabelsOnMeDialog.tsx:220 +#: src/components/moderation/LabelsOnMeDialog.tsx:219 msgid "Text input field" msgstr "文本输入框" @@ -4330,20 +4432,20 @@ msgstr "文本输入框" msgid "Thank you. Your report has been sent." msgstr "谢谢,你的举报已提交。" -#: src/view/com/modals/ChangeHandle.tsx:466 +#: src/view/com/modals/ChangeHandle.tsx:465 msgid "That contains the following:" msgstr "其中包含以下内容:" -#: src/view/com/auth/create/CreateAccount.tsx:94 +#: src/screens/Signup/index.tsx:84 msgid "That handle is already taken." msgstr "该用户识别符已被占用" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:283 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "解除屏蔽后,该账户将能够与你互动。" -#: src/components/moderation/ModerationDetailsDialog.tsx:128 +#: src/components/moderation/ModerationDetailsDialog.tsx:127 msgid "the author" msgstr "作者" @@ -4355,15 +4457,15 @@ msgstr "社群准则已迁移至 <0/>" msgid "The Copyright Policy has been moved to <0/>" msgstr "版权许可已迁移至 <0/>" -#: src/components/moderation/LabelsOnMeDialog.tsx:49 +#: src/components/moderation/LabelsOnMeDialog.tsx:48 msgid "The following labels were applied to your account." msgstr "以下标记已应用到你的账户。" -#: src/components/moderation/LabelsOnMeDialog.tsx:50 +#: src/components/moderation/LabelsOnMeDialog.tsx:49 msgid "The following labels were applied to your content." msgstr "以下标记已应用到你的内容。" -#: src/screens/Onboarding/Layout.tsx:60 +#: src/screens/Onboarding/Layout.tsx:58 msgid "The following steps will help customize your Bluesky experience." msgstr "以下步骤将帮助定制你的 Bluesky 体验。" @@ -4384,12 +4486,12 @@ msgstr "支持表单已被移除。如果你需要帮助,请点击<0/>或访 msgid "The Terms of Service have been moved to" msgstr "服务条款已迁移至" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:150 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:141 msgid "There are many feeds to try:" msgstr "这里有些信息流你可以尝试:" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:113 -#: src/view/screens/ProfileFeed.tsx:543 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112 +#: src/view/screens/ProfileFeed.tsx:544 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "连接至服务器时出现问题,请检查你的互联网连接并重试。" @@ -4397,11 +4499,11 @@ msgstr "连接至服务器时出现问题,请检查你的互联网连接并重 msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "删除信息流时出现问题,请检查你的互联网连接并重试。" -#: src/view/screens/ProfileFeed.tsx:217 +#: src/view/screens/ProfileFeed.tsx:218 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "更新信息流时出现问题,请检查你的互联网连接并重试。" -#: src/view/screens/ProfileFeed.tsx:244 +#: src/view/screens/ProfileFeed.tsx:245 #: src/view/screens/ProfileList.tsx:275 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 @@ -4420,7 +4522,7 @@ msgstr "连接服务器时出现问题" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "刷新通知时出现问题,点击重试。" -#: src/view/com/posts/Feed.tsx:283 +#: src/view/com/posts/Feed.tsx:287 msgid "There was an issue fetching posts. Tap here to try again." msgstr "刷新帖子时出现问题,点击重试。" @@ -4445,11 +4547,11 @@ msgstr "与服务器同步首选项时出现问题" msgid "There was an issue with fetching your app passwords" msgstr "获取应用专用密码时出现问题" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:134 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:96 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:106 #: src/view/com/profile/ProfileMenu.tsx:117 #: src/view/com/profile/ProfileMenu.tsx:132 @@ -4474,19 +4576,19 @@ msgstr "应用发生意外错误,请联系我们进行错误反馈!" msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Bluesky 迎来了大量新用户!我们将尽快激活你的账户。" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:138 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146 msgid "These are popular accounts you might like:" msgstr "这里是一些受欢迎的账户,你可能会喜欢:" -#: src/components/moderation/ScreenHider.tsx:117 +#: src/components/moderation/ScreenHider.tsx:116 msgid "This {screenDescription} has been flagged:" msgstr "{screenDescription} 已被标记:" -#: src/components/moderation/ScreenHider.tsx:112 +#: src/components/moderation/ScreenHider.tsx:111 msgid "This account has requested that users sign in to view their profile." msgstr "此账户要求用户登录后才能查看其个人资料。" -#: src/components/moderation/LabelsOnMeDialog.tsx:205 +#: src/components/moderation/LabelsOnMeDialog.tsx:204 msgid "This appeal will be sent to <0>{0}</0>." msgstr "此申诉将发送至 <0>{0}</0>。" @@ -4498,11 +4600,11 @@ msgstr "此内容已被限制者隐藏。" msgid "This content has received a general warning from moderators." msgstr "此内容已受到限制者设置的一般警告。" -#: src/view/com/modals/EmbedConsent.tsx:68 +#: src/components/dialogs/EmbedConsent.tsx:64 msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "此内容由 {0} 托管。是否要启用外部媒体?" -#: src/components/moderation/ModerationDetailsDialog.tsx:78 +#: src/components/moderation/ModerationDetailsDialog.tsx:77 #: src/lib/moderation/useModerationCauseDescription.ts:77 msgid "This content is not available because one of the users involved has blocked the other." msgstr "由于其中一个用户屏蔽了另一个用户,此内容不可用。" @@ -4520,7 +4622,7 @@ msgid "This feed is currently receiving high traffic and is temporarily unavaila msgstr "该信息流当前使用人数较多,服务暂时不可用。请稍后再试。" #: src/screens/Profile/Sections/Feed.tsx:50 -#: src/view/screens/ProfileFeed.tsx:476 +#: src/view/screens/ProfileFeed.tsx:477 #: src/view/screens/ProfileList.tsx:675 msgid "This feed is empty!" msgstr "该信息流为空!" @@ -4537,15 +4639,15 @@ msgstr "此信息不会分享给其他用户。" msgid "This is important in case you ever need to change your email or reset your password." msgstr "这很重要,以防你将来需要更改电子邮箱或重置密码。" -#: src/components/moderation/ModerationDetailsDialog.tsx:125 +#: src/components/moderation/ModerationDetailsDialog.tsx:124 msgid "This label was applied by {0}." msgstr "此标记由 {0} 应用。" -#: src/screens/Profile/Sections/Labels.tsx:168 +#: src/screens/Profile/Sections/Labels.tsx:167 msgid "This labeler hasn't declared what labels it publishes, and may not be active." msgstr "此标记者尚未声明他发布的标记,并且可能处于非活跃状态。" -#: src/view/com/modals/LinkWarning.tsx:58 +#: src/view/com/modals/LinkWarning.tsx:72 msgid "This link is taking you to the following website:" msgstr "此链接将带你到以下网站:" @@ -4557,7 +4659,7 @@ msgstr "此列表为空!" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "此限制提供服务不可用,请查看下方获取更多详情。如果问题持续存在,请联系我们。" -#: src/view/com/modals/AddAppPasswords.tsx:106 +#: src/view/com/modals/AddAppPasswords.tsx:107 msgid "This name is already in use" msgstr "该名称已被使用" @@ -4566,6 +4668,7 @@ msgid "This post has been deleted." msgstr "此帖子已被删除。" #: src/view/com/util/forms/PostDropdownBtn.tsx:344 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "此帖子只对已登录用户可见,未登录的用户将无法看到。" @@ -4577,19 +4680,19 @@ msgstr "此帖子将从信息流中隐藏。" msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "此个人资料只对已登录用户可见,未登录的用户将无法看到。" -#: src/view/com/auth/create/Policies.tsx:46 +#: src/screens/Signup/StepInfo/Policies.tsx:37 msgid "This service has not provided terms of service or a privacy policy." msgstr "此服务没有提供服务条款或隐私政策。" -#: src/view/com/modals/ChangeHandle.tsx:446 +#: src/view/com/modals/ChangeHandle.tsx:445 msgid "This should create a domain record at:" msgstr "应该在以下位置创建一个域名记录:" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:87 msgid "This user doesn't have any followers." msgstr "此用户目前没有任何关注者。" -#: src/components/moderation/ModerationDetailsDialog.tsx:73 +#: src/components/moderation/ModerationDetailsDialog.tsx:72 #: src/lib/moderation/useModerationCauseDescription.ts:68 msgid "This user has blocked you. You cannot view their content." msgstr "此用户已将你屏蔽,你将无法看到他所发布的内容。" @@ -4598,15 +4701,15 @@ msgstr "此用户已将你屏蔽,你将无法看到他所发布的内容。" msgid "This user has requested that their content only be shown to signed-in users." msgstr "此用户要求其发布内容仅对已登录用户可见。" -#: src/components/moderation/ModerationDetailsDialog.tsx:56 +#: src/components/moderation/ModerationDetailsDialog.tsx:55 msgid "This user is included in the <0>{0}</0> list which you have blocked." msgstr "此用户包含在你已屏蔽的 <0>{0}</0> 列表中。" -#: src/components/moderation/ModerationDetailsDialog.tsx:85 +#: src/components/moderation/ModerationDetailsDialog.tsx:84 msgid "This user is included in the <0>{0}</0> list which you have muted." msgstr "此用户包含在你已隐藏的 <0>{0}</0> 列表中。" -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:87 msgid "This user isn't following anyone." msgstr "此账户目前没有关注任何人。" @@ -4614,7 +4717,7 @@ msgstr "此账户目前没有关注任何人。" msgid "This warning is only available for posts with media attached." msgstr "此警告仅适用于附带媒体的帖子。" -#: src/components/dialogs/MutedWords.tsx:284 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "这将从你的隐藏词中删除 {0}。你随时可以重新添加。" @@ -4635,11 +4738,11 @@ msgstr "讨论串模式" msgid "Threads Preferences" msgstr "讨论串首选项" -#: src/components/ReportDialog/SelectLabelerView.tsx:35 +#: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "你想将举报提交给谁?" -#: src/components/dialogs/MutedWords.tsx:113 +#: src/components/dialogs/MutedWords.tsx:112 msgid "Toggle between muted word options." msgstr "在隐藏词选项之间切换。" @@ -4647,11 +4750,11 @@ msgstr "在隐藏词选项之间切换。" msgid "Toggle dropdown" msgstr "切换下拉式菜单" -#: src/screens/Moderation/index.tsx:334 +#: src/screens/Moderation/index.tsx:332 msgid "Toggle to enable or disable adult content" msgstr "切换以启用或禁用成人内容" -#: src/view/com/modals/EditImage.tsx:271 +#: src/view/com/modals/EditImage.tsx:272 msgid "Transformations" msgstr "转换" @@ -4667,7 +4770,7 @@ msgctxt "action" msgid "Try again" msgstr "重试" -#: src/view/com/modals/ChangeHandle.tsx:429 +#: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "类型:" @@ -4679,22 +4782,23 @@ msgstr "取消屏蔽列表" msgid "Un-mute list" msgstr "取消隐藏列表" -#: src/view/com/auth/create/CreateAccount.tsx:58 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:87 -#: src/view/com/auth/login/Login.tsx:76 -#: src/view/com/auth/login/LoginForm.tsx:121 +#: src/screens/Login/ForgotPasswordForm.tsx:74 +#: src/screens/Login/index.tsx:78 +#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/SetNewPasswordForm.tsx:77 +#: src/screens/Signup/index.tsx:63 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "无法连接到服务,请检查互联网连接。" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:572 msgid "Unblock" msgstr "取消屏蔽" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 msgctxt "action" msgid "Unblock" msgstr "取消屏蔽" @@ -4704,13 +4808,13 @@ msgstr "取消屏蔽" msgid "Unblock Account" msgstr "取消屏蔽账户" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:281 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "取消屏蔽账户?" -#: src/view/com/modals/Repost.tsx:42 -#: src/view/com/modals/Repost.tsx:55 +#: src/view/com/modals/Repost.tsx:43 +#: src/view/com/modals/Repost.tsx:56 #: src/view/com/util/post-ctrls/RepostButton.tsx:60 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:48 msgid "Undo repost" @@ -4726,7 +4830,7 @@ msgctxt "action" msgid "Unfollow" msgstr "取消关注" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 msgid "Unfollow {0}" msgstr "取消关注 {0}" @@ -4736,14 +4840,14 @@ msgid "Unfollow Account" msgstr "取消关注账户" #: src/view/com/auth/create/state.ts:262 -msgid "Unfortunately, you do not meet the requirements to create an account." -msgstr "很遗憾,你不符合创建账户的要求。" +#~ msgid "Unfortunately, you do not meet the requirements to create an account." +#~ msgstr "很遗憾,你不符合创建账户的要求。" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Unlike" msgstr "取消喜欢" -#: src/view/screens/ProfileFeed.tsx:572 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Unlike this feed" msgstr "取消喜欢这个信息流" @@ -4770,12 +4874,12 @@ msgstr "取消隐藏所有 {displayTag} 帖子" msgid "Unmute thread" msgstr "取消隐藏讨论串" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 #: src/view/screens/ProfileList.tsx:563 msgid "Unpin" msgstr "取消固定" -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Unpin from home" msgstr "从主页取消固定" @@ -4783,11 +4887,11 @@ msgstr "从主页取消固定" msgid "Unpin moderation list" msgstr "取消固定限制列表" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:219 msgid "Unsubscribe" msgstr "取消订阅" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183 msgid "Unsubscribe from this labeler" msgstr "取消订阅此标记者" @@ -4799,15 +4903,15 @@ msgstr "不受欢迎的性内容" msgid "Update {displayName} in Lists" msgstr "更新列表中的 {displayName}" -#: src/view/com/modals/ChangeHandle.tsx:509 +#: src/view/com/modals/ChangeHandle.tsx:508 msgid "Update to {handle}" msgstr "更新至 {handle}" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:204 +#: src/screens/Login/SetNewPasswordForm.tsx:186 msgid "Updating..." msgstr "更新中..." -#: src/view/com/modals/ChangeHandle.tsx:455 +#: src/view/com/modals/ChangeHandle.tsx:454 msgid "Upload a text file to:" msgstr "将文本文件上传至:" @@ -4830,7 +4934,7 @@ msgstr "从文件上传" msgid "Upload from Library" msgstr "从媒体库上传" -#: src/view/com/modals/ChangeHandle.tsx:409 +#: src/view/com/modals/ChangeHandle.tsx:408 msgid "Use a file on your server" msgstr "使用你服务器上的文件" @@ -4838,11 +4942,11 @@ msgstr "使用你服务器上的文件" msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "使用应用专用密码登录到其他 Bluesky 客户端,而无需对其授予你账户或密码的完全访问权限。" -#: src/view/com/modals/ChangeHandle.tsx:518 +#: src/view/com/modals/ChangeHandle.tsx:517 msgid "Use bsky.social as hosting provider" msgstr "使用 bsky.social 作为域名提供商" -#: src/view/com/modals/ChangeHandle.tsx:517 +#: src/view/com/modals/ChangeHandle.tsx:516 msgid "Use default provider" msgstr "使用默认提供商" @@ -4856,19 +4960,19 @@ msgstr "使用内置浏览器" msgid "Use my default browser" msgstr "使用系统默认浏览器" -#: src/view/com/modals/ChangeHandle.tsx:401 +#: src/view/com/modals/ChangeHandle.tsx:400 msgid "Use the DNS panel" msgstr "使用 DNS 面板" -#: src/view/com/modals/AddAppPasswords.tsx:155 +#: src/view/com/modals/AddAppPasswords.tsx:156 msgid "Use this to sign into the other app along with your handle." msgstr "使用这个和你的用户识别符一起登录其他应用。" -#: src/view/com/modals/InviteCodes.tsx:200 +#: src/view/com/modals/InviteCodes.tsx:201 msgid "Used by:" msgstr "使用者:" -#: src/components/moderation/ModerationDetailsDialog.tsx:65 +#: src/components/moderation/ModerationDetailsDialog.tsx:64 #: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked" msgstr "用户被屏蔽" @@ -4877,7 +4981,7 @@ msgstr "用户被屏蔽" msgid "User Blocked by \"{0}\"" msgstr "用户被 \"{0}\" 屏蔽" -#: src/components/moderation/ModerationDetailsDialog.tsx:54 +#: src/components/moderation/ModerationDetailsDialog.tsx:53 msgid "User Blocked by List" msgstr "用户被列表屏蔽" @@ -4885,13 +4989,13 @@ msgstr "用户被列表屏蔽" msgid "User Blocking You" msgstr "用户屏蔽了你" -#: src/components/moderation/ModerationDetailsDialog.tsx:71 +#: src/components/moderation/ModerationDetailsDialog.tsx:70 msgid "User Blocks You" msgstr "用户屏蔽了你" #: src/view/com/auth/create/Step2.tsx:79 -msgid "User handle" -msgstr "用户识别符" +#~ msgid "User handle" +#~ msgstr "用户识别符" #: src/view/com/lists/ListCard.tsx:85 #: src/view/com/modals/UserAddRemoveLists.tsx:198 @@ -4908,11 +5012,11 @@ msgstr "<0/> 的用户列表" msgid "User list by you" msgstr "你的用户列表" -#: src/view/com/modals/CreateOrEditList.tsx:196 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "User list created" msgstr "用户列表已创建" -#: src/view/com/modals/CreateOrEditList.tsx:182 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "User list updated" msgstr "用户列表已更新" @@ -4920,8 +5024,7 @@ msgstr "用户列表已更新" msgid "User Lists" msgstr "用户列表" -#: src/view/com/auth/login/LoginForm.tsx:180 -#: src/view/com/auth/login/LoginForm.tsx:198 +#: src/screens/Login/LoginForm.tsx:151 msgid "Username or email address" msgstr "用户名或电子邮箱" @@ -4941,23 +5044,23 @@ msgstr "\"{0}\"中的用户" msgid "Users that have liked this content or profile" msgstr "已喜欢此内容或个人资料的账户" -#: src/view/com/modals/ChangeHandle.tsx:437 +#: src/view/com/modals/ChangeHandle.tsx:436 msgid "Value:" msgstr "值:" -#: src/view/com/modals/ChangeHandle.tsx:510 +#: src/view/com/modals/ChangeHandle.tsx:509 msgid "Verify {0}" msgstr "验证 {0}" -#: src/view/screens/Settings/index.tsx:944 +#: src/view/screens/Settings/index.tsx:942 msgid "Verify email" msgstr "验证邮箱" -#: src/view/screens/Settings/index.tsx:969 +#: src/view/screens/Settings/index.tsx:967 msgid "Verify my email" msgstr "验证我的邮箱" -#: src/view/screens/Settings/index.tsx:978 +#: src/view/screens/Settings/index.tsx:976 msgid "Verify My Email" msgstr "验证我的邮箱" @@ -4970,11 +5073,15 @@ msgstr "验证新的邮箱" msgid "Verify Your Email" msgstr "验证你的邮箱" +#: src/view/screens/Settings/index.tsx:893 +msgid "Version {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:42 msgid "Video Games" msgstr "电子游戏" -#: src/screens/Profile/Header/Shell.tsx:110 +#: src/screens/Profile/Header/Shell.tsx:107 msgid "View {0}'s avatar" msgstr "查看{0}的头像" @@ -4982,11 +5089,11 @@ msgstr "查看{0}的头像" msgid "View debug entry" msgstr "查看调试入口" -#: src/components/ReportDialog/SelectReportOptionView.tsx:133 +#: src/components/ReportDialog/SelectReportOptionView.tsx:131 msgid "View details" msgstr "查看详情" -#: src/components/ReportDialog/SelectReportOptionView.tsx:128 +#: src/components/ReportDialog/SelectReportOptionView.tsx:126 msgid "View details for reporting a copyright violation" msgstr "查看举报版权侵权的详情" @@ -5010,16 +5117,16 @@ msgstr "查看头像" msgid "View the labeling service provided by @{0}" msgstr "查看 @{0} 提供的标记服务。" -#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileFeed.tsx:585 msgid "View users who like this feed" msgstr "查看此信息流被谁喜欢" -#: src/view/com/modals/LinkWarning.tsx:75 -#: src/view/com/modals/LinkWarning.tsx:77 +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" msgstr "访问网站" -#: src/components/moderation/GlobalModerationLabelPref.tsx:44 +#: src/components/moderation/LabelPreference.tsx:135 #: src/lib/moderation/useLabelBehaviorDescription.ts:17 #: src/lib/moderation/useLabelBehaviorDescription.ts:22 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:53 @@ -5035,10 +5142,10 @@ msgid "Warn content and filter from feeds" msgstr "警告内容并从信息流中过滤" #: src/screens/Onboarding/StepAlgoFeeds/index.tsx:134 -msgid "We also think you'll like \"For You\" by Skygaze:" -msgstr "我们认为还你会喜欢 Skygaze 所维护的 \"For You\":" +#~ msgid "We also think you'll like \"For You\" by Skygaze:" +#~ msgstr "我们认为还你会喜欢 Skygaze 所维护的 \"For You\":" -#: src/screens/Hashtag.tsx:132 +#: src/screens/Hashtag.tsx:133 msgid "We couldn't find any results for that hashtag." msgstr "找不到任何与该话题标签相关的结果。" @@ -5046,7 +5153,7 @@ msgstr "找不到任何与该话题标签相关的结果。" msgid "We estimate {estimatedTime} until your account is ready." msgstr "我们估计还需要 {estimatedTime} 才能完成你的账户准备。" -#: src/screens/Onboarding/StepFinished.tsx:93 +#: src/screens/Onboarding/StepFinished.tsx:97 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "我们希望你在此度过愉快的时光。请记住,Bluesky 是:" @@ -5054,11 +5161,11 @@ msgstr "我们希望你在此度过愉快的时光。请记住,Bluesky 是:" msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "我们已经看完了你关注的帖子。这是来自 <0/> 的最新消息。" -#: src/components/dialogs/MutedWords.tsx:204 +#: src/components/dialogs/MutedWords.tsx:203 msgid "We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "不建议你使用会出现在许多帖子中的常见词汇,这可能导致你的时间线上没有帖子可显示。" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:125 msgid "We recommend our \"Discover\" feed:" msgstr "我们推荐我们的 \"Discover\" 信息流:" @@ -5066,11 +5173,11 @@ msgstr "我们推荐我们的 \"Discover\" 信息流:" msgid "We were unable to load your birth date preferences. Please try again." msgstr "我们无法加载你的生日首选项,请重试。" -#: src/screens/Moderation/index.tsx:387 +#: src/screens/Moderation/index.tsx:385 msgid "We were unable to load your configured labelers at this time." msgstr "我们暂时无法记载你已配置的标记者。" -#: src/screens/Onboarding/StepInterests/index.tsx:133 +#: src/screens/Onboarding/StepInterests/index.tsx:137 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 "我们无法连接到互联网,请重试以继续设置你的账户。如果仍继续失败,你可以选择跳过此流程。" @@ -5078,11 +5185,11 @@ msgstr "我们无法连接到互联网,请重试以继续设置你的账户。 msgid "We will let you know when your account is ready." msgstr "我们会在你的账户准备好时通知你。" -#: src/screens/Onboarding/StepInterests/index.tsx:138 +#: src/screens/Onboarding/StepInterests/index.tsx:142 msgid "We'll use this to help customize your experience." msgstr "我们将使用这些信息来帮助定制你的体验。" -#: src/view/com/auth/create/CreateAccount.tsx:134 +#: src/screens/Signup/index.tsx:130 msgid "We're so excited to have you join us!" msgstr "我们非常高兴你加入我们!" @@ -5090,20 +5197,20 @@ msgstr "我们非常高兴你加入我们!" msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "很抱歉,我们无法解析此列表。如果问题持续发生,请联系列表创建者,@{handleOrDid}。" -#: src/components/dialogs/MutedWords.tsx:230 +#: src/components/dialogs/MutedWords.tsx:229 msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "很抱歉,我们无法加载你的隐藏词列表。请重试。" -#: src/view/screens/Search/Search.tsx:255 +#: src/view/screens/Search/Search.tsx:256 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "很抱歉,无法完成你的搜索。请稍后再试。" -#: src/components/Lists.tsx:194 +#: src/components/Lists.tsx:188 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "很抱歉!我们找不到你正在寻找的页面。" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:321 msgid "We're sorry! You can only subscribe to ten labelers, and you've reached your limit of ten." msgstr "很抱歉!你目前只能订阅 10 个标记者,你已达到 10 个的限制。" @@ -5111,12 +5218,13 @@ msgstr "很抱歉!你目前只能订阅 10 个标记者,你已达到 10 个 msgid "Welcome to <0>Bluesky</0>" msgstr "欢迎来到 <0>Bluesky</0>" -#: src/screens/Onboarding/StepInterests/index.tsx:130 +#: src/screens/Onboarding/StepInterests/index.tsx:134 msgid "What are your interests?" msgstr "你感兴趣的是什么?" -#: src/view/com/auth/SplashScreen.tsx:59 -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/auth/SplashScreen.tsx:58 +#: src/view/com/auth/SplashScreen.web.tsx:84 +#: src/view/com/composer/Composer.tsx:296 msgid "What's up?" msgstr "发生了什么新鲜事?" @@ -5133,35 +5241,35 @@ msgstr "你想在算法信息流中看到哪些语言?" msgid "Who can reply" msgstr "谁可以回复" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 +#: src/components/ReportDialog/SelectReportOptionView.tsx:43 msgid "Why should this content be reviewed?" msgstr "为什么应该审核此内容?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 +#: src/components/ReportDialog/SelectReportOptionView.tsx:56 msgid "Why should this feed be reviewed?" msgstr "为什么应该审核此信息流?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 +#: src/components/ReportDialog/SelectReportOptionView.tsx:53 msgid "Why should this list be reviewed?" msgstr "为什么应该审核此列表?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 +#: src/components/ReportDialog/SelectReportOptionView.tsx:50 msgid "Why should this post be reviewed?" msgstr "为什么应该审核此帖子?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 +#: src/components/ReportDialog/SelectReportOptionView.tsx:47 msgid "Why should this user be reviewed?" msgstr "为什么应该审核此用户?" -#: src/view/com/modals/crop-image/CropImage.web.tsx:102 +#: src/view/com/modals/crop-image/CropImage.web.tsx:103 msgid "Wide" msgstr "宽" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:436 msgid "Write post" msgstr "撰写帖子" -#: src/view/com/composer/Composer.tsx:294 +#: src/view/com/composer/Composer.tsx:295 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "撰写你的回复" @@ -5184,7 +5292,7 @@ msgstr "启用" msgid "You are in line." msgstr "轮到你了。" -#: src/view/com/profile/ProfileFollows.tsx:93 +#: src/view/com/profile/ProfileFollows.tsx:86 msgid "You are not following anyone." msgstr "你没有关注任何账户。" @@ -5193,20 +5301,20 @@ msgstr "你没有关注任何账户。" msgid "You can also discover new Custom Feeds to follow." msgstr "你也可以探索新的自定义信息流来关注。" -#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +#: src/screens/Onboarding/StepFollowingFeed.tsx:143 msgid "You can change these settings later." msgstr "你可以稍后在设置中更改。" -#: src/view/com/auth/login/Login.tsx:158 -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 +#: src/screens/Login/index.tsx:158 +#: src/screens/Login/PasswordUpdatedForm.tsx:33 msgid "You can now sign in with your new password." msgstr "你现在可以使用新密码登录。" -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:86 msgid "You do not have any followers." msgstr "你目前还没有任何关注者。" -#: src/view/com/modals/InviteCodes.tsx:66 +#: src/view/com/modals/InviteCodes.tsx:67 msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer." msgstr "你目前还没有邀请码!当你持续使用 Bluesky 一段时间后,我们将提供一些新的邀请码给你。" @@ -5226,14 +5334,14 @@ msgstr "你目前还没有任何保存的信息流。" msgid "You have blocked the author or you have been blocked by the author." msgstr "你已屏蔽该帖子作者,或你已被该作者屏蔽。" -#: src/components/moderation/ModerationDetailsDialog.tsx:67 +#: src/components/moderation/ModerationDetailsDialog.tsx:66 #: src/lib/moderation/useModerationCauseDescription.ts:50 #: src/lib/moderation/useModerationCauseDescription.ts:58 msgid "You have blocked this user. You cannot view their content." msgstr "你已屏蔽了此用户,你将无法查看他们发布的内容。" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:57 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:92 +#: src/screens/Login/SetNewPasswordForm.tsx:54 +#: src/screens/Login/SetNewPasswordForm.tsx:91 #: src/view/com/modals/ChangePassword.tsx:87 #: src/view/com/modals/ChangePassword.tsx:121 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." @@ -5243,11 +5351,11 @@ msgstr "你输入的确认码无效。它应该长得像这样 XXXXX-XXXXX。" msgid "You have hidden this post" msgstr "你已隐藏此帖子" -#: src/components/moderation/ModerationDetailsDialog.tsx:102 +#: src/components/moderation/ModerationDetailsDialog.tsx:101 msgid "You have hidden this post." msgstr "你已隐藏此帖子。" -#: src/components/moderation/ModerationDetailsDialog.tsx:95 +#: src/components/moderation/ModerationDetailsDialog.tsx:94 #: src/lib/moderation/useModerationCauseDescription.ts:92 msgid "You have muted this account." msgstr "你已隐藏此账户。" @@ -5277,14 +5385,18 @@ msgstr "你尚未创建任何应用专用密码,可以通过点击下面的按 msgid "You have not muted any accounts yet. To mute an account, go to their profile and select \"Mute account\" from the menu on their account." msgstr "你还没有隐藏任何账户。要隐藏账户,请转到其个人资料并在其账户上的菜单中选择 \"隐藏账户\"。" -#: src/components/dialogs/MutedWords.tsx:250 +#: src/components/dialogs/MutedWords.tsx:249 msgid "You haven't muted any words or tags yet" msgstr "你还没有隐藏任何词或话题标签" -#: src/components/moderation/LabelsOnMeDialog.tsx:69 +#: src/components/moderation/LabelsOnMeDialog.tsx:68 msgid "You may appeal these labels if you feel they were placed in error." msgstr "如果你认为这些标记是错误的,你可以申诉这些标记。" +#: src/screens/Signup/StepInfo/Policies.tsx:79 +msgid "You must be 13 years of age or older to sign up." +msgstr "" + #: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:110 msgid "You must be 18 years or older to enable adult content" msgstr "你必须年满18岁及以上才能启用成人内容" @@ -5301,11 +5413,11 @@ msgstr "你将不再收到这条讨论串的通知" msgid "You will now receive notifications for this thread" msgstr "你将收到这条讨论串的通知" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:107 +#: src/screens/Login/SetNewPasswordForm.tsx:104 msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "你将收到一封带有确认码的电子邮件。请在此输入该确认码,然后输入你的新密码。" -#: src/screens/Onboarding/StepModeration/index.tsx:59 +#: src/screens/Onboarding/StepModeration/index.tsx:60 msgid "You're in control" msgstr "你尽在掌控" @@ -5315,11 +5427,11 @@ msgstr "你尽在掌控" msgid "You're in line" msgstr "轮到你了" -#: src/screens/Onboarding/StepFinished.tsx:90 +#: src/screens/Onboarding/StepFinished.tsx:94 msgid "You're ready to go!" msgstr "你已设置完成!" -#: src/components/moderation/ModerationDetailsDialog.tsx:99 +#: src/components/moderation/ModerationDetailsDialog.tsx:98 #: src/lib/moderation/useModerationCauseDescription.ts:101 msgid "You've chosen to hide a word or tag within this post." msgstr "你选择隐藏了此帖子中的一个词或标签。" @@ -5328,11 +5440,11 @@ msgstr "你选择隐藏了此帖子中的一个词或标签。" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "你已经浏览完你的订阅信息流啦!寻找一些更多的账户关注吧。" -#: src/view/com/auth/create/Step1.tsx:67 +#: src/screens/Signup/index.tsx:150 msgid "Your account" msgstr "你的账户" -#: src/view/com/modals/DeleteAccount.tsx:67 +#: src/view/com/modals/DeleteAccount.tsx:68 msgid "Your account has been deleted" msgstr "你的账户已删除" @@ -5340,7 +5452,7 @@ msgstr "你的账户已删除" msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "你的帐户数据库包含所有公共数据记录,它们将被导出为“CAR”文件。此文件不包括帖子中的媒体,例如图像或你的隐私数据,这些数据需要另外获取。" -#: src/view/com/auth/create/Step1.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:121 msgid "Your birth date" msgstr "你的生日" @@ -5348,12 +5460,12 @@ msgstr "你的生日" msgid "Your choice will be saved, but can be changed later in settings." msgstr "你的选择将被保存,但可以稍后在设置中更改。" -#: src/screens/Onboarding/StepFollowingFeed.tsx:61 +#: src/screens/Onboarding/StepFollowingFeed.tsx:62 msgid "Your default feed is \"Following\"" msgstr "你的默认信息流为\"关注\"" -#: src/view/com/auth/create/state.ts:110 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:70 +#: src/screens/Login/ForgotPasswordForm.tsx:57 +#: src/screens/Signup/state.ts:227 #: src/view/com/modals/ChangePassword.tsx:54 msgid "Your email appears to be invalid." msgstr "你的电子邮箱似乎无效。" @@ -5370,15 +5482,15 @@ msgstr "你的电子邮箱尚未验证。这是一个重要的安全步骤,我 msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "你的关注信息流为空!关注更多用户去看看他们发了什么。" -#: src/view/com/auth/create/Step2.tsx:83 +#: src/screens/Signup/StepHandle.tsx:72 msgid "Your full handle will be" msgstr "你的完整用户识别符将修改为" -#: src/view/com/modals/ChangeHandle.tsx:270 +#: src/view/com/modals/ChangeHandle.tsx:271 msgid "Your full handle will be <0>@{0}</0>" msgstr "你的完整用户识别符将修改为 <0>@{0}</0>" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "你的隐藏词" @@ -5386,25 +5498,24 @@ msgstr "你的隐藏词" msgid "Your password has been changed successfully!" msgstr "你的密码已成功更改!" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:284 msgid "Your post has been published" msgstr "你的帖子已发布" -#: src/screens/Onboarding/StepFinished.tsx:105 +#: src/screens/Onboarding/StepFinished.tsx:109 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:61 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "你的帖子、喜欢和屏蔽是公开可见的,而隐藏不可见。" -#: src/view/com/modals/SwitchAccount.tsx:88 #: src/view/screens/Settings/index.tsx:125 msgid "Your profile" msgstr "你的个人资料" -#: src/view/com/composer/Composer.tsx:282 +#: src/view/com/composer/Composer.tsx:283 msgid "Your reply has been published" msgstr "你的回复已发布" -#: src/view/com/auth/create/Step2.tsx:65 +#: src/screens/Signup/index.tsx:152 msgid "Your user handle" msgstr "你的用户识别符" diff --git a/src/locale/locales/zh-TW/messages.po b/src/locale/locales/zh-TW/messages.po index f337ca203..484428079 100644 --- a/src/locale/locales/zh-TW/messages.po +++ b/src/locale/locales/zh-TW/messages.po @@ -21,7 +21,7 @@ msgstr "(沒有郵件)" #~ msgid "{0, plural, one {# invite code available} other {# invite codes available}}" #~ msgstr "{0} 個可用的邀請碼" -#: src/screens/Profile/Header/Metrics.tsx:45 +#: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} 個跟隨中" @@ -51,7 +51,7 @@ msgstr "<0/> 個成員" msgid "<0>{0}</0> following" msgstr "" -#: src/screens/Profile/Header/Metrics.tsx:46 +#: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} </0><1>following</1>" msgstr "<0>{following} </0><1>個跟隨中</1>" @@ -80,7 +80,7 @@ msgstr "⚠無效的帳號代碼" #~ msgstr "新版本應用程式已發佈,請更新以繼續使用。" #: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:648 +#: src/view/screens/Search/Search.tsx:649 msgid "Access navigation links and settings" msgstr "存取導覽連結和設定" @@ -88,7 +88,7 @@ msgstr "存取導覽連結和設定" msgid "Access profile and other navigation links" msgstr "存取個人資料和其他導覽連結" -#: src/view/com/modals/EditImage.tsx:299 +#: src/view/com/modals/EditImage.tsx:300 #: src/view/screens/Settings/index.tsx:470 msgid "Accessibility" msgstr "協助工具" @@ -97,7 +97,7 @@ msgstr "協助工具" msgid "account" msgstr "帳號" -#: src/view/com/auth/login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:144 #: src/view/screens/Settings/index.tsx:327 #: src/view/screens/Settings/index.tsx:743 msgid "Account" @@ -115,12 +115,12 @@ msgstr "已跟隨帳號" msgid "Account muted" msgstr "已靜音帳號" -#: src/components/moderation/ModerationDetailsDialog.tsx:94 +#: src/components/moderation/ModerationDetailsDialog.tsx:93 #: src/lib/moderation/useModerationCauseDescription.ts:91 msgid "Account Muted" msgstr "已靜音帳號" -#: src/components/moderation/ModerationDetailsDialog.tsx:83 +#: src/components/moderation/ModerationDetailsDialog.tsx:82 msgid "Account Muted by List" msgstr "帳號已被列表靜音" @@ -132,7 +132,7 @@ msgstr "帳號選項" msgid "Account removed from quick access" msgstr "已從快速存取中移除帳號" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:130 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "已取消封鎖帳號" @@ -145,7 +145,7 @@ msgstr "已取消跟隨帳號" msgid "Account unmuted" msgstr "已取消靜音帳號" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:150 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:219 @@ -161,6 +161,7 @@ msgstr "新增內容警告" msgid "Add a user to this list" msgstr "將使用者新增至此列表" +#: src/components/dialogs/SwitchAccount.tsx:55 #: src/view/screens/Settings/index.tsx:402 #: src/view/screens/Settings/index.tsx:411 msgid "Add account" @@ -168,7 +169,7 @@ msgstr "新增帳號" #: src/view/com/composer/photos/Gallery.tsx:119 #: src/view/com/composer/photos/Gallery.tsx:180 -#: src/view/com/modals/AltImage.tsx:116 +#: src/view/com/modals/AltImage.tsx:117 msgid "Add alt text" msgstr "新增替代文字" @@ -187,23 +188,23 @@ msgstr "新增應用程式專用密碼" #~ msgid "Add details to report" #~ msgstr "補充回報詳細內容" -#: src/view/com/composer/Composer.tsx:466 +#: src/view/com/composer/Composer.tsx:467 msgid "Add link card" msgstr "新增連結卡片" -#: src/view/com/composer/Composer.tsx:471 +#: src/view/com/composer/Composer.tsx:472 msgid "Add link card:" msgstr "新增連結卡片:" -#: src/components/dialogs/MutedWords.tsx:158 +#: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" msgstr "" -#: src/components/dialogs/MutedWords.tsx:87 +#: src/components/dialogs/MutedWords.tsx:86 msgid "Add muted words and tags" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:417 +#: src/view/com/modals/ChangeHandle.tsx:416 msgid "Add the following DNS record to your domain:" msgstr "將以下 DNS 記錄新增到你的網域:" @@ -233,6 +234,7 @@ msgstr "新增至自訂訊息流" msgid "Adjust the number of likes a reply must have to be shown in your feed." msgstr "調整回覆要在你的訊息流顯示所需的最低喜歡數。" +#: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:117 #: src/view/com/modals/SelfLabel.tsx:75 msgid "Adult Content" @@ -242,11 +244,11 @@ msgstr "成人內容" #~ msgid "Adult content can only be enabled via the Web at <0/>." #~ msgstr "成人內容只能在網頁上<0/>啟用。" -#: src/components/moderation/ModerationLabelPref.tsx:114 +#: src/components/moderation/LabelPreference.tsx:242 msgid "Adult content is disabled." msgstr "" -#: src/screens/Moderation/index.tsx:377 +#: src/screens/Moderation/index.tsx:375 #: src/view/screens/Settings/index.tsx:684 msgid "Advanced" msgstr "詳細設定" @@ -255,12 +257,12 @@ msgstr "詳細設定" msgid "All the feeds you've saved, right in one place." msgstr "你已儲存的所有訊息流都集中在一處。" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:221 +#: src/screens/Login/ForgotPasswordForm.tsx:178 #: src/view/com/modals/ChangePassword.tsx:170 msgid "Already have a code?" msgstr "已經有重設碼了?" -#: src/view/com/auth/login/ChooseAccountForm.tsx:103 +#: src/screens/Login/ChooseAccountForm.tsx:39 msgid "Already signed in as @{0}" msgstr "已以@{0}身份登入" @@ -268,7 +270,7 @@ msgstr "已以@{0}身份登入" msgid "ALT" msgstr "ALT" -#: src/view/com/modals/EditImage.tsx:315 +#: src/view/com/modals/EditImage.tsx:316 msgid "Alt text" msgstr "替代文字" @@ -316,11 +318,11 @@ msgstr "應用程式語言" msgid "App password deleted" msgstr "應用程式專用密碼已刪除" -#: src/view/com/modals/AddAppPasswords.tsx:134 +#: src/view/com/modals/AddAppPasswords.tsx:135 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "應用程式專用密碼只能包含字母、數字、空格、破折號及底線。" -#: src/view/com/modals/AddAppPasswords.tsx:99 +#: src/view/com/modals/AddAppPasswords.tsx:100 msgid "App Password names must be at least 4 characters long." msgstr "應用程式專用密碼名稱必須至少為 4 個字元。" @@ -338,12 +340,12 @@ msgstr "應用程式專用密碼設定" msgid "App Passwords" msgstr "應用程式專用密碼" -#: src/components/moderation/LabelsOnMeDialog.tsx:134 -#: src/components/moderation/LabelsOnMeDialog.tsx:137 +#: src/components/moderation/LabelsOnMeDialog.tsx:133 +#: src/components/moderation/LabelsOnMeDialog.tsx:136 msgid "Appeal" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:202 +#: src/components/moderation/LabelsOnMeDialog.tsx:201 msgid "Appeal \"{0}\" label" msgstr "" @@ -356,7 +358,7 @@ msgstr "" #~ msgid "Appeal Content Warning" #~ msgstr "申訴內容警告" -#: src/components/moderation/LabelsOnMeDialog.tsx:193 +#: src/components/moderation/LabelsOnMeDialog.tsx:192 msgid "Appeal submitted." msgstr "" @@ -380,11 +382,11 @@ msgstr "你確定要刪除這個應用程式專用密碼「{name}」嗎?" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:509 msgid "Are you sure you'd like to discard this draft?" msgstr "你確定要捨棄此草稿嗎?" -#: src/components/dialogs/MutedWords.tsx:282 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "你確定嗎?" @@ -404,14 +406,22 @@ msgstr "藝術" msgid "Artistic or non-erotic nudity." msgstr "藝術作品或非情色的裸露。" +#: src/screens/Signup/StepHandle.tsx:118 +msgid "At least 3 characters" +msgstr "" + +#: src/components/moderation/LabelsOnMeDialog.tsx:246 #: src/components/moderation/LabelsOnMeDialog.tsx:247 -#: src/components/moderation/LabelsOnMeDialog.tsx:248 -#: src/screens/Profile/Header/Shell.tsx:97 -#: src/view/com/auth/create/CreateAccount.tsx:158 -#: src/view/com/auth/login/ChooseAccountForm.tsx:160 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:174 -#: src/view/com/auth/login/LoginForm.tsx:262 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:179 +#: src/screens/Login/ChooseAccountForm.tsx:73 +#: src/screens/Login/ChooseAccountForm.tsx:78 +#: src/screens/Login/ForgotPasswordForm.tsx:129 +#: src/screens/Login/ForgotPasswordForm.tsx:135 +#: src/screens/Login/LoginForm.tsx:221 +#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/SetNewPasswordForm.tsx:160 +#: src/screens/Login/SetNewPasswordForm.tsx:166 +#: src/screens/Profile/Header/Shell.tsx:96 +#: src/screens/Signup/index.tsx:179 #: src/view/com/util/ViewHeader.tsx:87 msgid "Back" msgstr "返回" @@ -421,7 +431,7 @@ msgstr "返回" #~ msgid "Back" #~ msgstr "返回" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:144 msgid "Based on your interest in {interestsText}" msgstr "因為你對 {interestsText} 感興趣" @@ -430,7 +440,6 @@ msgid "Basics" msgstr "基礎資訊" #: src/components/dialogs/BirthDateSettings.tsx:107 -#: src/view/com/auth/create/Step1.tsx:227 msgid "Birthday" msgstr "生日" @@ -438,7 +447,7 @@ msgstr "生日" msgid "Birthday:" msgstr "生日:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "封鎖" @@ -474,7 +483,7 @@ msgstr "封鎖這些帳號?" msgid "Blocked" msgstr "已封鎖" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:267 msgid "Blocked accounts" msgstr "已封鎖帳號" @@ -495,7 +504,7 @@ msgstr "被封鎖的帳號無法在你的貼文中回覆、提及你,或以其 msgid "Blocked post." msgstr "已封鎖貼文。" -#: src/screens/Profile/Sections/Labels.tsx:153 +#: src/screens/Profile/Sections/Labels.tsx:152 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "" @@ -507,18 +516,18 @@ msgstr "封鎖是公開的。被封鎖的帳號無法在你的貼文中回覆、 msgid "Blocking will not prevent labels from being applied on your account, but it will stop this account from replying in your threads or interacting with you." msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:97 -#: src/view/com/auth/SplashScreen.web.tsx:133 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:98 +#: src/view/com/auth/SplashScreen.web.tsx:169 msgid "Blog" msgstr "部落格" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:31 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:32 #: src/view/com/auth/server-input/index.tsx:89 -#: src/view/com/auth/server-input/index.tsx:90 +#: src/view/com/auth/server-input/index.tsx:91 msgid "Bluesky" msgstr "Bluesky" -#: src/view/com/auth/server-input/index.tsx:150 +#: src/view/com/auth/server-input/index.tsx:154 msgid "Bluesky is an open network where you can choose your hosting provider. Custom hosting is now available in beta for developers." msgstr "Bluesky 是一個開放的網路,你可以自行挑選託管服務提供商。現在,開發者也可以參與自訂託管服務的測試版本。" @@ -541,7 +550,7 @@ msgstr "Bluesky 為公眾而生。" #~ msgid "Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon." #~ msgstr "Bluesky 使用邀請制來打造更健康的社群環境。如果你不認識擁有邀請碼的人,你可以先填寫並加入候補清單,我們會儘快審核並發送邀請碼。" -#: src/screens/Moderation/index.tsx:535 +#: src/screens/Moderation/index.tsx:533 msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private." msgstr "Bluesky 不會向未登入的使用者顯示你的個人資料和貼文。但其他應用可能不會遵照此請求,這無法確保你的帳號隱私。" @@ -562,11 +571,11 @@ msgid "Books" msgstr "書籍" #: src/view/screens/Settings/index.tsx:893 -msgid "Build version {0} {1}" -msgstr "建構版本號 {0} {1}" +#~ msgid "Build version {0} {1}" +#~ msgstr "建構版本號 {0} {1}" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:128 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:92 +#: src/view/com/auth/SplashScreen.web.tsx:166 msgid "Business" msgstr "商務" @@ -590,7 +599,7 @@ msgstr "來自 {0}" msgid "by <0/>" msgstr "來自 <0/>" -#: src/view/com/auth/create/Policies.tsx:87 +#: src/screens/Signup/StepInfo/Policies.tsx:74 msgid "By creating an account you agree to the {els}." msgstr "" @@ -602,62 +611,62 @@ msgstr "來自你" msgid "Camera" msgstr "相機" -#: src/view/com/modals/AddAppPasswords.tsx:216 +#: src/view/com/modals/AddAppPasswords.tsx:217 msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long." msgstr "只能包含字母、數字、空格、破折號及底線。長度必須至少 4 個字元,但不超過 32 個字元。" #: src/components/Menu/index.tsx:213 -#: src/components/Prompt.tsx:116 -#: src/components/Prompt.tsx:118 +#: src/components/Prompt.tsx:113 +#: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:316 -#: src/view/com/composer/Composer.tsx:321 +#: src/view/com/composer/Composer.tsx:317 +#: src/view/com/composer/Composer.tsx:322 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 -#: src/view/com/modals/ChangeHandle.tsx:153 +#: src/view/com/modals/ChangeHandle.tsx:154 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 -#: src/view/com/modals/CreateOrEditList.tsx:355 -#: src/view/com/modals/crop-image/CropImage.web.tsx:137 -#: src/view/com/modals/EditImage.tsx:323 -#: src/view/com/modals/EditProfile.tsx:249 +#: src/view/com/modals/CreateOrEditList.tsx:356 +#: src/view/com/modals/crop-image/CropImage.web.tsx:138 +#: src/view/com/modals/EditImage.tsx:324 +#: src/view/com/modals/EditProfile.tsx:250 #: src/view/com/modals/InAppBrowserConsent.tsx:78 #: src/view/com/modals/InAppBrowserConsent.tsx:80 -#: src/view/com/modals/LinkWarning.tsx:87 -#: src/view/com/modals/LinkWarning.tsx:89 -#: src/view/com/modals/Repost.tsx:87 +#: src/view/com/modals/LinkWarning.tsx:105 +#: src/view/com/modals/LinkWarning.tsx:107 +#: src/view/com/modals/Repost.tsx:88 #: src/view/com/modals/VerifyEmail.tsx:247 #: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:717 +#: src/view/screens/Search/Search.tsx:718 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "取消" -#: src/view/com/modals/CreateOrEditList.tsx:360 -#: src/view/com/modals/DeleteAccount.tsx:156 -#: src/view/com/modals/DeleteAccount.tsx:234 +#: src/view/com/modals/CreateOrEditList.tsx:361 +#: src/view/com/modals/DeleteAccount.tsx:155 +#: src/view/com/modals/DeleteAccount.tsx:233 msgctxt "action" msgid "Cancel" msgstr "取消" -#: src/view/com/modals/DeleteAccount.tsx:152 -#: src/view/com/modals/DeleteAccount.tsx:230 +#: src/view/com/modals/DeleteAccount.tsx:151 +#: src/view/com/modals/DeleteAccount.tsx:229 msgid "Cancel account deletion" msgstr "取消刪除帳號" -#: src/view/com/modals/ChangeHandle.tsx:149 +#: src/view/com/modals/ChangeHandle.tsx:150 msgid "Cancel change handle" msgstr "取消修改帳號代碼" -#: src/view/com/modals/crop-image/CropImage.web.tsx:134 +#: src/view/com/modals/crop-image/CropImage.web.tsx:135 msgid "Cancel image crop" msgstr "取消裁剪圖片" -#: src/view/com/modals/EditProfile.tsx:244 +#: src/view/com/modals/EditProfile.tsx:245 msgid "Cancel profile editing" msgstr "取消編輯個人資料" -#: src/view/com/modals/Repost.tsx:78 +#: src/view/com/modals/Repost.tsx:79 msgid "Cancel quote post" msgstr "取消引用貼文" @@ -670,7 +679,7 @@ msgstr "取消搜尋" #~ msgid "Cancel waitlist signup" #~ msgstr "取消候補清單註冊" -#: src/view/com/modals/LinkWarning.tsx:88 +#: src/view/com/modals/LinkWarning.tsx:106 msgid "Cancels opening the linked website" msgstr "" @@ -687,7 +696,7 @@ msgstr "變更" msgid "Change handle" msgstr "變更帳號代碼" -#: src/view/com/modals/ChangeHandle.tsx:161 +#: src/view/com/modals/ChangeHandle.tsx:162 #: src/view/screens/Settings/index.tsx:727 msgid "Change Handle" msgstr "變更帳號代碼" @@ -730,7 +739,7 @@ msgstr "來看看一些推薦的訊息流吧。點擊 + 將它們新增到你的 msgid "Check out some recommended users. Follow them to see similar users." msgstr "來看看一些推薦的使用者吧。跟隨人來查看類似的使用者。" -#: src/view/com/modals/DeleteAccount.tsx:169 +#: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "查看寄送至你電子郵件地址的確認郵件,然後在下方輸入收到的驗證碼:" @@ -746,7 +755,7 @@ msgstr "選擇「所有人」或「沒有人」" msgid "Choose Service" msgstr "選擇服務" -#: src/screens/Onboarding/StepFinished.tsx:135 +#: src/screens/Onboarding/StepFinished.tsx:139 msgid "Choose the algorithms that power your custom feeds." msgstr "選擇你的自訂訊息流所使用的演算法。" @@ -755,11 +764,11 @@ msgstr "選擇你的自訂訊息流所使用的演算法。" msgid "Choose the algorithms that power your experience with custom feeds." msgstr "選擇你的自訂訊息流體驗所使用的演算法。" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:103 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:104 msgid "Choose your main feeds" msgstr "選擇你的主要訊息流" -#: src/view/com/auth/create/Step1.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:112 msgid "Choose your password" msgstr "選擇你的密碼" @@ -780,7 +789,7 @@ msgid "Clear all storage data (restart after this)" msgstr "清除所有資料(並重啟)" #: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:698 +#: src/view/screens/Search/Search.tsx:699 msgid "Clear search query" msgstr "清除搜尋記錄" @@ -800,7 +809,7 @@ msgstr "點擊這裡" msgid "Click here to open tag menu for {tag}" msgstr "" -#: src/components/RichText.tsx:191 +#: src/components/RichText.tsx:192 msgid "Click here to open tag menu for #{tag}" msgstr "" @@ -813,12 +822,12 @@ msgstr "氣象" msgid "Close" msgstr "關閉" -#: src/components/Dialog/index.web.tsx:84 -#: src/components/Dialog/index.web.tsx:198 +#: src/components/Dialog/index.web.tsx:106 +#: src/components/Dialog/index.web.tsx:218 msgid "Close active dialog" msgstr "關閉打開的對話框" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:38 +#: src/screens/Login/PasswordUpdatedForm.tsx:38 msgid "Close alert" msgstr "關閉警告" @@ -847,11 +856,11 @@ msgstr "" msgid "Closes bottom navigation bar" msgstr "關閉底部導覽列" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:39 +#: src/screens/Login/PasswordUpdatedForm.tsx:39 msgid "Closes password update alert" msgstr "關閉密碼更新警告" -#: src/view/com/composer/Composer.tsx:318 +#: src/view/com/composer/Composer.tsx:319 msgid "Closes post composer and discards post draft" msgstr "關閉貼文編輯頁並捨棄草稿" @@ -876,15 +885,15 @@ msgstr "漫畫" msgid "Community Guidelines" msgstr "社群準則" -#: src/screens/Onboarding/StepFinished.tsx:148 +#: src/screens/Onboarding/StepFinished.tsx:152 msgid "Complete onboarding and start using your account" msgstr "完成初始設定並開始使用你的帳號" -#: src/view/com/auth/create/Step3.tsx:73 +#: src/screens/Signup/index.tsx:154 msgid "Complete the challenge" msgstr "完成驗證" -#: src/view/com/composer/Composer.tsx:437 +#: src/view/com/composer/Composer.tsx:438 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "撰寫貼文的長度最多為 {MAX_GRAPHEME_LENGTH} 個字元" @@ -892,18 +901,20 @@ msgstr "撰寫貼文的長度最多為 {MAX_GRAPHEME_LENGTH} 個字元" msgid "Compose reply" msgstr "撰寫回覆" -#: src/components/moderation/GlobalModerationLabelPref.tsx:69 -#: src/components/moderation/ModerationLabelPref.tsx:149 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 msgid "Configure content filtering setting for category: {0}" msgstr "調整類別的內容過濾設定:{0}" -#: src/components/moderation/ModerationLabelPref.tsx:116 +#: src/components/moderation/LabelPreference.tsx:81 +msgid "Configure content filtering setting for category: {name}" +msgstr "" + +#: src/components/moderation/LabelPreference.tsx:244 msgid "Configured in <0>moderation settings</0>." msgstr "" -#: src/components/Prompt.tsx:152 -#: src/components/Prompt.tsx:155 +#: src/components/Prompt.tsx:153 +#: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 #: src/view/com/modals/VerifyEmail.tsx:231 #: src/view/com/modals/VerifyEmail.tsx:233 @@ -923,11 +934,11 @@ msgstr "確認" msgid "Confirm Change" msgstr "確認更改" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:35 msgid "Confirm content language settings" msgstr "確認內容語言設定" -#: src/view/com/modals/DeleteAccount.tsx:220 +#: src/view/com/modals/DeleteAccount.tsx:219 msgid "Confirm delete account" msgstr "確認刪除帳號" @@ -935,17 +946,17 @@ msgstr "確認刪除帳號" #~ msgid "Confirm your age to enable adult content." #~ msgstr "確認你的年齡以顯示成人內容。" -#: src/screens/Moderation/index.tsx:303 +#: src/screens/Moderation/index.tsx:301 msgid "Confirm your age:" msgstr "" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:292 msgid "Confirm your birthdate" msgstr "" #: src/view/com/modals/ChangeEmail.tsx:157 -#: src/view/com/modals/DeleteAccount.tsx:176 -#: src/view/com/modals/DeleteAccount.tsx:182 +#: src/view/com/modals/DeleteAccount.tsx:175 +#: src/view/com/modals/DeleteAccount.tsx:181 #: src/view/com/modals/VerifyEmail.tsx:165 msgid "Confirmation code" msgstr "驗證碼" @@ -954,12 +965,11 @@ msgstr "驗證碼" #~ msgid "Confirms signing up {email} to the waitlist" #~ msgstr "確認將 {email} 註冊到候補列表" -#: src/view/com/auth/create/CreateAccount.tsx:193 -#: src/view/com/auth/login/LoginForm.tsx:281 +#: src/screens/Login/LoginForm.tsx:248 msgid "Connecting..." msgstr "連線中…" -#: src/view/com/auth/create/CreateAccount.tsx:213 +#: src/screens/Signup/index.tsx:219 msgid "Contact support" msgstr "聯絡支援" @@ -979,7 +989,7 @@ msgstr "" #~ msgid "Content Filtering" #~ msgstr "內容過濾" -#: src/screens/Moderation/index.tsx:287 +#: src/screens/Moderation/index.tsx:285 msgid "Content filters" msgstr "內容過濾" @@ -988,13 +998,13 @@ msgstr "內容過濾" msgid "Content Languages" msgstr "內容語言" -#: src/components/moderation/ModerationDetailsDialog.tsx:76 +#: src/components/moderation/ModerationDetailsDialog.tsx:75 #: src/lib/moderation/useModerationCauseDescription.ts:75 msgid "Content Not Available" msgstr "內容不可用" -#: src/components/moderation/ModerationDetailsDialog.tsx:47 -#: src/components/moderation/ScreenHider.tsx:100 +#: src/components/moderation/ModerationDetailsDialog.tsx:46 +#: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 #: src/lib/moderation/useModerationCauseDescription.ts:38 msgid "Content Warning" @@ -1008,29 +1018,34 @@ msgstr "內容警告" msgid "Context menu backdrop, click to close the menu." msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:170 -#: src/screens/Onboarding/StepFollowingFeed.tsx:153 -#: src/screens/Onboarding/StepInterests/index.tsx:248 -#: src/screens/Onboarding/StepModeration/index.tsx:102 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:114 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:161 +#: src/screens/Onboarding/StepFollowingFeed.tsx:154 +#: src/screens/Onboarding/StepInterests/index.tsx:252 +#: src/screens/Onboarding/StepModeration/index.tsx:103 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:118 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148 #: src/view/com/auth/onboarding/RecommendedFollows.tsx:209 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:96 msgid "Continue" msgstr "繼續" -#: src/screens/Onboarding/StepFollowingFeed.tsx:150 -#: src/screens/Onboarding/StepInterests/index.tsx:245 -#: src/screens/Onboarding/StepModeration/index.tsx:99 -#: src/screens/Onboarding/StepTopicalFeeds.tsx:111 +#: src/components/AccountList.tsx:108 +msgid "Continue as {0} (currently signed in)" +msgstr "" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:151 +#: src/screens/Onboarding/StepInterests/index.tsx:249 +#: src/screens/Onboarding/StepModeration/index.tsx:100 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:115 +#: src/screens/Signup/index.tsx:198 msgid "Continue to next step" msgstr "繼續下一步" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:167 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:158 msgid "Continue to the next step" msgstr "繼續下一步" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:191 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:199 msgid "Continue to the next step without following any accounts" msgstr "繼續下一步,不跟隨任何帳號" @@ -1038,8 +1053,8 @@ msgstr "繼續下一步,不跟隨任何帳號" msgid "Cooking" msgstr "烹飪" -#: src/view/com/modals/AddAppPasswords.tsx:195 -#: src/view/com/modals/InviteCodes.tsx:182 +#: src/view/com/modals/AddAppPasswords.tsx:196 +#: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "已複製" @@ -1047,22 +1062,22 @@ msgstr "已複製" msgid "Copied build version to clipboard" msgstr "已複製建構版本號至剪貼簿" -#: src/view/com/modals/AddAppPasswords.tsx:76 -#: src/view/com/modals/ChangeHandle.tsx:327 -#: src/view/com/modals/InviteCodes.tsx:152 +#: src/view/com/modals/AddAppPasswords.tsx:77 +#: src/view/com/modals/ChangeHandle.tsx:326 +#: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:158 msgid "Copied to clipboard" msgstr "已複製至剪貼簿" -#: src/view/com/modals/AddAppPasswords.tsx:189 +#: src/view/com/modals/AddAppPasswords.tsx:190 msgid "Copies app password" msgstr "複製應用程式專用密碼" -#: src/view/com/modals/AddAppPasswords.tsx:188 +#: src/view/com/modals/AddAppPasswords.tsx:189 msgid "Copy" msgstr "複製" -#: src/view/com/modals/ChangeHandle.tsx:481 +#: src/view/com/modals/ChangeHandle.tsx:480 msgid "Copy {0}" msgstr "複製 {0}" @@ -1089,7 +1104,7 @@ msgstr "複製貼文文字" msgid "Copyright Policy" msgstr "著作權政策" -#: src/view/screens/ProfileFeed.tsx:102 +#: src/view/screens/ProfileFeed.tsx:103 msgid "Could not load feed" msgstr "無法載入訊息流" @@ -1101,9 +1116,9 @@ msgstr "無法載入列表" #~ msgid "Country" #~ msgstr "國家" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:64 -#: src/view/com/auth/SplashScreen.tsx:73 -#: src/view/com/auth/SplashScreen.web.tsx:81 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:65 +#: src/view/com/auth/SplashScreen.tsx:75 +#: src/view/com/auth/SplashScreen.web.tsx:104 msgid "Create a new account" msgstr "建立新帳號" @@ -1111,20 +1126,21 @@ msgstr "建立新帳號" msgid "Create a new Bluesky account" msgstr "建立新的 Bluesky 帳號" -#: src/view/com/auth/create/CreateAccount.tsx:133 +#: src/screens/Signup/index.tsx:129 msgid "Create Account" msgstr "建立帳號" -#: src/view/com/modals/AddAppPasswords.tsx:226 +#: src/view/com/modals/AddAppPasswords.tsx:227 msgid "Create App Password" msgstr "建立應用程式專用密碼" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:54 -#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:55 +#: src/view/com/auth/SplashScreen.tsx:66 +#: src/view/com/auth/SplashScreen.web.tsx:95 msgid "Create new account" msgstr "建立新帳號" -#: src/components/ReportDialog/SelectReportOptionView.tsx:94 +#: src/components/ReportDialog/SelectReportOptionView.tsx:93 msgid "Create report for {0}" msgstr "" @@ -1140,7 +1156,7 @@ msgstr "{0} 已建立" #~ msgid "Created by you" #~ msgstr "由你建立" -#: src/view/com/composer/Composer.tsx:468 +#: src/view/com/composer/Composer.tsx:469 msgid "Creates a card with a thumbnail. The card links to {url}" msgstr "建立帶有縮圖的卡片。該卡片連結到 {url}" @@ -1148,16 +1164,16 @@ msgstr "建立帶有縮圖的卡片。該卡片連結到 {url}" msgid "Culture" msgstr "文化" -#: src/view/com/auth/server-input/index.tsx:95 -#: src/view/com/auth/server-input/index.tsx:96 +#: src/view/com/auth/server-input/index.tsx:97 +#: src/view/com/auth/server-input/index.tsx:99 msgid "Custom" msgstr "自訂" -#: src/view/com/modals/ChangeHandle.tsx:389 +#: src/view/com/modals/ChangeHandle.tsx:388 msgid "Custom domain" msgstr "自訂網域" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:106 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:107 #: src/view/screens/Feeds.tsx:692 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "由社群打造的自訂訊息流帶來新鮮體驗,協助你找到所愛內容。" @@ -1183,6 +1199,10 @@ msgstr "深色模式" msgid "Dark Theme" msgstr "深色主題" +#: src/screens/Signup/StepInfo/index.tsx:132 +msgid "Date of birth" +msgstr "" + #: src/view/screens/Settings/index.tsx:841 msgid "Debug Moderation" msgstr "" @@ -1201,7 +1221,7 @@ msgstr "刪除" msgid "Delete account" msgstr "刪除帳號" -#: src/view/com/modals/DeleteAccount.tsx:87 +#: src/view/com/modals/DeleteAccount.tsx:86 msgid "Delete Account" msgstr "刪除帳號" @@ -1217,7 +1237,7 @@ msgstr "刪除應用程式專用密碼?" msgid "Delete List" msgstr "刪除列表" -#: src/view/com/modals/DeleteAccount.tsx:223 +#: src/view/com/modals/DeleteAccount.tsx:222 msgid "Delete my account" msgstr "刪除我的帳號" @@ -1250,10 +1270,10 @@ msgstr "已刪除" msgid "Deleted post." msgstr "已刪除貼文。" -#: 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 +#: src/view/com/modals/CreateOrEditList.tsx:301 +#: src/view/com/modals/CreateOrEditList.tsx:322 +#: src/view/com/modals/EditProfile.tsx:199 +#: src/view/com/modals/EditProfile.tsx:211 msgid "Description" msgstr "描述" @@ -1261,7 +1281,7 @@ msgstr "描述" #~ msgid "Developer Tools" #~ msgstr "開發者工具" -#: src/view/com/composer/Composer.tsx:217 +#: src/view/com/composer/Composer.tsx:218 msgid "Did you want to say anything?" msgstr "有什麼想說的嗎?" @@ -1272,11 +1292,11 @@ msgstr "暗淡" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 #: src/lib/moderation/useLabelBehaviorDescription.ts:68 -#: src/screens/Moderation/index.tsx:343 +#: src/screens/Moderation/index.tsx:341 msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:510 +#: src/view/com/composer/Composer.tsx:511 msgid "Discard" msgstr "捨棄" @@ -1284,12 +1304,12 @@ msgstr "捨棄" #~ msgid "Discard draft" #~ msgstr "捨棄草稿" -#: src/view/com/composer/Composer.tsx:507 +#: src/view/com/composer/Composer.tsx:508 msgid "Discard draft?" msgstr "捨棄草稿?" -#: src/screens/Moderation/index.tsx:520 -#: src/screens/Moderation/index.tsx:524 +#: src/screens/Moderation/index.tsx:518 +#: src/screens/Moderation/index.tsx:522 msgid "Discourage apps from showing my account to logged-out users" msgstr "鼓勵應用程式不要向未登入使用者顯示我的帳號" @@ -1306,15 +1326,15 @@ msgstr "探索新的自訂訊息流" msgid "Discover New Feeds" msgstr "探索新的訊息流" -#: src/view/com/modals/EditProfile.tsx:192 +#: src/view/com/modals/EditProfile.tsx:193 msgid "Display name" msgstr "顯示名稱" -#: src/view/com/modals/EditProfile.tsx:180 +#: src/view/com/modals/EditProfile.tsx:181 msgid "Display Name" msgstr "顯示名稱" -#: src/view/com/modals/ChangeHandle.tsx:398 +#: src/view/com/modals/ChangeHandle.tsx:397 msgid "DNS Panel" msgstr "" @@ -1322,11 +1342,15 @@ msgstr "" msgid "Does not include nudity." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/screens/Signup/StepHandle.tsx:104 +msgid "Doesn't begin or end with a hyphen" +msgstr "" + +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "Domain Value" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:489 +#: src/view/com/modals/ChangeHandle.tsx:488 msgid "Domain verified!" msgstr "網域已驗證!" @@ -1336,22 +1360,24 @@ msgstr "網域已驗證!" #: src/components/dialogs/BirthDateSettings.tsx:119 #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/auth/server-input/index.tsx:165 -#: src/view/com/auth/server-input/index.tsx:166 -#: src/view/com/modals/AddAppPasswords.tsx:226 -#: src/view/com/modals/AltImage.tsx:139 -#: src/view/com/modals/crop-image/CropImage.web.tsx:152 -#: src/view/com/modals/InviteCodes.tsx:80 -#: src/view/com/modals/InviteCodes.tsx:123 +#: src/components/forms/DateField/index.tsx:74 +#: src/components/forms/DateField/index.tsx:80 +#: src/view/com/auth/server-input/index.tsx:169 +#: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/modals/AddAppPasswords.tsx:227 +#: src/view/com/modals/AltImage.tsx:140 +#: src/view/com/modals/crop-image/CropImage.web.tsx:153 +#: src/view/com/modals/InviteCodes.tsx:81 +#: src/view/com/modals/InviteCodes.tsx:124 #: src/view/com/modals/ListAddRemoveUsers.tsx:142 #: src/view/screens/PreferencesFollowingFeed.tsx:311 #: src/view/screens/Settings/ExportCarDialog.tsx:94 -#: src/view/screens/Settings/ExportCarDialog.tsx:95 +#: src/view/screens/Settings/ExportCarDialog.tsx:96 msgid "Done" msgstr "完成" #: src/view/com/auth/onboarding/RecommendedFollows.tsx:86 -#: src/view/com/modals/EditImage.tsx:333 +#: src/view/com/modals/EditImage.tsx:334 #: src/view/com/modals/ListAddRemoveUsers.tsx:144 #: src/view/com/modals/SelfLabel.tsx:157 #: src/view/com/modals/Threadgate.tsx:129 @@ -1363,13 +1389,13 @@ msgctxt "action" msgid "Done" msgstr "完成" -#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:42 +#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:43 msgid "Done{extraText}" msgstr "完成{extraText}" #: src/view/com/auth/login/ChooseAccountForm.tsx:46 -msgid "Double tap to sign in" -msgstr "雙擊以登入" +#~ msgid "Double tap to sign in" +#~ msgstr "雙擊以登入" #: src/view/screens/Settings/index.tsx:755 #~ msgid "Download Bluesky account data (repository)" @@ -1388,19 +1414,19 @@ msgstr "拖放即可新增圖片" msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." msgstr "受 Apple 政策限制,成人內容只能在完成註冊後在網頁端啟用顯示。" -#: src/view/com/modals/ChangeHandle.tsx:257 +#: src/view/com/modals/ChangeHandle.tsx:258 msgid "e.g. alice" msgstr "" -#: src/view/com/modals/EditProfile.tsx:185 +#: src/view/com/modals/EditProfile.tsx:186 msgid "e.g. Alice Roberts" msgstr "例如:張藍天" -#: src/view/com/modals/ChangeHandle.tsx:381 +#: src/view/com/modals/ChangeHandle.tsx:380 msgid "e.g. alice.com" msgstr "" -#: src/view/com/modals/EditProfile.tsx:203 +#: src/view/com/modals/EditProfile.tsx:204 msgid "e.g. Artist, dog-lover, and avid reader." msgstr "例如:藝術家、愛狗人士和狂熱讀者。" @@ -1408,23 +1434,23 @@ msgstr "例如:藝術家、愛狗人士和狂熱讀者。" msgid "E.g. artistic nudes." msgstr "" -#: src/view/com/modals/CreateOrEditList.tsx:283 +#: src/view/com/modals/CreateOrEditList.tsx:284 msgid "e.g. Great Posters" msgstr "例如:優秀的發文者" -#: src/view/com/modals/CreateOrEditList.tsx:284 +#: src/view/com/modals/CreateOrEditList.tsx:285 msgid "e.g. Spammers" msgstr "例如:垃圾內容製造者" -#: src/view/com/modals/CreateOrEditList.tsx:312 +#: src/view/com/modals/CreateOrEditList.tsx:313 msgid "e.g. The posters who never miss." msgstr "例如:絕對不容錯過的發文者。" -#: src/view/com/modals/CreateOrEditList.tsx:313 +#: src/view/com/modals/CreateOrEditList.tsx:314 msgid "e.g. Users that repeatedly reply with ads." msgstr "例如:張貼廣告回覆的使用者。" -#: src/view/com/modals/InviteCodes.tsx:96 +#: src/view/com/modals/InviteCodes.tsx:97 msgid "Each code works once. You'll receive more invite codes periodically." msgstr "每個邀請碼僅能使用一次。你將定期收到更多的邀請碼。" @@ -1439,7 +1465,7 @@ msgid "Edit avatar" msgstr "" #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/modals/EditImage.tsx:207 +#: src/view/com/modals/EditImage.tsx:208 msgid "Edit image" msgstr "編輯圖片" @@ -1447,7 +1473,7 @@ msgstr "編輯圖片" msgid "Edit list details" msgstr "編輯列表詳情" -#: src/view/com/modals/CreateOrEditList.tsx:250 +#: src/view/com/modals/CreateOrEditList.tsx:251 msgid "Edit Moderation List" msgstr "編輯管理列表" @@ -1457,17 +1483,17 @@ msgstr "編輯管理列表" msgid "Edit My Feeds" msgstr "編輯自訂訊息流" -#: src/view/com/modals/EditProfile.tsx:152 +#: src/view/com/modals/EditProfile.tsx:153 msgid "Edit my profile" msgstr "編輯我的個人資料" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:172 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:161 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 msgid "Edit profile" msgstr "編輯個人資料" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:175 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:164 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 msgid "Edit Profile" msgstr "編輯個人資料" @@ -1476,15 +1502,15 @@ msgstr "編輯個人資料" msgid "Edit Saved Feeds" msgstr "編輯已儲存的訊息流" -#: src/view/com/modals/CreateOrEditList.tsx:245 +#: src/view/com/modals/CreateOrEditList.tsx:246 msgid "Edit User List" msgstr "編輯使用者列表" -#: src/view/com/modals/EditProfile.tsx:193 +#: src/view/com/modals/EditProfile.tsx:194 msgid "Edit your display name" msgstr "編輯你的顯示名稱" -#: src/view/com/modals/EditProfile.tsx:211 +#: src/view/com/modals/EditProfile.tsx:212 msgid "Edit your profile description" msgstr "編輯你的帳號描述" @@ -1492,14 +1518,12 @@ msgstr "編輯你的帳號描述" msgid "Education" msgstr "教育" -#: src/view/com/auth/create/Step1.tsx:176 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:156 +#: src/screens/Signup/StepInfo/index.tsx:80 #: src/view/com/modals/ChangeEmail.tsx:141 msgid "Email" msgstr "電子郵件" -#: src/view/com/auth/create/Step1.tsx:167 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:147 +#: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "電子郵件地址" @@ -1520,11 +1544,11 @@ msgstr "電子郵件已驗證" msgid "Email:" msgstr "電子郵件:" -#: src/view/com/modals/EmbedConsent.tsx:113 +#: src/components/dialogs/EmbedConsent.tsx:101 msgid "Enable {0} only" msgstr "僅啟用 {0}" -#: src/screens/Moderation/index.tsx:331 +#: src/screens/Moderation/index.tsx:329 msgid "Enable adult content" msgstr "顯示成人內容" @@ -1537,9 +1561,14 @@ msgstr "顯示成人內容" msgid "Enable adult content in your feeds" msgstr "允許在你的訊息流中出現成人內容" +#: src/components/dialogs/EmbedConsent.tsx:82 +#: src/components/dialogs/EmbedConsent.tsx:89 +msgid "Enable external media" +msgstr "" + #: src/view/com/modals/EmbedConsent.tsx:97 -msgid "Enable External Media" -msgstr "啟用外部媒體" +#~ msgid "Enable External Media" +#~ msgstr "啟用外部媒體" #: src/view/screens/PreferencesExternalEmbeds.tsx:75 msgid "Enable media players for" @@ -1549,7 +1578,11 @@ msgstr "啟用媒體播放器" msgid "Enable this setting to only see replies between people you follow." msgstr "啟用此設定來只顯示你跟隨的人之間的回覆。" -#: src/screens/Moderation/index.tsx:341 +#: src/components/dialogs/EmbedConsent.tsx:94 +msgid "Enable this source only" +msgstr "" + +#: src/screens/Moderation/index.tsx:339 msgid "Enabled" msgstr "啟用" @@ -1557,12 +1590,16 @@ msgstr "啟用" msgid "End of feed" msgstr "訊息流的結尾" -#: src/view/com/modals/AddAppPasswords.tsx:166 +#: src/view/com/modals/AddAppPasswords.tsx:167 msgid "Enter a name for this App Password" msgstr "輸入此應用程式專用密碼的名稱" +#: src/screens/Login/SetNewPasswordForm.tsx:139 +msgid "Enter a password" +msgstr "" + +#: src/components/dialogs/MutedWords.tsx:99 #: src/components/dialogs/MutedWords.tsx:100 -#: src/components/dialogs/MutedWords.tsx:101 msgid "Enter a word or tag" msgstr "" @@ -1574,16 +1611,15 @@ msgstr "輸入驗證碼" msgid "Enter the code you received to change your password." msgstr "輸入你收到的驗證碼以更改密碼。" -#: src/view/com/modals/ChangeHandle.tsx:371 +#: src/view/com/modals/ChangeHandle.tsx:370 msgid "Enter the domain you want to use" msgstr "輸入你想使用的網域" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:107 +#: src/screens/Login/ForgotPasswordForm.tsx:119 msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "輸入你用於建立帳號的電子郵件。我們將向你發送重設碼,以便你設定新密碼。" #: src/components/dialogs/BirthDateSettings.tsx:108 -#: src/view/com/auth/create/Step1.tsx:228 msgid "Enter your birth date" msgstr "輸入你的出生日期" @@ -1591,7 +1627,8 @@ msgstr "輸入你的出生日期" #~ msgid "Enter your email" #~ msgstr "輸入你的電子郵件地址" -#: src/view/com/auth/create/Step1.tsx:172 +#: src/screens/Login/ForgotPasswordForm.tsx:105 +#: src/screens/Signup/StepInfo/index.tsx:91 msgid "Enter your email address" msgstr "輸入你的電子郵件地址" @@ -1607,15 +1644,15 @@ msgstr "請在下方輸入你的新電子郵件地址。" #~ msgid "Enter your phone number" #~ msgstr "輸入你的手機號碼" -#: src/view/com/auth/login/Login.tsx:99 +#: src/screens/Login/index.tsx:101 msgid "Enter your username and password" msgstr "輸入你的使用者名稱和密碼" -#: src/view/com/auth/create/Step3.tsx:67 +#: src/screens/Signup/StepCaptcha/index.tsx:49 msgid "Error receiving captcha response." msgstr "Captcha 給出了錯誤的回應。" -#: src/view/screens/Search/Search.tsx:110 +#: src/view/screens/Search/Search.tsx:111 msgid "Error:" msgstr "錯誤:" @@ -1627,15 +1664,15 @@ msgstr "所有人" msgid "Excessive mentions or replies" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:231 +#: src/view/com/modals/DeleteAccount.tsx:230 msgid "Exits account deletion process" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:150 +#: src/view/com/modals/ChangeHandle.tsx:151 msgid "Exits handle change process" msgstr "離開修改帳號代碼流程" -#: src/view/com/modals/crop-image/CropImage.web.tsx:135 +#: src/view/com/modals/crop-image/CropImage.web.tsx:136 msgid "Exits image cropping process" msgstr "" @@ -1678,11 +1715,12 @@ msgstr "匯出我的資料" msgid "Export My Data" msgstr "匯出我的資料" -#: src/view/com/modals/EmbedConsent.tsx:64 +#: src/components/dialogs/EmbedConsent.tsx:55 +#: src/components/dialogs/EmbedConsent.tsx:59 msgid "External Media" msgstr "外部媒體" -#: src/view/com/modals/EmbedConsent.tsx:75 +#: src/components/dialogs/EmbedConsent.tsx:71 #: src/view/screens/PreferencesExternalEmbeds.tsx:66 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 "外部媒體可能允許網站收集有關你和你裝置的信息。在你按下「播放」按鈕之前,將不會發送或請求任何外部信息。" @@ -1697,12 +1735,12 @@ msgstr "外部媒體偏好設定" msgid "External media settings" msgstr "外部媒體設定" -#: src/view/com/modals/AddAppPasswords.tsx:115 -#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:116 +#: src/view/com/modals/AddAppPasswords.tsx:120 msgid "Failed to create app password." msgstr "建立應用程式專用密碼失敗。" -#: src/view/com/modals/CreateOrEditList.tsx:206 +#: src/view/com/modals/CreateOrEditList.tsx:207 msgid "Failed to create the list. Check your internet connection and try again." msgstr "無法建立列表。請檢查你的網路連線並重試。" @@ -1743,8 +1781,8 @@ msgstr "意見回饋" #: src/Navigation.tsx:464 #: src/view/screens/Feeds.tsx:419 #: src/view/screens/Feeds.tsx:524 -#: src/view/screens/Profile.tsx:192 -#: src/view/shell/bottom-bar/BottomBar.tsx:183 +#: src/view/screens/Profile.tsx:194 +#: src/view/shell/bottom-bar/BottomBar.tsx:191 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:479 #: src/view/shell/Drawer.tsx:480 @@ -1763,11 +1801,11 @@ 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:76 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 msgid "Feeds can be topical as well!" msgstr "訊息流也可以圍繞某些話題!" -#: src/view/com/modals/ChangeHandle.tsx:482 +#: src/view/com/modals/ChangeHandle.tsx:481 msgid "File Contents" msgstr "" @@ -1775,7 +1813,7 @@ msgstr "" msgid "Filter from feeds" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Finalizing" msgstr "最終確定" @@ -1785,11 +1823,11 @@ msgstr "最終確定" msgid "Find accounts to follow" msgstr "尋找一些要跟隨的帳號" -#: src/view/screens/Search/Search.tsx:441 +#: src/view/screens/Search/Search.tsx:442 msgid "Find users on Bluesky" msgstr "在 Bluesky 上尋找使用者" -#: src/view/screens/Search/Search.tsx:439 +#: src/view/screens/Search/Search.tsx:440 msgid "Find users with the search tool on the right" msgstr "使用右側的搜尋工具尋找使用者" @@ -1813,23 +1851,23 @@ msgstr "調整討論主題。" msgid "Fitness" msgstr "健康" -#: src/screens/Onboarding/StepFinished.tsx:131 +#: src/screens/Onboarding/StepFinished.tsx:135 msgid "Flexible" msgstr "靈活" -#: src/view/com/modals/EditImage.tsx:115 +#: src/view/com/modals/EditImage.tsx:116 msgid "Flip horizontal" msgstr "水平翻轉" -#: src/view/com/modals/EditImage.tsx:120 -#: src/view/com/modals/EditImage.tsx:287 +#: src/view/com/modals/EditImage.tsx:121 +#: src/view/com/modals/EditImage.tsx:288 msgid "Flip vertically" msgstr "垂直翻轉" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:246 msgid "Follow" msgstr "跟隨" @@ -1840,8 +1878,8 @@ msgid "Follow" msgstr "跟隨" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "跟隨 {0}" @@ -1850,11 +1888,15 @@ msgstr "跟隨 {0}" msgid "Follow Account" msgstr "跟隨帳號" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:179 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 msgid "Follow All" msgstr "跟隨所有" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:174 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +msgid "Follow Back" +msgstr "" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 msgid "Follow selected accounts and continue to the next step" msgstr "跟隨選擇的使用者並繼續下一步" @@ -1878,19 +1920,19 @@ msgstr "僅限已跟隨的使用者" msgid "followed you" msgstr "已跟隨" -#: src/view/com/profile/ProfileFollowers.tsx:109 +#: src/view/com/profile/ProfileFollowers.tsx:104 #: src/view/screens/ProfileFollowers.tsx:25 msgid "Followers" msgstr "跟隨者" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:227 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:139 -#: src/view/com/profile/ProfileFollows.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 +#: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "跟隨中" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 msgid "Following {0}" msgstr "跟隨中:{0}" @@ -1918,33 +1960,41 @@ msgstr "跟隨你" msgid "Food" msgstr "食物" -#: src/view/com/modals/DeleteAccount.tsx:111 +#: src/view/com/modals/DeleteAccount.tsx:110 msgid "For security reasons, we'll need to send a confirmation code to your email address." msgstr "為了保護你的帳號安全,我們需要將驗證碼發送到你的電子郵件地址。" -#: src/view/com/modals/AddAppPasswords.tsx:209 +#: src/view/com/modals/AddAppPasswords.tsx:210 msgid "For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one." msgstr "為了保護你的帳號安全,你將無法再次查看此內容。如果你丟失了此密碼,你將需要產生一個新密碼。" #: src/view/com/auth/login/LoginForm.tsx:244 -msgid "Forgot" -msgstr "忘記" +#~ msgid "Forgot" +#~ msgstr "忘記" #: src/view/com/auth/login/LoginForm.tsx:241 -msgid "Forgot password" -msgstr "忘記密碼" +#~ msgid "Forgot password" +#~ msgstr "忘記密碼" -#: src/view/com/auth/login/Login.tsx:127 -#: src/view/com/auth/login/Login.tsx:143 +#: src/screens/Login/index.tsx:129 +#: src/screens/Login/index.tsx:144 msgid "Forgot Password" msgstr "忘記密碼" +#: src/screens/Login/LoginForm.tsx:201 +msgid "Forgot password?" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 +msgid "Forgot?" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:52 msgid "Frequently Posts Unwanted Content" msgstr "" -#: src/screens/Hashtag.tsx:108 -#: src/screens/Hashtag.tsx:148 +#: src/screens/Hashtag.tsx:109 +#: src/screens/Hashtag.tsx:149 msgid "From @{sanitizedAuthor}" msgstr "" @@ -1966,29 +2016,31 @@ msgstr "開始" msgid "Glaring violations of law or terms of service" msgstr "" -#: src/components/moderation/ScreenHider.tsx:144 -#: src/components/moderation/ScreenHider.tsx:153 -#: src/view/com/auth/LoggedOut.tsx:81 +#: src/components/moderation/ScreenHider.tsx:151 +#: src/components/moderation/ScreenHider.tsx:160 #: src/view/com/auth/LoggedOut.tsx:82 +#: src/view/com/auth/LoggedOut.tsx:83 #: src/view/screens/NotFound.tsx:55 -#: src/view/screens/ProfileFeed.tsx:111 +#: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:916 #: src/view/shell/desktop/LeftNav.tsx:108 msgid "Go back" msgstr "返回" +#: src/components/Error.tsx:91 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 -#: src/view/screens/ProfileFeed.tsx:116 +#: src/view/screens/ProfileFeed.tsx:117 #: src/view/screens/ProfileList.tsx:921 msgid "Go Back" msgstr "返回" -#: src/components/ReportDialog/SelectReportOptionView.tsx:74 +#: src/components/ReportDialog/SelectReportOptionView.tsx:73 #: src/components/ReportDialog/SubmitView.tsx:104 -#: src/screens/Onboarding/Layout.tsx:104 -#: src/screens/Onboarding/Layout.tsx:193 +#: src/screens/Onboarding/Layout.tsx:102 +#: src/screens/Onboarding/Layout.tsx:191 +#: src/screens/Signup/index.tsx:173 msgid "Go back to previous step" msgstr "返回上一步" @@ -2000,15 +2052,12 @@ msgstr "" msgid "Go Home" msgstr "" -#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:749 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "前往 @{queryMaybeHandle}" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:189 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:218 -#: src/view/com/auth/login/LoginForm.tsx:291 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:195 +#: src/screens/Login/ForgotPasswordForm.tsx:172 #: src/view/com/modals/ChangePassword.tsx:167 msgid "Go to next" msgstr "前往下一步" @@ -2017,7 +2066,7 @@ msgstr "前往下一步" msgid "Graphic Media" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:265 +#: src/view/com/modals/ChangeHandle.tsx:266 msgid "Handle" msgstr "帳號代碼" @@ -2033,11 +2082,11 @@ msgstr "" #~ msgid "Hashtag: {tag}" #~ msgstr "" -#: src/components/RichText.tsx:190 +#: src/components/RichText.tsx:191 msgid "Hashtag: #{tag}" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:208 +#: src/screens/Signup/index.tsx:217 msgid "Having trouble?" msgstr "遇到問題?" @@ -2046,24 +2095,24 @@ msgstr "遇到問題?" msgid "Help" msgstr "幫助" -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:140 msgid "Here are some accounts for you to follow" msgstr "這裡有一些你可以跟隨的帳號" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:85 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:89 msgid "Here are some popular topical feeds. You can choose to follow as many as you like." msgstr "這裡有一些熱門的話題訊息流。跟隨的訊息流數量沒有限制。" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:84 msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." msgstr "這裡有一些根據您的興趣({interestsText})所推薦的熱門的話題訊息流。跟隨的訊息流數量沒有限制。" -#: src/view/com/modals/AddAppPasswords.tsx:153 +#: src/view/com/modals/AddAppPasswords.tsx:154 msgid "Here is your app password." msgstr "這是你的應用程式專用密碼。" #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:43 +#: src/components/moderation/LabelPreference.tsx:134 #: src/components/moderation/PostHider.tsx:107 #: src/lib/moderation/useLabelBehaviorDescription.ts:15 #: src/lib/moderation/useLabelBehaviorDescription.ts:20 @@ -2122,7 +2171,7 @@ msgstr "唔,訊息流伺服器給出了錯誤的回應。請告訴該訊息流 msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "唔,我們無法找到這個訊息流,它可能已被刪除。" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:59 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "" @@ -2131,7 +2180,7 @@ msgid "Hmmmm, we couldn't load that moderation service." msgstr "" #: src/Navigation.tsx:454 -#: src/view/shell/bottom-bar/BottomBar.tsx:139 +#: src/view/shell/bottom-bar/BottomBar.tsx:147 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:401 #: src/view/shell/Drawer.tsx:402 @@ -2145,13 +2194,14 @@ msgstr "首頁" #~ msgid "Home Feed Preferences" #~ msgstr "首頁訊息流偏好" -#: src/view/com/modals/ChangeHandle.tsx:421 +#: src/view/com/modals/ChangeHandle.tsx:420 msgid "Host:" msgstr "" -#: src/view/com/auth/create/Step1.tsx:75 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:120 -#: src/view/com/modals/ChangeHandle.tsx:280 +#: src/screens/Login/ForgotPasswordForm.tsx:89 +#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Signup/StepInfo/index.tsx:40 +#: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" msgstr "托管服務提供商" @@ -2167,7 +2217,7 @@ msgstr "我有驗證碼" msgid "I have a confirmation code" msgstr "我有驗證碼" -#: src/view/com/modals/ChangeHandle.tsx:283 +#: src/view/com/modals/ChangeHandle.tsx:284 msgid "I have my own domain" msgstr "我擁有自己的網域" @@ -2179,7 +2229,7 @@ msgstr "替代文字過長時,切換替代文字的展開狀態" msgid "If none are selected, suitable for all ages." msgstr "若不勾選,則預設為全年齡向。" -#: src/view/com/auth/create/Policies.tsx:91 +#: src/screens/Signup/StepInfo/Policies.tsx:83 msgid "If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf." msgstr "" @@ -2203,7 +2253,7 @@ msgstr "" msgid "Image" msgstr "圖片" -#: src/view/com/modals/AltImage.tsx:120 +#: src/view/com/modals/AltImage.tsx:121 msgid "Image alt text" msgstr "圖片替代文字" @@ -2216,31 +2266,31 @@ msgstr "圖片替代文字" msgid "Impersonation or false claims about identity or affiliation" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:138 +#: src/screens/Login/SetNewPasswordForm.tsx:127 msgid "Input code sent to your email for password reset" msgstr "輸入發送到你電子郵件地址的重設碼以重設密碼" -#: src/view/com/modals/DeleteAccount.tsx:184 +#: src/view/com/modals/DeleteAccount.tsx:183 msgid "Input confirmation code for account deletion" msgstr "輸入刪除帳號的驗證碼" #: src/view/com/auth/create/Step1.tsx:177 -msgid "Input email for Bluesky account" -msgstr "輸入 Bluesky 帳號的電子郵件地址" +#~ msgid "Input email for Bluesky account" +#~ msgstr "輸入 Bluesky 帳號的電子郵件地址" #: src/view/com/auth/create/Step1.tsx:151 -msgid "Input invite code to proceed" -msgstr "輸入邀請碼以繼續" +#~ msgid "Input invite code to proceed" +#~ msgstr "輸入邀請碼以繼續" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:181 msgid "Input name for app password" msgstr "輸入應用程式專用密碼名稱" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:162 +#: src/screens/Login/SetNewPasswordForm.tsx:151 msgid "Input new password" msgstr "輸入新密碼" -#: src/view/com/modals/DeleteAccount.tsx:203 +#: src/view/com/modals/DeleteAccount.tsx:202 msgid "Input password for account deletion" msgstr "輸入密碼以刪除帳號" @@ -2248,11 +2298,11 @@ msgstr "輸入密碼以刪除帳號" #~ msgid "Input phone number for SMS verification" #~ msgstr "輸入手機號碼進行簡訊驗證" -#: src/view/com/auth/login/LoginForm.tsx:233 +#: src/screens/Login/LoginForm.tsx:195 msgid "Input the password tied to {identifier}" msgstr "輸入與 {identifier} 關聯的密碼" -#: src/view/com/auth/login/LoginForm.tsx:200 +#: src/screens/Login/LoginForm.tsx:168 msgid "Input the username or email address you used at signup" msgstr "輸入註冊時使用的使用者名稱或電子郵件地址" @@ -2264,15 +2314,15 @@ msgstr "輸入註冊時使用的使用者名稱或電子郵件地址" #~ msgid "Input your email to get on the Bluesky waitlist" #~ msgstr "輸入你的電子郵件地址以加入 Bluesky 候補列表" -#: src/view/com/auth/login/LoginForm.tsx:232 +#: src/screens/Login/LoginForm.tsx:194 msgid "Input your password" msgstr "輸入你的密碼" -#: src/view/com/modals/ChangeHandle.tsx:390 +#: src/view/com/modals/ChangeHandle.tsx:389 msgid "Input your preferred hosting provider" msgstr "" -#: src/view/com/auth/create/Step2.tsx:80 +#: src/screens/Signup/StepHandle.tsx:62 msgid "Input your user handle" msgstr "輸入你的帳號代碼" @@ -2280,7 +2330,7 @@ msgstr "輸入你的帳號代碼" msgid "Invalid or unsupported post record" msgstr "無效或不支援的貼文紀錄" -#: src/view/com/auth/login/LoginForm.tsx:116 +#: src/screens/Login/LoginForm.tsx:114 msgid "Invalid username or password" msgstr "使用者名稱或密碼無效" @@ -2288,20 +2338,19 @@ msgstr "使用者名稱或密碼無效" #~ msgid "Invite" #~ msgstr "邀請" -#: src/view/com/modals/InviteCodes.tsx:93 +#: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "邀請朋友" -#: src/view/com/auth/create/Step1.tsx:141 -#: src/view/com/auth/create/Step1.tsx:150 +#: src/screens/Signup/StepInfo/index.tsx:58 msgid "Invite code" msgstr "邀請碼" -#: src/view/com/auth/create/state.ts:158 +#: src/screens/Signup/state.ts:278 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "邀請碼無效。請檢查你輸入的內容是否正確,然後重試。" -#: src/view/com/modals/InviteCodes.tsx:170 +#: src/view/com/modals/InviteCodes.tsx:171 msgid "Invite codes: {0} available" msgstr "邀請碼:{0} 個可用" @@ -2309,16 +2358,16 @@ msgstr "邀請碼:{0} 個可用" #~ msgid "Invite codes: {invitesAvailable} available" #~ msgstr "邀請碼:{invitesAvailable} 個可用" -#: src/view/com/modals/InviteCodes.tsx:169 +#: src/view/com/modals/InviteCodes.tsx:170 msgid "Invite codes: 1 available" msgstr "邀請碼:1 個可用" -#: src/screens/Onboarding/StepFollowingFeed.tsx:64 +#: src/screens/Onboarding/StepFollowingFeed.tsx:65 msgid "It shows posts from the people you follow as they happen." msgstr "它會即時顯示你所跟隨的人發佈的貼文。" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:103 -#: src/view/com/auth/SplashScreen.web.tsx:138 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:104 +#: src/view/com/auth/SplashScreen.web.tsx:172 msgid "Jobs" msgstr "工作" @@ -2351,11 +2400,11 @@ msgstr "" msgid "Labeled by the author." msgstr "" -#: src/view/screens/Profile.tsx:186 +#: src/view/screens/Profile.tsx:188 msgid "Labels" msgstr "" -#: src/screens/Profile/Sections/Labels.tsx:143 +#: src/screens/Profile/Sections/Labels.tsx:142 msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "" @@ -2363,11 +2412,11 @@ msgstr "" msgid "labels have been placed on this {labelTarget}" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:63 +#: src/components/moderation/LabelsOnMeDialog.tsx:62 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "Labels on your content" msgstr "" @@ -2389,14 +2438,14 @@ msgid "Languages" msgstr "語言" #: src/view/com/auth/create/StepHeader.tsx:20 -msgid "Last step!" -msgstr "最後一步!" +#~ msgid "Last step!" +#~ msgstr "最後一步!" #: src/view/com/util/moderation/ContentHider.tsx:103 #~ msgid "Learn more" #~ msgstr "瞭解詳情" -#: src/components/moderation/ScreenHider.tsx:129 +#: src/components/moderation/ScreenHider.tsx:136 msgid "Learn More" msgstr "瞭解詳情" @@ -2406,11 +2455,11 @@ msgid "Learn more about the moderation applied to this content." msgstr "" #: src/components/moderation/PostHider.tsx:85 -#: src/components/moderation/ScreenHider.tsx:126 +#: src/components/moderation/ScreenHider.tsx:125 msgid "Learn more about this warning" msgstr "瞭解有關此警告的更多資訊" -#: src/screens/Moderation/index.tsx:551 +#: src/screens/Moderation/index.tsx:549 msgid "Learn more about what is public on Bluesky." msgstr "瞭解有關 Bluesky 上公開內容的更多資訊。" @@ -2422,7 +2471,7 @@ msgstr "瞭解詳情" msgid "Leave them all unchecked to see any language." msgstr "全部留空以查看所有語言。" -#: src/view/com/modals/LinkWarning.tsx:51 +#: src/view/com/modals/LinkWarning.tsx:65 msgid "Leaving Bluesky" msgstr "離開 Bluesky" @@ -2434,12 +2483,12 @@ msgstr "尚未完成。" msgid "Legacy storage cleared, you need to restart the app now." msgstr "舊儲存資料已清除,你需要立即重新啟動應用程式。" -#: src/view/com/auth/login/Login.tsx:128 -#: src/view/com/auth/login/Login.tsx:144 +#: src/screens/Login/index.tsx:130 +#: src/screens/Login/index.tsx:145 msgid "Let's get your password reset!" msgstr "讓我們來重設你的密碼吧!" -#: src/screens/Onboarding/StepFinished.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:155 msgid "Let's go!" msgstr "讓我們開始吧!" @@ -2452,12 +2501,12 @@ msgstr "讓我們開始吧!" msgid "Light" msgstr "亮色" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Like" msgstr "喜歡" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:257 -#: src/view/screens/ProfileFeed.tsx:572 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:258 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Like this feed" msgstr "喜歡這個訊息流" @@ -2467,7 +2516,7 @@ msgstr "喜歡這個訊息流" msgid "Liked by" msgstr "喜歡" -#: src/screens/Profile/ProfileLabelerLikedBy.tsx:42 +#: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 #: src/view/screens/PostLikedBy.tsx:27 #: src/view/screens/ProfileFeedLikedBy.tsx:27 msgid "Liked By" @@ -2481,9 +2530,9 @@ msgstr "{0} 個 {1} 喜歡" msgid "Liked by {count} {0}" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:277 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:291 -#: src/view/screens/ProfileFeed.tsx:587 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292 +#: src/view/screens/ProfileFeed.tsx:588 msgid "Liked by {likeCount} {0}" msgstr "{likeCount} 個 {0} 喜歡" @@ -2495,7 +2544,7 @@ msgstr "喜歡你的自訂訊息流" msgid "liked your post" msgstr "喜歡你的貼文" -#: src/view/screens/Profile.tsx:191 +#: src/view/screens/Profile.tsx:193 msgid "Likes" msgstr "喜歡" @@ -2507,7 +2556,7 @@ msgstr "這條貼文的喜歡數" msgid "List" msgstr "列表" -#: src/view/com/modals/CreateOrEditList.tsx:261 +#: src/view/com/modals/CreateOrEditList.tsx:262 msgid "List Avatar" msgstr "列表頭像" @@ -2527,7 +2576,7 @@ msgstr "列表已刪除" msgid "List muted" msgstr "列表已靜音" -#: src/view/com/modals/CreateOrEditList.tsx:275 +#: src/view/com/modals/CreateOrEditList.tsx:276 msgid "List Name" msgstr "列表名稱" @@ -2540,8 +2589,8 @@ msgid "List unmuted" msgstr "解除靜音列表" #: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:187 -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:195 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:495 #: src/view/shell/Drawer.tsx:496 @@ -2558,8 +2607,8 @@ msgid "Load new notifications" msgstr "載入新的通知" #: src/screens/Profile/Sections/Feed.tsx:70 -#: src/view/com/feeds/FeedPage.tsx:124 -#: src/view/screens/ProfileFeed.tsx:495 +#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/screens/ProfileFeed.tsx:496 #: src/view/screens/ProfileList.tsx:695 msgid "Load new posts" msgstr "載入新的貼文" @@ -2583,31 +2632,35 @@ msgstr "日誌" msgid "Log out" msgstr "登出" -#: src/screens/Moderation/index.tsx:444 +#: src/screens/Moderation/index.tsx:442 msgid "Logged-out visibility" msgstr "登出可見性" -#: src/view/com/auth/login/ChooseAccountForm.tsx:142 +#: src/components/AccountList.tsx:54 msgid "Login to account that is not listed" msgstr "登入未列出的帳號" -#: src/view/com/modals/LinkWarning.tsx:65 +#: src/screens/Login/SetNewPasswordForm.tsx:116 +msgid "Looks like XXXXX-XXXXX" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:79 msgid "Make sure this is where you intend to go!" msgstr "請確認這是你想要去的的地方!" -#: src/components/dialogs/MutedWords.tsx:83 +#: src/components/dialogs/MutedWords.tsx:82 msgid "Manage your muted words and tags" msgstr "" #: src/view/com/auth/create/Step2.tsx:118 -msgid "May not be longer than 253 characters" -msgstr "" +#~ msgid "May not be longer than 253 characters" +#~ msgstr "" #: src/view/com/auth/create/Step2.tsx:109 -msgid "May only contain letters and numbers" -msgstr "" +#~ msgid "May only contain letters and numbers" +#~ msgstr "" -#: src/view/screens/Profile.tsx:190 +#: src/view/screens/Profile.tsx:192 msgid "Media" msgstr "媒體" @@ -2620,7 +2673,7 @@ msgid "Mentioned users" msgstr "提及的使用者" #: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:647 +#: src/view/screens/Search/Search.tsx:648 msgid "Menu" msgstr "選單" @@ -2633,7 +2686,7 @@ msgid "Misleading Account" msgstr "" #: src/Navigation.tsx:119 -#: src/screens/Moderation/index.tsx:106 +#: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:645 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:514 @@ -2641,7 +2694,7 @@ msgstr "" msgid "Moderation" msgstr "限制" -#: src/components/moderation/ModerationDetailsDialog.tsx:113 +#: src/components/moderation/ModerationDetailsDialog.tsx:112 msgid "Moderation details" msgstr "" @@ -2660,15 +2713,15 @@ msgstr "</0> 建立的限制列表" msgid "Moderation list by you" msgstr "你建立的限制列表" -#: src/view/com/modals/CreateOrEditList.tsx:197 +#: src/view/com/modals/CreateOrEditList.tsx:198 msgid "Moderation list created" msgstr "已建立限制列表" -#: src/view/com/modals/CreateOrEditList.tsx:183 +#: src/view/com/modals/CreateOrEditList.tsx:184 msgid "Moderation list updated" msgstr "限制列表已更新" -#: src/screens/Moderation/index.tsx:245 +#: src/screens/Moderation/index.tsx:243 msgid "Moderation lists" msgstr "限制列表" @@ -2685,11 +2738,11 @@ msgstr "限制設定" msgid "Moderation states" msgstr "" -#: src/screens/Moderation/index.tsx:217 +#: src/screens/Moderation/index.tsx:215 msgid "Moderation tools" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:49 +#: src/components/moderation/ModerationDetailsDialog.tsx:48 #: src/lib/moderation/useModerationCauseDescription.ts:40 msgid "Moderator has chosen to set a general warning on the content." msgstr "限制選擇對內容設定一般警告。" @@ -2715,8 +2768,8 @@ msgid "Most-liked replies first" msgstr "最多按喜歡數優先" #: src/view/com/auth/create/Step2.tsx:122 -msgid "Must be at least 3 characters" -msgstr "" +#~ msgid "Must be at least 3 characters" +#~ msgstr "" #: src/components/TagMenu/index.tsx:249 msgid "Mute" @@ -2743,11 +2796,11 @@ msgstr "" #~ msgid "Mute all {tag} posts" #~ msgstr "" -#: src/components/dialogs/MutedWords.tsx:149 +#: src/components/dialogs/MutedWords.tsx:148 msgid "Mute in tags only" msgstr "" -#: src/components/dialogs/MutedWords.tsx:134 +#: src/components/dialogs/MutedWords.tsx:133 msgid "Mute in text & tags" msgstr "" @@ -2764,11 +2817,11 @@ msgstr "靜音這些帳號?" #~ msgid "Mute this List" #~ msgstr "靜音這個列表" -#: src/components/dialogs/MutedWords.tsx:127 +#: src/components/dialogs/MutedWords.tsx:126 msgid "Mute this word in post text and tags" msgstr "在帖子文本和话题标签中隐藏该词" -#: src/components/dialogs/MutedWords.tsx:142 +#: src/components/dialogs/MutedWords.tsx:141 msgid "Mute this word in tags only" msgstr "仅在话题标签中隐藏该词" @@ -2786,7 +2839,7 @@ msgstr "" msgid "Muted" msgstr "已靜音" -#: src/screens/Moderation/index.tsx:257 +#: src/screens/Moderation/index.tsx:255 msgid "Muted accounts" msgstr "已靜音帳號" @@ -2803,7 +2856,7 @@ msgstr "已靜音的帳號將不會在你的通知或時間線中顯示,被靜 msgid "Muted by \"{0}\"" msgstr "" -#: src/screens/Moderation/index.tsx:233 +#: src/screens/Moderation/index.tsx:231 msgid "Muted words & tags" msgstr "" @@ -2836,12 +2889,12 @@ msgstr "我儲存的訊息流" #~ msgid "my-server.com" #~ msgstr "my-server.com" -#: src/view/com/modals/AddAppPasswords.tsx:179 -#: src/view/com/modals/CreateOrEditList.tsx:290 +#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/CreateOrEditList.tsx:291 msgid "Name" msgstr "名稱" -#: src/view/com/modals/CreateOrEditList.tsx:145 +#: src/view/com/modals/CreateOrEditList.tsx:146 msgid "Name is required" msgstr "名稱是必填項" @@ -2855,10 +2908,8 @@ msgstr "" msgid "Nature" msgstr "自然" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:190 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:219 -#: src/view/com/auth/login/LoginForm.tsx:292 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:196 +#: src/screens/Login/ForgotPasswordForm.tsx:173 +#: src/screens/Login/LoginForm.tsx:254 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "切換到下一畫面" @@ -2867,21 +2918,21 @@ msgstr "切換到下一畫面" msgid "Navigates to your profile" msgstr "切換到你的個人檔案" -#: src/components/ReportDialog/SelectReportOptionView.tsx:124 +#: src/components/ReportDialog/SelectReportOptionView.tsx:122 msgid "Need to report a copyright violation?" msgstr "" #: src/view/com/modals/EmbedConsent.tsx:107 #: src/view/com/modals/EmbedConsent.tsx:123 -msgid "Never load embeds from {0}" -msgstr "永不載入來自 {0} 的嵌入內容" +#~ msgid "Never load embeds from {0}" +#~ msgstr "永不載入來自 {0} 的嵌入內容" #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:72 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:74 msgid "Never lose access to your followers and data." msgstr "永遠不會失去對你的跟隨者和資料的存取權。" -#: src/screens/Onboarding/StepFinished.tsx:119 +#: src/screens/Onboarding/StepFinished.tsx:123 msgid "Never lose access to your followers or data." msgstr "永遠不會失去對你的跟隨者或資料的存取權。" @@ -2889,7 +2940,7 @@ msgstr "永遠不會失去對你的跟隨者或資料的存取權。" #~ msgid "Nevermind" #~ msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:520 +#: src/view/com/modals/ChangeHandle.tsx:519 msgid "Nevermind, create a handle for me" msgstr "" @@ -2902,11 +2953,10 @@ msgstr "新增" msgid "New" msgstr "新增" -#: src/view/com/modals/CreateOrEditList.tsx:252 +#: src/view/com/modals/CreateOrEditList.tsx:253 msgid "New Moderation List" msgstr "新的限制列表" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:150 #: src/view/com/modals/ChangePassword.tsx:212 msgid "New password" msgstr "新密碼" @@ -2915,15 +2965,15 @@ msgstr "新密碼" msgid "New Password" msgstr "新密碼" -#: src/view/com/feeds/FeedPage.tsx:135 +#: src/view/com/feeds/FeedPage.tsx:149 msgctxt "action" msgid "New post" msgstr "新貼文" #: src/view/screens/Feeds.tsx:555 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:450 -#: src/view/screens/ProfileFeed.tsx:433 +#: src/view/screens/Profile.tsx:452 +#: src/view/screens/ProfileFeed.tsx:434 #: src/view/screens/ProfileList.tsx:199 #: src/view/screens/ProfileList.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:252 @@ -2935,7 +2985,7 @@ msgctxt "action" msgid "New Post" msgstr "新貼文" -#: src/view/com/modals/CreateOrEditList.tsx:247 +#: src/view/com/modals/CreateOrEditList.tsx:248 msgid "New User List" msgstr "新的使用者列表" @@ -2947,12 +2997,13 @@ msgstr "最新回覆優先" msgid "News" msgstr "新聞" -#: src/view/com/auth/create/CreateAccount.tsx:172 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:182 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:192 -#: src/view/com/auth/login/LoginForm.tsx:294 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:187 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:143 +#: src/screens/Login/ForgotPasswordForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:253 +#: src/screens/Login/LoginForm.tsx:260 +#: src/screens/Login/SetNewPasswordForm.tsx:174 +#: src/screens/Login/SetNewPasswordForm.tsx:180 +#: src/screens/Signup/index.tsx:205 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:79 #: src/view/com/modals/ChangePassword.tsx:253 #: src/view/com/modals/ChangePassword.tsx:255 @@ -2977,19 +3028,23 @@ msgstr "下一張圖片" msgid "No" msgstr "關" -#: src/view/screens/ProfileFeed.tsx:561 +#: src/view/screens/ProfileFeed.tsx:562 #: src/view/screens/ProfileList.tsx:769 msgid "No description" msgstr "沒有描述" -#: src/view/com/modals/ChangeHandle.tsx:406 +#: src/view/com/modals/ChangeHandle.tsx:405 msgid "No DNS Panel" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 msgid "No longer following {0}" msgstr "不再跟隨 {0}" +#: src/screens/Signup/StepHandle.tsx:114 +msgid "No longer than 253 characters" +msgstr "" + #: src/view/com/notifications/Feed.tsx:109 msgid "No notifications yet!" msgstr "還沒有通知!" @@ -2999,7 +3054,7 @@ msgstr "還沒有通知!" msgid "No result" msgstr "沒有結果" -#: src/components/Lists.tsx:189 +#: src/components/Lists.tsx:183 msgid "No results found" msgstr "未找到結果" @@ -3008,12 +3063,13 @@ msgid "No results found for \"{query}\"" msgstr "未找到「{query}」的結果" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:282 -#: src/view/screens/Search/Search.tsx:310 +#: src/view/screens/Search/Search.tsx:283 +#: src/view/screens/Search/Search.tsx:311 msgid "No results found for {query}" msgstr "未找到 {query} 的結果" -#: src/view/com/modals/EmbedConsent.tsx:129 +#: src/components/dialogs/EmbedConsent.tsx:105 +#: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" msgstr "不,謝謝" @@ -3021,7 +3077,7 @@ msgstr "不,謝謝" msgid "Nobody" msgstr "沒有人" -#: src/components/LikedByList.tsx:102 +#: src/components/LikedByList.tsx:79 #: src/components/LikesDialog.tsx:99 msgid "Nobody has liked this yet. Maybe you should be the first!" msgstr "" @@ -3035,7 +3091,7 @@ msgid "Not Applicable." msgstr "不適用。" #: src/Navigation.tsx:109 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Not Found" msgstr "未找到" @@ -3046,17 +3102,18 @@ msgstr "暫時不需要" #: src/view/com/profile/ProfileMenu.tsx:368 #: src/view/com/util/forms/PostDropdownBtn.tsx:342 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:246 msgid "Note about sharing" msgstr "" -#: src/screens/Moderation/index.tsx:542 +#: src/screens/Moderation/index.tsx:540 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:469 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 -#: src/view/shell/bottom-bar/BottomBar.tsx:207 +#: src/view/shell/bottom-bar/BottomBar.tsx:215 #: src/view/shell/desktop/LeftNav.tsx:365 #: src/view/shell/Drawer.tsx:438 #: src/view/shell/Drawer.tsx:439 @@ -3068,7 +3125,15 @@ msgid "Nudity" msgstr "裸露" #: src/lib/moderation/useReportOptions.ts:71 -msgid "Nudity or pornography not labeled as such" +msgid "Nudity or adult content not labeled as such" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:71 +#~ msgid "Nudity or pornography not labeled as such" +#~ msgstr "" + +#: src/screens/Signup/index.tsx:142 +msgid "of" msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:11 @@ -3079,15 +3144,16 @@ msgstr "" msgid "Oh no!" msgstr "糟糕!" -#: src/screens/Onboarding/StepInterests/index.tsx:128 +#: src/screens/Onboarding/StepInterests/index.tsx:132 msgid "Oh no! Something went wrong." msgstr "糟糕!發生了一些錯誤。" -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:127 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:126 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:327 msgid "OK" msgstr "" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:41 +#: src/screens/Login/PasswordUpdatedForm.tsx:44 msgid "Okay" msgstr "好的" @@ -3099,7 +3165,7 @@ msgstr "最舊的回覆優先" msgid "Onboarding reset" msgstr "重新開始引導流程" -#: src/view/com/composer/Composer.tsx:391 +#: src/view/com/composer/Composer.tsx:392 msgid "One or more images is missing alt text." msgstr "至少有一張圖片缺失了替代文字。" @@ -3107,17 +3173,21 @@ msgstr "至少有一張圖片缺失了替代文字。" msgid "Only {0} can reply." msgstr "只有 {0} 可以回覆。" -#: src/components/Lists.tsx:83 +#: src/screens/Signup/StepHandle.tsx:97 +msgid "Only contains letters, numbers, and hyphens" +msgstr "" + +#: src/components/Lists.tsx:75 msgid "Oops, something went wrong!" msgstr "" -#: src/components/Lists.tsx:157 +#: src/components/Lists.tsx:170 #: src/view/screens/AppPasswords.tsx:67 -#: src/view/screens/Profile.tsx:97 +#: src/view/screens/Profile.tsx:99 msgid "Oops!" msgstr "糟糕!" -#: src/screens/Onboarding/StepFinished.tsx:115 +#: src/screens/Onboarding/StepFinished.tsx:119 msgid "Open" msgstr "開啟" @@ -3125,12 +3195,12 @@ msgstr "開啟" #~ msgid "Open content filtering settings" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:490 #: src/view/com/composer/Composer.tsx:491 +#: src/view/com/composer/Composer.tsx:492 msgid "Open emoji picker" msgstr "開啟表情符號選擇器" -#: src/view/screens/ProfileFeed.tsx:299 +#: src/view/screens/ProfileFeed.tsx:300 msgid "Open feed options menu" msgstr "" @@ -3138,7 +3208,7 @@ msgstr "" msgid "Open links with in-app browser" msgstr "在內建瀏覽器中開啟連結" -#: src/screens/Moderation/index.tsx:229 +#: src/screens/Moderation/index.tsx:227 msgid "Open muted words and tags settings" msgstr "" @@ -3199,13 +3269,15 @@ msgstr "開啟裝置相簿" msgid "Opens external embeds settings" msgstr "開啟外部嵌入設定" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:56 -#: src/view/com/auth/SplashScreen.tsx:70 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:57 +#: src/view/com/auth/SplashScreen.tsx:68 +#: src/view/com/auth/SplashScreen.web.tsx:97 msgid "Opens flow to create a new Bluesky account" msgstr "" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:74 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:75 #: src/view/com/auth/SplashScreen.tsx:83 +#: src/view/com/auth/SplashScreen.web.tsx:112 msgid "Opens flow to sign into your existing Bluesky account" msgstr "" @@ -3221,7 +3293,7 @@ msgstr "" #~ msgid "Opens invite code list" #~ msgstr "開啟邀請碼列表" -#: src/view/com/modals/InviteCodes.tsx:172 +#: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "開啟邀請碼列表" @@ -3245,11 +3317,11 @@ msgstr "" msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "" -#: src/view/screens/Settings/index.tsx:970 +#: src/view/screens/Settings/index.tsx:968 msgid "Opens modal for email verification" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:281 +#: src/view/com/modals/ChangeHandle.tsx:282 msgid "Opens modal for using custom domain" msgstr "開啟使用自訂網域的彈窗" @@ -3257,7 +3329,7 @@ msgstr "開啟使用自訂網域的彈窗" msgid "Opens moderation settings" msgstr "開啟限制設定" -#: src/view/com/auth/login/LoginForm.tsx:242 +#: src/screens/Login/LoginForm.tsx:202 msgid "Opens password reset form" msgstr "開啟密碼重設表單" @@ -3286,7 +3358,7 @@ msgstr "" #~ msgid "Opens the home feed preferences" #~ msgstr "開啟首頁訊息流設定偏好" -#: src/view/com/modals/LinkWarning.tsx:76 +#: src/view/com/modals/LinkWarning.tsx:93 msgid "Opens the linked website" msgstr "" @@ -3319,7 +3391,7 @@ msgstr "或者選擇組合這些選項:" msgid "Other" msgstr "" -#: src/view/com/auth/login/ChooseAccountForm.tsx:147 +#: src/components/AccountList.tsx:73 msgid "Other account" msgstr "其他帳號" @@ -3331,7 +3403,7 @@ msgstr "其他帳號" msgid "Other..." msgstr "其他…" -#: src/components/Lists.tsx:190 +#: src/components/Lists.tsx:184 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "頁面不存在" @@ -3340,13 +3412,10 @@ msgstr "頁面不存在" msgid "Page Not Found" msgstr "頁面不存在" -#: src/view/com/auth/create/Step1.tsx:191 -#: src/view/com/auth/create/Step1.tsx:201 -#: src/view/com/auth/login/LoginForm.tsx:213 -#: src/view/com/auth/login/LoginForm.tsx:229 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:161 -#: src/view/com/modals/DeleteAccount.tsx:195 -#: src/view/com/modals/DeleteAccount.tsx:202 +#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Signup/StepInfo/index.tsx:101 +#: src/view/com/modals/DeleteAccount.tsx:194 +#: src/view/com/modals/DeleteAccount.tsx:201 msgid "Password" msgstr "密碼" @@ -3354,11 +3423,11 @@ msgstr "密碼" msgid "Password Changed" msgstr "" -#: src/view/com/auth/login/Login.tsx:157 +#: src/screens/Login/index.tsx:157 msgid "Password updated" msgstr "密碼已更新" -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:28 +#: src/screens/Login/PasswordUpdatedForm.tsx:30 msgid "Password updated!" msgstr "密碼已更新!" @@ -3390,12 +3459,12 @@ msgstr "寵物" msgid "Pictures meant for adults." msgstr "適合成年人的圖像。" -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 #: src/view/screens/ProfileList.tsx:563 msgid "Pin to home" msgstr "固定到首頁" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 msgid "Pin to Home" msgstr "" @@ -3403,28 +3472,28 @@ msgstr "" msgid "Pinned Feeds" msgstr "固定訊息流列表" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:111 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "播放 {0}" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:54 -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:55 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" msgstr "播放影片" -#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:110 +#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:122 msgid "Plays the GIF" msgstr "播放 GIF" -#: src/view/com/auth/create/state.ts:124 +#: src/screens/Signup/state.ts:241 msgid "Please choose your handle." msgstr "請選擇你的帳號代碼。" -#: src/view/com/auth/create/state.ts:117 +#: src/screens/Signup/state.ts:234 msgid "Please choose your password." msgstr "請選擇你的密碼。" -#: src/view/com/auth/create/state.ts:131 +#: src/screens/Signup/state.ts:251 msgid "Please complete the verification captcha." msgstr "請完成 Captcha 驗證。" @@ -3432,7 +3501,7 @@ msgstr "請完成 Captcha 驗證。" msgid "Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed." msgstr "更改前請先確認你的電子郵件地址。這是電子郵件更新工具的臨時要求,此限制將很快被移除。" -#: src/view/com/modals/AddAppPasswords.tsx:90 +#: src/view/com/modals/AddAppPasswords.tsx:91 msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "請輸入應用程式專用密碼的名稱。所有空格均不允許使用。" @@ -3440,11 +3509,11 @@ msgstr "請輸入應用程式專用密碼的名稱。所有空格均不允許使 #~ msgid "Please enter a phone number that can receive SMS text messages." #~ msgstr "請輸入可以接收簡訊的手機號碼。" -#: src/view/com/modals/AddAppPasswords.tsx:145 +#: src/view/com/modals/AddAppPasswords.tsx:146 msgid "Please enter a unique name for this App Password or use our randomly generated one." msgstr "請輸入此應用程式專用密碼的唯一名稱,或使用我們提供的隨機生成名稱。" -#: src/components/dialogs/MutedWords.tsx:68 +#: src/components/dialogs/MutedWords.tsx:67 msgid "Please enter a valid word, tag, or phrase to mute" msgstr "" @@ -3456,15 +3525,15 @@ msgstr "" #~ msgid "Please enter the verification code sent to {phoneNumberFormatted}." #~ msgstr "請輸入發送到 {phoneNumberFormatted} 的驗證碼。" -#: src/view/com/auth/create/state.ts:103 +#: src/screens/Signup/state.ts:220 msgid "Please enter your email." msgstr "請輸入你的電子郵件。" -#: src/view/com/modals/DeleteAccount.tsx:191 +#: src/view/com/modals/DeleteAccount.tsx:190 msgid "Please enter your password as well:" msgstr "請輸入你的密碼:" -#: src/components/moderation/LabelsOnMeDialog.tsx:222 +#: src/components/moderation/LabelsOnMeDialog.tsx:221 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -3477,7 +3546,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "請驗證你的電子郵件地址" -#: src/view/com/composer/Composer.tsx:221 +#: src/view/com/composer/Composer.tsx:222 msgid "Please wait for your link card to finish loading" msgstr "請等待你的連結卡載入完畢" @@ -3490,11 +3559,11 @@ msgid "Porn" msgstr "情色內容" #: src/lib/moderation/useGlobalLabelStrings.ts:34 -msgid "Pornography" -msgstr "" +#~ msgid "Pornography" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:366 -#: src/view/com/composer/Composer.tsx:374 +#: src/view/com/composer/Composer.tsx:367 +#: src/view/com/composer/Composer.tsx:375 msgctxt "action" msgid "Post" msgstr "發佈" @@ -3522,12 +3591,12 @@ msgstr "貼文已刪除" msgid "Post hidden" msgstr "貼文已隱藏" -#: src/components/moderation/ModerationDetailsDialog.tsx:98 +#: src/components/moderation/ModerationDetailsDialog.tsx:97 #: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Post Hidden by Muted Word" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:101 +#: src/components/moderation/ModerationDetailsDialog.tsx:100 #: src/lib/moderation/useModerationCauseDescription.ts:108 msgid "Post Hidden by You" msgstr "" @@ -3549,11 +3618,11 @@ msgstr "找不到貼文" msgid "posts" msgstr "貼文" -#: src/view/screens/Profile.tsx:188 +#: src/view/screens/Profile.tsx:190 msgid "Posts" msgstr "貼文" -#: src/components/dialogs/MutedWords.tsx:90 +#: src/components/dialogs/MutedWords.tsx:89 msgid "Posts can be muted based on their text, their tags, or both." msgstr "" @@ -3561,11 +3630,17 @@ msgstr "" msgid "Posts hidden" msgstr "貼文已隱藏" -#: src/view/com/modals/LinkWarning.tsx:46 +#: src/view/com/modals/LinkWarning.tsx:60 msgid "Potentially Misleading Link" msgstr "潛在誤導性連結" -#: src/components/Lists.tsx:88 +#: src/components/forms/HostingProvider.tsx:45 +msgid "Press to change hosting provider" +msgstr "" + +#: src/components/Error.tsx:74 +#: src/components/Lists.tsx:80 +#: src/screens/Signup/index.tsx:186 msgid "Press to retry" msgstr "" @@ -3587,23 +3662,23 @@ msgid "Privacy" msgstr "隱私" #: src/Navigation.tsx:231 -#: src/view/com/auth/create/Policies.tsx:69 +#: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:925 +#: src/view/screens/Settings/index.tsx:923 #: src/view/shell/Drawer.tsx:265 msgid "Privacy Policy" msgstr "隱私政策" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:198 +#: src/screens/Login/ForgotPasswordForm.tsx:156 msgid "Processing..." msgstr "處理中…" #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:340 +#: src/view/screens/Profile.tsx:342 msgid "profile" msgstr "個人檔案" -#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:260 #: src/view/shell/desktop/LeftNav.tsx:419 #: src/view/shell/Drawer.tsx:70 #: src/view/shell/Drawer.tsx:549 @@ -3611,15 +3686,15 @@ msgstr "個人檔案" msgid "Profile" msgstr "個人檔案" -#: src/view/com/modals/EditProfile.tsx:128 +#: src/view/com/modals/EditProfile.tsx:129 msgid "Profile updated" msgstr "個人檔案已更新" -#: src/view/screens/Settings/index.tsx:983 +#: src/view/screens/Settings/index.tsx:981 msgid "Protect your account by verifying your email." msgstr "通過驗證電子郵件地址來保護你的帳號。" -#: src/screens/Onboarding/StepFinished.tsx:101 +#: src/screens/Onboarding/StepFinished.tsx:105 msgid "Public" msgstr "公開內容" @@ -3631,15 +3706,15 @@ msgstr "公開且可共享的批量靜音或封鎖列表。" msgid "Public, shareable lists which can drive feeds." msgstr "公開且可共享的列表,可作為訊息流使用。" -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish post" msgstr "發佈貼文" -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:352 msgid "Publish reply" msgstr "發佈回覆" -#: src/view/com/modals/Repost.tsx:65 +#: src/view/com/modals/Repost.tsx:66 msgctxt "action" msgid "Quote post" msgstr "引用貼文" @@ -3648,7 +3723,7 @@ msgstr "引用貼文" msgid "Quote post" msgstr "引用貼文" -#: src/view/com/modals/Repost.tsx:70 +#: src/view/com/modals/Repost.tsx:71 msgctxt "action" msgid "Quote Post" msgstr "引用貼文" @@ -3657,11 +3732,11 @@ msgstr "引用貼文" msgid "Random (aka \"Poster's Roulette\")" msgstr "隨機顯示 (又名試試手氣)" -#: src/view/com/modals/EditImage.tsx:236 +#: src/view/com/modals/EditImage.tsx:237 msgid "Ratios" msgstr "比率" -#: src/view/screens/Search/Search.tsx:776 +#: src/view/screens/Search/Search.tsx:777 msgid "Recent Searches" msgstr "" @@ -3673,7 +3748,7 @@ msgstr "推薦訊息流" msgid "Recommended Users" msgstr "推薦的使用者" -#: src/components/dialogs/MutedWords.tsx:287 +#: src/components/dialogs/MutedWords.tsx:286 #: src/view/com/feeds/FeedSourceCard.tsx:283 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:83 @@ -3708,8 +3783,8 @@ msgstr "" #: src/view/com/feeds/FeedSourceCard.tsx:173 #: src/view/com/feeds/FeedSourceCard.tsx:233 -#: src/view/screens/ProfileFeed.tsx:334 -#: src/view/screens/ProfileFeed.tsx:340 +#: src/view/screens/ProfileFeed.tsx:335 +#: src/view/screens/ProfileFeed.tsx:341 msgid "Remove from my feeds" msgstr "從我的訊息流中刪除" @@ -3725,11 +3800,11 @@ msgstr "刪除圖片" msgid "Remove image preview" msgstr "刪除圖片預覽" -#: src/components/dialogs/MutedWords.tsx:330 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "" -#: src/view/com/modals/Repost.tsx:47 +#: src/view/com/modals/Repost.tsx:48 msgid "Remove repost" msgstr "刪除轉發" @@ -3754,7 +3829,7 @@ msgstr "從列表中刪除" msgid "Removed from my feeds" msgstr "從我的訊息流中刪除" -#: src/view/screens/ProfileFeed.tsx:208 +#: src/view/screens/ProfileFeed.tsx:209 msgid "Removed from your feeds" msgstr "" @@ -3762,7 +3837,7 @@ msgstr "" msgid "Removes default thumbnail from {0}" msgstr "從 {0} 中刪除預設縮略圖" -#: src/view/screens/Profile.tsx:189 +#: src/view/screens/Profile.tsx:191 msgid "Replies" msgstr "回覆" @@ -3770,7 +3845,7 @@ msgstr "回覆" msgid "Replies to this thread are disabled" msgstr "對此對話串的回覆已被停用" -#: src/view/com/composer/Composer.tsx:364 +#: src/view/com/composer/Composer.tsx:365 msgctxt "action" msgid "Reply" msgstr "回覆" @@ -3794,8 +3869,12 @@ msgstr "回覆 <0/>" msgid "Report Account" msgstr "檢舉帳號" -#: src/view/screens/ProfileFeed.tsx:351 -#: src/view/screens/ProfileFeed.tsx:353 +#: src/components/ReportDialog/index.tsx:49 +msgid "Report dialog" +msgstr "" + +#: src/view/screens/ProfileFeed.tsx:352 +#: src/view/screens/ProfileFeed.tsx:354 msgid "Report feed" msgstr "檢舉訊息流" @@ -3808,29 +3887,29 @@ msgstr "檢舉列表" msgid "Report post" msgstr "檢舉貼文" -#: src/components/ReportDialog/SelectReportOptionView.tsx:43 +#: src/components/ReportDialog/SelectReportOptionView.tsx:42 msgid "Report this content" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:56 +#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Report this feed" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:53 +#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Report this list" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:50 +#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Report this post" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:47 +#: src/components/ReportDialog/SelectReportOptionView.tsx:46 msgid "Report this user" msgstr "" -#: src/view/com/modals/Repost.tsx:43 -#: src/view/com/modals/Repost.tsx:48 -#: src/view/com/modals/Repost.tsx:53 +#: src/view/com/modals/Repost.tsx:44 +#: src/view/com/modals/Repost.tsx:49 +#: src/view/com/modals/Repost.tsx:54 #: src/view/com/util/post-ctrls/RepostButton.tsx:61 msgctxt "action" msgid "Repost" @@ -3883,12 +3962,10 @@ msgstr "請求代碼" msgid "Require alt text before posting" msgstr "要求發佈前提供替代文字" -#: src/view/com/auth/create/Step1.tsx:146 +#: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "提供商要求必填" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:124 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:136 #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "重設碼" @@ -3906,7 +3983,7 @@ msgstr "重設碼" msgid "Reset onboarding state" msgstr "重設初始設定進行狀態" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:104 +#: src/screens/Login/ForgotPasswordForm.tsx:86 msgid "Reset password" msgstr "重設密碼" @@ -3927,7 +4004,7 @@ msgstr "重設初始設定狀態" msgid "Resets the preferences state" msgstr "重設偏好設定狀態" -#: src/view/com/auth/login/LoginForm.tsx:272 +#: src/screens/Login/LoginForm.tsx:235 msgid "Retries login" msgstr "重試登入" @@ -3936,13 +4013,13 @@ msgstr "重試登入" msgid "Retries the last action, which errored out" msgstr "重試上次出錯的操作" -#: src/components/Lists.tsx:98 -#: src/screens/Onboarding/StepInterests/index.tsx:221 -#: src/screens/Onboarding/StepInterests/index.tsx:224 -#: src/view/com/auth/create/CreateAccount.tsx:181 -#: src/view/com/auth/create/CreateAccount.tsx:186 -#: src/view/com/auth/login/LoginForm.tsx:271 -#: src/view/com/auth/login/LoginForm.tsx:274 +#: src/components/Error.tsx:79 +#: src/components/Lists.tsx:91 +#: src/screens/Login/LoginForm.tsx:234 +#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Onboarding/StepInterests/index.tsx:225 +#: src/screens/Onboarding/StepInterests/index.tsx:228 +#: src/screens/Signup/index.tsx:193 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 msgid "Retry" @@ -3952,6 +4029,7 @@ msgstr "重試" #~ msgid "Retry." #~ msgstr "重試。" +#: src/components/Error.tsx:86 #: src/view/screens/ProfileList.tsx:917 msgid "Return to previous page" msgstr "返回上一頁" @@ -3961,7 +4039,7 @@ msgid "Returns to home page" msgstr "" #: src/view/screens/NotFound.tsx:58 -#: src/view/screens/ProfileFeed.tsx:112 +#: src/view/screens/ProfileFeed.tsx:113 msgid "Returns to previous page" msgstr "" @@ -3970,19 +4048,19 @@ msgstr "" #~ msgstr "沙盒模式。貼文和帳號不會永久儲存。" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/modals/ChangeHandle.tsx:173 -#: src/view/com/modals/CreateOrEditList.tsx:337 -#: src/view/com/modals/EditProfile.tsx:224 +#: src/view/com/modals/ChangeHandle.tsx:174 +#: src/view/com/modals/CreateOrEditList.tsx:338 +#: src/view/com/modals/EditProfile.tsx:225 msgid "Save" msgstr "儲存" #: src/view/com/lightbox/Lightbox.tsx:132 -#: src/view/com/modals/CreateOrEditList.tsx:345 +#: src/view/com/modals/CreateOrEditList.tsx:346 msgctxt "action" msgid "Save" msgstr "儲存" -#: src/view/com/modals/AltImage.tsx:130 +#: src/view/com/modals/AltImage.tsx:131 msgid "Save alt text" msgstr "儲存替代文字" @@ -3990,20 +4068,20 @@ msgstr "儲存替代文字" msgid "Save birthday" msgstr "" -#: src/view/com/modals/EditProfile.tsx:232 +#: src/view/com/modals/EditProfile.tsx:233 msgid "Save Changes" msgstr "儲存更改" -#: src/view/com/modals/ChangeHandle.tsx:170 +#: src/view/com/modals/ChangeHandle.tsx:171 msgid "Save handle change" msgstr "儲存帳號代碼更改" -#: src/view/com/modals/crop-image/CropImage.web.tsx:144 +#: src/view/com/modals/crop-image/CropImage.web.tsx:145 msgid "Save image crop" msgstr "儲存圖片裁剪" -#: src/view/screens/ProfileFeed.tsx:335 -#: src/view/screens/ProfileFeed.tsx:341 +#: src/view/screens/ProfileFeed.tsx:336 +#: src/view/screens/ProfileFeed.tsx:342 msgid "Save to my feeds" msgstr "" @@ -4015,19 +4093,19 @@ msgstr "已儲存訊息流" msgid "Saved to your camera roll." msgstr "" -#: src/view/screens/ProfileFeed.tsx:212 +#: src/view/screens/ProfileFeed.tsx:213 msgid "Saved to your feeds" msgstr "" -#: src/view/com/modals/EditProfile.tsx:225 +#: src/view/com/modals/EditProfile.tsx:226 msgid "Saves any changes to your profile" msgstr "儲存個人資料中所做的變更" -#: src/view/com/modals/ChangeHandle.tsx:171 +#: src/view/com/modals/ChangeHandle.tsx:172 msgid "Saves handle change to {handle}" msgstr "儲存帳號代碼更改至 {handle}" -#: src/view/com/modals/crop-image/CropImage.web.tsx:145 +#: src/view/com/modals/crop-image/CropImage.web.tsx:146 msgid "Saves image crop settings" msgstr "" @@ -4040,14 +4118,14 @@ msgid "Scroll to top" msgstr "滾動到頂部" #: src/Navigation.tsx:459 -#: src/view/com/auth/LoggedOut.tsx:122 +#: src/view/com/auth/LoggedOut.tsx:123 #: src/view/com/modals/ListAddRemoveUsers.tsx:75 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 -#: src/view/screens/Search/Search.tsx:420 -#: src/view/screens/Search/Search.tsx:669 -#: src/view/screens/Search/Search.tsx:687 -#: src/view/shell/bottom-bar/BottomBar.tsx:161 +#: src/view/screens/Search/Search.tsx:421 +#: src/view/screens/Search/Search.tsx:670 +#: src/view/screens/Search/Search.tsx:688 +#: src/view/shell/bottom-bar/BottomBar.tsx:169 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 #: src/view/shell/desktop/Search.tsx:224 @@ -4056,7 +4134,7 @@ msgstr "滾動到頂部" msgid "Search" msgstr "搜尋" -#: src/view/screens/Search/Search.tsx:736 +#: src/view/screens/Search/Search.tsx:737 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "搜尋「{query}」" @@ -4077,8 +4155,8 @@ msgstr "" #~ msgid "Search for all posts with tag {tag}" #~ msgstr "" -#: src/view/com/auth/LoggedOut.tsx:104 #: src/view/com/auth/LoggedOut.tsx:105 +#: src/view/com/auth/LoggedOut.tsx:106 #: src/view/com/modals/ListAddRemoveUsers.tsx:70 msgid "Search for users" msgstr "搜尋使用者" @@ -4115,7 +4193,7 @@ msgstr "" msgid "See this guide" msgstr "查看指南" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:39 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:40 msgid "See what's next" msgstr "查看下一步" @@ -4123,11 +4201,15 @@ msgstr "查看下一步" msgid "Select {item}" msgstr "選擇 {item}" +#: src/screens/Login/ChooseAccountForm.tsx:61 +msgid "Select account" +msgstr "" + #: src/view/com/modals/ServerInput.tsx:75 #~ msgid "Select Bluesky Social" #~ msgstr "選擇 Bluesky Social" -#: src/view/com/auth/login/Login.tsx:117 +#: src/screens/Login/index.tsx:120 msgid "Select from an existing account" msgstr "從現有帳號中選擇" @@ -4135,7 +4217,7 @@ msgstr "從現有帳號中選擇" msgid "Select languages" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:32 +#: src/components/ReportDialog/SelectLabelerView.tsx:30 msgid "Select moderator" msgstr "" @@ -4145,8 +4227,8 @@ msgstr "選擇 {numItems} 個項目中的第 {i} 項" #: src/view/com/auth/create/Step1.tsx:96 #: src/view/com/auth/login/LoginForm.tsx:153 -msgid "Select service" -msgstr "選擇服務" +#~ msgid "Select service" +#~ msgstr "選擇服務" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 msgid "Select some accounts below to follow" @@ -4160,11 +4242,11 @@ msgstr "" msgid "Select the service that hosts your data." msgstr "選擇用來託管你的資料的服務商。" -#: src/screens/Onboarding/StepTopicalFeeds.tsx:96 +#: src/screens/Onboarding/StepTopicalFeeds.tsx:100 msgid "Select topical feeds to follow from the list below" msgstr "從下面的列表中選擇要跟隨的主題訊息流" -#: src/screens/Onboarding/StepModeration/index.tsx:62 +#: src/screens/Onboarding/StepModeration/index.tsx:63 msgid "Select what you want to see (or not see), and we’ll handle the rest." msgstr "選擇你想看到(或不想看到)的內容,剩下的由我們來處理。" @@ -4180,7 +4262,11 @@ msgstr "選擇你希望訂閱訊息流中所包含的語言。未選擇任何語 msgid "Select your app language for the default text to display in the app." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:196 +#: src/screens/Signup/StepInfo/index.tsx:133 +msgid "Select your date of birth" +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:200 msgid "Select your interests from the options below" msgstr "下面選擇你感興趣的選項" @@ -4192,11 +4278,11 @@ msgstr "下面選擇你感興趣的選項" msgid "Select your preferred language for translations in your feed." msgstr "選擇你在訂閱訊息流中希望進行翻譯的目標語言偏好。" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:116 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:117 msgid "Select your primary algorithmic feeds" msgstr "選擇你的訊息流主要算法" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:142 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:133 msgid "Select your secondary algorithmic feeds" msgstr "選擇你的訊息流次要算法" @@ -4205,11 +4291,11 @@ msgstr "選擇你的訊息流次要算法" msgid "Send Confirmation Email" msgstr "發送確認電子郵件" -#: src/view/com/modals/DeleteAccount.tsx:131 +#: src/view/com/modals/DeleteAccount.tsx:130 msgid "Send email" msgstr "發送電子郵件" -#: src/view/com/modals/DeleteAccount.tsx:144 +#: src/view/com/modals/DeleteAccount.tsx:143 msgctxt "action" msgid "Send Email" msgstr "發送電子郵件" @@ -4228,15 +4314,15 @@ msgstr "提交舉報" #~ msgid "Send Report" #~ msgstr "提交舉報" -#: src/components/ReportDialog/SelectLabelerView.tsx:46 +#: src/components/ReportDialog/SelectLabelerView.tsx:44 msgid "Send report to {0}" msgstr "" -#: src/view/com/modals/DeleteAccount.tsx:133 +#: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "發送包含帳號刪除確認碼的電子郵件" -#: src/view/com/auth/server-input/index.tsx:110 +#: src/view/com/auth/server-input/index.tsx:114 msgid "Server address" msgstr "伺服器地址" @@ -4250,7 +4336,7 @@ msgstr "伺服器地址" #~ msgid "Set Age" #~ msgstr "設定年齡" -#: src/screens/Moderation/index.tsx:306 +#: src/screens/Moderation/index.tsx:304 msgid "Set birthdate" msgstr "" @@ -4274,13 +4360,13 @@ msgstr "" #~ msgid "Set dark theme to the dim theme" #~ msgstr "設定深色模式至暗淡" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:104 +#: src/screens/Login/SetNewPasswordForm.tsx:102 msgid "Set new password" msgstr "設定新密碼" #: src/view/com/auth/create/Step1.tsx:202 -msgid "Set password" -msgstr "設定密碼" +#~ msgid "Set password" +#~ msgstr "設定密碼" #: src/view/screens/PreferencesFollowingFeed.tsx:225 msgid "Set this setting to \"No\" to hide all quote posts from your feed. Reposts will still be visible." @@ -4306,11 +4392,11 @@ 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 +#: src/screens/Onboarding/Layout.tsx:48 msgid "Set up your account" msgstr "設定你的帳號" -#: src/view/com/modals/ChangeHandle.tsx:266 +#: src/view/com/modals/ChangeHandle.tsx:267 msgid "Sets Bluesky username" msgstr "設定 Bluesky 使用者名稱" @@ -4334,30 +4420,30 @@ msgstr "" msgid "Sets dark theme to the dim theme" msgstr "" -#: src/view/com/auth/login/ForgotPasswordForm.tsx:157 +#: src/screens/Login/ForgotPasswordForm.tsx:113 msgid "Sets email for password reset" msgstr "設定用於重設密碼的電子郵件" #: src/view/com/auth/login/ForgotPasswordForm.tsx:122 -msgid "Sets hosting provider for password reset" -msgstr "設定用於密碼重設的主機提供商資訊" +#~ msgid "Sets hosting provider for password reset" +#~ msgstr "設定用於密碼重設的主機提供商資訊" -#: src/view/com/modals/crop-image/CropImage.web.tsx:123 +#: src/view/com/modals/crop-image/CropImage.web.tsx:124 msgid "Sets image aspect ratio to square" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:113 +#: src/view/com/modals/crop-image/CropImage.web.tsx:114 msgid "Sets image aspect ratio to tall" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:103 +#: src/view/com/modals/crop-image/CropImage.web.tsx:104 msgid "Sets image aspect ratio to wide" msgstr "" #: src/view/com/auth/create/Step1.tsx:97 #: src/view/com/auth/login/LoginForm.tsx:154 -msgid "Sets server for the Bluesky client" -msgstr "設定 Bluesky 用戶端的伺服器" +#~ msgid "Sets server for the Bluesky client" +#~ msgstr "設定 Bluesky 用戶端的伺服器" #: src/Navigation.tsx:139 #: src/view/screens/Settings/index.tsx:313 @@ -4384,23 +4470,33 @@ msgstr "分享" #: src/view/com/profile/ProfileMenu.tsx:224 #: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:237 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:218 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:235 #: src/view/screens/ProfileList.tsx:388 msgid "Share" msgstr "分享" #: src/view/com/profile/ProfileMenu.tsx:373 #: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:251 msgid "Share anyway" msgstr "" -#: src/view/screens/ProfileFeed.tsx:361 -#: src/view/screens/ProfileFeed.tsx:363 +#: src/view/screens/ProfileFeed.tsx:362 +#: src/view/screens/ProfileFeed.tsx:364 msgid "Share feed" msgstr "分享訊息流" +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 +msgid "Share Link" +msgstr "" + +#: src/view/com/modals/LinkWarning.tsx:92 +msgid "Shares the linked website" +msgstr "" + #: src/components/moderation/ContentHider.tsx:115 -#: src/components/moderation/GlobalModerationLabelPref.tsx:45 +#: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 #: src/view/screens/Settings/index.tsx:363 @@ -4411,8 +4507,8 @@ msgstr "顯示" msgid "Show all replies" msgstr "顯示所有回覆" -#: src/components/moderation/ScreenHider.tsx:162 -#: src/components/moderation/ScreenHider.tsx:165 +#: src/components/moderation/ScreenHider.tsx:169 +#: src/components/moderation/ScreenHider.tsx:172 msgid "Show anyway" msgstr "仍然顯示" @@ -4426,10 +4522,10 @@ msgid "Show badge and filter from feeds" msgstr "" #: src/view/com/modals/EmbedConsent.tsx:87 -msgid "Show embeds from {0}" -msgstr "顯示來自 {0} 的嵌入內容" +#~ msgid "Show embeds from {0}" +#~ msgstr "顯示來自 {0} 的嵌入內容" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 msgid "Show follows similar to {0}" msgstr "顯示類似於 {0} 的跟隨者" @@ -4447,15 +4543,15 @@ msgstr "在自訂訊息流中顯示貼文" msgid "Show Quote Posts" msgstr "顯示引用貼文" -#: src/screens/Onboarding/StepFollowingFeed.tsx:118 +#: src/screens/Onboarding/StepFollowingFeed.tsx:119 msgid "Show quote-posts in Following feed" msgstr "在跟隨訊息流中顯示引用" -#: src/screens/Onboarding/StepFollowingFeed.tsx:134 +#: src/screens/Onboarding/StepFollowingFeed.tsx:135 msgid "Show quotes in Following" msgstr "在跟隨中顯示引用" -#: src/screens/Onboarding/StepFollowingFeed.tsx:94 +#: src/screens/Onboarding/StepFollowingFeed.tsx:95 msgid "Show re-posts in Following feed" msgstr "在跟隨訊息流中顯示轉發" @@ -4467,11 +4563,11 @@ msgstr "顯示回覆" msgid "Show replies by people you follow before all other replies." msgstr "在所有其他回覆之前顯示你跟隨的人的回覆。" -#: src/screens/Onboarding/StepFollowingFeed.tsx:86 +#: src/screens/Onboarding/StepFollowingFeed.tsx:87 msgid "Show replies in Following" msgstr "在跟隨中顯示回覆" -#: src/screens/Onboarding/StepFollowingFeed.tsx:70 +#: src/screens/Onboarding/StepFollowingFeed.tsx:71 msgid "Show replies in Following feed" msgstr "在跟隨訊息流中顯示回覆" @@ -4483,7 +4579,7 @@ msgstr "顯示至少包含 {value} 個{0}的回覆" msgid "Show Reposts" msgstr "顯示轉發" -#: src/screens/Onboarding/StepFollowingFeed.tsx:110 +#: src/screens/Onboarding/StepFollowingFeed.tsx:111 msgid "Show reposts in Following" msgstr "在跟隨中顯示轉發" @@ -4508,16 +4604,22 @@ msgstr "" #~ msgid "Shows a list of users similar to this user." #~ msgstr "顯示與該使用者相似的使用者列表。" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:127 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 msgid "Shows posts from {0} in your feed" msgstr "在你的訊息流中顯示來自 {0} 的貼文" -#: src/view/com/auth/HomeLoggedOutCTA.tsx:72 -#: src/view/com/auth/login/Login.tsx:98 +#: src/screens/Login/index.tsx:100 +#: src/screens/Login/index.tsx:119 +#: src/screens/Login/LoginForm.tsx:131 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:73 +#: src/view/com/auth/HomeLoggedOutCTA.tsx:83 #: src/view/com/auth/SplashScreen.tsx:81 -#: src/view/shell/bottom-bar/BottomBar.tsx:289 -#: src/view/shell/bottom-bar/BottomBar.tsx:290 -#: src/view/shell/bottom-bar/BottomBar.tsx:292 +#: src/view/com/auth/SplashScreen.tsx:90 +#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:119 +#: src/view/shell/bottom-bar/BottomBar.tsx:300 +#: src/view/shell/bottom-bar/BottomBar.tsx:301 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 @@ -4530,32 +4632,29 @@ msgstr "登入" #: src/view/com/auth/HomeLoggedOutCTA.tsx:82 #: src/view/com/auth/SplashScreen.tsx:86 #: src/view/com/auth/SplashScreen.web.tsx:91 -msgid "Sign In" -msgstr "登入" +#~ msgid "Sign In" +#~ msgstr "登入" -#: src/view/com/auth/login/ChooseAccountForm.tsx:45 +#: src/components/AccountList.tsx:109 msgid "Sign in as {0}" msgstr "以 {0} 登入" -#: src/view/com/auth/login/ChooseAccountForm.tsx:127 -#: src/view/com/auth/login/Login.tsx:116 +#: src/screens/Login/ChooseAccountForm.tsx:64 msgid "Sign in as..." msgstr "登入為…" #: src/view/com/auth/login/LoginForm.tsx:140 -msgid "Sign into" -msgstr "登入到" +#~ msgid "Sign into" +#~ msgstr "登入到" -#: src/view/com/modals/SwitchAccount.tsx:68 -#: src/view/com/modals/SwitchAccount.tsx:73 #: src/view/screens/Settings/index.tsx:107 #: src/view/screens/Settings/index.tsx:110 msgid "Sign out" msgstr "登出" -#: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/bottom-bar/BottomBar.tsx:280 -#: src/view/shell/bottom-bar/BottomBar.tsx:282 +#: src/view/shell/bottom-bar/BottomBar.tsx:290 +#: src/view/shell/bottom-bar/BottomBar.tsx:291 +#: src/view/shell/bottom-bar/BottomBar.tsx:293 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 @@ -4569,7 +4668,7 @@ msgstr "註冊" msgid "Sign up or sign in to join the conversation" msgstr "註冊或登入以參與對話" -#: src/components/moderation/ScreenHider.tsx:98 +#: src/components/moderation/ScreenHider.tsx:97 #: src/lib/moderation/useGlobalLabelStrings.ts:28 msgid "Sign-in Required" msgstr "需要登入" @@ -4578,21 +4677,21 @@ msgstr "需要登入" msgid "Signed in as" msgstr "登入身分" -#: src/view/com/auth/login/ChooseAccountForm.tsx:112 +#: src/screens/Login/ChooseAccountForm.tsx:48 msgid "Signed in as @{0}" msgstr "以 @{0} 身分登入" #: src/view/com/modals/SwitchAccount.tsx:70 -msgid "Signs {0} out of Bluesky" -msgstr "從 {0} 登出 Bluesky" +#~ msgid "Signs {0} out of Bluesky" +#~ msgstr "從 {0} 登出 Bluesky" -#: src/screens/Onboarding/StepInterests/index.tsx:235 -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:195 +#: src/screens/Onboarding/StepInterests/index.tsx:239 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:203 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:35 msgid "Skip" msgstr "跳過" -#: src/screens/Onboarding/StepInterests/index.tsx:232 +#: src/screens/Onboarding/StepInterests/index.tsx:236 msgid "Skip this flow" msgstr "跳過此流程" @@ -4608,9 +4707,9 @@ msgstr "軟體開發" #~ msgid "Something went wrong and we're not sure what." #~ msgstr "發生了一些問題,我們不確定是什麼原因。" -#: src/components/ReportDialog/index.tsx:52 -#: src/screens/Moderation/index.tsx:116 -#: src/screens/Profile/Sections/Labels.tsx:77 +#: src/components/ReportDialog/index.tsx:59 +#: src/screens/Moderation/index.tsx:114 +#: src/screens/Profile/Sections/Labels.tsx:76 msgid "Something went wrong, please try again." msgstr "" @@ -4622,7 +4721,7 @@ msgstr "" #~ msgid "Something went wrong. Check your email and try again." #~ msgstr "發生了一些問題。請檢查你的電子郵件,然後重試。" -#: src/App.native.tsx:71 +#: src/App.native.tsx:66 msgid "Sorry! Your session expired. Please log in again." msgstr "抱歉!你的登入已過期。請重新登入。" @@ -4634,7 +4733,7 @@ msgstr "排序回覆" msgid "Sort replies to the same post by:" msgstr "對同一貼文的回覆進行排序:" -#: src/components/moderation/LabelsOnMeDialog.tsx:147 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 msgid "Source:" msgstr "" @@ -4650,7 +4749,7 @@ msgstr "" msgid "Sports" msgstr "運動" -#: src/view/com/modals/crop-image/CropImage.web.tsx:122 +#: src/view/com/modals/crop-image/CropImage.web.tsx:123 msgid "Square" msgstr "方塊" @@ -4658,13 +4757,17 @@ msgstr "方塊" #~ msgid "Staging" #~ msgstr "臨時" -#: src/view/screens/Settings/index.tsx:905 +#: src/view/screens/Settings/index.tsx:903 msgid "Status page" msgstr "狀態頁" +#: src/screens/Signup/index.tsx:142 +msgid "Step" +msgstr "" + #: src/view/com/auth/create/StepHeader.tsx:22 -msgid "Step {0} of {numSteps}" -msgstr "第 {0} 步,共 {numSteps} 步" +#~ msgid "Step {0} of {numSteps}" +#~ msgstr "第 {0} 步,共 {numSteps} 步" #: src/view/screens/Settings/index.tsx:292 msgid "Storage cleared, you need to restart the app now." @@ -4675,8 +4778,8 @@ msgstr "已清除儲存資料,你需要立即重啟應用程式。" msgid "Storybook" msgstr "故事書" +#: src/components/moderation/LabelsOnMeDialog.tsx:255 #: src/components/moderation/LabelsOnMeDialog.tsx:256 -#: src/components/moderation/LabelsOnMeDialog.tsx:257 msgid "Submit" msgstr "提交" @@ -4684,20 +4787,20 @@ msgstr "提交" msgid "Subscribe" msgstr "訂閱" -#: src/screens/Profile/Sections/Labels.tsx:181 +#: src/screens/Profile/Sections/Labels.tsx:180 msgid "Subscribe to @{0} to use these labels:" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:222 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:221 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:173 -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:308 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:172 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 msgid "Subscribe to the {0} feed" msgstr "訂閱 {0} 訊息流" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:185 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 msgid "Subscribe to this labeler" msgstr "" @@ -4705,7 +4808,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "訂閱這個列表" -#: src/view/screens/Search/Search.tsx:375 +#: src/view/screens/Search/Search.tsx:376 msgid "Suggested Follows" msgstr "推薦的跟隨者" @@ -4727,16 +4830,15 @@ msgstr "支援" #~ msgid "Swipe up to see more" #~ msgstr "向上滑動查看更多" -#: src/view/com/modals/SwitchAccount.tsx:123 +#: src/components/dialogs/SwitchAccount.tsx:46 +#: src/components/dialogs/SwitchAccount.tsx:49 msgid "Switch Account" msgstr "切換帳號" -#: src/view/com/modals/SwitchAccount.tsx:103 #: src/view/screens/Settings/index.tsx:139 msgid "Switch to {0}" msgstr "切換到 {0}" -#: src/view/com/modals/SwitchAccount.tsx:104 #: src/view/screens/Settings/index.tsx:140 msgid "Switches the account you are logged in to" msgstr "切換你登入的帳號" @@ -4749,7 +4851,7 @@ msgstr "系統" msgid "System log" msgstr "系統日誌" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "" @@ -4761,7 +4863,7 @@ msgstr "" #~ msgid "Tag menu: {tag}" #~ msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:112 +#: src/view/com/modals/crop-image/CropImage.web.tsx:113 msgid "Tall" msgstr "高" @@ -4778,8 +4880,8 @@ msgid "Terms" msgstr "條款" #: src/Navigation.tsx:236 -#: src/view/com/auth/create/Policies.tsx:59 -#: src/view/screens/Settings/index.tsx:919 +#: src/screens/Signup/StepInfo/Policies.tsx:49 +#: src/view/screens/Settings/index.tsx:917 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:259 msgid "Terms of Service" @@ -4791,11 +4893,11 @@ msgstr "服務條款" msgid "Terms used violate community standards" msgstr "" -#: src/components/dialogs/MutedWords.tsx:324 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "文字" -#: src/components/moderation/LabelsOnMeDialog.tsx:220 +#: src/components/moderation/LabelsOnMeDialog.tsx:219 msgid "Text input field" msgstr "文字輸入框" @@ -4803,20 +4905,20 @@ msgstr "文字輸入框" msgid "Thank you. Your report has been sent." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:466 +#: src/view/com/modals/ChangeHandle.tsx:465 msgid "That contains the following:" msgstr "" -#: src/view/com/auth/create/CreateAccount.tsx:94 +#: src/screens/Signup/index.tsx:84 msgid "That handle is already taken." msgstr "這個帳號代碼已被使用。" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:283 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "解除封鎖後,該帳號將能夠與你互動。" -#: src/components/moderation/ModerationDetailsDialog.tsx:128 +#: src/components/moderation/ModerationDetailsDialog.tsx:127 msgid "the author" msgstr "" @@ -4828,15 +4930,15 @@ msgstr "社群準則已移動到 <0/>" msgid "The Copyright Policy has been moved to <0/>" msgstr "版權政策已移動到 <0/>" -#: src/components/moderation/LabelsOnMeDialog.tsx:49 +#: src/components/moderation/LabelsOnMeDialog.tsx:48 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:50 +#: src/components/moderation/LabelsOnMeDialog.tsx:49 msgid "The following labels were applied to your content." msgstr "" -#: src/screens/Onboarding/Layout.tsx:60 +#: src/screens/Onboarding/Layout.tsx:58 msgid "The following steps will help customize your Bluesky experience." msgstr "以下步驟將幫助自訂你的 Bluesky 體驗。" @@ -4857,12 +4959,12 @@ msgstr "支援表單已移至別處。如果需協助,請點擊<0/>或前往 { msgid "The Terms of Service have been moved to" msgstr "服務條款已遷移到" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:150 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:141 msgid "There are many feeds to try:" msgstr "這裡有些訊息流你可以嘗試:" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:113 -#: src/view/screens/ProfileFeed.tsx:543 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112 +#: src/view/screens/ProfileFeed.tsx:544 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "連線至伺服器時出現問題,請檢查你的網路連線並重試。" @@ -4870,11 +4972,11 @@ msgstr "連線至伺服器時出現問題,請檢查你的網路連線並重試 msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "刪除訊息流時出現問題,請檢查你的網路連線並重試。" -#: src/view/screens/ProfileFeed.tsx:217 +#: src/view/screens/ProfileFeed.tsx:218 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "更新訊息流時出現問題,請檢查你的網路連線並重試。" -#: src/view/screens/ProfileFeed.tsx:244 +#: src/view/screens/ProfileFeed.tsx:245 #: src/view/screens/ProfileList.tsx:275 #: src/view/screens/SavedFeeds.tsx:209 #: src/view/screens/SavedFeeds.tsx:231 @@ -4893,7 +4995,7 @@ msgstr "連線伺服器時出現問題" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "取得通知時發生問題,點擊這裡重試。" -#: src/view/com/posts/Feed.tsx:283 +#: src/view/com/posts/Feed.tsx:287 msgid "There was an issue fetching posts. Tap here to try again." msgstr "取得貼文時發生問題,點擊這裡重試。" @@ -4918,11 +5020,11 @@ msgstr "與伺服器同步偏好設定時發生問題" msgid "There was an issue with fetching your app passwords" msgstr "取得應用程式專用密碼時發生問題" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:134 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:96 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:108 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:106 #: src/view/com/profile/ProfileMenu.tsx:117 #: src/view/com/profile/ProfileMenu.tsx:132 @@ -4951,19 +5053,19 @@ msgstr "Bluesky 迎來了大量新使用者!我們將儘快啟用你的帳號 #~ 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 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146 msgid "These are popular accounts you might like:" msgstr "這裡是一些受歡迎的帳號,你可能會喜歡:" -#: src/components/moderation/ScreenHider.tsx:117 +#: src/components/moderation/ScreenHider.tsx:116 msgid "This {screenDescription} has been flagged:" msgstr "{screenDescription} 已被標記:" -#: src/components/moderation/ScreenHider.tsx:112 +#: src/components/moderation/ScreenHider.tsx:111 msgid "This account has requested that users sign in to view their profile." msgstr "此帳號要求使用者登入後才能查看其個人資料。" -#: src/components/moderation/LabelsOnMeDialog.tsx:205 +#: src/components/moderation/LabelsOnMeDialog.tsx:204 msgid "This appeal will be sent to <0>{0}</0>." msgstr "" @@ -4975,11 +5077,11 @@ msgstr "" msgid "This content has received a general warning from moderators." msgstr "" -#: src/view/com/modals/EmbedConsent.tsx:68 +#: src/components/dialogs/EmbedConsent.tsx:64 msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "此內容由 {0} 托管。是否要啟用外部媒體?" -#: src/components/moderation/ModerationDetailsDialog.tsx:78 +#: src/components/moderation/ModerationDetailsDialog.tsx:77 #: src/lib/moderation/useModerationCauseDescription.ts:77 msgid "This content is not available because one of the users involved has blocked the other." msgstr "由於其中一個使用者封鎖了另一個使用者,無法查看此內容。" @@ -5001,7 +5103,7 @@ msgid "This feed is currently receiving high traffic and is temporarily unavaila msgstr "此訊息流由於目前使用人數眾多而暫時無法使用。請稍後再試。" #: src/screens/Profile/Sections/Feed.tsx:50 -#: src/view/screens/ProfileFeed.tsx:476 +#: src/view/screens/ProfileFeed.tsx:477 #: src/view/screens/ProfileList.tsx:675 msgid "This feed is empty!" msgstr "這個訊息流是空的!" @@ -5018,15 +5120,15 @@ msgstr "此資訊不會分享給其他使用者。" msgid "This is important in case you ever need to change your email or reset your password." msgstr "這很重要,以防你將來需要更改電子郵件地址或重設密碼。" -#: src/components/moderation/ModerationDetailsDialog.tsx:125 +#: src/components/moderation/ModerationDetailsDialog.tsx:124 msgid "This label was applied by {0}." msgstr "" -#: src/screens/Profile/Sections/Labels.tsx:168 +#: src/screens/Profile/Sections/Labels.tsx:167 msgid "This labeler hasn't declared what labels it publishes, and may not be active." msgstr "" -#: src/view/com/modals/LinkWarning.tsx:58 +#: src/view/com/modals/LinkWarning.tsx:72 msgid "This link is taking you to the following website:" msgstr "此連結將帶你到以下網站:" @@ -5038,7 +5140,7 @@ msgstr "此列表為空!" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:106 +#: src/view/com/modals/AddAppPasswords.tsx:107 msgid "This name is already in use" msgstr "此名稱已被使用" @@ -5047,6 +5149,7 @@ msgid "This post has been deleted." msgstr "此貼文已被刪除。" #: src/view/com/util/forms/PostDropdownBtn.tsx:344 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "" @@ -5058,19 +5161,19 @@ msgstr "" msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "" -#: src/view/com/auth/create/Policies.tsx:46 +#: src/screens/Signup/StepInfo/Policies.tsx:37 msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:446 +#: src/view/com/modals/ChangeHandle.tsx:445 msgid "This should create a domain record at:" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:87 msgid "This user doesn't have any followers." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:73 +#: src/components/moderation/ModerationDetailsDialog.tsx:72 #: src/lib/moderation/useModerationCauseDescription.ts:68 msgid "This user has blocked you. You cannot view their content." msgstr "此使用者已封鎖你,你無法查看他們的內容。" @@ -5087,11 +5190,11 @@ msgstr "" #~ msgid "This user is included in the <0/> list which you have muted." #~ msgstr "此使用者包含在你已靜音的 <0/> 列表中。" -#: src/components/moderation/ModerationDetailsDialog.tsx:56 +#: src/components/moderation/ModerationDetailsDialog.tsx:55 msgid "This user is included in the <0>{0}</0> list which you have blocked." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:85 +#: src/components/moderation/ModerationDetailsDialog.tsx:84 msgid "This user is included in the <0>{0}</0> list which you have muted." msgstr "" @@ -5099,7 +5202,7 @@ msgstr "" #~ msgid "This user is included the <0/> list which you have muted." #~ msgstr "此使用者包含在你已靜音的 <0/> 列表中。" -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:87 msgid "This user isn't following anyone." msgstr "" @@ -5107,7 +5210,7 @@ msgstr "" msgid "This warning is only available for posts with media attached." msgstr "此警告僅適用於附帶媒體的貼文。" -#: src/components/dialogs/MutedWords.tsx:284 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "" @@ -5132,11 +5235,11 @@ msgstr "對話串模式" msgid "Threads Preferences" msgstr "對話串偏好" -#: src/components/ReportDialog/SelectLabelerView.tsx:35 +#: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "" -#: src/components/dialogs/MutedWords.tsx:113 +#: src/components/dialogs/MutedWords.tsx:112 msgid "Toggle between muted word options." msgstr "" @@ -5144,11 +5247,11 @@ msgstr "" msgid "Toggle dropdown" msgstr "切換下拉式選單" -#: src/screens/Moderation/index.tsx:334 +#: src/screens/Moderation/index.tsx:332 msgid "Toggle to enable or disable adult content" msgstr "" -#: src/view/com/modals/EditImage.tsx:271 +#: src/view/com/modals/EditImage.tsx:272 msgid "Transformations" msgstr "轉換" @@ -5164,7 +5267,7 @@ msgctxt "action" msgid "Try again" msgstr "重試" -#: src/view/com/modals/ChangeHandle.tsx:429 +#: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "" @@ -5176,22 +5279,23 @@ msgstr "取消封鎖列表" msgid "Un-mute list" msgstr "取消靜音列表" -#: src/view/com/auth/create/CreateAccount.tsx:58 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:87 -#: src/view/com/auth/login/Login.tsx:76 -#: src/view/com/auth/login/LoginForm.tsx:121 +#: src/screens/Login/ForgotPasswordForm.tsx:74 +#: src/screens/Login/index.tsx:78 +#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/SetNewPasswordForm.tsx:77 +#: src/screens/Signup/index.tsx:63 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "無法連線到服務,請檢查你的網路連線。" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:287 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:572 msgid "Unblock" msgstr "取消封鎖" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 msgctxt "action" msgid "Unblock" msgstr "取消封鎖" @@ -5201,13 +5305,13 @@ msgstr "取消封鎖" msgid "Unblock Account" msgstr "取消封鎖" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:281 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "" -#: src/view/com/modals/Repost.tsx:42 -#: src/view/com/modals/Repost.tsx:55 +#: src/view/com/modals/Repost.tsx:43 +#: src/view/com/modals/Repost.tsx:56 #: src/view/com/util/post-ctrls/RepostButton.tsx:60 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:48 msgid "Undo repost" @@ -5223,7 +5327,7 @@ msgctxt "action" msgid "Unfollow" msgstr "取消跟隨" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 msgid "Unfollow {0}" msgstr "取消跟隨 {0}" @@ -5233,14 +5337,14 @@ msgid "Unfollow Account" msgstr "" #: src/view/com/auth/create/state.ts:262 -msgid "Unfortunately, you do not meet the requirements to create an account." -msgstr "很遺憾,你不符合建立帳號的要求。" +#~ msgid "Unfortunately, you do not meet the requirements to create an account." +#~ msgstr "很遺憾,你不符合建立帳號的要求。" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:185 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:195 msgid "Unlike" msgstr "取消喜歡" -#: src/view/screens/ProfileFeed.tsx:572 +#: src/view/screens/ProfileFeed.tsx:573 msgid "Unlike this feed" msgstr "" @@ -5271,12 +5375,12 @@ msgstr "" msgid "Unmute thread" msgstr "取消靜音對話串" -#: src/view/screens/ProfileFeed.tsx:294 +#: src/view/screens/ProfileFeed.tsx:295 #: src/view/screens/ProfileList.tsx:563 msgid "Unpin" msgstr "取消固定" -#: src/view/screens/ProfileFeed.tsx:291 +#: src/view/screens/ProfileFeed.tsx:292 msgid "Unpin from home" msgstr "" @@ -5288,11 +5392,11 @@ msgstr "取消固定限制列表" #~ msgid "Unsave" #~ msgstr "取消儲存" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:219 msgid "Unsubscribe" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183 msgid "Unsubscribe from this labeler" msgstr "" @@ -5308,15 +5412,15 @@ msgstr "更新列表中的 {displayName}" #~ msgid "Update Available" #~ msgstr "更新可用" -#: src/view/com/modals/ChangeHandle.tsx:509 +#: src/view/com/modals/ChangeHandle.tsx:508 msgid "Update to {handle}" msgstr "" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:204 +#: src/screens/Login/SetNewPasswordForm.tsx:186 msgid "Updating..." msgstr "更新中…" -#: src/view/com/modals/ChangeHandle.tsx:455 +#: src/view/com/modals/ChangeHandle.tsx:454 msgid "Upload a text file to:" msgstr "上傳文字檔案至:" @@ -5339,7 +5443,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:409 +#: src/view/com/modals/ChangeHandle.tsx:408 msgid "Use a file on your server" msgstr "" @@ -5347,11 +5451,11 @@ msgstr "" msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "使用應用程式專用密碼登入到其他 Bluesky 用戶端,而無需提供你的帳號或密碼。" -#: src/view/com/modals/ChangeHandle.tsx:518 +#: src/view/com/modals/ChangeHandle.tsx:517 msgid "Use bsky.social as hosting provider" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:517 +#: src/view/com/modals/ChangeHandle.tsx:516 msgid "Use default provider" msgstr "使用預設提供商" @@ -5365,11 +5469,11 @@ msgstr "使用內建瀏覽器" msgid "Use my default browser" msgstr "使用我的預設瀏覽器" -#: src/view/com/modals/ChangeHandle.tsx:401 +#: src/view/com/modals/ChangeHandle.tsx:400 msgid "Use the DNS panel" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:155 +#: src/view/com/modals/AddAppPasswords.tsx:156 msgid "Use this to sign into the other app along with your handle." msgstr "使用這個和你的帳號代碼一起登入其他應用程式。" @@ -5377,11 +5481,11 @@ msgstr "使用這個和你的帳號代碼一起登入其他應用程式。" #~ msgid "Use your domain as your Bluesky client service provider" #~ msgstr "將你的網域用作 Bluesky 用戶端服務提供商" -#: src/view/com/modals/InviteCodes.tsx:200 +#: src/view/com/modals/InviteCodes.tsx:201 msgid "Used by:" msgstr "使用者:" -#: src/components/moderation/ModerationDetailsDialog.tsx:65 +#: src/components/moderation/ModerationDetailsDialog.tsx:64 #: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked" msgstr "使用者被封鎖" @@ -5390,7 +5494,7 @@ msgstr "使用者被封鎖" msgid "User Blocked by \"{0}\"" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:54 +#: src/components/moderation/ModerationDetailsDialog.tsx:53 msgid "User Blocked by List" msgstr "使用者被列表封鎖" @@ -5398,13 +5502,13 @@ msgstr "使用者被列表封鎖" msgid "User Blocking You" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:71 +#: src/components/moderation/ModerationDetailsDialog.tsx:70 msgid "User Blocks You" msgstr "使用者封鎖了你" #: src/view/com/auth/create/Step2.tsx:79 -msgid "User handle" -msgstr "帳號代碼" +#~ msgid "User handle" +#~ msgstr "帳號代碼" #: src/view/com/lists/ListCard.tsx:85 #: src/view/com/modals/UserAddRemoveLists.tsx:198 @@ -5421,11 +5525,11 @@ msgstr "<0/> 的使用者列表" msgid "User list by you" msgstr "你的使用者列表" -#: src/view/com/modals/CreateOrEditList.tsx:196 +#: src/view/com/modals/CreateOrEditList.tsx:197 msgid "User list created" msgstr "使用者列表已建立" -#: src/view/com/modals/CreateOrEditList.tsx:182 +#: src/view/com/modals/CreateOrEditList.tsx:183 msgid "User list updated" msgstr "使用者列表已更新" @@ -5433,8 +5537,7 @@ msgstr "使用者列表已更新" msgid "User Lists" msgstr "使用者列表" -#: src/view/com/auth/login/LoginForm.tsx:180 -#: src/view/com/auth/login/LoginForm.tsx:198 +#: src/screens/Login/LoginForm.tsx:151 msgid "Username or email address" msgstr "使用者名稱或電子郵件地址" @@ -5454,7 +5557,7 @@ msgstr "「{0}」中的使用者" msgid "Users that have liked this content or profile" msgstr "" -#: src/view/com/modals/ChangeHandle.tsx:437 +#: src/view/com/modals/ChangeHandle.tsx:436 msgid "Value:" msgstr "" @@ -5462,19 +5565,19 @@ msgstr "" #~ msgid "Verification code" #~ msgstr "驗證碼" -#: src/view/com/modals/ChangeHandle.tsx:510 +#: src/view/com/modals/ChangeHandle.tsx:509 msgid "Verify {0}" msgstr "" -#: src/view/screens/Settings/index.tsx:944 +#: src/view/screens/Settings/index.tsx:942 msgid "Verify email" msgstr "驗證電子郵件" -#: src/view/screens/Settings/index.tsx:969 +#: src/view/screens/Settings/index.tsx:967 msgid "Verify my email" msgstr "驗證我的電子郵件" -#: src/view/screens/Settings/index.tsx:978 +#: src/view/screens/Settings/index.tsx:976 msgid "Verify My Email" msgstr "驗證我的電子郵件" @@ -5487,11 +5590,15 @@ msgstr "驗證新的電子郵件" msgid "Verify Your Email" msgstr "驗證你的電子郵件" +#: src/view/screens/Settings/index.tsx:893 +msgid "Version {0}" +msgstr "" + #: src/screens/Onboarding/index.tsx:42 msgid "Video Games" msgstr "電子遊戲" -#: src/screens/Profile/Header/Shell.tsx:110 +#: src/screens/Profile/Header/Shell.tsx:107 msgid "View {0}'s avatar" msgstr "查看{0}的頭貼" @@ -5499,11 +5606,11 @@ msgstr "查看{0}的頭貼" msgid "View debug entry" msgstr "查看除錯項目" -#: src/components/ReportDialog/SelectReportOptionView.tsx:133 +#: src/components/ReportDialog/SelectReportOptionView.tsx:131 msgid "View details" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:128 +#: src/components/ReportDialog/SelectReportOptionView.tsx:126 msgid "View details for reporting a copyright violation" msgstr "" @@ -5527,16 +5634,16 @@ msgstr "查看頭像" msgid "View the labeling service provided by @{0}" msgstr "" -#: src/view/screens/ProfileFeed.tsx:584 +#: src/view/screens/ProfileFeed.tsx:585 msgid "View users who like this feed" msgstr "" -#: src/view/com/modals/LinkWarning.tsx:75 -#: src/view/com/modals/LinkWarning.tsx:77 +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" msgstr "造訪網站" -#: src/components/moderation/GlobalModerationLabelPref.tsx:44 +#: src/components/moderation/LabelPreference.tsx:135 #: src/lib/moderation/useLabelBehaviorDescription.ts:17 #: src/lib/moderation/useLabelBehaviorDescription.ts:22 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:53 @@ -5552,10 +5659,10 @@ msgid "Warn content and filter from feeds" msgstr "" #: src/screens/Onboarding/StepAlgoFeeds/index.tsx:134 -msgid "We also think you'll like \"For You\" by Skygaze:" -msgstr "我們認為你還會喜歡 Skygaze 維護的「For You」:" +#~ msgid "We also think you'll like \"For You\" by Skygaze:" +#~ msgstr "我們認為你還會喜歡 Skygaze 維護的「For You」:" -#: src/screens/Hashtag.tsx:132 +#: src/screens/Hashtag.tsx:133 msgid "We couldn't find any results for that hashtag." msgstr "" @@ -5563,7 +5670,7 @@ msgstr "" msgid "We estimate {estimatedTime} until your account is ready." msgstr "我們估計還需要 {estimatedTime} 才能準備好你的帳號。" -#: src/screens/Onboarding/StepFinished.tsx:93 +#: src/screens/Onboarding/StepFinished.tsx:97 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "我們希望你在此度過愉快的時光。請記住,Bluesky 是:" @@ -5571,11 +5678,11 @@ msgstr "我們希望你在此度過愉快的時光。請記住,Bluesky 是:" msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "你已看完了你跟隨的貼文。這是 <0/> 的最新貼文。" -#: src/components/dialogs/MutedWords.tsx:204 +#: src/components/dialogs/MutedWords.tsx:203 msgid "We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "" -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:124 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:125 msgid "We recommend our \"Discover\" feed:" msgstr "我們推薦我們的「Discover」訊息流:" @@ -5583,11 +5690,11 @@ msgstr "我們推薦我們的「Discover」訊息流:" msgid "We were unable to load your birth date preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:387 +#: src/screens/Moderation/index.tsx:385 msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:133 +#: src/screens/Onboarding/StepInterests/index.tsx:137 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 "我們無法連線到網際網路,請重試以繼續設定你的帳號。如果仍繼續失敗,你可以選擇跳過此流程。" @@ -5599,11 +5706,11 @@ msgstr "我們會在你的帳號準備好時通知你。" #~ msgid "We'll look into your appeal promptly." #~ msgstr "我們將迅速審查你的申訴。" -#: src/screens/Onboarding/StepInterests/index.tsx:138 +#: src/screens/Onboarding/StepInterests/index.tsx:142 msgid "We'll use this to help customize your experience." msgstr "我們將使用這些資訊來幫助定制你的體驗。" -#: src/view/com/auth/create/CreateAccount.tsx:134 +#: src/screens/Signup/index.tsx:130 msgid "We're so excited to have you join us!" msgstr "我們非常高興你加入我們!" @@ -5611,20 +5718,20 @@ msgstr "我們非常高興你加入我們!" msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." msgstr "很抱歉,我們無法解析此列表。如果問題持續發生,請聯繫列表建立者 @{handleOrDid}。" -#: src/components/dialogs/MutedWords.tsx:230 +#: src/components/dialogs/MutedWords.tsx:229 msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "" -#: src/view/screens/Search/Search.tsx:255 +#: src/view/screens/Search/Search.tsx:256 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "很抱歉,無法完成你的搜尋請求。請稍後再試。" -#: src/components/Lists.tsx:194 +#: src/components/Lists.tsx:188 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "很抱歉!我們找不到你正在尋找的頁面。" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:321 msgid "We're sorry! You can only subscribe to ten labelers, and you've reached your limit of ten." msgstr "" @@ -5632,7 +5739,7 @@ msgstr "" msgid "Welcome to <0>Bluesky</0>" msgstr "歡迎來到 <0>Bluesky</0>" -#: src/screens/Onboarding/StepInterests/index.tsx:130 +#: src/screens/Onboarding/StepInterests/index.tsx:134 msgid "What are your interests?" msgstr "你感興趣的是什麼?" @@ -5640,8 +5747,9 @@ msgstr "你感興趣的是什麼?" #~ msgid "What is the issue with this {collectionName}?" #~ msgstr "這個 {collectionName} 有什麼問題?" -#: src/view/com/auth/SplashScreen.tsx:59 -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/auth/SplashScreen.tsx:58 +#: src/view/com/auth/SplashScreen.web.tsx:84 +#: src/view/com/composer/Composer.tsx:296 msgid "What's up?" msgstr "發生了什麼新鮮事?" @@ -5658,35 +5766,35 @@ msgstr "你想在演算法訊息流中看到哪些語言?" msgid "Who can reply" msgstr "誰可以回覆" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 +#: src/components/ReportDialog/SelectReportOptionView.tsx:43 msgid "Why should this content be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 +#: src/components/ReportDialog/SelectReportOptionView.tsx:56 msgid "Why should this feed be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 +#: src/components/ReportDialog/SelectReportOptionView.tsx:53 msgid "Why should this list be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 +#: src/components/ReportDialog/SelectReportOptionView.tsx:50 msgid "Why should this post be reviewed?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 +#: src/components/ReportDialog/SelectReportOptionView.tsx:47 msgid "Why should this user be reviewed?" msgstr "" -#: src/view/com/modals/crop-image/CropImage.web.tsx:102 +#: src/view/com/modals/crop-image/CropImage.web.tsx:103 msgid "Wide" msgstr "寬" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:436 msgid "Write post" msgstr "撰寫貼文" -#: src/view/com/composer/Composer.tsx:294 +#: src/view/com/composer/Composer.tsx:295 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "撰寫你的回覆" @@ -5713,7 +5821,7 @@ msgstr "開" msgid "You are in line." msgstr "輪到你了。" -#: src/view/com/profile/ProfileFollows.tsx:93 +#: src/view/com/profile/ProfileFollows.tsx:86 msgid "You are not following anyone." msgstr "" @@ -5722,20 +5830,20 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "你也可以探索並跟隨新的自訂訊息流。" -#: src/screens/Onboarding/StepFollowingFeed.tsx:142 +#: src/screens/Onboarding/StepFollowingFeed.tsx:143 msgid "You can change these settings later." msgstr "你可以稍後在設定中更改。" -#: src/view/com/auth/login/Login.tsx:158 -#: src/view/com/auth/login/PasswordUpdatedForm.tsx:31 +#: src/screens/Login/index.tsx:158 +#: src/screens/Login/PasswordUpdatedForm.tsx:33 msgid "You can now sign in with your new password." msgstr "你現在可以使用新密碼登入。" -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:86 msgid "You do not have any followers." msgstr "" -#: src/view/com/modals/InviteCodes.tsx:66 +#: src/view/com/modals/InviteCodes.tsx:67 msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer." msgstr "你目前還沒有邀請碼!當你持續使用 Bluesky 一段時間後,我們將提供一些新的邀請碼給你。" @@ -5755,14 +5863,14 @@ msgstr "你目前還沒有任何儲存的訊息流。" msgid "You have blocked the author or you have been blocked by the author." msgstr "你已封鎖該作者,或你已被該作者封鎖。" -#: src/components/moderation/ModerationDetailsDialog.tsx:67 +#: src/components/moderation/ModerationDetailsDialog.tsx:66 #: src/lib/moderation/useModerationCauseDescription.ts:50 #: src/lib/moderation/useModerationCauseDescription.ts:58 msgid "You have blocked this user. You cannot view their content." msgstr "你已封鎖了此使用者,你將無法查看他們發佈的內容。" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:57 -#: src/view/com/auth/login/SetNewPasswordForm.tsx:92 +#: src/screens/Login/SetNewPasswordForm.tsx:54 +#: src/screens/Login/SetNewPasswordForm.tsx:91 #: src/view/com/modals/ChangePassword.tsx:87 #: src/view/com/modals/ChangePassword.tsx:121 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." @@ -5772,11 +5880,11 @@ msgstr "你輸入的邀請碼無效。它應該長得像這樣 XXXXX-XXXXX。" msgid "You have hidden this post" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:102 +#: src/components/moderation/ModerationDetailsDialog.tsx:101 msgid "You have hidden this post." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:95 +#: src/components/moderation/ModerationDetailsDialog.tsx:94 #: src/lib/moderation/useModerationCauseDescription.ts:92 msgid "You have muted this account." msgstr "" @@ -5818,14 +5926,18 @@ msgstr "" #~ msgid "You have not muted any accounts yet. To mute an account, go to their profile and selected \"Mute account\" from the menu on their account." #~ msgstr "你還沒有靜音任何帳號。要靜音帳號,請轉到其個人資料並在其帳號上的選單中選擇「靜音帳號」。" -#: src/components/dialogs/MutedWords.tsx:250 +#: src/components/dialogs/MutedWords.tsx:249 msgid "You haven't muted any words or tags yet" msgstr "你还没有隐藏任何词或话题标签" -#: src/components/moderation/LabelsOnMeDialog.tsx:69 +#: src/components/moderation/LabelsOnMeDialog.tsx:68 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" +#: src/screens/Signup/StepInfo/Policies.tsx:79 +msgid "You must be 13 years of age or older to sign up." +msgstr "" + #: src/view/com/modals/ContentFilteringSettings.tsx:175 #~ msgid "You must be 18 or older to enable adult content." #~ msgstr "你必須年滿 18 歲才能啟用成人內容。" @@ -5846,11 +5958,11 @@ msgstr "你將不再收到這條對話串的通知" msgid "You will now receive notifications for this thread" msgstr "你將收到這條對話串的通知" -#: src/view/com/auth/login/SetNewPasswordForm.tsx:107 +#: src/screens/Login/SetNewPasswordForm.tsx:104 msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "你將收到一封包含重設碼的電子郵件。請在此輸入該重設代碼,然後輸入你的新密碼。" -#: src/screens/Onboarding/StepModeration/index.tsx:59 +#: src/screens/Onboarding/StepModeration/index.tsx:60 msgid "You're in control" msgstr "你盡在掌控" @@ -5860,11 +5972,11 @@ msgstr "你盡在掌控" msgid "You're in line" msgstr "輪到你了" -#: src/screens/Onboarding/StepFinished.tsx:90 +#: src/screens/Onboarding/StepFinished.tsx:94 msgid "You're ready to go!" msgstr "你已設定完成!" -#: src/components/moderation/ModerationDetailsDialog.tsx:99 +#: src/components/moderation/ModerationDetailsDialog.tsx:98 #: src/lib/moderation/useModerationCauseDescription.ts:101 msgid "You've chosen to hide a word or tag within this post." msgstr "" @@ -5873,11 +5985,11 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "你已經瀏覽完你的訂閱訊息流啦!跟隨其他帳號吧。" -#: src/view/com/auth/create/Step1.tsx:67 +#: src/screens/Signup/index.tsx:150 msgid "Your account" msgstr "你的帳號" -#: src/view/com/modals/DeleteAccount.tsx:67 +#: src/view/com/modals/DeleteAccount.tsx:68 msgid "Your account has been deleted" msgstr "你的帳號已刪除" @@ -5885,7 +5997,7 @@ msgstr "你的帳號已刪除" msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "你可以將你的帳號存放庫下載為一個「CAR」檔案。該檔案包含了所有公開的資料紀錄,但不包括嵌入媒體,例如圖片或你的私人資料,目前這些資料必須另外擷取。" -#: src/view/com/auth/create/Step1.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:121 msgid "Your birth date" msgstr "你的生日" @@ -5893,12 +6005,12 @@ msgstr "你的生日" msgid "Your choice will be saved, but can be changed later in settings." msgstr "你的選擇將被儲存,但可以稍後在設定中更改。" -#: src/screens/Onboarding/StepFollowingFeed.tsx:61 +#: src/screens/Onboarding/StepFollowingFeed.tsx:62 msgid "Your default feed is \"Following\"" msgstr "你的預設訊息流為「跟隨」" -#: src/view/com/auth/create/state.ts:110 -#: src/view/com/auth/login/ForgotPasswordForm.tsx:70 +#: src/screens/Login/ForgotPasswordForm.tsx:57 +#: src/screens/Signup/state.ts:227 #: src/view/com/modals/ChangePassword.tsx:54 msgid "Your email appears to be invalid." msgstr "你的電子郵件地址似乎無效。" @@ -5919,11 +6031,11 @@ msgstr "你的電子郵件地址尚未驗證。這是一個我們建議的重要 msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "你的跟隨訊息流是空的!跟隨更多使用者看看發生了什麼事情。" -#: src/view/com/auth/create/Step2.tsx:83 +#: src/screens/Signup/StepHandle.tsx:72 msgid "Your full handle will be" msgstr "你的完整帳號代碼將修改為" -#: src/view/com/modals/ChangeHandle.tsx:270 +#: src/view/com/modals/ChangeHandle.tsx:271 msgid "Your full handle will be <0>@{0}</0>" msgstr "你的完整帳號代碼將修改為 <0>@{0}</0>" @@ -5933,7 +6045,7 @@ msgstr "你的完整帳號代碼將修改為 <0>@{0}</0>" #~ msgid "Your invite codes are hidden when logged in using an App Password" #~ msgstr "在使用應用程式專用密碼登入時,你的邀請碼將被隱藏" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "" @@ -5941,25 +6053,24 @@ msgstr "" msgid "Your password has been changed successfully!" msgstr "你的密碼已成功更改!" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:284 msgid "Your post has been published" msgstr "你的貼文已發佈" -#: src/screens/Onboarding/StepFinished.tsx:105 +#: src/screens/Onboarding/StepFinished.tsx:109 #: src/view/com/auth/onboarding/WelcomeDesktop.tsx:59 #: src/view/com/auth/onboarding/WelcomeMobile.tsx:61 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "你的貼文、按喜歡和封鎖是公開可見的,而靜音是私人的。" -#: src/view/com/modals/SwitchAccount.tsx:88 #: src/view/screens/Settings/index.tsx:125 msgid "Your profile" msgstr "你的個人資料" -#: src/view/com/composer/Composer.tsx:282 +#: src/view/com/composer/Composer.tsx:283 msgid "Your reply has been published" msgstr "你的回覆已發佈" -#: src/view/com/auth/create/Step2.tsx:65 +#: src/screens/Signup/index.tsx:152 msgid "Your user handle" msgstr "你的帳號代碼" diff --git a/src/screens/Login/LoginForm.tsx b/src/screens/Login/LoginForm.tsx index debb39bed..711619e85 100644 --- a/src/screens/Login/LoginForm.tsx +++ b/src/screens/Login/LoginForm.tsx @@ -250,6 +250,7 @@ export const LoginForm = ({ </> ) : isReady ? ( <Button + testID="loginNextButton" label={_(msg`Next`)} accessibilityHint={_(msg`Navigates to the next screen`)} variant="solid" |